:root {
  color-scheme: dark;
  --asphalt: #090c0d;
  --steel: #22292a;
  --red: #ff3b30;
  --orange: #ff8a00;
  --ice: #b9f4ff;
  --green: #b6f23a;
  --ticket: #efe7d2;
  --switch-progress: 1;
  --cold-progress: 1;
  --page-pad: clamp(1rem, 3vw, 3.2rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--asphalt); }
body { margin: 0; overflow-x: hidden; background: var(--asphalt); color: var(--ticket); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }

.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 100;
  transform: translateY(-180%);
  padding: .75rem 1rem;
  background: var(--ice);
  color: var(--asphalt);
  font-weight: 900;
}
.skip-link:focus { transform: translateY(0); }

.utility {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  min-height: 4.25rem;
  border-bottom: 1px solid rgb(239 231 210 / .22);
  background: rgb(9 12 13 / .9);
  backdrop-filter: blur(12px);
}

.utility-mark {
  display: flex;
  align-items: center;
  gap: .35rem;
  min-width: 15rem;
  padding: .7rem var(--page-pad);
  text-decoration: none;
  font-family: "Courier New", Courier, monospace;
}
.utility-mark b { color: var(--red); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 1.7rem; font-weight: 400; }
.utility-mark span { color: var(--ice); font-size: 1rem; font-weight: 900; }
.utility-mark small { margin-left: .65rem; color: rgb(239 231 210 / .7); font-size: .55rem; letter-spacing: .14em; }
.utility nav { display: flex; }
.utility nav a {
  display: grid;
  place-items: center;
  min-width: 7.2rem;
  min-height: 44px;
  padding: .75rem 1rem;
  border-left: 1px solid rgb(239 231 210 / .18);
  text-decoration: none;
  text-transform: uppercase;
  font: 700 .67rem/1 "Courier New", Courier, monospace;
  letter-spacing: .1em;
}
.utility nav a:hover, .utility nav a:focus-visible { background: rgb(239 231 210 / .1); }
.utility nav .signal-action { background: var(--green); color: var(--asphalt); }

.switch-scene { position: relative; height: 370vh; min-height: 185rem; }
.switch-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 39rem;
  overflow: hidden;
  isolation: isolate;
  background: var(--asphalt);
}

.scene-video {
  position: absolute;
  inset: 0;
  z-index: -6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.82) contrast(1.35) brightness(.45);
  transform: scale(calc(1.12 - var(--switch-progress) * .06));
}

.scene-grade {
  position: absolute;
  inset: 0;
  z-index: -5;
  background:
    linear-gradient(90deg, rgb(9 12 13 / .92) 0 34%, transparent 68%),
    linear-gradient(0deg, rgb(9 12 13 / .9), transparent 58%, rgb(9 12 13 / .6)),
    linear-gradient(120deg, rgb(255 59 48 / .23), transparent 55%);
}

.switch-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 15;
  pointer-events: none;
  opacity: .16;
  background-image: repeating-linear-gradient(90deg, transparent 0 79px, rgb(239 231 210 / .08) 80px 81px);
}

.hero-index {
  position: absolute;
  right: -2vw;
  top: 50%;
  z-index: -2;
  translate: 0 -49%;
  color: rgb(185 244 255 / calc(.15 + var(--switch-progress) * .65));
  font: 400 clamp(19rem, 50vw, 50rem)/.72 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.12em;
  transform: skewX(calc((1 - var(--switch-progress)) * -13deg)) translateX(calc((1 - var(--switch-progress)) * 10%));
  -webkit-text-stroke: 1px rgb(185 244 255 / .58);
}

.rail-system { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.rail {
  position: absolute;
  left: -12vw;
  top: 58%;
  width: 125vw;
  height: 5px;
  transform-origin: 62% 50%;
  background: var(--ticket);
  box-shadow: 0 0 0 1px var(--asphalt), 0 0 1.4rem rgb(239 231 210 / .45);
}
.rail::after {
  content: "";
  position: absolute;
  inset: -12px 0;
  background: repeating-linear-gradient(90deg, transparent 0 43px, rgb(239 231 210 / .3) 44px 46px, transparent 47px 90px);
}
.rail-left { transform: rotate(calc(-18deg + var(--switch-progress) * 11deg)) translateY(calc((1 - var(--switch-progress)) * -12vh)); }
.rail-right { transform: rotate(calc(17deg - var(--switch-progress) * 24deg)) translateY(calc((1 - var(--switch-progress)) * 11vh)); background: var(--red); }
.rail-center { top: 71%; transform: rotate(-7deg); opacity: calc(var(--switch-progress) * .75); background: var(--ice); }
.switch-pin {
  position: absolute;
  left: 61%;
  top: 58%;
  width: 2.2rem;
  aspect-ratio: 1;
  translate: -50% -50%;
  border: 5px solid var(--ticket);
  border-radius: 50%;
  background: var(--asphalt);
  box-shadow: 0 0 0 .6rem rgb(9 12 13 / .65);
}

.signal-mast {
  position: absolute;
  top: 6rem;
  right: var(--page-pad);
  z-index: 6;
  display: grid;
  grid-template-columns: 2.6rem 2.6rem auto;
  gap: .6rem;
  align-items: center;
  padding: .7rem;
  border: 1px solid rgb(239 231 210 / .45);
  background: rgb(9 12 13 / .78);
}
.signal { width: 2.6rem; aspect-ratio: 1; border: 1px solid rgb(239 231 210 / .55); border-radius: 50%; }
.signal-red { background: var(--red); opacity: calc(1 - var(--switch-progress)); box-shadow: 0 0 1.5rem rgb(255 59 48 / .7); }
.signal-green { background: var(--green); opacity: var(--switch-progress); box-shadow: 0 0 1.5rem rgb(182 242 58 / .7); }
.signal-mast small { font: 700 .52rem/1.4 "Courier New", Courier, monospace; letter-spacing: .1em; }

.switch-copy {
  position: absolute;
  left: var(--page-pad);
  top: 18%;
  z-index: 7;
  width: min(42rem, 52vw);
}
.eyebrow, .section-label {
  margin: 0 0 1rem;
  color: var(--orange);
  font: 700 .69rem/1.3 "Courier New", Courier, monospace;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.switch-copy h1 {
  margin: 0;
  font: 400 clamp(5rem, 11vw, 11rem)/.7 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.switch-copy h1 em { display: inline-block; color: var(--red); font-style: normal; transform: translateX(calc(var(--switch-progress) * 17%)); }
.subline { margin: 1.3rem 0 0; color: var(--ice); font: 700 .72rem/1.4 "Courier New", Courier, monospace; letter-spacing: .1em; text-transform: uppercase; }
.concept-label {
  position: absolute;
  right: var(--page-pad);
  bottom: 2rem;
  z-index: 7;
  max-width: 29rem;
  margin: 0;
  color: rgb(239 231 210 / .68);
  font: 700 .6rem/1.45 "Courier New", Courier, monospace;
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
}
.progress-rail { position: absolute; left: var(--page-pad); bottom: 3.1rem; z-index: 7; width: min(31rem, 44vw); height: 4px; background: rgb(239 231 210 / .23); }
.progress-rail span { display: block; width: calc(var(--switch-progress) * 100%); height: 100%; background: var(--green); }
.scroll-prompt { position: absolute; left: var(--page-pad); bottom: 4rem; z-index: 7; margin: 0; font: 700 .6rem/1 "Courier New", Courier, monospace; letter-spacing: .14em; opacity: calc(1 - var(--switch-progress) * 2); }

.exact-stop {
  position: relative;
  display: grid;
  grid-template-columns: .65fr 1.15fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  min-height: 88vh;
  padding: clamp(5rem, 10vw, 10rem) var(--page-pad) 5rem;
  background: var(--ticket);
  color: var(--asphalt);
}
.exact-stop::before { content: ""; position: absolute; inset: 0 0 auto; height: 14px; background: radial-gradient(circle at 7px -1px, transparent 7px, var(--ticket) 7.5px) 0 0 / 22px 14px repeat-x; transform: translateY(-12px); }
.ticket-code { align-self: start; padding: 1.2rem; border: 1px solid var(--asphalt); }
.ticket-code span { display: block; font: 400 clamp(4rem, 8vw, 8rem)/.8 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; }
.ticket-code small { font: 700 .58rem/1.45 "Courier New", Courier, monospace; letter-spacing: .12em; }
.exact-stop .section-label { color: var(--red); }
.identity-copy h2 { margin: 0; font: 400 clamp(5rem, 10vw, 10rem)/.72 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.identity-facts { align-self: end; padding-top: 1.4rem; border-top: 3px solid var(--asphalt); }
.fact-large { margin: 0 0 1.8rem; font: 700 clamp(1.35rem, 2.3vw, 2.2rem)/1.15 "Courier New", Courier, monospace; }
.fine { color: rgb(9 12 13 / .66); font-size: .78rem; line-height: 1.5; }
.action-row { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: .95rem 1.1rem; border: 1px solid var(--asphalt); text-decoration: none; text-transform: uppercase; font: 700 .66rem/1 "Courier New", Courier, monospace; letter-spacing: .08em; }
.button-dark { background: var(--asphalt); color: var(--ticket); }
.button-line { background: transparent; color: var(--asphalt); }
.preview-note { position: absolute; right: var(--page-pad); bottom: 1.5rem; max-width: 43rem; margin: 0; font: .66rem/1.5 "Courier New", Courier, monospace; text-align: right; text-transform: uppercase; }

.act-gate { min-height: 68vh; padding: clamp(5rem, 10vw, 10rem) var(--page-pad); background: var(--red); color: var(--ticket); }
.act-gate .section-label { color: var(--asphalt); }
.act-gate h2 { max-width: 13ch; margin: 0 0 2rem; font: 400 clamp(3.6rem, 8vw, 8rem)/.82 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; }
.act-gate > p:last-child { max-width: 44rem; line-height: 1.65; }

.cold-scene { position: relative; height: 300vh; min-height: 150rem; }
.cold-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 39rem;
  overflow: hidden;
  isolation: isolate;
  background: var(--asphalt);
}
.cold-video {
  z-index: -6;
  filter: grayscale(.65) saturate(.75) contrast(1.3) brightness(.48) sepia(.12) hue-rotate(135deg);
  transform: scale(calc(1.17 - var(--cold-progress) * .09));
}
.cold-grade {
  position: absolute;
  inset: 0;
  z-index: -5;
  background:
    linear-gradient(90deg, rgb(9 12 13 / .92), transparent 54%),
    linear-gradient(0deg, rgb(9 12 13 / .94), transparent 68%),
    linear-gradient(115deg, rgb(185 244 255 / .16), transparent 55%);
}
.cold-line {
  position: absolute;
  left: 0;
  top: 44%;
  z-index: -1;
  width: 100%;
  height: clamp(7rem, 15vw, 14rem);
  overflow: hidden;
  border-block: 1px solid rgb(185 244 255 / .75);
  background: rgb(185 244 255 / .82);
  color: var(--asphalt);
  transform: scaleX(var(--cold-progress));
  transform-origin: left center;
  mix-blend-mode: screen;
}
.cold-line span {
  display: block;
  width: 140%;
  height: 100%;
  background: repeating-linear-gradient(105deg, transparent 0 70px, rgb(9 12 13 / .42) 71px 74px, transparent 75px 138px);
  transform: translateX(calc((1 - var(--cold-progress)) * -18%));
}
.cold-83 {
  position: absolute;
  right: -8vw;
  top: 20%;
  z-index: 1;
  width: 86vw;
  color: transparent;
  font: 400 clamp(10rem, 24vw, 24rem)/.75 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.08em;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgb(185 244 255 / .52);
  opacity: calc(.2 + var(--cold-progress) * .75);
  transform: translateX(calc((1 - var(--cold-progress)) * 15%));
}
.cold-signal {
  position: absolute;
  top: 6rem;
  right: var(--page-pad);
  z-index: 5;
  display: grid;
  grid-template-columns: 2.8rem auto;
  gap: .8rem;
  align-items: center;
  padding: .8rem;
  border: 1px solid rgb(185 244 255 / .55);
  background: rgb(9 12 13 / .76);
}
.cold-signal span { width: 2.8rem; aspect-ratio: 1; border: 1px solid var(--ice); border-radius: 50%; background: var(--ice); box-shadow: 0 0 2rem rgb(185 244 255 / .72); }
.cold-signal small { color: var(--ice); font: 700 .55rem/1.4 "Courier New", Courier, monospace; letter-spacing: .1em; }
.cold-copy {
  position: absolute;
  left: var(--page-pad);
  bottom: 13%;
  z-index: 4;
  width: min(68rem, 86vw);
}
.cold-copy h2 {
  margin: 0;
  color: var(--ticket);
  font: 400 clamp(5rem, 13vw, 13rem)/.72 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.cold-copy > p:last-child { margin: 1.3rem 0 0; color: var(--ice); font: 700 .78rem/1.4 "Courier New", Courier, monospace; letter-spacing: .14em; }
.cold-progress { position: absolute; left: var(--page-pad); bottom: 3.1rem; z-index: 6; width: min(31rem, 44vw); height: 4px; background: rgb(239 231 210 / .2); }
.cold-progress span { display: block; width: calc(var(--cold-progress) * 100%); height: 100%; background: var(--ice); }

.manifest { padding: clamp(5rem, 10vw, 10rem) var(--page-pad); background: var(--ticket); color: var(--asphalt); }
.manifest .section-label { color: var(--red); }
.manifest-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.manifest-head h2,
.arrivals-title h2 { margin: 0; font: 400 clamp(5rem, 12vw, 12rem)/.7 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.manifest-intro { margin: 0; padding-top: 1.25rem; border-top: 3px solid var(--asphalt); font: 700 clamp(1.1rem, 2.2vw, 1.9rem)/1.25 "Courier New", Courier, monospace; }
.source-strip {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  gap: 1.4rem;
  margin: clamp(3rem, 7vw, 7rem) 0 1rem;
  padding: 1.25rem;
  border: 1px solid var(--asphalt);
  background: var(--ice);
  font: .75rem/1.55 "Courier New", Courier, monospace;
}
.source-strip strong { text-transform: uppercase; letter-spacing: .12em; }
.source-strip p { margin: 0; }
.source-strip a { font-weight: 900; }
.manifest-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--asphalt);
  border-left: 1px solid var(--asphalt);
  list-style: none;
  counter-reset: manifest;
}
.manifest-list li {
  counter-increment: manifest;
  position: relative;
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  min-height: 7rem;
  padding: 1.2rem;
  border-right: 1px solid var(--asphalt);
  border-bottom: 1px solid var(--asphalt);
}
.manifest-list li::before { content: counter(manifest, decimal-leading-zero); color: var(--red); font: 700 .7rem/1 "Courier New", Courier, monospace; }
.manifest-list span { font: 400 clamp(1.35rem, 2.5vw, 2.4rem)/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; }
.manifest-list small { font: 700 .56rem/1.3 "Courier New", Courier, monospace; letter-spacing: .08em; text-transform: uppercase; }

.arrivals {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .8fr) minmax(18rem, .9fr);
  gap: 1px;
  padding: 1px;
  background: rgb(239 231 210 / .24);
}
.arrivals > * { min-width: 0; padding: clamp(2rem, 4vw, 4rem); background: var(--asphalt); }
.arrivals-title { display: flex; flex-direction: column; justify-content: space-between; min-height: 44rem; background: var(--red); color: var(--ticket); }
.arrivals-title .section-label { color: var(--asphalt); }
.arrivals-title h2 { font-size: clamp(5rem, 8vw, 8rem); overflow-wrap: anywhere; }
.board-label { margin: 0 0 3rem; color: var(--green); font: 700 .68rem/1.4 "Courier New", Courier, monospace; letter-spacing: .14em; text-transform: uppercase; }
.hours-board dl { margin: 0; }
.hours-board dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-top: 1px solid rgb(239 231 210 / .28); font: 700 .7rem/1.35 "Courier New", Courier, monospace; }
.hours-board dd { margin: 0; text-align: right; }
.fine-light { color: rgb(239 231 210 / .62); font-size: .72rem; line-height: 1.5; }
.arrival-actions address { margin: 0 0 3rem; color: var(--ice); font: 700 clamp(2rem, 4vw, 4rem)/1.02 "Courier New", Courier, monospace; font-style: normal; letter-spacing: -.04em; overflow-wrap: anywhere; }
.action-column { flex-direction: column; }
.action-column .button { width: 100%; }
.button-green { border-color: var(--green); background: var(--green); color: var(--asphalt); }
.button-light { border-color: var(--ticket); background: transparent; color: var(--ticket); }
.site-footer, .noscript { display: flex; justify-content: space-between; gap: 2rem; padding: 2rem var(--page-pad); border-top: 1px solid rgb(239 231 210 / .2); background: var(--asphalt); color: rgb(239 231 210 / .68); font: .66rem/1.55 "Courier New", Courier, monospace; }
.site-footer p { max-width: 46rem; margin: 0; }
.site-footer a { color: var(--green); }

@media (max-width: 760px) {
  .utility { display: grid; grid-template-columns: 4.8rem minmax(0, 1fr); width: 100vw; max-width: 100vw; min-height: 3.8rem; overflow: hidden; }
  .utility-mark { min-width: 0; padding: .6rem .75rem; }
  .utility-mark small { display: none; }
  .utility nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); min-width: 0; }
  .utility nav a { width: 100%; min-width: 0; overflow: hidden; padding-inline: .35rem; white-space: nowrap; font-size: .5rem; }
  .switch-scene { height: 320vh; min-height: 145rem; }
  .switch-stage { min-height: 35rem; }
  .scene-grade { background: linear-gradient(0deg, rgb(9 12 13 / .94), transparent 66%, rgb(9 12 13 / .72)), linear-gradient(100deg, rgb(255 59 48 / .25), transparent 58%); }
  .hero-index { right: -28vw; top: 48%; font-size: clamp(20rem, 105vw, 28rem); }
  .switch-copy { top: 17%; width: 91vw; }
  .switch-copy h1 { font-size: clamp(5.2rem, 24vw, 8rem); }
  .switch-copy h1 em { transform: none; }
  .signal-mast { top: 5rem; grid-template-columns: 2.2rem 2.2rem auto; }
  .signal { width: 2.2rem; }
  .rail { left: -35vw; width: 165vw; transform-origin: 66% 50%; }
  .switch-pin { left: 64%; }
  .concept-label { left: 1rem; right: auto; bottom: 1.1rem; max-width: 67vw; text-align: left; }
  .progress-rail { left: 1rem; bottom: 4.5rem; width: calc(100vw - 2rem); }
  .scroll-prompt { left: 1rem; bottom: 5.3rem; }
  .exact-stop { grid-template-columns: minmax(0, 1fr); min-height: auto; }
  .exact-stop > * { min-width: 0; }
  .ticket-code { width: 11rem; }
  .identity-copy h2 { overflow-wrap: anywhere; font-size: clamp(4.5rem, 19vw, 6rem); }
  .identity-facts { align-self: auto; }
  .action-row { flex-direction: column; }
  .preview-note { position: static; grid-column: 1; text-align: left; }
  .act-gate { min-width: 0; }
  .act-gate h2 { overflow-wrap: anywhere; font-size: clamp(3.2rem, 15vw, 5rem); }
  .cold-scene { height: 270vh; min-height: 125rem; }
  .cold-stage { min-height: 35rem; }
  .cold-grade { background: linear-gradient(0deg, rgb(9 12 13 / .96), transparent 62%, rgb(9 12 13 / .72)), linear-gradient(115deg, rgb(185 244 255 / .16), transparent 58%); }
  .cold-83 { right: -40vw; top: 23%; width: 140vw; font-size: clamp(11rem, 54vw, 18rem); }
  .cold-line { top: 45%; height: 7rem; }
  .cold-signal { top: 5rem; right: 1rem; }
  .cold-copy { bottom: 15%; width: calc(100vw - 2rem); }
  .cold-copy h2 { font-size: clamp(5rem, 23vw, 8rem); }
  .cold-copy .eyebrow { max-width: 13rem; }
  .cold-progress { left: 1rem; bottom: 4.6rem; width: calc(100vw - 2rem); }
  .cold-stage .concept-label { bottom: 1rem; }
  .manifest-head { grid-template-columns: minmax(0, 1fr); }
  .manifest-head > * { min-width: 0; }
  .manifest { min-width: 0; }
  .manifest-head h2 { overflow-wrap: anywhere; font-size: clamp(4rem, 15vw, 5.2rem); }
  .source-strip { grid-template-columns: minmax(0, 1fr); gap: .75rem; }
  .manifest-list { grid-template-columns: minmax(0, 1fr); }
  .manifest-list li { grid-template-columns: 2.5rem minmax(0, 1fr); min-width: 0; }
  .manifest-list small { grid-column: 2; }
  .manifest-list span { overflow-wrap: anywhere; }
  .arrivals { grid-template-columns: minmax(0, 1fr); }
  .arrivals-title { min-height: 34rem; }
  .arrivals-title h2 { font-size: clamp(5rem, 23vw, 7rem); }
  .site-footer, .noscript { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .switch-scene { height: 100svh; min-height: 42rem; }
  .scene-video, .hero-index, .rail, .switch-copy h1 em { transform: none; }
  .rail-left, .rail-right, .rail-center { transform: rotate(-7deg); }
  .signal-red { opacity: 0; }
  .signal-green { opacity: 1; }
  .progress-rail, .scroll-prompt { display: none; }
  .cold-scene { height: 100svh; min-height: 42rem; }
  .cold-video, .cold-83, .cold-line, .cold-line span { transform: none; }
  .cold-line { opacity: .82; }
  .cold-progress { display: none; }
}
