/* ============================================================================
   NextStepp: shared stylesheet (one source of truth for the whole site).
   Palette: cream canvas + forest-black ink, forest-green accents.
   ========================================================================= */

/* Self-hosted fonts (latin subsets, variable). The production CSP allows
   font-src 'self' only, so nothing may come from the Google Fonts CDN. */
@font-face{font-family:'Plus Jakarta Sans';src:url('/assets/fonts/PlusJakartaSans-latin-var.woff2') format('woff2');font-weight:200 800;font-style:normal;font-display:swap}
@font-face{font-family:'Instrument Sans';src:url('/assets/fonts/InstrumentSans-latin-var.woff2') format('woff2');font-weight:400 700;font-style:normal;font-display:swap}
@font-face{font-family:'Instrument Sans';src:url('/assets/fonts/InstrumentSans-italic-latin-var.woff2') format('woff2');font-weight:400 700;font-style:italic;font-display:swap}
@font-face{font-family:'Newsreader';src:url('/assets/fonts/Newsreader-italic-latin-var.woff2') format('woff2');font-weight:400 500;font-style:italic;font-display:swap}

:root{
  --el:#0B6E4F; --el-bright:#35C08E; --ink:#0F1F19; --paper:#F6F5EE; --white:#ffffff; --cream:#FCFBF6;
  --mint:#3CC493; --coral:#f5b14c; --icy:#CFE8DB; --rec:#ff5c48; /* --rec: live/recording only */
  --card-surface:linear-gradient(135deg,#EAF3EB 0%,#DBECE1 100%); --card-border:rgba(11,110,79,.08);
  --head:"Plus Jakarta Sans", "Instrument Sans", system-ui, sans-serif; /* logo wordmark for all display headings */
  --serif:"Newsreader", Georgia, serif; /* reserved for the italic emphasis accents only */ --sans:"Instrument Sans", Arial, sans-serif; --mono:"Instrument Sans", Arial, sans-serif;
  --serif-scale:1.25; /* Newsreader italic (optical sizing pinned off) has a smaller x-height than Plus Jakarta; measured real-paint ratio to level the lowercase body is ~1.23 (x) to ~1.28 (a). 1.25 nails 'p' and keeps 'a'/'x' within ~2%. Single knob for every serif accent (see rule below). */
}
*{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-padding-top:72px}
body{font-family:var(--sans);color:var(--ink);background:var(--paper);font-size:16px;line-height:1.45;font-weight:450;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
.site-loader{position:fixed;inset:0;z-index:500;display:grid;place-items:center;background:var(--cream);opacity:1;visibility:visible;transition:opacity .24s ease,visibility .24s ease}
.site-loader.out{opacity:0;visibility:hidden;pointer-events:none}
/* boot.js flips html.no-js → html.js before first paint; without JS the loader
   never shows (CSP-clean replacement for the old <noscript><style> hack). */
.no-js .site-loader{display:none}
.loader-track{position:relative;width:144px;height:78px;overflow:hidden}
.loader-track::after{content:"";position:absolute;left:22px;right:22px;bottom:13px;height:2px;border-radius:99px;background:rgba(11,110,79,.16);box-shadow:0 7px 18px rgba(16,31,25,.10)}
.loader-mark{position:absolute;left:50%;bottom:15px;width:48px;height:48px;display:block;--logo-step:var(--el);--logo-square:var(--mint);transform-box:fill-box;transform-origin:center;will-change:transform,opacity;animation:logoTumble 1.05s cubic-bezier(.62,0,.38,1) infinite}
@keyframes logoTumble{
  0%{transform:translate3d(-104px,0,0) rotate(0deg);opacity:0}
  8%{opacity:1}
  24%{transform:translate3d(-58px,-9px,0) rotate(80deg)}
  30%{transform:translate3d(-50px,0,0) rotate(90deg)}
  52%{transform:translate3d(-10px,-9px,0) rotate(170deg)}
  58%{transform:translate3d(-2px,0,0) rotate(180deg)}
  80%{transform:translate3d(38px,-9px,0) rotate(260deg)}
  86%{transform:translate3d(46px,0,0) rotate(270deg);opacity:1}
  100%{transform:translate3d(104px,0,0) rotate(360deg);opacity:0}
}
.skip-link{position:absolute;left:-9999px;top:0}
.skip-link:focus{position:fixed;left:16px;top:16px;z-index:200;background:#fff;color:var(--ink);padding:10px 16px;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.18);font-weight:600}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.svg-sprite{display:none}
/* honeypot wrapper: parked off-screen, invisible to humans, present for bots */
.hp-trap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
a{color:var(--el);text-decoration:none}
a:hover{color:var(--el-bright)}
img,svg{max-width:100%}
.wrap{max-width:1120px;margin:0 auto;padding:0 32px}
.mono{font-family:var(--mono)}

/* ---- announcement bar: scrolls away above the sticky nav ----------------- */
.announce{background:var(--el);font-family:var(--sans);font-size:13px;color:rgba(255,255,255,.88);text-align:center;padding:9px 32px}
.announce b{font-weight:600;color:#fff}
.announce a{color:#fff;font-weight:500;margin-left:6px}
.announce a:hover{color:var(--icy)}

/* ---- navigation ---------------------------------------------------------- */
nav{position:sticky;top:0;z-index:60;background:rgba(252,251,246,.85);backdrop-filter:blur(14px) saturate(1.5);-webkit-backdrop-filter:blur(14px) saturate(1.5);color:var(--ink);border-bottom:1px solid rgba(16,24,40,.08)}
.nav-in{display:flex;align-items:center;justify-content:space-between;height:58px}
.brand{display:flex;align-items:center;gap:10px;color:var(--ink)}
.brand svg{display:block}
.nav-links{display:flex;gap:26px;font-family:var(--sans);font-size:13px}
.nav-links a{color:rgba(16,24,40,.72)}
.nav-links a:hover,.nav-links a.on{color:var(--ink)}
.nav-links a.on{font-weight:600}
.nav-right{display:flex;align-items:center;gap:10px}
.navcta-short{display:none}
.navburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0 9px;background:none;border:none;cursor:pointer}
.navburger span{display:block;height:2px;border-radius:2px;background:var(--ink);transition:transform .22s ease,opacity .22s ease}
.navburger.on span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.navburger.on span:nth-child(2){opacity:0}
.navburger.on span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu{display:flex;flex-direction:column;gap:2px;padding:8px 18px 20px;border-bottom:1px solid rgba(16,24,40,.08)}
.mobile-menu[hidden]{display:none}
.mobile-menu a{font-family:var(--sans);font-size:17px;font-weight:500;color:var(--ink);padding:13px 6px;border-bottom:1px solid rgba(16,24,40,.07)}
.mobile-menu a.on{color:var(--el)}
.mobile-menu .mm-cta{margin-top:14px;border-bottom:0;background:var(--el);color:#fff;border-radius:12px;text-align:center;font-weight:600;padding:14px}

/* ---- buttons ------------------------------------------------------------- */
.btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;gap:8px;font-family:var(--sans);font-size:14px;font-weight:500;letter-spacing:-.02em;cursor:pointer;border:none;height:40px;padding:0 18px;border-radius:12px;transition:all .15s ease}
.btn-white{background:#fff;color:var(--ink)}
.btn-white:hover{background:var(--icy);color:var(--el)}
.btn-green{background:var(--el);color:#fff}
.btn-green:hover{background:var(--icy);color:var(--el)}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark:hover{background:#243129;color:#fff}
/* brand-green fill that also holds on hover (used with .btn-dark for its text
   colors; replaces the old inline style="background:var(--el)") */
.btn-el,.btn-el:hover{background:var(--el)}
.btn-outline{background:transparent;color:var(--ink);border:1px solid var(--ink)}
.btn-outline:hover{background:var(--ink);color:#fff}
.btn-cream{background:#DFF3E6;color:#0B3B29}
.btn-cream:hover{background:#fff;color:var(--el)}
.btn-ghostwhite{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}
.btn-ghostwhite:hover{background:#fff;color:var(--ink);border-color:#fff}

/* ---- home hero ----------------------------------------------------------- */
.herozone{background:var(--cream);padding:14px 16px 0}
.hero{background:radial-gradient(90% 100% at 50% -18%,rgba(255,255,255,.9) 0%,rgba(255,255,255,0) 58%),radial-gradient(72% 90% at 10% 84%,rgba(195,215,215,.58) 0%,rgba(195,215,215,0) 62%),radial-gradient(78% 100% at 94% 78%,rgba(198,225,207,.72) 0%,rgba(198,225,207,0) 64%),linear-gradient(135deg,#EDF5EC 0%,#FBFAF5 52%,#E2F0E5 100%);color:var(--ink);text-align:center;overflow:hidden;border-radius:18px;max-width:1520px;margin:0 auto;min-height:min(760px,calc(100vh - 150px));display:flex;flex-direction:column;align-items:center;justify-content:center;padding:84px 0 76px}
.hero .wrap{width:100%}
.hero h1{font-family:var(--head);font-weight:400;font-size:72px;line-height:1.04;letter-spacing:-.03em;margin:0 auto;white-space:nowrap;color:var(--ink)}
.hero h1 em{font-family:var(--serif);font-style:italic;color:var(--el)}
.hero p{font-family:var(--sans);font-size:15.5px;font-weight:400;line-height:1.5;max-width:480px;margin:20px auto 0;color:#3F4F47}
.hero .cta{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:32px 0 0}
.hero .btn-outline{color:var(--ink);border-color:var(--ink)}
.hero .btn-outline:hover{background:var(--ink);color:#fff;border-color:var(--ink)}

/* ---- live companion demo (used on home + product) -------------------------
   Mirrors the locked app design: docs/design/app-companion/live-companion-l3.html
   (cockpit tier). Light editorial surface, the say dominant, emerald section
   rules, coral = open gap, red-orange = live/recording only. Keep in sync. */
.lc{display:flex;flex-direction:column;width:100%;max-width:960px;height:520px;margin-inline:auto;text-align:left;font-family:var(--sans);color:var(--ink);transition:width .38s cubic-bezier(.22,1,.36,1),max-width .38s cubic-bezier(.22,1,.36,1),height .38s cubic-bezier(.22,1,.36,1),border-radius .38s ease,box-shadow .38s ease;
  background:linear-gradient(180deg,#FCFBF6 0%,#F7F5EC 100%);
  border:1px solid rgba(16,24,40,.07);border-radius:18px;overflow:hidden;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 54px 110px -40px rgba(16,31,25,.5),0 20px 48px -22px rgba(16,31,25,.3),0 2px 6px -2px rgba(16,31,25,.18)}
.lc-bar{display:flex;align-items:center;gap:11px;padding:14px 18px 14px 22px;border-bottom:1px solid rgba(16,24,40,.07)}
.lc-logo{width:16px;height:16px;flex:0 0 auto;display:block}
.lc-div{width:1px;height:15px;background:rgba(16,24,40,.12);flex:0 0 auto}
.lc-rec{display:flex;align-items:center;gap:8px;min-width:0;font-size:12.5px;font-weight:500}
.lc-rec .rdot{width:9px;height:9px;border-radius:50%;background:var(--rec);flex:0 0 auto;box-shadow:0 0 0 4px rgba(255,92,72,.15);animation:lcPulse 1.9s ease-in-out infinite}
@keyframes lcPulse{0%,100%{box-shadow:0 0 0 3px rgba(255,92,72,.2)}50%{box-shadow:0 0 0 6px rgba(255,92,72,.06)}}
.lc-rec .lab{color:#3f4f47}
.lc-rec .sep{color:rgba(16,24,40,.24);font-weight:400}
.lc-rec .time{color:#66756e;font-variant-numeric:tabular-nums}
.lc-bar .spacer{flex:1 1 auto}
.lc-switch{display:flex;align-items:center;gap:2px}
.lc-shape{width:28px;height:28px;padding:0;border:0;background:transparent;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#9aa39b;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease}
.lc-shape:hover{background:rgba(16,24,40,.06);color:#3f4f47}
.lc-shape:active{transform:scale(.92)}
.lc-shape:focus-visible{outline:2px solid var(--el);outline-offset:2px}
.lc-shape svg{width:18px;height:18px;display:block}
.lc[data-lc-mode="pill"] .lc-shape[data-lc-mode="pill"],
.lc[data-lc-mode="card"] .lc-shape[data-lc-mode="card"],
.lc[data-lc-mode="cockpit"] .lc-shape[data-lc-mode="cockpit"],
.lc[data-lc-mode="rail"] .lc-shape[data-lc-mode="rail"]{display:none}
.lc-pill-say{display:none;font-family:var(--head);font-size:16px;font-weight:520;line-height:1.25;letter-spacing:-.012em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.lc-stop{font-family:var(--sans);display:inline-flex;align-items:center;gap:7px;height:28px;padding:0 12px 0 11px;margin-left:6px;border:1px solid rgba(16,24,40,.13);border-radius:10px;background:rgba(255,255,255,.55);font-size:12.5px;font-weight:500;color:#3f4f47}
.lc-stop .sq{width:8px;height:8px;border-radius:2px;background:var(--rec)}
.lc.is-updating .lc-say,.lc.is-updating .lc-q,.lc.is-updating .lc-stat.gap,.lc.is-updating .lc-stat.mut,.lc.is-updating .lc-play{opacity:0;transform:translateY(8px)}
.lc-say,.lc-q,.lc-stat,.lc-play{transition:opacity .2s ease,transform .2s ease}
.lc-body{display:flex;min-height:0}
.lc-eyebrow{font-size:11.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#556058}
/* left: the say. One thing, dominant, calm. */
.lc-act{flex:1 1 auto;min-width:0;padding:0 40px;display:flex;flex-direction:column}
.lc-sayblock{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;padding:46px 0 36px}
.lc-sayblock .lc-eyebrow{margin-bottom:16px}
.lc-say{font-family:var(--head);font-weight:425;font-size:clamp(24px,3.4vw,33px);line-height:1.14;letter-spacing:-.02em;max-width:520px}
.lc-queue{padding:18px 0 20px;border-top:1px solid rgba(11,110,79,.45)}
.lc-queue .lc-eyebrow{display:block;margin-bottom:11px}
.lc-q{padding:8px 0;display:flex;align-items:baseline;justify-content:space-between;gap:18px}
.lc-q + .lc-q{border-top:1px solid rgba(16,24,40,.06)}
.lc-q .qt{font-family:var(--head);font-weight:450;font-size:15.5px;line-height:1.35;letter-spacing:-.012em;color:#3f4f47}
.lc-q .qg{font-size:10px;font-weight:600;letter-spacing:.11em;text-transform:uppercase;color:var(--coral);flex:0 0 auto}
/* right context rail: one repeating section (label · status · body) */
.lc-ctx{flex:0 0 348px;min-width:0;padding:18px 26px 18px 28px;border-left:1px solid rgba(11,110,79,.45);background:linear-gradient(180deg,rgba(246,245,238,.5),rgba(246,245,238,.06));display:flex;flex-direction:column;min-height:0}
.lc-title{flex:0 0 auto;padding-bottom:13px;border-bottom:1px solid rgba(11,110,79,.45)}
.lc-title .co{font-size:15px;font-weight:600;letter-spacing:-.01em}
.lc-title .facts{font-size:12px;color:#66756e;margin-top:3px}
.lc-title .fdot{color:rgba(16,24,40,.26)}
.lc-sec{flex:0 0 auto;padding:15px 0}
.lc-sec + .lc-sec{border-top:1px solid rgba(11,110,79,.45)}
.lc-sec.grow{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}
.lc-sechead{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}
.lc-stat{font-size:11px;font-weight:600;letter-spacing:.02em}
.lc-stat.gap{color:var(--coral)}
.lc-stat.mut{color:#8a958d;font-weight:500;letter-spacing:.01em}
.lc-stat.live{color:var(--rec);display:flex;align-items:center;gap:6px;text-transform:uppercase;letter-spacing:.09em}
.lc-stat.live .ld{width:6px;height:6px;border-radius:50%;background:var(--rec);box-shadow:0 0 0 3px rgba(255,92,72,.16);animation:lcPulse 1.9s ease-in-out infinite}
.lc-qual{display:grid;grid-template-columns:1fr 1fr;gap:11px 14px}
.lc-qi{display:flex;align-items:center;gap:9px;font-size:13px}
.lc-qi .ic{width:16px;height:16px;flex:0 0 auto;border-radius:50%;display:flex;align-items:center;justify-content:center}
.lc-qi.done .ic{background:rgba(11,110,79,.55)}
.lc-qi.done .ic svg{width:9px;height:9px;color:#fff}
.lc-qi.open .ic{border:1.5px solid var(--coral);background:rgba(245,177,76,.10)}
.lc-qi.open .ic svg{display:none}
.lc-qi.done{color:#66756e}
.lc-qi.open{color:var(--ink);font-weight:500}
.lc-turns{flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 38px);mask-image:linear-gradient(180deg,transparent 0,#000 38px)}
.lc-turn{padding:4px 0;max-height:72px;overflow:hidden;flex:0 0 auto;opacity:1;transform:translateY(0);transition:opacity .28s ease,transform .28s ease,max-height .28s ease,padding .28s ease}
.lc-turn.is-entering{opacity:0;transform:translateY(10px)}
.lc-turn.is-leaving{opacity:0;transform:translateY(-8px);max-height:0;padding-top:0;padding-bottom:0}
.lc-turn .who{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#8a958d}
.lc-turn.you .who{color:var(--el)}
.lc-turn .line{font-size:12.5px;line-height:1.4;color:#8a958d;margin-top:2px}
.lc-turn.hot .line{color:#3f4f47;font-weight:500}
.lc-play{font-size:13.5px;line-height:1.5}
.lc-play b{font-family:var(--serif);font-style:italic;font-weight:500;color:var(--el)}

/* The four app detents. The active footprint is hidden from the switcher,
   matching the locked desktop surfaces where the controls show destinations. */
.lc[data-lc-mode="pill"]{width:648px;max-width:100%;height:60px;border-radius:999px}
.lc[data-lc-mode="pill"] .lc-bar{height:60px;padding:11px 13px 11px 20px;border-bottom:0}
.lc[data-lc-mode="pill"] .lc-body,.lc[data-lc-mode="pill"] .lc-div,.lc[data-lc-mode="pill"] .lc-rec .sep{display:none}
.lc[data-lc-mode="pill"] .lc-bar .spacer{display:none}
.lc[data-lc-mode="pill"] .lc-pill-say{display:block;flex:1 1 auto;margin:0 8px 0 2px}
.lc[data-lc-mode="pill"] .lc-rec .lab{font-size:10.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.lc[data-lc-mode="pill"] .lc-stop{height:32px;border-radius:10px}

.lc[data-lc-mode="card"]{width:470px;max-width:100%;height:250px}
.lc[data-lc-mode="card"] .lc-ctx,.lc[data-lc-mode="card"] .lc-queue{display:none}
.lc[data-lc-mode="card"] .lc-act{padding:0 26px}
.lc[data-lc-mode="card"] .lc-sayblock{padding:28px 0 32px}
.lc[data-lc-mode="card"] .lc-say{font-size:32px;line-height:1.18}

.lc[data-lc-mode="rail"]{width:320px;max-width:100%;height:600px}
.lc[data-lc-mode="rail"] .lc-bar{gap:8px;padding:13px 12px 13px 15px}
.lc[data-lc-mode="rail"] .lc-logo{width:15px;height:15px}
.lc[data-lc-mode="rail"] .lc-rec{gap:6px}
.lc[data-lc-mode="rail"] .lc-rec .lab,.lc[data-lc-mode="rail"] .lc-rec .sep{display:none}
.lc[data-lc-mode="rail"] .lc-shape{width:24px;height:24px;border-radius:7px}
.lc[data-lc-mode="rail"] .lc-shape svg{width:17px;height:17px}
.lc[data-lc-mode="rail"] .lc-stop{height:26px;padding:0 10px;margin-left:2px;font-size:12px}
.lc[data-lc-mode="rail"] .lc-body{flex-direction:column;overflow:hidden}
.lc[data-lc-mode="rail"] .lc-act{flex:0 0 auto;padding:0 18px}
.lc[data-lc-mode="rail"] .lc-sayblock{padding:18px 0 16px}
.lc[data-lc-mode="rail"] .lc-sayblock .lc-eyebrow{margin-bottom:11px}
.lc[data-lc-mode="rail"] .lc-say{font-size:24px;line-height:1.18}
.lc[data-lc-mode="rail"] .lc-queue,.lc[data-lc-mode="rail"] .lc-title{display:none}
.lc[data-lc-mode="rail"] .lc-ctx{flex:1 1 auto;width:100%;padding:0 18px 4px;border-left:0;background:transparent}
.lc[data-lc-mode="rail"] .lc-sec{padding:14px 0}
.lc[data-lc-mode="rail"] .lc-qualification{border-top:1px solid rgba(11,110,79,.45)}
.lc[data-lc-mode="rail"] .lc-turns{max-height:none}
.lc[data-lc-mode="rail"] .lc-play{font-size:13px;line-height:1.42}

/* ---- manifesto + demo ---------------------------------------------------- */
.manifesto{background:var(--cream);padding:64px 0 110px}
.manifesto-layout{display:flex;flex-direction:column;align-items:center;gap:56px}
.manifesto-copy{text-align:center}
.manifesto-copy .glyph{margin-bottom:30px}
.manifesto-copy p{font-family:var(--head);font-size:26px;line-height:1.45;max-width:640px;margin:0 auto 28px;font-weight:400;letter-spacing:-.015em}
.manifesto-copy p mark{font-family:var(--serif);background:transparent;color:var(--el);font-style:italic}
.manifesto-copy .cta{margin-top:34px;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.manifesto-demo{width:100%;max-width:960px;min-height:620px;display:flex;align-items:center;justify-content:center}

/* ---- section intro (shared) ---------------------------------------------- */
.kick{font-family:var(--sans);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#556058;margin-bottom:12px}

/* ---- pillars (home teaser + product deep-dive) --------------------------- */
.pillars{background:var(--paper);padding:100px 0}
.pillars-grid{display:grid;grid-template-columns:340px 1fr;gap:72px;align-items:start}
.pillar-flow>.pillar-body{margin-bottom:110px}
.pillar-flow>.pillar-body:last-child{margin-bottom:0}
.steplist{position:sticky;top:110px}
.steplist .step{display:flex;align-items:baseline;gap:14px;font-family:var(--head);font-size:32px;line-height:1.5;color:#7f8c86;background:none;border:0;margin:0;padding:6px 0;text-align:left;cursor:pointer;-webkit-appearance:none;appearance:none;transition:color .18s ease}
.steplist .step i{font-family:var(--sans);font-style:normal;font-size:13px;font-weight:500;color:inherit;min-width:22px}
.steplist .step:hover{color:var(--ink)}
.steplist .step:focus-visible{outline:2px solid var(--el);outline-offset:5px;border-radius:8px}
.steplist .on{color:var(--ink)}
.steplist .on i{color:var(--el)}

/* Pinned scroll-swap stage (product #pillars, desktop + JS only). product.js
   adds .is-swap once it can drive the crossfade; until then, and with JS off,
   the panels keep the stacked sticky-rail flow above and nothing is hidden.
   Scoped to >=901px so the <=900px stacked fallback stays intact, and the
   homepage never uses these classes at all. --swap-count is set by product.js
   (panel count) so the scroll room and JS geometry stay in sync. */
@media (min-width:901px){
  .pillars.is-swap{--swap-top:84px;position:relative;padding:0;height:calc((100vh - var(--swap-top)) + (var(--swap-count,3) - 1) * 80vh)}
  .pillars.is-swap .pillars-grid{position:sticky;top:var(--swap-top);min-height:calc(100vh - var(--swap-top));align-content:center}
  .pillars.is-swap .steplist{position:static;top:auto}
  .pillars.is-swap .pillar-flow{display:grid;align-items:start}
  .pillars.is-swap .pillar-flow>.pillar-body{grid-area:1/1;margin:0;opacity:0;visibility:hidden;transform:translateY(14px);pointer-events:none;transition:opacity .5s ease,transform .5s ease,visibility 0s linear .5s}
  .pillars.is-swap .pillar-flow>.pillar-body.on{opacity:1;visibility:visible;transform:none;pointer-events:auto;transition:opacity .5s ease,transform .5s ease,visibility 0s}
}
.pillar-body h3{font-family:var(--head);font-weight:400;font-size:40px;margin-bottom:14px;letter-spacing:-.02em;line-height:1.1}
.pillar-body>p{font-family:var(--sans);font-size:16px;line-height:1.5;color:#556058;max-width:460px;margin-bottom:22px}
.explore{font-family:var(--sans);font-size:14px;font-weight:500;letter-spacing:-.02em;background:var(--el);color:#fff;padding:10px 18px;border-radius:12px;display:inline-flex;gap:8px;align-items:center}
.explore:hover{background:var(--icy);color:var(--el)}
/* app fragments in the panels follow the locked light companion language:
   cream surface, eyebrow labels, flat hairline rows, emerald=established,
   coral=open gap, red-orange=live. No dark app chrome anywhere. */
.panel{margin-top:26px;background:var(--card-surface);border:1px solid var(--card-border);border-radius:16px;padding:12px;color:var(--ink);box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 24px 55px -30px rgba(16,31,25,.22),0 2px 6px -2px rgba(16,31,25,.10)}

/* Real product-surface crops. These are reduced versions of the locked L2/L3
   companion and the canonical consent gate, never invented dashboard widgets. */
.surface-fragment{background:#fff;border-radius:14px;box-shadow:0 18px 38px -24px rgba(16,24,40,.35);font-family:var(--sans);color:var(--ink);overflow:hidden}
.surface-chrome{display:flex;align-items:center;gap:8px;padding:11px 13px;border-bottom:1px solid rgba(16,24,40,.07);font-family:var(--sans)}
.surface-logo{width:14px;height:14px;display:block;flex:0 0 auto}
.surface-div{width:1px;height:13px;background:rgba(16,24,40,.12);flex:0 0 auto}
.surface-rec{display:flex;align-items:center;gap:6px;min-width:0;font-size:10.5px;font-weight:500;color:#3f4f47}
.surface-rdot{width:7px;height:7px;border-radius:50%;background:var(--rec);box-shadow:0 0 0 3px rgba(255,92,72,.14);flex:0 0 auto}
.surface-sep{color:rgba(16,24,40,.24)}
.surface-time{color:#66756e;font-variant-numeric:tabular-nums}
.surface-spacer{flex:1 1 auto}
.surface-stop{display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 9px;border:1px solid rgba(16,24,40,.13);border-radius:8px;background:#fff;font-size:10.5px;font-weight:500;color:#3f4f47;white-space:nowrap}
.surface-stop-square{width:6px;height:6px;border-radius:1.5px;background:var(--rec)}
.surface-question{padding:18px 16px 20px}
.surface-eyebrow{display:block;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#556058}
.surface-question p{font-family:var(--head);font-size:17px;font-weight:425;line-height:1.28;letter-spacing:-.015em;margin-top:9px;color:var(--ink)}
.surface-sechead{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}
.surface-stat{font-family:var(--sans);font-size:10.5px;font-weight:600;letter-spacing:.02em;white-space:nowrap}
.surface-stat.gap{color:var(--coral)}
.surface-stat.live{color:var(--rec);display:flex;align-items:center;gap:6px;text-transform:uppercase;letter-spacing:.09em}
.surface-live-dot{width:6px;height:6px;border-radius:50%;background:var(--rec);box-shadow:0 0 0 3px rgba(255,92,72,.14)}
.surface-context{padding:16px}
.surface-qual{display:grid;grid-template-columns:1fr 1fr;gap:11px 12px}
.surface-qi{display:flex;align-items:center;gap:7px;font-family:var(--sans);font-size:11.5px;line-height:1.25}
.surface-check{width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:9px;font-weight:700}
.surface-qi.done{color:#66756e}
.surface-qi.done .surface-check{background:rgba(11,110,79,.55);color:#fff}
.surface-qi.open{color:var(--ink);font-weight:500}
.surface-qi.open .surface-check{border:1.5px solid var(--coral);background:rgba(245,177,76,.10)}
.surface-consent{padding:15px 16px}
.surface-idle{display:flex;align-items:center;gap:7px;font-family:var(--sans);font-size:10.5px;color:#66756e;margin-bottom:9px}
.surface-idle span{width:7px;height:7px;border-radius:50%;background:#A9AEBB}
.surface-consent>strong{display:block;font-family:var(--head);font-size:14px;font-weight:520;letter-spacing:-.01em}
.surface-consent-row{display:flex;align-items:flex-start;gap:8px;margin-top:10px;padding:9px;border:1px solid #E3E5E9;border-radius:9px;font-size:10.5px;line-height:1.35;color:#3A3F4C}
.surface-checkbox{width:13px;height:13px;border:1.5px solid #C7CBD3;border-radius:4px;flex:0 0 auto;margin-top:1px}
.surface-checkbox.checked{display:flex;align-items:center;justify-content:center;border-color:var(--ink);background:var(--ink);color:#fff;font-size:8px;font-weight:700}
.surface-start{display:inline-flex;margin-top:10px;padding:7px 11px;border-radius:8px;background:#E8502B;color:#fff;font-size:10.5px;font-weight:600}
.surface-turns{font-family:var(--sans)}
.surface-turn{padding:7px 0;border-top:1px solid rgba(16,24,40,.06)}
.surface-turn:first-child{border-top:0}
.surface-turn>span{display:block;font-size:9.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#8a958d}
.surface-turn.you>span{color:var(--el)}
.surface-turn p{font-size:12px;line-height:1.42;color:#8a958d;margin-top:2px}
.surface-turn.hot p{color:#3f4f47;font-weight:500}
.surface-ready{padding:14px 17px 16px;border-top:1px solid rgba(11,110,79,.45)}
.surface-ready>.surface-eyebrow{margin-bottom:7px}
.surface-ready p{display:flex;justify-content:space-between;gap:14px;padding:7px 0;font-family:var(--head);font-size:13px;line-height:1.35;color:#3f4f47}
.surface-ready p+p{border-top:1px solid rgba(16,24,40,.06)}
.surface-ready small{font-family:var(--sans);font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--coral);flex:0 0 auto}
.panel>.surface-sechead{margin:0;padding:18px 18px 6px;background:#fff;border-radius:12px 12px 0 0}
.panel>.surface-turns,.panel>.surface-qual{padding:0 18px 18px;background:#fff;border-radius:0 0 12px 12px}
.panel>.surface-chrome{background:#fff;border-radius:12px 12px 0 0}
.panel>.panel-question{background:#fff;border-radius:0;padding:22px 17px}
.panel>.surface-ready{background:#fff;border-radius:0 0 12px 12px}
.panel-qual{gap:14px 24px}

/* ---- teleprompter -------------------------------------------------------- */
.telezone{background:var(--cream);padding:0 32px 48px}
.teleband{position:relative;height:clamp(430px,58vh,520px);max-width:1320px;margin:0 auto;border-radius:18px;overflow:hidden;background:radial-gradient(130% 130% at 50% -10%,#1B4B36 0%,#123A2A 70%);color:#fff}
.tele-view{height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0 250px;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 14%,#000 86%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0,#000 14%,#000 86%,transparent 100%)}
.tele-lines{display:flex;flex-direction:column;align-items:center;gap:36px;transition:transform .48s cubic-bezier(.87,0,.28,1);will-change:transform}
.tele-lines p{font-family:var(--head);font-weight:400;font-size:34px;line-height:1.15;letter-spacing:-.015em;text-align:center;max-width:620px;color:#D8E8DC;opacity:1;transition:transform .48s cubic-bezier(.87,0,.28,1),opacity .5s cubic-bezier(.4,0,.2,1),color .5s cubic-bezier(.4,0,.2,1);transform-origin:center}
.tele-lines p.d0{color:#EDF6EF;opacity:1;transform:scale(1.28)}
.tele-lines p.d1{opacity:.38}
.tele-lines p.d2{opacity:.14}
.tele-lines p.d3{opacity:0}
.tele-label{position:absolute;left:56px;top:50%;transform:translateY(-50%);font-family:var(--sans);font-size:13px;line-height:1.6;color:rgba(207,232,219,.85);max-width:190px}
.tele-card{position:relative;z-index:2;max-width:940px;margin:-68px auto 0;background:var(--cream);border-radius:16px;padding:44px 48px 54px;box-shadow:none}
.tele-card h3{font-family:var(--head);font-weight:400;font-size:36px;line-height:1.14;letter-spacing:-.02em;margin-bottom:0}

/* ---- method: coaching that compounds ------------------------------------- */
.compound{background:var(--paper);padding:100px 0}
.compound-grid{display:grid;grid-template-columns:320px 1fr;gap:64px;align-items:center}
.compound h2{font-family:var(--head);font-weight:400;font-size:40px;line-height:1.1;letter-spacing:-.02em;margin-bottom:16px}
.compound h2 em{font-family:var(--serif);font-style:italic;color:var(--el)}
.compound .lead{font-family:var(--sans);font-size:15.5px;line-height:1.55;color:#556058;margin-bottom:22px}
.compound .more{font-family:var(--sans);font-size:14px;font-weight:500;color:var(--el)}
.flowcards{display:flex;align-items:stretch}
.fcard{flex:1;background:var(--card-surface);border:1px solid var(--card-border);border-radius:12px;padding:22px 18px;min-width:0}
.farrow{align-self:center;color:#b7c3be;padding:0 10px;font-family:var(--sans);font-size:18px;flex:0 0 auto}
.fcard .fic{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.82);color:var(--el);display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 12px 24px -18px rgba(16,24,40,.35)}
.fcard .fic svg{width:17px;height:17px}
.fcard b{display:block;font-family:var(--sans);font-size:15px;font-weight:500;letter-spacing:-.01em;margin-bottom:6px}
.fcard p{font-family:var(--sans);font-size:13px;line-height:1.5;color:#66756e}

/* ---- method: moments accordion ------------------------------------------- */
.moments{background:var(--cream);padding:100px 0}
.moments-grid{display:grid;grid-template-columns:250px 1fr 320px;gap:56px;align-items:start}
.moments h2{font-family:var(--head);font-weight:400;font-size:34px;line-height:1.12;letter-spacing:-.02em}
.acc-item{border-bottom:1px solid rgba(16,24,40,.1)}
.acc-item:first-child{border-top:1px solid rgba(16,24,40,.1)}
.acc-head{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;background:none;border:none;padding:17px 4px;font-family:var(--sans);font-size:16.5px;font-weight:500;letter-spacing:-.01em;color:var(--ink);cursor:pointer;text-align:left}
.acc-head svg{width:16px;height:16px;color:#556058;transition:transform .25s ease;flex:0 0 auto}
.acc-item.open .acc-head{color:var(--el)}
.acc-item.open .acc-head svg{transform:rotate(90deg)}
.acc-body{max-height:0;overflow:hidden;transition:max-height .3s ease}
.acc-item.open .acc-body{max-height:160px}
.acc-body p{font-family:var(--sans);font-size:14px;line-height:1.55;color:#66756e;padding:0 4px 18px;max-width:440px}
.method-companion{position:sticky;top:110px}

/* ---- trust band ---------------------------------------------------------- */
.bandzone{background:var(--cream);padding:0 16px 28px}
.bandzone.final-band{padding-bottom:64px}
.darkband{background:var(--card-surface);color:var(--ink);padding:90px 0;position:relative;overflow:hidden;max-width:1520px;margin:0 auto;border-radius:18px}
.darkband h2{font-family:var(--head);font-weight:400;font-size:44px;text-align:center;line-height:1.1;letter-spacing:-.02em}
.darkband h2 em,.bluecta h2 em{font-family:var(--serif);font-style:italic;color:var(--el)}
.foot-brand h3 em{font-family:var(--serif);font-style:italic;color:#8FE0BC}
.darkband .sub{font-family:var(--sans);font-size:16px;color:#556058;text-align:center;margin:16px auto 26px;max-width:560px}
.darkband .cta{text-align:center;margin-bottom:64px}
.darkband .wrap{position:relative;z-index:1}
.darkband .secnote{text-align:center;margin-top:38px;font-family:var(--sans);font-size:13.5px;color:#66756e}
.darkband .secnote a{color:var(--el)}
.darkband .secnote a:hover{color:var(--ink)}
/* home proof band: light editorial, Heidi-style. The claim column on the
   left, three softly tinted tiles on the right, each pairing one claim with a
   real product fragment floating as a white card. Sits on the paper canvas
   between the cream manifesto and the cream teleprompter zone, so the section
   change reads without a hard rule. (method.html's .darkband is untouched.) */
.proofband{background:var(--paper);padding:96px 0 88px}
.proofband-grid{display:grid;grid-template-columns:minmax(0,330px) 1fr;gap:68px;align-items:center;text-align:left}
.proofband h2{font-family:var(--head);font-size:40px;line-height:1.1;letter-spacing:-.02em}
.proofband h2 em{font-family:var(--serif);font-style:italic;color:var(--el)}
.proofband .sub{font-family:var(--sans);font-size:16px;line-height:1.55;color:#556058;margin:16px 0 28px;max-width:420px}
.proofband .secnote{margin-top:24px;font-family:var(--sans);font-size:13px;line-height:1.6;color:#66756e;max-width:400px}
.proof-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ptile{border-radius:16px;padding:26px;display:flex;flex-direction:column;justify-content:space-between;gap:22px;min-width:0}
.ptile-say h3{font-family:var(--head);font-size:17px;letter-spacing:-.01em;margin-bottom:5px;color:var(--ink)}
.ptile-say p{font-family:var(--sans);font-size:13.5px;line-height:1.55;color:#556058}
.ptile-speed{grid-column:1/-1;flex-direction:row;align-items:center;gap:34px;background:var(--card-surface)}
.ptile-speed .ptile-say{flex:0 0 36%}
.ptile-speed .surface-fragment{flex:1;min-width:0}
.ptile-evidence,.ptile-privacy{background:var(--card-surface)}

/* ---- green CTA band ------------------------------------------------------ */
.bluecta{background:var(--card-surface);color:var(--ink);padding:90px 0;position:relative;overflow:hidden;max-width:1520px;margin:0 auto;border-radius:18px}
.bluecta h2{font-family:var(--head);font-weight:400;font-size:44px;line-height:1.1;letter-spacing:-.02em;max-width:460px}
.bluecta p{font-family:var(--sans);font-size:16px;line-height:1.5;color:#556058;max-width:420px;margin:18px 0 26px}

/* ---- closing CTA: one calm card, one ask (homepage end) ------------------ */
.closer{position:relative;background:var(--card-surface);border-radius:18px;max-width:1320px;margin:0 auto;padding:110px 32px;text-align:center;overflow:hidden}
.closer h2{font-family:var(--head);font-size:54px;line-height:1.08;letter-spacing:-.02em;max-width:760px;margin:0 auto}
.closer h2 em{font-family:var(--serif);font-style:italic;color:var(--el)}
.closer .sub{font-family:var(--sans);font-size:16px;line-height:1.55;color:#556058;max-width:580px;margin:18px auto 0}
.closer .cta{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:34px}
.closer .secnote{font-family:var(--sans);font-size:13px;line-height:1.55;color:#66756e;margin:28px auto 0}
.closer .secnote a{color:var(--el)}
.closer .secnote a:hover{color:var(--ink)}

/* ---- interior page hero (product / method / security / legal) ------------ */
.page-hero{background:var(--cream);border-bottom:1px solid rgba(16,24,40,.07)}
.page-hero .wrap{padding-top:72px;padding-bottom:56px;max-width:760px}
.page-hero .eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--el);font-weight:600;margin-bottom:16px}
.page-hero h1{font-family:var(--head);font-weight:400;font-size:52px;line-height:1.05;letter-spacing:-.02em;margin-bottom:18px}
.page-hero h1 em{font-family:var(--serif);font-style:italic;color:var(--el)}
.page-hero .lede{font-size:17.5px;line-height:1.55;color:#3f4f47;max-width:600px}
.page-hero .cta{margin-top:30px;display:flex;flex-wrap:wrap;gap:12px}
/* centered variant (404) */
.page-hero.centered{text-align:center}
.page-hero.centered .wrap,.page-hero.centered .lede{margin-left:auto;margin-right:auto}
.page-hero.centered .cta{justify-content:center}

/* ---- long-form prose (security / privacy / terms) ------------------------ */
.prose-section{background:var(--paper);padding:64px 0 96px}
.prose{max-width:720px}
.prose .meta-note{font-size:13px;line-height:1.6;color:#556058;margin-bottom:36px}
.prose h2{font-family:var(--head);font-weight:400;font-size:28px;line-height:1.15;letter-spacing:-.02em;margin:44px 0 14px}
.prose h2:first-child{margin-top:0}
.prose h3{font-family:var(--head);font-weight:520;font-size:17px;margin:28px 0 10px}
.prose p{font-size:16px;line-height:1.7;color:#3f4f47;margin-bottom:16px}
.prose ul{margin:0 0 18px;padding-left:22px}
.prose li{font-size:16px;line-height:1.7;color:#3f4f47;margin-bottom:8px}
.prose strong{color:var(--ink);font-weight:600}
.prose .updated{font-size:13px;color:#556058;margin-bottom:32px}

/* feature cards used on security page: one row, same recipe as homepage .ptile */
.featgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:8px 0 36px}
.featcard{background:var(--card-surface);border-radius:16px;padding:26px}
.featcard .fic{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.82);color:var(--el);display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 12px 24px -18px rgba(16,24,40,.35)}
.featcard .fic svg{width:17px;height:17px}
.featcard h3{font-family:var(--head);font-size:17px;letter-spacing:-.01em;margin-bottom:5px;color:var(--ink)}
.featcard p{font-family:var(--sans);font-size:13.5px;line-height:1.55;color:#556058}

/* ---- early-access form --------------------------------------------------- */
.ea-page{max-width:640px;margin:0 auto;padding:64px 32px 96px}
.ea-page .eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--el);font-weight:600;margin-bottom:16px}
.ea-page h1{font-family:var(--head);font-weight:400;font-size:46px;line-height:1.06;letter-spacing:-.02em;margin-bottom:16px}
.ea-page h1 em{font-family:var(--serif);font-style:italic;color:var(--el)}
.ea-page .lede{font-size:17px;color:#3f4f47;max-width:520px;margin-bottom:40px}
#eaForm{background:#fff;border:1px solid rgba(16,24,40,.10);border-radius:18px;padding:32px;box-shadow:0 18px 45px -34px rgba(16,24,40,.28)}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}
.field.full{grid-column:1 / -1}
label{font-size:13px;font-weight:500;letter-spacing:-.01em}
label .req{color:var(--el)}
input,select,textarea{font-family:var(--sans);font-size:16px;color:var(--ink);background:var(--white);border:1px solid rgba(16,24,40,.16);border-radius:10px;padding:11px 13px;width:100%;transition:border-color .15s,box-shadow .15s}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--el);box-shadow:0 0 0 3px rgba(11,110,79,.12)}
textarea{resize:vertical;min-height:96px}
#eaForm .btn{height:46px;background:var(--el);color:#fff;width:100%;font-size:15px}
#eaForm .btn:hover{background:var(--el-bright);color:#0d1b16}
.fineprint{font-size:12px;color:#556058;margin-top:14px;text-align:center}
/* early-access success panel. Named .ea-done (not .done) so it never collides with
   the .badge.done badge state used in the dark UI cards. A bare .done{display:none}
   would silently hide every "done" badge on the site. Toggled by JS via #eaDone.on. */
.ea-done{display:none;background:#fff;border:1px solid rgba(16,24,40,.10);border-radius:18px;padding:48px 32px;text-align:center;box-shadow:0 18px 45px -34px rgba(16,24,40,.28)}
.ea-done.on{display:block}
.ea-done .check{width:56px;height:56px;border-radius:50%;background:var(--icy);color:var(--el);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.ea-done h2{font-family:var(--head);font-weight:400;font-size:30px;margin-bottom:10px}
.ea-done p{color:#3f4f47;max-width:400px;margin:0 auto}

/* ---- search: Heidi geometry, NextStepp palette, platform-aware shortcut -- */
.searchbtn{display:flex;align-items:center;gap:8px;font-family:var(--sans);font-size:14px;line-height:140%;letter-spacing:-.03em;color:#667085;background:transparent;border:none;border-radius:9999px;padding:4px 8px;cursor:pointer;transition:color .15s,background-color .15s}
.searchbtn:hover{color:var(--ink);background:rgba(11,110,79,.07)}
.searchbtn:focus-visible{outline:2px solid var(--el);outline-offset:2px}
.searchbtn svg{width:16px;height:16px}
.smodal{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:none;z-index:100;opacity:0;transition:opacity .2s ease-out}
.smodal.open{display:block}
.smodal.in{opacity:1}
.scard{position:fixed;top:12%;left:50%;transform:translateX(-50%) scale(.95);width:calc(100% - 2rem);max-width:672px;background:#fff;border-radius:24px;padding:24px;display:grid;gap:24px;font-family:var(--sans);letter-spacing:-.03em;opacity:0;transition:opacity .2s ease-out,transform .2s ease-out}
.smodal.in .scard{opacity:1;transform:translateX(-50%) scale(1)}
.shead{display:flex;flex-direction:column;gap:12px}
.scard-top{display:flex;align-items:center;justify-content:space-between}
.stabs{display:inline-flex;width:fit-content;align-items:center;justify-content:center;background:#f2f7f5;border-radius:12px;padding:4px;gap:4px}
.stabs button{font-family:var(--sans);font-size:16px;line-height:140%;letter-spacing:-.03em;font-weight:400;border:none;background:transparent;color:#667085;padding:2px 12px;border-radius:8px;cursor:pointer;white-space:nowrap;transition:color .15s,box-shadow .15s}
.stabs button:hover{background:#f8fbfa}
.stabs button.on{background:#fff;color:var(--ink);font-weight:500;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}
.sclose{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:12px;padding:8px;color:var(--ink);cursor:pointer;transition:background-color .15s}
.sclose:hover{background:#eaf3ef}
.sclose svg{width:24px;height:24px}
.sfield{display:flex;align-items:center;border:1px solid #dce8e3;border-radius:12px;background:#fff;transition:border-color .15s,color .15s;padding:0}
.sfield:focus-within{border-color:var(--ink)}
.sfield-in{display:flex;align-items:center;width:100%;padding:10px 16px;gap:8px}
.sinput{flex:1 1 0;width:100%;font-family:var(--sans);font-size:16px;line-height:140%;letter-spacing:-.03em;color:var(--ink);border:none;outline:none;background:transparent;padding:0}
.sinput::placeholder{color:rgba(16,24,40,.5)}
.sinput::selection{background:var(--icy)}
.sclear{display:none;flex:0 0 auto;align-items:center;justify-content:center;width:20px;height:20px;border:none;border-radius:9999px;background:#f8fbfa;color:#667085;cursor:pointer;transition:color .15s,background-color .15s}
.sclear.show{display:flex}
.sclear:hover{color:var(--ink);background:#f2f7f5}
.sclear svg{width:14px;height:14px}
.slinks{display:flex;flex-direction:column;gap:12px}
.slink{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px;padding:6px 6px 6px 8px;border-radius:12px;color:var(--ink);transition:background-color .15s}
.slink:hover{background:#f8fbfa;color:var(--ink)}
.slink .lab{display:flex;align-items:center;gap:8px;font-size:16px;line-height:140%;font-weight:500}
.slink .lab svg{width:16px;height:16px;color:var(--el);flex:0 0 auto}
.slink .go{width:16px;height:16px;flex:0 0 auto}

/* ---- footer -------------------------------------------------------------- */
footer{background:var(--ink);color:#fff;padding:70px 0 0;overflow:hidden}
.foot-top{display:flex;justify-content:space-between;gap:48px}
.foot-logo{--logo-step:#ffffff;--logo-accent:#35C08E}
.foot-brand h3{font-family:var(--head);font-weight:400;font-size:26px;margin:16px 0 20px}
.fcols{display:flex;gap:64px}
.fcol h5{font-family:var(--sans);font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#7C8C80;margin-bottom:14px}
.fcol a{display:block;font-family:var(--sans);font-size:14px;color:#C7D3C9;margin-bottom:10px}
.fcol a:hover{color:#fff}
.legal{margin-top:56px;display:flex;justify-content:space-between;gap:16px;font-family:var(--sans);font-size:11px;color:#7C8C80;padding:20px 0 26px;border-top:1px solid #2D3C32}
.legal-links a{color:#7C8C80;margin-left:16px}
.legal-links a:first-child{margin-left:0}
.legal-links a:hover{color:#fff}

/* ---- style guide page (/styleguide.html): living specimens ---------------
   Everything on that page renders from the real tokens, classes and partials
   (chips are var(--token) fills, buttons/cards are the production classes,
   the logo strips use the #logoMark/#logoFull sprite), so it cannot drift.
   Written rules: docs/design/STYLE-GUIDE.md in the design repo. */
.sg-section{background:var(--paper);padding:52px 0 8px}
.sg-section:last-of-type{padding-bottom:72px}
.sg-h2{font-family:var(--head);font-size:26px;line-height:1.15;letter-spacing:-.02em;margin-bottom:6px}
.sg-note{font-family:var(--sans);font-size:13.5px;line-height:1.55;color:#66756e;max-width:640px;margin-bottom:26px}
.sg-note code,.sg-swatch code,.sg-swatch b{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}
.sg-cap{font-family:var(--sans);font-size:12.5px;line-height:1.55;color:#66756e;margin-top:12px;max-width:640px}
.sg-swatches{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}
.sg-swatch{margin:0}
.sg-chip{display:block;height:64px;border-radius:12px;border:1px solid rgba(16,24,40,.10)}
.sg-swatch figcaption{padding:8px 2px 0;font-size:12px;line-height:1.5;color:#3f4f47}
.sg-swatch b{display:block;font-weight:600;color:var(--ink)}
.sg-swatch i{display:block;font-style:normal;color:#66756e}
.sg-swatch code{color:#556058}
.sg-c-el{background:var(--el)}
.sg-c-el-bright{background:var(--el-bright)}
.sg-c-mint{background:var(--mint)}
.sg-c-ink{background:var(--ink)}
.sg-c-paper{background:var(--paper)}
.sg-c-cream{background:var(--cream)}
.sg-c-icy{background:var(--icy)}
.sg-c-coral{background:var(--coral)}
.sg-c-rec{background:var(--rec)}
.sg-c-white{background:var(--white)}
.sg-c-card{background:var(--card-surface);border-color:var(--card-border)}
.sg-spec{padding:26px 0 4px}
.sg-display{font-family:var(--head);font-size:44px;line-height:1.08;letter-spacing:-.02em}
.sg-display em{font-family:var(--serif);font-style:italic;color:var(--el)}
.sg-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}
.sg-strip{display:flex;flex-wrap:wrap;align-items:center;gap:32px;padding:24px 26px;border-radius:14px;border:1px solid rgba(16,24,40,.10);margin-bottom:14px}
.sg-strip.light{background:var(--paper)}
.sg-strip.dark{background:var(--ink);color:#fff;--logo-step:#ffffff;--logo-accent:#35C08E}
.sg-strip .sg-strip-label{font-family:var(--sans);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#8a958d;flex:0 0 110px}
.sg-16 svg,.sg-16 img{width:16px;height:16px;display:block}
.sg-32 svg,.sg-32 img{width:32px;height:32px;display:block}
.sg-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;align-items:start}
.sg-cards .fcard{max-width:320px}
@media (max-width:680px){
  .sg-display{font-size:30px}
  .sg-strip{gap:20px;padding:18px}
  .sg-strip .sg-strip-label{flex-basis:100%}
}

/* ==========================================================================
   Responsive
   ======================================================================== */
@media (max-width:1000px){
  .tele-view{padding:0 40px}
  .tele-label{display:none}
  .tele-lines p{font-size:25px}
  .tele-card{margin:-54px 0 0;padding:32px 28px 42px}
  .compound-grid{grid-template-columns:1fr;gap:36px}
  .flowcards{flex-direction:column;gap:10px}
  .farrow{display:none;transform:rotate(90deg)}
  .moments-grid{grid-template-columns:1fr;gap:32px}
  .method-companion{position:static}
  .proofband-grid{grid-template-columns:1fr;gap:40px}
  .proofband h2{font-size:34px}
  .darkband h2{font-size:34px}
  .darkband .cta{margin-bottom:44px}
}
@media (max-width:900px){
  .hero h1{font-size:52px;white-space:normal}
  .pillars-grid{grid-template-columns:minmax(0,1fr);gap:36px}
  .steplist,.pillar-flow,.pillar-body,.panel{min-width:0}
  .steplist{position:static;display:flex;gap:24px}
  .steplist .step{font-size:22px}
  .featgrid{grid-template-columns:repeat(2,1fr)}
  .page-hero h1{font-size:44px}
  /* live companion demo: rail drops below the say */
  .lc-body{flex-direction:column}
  .lc[data-lc-mode="cockpit"]{height:720px}
  .manifesto-demo{min-height:740px}
  .lc-act{padding:0 24px}
  .lc-sayblock{padding:34px 0 26px}
  .lc-ctx{flex:1 1 auto;border-left:0;border-top:1px solid rgba(11,110,79,.45);padding:16px 24px 18px}
  .lc-turns{max-height:150px;justify-content:flex-start;-webkit-mask-image:none;mask-image:none}
  .lc[data-lc-mode="card"] .lc-act{padding:0 26px}
  .lc[data-lc-mode="card"] .lc-sayblock{padding:28px 0 32px}
  .lc[data-lc-mode="rail"] .lc-act{padding:0 18px}
  .lc[data-lc-mode="rail"] .lc-ctx{padding:0 18px 4px;border-top:0}
  .lc[data-lc-mode="rail"] .lc-turns{max-height:none;justify-content:flex-end;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 34px);mask-image:linear-gradient(180deg,transparent 0,#000 34px)}
}
/* nav → mobile menu */
@media (max-width:720px){
  .nav-links,.searchbtn{display:none}
  .announce{font-size:12px;padding:8px 16px}
  .navburger{display:flex}
  .navcta-full{display:none}
  .navcta-short{display:inline}
  .nav-in .navcta{height:36px;padding:0 13px;font-size:12.5px;border-radius:10px}
}
@media (min-width:721px){
  .mobile-menu{display:none !important}
}
@media (max-width:680px){
  .wrap{padding:0 18px}
  .herozone{padding:12px 10px 0}
  .hero{min-height:auto;padding:64px 0 60px;border-radius:16px}
  .hero p{padding:0 22px}
  .manifesto{padding:48px 0 72px}
  .manifesto-copy p{font-size:21px}
  .manifesto-layout{gap:36px}
  .manifesto-demo{min-height:720px}
  .pillars{padding:64px 0}
  .steplist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .steplist .step{gap:6px;font-size:19px;white-space:nowrap}
  .steplist .step i{min-width:0;font-size:11px}
  .pillar-flow>.pillar-body{margin-bottom:56px}
  .pillar-body h3{font-size:30px}
  .telezone{padding:0 14px 40px}
  .teleband{height:clamp(360px,64vh,460px)}
  .tele-lines p{font-size:21px;padding:0 8px}
  .tele-card{padding:28px 22px}
  .tele-card h3{font-size:27px;margin-bottom:22px}
  .compound,.moments,.pillars{padding:64px 0}
  .compound h2,.moments h2{font-size:28px}
  .bandzone{padding:0 10px 14px}
  .bandzone.final-band{padding-bottom:36px}
  .darkband,.bluecta{padding:60px 0;border-radius:16px}
  .darkband h2,.bluecta h2{font-size:30px}
  .closer{padding:70px 22px;border-radius:16px}
  .closer h2{font-size:34px}
  .proofband{padding:60px 0 56px}
  .proofband h2{font-size:30px}
  .proofband h2 br{display:none}
  .proof-mosaic{grid-template-columns:1fr;gap:12px}
  .featgrid{grid-template-columns:1fr;gap:12px}
  .ptile{padding:20px}
  .ptile-speed{flex-direction:column;align-items:stretch;gap:18px}
  .ptile-speed .ptile-say{flex:0 0 auto}
  .lc-bar{gap:8px;padding-left:14px;padding-right:12px}
  .lc-shape{width:25px;height:25px}
  .lc[data-lc-mode="cockpit"]{height:700px}
  .lc-act{padding:0 20px}
  .lc-ctx{padding:14px 20px 16px}
  .lc[data-lc-mode="card"] .lc-act{padding:0 22px}
  .lc[data-lc-mode="rail"] .lc-act{padding:0 16px}
  .lc[data-lc-mode="rail"] .lc-ctx{padding:0 16px 4px}
  .page-hero .wrap{padding-top:48px;padding-bottom:40px}
  .page-hero h1{font-size:34px}
  .page-hero .lede{font-size:16px}
  .prose-section{padding:48px 0 72px}
  .prose h2{font-size:24px}
  .ea-page{padding:44px 20px 72px}
  .ea-page h1{font-size:34px}
  form{padding:24px}
  .foot-top{flex-direction:column;gap:32px}
  .fcols{flex-wrap:wrap;gap:28px 44px}
  .legal{flex-direction:column;gap:10px}
  .fcol a{padding:6px 0;margin-bottom:2px}
  .legal-links a{display:inline-block;padding:6px 0}
  .legal-links a:first-child{margin-left:0}
}
@media (max-width:420px){
  .hero h1{font-size:33px}
  .grid{grid-template-columns:1fr}
  .lc-rec .lab,.lc-rec .sep{display:none}
  .lc-stop{display:none}
  .lc[data-lc-mode="pill"] .lc-pill-say{margin-right:2px}
}
@media (prefers-reduced-motion:reduce){
  .loader-mark{animation:none;transform:translateX(-50%)}
  .tele-lines,.tele-lines p,.navburger span{transition:none}
  .lc,.lc-say,.lc-q,.lc-turn,.lc-stat,.lc-play{transition:none}
  .pillars.is-swap .pillar-flow>.pillar-body{transition:none}
}

/* ============================================================================
   Heading weight scale. Display headings are the logo sans (Plus Jakarta Sans);
   emphasis <em>/<mark> are Newsreader italic. One place to tune every heading.
   ========================================================================= */
.hero h1,.pillar-body h3,.tele-card h3,.compound h2,.moments h2,.darkband h2,.proofband h2,.bluecta h2,.closer h2,.page-hero h1,.prose h2,.ea-page h1,.ea-done h2,.foot-brand h3,.steplist .step,.sg-display,.sg-h2{font-weight:425}
.manifesto-copy p,.tele-lines p{font-weight:420}
.featcard h3,.ptile-say h3{font-weight:520}
/* emphasis accents: Newsreader italic has a smaller x-height than Plus Jakarta,
   so at the same nominal size the serif looks too small beside the sans. Two
   things fix it: (1) font-optical-sizing:none pins Newsreader to one optical
   master so its x-height stays constant instead of growing with size (opsz:auto
   made the gap size-dependent, so no single scale could match); (2) --serif-scale
   then bumps every accent by the one ratio that lands the lowercase body (the
   'a'/'p' height) level with the sans. A touch of weight since the italic
   strokes read lighter. Never bold either face to balance. */
.hero h1 em,.lc-play b,.darkband h2 em,.proofband h2 em,.bluecta h2 em,.closer h2 em,.foot-brand h3 em,.manifesto-copy p mark,.compound h2 em,.page-hero h1 em,.ea-page h1 em,.sg-display em{font-weight:430;font-optical-sizing:none;font-size:calc(1em * var(--serif-scale))}

/* Footer brand heading sits a touch smaller; the serif accent still follows the
   shared --serif-scale, so its lowercase height tracks the sans at this size too. */
.foot-brand h3{font-size:24px}
