/* Intro 01 — Cinematic */
.ring--hero-bg { position: absolute; width: 1100px; height: 1100px;
  left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 0.35; }
.hero { position: absolute; left: 96px; right: 96px; top: 50%; transform: translateY(-50%); text-align: center; }
.hero__eyebrow { display: flex; justify-content: center; margin-bottom: 32px; }
.hero__title { font-size: 168px; line-height: 0.92; letter-spacing: -0.035em; font-weight: 800;
  color: var(--orbit-white); margin: 0; }
.hero__title .accent { color: var(--orbit-orange); }
.hero__subtitle { margin: 36px auto 0; font-size: 30px; line-height: 1.4;
  color: var(--orbit-text-2); max-width: 1100px; font-weight: 400; }
