/* ── tokens ─────────────────────────────────────────────────────────────
   One ink (navy) at varying opacity. A second colour would force every
   downstream artifact — deck, email, PDF — to carry it too. */
:root{
  --ink:#0E1A2B; --ink-70:rgba(14,26,43,.70); --ink-45:rgba(14,26,43,.45);
  --ink-14:rgba(14,26,43,.14); --ink-06:rgba(14,26,43,.06);
  --bg:#FCFCFD; --card:#fff; --accent:#1F6FEB;
  --maxw:1120px;
  --f:"Geist",ui-sans-serif,system-ui,-apple-system,sans-serif;
  --mono:"Geist Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--f);background:var(--bg);color:var(--ink);
     -webkit-font-smoothing:antialiased;line-height:1.5}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
a{color:inherit;text-decoration:none}

/* ── nav: two states ──────────────────────────────────────────────────────
   At the top of the page the nav is flat — no card, no shadow, elements
   sitting directly on the background. It only becomes a floating rounded card
   once the page scrolls and content starts passing beneath it.
   The card is not decoration; it exists to separate the nav from moving
   content. With nothing scrolled yet there is nothing to separate from, so
   drawing it at rest just adds a box for no reason. */
nav{position:fixed;top:0;left:0;right:0;z-index:60;pointer-events:none;
    padding:13px 16px;transition:padding .28s cubic-bezier(.4,0,.2,1)}
.bar{max-width:1240px;margin:0 auto;height:58px;pointer-events:auto;
     display:flex;align-items:center;padding:0 11px 0 20px;
     background:transparent;border-radius:17px;box-shadow:none;
     transition:background .28s ease, box-shadow .28s ease, max-width .28s ease}
nav.stuck .bar{background:#fff;
     box-shadow:0 1px 2px rgba(14,26,43,.055), 0 10px 30px rgba(14,26,43,.075)}
.brand{display:flex;align-items:center;gap:9px;font-size:17px;letter-spacing:-.3px}
.brand b{font-weight:600}.brand span{font-weight:300}
.brand .wm{display:flex;letter-spacing:-.4px}   /* no gap between the two weights */
/* 14px {MIREYE DOM: "A :: SIZE=14PX WEIGHT=400"} [CONFIDENCE: CONFIRMED 100%] */
.navlinks{display:flex;gap:27px;margin:0 auto;font-size:14px;color:var(--ink)}
.navlinks a{opacity:.82;transition:.15s}
.navlinks a:hover{opacity:1}
.navbtns{display:flex;gap:8px;align-items:center}
.btn.soft{background:var(--ink-06);color:var(--ink);border-color:transparent}
.btn.soft:hover{background:rgba(14,26,43,.10);opacity:1}
/* 14px {MIREYE DOM: "BUTTON :: SIZE=14PX WEIGHT=400"} [CONFIDENCE: CONFIRMED 100%] */
.btn{display:inline-flex;align-items:center;justify-content:center;
     padding:9px 16px;border-radius:9px;font-size:14px;font-weight:500;
     background:var(--ink);color:#fff;border:1px solid var(--ink);transition:.18s}
.btn:hover{opacity:.86}
.btn.ghost{background:transparent;color:var(--ink);border-color:var(--ink-14)}
.btn.ghost:hover{border-color:var(--ink-45);opacity:1}
@media(max-width:760px){.navlinks{display:none}}

/* ── hero ── */
header{position:relative;padding:124px 0 0;text-align:center;overflow:hidden}
.badge{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;
       color:var(--ink-45);letter-spacing:.3px;margin-bottom:26px}
.badge i{width:5px;height:5px;border-radius:50%;background:var(--accent);
         display:inline-block;font-style:normal}
/* 44px, was 62px. Mireye's hero h1 computes to 43.2px / weight 400 /
   line-height 44.5px / letter-spacing -0.864px — identical at 1440 and 1920.
   {MIREYE DOM: "H1 :: SIZE=43.2PX WEIGHT=400 LH=44.496PX LS=-0.864PX
    FAM=GEIST"}  Ours was 62px/600/-1.6px, about 43% larger, which is the
   single biggest reason the page reads coarser than theirs.
   [CONFIDENCE: CONFIRMED 100% — measured, not inferred. Weight held at 600
   rather than their 400 because this wordmark and headline are deliberately
   heavier per the user's 2026-08-24 note; only the SIZE is being matched.] */
h1{font-size:clamp(30px,3.9vw,44px);font-weight:600;letter-spacing:-.9px;
   line-height:1.04;max-width:19ch;margin:0 auto}
h1 em{font-style:normal;font-weight:200}
/* 16px to match their body copy exactly {MIREYE DOM: "P :: SIZE=16PX
   WEIGHT=400 LH=23.2PX"} — ours was 18.5px/1.6. [CONFIDENCE: CONFIRMED 100%] */
.sub{margin:17px auto 0;max-width:58ch;font-size:clamp(14.5px,1.25vw,16px);
     color:var(--ink-70);line-height:1.45}
.cta{display:flex;gap:10px;justify-content:center;margin-top:28px;flex-wrap:wrap}

/* Framing tiles. Mireye frames its hero with photography plus halftone
   swatches. Ours does the same: eight public-domain photographs of the four
   subjects this graph actually covers — people, companies, government and the
   trade between them — interleaved with generated halftone swatches for
   rhythm. An earlier version drew those four subjects as vector icons instead;
   they read as an icon set rather than a hero, so they were replaced by
   photographs and the generators deleted.

   Every number below is measured, not guessed: their saved build was rendered
   headless and the DOM read back. UNIT 80px wide, GAP 8px everywhere, heights
   only ever 80 or 168 (=80+8+80), radius 10px, three columns a side, four
   tiles a column, cluster pinned 20px off the viewport edge.
   {MIREYE DOM @1440 AND @1920: "TILE WIDTHS [80]  TILE HEIGHTS [80, 168]
    RADIUS ['10PX']  GAPS=[8]  L COLUMN X: [-20, 68, 156] → HORIZ GAP [88, 88]"}
   [CONFIDENCE: CONFIRMED 100% — identical at both viewports, so these are
    fixed px and not a vw expression]
   The previous version used 96px tiles, an 11px gap and seventeen different
   heights ({82,88,90,96,102,104,112,118,126,130,132,138,144,148,150,152,156}).
   Seventeen arbitrary heights is what read as imprecise — not the size. */
.tiles{position:absolute;top:96px;pointer-events:none;display:flex;gap:8px;
       align-items:flex-start}
/* Pinned to the viewport edge, so the outermost column is clipped by exactly
   20px at every width. calc(50% - 872px) tracked the centre instead: at 1440
   it sat at -152 (two columns lost) and at 1920 at +88 (nothing clipped, the
   cluster floating free of the edge). Mireye's is -20 at both. */
.tiles.l{left:-20px}
.tiles.r{right:-20px}
.col{display:flex;flex-direction:column;gap:8px;width:80px}
/* A one-shot entrance, not a perpetual float. The float was measurably
   destroying the very grid this rebuild exists to create: with each tile
   drifting +/-3px on its own phase, the measured vertical gap came back as
   {OUR DOM @1440 WITH FLOAT: "VGAPS [10, 6, 9]"} instead of a clean 8, and
   neighbouring columns never lined up on the same row. Mireye's tiles rise
   once and then sit perfectly still {MIREYE DOM: "GAPS=[8]" AT BOTH 1440 AND
   1920 — a single value, so nothing is moving when measured}.
   [CONFIDENCE: CONFIRMED 100% — the 8px grid only holds once motion stops] */
.tile{border-radius:10px;overflow:hidden;background:#fff;
      border:1px solid var(--ink-06);
      animation:rise .72s cubic-bezier(.16,1,.3,1) backwards}
/* Swatches carry a faint fill so they read as tiles rather than as dots
   floating on the page. Mireye's equivalents are solid warm greys
   {MIREYE DOM: "SWATCH BG ['RGB(223, 222, 216)', 'RGB(240, 239, 233)',
    'RGB(255, 255, 255)']"}; ours are the same idea in this palette's cool ink.
   [CONFIDENCE: CONFIRMED 95% — value read from their computed style; the hue
    is adapted because #0E1A2B ink against a warm cream reads muddy] */
.tile.plain{border-color:transparent;background:rgba(14,26,43,.045)}
.tile.plain:nth-child(3n){background:rgba(14,26,43,.075)}
.tile svg,.tile img{display:block;width:100%;height:100%;object-fit:cover}
/* Delay is set inline by home.js, not here. The CSS version was silently
   broken: `.col:nth-child(2) .tile` scores (0,3,0) against `.tile:nth-child(1)`
   at (0,2,0), so the column rule won outright and all four tiles in columns 2
   and 3 fired together instead of cascading.
   [CONFIDENCE: CONFIRMED 100% — specificity arithmetic, two class selectors
    against one] */
@keyframes rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
/* Respect the OS setting — a 24-tile cascade is exactly the kind of motion
   people turn this on to avoid. */
@media(prefers-reduced-motion:reduce){.tile{animation:none}}
/* Cluster is 256px wide (3*80 + 2*8), right edge at x=236 regardless of
   viewport. Mireye hides theirs below 1200px exactly
   {MIREYE DOM SWEEP: "W=1180 TILES=0" / "W=1200 TILES=24 CLEARANCE=22"}.
   We diverge deliberately and hide at 1120 instead: at 1121 our headline still
   clears the cluster by 41px {OUR DOM: "W=1121 ... CLEARANCE(L→H1)=41PX"},
   which is roomier than what Mireye accepts at its own breakpoint, and a
   browser window between 1120 and 1200 is common enough that the earlier
   1500px cut meant the tiles were invisible on every laptop.
   [CONFIDENCE: CONFIRMED 100% — both numbers measured by rendering the two
    pages headless across a width sweep, not inferred] */
@media(max-width:1120px){.tiles{display:none}}

/* ── the orb ── */
.orb{position:relative;margin-top:54px;height:min(40vw,460px);overflow:hidden}
#orb{display:block;margin:0 auto}
.orbcap{text-align:center;font:500 12px var(--mono);color:var(--ink-45);
        letter-spacing:.6px;padding:18px 20px 0}

/* ── before / after ── */
.ba{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:44px}
@media(max-width:880px){.ba{grid-template-columns:1fr}}
.pane{background:var(--card);border:1px solid var(--ink-14);border-radius:15px;
      padding:24px;display:flex;flex-direction:column}
.pane.on{border-color:rgba(14,26,43,.30);box-shadow:0 2px 18px rgba(14,26,43,.06)}
.pane .cap{font:500 13px var(--mono);color:var(--ink-45);margin-bottom:18px;
           display:flex;justify-content:space-between;align-items:center;gap:10px}
.pane.on .cap b{background:var(--ink);color:#fff;padding:5px 11px;border-radius:7px;
                font:500 12.5px var(--mono)}
.pane .cap .live{font-size:11.5px;color:var(--ink-45)}
.pane .cap .live i{display:inline-block;width:5px;height:5px;border-radius:50%;
                   background:#22c55e;margin-right:5px}
.ask{align-self:flex-end;background:var(--ink-06);border-radius:11px;
     padding:9px 14px;font-size:13.5px;margin-bottom:16px;max-width:88%}
.ans{font-size:14px;line-height:1.65;color:var(--ink-70)}
.ans b{color:var(--ink);font-weight:600}
.kv{margin-top:14px;border:1px solid var(--ink-14);border-radius:10px;padding:14px 16px;
    font:13px var(--mono);line-height:1.85;background:#FAFBFC}
.kv span{color:var(--ink-45);display:inline-block;min-width:104px}
.kv a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}
.pane .foot{margin-top:auto;padding-top:16px;font-size:12.5px;color:var(--ink-45)}
.pane.on .foot{color:var(--ink-70)}

/* ── sections ── */
section{padding:88px 0;border-top:1px solid var(--ink-06)}
.eyebrow{font:500 11.5px var(--mono);letter-spacing:1.3px;text-transform:uppercase;
         color:var(--ink-45);margin-bottom:14px}
/* 28px. Scaling h1 without scaling h2 inverted the hierarchy on eight pages —
   the sub-page headline landed at 36px under a 37px section heading.
   {OUR DOM SWEEP @1440 AFTER THE H1 FIX BUT BEFORE THIS ONE:
    "COVERAGE.HTML H=[36,37,19] MONO=FALSE"}
   The ladder is now 44 (home h1) / 36 (sub-page h1) / 28 (h2) / 19 (h3).
   [CONFIDENCE: CONFIRMED 100% — measured across all 15 pages] */
h2{font-size:clamp(23px,2.5vw,28px);font-weight:600;letter-spacing:-.65px;
   line-height:1.14;max-width:19ch}
.lede{margin-top:15px;max-width:60ch;color:var(--ink-70);font-size:16.5px}

.three{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}
@media(max-width:840px){.three{grid-template-columns:1fr}}
.lat{background:var(--card);border:1px solid var(--ink-14);border-radius:14px;padding:26px}
.lat .n{font:600 12px var(--mono);color:var(--ink-45);letter-spacing:1px}
.lat h3{font-size:19px;font-weight:600;margin:12px 0 9px;letter-spacing:-.3px}
.lat p{font-size:14.5px;color:var(--ink-70);line-height:1.62}
.lat .src{margin-top:16px;padding-top:13px;border-top:1px solid var(--ink-06);
          font:500 11.5px var(--mono);color:var(--ink-45)}

/* evidence card */
.ev{margin-top:40px;background:var(--card);border:1px solid var(--ink-14);
    border-radius:14px;overflow:hidden}
.ev .hd{padding:13px 20px;border-bottom:1px solid var(--ink-06);
        font:500 11.5px var(--mono);color:var(--ink-45);letter-spacing:.6px;
        display:flex;justify-content:space-between}
.row{display:grid;grid-template-columns:78px 1fr auto;gap:16px;align-items:center;
     padding:15px 20px;border-bottom:1px solid var(--ink-06);font-size:14.5px}
.row:last-child{border-bottom:0}
.row .tk{font:600 14px var(--mono)}
.row .why{color:var(--ink-70);font-size:13.5px}
.row .why b{font-weight:600;color:var(--ink)}
.row .lk{font-size:12px;color:var(--accent);white-space:nowrap}
@media(max-width:640px){.row{grid-template-columns:1fr;gap:5px}}

.close{text-align:center;padding:96px 0}
.close h2{margin:0 auto;max-width:22ch}
footer{border-top:1px solid var(--ink-06);padding:30px 0;font-size:13px;
       color:var(--ink-45);display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}

/* ══ multi-page shell ═══════════════════════════════════════════════════════
   Added when the site went from one page to fifteen. Everything above this
   line is the home page; everything below is shared chrome and the components
   the sub-pages need. */

/* ── nav dropdowns ── */
.navlinks{align-items:center}
.navlinks a.on{opacity:1;font-weight:500}
.dd{position:relative}
.dd>button{font:inherit;font-size:15.5px;color:var(--ink);background:none;border:0;
  cursor:pointer;padding:7px 11px;border-radius:9px;display:flex;align-items:center;
  gap:6px;opacity:.82;transition:.15s}
.dd>button:hover{opacity:1;background:var(--ink-06)}
.dd.open>button{opacity:1;background:var(--ink-06)}
.dd.open>button svg{transform:rotate(180deg)}
.dd>button svg{transition:transform .2s}
.dd.on>button{opacity:1;font-weight:500}
.menu{position:absolute;top:calc(100% + 12px);left:-8px;min-width:216px;
  background:#fff;border:1px solid var(--ink-06);border-radius:14px;padding:8px;
  box-shadow:0 2px 6px rgba(14,26,43,.06),0 14px 38px rgba(14,26,43,.10);
  display:none;flex-direction:column}
.dd.open .menu{display:flex}
.menu a{padding:10px 13px;border-radius:9px;font-size:15px;color:var(--ink);opacity:.9}
.menu a:hover{background:var(--ink-06);opacity:1}

/* ── sub-page hero: left aligned, no orb, clears the fixed nav ── */
/* padding follows the nav shrinking from 66px to 58px */
.ph{padding:122px 0 8px;text-align:left}
.ph-h1{font-size:clamp(27px,3.2vw,36px);font-weight:600;letter-spacing:-.75px;
  line-height:1.1;max-width:24ch;margin:12px 0 0}
.sub.left{margin-left:0;margin-right:0;text-align:left;max-width:62ch}
.cta.left{justify-content:flex-start}
body:not(.home) section:first-of-type{border-top:0}

/* ── comparison / FAQ rows ── */
.row3{display:grid;grid-template-columns:118px 1fr;gap:18px;padding:20px;
  border-bottom:1px solid var(--ink-06);font-size:14.5px;align-items:start}
.row3:last-child{border-bottom:0}
.row3 .tk{font:600 14px var(--mono)}
.row3 .why{color:var(--ink-70);line-height:1.65}
.row3 .why b{color:var(--ink);font-weight:600}
@media(max-width:640px){.row3{grid-template-columns:1fr;gap:6px}}

/* ── pricing ── */
.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}
@media(max-width:880px){.tiers{grid-template-columns:1fr}}
.tier{background:var(--card);border:1px solid var(--ink-14);border-radius:15px;
  padding:28px;display:flex;flex-direction:column}
.tier.on{border-color:rgba(14,26,43,.32);box-shadow:0 2px 18px rgba(14,26,43,.06)}
.tier h3{font-size:19px;font-weight:600;letter-spacing:-.3px}
.tier .pr{font:600 27px var(--f);letter-spacing:-.8px;margin:10px 0 14px}
.tier p{font-size:14.5px;color:var(--ink-70);line-height:1.6}
.tier ul{list-style:none;margin:18px 0 24px;font-size:14px;color:var(--ink-70)}
.tier li{padding:6px 0 6px 20px;position:relative}
.tier li:before{content:"";position:absolute;left:2px;top:13px;width:6px;height:6px;
  border-radius:50%;background:var(--ink);opacity:.32}
.tier .btn{margin-top:auto}

/* ── legal note ── */
.note{background:var(--ink-06);border-radius:12px;padding:16px 20px;
  font-size:14px;color:var(--ink-70);line-height:1.6;max-width:70ch}
.note b{color:var(--ink)}
code{font:13.5px var(--mono);background:var(--ink-06);padding:2px 6px;border-radius:5px}

/* ── footer ── */
footer{border-top:1px solid var(--ink-06);margin-top:20px;padding:52px 0 0}
.fcols{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px}
@media(max-width:820px){.fcols{grid-template-columns:1fr 1fr}}
.fcols h4{font:500 11.5px var(--mono);letter-spacing:1.2px;text-transform:uppercase;
  color:var(--ink-45);margin-bottom:14px}
.fcols a{display:block;font-size:14.5px;color:var(--ink-70);padding:5px 0}
.fcols a:hover{color:var(--ink)}
.brand.sm{font-size:17px;gap:9px}
.brand.sm svg{width:26px;height:26px}
.fnote{margin-top:14px;font-size:14px;color:var(--ink-45);line-height:1.6}
.fbar{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;
  margin-top:44px;padding-top:22px;border-top:1px solid var(--ink-06);
  padding-bottom:30px;font-size:13px;color:var(--ink-45)}

/* ── wordmark: one word, one weight ── */
.brand .wm{display:flex;letter-spacing:-.55px;font-weight:600}

/* ── auth ── */
.ph.auth{padding:140px 0 76px}
.wrap.narrow{max-width:430px}
.ph-h1.mid,.sub.mid{text-align:center;max-width:none;margin-left:auto;margin-right:auto}
.ph-h1.mid{font-size:30px}
.sub.mid{margin-top:12px;font-size:16px}
.authbox{margin-top:34px;background:var(--card);border:1px solid var(--ink-14);
  border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:16px;
  box-shadow:0 1px 2px rgba(14,26,43,.04),0 10px 30px rgba(14,26,43,.05)}
.authbox label{display:flex;flex-direction:column;gap:7px;font-size:13.5px;
  font-weight:500;color:var(--ink-70)}
.authbox input{font:15px var(--f);padding:12px 14px;border:1px solid var(--ink-14);
  border-radius:10px;background:#fff;color:var(--ink);outline:none;transition:.15s}
.authbox input:focus{border-color:rgba(14,26,43,.45)}
.btn.wide{width:100%;padding:13px;font-size:15px;margin-top:4px}
.authmsg{font-size:13.5px;color:var(--ink-45);line-height:1.55;display:none}
.authmsg.on{display:block}
.authalt{font-size:14px;color:var(--ink-45);text-align:center;padding-top:4px}
.authalt a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}
.authfoot{margin-top:22px;font-size:13px;color:var(--ink-45);line-height:1.6;text-align:center}


/* Short taglines take the mono face — kicker lines, stat lines, captions.
   Body copy and headlines stay in Geist sans. */
.fnote,.authfoot{font-family:var(--f)}
.kicker{font:500 12px var(--mono);letter-spacing:.6px;color:var(--ink-45)}


/* ── split auth screen ────────────────────────────────────────────────────
   Two halves: the graph on the left, the form on the right. The left panel is
   not decoration — it draws a real fragment of the product (source rows cited
   in assets/auth.js) so the first thing a returning user sees is the thing
   they are logging in to use.
   No nav and no footer here: a split screen has nowhere to put either without
   breaking the full-height columns, so page(chrome=False) drops them and the
   panel carries its own mark. */
body.bare{background:#fff}
.split{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}

.split-art{position:relative;background:var(--ink);color:#fff;overflow:hidden;
  display:flex;flex-direction:column;padding:30px 34px 34px}
/* Vignette so the canvas does not end abruptly at the panel border. */
.split-art::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(118% 88% at 50% 38%,transparent 44%,rgba(5,10,19,.60) 100%)}
.artbrand{display:flex;align-items:center;gap:9px;font-size:17px;letter-spacing:-.3px;
  color:#fff;position:relative;z-index:2}
.artbrand .wm{font-weight:600}
.artcanvas{position:relative;flex:1;min-height:0;margin:6px -12px 0}
#authgraph{display:block;position:absolute;inset:0}
.artfoot{position:relative;z-index:2;padding-top:18px}
.artline{font-size:19px;line-height:1.42;letter-spacing:-.3px;color:#fff;max-width:32ch}
.artmeta{margin-top:11px;font:500 11.5px var(--mono);letter-spacing:.5px;
  color:rgba(255,255,255,.50);max-width:46ch;line-height:1.55}

.split-form{display:flex;align-items:center;justify-content:center;padding:44px 34px}
.authwrap{width:100%;max-width:352px}
.backlink{font:500 12px var(--mono);letter-spacing:.4px;color:var(--ink-45);
  display:inline-block;margin-bottom:26px}
.backlink:hover{color:var(--ink)}
.auth-h1{font-size:30px;font-weight:600;letter-spacing:-.6px;line-height:1.15}
.auth-sub{margin-top:8px;font-size:15px;color:var(--ink-70);line-height:1.5}
/* No card on the split screen — the panel edge is already the boundary, and a
   box inside a box reads as a dialog. */
.authbox.bare{background:transparent;border:0;padding:0;margin-top:24px;box-shadow:none}

/* Below 940px two columns do not fit. The panel goes rather than being
   squeezed; a compressed graph would cost the form its breathing room for
   no gain. */
@media(max-width:940px){
  .split{grid-template-columns:1fr}
  .split-art{display:none}
  .split-form{min-height:100vh;padding:34px 22px}
}
