/* ============================================================================
   Hunter Killer — landing design system  ·  "TERMINAL CINEMA" rework
   2026-07-01. Bloomberg-terminal cinematic: near-black slate, terminal cyan
   data accents, MAGMA liquidation heat (the Money Map identity), characterful
   self-hosted type (Chakra Petch display / Archivo body / IBM Plex Mono data
   — served from /assets/fonts/*, whitelisted routes, NO webfont CDN: the
   no-external-fetch guarantee from 2026-06-15 still holds). Superset of the
   prior Operations-Console system: every legacy class name is preserved +
   restyled, so pricing.html / refer.html inherit the upgrade with no markup
   change. Honesty discipline unchanged: the trust spine is walk-forward
   precision@N; no "× vs random" headline anywhere (baseline under review);
   the delayed tape is always LABELED delayed.
   ========================================================================= */

/* ── Self-hosted type (latin subsets, ~46KB total, font-display:swap) ── */
@font-face { font-family:'Chakra Petch'; font-style:normal; font-weight:600; font-display:swap;
  src:url('/assets/fonts/chakra-petch-600.woff2') format('woff2'); }
@font-face { font-family:'Chakra Petch'; font-style:normal; font-weight:700; font-display:swap;
  src:url('/assets/fonts/chakra-petch-700.woff2') format('woff2'); }
@font-face { font-family:'Archivo'; font-style:normal; font-weight:400; font-display:swap;
  src:url('/assets/fonts/archivo-400.woff2') format('woff2'); }
@font-face { font-family:'Archivo'; font-style:normal; font-weight:500; font-display:swap;
  src:url('/assets/fonts/archivo-500.woff2') format('woff2'); }
@font-face { font-family:'Archivo'; font-style:normal; font-weight:700; font-display:swap;
  src:url('/assets/fonts/archivo-700.woff2') format('woff2'); }
@font-face { font-family:'IBM Plex Mono'; font-style:normal; font-weight:400; font-display:swap;
  src:url('/assets/fonts/ibm-plex-mono-400.woff2') format('woff2'); }
@font-face { font-family:'IBM Plex Mono'; font-style:normal; font-weight:600; font-display:swap;
  src:url('/assets/fonts/ibm-plex-mono-600.woff2') format('woff2'); }
/* Departure Mono (Phase 2 instrument pass 2026-07-18) — the READOUT register
   accent face ONLY: section designations, statusbar, chip/receipt meta lines,
   table-numeric labels. NOT body, NOT headlines. Pixel-grid font: use at its
   11px-multiple sweet spots (11/22px). Self-hosted; SIL OFL — license ships at
   /assets/fonts/OFL-DepartureMono.txt (Helena Zhang, departuremono.com). */
@font-face { font-family:'Departure Mono'; font-style:normal; font-weight:400; font-display:swap;
  src:url('/assets/fonts/departure-mono-400.woff2') format('woff2'); }

:root {
  /* ── Surfaces ── */
  --bg:          #05070d;
  --bg-1:        #070a12;
  --bg-raised:   #0b0f18;
  /* Cards are intentionally near-opaque: the glass look comes from the
     luminous border + shadow, NOT a live backdrop-filter. Stacking 20+ blur
     layers over the animated background tanked scroll FPS on low-end phones
     (verify pass 2026-06-15), so blur is kept ONLY on the sticky topnav. */
  --bg-card:     rgba(18, 24, 37, 0.86);
  --bg-card-solid:#10151f;
  --bg-card-hover:rgba(26, 34, 51, 0.93);
  --glass-stroke: rgba(140, 180, 255, 0.10);
  --glass-stroke-strong: rgba(140, 180, 255, 0.22);

  /* ── Text ── */
  --text:        #eaf1fb;
  --text-soft:   #b3bdce;   /* used by pricing.html — now defined */
  --text-muted:  #8a93a3;
  --text-dim:    #737c90;   /* a11y 2026-07-10: raised from #5b6373 (3.33:1) to meet WCAG AA 4.5:1 on --bg for body copy incl. the CFTC risk disclaimer */

  /* ══ PHASE 2 · CRT-SONAR INSTRUMENT TOKENS (2026-07-18) ══════════════════
     The phosphor palette is the single NAMED source for every signal color —
     legacy names (--accent/--signal/--ok/--heat…) stay as aliases so no
     call-site breaks; never re-pair cyan with violet (de-AI pass 07-18). */
  --phos-cyan:    #54cdff;   /* terminal cyan — primary phosphor, FLAT */
  --phos-cyan-hi: #8fe0ff;   /* excited state (hover) */
  --phos-ok:      #34e1a1;   /* confirm green */
  --phos-warn:    #ffb454;   /* caution amber */
  --phos-bad:     #ff5d73;   /* fault red */
  --phos-magma:   #ff6b35;   /* magma orange — liquidation energy */
  --phos-cascade: #ff2e4d;   /* cascade red — long liquidations */
  --phos-ember:   #ffb347;   /* ember amber — cooling clusters */

  /* ── Signal accents (aliases of the phosphor palette) ── */
  --accent:      var(--phos-cyan);
  --accent-hover:var(--phos-cyan-hi);
  --accent2:     var(--phos-magma);  /* violet retired 07-18; resolves magma */
  --signal:      var(--phos-cyan);
  --signal-soft: rgba(84,205,255,0.14);

  /* ── Semantic ── */
  --ok:   var(--phos-ok);
  --bad:  var(--phos-bad);
  --warn: var(--phos-warn);

  /* ── MAGMA liquidation heat (2026-07-01 Terminal Cinema — the Money Map identity) ── */
  --heat:      var(--phos-magma);
  --heat-hi:   var(--phos-cascade);
  --heat-lo:   var(--phos-ember);
  --heat-grad: linear-gradient(120deg, var(--phos-ember) 0%, var(--phos-magma) 45%, var(--phos-cascade) 100%);

  --border:        rgba(255, 255, 255, 0.06);
  --border-strong: rgba(255, 255, 255, 0.13);

  --container-max: 1180px;
  --space-1: 4px;  --space-2: 8px;  --space-3: 12px; --space-4: 16px;
  --space-5: 24px; --space-6: 32px; --space-8: 48px; --space-10: 64px;
  --space-12: 96px;
  /* Radius sweep (Phase 2): ONE 8px system radius; instrument surfaces
     (readout chips, receipts, tables, bezels) go 2-3px squared via
     --radius-inst. The old 6/10/16/22 ladder is retired in place. */
  --radius-inst: 3px;
  --radius-sm: 3px; --radius-md: 8px; --radius-lg: 8px; --radius-xl: 8px;

  --font-sans: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --font-display: "Chakra Petch", "Archivo", -apple-system, system-ui, sans-serif;
  /* the READOUT register — Departure Mono, 11px sweet spot (see @font-face note) */
  --font-readout: "Departure Mono", "IBM Plex Mono", ui-monospace, Menlo, monospace;

  /* ── Hairline instrument bezels (surface-ladder depth: a 1px light lip +
        1px dark outline read as machined metal; big blurry drops retired) ── */
  --bezel-hairline: inset 0 1px 0 rgba(255,255,255,0.055), 0 0 0 1px rgba(0,0,0,0.42);
  --bezel-panel:    inset 0 1px 0 rgba(255,255,255,0.055), 0 0 0 1px rgba(0,0,0,0.42), 0 10px 24px -18px rgba(0,0,0,0.8);
  --bezel-raised:   inset 0 1px 0 rgba(255,255,255,0.08),  0 0 0 1px rgba(0,0,0,0.5),  0 14px 30px -20px rgba(0,0,0,0.85);

  /* ── Phosphor-decay motion tokens: 3 durations + the signature long-tail
        decay curve (fast strike, slow persistence — CRT afterglow) ── */
  --dur-fast: 150ms; --dur-base: 220ms; --dur-slow: 320ms;
  --ease-phosphor: cubic-bezier(.16, 1, .3, 1);

  /* bearing-line divider ink (box-drawing dashes at section breaks) */
  --rule-ink: rgba(140,180,255,0.22);

  --glow-cyan: 0 0 0 1px rgba(84,205,255,0.30), 0 8px 40px -8px rgba(84,205,255,0.35);
  --shadow-panel: var(--bezel-panel);
}

* { box-sizing: border-box; }

/* HONESTY GUARD (Phase 2 verify find, 2026-07-18): [hidden] must ALWAYS win.
   Any display:flex/grid class on a JS-filled element silently defeats the UA
   [hidden] rule, so a failed /proof/stats fetch leaked "N/A" chrome (the exact
   bignum-strip incident class of 2026-07-01, and the gap 92c32584 meant to
   close on #ssMatchItem/#heroReceipt). Structural fix: hidden beats classes. */
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px; line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* clip, NOT hidden: overflow-x:hidden makes body a scroll container, which
     silently kills every position:sticky descendant (the pinned cascade scene).
     clip gives the same horizontal cut without creating a scroller; the hidden
     line stays first as the pre-clip-browser fallback. */
  overflow-x: hidden;
  overflow-x: clip;
}

a { color: var(--accent); text-decoration: none; transition: color var(--dur-fast) var(--ease-phosphor); }
a:hover { color: var(--accent-hover); }

::selection { background: rgba(84,205,255,0.28); color: #fff; }

/* ── Ambient background field (fixed, behind all content) ──────────────── */
.bg-field {
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(1100px 680px at 78% -8%, rgba(84,205,255,0.10), transparent 60%),
    radial-gradient(900px 620px at 8% 4%, rgba(255,107,53,0.06), transparent 58%),
    radial-gradient(1200px 900px at 50% 120%, rgba(52,225,161,0.05), transparent 60%),
    var(--bg);
}
.bg-field::before {
  /* drifting perspective grid */
  content: ""; position: absolute; inset: -40% -10% -10%;
  background-image:
    linear-gradient(rgba(140,180,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140,180,255,0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  transform: perspective(620px) rotateX(62deg) translateY(0);
  transform-origin: top center;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.55), transparent 70%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.55), transparent 70%);
  animation: gridDrift 22s linear infinite;
  opacity: .7;
}
.bg-field::after {
  /* fine top vignette + scanline sheen */
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,7,13,0) 60%, rgba(5,7,13,0.6) 100%);
}
@keyframes gridDrift { from { background-position: 0 0; } to { background-position: 0 46px; } }
@media (prefers-reduced-motion: reduce) { .bg-field::before { animation: none; } }
/* Pause the animated background grid on touch / small screens — the drift is a
   continuous full-screen repaint, the worst scroll-FPS/battery cost on phones,
   and barely perceptible there anyway. The static grid keeps the depth. */
@media (max-width: 720px), (pointer: coarse) { .bg-field::before { animation: none; } }

.container { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--space-5); }

/* ── Top nav ───────────────────────────────────────────────────────────── */
.topnav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(7, 10, 18, 0.72);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--border);
}
.topnav-inner {
  display: flex; justify-content: space-between; align-items: center;
  padding: var(--space-3) var(--space-5); gap: var(--space-4);
}
.brand { display: flex; align-items: center; gap: var(--space-2); font-weight: 700; font-size: 16px; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .06em; }
.brand-mark {
  font-size: 18px;
  color: var(--accent);
  filter: drop-shadow(0 0 8px rgba(84,205,255,0.5));
}
.brand-name { letter-spacing: 0.04em; }
/* HK logo mark — canonical inline-SVG reticle with slow-rotating tick ring (single source of truth; mirrors static/landing/coach.html). */
.hk-logo{ display:block; flex:none; filter:drop-shadow(0 0 8px rgba(84,205,255,.45)); }
.hk-ticks{ transform-origin:22px 22px; animation:hkspin 26s linear infinite; }
@keyframes hkspin{ to{ transform:rotate(360deg); } }
.footer-brand .hk-logo{ filter:drop-shadow(0 0 12px rgba(84,205,255,.5)); }
@media (prefers-reduced-motion: reduce){ .hk-ticks{ animation:none; } }
.topnav-links { display: flex; gap: var(--space-5); align-items: center; font-size: 14px; }
.topnav-links a { color: var(--text-muted); font-weight: 500; }
.topnav-links a:hover { color: var(--text); }
.topnav-links .cta-link {
  color: #04121a; font-weight: 700; padding: 7px 15px; border-radius: 3px;
  font-family: var(--font-mono);
  background:
    repeating-linear-gradient(0deg, rgba(4,18,26,0.10) 0 1px, transparent 1px 3px),
    var(--accent);
  border: 1px solid rgba(234,241,251,0.28);
  box-shadow: 0 6px 22px -8px rgba(84,205,255,0.6);
}
.topnav-links .cta-link:hover { filter: brightness(1.08); color: #04121a; }
.topnav-links .topnav-login {
  color: var(--text); font-weight: 600; border: 1px solid var(--border-strong);
  padding: 6px 13px; border-radius: 3px;
}
.topnav-links .topnav-login:hover { border-color: var(--accent); }
@media (max-width: 720px) {
  /* Hide ONLY the in-page jump anchors on phones — keep the cross-page
     destinations (Proof, Pricing, Log in, Sign up) reachable. The bar wraps
     instead of dropping links, so navigation is never lost on mobile. */
  .topnav-links a[href^="#"], .topnav-links a[href^="/#"] { display: none; }
  .topnav-inner { flex-wrap: wrap; row-gap: 8px; }
  .topnav-links { gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
  .topnav-links .topnav-login, .topnav-links .cta-link { padding: 6px 11px; font-size: 13px; }
}

/* ── Terminal section designation (de-AI pass 2026-07-18) ──────────────────
   The pill-kicker (999px radius + pulsing dot) is retired — it was pure
   template chrome. Sections now carry a bare mono designation in the
   statusbar's language: "SEC/03 · VALIDATION ▸". No pill, no dot. */
.kicker {
  display: inline-block;
  font-family: var(--font-readout); font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--accent);
  margin: 0 0 var(--space-4);
}
@keyframes pulseDot { 0%,100%{opacity:.45;transform:scale(.8)} 50%{opacity:1;transform:scale(1.25)} }

/* ── Hero ──────────────────────────────────────────────────────────────── */
.hero {
  position: relative; padding: var(--space-12) 0 var(--space-10);
  border-bottom: 1px solid var(--border); overflow: hidden;
  border-image: repeating-linear-gradient(90deg, var(--rule-ink) 0 7px, transparent 7px 14px) 1;
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: var(--space-8);
  align-items: center;
}
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; gap: var(--space-6); } }

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(34px, 5.6vw, 64px); font-weight: 700; line-height: 1.04;
  letter-spacing: 0.005em; text-transform: uppercase;
  margin: 0 0 var(--space-5);
}
.hero-headline-accent {
  /* emphasis runs on the magma heat ramp — the Money Map's own energy */
  background: var(--heat-grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-sub {
  font-size: clamp(16px, 2vw, 19px); color: var(--text-soft);
  max-width: 620px; margin: 0 0 var(--space-6);
}
.hero-cta-row { display: flex; gap: var(--space-4); flex-wrap: wrap; margin-bottom: var(--space-5); }
.hero-honesty {
  font-size: 12.5px; color: var(--text-dim); font-family: var(--font-mono);
  margin: 0; line-height: 1.7;
}

/* live proof chip row in the hero */
.hero-proof {
  display: flex; flex-wrap: wrap; gap: 10px; margin: var(--space-5) 0 var(--space-3);
}
.proof-chip {
  display: inline-flex; flex-direction: column; gap: 2px;
  padding: 9px 14px; border-radius: var(--radius-inst);
  background: var(--bg-card); border: 1px solid var(--glass-stroke);
  backdrop-filter: blur(8px); min-width: 116px;
}
.proof-chip .pc-val { font-family: var(--font-mono); font-size: 19px; font-weight: 700; color: var(--text); letter-spacing: -.01em; font-variant-numeric: tabular-nums; }
.proof-chip .pc-val.ok { color: var(--ok); }
.proof-chip .pc-lab { font-family: var(--font-readout); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-dim); }
.proof-note { font-size: 12px; color: var(--text-dim); font-style: italic; margin: 4px 0 0; }

/* ── Moat rail (#534 parity re-weight 2026-07-07): the three verified
      differentiators lead the fold, each with its receipt. Structural
      re-weight of the hero hierarchy — same palette/typography as the rest
      of the hero (not a reskin). ─────────────────────────────────────── */
.moat-rail {
  list-style: none; margin: 0 0 var(--space-6); padding: 0;
  display: flex; flex-direction: column; gap: 16px; max-width: 640px;
}
.moat { border-left: 2px solid var(--glass-stroke-strong); padding-left: 14px; }
.moat-k {
  display: block; font-family: var(--font-readout); font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 4px;
}
.moat-t { font-size: 14.5px; color: var(--text-soft); margin: 0; line-height: 1.55; }
.moat-link {
  display: inline-block; margin-top: 6px;
  font-family: var(--font-mono); font-size: 12px; color: var(--accent);
  text-decoration: none;
}
.moat-link:hover, .moat-link:focus-visible { text-decoration: underline; }
.moat .hero-proof { margin: var(--space-3) 0 var(--space-2); }
@media (max-width: 640px) {
  .moat-t { font-size: 13.5px; }
  .moat-rail { gap: 14px; }
}

/* ── Hero canvas (the Liquidation Field) ──────────────────────────────── */
.hero-visual {
  position: relative; border-radius: var(--radius-xl);
  border: 1px solid var(--glass-stroke-strong);
  background: linear-gradient(180deg, rgba(12,17,27,0.9), rgba(7,10,18,0.95));
  box-shadow: var(--shadow-panel), inset 0 1px 0 rgba(255,255,255,0.04);
  overflow: hidden; width: 100%; max-width: 100%; aspect-ratio: 4 / 3;
}
/* On wide hero (2-col) give the panel a touch more presence; never on mobile,
   where a fixed min-height + aspect-ratio would force the box wider than the
   container and clip the right edge (the directional-read gauge). */
@media (min-width: 941px) { .hero-visual { min-height: 360px; } }
.hero-visual canvas { display: block; width: 100%; height: 100%; }
.hero-visual .hv-label {
  position: absolute; top: 12px; left: 14px; right: 14px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-readout); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-dim); pointer-events: none;
}
.hero-visual .hv-label b { color: var(--accent); font-weight: 600; }
.hero-visual .hv-caption {
  position: absolute; bottom: 12px; left: 14px; right: 14px;
  font-size: 11px; color: var(--text-dim); pointer-events: none; line-height: 1.5;
}
.hv-live { display:inline-flex; align-items:center; gap:6px; color: var(--ok); }
.hv-live::before { content:""; width:6px;height:6px;border-radius:50%;background:var(--ok);box-shadow:0 0 8px var(--ok); animation:pulseDot 1.8s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce){ .hv-live::before{animation:none} }
/* Real-capture hero (2026-07-16 fix, index.html ONLY — .hero-visual-capture modifier
   so refer.html's canvas-based "Relay visual card" .hero-visual reuse is untouched):
   the "Liquidation Field" canvas is replaced by a real product screenshot — fill +
   crop into the same 4:3 frame, plus a bottom legibility scrim (a real screenshot is
   busier than the old dim canvas render, needs contrast help under .hv-caption). */
.hero-visual-capture { text-decoration: none; }
.hero-visual-capture img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.hero-visual-capture::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 40%;
  background: linear-gradient(180deg, transparent, rgba(5,7,13,.88) 70%);
  pointer-events: none;
}

/* trust-strip under hero */
.trust-strip {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px;
  margin-top: var(--space-8); padding-top: var(--space-5);
  border-top: 1px solid var(--border);
  border-image: repeating-linear-gradient(90deg, var(--rule-ink) 0 7px, transparent 7px 14px) 1;
  font-family: var(--font-mono); font-size: 11px; color: var(--text-dim);
}
.trust-strip .ts-x { color: var(--text-muted); letter-spacing: .06em; }
.trust-strip .ts-dot { color: var(--accent); }

/* ── Buttons — terminal CTAs (de-AI pass 2026-07-18) ───────────────────────
   The gradient pill is retired. CTAs are solid squared-off terminal controls:
   flat cyan plate, mono bracketed label ("[ SIGN UP → ]"), subtle scanline
   texture that sharpens on hover. Distinctive, not generic-pill. */
.btn {
  display: inline-block; padding: 12px 22px; border-radius: 3px;
  font-family: var(--font-mono); font-weight: 600; font-size: 14px;
  letter-spacing: .03em; cursor: pointer; border: 1px solid transparent;
  transition: transform .08s ease, box-shadow var(--dur-base) var(--ease-phosphor),
    filter var(--dur-fast) var(--ease-phosphor), border-color var(--dur-fast) var(--ease-phosphor),
    background var(--dur-fast) var(--ease-phosphor);
  text-decoration: none !important; white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background:
    repeating-linear-gradient(0deg, rgba(4,18,26,0.10) 0 1px, transparent 1px 3px),
    var(--accent);
  color: #04121a; border-color: rgba(234,241,251,0.28);
  box-shadow: 0 8px 26px -12px rgba(84,205,255,0.55);
}
.btn-primary::before { content: "[ "; opacity: .5; font-weight: 400; }
.btn-primary::after  { content: " ]"; opacity: .5; font-weight: 400; }
.btn-primary:hover {
  background:
    repeating-linear-gradient(0deg, rgba(4,18,26,0.18) 0 1px, transparent 1px 3px),
    var(--accent-hover);
  color: #04121a; box-shadow: 0 10px 32px -12px rgba(84,205,255,0.7);
}
.btn-primary:hover::before, .btn-primary:hover::after { opacity: .9; }
.btn-ghost { background: rgba(255,255,255,0.02); color: var(--text); border-color: var(--border-strong); }
.btn-ghost:hover { border-color: var(--accent); background: rgba(84,205,255,0.06); color: var(--text); }
.btn-block { display: block; width: 100%; text-align: center; }
.btn-large { padding: 16px 34px; font-size: 16px; }
/* mobile: .btn's base white-space:nowrap makes a long-label button (e.g. "For desks & funds
   -> methodology / API", ~447px) overflow a 390px viewport. Let long buttons wrap and cap at
   the column width so nothing bleeds off-screen (owner report 2026-07-18). */
@media (max-width: 640px){ .btn{ white-space: normal; max-width: 100%; } }
/* mobile: a primary CTA must never render on 2 rows (owner report 2026-07-18 IMG_7062 — the
   wrapped "[ Start your 30-day free / trial → ]" looked broken). Labels are kept short enough
   to fit 390px; the tighter padding + size below is the belt-and-braces so a short label
   always stays one line. */
@media (max-width: 480px){ .btn-large{ padding: 14px 22px; font-size: 15px; } }

/* ── Sections ──────────────────────────────────────────────────────────── */
/* Phase 2: section breaks carry the bearing-line divider (box-drawing ╌╌╌
   cadence rendered as a dashed hairline via border-image) instead of a plain
   solid rule — the instrument's bearing-ring language, not a generic <hr>. */
.section { position: relative; padding: var(--space-12) 0; border-bottom: 1px solid var(--border);
  border-image: repeating-linear-gradient(90deg, var(--rule-ink) 0 7px, transparent 7px 14px) 1; }
.section-alt { background:
  linear-gradient(180deg, rgba(11,15,24,0.88), rgba(7,10,18,0.92)),
  url('/static/static/landing/assets/graded/panel-seams-a.webp') center / cover no-repeat; }
.section-cta { background:
  linear-gradient(180deg, rgba(5,7,13,0.90), rgba(5,7,13,0.82) 55%, rgba(5,7,13,0.94)),
  url('/static/static/landing/assets/graded/sonar-dish.webp') right center / cover no-repeat,
  radial-gradient(900px 400px at 50% -20%, rgba(84,205,255,0.10), transparent 60%); }
/* Phase 4 graded asset library (2026-07-18): AI-generated ABSTRACT atmosphere only (see
   assets/graded/README.md) — heavy overlay keeps text contrast; never implies market data. */
.section-title { font-family: var(--font-display); font-size: clamp(26px, 4vw, 40px); font-weight: 600; letter-spacing: 0.01em; margin: 0 0 var(--space-4); }
.section-lede { font-size: clamp(15px, 1.6vw, 17.5px); color: var(--text-soft); max-width: 760px; margin: 0 0 var(--space-8); }
.section-aside {
  font-size: 13px; color: var(--text-dim); max-width: 760px; margin: var(--space-6) 0 0;
  padding: var(--space-4) var(--space-5); border-left: 2px solid var(--glass-stroke-strong);
  background: rgba(255,255,255,0.02); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

/* ── Box-drawing divider utilities (Phase 2 bearing-ring language) ────────
   Explicit glyph dividers for hard content breaks. Departure Mono carries the
   full box-drawing block, so ╌ ─ ┈ render on-grid; aria-hidden them in markup. */
.bdiv { display: block; border: 0; margin: 0; padding: 0; text-align: center;
  overflow: hidden; white-space: nowrap; user-select: none; pointer-events: none;
  font-family: var(--font-readout); font-size: 11px; line-height: 1;
  letter-spacing: .35em; color: var(--rule-ink); }
.bdiv::before { content: "╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌ ╌"; }
.bdiv-solid::before { content: "────────────────────────────────────────────────"; letter-spacing: 0; }
.bdiv-dot::before { content: "┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈"; }

/* ── Generic glass card + grid helpers ─────────────────────────────────── */
.glass {
  background: var(--bg-card); border: 1px solid var(--glass-stroke);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-panel);
}
.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--space-5); }

/* ── Capability grid ───────────────────────────────────────────────────── */
.capability-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: var(--space-5); }
.capability {
  position: relative; padding: var(--space-6) var(--space-5);
  background: var(--bg-card); border: 1px solid var(--glass-stroke);
  border-radius: var(--radius-lg);  transition: border-color var(--dur-base) var(--ease-phosphor); overflow: hidden;
}
/* ONE hover language (de-AI pass): the HUD-bracket snap is the only hover
   feedback — no translateY lift, no glow uniform. Cards carry .hud. */
.capability:hover { border-color: var(--glass-stroke-strong); }
.capability-num {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em;
  color: var(--accent); margin-bottom: var(--space-3); font-weight: 700;
}
.capability h3 { font-size: 17.5px; font-weight: 700; margin: 0 0 var(--space-3); color: var(--text); }
.capability p { font-size: 14px; color: var(--text-muted); margin: 0; }

/* ── Rationale row ─────────────────────────────────────────────────────── */
.rationale-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--space-5); }
.rationale-card { padding: var(--space-6) var(--space-5); background: var(--bg-card); border: 1px solid var(--glass-stroke); border-radius: var(--radius-lg); backdrop-filter: blur(8px); }
.rationale-card h3 {
  font-size: 18px; font-weight: 700; margin: 0 0 var(--space-3);
  color: var(--text);
}
.rationale-card p { font-size: 14px; color: var(--text-soft); margin: 0; line-height: 1.66; }

/* ── Validation grid ───────────────────────────────────────────────────── */
/* 2026-07-17 owner "this section could look better": the old auto-fit minmax(280px) grid
   orphaned the 4th card alone on row 2 next to a dead hole. Now: one 4-up audit strip on
   desktop, 2x2 on tablets, 1-col mobile — no orphan at any width. Cards get a mono index
   (CSS counter — .hud owns the card's ::before/::after corners, so the number lives on
   .validation-label::before), a gradient underline on the metric, and a restrained hover lift. */
.validation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-4); counter-reset: vcard; align-items: stretch; }
@media (max-width: 1099px) { .validation-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-5); } }
@media (max-width: 640px)  { .validation-grid { grid-template-columns: 1fr; } }
.validation-card { padding: var(--space-6) var(--space-5); background: var(--bg-card); border: 1px solid var(--glass-stroke); border-radius: var(--radius-lg); backdrop-filter: blur(8px); position: relative; display: flex; flex-direction: column; counter-increment: vcard; transition: border-color var(--dur-base) var(--ease-phosphor); }
.validation-card:hover { border-color: rgba(61, 220, 132, 0.30); }
.validation-metric { font-family: var(--font-mono); font-size: clamp(21px, 1.6vw, 26px); font-weight: 800; color: var(--ok); margin-bottom: var(--space-3); letter-spacing: -0.02em; }
.validation-metric::after { content: ""; display: block; width: 34px; height: 2px; margin-top: 10px; border-radius: 2px; background: linear-gradient(90deg, var(--ok), transparent); }
.validation-label { font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-dim); margin-bottom: var(--space-3); font-weight: 700; }
.validation-label::before { content: "0" counter(vcard); position: absolute; top: 14px; right: 16px; font-family: var(--font-readout); font-size: 11px; font-weight: 400; color: var(--text-dim); opacity: .55; letter-spacing: .06em; }
.validation-card p { font-size: 13.5px; color: var(--text-muted); margin: 0; line-height: 1.62; }

/* ── How-it-works flow (new on index) ──────────────────────────────────── */
.flow { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: var(--space-4); counter-reset: flowstep; }
.flow-step { position: relative; padding: var(--space-5); background: var(--bg-card); border: 1px solid var(--glass-stroke); border-radius: var(--radius-md); backdrop-filter: blur(8px); }
.flow-step .fs-n {
  font-family: var(--font-mono); font-size: 12px; color: #04121a; font-weight: 800;
  width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center;
  background: var(--signal); margin-bottom: var(--space-3);
}
.flow-step h3 { font-size: 15.5px; margin: 0 0 6px; font-weight: 700; }
.flow-step p { font-size: 13px; color: var(--text-muted); margin: 0; }

/* ── Compare table ─────────────────────────────────────────────────────── */
.compare-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--glass-stroke); border-radius: var(--radius-inst); background: var(--bg-card); backdrop-filter: blur(8px); }
.compare-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 14px; }
.compare-table th, .compare-table td { padding: var(--space-3) var(--space-4); text-align: left; border-bottom: 1px solid var(--border); }
.compare-table thead th { background: rgba(255,255,255,0.02); font-weight: 700; font-size: 12.5px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; }
.compare-table tbody th { font-weight: 400; }  /* row labels promoted td->th (a11y td-has-header 2026-07-31): keep the td look */
.compare-table thead th:nth-child(2) { color: var(--accent); }
.compare-table tbody td:first-child { color: var(--text-soft); font-weight: 500; }
.compare-table tbody td:nth-child(2) { background: rgba(84, 205, 255, 0.05); font-weight: 600; }
.cell-yes { color: var(--ok); font-weight: 700; }
.cell-no { color: var(--text-dim); }
.cell-partial { color: var(--warn); font-size: 13px; }
.cell-meta { font-family: var(--font-mono); font-size: 11px; color: var(--text-dim); font-weight: 400; display: block; margin-top: 2px; }
.cell-price { font-family: var(--font-mono); font-size: 18px; font-weight: 800; color: var(--accent); font-variant-numeric: tabular-nums; }
.cell-price-period { font-size: 12px; color: var(--text-dim); font-weight: 400; margin-left: 2px; }
.cell-price-other { font-family: var(--font-mono); color: var(--text-dim); font-size: 13px; }
.compare-row-pricing td { border-top: 2px solid var(--border-strong); }
.compare-aside { font-size: 12px; }

/* ── Pricing grid ──────────────────────────────────────────────────────── */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: var(--space-5); align-items: stretch; }
.pricing-card { padding: var(--space-6); background: var(--bg-card); border: 1px solid var(--glass-stroke); border-radius: var(--radius-lg); display: flex; flex-direction: column; backdrop-filter: blur(8px); transition: border-color var(--dur-base) var(--ease-phosphor); }
.pricing-card:hover { border-color: var(--glass-stroke-strong); }
.pricing-card-featured {
  border-color: rgba(84,205,255,0.45);
  position: relative; box-shadow: var(--glow-cyan);
}
.pricing-card-featured::before {
  content: "Most popular"; position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #04121a; padding: 3px 14px; border-radius: 3px;
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase;
  box-shadow: 0 6px 20px -8px rgba(84,205,255,0.7);
}
.pricing-tier { font-size: 18px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: var(--space-3); }
/* Phase 2 display moment (pricing): the tier price is the page's ONE
   oversized numeral — giant tabular mono, honest period label in the
   readout register beside it. */
.pricing-price { font-family: var(--font-mono); font-size: clamp(56px, 6.5vw, 78px); font-weight: 800; color: var(--text); margin-bottom: var(--space-5); letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.pricing-period { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-dim); font-weight: 400; margin-left: 6px; }
.pricing-features { list-style: none; padding: 0; margin: 0 0 var(--space-6); flex: 1; font-size: 14px; color: var(--text-soft); }
.pricing-features li { padding: var(--space-2) 0; border-bottom: 1px solid var(--border); position: relative; padding-left: 22px; }
.pricing-features li::before { content: "›"; position: absolute; left: 4px; color: var(--accent); font-weight: 700; }
.pricing-features li:first-child { font-weight: 700; color: var(--accent); padding-left: 0; }
.pricing-features li:first-child::before { content: ""; }
.pricing-honesty { font-size: 13px; }

/* ── Beta CTA ──────────────────────────────────────────────────────────── */
.beta-criteria { background: var(--bg-card); padding: var(--space-5) var(--space-6); border: 1px solid var(--glass-stroke); border-radius: var(--radius-lg); margin-bottom: var(--space-6); backdrop-filter: blur(8px); }
.beta-criteria h3 { font-size: 16px; font-weight: 700; margin: 0 0 var(--space-3); color: var(--accent); }
.beta-criteria ul { margin: 0; padding-left: var(--space-5); font-size: 14px; color: var(--text-soft); line-height: 1.8; }
.beta-cta-row { display: flex; flex-direction: column; gap: var(--space-4); align-items: flex-start; }
.beta-aside { font-size: 11px; color: var(--bad); font-family: var(--font-mono); margin: 0; padding: var(--space-3); background: rgba(255, 93, 115, 0.06); border: 1px dashed rgba(255, 93, 115, 0.3); border-radius: var(--radius-sm); }

/* ── Footer ────────────────────────────────────────────────────────────── */
.footer { padding: var(--space-10) 0 var(--space-8); background: rgba(5,7,13,0.6); border-top: 1px solid var(--border);
  border-image: repeating-linear-gradient(90deg, var(--rule-ink) 0 7px, transparent 7px 14px) 1; }
.footer-inner { display: flex; flex-direction: column; gap: var(--space-5); }
.footer-brand { display: flex; align-items: center; gap: var(--space-3); flex-wrap: wrap; }
.footer-tagline { font-size: 13px; color: var(--text-dim); margin-left: var(--space-3); }
.footer-links { display: flex; gap: var(--space-5); flex-wrap: wrap; }
.footer-links a { font-size: 13px; color: var(--text-muted); }
.footer-meta p { font-size: 12px; color: var(--text-dim); margin: var(--space-2) 0; line-height: 1.7; }
.footer-disclaimer { max-width: 820px; font-style: italic; }

/* ── Scroll reveal ─────────────────────────────────────────────────────── */
/* Progressive enhancement: content is visible by default. Only once JS adds
   `reveal-ready` to <html> do we hide-then-reveal. So a no-JS / IO-unsupported
   visitor (or a failed script) always sees the full page — never a blank body. */
.reveal { transition: opacity .6s var(--ease-phosphor), transform .6s var(--ease-phosphor); will-change: opacity, transform; }
.reveal-ready .reveal { opacity: 0; transform: translateY(18px); }
.reveal-ready .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal-ready .reveal { opacity: 1; transform: none; transition: none; } }

/* ── Pricing-page hero (used by pricing.html) ──────────────────────────── */
.pricing-hero { padding: var(--space-10) 0 var(--space-6); text-align: center; }
.pricing-hero h1 { font-family: var(--font-display); font-size: clamp(30px, 5vw, 44px); line-height: 1.12; letter-spacing: 0.01em; margin: 0 0 var(--space-4); font-weight: 700; text-transform: uppercase; }
.pricing-hero .pricing-lede { max-width: 660px; margin: 0 auto var(--space-2); font-size: clamp(15px,2vw,18px); color: var(--text-soft); line-height: 1.55; }
.pricing-hero .pricing-honesty-strip { max-width: 660px; margin: var(--space-4) auto 0; font-size: 13px; color: var(--text-dim); letter-spacing: 0.02em; font-family: var(--font-mono); }

/* ════ Synex hero — procedural living field + frosted-glass data cards (2026-06-16) ════
   The living field drifts behind; the headline floats free over it (legibility scrim),
   the proof + engine-view are the frosted-glass floaters. Reduced-motion + low-end safe. */
.living-field{ position:absolute; inset:0; width:100%; height:100%; z-index:0; opacity:.85; pointer-events:none; }
.hero .container{ position:relative; z-index:1; }
.hero::after{ /* directional scrim ONLY behind the headline (left) so copy stays readable; field stays vivid right/center */
  content:''; position:absolute; inset:0; z-index:0; pointer-events:none;
  background: linear-gradient(105deg, rgba(7,10,18,0.80) 0%, rgba(7,10,18,0.50) 40%, rgba(7,10,18,0.10) 70%);
}
@media (prefers-reduced-motion: reduce){ .living-field{ opacity:.6; } }
.hero-headline{ text-shadow: 0 2px 30px rgba(0,0,0,0.45); }

.glass-card{
  background: rgba(255,255,255,0.035);
  border:1px solid rgba(255,255,255,0.10);
  border-radius:var(--radius-lg);
  box-shadow: var(--bezel-raised);
}
@supports ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))){
  .glass-card{ background: rgba(16,22,34,0.42); -webkit-backdrop-filter: blur(18px) saturate(125%); backdrop-filter: blur(18px) saturate(125%); }
}
.hero-visual.glass-card{ border-radius:var(--radius-lg); }
/* proof chips → squared instrument readout chips (Phase 2) */
.hero-proof .proof-chip{
  background: rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.12);
  border-radius:var(--radius-inst); box-shadow: var(--bezel-hairline); padding:11px 16px; min-width:130px;
}
@supports ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))){
  .hero-proof .proof-chip{ background: rgba(16,22,34,0.52); -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); }
}
@media (max-width:940px){ .living-field{ opacity:.72; } .hero::after{ background: linear-gradient(180deg, rgba(7,10,18,0.30) 0%, rgba(7,10,18,0.58) 40%, rgba(7,10,18,0.30) 100%); } }

/* ════ Synex page-wide pass (2026-06-16) — living ambiance + frosted glass cards ════ */
/* A subtle living aurora drifts behind the WHOLE page (CSS, reduced-motion safe);
   .section is transparent so it bleeds through behind the glass cards. */
/* v3 Depth Field (2026-07-01): the nebula/aurora space look is gone — the ambient
   layer is now ONE static abyssal cyan gradient; the living motion comes from the
   fx-depth liquidity-band canvas (cinematic.js). */
body::before{
  content:''; position:fixed; inset:0; z-index:0; pointer-events:none;
  background:
    radial-gradient(120% 70% at 50% -10%, rgba(84,205,255,0.07), transparent 60%),
    radial-gradient(130% 60% at 50% 115%, rgba(255,107,53,0.05), transparent 60%);
}
/* keep real content above the ambiance */
.hero, .section, .footer { position: relative; z-index: 1; }
/* topnav must stack ABOVE the sections (not flattened to z-index:1 with them), or its
   ☰ dropdown panel — a child of the topnav's stacking context — renders BEHIND the next
   section in the DOM and the menu is invisible (owner report 2026-07-18). Sticky + a
   z-index above every section restores both the fixed header and a visible dropdown. */
.topnav { position: sticky; top: 0; z-index: 200; }

/* Stronger frosted glass for every section card (the synex signal). */
.flow-step, .capability, .rationale-card, .validation-card, .pricing-card, .compare-table-wrap, .beta-criteria{
  background: rgba(16,22,34,0.90) !important;   /* R3: copy sits on an opaque surface */
  border:1px solid rgba(255,255,255,0.10) !important;
  box-shadow: var(--bezel-panel) !important;    /* Phase 2: hairline bezel ladder, not a soft drop */
}
/* v4 R3: the old @supports branch (0.45 alpha + blur16) is deleted — copy never
   sits on translucent glass; the opaque base rule below is the single source. */
.pricing-card.pricing-card-featured{ border-color: rgba(84,205,255,0.42) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 22px 56px rgba(40,80,160,0.30) !important; }
/* compare table reads through the glass wrap */
.compare-table-wrap .compare-table td, .compare-table-wrap .compare-table th{ background: transparent; }

/* ════════════════ PER-SECTION MOTION (2026-06-16) — one distinct motion per section ════════════════
   Designed via workflow (7 designers + distinctness critic). All compositor-only, scoped to section id,
   reduced-motion + offscreen safe (a shared IntersectionObserver toggles .running). */

/* ── #how Throughput Relay — a packet runs the 5-stage pipeline ── */
#how .flow{ position:relative; }
#how .flow-spine{ position:absolute; inset:0; width:100%; height:100%; z-index:0; pointer-events:none; overflow:visible; }
#how .flow-step{ position:relative; z-index:1; }
#how .spine-base{ fill:none; stroke:rgba(140,180,255,.10); stroke-width:1.5; }
#how .spine-packet{ fill:none; stroke:#7db8ff; stroke-width:2.5; stroke-linecap:round;
  stroke-dasharray:14 4000; stroke-dashoffset:4000; filter:drop-shadow(0 0 5px rgba(84,205,255,.7));
  animation:howPacket 6.5s linear infinite; animation-play-state:paused; }
@keyframes howPacket{ from{stroke-dashoffset:4000} to{stroke-dashoffset:0} }
#how .flow-step .fs-n{ animation:howNodePass 6.5s linear infinite; animation-play-state:paused; will-change:transform; }
@keyframes howNodePass{ 0%,12%,100%{ box-shadow:none; transform:scale(1); filter:brightness(1); }
  6%{ box-shadow:0 0 16px 2px rgba(84,205,255,.55); transform:scale(1.18); filter:brightness(1.35); } }
#how .flow-step:nth-child(1) .fs-n{ animation-delay:0s; }
#how .flow-step:nth-child(2) .fs-n{ animation-delay:1.3s; }
#how .flow-step:nth-child(3) .fs-n{ animation-delay:2.6s; }
#how .flow-step:nth-child(4) .fs-n{ animation-delay:3.9s; }
#how .flow-step:nth-child(5) .fs-n{ animation-delay:5.2s; }
#how.running .spine-packet, #how.running .flow-step .fs-n{ animation-play-state:running; }
@media (prefers-reduced-motion: reduce){
  #how .spine-packet{ animation:none; stroke-dashoffset:0; }
  #how .flow-step .fs-n{ animation:none; box-shadow:0 0 10px 1px rgba(84,205,255,.25); filter:brightness(1.08); } }

/* ── #capabilities Instrument Sweep — six gauge-rings, 01→06 cascade ── */
#capabilities .capability{ position:relative; overflow:hidden; }
#capabilities .capability-num{ position:relative; z-index:1; animation:capRegister 7s linear infinite; animation-play-state:paused; }
#capabilities .cap-gauge{ position:absolute; top:var(--space-6); left:var(--space-5); width:44px; height:44px;
  transform:rotate(-90deg); pointer-events:none; z-index:0; opacity:.9; }
#capabilities .cap-gauge .ring{ fill:none; stroke:rgba(255,255,255,.08); stroke-width:1.5; }
#capabilities .cap-gauge .ind{ fill:none; stroke:url(#capArc); stroke-width:2; stroke-linecap:round;
  stroke-dasharray:26 93; stroke-dashoffset:0; animation:capSweep 7s linear infinite; animation-play-state:paused; }
@keyframes capSweep{ to{ stroke-dashoffset:-119; } }
@keyframes capRegister{ 0%,100%{opacity:.6} 18%{opacity:1} }
#capabilities .capability:nth-child(1) .ind,#capabilities .capability:nth-child(1) .capability-num{animation-delay:0s}
#capabilities .capability:nth-child(2) .ind,#capabilities .capability:nth-child(2) .capability-num{animation-delay:.55s}
#capabilities .capability:nth-child(3) .ind,#capabilities .capability:nth-child(3) .capability-num{animation-delay:1.1s}
#capabilities .capability:nth-child(4) .ind,#capabilities .capability:nth-child(4) .capability-num{animation-delay:1.65s}
#capabilities .capability:nth-child(5) .ind,#capabilities .capability:nth-child(5) .capability-num{animation-delay:2.2s}
#capabilities .capability:nth-child(6) .ind,#capabilities .capability:nth-child(6) .capability-num{animation-delay:2.75s}
#capabilities.running .ind, #capabilities.running .capability-num{ animation-play-state:running; }
@media (prefers-reduced-motion: reduce){
  #capabilities .ind{ animation:none; stroke-dashoffset:-30; }
  #capabilities .capability-num{ animation:none; opacity:1; } }

/* ── #rationale Sealed Cells — three chambers breathe; a probe is clipped at each gutter ── */
#rationale .rationale-card{ position:relative; overflow:hidden; }
#rationale .rationale-card::before{ content:''; position:absolute; inset:0; border-radius:inherit; pointer-events:none; z-index:0;
  box-shadow: inset 0 0 0 1px rgba(84,205,255,.10), inset 0 0 22px rgba(84,205,255,.05);
  animation:rcSeal 5.4s ease-in-out infinite; animation-play-state:paused; }
@keyframes rcSeal{ 0%,100%{ box-shadow:inset 0 0 0 1px rgba(84,205,255,.08), inset 0 0 14px rgba(84,205,255,.04); }
  50%{ box-shadow:inset 0 0 0 1px rgba(84,205,255,.30), inset 0 0 30px rgba(84,205,255,.12); } }
#rationale .rationale-card::after{ content:''; position:absolute; top:50%; left:-30%; width:26%; height:2px; z-index:0;
  transform:translateX(0); opacity:0; pointer-events:none; border-radius:2px;
  background:linear-gradient(90deg, transparent, rgba(84,205,255,.55), transparent);
  animation:rcProbe 5.4s ease-in-out infinite; animation-play-state:paused; }
@keyframes rcProbe{ 0%,8%{ transform:translateX(0); opacity:0; } 20%{opacity:.9;}
  46%{ transform:translateX(520%); opacity:.9; } 60%,100%{ transform:translateX(520%); opacity:0; } }
#rationale .rationale-card > *{ position:relative; z-index:1; }
#rationale .rationale-card:nth-child(2)::before,#rationale .rationale-card:nth-child(2)::after{ animation-delay:-1.8s; }
#rationale .rationale-card:nth-child(3)::before,#rationale .rationale-card:nth-child(3)::after{ animation-delay:-3.6s; }
#rationale.running .rationale-card::before, #rationale.running .rationale-card::after{ animation-play-state:running; }
@media (prefers-reduced-motion: reduce){
  #rationale .rationale-card::before{ animation:none; box-shadow:inset 0 0 0 1px rgba(84,205,255,.16), inset 0 0 18px rgba(84,205,255,.06); }
  #rationale .rationale-card::after{ animation:none; opacity:0; } }

/* ── #validation Settle — a calibration needle overshoots once and LOCKS (rAF, one-shot) ── */
#validation .vcal-gauge{ display:block; width:120px; height:22px; margin-top:10px; overflow:visible; }
#validation .vcal-track{ stroke:var(--glass-stroke); stroke-width:1.5; }
#validation .vcal-threshold{ stroke:rgba(140,180,255,.28); stroke-width:1.5; stroke-dasharray:2 3; }
#validation .vcal-ind{ will-change:transform; }
#validation .vcal-ind line{ stroke:var(--ok); stroke-width:2; }
#validation .vcal-dot{ fill:var(--ok); }
#validation .vcal-card-mute .vcal-ind line{ stroke:var(--text-muted); }
#validation .vcal-card-mute .vcal-dot{ fill:var(--text-muted); }
#validation .vcal-dot.lock{ animation:vcalLock .5s ease-out 1; }
@keyframes vcalLock{ 0%{ transform:scale(1); } 40%{ transform:scale(1.6); } 100%{ transform:scale(1); } }
@media (prefers-reduced-motion: reduce){ #validation .vcal-dot.lock{ animation:none; } }

/* ── #compare: v4.1 STATIC by design (2026-07-01 owner report). The old "audit
   stamp" set display:inline-block + will-change on live table cells (bright
   composited patches over the ✓ cells) and the "audit beam" ::after froze
   mid-sweep via `forwards` as an orphan gradient blob — and Safari collapsed
   the table paint entirely. A comparison table is an objection-handling asset:
   it must simply be readable. R-rule: no animation hacks on text-bearing
   table internals, ever. ── */
#compare .compare-table-wrap tbody td:nth-child(2).cell-yes{ color: var(--ok); }

/* ── #pricing Worth Charge — only the featured Pro card charges a vertical gauge & holds ── */
#pricing .pricing-card-featured::after{ content:''; position:absolute; left:0; top:8px; bottom:8px; width:3px;
  border-radius:3px; background:linear-gradient(180deg, var(--accent), rgba(255,107,53,.7)); transform-origin:bottom;
  transform:scaleY(.18); opacity:.85; will-change:transform; z-index:2;
  animation:priceWorthCharge 10s ease-in-out infinite; animation-play-state:paused; }
@keyframes priceWorthCharge{ 0%{transform:scaleY(.18)} 55%{transform:scaleY(1)} 75%{transform:scaleY(1)} 100%{transform:scaleY(.18)} }
#pricing .pricing-card-featured .pricing-features li{ animation:priceRungWarm 10s ease-in-out infinite; animation-play-state:paused; }
@keyframes priceRungWarm{ 0%,8%{color:var(--text-soft)} 30%{color:var(--accent)} 95%{color:var(--accent)} 100%{color:var(--text-soft)} }
#pricing .pricing-card-featured .pricing-features li:nth-child(1){animation-delay:0s}
#pricing .pricing-card-featured .pricing-features li:nth-child(2){animation-delay:.5s}
#pricing .pricing-card-featured .pricing-features li:nth-child(3){animation-delay:1s}
#pricing .pricing-card-featured .pricing-features li:nth-child(4){animation-delay:1.5s}
#pricing .pricing-card-featured .pricing-features li:nth-child(5){animation-delay:2s}
#pricing .pricing-card-featured .pricing-features li:nth-child(6){animation-delay:2.5s}
#pricing.running .pricing-card-featured::after,
#pricing.running .pricing-card-featured .pricing-features li{ animation-play-state:running; }
@media (prefers-reduced-motion: reduce){
  #pricing .pricing-card-featured::after{ animation:none; transform:scaleY(1); }
  #pricing .pricing-card-featured .pricing-features li{ animation:none; color:var(--accent); } }

/* ── #beta Cohort Sonar — a rotating radar acquires 7 anonymous dots (canvas rAF) ── */
#beta{ overflow:hidden; }
#beta .beta-sonar{ position:absolute; inset:0; width:100%; height:100%; z-index:0; pointer-events:none; opacity:.75; }
#beta .container{ position:relative; z-index:1; }
@media (prefers-reduced-motion: reduce){ #beta .beta-sonar{ opacity:.6; } }

/* ════════════════════════════════════════════════════════════════════════
   CINEMATIC FX LAYER v2 (owner 2026-06-22 "barely any graphics or movement")
   BOLD + page-wide + motion KEPT ON MOBILE. Overlays self-mount via cinematic.js.
   Layering: bg-field(-2) < hero-scoped fx-depth(z:0, in-section) < content < vignette(9998) < grain(9999).
   ════════════════════════════════════════════════════════════════════════ */

/* — THE DEPTH FIELD: liquidity bands + ember ignitions + tape rain (cinematic.js).
     Rendered ABOVE content as additive light (screen blend, same slot the old
     constellation used) — the per-section dark washes sit over z:-1 and would
     bury it; additive light glows over dark areas and leaves light text readable. — */
.fx-depth{ position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 1; }

/* — full-frame vignette: deepen edges, pull focus to centre — */
.fx-vignette{ position: fixed; inset: 0; z-index: 9998; pointer-events: none; mix-blend-mode: multiply;
  background: radial-gradient(130% 120% at 50% 38%, transparent 46%, rgba(3,5,10,0.30) 78%, rgba(1,2,6,0.40) 100%); }

/* — film GRAIN: animated SVG fractal noise, now perceptible — */
.fx-grain{ position: fixed; top: -50%; left: -50%; width: 200%; height: 200%; z-index: 9999;
  pointer-events: none; opacity: .06; mix-blend-mode: soft-light; background-repeat: repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: fxGrain 0.9s steps(5) infinite; }
@keyframes fxGrain{ 0%{transform:translate(0,0)} 20%{transform:translate(-7%,4%)} 40%{transform:translate(6%,-6%)} 60%{transform:translate(-5%,-3%)} 80%{transform:translate(5%,7%)} 100%{transform:translate(0,0)} }
@media (prefers-reduced-motion: reduce){ .fx-grain{ animation: none; opacity: .05; } }
@media (max-width:720px), (pointer:coarse){ .fx-grain{ animation: none; } }

/* — section colour tints + readability dark wash — */
.section{ position: relative; isolation: isolate; }
.section > .container{ position: relative; z-index: 1; }
/* Brightness inversion (de-AI pass 2026-07-18): the 0.46 dark wash buried the
   per-section fields near-black while template chrome glowed — inverted. The
   wash drops to 0.26; copy stays readable because it sits on the opaque
   rgba(16,22,34,.90) cards / the ledes' own contrast (readability-linted). */
.section::after{ content:""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(78% 70% at 18% 0%, rgba(84,205,255,0.08), transparent 60%), rgba(3,5,11,0.26); }
.section.section-alt::after{ background: radial-gradient(78% 70% at 82% 0%, rgba(255,107,53,0.07), transparent 60%), rgba(3,5,11,0.26); }
.section:nth-of-type(even)::after{ background: radial-gradient(76% 72% at 85% 100%, rgba(52,225,161,0.06), transparent 62%), rgba(3,5,11,0.26); }

/* — scroll pacing: cinematic easing + per-element STAGGER — */
.reveal{ transition: opacity .72s var(--ease-phosphor), transform .72s var(--ease-phosphor); }
.reveal-ready .reveal{ opacity: 0; transform: translateY(26px) scale(.985); transition-delay: calc(var(--reveal-i, 0) * 75ms); }
.reveal-ready .reveal.in{ opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .reveal-ready .reveal{ opacity: 1; transform: none; transition: none; } }

/* ══════════════════════════════════════════════════════════════════════════
   PER-SECTION UNIQUE BACKGROUNDS  (2026-06-25 #197)
   Seven content zones, seven distinct product-relevant visual fields.
   Rendered as section::before (below the ::after dark scrim, above global aurora).
   All CSS-only — no external assets, dependency-free, reduced-motion safe.
   Stacking within each section's isolation context:
     global aurora → ::before (unique pattern) → ::after (dark wash) → container
   ══════════════════════════════════════════════════════════════════════════ */

/* Base layout for all per-section pattern layers */
.section::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
}

/* ── #how — Data Pipeline ──────────────────────────────────────────────── */
/* Horizontal scan-grid + centre glow: raw tape streaming through 5 stages  */
#how::before {
  background:
    repeating-linear-gradient(0deg,
      transparent 0px, transparent 47px,
      rgba(84,205,255,0.10) 47px, rgba(84,205,255,0.10) 48px),
    repeating-linear-gradient(90deg,
      transparent 0px, transparent 79px,
      rgba(140,180,255,0.06) 79px, rgba(140,180,255,0.06) 80px),
    radial-gradient(ellipse 120% 55% at 50% 50%, rgba(84,205,255,0.18), transparent 62%);
}

/* ── #capabilities — Instrument Scope ─────────────────────────────────── */
/* Concentric sensor rings expanding outward: multi-exchange coverage sweep  */
#capabilities::before {
  background:
    radial-gradient(circle at 50% 50%, transparent 23.5%, rgba(84,205,255,0.11) 24%, transparent 25%),
    radial-gradient(circle at 50% 50%, transparent 38%,   rgba(84,205,255,0.09) 38.5%, transparent 39.5%),
    radial-gradient(circle at 50% 50%, transparent 54%,   rgba(84,205,255,0.08) 54.5%, transparent 55.5%),
    radial-gradient(circle at 50% 50%, transparent 70%,   rgba(255,140,53,0.07) 70.5%, transparent 71.5%),
    radial-gradient(ellipse 85% 80% at 50% 50%, rgba(84,205,255,0.15), transparent 60%);
}

/* ── #rationale — Secure Vault ────────────────────────────────────────── */
/* Diagonal lattice evoking per-tenant encryption isolation: your data, walled */
#rationale::before {
  background:
    repeating-linear-gradient(45deg,
      transparent 0px, transparent 28px,
      rgba(84,205,255,0.09) 28px, rgba(84,205,255,0.09) 29px),
    repeating-linear-gradient(-45deg,
      transparent 0px, transparent 28px,
      rgba(84,205,255,0.09) 28px, rgba(84,205,255,0.09) 29px),
    radial-gradient(ellipse 78% 65% at 50% 50%, rgba(84,205,255,0.16), transparent 62%);
}

/* ── #validation — Calibration Track ──────────────────────────────────── */
/* Fine vertical scoring grid + green left-focus: self-grading precision chart */
#validation::before {
  background:
    repeating-linear-gradient(90deg,
      transparent 0px, transparent 9px,
      rgba(52,225,161,0.085) 9px, rgba(52,225,161,0.085) 10px),
    repeating-linear-gradient(0deg,
      transparent 0px, transparent 59px,
      rgba(52,225,161,0.055) 59px, rgba(52,225,161,0.055) 60px),
    radial-gradient(ellipse 65% 55% at 16% 50%, rgba(52,225,161,0.21), transparent 58%),
    radial-gradient(ellipse 50% 40% at 84% 50%, rgba(84,205,255,0.12), transparent 58%);
}

/* ── #pricing — Tier Ascension ─────────────────────────────────────────── */
/* Stacked rising glow layers: Free → Pro → Institutional value stack        */
#pricing::before {
  background:
    linear-gradient(0deg,
      rgba(255,107,53,0.16) 0%, rgba(255,179,71,0.10) 38%, rgba(84,205,255,0.06) 68%, transparent 100%),
    radial-gradient(ellipse 80% 50% at 50% 92%, rgba(84,205,255,0.20), transparent 58%),
    radial-gradient(ellipse 38% 28% at 88% 12%, rgba(255,179,71,0.10), transparent 58%);
}

/* ── #beta — Broadcast Signal ──────────────────────────────────────────── */
/* Expanding arcs from left origin: acquiring the first cohort on radar lock  */
#beta::before {
  background:
    radial-gradient(circle at 8% 50%, transparent 19%, rgba(84,205,255,0.10) 19.5%, transparent 20.5%),
    radial-gradient(circle at 8% 50%, transparent 30%, rgba(84,205,255,0.085) 30.5%, transparent 31.5%),
    radial-gradient(circle at 8% 50%, transparent 43%, rgba(84,205,255,0.07) 43.5%, transparent 44.5%),
    radial-gradient(circle at 8% 50%, transparent 58%, rgba(84,205,255,0.055) 58.5%, transparent 59.5%),
    radial-gradient(ellipse 78% 65% at 8% 50%, rgba(84,205,255,0.17), transparent 60%);
}

@media (prefers-reduced-motion: reduce) {
  .section::before { opacity: .6; }
}

/* ════════════════════════════════════════════════════════════════════════════
   TERMINAL CINEMA LAYER (2026-07-01) — status bar · live tape ticker ·
   big-number strip · pinned cascade scrollytelling · HUD card chrome.
   All dependency-free; reduced-motion + no-JS safe (scenes degrade to static
   stacked content; ticker/numbers hide until real data loads — honesty first).
   ════════════════════════════════════════════════════════════════════════ */

/* ── Terminal status bar (above the nav — the "weapons-grade console" chrome) ── */
.statusbar{
  position:relative; z-index:101; display:flex; align-items:center; gap:18px;
  padding:6px 20px; font-family:var(--font-readout); font-size:11px;
  letter-spacing:.12em; text-transform:uppercase; color:var(--text-dim);
  background:rgba(4,6,11,.92); border-bottom:1px solid rgba(84,205,255,.10);
  overflow:hidden; white-space:nowrap;
}
.statusbar .sb-seg{ display:inline-flex; align-items:center; gap:7px; flex-shrink:0; }
.statusbar .sb-live{ color:var(--ok); }
.statusbar .sb-live::before{ content:""; width:5px; height:5px; border-radius:50%;
  background:var(--ok); box-shadow:0 0 7px var(--ok); animation:pulseDot 2s ease-in-out infinite; }
.statusbar .sb-delay{ color:var(--heat-lo); }
.statusbar .sb-clock{ color:var(--text-muted); font-weight:600; min-width:88px; }
.statusbar .sb-fill{ flex:1; min-width:12px; }
.statusbar .sb-brandtag{ color:var(--accent); font-weight:600; }
@media (max-width:720px){ .statusbar{ gap:10px; padding:5px 10px; font-size:11px; letter-spacing:.05em; }
  .statusbar .sb-clock{ min-width:0; }
  .statusbar .sb-hidemobile{ display:none; } }
@media (prefers-reduced-motion: reduce){ .statusbar .sb-live::before{ animation:none; } }

/* ── Live liquidation tape ticker (delayed 15-min, majors — labeled) ── */
.tape{ position:relative; border-top:1px solid rgba(255,107,53,.14);
  border-bottom:1px solid rgba(255,107,53,.14);
  background:linear-gradient(180deg, rgba(255,107,53,.045), rgba(255,46,77,.03));
  overflow:hidden; height:0; opacity:0; transition:height var(--dur-slow) var(--ease-phosphor), opacity var(--dur-slow) var(--ease-phosphor) .1s; }
.tape.loaded{ height:38px; opacity:1; }
.tape-inner{ display:flex; align-items:center; height:38px; gap:34px;
  font-family:var(--font-mono); font-size:12px; white-space:nowrap;
  will-change:transform; animation:tapeScroll 60s linear infinite; width:max-content; }
.tape:hover .tape-inner{ animation-play-state:paused; }
@keyframes tapeScroll{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
.tape-ev{ display:inline-flex; align-items:center; gap:8px; color:var(--text-muted); }
.tape-ev .te-sym{ color:var(--text); font-weight:600; }
.tape-ev .te-long{ color:var(--heat-hi); font-weight:600; }
.tape-ev .te-short{ color:var(--ok); font-weight:600; }
.tape-ev .te-x{ color:var(--text-dim); font-size:10.5px; }
.tape-badge{ position:absolute; right:0; top:0; bottom:0; z-index:2;
  display:flex; align-items:center; padding:0 16px 0 14px; white-space:nowrap;
  font-family:var(--font-mono); font-size:9.5px; letter-spacing:.14em;
  text-transform:uppercase; color:var(--heat-lo);
  /* OPAQUE plate under the label. The previous rule made the badge's own
     background the transparent→opaque fade, so the label text began while its
     backdrop was still see-through and the scrolling tape items bled through
     the letters (owner-reported "DELAYED0.15 MIN" garble on /refer + /pricing).
     The fade now lives entirely LEFT of the text in ::before. */
  background:rgba(5,7,13,.97);
  border-left:1px solid rgba(255,107,53,.22); }
.tape-badge::before{ content:""; position:absolute; right:100%; top:0; bottom:0; width:72px;
  pointer-events:none; background:linear-gradient(90deg, rgba(5,7,13,0), rgba(5,7,13,.96)); }
/* symmetric exit fade: items dissolve at the left edge instead of hard-clipping */
.tape::after{ content:""; position:absolute; left:0; top:0; bottom:0; width:56px; z-index:2;
  pointer-events:none; background:linear-gradient(90deg, rgba(5,7,13,.92), rgba(5,7,13,0)); }
@media (prefers-reduced-motion: reduce){ .tape-inner{ animation:none; } }
@media (max-width:720px){ .tape.loaded{ height:32px; } .tape-inner{ height:32px; font-size:11px; gap:22px; }
  .tape-badge{ font-size:9px; padding:0 10px 0 12px; } .tape-badge .tb-x{ display:none; }
  .tape-badge::before{ width:44px; } .tape::after{ width:36px; } }

/* ── Big-number strip (24h liquidation totals, count-up on reveal) ── */
.bignum-strip{ display:grid; grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:1px; background:var(--border); border:1px solid var(--border);
  border-radius:var(--radius-inst); overflow:hidden; margin-top:var(--space-8); }
/* display:grid beats the UA [hidden] rule — without this, a failed teaser fetch
   showed the strip full of em-dash placeholders (live incident 2026-07-01).
   The strip must be INVISIBLE until real data arrives; never show empty chrome. */
.bignum-strip[hidden]{ display:none !important; }
.bignum{ padding:22px 24px; background:rgba(8,11,18,.88); position:relative; }
.bignum .bn-val{ font-family:var(--font-display); font-size:clamp(26px,3.4vw,40px);
  font-weight:700; color:var(--text); letter-spacing:.01em; line-height:1.1;
  font-variant-numeric:tabular-nums; }
.bignum .bn-val.heat{ background:var(--heat-grad); -webkit-background-clip:text;
  background-clip:text; -webkit-text-fill-color:transparent; }
.bignum .bn-lab{ font-family:var(--font-readout); font-size:11px; letter-spacing:.14em;
  text-transform:uppercase; color:var(--text-dim); margin-top:6px; }
.bignum::after{ content:""; position:absolute; left:0; top:0; bottom:0; width:2px;
  background:var(--heat-grad); opacity:.55; }

/* ── HUD corner brackets (terminal targeting chrome for feature cards) ── */
.hud{ position:relative; }
.hud::before, .hud::after{ content:""; position:absolute; width:14px; height:14px;
  border-color:rgba(84,205,255,.38); border-style:solid; pointer-events:none;
  /* HUD-bracket snap rides the phosphor curve: fast strike, long decay */
  transition:border-color var(--dur-base) var(--ease-phosphor),
    width var(--dur-base) var(--ease-phosphor), height var(--dur-base) var(--ease-phosphor); }
.hud::before{ top:-1px; left:-1px; border-width:1.5px 0 0 1.5px; border-radius:2px 0 0 0; }
.hud::after{ bottom:-1px; right:-1px; border-width:0 1.5px 1.5px 0; border-radius:0 0 2px 0; }
.hud:hover::before, .hud:hover::after{ border-color:var(--heat); width:22px; height:22px; }

/* ── Pinned cascade scrollytelling (ANATOMY OF A CASCADE) ── */
.scrolly{ position:relative; }
/* owner review 2026-07-18 note 4: the two scroll3d sections were 420vh each (8+ screens of
   scroll between hero and pricing) and the canvas rendered pure black on weaker devices.
   Halved the scroll distance and gave the stage a designed instrument-room backdrop so an
   unpainted canvas is never a blank black screen — the captions stay readable regardless. */
.scrolly .scrolly-track{ height:190vh; position:relative; }
@media (max-width:940px){ .scrolly .scrolly-track{ height:150vh; } }
.scrolly .scrolly-stage{ position:sticky; top:0; height:100vh; height:100svh;
  overflow:hidden; display:flex; flex-direction:column;
  background:
    radial-gradient(120% 80% at 50% 12%, rgba(84,205,255,0.06), transparent 60%),
    radial-gradient(120% 90% at 50% 115%, rgba(255,107,53,0.06), transparent 55%),
    linear-gradient(180deg, #060810, #0a0e18 60%, #060810); }
.scrolly-stage canvas{ position:absolute; inset:0; width:100%; height:100%; display:block; }
.scrolly-head{ position:relative; z-index:2; padding:calc(var(--space-6) + 42px) var(--space-5) 0; text-align:center; }
.scrolly-head .kicker{ margin-bottom:10px; }
.scrolly-title{ font-family:var(--font-display); text-transform:uppercase;
  font-size:clamp(22px,3.4vw,36px); font-weight:700; margin:0; letter-spacing:.02em; }
.scrolly-captions{ position:absolute; z-index:2; left:0; right:0; bottom:9vh;
  display:flex; justify-content:center; pointer-events:none; padding:0 var(--space-5); }
.scrolly-cap{ position:absolute; max-width:640px; text-align:center;
  opacity:0; transform:translateY(14px); transition:opacity .45s ease, transform .45s ease; }
.scrolly-cap.on{ opacity:1; transform:none; }
.scrolly-cap .sc-k{ font-family:var(--font-mono); font-size:10.5px; letter-spacing:.2em;
  text-transform:uppercase; color:var(--heat); display:block; margin-bottom:8px; }
.scrolly-cap .sc-t{ font-size:clamp(15px,1.9vw,19px); color:var(--text-soft); line-height:1.55;
  background:rgba(5,7,13,.72); border:1px solid rgba(255,255,255,.07);
  border-radius:var(--radius-md); padding:12px 18px; display:inline-block;
  -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); }
.scrolly-progress{ position:absolute; z-index:2; top:50%; right:18px; transform:translateY(-50%);
  display:flex; flex-direction:column; gap:10px; }
.scrolly-progress .sp-dot{ width:6px; height:6px; border-radius:50%;
  background:rgba(255,255,255,.16); transition:background .3s, box-shadow .3s; }
.scrolly-progress .sp-dot.on{ background:var(--heat); box-shadow:0 0 10px rgba(255,107,53,.8); }
.scrolly-tag{ position:absolute; z-index:2; top:12px; left:14px;
  font-family:var(--font-readout); font-size:11px; letter-spacing:.16em; text-transform:uppercase;
  color:var(--text-dim); }
/* no-JS / reduced-motion fallback: captions stack statically under the stage */
.scrolly-fallback{ display:none; }
html.no-scrolly .scrolly .scrolly-track{ height:auto; }
html.no-scrolly .scrolly .scrolly-stage{ position:relative; height:64vh; min-height:420px; }
/* reduced-motion (owner review 2026-07-18 note 4): no scroll-hijack, no black canvas — collapse
   to the compact static beats. This is the short, reliable version for accessibility + weak
   devices; it also cuts the section to a single screen. */
@media (prefers-reduced-motion: reduce){
  .scrolly .scrolly-track{ height:auto !important; }
  .scrolly .scrolly-stage{ display:none !important; }
  .scrolly-fallback{ display:grid; gap:14px; max-width:820px; margin:0 auto;
    padding:var(--space-6) var(--space-5); }
  .scrolly-fallback .scrolly-cap{ position:static; opacity:1; transform:none; max-width:none;
    text-align:left; border-left:2px solid rgba(84,205,255,.4); padding-left:14px; }
}
html.no-scrolly .scrolly-captions{ display:none; }
html.no-scrolly .scrolly-fallback{ display:grid; gap:var(--space-4);
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  padding:var(--space-6) var(--space-5); max-width:var(--container-max); margin:0 auto; }
html.no-scrolly .scrolly-fallback .sc-t{ font-size:14px; }
html.no-scrolly .scrolly-fallback .scrolly-cap{ position:static; opacity:1; transform:none; }

/* ── Hero refinements for the cinematic pass ── */
.hero-kicker-row{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.hero-headline .hh-heat{ background:var(--heat-grad); -webkit-background-clip:text;
  background-clip:text; -webkit-text-fill-color:transparent;
  filter:drop-shadow(0 0 24px rgba(255,107,53,.25)); }

/* orchestrated hero load: staggered rise (plays once on load, JS-independent).
   DESKTOP-ONLY since 2026-08-10 (owner PageSpeed report: "graphic shows blue too
   long"): `both` holds every hero element — including the Money Map panel — at
   opacity:0 through its delay, so on a throttled phone the hero sat as an empty
   blue glass panel for the delay+fade window ON TOP of image load (0.35s+1s for
   .hero-visual). Mobile now paints the hero the instant bytes arrive; the
   entrance choreography stays on wide screens where the network/CPU headroom
   absorbs it. */
@media (min-width:941px){
@keyframes heroRise{ from{ opacity:0; transform:translateY(22px); } to{ opacity:1; transform:none; } }
.hero-copy > *{ animation:heroRise .8s cubic-bezier(.16,.84,.34,1) both; }
.hero-copy > *:nth-child(1){ animation-delay:.05s } .hero-copy > *:nth-child(2){ animation-delay:.14s }
.hero-copy > *:nth-child(3){ animation-delay:.23s } .hero-copy > *:nth-child(4){ animation-delay:.32s }
.hero-copy > *:nth-child(5){ animation-delay:.41s } .hero-copy > *:nth-child(6){ animation-delay:.50s }
.hero-copy > *:nth-child(7){ animation-delay:.59s }
.hero-visual{ animation:heroRise 1s cubic-bezier(.16,.84,.34,1) .35s both; }
}
@media (prefers-reduced-motion: reduce){ .hero-copy > *, .hero-visual{ animation:none; } }

/* count-up numerals get tabular figures so they don't jitter */
.countup{ font-variant-numeric:tabular-nums; }


/* ── v4 band-break divider: the cinematic breathes in DEDICATED, text-free
   full-bleed strips (R2) — a canvas child painted by cinematic.js. ── */
.band-break{ position:relative; height:140px; overflow:hidden;
  border-top:1px solid rgba(84,205,255,.16); border-bottom:1px solid rgba(84,205,255,.16); }
.band-break canvas{ position:absolute; inset:0; width:100%; height:100%; display:block; }
@media (max-width:720px){ .band-break{ height:96px; } }

/* ── v4 mobile sticky CTA (≤720px, appears after the hero, session-dismissible) ── */
.sticky-cta{ display:none; }
@media (max-width:720px){
  .sticky-cta{ position:fixed; left:0; right:0; bottom:0; z-index:102;
    display:flex; align-items:center; gap:10px; padding:10px 14px;
    padding-bottom:calc(10px + env(safe-area-inset-bottom));
    background:rgba(5,7,13,.94); border-top:1px solid rgba(84,205,255,.18);
    transform:translateY(110%); transition:transform .35s cubic-bezier(.16,.84,.34,1); }
  .sticky-cta.on{ transform:none; }
  .sticky-cta .btn{ flex:1; text-align:center; padding:12px 10px; font-size:15px; }
  .sticky-cta .sc-close{ background:none; border:none; color:var(--text-dim); font-size:18px;
    padding:6px 8px; cursor:pointer; line-height:1; }
}

/* ── v4 CTA microcopy + Pro-card attention monopoly ── */
.cta-micro{ font-family:var(--font-mono); font-size:11px; letter-spacing:.1em;
  text-transform:uppercase; color:var(--text-dim); margin:6px 0 0; }
@keyframes proPulse{ 0%,100%{ box-shadow: var(--glow-cyan); } 50%{ box-shadow: 0 0 0 1px rgba(84,205,255,.55), 0 10px 52px -8px rgba(84,205,255,.55); } }
#pricing.running .pricing-card-featured, .pricing-page .pricing-card-featured{ animation: proPulse 4s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce){ #pricing.running .pricing-card-featured, .pricing-page .pricing-card-featured{ animation:none; } }

/* ── v4 bignum completion flare ── */
.bignum.lit::after{ animation: bnFlare 1.2s ease-out 1; }
@keyframes bnFlare{ 0%{ opacity:1; box-shadow:0 0 18px 2px rgba(255,107,53,.55); } 100%{ opacity:.55; box-shadow:none; } }

/* ── v4 inline CTA bridge rows (cadence: a CTA within a viewport of every objection) ── */
.cta-bridge{ display:flex; gap:14px; align-items:center; flex-wrap:wrap; margin-top:26px; }

/* How-to-read explainer (owner review 2026-07-18 notes 3+9: define jargon + frame the number) */
.how-to-read{ padding:0; }
.how-to-read .container{ padding-top:0; padding-bottom:0; }
.htr{ border:1px solid var(--border); border-radius:8px; background:linear-gradient(180deg,rgba(11,15,24,0.6),rgba(7,10,18,0.3)); }
.htr > summary{ cursor:pointer; list-style:none; padding:12px 16px; font-size:13px; font-weight:600; color:var(--text); display:flex; align-items:center; gap:10px; }
.htr > summary::-webkit-details-marker{ display:none; }
.htr > summary::after{ content:"▸"; margin-left:auto; color:var(--accent); transition:transform .15s; }
.htr[open] > summary::after{ transform:rotate(90deg); }
.htr-tag{ font-family:var(--font-mono,monospace); font-size:10px; letter-spacing:.12em; color:var(--accent); border:1px solid rgba(84,205,255,.35); border-radius:999px; padding:2px 8px; }
.htr-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px 20px; padding:4px 16px 16px; font-size:12.5px; line-height:1.55; color:var(--text-muted); }
.htr-grid strong{ color:var(--text); font-weight:600; }
.htr-grid a{ color:var(--accent); }
@media (max-width:640px){ .htr-grid{ grid-template-columns:1fr; } }

/* Exchange-key security block (owner review 2026-07-18 note 6) */
.moat-security{ list-style:none; margin:10px 0 0; padding:10px 12px; display:grid; gap:6px;
  border:1px solid rgba(46,189,133,.25); border-radius:8px; background:rgba(46,189,133,.05); }
.moat-security li{ font-size:11.5px; line-height:1.5; color:var(--text-muted); padding-left:18px; position:relative; }
.moat-security li::before{ content:"🔒"; position:absolute; left:0; font-size:11px; }
.moat-security strong{ color:var(--text); font-weight:600; }
/* second hero CTA elevated to co-equal (note 11) */
.hero-cta-secondary{ margin-left:10px; }
@media (max-width:640px){ .hero-cta-secondary{ margin-left:0; margin-top:8px; display:block; } }
/* FAQ (note 10) */
.faq-list{ display:grid; gap:8px; max-width:760px; }
.faq-list details{ border:1px solid var(--border); border-radius:8px; background:rgba(11,15,24,.4); }
.faq-list summary{ cursor:pointer; list-style:none; padding:12px 16px; font-size:13.5px; font-weight:600; color:var(--text); }
.faq-list summary::-webkit-details-marker{ display:none; }
.faq-list summary::before{ content:"+ "; color:var(--accent); font-weight:700; }
.faq-list details[open] summary::before{ content:"− "; }
.faq-list details > div{ padding:0 16px 14px; font-size:12.5px; line-height:1.6; color:var(--text-muted); }
.faq-list a{ color:var(--accent); }

/* competitor comparison footnote marker (owner review 2026-07-18 note 8, legally-safe hedging) */
.cmp-fn{ font-size:9px; color:var(--accent); opacity:.8; }
.compare-aside sup{ color:var(--accent); }

/* ══ MOBILE DECROWD (owner 2026-08-11 "flow better, not so crowded on mobile" —
   docs/SALES_PAGE_MOBILE_CONVERSION_PLAN.md). Two mechanisms, both ≤768px-only so
   desktop is byte-identical in rendered layout:
   1. .m-extra / .m-more checkbox folds — secondary content collapses behind a native
      tap target. NOTHING is deleted: every honesty block, capability, and methodology
      paragraph stays in the DOM (SEO + lint + no-JS all see it) and opens on tap.
   2. The scrolly cinematics collapse to their EXISTING static-beat fallback (same
      rules the reduced-motion path already uses) — on a phone the 190vh scroll-hijack
      track was reading as near-empty screens with an orphaned caption. ══ */
.m-more{ display:none; }
input.m-toggle{ position:absolute; left:-9999px; }
@media (max-width:768px){
  .m-extra{ display:none !important; }
  input.m-toggle:checked ~ .m-extra,
  input.m-toggle:checked ~ * .m-extra{ display:revert !important; }
  .m-more{ display:flex; align-items:center; justify-content:center; gap:8px;
    margin:14px auto 0; padding:12px 18px; max-width:420px; cursor:pointer;
    font-family:var(--font-mono); font-size:13px; font-weight:600; letter-spacing:.06em;
    color:var(--accent); border:1px solid var(--glass-stroke-strong); border-radius:8px;
    background:rgba(84,205,255,0.05); }
  .m-more::after{ content:"▾"; font-size:11px; }
  input.m-toggle:checked ~ .m-more{ display:none; }
  /* scrolly cinematics → static beats (mirror of the reduced-motion collapse above) */
  .scrolly .scrolly-track{ height:auto !important; }
  .scrolly .scrolly-stage{ display:none !important; }
  .scrolly-captions{ display:none; }
  .scrolly-fallback{ display:grid; gap:14px; max-width:820px; margin:0 auto;
    padding:var(--space-6) var(--space-5); }
  .scrolly-fallback .scrolly-cap{ position:static; opacity:1; transform:none; max-width:none;
    text-align:left; border-left:2px solid rgba(84,205,255,.4); padding-left:14px; }
}
/* dfold: closed on mobile (tap to open), auto-opened on desktop by the inline script;
   m-hide: mobile-only removal of duplicate CTA rows (desktop untouched). */
details.dfold>summary{ cursor:pointer; font-family:var(--font-mono); font-size:12.5px;
  color:var(--accent); letter-spacing:.04em; margin:6px 0; }
@media (min-width:769px){ details.dfold>summary{ display:none; } }
@media (max-width:768px){ .m-hide{ display:none !important; } }

/* ── HERO NARRATIVE REBUILD (owner 2026-08-11 "boring page vs competitors" —
   PhantomFlow structure lessons in our brand: empathy line, giant plain CTA,
   root-cause storytelling heads on the moat rail). ── */
.hero-empathy{ display:inline-flex; align-items:center; gap:9px; font-size:13.5px; color:var(--text-soft);
  border:1px solid var(--glass-stroke-strong); border-radius:999px; padding:8px 16px; margin:0 0 18px;
  background:rgba(16,22,34,.55); }
.hero-empathy .he-dot{ width:7px; height:7px; border-radius:50%; background:var(--heat);
  box-shadow:0 0 9px rgba(255,107,53,.8); flex:0 0 auto; }
.btn-hero{ padding:18px 38px; font-size:17px; border-radius:999px; }
.btn-hero::before,.btn-hero::after{ content:none; } /* the mono [ ] decoration orphans on a full-width pill */
@media (max-width:640px){ .btn-hero{ display:block; text-align:center; padding:17px 20px; } }
@media (max-width:940px){ .hero-headline{ font-size:clamp(38px,9.6vw,52px); } }
.rootcause-head{ max-width:720px; margin:0 auto 26px; text-align:center; }
.rootcause-head .rc-kicker{ display:inline-block; font-family:var(--font-readout); font-size:11px;
  letter-spacing:.22em; text-transform:uppercase; color:var(--ok); margin-bottom:10px; }
.rootcause-head .rc-title{ font-family:var(--font-display); font-size:clamp(26px,4.4vw,44px);
  font-weight:700; line-height:1.08; text-transform:uppercase; margin:0 0 12px; }
.rootcause-head .rc-sub{ font-size:15px; color:var(--text-soft); line-height:1.7; margin:0; }
.moat-k .mk-num{ display:block; font-family:var(--font-display); font-size:34px; line-height:1;
  color:var(--accent); opacity:.55; margin-bottom:6px; }
/* hero micro line: sentence case, quieter (the ALL-CAPS mono read as terminal noise
   to a fresh visitor - owner 2026-08-11 "it's really a lot for anyone landing") */
.hero .cta-micro{ text-transform:none; letter-spacing:.02em; font-size:12.5px; }
