:root {
  --bg: #07111f;
  --bg-soft: #0c1730;
  --surface: rgba(11, 26, 49, 0.52);
  --surface-strong: rgba(7, 19, 35, 0.88);
  --line: rgba(185, 231, 255, 0.18);
  --line-strong: rgba(191, 255, 221, 0.38);
  --text: #eff8ff;
  --text-dim: rgba(239, 248, 255, 0.72);
  --accent: #7af9b7;
  --accent-strong: #d5fff1;
  --accent-warm: #ffd57a;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --section-gap: clamp(88px, 9vw, 160px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Noto Sans SC", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 15%, rgba(34, 119, 133, 0.24), transparent 30%),
    radial-gradient(circle at 80% 12%, rgba(18, 173, 98, 0.14), transparent 22%),
    linear-gradient(180deg, #050a15 0%, #06101e 34%, #071420 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.08;
  pointer-events: none;
  z-index: -2;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

#auroraCanvas,
.noise-layer,
.screen-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

#auroraCanvas {
  z-index: -4;
}

.noise-layer {
  z-index: -3;
  opacity: 0.18;
  mix-blend-mode: screen;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 35%, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px),
    radial-gradient(circle at 45% 80%, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px);
  background-size: 260px 260px, 220px 220px, 180px 180px;
  animation: driftNoise 18s linear infinite;
}

.screen-glow {
  z-index: -1;
  background:
    radial-gradient(circle at 30% 24%, rgba(90, 255, 194, 0.12), transparent 32%),
    radial-gradient(circle at 82% 14%, rgba(141, 213, 255, 0.12), transparent 26%),
    radial-gradient(circle at 60% 76%, rgba(255, 177, 112, 0.12), transparent 24%);
  filter: blur(26px);
  opacity: 0.9;
}

.page-shell {
  position: relative;
}

.section {
  position: relative;
  padding: 0 clamp(20px, 4vw, 64px);
}

.hero {
  min-height: 100svh;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.hero__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}

.hero__background::before,
.hero__background::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
}

.hero__background::before {
  background: linear-gradient(105deg, transparent 34%, rgba(255, 255, 255, 0.18) 46%, transparent 58%);
  opacity: 0.18;
  transform: translateX(-42%) skewX(-14deg);
  animation: sweepBeam 12s ease-in-out infinite;
}

.hero__background::after {
  inset: auto 0 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent 10%, rgba(122, 249, 183, 0.88) 50%, transparent 90%);
  box-shadow: 0 0 24px rgba(122, 249, 183, 0.55);
  animation: sweepLine 7s linear infinite;
}

.hero-slide,
.hero-mesh,
.hero-rings,
.hero-pulse {
  position: absolute;
  inset: 0;
}

.hero-slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.02);
  transition: opacity 1.4s ease, transform 7s cubic-bezier(.2,.65,.1,1);
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 9, 20, 0.82) 0%, rgba(4, 10, 21, 0.38) 42%, rgba(3, 9, 20, 0.68) 100%),
    linear-gradient(180deg, rgba(4, 8, 18, 0.18) 0%, rgba(6, 11, 24, 0.12) 42%, rgba(4, 8, 18, 0.92) 100%);
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1.02) translate3d(calc(var(--pointer-x, 0) * 10px), calc(var(--pointer-y, 0) * 10px), 0);
}

.hero-mesh {
  background:
    radial-gradient(circle at 12% 16%, rgba(122, 249, 183, 0.16), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(126, 198, 255, 0.18), transparent 28%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 30%, rgba(255, 255, 255, 0.04) 52%, transparent 70%);
  mix-blend-mode: screen;
}

.hero-rings {
  background:
    radial-gradient(circle at 80% 24%, transparent 0 110px, rgba(255, 255, 255, 0.08) 112px 114px, transparent 116px),
    radial-gradient(circle at 82% 24%, transparent 0 180px, rgba(255, 255, 255, 0.05) 182px 184px, transparent 186px),
    radial-gradient(circle at 84% 24%, transparent 0 280px, rgba(255, 255, 255, 0.04) 282px 284px, transparent 286px);
  opacity: 0.9;
  transform: translate3d(calc(var(--pointer-x, 0) * -14px), calc(var(--pointer-y, 0) * -14px), 0);
}

.hero-pulse {
  background:
    radial-gradient(circle at 74% 22%, rgba(122, 249, 183, 0.4), transparent 0 10%, transparent 18%),
    radial-gradient(circle at 74% 22%, rgba(122, 249, 183, 0.18), transparent 0 18%, transparent 36%);
  filter: blur(14px);
  animation: heroPulse 5s ease-in-out infinite;
}

.topbar,
.hero__content,
.hero-data,
.hero-ticker {
  position: relative;
  z-index: 2;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
  margin-top: 12px;
  background: rgba(7, 18, 34, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  backdrop-filter: blur(24px);
  animation: floatBar 9s ease-in-out infinite;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}

.brand__index,
.topbar__meta span,
.eyebrow,
.hud-card__label,
.data-pill__kicker,
.section-heading p,
.orbit-copy__index,
.cinema-card__eyebrow,
.journey-step__index,
.metric-card span {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: rgba(239, 248, 255, 0.72);
}

.brand__title {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.14em;
  font-size: clamp(22px, 2vw, 32px);
}

.topbar__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.topbar__meta span {
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

.hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 420px);
  gap: clamp(24px, 4vw, 48px);
  align-items: end;
  min-height: 58vh;
  padding-top: 40px;
}

.hero-copy {
  max-width: 860px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
}

.eyebrow::before {
  content: "";
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.hero-copy h1,
.section-heading h2,
.journey__intro h2,
.finale__content h2 {
  margin: 0;
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  font-size: clamp(54px, 8vw, 132px);
  max-width: 10ch;
  text-wrap: balance;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.35);
}

.hero-copy__lead,
.section-heading p:last-child,
.orbit-copy__card p,
.cinema-card__content p,
.journey__intro p:last-child,
.journey-step__body p,
.finale__content p {
  margin: 22px 0 0;
  color: var(--text-dim);
  line-height: 1.85;
  font-size: clamp(15px, 1.25vw, 19px);
  max-width: 62ch;
}

.hero-copy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: #04111e;
  background: linear-gradient(135deg, #d6fff0 0%, #91ffc9 52%, #72eaf5 100%);
  box-shadow: 0 12px 40px rgba(84, 226, 185, 0.3);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.hero-hud {
  display: grid;
  gap: 16px;
}

.hud-card,
.data-pill,
.orbit-copy__card,
.orbit-stage__screen,
.cinema-card,
.metric-card,
.journey-step,
.finale__content {
  background: linear-gradient(180deg, rgba(11, 26, 49, 0.78), rgba(6, 15, 28, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.hud-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: var(--radius-lg);
}

.hud-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(122, 249, 183, 0.08), transparent 32%, transparent 68%, rgba(255, 213, 122, 0.08));
  pointer-events: none;
}

.hud-card__number {
  margin-top: 8px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(46px, 5vw, 84px);
  line-height: 0.9;
  letter-spacing: 0.05em;
}

.hud-card__number span {
  font-size: 0.45em;
}

.hud-card p {
  margin: 10px 0 0;
  color: var(--text-dim);
  line-height: 1.7;
}

.hud-card--radar {
  display: grid;
  gap: 18px;
}

.hud-radar {
  position: relative;
  aspect-ratio: 1;
  max-width: 180px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(122, 249, 183, 0.08), transparent 64%),
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.08) 0 calc(50% + 0.5px), transparent 0),
    linear-gradient(transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.08) 0 calc(50% + 0.5px), transparent 0);
  overflow: hidden;
}

.hud-radar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(from 0deg, transparent 0 76%, rgba(122, 249, 183, 0.65) 82%, transparent 88%);
  animation: spin 6s linear infinite;
}

.hud-radar__ring {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hud-radar__ring:nth-child(2) {
  inset: 28%;
}

.hud-radar__ring:nth-child(3) {
  inset: 42%;
}

.hud-radar__point {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(122, 249, 183, 0.9);
}

.hud-radar__point--a { top: 26%; left: 68%; }
.hud-radar__point--b { top: 62%; left: 52%; }
.hud-radar__point--c { top: 42%; left: 28%; }

.hero-data {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: auto;
}

.data-pill {
  padding: 22px;
  border-radius: var(--radius-md);
  min-height: 168px;
}

.data-pill strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.2;
}

.data-pill p {
  margin: 12px 0 0;
  color: var(--text-dim);
  line-height: 1.8;
}

.hero-ticker {
  overflow: hidden;
  margin: 20px 0 36px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-ticker__track,
.kinetic-band__row {
  display: inline-flex;
  align-items: center;
  gap: 44px;
  min-width: max-content;
  white-space: nowrap;
}

.hero-ticker__track {
  animation: ticker 28s linear infinite;
}

.hero-ticker__track span,
.kinetic-band__row span {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(32px, 4vw, 72px);
  line-height: 1;
  letter-spacing: 0.08em;
}

.hero-ticker__track span {
  color: rgba(255, 255, 255, 0.7);
}

.side-nav {
  position: fixed;
  top: 50%;
  right: clamp(14px, 2vw, 26px);
  transform: translateY(-50%);
  z-index: 8;
  display: grid;
  gap: 14px;
}

.side-nav__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.side-nav__dot span {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.68);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.side-nav__dot:hover span,
.side-nav__dot.is-active span {
  opacity: 1;
}

.side-nav__dot.is-active {
  background: var(--accent);
  border-color: var(--accent-strong);
  transform: scale(1.25);
  box-shadow: 0 0 18px rgba(122, 249, 183, 0.45);
}

.section-heading,
.journey__intro {
  max-width: 900px;
  margin: 0 auto 42px 0;
}

.section-heading h2,
.journey__intro h2,
.finale__content h2 {
  font-size: clamp(40px, 5vw, 86px);
  max-width: 12ch;
  text-wrap: balance;
}

.destinations,
.cinema,
.journey,
.finale {
  padding-top: var(--section-gap);
}

.orbit-layout {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
}

.orbit-copy__card {
  position: sticky;
  top: 28px;
  padding: 28px;
  border-radius: var(--radius-xl);
}

.orbit-copy__card h3 {
  margin: 16px 0 0;
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.06;
}

.orbit-stats {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.orbit-stats span,
.metric-card small {
  color: rgba(239, 248, 255, 0.65);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.orbit-stats strong {
  display: block;
  margin-top: 6px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 0.96;
}

.orbit-stage {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  transform: translateY(var(--stage-offset, 0px));
}

.orbit-stage::before,
.orbit-stage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.orbit-stage::before {
  width: min(60vw, 720px);
  aspect-ratio: 1;
  animation: orbitSpin 26s linear infinite;
}

.orbit-stage::after {
  width: min(42vw, 520px);
  aspect-ratio: 1;
  animation: orbitSpinReverse 18s linear infinite;
}

.orbit-stage__screen {
  position: relative;
  width: min(70vw, 720px);
  min-height: 540px;
  border-radius: clamp(28px, 3vw, 44px);
  overflow: hidden;
}

.orbit-stage__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  transition: background-image 0.8s ease, transform 1.4s ease, opacity 0.4s ease;
}

.orbit-stage__screen:hover .orbit-stage__image {
  transform: scale(1.1);
}

.orbit-stage__screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 11, 21, 0.1), rgba(3, 11, 21, 0.72)),
    linear-gradient(90deg, rgba(4, 10, 21, 0.72), transparent 36%, transparent 68%, rgba(4, 10, 21, 0.7));
  z-index: 1;
}

.orbit-stage__overlay {
  position: absolute;
  inset: auto 24px 24px 24px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.orbit-stage__overlay span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(14px);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}

.orbit-stage__overlay strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(42px, 4vw, 80px);
  line-height: 0.9;
  letter-spacing: 0.08em;
}

.orbit-node {
  position: absolute;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text);
  background: rgba(7, 18, 34, 0.54);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  cursor: pointer;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.orbit-node:hover,
.orbit-node.is-active {
  transform: scale(1.06);
  border-color: rgba(122, 249, 183, 0.7);
  background: rgba(10, 29, 43, 0.78);
}

.orbit-node[data-pos="top"] {
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-node[data-pos="top"].is-active {
  transform: translateX(-50%) scale(1.08);
}

.orbit-node[data-pos="right"] {
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}

.orbit-node[data-pos="right"].is-active {
  transform: translateY(-50%) scale(1.08);
}

.orbit-node[data-pos="bottom"] {
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-node[data-pos="bottom"].is-active {
  transform: translateX(-50%) scale(1.08);
}

.orbit-node[data-pos="left"] {
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}

.orbit-node[data-pos="left"].is-active {
  transform: translateY(-50%) scale(1.08);
}

.kinetic-band {
  overflow: hidden;
  padding-top: 48px;
  padding-bottom: 12px;
}

.kinetic-band__row {
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.16);
}

.kinetic-band__row--a {
  animation: ticker 22s linear infinite;
}

.kinetic-band__row--b {
  justify-content: flex-end;
  animation: tickerReverse 24s linear infinite;
}

.cinema-wall {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 20px;
}

.cinema-card {
  position: relative;
  min-height: 620px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: transform 0.55s ease, border-color 0.55s ease, box-shadow 0.55s ease;
}

.cinema-card.is-active {
  transform: translateY(-12px) scale(1.01);
  border-color: rgba(122, 249, 183, 0.28);
  box-shadow: 0 38px 100px rgba(4, 10, 21, 0.72);
}

.cinema-card::after {
  content: "";
  position: absolute;
  inset: -10% auto -10% -40%;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: skewX(-18deg);
  opacity: 0;
}

.cinema-card.is-active::after {
  opacity: 1;
  animation: cardSweep 2.8s ease-in-out infinite;
}

.cinema-card__image,
.cinema-card__wash {
  position: absolute;
  inset: 0;
}

.cinema-card__image {
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 1s ease;
}

.cinema-card.is-active .cinema-card__image,
.cinema-card:hover .cinema-card__image {
  transform: scale(1.1);
}

.cinema-card__wash {
  background:
    linear-gradient(180deg, rgba(4, 10, 21, 0.08), rgba(4, 10, 21, 0.82)),
    linear-gradient(130deg, rgba(122, 249, 183, 0.1), transparent 32%, rgba(255, 209, 127, 0.1));
}

.cinema-card__content {
  position: absolute;
  inset: auto 24px 28px 24px;
  z-index: 1;
}

.cinema-card__content h3 {
  margin: 10px 0 0;
  font-size: clamp(30px, 2.6vw, 48px);
  line-height: 1.05;
}

.metric-rack {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.metric-card {
  padding: 28px 22px;
  border-radius: var(--radius-lg);
}

.metric-card strong {
  display: block;
  margin: 12px 0 10px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(42px, 4vw, 76px);
  line-height: 0.9;
}

.journey-line {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.journey-line::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(180deg, rgba(122, 249, 183, 0.52), rgba(255, 255, 255, 0.08));
}

.journey-step {
  position: relative;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 18px;
  padding: 28px;
  border-radius: var(--radius-lg);
}

.journey-step__index {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(122, 249, 183, 0.16);
  border: 1px solid rgba(122, 249, 183, 0.38);
  color: var(--accent-strong);
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
}

.journey-step__index::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(122, 249, 183, 0.18);
}

.journey-step__body h3 {
  margin: 0;
  font-size: clamp(24px, 2vw, 38px);
}

.finale {
  min-height: 88svh;
  display: grid;
  align-items: center;
  padding-bottom: 56px;
}

.finale__backdrop {
  position: absolute;
  inset: 4% 24px 0;
  background-size: cover;
  background-position: center;
  border-radius: 40px 40px 0 0;
  filter: saturate(1.04) contrast(1.04);
}

.finale__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(122, 249, 183, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(4, 10, 21, 0.26), rgba(4, 10, 21, 0.86));
}

.finale__content {
  position: relative;
  z-index: 1;
  max-width: min(900px, 100%);
  padding: clamp(32px, 5vw, 56px);
  border-radius: 34px;
}

[data-reveal] {
  opacity: 0;
  translate: 0 36px;
  transition: opacity 0.9s ease, translate 0.9s cubic-bezier(.2,.65,.1,1);
}

[data-reveal].is-visible {
  opacity: 1;
  translate: 0 0;
}

@media (max-width: 1280px) {
  .hero__content,
  .orbit-layout,
  .cinema-wall,
  .metric-rack,
  .hero-data {
    grid-template-columns: 1fr;
  }

  .orbit-copy__card {
    position: relative;
    top: 0;
  }

  .orbit-stage {
    min-height: 620px;
  }

  .cinema-card {
    min-height: 420px;
  }
}

@media (max-width: 900px) {
  .side-nav {
    display: none;
  }

  .topbar {
    border-radius: 28px;
    padding: 18px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 28px;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero__content {
    min-height: auto;
  }

  .orbit-stage {
    min-height: 520px;
  }

  .orbit-stage::before {
    width: min(92vw, 620px);
  }

  .orbit-stage::after {
    width: min(70vw, 420px);
  }

  .orbit-stage__screen {
    width: 100%;
    min-height: 420px;
  }

  .orbit-node[data-pos="left"],
  .orbit-node[data-pos="right"] {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .orbit-node[data-pos="left"] {
    left: 0;
  }

  .orbit-node[data-pos="right"] {
    right: 0;
  }

  .orbit-node[data-pos="top"] {
    top: 0;
  }

  .orbit-node[data-pos="bottom"] {
    bottom: 64px;
  }

  .journey-step {
    grid-template-columns: 56px 1fr;
    padding: 22px;
  }

  .journey-line::before {
    left: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@keyframes heroPulse {
  0%, 100% { opacity: 0.45; transform: scale(1); }
  50% { opacity: 0.95; transform: scale(1.12); }
}

@keyframes sweepBeam {
  0%, 100% { transform: translateX(-42%) skewX(-14deg); }
  50% { transform: translateX(42%) skewX(-14deg); }
}

@keyframes sweepLine {
  0% { transform: translateX(-120%); opacity: 0; }
  15% { opacity: 0.88; }
  50% { transform: translateX(0); opacity: 1; }
  85% { opacity: 0.88; }
  100% { transform: translateX(120%); opacity: 0; }
}

@keyframes floatBar {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes tickerReverse {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes orbitSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes orbitSpinReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes cardSweep {
  0% { transform: translateX(0) skewX(-18deg); }
  100% { transform: translateX(480%) skewX(-18deg); }
}

@keyframes driftNoise {
  from { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-1.5%, 1%, 0); }
  to { transform: translate3d(0, 0, 0); }
}
