/* ============ Offpuff v3 - "The Clearing" design system ============ */
:root{
  --ink:#1c1a15; --ink-soft:#5d594f; --fog:#a8a08e; --paper:#f7f6f2;
  --volt:#cfe0cd; --volt-dark:#1f4d2c; --volt-deep:#16391f; --volt-soft:#edf1ea;
  --night:#0d110d; --night-2:#10160f; --night-hi:#141c13;
  --d-ink:#f2f5ea; --d-soft:#9fae95; --d-mute:#7d8c72;
  --line:#e7dfd2; --radius:18px; --shadow:0 16px 48px rgba(28,26,21,.10);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6;font-size:17px;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.wrap{max-width:1120px;margin:0 auto;padding:0 22px}
a{color:var(--volt-dark)}
h1,h2,h3{letter-spacing:-.03em;line-height:1.1}
button{font-family:inherit}

/* ---------- header ---------- */
.site-header{position:fixed;top:0;left:0;right:0;z-index:60;transition:background .3s ease,box-shadow .3s ease}
.site-header.scrolled{background:rgba(251,247,239,.9);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--line)}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:68px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;color:var(--ink);text-decoration:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--volt);color:#10160b;font-weight:700;border:0;border-radius:999px;padding:14px 28px;font-size:16px;cursor:pointer;text-decoration:none;min-height:50px;transition:background .15s ease,transform .2s cubic-bezier(.2,.9,.3,1.4),box-shadow .2s ease}
.btn:hover{background:#dcead9;transform:translateY(-1px);box-shadow:0 8px 22px rgba(31,77,44,.22)}
.btn:active{transform:scale(.97)}
.btn-sm{padding:10px 22px;min-height:44px;font-size:15px}
.btn-sun{background:var(--volt);color:#10160b}
.btn-sun:hover{background:#dcead9;box-shadow:0 8px 22px rgba(31,77,44,.25)}
.btn:focus-visible,input:focus-visible,a:focus-visible{outline:3px solid var(--volt-dark);outline-offset:2px}

/* ---------- hero: the fog ---------- */
.hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;
  background:linear-gradient(160deg,#eceae4 0%,#f4f3ef 48%,#fbfaf7 100%)}
.hero-fog{position:absolute;inset:-10%;pointer-events:none}
.fog-bank{position:absolute;border-radius:50%;filter:blur(52px);background:rgba(90,120,95,.10)}
.fog-bank.f1{width:60vw;height:34vh;top:8%;left:-12%;animation:drift 26s ease-in-out infinite alternate}
.fog-bank.f2{width:52vw;height:30vh;top:30%;right:-14%;animation:drift 32s ease-in-out infinite alternate-reverse}
.fog-bank.f3{width:70vw;height:36vh;bottom:4%;left:-8%;animation:drift 38s ease-in-out infinite alternate;opacity:.6}
@keyframes drift{from{transform:translateX(-4%)}to{transform:translateX(6%)}}
.hero .wrap{position:relative;z-index:2;padding-top:104px;padding-bottom:120px;width:100%}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:64px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--volt-soft);color:var(--volt-deep);font-weight:700;font-size:12.5px;letter-spacing:.09em;text-transform:uppercase;padding:7px 15px;border-radius:999px;margin-bottom:22px}
.hero h1{font-size:clamp(38px,4.7vw,60px);color:#1c1a15;max-width:14ch;margin-bottom:20px;text-wrap:balance}
.hero h1 .clear-word{position:relative;color:var(--volt-dark);white-space:nowrap}
.hero .lede{font-size:clamp(16px,1.6vw,19px);color:#5d594f;max-width:31rem;margin-bottom:28px}
.waitlist-form{display:flex;gap:10px;max-width:31rem}
.waitlist-form label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.waitlist-form input[type=email]{flex:1;min-width:0;border:1.5px solid rgba(28,26,21,.22);border-radius:999px;padding:14px 22px;font-size:16px;min-height:54px;background:#fff;color:var(--ink)}
.waitlist-form input[type=email]::placeholder{color:#8a8375}
.trust-line{font-size:14px;color:#5d594f;margin-top:12px}
.form-status{margin-top:12px;font-size:15px;font-weight:600}
.form-status.ok{color:var(--volt-dark)}
.form-status.err{color:#b3261e}
.scroll-hint{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:6px;color:#8a8375;font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;text-decoration:none}
.scroll-hint .chev{width:14px;height:14px;border-right:2.5px solid #8a8375;border-bottom:2.5px solid #8a8375;transform:rotate(45deg);animation:bob 1.6s ease-in-out infinite}
@keyframes bob{0%,100%{transform:rotate(45deg) translate(0,0)}50%{transform:rotate(45deg) translate(4px,4px)}}

/* ---------- the sky scene (scroll story) ---------- */
.sky-scene{position:relative;height:340vh}
.sky-sticky{position:sticky;top:0;height:100svh;overflow:hidden;display:flex;align-items:center;justify-content:center}
.sky-bg{position:absolute;inset:0;background:linear-gradient(180deg,#0d110d 0%,#141c13 45%,#1a2417 100%)}
.top-blend{position:absolute;top:0;left:0;right:0;height:22%;z-index:2;pointer-events:none;background:linear-gradient(180deg,#f7f6f2 0%,rgba(247,246,242,0) 100%)}
.hero-cloud{position:absolute;top:14%;left:50%;width:360px;margin-left:-180px;z-index:4;color:#677a5e;opacity:1;filter:blur(2.5px);transform-origin:center center}
.hero-cloud svg{display:block;animation:cloudwob 7s ease-in-out infinite}
@keyframes cloudwob{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(7px,-9px) scale(1.035)}}
.vapor-field{position:absolute;inset:0;z-index:3;pointer-events:none}
.vapor-dot{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(176,192,172,.5) 0%,rgba(150,166,148,.26) 55%,transparent 75%)}
.v1{width:130px;height:130px;top:26%;left:22%}
.v2{width:90px;height:90px;top:60%;left:30%}
.v3{width:150px;height:150px;top:30%;right:20%}
.v4{width:80px;height:80px;top:58%;right:28%}
.v5{width:110px;height:110px;top:44%;left:14%}
.v6{width:70px;height:70px;top:22%;right:34%}
.v7{width:95px;height:95px;top:66%;left:46%}
.v8{width:65px;height:65px;top:38%;left:56%}
.sky-cloud{position:absolute;pointer-events:none;filter:blur(3px)}
.sky-cloud svg{display:block}
.fog-veil{position:absolute;inset:-5%;z-index:3;pointer-events:none;background:radial-gradient(ellipse 120% 90% at 50% 40%,rgba(143,158,140,.45) 0%,rgba(124,139,122,.32) 45%,rgba(105,120,104,.16) 75%,transparent 100%)}
.c1{top:6%;left:-8%}.c2{top:26%;right:-10%}.c3{top:52%;left:-14%}.c4{bottom:8%;right:-6%}.c5{top:44%;left:30%}
.scene-copy{position:absolute;inset:0;z-index:5;text-align:center;display:flex;align-items:center;justify-content:center}
.scene-step{position:absolute;left:0;right:0;top:56%;transform:translateY(-50%);opacity:0;transition:opacity .35s ease;padding:0 22px;max-width:46rem;margin:0 auto}
.scene-step.on{opacity:1}
.scene-step .kicker{font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--volt);margin-bottom:14px}
.scene-step h2{font-size:clamp(30px,5vw,52px);color:#f2f5ea;margin-bottom:14px;text-wrap:balance}
.scene-step p{font-size:clamp(16px,1.6vw,19px);color:#9fae95;max-width:34rem;margin:0 auto}
.puff-counter{position:absolute;z-index:6;bottom:5%;left:50%;transform:translateX(-50%);text-align:center}
.puff-counter .num{font-size:clamp(48px,8vw,84px);font-weight:800;letter-spacing:-.04em;color:#f2f5ea;font-variant-numeric:tabular-nums;line-height:1}
.puff-counter .lbl{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#7d8c72;margin-top:6px}
.hero-meter{width:100%;max-width:520px;background:#fff;border:1.5px solid rgba(20,26,16,.10);border-radius:26px;padding:30px 34px 26px;box-shadow:0 28px 64px rgba(28,26,21,.13),0 4px 14px rgba(28,26,21,.05),0 0 70px rgba(90,120,95,.12)}
.hero-meter .hm-top{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:16px;font-size:12.5px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--volt-dark)}
.hero-meter .hm-note{font-weight:600;letter-spacing:.02em;text-transform:none;color:#75816a;font-size:12.5px}
.hero-meter .hm-count{display:flex;align-items:baseline;gap:10px;margin-bottom:6px}
.hero-meter .hm-num{font-size:56px;font-weight:800;letter-spacing:-.045em;line-height:1;color:#141a10;font-variant-numeric:tabular-nums}
.hero-meter .hm-lbl{font-size:12.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#75816a}
.hero-meter .hm-delta{align-self:center;margin-left:auto;font-size:12px;font-weight:800;letter-spacing:.02em;color:var(--volt-deep);background:var(--volt-soft);border:1px solid rgba(31,77,44,.25);border-radius:999px;padding:5px 11px;white-space:nowrap}
.hero-meter .hm-trackzone{position:relative;padding-top:40px}
.hero-meter .hm-cloud{position:absolute;top:0;left:-8px;color:#93a185;animation:hmbob 5s ease-in-out infinite}
@keyframes hmbob{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
.hero-meter .track{height:14px;border-radius:999px;background:rgba(20,26,16,.14);position:relative}
.hero-meter .fill{position:absolute;left:0;top:0;bottom:0;width:4%;border-radius:999px;background:linear-gradient(90deg,#16391f,#4a7a5c)}
.hero-meter .mark{position:absolute;top:-8px;left:0;width:30px;height:30px;border-radius:50%;background:#fff;border:5px solid #1f4d2c;box-shadow:0 6px 18px rgba(31,77,44,.4);animation:hmnudge 3.2s ease-in-out infinite}
@keyframes hmnudge{0%,100%{transform:translateX(0)}50%{transform:translateX(14px)}}
.hero-meter .hm-goal{position:absolute;top:50%;right:2px;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background:#1f4d2c;box-shadow:0 0 0 4px rgba(31,77,44,.18)}
.hero-meter .ticks{display:flex;justify-content:space-between;margin-top:14px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#75816a}
.hero-meter .ticks span{opacity:.45}
.hero-meter .ticks span.on{opacity:1;color:var(--volt-deep)}
.hero-meter .ticks span.hm-off{opacity:1;color:var(--volt-dark)}
.hero-meter .hm-caption{margin-top:16px;font-size:13.5px;color:#75816a}
.scene-meter{position:absolute;z-index:6;bottom:22%;left:50%;transform:translateX(-50%);width:min(600px,76vw)}
.scene-meter .track{height:9px;border-radius:999px;background:rgba(255,255,255,.14);position:relative}
.scene-meter .fill{position:absolute;left:0;top:0;bottom:0;width:0;border-radius:999px;background:linear-gradient(90deg,#16391f,#4a7a5c)}
.scene-meter .mark{position:absolute;top:-8px;left:0;width:25px;height:25px;border-radius:50%;background:#fff;border:4px solid #1f4d2c;box-shadow:0 4px 16px rgba(207,224,205,.45)}
.scene-meter .ticks{display:flex;justify-content:space-between;margin-top:12px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7d8c72}
.scene-meter .ticks span{opacity:.4;transition:opacity .3s ease}
.scene-meter .ticks span.on{opacity:1;color:var(--volt)}
.scene-meter .ticks span.tm3.on{color:var(--volt)}
.puff-counter .flipword{display:none;font-size:clamp(44px,7.5vw,78px);font-weight:800;letter-spacing:-.04em;line-height:1}
.puff-counter .flipword .off{color:var(--volt)}
.puff-counter .flipword .puff{color:#5c6a55;text-decoration:line-through;text-decoration-thickness:.06em}
.puff-counter.flipped .num{display:none}
.puff-counter.flipped .flipword{display:block}

/* ---------- the clearing (full-sky moment) ---------- */
.clearing{position:relative;min-height:92svh;display:flex;align-items:center;justify-content:center;overflow:hidden;
  background:linear-gradient(180deg,#0f130c 0%,#575c41 14%,#b3ac8b 30%,#e0ded2 48%,#f0eee8 70%,#f7f6f2 100%);text-align:center}
.clearing .clear-wisp{position:absolute;top:12%;left:50%;width:200px;margin-left:-100px;opacity:.9}
.clearing .clear-wisp svg{animation:wispdrift 9s ease-in-out infinite}
@keyframes wispdrift{0%,100%{transform:translateX(0)}50%{transform:translateX(16px)}}
.clearing .inner{position:relative;z-index:3;padding:96px 22px}
.clearing h2{font-size:clamp(36px,6vw,64px);color:#141a10;max-width:16ch;margin:0 auto 18px;text-wrap:balance}
.clearing p{font-size:clamp(17px,2vw,20px);color:#4d4a3f;max-width:34rem;margin:0 auto}

/* ---------- generic sections ---------- */
.section{padding:88px 0;background:var(--paper)}
.section h2{font-size:clamp(28px,4vw,42px);margin-bottom:14px}
.section .sub{color:var(--ink-soft);max-width:42rem;margin-bottom:44px;font-size:18px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}
.card .num{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:var(--volt-soft);color:var(--volt-deep);font-weight:800;margin-bottom:18px}
.card h3{font-size:20px;margin-bottom:9px}
.card p{font-size:15.5px;color:var(--ink-soft)}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.7,.3,1)}
.reveal.in{opacity:1;transform:none}

/* help strip */
.help-strip{background:#131b11;color:#c9d6bd;border-radius:24px;padding:44px;display:grid;grid-template-columns:1fr 1.2fr;gap:36px;align-items:center}
.help-strip h2{color:#fff;font-size:clamp(24px,3vw,32px);margin-bottom:10px}
.help-strip p{color:#9fae95;font-size:15.5px}
.help-list{list-style:none;display:grid;gap:12px}
.help-list li{background:#1c2817;border:1px solid #2c3d24;border-radius:12px;padding:15px 18px;font-size:15px}
.help-list a{color:var(--volt);text-decoration:none;font-weight:700}
.help-list a:hover{text-decoration:underline}

/* guides hub */
.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.guide-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;text-decoration:none;color:var(--ink);box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}
.guide-card:hover{transform:translateY(-4px);box-shadow:0 22px 56px rgba(28,26,21,.14)}
.guide-card .tag{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--volt-dark);margin-bottom:12px}
.guide-card h3{font-size:20px;margin-bottom:8px;line-height:1.25}
.guide-card p{font-size:15px;color:var(--ink-soft);flex:1}
.guide-card .read{margin-top:16px;font-weight:700;color:var(--volt-dark);font-size:15px}

/* faq */
.faq{max-width:46rem}
.faq details{border-bottom:1px solid var(--line);padding:20px 0}
.faq summary{font-weight:700;font-size:17.5px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:24px;color:var(--volt-dark);flex:none}
.faq details[open] summary::after{content:"\2212"}
.faq details p{margin-top:12px;color:var(--ink-soft);font-size:16px}

/* final cta */
.cta-band{background:linear-gradient(180deg,#141c13,#0d110d);text-align:center;position:relative;overflow:hidden;color:#f2f5ea}
.cta-band .waitlist-form{margin:26px auto 0}

/* footer */
.site-footer{background:var(--night-2);color:#9fae95;padding:52px 0 36px;font-size:14.5px}
.site-footer .cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px;margin-bottom:34px}
.site-footer h4{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}
.site-footer a{color:#c9d6bd;text-decoration:none}
.site-footer a:hover{text-decoration:underline}
.site-footer ul{list-style:none;display:grid;gap:8px}
.legal-line{border-top:1px solid #2a3a24;padding-top:22px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}

/* prose pages */
.prose{max-width:46rem;padding:120px 0 80px}
.prose h1{font-size:clamp(30px,4.5vw,44px);margin-bottom:16px;text-wrap:balance}
.prose h2{font-size:25px;margin:38px 0 10px}
.prose h3{font-size:19px;margin:26px 0 8px}
.prose p,.prose ul{margin-bottom:14px;color:var(--ink-soft)}
.prose ul{padding-left:22px}
.prose .updated{font-size:14px;color:#8a8375;margin-bottom:28px}
.prose .waitlist-form{margin:22px 0 8px}
.notice{background:#f4efdd;border-left:4px solid var(--volt-dark);border-radius:8px;padding:16px 18px;font-size:15px;margin:22px 0;color:var(--ink-soft)}
.breadcrumb{font-size:14px;margin-bottom:26px;color:#8a8375}
.breadcrumb a{color:var(--volt-dark);text-decoration:none}

/* thanks */
.thanks-hero{text-align:center;padding:150px 0 80px;min-height:70svh;background:linear-gradient(180deg,#edf1ea,#f7f6f2)}
.thanks-hero h1{margin-bottom:14px;font-size:clamp(32px,5vw,52px)}
.share-box{max-width:32rem;margin:28px auto 0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}
.share-box input{width:100%;border:1.5px solid var(--line);border-radius:10px;padding:12px 14px;font-size:15px;margin:10px 0 14px;background:var(--paper)}

/* reduced motion: final states, no animation */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
  .sky-scene{height:auto}
  .sky-sticky{position:static;height:auto;padding:72px 0;background:linear-gradient(180deg,#141c13,#0d110d);display:block}
  .scene-copy{position:relative;display:block;z-index:5}
  .puff-counter{position:relative;z-index:5}
  .scene-step{position:static;opacity:1;transform:none;margin:0 auto 40px}
  .hero-cloud{position:relative;margin:0 auto 24px;top:auto;left:auto;opacity:.75;filter:none;color:#d8e2c8}
  .vapor-field{display:none}
  .top-blend{display:none}
  .sky-cloud{opacity:.25}
  .fog-veil{display:none}
  .puff-counter{transform:none;margin-top:20px}
  .scene-meter{position:relative;bottom:auto;left:auto;transform:none;margin:26px auto 0}
  .scene-meter .fill{width:100%}
  .scene-meter .mark{left:calc(100% - 25px)}
  .scene-meter .ticks span{opacity:1}
  .puff-counter .num{display:none}
  .puff-counter .flipword{display:block}
  .puff-counter .lbl{display:none}
}

/* responsive */
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;gap:40px}
  .hero-meter{max-width:560px}
  .cards,.guide-grid{grid-template-columns:1fr}
  .help-strip{grid-template-columns:1fr;padding:32px 24px}
  .site-footer .cols{grid-template-columns:1fr 1fr}
  .section{padding:64px 0}
}
@media (max-width:640px){
  .hero .wrap{padding-top:92px;padding-bottom:110px}
  .hero-meter{padding:24px 24px 20px;border-radius:22px}
  .hero-meter .hm-num{font-size:44px}
  .hero-cloud{width:240px;margin-left:-120px;top:11%}
  .scene-meter{bottom:23.5%;width:82vw}
  .scene-meter .ticks{font-size:10px;letter-spacing:.05em}
  .waitlist-form{flex-direction:column}
  .waitlist-form .btn{width:100%}
  .hero h1{font-size:clamp(34px,10vw,46px)}
  .site-footer .cols{grid-template-columns:1fr}
}

/* ---------- volt world: homepage dark surfaces ---------- */
body.volt{background:var(--night)}
body.volt .cta-band .waitlist-form input[type=email]{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.28);color:#f2f5ea}
body.volt .cta-band .waitlist-form input[type=email]::placeholder{color:#7d8c72}
body.volt .cta-band .form-status.ok{color:var(--volt)}
body.volt .cta-band .form-status.err{color:#ff9d8a}
body.volt .btn:focus-visible,body.volt input:focus-visible,body.volt a:focus-visible{outline-color:var(--volt)}
.cta-band h2{color:#f2f5ea}
.cta-band .sub{color:#9fae95}
.cta-band .trust-line{color:#7d8c72}
/* homepage light half runs on the warm paper world; section band keeps a warm white */

/* ===== bad-day demo ===== */
.bad-day{text-align:center}
.bd-kicker{font-size:12.5px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--volt-dark);margin:0 0 10px}
.bad-day h2{margin:0 0 10px}
.bad-day .sub{margin:0 auto 34px;max-width:30rem;color:var(--ink-soft)}
.bd-card{max-width:520px;margin:0 auto;text-align:left;background:#fff;border:1.5px solid rgba(20,26,16,.10);border-radius:26px;padding:28px 32px 24px;box-shadow:0 28px 64px rgba(28,26,21,.13),0 4px 14px rgba(28,26,21,.05),0 0 70px rgba(90,120,95,.12)}
.bd-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}
.bd-chip{font-size:12.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--volt-deep);background:var(--volt-soft);border:1px solid rgba(31,77,44,.25);border-radius:999px;padding:5px 12px;transition:background .4s ease,color .4s ease,border-color .4s ease}
.bd-chip.heavy{color:#8a5a12;background:#fdf3e3;border-color:rgba(173,116,26,.3)}
.bd-note{font-size:12.5px;font-weight:600;color:#75816a}
.bd-count{display:flex;align-items:baseline;gap:10px;margin-bottom:4px}
.bd-num{font-size:52px;font-weight:800;letter-spacing:-.045em;line-height:1;color:#141a10;font-variant-numeric:tabular-nums;transition:color .4s ease}
.bd-num.heavy{color:#8a5a12}
.bd-lbl{font-size:12.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#75816a}
.bd-trackzone{margin-top:22px}
.bd-track{height:14px;border-radius:999px;background:rgba(20,26,16,.14);position:relative}
.bd-fill{position:absolute;left:0;top:0;bottom:0;width:57%;border-radius:999px;background:linear-gradient(90deg,#16391f,#4a7a5c);transition:width .8s cubic-bezier(.4,0,.2,1)}
.bd-mark{position:absolute;top:-8px;left:57%;width:30px;height:30px;border-radius:50%;background:#fff;border:5px solid #1f4d2c;box-shadow:0 6px 18px rgba(31,77,44,.4);transform:translateX(-50%);transition:left .8s cubic-bezier(.4,0,.2,1)}
.bd-goal{position:absolute;top:50%;right:2px;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background:#1f4d2c;box-shadow:0 0 0 4px rgba(31,77,44,.18)}
.bd-ticks{display:flex;justify-content:space-between;margin-top:12px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#75816a}
.bd-ticks span{opacity:.45}
.bd-ticks .bd-off{opacity:1;color:var(--volt-dark)}
.bd-banner{min-height:24px;margin:18px 0 0;font-size:14px;font-weight:600;line-height:1.5;border-radius:12px;padding:0;opacity:0;transform:translateY(4px);transition:opacity .45s ease,transform .45s ease,padding .3s ease}
.bd-banner.show{opacity:1;transform:none;padding:10px 14px}
.bd-banner.heavy{background:#fdf3e3;color:#8a5a12;border:1px solid rgba(173,116,26,.28)}
.bd-banner.adjusted{background:var(--volt-soft);color:var(--volt-deep);border:1px solid rgba(31,77,44,.25)}
.bd-replay{margin:18px auto 0;display:block;background:none;border:1.5px solid rgba(28,26,21,.22);border-radius:999px;padding:9px 20px;font-size:13.5px;font-weight:700;color:var(--ink);cursor:pointer;transition:border-color .2s ease,color .2s ease}
.bd-replay:hover{border-color:var(--volt-dark);color:var(--volt-deep)}
@media(max-width:640px){
  .bd-card{padding:22px 20px 20px;border-radius:22px}
  .bd-num{font-size:42px}
  .bd-top{flex-direction:column;align-items:flex-start;gap:8px}
}
@media(prefers-reduced-motion:reduce){
  .bd-fill,.bd-mark,.bd-banner,.bd-chip,.bd-num{transition:none}
}

/* interactive hero meter */
.hero-meter .hm-trackzone{touch-action:none;cursor:grab;user-select:none;-webkit-user-select:none;padding-bottom:18px;margin-bottom:-18px}
.hero-meter .hm-slider{position:absolute;z-index:5;left:0;right:0;bottom:-10px;width:100%;height:48px;margin:0;opacity:.001;cursor:grab;pointer-events:none}
.hero-meter .hm-slider:active{cursor:grabbing}
.hero-meter .hm-trackzone:focus-within .track{box-shadow:0 0 0 4px rgba(31,77,44,.22)}
.hero-meter .hm-trackzone:focus-within .mark{outline:3px solid #141a10;outline-offset:3px}
.hero-meter .mark{pointer-events:none;animation:none;transition:left .08s linear,box-shadow .2s ease}
.hero-meter .fill{transition:width .08s linear}
.hero-meter .hm-cloud{transform-origin:center;animation:none;transition:left .08s linear,transform .08s linear,opacity .08s linear,filter .08s linear,color .08s linear;pointer-events:none}
.hero-meter.is-dragging .mark{box-shadow:0 8px 24px rgba(31,77,44,.62)}
.hero-meter.is-off .hm-num,.hero-meter.is-off .hm-delta{color:var(--volt-deep)}
@media(prefers-reduced-motion:reduce){.hero-meter .mark,.hero-meter .fill,.hero-meter .hm-cloud{transition:none}}
.waitlist-form{flex-wrap:wrap}
.waitlist-form .referral-code{flex:1 1 190px;min-width:0;border:1.5px solid rgba(28,26,21,.22);border-radius:999px;padding:14px 18px;font-size:15px;min-height:54px;background:#fff;color:var(--ink)}
.waitlist-form .referral-code::placeholder{color:#8a8375}
.waitlist-form .referral-note{flex:0 0 100%;font-size:12px;color:var(--ink-soft);padding-left:18px;margin-top:-3px}
body.volt .cta-band .waitlist-form .referral-code{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.28);color:#f2f5ea}
body.volt .cta-band .waitlist-form .referral-code::placeholder{color:#7d8c72}
body.volt .cta-band .waitlist-form .referral-note{color:#9fae95}
@media(max-width:640px){.waitlist-form .referral-code{flex-basis:100%;width:100%}.waitlist-form .referral-note{padding-left:4px;text-align:left}}

/* v9 hero meter: the full product story lives in the card */
.hero-meter{max-width:560px;padding:34px 38px 30px;overflow:hidden;isolation:isolate}
.hero-meter .hm-top{margin-bottom:8px}.hero-meter .hm-note{color:#617057;background:#f0f8dc;border-radius:999px;padding:5px 10px;font-weight:750}
.hero-meter .hm-stage{height:132px;position:relative;display:grid;place-items:center;margin:0 -6px 2px;overflow:hidden}.hero-meter .hm-stage:before{content:"";position:absolute;width:260px;height:130px;border-radius:50%;background:radial-gradient(ellipse,rgba(90,120,95,.14),rgba(90,120,95,0) 70%);filter:blur(8px)}
.hero-meter .hm-vapor{position:absolute;width:226px;height:116px;left:50%;top:3px;transform:translateX(-50%);transform-origin:50% 72%;filter:drop-shadow(0 12px 17px rgba(78,93,69,.14));transition:opacity .12s linear,transform .12s linear,filter .12s linear}
.vapor-orb{position:absolute;border-radius:50%;background:radial-gradient(circle at 38% 28%,#f8faf6 0 10%,#dce4d8 34%,#aab9a4 72%,#8f9f88 100%);box-shadow:inset -8px -9px 18px rgba(69,82,64,.16),inset 7px 7px 16px rgba(255,255,255,.72);transition:transform .12s linear,opacity .12s linear}.vo1{width:76px;height:56px;left:18px;top:47px}.vo2{width:96px;height:76px;left:62px;top:26px}.vo3{width:74px;height:58px;left:135px;top:48px}.vo4{width:64px;height:46px;left:48px;top:64px}.vo5{width:72px;height:46px;left:105px;top:64px}.vo6{width:38px;height:30px;left:98px;top:10px}
.vapor-wisp{position:absolute;border:9px solid rgba(151,166,146,.56);border-color:rgba(151,166,146,.56) transparent transparent transparent;border-radius:50%;transition:transform .12s linear,opacity .12s linear}.vw1{width:70px;height:45px;left:27px;top:21px;transform:rotate(-19deg)}.vw2{width:62px;height:40px;right:22px;top:28px;transform:rotate(23deg)}.vw3{width:44px;height:33px;left:92px;top:0;transform:rotate(-5deg)}
.hero-meter .hm-word{position:relative;z-index:2;min-width:235px;text-align:center;font-size:39px;line-height:1;font-weight:900;letter-spacing:-.055em;color:#141a10;text-shadow:0 1px 0 rgba(255,255,255,.8)}.hm-puff,.hm-offword{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:opacity .16s ease,transform .2s cubic-bezier(.2,.8,.2,1),letter-spacing .2s ease}.hm-offword{opacity:0;transform:translate(-50%,-35%) scale(.78);color:#16391f;letter-spacing:.02em}.hero-meter.is-off .hm-puff{opacity:0;transform:translate(-50%,-65%) scale(.75)}.hero-meter.is-off .hm-offword{opacity:1;transform:translate(-50%,-50%) scale(1);letter-spacing:-.045em}
.hero-meter .hm-count{margin:4px 0 14px;position:relative;z-index:3}.hero-meter .hm-num{font-size:62px}.hero-meter .hm-trackzone{padding-top:7px;margin-top:2px}.hero-meter .track{height:16px;background:#e4e7e0;box-shadow:inset 0 1px 2px rgba(20,26,16,.10)}.hero-meter .mark{top:-9px;width:34px;height:34px;border-width:5px;display:grid;place-items:center;background:#fff}.hero-meter .mark-grip{display:block;width:6px;height:12px;border-left:2px solid #1f4d2c;border-right:2px solid #1f4d2c;opacity:.7}
.hero-meter .ticks{margin-top:15px;font-size:12px;text-transform:none;letter-spacing:.015em;align-items:center}.hero-meter .ticks span:first-child{font-weight:800}.hero-meter .ticks span.hm-off{font-size:13px;letter-spacing:.08em}.hero-meter .hm-caption{margin:21px 0 0;padding-top:18px;border-top:1px solid #edf0e9;font-size:14px;line-height:1.55;color:#606b59}.hero-meter.is-dragging{box-shadow:0 32px 78px rgba(28,26,21,.16),0 0 100px rgba(90,120,95,.18)}.hero-meter.is-off{border-color:rgba(31,77,44,.46);box-shadow:0 32px 78px rgba(28,26,21,.15),0 0 120px rgba(90,120,95,.28)}
/* primary beta route, secondary invite-code route */
.hero-signup{display:block}.hero-signup .primary-signup{display:flex;gap:10px}.hero-signup .primary-signup>input{flex:1;min-width:0}.hero-signup .primary-signup .btn{white-space:nowrap}.invite-toggle{margin:12px 0 0;padding:0;border:0;background:none;color:#5f6e52;text-decoration:underline;text-underline-offset:3px;font:700 13px/1.4 inherit;cursor:pointer}.invite-route{display:flex;gap:9px;margin-top:11px}.invite-route[hidden]{display:none}.invite-route .referral-code{flex:1!important;min-height:46px!important;padding:11px 15px!important}.invite-use{border:1.5px solid #718c2c;border-radius:999px;background:#fff;color:#50691a;padding:10px 16px;font-weight:800;cursor:pointer}
@media(max-width:640px){.hero-grid{gap:46px}.hero-meter{width:calc(100% - 8px);margin:0 auto;padding:27px 22px 25px;border-radius:25px}.hero-meter .hm-stage{height:122px;margin-top:3px}.hero-meter .hm-vapor{transform:translateX(-50%) scale(.91)}.hero-meter .hm-word{font-size:34px}.hero-meter .hm-num{font-size:50px}.hero-meter .hm-lbl{font-size:11px}.hero-meter .hm-delta{font-size:11px;padding:5px 9px}.hero-meter .ticks{font-size:11px}.hero-meter .hm-caption{font-size:13.5px;margin-top:19px;padding-top:16px}.hero-signup .primary-signup{flex-direction:column}.hero-signup .primary-signup .btn{width:100%}.invite-route{flex-direction:column}.invite-use{width:100%;min-height:46px}}
@media(prefers-reduced-motion:reduce){.hero-meter .hm-vapor,.vapor-orb,.vapor-wisp,.hm-puff,.hm-offword{transition:none!important}}

/* ===== v10: brand header/footer, smoke meter, readable story, consistent signup ===== */

/* header nav */
.site-nav{display:flex;gap:26px}
.site-nav a{color:var(--ink-soft);text-decoration:none;font-weight:600;font-size:15px}
.site-nav a:hover{color:var(--volt-dark)}
.header-cta{flex:none}
.footer-brand{color:#fff}
.footer-brand:hover{text-decoration:none}
.footer-blurb{margin-top:14px;max-width:26rem;font-size:14px;color:#8ba07f}
@media(max-width:900px){.site-nav{display:none}}
@media(max-width:640px){.site-header .wrap{height:60px}.header-cta{padding:8px 16px;min-height:40px;font-size:13.5px}}

/* hero meter: a literal puff of dark smoke that lightens as the count falls */
.hero-meter .hm-vapor{will-change:opacity,transform,filter}
.vapor-orb{background:radial-gradient(circle at 42% 30%,#99a191 0 6%,#6a7263 30%,#454c40 68%,#31372d 100%);box-shadow:inset -10px -12px 24px rgba(18,24,18,.38),inset 8px 10px 20px rgba(255,255,255,.16);filter:blur(2.4px)}
.vapor-wisp{border:0;filter:blur(6px);background:radial-gradient(ellipse at 50% 62%,rgba(124,132,116,.8) 0%,rgba(88,96,84,.42) 55%,transparent 76%)}
.vw1{width:34px;height:76px;left:50px;top:-18px;transform:rotate(-14deg)}
.vw2{width:28px;height:64px;right:54px;top:-10px;transform:rotate(12deg)}
.vw3{width:22px;height:54px;left:102px;top:-26px;transform:rotate(-4deg)}
.hero-meter .hm-offword{color:#1f4d2c;text-shadow:0 1px 0 rgba(255,255,255,.65),0 0 26px rgba(207,224,205,.55)}
.hero-meter .hm-caption{color:#55614e}

/* story section: readable copy over the moving scene */
.scene-step{padding:34px 32px;border-radius:26px;background:rgba(7,10,7,.52);box-shadow:0 24px 70px rgba(0,0,0,.42);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.scene-step h2{text-shadow:0 2px 22px rgba(0,0,0,.55)}
.scene-step p{color:#cbd8bf}
.vapor-dot{filter:blur(7px)}
.scene-meter .ticks span{color:#93a488}

/* consistent beta signup: primary email route, secondary invite-code route */
.invite-toggle{margin:12px 0 0;padding:0;border:0;background:none;color:#5f6e52;text-decoration:underline;text-underline-offset:3px;font-weight:700;font-size:13px;line-height:1.4;cursor:pointer;font-family:inherit}
.invite-toggle:hover{color:var(--volt-deep)}
.cta-band .waitlist-form{display:block;text-align:left}
.cta-band .invite-toggle{color:#a9bb9a;margin-left:2px}
.cta-band .invite-toggle:hover{color:var(--volt)}
.cta-band .invite-route .referral-code{background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.30)!important;color:#f2f5ea}
.cta-band .invite-route .referral-code::placeholder{color:#8ba07f}
.cta-band .invite-use{background:transparent;color:var(--volt);border-color:rgba(207,224,205,.55)}
.cta-band .invite-use:hover{background:rgba(207,224,205,.12)}

/* pricing */
.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:56rem}
.price-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow);position:relative}
.price-card.featured{border:1.5px solid rgba(31,77,44,.5);box-shadow:0 28px 64px rgba(28,26,21,.13),0 0 70px rgba(90,120,95,.12)}
.price-tag{display:inline-block;font-size:11.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--volt-deep);background:var(--volt-soft);border:1px solid rgba(31,77,44,.25);border-radius:999px;padding:4px 11px;margin-bottom:12px}
.price-card h3{font-size:21px;margin-bottom:8px}
.price-line{margin:0 0 16px}
.price-num{font-size:44px;font-weight:800;letter-spacing:-.04em}
.price-per{color:var(--ink-soft);font-weight:600;font-size:16px}
.price-card ul{list-style:none;display:grid;gap:9px;margin:0;padding:0}
.price-card li{padding-left:24px;position:relative;color:var(--ink-soft);font-size:15.5px}
.price-card li:before{content:"";position:absolute;left:0;top:8px;width:13px;height:7px;border-left:2.5px solid var(--volt-dark);border-bottom:2.5px solid var(--volt-dark);transform:rotate(-45deg)}
.price-note{margin:16px 0 0;font-size:13.5px;color:#75816a}
@media(max-width:900px){.price-grid{grid-template-columns:1fr}}

/* v10.1 smoke tuning: softer, rounder puff; subtle wisps */
.vapor-orb{background:radial-gradient(circle at 42% 28%,#a8b09d 0 8%,#767e6d 32%,#4c5347 66%,#383e33 100%);filter:blur(3px)}
.vo6{width:52px;height:30px;left:88px;top:12px}
.vapor-wisp{filter:blur(8px);background:radial-gradient(ellipse at 50% 62%,rgba(120,128,112,.55) 0%,rgba(88,96,84,.28) 55%,transparent 74%)}
.vw1{width:26px;height:70px;left:56px;top:-14px}
.vw2{width:22px;height:58px;right:60px;top:-8px}
.vw3{width:18px;height:46px;left:104px;top:-20px}

/* v10.2 smoke rebuild: soft-edged vapor blobs over a unifying base haze */
.hero-meter .hm-vapor::before{content:"";position:absolute;width:216px;height:70px;left:5px;top:48px;border-radius:50%;background:radial-gradient(ellipse,rgba(66,74,62,.9) 0%,rgba(66,74,62,.55) 45%,transparent 74%);filter:blur(5px)}
.vapor-orb{box-shadow:none;filter:blur(2px);background:radial-gradient(circle at 45% 35%,rgba(108,117,100,.95) 0%,rgba(84,92,78,.9) 38%,rgba(80,88,74,.45) 62%,transparent 80%)}
.vo1{width:88px;height:66px;left:12px;top:44px}
.vo2{width:110px;height:88px;left:56px;top:20px}
.vo3{width:86px;height:68px;left:130px;top:45px}
.vo4{width:72px;height:52px;left:42px;top:62px}
.vo5{width:80px;height:52px;left:100px;top:62px}
.vo6{width:58px;height:40px;left:86px;top:8px}

/* v10.3 story layout: card, meter and counter get their own lanes */
.scene-step{top:43%}
.scene-meter{bottom:24.5%}
.puff-counter{bottom:3.5%}
@media(max-width:640px){
  .scene-step{top:41%;padding:26px 20px}
  .scene-meter{bottom:26%}
  .puff-counter{bottom:2.5%}
  .puff-counter .num{font-size:56px}
  .puff-counter .flipword{font-size:44px}
}

/* v10.4: SVG turbulence smoke, proposed-pricing line, brand tile so mark never merges with wordmark */
.hm-smoke{display:block;width:226px;height:116px;animation:hmsway 6s ease-in-out infinite}
@keyframes hmsway{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
.hm-wisp{transform-box:fill-box;transform-origin:center;animation:hmrise 3.8s ease-in-out infinite}
.hm-wisp.w2{animation-delay:-1.3s}
.hm-wisp.w3{animation-delay:-2.6s}
@keyframes hmrise{0%{transform:translateY(7px) scale(.65);opacity:0}35%{opacity:.8}100%{transform:translateY(-20px) scale(1.2);opacity:0}}
@media(prefers-reduced-motion:reduce){.hm-smoke,.hm-wisp{animation:none}}
.hero-meter .hm-vapor::before{display:none}
.price-alt{margin:-4px 0 10px;font-size:14px;font-weight:700;color:var(--volt-deep)}
.brand{gap:12px}
.brand-mark{width:30px;height:30px;background:#10160f;border-radius:9px;padding:4px;box-sizing:border-box}

/* v11: premium tone - deep forest CTAs; annual-first pricing card */
.btn,.btn-sun{background:#1f4d2c;color:#f3f7ee}
.btn:hover,.btn-sun:hover{background:#2a6339;box-shadow:0 8px 22px rgba(31,77,44,.28)}
.price-sub{margin:-4px 0 14px;font-size:13px;font-weight:700;letter-spacing:.04em;color:var(--volt-deep)}

/* story pass: chapter kickers + clearing drop cap */
.kd-light{color:#cfe0cd}
.clearing .inner p.story-p{text-align:center;max-width:34rem;margin:0 auto;font-size:17.5px;line-height:1.65}
.zero-meter{max-width:340px;margin:34px auto 30px}
.zero-meter .zm-num{font-size:64px;font-weight:800;line-height:1;letter-spacing:-.02em;color:var(--ink);margin-bottom:16px}
.zero-meter .zm-track{position:relative;height:10px;border-radius:999px;background:rgba(31,77,44,.14)}
.zero-meter .zm-fill{position:absolute;left:0;top:0;bottom:0;width:100%;border-radius:999px;background:linear-gradient(90deg,#16391f,#4a7a5c)}
.zero-meter .zm-mark{position:absolute;top:50%;right:-2px;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;background:#fff;border:4px solid #1f4d2c;box-shadow:0 2px 10px rgba(31,77,44,.35)}
.zero-meter .zm-ticks{display:flex;justify-content:space-between;margin-top:12px;font-size:11.5px;letter-spacing:.03em;color:var(--ink-soft);opacity:.85}
.zero-meter .zm-ticks span.on{font-weight:800;color:var(--volt-dark);opacity:1;text-transform:uppercase;letter-spacing:.08em}

/* wordmark split: Off in deep pine, puff in charcoal; light expression on dark bands */
.brand .wm-off{color:var(--volt-dark)}
.brand .wm-puff{color:var(--ink)}
.site-footer .brand .wm-off{color:#8fd0a0}
.site-footer .brand .wm-puff{color:#fff}

/* OffPuff Plus planned-features strip */
.plus-strip h2{color:#fff;font-size:clamp(26px,3.2vw,34px);margin-bottom:10px}
.plus-sub{color:#9fae95;font-size:15.5px;max-width:660px}
.plus-honest{margin-top:22px;font-size:13px;color:#7d8f72}
@media (max-width:860px){
}

/* OffPuff Plus device showcase (concept preview) */
.show-strip{background:#131b11;border-radius:24px;padding:52px 44px;color:#c9d6bd}
.show-strip h2{color:#fff;font-size:clamp(26px,3.2vw,34px);margin-bottom:10px}
.show-stage{display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center;margin-top:40px}
.devices{display:flex;align-items:center;justify-content:center;gap:44px;min-height:520px}
.iphone{width:248px;height:506px;background:#0b0f0a;border-radius:44px;border:2px solid #2c3d24;padding:10px;position:relative;box-shadow:0 30px 60px rgba(0,0,0,.45);transition:transform .5s ease,opacity .5s ease;flex:none}
.ip-notch{position:absolute;top:20px;left:50%;transform:translateX(-50%);width:78px;height:20px;background:#0b0f0a;border-radius:12px;z-index:3}
.ip-screen{position:absolute;inset:10px;border-radius:36px;overflow:hidden;background:#f7f6f2}
.scr{position:absolute;inset:0;padding:46px 20px 20px;opacity:0;transform:translateY(10px) scale(.985);transition:opacity .45s ease,transform .45s ease;display:flex;flex-direction:column}
.scr.active{opacity:1;transform:none}
.ap-day{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b6a5e}
.ap-count{font-size:60px;font-weight:800;color:#1c1a15;line-height:1.02;margin-top:8px}
.ap-unit{font-size:13px;color:#6b6a5e;margin-bottom:16px}
.ap-meter{position:relative;height:8px;background:#e4e2d8;border-radius:99px;overflow:visible}
.ap-fill{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#16391f,#4a7a5c);border-radius:99px}
.ap-goal{position:absolute;right:-1px;top:-3px;width:3px;height:14px;background:#1f4d2c;border-radius:2px}
.ap-ticks{display:flex;justify-content:space-between;font-size:10.5px;color:#6b6a5e;margin-top:8px}
.ap-ticks .ap-off{color:#1f4d2c;font-weight:800}
.ap-log{margin-top:auto;background:#1f4d2c;color:#fff;border:none;border-radius:14px;padding:15px;font-size:16px;font-weight:700}
.ap-note{text-align:center;font-size:11.5px;color:#4a7a5c;font-weight:600;margin-top:10px}
.hs-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px}
.widget{background:#fff;border:1px solid #e4e2d8;border-radius:16px;padding:12px}
.w-wide{grid-column:1/-1}
.wg-brand{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#1f4d2c}
.wg-num{font-size:26px;font-weight:800;color:#1c1a15;line-height:1.1;margin-top:4px}
.wg-green{color:#1f4d2c}
.wg-sub{font-size:10px;color:#6b6a5e;margin-bottom:8px}
.wg-meter{height:5px}
.wg-bars{display:flex;align-items:flex-end;gap:6px;height:44px;margin-top:8px}
.wg-bars i{flex:1;background:linear-gradient(180deg,#4a7a5c,#16391f);border-radius:3px}
.scr-cap{margin-top:auto;text-align:center;font-size:11.5px;color:#6b6a5e;font-weight:600}
.ap-title{font-size:19px;font-weight:800;color:#1c1a15}
.ap-title-sm{font-size:14px;margin-bottom:8px}
.ap-sub2{font-size:12px;color:#6b6a5e;margin-bottom:14px}
.pt-chart{display:flex;align-items:flex-end;gap:8px;height:90px;padding:0 2px}
.pt-chart i{flex:1;background:#cfe0cd;border-radius:4px 4px 0 0}
.pt-chart i.hot{background:#c97f3d}
.pt-label{font-size:12px;color:#6b6a5e;margin-top:8px}
.pt-label strong{color:#c97f3d}
.ap-divider{height:1px;background:#e4e2d8;margin:16px 0 12px}
.hs-rows{display:grid;gap:7px}
.hs-row{display:grid;grid-template-columns:34px 1fr 26px;align-items:center;gap:8px;font-size:11.5px;color:#6b6a5e}
.hs-row b{color:#1c1a15;text-align:right}
.hs-bar{height:6px;background:#e4e2d8;border-radius:99px}
.hs-bar i{display:block;height:100%;background:linear-gradient(90deg,#16391f,#4a7a5c);border-radius:99px}
.scr-sync{align-items:center;text-align:center;justify-content:center}
.sy-cloud{width:72px;height:72px;border-radius:22px;background:#edf1ea;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.sy-chips{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;margin:14px 0 10px}
.sy-chips span{font-size:10.5px;font-weight:700;color:#1f4d2c;background:#edf1ea;border:1px solid #cfe0cd;border-radius:999px;padding:5px 10px}
.sy-line{font-size:12px;font-weight:700;color:#4a7a5c}
.sy-fine{font-size:10.5px;color:#6b6a5e;margin-top:10px;padding:0 10px}
.awatch{width:150px;height:184px;background:#0b0f0a;border-radius:44px;border:2px solid #2c3d24;padding:8px;position:relative;box-shadow:0 20px 44px rgba(0,0,0,.4);transition:transform .5s ease;flex:none}
.aw-crown{position:absolute;right:-6px;top:44px;width:7px;height:28px;background:#2c3d24;border-radius:4px}
.aw-screen{position:absolute;inset:8px;border-radius:36px;background:#10160e;overflow:hidden}
.wface{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;opacity:0;transition:opacity .45s ease}
.wface.active{opacity:1}
.wf-count{font-size:42px;font-weight:800;color:#fff;line-height:1}
.wf-unit{font-size:10.5px;color:#7d8f72}
.wf-label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7d8f72}
.wf-btn{margin-top:6px;background:#1f4d2c;color:#fff;font-size:12px;font-weight:700;border-radius:999px;padding:7px 20px}
.wf-meterbar{width:70%;height:5px;margin-top:4px}
.wf-fine{font-size:10px;color:#7d8f72}
.wf-check{width:44px;height:44px;border-radius:50%;background:#1c2817;border:1px solid #2c3d24;display:flex;align-items:center;justify-content:center}
.devices.wrist-focus .iphone{transform:scale(.93);opacity:.7}
.devices.wrist-focus .awatch{transform:scale(1.14)}
.show-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}
.show-tab{background:#1c2817;border:1px solid #2c3d24;color:#c9d6bd;border-radius:999px;padding:9px 16px;font-size:13.5px;font-weight:600;cursor:pointer;transition:background .25s,color .25s,border-color .25s;font-family:inherit}
.show-tab:hover{border-color:#8fd0a0}
.show-tab.active{background:#8fd0a0;color:#131b11;border-color:#8fd0a0}
.show-cap{display:none;color:#9fae95;font-size:15.5px;line-height:1.65;max-width:420px}
.show-cap.active{display:block}
.show-cap strong{color:#fff}
@media (max-width:900px){
  .show-strip{padding:36px 22px}
  .show-stage{grid-template-columns:1fr;gap:36px;margin-top:30px}
  .devices{min-height:0;gap:26px}
  .iphone{width:212px;height:432px}
  .awatch{width:128px;height:158px}
  .show-cap{max-width:none}
}
@media (max-width:420px){
  .devices{flex-direction:column;gap:22px}
}

/* Showcase v2 - real-app device UI */
.ip-status{position:absolute;top:16px;left:0;right:0;z-index:4;display:flex;justify-content:space-between;align-items:center;padding:0 26px;pointer-events:none}
.ip-time{font-size:12px;font-weight:700;color:#1c1a15}
.ip-icons{display:flex;gap:5px;align-items:center}
.scr{padding:56px 16px 46px}
.ap-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.ap-brand{font-size:14px;font-weight:800;color:#1f4d2c;letter-spacing:-.01em}
.ap-datechip{font-size:9.5px;font-weight:700;color:#6b6a5e;background:#eef0e8;border-radius:999px;padding:4px 9px}
.ring-wrap{position:relative;width:150px;height:150px;margin:10px auto 4px}
.ring{width:150px;height:150px}
.ring-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}
.ring-center b{font-size:40px;font-weight:800;color:#1c1a15;line-height:1}
.ring-center span{font-size:10.5px;color:#6b6a5e;margin-top:2px}
.ap-chips{display:flex;gap:6px;justify-content:center;margin:8px 0 14px}
.chip{font-size:10px;font-weight:700;color:#6b6a5e;background:#eef0e8;border-radius:999px;padding:5px 10px}
.chip-green{color:#1f4d2c;background:#e3eee1}
.ap-last{text-align:center;font-size:10.5px;color:#6b6a5e;margin:10px 0 12px}
.ap-log{box-shadow:0 8px 20px rgba(31,77,44,.28)}
.ip-tabbar{position:absolute;left:10px;right:10px;bottom:10px;z-index:4;height:36px;background:rgba(255,255,255,.92);border-radius:0 0 26px 26px;display:flex;justify-content:space-around;align-items:center;border-top:1px solid #e7e5db}
.tb{font-size:10px;font-weight:600;color:#8a887c;display:flex;flex-direction:column;align-items:center;gap:2px}
.tb i{width:4px;height:4px;border-radius:50%;background:transparent}
.tb.active{color:#1f4d2c}
.tb.active i{background:#1f4d2c}
.hs-wall{position:absolute;inset:0;background:linear-gradient(165deg,#e6ebdd 0%,#d5e0c8 45%,#b9cda9 100%);padding:56px 14px 14px;display:flex;flex-direction:column;gap:10px}
.hs-row-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:0 4px}
.hs-row-icons i{aspect-ratio:1;border-radius:11px;opacity:.85}
.hs-wall .widget{background:rgba(255,255,255,.94);border:none;box-shadow:0 4px 14px rgba(31,77,44,.10)}
.wg-mid{display:flex;align-items:center;gap:10px;margin-top:4px}
.wg-line{width:100%;height:44px;margin-top:6px}
.scr-widget{pointer-events:none}
.pt-svg{width:100%;height:118px}
.pt-axis{display:flex;justify-content:space-between;font-size:8.5px;color:#8a887c;padding:2px 4px 0}
.pt-axis span:nth-child(4){color:#c97f3d;font-weight:700}
.pt-insight{background:#f7f1e6;border:1px solid #ecd9bd;border-radius:12px;padding:10px 12px;font-size:10.5px;line-height:1.5;color:#6b5a3e;margin:10px 0 12px}
.pt-insight b{color:#8a5a1d}
.sy-stage{position:relative;width:96px;height:96px;margin:26px auto 12px;display:flex;align-items:center;justify-content:center}
.sy-cloud{position:relative;z-index:2;width:64px;height:64px;border-radius:20px;background:#edf1ea;display:flex;align-items:center;justify-content:center;margin:0}
.sy-pulse{position:absolute;inset:8px;border-radius:26px;border:1.5px solid #4a7a5c;animation:sypulse 2.6s ease-out infinite}
.sy-pulse.p2{animation-delay:1.3s}
@keyframes sypulse{0%{transform:scale(.72);opacity:.8}100%{transform:scale(1.35);opacity:0}}
.scr-sync .ap-title{margin-top:2px}
.sy-list{width:100%;background:#fff;border:1px solid #e7e5db;border-radius:14px;padding:6px 12px;margin:12px 0 10px}
.sy-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:11px;border-bottom:1px solid #f0eee6}
.sy-row:last-child{border-bottom:none}
.sy-dev{display:flex;align-items:center;gap:8px;color:#1c1a15;font-weight:600}
.sy-ic{display:inline-block;border:1.6px solid #4a7a5c;border-radius:3px}
.sy-phone{width:8px;height:13px}
.sy-watch{width:10px;height:11px;border-radius:4px}
.sy-pad{width:11px;height:14px}
.sy-ok{font-size:10px;color:#4a7a5c;font-weight:700}
.sy-privacy{display:flex;gap:7px;align-items:center;font-size:10px;color:#6b6a5e}
.wf-time{position:absolute;top:10px;width:100%;text-align:center;font-size:10px;font-weight:600;color:#7d8f72}
.wf-ringwrap{position:relative;width:76px;height:76px}
.wf-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}
.wf-center b{font-size:24px;font-weight:800;color:#fff;line-height:1}
.wf-center span{font-size:8.5px;color:#7d8f72;margin-top:1px}
.wf-btn{margin-top:8px}
.wf-fine2{font-size:11px;font-weight:700;color:#fff}

/* Showcase v2 mobile fit */
.wface{padding-top:20px}
@media (max-width:900px){
  .scr{padding:46px 12px 42px}
  .ring-wrap,.ring{width:118px;height:118px}
  .ring-center b{font-size:31px}
  .ap-chips{margin:6px 0 10px}
  .chip{font-size:9px;padding:4px 8px}
  .ap-head{margin-bottom:2px}
  .ap-brand{font-size:12.5px}
  .ap-last{margin:8px 0}
  .ap-log{padding:12px;font-size:14px;border-radius:12px}
  .ip-tabbar{height:32px}
  .tb{font-size:9px}
  .hs-wall{padding:46px 10px 12px;gap:8px}
  .pt-svg{height:92px}
  .pt-insight{font-size:9.5px;padding:8px 10px;margin:8px 0}
  .wf-time{top:7px;font-size:9px}
  .wface{padding-top:16px;gap:3px}
  .wf-ringwrap,.wf-ringwrap svg{width:60px;height:60px}
  .wf-center b{font-size:19px}
  .wf-btn{padding:5px 14px;font-size:11px;margin-top:4px}
  .wf-check{width:36px;height:36px}
}
