/* fund-v2 — trust-first page. New/override rules only; fund.css + vault.css own
   the palette, type, panels, chart, deal table, deposit card, drawer and CTA.
   This file adds: the hero proof strip, the deposit small-print, the verify
   cards, the proving-ground book tiles and the technology block. No new colors,
   no gradients-as-decoration, no glows, no boops — quiet tonal hovers only. */

/* ─── Hero proof strip — the mono live counters under the lede ──── */
.proof-strip{display:flex;flex-wrap:wrap;align-items:center;row-gap:7px;margin-top:22px;
  font-family:var(--mono);font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}
.proof-item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.proof-item:not(:last-child)::after{content:"·";margin:0 13px;color:var(--faint)}
.proof-item b{font-weight:600;color:var(--green);font-variant-numeric:tabular-nums}

/* The reasoning feed flows naturally in this layout (no pinned-absolute trick).
   It grows to fill the hero-right column instead of stopping at a fixed
   460px — the left column (chart + bot cards) sets the real height now. */
.hero-right .reason{flex:1;position:static;min-height:0}
.hero-right .reason-list{position:static;inset:auto;flex:1;min-height:0;max-height:none;margin-top:4px;overflow-y:auto}
/* Below 920px the hero grid stacks (see the shared breakpoint further down)
   and JS stops setting an explicit height to match — fall back to a fixed
   cap so the feed doesn't run to its full unbounded length on a phone. */
@media(max-width:920px){.hero-right .reason-list{max-height:460px}}

/* The overseer's daily read — a fleet-level judgment, not one agent's own
   reasoning. Set apart with the page's existing tonal-panel language rather
   than blended in as just another entry. */
.reason-item.observer{background:var(--green-tint);margin:0 -12px;padding:13px 12px;
  border-radius:10px;border-bottom-color:transparent}

/* ─── Return terms — the 90%/1-day strip under the return number,
   same white-card language as .return-card / .stat-panel. ────── */
.return-terms{display:grid;grid-template-columns:1fr 1fr;
  background:linear-gradient(180deg,#ffffff,#fbfbf8);border-radius:16px;
  padding:clamp(8px,1vw,12px);box-shadow:0 1px 2px rgba(20,20,15,.03),0 10px 30px rgba(20,20,15,.045)}
.rt{min-width:0;padding:clamp(12px,1.4vw,16px)}
.rt:first-child{border-right:1px solid var(--hair)}
.rt-v{display:block;margin-top:5px;font-family:var(--serif);font-weight:700;
  font-size:clamp(22px,2.2vw,28px);letter-spacing:-.01em;color:var(--ink)}
.rt-v.up{color:var(--green)}

/* ─── Deposit card small-print (non-custodial line + Axiom anchor) ─ */
.deposit-note{margin:0;font-size:12.5px;line-height:1.45;color:var(--muted)}
.deposit-anchor{margin-top:10px;display:flex;flex-direction:column;gap:2px;text-decoration:none}
.da-name{font-size:clamp(19px,1.8vw,24px);font-weight:800;letter-spacing:-.01em;color:var(--green)}
.deposit-anchor:hover .da-name{color:var(--green-deep)}
.da-sub{font-size:12.5px;color:var(--ink-2)}

/* ─── Verify — three bare text cards on one baseline grid ───────── */
.verify{padding-top:clamp(56px,7vw,96px);padding-bottom:clamp(44px,5.5vw,76px);border-top:1px solid var(--hair)}
.verify-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(14px,1.8vw,22px);align-items:stretch}
@media(max-width:760px){.verify-grid{grid-template-columns:1fr}}
/* title / body / destination share a row track across all three cards */
.vcard{display:grid;grid-template-rows:auto 1fr auto;gap:12px;
  background:linear-gradient(180deg,#ffffff,#fbfbf8);border-radius:16px;
  padding:clamp(20px,2vw,26px);box-shadow:0 1px 2px rgba(20,20,15,.03),0 10px 30px rgba(20,20,15,.045);
  color:var(--ink);transition:background .16s}
.vcard:hover{background:var(--green-tint)}
.vcard-title{font-family:var(--serif);font-weight:600;font-size:clamp(17px,1.7vw,20px);letter-spacing:-.01em}
.vcard-body{font-size:14px;line-height:1.5;color:var(--ink-2)}
.vcard-go{font-family:var(--sans);font-weight:600;font-size:13px;color:var(--green)}

/* ─── Track record — strategy label reads as a name, not a bot id ─ */
.deals .dt-name{font-family:var(--sans);font-weight:600;font-size:14px;color:var(--ink)}
.deals .dt-status{text-transform:none;letter-spacing:0;font-size:12px}

/* ─── Track record — trade history / positions / depositors tabs ─ */
.tt-switch{position:relative;display:inline-flex;padding:3px;margin-top:24px;
  background:var(--paper);border:1px solid var(--hair);border-radius:999px;
  box-shadow:inset 0 1px 2px rgba(20,20,15,.04)}
.tt-opt{position:relative;z-index:1;appearance:none;border:0;background:transparent;cursor:pointer;
  font-family:var(--sans);font-weight:600;font-size:13px;color:var(--muted);min-width:116px;text-align:center;
  padding:8px 18px;border-radius:999px;white-space:nowrap;transition:color .28s var(--ease)}
.tt-opt:hover{color:var(--ink)}
.tt-opt[aria-selected="true"],.tt-opt[aria-selected="true"]:hover{color:#fff}
.tt-pill{position:absolute;top:3px;bottom:3px;left:3px;width:calc((100% - 6px)/3);z-index:0;
  border-radius:999px;background:linear-gradient(180deg,var(--green),var(--green-deep));
  box-shadow:0 2px 8px rgba(14,143,87,.30);transition:transform .3s var(--ease)}
.tt-switch[data-active="positions"] .tt-pill{transform:translateX(100%)}
.tt-switch[data-active="depositors"] .tt-pill{transform:translateX(200%)}
.tt-panel[hidden]{display:none}
.tt-cap{margin:18px 0 0;font-size:14px;color:var(--ink-2)}
.tt-panel .table-frame{margin-top:14px}

/* ─── Axiom on Hyperliquid — live mirror, dark window onto the
   real page. A genuine live proof surface (real API, real link out),
   not a decorative screenshot prop. ────────────────────────────── */
.hlm{padding-top:clamp(56px,7vw,96px);border-top:1px solid var(--hair)}
.hlm-head h3{font-size:clamp(20px,2.2vw,26px);font-weight:800;letter-spacing:-.015em}
.hlm-head p{margin:6px 0 0;font-size:14px;color:var(--muted)}
.hlm-frame{margin-top:20px;border:1px solid var(--hair);border-radius:14px;overflow:hidden;background:#0d1714}
.hlm-url{display:flex;align-items:center;gap:6px;padding:9px 14px;background:#111e19;border-bottom:1px solid #1d2c25}
.hlm-dot{width:8px;height:8px;border-radius:50%;background:#24352d;flex:none}
.hlm-url a{font-family:var(--mono);font-size:11px;color:#8fb3a6;margin-left:8px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hlm-url a:hover{color:#d9efe7}
.hlm-body{padding:clamp(18px,2.2vw,26px)}
.hlm-top{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.hlm-name{display:flex;align-items:center;gap:11px}
.hlm-name img{width:26px;height:26px}
.hlm-name b{display:block;color:#e9f5ef;font-size:17px;font-weight:600}
.hlm-addr{font-family:var(--mono);font-size:10.5px;color:#7d948c}
.hlm-open{font-family:var(--mono);font-size:11.5px;font-weight:600;color:#0d1714;background:#8ee6c7;
  border-radius:6px;padding:8px 13px;white-space:nowrap}
.hlm-open:hover{background:#a8f0d6}
.hlm-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}
@media(max-width:920px){.hlm-stats{grid-template-columns:1fr 1fr}}
.hlm-stats>div{border:1px solid #1d2c25;border-radius:8px;padding:12px 14px;min-height:64px}
.hlm-k{display:block;font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#7d948c}
.hlm-v{display:block;margin-top:6px;font-size:19px;font-weight:600;color:#e9f5ef;
  font-family:var(--mono);font-variant-numeric:tabular-nums}
.hlm-v.up2{color:#5fd6ac}
.hlm-stats svg{display:block;width:100%;height:40px;margin-top:4px}
.hlm-tablewrap{margin-top:16px;overflow-x:auto;border:1px solid #1d2c25;border-radius:8px}
.hlm-table{border-collapse:collapse;width:100%;min-width:680px}
.hlm-table th{font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;
  color:#7d948c;text-align:left;padding:8px 12px;border-bottom:1px solid #1d2c25;font-weight:500}
.hlm-table th.num,.hlm-table td.num{text-align:right;font-family:var(--mono);font-variant-numeric:tabular-nums}
.hlm-table td{padding:7px 12px;border-bottom:1px solid #16231d;font-size:12px;color:#cfe0da}
.hlm-table tr:last-child td{border-bottom:0}
.hlm-table td b{color:#e9f5ef;font-weight:600}
.hlm-table td i{font-style:normal;font-family:var(--mono);font-size:10px;color:#5fd6ac;margin-left:4px}
.hlm-table .neg{color:#ef6a80}
.hlm-table .pos{color:#5fd6ac}
.hlm-table .hlm-empty{text-align:center;color:#7d948c;padding:18px 12px}
.hlm-foot{display:flex;justify-content:space-between;gap:10px;margin-top:12px;
  font-family:var(--mono);font-size:10px;color:#7d948c;flex-wrap:wrap}

/* ─── How Hyperliquid vaults work — lifted verbatim (same dark system,
   colors, animated flow lines) from GT/docs/hyperliquid-vaults-architecture.html,
   just reframed to match this page's dark-window container (.hlm-frame).
   Every custom property + class below is scoped under .hlv so it can't
   collide with the rest of this (light) page. ───────────────────── */
.hlv{padding-top:clamp(56px,7vw,96px);border-top:1px solid var(--hair)}
.hlv-head h3{font-size:clamp(20px,2.2vw,26px);font-weight:800;letter-spacing:-.015em}
.hlv-head p{margin:6px 0 0;font-size:14px;color:var(--muted)}
.hlv-frame{margin-top:20px;border:1px solid var(--hair);border-radius:14px;overflow:hidden;
  background:linear-gradient(180deg,#0c1512,#0a100e);padding:clamp(20px,2.4vw,32px)}
.hlv{
  --hlv-panel:#111c17; --hlv-panel-edge:#223129; --hlv-ink:#e9f2ed; --hlv-muted:#8fa398;
  --hlv-faint:#5e7168; --hlv-mint:#8fe0c6; --hlv-mint-dim:#4f8a75; --hlv-line:#2a3b33;
}
.hlv-diagram{overflow-x:auto}
.hlv-diagram svg{display:block;width:100%;min-width:760px;height:auto}
.hlv-diagram svg text{font-family:var(--sans);fill:var(--hlv-ink)}
.hlv-diagram .t-title{font-size:15px;font-weight:640}
.hlv-diagram .t-node{font-size:13.5px;font-weight:600}
.hlv-diagram .t-sub{font-size:11.5px;fill:var(--hlv-muted);font-weight:400}
.hlv-diagram .t-tiny{font-size:10.5px;fill:var(--hlv-faint)}
.hlv-diagram .t-mono{font-family:var(--mono);font-size:11px;fill:var(--hlv-mint)}
.hlv-diagram .mid{text-anchor:middle}
.hlv-diagram .box{fill:var(--hlv-panel);stroke:var(--hlv-panel-edge);stroke-width:1}
.hlv-diagram .box-quiet{fill:#0f1814;stroke:#1c2922;stroke-width:1}
.hlv-diagram .box-engine{fill:rgba(17,28,23,.45);stroke:var(--hlv-panel-edge);stroke-width:1.2}
.hlv-diagram .box-base{fill:#0f1915;stroke:#223129;stroke-width:1}
.hlv-diagram .wire{stroke:var(--hlv-line);stroke-width:1.2;fill:none}
.hlv-diagram .flow{stroke:var(--hlv-mint);stroke-width:1.6;fill:none;stroke-linecap:round;
  stroke-dasharray:5 9;animation:hlv-current 1.5s linear infinite}
.hlv-diagram .flow--slow{animation-duration:2.4s;stroke:var(--hlv-mint-dim)}
@keyframes hlv-current{to{stroke-dashoffset:-14}}
@media(prefers-reduced-motion:reduce){.hlv-diagram .flow,.hlv-diagram .flow--slow{animation:none}}
.hlv-caption{margin-top:14px;font-size:13px;color:var(--hlv-faint);max-width:70ch}

/* ─── How to deposit — three steps + a video slot ───────────────── */
.deposit-guide-link{display:inline-block;margin-top:10px;font-family:var(--sans);font-weight:600;
  font-size:12.5px;color:var(--green)}
.deposit-guide-link:hover{color:var(--green-deep)}
.hiw{padding-top:clamp(56px,7vw,96px);padding-bottom:clamp(44px,5.5vw,76px);border-top:1px solid var(--hair)}
.hiw-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(26px,3.4vw,56px);align-items:center}
@media(max-width:920px){.hiw-grid{grid-template-columns:1fr}}
.hiw-h{font-family:var(--serif);font-size:clamp(24px,2.8vw,34px);font-weight:700;letter-spacing:-.02em}
.hiw-sub{margin:8px 0 0;font-size:14.5px;color:var(--muted)}
.hiw-steps{margin-top:clamp(16px,2vw,24px);display:flex;flex-direction:column}
.step{display:grid;grid-template-columns:auto 1fr;gap:16px;padding:15px 0;border-bottom:1px solid var(--hair-2)}
.step:last-child{border-bottom:0}
.step-n{width:30px;height:30px;border-radius:50%;background:var(--green-tint);color:var(--green-deep);
  display:grid;place-items:center;font-family:var(--mono);font-weight:600;font-size:13px;flex:none;margin-top:2px}
.step h4{margin:3px 0 0;font-size:15.5px;font-weight:600}
.step p{margin:4px 0 0;font-size:13.5px;color:var(--ink-2);line-height:1.5;max-width:56ch}
.step p a{color:var(--green);font-family:var(--mono);font-size:12.5px}
.step p a:hover{text-decoration:underline}
.video-card{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:16/9;cursor:pointer;display:block;
  background:linear-gradient(150deg,#17251d,#0f1a14 65%,#12211a);border:1px solid var(--hair)}
.video-card svg{position:absolute;inset:0;width:100%;height:100%}
.video-brand{position:absolute;top:14px;left:16px;font-weight:600;font-size:12.5px;color:#e8efe9;opacity:.85}
.play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;
  background:rgba(255,255,255,.94);display:grid;place-items:center;box-shadow:0 6px 24px rgba(0,0,0,.35);
  transition:background .15s}
.video-card:hover .play{background:#fff}
.play::after{content:"";display:block;width:0;height:0;border-left:18px solid var(--green-deep);
  border-top:11px solid transparent;border-bottom:11px solid transparent;margin-left:4px}
.video-cap{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:12px;flex-wrap:wrap}
.video-cap .t{font-weight:600;font-size:14px;color:var(--ink-2)}

/* ─── Video guide modal — centered, dark, reuses the drawer's scrim/close
   language rather than inventing a new one ──────────────────────── */
.video-modal{position:fixed;inset:0;z-index:70;visibility:hidden;opacity:0;
  transition:opacity .2s,visibility .2s;display:grid;place-items:center;padding:24px}
.video-modal.open{visibility:visible;opacity:1}
.video-modal-scrim{position:absolute;inset:0;background:rgba(10,14,11,.78)}
.video-modal-panel{position:relative;width:min(920px,100%);border-radius:14px;overflow:hidden;
  background:#000;box-shadow:0 30px 90px rgba(0,0,0,.5)}
.video-modal-x{position:absolute;top:12px;right:12px;z-index:1;width:34px;height:34px;
  border:1px solid rgba(255,255,255,.22);border-radius:8px;background:rgba(10,10,8,.5);
  color:#fff;font-size:20px;line-height:1;cursor:pointer}
.video-modal-x:hover{background:rgba(10,10,8,.75);border-color:rgba(255,255,255,.45)}
#video-modal-player{display:block;width:100%;aspect-ratio:16/9;background:#000}

/* ─── Proving ground — one live book, toggled ───────────────────── */
/* The switch used to sit beside the copy in a flex row, but the copy column
   is capped at 60ch (.sec-head) so the switch never had real room next to
   it — it either floated in a mostly-empty row or (bottom-anchored) hung
   disconnected from the heading. Stacked below instead, matching how the
   Track record section already places its own switch under its intro text.
   Heading + paragraph run side by side (opting out of .sec-head's 60ch cap)
   so the row actually uses the section's width instead of leaving the whole
   right two-thirds empty above the chart. */
.proving{padding-top:clamp(56px,7vw,96px);padding-bottom:clamp(44px,5.5vw,76px);border-top:1px solid var(--hair)}
.proving-head{max-width:920px}
.proving-copy{display:flex;gap:36px;align-items:flex-start}
.proving-copy h2{flex:0 0 420px}
.proving-copy p{flex:1;min-width:280px;margin:6px 0 0}
.proving-head .fund-switch{margin-top:22px}
.proving-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:clamp(18px,2vw,28px);margin-top:32px;align-items:stretch}
@media(max-width:920px){.proving-grid{grid-template-columns:1fr}.proving-grid .board-chart{min-height:300px}}
@media(max-width:760px){.proving-copy{display:block}.proving-copy p{margin-top:14px}}
/* neutral gray chip — deliberately NOT emerald (spec §5); no icon inside */
.paper-chip{display:inline-block;font-family:var(--mono);font-weight:500;font-size:10px;
  letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:var(--hair-2);
  padding:5px 10px;border-radius:7px;line-height:1;margin-bottom:14px}
.proving-cta{margin-top:clamp(20px,2.4vw,28px)}

/* ─── Technology — condensed text block, moat-styled ───────────── */
/* ── Verify — fills the hero's left underside ────────────────── */
/* Row 1 takes all slack (the chart stretches into it via .chart-frame's
   flex:1), so no gap opens between the chart and the verify rows. */
.hero-grid{grid-template-rows:1fr auto}
.hero-left{grid-column:1;grid-row:1;display:flex;flex-direction:column}
.hero-left .board-chart{flex:1;display:flex;flex-direction:column}
.hero-grid > .hero-right{grid-column:2;grid-row:1 / span 2}
/* Its own tonal panel — otherwise plain rows on white read as body copy and
   vanish next to the chart. Trust is this page's whole job; give it weight. */
.hero-verify{grid-column:1;grid-row:2;display:flex;flex-direction:column;justify-content:flex-end;
  margin-top:20px;padding:clamp(20px,2.2vw,26px) clamp(20px,2.2vw,28px);border-radius:16px;
  background:linear-gradient(180deg,var(--green-tint),#f5faf6);
  box-shadow:0 1px 2px rgba(20,20,15,.03),0 10px 30px rgba(20,20,15,.045)}
.hv-head{font-weight:800;font-size:clamp(20px,2vw,26px);letter-spacing:-.01em;color:var(--ink)}
.hv-sub{margin:6px 0 4px;font-size:14px;color:var(--ink-2)}
.hv-row{display:grid;grid-template-columns:190px 1fr auto;gap:18px;align-items:baseline;
  padding:13px 4px;margin:0 -4px;border-radius:10px;
  border-top:1px solid rgba(14,110,67,.14);text-decoration:none;color:inherit;transition:background .16s}
a.hv-row:hover{background:rgba(255,255,255,.65)}
/* "The live book" is a button (opens the drawer in-page, not a link) —
   reset it to the exact same look as the a.hv-row rows around it. */
button.hv-row{appearance:none;background:none;width:100%;font:inherit;cursor:pointer;
  border-left:0;border-right:0;border-bottom:0;border-top:1px solid rgba(14,110,67,.14)}
button.hv-row:hover{background:rgba(255,255,255,.65)}
.hv-t{font-weight:600;font-size:14.5px;color:var(--ink);display:inline-flex;align-items:center;gap:8px}
.hv-check{width:16px;height:16px;flex:none;color:var(--green)}
.hv-d{font-size:14px;color:var(--ink-2);line-height:1.45}
.hv-go{font-weight:600;font-size:13.5px;color:#0e8f57;white-space:nowrap}
a.hv-row:hover .hv-go,button.hv-row:hover .hv-go{color:#0a5c38}

/* Hero bots — plain (no tonal panel; the cards themselves carry the weight,
   a green wash under white cards would just look like a card-in-a-card). */
.hero-bots{background:none;box-shadow:none;padding:0;border-radius:0}
.hero-bots .hv-head{margin-bottom:14px}
.hero-bots-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:640px){.hero-bots-row{grid-template-columns:1fr}}

@media(max-width:920px){
  .hero-grid{grid-template-rows:none}
  .hero-left,.hero-grid > .hero-right,.hero-verify{grid-column:auto;grid-row:auto}
  .hero-left .board-chart{flex:none}
  .hero-verify{justify-content:flex-start;margin-top:16px}
  .hv-row{grid-template-columns:1fr;gap:4px}
  .hv-go{margin-top:2px}
}

/* ── Risk management — the pre-trade rule layer, in real numbers ─
   Card grammar matches .stat/.hlm-stats elsewhere on this page: mono
   uppercase label, mono bold green value, plain description below. */
.risk{padding-top:clamp(56px,7vw,96px);padding-bottom:clamp(44px,5.5vw,76px);border-top:1px solid var(--hair)}
.risk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(14px,1.8vw,20px);margin-top:clamp(28px,3.4vw,36px)}
@media(max-width:760px){.risk-grid{grid-template-columns:1fr}}
.risk-card{background:linear-gradient(180deg,#ffffff,#fbfbf8);border-radius:14px;
  padding:clamp(18px,2vw,22px);box-shadow:0 1px 2px rgba(20,20,15,.03),0 10px 30px rgba(20,20,15,.045)}
.risk-card .k{font-family:var(--mono);font-size:10px;letter-spacing:.05em}
.risk-v{display:block;margin-top:7px;font-family:var(--mono);font-weight:600;
  font-size:clamp(26px,2.6vw,32px);color:var(--green);font-variant-numeric:tabular-nums}
.risk-d{margin:10px 0 0;font-size:13.5px;line-height:1.5;color:var(--ink-2)}
.risk-note{margin-top:20px;font-size:12.5px;color:var(--muted);max-width:70ch}

/* ── Side by side — the named field ─────────────────────────── */
.vs{padding-top:clamp(48px,6vw,84px);padding-bottom:clamp(24px,3vw,40px)}
.vs .sec-head p{max-width:52ch}
.vs-frame{overflow-x:auto;margin-top:28px}
.vs-table{width:100%;border-collapse:collapse;min-width:880px}
.vs-table th,.vs-table td{padding:14px 16px;font-size:14.5px;line-height:1.45;text-align:left;vertical-align:top;border-top:1px solid var(--hair)}
.vs-table thead th{border-top:0;font-size:13px;color:var(--ink-2);font-weight:600;padding-top:0}
.vs-table tbody th.vs-crit{font-weight:600;color:var(--ink)}
.vs-table th.vs-crit{width:21%}
.vs-table th a{color:inherit;text-decoration:none}
.vs-table th a:hover{color:var(--green);text-decoration:underline}
.vs-table td{color:var(--ink-2)}
.vs-table td.vs-us{background:#e8f5ec;color:var(--ink);font-weight:600}
.vs-table thead th.vs-us{background:#e8f5ec;color:#0e8f57;border-radius:10px 10px 0 0;padding:14px 16px}
.vs-table tbody tr:last-child td.vs-us{border-radius:0 0 10px 10px}
.vs-note{margin-top:14px;font-size:12.5px;color:#8a8c82}

/* ── Signals — the one inset island on the page ─────────────── */
.sig{padding:clamp(36px,5vw,64px) 0}
.sig-panel{
  background:linear-gradient(180deg,#ecf7f0,#e3f2e9);
  border-radius:22px;
  padding:clamp(40px,6vw,72px) clamp(24px,5vw,64px);
  text-align:center;
}
.sig-panel h2{font-size:clamp(30px,4.2vw,52px);margin:0}
.sig-panel p{margin:16px auto 0;max-width:46ch;font-size:clamp(15px,1.5vw,18px);line-height:1.55;color:var(--ink-2)}
.sig-btn{margin-top:26px;max-width:100%;white-space:normal;line-height:1.3}
.sig-toggle{display:flex;width:fit-content;align-items:center;gap:6px;margin:14px auto 0;background:none;border:0;
  cursor:pointer;font-family:var(--sans);font-weight:600;font-size:13px;color:var(--green-deep)}
.sig-toggle:hover{color:var(--green)}
.sig-chev{display:inline-block;font-size:11px;transition:transform .2s var(--ease)}
.sig-toggle[aria-expanded="true"] .sig-chev{transform:rotate(180deg)}
.sig-detail{margin:26px auto 0;max-width:620px;padding-top:24px;
  border-top:1px solid rgba(14,143,87,.18);display:grid;grid-template-columns:1fr 1fr;
  gap:clamp(20px,3vw,32px);text-align:left}
.sig-detail[hidden]{display:none}
.sig-signal{display:flex;flex-direction:column;gap:6px}
.sig-glyph path{stroke:var(--green-deep);fill:none}
.sig-glyph line{stroke:var(--ink-2)}
.sig-name{font-family:var(--serif);font-weight:700;font-style:italic;font-size:16px;color:var(--green-deep);margin:0}
.sig-signal p:last-child{margin:0;font-size:13.5px;line-height:1.5;color:var(--ink-2)}
.sig-detail-note{grid-column:1/-1;margin:2px 0 0;font-size:12.5px;color:var(--muted)}
@media(max-width:640px){.sig-detail{grid-template-columns:1fr}}

.tech{padding-top:clamp(48px,6vw,84px);padding-bottom:clamp(48px,6vw,84px);border-top:1px solid var(--hair);text-align:center}
.tech h2{font-size:clamp(28px,3.8vw,46px);max-width:22ch;margin-left:auto;margin-right:auto}
.tech p{margin:20px auto 0;max-width:60ch;font-size:clamp(15px,1.5vw,18px);line-height:1.55;color:var(--ink-2)}
.how-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,44px);margin:44px auto 0;max-width:1040px}
.how-step{display:flex;flex-direction:column;align-items:center;gap:10px}
.how-logos{display:flex;align-items:center;justify-content:center;gap:10px;height:26px}
.how-logos .lg{display:grid;place-items:center;width:20px;height:20px}
.how-t{font-weight:700;font-size:16.5px;color:var(--ink);margin-top:4px}
.how-d{font-size:14px;line-height:1.5;color:var(--ink-2);max-width:34ch}
@media(max-width:920px){.how-flow{grid-template-columns:1fr;gap:30px}}

.tech-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,40px);margin:48px auto 0;max-width:940px}
.tstat{display:flex;flex-direction:column;gap:10px}
.tstat-n{font-weight:800;font-size:clamp(46px,5.6vw,80px);line-height:.95;letter-spacing:-.015em;color:#0e8f57}
.tstat-k{font-size:14px;color:var(--ink-2)}
@media(max-width:920px){.tech-stats{grid-template-columns:1fr;gap:30px}}
/* Proof-of-scale footer — 5 tiles, smaller numbers than the 3-tile version
   (more figures share the same row) plus a venue tile carrying real logos
   instead of a number. */
.tech-stats-5{grid-template-columns:repeat(5,1fr);max-width:1180px;gap:clamp(16px,2vw,26px)}
.tech-stats-5 .tstat-n{font-size:clamp(30px,3.2vw,42px)}
.tstat-logos{display:flex;align-items:center;justify-content:center;gap:10px;height:24px}
.tstat-logos img{display:block;width:auto}
@media(max-width:920px){.tech-stats-5{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.tech-stats-5{grid-template-columns:1fr}}
.tech p strong{color:var(--ink);font-weight:600}

/* ─── Final CTA — secondary action is a quiet text link, no box ──── */
.fc-link{font-family:var(--sans);font-weight:600;font-size:14px;color:var(--green)}
.fc-link:hover{color:var(--green-deep)}
