:root {
  color-scheme: dark;
  --bg: #02070d;
  --bg-soft: #06101a;
  --panel: rgba(6, 18, 29, 0.78);
  --panel-strong: rgba(8, 24, 38, 0.9);
  --line: rgba(117, 236, 255, 0.24);
  --line-strong: rgba(117, 236, 255, 0.5);
  --text: #f6fbff;
  --muted: rgba(235, 247, 250, 0.84);
  --subtle: rgba(235, 247, 250, 0.7);
  --cyan: #35f7ef;
  --cyan-strong: #6ffcf7;
  --blue: #1c9fff;
  --amber: #f5b84a;
  --green: #b9ef54;
  --danger: #ff785f;
  --radius: 8px;
  --shadow-cyan: 0 0 34px rgba(45, 246, 239, 0.28);
  --content: min(1136px, calc(100vw - 48px));
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  --font-brand: "Exo 2", "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
}

/* Desktop schedule: restore the original card layout, but make it feel sharper and more cinematic. */
@media (min-width: 981px) {
  .timeline-section .timeline {
    width: min(1380px, calc(100vw - 260px));
    max-width: none;
    margin: clamp(50px, 6vh, 72px) auto 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(18px, 1.45vw, 28px);
    padding: 0;
    transform: none;
  }

  .timeline-section .timeline::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -2.5%;
    right: -2.5%;
    top: 51%;
    bottom: auto;
    height: 1px;
    background:
      linear-gradient(90deg, transparent, rgba(53, 247, 239, 0.34) 10%, rgba(185, 239, 84, 0.24) 50%, rgba(53, 247, 239, 0.34) 90%, transparent),
      repeating-linear-gradient(90deg, rgba(53, 247, 239, 0.62) 0 2px, transparent 2px 11px);
    box-shadow: 0 0 22px rgba(53, 247, 239, 0.22);
    opacity: 0.78;
    transform: translateY(-50%);
  }

  .timeline-section .timeline::after {
    display: none;
  }

  .timeline-section .timeline-card,
  .timeline-section .timeline-card:first-child {
    --schedule-accent: var(--cyan);
    --schedule-accent-rgb: 53, 247, 239;
    position: relative;
    z-index: 1;
    min-height: clamp(330px, 21vw, 390px);
    padding: clamp(30px, 2.4vw, 42px) clamp(22px, 1.8vw, 30px) clamp(26px, 2vw, 34px);
    overflow: hidden;
    clip-path: none;
    border: 1px solid rgba(var(--schedule-accent-rgb), 0.58);
    border-radius: 12px;
    background:
      radial-gradient(circle at 34% 16%, rgba(var(--schedule-accent-rgb), 0.2), transparent 8rem),
      linear-gradient(145deg, rgba(13, 32, 45, 0.92), rgba(5, 16, 25, 0.84) 56%, rgba(3, 10, 17, 0.94));
    box-shadow:
      0 0 0 1px rgba(var(--schedule-accent-rgb), 0.1) inset,
      0 0 34px rgba(var(--schedule-accent-rgb), 0.13),
      0 28px 58px rgba(0, 0, 0, 0.38);
    transform: none;
    transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease, background 190ms ease;
  }

  .timeline-section .timeline-card:nth-child(2) {
    --schedule-accent: var(--green);
    --schedule-accent-rgb: 185, 239, 84;
  }

  .timeline-section .timeline-card::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    height: auto;
    pointer-events: none;
    background:
      linear-gradient(90deg, transparent, rgba(var(--schedule-accent-rgb), 0.62), transparent) 50% 0 / 58% 1px no-repeat,
      linear-gradient(rgba(var(--schedule-accent-rgb), 0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(var(--schedule-accent-rgb), 0.045) 1px, transparent 1px);
    background-size: 58% 1px, 18px 18px, 18px 18px;
    opacity: 0.72;
    box-shadow: none;
  }

  .timeline-section .timeline-card::after {
    right: clamp(18px, 1.5vw, 25px);
    top: clamp(22px, 1.7vw, 30px);
    color: rgba(183, 218, 228, 0.62);
    font-size: clamp(18px, 1.18vw, 24px);
    letter-spacing: 0.04em;
    text-shadow: 0 0 16px rgba(var(--schedule-accent-rgb), 0.22);
  }

  .timeline-section .timeline-card.active {
    border-color: rgba(var(--schedule-accent-rgb), 0.92);
    background:
      radial-gradient(circle at 44% 10%, rgba(var(--schedule-accent-rgb), 0.36), transparent 9rem),
      linear-gradient(145deg, rgba(28, 58, 35, 0.9), rgba(12, 33, 24, 0.86) 54%, rgba(4, 13, 16, 0.94));
    box-shadow:
      0 0 0 1px rgba(var(--schedule-accent-rgb), 0.2) inset,
      0 0 38px rgba(var(--schedule-accent-rgb), 0.26),
      0 28px 64px rgba(0, 0, 0, 0.42);
  }

  .timeline-section .timeline-card:hover,
  .timeline-section .timeline-card:focus-within {
    transform: translateY(-8px);
    border-color: rgba(var(--schedule-accent-rgb), 0.9);
    box-shadow:
      0 0 0 1px rgba(var(--schedule-accent-rgb), 0.18) inset,
      0 0 44px rgba(var(--schedule-accent-rgb), 0.28),
      0 34px 72px rgba(0, 0, 0, 0.48);
  }

  .timeline-section .timeline-card .card-icon {
    width: clamp(54px, 3.8vw, 68px);
    height: clamp(54px, 3.8vw, 68px);
    border-width: 2px;
    color: var(--schedule-accent);
    border-color: rgba(var(--schedule-accent-rgb), 0.88);
    background:
      radial-gradient(circle, rgba(var(--schedule-accent-rgb), 0.2), transparent 58%),
      rgba(3, 16, 24, 0.72);
    box-shadow:
      inset 0 0 20px rgba(var(--schedule-accent-rgb), 0.14),
      0 0 22px rgba(var(--schedule-accent-rgb), 0.22);
  }

  .timeline-section .timeline-card strong {
    margin-top: clamp(34px, 3.2vw, 50px);
    color: var(--schedule-accent);
    font-size: clamp(15px, 1vw, 19px);
    line-height: 1.15;
    text-shadow: 0 0 16px rgba(var(--schedule-accent-rgb), 0.18);
  }

  .timeline-section .timeline-card h3 {
    margin-top: 12px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(230, 244, 248, 0.18);
    font-size: clamp(18px, 1.18vw, 23px);
    line-height: 1.12;
    letter-spacing: -0.02em;
  }

  .timeline-section .timeline-card p {
    margin-top: 18px;
    color: rgba(222, 235, 240, 0.78);
    font-size: clamp(14px, 0.88vw, 17px);
    line-height: 1.42;
  }
}

@media (max-width: 640px) and (prefers-reduced-motion: no-preference) {
  body .hero {
    min-height: 285svh;
  }

  body .hero-stage {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 22px;
    min-height: 100svh;
    padding: 96px 18px 150px;
    overflow: hidden;
  }

  body .hero-media {
    position: relative !important;
    inset: auto !important;
    z-index: 1;
    width: min(100%, 420px);
    aspect-ratio: 1.34 / 1;
    min-height: 0;
    margin: 12px auto 0;
    overflow: hidden;
    border: 1px solid rgba(95, 238, 246, 0.22);
    border-radius: 24px;
    background: rgba(4, 13, 22, 0.74);
    box-shadow:
      0 0 0 1px rgba(12, 242, 232, 0.08),
      0 24px 70px rgba(0, 0, 0, 0.46),
      0 0 48px rgba(53, 247, 239, 0.12);
  }

  body .hero-video,
  body .hero-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  body .hero-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(2, 7, 13, 0.04), rgba(2, 7, 13, 0.3)),
      radial-gradient(circle at 24% 82%, rgba(53, 247, 239, 0.18), transparent 32%);
  }

  body .hero-vignette,
  body .hero-scan {
    border-radius: inherit;
  }

  body .hero-content {
    position: relative;
    z-index: 2;
    width: min(100%, 420px);
    min-height: 0;
    margin: 0 auto;
    padding: 0 14px;
    text-align: left;
  }

  body .hero-label {
    margin-bottom: 12px;
  }

  body .hero h1 {
    font-size: clamp(58px, 18vw, 78px);
    line-height: 0.9;
  }

  body .hero-lede {
    max-width: 330px;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.25;
  }

  body .hero-copy {
    max-width: 330px;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.38;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
  background: var(--bg);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 10%, rgba(43, 206, 255, 0.12), transparent 28rem),
    radial-gradient(circle at 15% 48%, rgba(53, 247, 239, 0.07), transparent 24rem),
    radial-gradient(circle at 86% 72%, rgba(245, 184, 74, 0.055), transparent 22rem),
    linear-gradient(180deg, #02070d 0%, #04101a 42%, #02070d 100%);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.5;
  min-width: 320px;
  overflow-x: hidden;
  font-optical-sizing: auto;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: 0.34;
  background:
    linear-gradient(rgba(53, 247, 239, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 247, 239, 0.016) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, transparent, black 14%, black 86%, transparent);
}

img,
canvas,
svg {
  display: block;
}

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

button {
  font: inherit;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-160%);
  border: 1px solid var(--cyan);
  border-radius: var(--radius);
  background: #04111c;
  color: var(--text);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

main:focus-visible {
  outline: none;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(20px, 4vw, 48px);
  border-bottom: 1px solid rgba(138, 239, 255, 0.14);
  background: rgba(1, 7, 13, 0.34);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease, height 180ms ease;
}

.site-header.is-scrolled {
  height: 64px;
  background: rgba(1, 8, 14, 0.82);
  border-color: rgba(138, 239, 255, 0.24);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  color: var(--text);
  font-family: var(--font-brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.105em;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(53, 247, 239, 0.13);
}

.brand-logo {
  width: 76px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(53, 247, 239, 0.34));
}

.brand-mark {
  width: 56px;
  height: 28px;
  overflow: visible;
}

.brand-mark path {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(53, 247, 239, 0.42));
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 44px);
  color: rgba(246, 251, 255, 0.86);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desktop-nav a,
.mobile-nav a,
.text-link {
  transition: color 160ms ease, text-shadow 160ms ease, border-color 160ms ease;
}

.desktop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 4px;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 6px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 0 12px rgba(53, 247, 239, 0.58);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a.is-active,
.mobile-nav a:hover,
.mobile-nav a:focus-visible,
.mobile-nav a.is-active,
.text-link:hover,
.text-link:focus-visible {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(53, 247, 239, 0.38);
}

.desktop-nav a.is-active,
.mobile-nav a.is-active {
  color: var(--cyan-strong);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.mobile-nav a.is-active {
  box-shadow: inset 3px 0 0 var(--cyan);
}

.menu-toggle {
  justify-self: end;
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  gap: 4px;
  border: 1px solid rgba(111, 252, 247, 0.44);
  border-radius: 50%;
  background: rgba(4, 17, 28, 0.72);
  color: var(--text);
  cursor: pointer;
}

.menu-toggle span {
  width: 16px;
  height: 1px;
  background: var(--cyan);
}

.mobile-nav {
  position: fixed;
  top: 72px;
  left: 16px;
  right: 16px;
  display: none;
  padding: 10px;
  border: 1px solid rgba(111, 252, 247, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(5, 18, 29, 0.98), rgba(2, 9, 16, 0.98)),
    rgba(2, 10, 17, 0.98);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow-cyan);
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav a {
  display: block;
  border-radius: 6px;
  padding: 14px 12px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-frame {
  position: relative;
  isolation: isolate;
  border-bottom: 1px solid rgba(123, 235, 255, 0.12);
}

.section-frame::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: clamp(18px, 2.3vw, 32px);
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(53, 247, 239, 0.34), transparent);
}

.section-frame::after {
  content: "";
  position: absolute;
  left: clamp(14px, 2.3vw, 28px);
  top: 24px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  background: var(--bg);
  box-shadow: 0 0 18px rgba(53, 247, 239, 0.4);
}

.hero {
  min-height: 330svh;
  display: block;
  overflow: visible;
  padding: 0;
}

.hero-stage {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  padding: 112px max(32px, calc((100vw - 1136px) / 2)) 76px;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: #02070d;
}

.hero-video,
.hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.hero-video {
  z-index: 1;
}

.hero-poster {
  z-index: 0;
}

.hero-video-ready .hero-poster {
  opacity: 0;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(2, 7, 13, 0.99) 0%, rgba(2, 7, 13, 0.84) 25%, rgba(2, 7, 13, 0.28) 58%, rgba(2, 7, 13, 0.12) 100%),
    linear-gradient(180deg, rgba(2, 7, 13, 0.22) 0%, rgba(2, 7, 13, 0.04) 42%, rgba(2, 7, 13, 0.82) 100%),
    radial-gradient(circle at 74% 45%, transparent 0 20rem, rgba(2, 7, 13, 0.42) 46rem);
}

.hero-scan {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0.22;
  background: repeating-linear-gradient(180deg, transparent 0 7px, rgba(117, 236, 255, 0.04) 8px);
  mix-blend-mode: screen;
}

.hero-content {
  width: min(580px, 100%);
  position: relative;
  z-index: 5;
}

.partner-lockup {
  width: min(456px, 100%);
  height: auto;
  margin: 0 0 14px;
  opacity: 0.96;
  filter: drop-shadow(0 0 18px rgba(53, 247, 239, 0.16));
}

.event-pill {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 22px;
  border: 1px solid rgba(111, 252, 247, 0.22);
  border-radius: var(--radius);
  background: rgba(2, 10, 17, 0.42);
  backdrop-filter: blur(16px);
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.event-pill span {
  padding: 10px 13px;
}

.event-pill span + span {
  border-left: 1px solid rgba(111, 252, 247, 0.22);
}

h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.hero-label {
  margin: 0 0 16px;
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 560px;
  font-size: clamp(64px, 10vw, 126px);
  line-height: 0.86;
  letter-spacing: 0;
  font-weight: 700;
}

.hero h1 span,
h2 span {
  color: var(--cyan);
  text-shadow: 0 0 26px rgba(53, 247, 239, 0.28);
}

.hero-lede {
  max-width: 500px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(20px, 2.1vw, 27px);
  line-height: 1.24;
}

.hero-support {
  max-width: 520px;
  margin-top: 18px;
  color: rgba(244, 251, 255, 0.82);
  font-size: 17px;
  line-height: 1.5;
}

.hero-copy {
  max-width: 430px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 4px;
  padding: 0 24px;
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button svg {
  width: 20px;
  height: 20px;
}

.button svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  min-width: 230px;
  background: linear-gradient(135deg, #84fff7, #35d5d0);
  color: #031016;
  box-shadow: 0 0 28px rgba(53, 247, 239, 0.28);
}

.button-secondary {
  min-width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(4, 14, 24, 0.42);
  color: var(--text);
  backdrop-filter: blur(16px);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 0 36px rgba(53, 247, 239, 0.38), 0 12px 34px rgba(0, 0, 0, 0.24);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(111, 252, 247, 0.74);
  background: rgba(6, 23, 35, 0.64);
}

.event-card {
  position: absolute;
  z-index: 6;
  right: clamp(22px, 4vw, 72px);
  bottom: 94px;
  width: min(396px, calc(100vw - 48px));
  overflow: hidden;
  border: 1px solid rgba(178, 248, 255, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 18%, rgba(144, 255, 248, 0.16), transparent 7.5rem),
    radial-gradient(circle at 63% 78%, rgba(205, 251, 255, 0.12), transparent 9rem),
    linear-gradient(135deg, rgba(186, 242, 248, 0.16), rgba(12, 30, 42, 0.34) 46%, rgba(7, 18, 28, 0.58)),
    rgba(8, 22, 33, 0.58);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 0 42px rgba(87, 242, 239, 0.065),
    0 0 28px rgba(53, 247, 239, 0.18);
  backdrop-filter: blur(24px) saturate(1.22);
  padding: 28px 31px 30px;
}

.event-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(53, 247, 239, 0.1), transparent 32%, rgba(255, 255, 255, 0.055) 66%, transparent);
  opacity: 0.82;
}

.event-card-head,
.event-card dl,
.event-card p {
  position: relative;
  z-index: 1;
}

.event-card-head {
  display: grid;
  grid-template-columns: 42px auto 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 25px;
  color: rgba(125, 250, 245, 0.72);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.event-card-head span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(111, 252, 247, 0.48));
  box-shadow: 0 0 12px rgba(53, 247, 239, 0.42);
}

.event-card-head strong {
  font: inherit;
}

.event-card-head i {
  justify-self: end;
  width: 68px;
  height: 13px;
  background: repeating-linear-gradient(110deg, rgba(111, 252, 247, 0.82) 0 2px, transparent 2px 9px);
  filter: drop-shadow(0 0 8px rgba(53, 247, 239, 0.38));
}

.event-card dl {
  display: grid;
  gap: 18px;
}

.event-card-row {
  min-width: 0;
}

.event-card dt {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.event-card dd {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  color: rgba(249, 253, 255, 0.96);
  font-family: var(--font-display);
  font-size: clamp(25px, 2.45vw, 34px);
  line-height: 1.04;
  letter-spacing: 0.01em;
  text-shadow: 0 0 18px rgba(6, 18, 24, 0.98), 0 0 18px rgba(255, 255, 255, 0.14);
}

.event-card-row:nth-child(2) dd {
  font-size: clamp(22px, 2vw, 28px);
}

.event-card-row:nth-child(3) dd {
  font-size: clamp(30px, 2.75vw, 38px);
}

.event-card svg {
  width: 34px;
  height: 34px;
  color: var(--cyan);
  overflow: visible;
  filter: drop-shadow(0 0 9px rgba(53, 247, 239, 0.62));
}

.event-card svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.event-card dd span {
  min-width: 0;
}

.event-card p {
  margin: 14px 0 0 52px;
  color: rgba(111, 252, 247, 0.92);
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(53, 247, 239, 0.36);
}

.event-card-route {
  position: absolute;
  z-index: 1;
  right: 29px;
  bottom: -9px;
  width: 92px;
  height: 92px;
  pointer-events: none;
}

.event-card-route::before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 50px;
  height: 62px;
  border-left: 3px solid rgba(53, 247, 239, 0.86);
  border-top: 3px solid rgba(53, 247, 239, 0.86);
  border-radius: 14px 0 0 0;
  transform: skewY(-43deg);
  transform-origin: bottom left;
  filter: drop-shadow(0 0 10px rgba(53, 247, 239, 0.74));
}

.event-card-route::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 4px;
  width: 21px;
  height: 21px;
  border: 3px solid rgba(53, 247, 239, 0.82);
  border-radius: 50%;
  background: rgba(53, 247, 239, 0.18);
  box-shadow: 0 0 18px rgba(53, 247, 239, 0.78), inset 0 0 10px rgba(53, 247, 239, 0.42);
}

.scroll-cue {
  position: absolute;
  left: max(48px, calc((100vw - 1136px) / 2));
  bottom: 54px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(225, 242, 247, 0.62);
  font-family: var(--font-display);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.scroll-cue span {
  width: 25px;
  height: 39px;
  border: 1px solid rgba(53, 247, 239, 0.44);
  border-radius: 999px;
  position: relative;
}

.scroll-cue span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 3px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan);
  transform: translateX(-50%);
  animation: wheel 1.5s ease-in-out infinite;
}

.scroll-cue em {
  font-style: normal;
}

@keyframes wheel {
  0%, 100% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  45% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(-50%, 12px);
  }
}

.timeline-section,
.tracks-section,
.selection-section {
  padding: 72px max(32px, calc((100vw - 1136px) / 2));
}

.route-section {
  min-height: 330px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 44px max(32px, calc((100vw - 1136px) / 2)) 40px;
  border-top: 1px solid rgba(123, 235, 255, 0.1);
  border-bottom: 1px solid rgba(123, 235, 255, 0.1);
  background:
    linear-gradient(90deg, rgba(2, 8, 13, 0.98) 0%, rgba(2, 8, 13, 0.93) 34%, rgba(2, 8, 13, 0.9) 100%),
    radial-gradient(circle at 59% 66%, rgba(53, 247, 239, 0.12), transparent 31rem),
    radial-gradient(circle at 92% 58%, rgba(86, 150, 255, 0.08), transparent 18rem),
    #02080d;
}

.route-section::after {
  z-index: 4;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(53, 247, 239, 0.7);
}

.tracks-layout,
.selection-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}

.route-grid {
  width: 100%;
  display: block;
}

.route-section .section-kicker,
.route-section .section-copy {
  width: min(330px, 34vw);
  position: relative;
  z-index: 3;
}

.route-section .section-kicker {
  margin-bottom: 14px;
}

.route-section .section-copy h2 {
  max-width: 310px;
  font-size: clamp(30px, 2.6vw, 36px);
  line-height: 1.06;
  font-weight: 500;
}

.route-section .section-copy p {
  max-width: 315px;
  margin-top: 12px;
  color: rgba(235, 247, 250, 0.84);
  font-size: 13.5px;
  line-height: 1.48;
}

.route-section .text-link {
  width: auto;
  min-width: max-content;
  height: 43px;
  overflow: visible;
  position: relative;
  margin-top: 24px;
  padding-left: 38px;
  align-items: center;
  color: rgba(230, 244, 248, 0.76);
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.1;
}

.route-section .text-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 39px;
  border: 1px solid rgba(53, 247, 239, 0.44);
  border-radius: 999px;
}

.route-section .text-link::after {
  content: "";
  position: absolute;
  left: 11px;
  width: 3px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(53, 247, 239, 0.6);
}

.section-copy h2,
.section-heading h2,
.final-content h2 {
  font-size: clamp(34px, 4.7vw, 58px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: 0;
}

.section-copy p,
.section-heading p {
  max-width: 460px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 16px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-decoration-line: underline;
  text-decoration-color: rgba(53, 247, 239, 0.5);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.42em;
  text-transform: uppercase;
}

.text-link::after {
  content: "->";
  margin-left: 10px;
}

.route-visual {
  margin: 0;
  position: absolute;
  inset: -56px -42px -58px clamp(420px, 37vw, 540px);
  z-index: 1;
  min-height: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.route-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: 58% 55%;
  opacity: 0.92;
  filter: saturate(1.12) contrast(1.04) brightness(1.08);
  mix-blend-mode: screen;
}

.route-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, #02080d 0%, rgba(2, 8, 13, 0.92) 8%, rgba(2, 8, 13, 0.18) 22%, transparent 48%, rgba(2, 8, 13, 0.22) 91%, #02080d 100%),
    linear-gradient(180deg, #02080d 0%, rgba(2, 8, 13, 0.16) 18%, transparent 44%, rgba(2, 8, 13, 0.18) 82%, #02080d 100%);
}

.route-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, #02080d 0%, rgba(2, 8, 13, 0.88) 11%, rgba(2, 8, 13, 0.42) 21%, rgba(2, 8, 13, 0.08) 38%, rgba(2, 8, 13, 0.02) 100%),
    linear-gradient(180deg, rgba(2, 8, 13, 0.52), transparent 34%, rgba(2, 8, 13, 0.62));
}

.route-caption {
  position: absolute;
  z-index: 2;
  right: clamp(68px, 9vw, 142px);
  top: 33%;
  color: rgba(230, 244, 248, 0.36);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-heading p {
  max-width: 420px;
  margin-top: 0;
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  counter-reset: timeline-step;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  isolation: isolate;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(111, 252, 247, 0.52), rgba(245, 184, 74, 0.34), transparent);
  z-index: -1;
}

.timeline-card,
.track-card {
  border: 1px solid rgba(117, 236, 255, 0.38);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.088), rgba(255, 255, 255, 0.022)),
    var(--panel);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.timeline-card {
  counter-increment: timeline-step;
  min-height: 150px;
  padding: 22px 20px 20px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

@media (min-width: 981px) {
  .timeline {
    gap: clamp(22px, 1.65vw, 30px);
    align-items: stretch;
    padding-bottom: 22px;
  }

  .timeline::before {
    left: 3%;
    right: -3%;
    top: auto;
    bottom: 22px;
    height: 4px;
    background:
      radial-gradient(circle, rgba(111, 252, 247, 0.95) 0 2px, transparent 2.4px) 0 50% / 9px 4px repeat-x;
    opacity: 0.88;
    box-shadow: 0 0 18px rgba(53, 247, 239, 0.34);
    z-index: 4;
  }

  .timeline::after {
    content: ">>";
    position: absolute;
    right: -4.8%;
    bottom: -3px;
    z-index: 5;
    color: rgba(111, 252, 247, 0.95);
    font-family: var(--font-display);
    font-size: clamp(42px, 3.5vw, 58px);
    font-weight: 500;
    letter-spacing: -0.16em;
    text-shadow: 0 0 22px rgba(53, 247, 239, 0.72);
  }

  .timeline-card {
    --arrow-tip: clamp(62px, 4.2vw, 78px);
    --arrow-back: clamp(24px, 1.9vw, 34px);
    min-height: 366px;
    padding: 52px calc(var(--arrow-tip) + 22px) 56px 42px;
    border-radius: 0;
    border-color: transparent;
    clip-path: polygon(
      var(--arrow-back) 0,
      calc(100% - var(--arrow-tip)) 0,
      100% 50%,
      calc(100% - var(--arrow-tip)) 100%,
      var(--arrow-back) 100%,
      0 50%
    );
    background:
      linear-gradient(90deg, rgba(var(--card-accent-rgb, 53, 247, 239), 0.2), rgba(var(--card-accent-rgb, 53, 247, 239), 0.06) 42%, transparent 76%),
      radial-gradient(circle at 35% 16%, rgba(var(--card-accent-rgb, 53, 247, 239), 0.16), transparent 9rem),
      linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.018)),
      rgba(6, 20, 30, 0.9);
    box-shadow:
      inset 0 0 0 1.6px rgba(var(--card-accent-rgb, 53, 247, 239), 0.74),
      inset 0 -22px 36px rgba(var(--card-accent-rgb, 53, 247, 239), 0.14),
      inset 0 0 42px rgba(var(--card-accent-rgb, 53, 247, 239), 0.08),
      0 0 34px rgba(var(--card-accent-rgb, 53, 247, 239), 0.16),
      0 22px 58px rgba(0, 0, 0, 0.36);
  }

  .timeline-card:first-child {
    --arrow-back: 0px;
    clip-path: polygon(
      0 0,
      calc(100% - var(--arrow-tip)) 0,
      100% 50%,
      calc(100% - var(--arrow-tip)) 100%,
      0 100%
    );
    border-radius: 18px 0 0 18px;
  }

  .timeline-card.active {
    --card-accent-rgb: 185, 239, 84;
    border-color: rgba(185, 239, 84, 0.66);
    background:
      linear-gradient(90deg, rgba(185, 239, 84, 0.2), rgba(53, 247, 239, 0.07) 50%, transparent),
      radial-gradient(circle at 72% 8%, rgba(185, 239, 84, 0.38), transparent 8rem),
      linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.026)),
      rgba(10, 34, 22, 0.9);
    box-shadow:
      inset 0 0 0 1.8px rgba(185, 239, 84, 0.82),
      inset 0 -24px 42px rgba(185, 239, 84, 0.2),
      inset 0 0 58px rgba(185, 239, 84, 0.12),
      0 0 48px rgba(185, 239, 84, 0.24),
      0 24px 54px rgba(0, 0, 0, 0.34);
  }

  .timeline-card::before {
    display: none;
  }

  .timeline-card .card-icon::after {
    content: "";
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    border: 1px solid currentColor;
    opacity: 0.36;
    box-shadow: 0 0 20px currentColor;
  }

  .timeline-card::before {
    content: "";
    inset: 0 auto 0 0;
    width: 4px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(111, 252, 247, 0.72), transparent);
    opacity: 0.7;
    box-shadow: 0 0 18px rgba(53, 247, 239, 0.28);
  }

  .timeline-card.active::before {
    display: none;
  }

  .timeline-card::after {
    right: calc(var(--arrow-tip) + 16px);
    top: 34px;
    font-size: 18px;
    color: rgba(111, 252, 247, 0.86);
    text-shadow: 0 0 16px rgba(53, 247, 239, 0.34);
  }

  .timeline-card:hover {
    transform: translateY(-5px);
    border-color: rgba(var(--card-accent-rgb, 53, 247, 239), 0.72);
    box-shadow:
      inset 0 0 0 1px rgba(var(--card-accent-rgb, 53, 247, 239), 0.42),
      inset 0 0 46px rgba(var(--card-accent-rgb, 53, 247, 239), 0.11),
      0 0 42px rgba(var(--card-accent-rgb, 53, 247, 239), 0.2),
      0 28px 66px rgba(0, 0, 0, 0.38);
  }

  .timeline-card strong {
    margin-top: 36px;
    font-size: clamp(17px, 1.18vw, 21px);
    white-space: normal;
  }

  .timeline-card h3 {
    margin-top: 12px;
    font-size: clamp(21px, 1.38vw, 25px);
    line-height: 1.12;
    font-weight: 800;
  }

  .timeline-card p {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(230, 244, 248, 0.24);
    font-size: clamp(16px, 1vw, 19px);
    line-height: 1.38;
  }

  .timeline-card .card-icon {
    position: relative;
    width: 58px;
    height: 58px;
  }

  .timeline-card::marker {
    content: "";
  }
}

.timeline-card.active {
  border-color: rgba(111, 252, 247, 0.72);
  box-shadow: 0 0 40px rgba(53, 247, 239, 0.2), inset 0 0 28px rgba(53, 247, 239, 0.08);
}

.timeline-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(111, 252, 247, 0.62), transparent);
  opacity: 0.42;
}

.timeline-card::after {
  content: "0" counter(timeline-step);
  position: absolute;
  right: 17px;
  top: 18px;
  color: rgba(230, 244, 248, 0.36);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.timeline-card.active::before {
  height: 3px;
  opacity: 1;
  box-shadow: 0 0 20px rgba(53, 247, 239, 0.62);
}

.timeline-card.active::after {
  color: rgba(185, 239, 84, 0.9);
  text-shadow: 0 0 14px rgba(185, 239, 84, 0.36);
}

.timeline-card:hover {
  transform: translateY(-2px);
  border-color: rgba(117, 236, 255, 0.56);
  box-shadow: 0 0 28px rgba(53, 247, 239, 0.13), 0 20px 48px rgba(0, 0, 0, 0.3);
}

.timeline-card strong {
  display: block;
  margin-top: 18px;
  color: var(--cyan-strong);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.timeline-card.active strong {
  color: var(--green);
}

.timeline-card h3,
.track-card h3 {
  color: var(--text);
  font-size: 17px;
  line-height: 1.12;
  font-weight: 600;
  text-transform: uppercase;
}

.timeline-card h3 {
  margin-top: 6px;
}

.timeline-card p,
.track-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.45;
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1.5px solid var(--cyan);
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(3, 16, 24, 0.52);
  box-shadow: inset 0 0 18px rgba(53, 247, 239, 0.12), 0 0 16px rgba(53, 247, 239, 0.1);
}

.timeline-card.active .card-icon {
  border-color: var(--green);
  color: var(--green);
  box-shadow: inset 0 0 18px rgba(185, 239, 84, 0.12), 0 0 20px rgba(185, 239, 84, 0.22);
}

.card-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  overflow: visible;
}

.card-icon svg path,
.card-icon svg rect,
.card-icon svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.track-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.track-card {
  --card-accent: var(--cyan);
  --card-accent-rgb: 53, 247, 239;
  min-height: 292px;
  position: relative;
  overflow: hidden;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: inherit;
  outline-offset: 4px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.track-card:nth-child(2) {
  --card-accent: #74f6c8;
  --card-accent-rgb: 116, 246, 200;
}

.track-card:nth-child(3) {
  --card-accent: #8cb8ff;
  --card-accent-rgb: 140, 184, 255;
}

.track-card:nth-child(4) {
  --card-accent: var(--amber);
  --card-accent-rgb: 245, 184, 74;
}

.track-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.track-card:hover img,
.track-card:focus-visible img {
  transform: scale(1.045);
}

.track-card:hover,
.track-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(var(--card-accent-rgb), 0.64);
  box-shadow: 0 0 34px rgba(var(--card-accent-rgb), 0.18), 0 22px 54px rgba(0, 0, 0, 0.34);
}

.track-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 7, 13, 0.08) 0%, rgba(2, 7, 13, 0.56) 48%, rgba(2, 7, 13, 0.94) 100%),
    radial-gradient(circle at 30% 20%, rgba(53, 247, 239, 0.24), transparent 9rem);
}

.track-overlay.warm {
  background:
    linear-gradient(180deg, rgba(2, 7, 13, 0.08) 0%, rgba(2, 7, 13, 0.58) 48%, rgba(2, 7, 13, 0.94) 100%),
    radial-gradient(circle at 70% 20%, rgba(245, 184, 74, 0.26), transparent 9rem);
}

.track-number {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: rgba(230, 244, 248, 0.82);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.track-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(var(--card-accent-rgb), 0.74);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(var(--card-accent-rgb), 0.18), transparent),
    rgba(3, 14, 22, 0.56);
  box-shadow: inset 0 0 18px rgba(var(--card-accent-rgb), 0.14), 0 0 20px rgba(var(--card-accent-rgb), 0.18);
}

.track-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 34px;
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--card-accent);
  border-radius: 5px;
  transform: rotate(45deg);
  filter: drop-shadow(0 0 10px rgba(var(--card-accent-rgb), 0.54));
}

.track-card h3,
.track-card p {
  position: relative;
  z-index: 1;
  max-width: 190px;
}

.track-card h3 {
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.62);
}

.track-card p {
  color: rgba(235, 247, 250, 0.88);
}

.selection-section {
  background:
    radial-gradient(circle at 84% 50%, rgba(53, 247, 239, 0.16), transparent 24rem),
    radial-gradient(circle at 20% 88%, rgba(53, 247, 239, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(1, 7, 13, 0.72), rgba(1, 9, 17, 0.84)),
    rgba(1, 7, 13, 0.5);
  position: relative;
  overflow: hidden;
  min-height: 800px;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: max(72px, calc((100vw - 1440px) / 2));
  padding-right: max(32px, calc((100vw - 1440px) / 2));
}

.selection-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(90, 205, 219, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 205, 219, 0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), transparent 96%);
  opacity: 0.28;
}

.selection-rail {
  position: absolute;
  inset: 18px auto 18px calc(clamp(18px, 2.3vw, 32px) - 16px);
  width: 34px;
  pointer-events: none;
}

.selection-rail-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 1px;
  background: linear-gradient(180deg, rgba(78, 233, 245, 0.2), rgba(78, 233, 245, 0.72), rgba(78, 233, 245, 0.14));
  box-shadow: 0 0 18px rgba(53, 247, 239, 0.22);
}

.selection-rail-dot {
  position: absolute;
  top: 82px;
  left: 4px;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(111, 252, 247, 0.52);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(53, 247, 239, 0.95) 0 28%, rgba(53, 247, 239, 0.16) 30%, rgba(53, 247, 239, 0.06) 100%);
  box-shadow: 0 0 22px rgba(53, 247, 239, 0.28), inset 0 0 18px rgba(53, 247, 239, 0.1);
}

.selection-rail-copy {
  position: absolute;
  left: -10px;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  color: rgba(232, 246, 250, 0.74);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.selection-rail-copy-top {
  top: 138px;
}

.selection-rail-copy-bottom {
  bottom: 8px;
  color: rgba(77, 237, 245, 0.82);
}

.selection-kicker {
  position: relative;
  z-index: 1;
  padding-left: 60px;
}

.selection-kicker::before {
  width: 34px;
  background: linear-gradient(90deg, rgba(77, 237, 245, 0), rgba(77, 237, 245, 0.92));
}

.selection-grid {
  position: relative;
  z-index: 1;
  width: min(1364px, 100%);
  max-width: none;
  margin: 0 auto;
  grid-template-columns: minmax(300px, 330px) minmax(410px, 430px) minmax(500px, 516px);
  gap: 44px;
  align-items: center;
}

.selection-grid::after {
  content: "";
  position: absolute;
  right: 112px;
  bottom: -34px;
  z-index: 0;
  width: 340px;
  height: 42px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(53, 247, 239, 0), rgba(53, 247, 239, 0.84), rgba(53, 247, 239, 0)),
    radial-gradient(ellipse at center, rgba(53, 247, 239, 0.8) 0%, rgba(53, 247, 239, 0.3) 30%, rgba(53, 247, 239, 0) 72%);
  background-size: 100% 2px, 100% 100%;
  background-position: center 18px, center;
  background-repeat: no-repeat;
  filter: blur(2px);
  opacity: 0.96;
}

.selection-copy {
  align-self: start;
  padding-top: 118px;
}

.selection-copy h2 {
  max-width: 340px;
  font-size: 64px;
  line-height: 0.94;
}

.selection-copy-line {
  display: inline-flex;
  width: 54px;
  height: 2px;
  margin: 28px 0 24px;
  background: linear-gradient(90deg, rgba(77, 237, 245, 0.92), rgba(77, 237, 245, 0.1));
  box-shadow: 0 0 16px rgba(53, 247, 239, 0.28);
}

.selection-copy p {
  max-width: 355px;
  color: rgba(235, 247, 250, 0.86);
  font-size: 17px;
  line-height: 1.58;
}

.selection-criteria {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.selection-card {
  min-height: 0;
  aspect-ratio: 1.22 / 1;
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(111, 252, 247, 0.32);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(111, 252, 247, 0.16), transparent 4.2rem),
    radial-gradient(circle at 50% 100%, rgba(111, 252, 247, 0.13), transparent 4rem),
    linear-gradient(180deg, rgba(10, 28, 39, 0.62), rgba(3, 13, 22, 0.74));
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 0 34px rgba(53, 247, 239, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(53, 247, 239, 0.08);
}

.selection-card::before,
.selection-card::after {
  content: "";
  position: absolute;
  left: 24%;
  width: 52%;
  height: 1px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(111, 252, 247, 0.95) 0, rgba(111, 252, 247, 0.12) 55%, rgba(111, 252, 247, 0) 76%);
  filter: drop-shadow(0 0 10px rgba(53, 247, 239, 0.72));
  opacity: 0.86;
}

.selection-card::before {
  top: 25px;
}

.selection-card::after {
  bottom: 24px;
}

.selection-card-icon,
.selection-card-number,
.selection-card p {
  position: relative;
  z-index: 1;
}

.selection-card-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(111, 252, 247, 0.72);
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(4, 20, 29, 0.7);
  box-shadow: inset 0 0 22px rgba(53, 247, 239, 0.14), 0 0 16px rgba(53, 247, 239, 0.14);
}

.selection-card-icon svg {
  width: 18px;
  height: 18px;
}

.selection-card-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.selection-card-number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(143, 194, 206, 0.62);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
}

.selection-card p {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 28px;
  margin: 0;
  max-width: 180px;
  color: rgba(246, 251, 255, 0.94);
  font-size: 18px;
  line-height: 1.42;
}

.selection-panel {
  --panel-shape: polygon(6.6% 0%, 92.5% 0%, 100% 6%, 100% 20.5%, 97.4% 23.5%, 97.4% 28.8%, 100% 32%, 100% 94.6%, 95.4% 100%, 7.2% 100%, 0% 94.4%, 0% 58.3%, 3.2% 55.4%, 3.2% 51.2%, 0% 48.4%, 0% 6.6%);
  justify-self: end;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 0;
  aspect-ratio: 516 / 680;
  overflow: hidden;
  padding: 50px 38px 26px;
  background: transparent;
  clip-path: var(--panel-shape);
  filter: drop-shadow(0 0 28px rgba(53, 247, 239, 0.1));
}

.selection-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/selection-panel-frame.png") center / 100% 100% no-repeat;
  opacity: 1;
}

.selection-panel::after {
  content: "";
  position: absolute;
  inset: 4.6% 4.2% 4.4%;
  z-index: 0;
  clip-path: var(--panel-shape);
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 19%, rgba(53, 247, 239, 0.11), transparent 10rem),
    radial-gradient(circle at 72% 94%, rgba(53, 247, 239, 0.16), transparent 9rem),
    linear-gradient(180deg, rgba(3, 15, 24, 0.08), rgba(2, 8, 15, 0.14));
  mix-blend-mode: screen;
}

.selection-panel:focus {
  outline: none;
}

.selection-panel:focus-visible {
  outline: 3px solid #f6fbff;
  outline-offset: 6px;
}

.selection-panel > * {
  position: relative;
  z-index: 1;
}

.selection-panel-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 0 18px 0 18px;
}

.selection-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(53, 247, 239, 0.82), 0 0 28px rgba(53, 247, 239, 0.28);
}

.selection-panel-status,
.selection-panel-mark,
.selection-panel-footnote {
  font-family: var(--font-display);
  text-transform: uppercase;
}

.selection-panel-status {
  display: grid;
  gap: 5px;
  color: rgba(230, 246, 250, 0.9);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.45;
}

.selection-panel-status span:first-child {
  color: var(--cyan);
}

.selection-panel-mark {
  position: relative;
  display: grid;
  gap: 4px;
  max-width: 108px;
  justify-self: end;
  padding-right: 46px;
  color: rgba(245, 250, 253, 0.94);
  font-size: 12.5px;
  line-height: 1.3;
  text-align: right;
}

.selection-panel-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 22px;
  transform: translateY(-50%);
  background:
    linear-gradient(rgba(77, 237, 245, 0.9), rgba(77, 237, 245, 0.9)) 0 2px / 34px 2px no-repeat,
    linear-gradient(rgba(77, 237, 245, 0.74), rgba(77, 237, 245, 0.74)) 0 10px / 30px 2px no-repeat,
    linear-gradient(rgba(77, 237, 245, 0.58), rgba(77, 237, 245, 0.58)) 0 18px / 26px 2px no-repeat;
}

.selection-panel-body {
  position: relative;
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr);
  gap: 26px;
  margin-top: 64px;
  align-items: start;
}

.selection-panel-body::before {
  content: "";
  position: absolute;
  top: -56px;
  bottom: -14px;
  left: 182px;
  width: 1px;
  background: linear-gradient(180deg, rgba(77, 237, 245, 0.78), rgba(77, 237, 245, 0.52), rgba(77, 237, 245, 0.78));
  box-shadow: 0 0 10px rgba(53, 247, 239, 0.22);
}

.selection-panel-count {
  position: relative;
  padding-left: 4px;
  padding-right: 14px;
  text-align: center;
}

.selection-panel-count strong {
  display: block;
  width: max-content;
  margin-inline: auto;
  color: var(--cyan);
  font-family: Inter, var(--font-body);
  font-size: 108px;
  font-weight: 800;
  line-height: 0.82;
  transform: scaleX(0.72);
  transform-origin: center;
  text-shadow: 0 0 26px rgba(53, 247, 239, 0.28);
}

.selection-panel-count span {
  display: block;
  margin-top: 18px;
  margin-inline: auto;
  width: max-content;
  transform: translateX(18px);
  color: rgba(245, 250, 253, 0.92);
  font-family: var(--font-display);
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.35;
}

.selection-panel-count p {
  position: relative;
  margin-top: 58px;
  padding-top: 70px;
  text-align: center;
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.selection-panel-count p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 8px;
  height: 1px;
  background: linear-gradient(90deg, rgba(77, 237, 245, 0.12), rgba(77, 237, 245, 0.5), rgba(77, 237, 245, 0.12));
}

.selection-panel-count p::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translateX(-50%);
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 2.8 17.2 10.8 25.2 14 17.2 17.2 14 25.2 10.8 17.2 2.8 14 10.8 10.8 14 2.8Z' fill='none' stroke='%2335f7ef' stroke-width='2.1' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  filter: drop-shadow(0 0 10px rgba(53, 247, 239, 0.68));
}

.selection-panel-copy h3 {
  max-width: 256px;
  color: var(--text);
  font-size: 31px;
  line-height: 1.12;
}

.selection-panel-copy p {
  max-width: 248px;
  margin-top: 18px;
  color: rgba(235, 247, 250, 0.82);
  font-size: 15px;
  line-height: 1.45;
}

.selection-panel-tags {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  width: min(224px, calc(100% - 18px));
}

.selection-panel-tags > span {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(111, 252, 247, 0.16);
  border-radius: 8px;
  padding: 0 16px;
  color: rgba(246, 251, 255, 0.88);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(4, 14, 23, 0.4);
}

.selection-panel-tags svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  color: var(--cyan);
}

.selection-panel-tags path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.selection-panel-button {
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 104px;
  width: auto;
  min-height: 64px;
  margin-top: 0;
  border: 0;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 0 0 26px rgba(53, 247, 239, 0.26), 0 16px 30px rgba(0, 0, 0, 0.24);
}

.selection-panel-footnote {
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 52px;
  margin-top: 0;
  color: rgba(180, 198, 206, 0.58);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.final-cta {
  --footer-video-y: 18px;
  --footer-video-scale: 1.07;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 52px max(32px, calc((100vw - 1136px) / 2)) 82px;
  border-bottom: 1px solid rgba(123, 235, 255, 0.12);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(53, 247, 239, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 247, 239, 0.018) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.42;
  mask-image: linear-gradient(90deg, black, transparent 68%);
}

.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 62% 52%, rgba(53, 247, 239, 0.08), transparent 34%),
    linear-gradient(90deg, rgba(2, 7, 13, 0.22), rgba(2, 7, 13, 0.72) 52%, rgba(2, 7, 13, 0.22));
  opacity: 0;
  transition: opacity 260ms ease;
}

.final-cta.footer-loop-fade::after {
  opacity: 0.72;
}

.final-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, var(--footer-video-y), 0) scale(var(--footer-video-scale));
  transform-origin: center;
  will-change: transform;
}

.final-cta video.final-media {
  opacity: 0.96;
}

.final-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 7, 13, 0.9) 0%, rgba(2, 7, 13, 0.56) 34%, rgba(2, 7, 13, 0.12) 82%),
    linear-gradient(180deg, rgba(2, 7, 13, 0.06), rgba(2, 7, 13, 0.38) 68%, rgba(2, 7, 13, 0.72));
}

.final-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(280px, 1fr);
  gap: 28px;
  align-items: center;
}

.final-content h2 {
  max-width: 470px;
}

.final-content .hero-actions {
  margin-top: 0;
}

.video-footer {
  position: absolute;
  z-index: 2;
  left: max(32px, calc((100vw - 1136px) / 2));
  right: max(32px, calc((100vw - 1136px) / 2));
  bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(230, 244, 248, 0.72);
  font-size: 12px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.58);
}

.site-footer {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px max(32px, calc((100vw - 1136px) / 2));
  color: rgba(230, 244, 248, 0.74);
  font-size: 12px;
  border-top: 1px solid rgba(117, 236, 255, 0.1);
  background: rgba(1, 7, 13, 0.62);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
  color: rgba(230, 244, 248, 0.78);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-socials span:not(:first-child) {
  color: var(--cyan);
  margin-left: 14px;
}

:focus-visible {
  outline: 3px solid #f6fbff;
  outline-offset: 5px;
}

.button:focus-visible,
.menu-toggle:focus-visible,
.mobile-nav a:focus-visible {
  outline-color: #f6fbff;
  box-shadow: 0 0 0 5px rgba(53, 247, 239, 0.22), 0 0 28px rgba(53, 247, 239, 0.38);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  body.nav-open .mobile-nav {
    display: block;
  }

  .hero {
    min-height: 285svh;
  }

  .hero-stage {
    align-items: start;
    padding-top: 112px;
    padding-bottom: 170px;
  }

  .hero-vignette {
    background:
      linear-gradient(90deg, rgba(2, 7, 13, 0.98) 0%, rgba(2, 7, 13, 0.76) 56%, rgba(2, 7, 13, 0.22) 100%),
      linear-gradient(180deg, rgba(2, 7, 13, 0.1) 0%, rgba(2, 7, 13, 0.86) 100%);
  }

  .event-card {
    left: 32px;
    right: auto;
    bottom: 30px;
  }

  .scroll-cue {
    display: none;
  }

  .route-grid,
  .tracks-layout,
  .selection-grid,
  .final-content,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: grid;
    align-items: start;
  }

  .track-cards,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline::before {
    display: none;
  }

  .selection-grid {
    align-items: stretch;
  }

  .selection-rail {
    display: none;
  }

  .selection-section {
    padding-left: max(32px, calc((100vw - 1136px) / 2));
  }

  .selection-kicker {
    padding-left: 44px;
  }

  .selection-copy {
    padding-top: 0;
  }

  .selection-copy h2 {
    max-width: 420px;
  }

  .selection-panel {
    width: min(560px, 100%);
    min-height: 0;
  }

  .route-section {
    min-height: 360px;
    padding-top: 48px;
    padding-bottom: 44px;
  }

  .route-section .section-kicker,
  .route-section .section-copy {
    width: min(310px, 42vw);
  }

  .route-section .section-copy h2 {
    max-width: 280px;
    font-size: clamp(30px, 4vw, 34px);
  }

  .route-section .section-copy p {
    max-width: 292px;
  }

  .route-visual {
    inset: -24px -18px -26px clamp(380px, 52vw, 430px);
  }

  .route-visual img {
    object-fit: contain;
    object-position: 60% 54%;
  }

  .route-caption {
    display: none;
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .tracks-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tracks-section .section-copy {
    max-width: 520px;
  }

  .tracks-section .section-copy p {
    max-width: 460px;
  }

  .selection-grid {
    grid-template-columns: minmax(250px, 0.38fr) minmax(0, 1fr);
    align-items: start;
  }

  .selection-copy {
    grid-row: 1 / span 2;
  }

  .selection-criteria,
  .selection-panel {
    grid-column: 2;
  }

  .selection-panel {
    width: min(560px, 100%);
    min-height: 0;
  }
}

@media (max-width: 640px) {
  :root {
    --content: min(100vw - 32px, 1136px);
  }

  .site-header {
    height: 64px;
    padding: 0 16px;
  }

  html {
    scroll-padding-top: 64px;
  }

  .brand-logo {
    width: 72px;
    height: 40px;
  }

  .brand-mark {
    width: 42px;
  }

  .mobile-nav {
    top: 64px;
  }

  .menu-toggle {
    position: static;
    justify-self: end;
  }

  .section-frame::before,
  .section-frame::after {
    display: none;
  }

  .hero {
    min-height: 260svh;
    padding: 0;
  }

  .hero-stage {
    display: block;
    padding: 92px 18px 240px;
  }

  .hero-content,
  .hero-lede,
  .hero-copy,
  .hero-actions {
    width: min(354px, calc(100vw - 36px));
    max-width: 100%;
  }

  .hero-content {
    overflow-wrap: break-word;
  }

  .partner-lockup {
    width: min(265px, 100%);
    margin-bottom: 12px;
  }

  .hero-media {
    inset: 0 -42%;
  }

  .hero-video,
  .hero-poster {
    object-position: 68% center;
  }

  .hero-vignette {
    background:
      linear-gradient(90deg, rgba(2, 7, 13, 0.99) 0%, rgba(2, 7, 13, 0.82) 62%, rgba(2, 7, 13, 0.28) 100%),
      linear-gradient(180deg, rgba(2, 7, 13, 0.08) 0%, rgba(2, 7, 13, 0.88) 100%);
  }

  .event-pill span {
    padding: 9px 10px;
  }

  .event-pill span:nth-child(3) {
    display: none;
  }

  .hero h1 {
    font-size: clamp(56px, 18vw, 86px);
  }

  .hero-lede {
    margin-top: 22px;
    font-size: 20px;
  }

  .hero-label {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .hero-support {
    font-size: 15px;
    line-height: 1.45;
  }

  .hero-copy {
    font-size: 14.5px;
  }

  .hero-actions,
  .final-content .hero-actions {
    width: 100%;
  }

  .button {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
    font-size: 12px;
    letter-spacing: 0.085em;
  }

  .event-card {
    left: 18px;
    right: auto;
    bottom: 24px;
    width: min(354px, calc(100vw - 36px));
    max-width: 100%;
    padding: 20px 19px 22px;
  }

  .event-card dd {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
    font-size: 25px;
  }

  .event-card-row:nth-child(2) dd {
    font-size: 22px;
  }

  .event-card-row:nth-child(3) dd {
    font-size: 29px;
  }

  .event-card svg {
    width: 30px;
    height: 30px;
  }

  .event-card p {
    margin-left: 44px;
    font-size: 13px;
  }

  .route-section,
  .timeline-section,
  .tracks-section,
  .selection-section,
  .final-cta,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .route-section,
  .timeline-section,
  .tracks-section,
  .selection-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .route-section {
    min-height: 0;
    align-items: start;
    padding-top: 58px;
    padding-bottom: 44px;
  }

  .route-grid {
    display: grid;
    gap: 28px;
    overflow: visible;
    width: 100%;
    min-width: 0;
  }

  .route-section .section-kicker,
  .route-section .section-copy {
    width: min(354px, 100%);
  }

  .route-section .section-copy h2 {
    max-width: 330px;
    font-size: clamp(36px, 10.4vw, 44px);
  }

  .route-section .section-copy p {
    max-width: 330px;
  }

  .track-cards,
  .timeline,
  .selection-criteria {
    grid-template-columns: 1fr;
  }

  .selection-section {
    padding-left: 18px;
  }

  .selection-kicker {
    padding-left: 38px;
  }

  .selection-kicker::before {
    width: 24px;
  }

  .selection-copy h2 {
    max-width: 280px;
    font-size: 34px;
  }

  .selection-copy-line {
    margin: 22px 0 18px;
  }

  .selection-copy p {
    max-width: 310px;
    font-size: 15px;
  }

  .selection-criteria {
    padding-top: 0;
    gap: 10px;
  }

  .selection-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 32px;
    grid-template-areas: "icon text number";
    align-items: center;
    column-gap: 14px;
    aspect-ratio: auto;
    min-height: 92px;
    padding: 16px;
  }

  .selection-card::before,
  .selection-card::after {
    display: none;
  }

  .selection-card-icon {
    grid-area: icon;
    width: 48px;
    height: 48px;
  }

  .selection-card-number {
    grid-area: number;
    position: static;
    align-self: start;
    justify-self: end;
    padding-top: 2px;
  }

  .selection-card p {
    grid-area: text;
    position: static;
    max-width: none;
    margin: 0;
    font-size: 15.5px;
    line-height: 1.35;
    text-align: left;
  }

  .selection-panel {
    min-height: 0;
    aspect-ratio: auto;
    padding: 30px 18px 22px;
  }

  .selection-panel-head,
  .selection-panel-body {
    grid-template-columns: 1fr;
  }

  .selection-panel-head {
    gap: 10px;
  }

  .selection-panel-mark {
    justify-self: start;
    text-align: left;
  }

  .selection-panel-mark::after {
    margin-left: 8px;
  }

  .selection-panel-body {
    gap: 16px;
    margin-top: 24px;
  }

  .selection-panel-body::before {
    display: none;
  }

  .selection-panel-count {
    padding-right: 0;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(111, 252, 247, 0.16);
  }

  .selection-panel-count strong {
    font-size: 78px;
  }

  .selection-panel-count span {
    font-size: 14px;
  }

  .selection-panel-count p {
    margin-top: 18px;
    padding-top: 12px;
    font-size: 13px;
  }

  .selection-panel-copy h3,
  .selection-panel-copy p {
    max-width: none;
  }

  .selection-panel-copy h3 {
    font-size: 30px;
    line-height: 1.03;
  }

  .selection-panel-copy p {
    margin-top: 16px;
    font-size: 15px;
  }

  .selection-panel-tags > span {
    min-height: 46px;
    font-size: 12px;
    letter-spacing: 0.09em;
  }

  .selection-panel-button {
    position: static;
    width: 100%;
    min-height: 58px;
    margin-top: 24px;
    font-size: 12px;
  }

  .selection-panel-footnote {
    position: static;
    margin-top: 20px;
    font-size: 11px;
  }

  .track-card {
    min-height: 270px;
  }

  .route-visual,
  .route-visual img {
    min-height: 0;
  }

  .route-visual {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 1672 / 941;
    margin: 2px 0 0;
    transform: none;
  }

  .route-visual img {
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .route-caption {
    display: none;
  }

  .final-cta {
    min-height: 460px;
    align-items: end;
  }

  .final-media {
    object-position: 72% center;
  }

  .final-overlay {
    background:
      linear-gradient(180deg, rgba(2, 7, 13, 0.26) 0%, rgba(2, 7, 13, 0.92) 70%, rgba(2, 7, 13, 0.98) 100%),
      linear-gradient(90deg, rgba(2, 7, 13, 0.88), rgba(2, 7, 13, 0.22));
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .video-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-socials {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .hero-stage {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 14px;
    padding-top: 80px;
    padding-bottom: 32px;
  }

  .event-pill {
    margin-bottom: 14px;
    font-size: 10.75px;
    letter-spacing: 0.07em;
  }

  .event-pill span {
    padding: 8px 9px;
  }

  .hero h1 {
    font-size: clamp(50px, 17vw, 68px);
  }

  .hero-lede {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.2;
  }

  .hero-copy {
    display: none;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .button {
    min-height: 48px;
    padding: 0 18px;
    font-size: 11.75px;
  }

  .button svg {
    width: 18px;
    height: 18px;
  }

  .event-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: min(354px, calc(100vw - 36px));
    padding: 13px 14px 15px;
    margin-top: 2px;
  }

  .event-card-head {
    grid-template-columns: 24px auto 48px;
    gap: 10px;
    margin-bottom: 11px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .event-card dl {
    gap: 7px;
  }

  .event-card dd {
    grid-template-columns: 23px minmax(0, 1fr);
    gap: 9px;
    font-size: 19px;
    line-height: 1.08;
  }

  .event-card-row:nth-child(2) dd {
    font-size: 17px;
  }

  .event-card-row:nth-child(3) dd {
    font-size: 22px;
  }

  .event-card svg {
    width: 23px;
    height: 23px;
  }

  .event-card p {
    margin: 8px 0 0 32px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .event-card-route {
    right: 19px;
    bottom: -14px;
    transform: scale(0.68);
    transform-origin: right bottom;
  }
}

@media (max-width: 420px) and (max-height: 640px) {
  .hero-stage {
    gap: 8px;
    padding-top: 72px;
    padding-bottom: 24px;
  }

  .event-card {
    margin-top: 0;
    padding: 9px 12px 10px;
  }

  .event-card-head {
    grid-template-columns: 20px auto 38px;
    gap: 8px;
    margin-bottom: 7px;
    font-size: 9px;
  }

  .event-card dl {
    gap: 5px;
  }

  .event-card dd {
    grid-template-columns: 21px minmax(0, 1fr);
    gap: 8px;
    font-size: 17px;
  }

  .event-card-row:nth-child(2) dd {
    font-size: 15.5px;
  }

  .event-card-row:nth-child(3) dd {
    font-size: 20px;
  }

  .event-card svg {
    width: 21px;
    height: 21px;
  }

  .event-card p {
    margin-top: 6px;
    margin-left: 29px;
    font-size: 10px;
  }

  .event-card-route {
    transform: scale(0.56);
  }
}

@media (max-width: 980px) and (max-height: 640px) {
  .hero {
    min-height: auto;
  }

  .hero-stage {
    position: relative;
    min-height: auto;
    overflow: visible;
  }

  .hero-media {
    inset: 0;
  }
}

@media (min-width: 421px) and (max-width: 980px) {
  .hero-stage {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding-top: 84px;
    padding-bottom: 34px;
  }

  .event-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: min(430px, calc(100vw - 64px));
    padding: 20px 22px 22px;
  }

  .event-card-head {
    margin-bottom: 18px;
  }

  .event-card dl {
    gap: 12px;
  }

  .event-card dd {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 14px;
    font-size: 27px;
  }

  .event-card-row:nth-child(2) dd {
    font-size: 22px;
  }

  .event-card-row:nth-child(3) dd {
    font-size: 31px;
  }

  .event-card svg {
    width: 28px;
    height: 28px;
  }

  .event-card p {
    margin-left: 42px;
    font-size: 13px;
  }

  .event-card-route {
    transform: scale(0.78);
    transform-origin: right bottom;
  }
}

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

  .hero {
    min-height: 100svh;
  }

  .hero-stage {
    position: relative;
  }

  .hero-video {
    display: none;
  }

  .hero-poster {
    opacity: 1 !important;
  }

  .scroll-cue {
    display: none;
  }
}
@media (min-width: 861px) {
  .selection-grid::after {
    translate: 34px 0;
  }

  .selection-panel-head > div:first-of-type {
    display: grid;
    gap: 0;
    row-gap: 0;
    line-height: 0.98;
  }

  .selection-panel-head > div:first-of-type span {
    line-height: 0.98;
  }

  .selection-panel-count strong {
    transform: translateX(-12px) scaleX(0.72);
  }

  .selection-panel-count span {
    transform: translateX(8px);
    letter-spacing: 0.17em;
  }

  .selection-panel-count p::before {
    left: 50%;
    right: auto;
    width: 142px;
    transform: translateX(-42%);
  }

  .selection-panel-button {
    left: 56px;
    right: 56px;
    bottom: 112px;
    min-height: 58px;
    background: linear-gradient(135deg, #10ced3 0%, #35ddd8 58%, #77eee4 100%);
    border-radius: 14px;
    box-shadow:
      0 0 16px rgba(53, 247, 239, 0.38),
      0 12px 34px rgba(20, 219, 214, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.42);
  }

  .selection-panel-footnote {
    bottom: 72px;
  }
}

@media (min-width: 861px) {
  .selection-panel-head > div:first-of-type {
    gap: 4px;
    row-gap: 4px;
    line-height: 1.05;
  }

  .selection-panel-head > div:first-of-type span {
    line-height: 1.05;
  }

  .selection-panel-count strong {
    transform: translateX(-12px) scaleX(0.72);
  }

  .selection-panel-count span {
    transform: translateX(-12px);
    letter-spacing: 0.17em;
  }

  .selection-panel-count p::before {
    left: 50%;
    right: auto;
    width: 142px;
    transform: translateX(-42%);
  }

  .selection-panel-button {
    left: 56px;
    right: 56px;
    bottom: 112px;
    min-height: 58px;
    background: linear-gradient(135deg, #10ced3 0%, #35ddd8 58%, #77eee4 100%);
    border-radius: 14px;
    box-shadow:
      0 0 16px rgba(53, 247, 239, 0.38),
      0 12px 34px rgba(20, 219, 214, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.42);
  }

  .selection-panel-footnote {
    bottom: 72px;
  }
}

@media (min-width: 861px) {
  .selection-grid::after {
    translate: 34px 0;
  }

  .selection-panel-head > div:first-of-type {
    display: grid;
    gap: 0;
    row-gap: 0;
    line-height: 0.98;
  }

  .selection-panel-head > div:first-of-type span {
    line-height: 0.98;
  }

  .selection-panel-count span {
    transform: translateX(8px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .selection-card {
    transition:
      transform 220ms ease,
      border-color 220ms ease,
      box-shadow 220ms ease,
      background 220ms ease,
      filter 220ms ease;
    will-change: transform;
  }

  .selection-card::before,
  .selection-card::after,
  .selection-card-icon,
  .selection-card-number {
    transition:
      opacity 220ms ease,
      transform 220ms ease,
      filter 220ms ease,
      border-color 220ms ease,
      color 220ms ease;
  }

  .selection-card:hover {
    transform: translateY(-7px);
    border-color: rgba(91, 246, 240, 0.64);
    background:
      radial-gradient(circle at 28% 18%, rgba(91, 246, 240, 0.2), transparent 34%),
      radial-gradient(circle at 52% 100%, rgba(25, 225, 220, 0.12), transparent 42%),
      rgba(5, 18, 25, 0.78);
    box-shadow:
      0 0 0 1px rgba(91, 246, 240, 0.2),
      0 0 24px rgba(53, 247, 239, 0.26),
      0 20px 52px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
    filter: saturate(1.08);
  }

  .selection-card:hover::before {
    opacity: 0.96;
    transform: translateX(10px) scaleX(1.12);
    filter: drop-shadow(0 0 12px rgba(53, 247, 239, 0.72));
  }

  .selection-card:hover::after {
    opacity: 0.82;
    transform: translateX(-8px) scaleX(1.08);
    filter: drop-shadow(0 0 10px rgba(53, 247, 239, 0.62));
  }

  .selection-card:hover .selection-card-icon {
    border-color: rgba(91, 246, 240, 0.95);
    filter: drop-shadow(0 0 16px rgba(53, 247, 239, 0.56));
  }

  .selection-card:hover .selection-card-number {
    color: rgba(161, 230, 233, 0.86);
    filter: drop-shadow(0 0 10px rgba(53, 247, 239, 0.26));
  }
}

@media (prefers-reduced-motion: reduce) {
  .selection-card,
  .selection-card::before,
  .selection-card::after,
  .selection-card-icon,
  .selection-card-number {
    transition: none;
  }
}

@media (min-width: 861px) {
  .hero .scroll-cue {
    translate: 0 34px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .selection-card:hover {
    transform: translateY(-2px);
    border-color: rgba(91, 246, 240, 0.48);
    background:
      radial-gradient(circle at 28% 18%, rgba(91, 246, 240, 0.12), transparent 34%),
      radial-gradient(circle at 52% 100%, rgba(25, 225, 220, 0.08), transparent 42%),
      rgba(5, 18, 25, 0.76);
    box-shadow:
      0 0 0 1px rgba(91, 246, 240, 0.12),
      0 0 14px rgba(53, 247, 239, 0.14),
      0 12px 30px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    filter: saturate(1.03);
  }

  .selection-card:hover::before {
    opacity: 0.72;
    transform: translateX(4px) scaleX(1.04);
    filter: drop-shadow(0 0 7px rgba(53, 247, 239, 0.38));
  }

  .selection-card:hover::after {
    opacity: 0.62;
    transform: translateX(-3px) scaleX(1.03);
    filter: drop-shadow(0 0 6px rgba(53, 247, 239, 0.32));
  }

  .selection-card:hover .selection-card-icon {
    border-color: rgba(91, 246, 240, 0.78);
    filter: drop-shadow(0 0 8px rgba(53, 247, 239, 0.28));
  }

  .selection-card:hover .selection-card-number {
    color: rgba(161, 230, 233, 0.74);
    filter: drop-shadow(0 0 5px rgba(53, 247, 239, 0.16));
  }
}

.event-card-head i {
  clip-path: inset(0 0 0 9px);
}

.event-card-route {
  right: 12px;
  bottom: -8px;
  width: 94px;
  height: 104px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 104'%3E%3Cdefs%3E%3Cfilter id='g' x='-80%25' y='-80%25' width='260%25' height='260%25'%3E%3CfeGaussianBlur stdDeviation='3.5' result='b'/%3E%3CfeMerge%3E%3CfeMergeNode in='b'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cpolyline points='18,104 18,83 62,32' fill='none' stroke='%2335f7ef' stroke-width='4' stroke-linecap='butt' stroke-linejoin='miter' filter='url(%23g)'/%3E%3Ccircle cx='72' cy='21' r='13' fill='%2310363d' fill-opacity='.74' stroke='%235ff8f2' stroke-width='4' filter='url(%23g)'/%3E%3Ccircle cx='72' cy='21' r='6' fill='%236ffcf7' fill-opacity='.72' filter='url(%23g)'/%3E%3C/svg%3E") center / contain no-repeat;
  filter: drop-shadow(0 0 12px rgba(53, 247, 239, 0.72));
}

.event-card-route::before,
.event-card-route::after {
  content: none;
}

.event-card {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(72, 110, 118, 0.34) 0%, rgba(18, 41, 52, 0.5) 44%, rgba(6, 18, 28, 0.58) 100%),
    radial-gradient(circle at 20% 8%, rgba(116, 255, 248, 0.18), transparent 34%),
    radial-gradient(circle at 76% 74%, rgba(190, 241, 239, 0.12), transparent 36%);
  border-color: rgba(163, 236, 236, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(111, 252, 247, 0.08),
    0 18px 54px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(111, 252, 247, 0.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.32);
  backdrop-filter: blur(18px) saturate(1.32);
}

.event-card::before {
  background:
    radial-gradient(ellipse at 26% 2%, rgba(132, 255, 248, 0.24), transparent 30%),
    radial-gradient(ellipse at 86% 82%, rgba(222, 255, 253, 0.14), transparent 34%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.1), transparent 26%, rgba(255, 255, 255, 0.06) 62%, transparent 88%);
  opacity: 0.86;
  mix-blend-mode: screen;
}

.event-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 18%),
    radial-gradient(circle at 74% 62%, rgba(255, 255, 255, 0.1), transparent 26%);
  opacity: 0.5;
}

.route-section {
  background:
    linear-gradient(90deg, rgba(2, 8, 13, 0.98) 0%, rgba(2, 8, 13, 0.9) 29%, rgba(2, 8, 13, 0.34) 56%, rgba(2, 8, 13, 0.72) 100%),
    radial-gradient(circle at 58% 70%, rgba(53, 247, 239, 0.14), transparent 30rem),
    radial-gradient(circle at 90% 56%, rgba(86, 150, 255, 0.1), transparent 19rem),
    #02080d;
}

.route-visual {
  inset: -72px -108px -74px clamp(350px, 31vw, 470px);
}

.route-visual img {
  object-fit: cover;
  object-position: 58% 52%;
  opacity: 0.72;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 86%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 86%, transparent 100%);
}

.route-visual::before {
  background:
    linear-gradient(90deg, #02080d 0%, rgba(2, 8, 13, 0.9) 10%, rgba(2, 8, 13, 0.34) 23%, transparent 48%, rgba(2, 8, 13, 0.12) 83%, #02080d 100%),
    linear-gradient(180deg, #02080d 0%, rgba(2, 8, 13, 0.1) 20%, transparent 45%, rgba(2, 8, 13, 0.16) 80%, #02080d 100%);
}

.route-visual::after {
  background:
    linear-gradient(90deg, #02080d 0%, rgba(2, 8, 13, 0.84) 10%, rgba(2, 8, 13, 0.34) 21%, rgba(2, 8, 13, 0.04) 46%, rgba(2, 8, 13, 0.14) 100%),
    linear-gradient(180deg, rgba(2, 8, 13, 0.48), transparent 35%, rgba(2, 8, 13, 0.56));
}

@media (max-width: 860px) {
  .route-section {
    padding: 92px 0 92px;
    background:
      linear-gradient(180deg, rgba(2, 8, 13, 0.98) 0%, rgba(2, 8, 13, 0.78) 48%, rgba(2, 8, 13, 0.98) 100%),
      radial-gradient(ellipse at 55% 58%, rgba(53, 247, 239, 0.12), transparent 22rem),
      #02080d;
  }

  .route-section .section-kicker,
  .route-section .section-copy {
    width: auto;
    max-width: 430px;
    padding-inline: 32px;
  }

  .route-section .section-copy h2 {
    max-width: 390px;
    font-size: clamp(42px, 12vw, 58px);
  }

  .route-section .section-copy p {
    max-width: 410px;
    font-size: 17px;
  }

  .route-grid {
    gap: 22px;
  }

  .route-visual {
    width: 100vw;
    height: clamp(270px, 64vw, 380px);
    margin: 8px 0 0;
    aspect-ratio: auto;
    background:
      radial-gradient(ellipse at 50% 52%, rgba(53, 247, 239, 0.12), transparent 62%),
      linear-gradient(180deg, rgba(2, 8, 13, 0), rgba(2, 8, 13, 0.32));
    overflow: hidden;
  }

  .route-visual img {
    width: 118vw;
    max-width: none;
    height: 100%;
    margin-left: -9vw;
    object-fit: contain;
    object-position: center;
    opacity: 0.96;
    filter: saturate(1.16) contrast(1.06) brightness(1.1);
    mix-blend-mode: screen;
    -webkit-mask-image: radial-gradient(ellipse at 50% 52%, #000 42%, rgba(0, 0, 0, 0.86) 63%, transparent 88%);
    mask-image: radial-gradient(ellipse at 50% 52%, #000 42%, rgba(0, 0, 0, 0.86) 63%, transparent 88%);
  }

  .route-visual::before {
    inset: 0;
    background:
      linear-gradient(90deg, #02080d 0%, rgba(2, 8, 13, 0.24) 9%, transparent 25%, transparent 75%, rgba(2, 8, 13, 0.24) 91%, #02080d 100%),
      linear-gradient(180deg, #02080d 0%, transparent 22%, transparent 72%, #02080d 100%);
  }

  .route-visual::after {
    inset: 0;
    background:
      radial-gradient(ellipse at 50% 52%, transparent 24%, rgba(2, 8, 13, 0.18) 72%, #02080d 100%);
  }

  .selection-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .selection-grid::after {
    left: 50%;
    right: auto;
    width: min(340px, 74vw);
    translate: -50% 0;
  }

  .selection-panel {
    width: min(100%, 360px);
    padding: 40px 24px 38px;
    clip-path: var(--panel-shape);
    overflow: hidden;
  }

  .selection-panel-head {
    grid-template-columns: 10px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 0 16px;
  }

  .selection-panel-head > div:first-of-type {
    display: grid;
    gap: 2px;
    row-gap: 2px;
    min-width: 0;
    font-size: 10.5px;
    line-height: 1.1;
    letter-spacing: 0.08em;
  }

  .selection-panel-head > div:first-of-type span {
    line-height: 1.1;
  }

  .selection-panel-head > div:last-child {
    transform: scale(0.82);
    transform-origin: right top;
  }

  .selection-panel-body {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 48px;
  }

  .selection-panel-body::before {
    content: none;
  }

  .selection-panel-count {
    padding: 0 10px;
    text-align: center;
  }

  .selection-panel-count strong {
    margin-inline: auto;
    font-size: clamp(92px, 29vw, 118px);
    line-height: 0.82;
    transform: scaleX(0.74);
    transform-origin: center;
  }

  .selection-panel-count span {
    margin-top: 16px;
    transform: none;
    text-align: center;
    font-size: 13.5px;
    letter-spacing: 0.2em;
  }

  .selection-panel-count p {
    max-width: 260px;
    margin: 72px auto 0;
    padding-top: 52px;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.045em;
    text-align: center;
  }

  .selection-panel-count p::before {
    top: 0;
    left: 50%;
    right: auto;
    width: min(232px, 82%);
    transform: translateX(-50%);
  }

  .selection-panel-count p::after {
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }

  .selection-panel-body > div:last-child {
    padding: 0 14px;
  }

  .selection-panel-body > div:last-child h3 {
    max-width: 100%;
    font-size: clamp(30px, 9.6vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.03em;
  }

  .selection-panel-body > div:last-child p {
    max-width: 100%;
    margin-top: 16px;
    font-size: 15.5px;
    line-height: 1.5;
  }

  .selection-panel-tags {
    width: 100%;
    margin-top: 24px;
    gap: 10px;
  }

  .selection-panel-tags > span {
    min-height: 52px;
    padding: 0 16px;
  }

  .selection-panel-button {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 28px);
    min-height: 56px;
    margin: 28px auto 0;
    border-radius: 13px;
  }

  .selection-panel-footnote {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: 18px auto 0;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .selection-panel {
    width: min(100%, 338px);
    padding: 38px 18px 36px;
  }

  .selection-panel-head {
    padding: 0 14px;
  }

  .selection-panel-body > div:last-child {
    padding: 0 12px;
  }
}

@media (max-width: 360px) {
  .selection-panel-body > div:last-child h3 {
    font-size: 29px;
  }

  .selection-panel-body > div:last-child p {
    font-size: 14.5px;
  }
}

@media (max-width: 860px) {
  .site-header .nav-toggle,
  .site-header .menu-toggle,
  .site-header .mobile-menu-toggle,
  .site-header button[aria-label*="menu" i] {
    position: relative;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(91, 246, 240, 0.34);
    border-radius: 999px;
    background:
      radial-gradient(circle at 50% 18%, rgba(91, 246, 240, 0.16), transparent 45%),
      rgba(3, 14, 20, 0.58);
    box-shadow:
      0 0 0 1px rgba(91, 246, 240, 0.08),
      0 0 18px rgba(53, 247, 239, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: var(--cyan);
  }

  .site-header .nav-toggle > span,
  .site-header .menu-toggle > span,
  .site-header .mobile-menu-toggle > span,
  .site-header button[aria-label*="menu" i] > span {
    opacity: 0;
  }

  .site-header .nav-toggle::after,
  .site-header .menu-toggle::after,
  .site-header .mobile-menu-toggle::after,
  .site-header button[aria-label*="menu" i]::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 18px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
    box-shadow:
      0 -8px 0 currentColor,
      0 8px 0 currentColor,
      0 0 12px rgba(53, 247, 239, 0.42);
    transform: translateY(-50%);
  }

  .route-section {
    min-height: 0;
    padding: 96px 32px 86px;
    background:
      linear-gradient(180deg, rgba(2, 8, 13, 0.98) 0%, rgba(2, 8, 13, 0.86) 40%, rgba(2, 8, 13, 0.96) 100%),
      radial-gradient(circle at 56% 58%, rgba(53, 247, 239, 0.1), transparent 19rem),
      #02080d;
  }

  .route-grid {
    display: grid;
    gap: 30px;
  }

  .route-section .section-kicker,
  .route-section .section-copy {
    width: 100%;
    max-width: 420px;
  }

  .route-section .section-copy h2 {
    max-width: 360px;
  }

  .route-section .section-copy p {
    max-width: 360px;
  }

  .route-visual {
    position: relative;
    inset: auto;
    width: calc(100vw - 42px);
    margin: 12px -11px 0;
    aspect-ratio: 1672 / 941;
    min-height: 0;
    overflow: visible;
  }

  .route-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    opacity: 0.96;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  }

  .route-visual::before {
    inset: -28px -18px;
    background:
      linear-gradient(90deg, #02080d 0%, rgba(2, 8, 13, 0.38) 9%, transparent 22%, transparent 78%, rgba(2, 8, 13, 0.42) 92%, #02080d 100%),
      linear-gradient(180deg, #02080d 0%, transparent 18%, transparent 74%, #02080d 100%);
  }

  .route-visual::after {
    inset: -28px -18px;
    background:
      radial-gradient(ellipse at 50% 52%, rgba(53, 247, 239, 0.1), transparent 58%),
      linear-gradient(180deg, rgba(2, 8, 13, 0.44), transparent 32%, rgba(2, 8, 13, 0.62));
  }

  .route-caption {
    right: 18px;
    top: 17%;
    font-size: 8px;
    opacity: 0.72;
  }

  .selection-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .selection-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .selection-panel {
    width: min(100%, 388px);
    margin: 0 auto;
    aspect-ratio: auto;
    min-height: 0;
    padding: 32px 22px 34px;
    overflow: hidden;
  }

  .selection-panel-head {
    grid-template-columns: 10px minmax(0, 1fr) auto;
    gap: 9px;
    padding: 0 8px;
  }

  .selection-panel-head > div:first-of-type {
    gap: 1px;
    row-gap: 1px;
    font-size: 11px;
    line-height: 1.08;
  }

  .selection-panel-head > div:first-of-type span {
    line-height: 1.08;
  }

  .selection-panel-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 42px;
  }

  .selection-panel-body::before {
    content: none;
  }

  .selection-panel-count {
    padding: 0;
    text-align: center;
  }

  .selection-panel-count strong {
    margin-inline: auto;
    font-size: clamp(94px, 30vw, 122px);
    transform: scaleX(0.74);
    transform-origin: center;
  }

  .selection-panel-count span {
    margin-top: 14px;
    transform: none;
    text-align: center;
    letter-spacing: 0.18em;
  }

  .selection-panel-count p {
    margin: 92px auto 0;
    max-width: 260px;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }

  .selection-panel-count p::before {
    left: 50%;
    right: auto;
    width: 72%;
    transform: translateX(-50%);
  }

  .selection-panel-count p::after {
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
  }

  .selection-panel-body > div:last-child {
    margin-top: 0;
    padding: 0 2px;
  }

  .selection-panel-body > div:last-child h3 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.1;
  }

  .selection-panel-body > div:last-child p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .selection-panel-tags {
    width: 100%;
    margin-top: 24px;
    gap: 10px;
  }

  .selection-panel-tags > span {
    min-height: 54px;
    padding: 0 18px;
  }

  .selection-panel-button {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 58px;
    margin-top: 28px;
  }

  .selection-panel-footnote {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 18px;
  }
}

.event-card-head i {
  clip-path: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 13'%3E%3Cg stroke='%236ffcf7' stroke-width='3' stroke-linecap='butt'%3E%3Cpath d='M4 13 8 0'/%3E%3Cpath d='M14 13 18 0'/%3E%3Cpath d='M24 13 28 0'/%3E%3Cpath d='M34 13 38 0'/%3E%3Cpath d='M44 13 48 0'/%3E%3Cpath d='M54 13 58 0'/%3E%3Cpath d='M64 13 68 0'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 860px) {
  body .route-section {
    padding: 92px 0 92px;
    background:
      linear-gradient(180deg, rgba(2, 8, 13, 0.98) 0%, rgba(2, 8, 13, 0.78) 48%, rgba(2, 8, 13, 0.98) 100%),
      radial-gradient(ellipse at 55% 58%, rgba(53, 247, 239, 0.12), transparent 22rem),
      #02080d;
  }

  body .route-section .section-kicker,
  body .route-section .section-copy {
    width: auto;
    max-width: 430px;
    padding-inline: 32px;
  }

  body .route-section .section-copy h2 {
    max-width: 390px;
    font-size: clamp(42px, 12vw, 58px);
  }

  body .route-section .section-copy p {
    max-width: 410px;
    font-size: 17px;
  }

  body .route-grid {
    gap: 22px;
  }

  body .route-visual {
    position: relative;
    inset: auto;
    width: 100vw;
    height: clamp(270px, 64vw, 380px);
    margin: 8px 0 0;
    aspect-ratio: auto;
    background:
      radial-gradient(ellipse at 50% 52%, rgba(53, 247, 239, 0.12), transparent 62%),
      linear-gradient(180deg, rgba(2, 8, 13, 0), rgba(2, 8, 13, 0.32));
    overflow: hidden;
  }

  body .route-visual img {
    width: 118vw;
    max-width: none;
    height: 100%;
    margin-left: -9vw;
    object-fit: contain;
    object-position: center;
    opacity: 0.96;
    filter: saturate(1.16) contrast(1.06) brightness(1.1);
    mix-blend-mode: screen;
    -webkit-mask-image: radial-gradient(ellipse at 50% 52%, #000 42%, rgba(0, 0, 0, 0.86) 63%, transparent 88%);
    mask-image: radial-gradient(ellipse at 50% 52%, #000 42%, rgba(0, 0, 0, 0.86) 63%, transparent 88%);
  }

  body .route-visual::before {
    inset: 0;
    background:
      linear-gradient(90deg, #02080d 0%, rgba(2, 8, 13, 0.24) 9%, transparent 25%, transparent 75%, rgba(2, 8, 13, 0.24) 91%, #02080d 100%),
      linear-gradient(180deg, #02080d 0%, transparent 22%, transparent 72%, #02080d 100%);
  }

  body .route-visual::after {
    inset: 0;
    background:
      radial-gradient(ellipse at 50% 52%, transparent 24%, rgba(2, 8, 13, 0.18) 72%, #02080d 100%);
  }

  body .selection-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  body .selection-grid::after {
    left: 50%;
    right: auto;
    width: min(340px, 74vw);
    translate: -50% 0;
  }

  body .selection-panel {
    width: min(100%, 360px);
    padding: 40px 24px 38px;
    clip-path: var(--panel-shape);
    overflow: hidden;
  }

  body .selection-panel-head {
    grid-template-columns: 10px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 0 16px;
  }

  body .selection-panel-head > div:first-of-type {
    display: grid;
    gap: 2px;
    row-gap: 2px;
    min-width: 0;
    font-size: 10.5px;
    line-height: 1.1;
    letter-spacing: 0.08em;
  }

  body .selection-panel-head > div:first-of-type span {
    line-height: 1.1;
  }

  body .selection-panel-head > div:last-child {
    transform: scale(0.82);
    transform-origin: right top;
  }

  body .selection-panel-body {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 48px;
  }

  body .selection-panel-body::before {
    content: none;
  }

  body .selection-panel-count {
    padding: 0 10px;
    text-align: center;
  }

  body .selection-panel-count strong {
    margin-inline: auto;
    font-size: clamp(92px, 29vw, 118px);
    line-height: 0.82;
    transform: scaleX(0.74);
    transform-origin: center;
  }

  body .selection-panel-count span {
    margin-top: 16px;
    transform: none;
    text-align: center;
    font-size: 13.5px;
    letter-spacing: 0.2em;
  }

  body .selection-panel-count p {
    max-width: 260px;
    margin: 72px auto 0;
    padding-top: 52px;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.045em;
    text-align: center;
  }

  body .selection-panel-count p::before {
    top: 0;
    left: 50%;
    right: auto;
    width: min(232px, 82%);
    transform: translateX(-50%);
  }

  body .selection-panel-count p::after {
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }

  body .selection-panel-body > div:last-child {
    padding: 0 14px;
  }

  body .selection-panel-body > div:last-child h3 {
    max-width: 100%;
    font-size: clamp(30px, 9.6vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.03em;
  }

  body .selection-panel-body > div:last-child p {
    max-width: 100%;
    margin-top: 16px;
    font-size: 15.5px;
    line-height: 1.5;
  }

  body .selection-panel-tags {
    width: 100%;
    margin-top: 24px;
    gap: 10px;
  }

  body .selection-panel-tags > span {
    min-height: 52px;
    padding: 0 16px;
  }

  body .selection-panel-button {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 28px);
    min-height: 56px;
    margin: 28px auto 0;
    border-radius: 13px;
  }

  body .selection-panel-footnote {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: 18px auto 0;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
  }
}

@media (max-width: 420px) {
  body .selection-panel {
    width: min(100%, 338px);
    padding: 38px 18px 36px;
  }

  body .selection-panel-head {
    padding: 0 14px;
  }

  body .selection-panel-body > div:last-child {
    padding: 0 12px;
  }
}

@media (max-width: 360px) {
  body .selection-panel-body > div:last-child h3 {
    font-size: 29px;
  }

  body .selection-panel-body > div:last-child p {
    font-size: 14.5px;
  }
}

@media (max-width: 640px) {
  body .selection-panel {
    width: 100%;
    max-width: 354px;
    margin-inline: auto;
    padding: 42px 22px 44px;
  }

  body .selection-panel-head {
    grid-template-columns: 10px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
    padding: 4px 12px 0;
  }

  body .selection-panel-head > div:first-of-type {
    display: grid;
    row-gap: 8px;
    font-size: 10.5px;
    line-height: 1.05;
    letter-spacing: 0.06em;
  }

  body .selection-panel-head > div:first-of-type span {
    margin: 0;
  }

  body .selection-panel-head > div:last-child {
    transform: translateY(2px) scale(0.78);
    transform-origin: right top;
  }

  body .selection-panel-head > div:last-child span {
    line-height: 1.05;
  }

  body .selection-panel-body {
    grid-template-columns: minmax(104px, 0.82fr) minmax(0, 1.18fr);
    gap: 18px;
    margin-top: 48px;
    align-items: start;
  }

  body .selection-panel-body::before {
    content: "";
    display: block;
    top: -28px;
    bottom: -4px;
    left: calc(40.5% + 4px);
    width: 1px;
  }

  body .selection-panel-count {
    padding: 0;
    text-align: center;
    transform: translateX(-13px);
  }

  body .selection-panel-count strong {
    font-size: clamp(76px, 22vw, 92px);
    line-height: 0.82;
    transform: scaleX(0.72);
  }

  body .selection-panel-count span {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.18em;
    transform: translateX(18px);
  }

  body .selection-panel-count p {
    max-width: 108px;
    margin: 44px auto 0;
    padding-top: 43px;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0.05em;
    transform: translateX(18px);
  }

  body .selection-panel-count p::before {
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
  }

  body .selection-panel-count p::after {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
  }

  body .selection-panel-body > div:last-child {
    padding: 0 16px 0 6px;
  }

  body .selection-panel-body > div:last-child h3 {
    max-width: 170px;
    font-size: clamp(25px, 7.3vw, 29px);
    line-height: 1.08;
    letter-spacing: 0;
  }

  body .selection-panel-body > div:last-child p {
    max-width: 168px;
    margin-top: 16px;
    font-size: 13.2px;
    line-height: 1.48;
  }

  body .selection-panel-tags {
    margin-top: 20px;
    gap: 8px;
  }

  body .selection-panel-tags > span {
    min-height: 42px;
    padding: 0 9px;
    gap: 8px;
    font-size: 9.4px;
    line-height: 1.15;
    letter-spacing: 0.06em;
  }

  body .selection-panel-tags > span span {
    white-space: nowrap;
  }

  body .selection-panel-tags svg {
    width: 22px;
    height: 22px;
  }

  body .selection-panel-button {
    display: flex;
    width: calc(100% - 42px);
    min-height: 52px;
    margin: 32px auto 0;
    border-radius: 14px;
    justify-content: center;
    gap: 22px;
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  body .selection-panel-footnote {
    width: calc(100% - 12px);
    margin: 18px auto 0;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    transform: translateY(-7px);
  }
}

@media (max-width: 380px) {
  body .selection-panel {
    padding: 40px 18px 42px;
  }

  body .selection-panel-body {
    grid-template-columns: minmax(94px, 0.78fr) minmax(0, 1.22fr);
    gap: 14px;
  }

  body .selection-panel-body::before {
    left: calc(38.2% + 2px);
  }

  body .selection-panel-count strong {
    font-size: 72px;
  }

  body .selection-panel-count {
    transform: translateX(-8px);
  }

  body .selection-panel-count span {
    transform: translateX(13px);
  }

  body .selection-panel-count p {
    max-width: 104px;
    transform: translateX(15px);
  }

  body .selection-panel-body > div:last-child {
    padding-right: 14px;
  }

  body .selection-panel-button {
    width: calc(100% - 34px);
  }

  body .selection-panel-body > div:last-child h3 {
    font-size: 24px;
  }

  body .selection-panel-body > div:last-child p {
    font-size: 12.8px;
  }
}

@media (max-width: 640px) and (prefers-reduced-motion: no-preference) {
  body .hero {
    min-height: 285svh;
  }

  body .hero-stage {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 22px;
    min-height: 100svh;
    padding: 96px 18px 150px;
    overflow: hidden;
  }

  body .hero-media {
    position: relative !important;
    inset: auto !important;
    z-index: 1;
    width: min(100%, 420px);
    aspect-ratio: 1.34 / 1;
    min-height: 0;
    margin: 12px auto 0;
    overflow: hidden;
    border: 1px solid rgba(95, 238, 246, 0.22);
    border-radius: 24px;
    background: rgba(4, 13, 22, 0.74);
    box-shadow:
      0 0 0 1px rgba(12, 242, 232, 0.08),
      0 24px 70px rgba(0, 0, 0, 0.46),
      0 0 48px rgba(53, 247, 239, 0.12);
  }

  body .hero-video,
  body .hero-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  body .hero-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(2, 7, 13, 0.04), rgba(2, 7, 13, 0.3)),
      radial-gradient(circle at 24% 82%, rgba(53, 247, 239, 0.18), transparent 32%);
  }

  body .hero-vignette,
  body .hero-scan {
    border-radius: inherit;
  }

  body .hero-content {
    position: relative;
    z-index: 2;
    width: min(100%, 420px);
    min-height: 0;
    margin: 0 auto;
    padding: 0 14px;
    text-align: left;
  }

  body .hero-label {
    margin-bottom: 12px;
  }

  body .hero h1 {
    font-size: clamp(58px, 18vw, 78px);
    line-height: 0.9;
  }

  body .hero-lede {
    max-width: 330px;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.25;
  }

  body .hero-copy {
    max-width: 330px;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.38;
  }
}

@media (max-width: 640px) and (prefers-reduced-motion: no-preference) {
  body .hero-media {
    border-radius: 18px;
    background: rgba(4, 13, 22, 0.34);
    box-shadow:
      0 0 0 1px rgba(12, 242, 232, 0.18),
      0 20px 54px rgba(0, 0, 0, 0.34),
      0 0 34px rgba(53, 247, 239, 0.16);
  }

  body .hero-media::before,
  body .hero-vignette,
  body .hero-scan {
    display: none;
  }

  body .hero-video,
  body .hero-poster {
    filter: brightness(1.28) contrast(1.08) saturate(1.08);
    border-radius: inherit;
  }
}

@media (max-width: 640px) {
  body .selection-panel-head > span:first-child {
    align-self: center;
    transform: translateY(4px);
  }

  body .selection-panel-count p {
    padding-bottom: 15px;
    border-bottom: 0 !important;
    background: linear-gradient(90deg, rgba(77, 237, 245, 0.12), rgba(77, 237, 245, 0.48), rgba(77, 237, 245, 0.12)) 50% 100% / 108px 1px no-repeat;
    box-shadow: none;
  }

  body .selection-panel-count p::before {
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    transform: none !important;
  }

  body .hero-support {
    width: calc(100% - 48px);
    margin: 22px auto 0;
  }
}

@media (max-width: 640px) and (prefers-reduced-motion: no-preference) {
  body .hero {
    min-height: 265svh;
  }

  body .hero-stage {
    padding-bottom: 92px;
  }
}

@media (max-width: 640px) {
  body .hero-stage > .event-card {
    width: min(100%, 390px);
    max-width: none;
    margin: 18px auto 0;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

@media (max-width: 640px) and (prefers-reduced-motion: no-preference) {
  body .hero-stage {
    padding-bottom: 72px;
  }
}

@media (max-width: 640px) {
  body .selection-panel-count p {
    width: 108px;
    max-width: 108px;
    padding-top: 43px;
    padding-bottom: 16px;
    border: 0 !important;
    background:
      linear-gradient(90deg, rgba(77, 237, 245, 0.12), rgba(77, 237, 245, 0.5), rgba(77, 237, 245, 0.12)) 50% 0 / 108px 1px no-repeat,
      linear-gradient(90deg, rgba(77, 237, 245, 0.12), rgba(77, 237, 245, 0.5), rgba(77, 237, 245, 0.12)) 50% 100% / 108px 1px no-repeat;
    transform: translateX(18px);
  }

  body .selection-panel-count p::before {
    content: none !important;
  }

  body .selection-panel-count p::after {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 380px) {
  body .selection-panel-count p {
    width: 104px;
    max-width: 104px;
    background-size: 104px 1px, 104px 1px;
    transform: translateX(15px);
  }
}

/* Mobile builder card: remove the rogue long lower separator and redraw one centered line. */
@media (max-width: 640px) {
  body .selection-panel-count {
    position: relative;
    isolation: isolate;
  }

  body .selection-panel-count p {
    position: relative;
    z-index: 3;
    background:
      linear-gradient(90deg, rgba(77, 237, 245, 0.12), rgba(77, 237, 245, 0.5), rgba(77, 237, 245, 0.12)) 50% 0 / 108px 1px no-repeat !important;
  }

  body .selection-panel-count::after {
    content: "";
    position: absolute;
    left: -12px;
    top: 224px;
    width: 156px;
    height: 18px;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(77, 237, 245, 0.12), rgba(77, 237, 245, 0.5), rgba(77, 237, 245, 0.12)) 36px 10px / 108px 1px no-repeat,
      linear-gradient(90deg, rgba(2, 19, 28, 0.96), rgba(2, 22, 31, 0.98) 18%, rgba(3, 22, 31, 0.96) 72%, rgba(3, 22, 31, 0.86));
    box-shadow: 0 0 10px rgba(2, 19, 28, 0.96);
  }
}

@media (max-width: 380px) {
  body .selection-panel-count p {
    background-size: 104px 1px !important;
  }

  body .selection-panel-count::after {
    left: -10px;
    width: 150px;
    background-position: 34px 10px, 0 0;
    background-size: 104px 1px, auto;
  }
}

/* Tighten the mobile quality separator mask so it removes only the duplicate line. */
@media (max-width: 640px) {
  body .selection-panel-count::after {
    top: 229px;
    height: 10px;
    background-position: 36px 5px, 0 0;
    box-shadow: 0 0 6px rgba(2, 19, 28, 0.9);
  }
}

@media (max-width: 380px) {
  body .selection-panel-count::after {
    background-position: 34px 5px, 0 0;
  }
}

/* Final mobile quality separator: hide only the left bleed, then draw the exact centered line. */
@media (max-width: 640px) {
  body .selection-panel-count::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 231px;
    width: 36px;
    height: 7px;
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(2, 18, 27, 0.98), rgba(3, 22, 31, 0.96));
    box-shadow: 0 0 5px rgba(2, 18, 27, 0.9);
  }

  body .selection-panel-count::after {
    left: 24px;
    top: 234px;
    width: 108px;
    height: 1px;
    z-index: 5;
    background: linear-gradient(90deg, rgba(77, 237, 245, 0.12), rgba(77, 237, 245, 0.5), rgba(77, 237, 245, 0.12));
    box-shadow: none;
  }
}

@media (max-width: 380px) {
  body .selection-panel-count::before {
    left: -10px;
    width: 34px;
  }

  body .selection-panel-count::after {
    left: 24px;
    width: 104px;
    background-size: 104px 1px;
  }
}

/* Keep the old lower-separator bleed hidden without creating a visible dark band. */
@media (max-width: 640px) {
  body .selection-panel-count::before {
    top: 233px;
    height: 3px;
    background: rgba(3, 21, 30, 0.98);
    box-shadow: none;
  }
}

/* Separate the replacement separator from the baked mobile frame line. */
@media (max-width: 640px) {
  body .selection-panel-count::before {
    left: -12px;
    top: 229px;
    width: 156px;
    height: 12px;
    background: linear-gradient(90deg, rgba(2, 18, 27, 0.98), rgba(3, 22, 31, 0.97) 18%, rgba(3, 22, 31, 0.95) 74%, rgba(3, 22, 31, 0.88));
    box-shadow: 0 0 8px rgba(2, 18, 27, 0.92);
  }

  body .selection-panel-count::after {
    left: 24px;
    top: 243px;
    width: 108px;
    height: 1px;
  }
}

@media (max-width: 380px) {
  body .selection-panel-count::before {
    left: -10px;
    width: 150px;
  }

  body .selection-panel-count::after {
    left: 24px;
    width: 104px;
  }
}

/* Mobile quality separator final tuning: no broad band, exact per-breakpoint alignment. */
@media (max-width: 640px) {
  body .selection-panel-count::before {
    left: -12px;
    top: 233px;
    width: 36px;
    height: 3px;
    background: rgba(3, 21, 30, 0.98);
    box-shadow: none;
  }

  body .selection-panel-count::after {
    left: 24px;
    top: 234px;
    width: 108px;
    height: 1px;
    background: linear-gradient(90deg, rgba(77, 237, 245, 0.12), rgba(77, 237, 245, 0.5), rgba(77, 237, 245, 0.12));
    box-shadow: none;
  }
}

@media (max-width: 380px) {
  body .selection-panel-count::before {
    left: -10px;
    width: 29px;
  }

  body .selection-panel-count::after {
    left: 19px;
    width: 104px;
  }
}

/* Keep the mobile separator mask off the glowing panel edge. */
@media (max-width: 640px) {
  body .selection-panel-count::before {
    left: 3px;
    width: 21px;
    background: rgba(4, 30, 39, 0.96);
  }
}

@media (max-width: 380px) {
  body .selection-panel-count::before {
    left: 0;
    width: 19px;
  }
}

/* Hide the full left overrun while preserving the glowing frame edge. */
@media (max-width: 640px) {
  body .selection-panel-count::before {
    left: -9px;
    width: 33px;
    background: linear-gradient(90deg, rgba(53, 247, 239, 0.34) 0 2px, rgba(5, 34, 43, 0.98) 2px 100%);
  }
}

@media (max-width: 380px) {
  body .selection-panel-count::before {
    left: -10px;
    width: 29px;
  }
}

/* Breathing-room pass: keep the metro-cyber direction, but give each section more air. */
@media (min-width: 901px) {
  .hero-content {
    max-width: min(590px, 42vw);
  }

  .event-pill {
    margin-top: clamp(26px, 3vh, 38px);
    margin-bottom: clamp(28px, 3.5vh, 44px);
  }

  .hero-lede {
    max-width: 620px;
    margin-top: clamp(26px, 3vh, 38px);
  }

  .hero-support {
    max-width: 580px;
    margin-top: 24px;
    line-height: 1.68;
  }

  .hero-actions {
    margin-top: clamp(34px, 4vh, 50px);
    gap: 18px;
  }

  .event-card {
    margin-top: clamp(36px, 5vh, 72px);
  }

  .route-section {
    padding-top: clamp(120px, 12vh, 168px);
    padding-bottom: clamp(120px, 12vh, 168px);
  }

  .timeline-section,
  .tracks-section,
  .selection-section {
    padding-top: clamp(112px, 11vh, 156px);
    padding-bottom: clamp(112px, 11vh, 156px);
  }

  .timeline {
    gap: clamp(22px, 2.2vw, 34px);
    margin-top: clamp(44px, 5vh, 64px);
  }

  .timeline-card {
    min-height: 238px;
    padding: 32px 28px 30px;
  }

  .tracks-layout {
    gap: clamp(66px, 7vw, 118px);
  }

  .track-cards {
    gap: clamp(24px, 2.4vw, 34px);
  }

  .track-card {
    min-height: 326px;
    padding: 24px;
  }

  .selection-grid {
    gap: clamp(66px, 7vw, 122px);
    align-items: center;
  }

  .selection-criteria {
    gap: 28px;
  }

  .selection-card {
    min-height: 168px;
    padding: 34px 30px;
  }

  .selection-panel {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .final-cta {
    min-height: 580px;
    padding-top: clamp(112px, 11vh, 156px);
    padding-bottom: clamp(112px, 11vh, 156px);
  }

  .site-footer {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .video-footer {
    bottom: 28px;
  }
}

@media (max-width: 900px) {
  .event-pill {
    margin-top: 26px;
    margin-bottom: 28px;
  }

  .hero-lede {
    margin-top: 28px;
    line-height: 1.2;
  }

  .hero-support {
    margin-top: 24px;
    line-height: 1.68;
  }

  .hero-actions {
    margin-top: 34px;
    gap: 14px;
  }

  .event-card {
    margin-top: 42px;
  }

  .route-section {
    padding-top: 108px;
    padding-bottom: 112px;
  }

  .timeline-section,
  .tracks-section,
  .selection-section {
    padding-top: 88px;
    padding-bottom: 96px;
  }

  .timeline {
    gap: 22px;
    margin-top: 36px;
  }

  .timeline-card {
    min-height: 222px;
    padding: 28px 24px 26px;
  }

  .tracks-layout {
    gap: 44px;
  }

  .track-cards {
    gap: 24px;
  }

  .track-card {
    min-height: 296px;
    padding: 24px;
  }

  .selection-grid {
    gap: 48px;
  }

  .selection-criteria {
    gap: 18px;
  }

  .selection-card {
    min-height: 154px;
    padding: 28px 24px;
  }

  .selection-panel {
    margin-top: 8px;
  }

  .final-cta {
    min-height: 520px;
    padding-top: 90px;
    padding-bottom: 96px;
  }
}

@media (max-width: 420px) {
  .hero-actions {
    margin-top: 32px;
  }

  .route-section {
    padding-top: 102px;
    padding-bottom: 112px;
  }

  .timeline-section,
  .tracks-section,
  .selection-section {
    padding-top: 84px;
    padding-bottom: 94px;
  }

  .timeline-card {
    min-height: 218px;
  }
}

/* Align the builder-selection bottom glow with the applications panel. */
@media (min-width: 861px) {
  .selection-grid::after {
    position: relative;
    grid-column: 3;
    grid-row: 1;
    justify-self: center;
    align-self: end;
    left: auto;
    right: auto;
    bottom: auto;
    translate: 0 -34px;
  }
}

/* Keep the builder glow absolute, but responsive-center it under the panel. */
@media (min-width: 861px) {
  .selection-grid::after {
    position: absolute;
    grid-column: auto;
    grid-row: auto;
    justify-self: auto;
    align-self: auto;
    left: auto;
    right: clamp(-134px, calc(86vw - 1200px), 38px);
    bottom: -34px;
    translate: 34px 0;
  }
}

/* Hero density pass: smaller loud elements, better internal air, same cinematic footprint. */
@media (min-width: 861px) {
  .hero-content {
    max-width: min(760px, 52vw);
  }

  .event-pill {
    width: max-content;
    max-width: min(760px, 52vw);
    margin-top: clamp(22px, 2.6vh, 34px);
    margin-bottom: clamp(30px, 3.4vh, 46px);
    font-size: clamp(10.5px, 0.72vw, 12px);
    letter-spacing: 0.18em;
  }

  .event-pill span {
    padding: 13px 24px;
  }

  .hero-content h1 {
    max-width: 860px;
    font-size: clamp(82px, 8.45vw, 124px);
    line-height: 0.88;
    letter-spacing: -0.055em;
  }

  .hero-lede {
    max-width: 680px;
    margin-top: clamp(26px, 3vh, 40px);
    font-size: clamp(28px, 2.65vw, 42px);
    line-height: 1.18;
  }

  .hero-support {
    max-width: 660px;
    margin-top: clamp(24px, 2.8vh, 36px);
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.62;
  }

  .hero-actions {
    margin-top: clamp(34px, 4vh, 52px);
    gap: clamp(18px, 1.8vw, 28px);
  }

  .hero-actions .button {
    min-height: clamp(58px, 5.8vh, 72px);
    min-width: clamp(230px, 18vw, 320px);
    padding-inline: clamp(28px, 3vw, 44px);
    font-size: clamp(12px, 0.88vw, 15px);
    letter-spacing: 0.2em;
  }
}

@media (min-width: 861px) and (max-width: 1280px) {
  .hero-content h1 {
    font-size: clamp(78px, 8.1vw, 108px);
  }

  .hero-lede {
    font-size: clamp(26px, 2.45vw, 34px);
  }

  .hero-support {
    font-size: clamp(16px, 1.35vw, 19px);
    max-width: 610px;
  }

  .hero-actions .button {
    min-width: clamp(218px, 19vw, 290px);
  }
}

/* Hero-only rollback: restore the compact desktop hero spacing from the earlier version. */
@media (min-width: 861px) {
  .hero-content {
    width: min(580px, 100%);
    max-width: min(580px, 100%);
  }

  .event-pill {
    width: auto;
    max-width: none;
    margin: 0 0 22px;
    font-size: 11.5px;
    letter-spacing: 0.09em;
  }

  .event-pill span {
    padding: 10px 13px;
  }

  .hero .hero-content h1 {
    max-width: 560px;
    font-size: clamp(64px, 10vw, 126px);
    line-height: 0.86;
    letter-spacing: 0;
  }

  .hero-lede {
    max-width: 500px;
    margin-top: 28px;
    font-size: clamp(20px, 2.1vw, 27px);
    line-height: 1.24;
  }

  .hero-support {
    max-width: 520px;
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.5;
  }

  .hero-actions {
    gap: 14px;
    margin-top: 36px;
  }

  .hero-actions .button {
    min-width: 0;
    min-height: 56px;
    padding-inline: 24px;
    font-size: 12.5px;
    letter-spacing: 0.12em;
  }

  .hero-stage > .event-card {
    margin-top: 0;
  }
}

/* Mobile immersive hero: make the metro scene full-bleed instead of a framed video card. */
@media (max-width: 640px) and (prefers-reduced-motion: no-preference) {
  body .hero {
    min-height: 265svh;
    background: #02080d;
  }

  body .hero-stage {
    position: sticky;
    top: 0;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    gap: 16px;
    padding: 86px 18px max(28px, calc(env(safe-area-inset-bottom, 0px) + 24px));
    overflow: hidden;
    isolation: isolate;
  }

  body .hero-media {
    position: absolute !important;
    inset: 0 !important;
    z-index: -4;
    width: auto;
    max-width: none;
    aspect-ratio: auto;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #02080d;
    box-shadow: none;
  }

  body .hero-video,
  body .hero-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 63% 31%;
    border-radius: 0;
    filter: brightness(1.15) contrast(1.08) saturate(1.08);
  }

  body .hero-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(2, 7, 13, 0.34) 0%, rgba(2, 7, 13, 0.04) 20%, rgba(2, 7, 13, 0.1) 44%, rgba(2, 7, 13, 0.86) 83%, #02080d 100%),
      linear-gradient(90deg, rgba(2, 7, 13, 0.92) 0%, rgba(2, 7, 13, 0.34) 34%, rgba(2, 7, 13, 0.08) 62%, rgba(2, 7, 13, 0.42) 100%),
      radial-gradient(ellipse at 58% 34%, rgba(53, 247, 239, 0.1), transparent 38%),
      radial-gradient(ellipse at 50% 92%, rgba(53, 247, 239, 0.16), transparent 36%);
  }

  body .hero-vignette {
    display: block;
    z-index: 3;
    border-radius: 0;
    background:
      radial-gradient(ellipse at 70% 18%, rgba(255, 255, 255, 0.08), transparent 18%),
      linear-gradient(180deg, rgba(2, 7, 13, 0.18), rgba(2, 7, 13, 0.0) 28%, rgba(2, 7, 13, 0.54) 72%, #02080d 100%);
    opacity: 0.95;
  }

  body .hero-scan {
    display: block;
    z-index: 4;
    border-radius: 0;
    opacity: 0.13;
  }

  body .hero-content {
    position: relative;
    z-index: 5;
    width: min(100%, 420px);
    min-height: 0;
    margin: 0 auto;
    padding: 0 14px;
    text-align: left;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.52);
  }

  body .partner-lockup {
    width: min(238px, 72vw);
    margin-bottom: 18px;
    filter: drop-shadow(0 0 20px rgba(53, 247, 239, 0.18)) drop-shadow(0 12px 24px rgba(0, 0, 0, 0.45));
  }

  body .event-pill {
    margin-bottom: 18px;
    background: rgba(2, 10, 17, 0.32);
    border-color: rgba(111, 252, 247, 0.18);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(12px);
  }

  body .event-pill span:nth-child(3) {
    display: none;
  }

  body .hero h1 {
    font-size: clamp(54px, 16.4vw, 70px);
    line-height: 0.9;
    text-shadow: 0 0 28px rgba(2, 7, 13, 0.72), 0 10px 34px rgba(0, 0, 0, 0.38);
  }

  body .hero-lede {
    max-width: 342px;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.24;
  }

  body .hero-support {
    width: min(342px, calc(100% - 20px));
    margin: 18px 0 0;
    font-size: 14.5px;
    line-height: 1.48;
    color: rgba(244, 251, 255, 0.78);
  }

  body .hero-actions {
    position: relative;
    z-index: 5;
    width: min(100%, 390px);
    margin: 4px auto 0;
    gap: 10px;
  }

  body .hero-stage > .event-card {
    position: relative;
    z-index: 5;
    left: auto;
    right: auto;
    bottom: auto;
    width: min(326px, calc(100vw - 64px));
    max-width: none;
    margin: 0 auto;
    background:
      radial-gradient(circle at 86% 18%, rgba(144, 255, 248, 0.12), transparent 7.5rem),
      linear-gradient(135deg, rgba(186, 242, 248, 0.12), rgba(7, 18, 28, 0.44));
    backdrop-filter: blur(18px) saturate(1.12);
  }

  body .scroll-cue {
    display: none;
  }
}

@media (max-width: 380px) and (prefers-reduced-motion: no-preference) {
  body .hero-stage {
    gap: 12px;
    padding-top: 78px;
    padding-bottom: max(22px, calc(env(safe-area-inset-bottom, 0px) + 18px));
  }

  body .partner-lockup {
    width: min(218px, 70vw);
    margin-bottom: 14px;
  }

  body .hero h1 {
    font-size: clamp(50px, 15.8vw, 64px);
  }

  body .hero-lede {
    font-size: 17px;
  }

  body .hero-support {
    font-size: 13.75px;
  }
}

/* Mobile hero cinematic layer: light trails integrate the scrubbed metro into the page. */
@media (max-width: 640px) and (prefers-reduced-motion: no-preference) {
  body .hero-stage::before,
  body .hero-stage::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }

  body .hero-stage::before {
    z-index: -2;
    left: -18vw;
    right: -18vw;
    bottom: 8svh;
    height: 34svh;
    background:
      linear-gradient(112deg, transparent 12%, rgba(53, 247, 239, 0.0) 32%, rgba(53, 247, 239, 0.42) 48%, rgba(118, 255, 248, 0.1) 52%, transparent 68%),
      linear-gradient(116deg, transparent 34%, rgba(53, 247, 239, 0.22) 49%, transparent 61%),
      radial-gradient(ellipse at 68% 72%, rgba(53, 247, 239, 0.16), transparent 46%);
    filter: blur(0.6px);
    opacity: 0.72;
    transform: skewY(-8deg);
    mix-blend-mode: screen;
  }

  body .hero-stage::after {
    z-index: -1;
    inset: auto 0 0;
    height: 38svh;
    background:
      radial-gradient(ellipse at 50% 100%, rgba(53, 247, 239, 0.12), transparent 44%),
      linear-gradient(180deg, transparent 0%, rgba(2, 8, 13, 0.34) 42%, #02080d 100%);
  }
}

/* Keep the invite panel in its original full-card position after removing the criteria cards. */
.selection-panel {
  grid-column: 1 / -1;
  width: min(100%, 980px);
  margin-inline: auto;
}

.selection-panel-copy h3 {
  max-width: 13.8ch;
  font-size: clamp(42px, 4.35vw, 60px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

@media (max-width: 700px) {
  .selection-panel-copy h3 {
    max-width: 9ch;
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.08;
  }
}

/* Repair: builder selection layout after removing the criteria cards. */
.selection-grid {
  width: min(980px, 100%);
  grid-template-columns: minmax(280px, 330px) minmax(500px, 516px);
  justify-content: center;
  align-items: center;
  gap: clamp(52px, 6vw, 96px);
}

.selection-copy {
  grid-column: 1;
  align-self: center;
  padding-top: 0;
}

.selection-panel {
  grid-column: 2;
  justify-self: end;
  width: min(516px, 100%);
  margin: 0;
}

.selection-panel-copy h3 {
  max-width: 248px;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: 0;
}

.selection-grid::after {
  right: clamp(92px, 11vw, 150px);
  bottom: -34px;
  translate: 0 0;
}

@media (max-width: 1180px) and (min-width: 861px) {
  .selection-grid {
    width: min(920px, 100%);
    grid-template-columns: minmax(250px, 320px) minmax(480px, 540px);
    gap: clamp(42px, 5vw, 72px);
  }

  .selection-copy {
    grid-row: auto;
  }

  .selection-panel {
    grid-column: 2;
    width: min(540px, 100%);
  }

  .selection-grid::after {
    right: clamp(82px, 10vw, 142px);
  }
}

@media (max-width: 860px) {
  .selection-section {
    min-height: 0;
    padding-top: 72px;
    padding-bottom: 84px;
  }

  .selection-kicker,
  .selection-copy {
    display: none;
  }

  .selection-grid {
    display: block;
    width: 100%;
  }

  .selection-grid::after {
    left: 50%;
    right: auto;
    bottom: -36px;
    width: min(340px, 74vw);
    translate: -50% 0;
  }

  .selection-panel {
    grid-column: auto;
    width: min(100%, 388px);
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .selection-section {
    padding-top: 54px;
    padding-bottom: 76px;
  }

  .selection-panel {
    width: min(100%, 354px);
    max-width: 354px;
  }
}

/* Track cards: custom asymmetric neon frames are desktop-only. */
.track-frame {
  display: none;
}

.track-puzzle-board {
  display: none;
}

@media (min-width: 981px) {
  .tracks-section {
    min-height: clamp(660px, 47vw, 730px);
    padding-left: clamp(150px, 11.6vw, 210px);
    padding-right: clamp(64px, 6vw, 128px);
    padding-bottom: clamp(18px, 2.4vw, 36px);
  }

  .tracks-layout {
    width: min(1370px, 100%);
    margin-inline: 0 auto;
    grid-template-columns: minmax(340px, 400px) minmax(840px, 890px);
    gap: clamp(104px, 6.8vw, 132px);
    justify-content: start;
    transform: translateY(-92px);
  }

  .tracks-section .section-copy {
    align-self: center;
    width: min(420px, 100%);
    transform: translateY(-8px);
  }

  .tracks-section .section-copy h2 {
    max-width: 420px;
    font-size: clamp(52px, 4.3vw, 70px);
  }

  .tracks-section .section-copy p {
    max-width: 420px;
  }

  .track-cards {
    width: min(890px, 100%);
    justify-self: start;
    display: block;
    position: relative;
    aspect-ratio: 1000 / 760;
  }

  .track-puzzle-board {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .track-puzzle-board svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .track-board-frame {
    fill: none;
    stroke-width: 4;
    vector-effect: non-scaling-stroke;
    filter: url(#track-board-glow);
  }

  .track-board-frame.cyan,
  .cyan-stroke {
    stroke: #35f7ef;
  }

  .track-board-frame.green,
  .green-stroke {
    stroke: #8eff93;
  }

  .track-board-frame.blue,
  .blue-stroke {
    stroke: #7ea1ff;
  }

  .track-board-frame.amber,
  .amber-stroke {
    stroke: #ff990f;
  }

  .track-board-icon-ring {
    fill: rgba(2, 14, 22, 0.42);
    stroke-width: 1.8;
    vector-effect: non-scaling-stroke;
  }

  .track-board-icon-mark {
    fill: none;
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
  }

  .track-board-number,
  .track-board-title {
    font-family: var(--font-display);
    font-weight: 800;
    paint-order: stroke;
    stroke: rgba(0, 0, 0, 0.28);
    stroke-width: 2px;
    stroke-linejoin: round;
  }

  .track-board-number {
    font-size: 46px;
    letter-spacing: 0.02em;
  }

  .cyan-text {
    fill: #35f7ef;
  }

  .green-text {
    fill: #8eff93;
  }

  .blue-text {
    fill: #7ea1ff;
  }

  .amber-text {
    fill: #ff990f;
  }

  .track-board-title {
    fill: rgba(250, 253, 255, 0.96);
    font-size: 24px;
    line-height: 1;
  }

  .track-board-copy {
    fill: rgba(246, 251, 255, 0.88);
    font-size: 16px;
    font-weight: 500;
  }

  .track-card {
    min-height: 0;
    aspect-ratio: auto;
    display: block;
    position: relative;
    isolation: isolate;
    overflow: visible;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .track-card {
    position: absolute;
    z-index: 5;
    color: transparent;
    outline-offset: 6px;
  }

  .track-card:nth-of-type(1) {
    left: 1.8%;
    top: 3.4%;
    width: 48.2%;
    height: 46.4%;
  }

  .track-card:nth-of-type(2) {
    left: 44.9%;
    top: 3.4%;
    width: 53.3%;
    height: 46.4%;
  }

  .track-card:nth-of-type(3) {
    left: 1.8%;
    top: 40.4%;
    width: 48.2%;
    height: 56.2%;
  }

  .track-card:nth-of-type(4) {
    left: 44.9%;
    top: 49.7%;
    width: 53.3%;
    height: 46.8%;
  }

  .track-card > * {
    display: none;
  }

  .track-card::before,
  .track-card::after {
    display: none;
  }

  .track-card:hover,
  .track-card:focus-visible {
    transform: none;
    border-color: transparent;
    box-shadow: none;
  }

  .track-cards:has(.track-card:hover) .track-puzzle-board {
    filter: saturate(1.05) brightness(1.03);
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .track-cards {
    width: min(720px, 100%);
  }
}

/* Final desktop schedule reference layout: large separated metro-arrow tiles. */
@media (min-width: 981px) {
  .timeline-section .timeline {
    width: min(1600px, calc(100vw - 420px));
    max-width: none;
    margin-top: clamp(38px, 4.5vh, 54px);
    margin-left: 50%;
    transform: translateX(-50%);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(18px, 1.25vw, 26px);
    padding-bottom: 34px;
  }

  .timeline-section .timeline::before {
    left: 2.4%;
    right: -3.6%;
    bottom: 27px;
  }

  .timeline-section .timeline::after {
    right: -5.8%;
    bottom: 0;
  }

  .timeline-section .timeline-card {
    --arrow-tip: clamp(68px, 4vw, 82px);
    --arrow-back: clamp(22px, 1.55vw, 32px);
    min-height: clamp(360px, 21vw, 410px);
    padding: 52px calc(var(--arrow-tip) + 18px) 58px 42px;
  }

  .timeline-section .timeline-card strong {
    margin-top: 40px;
    font-size: clamp(18px, 1.12vw, 22px);
  }

  .timeline-section .timeline-card h3 {
    margin-top: 12px;
    font-size: clamp(23px, 1.34vw, 27px);
  }

  .timeline-section .timeline-card p {
    margin-top: 22px;
    font-size: clamp(17px, 1vw, 20px);
  }
}

/* Desktop track cards: reset from puzzle-board experiment to a clean 2x2 grid. */
@media (min-width: 981px) {
  .track-cards {
    width: min(920px, 100%);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 1.3vw, 22px);
    aspect-ratio: auto;
    align-items: stretch;
  }

  .track-puzzle-board {
    display: none;
  }

  .track-card,
  .track-card:nth-of-type(1),
  .track-card:nth-of-type(2),
  .track-card:nth-of-type(3),
  .track-card:nth-of-type(4) {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    min-height: 330px;
    aspect-ratio: 1.2 / 1;
    display: block;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(var(--card-accent-rgb), 0.54);
    border-radius: 28px;
    background:
      linear-gradient(135deg, rgba(var(--card-accent-rgb), 0.13), transparent 42%),
      rgba(3, 14, 22, 0.72);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.055),
      inset 0 0 42px rgba(var(--card-accent-rgb), 0.08),
      0 0 30px rgba(var(--card-accent-rgb), 0.16),
      0 24px 58px rgba(0, 0, 0, 0.34);
    color: inherit;
    outline-offset: 5px;
    transform: none;
    translate: none;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  }

  .track-card > * {
    display: initial;
  }

  .track-card .track-frame {
    display: none;
  }

  .track-card .track-art,
  .track-card .track-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .track-card .track-art {
    display: block;
    z-index: 0;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.03) contrast(1.08) brightness(0.78);
    transform: scale(1);
    transition: transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 260ms ease;
  }

  .track-card:nth-of-type(1) .track-art {
    object-position: 54% 45%;
  }

  .track-card:nth-of-type(2) .track-art {
    object-position: 56% 44%;
  }

  .track-card:nth-of-type(3) .track-art {
    object-position: 54% 52%;
  }

  .track-card:nth-of-type(4) .track-art {
    object-position: 58% 48%;
  }

  .track-card .track-overlay {
    display: block;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(2, 7, 13, 0.12) 0%, rgba(2, 7, 13, 0.48) 50%, rgba(2, 7, 13, 0.9) 100%),
      radial-gradient(circle at 24% 18%, rgba(var(--card-accent-rgb), 0.24), transparent 9rem),
      linear-gradient(90deg, rgba(2, 7, 13, 0.52), rgba(2, 7, 13, 0.08) 64%);
  }

  .track-card::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 3;
    top: 26px;
    left: 26px;
    width: 62px;
    height: 62px;
    border: 1.4px solid rgba(var(--card-accent-rgb), 0.84);
    border-radius: 50%;
    background:
      radial-gradient(circle at 50% 50%, rgba(var(--card-accent-rgb), 0.14), transparent 58%),
      rgba(2, 14, 22, 0.5);
    box-shadow:
      inset 0 0 24px rgba(var(--card-accent-rgb), 0.12),
      0 0 24px rgba(var(--card-accent-rgb), 0.22);
  }

  .track-card::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 4;
    top: 48px;
    left: 48px;
    width: 16px;
    height: 16px;
    border: 2px solid var(--card-accent);
    border-radius: 5px;
    transform: rotate(45deg);
    filter: drop-shadow(0 0 10px rgba(var(--card-accent-rgb), 0.6));
  }

  .track-number,
  .track-card h3,
  .track-card p {
    position: absolute;
    z-index: 4;
    left: 38px;
    right: 38px;
    max-width: 270px;
    margin: 0;
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.72);
  }

  .track-number {
    display: block;
    top: 42%;
    bottom: auto;
    width: auto;
    color: rgba(var(--card-accent-rgb), 0.88);
    font-family: var(--font-display);
    font-size: clamp(42px, 3vw, 56px);
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  .track-card h3 {
    display: block;
    top: 55%;
    width: min(250px, 70%);
    color: rgba(250, 253, 255, 0.98);
    font-size: clamp(19px, 1.35vw, 24px);
    line-height: 1.04;
    font-weight: 800;
    text-transform: uppercase;
  }

  .track-card h3 span {
    display: block;
  }

  .track-card p {
    display: block;
    top: 75%;
    width: min(270px, 76%);
    color: rgba(246, 251, 255, 0.9);
    font-size: clamp(13px, 0.9vw, 15px);
    line-height: 1.34;
  }

  .track-card:nth-of-type(2) p,
  .track-card:nth-of-type(4) p {
    top: 79%;
  }

  .track-card:hover,
  .track-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(var(--card-accent-rgb), 0.86);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.08),
      inset 0 0 54px rgba(var(--card-accent-rgb), 0.12),
      0 0 42px rgba(var(--card-accent-rgb), 0.28),
      0 30px 72px rgba(0, 0, 0, 0.42);
  }

  .track-card:hover .track-art,
  .track-card:focus-visible .track-art {
    transform: scale(1.055);
    filter: saturate(1.16) contrast(1.1) brightness(0.88);
  }
}

/* Fine-align the builder-selection floor glow with the panel center on wider layouts. */
@media (min-width: 861px) {
  .selection-grid::after {
    translate: 48px 0;
  }
}

/* Mobile hero/menu polish: tighter partner lockup spacing, sharper video, richer nav active state. */
@media (max-width: 640px) {
  body .hero-content {
    transform: translateY(-18px);
  }

  body .partner-lockup {
    width: min(84vw, 390px);
    margin-top: clamp(28px, 5.4svh, 44px);
    margin-bottom: clamp(14px, 2.8svh, 22px);
  }

  body .event-pill {
    margin-top: 0;
    margin-bottom: clamp(24px, 4svh, 34px);
  }

  body .hero-video,
  body .hero-poster {
    image-rendering: auto;
    filter: saturate(1.08) contrast(1.04);
  }

  body .mobile-nav {
    padding: 20px;
  }

  body .mobile-nav a {
    position: relative;
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 0 26px;
    border: 1px solid transparent;
    border-radius: 18px;
    overflow: hidden;
  }

  body .mobile-nav a.is-active {
    color: var(--cyan);
    border-color: rgba(53, 247, 239, 0.32);
    background:
      linear-gradient(90deg, rgba(53, 247, 239, 0.16), rgba(53, 247, 239, 0.04) 48%, transparent),
      radial-gradient(circle at 16% 50%, rgba(53, 247, 239, 0.26), transparent 38%);
    box-shadow:
      inset 0 0 26px rgba(53, 247, 239, 0.06),
      0 0 28px rgba(53, 247, 239, 0.12);
    transform: translateX(4px);
  }

  body .mobile-nav a.is-active::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-radius: 4px;
    transform: translateY(-50%) rotate(45deg);
    background: rgba(53, 247, 239, 0.12);
    box-shadow: 0 0 16px rgba(53, 247, 239, 0.68);
  }

  body .mobile-nav a.is-active::after {
    content: "";
    position: absolute;
    left: 34px;
    right: 18px;
    bottom: 11px;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(53, 247, 239, 0.72), transparent);
    box-shadow: 0 0 12px rgba(53, 247, 239, 0.5);
  }
}

/* Final mobile hero alignment: make departure card match CTA button width exactly. */
@media (max-width: 640px) {
  body .hero-stage > .event-card {
    width: min(calc(100% - 28px), 390px) !important;
    max-width: min(calc(100% - 28px), 390px) !important;
    align-self: center;
  }
}

/* Premium mobile nav: subtle metro command panel instead of loud default menu chrome. */
@media (max-width: 640px) {
  body .site-header {
    height: 72px;
    padding-inline: 18px;
    background:
      linear-gradient(180deg, rgba(2, 8, 14, 0.94), rgba(2, 8, 14, 0.76)),
      radial-gradient(circle at 86% 0%, rgba(53, 247, 239, 0.1), transparent 10rem);
    border-bottom-color: rgba(95, 238, 246, 0.18);
  }

  body .menu-toggle {
    position: relative;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(95, 238, 246, 0.34);
    border-radius: 18px;
    background:
      linear-gradient(145deg, rgba(9, 29, 40, 0.72), rgba(2, 9, 16, 0.92)),
      radial-gradient(circle at 50% 0%, rgba(53, 247, 239, 0.16), transparent 58%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      inset 0 0 22px rgba(53, 247, 239, 0.05),
      0 0 0 1px rgba(53, 247, 239, 0.04),
      0 14px 34px rgba(0, 0, 0, 0.36);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
  }

  body .menu-toggle::before {
    content: "";
    position: absolute;
    inset: 9px;
    border: 1px solid rgba(53, 247, 239, 0.12);
    border-radius: 13px;
    background:
      linear-gradient(90deg, transparent, rgba(53, 247, 239, 0.16), transparent) 50% 50% / 80% 1px no-repeat;
    opacity: 0.82;
  }

  body .menu-toggle::after {
    content: "";
    position: absolute;
    right: 13px;
    bottom: 13px;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(53, 247, 239, 0.95);
    box-shadow: 0 0 12px rgba(53, 247, 239, 0.8);
  }

  body .menu-toggle span {
    position: absolute;
    left: 17px;
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(111, 252, 247, 0.42), rgba(111, 252, 247, 1));
    box-shadow: 0 0 12px rgba(53, 247, 239, 0.28);
    transform-origin: center;
    transition: transform 220ms ease, opacity 160ms ease, width 180ms ease;
  }

  body .menu-toggle span:nth-child(1) {
    transform: translateY(-8px);
  }

  body .menu-toggle span:nth-child(2) {
    width: 19px;
    transform: translateX(5px);
  }

  body .menu-toggle span:nth-child(3) {
    transform: translateY(8px);
  }

  body .menu-toggle:hover,
  body .menu-toggle:focus-visible,
  body.nav-open .menu-toggle {
    border-color: rgba(111, 252, 247, 0.58);
    background:
      linear-gradient(145deg, rgba(11, 38, 50, 0.78), rgba(2, 9, 16, 0.94)),
      radial-gradient(circle at 50% 0%, rgba(53, 247, 239, 0.22), transparent 62%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      inset 0 0 24px rgba(53, 247, 239, 0.08),
      0 0 26px rgba(53, 247, 239, 0.14),
      0 18px 42px rgba(0, 0, 0, 0.44);
  }

  body.nav-open .menu-toggle span:nth-child(1) {
    width: 25px;
    transform: rotate(42deg);
  }

  body.nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
    transform: translateX(18px);
  }

  body.nav-open .menu-toggle span:nth-child(3) {
    width: 25px;
    transform: rotate(-42deg);
  }

  body .mobile-nav {
    left: 18px;
    right: 18px;
    top: 84px;
    padding: 14px;
    border: 1px solid rgba(95, 238, 246, 0.24);
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(4, 15, 24, 0.92), rgba(2, 9, 16, 0.96)),
      radial-gradient(circle at 12% 0%, rgba(53, 247, 239, 0.1), transparent 12rem),
      radial-gradient(circle at 92% 92%, rgba(53, 247, 239, 0.08), transparent 11rem);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.045),
      inset 0 0 36px rgba(53, 247, 239, 0.025),
      0 28px 80px rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(22px) saturate(1.18);
  }

  body .mobile-nav::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(95, 238, 246, 0.08);
    border-radius: 18px;
    pointer-events: none;
  }

  body .mobile-nav a {
    position: relative;
    min-height: 54px;
    display: flex;
    align-items: center;
    padding: 0 18px 0 20px;
    border: 1px solid transparent;
    border-radius: 16px;
    color: rgba(235, 247, 250, 0.76);
    letter-spacing: 0.15em;
    overflow: hidden;
  }

  body .mobile-nav a + a {
    margin-top: 4px;
  }

  body .mobile-nav a::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 9px;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(53, 247, 239, 0), rgba(53, 247, 239, 0.2), rgba(53, 247, 239, 0));
    opacity: 0;
    transform: scaleX(0.56);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body .mobile-nav a::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 18px;
    height: 1px;
    background: linear-gradient(90deg, rgba(53, 247, 239, 0), rgba(53, 247, 239, 0.76));
    opacity: 0;
    transform: translateY(-50%) scaleX(0.3);
    transform-origin: right;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body .mobile-nav a:hover,
  body .mobile-nav a:focus-visible,
  body .mobile-nav a.is-active {
    color: rgba(111, 252, 247, 0.98);
    border-color: rgba(95, 238, 246, 0.22);
    background:
      linear-gradient(90deg, rgba(53, 247, 239, 0.105), rgba(53, 247, 239, 0.035) 52%, rgba(53, 247, 239, 0)),
      rgba(4, 17, 26, 0.42);
    box-shadow:
      inset 0 0 22px rgba(53, 247, 239, 0.035),
      0 0 24px rgba(53, 247, 239, 0.06);
    transform: none;
  }

  body .mobile-nav a:focus-visible {
    outline: none;
  }

  body .mobile-nav a:hover::before,
  body .mobile-nav a:focus-visible::before,
  body .mobile-nav a.is-active::before {
    opacity: 1;
    transform: scaleX(1);
  }

  body .mobile-nav a:hover::after,
  body .mobile-nav a:focus-visible::after,
  body .mobile-nav a.is-active::after {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
  }
}

/* Final reset for older mobile nav experiments that left circular/diamond artifacts behind. */
@media (max-width: 640px) {
  body .site-header .menu-toggle {
    width: 48px !important;
    height: 48px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: transparent !important;
    box-shadow:
      0 0 18px rgba(53, 247, 239, 0.06) !important;
  }

  body .site-header .menu-toggle::before {
    display: none !important;
  }

  body .site-header .menu-toggle::after {
    display: none !important;
  }

  body .site-header .menu-toggle span {
    left: 50% !important;
    width: 24px !important;
    height: 2px !important;
    margin-left: -12px !important;
    background: linear-gradient(90deg, rgba(111, 252, 247, 0.72), rgba(111, 252, 247, 1)) !important;
    box-shadow: 0 0 10px rgba(53, 247, 239, 0.32) !important;
    opacity: 0.98 !important;
  }

  body .site-header .menu-toggle span:nth-child(1) {
    transform: translateY(-7px) !important;
  }

  body .site-header .menu-toggle span:nth-child(2) {
    width: 19px !important;
    margin-left: -7px !important;
    transform: none !important;
  }

  body .site-header .menu-toggle span:nth-child(3) {
    width: 24px !important;
    transform: translateY(7px) !important;
  }

  body.nav-open .site-header .menu-toggle {
    background: rgba(53, 247, 239, 0.045) !important;
    box-shadow:
      0 0 22px rgba(53, 247, 239, 0.12) !important;
  }

  body.nav-open .site-header .menu-toggle span:nth-child(1) {
    width: 23px !important;
    margin-left: -11.5px !important;
    transform: rotate(42deg) !important;
  }

  body.nav-open .site-header .menu-toggle span:nth-child(2) {
    opacity: 0 !important;
    transform: scaleX(0.3) !important;
  }

  body.nav-open .site-header .menu-toggle span:nth-child(3) {
    width: 23px !important;
    margin-left: -11.5px !important;
    transform: rotate(-42deg) !important;
  }

  body .mobile-nav a::before {
    top: auto !important;
    left: 18px !important;
    right: 18px !important;
    bottom: 9px !important;
    width: auto !important;
    height: 1px !important;
    border: 0 !important;
    border-radius: 999px !important;
    transform: scaleX(0.56) !important;
    background: linear-gradient(90deg, rgba(53, 247, 239, 0), rgba(53, 247, 239, 0.2), rgba(53, 247, 239, 0)) !important;
    box-shadow: none !important;
  }

  body .mobile-nav a:hover::before,
  body .mobile-nav a:focus-visible::before,
  body .mobile-nav a.is-active::before {
    transform: scaleX(1) !important;
  }

  body .mobile-nav a::after {
    left: auto !important;
    right: 18px !important;
    top: 50% !important;
    bottom: auto !important;
    width: 18px !important;
    height: 1px !important;
    border: 0 !important;
    border-radius: 999px !important;
    transform: translateY(-50%) scaleX(0.3) !important;
    background: linear-gradient(90deg, rgba(53, 247, 239, 0), rgba(53, 247, 239, 0.76)) !important;
    box-shadow: none !important;
  }

  body .mobile-nav a:hover::after,
  body .mobile-nav a:focus-visible::after,
  body .mobile-nav a.is-active::after {
    transform: translateY(-50%) scaleX(1) !important;
  }
}

/* Final mobile footer layout: keep footer metadata below CTA buttons on narrow screens. */
@media (max-width: 640px) {
  .final-cta {
    min-height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: clamp(26px, 5vh, 42px);
    padding: clamp(116px, 17vh, 162px) 18px clamp(34px, 6vh, 54px) !important;
  }

  .final-content {
    width: 100%;
    display: grid;
    gap: clamp(30px, 5vh, 44px);
  }

  .final-content h2 {
    max-width: min(100%, 380px);
    font-size: clamp(48px, 14.8vw, 70px);
  }

  .final-content .hero-actions {
    width: 100%;
    gap: 12px;
  }

  .video-footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
    justify-content: start;
    margin-top: 0;
    padding: 0 14px;
  }

  .video-footer p {
    margin: 0;
    line-height: 1.35;
  }

  .video-footer .footer-socials {
    display: grid;
    gap: 18px;
    justify-content: start;
  }

  .video-footer .footer-socials span:not(:first-child) {
    margin-left: 0;
  }
}

@media (max-width: 380px) {
  .final-cta {
    padding-top: clamp(92px, 13vh, 124px) !important;
  }

  .final-content h2 {
    font-size: clamp(42px, 14vw, 54px);
  }

  .final-content {
    gap: 24px;
  }
}

/* Mobile hero breathing room: keep CTA visible while separating support copy from buttons. */
@media (max-width: 640px) {
  body .hero-content {
    transform: translateY(-10px);
  }

  body .hero-support {
    margin-top: 14px;
    margin-bottom: 0;
    line-height: 1.44;
  }

  body .hero-actions {
    margin-top: clamp(18px, 3.6svh, 28px) !important;
  }
}

@media (max-width: 380px) {
  body .hero h1 {
    font-size: clamp(48px, 15.2vw, 62px);
  }

  body .hero-lede {
    margin-top: 14px;
  }

  body .hero-support {
    margin-top: 12px;
  }

  body .hero-actions {
    margin-top: 18px !important;
  }
}

/* Mobile route section: reduce excess empty air while keeping the map cinematic. */
@media (max-width: 640px) {
  body .route-section {
    padding-top: clamp(62px, 8.5svh, 82px) !important;
    padding-bottom: clamp(54px, 7svh, 74px) !important;
  }

  body .route-grid {
    gap: clamp(10px, 2.8svh, 18px) !important;
  }

  body .route-section .section-kicker,
  body .route-section .section-copy {
    padding-inline: 30px;
  }

  body .route-section .section-copy h2 {
    margin-top: 32px;
    font-size: clamp(52px, 15.4vw, 68px);
    line-height: 1.04;
  }

  body .route-section .section-copy p {
    margin-top: 24px;
    line-height: 1.46;
  }

  body .route-visual {
    height: clamp(210px, 53vw, 300px) !important;
    margin-top: 4px !important;
  }
}

@media (max-width: 380px) {
  body .route-section {
    padding-top: 54px !important;
    padding-bottom: 48px !important;
  }

  body .route-section .section-copy h2 {
    margin-top: 26px;
    font-size: clamp(46px, 14.8vw, 58px);
  }

  body .route-section .section-copy p {
    margin-top: 20px;
  }

  body .route-visual {
    height: clamp(190px, 51vw, 250px) !important;
  }
}

/* Desktop route art: pull the full map slightly back so the Vyttila start is visible. */
@media (min-width: 861px) {
  body .route-visual {
    inset: -42px -72px -46px clamp(380px, 34vw, 520px);
  }

  body .route-visual img {
    object-fit: contain;
    object-position: 52% 52%;
    transform: scale(0.92);
    transform-origin: center;
  }
}

/* Desktop route art seam fix: keep the map scaled back, but let the visual field bleed wider. */
@media (min-width: 861px) {
  body .route-visual {
    inset: -42px -18px -46px clamp(380px, 34vw, 520px);
  }

  body .route-visual img {
    width: 112%;
    max-width: none;
    margin-left: -4%;
    object-position: 50% 52%;
    transform: scale(0.92);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 94%, rgba(0, 0, 0, 0.74) 98%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 94%, rgba(0, 0, 0, 0.74) 98%, transparent 100%);
  }

  body .route-visual::before {
    background:
      linear-gradient(90deg, #02080d 0%, rgba(2, 8, 13, 0.78) 7%, rgba(2, 8, 13, 0.24) 18%, transparent 48%, rgba(2, 8, 13, 0.08) 90%, rgba(2, 8, 13, 0.58) 100%),
      linear-gradient(180deg, #02080d 0%, rgba(2, 8, 13, 0.1) 20%, transparent 45%, rgba(2, 8, 13, 0.16) 80%, #02080d 100%);
  }

  body .route-visual::after {
    background:
      linear-gradient(90deg, #02080d 0%, rgba(2, 8, 13, 0.68) 7%, rgba(2, 8, 13, 0.22) 18%, rgba(2, 8, 13, 0.02) 48%, rgba(2, 8, 13, 0.12) 100%),
      linear-gradient(180deg, rgba(2, 8, 13, 0.44), transparent 35%, rgba(2, 8, 13, 0.54));
  }
}

/* Desktop route continuity: use the roadmap texture as the entire section bed. */
@media (min-width: 861px) {
  body .route-section {
    isolation: isolate;
    background:
      linear-gradient(90deg, rgba(2, 8, 13, 0.94) 0%, rgba(2, 8, 13, 0.56) 32%, rgba(2, 8, 13, 0.2) 58%, rgba(2, 8, 13, 0.48) 100%),
      linear-gradient(180deg, rgba(2, 8, 13, 0.92) 0%, rgba(2, 8, 13, 0.18) 28%, rgba(2, 8, 13, 0.2) 68%, rgba(2, 8, 13, 0.94) 100%),
      url("assets/section-art/route-map-background.png") center / cover no-repeat,
      #02080d;
  }

  body .route-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      radial-gradient(circle at 61% 54%, rgba(53, 247, 239, 0.08), transparent 34rem),
      linear-gradient(90deg, rgba(2, 8, 13, 0.72) 0%, rgba(2, 8, 13, 0.34) 28%, transparent 56%, rgba(2, 8, 13, 0.22) 100%);
  }

  body .route-section .section-kicker,
  body .route-section .section-copy,
  body .route-visual {
    position: relative;
    z-index: 1;
  }

  body .route-visual {
    inset: -42px -18px -46px clamp(380px, 34vw, 520px);
    mix-blend-mode: screen;
  }

  body .route-visual img {
    width: 108%;
    margin-left: -2%;
    opacity: 0.82;
    object-fit: contain;
    object-position: 50% 52%;
    transform: scale(0.9);
    -webkit-mask-image: radial-gradient(ellipse at 54% 53%, #000 38%, rgba(0, 0, 0, 0.82) 61%, transparent 88%);
    mask-image: radial-gradient(ellipse at 54% 53%, #000 38%, rgba(0, 0, 0, 0.82) 61%, transparent 88%);
  }

  body .route-visual::before,
  body .route-visual::after {
    background: none;
  }
}

/* Desktop route continuity v2: keep original section dimensions, only blend the exposed edges. */
@media (min-width: 861px) {
  body .route-section {
    min-height: 620px;
    padding: 0;
    overflow: hidden;
    background:
      linear-gradient(90deg, rgba(2, 8, 13, 0.96) 0%, rgba(2, 8, 13, 0.58) 28%, rgba(2, 8, 13, 0.18) 58%, rgba(2, 8, 13, 0.46) 100%),
      linear-gradient(180deg, rgba(2, 8, 13, 0.9) 0%, rgba(2, 8, 13, 0.12) 28%, rgba(2, 8, 13, 0.16) 70%, rgba(2, 8, 13, 0.92) 100%),
      url("assets/section-art/route-map-background.png") center / cover no-repeat,
      #02080d;
  }

  body .route-section::before {
    z-index: 0;
    background:
      radial-gradient(circle at 60% 54%, rgba(53, 247, 239, 0.07), transparent 33rem),
      linear-gradient(90deg, rgba(2, 8, 13, 0.68) 0%, rgba(2, 8, 13, 0.3) 29%, transparent 56%, rgba(2, 8, 13, 0.2) 100%);
  }

  body .route-section .section-kicker,
  body .route-section .section-copy {
    position: relative;
    z-index: 2;
  }

  body .route-visual {
    position: absolute !important;
    z-index: 1;
    inset: -42px -72px -46px clamp(380px, 34vw, 520px);
    mix-blend-mode: screen;
    pointer-events: none;
  }

  body .route-visual img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0;
    opacity: 0.86;
    object-fit: contain;
    object-position: 52% 52%;
    transform: scale(0.92);
    transform-origin: center;
    -webkit-mask-image: radial-gradient(ellipse at 54% 53%, #000 40%, rgba(0, 0, 0, 0.84) 64%, transparent 90%);
    mask-image: radial-gradient(ellipse at 54% 53%, #000 40%, rgba(0, 0, 0, 0.84) 64%, transparent 90%);
  }

  body .route-visual::before,
  body .route-visual::after {
    background: none;
  }
}

/* Desktop route recovery: restore hero-aligned copy and right-aligned map over the continuous roadmap bed. */
@media (min-width: 861px) {
  body .route-section {
    min-height: clamp(620px, 72vh, 760px);
    padding: clamp(120px, 12vh, 156px) 0 clamp(112px, 11vh, 148px);
    overflow: hidden;
    background:
      linear-gradient(90deg, rgba(2, 8, 13, 0.96) 0%, rgba(2, 8, 13, 0.68) 28%, rgba(2, 8, 13, 0.2) 58%, rgba(2, 8, 13, 0.5) 100%),
      linear-gradient(180deg, rgba(2, 8, 13, 0.92) 0%, rgba(2, 8, 13, 0.14) 28%, rgba(2, 8, 13, 0.14) 68%, rgba(2, 8, 13, 0.94) 100%),
      url("assets/section-art/route-map-background.png") center / cover no-repeat,
      #02080d;
  }

  body .route-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      radial-gradient(circle at 62% 52%, rgba(53, 247, 239, 0.075), transparent 34rem),
      linear-gradient(90deg, rgba(2, 8, 13, 0.72) 0%, rgba(2, 8, 13, 0.38) 30%, rgba(2, 8, 13, 0.02) 58%, rgba(2, 8, 13, 0.2) 100%);
  }

  body .route-section .section-kicker {
    position: relative;
    z-index: 3;
    width: var(--content);
    max-width: var(--content);
    margin: 0 auto clamp(22px, 2.4vh, 34px);
    padding: 0;
  }

  body .route-grid {
    position: relative;
    z-index: 2;
    width: var(--content);
    max-width: var(--content);
    min-height: clamp(330px, 39vh, 430px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
    align-items: center;
    gap: clamp(54px, 7vw, 118px);
  }

  body .route-section .section-copy {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 430px;
    padding: 0;
  }

  body .route-section .section-copy h2 {
    max-width: 430px;
    margin: 0;
  }

  body .route-section .section-copy p {
    max-width: 420px;
  }

  body .route-visual {
    position: absolute !important;
    z-index: 1;
    inset: -54px -92px -58px clamp(360px, 31vw, 470px);
    width: auto;
    height: auto;
    margin: 0;
    mix-blend-mode: screen;
    pointer-events: none;
  }

  body .route-visual img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0;
    opacity: 0.88;
    object-fit: contain;
    object-position: 54% 52%;
    transform: scale(0.92);
    transform-origin: center;
    -webkit-mask-image: radial-gradient(ellipse at 54% 52%, #000 38%, rgba(0, 0, 0, 0.86) 64%, transparent 91%);
    mask-image: radial-gradient(ellipse at 54% 52%, #000 38%, rgba(0, 0, 0, 0.86) 64%, transparent 91%);
  }

  body .route-visual::before,
  body .route-visual::after {
    background: none;
  }
}

/* Desktop route final: use the Figma-composited route image as the section background. */
@media (min-width: 861px) {
  body .route-section {
    min-height: clamp(460px, 28.35vw, 544px) !important;
    padding: clamp(112px, 7vw, 132px) 0 clamp(88px, 5.8vw, 112px) !important;
    overflow: hidden !important;
    background:
      linear-gradient(90deg, rgba(2, 8, 13, 0.94) 0%, rgba(2, 8, 13, 0.66) 23%, rgba(2, 8, 13, 0.08) 46%, rgba(2, 8, 13, 0.1) 100%),
      linear-gradient(180deg, rgba(2, 8, 13, 0.9) 0%, rgba(2, 8, 13, 0.08) 22%, rgba(2, 8, 13, 0.08) 72%, rgba(2, 8, 13, 0.9) 100%),
      url("assets/section-art/routes-desktop.png") center / cover no-repeat,
      #02080d !important;
  }

  body .route-section::before,
  body .route-section::after {
    background: none !important;
  }

  body .route-section .section-kicker {
    position: relative !important;
    z-index: 2 !important;
    width: var(--content) !important;
    max-width: var(--content) !important;
    margin: 0 auto 24px !important;
    padding: 0 !important;
  }

  body .route-grid {
    position: relative !important;
    z-index: 2 !important;
    width: var(--content) !important;
    max-width: var(--content) !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    display: block !important;
  }

  body .route-section .section-copy {
    width: min(430px, 32vw) !important;
    max-width: 430px !important;
    padding: 0 !important;
  }

  body .route-section .section-copy h2 {
    margin: 0 !important;
    max-width: 420px !important;
  }

  body .route-section .section-copy p {
    max-width: 420px !important;
  }

  body .route-visual {
    display: none !important;
  }
}

/* Restore the left progress rail through the desktop Route Experience section. */
@media (min-width: 861px) {
  body .route-section::after {
    content: "";
    position: absolute;
    left: 36px;
    top: 0;
    bottom: 0;
    width: 1px;
    display: block !important;
    background: linear-gradient(180deg, rgba(53, 247, 239, 0.5), rgba(53, 247, 239, 0.14) 24%, rgba(53, 247, 239, 0.14) 76%, rgba(53, 247, 239, 0.5));
    box-shadow: 0 0 18px rgba(53, 247, 239, 0.12);
    pointer-events: none;
  }
}

/* Route rail hard restore: override the route background reset that was hiding this line. */
@media (min-width: 861px) {
  body .route-section::after {
    content: "" !important;
    position: absolute !important;
    left: 36px !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 1px !important;
    height: auto !important;
    display: block !important;
    z-index: 6 !important;
    opacity: 1 !important;
    background: linear-gradient(180deg, rgba(53, 247, 239, 0.58), rgba(53, 247, 239, 0.18) 22%, rgba(53, 247, 239, 0.18) 78%, rgba(53, 247, 239, 0.58)) !important;
    box-shadow: 0 0 16px rgba(53, 247, 239, 0.16) !important;
    pointer-events: none !important;
  }
}

/* Route rail definitive fix: match the section-frame marker used by the following sections. */
@media (min-width: 861px) {
  body .route-section::before {
    content: "" !important;
    position: absolute !important;
    left: 36px !important;
    top: 32px !important;
    width: 14px !important;
    height: 14px !important;
    display: block !important;
    z-index: 8 !important;
    border: 2px solid var(--cyan) !important;
    border-radius: 50% !important;
    background: #02080d !important;
    box-shadow: 0 0 18px rgba(53, 247, 239, 0.42) !important;
    transform: translateX(-50%) !important;
    pointer-events: none !important;
  }

  body .route-section::after {
    content: "" !important;
    position: absolute !important;
    left: 36px !important;
    top: 46px !important;
    bottom: 0 !important;
    width: 1px !important;
    height: auto !important;
    display: block !important;
    z-index: 7 !important;
    opacity: 1 !important;
    background: linear-gradient(180deg, rgba(53, 247, 239, 0.4), rgba(53, 247, 239, 0.16)) !important;
    box-shadow: 0 0 14px rgba(53, 247, 239, 0.12) !important;
    transform: none !important;
    pointer-events: none !important;
  }
}

/* Web applications card: center the quality badge in its left-column space. */
@media (min-width: 861px) {
  .selection-panel-count p {
    transform: translateX(10px);
  }

  .selection-panel-count p::before {
    transform: translateX(-50%);
  }
}

/* Phone applications card: remove the lower quality separator artifacts. */
@media (max-width: 640px) {
  body .selection-panel-count {
    border-bottom: 0;
    background: linear-gradient(90deg, rgba(77, 237, 245, 0.12), rgba(77, 237, 245, 0.5), rgba(77, 237, 245, 0.12)) 24px 100% / 140px 1px no-repeat;
  }

  body .selection-panel-count::before,
  body .selection-panel-count::after {
    content: none !important;
    display: none !important;
  }
}

@media (max-width: 380px) {
  body .selection-panel-count {
    background-position: 19px 100%;
    background-size: 132px 1px;
  }
}

/* Route rail exact alignment: mirror Schedule/Tracks section-frame geometry. */
@media (min-width: 861px) {
  body .route-section::before {
    content: "" !important;
    position: absolute !important;
    left: 32px !important;
    top: 0 !important;
    bottom: auto !important;
    width: 1px !important;
    height: calc(100% - 1px) !important;
    display: block !important;
    z-index: 6 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(53, 247, 239, 0.34), rgba(0, 0, 0, 0)) !important;
    box-shadow: none !important;
    transform: none !important;
    pointer-events: none !important;
  }

  body .route-section::after {
    content: "" !important;
    position: absolute !important;
    left: 28px !important;
    top: 24px !important;
    bottom: auto !important;
    width: 8px !important;
    height: 8px !important;
    display: block !important;
    z-index: 7 !important;
    opacity: 1 !important;
    border: 1px solid var(--cyan) !important;
    border-radius: 50% !important;
    background: #02080d !important;
    box-shadow: 0 0 14px rgba(53, 247, 239, 0.54) !important;
    transform: none !important;
    pointer-events: none !important;
  }
}
