/* ============================================================
   THROTTLECROSS — homepage: THE JUMP + flow sections
   Two hero compositions:
   · html.motion-ok      → pinned cinematic scrub sequence
   · default (no-js / motion-reduced) → composed static poster
   ============================================================ */

/* ------------------------------------------------------------
   THE JUMP — shared bones
   ------------------------------------------------------------ */
.jump { position: relative; background: var(--ink); }

.jump__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 50% 118%, var(--dirt-mid) 0%, var(--dirt-deep) 34%, transparent 62%),
    radial-gradient(100% 76% at 50% -14%, oklch(30% 0.03 310 / .9), transparent 66%),
    radial-gradient(40% 30% at 18% 8%, oklch(34% 0.05 30 / .35), transparent 70%),
    radial-gradient(36% 28% at 84% 10%, oklch(33% 0.05 250 / .28), transparent 70%),
    var(--ink);
}

.jump__lights {
  position: absolute; top: 0; left: 0; right: 0;
  height: 44vh;
  overflow: clip;
  -webkit-mask-image: linear-gradient(180deg, #000 55%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 55%, transparent 100%);
}
.jump__lights img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 0;
  filter: brightness(.9) saturate(1.05);
}
/* tungsten hum (D2.8): ±3% breathe over 7s + two 2-frame mains
   dips — the arena idles instead of waiting. Motion mode only.  */
html.motion-ok .jump__lights img { animation: lights-hum 7s ease-in-out infinite; }
@keyframes lights-hum {
  0%          { filter: brightness(.9) saturate(1.05); }
  18%         { filter: brightness(.93) saturate(1.05); }
  24%, 24.9%  { filter: brightness(.83) saturate(1.05); } /* dip 1 */
  25.4%       { filter: brightness(.92) saturate(1.05); }
  50%         { filter: brightness(.87) saturate(1.05); }
  68%         { filter: brightness(.92) saturate(1.05); }
  74%, 74.7%  { filter: brightness(.82) saturate(1.05); } /* dip 2 */
  75.3%       { filter: brightness(.9) saturate(1.05); }
  100%        { filter: brightness(.9) saturate(1.05); }
}

/* ------------------------------------------------------------
   IGNITION (D2.3) — the lights coming back on.
   html.is-igniting arrives pre-paint (inline head gate, first
   session visit only): lights + bg radials held at brightness .18.
   .is-lighting (JS, next frame) runs the tungsten stutter
   .18 → .62 → .28 → 1; the word build fires on the final surge.
   LCP-safe: brightness/saturate only, never opacity/visibility.
   Safety keyframes auto-relight if the module never arrives.   */
html.motion-ok.is-igniting .jump__bg,
html.motion-ok.is-igniting .jump__lights {
  filter: brightness(.18) saturate(.72);
  animation: ignite-safety .45s ease 2.6s both;
}
html.motion-ok.is-igniting .jump__word-visual {
  animation: word-dark 1.2s steps(1, end) both;
}
@keyframes word-dark { 0%, 99% { opacity: 0; } 100% { opacity: 1; } }
@keyframes ignite-safety { to { filter: brightness(1) saturate(1); } }
html.motion-ok.is-lighting .jump__bg,
html.motion-ok.is-lighting .jump__lights {
  filter: brightness(.18) saturate(.72);
  animation: tc-ignite .75s linear both;
}
html.motion-ok.is-touch.is-lighting .jump__bg,
html.motion-ok.is-touch.is-lighting .jump__lights { animation-duration: .5s; }
@keyframes tc-ignite {
  0%, 11.9%    { filter: brightness(.18) saturate(.72); }
  12%, 30.5%   { filter: brightness(.62) saturate(.88); } /* first strike */
  30.6%, 46.5% { filter: brightness(.28) saturate(.75); } /* falter */
  46.6%        { filter: brightness(.3) saturate(.78); animation-timing-function: cubic-bezier(.2, 0, .2, 1); }
  100%         { filter: brightness(1) saturate(1); }     /* the surge */
}

.jump__fx { position: absolute; inset: 0; width: 100%; height: 100%; }

.jump__dirt {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 24vh;
  overflow: clip;
  -webkit-mask-image: linear-gradient(0deg, #000 62%, transparent 100%);
  mask-image: linear-gradient(0deg, #000 62%, transparent 100%);
}
.jump__dirt img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 100%; }

.jump__vignette {
  position: absolute; inset: 0;
  background: radial-gradient(130% 100% at 50% 50%, transparent 52%, oklch(0% 0 0 / .55) 100%);
  pointer-events: none;
}

/* staging type */
.jump__staging {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-4);
  padding-inline: var(--gutter);
}
.jump__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  color: var(--bone-mute);
  letter-spacing: .075em;
  font-size: var(--text-micro);
}
.jump__board {
  display: inline-grid;
  place-items: center;
  min-width: 2.1rem;
  padding: .3rem .35rem;
  background: var(--throttle-red-deep);
  color: var(--bone);
  font-weight: 700;
  letter-spacing: .05em;
  border-radius: 2px;
}
.jump__word {
  font-size: var(--text-hero);
  font-weight: 900;
  /* +.01em, never negative: Saira Condensed 900's cap T sidebearings leave
     .014em between adjacent crossbars — negative tracking welds the TT */
  letter-spacing: .01em;
  line-height: .88;
  color: var(--bone);
  text-shadow: 0 18px 60px oklch(0% 0 0 / .6);
  white-space: nowrap;
}
.jump__word-visual { display: inline-block; transform: skewX(var(--slant)); }
.jump__word .ltr { display: inline-block; }
.jump__gate {
  width: min(74vw, 58rem);
  height: 5px;
  background: var(--throttle-red);
  box-shadow: 0 0 22px oklch(55% 0.205 27 / .65), 0 0 60px oklch(55% 0.205 27 / .3);
  transform-origin: 50% 0;
}
.jump__sub {
  font-size: var(--text-lead);
  color: var(--bone-dim);
  max-width: 34ch;
  text-wrap: balance;
}
.jump__cue {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  color: var(--bone-mute);
  letter-spacing: .075em;
  font-size: var(--text-micro);
}
.jump__cue-chev { color: var(--throttle-red); }
html.motion-ok .jump__cue-chev {
  animation: cue-drop 1.4s var(--ease-out-expo) infinite;
}
@keyframes cue-drop {
  0% { transform: translateY(-4px); opacity: .4; }
  55% { transform: translateY(3px); opacity: 1; }
  100% { transform: translateY(-4px); opacity: .4; }
}

/* riders */
.jump__rider22 {
  position: absolute;
  width: clamp(280px, 34vw, 560px);
  height: auto;
  filter: drop-shadow(0 30px 50px oklch(0% 0 0 / .6));
}
.jump__rider17 {
  position: absolute;
  width: clamp(300px, 40vw, 640px);
  height: auto;
  filter: drop-shadow(0 46px 80px oklch(0% 0 0 / .65));
}

/* apex */
.jump__apex {
  position: absolute; inset: 0;
  display: grid;
  place-items: center;
  padding-inline: var(--gutter);
  pointer-events: none;
}
.jump__tagline {
  font-size: clamp(1.5rem, .8rem + 3.4vw, 4rem);
  font-weight: 800;
  color: var(--bone);
  text-align: center;
  max-width: 16ch;
  line-height: .95;
  text-shadow: 0 10px 44px oklch(0% 0 0 / .7);
}
.jump__tagline .wrd { display: inline-block; white-space: pre; }
/* the money-shot lockup (motion, ≥641px): tagline owns the left
   gutter as a three-line block while #17 drifts right of center */
@media (min-width: 641px) {
  html.motion-ok .jump__apex { place-items: center start; }
  html.motion-ok .jump__tagline {
    text-align: left;
    max-width: 16ch;
    font-size: clamp(2.2rem, 1rem + 4.6vw, 5.4rem);
    text-wrap: balance;
  }
}
.jump__tagline-hot { position: relative; display: inline-block; white-space: pre; }
.jump__tagline-rule {
  position: absolute;
  left: 0; right: .12em; bottom: -.08em;
  height: .07em;
  background: var(--throttle-red);
  transform: scaleX(0);
  transform-origin: 0 50%;
}

/* telemetry cards — broadcast plates: left/top own the orbit slot,
   GSAP owns the card transform, anime drifts the inner wrapper */
.jump__telemetry { position: absolute; inset: 0; pointer-events: none; }
.tele-card {
  position: absolute;
  left: calc(50% + var(--tx));
  top: calc(50% + var(--ty));
  translate: -50% -50%;
  transform: scale(var(--tz));
}
.tele-card__inner {
  display: grid;
  gap: .3rem;
  padding: .9rem 1.4rem .9rem 1.1rem;
  /* broadcast material (D2.7): scanline layer over the glass —
     the plates read as a feed, not dark tooltips */
  background:
    repeating-linear-gradient(0deg, oklch(0% 0 0 / .12) 0 1px, transparent 1px 4px),
    var(--ink-glass);
  border: 1px solid var(--ink-line);
  border-radius: var(--radius-card);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-deep);
  min-width: 13rem;
  transform: skewX(-4deg);
  /* same plate language as .btn--red: angled speed-cut corner */
}
.tele-card__key {
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .075em;
  color: var(--holeshot-blue-bright);
  white-space: nowrap;
}
.tele-card__val {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.7rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--bone);
  white-space: nowrap;
}

/* landing proof beat */
.jump__landing {
  position: absolute; inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-5);
  padding-inline: var(--gutter);
  text-align: center;
}
.jump__pack-wrap {
  position: relative;
  width: clamp(320px, 52vw, 760px);
}
.jump__pack {
  width: 100%;
  filter: grayscale(1) sepia(1) hue-rotate(-46deg) saturate(3) brightness(.78) contrast(1.24);
}
.jump__pack-wrap::after { /* halftone print bite */
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(oklch(0% 0 0 / .55) 1px, transparent 1.4px);
  background-size: 4px 4px;
  mix-blend-mode: multiply;
}
.jump__landing-line {
  font-size: clamp(1.6rem, 1rem + 2.8vw, 3.4rem);
  font-weight: 800;
  color: var(--bone);
  max-width: 22ch;
  line-height: .96;
}
.jump__landing-line .wrd { display: inline-block; white-space: pre; }
.jump__landing-label { color: var(--caution); letter-spacing: .075em; }

/* rush-out pre-echo — the next gate drops inside the hero's last
   beats and hands off INTO the billboard (motion only) */
.jump__outgate {
  position: absolute;
  left: 13vw; right: 13vw; top: -6vh;
  height: 5px;
  background: var(--throttle-red);
  box-shadow: 0 0 22px oklch(55% 0.205 27 / .65), 0 0 60px oklch(55% 0.205 27 / .3);
  opacity: 0;
  pointer-events: none;
}
.jump__next {
  position: absolute;
  left: 0; right: 0; top: 62%;
  display: flex;
  justify-content: center;
  letter-spacing: .075em;
  font-size: clamp(.78rem, .68rem + .5vw, 1.02rem);
  color: var(--bone);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}
.jump__next-arrow { color: var(--throttle-red); margin-inline: .35em; }

/* atmosphere overlays */
.jump__whiteout {
  position: absolute; inset: 0;
  background: radial-gradient(90% 82% at 50% 50%, transparent 42%, oklch(93% 0.02 80 / .9) 100%);
  opacity: 0;
  pointer-events: none;
}
.jump__dirtout {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 100% at 50% 110%, var(--dirt-high) 0%, var(--dirt-mid) 40%, var(--dirt-deep) 78%);
  opacity: 0;
  pointer-events: none;
}

/* ------------------------------------------------------------
   MOTION composition — pinned cinematic
   ------------------------------------------------------------ */
html.motion-ok .jump { height: 520vh; }
html.motion-ok.is-touch .jump { height: 310vh; }
html.motion-ok .jump__pin { height: 100%; }
html.motion-ok .jump__stage {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: clip;
}
html.motion-ok .jump__shaker {
  position: absolute; inset: 0;
  perspective: 1100px;
}
html.motion-ok .jump__staging {
  position: absolute; inset: 0;
  justify-content: center;
  z-index: 5;
  perspective: 900px; /* the gate falls in 3D */
}
html.motion-ok .jump__gate { position: relative; top: .4rem; }
html.motion-ok .jump__lights { z-index: 1; }
/* GSAP owns rider transforms/filters in motion mode — no CSS
   drop-shadow to collide with tweened blur() */
html.motion-ok .jump__rider22,
html.motion-ok .jump__rider17 { filter: none; }
html.motion-ok .jump__fx { z-index: 3; }
html.motion-ok .jump__dirt { z-index: 2; }
html.motion-ok .jump__rider22 {
  left: -3vw; bottom: -4vh;
  z-index: 4;
  transform-origin: 40% 80%;
}
html.motion-ok .jump__rider17 {
  left: 50%; top: 50%;
  z-index: 7;
  transform: translate(-50%, -50%) translateY(58vh) scale(.55);
  opacity: 0;
}
@media (max-width: 640px) {
  .tele-card__inner { min-width: 8.5rem; padding: .6rem .8rem; }
  .tele-card__val { font-size: 1.05rem; }
  /* orbit slots hug the corners; 3/4 sit low to fill the lower
     half of the apex frame on phones. !important so the phone
     slots beat the desktop slots inlined on each card. */
  .tele-card:nth-child(1) { --tx: -21vw !important; --ty: -31vh !important; }
  .tele-card:nth-child(2) { --tx: 21vw !important;  --ty: -27vh !important; }
  .tele-card:nth-child(3) { --tx: -20vw !important; --ty: 36vh !important; }
  .tele-card:nth-child(4) { --tx: 22vw !important;  --ty: 42vh !important; }
  /* the mobile staging pass: keep the DROP THE GATE cue clear of
     #22's helmet — lift the staging block, clamp the rider */
  html.motion-ok .jump__staging { padding-bottom: 12vh; }
  html.motion-ok .jump__rider22 {
    width: auto;
    max-width: 76vw;
    max-height: 42vh;
    bottom: -5vh;
  }
  /* apex: centered tagline rides above #17 (dropped via JS) */
  html.motion-ok.is-touch .jump__apex { padding-bottom: 30vh; }
}
html.motion-ok .jump__apex { z-index: 8; }
html.motion-ok .jump__telemetry { z-index: 8; }
html.motion-ok .tele-card { opacity: 0; }
html.motion-ok .jump__tagline { opacity: 0; }
html.motion-ok .jump__landing { z-index: 9; opacity: 0; }
html.motion-ok .jump__outgate { z-index: 9; }
html.motion-ok .jump__next { z-index: 9; }
html.motion-ok .jump__whiteout { z-index: 10; }
html.motion-ok .jump__dirtout { z-index: 6; }
html.motion-ok .jump__vignette { z-index: 11; }

/* ------------------------------------------------------------
   STATIC composition — the poster (no-js & reduced motion)
   Same argument: word, subline, tagline, facts, then billboard.
   ------------------------------------------------------------ */
html:not(.motion-ok) .jump__pin,
html:not(.motion-ok) .jump__stage,
html:not(.motion-ok) .jump__shaker { display: contents; }

html:not(.motion-ok) .jump {
  overflow: clip;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: var(--space-6);
  min-height: 92svh;
  padding: calc(var(--head-total) + var(--space-7)) var(--gutter) var(--space-7);
}
html:not(.motion-ok) .jump__fx,
html:not(.motion-ok) .jump__cue,
html:not(.motion-ok) .jump__whiteout,
html:not(.motion-ok) .jump__dirtout,
html:not(.motion-ok) .jump__outgate,
html:not(.motion-ok) .jump__next,
html:not(.motion-ok) .jump__rider22,
html:not(.motion-ok) .jump__landing { display: none; }

html:not(.motion-ok) .jump__staging {
  grid-column: 1;
  grid-row: 1;
  align-items: flex-start;
  text-align: left;
  z-index: 2;
}
html:not(.motion-ok) .jump__word { white-space: normal; font-size: clamp(2.4rem, .9rem + 7.2vw, 8.5rem); }
html:not(.motion-ok) .jump__gate { width: min(100%, 30rem); margin-block: .4rem; }
html:not(.motion-ok) .jump__rider17 {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  width: min(100%, 34rem);
  justify-self: center;
  z-index: 2;
}
html:not(.motion-ok) .jump__apex {
  position: relative;
  grid-column: 1;
  grid-row: 2;
  place-items: start;
  padding-inline: 0;
  z-index: 2;
}
html:not(.motion-ok) .jump__tagline {
  text-align: left;
  font-size: clamp(1.2rem, 1rem + 1.4vw, 2rem);
  color: var(--bone-dim);
  transform: skewX(var(--slant));
}
html:not(.motion-ok) .jump__telemetry {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 3;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  z-index: 2;
  margin-top: var(--space-6);
}
html:not(.motion-ok) .tele-card {
  position: static;
  translate: none;
  transform: none;
}
@media (max-width: 820px) {
  html:not(.motion-ok) .jump { grid-template-columns: 1fr; }
  html:not(.motion-ok) .jump__rider17 { grid-column: 1; grid-row: 3; }
  html:not(.motion-ok) .jump__apex { grid-row: 2; }
  html:not(.motion-ok) .jump__telemetry { grid-row: 4; }
}

/* ------------------------------------------------------------
   BILLBOARD — the conversion moment
   ------------------------------------------------------------ */
.billboard {
  position: relative;
  overflow: clip;
  padding: var(--space-section) 0;
  background:
    linear-gradient(180deg, var(--ink) 0%, oklch(15% 0.014 40) 55%, var(--ink) 100%);
}
.billboard::before { /* dirt horizon glow */
  content: "";
  position: absolute; inset: auto 0 0 0; height: 40%;
  background: radial-gradient(70% 90% at 50% 120%, oklch(30% 0.06 50 / .55), transparent 70%);
  pointer-events: none;
}
.billboard .wrap { position: relative; z-index: 2; }
.billboard__city {
  font-size: clamp(3.4rem, 1.4rem + 9.4vw, 10.5rem);
  font-weight: 900;
  color: var(--bone);
  letter-spacing: -.015em;
  margin-top: var(--space-4);
}
.billboard__city .billboard__state {
  color: var(--throttle-red);
  font-size: .38em;
  vertical-align: .62em;
  letter-spacing: .02em;
}
.billboard__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1rem;
  margin-top: var(--space-3);
  font-size: var(--text-lead);
  color: var(--bone-dim);
}
.billboard__dot { color: var(--throttle-red); }
/* the one ghost that survives the 08.2026 numeral purge: it EARNS
   its place by moving — GSAP drifts it right-to-left with scroll */
.billboard__ghost {
  position: absolute;
  right: -0.06em;
  bottom: -0.14em;
  z-index: 1;
  font-size: clamp(8rem, 24vw, 26rem);
  font-weight: 900;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px oklch(55% 0.205 27 / .22);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
/* ghost breathe (D2.8): starts only after the anime entrance
   completes (.is-idle from the entrance callback) — GSAP keeps x,
   anime owned the entrance opacity ONCE, CSS owns the idle loop */
html.motion-ok .billboard__ghost.is-idle { animation: ghost-breathe 8s ease-in-out infinite; }
@keyframes ghost-breathe { 0%, 100% { opacity: .9; } 50% { opacity: 1; } }

.countdown { margin-top: var(--space-6); }
.countdown__grid {
  display: inline-flex;
  align-items: stretch;
  gap: clamp(.5rem, 1.6vw, 1.4rem);
  border-block: 1px solid var(--ink-line);
  padding: var(--space-4) 0;
  /* ties the billboard clock to the telemetry family (D2.7) */
  background-image: repeating-linear-gradient(0deg, oklch(0% 0 0 / .08) 0 1px, transparent 1px 4px);
}
.countdown__cell { display: grid; justify-items: center; gap: .35rem; min-width: 3.2ch; }
.countdown__num {
  font-family: var(--font-mono);
  font-size: clamp(2.1rem, 1rem + 4.6vw, 4.6rem);
  font-weight: 700;
  line-height: 1;
  color: var(--bone);
  font-variant-numeric: tabular-nums;
}
.countdown__lbl {
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .075em;
  color: var(--bone-mute);
}
.countdown__sep {
  font-family: var(--font-mono);
  font-size: clamp(1.6rem, 3.4vw, 3.4rem);
  color: var(--throttle-red);
  align-self: start;
  line-height: 1.3;
}
html.motion-ok .countdown__sep { animation: cd-blink 1s steps(2, start) infinite; }
@keyframes cd-blink { to { visibility: hidden; } }
/* reduced motion: a frozen seconds clock reads as broken —
   show the honest static figure: days out + the full date */
html:not(.motion-ok) .countdown__cell:not(:first-child),
html:not(.motion-ok) .countdown__sep { display: none; }

.billboard__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-6);
}
/* red horizon rule — rides the inert right half at CTA height,
   angled at the speed slant to echo the gate (flex item: never
   crosses the buttons themselves) */
.billboard__ctas::after {
  content: "";
  flex: 1 1 7rem;
  min-width: 0;
  max-width: 16rem;
  align-self: center;
  height: 1px;
  margin-left: var(--space-4);
  background: linear-gradient(90deg, var(--throttle-red), var(--throttle-red-dim) 55%, transparent 96%);
  transform: rotate(var(--slant));
  transform-origin: 0 50%;
}
@media (max-width: 640px) { .billboard__ctas::after { display: none; } }
/* the two deadlines under the CTAs (D3.2) — the stakes at the
   decision moment. Facts whisper here (no amber, no shouting):
   the intel band downpage keeps the NO EXCEPTIONS emphasis.    */
.billboard__deadlines {
  margin-top: var(--space-4);
  font-size: .68rem;
  letter-spacing: .075em;
  color: var(--bone-mute);
}
.billboard__deadlines .dot { color: var(--throttle-red); margin-inline: .4rem; }
.billboard__capture { max-width: 34rem; margin-top: var(--space-5); }
.billboard__capture.is-collapsed { display: none; }
/* THE GATE FILE (D4.5) — quiet right-rail data column in the
   billboard's empty half: venue + address + calendar/map row.
   Tele-card dialect (micro mono, tracked label, hairline rule),
   whisper values only — it must never compete with REGISTER TO
   RACE. ≥1100px only: phones/tablets keep today's stack.       */
.billboard__file { display: none; }
@media (min-width: 1100px) {
  .billboard__file {
    display: block;
    position: absolute;
    top: 3.2rem; /* label cap aligns with the ALBANY lockup cap */
    right: 0;
    z-index: 2;
    text-align: right;
    padding-left: 1.2rem;
    border-left: 1px solid var(--ink-line);
    font-family: var(--font-mono);
    font-size: var(--text-micro);
    letter-spacing: .075em;
    line-height: 2.05;
    color: var(--bone-mute);
  }
  .billboard__file-label {
    letter-spacing: .075em;
    color: var(--bone-mute);
    margin-bottom: .55rem;
  }
  .billboard__file-venue { color: var(--bone-dim); }
  .billboard__file-utils { margin-top: .55rem; }
  .billboard__file-utils a {
    color: var(--holeshot-blue-bright);
    text-decoration: none;
  }
  .billboard__file-utils a:hover { text-decoration: underline; text-underline-offset: .3em; }
  .billboard__file-dot { color: var(--throttle-red); margin-inline: .25rem; }
}

/* ------------------------------------------------------------
   SEASON — gate rows
   ------------------------------------------------------------ */
.season { padding: var(--space-section) 0; }
.season__title, .classes__title, .intel__title, .signals__title {
  font-size: var(--text-display);
  font-weight: 900;
  color: var(--bone);
  margin-top: var(--space-5);
}
.season__intro, .classes__intro {
  margin-top: var(--space-4);
  max-width: 52ch;
  color: var(--bone-dim);
}
/* the season board reuses the events-hub .entry styles (pages.css +
   events.css load on the homepage since 08.2026). Home keeps only:
   the reveal hook (.gate-row, styled entirely by .entry), whole-row
   hover assists (rows here are single anchors, the hub nests links),
   and the live days-out line inside the folio. */
.season__list { margin-top: var(--space-7); }
.season__list .entry { text-decoration: none; }
.gate-row:hover .entry__city,
.gate-row:focus-visible .entry__city { color: var(--throttle-red-bright); }
.gate-row.entry--postponed:hover .entry__city { color: var(--caution); }
.gate-row .entry__file .btn__arrow { transition: translate var(--dur-fast) var(--ease-out-expo), color var(--dur-fast) ease; }
.gate-row:hover .entry__file { color: var(--bone); }
.gate-row:hover .entry__file .btn__arrow { translate: .3rem 0; color: var(--throttle-red); }
/* the hub's rows carry a real action cluster (register, calendar,
   map, file) so they earn a rule above it; a home row offers one
   quiet affordance, so it stays tight to the info it belongs to */
@media (max-width: 960px) {
  .gate-row .entry__act {
    border-top: 0;
    padding-top: 0;
    margin-top: .15rem;
  }
}
.gate-row__days {
  font-family: var(--font-data);
  font-weight: 700;
  letter-spacing: .075em;
  font-variant-numeric: tabular-nums;
  color: var(--throttle-red-bright);
  text-transform: uppercase;
  white-space: nowrap;
}

.season__foot {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  align-items: center;
  justify-content: space-between;
  margin-top: var(--space-6);
}
.season__note { color: var(--bone-mute); font-size: .62rem; letter-spacing: .075em; }

/* ------------------------------------------------------------
   CLASSES — staging board
   ------------------------------------------------------------ */
.classes {
  padding: var(--space-section) 0;
  background:
    linear-gradient(180deg, transparent, oklch(16% 0.02 50 / .5) 22%, oklch(16% 0.02 50 / .5) 78%, transparent),
    var(--ink);
}
.board {
  margin-top: var(--space-7);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--ink-line);
  background:
    repeating-linear-gradient(0deg, oklch(0% 0 0 / .18) 0 1px, transparent 1px 44px),
    var(--ink-raise);
}
.board__group {
  padding: var(--space-5);
  border-right: 1px solid var(--ink-line);
  border-bottom: 1px solid var(--ink-line);
}
.board__group:nth-child(4n) { border-right: 0; }
.board__label {
  color: var(--bone-mute);
  letter-spacing: .075em;
  font-size: var(--text-micro);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: var(--space-4);
}
.board__label span { color: var(--throttle-red); }
.board__chips { display: flex; flex-direction: column; gap: .45rem; }
.board__chips li {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: .04em;
  color: var(--bone);
  padding: .5rem .7rem;
  background: oklch(13.5% 0.005 300 / .72);
  border: 1px solid var(--ink-line);
  border-radius: 2px;
  transition: border-color var(--dur-fast) ease, color var(--dur-fast) ease,
              transform var(--dur-fast) var(--ease-out-expo), scale var(--dur-fast) var(--ease-impact);
}
.board__chips li:hover {
  border-color: var(--throttle-red-dim);
  color: var(--bone);
  transform: translateX(4px) skewX(-3deg);
}
/* press (D2.5): compress on all pointers; touch also gets the
   hover translate so taps feel the same language               */
.board__chips li:active { scale: .97; border-color: var(--throttle-red-dim); }
@media (hover: none) {
  .board__chips li:active { transform: translateX(4px) skewX(-3deg); }
}
.board__group--pro { background: linear-gradient(180deg, var(--red-ghost), transparent 80%); }
.board__group--pro .board__chips li { border-color: var(--throttle-red-dim); }
.classes__foot {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  justify-content: space-between;
  align-items: center;
  margin-top: var(--space-6);
}
.classes__count { color: var(--bone-mute); letter-spacing: .075em; }
@media (max-width: 980px) {
  .board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .board__group:nth-child(2n) { border-right: 0; }
  .board__group:nth-child(4n-1) { border-right: 1px solid var(--ink-line); }
}
@media (max-width: 520px) {
  .board { grid-template-columns: 1fr; }
  .board__group { border-right: 0 !important; }
}

/* ------------------------------------------------------------
   STORY — editorial + archive proof
   ------------------------------------------------------------ */
.story { padding: var(--space-section) 0; }
.story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: var(--space-8) var(--space-8);
  align-items: start;
}
.story__title {
  font-size: clamp(1.9rem, 1.1rem + 3.4vw, 4.2rem);
  font-weight: 900;
  color: var(--bone);
  margin: var(--space-5) 0 var(--space-5);
  max-width: 18ch;
}
.story__copy > p {
  max-width: var(--measure);
  color: var(--bone-dim);
  margin-bottom: var(--space-4);
}
.story__copy > p:first-of-type { color: var(--bone); font-size: var(--text-lead); }
.story__triplet {
  margin: var(--space-6) 0;
  display: grid;
  gap: .5rem;
}
.story__triplet p {
  font-size: clamp(1.25rem, 1rem + 1.6vw, 2.2rem);
  font-weight: 800;
  color: var(--bone);
  line-height: 1.02;
  max-width: 24ch;
}
.story__welcome { color: var(--throttle-red); transform: skewX(var(--slant)); transform-origin: left; }
.story__proof { position: sticky; top: calc(var(--head-total) + var(--space-6)); }
.story__photo-frame {
  position: relative;
  transform: rotate(-1.4deg);
  border: 1px solid var(--ink-line);
  background: var(--ink-raise);
  padding: .6rem;
  box-shadow: var(--shadow-deep);
}
.story__photo-frame img { filter: saturate(.82) contrast(1.06); }
.story__photo-frame::after { /* scan texture */
  content: "";
  position: absolute; inset: .6rem;
  background-image: repeating-linear-gradient(0deg, oklch(0% 0 0 / .16) 0 1px, transparent 1px 3px);
  pointer-events: none;
}
.story__proof figcaption {
  margin-top: var(--space-4);
  color: var(--caution);
  letter-spacing: .075em;
  font-size: .62rem;
}
.story__proof-note { margin-top: .5rem; color: var(--bone-mute); font-size: var(--text-small); max-width: 30ch; }
@media (max-width: 900px) {
  .story__grid { grid-template-columns: 1fr; }
  .story__proof { position: static; max-width: 34rem; }
}

/* ------------------------------------------------------------
   RIDER INTEL
   ------------------------------------------------------------ */
.intel {
  padding: var(--space-section) 0;
  background: linear-gradient(180deg, transparent, oklch(15.5% 0.008 300) 30%, transparent);
}
.intel__grid {
  margin-top: var(--space-7);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
  gap: 1px;
  background: var(--ink-line);
  border: 1px solid var(--ink-line);
}
.intel-card {
  position: relative;
  background: var(--ink);
  padding: var(--space-5);
  display: grid;
  align-content: start;
  gap: var(--space-3);
  transition: background var(--dur-fast) ease;
}
.intel-card:hover { background: var(--ink-raise); }
.intel-card__no {
  color: var(--throttle-red);
  font-size: .72rem;
  letter-spacing: .075em;
}
.intel-card__head {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--bone);
}
.intel-card p { color: var(--bone-dim); font-size: var(--text-small); }
.intel-card__fine { color: var(--caution); font-size: .6rem; letter-spacing: .075em; }

/* the deadline band — full-width urgency strip under A/B/C.
   These two deadlines are the section's conversion argument. */
.intel-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-5) var(--space-7);
  border: 1px solid var(--ink-line);
  border-top: 0;
  box-shadow: inset 0 3px 0 var(--throttle-red);
  background:
    linear-gradient(90deg, var(--red-ghost), transparent 46%),
    var(--ink);
  padding: var(--space-6) var(--space-5);
}
.intel-band__lockup { flex: 1 1 30rem; display: grid; gap: .55rem; }
.intel-band__no { color: var(--throttle-red); font-size: .72rem; letter-spacing: .075em; }
.intel-band__l1 {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(1.35rem, .85rem + 2.5vw, 2.7rem);
  letter-spacing: .01em;
  line-height: 1.04;
  color: var(--bone);
}
.intel-band__l2 {
  font-family: var(--font-mono);
  font-size: clamp(.85rem, .72rem + .8vw, 1.2rem);
  letter-spacing: .08em;
  color: var(--bone-dim);
}
.intel-band__hard { color: var(--caution); font-weight: 700; }
.intel-band__fine { color: var(--bone-mute); font-size: var(--text-small); max-width: 52ch; margin-top: .35rem; }
.intel-band .btn { flex: 0 0 auto; margin-left: auto; }
@media (max-width: 720px) {
  .intel-band { padding: var(--space-5); }
  .intel-band .btn { margin-left: 0; }
}
.intel__foot {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

/* ------------------------------------------------------------
   SIGNALS + GET IN TOUCH
   ------------------------------------------------------------ */
.signals { padding: var(--space-section) 0; }
.signals__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: var(--space-7);
  align-items: center;
}
.signals__copy { margin-top: var(--space-4); color: var(--bone-dim); max-width: 44ch; }
.signals__form {
  position: relative;
  background: var(--ink-raise);
  border: 0;
  border-top: 3px solid var(--bone);
  padding: var(--space-6);
  box-shadow: var(--shadow-deep);
}
.signals__form::before { /* thick-thin print rule */
  content: "";
  position: absolute;
  left: 0; right: 0; top: 3px;
  border-top: 1px solid var(--bone-ghost);
}
/* minmax(0,·): a bare 1fr's auto-minimum lets the form's min-content
   push the track past the wrap and pan the page at 320 (T-001) */
@media (max-width: 880px) { .signals__grid { grid-template-columns: minmax(0, 1fr); } }

.touch {
  border-block: 1px solid var(--ink-line);
  padding: var(--space-6) 0;
  background: oklch(15% 0.006 300);
}
.touch__row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4) var(--space-6);
  align-items: center;
  justify-content: space-between;
}
.touch__title {
  font-size: clamp(1.3rem, 1rem + 1.6vw, 2.1rem);
  font-weight: 800;
  color: var(--bone);
}
.touch__title span { color: var(--bone-mute); }

/* ------------------------------------------------------------
   Scroll-reveal initial states (motion only; JS drives)
   ------------------------------------------------------------ */
html.motion-ok .reveal-pending { opacity: 0; }

/* ------------------------------------------------------------
   RECEIPTS — Kicker-era review pulls (copy map 08.2026).
   Ruled columns, verbatim quotes, typos preserved on purpose:
   that is what real sounds like.
   ------------------------------------------------------------ */
.proof { padding: var(--space-section) 0 var(--space-7); }
.proof__title {
  font-size: var(--text-display);
  font-weight: 900;
  color: var(--bone);
  margin-top: var(--space-5);
  max-width: 24ch;
}
.proof__row {
  margin-top: var(--space-6);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 clamp(1.5rem, 1rem + 2vw, 3rem);
  border-bottom: 1px solid var(--bone-ghost);
}
.proof__card {
  border-top: 1px solid var(--bone-ghost);
  padding: var(--space-4) 0 var(--space-5);
  display: grid;
  gap: .7rem;
  align-content: start;
}
.proof__quote p {
  font-size: var(--text-lead);
  line-height: 1.4;
  color: var(--bone);
  font-style: italic;
  text-wrap: pretty;
}
.proof__src {
  font-family: var(--font-data);
  font-weight: 500;
  font-size: .74rem;
  letter-spacing: .075em;
  text-transform: uppercase;
  color: var(--bone-mute);
}
.proof__next { margin-top: var(--space-5); color: var(--bone-dim); max-width: 52ch; }
.proof__next strong { color: var(--throttle-red-bright); font-family: var(--font-data); font-weight: 700; }
@media (max-width: 760px) { .proof__row { grid-template-columns: 1fr; } }
