/* ===========================================================================
   showcase.css — public landing (index.html, served at /).

   "CINEMATIC" — the client's DNA: the video hero they loved, carried down through
   FIVE full-bleed photographic bands, spaced apart by dark content sections
   (product, numbers, build) that let each image breathe. Warm near-blacks, warm
   off-white, one gold accent, parallax + a video-to-content dissolve.

   Each band pulls its own image via --shot, so no photo is ever repeated. Missing
   shots fall back to a warm dark, so the page is never broken while you upload.
   The video hero HTML/CSS is untouched.
   =========================================================================== */
@import './variables.css';

body.lp {
  --ink0:  #0E0D0C;   /* warm near-black */
  --ink1:  #17140F;   /* warm panel */
  --paper: #F4F0E9;   /* warm off-white */
  --mut:   #A79F92;   /* warm grey */
  --dim:   #6B6458;
  --line:  rgba(244, 240, 233, .10);
  --line2: rgba(244, 240, 233, .18);
  /* Accent: motorsport red. Modernised toward RaceLab, but ours. It glows. */
  --gold:  #FF2E3A;
  --gold-ink: #ffffff;
  --glow:  rgba(255, 46, 58, .55);
  --accent-2: #FF5A64;
  --gain:  #5AD08A;
  --loss:  #F0654E;
  --led-g: #5AD08A; --led-a: #E8B04B; --led-r: #F0654E;

  --display: 'Archivo', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --mono:    'IBM Plex Mono', ui-monospace, Consolas, monospace;
  --edge: clamp(1.5rem, 6vw, 6rem);

  margin: 0;
  background: var(--ink0);
  color: var(--paper);
  font-family: var(--display);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.lp *, .lp *::before, .lp *::after { box-sizing: border-box; }
.lp img, .lp svg, .lp video { display: block; max-width: 100%; }
.lp a { color: inherit; text-decoration: none; }
.lp ::selection { background: var(--gold); color: var(--gold-ink); }
.lp :focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.lp em { font-style: normal; }
.lp .is-gain { color: var(--gain); }
.lp .is-loss { color: var(--loss); }

/* Buttons */
.lp .cta { display: inline-flex; align-items: center; justify-content: center; min-width: 180px; padding: 1.1rem 2.2rem; font-family: var(--display); font-size: .85rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; border: 2px solid var(--paper); background: transparent; color: var(--paper); transition: all 250ms var(--ease); cursor: pointer; }
.lp .cta:hover { background: var(--paper); color: var(--ink0); }
/* Primary CTA: a solid red button that glows — the modern, alive treatment.
   The glow deepens on hover and the button lifts. */
.lp .cta--solid {
  border-color: var(--gold); background: var(--gold); color: #fff;
  box-shadow: 0 6px 26px -10px var(--glow);
}
.lp .cta--solid:hover {
  background: var(--accent-2); border-color: var(--accent-2); color: #fff;
  box-shadow: 0 12px 40px -8px var(--glow); transform: translateY(-2px);
}
.lp .cta--ghost { border: 2px solid var(--line2); color: var(--paper); background: transparent; }
.lp .cta--ghost:hover { border-color: var(--paper); background: transparent; color: var(--paper); }

/* ===========================================================================
   HERO — untouched structure; overlay styled warm-cinematic.
   =========================================================================== */
.lp .hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; color: var(--paper); overflow: hidden; background: #0A0908; }
.lp .hero__media { position: absolute; inset: 0; z-index: 0; will-change: opacity, transform; }
.lp .hero__video { width: 100%; height: 100%; object-fit: cover; }
.lp .hero__scrim { position: absolute; inset: 0; background: radial-gradient(70% 42% at 20% 100%, rgba(255,46,58,.18) 0%, transparent 60%), linear-gradient(180deg, rgba(14,13,12,.35) 0%, rgba(14,13,12,.05) 35%, rgba(14,13,12,.85) 100%), linear-gradient(90deg, rgba(14,13,12,.6) 0%, transparent 62%); }

.lp .hero__nav { position: relative; z-index: 2; display: flex; align-items: center; gap: 2.5rem; padding: 2rem var(--edge); }
.lp .brand { font-family: var(--display); font-weight: 800; font-size: 1.25rem; letter-spacing: -.02em; color: var(--paper); }
.lp .hero__nav-links { display: flex; gap: 2.25rem; margin-left: 2.5rem; }
.lp .hero__nav-links a { font-family: var(--mono); font-size: .6875rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 500; color: rgba(244,240,233,.6); transition: color 120ms linear; }
.lp .hero__nav-links a:hover { color: var(--gold); }
.lp .brand__tag { margin-left: auto; font-family: var(--mono); font-size: .65rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; padding: .6rem 1.2rem; border: 1px solid rgba(244,240,233,.15); color: var(--paper); transition: all 120ms linear; }
.lp .brand__tag:hover { background: var(--paper); color: var(--ink0); }

.lp .hero__body { position: relative; z-index: 2; margin-top: auto; padding: 0 var(--edge) clamp(4rem, 10vh, 8rem); max-width: 1100px; will-change: opacity, transform; }
.lp .hero__kicker { display: inline-block; font-family: var(--mono); font-size: .6875rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: rgba(244,240,233,.6); margin-bottom: 1.5rem; }
.lp .hero__title { font-family: var(--display); font-weight: 800; font-size: clamp(3.5rem, 9vw, 7.5rem); line-height: .95; letter-spacing: 0; text-transform: uppercase; margin: 0 0 2rem; color: var(--paper); }
.lp .hero__stand { max-width: 46ch; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.55; color: rgba(244,240,233,.75); margin-bottom: 3.5rem; }
.lp .hero__actions { display: flex; gap: 1rem; margin-bottom: 4rem; }
.lp .hero__specs { display: flex; gap: 3rem; border-top: 1px solid var(--line); padding-top: 2rem; }
.lp .hero__specs span { font-family: var(--mono); font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(244,240,233,.5); display: flex; flex-direction: column; gap: .4rem; }
.lp .hero__specs b { font-family: var(--display); font-size: 1.75rem; font-weight: 800; letter-spacing: -.03em; color: var(--paper); line-height: 1; }
.lp .hero__scroll { position: absolute; z-index: 2; left: var(--edge); bottom: 2rem; display: inline-flex; align-items: center; gap: .8rem; font-family: var(--mono); font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(244,240,233,.4); transition: color 120ms linear; }
.lp .hero__scroll:hover { color: var(--gold); }
.lp .hero__scroll svg { width: 14px; height: 14px; animation: mechanical-nudge 2s infinite; }
@keyframes mechanical-nudge { 0%, 80%, 100% { transform: translateY(0); } 90% { transform: translateY(4px); } }

/* ===========================================================================
   BAND — a full-bleed photograph with a statement. Five of these, one image each.
   =========================================================================== */
.lp .band { position: relative; min-height: 100vh; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink0); }
.lp .band--finale { min-height: 100vh; }

/* Parallax image layer, moved by JS on the compositor (smooth, no fixed-attach). */
.lp .band__bg {
  position: absolute; left: 0; right: 0; top: -18%; height: 136%; z-index: 0;
  background-image: var(--shot);
  background-size: cover; background-position: center;
  background-color: #17130E;   /* warm fallback if the shot is missing */
  will-change: transform;
}

/* Every scrim starts DARK at the very top so the image emerges from black — this
   is what turns the video-to-photo seam into a dissolve rather than a hard cut. */
.lp .band__scrim { position: absolute; inset: 0; z-index: 1; }
.lp .band__scrim--left {
  background:
    linear-gradient(180deg, rgba(10,9,8,.95) 0%, rgba(10,9,8,.2) 20%, transparent 50%, rgba(10,9,8,.8) 100%),
    linear-gradient(90deg, rgba(10,9,8,.8) 0%, rgba(10,9,8,.3) 48%, transparent 82%);
}
.lp .band__scrim--right {
  background:
    linear-gradient(180deg, rgba(10,9,8,.95) 0%, rgba(10,9,8,.2) 20%, transparent 50%, rgba(10,9,8,.8) 100%),
    linear-gradient(270deg, rgba(10,9,8,.8) 0%, rgba(10,9,8,.3) 48%, transparent 82%);
}
.lp .band__scrim--finale {
  background:
    linear-gradient(180deg, rgba(10,9,8,.95) 0%, rgba(10,9,8,.2) 22%, rgba(10,9,8,.5) 60%, rgba(10,9,8,.95) 100%);
}

.lp .band__inner { position: relative; z-index: 2; width: 100%; padding: 4rem var(--edge) 8rem; }
.lp .band__inner--right { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.lp .band__inner--center { text-align: center; }
.lp .band__eyebrow { display: inline-block; font-family: var(--mono); font-size: .6875rem; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; color: rgba(244,240,233,.6); margin: 0 0 2rem; }
.lp .band__line { font-family: var(--display); font-weight: 800; font-size: clamp(3rem, 6vw, 5.5rem); line-height: .95; letter-spacing: 0; text-transform: uppercase; margin: 0 0 2rem; color: var(--paper); max-width: 20ch; }
.lp .band__line--center { max-width: none; margin-inline: auto; }
.lp .band__sub { max-width: 50ch; font-size: clamp(1.1rem, 1.5vw, 1.35rem); line-height: 1.6; color: rgba(244,240,233,.75); margin: 0; }
.lp .band__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: flex-start; margin-top: 3rem; }

/* ===========================================================================
   SPACE — the product, shown big and alive.
   =========================================================================== */
.lp .product__inner { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(3rem, 6vw, 6rem); align-items: flex-end; }

.lp .screen { border: 1px solid rgba(244,240,233,.05); background: transparent; backdrop-filter: blur(10px); }
.lp .screen__chrome { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.5rem; border-bottom: 1px solid var(--line); }
.lp .screen__chrome span { font-family: var(--mono); font-size: .65rem; color: rgba(244,240,233,.4); letter-spacing: .2em; text-transform: uppercase; }

.lp .rig { background: var(--ink1); }
.lp .rig__bar { display: flex; align-items: center; gap: 1.25rem; padding: 1rem 1.5rem; border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); }
.lp .rig__live { display: inline-flex; align-items: center; gap: .5rem; color: var(--gold); }
.lp .rig__live i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); animation: pulse 1.4s var(--ease) infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.lp .rig__main { display: grid; grid-template-columns: auto 1fr; gap: 2rem; padding: 2rem; }
.lp .rig__gear { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-right: 2rem; border-right: 1px solid var(--line); }
.lp .rig__gear b { font-family: var(--display); font-size: clamp(4rem, 8vw, 6rem); font-weight: 900; line-height: .82; color: var(--paper); letter-spacing: -.05em; }
.lp .rig__gear span { font-family: var(--mono); font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; color: var(--dim); margin-top: .6rem; }
.lp .rig__cluster { display: flex; flex-direction: column; gap: 1.5rem; }
.lp .rig__rpm-head { display: flex; align-items: baseline; justify-content: space-between; font-family: var(--mono); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--dim); margin-bottom: .5rem; }
.lp .rig__rpm-val { font-family: var(--display); font-size: 1.2rem; font-weight: 800; color: var(--paper); letter-spacing: -.02em; }
.lp .rig__leds { display: grid; grid-template-columns: repeat(12, 1fr); gap: 3px; }
.lp .rig__leds i { height: 11px; border-radius: 1px; background: rgba(244,240,233,.06); }
.lp .rig__leds i.on.g { background: var(--led-g); } .lp .rig__leds i.on.a { background: var(--led-a); } .lp .rig__leds i.on.r { background: var(--led-r); }
.lp .rig__reads { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem 2rem; }
.lp .rig__read { display: flex; flex-direction: column; gap: .3rem; }
.lp .rig__rk { font-family: var(--mono); font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: var(--dim); }
.lp .rig__read b { font-family: var(--display); font-size: 1.7rem; font-weight: 800; color: var(--paper); letter-spacing: -.03em; }
.lp .rig__read b em { font-family: var(--mono); font-size: .6rem; color: var(--dim); margin-left: .25rem; }
.lp .rig__chart { border-top: 1px solid var(--line); padding: 1.25rem 2rem 1.75rem; }
.lp .rig__chart-head { display: flex; align-items: center; justify-content: space-between; font-family: var(--mono); font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: var(--dim); margin-bottom: .8rem; }
.lp .rig__legend { display: inline-flex; align-items: center; gap: .5rem; }
.lp .rig__legend i { width: 12px; height: 2px; display: inline-block; margin-right: .15rem; }
.lp .rig__legend i.s { background: var(--paper); } .lp .rig__legend i.rp { background: var(--gold); }
.lp .rig__chart svg { width: 100%; height: 120px; }

/* ===========================================================================
   SPACE — big numbers.
   =========================================================================== */
.lp .figures__inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4rem; margin-top: 4rem; }
.lp .fg { display: flex; flex-direction: column; }
.lp .fg b { font-family: var(--display); font-weight: 800; font-size: clamp(4.5rem, 9vw, 8.5rem); line-height: .9; letter-spacing: 0; color: var(--paper); }
.lp .fg em { font-family: var(--display); font-weight: 700; font-size: clamp(1.4rem, 2vw, 2rem); color: rgba(244,240,233,.8); margin: .5rem 0 1.25rem; letter-spacing: 0; text-transform: uppercase; }
.lp .fg span { font-family: var(--mono); font-size: .6875rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(244,240,233,.5); }

/* ===========================================================================
   SPACE — the build.
   =========================================================================== */
.lp .build__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4rem; margin-top: 4rem; }
.lp .brick { display: flex; flex-direction: column; }
.lp .brick__n { display: block; font-family: var(--mono); font-size: .65rem; color: rgba(244,240,233,.4); margin-bottom: 1.5rem; letter-spacing: .15em; }
.lp .brick h3 { font-family: var(--display); font-weight: 700; font-size: 1.75rem; letter-spacing: 0; text-transform: uppercase; margin: 0 0 1rem; color: var(--paper); }
.lp .brick p { color: rgba(244,240,233,.6); font-size: 1.05rem; line-height: 1.6; margin: 0; }

/* ===========================================================================
   FOOTER
   =========================================================================== */
.lp .foot { background: #0A0908; padding: 3rem var(--edge); }
.lp .foot__inner { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 2.5rem; }
.lp .foot__inner a, .lp .foot__copy { font-family: var(--display); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; color: rgba(244,240,233,.4); transition: color .2s var(--ease); }
.lp .foot__inner a:hover { color: var(--paper); }

/* ===========================================================================
   MOTION
   =========================================================================== */
.lp .reveal { opacity: 0; transition: opacity .2s linear; }
.lp .reveal.is-in { opacity: 1; }
.lp .figures__inner .fg:nth-child(2), .lp .build__grid .brick:nth-child(2), .lp .steps__grid .step:nth-child(2) { transition-delay: .05s; }
.lp .figures__inner .fg:nth-child(3), .lp .build__grid .brick:nth-child(3), .lp .steps__grid .step:nth-child(3) { transition-delay: .1s; }

.lp .screen.reveal .rig__leds i.on { opacity: 0; }
.lp .screen.reveal.is-in .rig__leds i.on { animation: ledin .28s var(--ease) both; }
.lp .rig__leds i.on:nth-child(1){animation-delay:.30s} .lp .rig__leds i.on:nth-child(2){animation-delay:.36s}
.lp .rig__leds i.on:nth-child(3){animation-delay:.42s} .lp .rig__leds i.on:nth-child(4){animation-delay:.48s}
.lp .rig__leds i.on:nth-child(5){animation-delay:.54s} .lp .rig__leds i.on:nth-child(6){animation-delay:.60s}
.lp .rig__leds i.on:nth-child(7){animation-delay:.66s} .lp .rig__leds i.on:nth-child(8){animation-delay:.72s}
.lp .rig__leds i.on:nth-child(9){animation-delay:.78s}
@keyframes ledin { from { opacity: 0; transform: scaleY(.4); } to { opacity: 1; transform: scaleY(1); } }

@media (prefers-reduced-motion: reduce) {
  .lp .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .lp .hero__scroll svg, .lp .rig__live i { animation: none; }
  .lp .hero__media { opacity: 1 !important; transform: none !important; }
  .lp .hero__video { display: none; }
  .lp .screen.reveal .rig__leds i.on { opacity: 1 !important; animation: none !important; }
  .lp .band__bg { transform: none !important; }
}

/* ===========================================================================
   TEXTURES
   =========================================================================== */
.lp .film-grain {
  position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 9999;
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.85" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)"/%3E%3C/svg%3E');
  opacity: 0.025;
}

/* ===========================================================================
   RESPONSIVE
   =========================================================================== */
@media (max-width: 900px) {
  .lp .hero__nav-links { display: none; }
  .lp .product__inner { grid-template-columns: 1fr; }
  .lp .figures__inner, .lp .build__grid { grid-template-columns: 1fr; }
  .lp .band__inner--right { align-items: flex-start; text-align: left; }
  .lp .rig__reads { grid-template-columns: 1fr 1fr; }
}

/* ===========================================================================
   TOPBAR — appears once the hero is scrolled away. For the visitor who skims:
   brand and the one CTA, always reachable, never covering the film.
   =========================================================================== */
.lp .topbar {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  transform: translateY(-100%);
  transition: transform .45s var(--ease), background .4s var(--ease);
  background: transparent;
}
.lp .topbar.is-on { transform: translateY(0); background: linear-gradient(180deg, rgba(14,13,12,.9) 0%, rgba(14,13,12,.3) 60%, transparent 100%); }
.lp .topbar__inner { max-width: 1240px; margin-inline: auto; padding: .8rem var(--edge); display: flex; align-items: center; gap: 2rem; }
.lp .topbar__brand { font-family: var(--display); font-weight: 800; font-size: 1.1rem; letter-spacing: -.02em; color: var(--paper); }
.lp .topbar__links { display: flex; gap: 1.75rem; margin-left: 1rem; }
.lp .topbar__links a { font-size: .82rem; font-weight: 500; color: var(--mut); transition: color var(--t-fast); }
.lp .topbar__links a:hover { color: var(--gold); }
.lp .topbar__cta { margin-left: auto; padding: .6rem 1.3rem; font-size: .72rem; }
/* Login + Request access sit together on the right. The wrapper (not the CTA)
   carries the margin/justify so the sticky bar's 3-col grid still sees exactly
   three children (brand | links | actions). */
.lp .topbar__actions { display: flex; align-items: center; gap: 1.1rem; margin-left: auto; }
.lp .topbar__actions .topbar__cta { margin-left: 0; }
.lp .topbar__login {
  font-family: var(--mono); font-size: .6875rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase; white-space: nowrap;
  color: rgba(244, 240, 233, .6); transition: color 120ms linear;
}
.lp .topbar__login:hover { color: var(--gold); }

/* ===========================================================================
   HOW IT WORKS — three plain steps, gold numerals, ruled apart.
   =========================================================================== */
.lp .steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4rem; margin-top: 4rem; }
.lp .step { display: flex; flex-direction: column; }
.lp .step__n { display: block; font-family: var(--mono); font-size: .65rem; color: rgba(244,240,233,.4); margin-bottom: 1.5rem; letter-spacing: .15em; }
.lp .step h3 { font-family: var(--display); font-weight: 700; font-size: 1.75rem; letter-spacing: 0; text-transform: uppercase; margin: 0 0 1rem; color: var(--paper); }
.lp .step p { color: rgba(244,240,233,.6); font-size: 1.05rem; line-height: 1.6; margin: 0; }
.lp .steps__grid .step:nth-child(2) { transition-delay: .1s; }
.lp .steps__grid .step:nth-child(3) { transition-delay: .2s; }

@media (max-width: 900px) {
  .lp .topbar__links { display: none; }
  .lp .steps__grid { grid-template-columns: 1fr; gap: 2rem; }
  .lp .step { padding: 0; border-left: 0; }
}

/* ===========================================================================
   PREMIUM PASS — the site-wide refinement layer. Lands last: it wins.
   =========================================================================== */

/* Reveal restored to a real settle: the flat .2s fade read as cheap. Content
   drifts up 24px as it fades in — the same gesture the hero copy makes. */
.lp .reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.lp .reveal.is-in { opacity: 1; transform: none; }

/* Smooth anchors, and room under the fixed topbar when they land. */
html:has(body.lp) { scroll-padding-top: 72px; }
@media (prefers-reduced-motion: no-preference) {
  html:has(body.lp) { scroll-behavior: smooth; }
}

/* Warm scrollbar: the default grey strip is the one cold element left. */
body.lp::-webkit-scrollbar { width: 11px; }
body.lp::-webkit-scrollbar-track { background: #0A0908; }
body.lp::-webkit-scrollbar-thumb { background: #2A251F; border: 2px solid #0A0908; border-radius: 6px; }
body.lp::-webkit-scrollbar-thumb:hover { background: var(--gold-ink); background: #4A4036; }
html:has(body.lp) { scrollbar-color: #2A251F #0A0908; }

/* Scroll progress: a 2px gold line under the topbar. On a page this long, the
   reader deserves to know where they are. */
.lp .topbar__bar {
  position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
  background: var(--gold);
  transform: scaleX(0); transform-origin: left center;
  transition: none;
}

/* Nav links: animated gold underline — feedback, not decoration. */
.lp .hero__nav-links a, .lp .topbar__links a { position: relative; padding-bottom: 4px; }
.lp .hero__nav-links a::after, .lp .topbar__links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px;
  background: var(--gold);
  transition: right .3s var(--ease);
}
.lp .hero__nav-links a:hover::after, .lp .topbar__links a:hover::after { right: 0; }

/* Ghost CTA was fading INTO the background on hover — backwards. Gold instead. */
.lp .cta--ghost:hover { color: var(--gold); }

/* Steps and bricks answer the pointer: the numeral lights up gold. */
.lp .step, .lp .brick { transition: transform .35s var(--ease); }
.lp .step:hover, .lp .brick:hover { transform: translateY(-4px); }
.lp .step:hover .step__n, .lp .brick:hover .brick__n { color: var(--gold); }
.lp .step__n, .lp .brick__n { transition: color .25s var(--ease); }

/* Footer: a hairline to close the page, and breathing room. */
.lp .foot { border-top: 1px solid var(--line); padding-block: 3.5rem; }

/* Centered finale actions. */
.lp .band__actions--center { justify-content: center; }

/* ===========================================================================
   MOBILE — the premium read must survive a phone.
   =========================================================================== */
@media (max-width: 700px) {
  /* 58 MB of video on a phone is hostile: poster only. (The poster is preloaded.) */
  .lp .hero__video { display: none; }
  .lp .hero__media { background: url('/media/hero-poster.jpg') center / cover no-repeat #0A0908; }
}
@media (max-width: 900px) {
  /* Nine 100vh screens on mobile is a marathon; tighten without losing the film. */
  .lp .band { min-height: 78vh; }
  .lp .band--finale { min-height: 92vh; }
  .lp .band__inner { padding-bottom: 5rem; }
  .lp .hero__specs { gap: 1.75rem; flex-wrap: wrap; }
  .lp .hero__actions { flex-wrap: wrap; }
  .lp .band__inner--right { align-items: flex-start; text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html:has(body.lp) { scroll-behavior: auto; }
  .lp .step, .lp .brick { transition: none; }
}

/* ===========================================================================
   NAVBAR PASS — one system, two states.
   Transparent over the film; a real glass surface once it sticks. Plus a
   scroll-spy: the link for the section you are IN stays lit gold, so a long
   cinematic page always answers "where am I".
   =========================================================================== */

/* Wordmark only — the client prefers the name to carry the brand alone. */

/* The sticky bar gets a SURFACE. The old gradient was so thin that band titles
   collided with the links underneath it. Dark glass + a hairline: readable over
   any photograph, and unmistakably a bar. */
.lp .topbar.is-on {
  background: rgba(8, 7, 6, .92);
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  border-bottom: 1px solid var(--line);
}
.lp .topbar__inner { padding-block: .7rem; }
.lp .topbar__cta { min-width: 0; }          /* the base .cta min-width is hero-scale */
.lp .topbar__bar { bottom: -1px; z-index: 1; }

/* Scroll-spy: the active section's link is gold, underline held open. */
.lp .hero__nav-links a.is-active,
.lp .topbar__links a.is-active { color: var(--gold); }
.lp .hero__nav-links a.is-active::after,
.lp .topbar__links a.is-active::after { right: 0; }



/* Nav layout: brand hard left, links truly centred, action hard right.
   A 3-column grid (1fr auto 1fr) centres the middle on the PAGE, not on
   whatever space the brand happens to leave over — flex can't do that. */
.lp .hero__nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.lp .brand { justify-self: start; }
.lp .hero__nav-links { margin-left: 0; justify-self: center; }
.lp .brand__tag { margin-left: 0; justify-self: end; }

.lp .topbar__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.lp .topbar__brand { justify-self: start; }
.lp .topbar__links { margin-left: 0; justify-self: center; }
.lp .topbar__cta { margin-left: 0; justify-self: end; }
.lp .topbar__actions { margin-left: 0; justify-self: end; }

/* ===========================================================================
   TOPBAR — MADE CONSISTENT WITH THE HERO NAV.
   The sticky bar was a different component: 1240px centred (the hero runs
   edge-to-edge, so brand + CTA jumped inward when it appeared) and sans links
   in mixed case (the hero uses mono uppercase). Now it is the same bar, just
   compact and on glass — so sliding in reads as the hero nav settling, not a
   second navbar arriving. Lands last, wins.
   =========================================================================== */
.lp .topbar__inner {
  max-width: none; margin-inline: 0;
  padding: .85rem var(--edge);
  gap: 2rem;
}
.lp .topbar__brand {
  font-family: var(--display); font-weight: 800;
  font-size: 1.25rem; letter-spacing: -.02em; color: var(--paper);
}
.lp .topbar__links { gap: 2.25rem; }
.lp .topbar__links a {
  font-family: var(--mono); font-size: .6875rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  color: rgba(244, 240, 233, .6);
}
.lp .topbar__links a:hover, .lp .topbar__links a.is-active { color: var(--gold); }
.lp .topbar__cta {
  padding: .7rem 1.4rem; font-size: .68rem;
  border-width: 1px;                 /* the hero CTA is 2px; at this scale 1px reads cleaner */
}

/* ===========================================================================
   REBUILD PASS — 5 photo bands + one dark section. Blur restored, a real
   features section, and a more premium navbar. Lands last, wins.
   =========================================================================== */

/* ---- Band frost, restored (feathered toward the open side) --------------- */
.lp .band__blur {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
}
.lp .band__blur--left {
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 26%, rgba(0,0,0,.55) 44%, rgba(0,0,0,.2) 58%, transparent 70%);
          mask-image: linear-gradient(90deg, #000 0%, #000 26%, rgba(0,0,0,.55) 44%, rgba(0,0,0,.2) 58%, transparent 70%);
}
.lp .band__blur--right {
  -webkit-mask-image: linear-gradient(270deg, #000 0%, #000 26%, rgba(0,0,0,.55) 44%, rgba(0,0,0,.2) 58%, transparent 70%);
          mask-image: linear-gradient(270deg, #000 0%, #000 26%, rgba(0,0,0,.55) 44%, rgba(0,0,0,.2) 58%, transparent 70%);
}
.lp .band__blur--center {
  -webkit-mask-image: radial-gradient(130% 95% at 50% 64%, #000 0%, #000 34%, rgba(0,0,0,.5) 55%, rgba(0,0,0,.15) 72%, transparent 84%);
          mask-image: radial-gradient(130% 95% at 50% 64%, #000 0%, #000 34%, rgba(0,0,0,.5) 55%, rgba(0,0,0,.15) 72%, transparent 84%);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .lp .band__blur { display: none; }
}

/* ---- Finale: supporting line + a firmer floor ---------------------------- */
.lp .band__sub--center { max-width: 46ch; margin-inline: auto; margin-top: 1.5rem; color: rgba(244,240,233,.82); }
.lp .band--finale .band__inner--center { padding-bottom: 10rem; }
.lp .band__scrim--finale {
  background:
    radial-gradient(90% 70% at 50% 66%, transparent 40%, rgba(10,9,8,.65) 100%),
    linear-gradient(180deg, rgba(10,9,8,.92) 0%, rgba(10,9,8,.25) 24%, rgba(10,9,8,.35) 60%, rgba(10,9,8,.96) 100%);
}
.lp .band--finale .band__actions--center { margin-top: 2.5rem; }

/* ===========================================================================
   FEATURES — the dark interlude that replaces four photo bands. No full image;
   a calm, ruled grid so leaderboard / archive / engineering read as "and there
   is more", not as four more 100vh photographs.
   =========================================================================== */
.lp .feat { background: #0C0B0A; padding: clamp(6rem, 13vh, 10rem) var(--edge); border-block: 1px solid var(--line); }
.lp .feat__inner { max-width: 1280px; margin-inline: auto; }
.lp .feat__eyebrow { display: inline-block; font-family: var(--mono); font-size: .6875rem; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); margin: 0 0 1.25rem; }
.lp .feat__title { font-family: var(--display); font-weight: 800; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: .98; letter-spacing: -.02em; text-transform: uppercase; margin: 0; color: var(--paper); }
.lp .feat__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3.5rem 4rem; margin-top: clamp(3rem, 6vw, 5rem); }
.lp .feat__item { border-top: 1px solid var(--line2); padding-top: 1.5rem; }
.lp .feat__n { display: block; font-family: var(--mono); font-size: .65rem; letter-spacing: .15em; color: rgba(244,240,233,.4); margin-bottom: 1rem; }
.lp .feat__item h3 { font-family: var(--display); font-weight: 700; font-size: 1.4rem; letter-spacing: 0; text-transform: uppercase; margin: 0 0 .8rem; color: var(--paper); }
.lp .feat__item p { color: rgba(244,240,233,.6); font-size: 1rem; line-height: 1.6; margin: 0; }
.lp .feat__item { transition: border-color .3s var(--ease); }
.lp .feat__item:hover { border-color: var(--gold); }
.lp .feat__item:hover .feat__n { color: var(--gold); }
.lp .feat__n { transition: color .25s var(--ease); }
.lp .feat__grid .feat__item:nth-child(2), .lp .feat__grid .feat__item:nth-child(5) { transition-delay: .06s; }
.lp .feat__grid .feat__item:nth-child(3), .lp .feat__grid .feat__item:nth-child(6) { transition-delay: .12s; }
@media (max-width: 900px) { .lp .feat__grid { grid-template-columns: 1fr; gap: 2.5rem; } }
@media (min-width: 901px) and (max-width: 1200px) { .lp .feat__grid { grid-template-columns: repeat(2, 1fr); } }

/* ===========================================================================
   NAVBAR — PREMIUM FINISH. Unify the two entry buttons (hero "Sign in" and the
   sticky "Request access" were two different components) into one refined
   pill, and give the links a touch more air. Understated, not louder.
   =========================================================================== */
.lp .hero__nav-links a, .lp .topbar__links a { font-size: .7rem; letter-spacing: .16em; color: rgba(244,240,233,.72); }

.lp .hero__nav .brand__tag,
.lp .topbar__cta {
  font-family: var(--mono); font-weight: 500; font-size: .68rem;
  letter-spacing: .18em; text-transform: uppercase;
  padding: .8rem 1.6rem; min-width: 0;
  border: 1px solid rgba(244, 240, 233, .28);
  color: var(--paper); background: transparent;
  transition: background .28s var(--ease), color .28s var(--ease), border-color .28s var(--ease);
}
.lp .hero__nav .brand__tag:hover,
.lp .topbar__cta:hover { background: var(--paper); color: var(--ink0); border-color: var(--paper); }

/* The brand wordmark: a hair more confident. */
.lp .brand, .lp .topbar__brand { font-size: 1.3rem; letter-spacing: -.03em; }

/* ===========================================================================
   RESPONSIVE — PREMIUM MOBILE. A real menu, calmer type, tidy bars.
   =========================================================================== */

/* ---- Hamburger: hidden on desktop, the only control on phones ------------ */
.lp .nav-burger { display: none; }
.lp .nav-burger {
  width: 44px; height: 44px; padding: 0;
  background: transparent; border: 0; cursor: pointer;
  align-items: center; justify-content: center; flex-direction: column; gap: 6px;
  justify-self: end;
}
.lp .nav-burger span {
  display: block; width: 26px; height: 2px; background: var(--paper);
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
body.lp.menu-open .nav-burger span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
body.lp.menu-open .nav-burger span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

/* ---- Full-screen menu overlay -------------------------------------------- */
.lp .m-menu {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(8, 7, 6, .98);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s var(--ease);
}
body.lp.menu-open .m-menu { opacity: 1; visibility: visible; transform: none; }
.lp .m-menu__inner { display: flex; flex-direction: column; align-items: center; gap: 2rem; text-align: center; }
.lp .m-menu__inner a {
  font-family: var(--display); font-weight: 800; font-size: 2rem;
  letter-spacing: -.02em; text-transform: uppercase; color: var(--paper);
  opacity: 0; transform: translateY(12px);
}
body.lp.menu-open .m-menu__inner a { opacity: 1; transform: none; transition: opacity .4s var(--ease), transform .4s var(--ease); }
body.lp.menu-open .m-menu__inner a:nth-child(1){ transition-delay:.08s }
body.lp.menu-open .m-menu__inner a:nth-child(2){ transition-delay:.13s }
body.lp.menu-open .m-menu__inner a:nth-child(3){ transition-delay:.18s }
body.lp.menu-open .m-menu__inner a:nth-child(4){ transition-delay:.23s }
body.lp.menu-open .m-menu__inner a:nth-child(5){ transition-delay:.30s }
body.lp.menu-open .m-menu__inner a:nth-child(6){ transition-delay:.35s }
.lp .m-menu__cta {
  margin-top: 1rem; font-family: var(--mono) !important; font-size: .8rem !important;
  font-weight: 500 !important; letter-spacing: .18em !important;
  padding: 1rem 2.5rem; border: 1px solid rgba(244,240,233,.3);
}
.lp .m-menu__signin { font-family: var(--mono) !important; font-size: .8rem !important; font-weight: 500 !important; letter-spacing: .18em !important; color: var(--mut) !important; }

/* ===========================================================================
   PHONE (<= 640px)
   =========================================================================== */
@media (max-width: 640px) {
  /* Bars: brand left, burger right. Hide desktop links + pill CTAs. */
  .lp .hero__nav, .lp .topbar__inner { display: flex !important; align-items: center; justify-content: space-between; }
  .lp .hero__nav-links, .lp .topbar__links,
  .lp .brand__tag, .lp .topbar__cta, .lp .topbar__actions { display: none !important; }
  .lp .nav-burger { display: flex; }
  .lp .hero__nav { padding: 1.25rem var(--edge); }

  /* Type: calmer, fewer awkward breaks. */
  .lp .hero__title { font-size: clamp(2.75rem, 13vw, 3.75rem); }
  .lp .hero__stand { font-size: 1.05rem; margin-bottom: 2.5rem; }
  .lp .hero__actions { flex-direction: column; align-items: flex-start; gap: .85rem; margin-bottom: 2.5rem; }
  .lp .hero__actions .cta { width: 100%; }
  .lp .band__line { font-size: clamp(2.4rem, 10vw, 3.25rem); }
  .lp .band__sub { font-size: 1.05rem; }
  .lp .feat__title { font-size: clamp(2.1rem, 9vw, 3rem); }
  .lp .fg b { font-size: clamp(3.5rem, 20vw, 5rem); }

  /* Hero specs: an even three-across strip, not a ragged wrap. */
  .lp .hero__specs { gap: 1.25rem; }
  .lp .hero__specs span { flex: 1; font-size: .58rem; }
  .lp .hero__specs b { font-size: 1.4rem; }

  /* CTA buttons a touch smaller so they never overflow. */
  .lp .cta { min-width: 0; padding: 1rem 1.75rem; font-size: .78rem; }

  /* A little more floor under each band's copy. */
  .lp .band__inner { padding-bottom: 4.5rem; }
}

/* The mobile menu owns the whole tablet range too: the desktop links hide at
   900px, so the burger must appear there — otherwise 641–900px has no nav. */
@media (max-width: 900px) {
  .lp .hero__nav, .lp .topbar__inner { display: flex !important; align-items: center; justify-content: space-between; }
  .lp .hero__nav-links, .lp .topbar__links,
  .lp .brand__tag, .lp .topbar__cta, .lp .topbar__actions { display: none !important; }
  .lp .nav-burger { display: flex; }
}
/* Desktop nav returns above the tablet breakpoint. */
@media (min-width: 901px) { .lp .nav-burger { display: none !important; } }

@media (prefers-reduced-motion: reduce) {
  .lp .m-menu, .lp .m-menu__inner a, .lp .nav-burger span { transition: none !important; }
}

/* Menu close button — sits above the overlay (the bar's burger is behind it). */
.lp .m-menu__close {
  position: absolute; top: 1.4rem; right: var(--edge);
  width: 44px; height: 44px; padding: 0;
  background: transparent; border: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.lp .m-menu__close span {
  position: absolute; width: 26px; height: 2px; background: var(--paper);
}
.lp .m-menu__close span:nth-child(1) { transform: rotate(45deg); }
.lp .m-menu__close span:nth-child(2) { transform: rotate(-45deg); }

/* ===========================================================================
   MOBILE BANDS — copy OVER a near-square photo. On a phone a 21:9 shot stretched
   to a tall viewport loses the whole composition, so the frame shrinks to nearly
   square (the car survives) while the copy stays ON the image. Two fixes vs the
   desktop treatment: (1) the frost is BOTTOM-anchored — the old horizontal mask
   blurred a side strip that no longer sat under the text; (2) the scrim is dark
   at top AND bottom, so each band dissolves into the next for a fluid seam.
   =========================================================================== */
@media (max-width: 760px) {
  .lp .band {
    min-height: min(92vh, 132vw);   /* near-square; grows if the copy needs it */
    align-items: flex-end;
  }

  /* Image: an absolute cover layer again (parallax off on phones). */
  .lp .band__bg {
    position: absolute; inset: 0; left: 0; right: 0; top: 0;
    width: auto; height: 100%; aspect-ratio: auto;
    transform: none !important;
    background-position: center;
  }

  /* Scrim: dark top + dark bottom -> bands blend, copy stays legible. */
  .lp .band__scrim { display: block; }
  .lp .band__scrim--left, .lp .band__scrim--right {
    background: linear-gradient(180deg,
      rgba(10,9,8,.88) 0%, rgba(10,9,8,.12) 20%, transparent 40%,
      rgba(10,9,8,.5) 62%, rgba(10,9,8,.95) 100%);
  }

  /* Frost: BOTTOM-anchored, behind the copy. This is the mobile blur fix. */
  .lp .band__blur { display: block; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
  .lp .band__blur--left, .lp .band__blur--right, .lp .band__blur--center {
    -webkit-mask-image: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.5) 55%, #000 78%);
            mask-image: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.5) 55%, #000 78%);
  }

  /* Copy overlaid at the bottom, left-aligned. */
  .lp .band__inner {
    position: relative; z-index: 2; width: 100%;
    padding: 0 var(--edge) clamp(2rem, 8vw, 3.25rem);
    text-align: left !important;
    align-items: flex-start !important;
  }
  .lp .band__inner--right { align-items: flex-start !important; text-align: left !important; }

  /* Fluid type — shrinks gradually with the viewport. */
  .lp .band__eyebrow { margin-bottom: .85rem; }
  .lp .band__line { font-size: clamp(2rem, 8.5vw, 3rem); line-height: 1.02; margin-bottom: 1rem; }
  .lp .band__sub { font-size: clamp(.95rem, 3.6vw, 1.1rem); }

  /* Content-heavy bands (a list of steps / three big numbers) can't sit over a
     bright photo legibly — the copy runs up past the bottom scrim. So their image
     becomes an evenly-darkened textured backdrop: still the shot, but readable
     top to bottom. The frost stays subtle here. */
  .lp #how, .lp #figures { min-height: min(100vh, 165vw); }
  .lp #how .band__scrim, .lp #figures .band__scrim {
    background: linear-gradient(180deg,
      rgba(10,9,8,.92) 0%, rgba(10,9,8,.8) 34%, rgba(10,9,8,.82) 68%, rgba(10,9,8,.97) 100%) !important;
  }
  .lp #how .band__blur, .lp #figures .band__blur { display: none; }
  .lp .steps__grid { margin-top: 1.75rem; gap: 1.5rem; }
  .lp .figures__inner { margin-top: 1.75rem; gap: 1.5rem; }
  .lp .fg b { font-size: clamp(3rem, 16vw, 4.25rem); }
  .lp .band__actions { margin-top: 1.5rem; }

  /* Finale: full-bleed close, just a touch shorter. */
  .lp .band--finale { min-height: 86vh; }
}

/* ===========================================================================
   LAYOUT MORPH — a fast, always-on glide so the layout never snaps when the
   window is resized (including the mobile/desktop breakpoint and rotation).
   These properties change ONLY on resize, never on scroll, so an always-on
   transition costs nothing while scrolling. Split in two groups so we (a) never
   transition `transform` on the image layer — the scroll parallax must stay
   instant — and (b) preserve the slower reveal-entrance timing on copy that is
   also a `.reveal` target.
   =========================================================================== */
@media (prefers-reduced-motion: no-preference) {
  /* Band frame + image + frost: geometry only, no transform (parallax). */
  .lp .band,
  .lp .band__bg,
  .lp .band__blur,
  .lp .feat {
    transition:
      min-height .3s var(--ease), height .3s var(--ease), top .3s var(--ease),
      padding .3s var(--ease), background-position .3s var(--ease),
      -webkit-backdrop-filter .3s var(--ease), backdrop-filter .3s var(--ease);
  }
  /* Copy + content: geometry eases fast on resize; opacity/transform keep the
     slower reveal timing so the entrance animation still runs (a bare transition
     here would otherwise clobber `.reveal`). */
  .lp .band__eyebrow,
  .lp .band__line,
  .lp .band__sub,
  .lp .band__actions,
  .lp .steps__grid,
  .lp .figures__inner,
  .lp .fg b,
  .lp .hero__title,
  .lp .hero__stand,
  .lp .hero__actions,
  .lp .hero__specs {
    transition:
      min-height .3s var(--ease), padding .3s var(--ease), margin .3s var(--ease),
      gap .3s var(--ease), font-size .3s var(--ease), line-height .3s var(--ease),
      opacity .9s var(--ease), transform .9s var(--ease);
  }
}

/* Footer legal row — a quieter second line under the main footer links. */
.lp .foot__legal { margin-top: 1.25rem; }
.lp .foot__legal a { font-weight: 500; opacity: .8; }

/* ===========================================================================
   COOKIE BAR — informative notice (essential storage only), bottom-left.
   =========================================================================== */
.lp .cookie-bar {
  position: fixed; left: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem);
  z-index: 120; max-width: 420px;
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 1.15rem;
  background: rgba(12, 11, 10, .96);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border: 1px solid var(--line2);
  animation: cookieIn .5s var(--ease) both;
}
.lp .cookie-bar[hidden] { display: none; }
.lp .cookie-bar__text { margin: 0; font-size: .82rem; line-height: 1.5; color: rgba(244,240,233,.78); }
.lp .cookie-bar__text strong { color: var(--paper); font-weight: 700; }
.lp .cookie-bar__text a { color: var(--gold); }
.lp .cookie-bar__text a:hover { text-decoration: underline; text-underline-offset: 2px; }
.lp .cookie-bar__btn {
  flex: 0 0 auto; cursor: pointer;
  font-family: var(--mono); font-size: .68rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  padding: .65rem 1.1rem; color: var(--ink0); background: var(--paper);
  border: 1px solid var(--paper); transition: background .2s var(--ease), color .2s var(--ease);
}
.lp .cookie-bar__btn:hover { background: var(--gold); border-color: var(--gold); color: var(--gold-ink); }
@keyframes cookieIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@media (max-width: 560px) {
  .lp .cookie-bar { left: 1rem; right: 1rem; max-width: none; flex-direction: column; align-items: stretch; text-align: left; }
  .lp .cookie-bar__btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .lp .cookie-bar { animation: none; } }

/* ===========================================================================
   MODERNISE — depth on the components. The flat editorial steps/bricks become
   cards: a surface, a hairline that lights up red on hover, a lift, a soft glow.
   Appended so it wins by cascade over the flat base rules above.
   =========================================================================== */
.lp .step, .lp .brick {
  background: var(--ink1);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 2rem 1.75rem;
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.lp .step:hover, .lp .brick:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 46, 58, .45);
  box-shadow: 0 20px 55px -22px var(--glow);
}
/* The numbers become the red accent, a touch bolder. */
.lp .step__n, .lp .brick__n { color: var(--gold); font-weight: 600; }
/* Tighter grid so they read as a set of cards, not spaced editorial columns. */
.lp .steps__grid { gap: 1.25rem; }

/* MODERNISE — the feature grid ("Everything around the lap"). Flat editorial
   items (a top hairline) become cards with the same depth + red as the steps. */
.lp .feat__item {
  background: var(--ink1);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.9rem 1.75rem;
  transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.lp .feat__item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 46, 58, .45);
  box-shadow: 0 20px 55px -22px var(--glow);
}
.lp .feat__n { color: var(--gold); }
.lp .feat__grid { gap: 1.25rem; }

/* MODERNISE — ambient red bloom behind the feature section, for depth/atmosphere
   (RaceLab-style). Sits above the section fill, below the content. */
.lp .feat { position: relative; isolation: isolate; overflow: hidden; }
.lp .feat::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(46% 55% at 50% 0%, rgba(255, 46, 58, .10) 0%, transparent 70%);
}

/* MODERNISE — the big performance numbers. A short glowing red tick above each,
   and the unit in red, so the accent lives in the data (RaceLab-style), while the
   number itself stays paper-white for legibility over the photograph. */
.lp .fg { position: relative; padding-top: 1.6rem; }
.lp .fg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 3px;
  border-radius: 2px;
  background: var(--gold);
  box-shadow: 0 0 18px -2px var(--glow);
}
.lp .fg em { color: var(--accent-2); }

/* ===========================================================================
   PRODUCT SHOWCASE — the real pit-wall, framed and floating over a red bloom.
   RaceLab shows their product big; ours is the pit-wall theirs doesn't have.
   =========================================================================== */
.lp .showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #0B0A09;
  padding: clamp(6rem, 13vh, 10rem) var(--edge);
  border-block: 1px solid var(--line);
  scroll-margin-top: 84px;   /* clear the fixed topbar on an anchor jump */
}
.lp .showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(58% 46% at 50% 16%, rgba(255, 46, 58, .13) 0%, transparent 70%);
}
.lp .showcase__inner { max-width: 1180px; margin: 0 auto; text-align: center; }
.lp .showcase__eyebrow {
  font-family: var(--mono); font-size: .6875rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold);
  margin: 0 0 1.25rem;
}
.lp .showcase__title {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.02;
  letter-spacing: 0; text-transform: uppercase; margin: 0 0 1.5rem;
}
.lp .showcase__sub {
  max-width: 60ch; margin: 0 auto 3.5rem;
  font-size: clamp(1.02rem, 1.4vw, 1.2rem); line-height: 1.6;
  color: rgba(244, 240, 233, .68);
}
.lp .showcase__frame {
  margin: 0;
  border: 1px solid var(--line2);
  border-radius: 16px;
  overflow: hidden;
  background: #0E0D0C;
  box-shadow: 0 44px 130px -40px var(--glow), 0 24px 70px -34px rgba(0, 0, 0, .85);
}
.lp .showcase__frame img { display: block; width: 100%; height: auto; }
