/* jostocks.com — the public site.
 *
 * Deliberately the SAME palette and typefaces as the terminal itself (ui/index.html): a
 * client arriving from the site should recognise the product, and a prospective one should
 * be looking at the thing they will actually be given rather than at marketing art.
 *
 * Self-contained by the same rule the app follows — fonts are served from this origin, and
 * nothing here loads from a CDN, an analytics endpoint or a font service. The privacy page
 * states that no visitor is tracked; a third-party request would make that untrue on the
 * page that says it.
 *
 * AND NO JAVASCRIPT, ANYWHERE. `site/_headers` omits `script-src` under `default-src 'none'`,
 * so the browser itself refuses to run one. Everything here — the sticky header, the hover
 * states, the responsive grids, the terminal mock on the landing page — is CSS. That is what
 * turns "runs no analytics" from a claim on the privacy page into something a visitor can
 * check from their own address bar.
 *
 * `.legal-*` and `h4` inside `.doc` are what tools/make-terms.py emits. They are styled here
 * and must keep working; terms.html is generated and cannot be adjusted to suit a stylesheet.
 */
@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;
  src:url('fonts/inter.woff2') format('woff2')}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:400 800;font-display:swap;
  src:url('fonts/jbmono.woff2') format('woff2')}

:root{
  --bg:#07090d; --panel:#0d1117; --panel2:#111823; --line:#1b2130; --line2:#28324a;
  --txt:#e6edf3; --mut:#8b949e; --dim:#697080;
  --up:#26d07c; --down:#ff5f56; --hold:#9aa4b2; --accent:#3d8bfd; --warn:#c9a227;
  --sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --mono:'JetBrains Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  --wrap:1120px;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--txt);
  font:16px/1.65 var(--sans);-webkit-font-smoothing:antialiased;
  /* One very soft wash behind the fold, so the page does not read as a flat slab. No image,
     no second request. */
  background-image:radial-gradient(1200px 520px at 50% -260px,rgba(61,139,253,.11),transparent 72%);
  background-repeat:no-repeat}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}
.mono{font-family:var(--mono);font-size:.93em}

/* ── header ──────────────────────────────────────────────────────────────── */
header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);
  background:rgba(7,9,13,.84);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.hrow{display:flex;align-items:center;gap:12px;height:62px}
/* The APP'S OWN ICON, not a stand-in. It was a gradient square with an "N" in it until the
   site had a logo to use; the app icon is what a client already has on a home screen, and a
   site that shows something else is a site they have to work out is the same product.
   Rendered at 27px from a 64px source (128px for 2x) — the icon already carries its own
   rounded-square shape and border, so no radius or background here. */
.logo{width:27px;height:27px;flex:none;display:block}
.brand{font-weight:650;letter-spacing:-.014em;font-size:15.5px}
.brand a{color:var(--txt);text-decoration:none}
nav{margin-left:auto;display:flex;gap:22px}
nav a{color:var(--mut);text-decoration:none;font-size:14px;transition:color .15s}
nav a:hover,nav a:focus-visible{color:var(--txt)}

/* ── hero ────────────────────────────────────────────────────────────────── */
/* Everything that moves here is a CSS animation. This site runs no JavaScript — by policy
   (the privacy page's promise) and by CSP (_headers omits script-src), so motion has to earn
   its keep in keyframes. The payoff is the grid resolving on load: the product reading the
   market, shown rather than described, in the first second. */
.hero{position:relative;padding:66px 0 20px;overflow:hidden}
.hero-glow{position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(700px 440px at 80% 16%,rgba(61,139,253,.17),transparent 68%),
             radial-gradient(560px 380px at 6% 4%,rgba(38,208,124,.06),transparent 72%);
  animation:glow 11s ease-in-out infinite}
@keyframes glow{0%,100%{opacity:.85}50%{opacity:1}}
.hero-inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.06fr);
  gap:50px;align-items:center}
/* min-width:0 lets both columns shrink below their content's intrinsic width — without it
   the consensus grid's fixed-min-width table forces the whole hero wider than a phone
   screen, and .hero's overflow:hidden then CLIPS the copy and the grid off the right edge
   instead of wrapping. The grid stays readable because .mock-scroll scrolls it on its own. */
.hero-copy,.hero-demo{min-width:0}

.tag{display:inline-flex;align-items:center;gap:9px;font-family:var(--mono);
  font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--mut);
  border:1px solid rgba(61,139,253,.3);background:rgba(61,139,253,.06);
  border-radius:999px;padding:6px 14px;margin-bottom:22px}
.tag .tdot{width:7px;height:7px;border-radius:50%;background:var(--up);flex:none;
  box-shadow:0 0 0 0 rgba(38,208,124,.5);animation:tpulse 2.6s ease-out infinite}
@keyframes tpulse{0%{box-shadow:0 0 0 0 rgba(38,208,124,.5)}70%{box-shadow:0 0 0 8px rgba(38,208,124,0)}100%{box-shadow:0 0 0 0 rgba(38,208,124,0)}}
.hero h1{font-size:clamp(36px,5.2vw,60px);line-height:1.04;letter-spacing:-.034em;
  margin:0 0 16px;font-weight:680}
.grad{background:linear-gradient(100deg,#3d8bfd 0%,#5ac8fa 46%,#26d07c 100%);
  background-size:220% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;
  animation:shimmer 9s ease-in-out infinite}
@keyframes shimmer{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
.eyebrow-line{font-family:var(--mono);font-size:12.5px;letter-spacing:.02em;color:var(--accent);
  margin:0 0 20px}
.lede{font-size:clamp(16px,1.4vw,18px);color:var(--mut);margin:0;max-width:56ch;line-height:1.62}
.lede b{color:var(--txt);font-weight:600}
.cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
@keyframes rise{0%{opacity:0;transform:translateY(11px)}100%{opacity:1;transform:none}}

/* ── call-to-action buttons (the site's first ones — access is by invitation) ── */
.btn{display:inline-flex;align-items:center;gap:8px;font-size:14.5px;font-weight:600;
  padding:12px 21px;border-radius:10px;text-decoration:none;letter-spacing:-.006em;
  transition:transform .16s,box-shadow .2s,background .2s,border-color .2s,color .2s}
.btn-primary{background:linear-gradient(180deg,#4d95ff,#3d8bfd);color:#fff;
  box-shadow:0 10px 28px -12px rgba(61,139,253,.75)}
.btn-primary:hover{transform:translateY(-2px);color:#fff;box-shadow:0 14px 34px -12px rgba(61,139,253,.9)}
.btn-ghost{border:1px solid var(--line2);color:var(--txt)}
.btn-ghost:hover{transform:translateY(-2px);border-color:var(--accent);color:var(--txt)}

/* ── the terminal mock: the product's own vocabulary, drawn in CSS ───────── */
.hero-demo{position:relative}
.mock{position:relative;margin:0;border:1px solid var(--line);border-radius:14px;
  background:var(--panel);overflow:hidden;box-shadow:0 40px 90px -44px #000,0 0 0 1px rgba(61,139,253,.05)}
.mock::after{content:"";position:absolute;top:44px;bottom:0;left:0;width:90px;pointer-events:none;
  opacity:0;background:linear-gradient(90deg,transparent,rgba(90,200,250,.13),transparent);
  animation:sweep 4.6s ease-in-out 1s infinite}
@keyframes sweep{0%{left:-14%;opacity:0}12%{opacity:1}88%{opacity:1}100%{left:114%;opacity:0}}
.mock-head{position:relative;z-index:1;display:flex;align-items:center;gap:8px;padding:11px 16px;
  border-bottom:1px solid var(--line);background:var(--panel2)}
.mock-head i{width:9px;height:9px;border-radius:50%;background:var(--line2);flex:none}
.mock-head>span{margin-left:7px;font-family:var(--mono);font-size:10.5px;letter-spacing:.09em;
  text-transform:uppercase;color:var(--dim)}
.scan-badge{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);
  font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}
.scan-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:blink 1.3s steps(2,end) infinite}
@keyframes blink{50%{opacity:.2}}
.mock-scroll{overflow-x:auto}
table.mx{width:100%;min-width:472px;border-collapse:collapse;font-family:var(--mono);font-size:12px}
table.mx th{padding:13px 5px;text-align:center;font-weight:500;color:var(--dim);
  font-size:10px;letter-spacing:.07em;text-transform:uppercase;border-bottom:1px solid var(--line)}
table.mx th:first-child{text-align:left;padding-left:16px}
table.mx td{padding:8px 5px;text-align:center;border-bottom:1px solid rgba(27,33,48,.6)}
table.mx tr:last-child td{border-bottom:0}
table.mx td.sym{text-align:left;padding-left:16px;color:var(--txt);font-weight:700}
table.mx td:last-child,table.mx th:last-child{padding-right:14px}
.v{display:inline-block;min-width:42px;padding:4px 7px;border-radius:6px;
  font-size:9.5px;font-weight:700;letter-spacing:.04em;border:1px solid transparent}
.v.up{color:var(--up);background:rgba(38,208,124,.10);border-color:rgba(38,208,124,.28)}
.v.dn{color:var(--down);background:rgba(255,95,86,.09);border-color:rgba(255,95,86,.26)}
.v.hd{color:var(--hold);background:rgba(154,164,178,.08);border-color:rgba(154,164,178,.2)}
.v.pick{box-shadow:0 0 0 1.5px rgba(61,139,253,.6),0 0 20px -4px rgba(61,139,253,.6)}

/* Cascade: each cell resolves from a blank scan into its reading, on a diagonal wave.
   --row/--col are set on the tr/td and inherited by the chip, so the delay is one calc. */
.cascade tbody tr{--row:0}
.cascade tbody tr:nth-child(2){--row:1}
.cascade tbody tr:nth-child(3){--row:2}
.cascade tbody tr:nth-child(4){--row:3}
.cascade tbody td{--col:0}
.cascade tbody td:nth-child(3){--col:1}
.cascade tbody td:nth-child(4){--col:2}
.cascade tbody td:nth-child(5){--col:3}
.cascade tbody td:nth-child(6){--col:4}
.cascade tbody td:nth-child(7){--col:5}
.cascade tbody td:nth-child(8){--col:6}
@keyframes cellIn{0%{opacity:0;transform:translateY(5px) scale(.93)}60%{opacity:1}100%{opacity:1;transform:none}}

/* The reasoning panel — the product's promise that nothing is a black box, shown once. */
.reason{position:relative;z-index:1;padding:14px 16px 15px;border-top:1px solid var(--line);
  background:linear-gradient(180deg,rgba(61,139,253,.05),transparent)}
.reason-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}
.reason-head b{font-family:var(--mono);font-size:12px;color:var(--txt);letter-spacing:.02em}
.reason ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}
.reason li{font-size:12.5px;color:var(--mut);display:flex;align-items:center;gap:9px;line-height:1.4}
.reason .ok{color:var(--up);font-weight:700}
.reason .no{color:var(--dim);font-weight:700}
.reason-foot{margin-top:11px;font-family:var(--mono);font-size:9px;letter-spacing:.1em;
  text-transform:uppercase;color:var(--dim)}
.mock-foot{position:relative;z-index:1;padding:11px 18px;border-top:1px solid var(--line);
  background:var(--panel2);font-size:12px;color:var(--dim);line-height:1.55}

/* ── the ambient watchlist ticker ────────────────────────────────────────── */
.ticker{margin:44px 0 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  background:var(--panel);overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
          mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.ticker-row{display:flex;width:max-content;animation:tick 40s linear infinite}
.tk{display:inline-flex;align-items:center;gap:9px;padding:9px 20px;font-family:var(--mono);
  font-size:12px;color:var(--txt);letter-spacing:.03em;border-right:1px solid var(--line);white-space:nowrap}
/* The reading itself, not a price arrow — the ticker speaks the terminal's own UP/HOLD/DOWN
   vocabulary, so an item can never read as a live quote or a bare, meaningless dash. */
.tk .tr{font-size:9px;font-weight:700;letter-spacing:.05em;padding:2px 6px;border-radius:4px;
  border:1px solid transparent}
.tr.up{color:var(--up);background:rgba(38,208,124,.10);border-color:rgba(38,208,124,.26)}
.tr.dn{color:var(--down);background:rgba(255,95,86,.09);border-color:rgba(255,95,86,.24)}
.tr.hd{color:var(--hold);background:rgba(154,164,178,.08);border-color:rgba(154,164,178,.2)}
@keyframes tick{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ── figures strip ───────────────────────────────────────────────────────── */
.stats{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);
  border-radius:12px;overflow:hidden;grid-template-columns:repeat(auto-fit,minmax(184px,1fr));
  margin:44px 0 0}
.stat{background:var(--panel);padding:22px 22px 24px;transition:background .2s}
.stat:hover{background:var(--panel2)}
.stat b{display:block;font-family:var(--mono);font-size:26px;font-weight:700;
  color:var(--txt);letter-spacing:-.02em;line-height:1.1;margin-bottom:8px}
.stat span{font-size:13.5px;color:var(--mut);line-height:1.5;display:block}

@media (max-width:860px){
  .hero-inner{grid-template-columns:minmax(0,1fr);gap:34px}
  .hero-demo{order:2}
  .lede{max-width:none}
}

/* ── sections ────────────────────────────────────────────────────────────── */
section{padding:76px 0;border-top:1px solid var(--line)}
.kicker{font-family:var(--mono);font-size:10.5px;letter-spacing:.11em;text-transform:uppercase;
  color:var(--accent);margin:0 0 13px}
h2{font-size:clamp(23px,3vw,32px);letter-spacing:-.024em;margin:0 0 12px;font-weight:660;max-width:23ch}
.sub{color:var(--mut);font-size:16.5px;margin:0 0 40px;max-width:63ch;line-height:1.6}
p{margin:0 0 15px;color:var(--mut)}
p.body{color:var(--txt)}
a{color:var(--accent);text-decoration-color:rgba(61,139,253,.35);text-underline-offset:3px}
a:hover{color:#6fa8ff}

.grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(min(274px,100%),1fr))}
.card{background:var(--panel);border:1px solid var(--line);border-radius:11px;
  padding:22px 22px 24px;transition:border-color .18s,transform .18s}
.card:hover{border-color:var(--line2);transform:translateY(-2px)}
.card .k{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.1em;
  text-transform:uppercase;color:var(--dim);margin-bottom:14px}
.card h3{font-size:15.5px;margin:0 0 9px;font-weight:640;color:var(--txt);letter-spacing:-.01em}
.card p{margin:0;font-size:14.2px;line-height:1.62;color:var(--mut)}
.card p + p{margin-top:9px}

/* the trust list — deliberately plainer than the feature cards */
ul.plain{margin:0;padding:0;list-style:none;display:grid;gap:1px;background:var(--line);
  border:1px solid var(--line);border-radius:12px;overflow:hidden}
ul.plain li{background:var(--panel);padding:19px 22px;color:var(--mut);font-size:14.6px;line-height:1.62}
ul.plain li b{color:var(--txt);font-weight:620;display:block;margin-bottom:4px;font-size:15px}

/* the numbered pipeline on the landing page */
ol.steps{margin:0;padding:0;list-style:none;counter-reset:s;display:grid;gap:16px;
  grid-template-columns:repeat(auto-fit,minmax(244px,1fr))}
ol.steps li{counter-increment:s;background:var(--panel);border:1px solid var(--line);
  border-radius:11px;padding:22px}
ol.steps li::before{content:counter(s,decimal-leading-zero);display:block;
  font-family:var(--mono);font-size:11px;letter-spacing:.09em;color:var(--accent);margin-bottom:13px}
ol.steps b{display:block;color:var(--txt);font-size:15.5px;font-weight:640;
  margin-bottom:8px;letter-spacing:-.01em}
ol.steps span{font-size:14.2px;color:var(--mut);line-height:1.62}

/* ── the standing disclaimer ─────────────────────────────────────────────── */
.notice{background:var(--panel2);border:1px solid var(--line);
  border-left:2px solid var(--warn);border-radius:10px;padding:22px 24px}
.notice p{margin:0;font-size:14.2px;line-height:1.66}
.notice b{color:var(--txt)}

/* ── long-form pages (support, privacy, and the GENERATED terms) ─────────── */
.doc{padding:56px 0 24px;max-width:790px}
.doc h1{font-size:clamp(28px,4vw,38px);margin-bottom:14px;max-width:none}
.doc .meta,.doc .legal-meta{color:var(--dim);font-size:14.5px;margin:0 0 22px;line-height:1.65}
.doc h2{font-size:19.5px;margin:46px 0 12px;max-width:none;letter-spacing:-.014em}
.doc h4{font-size:16px;margin:38px 0 11px;color:var(--txt);font-weight:645;
  letter-spacing:-.01em;scroll-margin-top:82px}
.doc p{font-size:15.2px;line-height:1.72}
.doc p b,.doc li b{color:var(--txt)}
.doc ul,.doc ol{margin:0 0 18px;padding-left:21px;color:var(--mut)}
.doc li{font-size:15.2px;line-height:1.72;margin-bottom:11px}
.doc .legal-list{margin:0 0 16px;padding-left:21px;list-style:disc}
.doc .legal-list li{font-size:14.8px;line-height:1.7;color:var(--mut);margin-bottom:10px}
/* The all-capitals blocks the terms use for the conspicuous disclosures. Rendered smaller
   and letter-spaced, because a wall of caps at body size is the thing readers skip — which
   is the opposite of what a conspicuous notice is for. */
.doc .legal-caps{font-size:13.6px;line-height:1.68;letter-spacing:.012em;color:var(--mut);
  background:var(--panel2);border:1px solid var(--line);border-left:2px solid var(--warn);
  border-radius:9px;padding:16px 19px;margin:0 0 18px}
.flink{color:var(--accent)}
.doc table{width:100%;border-collapse:collapse;margin:0 0 22px;font-size:14.5px}
.doc th,.doc td{text-align:left;padding:11px 14px;border-bottom:1px solid var(--line);vertical-align:top}
.doc th{color:var(--dim);font-weight:600;font-size:11.5px;letter-spacing:.07em;text-transform:uppercase}
.doc td{color:var(--mut);line-height:1.6}
.doc td:first-child{color:var(--txt);font-weight:560}

/* a quiet contents block for the long pages */
.toc{border:1px solid var(--line);border-radius:11px;background:var(--panel);
  padding:19px 22px;margin:0 0 42px}
.toc p{margin:0 0 11px;font-family:var(--mono);font-size:10px;letter-spacing:.1em;
  text-transform:uppercase;color:var(--dim)}
.toc ul{margin:0;padding:0;list-style:none;columns:2;column-gap:28px}
.toc li{margin:0 0 8px;font-size:14.2px;break-inside:avoid;line-height:1.5}
.toc a{text-decoration:none}
.toc a:hover{text-decoration:underline}

/* the callout at the top of a long page */
.lead-box{background:var(--panel2);border:1px solid var(--line);border-radius:11px;
  padding:20px 23px;margin:0 0 36px}
.lead-box p{margin:0;font-size:15px;line-height:1.68;color:var(--mut)}
.lead-box p + p{margin-top:11px}
.lead-box b{color:var(--txt)}

/* ── error page ──────────────────────────────────────────────────────────── */
.mid{min-height:64vh;display:grid;place-items:center;text-align:center;padding:60px 0}
.mid .code{font-family:var(--mono);font-size:12px;letter-spacing:.14em;color:var(--dim);
  text-transform:uppercase;margin:0 0 16px}
.mid h1{max-width:none;margin-bottom:16px}
.mid p{max-width:46ch;margin:0 auto 22px}

/* ── footer ──────────────────────────────────────────────────────────────── */
footer{padding:46px 0 62px;color:var(--dim);font-size:13.5px;border-top:1px solid var(--line)}
footer .frow{display:flex;gap:22px;flex-wrap:wrap;align-items:center}
footer a{color:var(--mut);text-decoration:none}
footer a:hover{color:var(--txt)}
footer .fnote{margin:20px 0 0;font-size:12.8px;line-height:1.66;color:var(--dim);max-width:80ch}

@media (max-width:640px){
  .hero{padding:58px 0 8px}
  section{padding:56px 0}
  nav{gap:15px}
  nav a{font-size:13.5px}
  .toc ul{columns:1}
  .doc{padding-top:40px}
  .stat b{font-size:23px}
}

/* The reveal + cascade animations live HERE, gated on motion being welcome, and NOT in the
   base rules — so the content is fully visible by default and the motion only enhances. A
   headline hidden at opacity:0 waiting for an animation that never runs (an old engine, a
   frozen tab, a renderer that skips animation) is a blank hero; visible-by-default can never
   fail that way. The ambient loops (glow, shimmer, ticker, sweep, pulses) don't hide content,
   so they stay inline; the reduce block below still switches everything off. */
@media (prefers-reduced-motion:no-preference){
  .tag{animation:rise .6s both}
  .hero h1{animation:rise .6s .06s both}
  .eyebrow-line{animation:rise .6s .12s both}
  .lede{animation:rise .6s .18s both}
  .cta{animation:rise .6s .24s both}
  .hero-demo{animation:rise .7s .14s both}
  .cascade tbody td .v{animation:cellIn .5s both;
    animation-delay:calc((var(--row)*2 + var(--col)) * 55ms)}
}

/* ── section polish + scroll-reveal for everything below the hero ──────────── */
/* Card icons are INLINE SVG — drawn in the markup, currentColor, no external request and so
   nothing for the CSP to block. They turn each feature from a paragraph into something the
   eye can scan, which is the whole point of the remodel: show, don't only tell. */
.card .ctop{display:flex;align-items:center;gap:11px;margin-bottom:14px}
.card .ic{width:36px;height:36px;flex:none;border-radius:10px;display:grid;place-items:center;
  color:var(--accent);background:rgba(61,139,253,.08);border:1px solid rgba(61,139,253,.2);
  transition:background .2s,border-color .2s}
.card .ic svg{width:19px;height:19px;display:block}
.card:hover .ic{background:rgba(61,139,253,.13);border-color:rgba(61,139,253,.34)}
.card .ctop .k{margin-bottom:0}

/* An accent edge that lights on hover — the cards stop being flat panels and start
   feeling like surfaces you can pick up. */
.card{position:relative;overflow:hidden}
.card::before{content:"";position:absolute;inset:0 0 auto 0;height:2px;
  background:linear-gradient(90deg,var(--accent),transparent 70%);opacity:0;transition:opacity .22s}
.card:hover::before{opacity:.8}

/* The closing call-to-action — the page's second invitation, where a reader who scrolled
   the whole way is most ready to ask for one. */
.cta-band{position:relative;overflow:hidden;text-align:center;border:1px solid var(--line2);
  border-radius:18px;padding:56px 32px;box-shadow:0 40px 90px -50px #000;
  background:radial-gradient(640px 300px at 50% -30%,rgba(61,139,253,.17),transparent 72%),var(--panel)}
.cta-band .kicker{margin-bottom:14px}
.cta-band h2{margin:0 auto 14px;max-width:22ch}
.cta-band p{max-width:56ch;margin:0 auto;color:var(--mut)}
.cta-band .cta{justify-content:center;margin-top:28px}

/* Scroll-reveal. The hero animates on load; everything below fades up as it enters view,
   driven by a CSS scroll timeline — no observer, no script. Gated on @supports AND
   no-preference, over a base state that is already fully visible, so an engine without
   scroll timelines, or a reader who asked for less motion, simply gets the finished page.
   Never hide content behind a reveal that might not fire. */
@keyframes revealUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@supports (animation-timeline:view()){
  @media (prefers-reduced-motion:no-preference){
    section .kicker,section h2,section .sub,
    .card,ol.steps li,ul.plain li,.notice,.cta-band,.doc h2{
      animation:revealUp .7s both;animation-timeline:view();animation-range:entry 0% entry 32%}
    .doc h1{animation:rise .6s both}
  }
}

/* The site commits to the terminal's dark look on purpose — it is a dark product and a light
   flash on load would be the first thing a client sees. Only accessibility preferences are
   honoured, since those are needs rather than taste. */
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
