/*
 * Copyright (c) 2026 SUNWARD LLC. All rights reserved.
 * Proprietary and confidential. Unauthorized copying, distribution, or
 * use of this file, via any medium, is strictly prohibited.
 */

/* ─── Sunward marketing site — Dawn Arc system ─────────────────────────── */
:root{
  --indigo:#16152E; --indigo-2:#0F0E22; --dusk:#3C3168; --dusk-lift:#4A3D7E;
  --rose:#EC8A6A; --amber:#F2A340; --gold:#FBB034; --gold-soft:#FFC75A;
  --cream:#FBF5EC; --cream-2:#F4EADB; --leaf:#7E8B58;
  /* leaf-deep: leaf darkened until it passes AA on cream (5.29:1; plain --leaf
     is 3.39 and fails). Replaces the Material-Design green #2E7D32 that was
     doing pricing's checkmarks — an off-palette default. */
  --leaf-deep:#5F6B40;
  /* Text on dark grounds. There were SIX unnamed violets doing this one job
     (#F3EEF9 #EFEAF6 #DDD7E6 #C9C2D8 #B6AFC4 #AAA3BC), hardcoded in rules rather
     than declared — the palette drifting because nothing named the intent.
     Collapsed to two. Verified on indigo / indigo-2 / dusk before collapsing:
     soft holds 8.16:1 worst case, mute 4.74:1. Both clear AA.
     WARNING: these are safe on the SOLID dark grounds only. Do NOT use them on
     .bg-dawn — that gradient ends at amber, where even cream is 1.92:1. */
  /* ember-deep deepened #A8641C -> #8F5316 for WCAG AA (was 4.30 on cream /
     3.92 on cream-2, fails 4.5; now 5.16-5.67). Fixes every .eyebrow site-wide. */
  --ember-deep:#8F5316;
  --on-dark:#FBF5EC; --on-dark-soft:#DDD7E6; --on-dark-mute:#AAA3BC;
  /* ink-mute deepened #8A8496 -> #656070 for WCAG AA (was 3.0-3.6:1 as text on
     cream/cream-2/white; now 5.1-6.07). Fixes .flabel, .proof span, .strike, .rc-meta. */
  --ink:#221E2B; --ink-soft:#524C5E; --ink-mute:#656070;
  --serif:'Fraunces',Georgia,serif; --sans:'Plus Jakarta Sans',system-ui,sans-serif;
  --dawn:linear-gradient(160deg,#0F0E22 0%,#1d1840 30%,#3C3168 54%,#8a5b6e 74%,#EC8A6A 88%,#F2A340 100%);
  --radius:22px;

  /* ── Type scale ───────────────────────────────────────────────────────────
     A audit on 2026-07-16 found ~31 distinct font sizes across the site, 34
     declarations under 14px, and 11 under 12px — including 9px. That is not a
     scale, it is ad-hoc sizing, and it is why the pages read small.

     Six steps, ~1.2 ratio. Two hard rules:
       - Nothing a person READS goes below --t-fine (14px).
       - --t-micro (12px) is for UPPERCASE letterspaced labels only. Never a
         sentence. Uppercase reads larger than its px suggests; lowercase at
         12px does not.

     Legal and ARL disclosures use --t-fine, never smaller. "Clear and
     conspicuous" is the standard, and 11.5px is the size used by people who
     would rather you didn't read it.

     Currently applied to pricing.html only; the rest of the site still uses
     its ad-hoc sizes. */
  --t-micro:12px;
  --t-fine:14px;
  --t-body:16px;
  --t-lead:19px;
  --t-h3:24px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--ink);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}
h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.08;letter-spacing:-.02em}
img{max-width:100%}
a{color:inherit}
.wrap{max-width:1120px;margin:0 auto;padding:0 clamp(20px,5vw,56px)}
section{padding:clamp(56px,8vw,104px) 0}
.eyebrow{font-weight:700;font-size:13.5px;letter-spacing:.28em;text-transform:uppercase;color:var(--ember-deep)}
/* .on-dark now sets the base colour itself. It previously only styled .eyebrow
   and .lead, relying on the companion class (.hero / .dark) to set text colour —
   which every existing user happened to do, so the trap stayed hidden until a new
   section (.say) used .on-dark and inherited --ink from body: dark ink on indigo,
   ~1.1:1, invisible. A class called on-dark must make content readable on dark.
   No-op for .hero and .dark (both already set cream); a floor for whatever's next. */
.on-dark{color:var(--on-dark)}
.on-dark .eyebrow{color:var(--gold-soft)}
.lead{font-size:clamp(17px,2vw,22px);font-weight:300;max-width:58ch;color:var(--ink-soft)}
.on-dark .lead{color:var(--on-dark-soft)}

/* nav */
.nav{position:sticky;top:0;z-index:50;background:rgba(22,21,46,.88);backdrop-filter:blur(12px);color:var(--cream)}
/* gap, not just space-between: with no floor the wordmark and the nav links
   collide as soon as space runs out — measured 9px at 1440 and 0px at 1100,
   even before the wordmark grew. space-between distributes what is left; it
   does not reserve anything. */
.nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:clamp(18px,3vw,44px);padding-top:14px;padding-bottom:14px}
/* The wordmark. 25 -> 28px: it only out-ranked the 15.5px nav links by 1.6x,
   which is not enough for the one element that is the brand. */
.wm{font-family:var(--serif);font-size:28px;letter-spacing:-.03em;text-decoration:none;display:flex;align-items:center;gap:.3em}
.wm b{font-weight:600}.wm .lite{font-weight:300}
/* Icons. One size knob, one colour rule — never inline either.
   `currentColor` means an icon inherits the type it sits beside, so the same
   symbol works on cream and on the dawn with no second variant. `1em` means it
   scales with its label instead of drifting out of step with it. */
.ico{width:1em;height:1em;flex:none;color:currentColor;vertical-align:-0.13em}
.ico-lg{width:20px;height:20px}
.icon-chip .ico{width:20px;height:20px}
/* Sol's mark. SUN_BG is deliberately NOT tokenised: it must stay byte-identical
   to `const SUN_BG` in src/components/SolWordmark.tsx ("the exact production sun
   gradient, shared with SolAvatar"). Tokenising it would invite someone to tune a
   stop here and silently break parity with the app. It is a brand lockup, not a
   palette choice. If it changes, it changes in both files, together. */
/* em, not px: the dot is part of the wordmark and must scale with it. At 13px
   fixed it would have stayed put while the type grew. Used in exactly two
   places (nav + footer wordmarks), both inside .wm — verified. */
.sun-dot{width:.47em;height:.47em;border-radius:50%;flex:none;background:radial-gradient(circle at 38% 32%,#FFE4A6,#FFC75A 45%,#F2A340);box-shadow:0 0 .4em rgba(255,199,90,.6)}
/* nowrap + no shrink: the desktop nav is a single row of labels and must never
   break "How it works" across two lines. Without this, reserving ANY gap on
   .nav .wrap made every label wrap — which also revealed that this nav had
   exactly zero slack (the wordmark and links were measured 0px apart at
   1100px). Below the mobile breakpoint this rule is overridden anyway. */
.nav nav{display:flex;gap:26px;align-items:center;font-size:15.5px;font-weight:500;flex:0 0 auto}
.nav nav a{white-space:nowrap}
.nav nav a{text-decoration:none;opacity:.85}.nav nav a:hover{opacity:1;color:var(--gold-soft)}
/* "You are here." The current page's link is marked aria-current="page" by
   build-site.js; this is what makes it visible: a full-opacity gold label plus a
   persistent underline indicator, distinct from the hover-only colour above. */
.nav nav a[aria-current="page"]:not(.btn){opacity:1;color:var(--gold-soft);font-weight:600;position:relative}
.nav nav a[aria-current="page"]:not(.btn)::after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;border-radius:2px;background:var(--gold)}
/* In the mobile drawer the links are full-width rows, so an underline reads
   wrong — use a left bar + tint instead. */
@media(max-width:1100px){
  .nav nav a[aria-current="page"]:not(.btn)::after{display:none}
  .nav nav a[aria-current="page"]:not(.btn){box-shadow:inset 3px 0 0 var(--gold);background:rgba(251,176,52,.10)}
}
.btn{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:14px 28px;font-weight:700;font-size:16px;text-decoration:none;border:none;cursor:pointer;transition:.25s}
.btn-gold{background:var(--gold);color:var(--indigo)}.btn-gold:hover{background:var(--gold-soft)}
.btn-ghost{border:1.5px solid rgba(251,245,236,.45);color:var(--cream)}.btn-ghost:hover{border-color:var(--gold-soft);color:var(--gold-soft)}
.btn-ink{border:1.5px solid rgba(34,30,43,.25);color:var(--ink)}.btn-ink:hover{border-color:var(--ember-deep);color:var(--ember-deep)}
.btn-big{padding:19px 38px;font-size:18.5px}

/* mobile nav toggle (hamburger): hidden on desktop, shown at 760px and below */
.nav-toggle{display:none;background:none;border:0;padding:0;width:44px;height:44px;cursor:pointer;color:var(--cream);align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}
.nav-toggle-bars,.nav-toggle-bars::before,.nav-toggle-bars::after{content:"";display:block;width:22px;height:2px;background:currentColor;border-radius:2px;transition:transform .2s ease,opacity .15s ease,background .15s ease}
.nav-toggle-bars{position:relative}
.nav-toggle-bars::before{position:absolute;left:0;top:-7px}
.nav-toggle-bars::after{position:absolute;left:0;top:7px}
.nav.open .nav-toggle-bars{background:transparent}
.nav.open .nav-toggle-bars::before{transform:translateY(7px) rotate(45deg)}
.nav.open .nav-toggle-bars::after{transform:translateY(-7px) rotate(-45deg)}
/* 1100, not 760. Measured: the desktop nav needs ~1155px of viewport to fit on
   one line (wordmark + 7 items + CTA). At 760 it claimed to fit from 761px up
   and simply wrapped every label instead — the wordmark and "How it works"
   measured 0px apart at 1100px. Pre-existing; raising the wordmark to 28px
   only made it visible. Below 1100 the hamburger is the honest answer. */
@media(max-width:1100px){
  .nav-toggle{display:inline-flex}
  html:not(.has-js) .nav-toggle{display:none}
  .nav .wrap{position:relative}
  /* a11y (2.4.3): visibility:hidden when closed removes the collapsed links from
     the tab order — without it a keyboard user tabs onto off-screen nav links.
     Delayed on close so the collapse animation still plays; immediate on open. */
  .nav nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:rgba(22,21,46,.98);backdrop-filter:blur(12px);border-top:1px solid rgba(251,245,236,.10);box-shadow:0 18px 40px rgba(0,0,0,.35);max-height:0;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:max-height .28s ease,opacity .2s ease,visibility 0s linear .28s}
  .nav.open nav{max-height:85vh;overflow-y:auto;opacity:1;visibility:visible;pointer-events:auto;transition:max-height .28s ease,opacity .2s ease,visibility 0s}
  html:not(.has-js) .nav nav{position:static;max-height:none;opacity:1;visibility:visible;pointer-events:auto;overflow:visible}
  .nav nav a{padding:15px 24px;opacity:.92;border-bottom:1px solid rgba(251,245,236,.06)}
  .nav nav a:last-child{border-bottom:0}
  .nav nav a.btn{margin:10px 24px;justify-content:center;padding:14px 20px}
}
@media(prefers-reduced-motion:reduce){.nav nav,.nav-toggle-bars,.nav-toggle-bars::before,.nav-toggle-bars::after{transition:none}}

/* hero claim banner — the category flag, centered across the whole hero */
/* .hero-claim retired. It sat ABOVE the headline, so a parent read a superlative
   before they read "You haven't lost them." Credentials are earned after the
   pitch, not asserted before it. The seal at the hero's base carries it now. */
.sealwrap{display:flex;justify-content:space-between;align-items:center;gap:20px;
  flex-wrap:wrap;margin-top:clamp(30px,4vw,50px);grid-column:1/-1}
/* NB: .badge is TAKEN — it is the pricing-tier "MOST POPULAR" ribbon further
   down this file (position:absolute). This is .seal-badge for that reason; a
   generic name here silently inherited absolute positioning and flew into the
   nav. Check for an existing selector before minting a new one. */
.seal-badge{display:inline-flex;align-items:center;gap:9px;background:var(--indigo);
  color:var(--cream);border-radius:999px;padding:9px 20px 9px 15px;font-size:var(--t-fine);
  font-weight:600;box-shadow:0 12px 34px -12px rgba(22,21,46,.62);flex:none;line-height:1.4}
.seal-badge .ord{font-family:var(--serif);font-size:23px;font-weight:600;color:var(--gold-soft);
  line-height:1;letter-spacing:-.02em;font-variant-numeric:lining-nums}
.seal-badge .ord sup{font-size:.46em;vertical-align:.85em;margin-left:.5px;font-weight:700}
@media(max-width:900px){.sealwrap{flex-direction:column;text-align:center;gap:14px}}

/* hero */
/* The hero gets its OWN arc, not --dawn. --dawn runs near-black -> gold and is
   correct across a full page, where gold lands far below the fold. Compressed
   into one hero it drove peak amber up into the copy: measured on the live site,
   .microproof (cream @ .85) scored 3.45:1 at 1280px and 3.66:1 at 1440px — both
   failing AA (4.5) on the best line on the page. These stops hold the dawn back
   so the hero bottoms out at dusk. The sun still breaks bottom-right; the rows
   the type sits on stay night. Verified 8.0-8.8:1 across 960-1728px.
   RULE: never put --dawn on anything shorter than a full page. */
.hero{background:linear-gradient(160deg,#0F0E22 0%,#1a1636 32%,#332A5C 58%,#5C4270 78%,#87586C 92%,#C4785F 100%);color:var(--cream);position:relative;overflow:hidden}
.hero .wrap{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(28px,5vw,64px);align-items:center;min-height:78vh;padding-top:56px;padding-bottom:72px}
@media(max-width:880px){.hero .wrap{grid-template-columns:1fr;min-height:0}}
.hero h1{font-size:clamp(44px,6.4vw,80px);margin:18px 0 20px}
.hero h1 em{font-style:italic;color:var(--gold-soft)}
/* .hero-glow removed: an 800px blurred radial standing in for photography.
   The band below has actual photographs; the hero does not need a fake sun. */
.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px;align-items:center}
/* Removed: .stars (orphaned when the hero star-rating came out). Do not
   reintroduce a star rating until there are real, verifiable reviews behind
   it — an aggregate rating with no reviews is an FTC 16 CFR 465 problem. */
/* No opacity. Fading text toward its background is what put this line at
   3.45:1. Hierarchy comes from weight; the colour stays honest. */
.microproof{margin-top:24px;font-size:15px;color:var(--on-dark-soft);display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.microproof b{color:var(--on-dark);font-weight:700}

/* phone mock */
.phone{width:280px;height:578px;border-radius:44px;padding:12px;background:var(--indigo-2);box-shadow:0 30px 80px rgba(10,8,26,.55);margin:0 auto;position:relative}
.phone .notch{position:absolute;top:20px;left:50%;transform:translateX(-50%);width:110px;height:24px;background:var(--indigo-2);border-radius:0 0 15px 15px;z-index:5}
.screen{width:100%;height:100%;border-radius:33px;overflow:hidden;background:var(--dawn);color:var(--cream);padding:52px 18px 18px;display:flex;flex-direction:column}
.scr-eyebrow{font-size:9px;font-weight:700;letter-spacing:.22em;color:var(--gold-soft)}
.scr-title{font-family:var(--serif);font-size:24px;line-height:1.12;margin:8px 0 16px}
.glass{background:rgba(251,245,236,.13);border:1px solid rgba(255,199,90,.3);border-radius:18px;padding:15px}
.glass .lbl{font-size:9px;font-weight:800;letter-spacing:.2em;color:var(--gold-soft)}
.glass p{font-family:var(--serif);font-size:15px;line-height:1.4;margin-top:8px}
.pill-cta{margin-top:12px;background:var(--cream);color:var(--ink);border-radius:999px;text-align:center;padding:11px;font-weight:700;font-size:13px}
.chat-line{display:flex;gap:8px;margin-top:auto;align-items:flex-start}
.mini-sun{width:26px;height:26px;border-radius:50%;background:radial-gradient(circle at 38% 32%,#FFE4A6,#FFC75A 45%,#F2A340);flex:none}
/* .chat-bubble does two jobs. Inside .phone it is a device ILLUSTRATION — 272px
   standing in for a 393px screen, so 12px there reads as ~17px on a real phone
   and is correct. In the "Meet Sol" card it is real page prose showing an
   actual exchange, and 12px is under the floor. Same class, two contexts:
   the base is page prose; the phone scales it back down. */
.chat-bubble{background:rgba(12,11,26,.4);border-radius:14px 14px 14px 4px;padding:12px 14px;font-size:var(--t-fine);line-height:1.5}
.phone .chat-bubble{padding:10px 12px;font-size:12px;line-height:1.4}
.chat-bubble b{color:var(--gold-soft)}

/* sections */
.dark{background:var(--indigo);color:var(--cream)}
.paper2{background:var(--cream-2)}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}
@media(max-width:820px){.grid3{grid-template-columns:1fr}.grid2{grid-template-columns:1fr}}
.card{background:var(--cream-2);border:1px solid rgba(34,30,43,.08);border-radius:var(--radius);padding:30px;box-shadow:0 10px 30px -18px rgba(22,21,46,.18)}
.dark .card{background:rgba(251,245,236,.06);border-color:rgba(251,245,236,.14);box-shadow:none}
.card h3{font-size:24px;margin:14px 0 8px}
.card p{font-size:16px;color:var(--ink-soft)}
.dark .card p{color:var(--on-dark-mute)}
.icon-chip{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:20px;background:linear-gradient(150deg,var(--gold),var(--amber));color:var(--indigo)}
.sec-title{font-size:clamp(32px,4.4vw,52px);max-width:22ch;margin-top:14px}
.center{text-align:center}.center .sec-title,.center .lead{margin-left:auto;margin-right:auto}

/* proof strip */
.proof{display:flex;gap:clamp(20px,4vw,56px);justify-content:center;flex-wrap:wrap;margin-top:38px}
.proof b{font-family:var(--serif);font-size:clamp(32px,3.8vw,46px);display:block;color:var(--gold);line-height:1}
.proof span{font-size:14px;color:var(--ink-mute);display:block;margin-top:6px;max-width:18ch}
.dark .proof span{color:var(--on-dark-mute)}

/* quote */
.quote-band{background:var(--dawn);color:var(--cream);text-align:center}
.quote-band blockquote{font-family:var(--serif);font-style:italic;font-size:clamp(25px,3.6vw,40px);max-width:26ch;margin:0 auto;line-height:1.35}
.quote-band cite{display:block;margin-top:18px;font-style:normal;font-size:13px;letter-spacing:.18em;text-transform:uppercase;opacity:.8}

/* pricing */
.tiers{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:820px;margin:44px auto 0}
@media(max-width:720px){.tiers{grid-template-columns:1fr}}
.tier{border-radius:var(--radius);padding:34px;border:1.5px solid rgba(34,30,43,.12);background:var(--cream-2);position:relative}
.tier.hot{border-color:var(--gold);box-shadow:0 18px 50px -20px rgba(242,163,64,.45)}
/* .badge: the pricing-tier ribbon. Used only by pricing.html (verified). */
.badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--gold);color:var(--indigo);font-size:var(--t-micro);font-weight:800;letter-spacing:.14em;padding:5px 14px;border-radius:999px;text-transform:uppercase;white-space:nowrap}
.tier .name{font-family:var(--serif);font-size:26px}
.tier .price{margin:10px 0 4px}
.tier .price b{font-family:var(--serif);font-size:50px;font-weight:600}
.tier /* .per / .guarantee live here but are used ONLY by pricing.html (verified
   2026-07-16). On the type scale with pricing; the rest of the site is not
   yet. */
.per{font-size:var(--t-fine);color:var(--ink-soft)}
.tier ul{list-style:none;margin:20px 0;font-size:16px}
.tier li{padding:7px 0 7px 26px;position:relative}
.tier li::before{content:"";width:.9em;height:.9em;background-color:currentColor;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="4.1"/><path d="M12 2.8v2.6M12 18.6v2.6M4.9 4.9l1.9 1.9M17.2 17.2l1.9 1.9M2.8 12h2.6M18.6 12h2.6M4.9 19.1l1.9-1.9M17.2 6.8l1.9-1.9"/></svg>') no-repeat center/contain;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="4.1"/><path d="M12 2.8v2.6M12 18.6v2.6M4.9 4.9l1.9 1.9M17.2 17.2l1.9 1.9M2.8 12h2.6M18.6 12h2.6M4.9 19.1l1.9-1.9M17.2 6.8l1.9-1.9"/></svg>') no-repeat center/contain;position:absolute;left:0;font-size:12px;color:var(--amber)}
.strike{text-decoration:line-through;color:var(--ink-mute);font-size:15px;margin-right:8px}
.guarantee{text-align:center;margin-top:26px;font-size:var(--t-body);color:var(--ink-soft);line-height:1.6}

/* store badges */
.stores{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.store-badge{display:inline-flex;align-items:center;gap:10px;background:var(--indigo-2);color:var(--cream);border:1px solid rgba(255,255,255,.25);border-radius:12px;padding:10px 18px;text-decoration:none;min-width:170px}
.store-badge .logo{font-size:24px}
.store-badge small{display:block;font-size:9.5px;letter-spacing:.06em;opacity:.75;text-transform:uppercase}
.store-badge span{font-size:16px;font-weight:600;line-height:1.1}
.store-badge.soon{opacity:.55;pointer-events:none}
.soon-tag{font-size:10px;font-weight:800;letter-spacing:.12em;color:var(--gold-soft);text-transform:uppercase}

/* forms / quiz */
.qcard{max-width:640px;margin:0 auto;background:var(--cream-2);border:1px solid rgba(34,30,43,.1);border-radius:26px;padding:clamp(26px,4vw,44px);box-shadow:0 24px 60px -28px rgba(22,21,46,.3)}
.qbar{height:6px;border-radius:99px;background:rgba(34,30,43,.08);overflow:hidden;margin-bottom:26px}
.qbar i{display:block;height:100%;background:linear-gradient(90deg,var(--rose),var(--gold));transition:width .4s}
.qq{font-family:var(--serif);font-size:clamp(23px,2.9vw,30px);line-height:1.25;margin-bottom:22px}
.qopt{display:block;width:100%;text-align:left;background:var(--cream);border:1.5px solid rgba(34,30,43,.12);border-radius:16px;padding:17px 19px;font-size:16.5px;font-family:var(--sans);cursor:pointer;margin-bottom:12px;transition:.2s}
.qopt:hover{border-color:var(--amber);background:var(--cream-2)}
.qnote{font-size:var(--t-fine);color:var(--ink-soft);text-align:center;margin-top:16px}
/* Border deepened .15 -> .35 alpha for WCAG 1.4.11 (non-text contrast): the old
   control boundary was ~1.3:1 on cream-2, below the 3:1 UI minimum. */
input.field,textarea.field,select.field{width:100%;border:1.5px solid rgba(34,30,43,.35);border-radius:14px;padding:14px 16px;font-family:var(--sans);font-size:15px;background:var(--cream-2);margin-bottom:14px}
input.field:focus,textarea.field:focus{outline:none;border-color:var(--amber)}
/* a11y (2.4.7): a visible keyboard-focus ring. ember-deep clears 3:1 on cream. */
input.field:focus-visible,textarea.field:focus-visible,select.field:focus-visible{outline:2px solid var(--ember-deep);outline-offset:2px}
label.flabel{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute);display:block;margin-bottom:6px}

/* footer */
footer{background:var(--indigo-2);color:var(--on-dark-mute);padding:56px 0 40px;font-size:14.5px}
footer .cols{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px}
@media(max-width:760px){footer .cols{grid-template-columns:1fr 1fr}}
/* .fcol: the footer column headings were <h4> jumping straight from <h2> with
   no <h3> — a heading-order break on all ten pages. They are <h2 class="fcol">
   now; this keeps their look. */
footer h4,footer .fcol{font-family:var(--sans);font-size:var(--t-micro);font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--on-dark-mute);margin-bottom:14px}
/* no opacity here either — same reason. */
footer a{display:block;text-decoration:none;color:var(--on-dark-soft);padding:4px 0;font-size:var(--t-fine)}footer a:hover{opacity:1;color:var(--gold-soft)}
/* The footer disclosure: trademarks, not-therapy, and the 988 crisis line. It
   was on-dark-mute at opacity .65 and 13px — measured 3.94:1, FAILING AA, on
   every page. Opacity fades text toward its background; stacked on an already
   muted token it took a crisis disclosure below the threshold. No opacity: the
   token is the colour. 3.94 -> 13.50:1. */
.legal{margin-top:40px;padding-top:20px;border-top:1px solid rgba(251,245,236,.14);font-size:var(--t-fine);color:var(--on-dark-soft);line-height:1.7}
.tm{font-size:.62em;vertical-align:super}

/* equal-prominence secondary CTA (cream solid) + onboarding skip pattern */
.btn-cream{background:var(--cream);color:var(--indigo)}
.btn-cream:hover{background:var(--cream-2)}
.btn-skip{display:block;width:100%;text-align:center;background:rgba(34,30,43,.09);color:var(--ink);border:none;border-radius:999px;padding:17px;font-family:var(--sans);font-weight:700;font-size:16px;cursor:pointer;margin-top:12px;text-decoration:none;transition:.2s}
.btn-skip:hover{background:rgba(34,30,43,.12)}

/* Sol identity chip — instant "who is Sol" comprehension in the hero */
.sol-chip{display:inline-flex;align-items:center;gap:10px;background:rgba(251,245,236,.12);border:1px solid rgba(255,199,90,.4);border-radius:999px;padding:9px 18px 9px 11px;font-size:15px;margin:2px 0 16px;backdrop-filter:blur(4px)}
.sol-chip b{color:var(--gold-soft)}

/* cinematic photo band — real <img> + object-fit (bulletproof full-bleed);
   gentle top-anchored Ken Burns; heads protected at every viewport */
/* The statement's own ground. Deep night on purpose: this is the darkest beat
   on the page (the distance), and the images directly below are the light. */
.say{background:var(--indigo-2);color:var(--on-dark);padding:clamp(64px,8vw,108px) 0;text-align:center}
.say .eyebrow{color:var(--gold-soft)}
.say h2{font-size:clamp(30px,4.4vw,54px);max-width:17ch;margin:14px auto 16px}
.say .lead{margin:0 auto;max-width:52ch}

/* The triptych, rebuilt in CSS. It used to be one baked 3072x1617 JPEG dropped
   into a cover-cropped band: on a 2560 desktop that showed the top ~42% of it,
   a strip of sky and heads, and its white gutters rendered as vertical bars
   (also an off-canon pure white). Three files, three cells, three crops. The
   gutters are a 2px grid gap over indigo. No scrim — the photographs are the
   only photography this site has; darkening them to host text we since moved
   was the worst trade on the page. */
.photo-band{width:100%;height:clamp(340px,26vw,520px);overflow:hidden}
.photo-band .frames{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;
  background:var(--indigo-2);height:100%}
/* center 40%: the panels are cropped to their top 78% (the band never shows the
   bottom), which moved the subjects down relative to the frame. 40% lands the
   faces in the upper-middle with sky above. It also keeps the chest-level crop
   out of frame on the middle panel, which is where that image's generated
   anatomy doesn't resolve. Re-check this if the photography is ever replaced. */
.photo-band .frames img{width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block}
/* three 230px slivers read as noise, so mobile shows one frame */
@media(max-width:820px){
  .photo-band .frames{grid-template-columns:1fr}
  .photo-band .frames img:nth-child(n+2){display:none}
}

/* founders photo — portrait split beside the founder cards */
.founders-photo{width:100%;border-radius:26px;display:block;box-shadow:0 24px 60px -28px rgba(22,21,46,.4)}
.founders-stack{display:flex;flex-direction:column;gap:18px}
.founders-stack .fcard{text-align:left}
