/* HeyVini /test redesign — shared styles */
:root{
  --teal:#0F6E63;--teal-deep:#0B564D;--teal-wash:#E4EFEC;
  --bg:#EDEBE8;--surface:#FFFFFF;--surface-2:#F7F5F1;
  --terra:#C2562F;--terra-deep:#A8451F;--terra-wash:#F6E7DF;
  --gold:#E8A23D;--gold-wash:#FBF0DC;
  --wa:#1FA855;--wa-wash:#E4F3EA;--tg:#2C6BED;--tg-wash:#E7EEFB;
  --ink:#1B2426;--ink-soft:#55605F;--ink-mute:#8A938F;--line:#DCD8D2;
  --serif:"Fraunces",Georgia,serif;--sans:"Inter",system-ui,-apple-system,sans-serif;
  --r:14px;--r-lg:20px;--r-xl:26px;
  --sh-sm:0 1px 2px rgba(27,36,38,.06),0 4px 14px rgba(27,36,38,.05);
  --sh:0 1px 2px rgba(27,36,38,.05),0 10px 30px rgba(27,36,38,.08);
  --sh-lg:0 18px 50px rgba(27,36,38,.16);
  --shadow:var(--sh-lg);
  --cream:var(--bg);--paper:var(--surface);--muted:var(--ink-soft);
  --peach:var(--terra-wash);--sage:var(--teal-wash);--butter:var(--gold-wash);--sky:var(--tg-wash);
  --r-md:var(--r-lg);--r-sm:var(--r);
}
html[data-text="large"]{font-size:112.5%}
html[data-text="xl"]{font-size:125%}
html[data-contrast="high"]{--bg:#EBE8E3;--line:#8c948f;--ink:#0C1214;--ink-soft:#2c3633;--ink-mute:#46504c;--teal:#0A5249;--teal-deep:#063b34;--terra:#8f3a1a;--terra-deep:#6f2c12}
html[data-motion="reduced"] *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
html[data-motion="reduced"] .m{display:block}
.a11y-fab{position:fixed;right:20px;bottom:20px;z-index:80;display:flex;align-items:center;gap:9px;background:var(--teal);color:#fff;border:0;border-radius:30px;padding:13px 18px;font:600 .98rem/1 var(--sans);cursor:pointer;box-shadow:0 8px 24px rgba(11,86,77,.36)}
.a11y-fab:hover{background:var(--teal-deep)}
.a11y-panel{position:fixed;right:20px;bottom:80px;z-index:80;width:330px;max-width:calc(100vw - 40px);background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--sh-lg);padding:22px;display:none}
.a11y-panel.open{display:block}
.a11y-panel h3{font-size:1.18rem;margin-bottom:4px}
.a11y-panel .pp{color:var(--ink-soft);font-size:.88rem;margin-bottom:18px}
.a11y-group{margin-bottom:18px}
.a11y-group .gl{font:600 .85rem/1 var(--sans);margin-bottom:10px;display:block}
.seg{display:flex;gap:8px}
.seg button{flex:1;font:600 .9rem/1 var(--sans);padding:12px 6px;border-radius:10px;border:1.5px solid var(--line);background:var(--surface);cursor:pointer;color:var(--ink)}
.seg button.on{background:var(--teal);color:#fff;border-color:var(--teal)}
.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0}
.tg-sw{width:54px;height:30px;border-radius:20px;background:var(--line);border:0;cursor:pointer;position:relative;flex:none}
.tg-sw::after{content:"";position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;background:#fff;transition:left .15s;box-shadow:0 1px 3px rgba(0,0,0,.3)}
.tg-sw.on{background:var(--teal)}.tg-sw.on::after{left:27px}
@media(max-width:760px){.a11y-fab{width:50px;height:50px;padding:0;gap:0;justify-content:center;border-radius:50%}.a11y-fab .a11y-lbl{display:none}}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--sans);color:var(--ink);background:linear-gradient(180deg,#F2F6F5 0%,#EFEDE8 42%,var(--bg) 100%) fixed,var(--bg);line-height:1.5}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit;color:inherit}
h1,h2,h3,.serif{font-family:var(--serif);font-weight:600;letter-spacing:-.02em;margin:0}
h1{font-size:clamp(2.1rem,4.8vw,3.6rem);line-height:1.05;letter-spacing:-.03em}
h2{font-size:clamp(1.7rem,3.2vw,2.35rem);line-height:1.12}
h3{font-size:1.25rem;line-height:1.25}
p{margin:0}
.wrap{max-width:1240px;margin:auto;padding:0 24px}
.lead{font-size:1.12rem;line-height:1.65;color:var(--muted)}
.small{color:var(--muted);line-height:1.65}
.kicker{font-size:.8rem;font-weight:700;color:var(--terra);margin-bottom:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:12px;font:600 1rem/1 var(--sans);border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(27,36,38,.12)}
.btn:active{transform:translateY(0);box-shadow:none}
.btn .arr,.learn .arr{display:inline-block;transition:transform .2s ease}
.btn:hover .arr,.learn:hover .arr{transform:translateX(4px)}
@media(prefers-reduced-motion:reduce){.btn,.btn .arr,.learn .arr{transition:none}.btn:hover{transform:none}}
.btn-primary{background:var(--teal);color:#fff}.btn-primary:hover{background:var(--teal-deep);box-shadow:0 10px 24px rgba(15,110,99,.28)}
.btn-outline{background:transparent;color:var(--teal-deep);border:2px solid var(--teal);padding:0 20px}.btn-outline:hover{background:var(--teal-wash)}
.btn-lg{min-height:58px;padding:0 28px;font-size:1.05rem}
:focus-visible{outline:3px solid #7FB8AF;outline-offset:3px;border-radius:6px}

/* ---------- Nav ---------- */
.nav{position:sticky;top:0;z-index:40;background:rgba(237,235,232,.9);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(221,213,204,.7)}
.nav-in{max-width:1240px;margin:auto;padding:12px 24px;display:flex;align-items:center;gap:18px}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.15rem}
.brand img{width:44px;height:44px;border-radius:12px}
.links{margin-left:auto;display:flex;align-items:center;gap:6px;font-size:.92rem;font-weight:600;color:#465250}
.links > a,.nav-dd > button{padding:9px 12px;border-radius:999px;background:none;border:0;cursor:pointer;display:inline-flex;align-items:center;gap:6px}
.links > a:hover,.nav-dd > button:hover{background:rgba(255,255,255,.7)}
.links > a.btn{min-height:44px;padding:0 16px;font-size:.92rem;margin-left:6px;background:var(--teal);color:#fff;border-radius:12px}.links > a.btn:hover{background:var(--teal-deep)}
.nav-dd{position:relative}
.nav-dd svg{width:12px;height:12px;transition:transform .15s}
.nav-dd.open svg{transform:rotate(180deg)}
.dd{position:absolute;top:calc(100% + 8px);left:0;min-width:280px;background:var(--paper);border:1px solid var(--line);border-radius:var(--r-md);padding:8px;box-shadow:var(--shadow);display:none}
.nav-dd.open .dd{display:block}
@media(hover:hover){.nav-dd:hover .dd,.nav-dd:focus-within .dd{display:block}.nav-dd:hover svg{transform:rotate(180deg)}}
.nav-dd:before{content:"";position:absolute;left:0;right:0;top:100%;height:12px}
.dd a{display:flex;gap:12px;align-items:center;padding:10px 12px;border-radius:12px;font-weight:600}
.dd a:hover{background:var(--cream)}
.dd a small{display:block;font-weight:500;color:var(--muted);font-size:.8rem}
.dd .ico{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;flex:none;font-size:1rem}
.dd hr{border:0;border-top:1px solid var(--line);margin:6px 8px}
#burger{display:none;margin-left:auto;width:42px;height:42px;border-radius:12px;border:1px solid var(--line);background:#fff;cursor:pointer}
#burger span{display:block;width:18px;height:2px;background:var(--ink);margin:4px auto;border-radius:2px}
.test-badge{position:fixed;left:14px;bottom:14px;z-index:50;font-size:.72rem;font-weight:700;background:var(--terra);color:#fff;padding:6px 10px;border-radius:999px;opacity:.85}

/* ---------- Hero (Superlist style) ---------- */
.hero{padding:76px 0 30px;text-align:center}
.hero h1{max-width:860px;margin:0 auto 20px}
.hero .lead{max-width:640px;margin:0 auto}
.hero .cta{margin-top:28px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.hero .trust{margin-top:14px;color:var(--muted);font-size:.9rem}

.channels{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:18px}
.channels .pillx{display:inline-flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:9px 16px;font-weight:600;font-size:.9rem;box-shadow:var(--sh-sm)}
.channels .pillx svg,.channels .pillx img{width:20px;height:20px}
.avimg{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:50% 18%}
.av-def{background:#DFE5E7;color:#fff;display:grid;place-items:center}
.av-def svg{width:70%;height:70%}
/* ---------- Device frames ---------- */
.device-wrap{margin:46px auto 0;max-width:960px;padding:0 24px}
.device{position:relative;margin:auto}
.device .screen{background:#fff;overflow:hidden;position:relative}
/* laptop */
.device.laptop{max-width:900px}
.device.laptop .lid{background:#1f2624;border-radius:var(--r-lg) 22px 8px 8px;padding:14px 14px 18px;box-shadow:0 30px 70px rgba(35,49,46,.22)}
.device.laptop .cam{width:8px;height:8px;border-radius:50%;background:#3b4542;margin:0 auto 10px}
.device.laptop .screen{border-radius:10px;height:520px}
.device.laptop .base{height:18px;background:linear-gradient(#d9dcdb,#b9bfbd);border-radius:0 0 18px 18px;margin:0 -30px;position:relative}
.device.laptop .base:before{content:"";position:absolute;left:50%;top:0;width:120px;height:6px;transform:translateX(-50%);background:#9aa3a0;border-radius:0 0 6px 6px}
.device.phone{display:none}
/* phone */
.device.phone{width:340px;max-width:100%}
.device.phone .body{background:#1f2624;border-radius:44px;padding:12px;box-shadow:0 30px 70px rgba(35,49,46,.22)}
.device.phone .screen{border-radius:var(--r-xl);height:540px}
.device.phone .notch{position:absolute;top:22px;left:50%;transform:translateX(-50%);width:110px;height:26px;background:#1f2624;border-radius:20px;z-index:3}

/* ---------- WhatsApp look ---------- */
.wa-sym{width:18px;height:18px;flex:none}
.wa-badge{position:absolute;right:-4px;bottom:-4px;width:16px;height:16px;border-radius:50%;background:var(--wa);border:2px solid #fff;display:grid;place-items:center}
.wa-badge svg{width:9px;height:9px;fill:#fff}
/* WhatsApp Web (laptop) */
.wweb{display:grid;grid-template-columns:250px 1fr;grid-template-rows:100%;height:100%;font-size:.86rem;background:#fff}
.wweb>*{min-height:0;overflow:hidden}
.wweb .side{border-right:1px solid #E9EDEF;background:#fff;display:flex;flex-direction:column;min-width:0}
.wweb .side-head{height:50px;background:#F0F2F5;display:flex;align-items:center;justify-content:space-between;padding:0 14px;color:#54656F}
.wweb .side-head .me{width:32px;height:32px;border-radius:50%;overflow:hidden;background:#C2562F}.wweb .side-head .me img{width:100%;height:100%;object-fit:cover;object-position:50% 18%}
.wweb .side-head .ic{display:flex;gap:14px}
.wweb .side-head .ic i{width:18px;height:18px;border-radius:5px;border:2px solid #54656F;opacity:.7;display:block}
.wweb .search{margin:8px 10px;background:#F0F2F5;border-radius:8px;padding:7px 12px;color:#8696A0;font-size:.8rem}
.wweb .row{display:flex;gap:12px;padding:10px 12px;align-items:center;border-bottom:1px solid #F0F2F5}
.wweb .row.on{background:#F0F2F5}
.wweb .row .av{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:700;flex:none;position:relative;font-family:var(--serif);overflow:visible}
.wweb .row .av img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:50% 18%}
.wweb .row .t{min-width:0;flex:1}
.wweb .row .t b{display:flex;justify-content:space-between;font-weight:600;color:#111B21}
.wweb .row .t b small{font-weight:500;color:#667781;font-size:.72rem}
.wweb .row .t span{display:block;color:#667781;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.8rem}
.wweb .row .t .cnt{display:inline-block;float:right;background:var(--wa);color:#fff;border-radius:999px;font-size:.66rem;padding:1px 6px;margin-left:6px;line-height:1.5}
/* Chat (WhatsApp) */
.chat{display:flex;flex-direction:column;height:100%;background:#EFEAE2;font-size:.9rem;position:relative;text-align:left}
.chat-head{display:flex;align-items:center;gap:10px;padding:8px 14px;background:#F0F2F5;flex:none;min-height:50px;color:#111B21;border-bottom:1px solid #E9EDEF}
.chat-head .back{display:none;color:var(--teal);font-size:1.1rem;margin-right:-2px}
.chat-head .av{width:38px;height:38px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;font-family:var(--serif);font-weight:700;position:relative;flex:none}
.chat-head .av img{width:100%;height:100%;border-radius:50%;object-fit:cover}
.chat-head .av.logo{background:#fff;padding:0;overflow:visible}.chat-head .av.logo img{border-radius:12px}
.chat-head .who{flex:1;min-width:0}
.chat-head b{display:block;line-height:1.15;font-weight:600}
.chat-head small{color:#667781;font-size:.76rem;display:flex;align-items:center;gap:5px}
.chat-head .on{width:7px;height:7px;border-radius:50%;background:var(--wa);display:inline-block}
.chat-head .tools{display:flex;gap:16px;color:#54656F}
.chat-head .tools i{display:block;width:16px;height:16px;border:2px solid currentColor;border-radius:50%;opacity:.6}
.chat-head .tools i.v{border-radius:3px}
.chat-body{flex:1;overflow:hidden;padding:14px 16px;display:flex;flex-direction:column;gap:6px;scroll-behavior:smooth;position:relative;
  background:#EFEAE2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23000' stroke-opacity='.028' stroke-width='1.4'%3E%3Ccircle cx='20' cy='20' r='7'/%3E%3Cpath d='M70 15l8 8-8 8-8-8z'/%3E%3Cpath d='M15 80c8-10 18-10 26 0'/%3E%3Ccircle cx='95' cy='90' r='5'/%3E%3Cpath d='M60 70h14M67 63v14'/%3E%3C/g%3E%3C/svg%3E")}
.chat-scroll{margin-top:auto;display:flex;flex-direction:column;gap:6px;flex:none}
.m{max-width:84%;padding:7px 9px 6px;border-radius:9px;line-height:1.4;position:relative;box-shadow:0 1px .5px rgba(11,20,26,.13);color:#111B21}
.m:not(.show){display:none}
.m.show{animation:pop .28s ease both}
@keyframes pop{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
.m.v{align-self:flex-start;background:#fff;border-top-left-radius:0}
.m.v:before{content:"";position:absolute;left:-7px;top:0;border:7px solid transparent;border-top-color:#fff;border-right-color:#fff;border-left-width:0}
.m.p{align-self:flex-end;background:#D9FDD3;border-top-right-radius:0}
.m.p:before{content:"";position:absolute;right:-7px;top:0;border:7px solid transparent;border-top-color:#D9FDD3;border-left-color:#D9FDD3;border-right-width:0}
.m .ts{display:inline-block;float:right;margin:8px -2px -2px 10px;font-size:.66rem;color:#667781;white-space:nowrap}
.m.p .ts:after{content:"✓✓";color:#53BDEB;margin-left:3px;letter-spacing:-2px}
.m .who{display:block;font-size:.72rem;font-weight:700;color:var(--terra);margin-bottom:2px}
.m.v .who{color:var(--teal)}
.m.sys{align-self:center;background:transparent;box-shadow:none;padding:2px 0;max-width:100%;text-align:center}
.m.sys b{display:inline-block;background:#FFFFFFD9;color:#54656F;padding:5px 12px;border-radius:8px;font-weight:500;font-size:.74rem;box-shadow:0 1px .5px rgba(11,20,26,.13)}
.m.sys b.warn{background:#FFEECC;color:#7a5a12}
.m.hint{align-self:center;background:var(--terra-wash);color:#7a3a22;font-size:.76rem;font-weight:600;padding:5px 12px;border-radius:999px;max-width:100%;box-shadow:none}
.m.typing{padding:10px 12px;display:flex;gap:4px;animation:none}
.m.typing i{width:6px;height:6px;border-radius:50%;background:#8696A0;animation:blink 1s infinite}
.m.typing i:nth-child(2){animation-delay:.2s}.m.typing i:nth-child(3){animation-delay:.4s}
@keyframes blink{0%,80%,100%{opacity:.25}40%{opacity:.9}}
/* attachments */
.m.img{padding:4px;max-width:70%}
.m.img img{display:block;width:100%;max-width:230px;height:auto;border-radius:7px}
.m.img .cap{padding:6px 6px 2px;font-size:.86rem}
.m.voice{display:flex;align-items:center;gap:9px;min-width:220px;padding:8px 9px}
.m.voice .play{width:30px;height:30px;border-radius:50%;background:#fff;color:#8696A0;display:grid;place-items:center;flex:none;font-size:.8rem}
.m.voice .wave{display:flex;align-items:center;gap:2px;height:22px;flex:1}
.m.voice .wave i{width:3px;background:#8696A0;border-radius:2px;opacity:.85;height:30%;animation:wave 1.1s ease-in-out infinite}
.m.voice .wave i:nth-child(2n){height:70%;animation-delay:.1s}.m.voice .wave i:nth-child(3n){height:100%;animation-delay:.25s}.m.voice .wave i:nth-child(5n){height:50%;animation-delay:.4s}
@keyframes wave{0%,100%{transform:scaleY(.5)}50%{transform:scaleY(1.1)}}
.m.voice small{font-size:.7rem;color:#667781}
.m.voice .mic{width:26px;height:26px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;font-size:.7rem;flex:none}
.m.card{background:#fff;align-self:flex-start;max-width:88%;padding:9px 11px}
.m.card b{display:block;font-size:.78rem;color:var(--teal);margin-bottom:4px}
.m.card .row{display:flex;align-items:center;gap:8px;padding:5px 0;border-top:1px solid #F0F2F5;font-size:.84rem}
.m.card .row:first-of-type{border-top:0}
.m.card .chk{width:17px;height:17px;border-radius:5px;border:2px solid var(--teal);display:grid;place-items:center;flex:none;font-size:.66rem;color:#fff}
.m.card .chk.done{background:var(--teal)}
.chat-foot{flex:none;padding:8px 10px;display:flex;align-items:center;gap:8px;background:#F0F2F5;border-top:1px solid #E9EDEF}
.chat-foot .plus{width:22px;color:#54656F;font-size:1.3rem;text-align:center;line-height:1}
.chat-foot span:not(.plus){flex:1;background:#fff;border-radius:999px;padding:8px 14px;color:#8696A0;font-size:.84rem}
.chat-foot i{width:34px;height:34px;border-radius:50%;background:var(--wa);color:#fff;display:grid;place-items:center;font-style:normal;font-size:.8rem}
.chat.ios .chat-head{background:#F6F6F6;border-bottom:1px solid #D9D9D9}
.chat.pad-top .chat-head{padding-top:50px}
.chat.ios .chat-head .back{display:block}
.chat.ios .chat-foot{background:#F6F6F6}
@media(prefers-reduced-motion:reduce){.m.show{animation:none}.m.voice .wave i{animation:none}.m.typing i{animation:none}}

/* ---------- Sections ---------- */
.section{padding:78px 0}
.paper{background:transparent}
.sec-head{max-width:720px;margin:0 auto 34px;text-align:center}
.sec-head.center{text-align:center;margin-left:auto;margin-right:auto}
.sec-head .lead{margin-top:12px}

/* Section 2: story */
.story{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.story-photo{border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/4.6}
.story-photo img{width:100%;height:100%;object-fit:cover}
.tape{display:inline-block;background:var(--peach);padding:7px 11px;transform:rotate(-2deg);font-size:.8rem;font-weight:700;color:var(--terra);margin-bottom:18px}
.quote{font-family:var(--serif);font-size:clamp(1.3rem,2.4vw,1.7rem);line-height:1.45;margin:18px 0;color:var(--teal-deep);font-weight:500}

/* Section 3: help rail (Arc-style browse) */
.rail{position:relative}
.rail-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:14px calc(50vw - 50%) 30px;margin:0 calc(50% - 50vw);scroll-padding-left:calc(50vw - 50%);scrollbar-width:none;-webkit-overflow-scrolling:touch}
.rail-track::-webkit-scrollbar{display:none}
.rail-track:after{content:"";flex:none;width:6px}
.hcard{flex:none;width:400px;scroll-snap-align:start;border-radius:var(--r-lg);padding:24px 24px 22px;display:flex;flex-direction:column;gap:16px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--sh-sm);transition:transform .25s ease,box-shadow .25s ease;position:relative}
.hcard:hover{transform:translateY(-6px) rotate(-.6deg);box-shadow:var(--shadow)}
.hcard .top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.hcard .num{font-family:var(--serif);font-size:.9rem;color:var(--muted);font-weight:600}
.hcard h3{font-size:1.45rem}
.hcard .desc{color:#4d5856;line-height:1.5;font-size:.95rem}
.hcard .demo{background:#fff;border-radius:var(--r);height:300px;overflow:hidden;border:1px solid var(--line)}
.hcard .learn{margin-top:auto;display:inline-flex;align-items:center;gap:6px;font-weight:700;color:var(--teal)}
.hcard .learn:hover{text-decoration:underline}
.hcard .top h3{display:flex;align-items:center;gap:9px}.hcard .top h3 .dot{width:10px;height:10px;border-radius:50%;flex:none}.hcard.c1 .dot{background:var(--wa)}.hcard.c2 .dot{background:var(--terra)}.hcard.c3 .dot{background:var(--gold)}.hcard.c4 .dot{background:var(--teal)}.hcard.c5 .dot{background:var(--tg)}.hcard.c6 .dot{background:var(--terra)}.hcard.c7 .dot{background:var(--gold)}
.rail-nav{display:flex;gap:8px;justify-content:flex-end;margin-top:-10px}
.rail-nav button{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer;display:grid;place-items:center}
.rail-nav button:disabled{opacity:.35;cursor:default}
.day-cta{margin-top:40px;display:flex;align-items:center;gap:20px;background:var(--paper);border:1px solid var(--line);border-radius:var(--r-xl);padding:22px 26px;flex-wrap:wrap}
.day-cta .txt{flex:1;min-width:240px}
.day-cta h3{font-size:1.4rem}

/* Headspace-style feature cards */
.ftabs{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin:0 0 16px}
.ftab{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:9px 13px;background:var(--surface);border:1px solid var(--line);font-weight:700;font-size:.84rem;white-space:nowrap;color:var(--ink);cursor:pointer;transition:background .15s,color .15s}
.ftab i{width:8px;height:8px;border-radius:50%;background:currentColor;display:none}
.ftab:hover{background:var(--surface-2)}
.ftab.on{background:var(--ink);color:#fff;border-color:var(--ink)}
.ftab.on i{display:block}
.fcards{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px calc(50vw - 50%) 24px;padding-left:calc(50vw - 50% + 32px);margin:0 calc(50% - 50vw);scroll-padding-left:calc(50vw - 50% + 32px);scrollbar-width:none;-webkit-overflow-scrolling:touch}
.fcards::-webkit-scrollbar{display:none}
.fcards:after{content:"";flex:none;width:6px}
.fcard{flex:none;width:min(820px,86vw);height:440px;scroll-snap-align:start;border-radius:var(--r-xl);display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;padding:26px 30px;position:relative;overflow:hidden;color:#fff}
.fcard.t-teal{background:var(--teal)}.fcard.t-terra{background:var(--terra)}.fcard.t-gold{background:var(--gold);color:var(--ink)}.fcard.t-tg{background:var(--tg)}.fcard.t-wa{background:var(--wa)}.fcard.t-deep{background:var(--teal-deep)}.fcard.t-wash{background:var(--teal-wash);color:var(--ink)}
.fcard .fc-demo{display:flex;align-items:center;justify-content:center;min-height:0}
.phone-lite{width:290px;max-width:100%;height:100%;max-height:388px;background:#1f2624;border-radius:34px;padding:10px;box-shadow:0 24px 60px rgba(0,0,0,.28)}
.phone-lite .chat{border-radius:26px;overflow:hidden;height:100%}
.fcard .fc-copy{display:flex;flex-direction:column;justify-content:center;position:relative;padding-right:10px;min-height:0}
.fcard .fc-emoji{font-size:1.9rem;line-height:1;margin-bottom:10px}
.fcard h3{font-size:clamp(1.7rem,2.6vw,2.2rem);line-height:1.08;margin-bottom:10px;color:inherit}
.fcard p{font-size:.98rem;line-height:1.55;max-width:38ch;opacity:.92}
.fcard .learn{margin-top:16px;font-weight:800;color:inherit;display:inline-flex;align-items:center;gap:6px}
.fcard .learn:hover{text-decoration:underline}
.fcard .fc-photo{position:absolute;right:10px;bottom:8px;width:118px;height:118px;border-radius:50%;object-fit:cover;object-position:50% 18%;border:6px solid rgba(255,255,255,.75);box-shadow:0 14px 30px rgba(0,0,0,.18);transform:rotate(-6deg)}
.fcard.t-gold .fc-photo,.fcard.t-wash .fc-photo{border-color:#fff}

/* Get started + pricing */
.start{display:grid;grid-template-columns:1.05fr 1fr;gap:40px;align-items:center}
.plans{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.plan{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-xl);padding:26px;display:flex;flex-direction:column;text-align:center;box-shadow:var(--sh-sm);height:100%}
.plan.featured{border:2px solid var(--teal);box-shadow:var(--sh)}
.plan .pn{font-weight:700;font-size:.95rem;color:var(--muted)}
.plan .big{font-family:var(--serif);font-size:2.4rem;font-weight:600;margin:6px 0 2px}
.plan .big small{font-family:var(--sans);font-size:.9rem;color:var(--muted);font-weight:500}
.plan .badge{display:inline-block;background:var(--butter);color:#6b5a1b;font-size:.7rem;font-weight:700;padding:4px 9px;border-radius:999px;margin-bottom:8px}
.plan ul{list-style:none;padding:0;margin:12px 0 16px;color:#4d5856;font-size:.92rem;line-height:1.55}
.plan ul{text-align:left}.plan li{padding-left:22px;position:relative;margin:4px 0}
.plan li:before{content:"";position:absolute;left:0;top:9px;width:11px;height:6px;border-left:2px solid var(--teal);border-bottom:2px solid var(--teal);transform:rotate(-45deg)}
.plan .btn{width:100%;margin-top:auto}

/* FAQ */
.faq{max-width:780px;margin:auto}
.faq details{border-top:1px solid var(--line);padding:6px 0}
.faq details:last-child{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;list-style:none;padding:16px 40px 16px 0;font-weight:600;font-size:1.05rem;position:relative}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:"+";position:absolute;right:6px;top:12px;font-size:1.5rem;color:var(--teal);font-weight:300}
.faq details[open] summary:after{content:"–"}
.faq .a{padding:0 0 18px;color:#4d5856;line-height:1.65;max-width:680px}

/* Footer (live-site style) */
.footer{background:var(--ink);color:#cfd6d2;padding:40px 24px 34px;font-size:.92rem;border-radius:var(--r-xl) var(--r-xl) 0 0;margin-top:20px;display:grid;grid-template-columns:320px 1fr;gap:36px;align-items:center;max-width:1240px;margin-left:auto;margin-right:auto}
.foot-main{text-align:left}
.foot-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:18px 24px;margin:18px 0 14px;text-align:left}
.foot-cols b{display:block;color:#fff;margin-bottom:8px;font-size:.95rem}
.foot-cols a{display:block;padding:3px 0;color:#c5cec9}
.foot-sub{color:#aeb8b3;line-height:1.6;max-width:60ch;margin:0 0 6px}.foot-sub b{color:#fff}
.foot-globe{position:relative;width:320px;height:320px;margin:auto}
.foot-globe svg{width:100%;height:100%;display:block;cursor:grab}
.foot-globe svg:active{cursor:grabbing}
.foot-globe .ocean{fill:#243033}
.foot-globe .land{fill:#4b5a5e;stroke:#1B2426;stroke-width:.4}
.foot-globe .land.on{fill:var(--teal);stroke:#0B564D}
.foot-globe .land.on:hover{fill:#2fa08f}
.foot-globe .grat{fill:none;stroke:#fff;stroke-opacity:.06}
.globe-tip{position:absolute;pointer-events:none;background:#fff;color:var(--ink);font-size:.8rem;font-weight:700;padding:5px 10px;border-radius:8px;transform:translate(-50%,-140%);white-space:nowrap;opacity:0;transition:opacity .12s}
.globe-tip.on{opacity:1}
.footer .tag{font-family:var(--serif);font-size:1.15rem;color:#fff;margin-bottom:14px}
.footer .row{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 18px;margin:6px 0}
.footer .tag{text-align:left}
.footer .social{margin:6px auto 4px;width:100%;justify-content:center}
.footer small{text-align:center}
.footer a{color:#dfe5e2}.footer a:hover{color:#fff;text-decoration:underline}
.footer .social{display:inline-flex;gap:16px;margin:14px 0 6px;justify-content:center}
.footer .social svg{width:22px;height:22px}
.footer small{display:block;color:#9aa6a1;margin-top:8px}

/* ---------- Feature pages ---------- */
.f-hero{padding:70px 0 20px;text-align:center}
.f-hero .kicker{margin-bottom:10px}
.f-hero h1{max-width:820px;margin:0 auto 18px;font-size:clamp(2.4rem,5.4vw,4rem)}
.f-hero .lead{max-width:600px;margin:0 auto}
.f-hero .cta{margin-top:24px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.f-block{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;padding:40px 0}
.f-block.flip .f-visual{order:-1}
.f-block h2{margin-bottom:12px}
.f-block .lead{font-size:1.02rem}
.f-visual{border-radius:var(--r-xl);padding:26px;min-height:420px;display:flex;align-items:center;justify-content:center}
.f-visual .chat{height:380px;width:100%;max-width:400px;border-radius:var(--r-lg);overflow:hidden;box-shadow:0 14px 40px rgba(35,49,46,.12)}
.f-visual img{border-radius:var(--r-lg);width:100%;height:380px;object-fit:cover;box-shadow:0 14px 40px rgba(35,49,46,.12)}
.f-visual.sage{background:var(--teal-wash)}.f-visual.peach{background:var(--terra-wash)}.f-visual.butter{background:var(--gold-wash)}.f-visual.sky{background:var(--tg-wash)}.f-visual.lilac{background:var(--wa-wash)}.f-visual.rose{background:var(--surface-2)}.f-visual.moss{background:var(--teal-wash)}
.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}
.tile{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:22px}
.tile h3{font-size:1.1rem;margin-bottom:6px}
.tile p{color:#4d5856;font-size:.93rem;line-height:1.55}
.honest{margin-top:26px;background:var(--paper);border:1px solid var(--line);border-left:4px solid var(--terra);border-radius:16px;padding:16px 18px;color:#4d5856;font-size:.93rem;line-height:1.6}
.honest b{color:var(--ink)}
.next-feat{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:10px;padding-top:24px;border-top:1px solid var(--line)}
.next-feat a{font-weight:700;color:var(--teal)}
.next-feat small{display:block;color:var(--muted);font-weight:500}
.big-cta{margin:60px 0 0;background:var(--teal);color:#fff;border-radius:var(--r-xl);padding:44px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.big-cta h2{color:#fff}
.big-cta p{opacity:.85;margin-top:8px}
.big-cta .btn{background:#fff;color:var(--teal-deep)}

/* ---------- Blog ---------- */
.blog-hero{padding:64px 0 26px;text-align:center}
.blog-hero h1{max-width:760px;margin:0 auto 16px}
.blog-hero .lead{max-width:640px;margin:0 auto 22px}
.bfilter{margin-bottom:0}
.blog-list{padding:10px 0 40px}
.featured{margin-bottom:22px}
.bgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.bgrid.two{grid-template-columns:1fr 1fr}
.bcard{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-sm);transition:transform .2s,box-shadow .2s}
.bcard:hover{transform:translateY(-4px);box-shadow:var(--sh)}
.bcard .bimg{aspect-ratio:16/9;overflow:hidden;background:var(--surface-2)}
.bcard .bimg img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.bcard:hover .bimg img{transform:scale(1.03)}
.bcard .bbody{padding:18px 20px 20px;display:flex;flex-direction:column;gap:8px;flex:1}
.bcard h3{font-size:1.25rem;line-height:1.25}
.bcard p{color:var(--ink-soft);font-size:.93rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.bcard small{color:var(--ink-mute);margin-top:auto;padding-top:6px}
.bcat{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.02em;border-radius:999px;padding:4px 10px;width:max-content}
.cat-updates{background:var(--teal);color:#fff}
.cat-wellbeing{background:var(--teal-wash);color:var(--teal-deep)}.cat-family{background:var(--gold-wash);color:#7a5a12}.cat-health{background:var(--terra-wash);color:var(--terra-deep)}.cat-work{background:var(--tg-wash);color:#1f4fb3}
.bcard.big{display:grid;grid-template-columns:1.25fr 1fr}
.bcard.big .bimg{aspect-ratio:auto;min-height:340px}
.bcard.big .bbody{padding:34px 36px;justify-content:center}
.bcard.big h3{font-size:clamp(1.6rem,2.6vw,2.1rem)}
.bcard.big p{-webkit-line-clamp:4;font-size:1rem}
.bcard.hide{display:none}
.brail .rail-track{padding:10px calc(50vw - 50%) 20px;margin:0 calc(50% - 50vw);scroll-padding-left:calc(50vw - 50%);scroll-snap-type:x proximity}
.brail .bcard{flex:none;width:340px;scroll-snap-align:start}
.brail .rail-nav{margin-top:-6px}
.brow{margin:26px 0 8px;scroll-margin-top:90px}
.brow-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:4px}
.brow-head h2{font-size:1.5rem}
.brow-head .small{font-size:.92rem}
.brow-head .bcat{margin-bottom:4px}
/* cards inserted by the Blog Publish workflow (no cover image) */
.brail .bg-card{flex:none;width:340px;scroll-snap-align:start;display:flex;flex-direction:column;gap:8px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:18px 20px 20px;box-shadow:var(--sh-sm);border-top:6px solid var(--teal)}
.brail .bg-card .k{display:inline-block;font-size:.72rem;font-weight:800;border-radius:999px;padding:4px 10px;width:max-content;background:var(--teal-wash);color:var(--teal-deep)}
.brail .bg-card h2{font-size:1.25rem;line-height:1.25;margin:0}
.brail .bg-card p{color:var(--ink-soft);font-size:.93rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.brail .bg-card .meta{color:var(--ink-mute);font-size:.85rem;margin-top:auto;padding-top:6px}
/* post */
.post-hero{padding:44px 0 10px}
.post-hero h1,.post-hero .crumbs,.post-hero .byline{max-width:780px}
.crumbs{font-size:.85rem;color:var(--ink-mute);margin-bottom:16px}.crumbs a:hover{color:var(--teal)}
.post-hero h1{font-size:clamp(2rem,4.2vw,3rem);line-height:1.08;margin-bottom:18px}
.byline{display:flex;align-items:center;gap:10px;color:var(--ink-soft);font-size:.92rem;margin-bottom:26px}
.byline img{width:36px;height:36px;border-radius:11px}
.byline b{color:var(--ink)}
.post-cover{margin:0 0 10px;border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--sh);aspect-ratio:16/9;background:var(--surface-2)}
.post-cover img{width:100%;height:100%;object-fit:cover;display:block}
.post-grid{display:grid;grid-template-columns:minmax(0,720px) 300px;gap:56px;justify-content:space-between;padding:30px 0 20px}
.post-body{font-size:1.08rem;line-height:1.72;color:#2a3335}
.post-body p{margin:0 0 1.15em}
.post-body h2{font-size:clamp(1.5rem,2.4vw,1.85rem);margin:2em 0 .6em;scroll-margin-top:90px}
.post-body h3{font-size:1.18rem;margin:1.6em 0 .5em}
.post-body ul{padding-left:1.3em;margin:0 0 1.15em}.post-body li{margin:.35em 0}
.post-body a{color:var(--teal);text-decoration:underline;text-underline-offset:3px}
.post-body a:hover{color:var(--teal-deep)}
.answer,.try{background:var(--teal-wash);border-left:4px solid var(--teal);border-radius:var(--r);padding:18px 22px;margin:8px 0 28px}
.answer span,.try span{display:block;font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--teal-deep);margin-bottom:6px}
.answer p:last-child,.try p:last-child{margin-bottom:0}
.try{background:var(--gold-wash);border-color:var(--gold);margin-top:26px}.try span{color:#7a5a12}
.urgent{background:var(--gold-wash);border:1px solid #EAD5A8;border-radius:var(--r);padding:13px 18px;margin:0 0 22px;color:#5c4510;font-size:.98rem}
.disclaimer{font-size:.85rem;color:var(--ink-mute);border-top:1px solid var(--line);padding-top:16px;margin-top:20px}
.faq-block{margin-top:10px}
.faq-block .faq{max-width:none;margin:0}
.faq-block details{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:0 18px;margin:10px 0}
.faq-block details:last-child{border-bottom:1px solid var(--line)}
.faq-block summary{padding:14px 34px 14px 0}
.faq-block summary h3{margin:0;font-size:1.05rem;line-height:1.35}
.faq-block summary:after{top:12px;right:0}
.faq-block .a{padding:0 0 16px;font-size:1rem}
.faq-block .a p:last-child{margin-bottom:0}
.post-side{position:sticky;top:90px;align-self:start;display:flex;flex-direction:column;gap:18px}
.side-cta{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:22px;box-shadow:var(--sh-sm);text-align:center}
.side-cta img{width:48px;height:48px;border-radius:14px;margin:0 auto 10px}
.side-cta b{display:block;font-family:var(--serif);font-size:1.1rem;line-height:1.2;margin-bottom:6px}
.side-cta p{color:var(--ink-soft);font-size:.85rem;line-height:1.45;margin-bottom:12px}
.side-cta .btn{width:100%}
.side-cta small{display:block;color:var(--ink-mute);margin-top:8px;font-size:.8rem}
.toc{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-lg);padding:18px 20px;font-size:.9rem}
.toc b{display:block;margin-bottom:8px}
.toc ol{margin:0;padding-left:1.2em}.toc li{margin:5px 0}.toc a{color:var(--ink-soft)}.toc a:hover{color:var(--teal)}
.related{padding:30px 0 10px}
.related h2{margin-bottom:18px}
.author{display:flex;gap:10px;align-items:center;color:var(--ink-soft);font-size:.88rem;line-height:1.45;margin:26px 0 10px;max-width:720px}
.author img{width:28px;height:28px;border-radius:9px;flex:none}
.author b{color:var(--ink)}
/* product-update posts */
.post-body .pu-chat{padding:22px 24px 14px}
.post-body .pu-chat .phone-lite{height:400px;margin:0 auto}
.post-body .pu-note{margin:12px 0 0;font-size:.82rem;color:var(--ink-mute);text-align:center}
/* infographics */
.info{margin:30px 0 34px;border-radius:var(--r-lg);padding:22px 24px;border:1px solid var(--line);background:var(--surface)}
.info figcaption{font-family:var(--serif);font-weight:600;font-size:1.25rem;margin-bottom:16px}
.info-teal{background:var(--teal-wash);border-color:#C9DED8}.info-terra{background:var(--terra-wash);border-color:#E7C2B3}.info-gold{background:var(--gold-wash);border-color:#EAD5A8}.info-wa{background:var(--wa-wash);border-color:#BFE3CC}.info-tg{background:var(--tg-wash);border-color:#C6D6F4}
.info-steps{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.info-steps li{display:flex;gap:14px;align-items:flex-start;background:#fff;border-radius:var(--r);padding:12px 14px}
.info-steps .n{flex:none;width:30px;height:30px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;font-weight:800;font-size:.9rem}
.info-terra .info-steps .n{background:var(--terra)}
.info-steps b{display:block;font-size:1rem;margin-bottom:2px}
.info-steps p{margin:0;font-size:.93rem;line-height:1.5;color:var(--ink-soft)}
.info-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.92rem;line-height:1.45;background:#fff;border-radius:var(--r);overflow:hidden}
.info-table th,.info-table td{padding:11px 12px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}
.info-table th{background:var(--surface-2);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft)}
.info-table tr:last-child td{border-bottom:0}
.info-table td:first-child{font-weight:700;color:var(--ink)}
.info-flow .q{background:#fff;border-radius:var(--r);padding:14px 16px;font-weight:700;text-align:center;margin-bottom:12px}
.info-flow .branches{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.info-flow .b{background:#fff;border-radius:var(--r);padding:14px 16px}
.info-flow .tag{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.06em;border-radius:999px;padding:3px 9px;margin-bottom:8px;background:var(--wa);color:#fff}
.info-flow .b:last-child .tag{background:var(--teal)}
.info-flow p{margin:0;font-size:.93rem;line-height:1.5;color:var(--ink-soft)}
.info-tiles{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.info-tiles li{background:#fff;border-radius:var(--r);padding:14px 16px}
.info-tiles .ic{display:block;font-size:1.5rem;margin-bottom:6px}
.info-tiles b{display:block;margin-bottom:3px}
.info-tiles p{margin:0;font-size:.9rem;line-height:1.5;color:var(--ink-soft)}

/* ---------- A day with Vini (Oura-style scroll story) ---------- */
.day-hero{padding:70px 0 20px;text-align:center}
.day-hero h1{max-width:800px;margin:0 auto 16px}
.day-hero .lead{max-width:600px;margin:auto}
.day{display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:start;padding:20px 0 80px}
.scenes{display:flex;flex-direction:column}
.scene{min-height:82vh;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;padding:40px 0;opacity:.4;transition:opacity .35s ease}
.scene.on{opacity:1}
.scene .time{font-family:var(--serif);font-size:1rem;color:var(--terra);font-weight:600;margin-bottom:10px}
.scene h2{margin-bottom:12px}
.scene .lead{font-size:1rem}
.scene .photo{border-radius:var(--r-xl);overflow:hidden;aspect-ratio:4/5;box-shadow:var(--sh);background:var(--surface-2)}
.scene .photo img{width:100%;height:100%;object-fit:cover;display:block}
.scene .inline-chat{display:none}
.stage{position:sticky;top:90px}
.stage .clock{text-align:center;font-family:var(--serif);font-size:1.2rem;color:var(--ink-soft);margin-bottom:12px;height:28px}
.stage .device.phone{display:block}
.stage .screen{position:relative}
.stage .chat{position:absolute;inset:0;opacity:0;transition:opacity .35s ease;pointer-events:none}
.stage .chat.on{opacity:1;pointer-events:auto}

/* ---------- Responsive ---------- */
@media(max-width:1100px){
  .fcard{width:92vw;padding:28px;gap:22px;grid-template-columns:1fr 1.1fr}
  .phone-lite{width:300px;max-height:460px}
  .fcard .fc-copy{padding-right:0;padding-bottom:0}
  .fcard .fc-photo{position:static;width:96px;height:96px;border-width:4px;margin-top:20px;transform:rotate(-6deg)}
  .fcard h3{font-size:clamp(1.6rem,2.6vw,2.1rem)}
  .start{grid-template-columns:1fr;gap:26px}
  .start > div:first-child{text-align:center;max-width:640px;margin:auto}
  .start > div:first-child > div{justify-content:center}
  .plans{max-width:760px;margin:auto;width:100%}
  .story{gap:34px}
}
@media(max-width:1100px){
  .post-grid{grid-template-columns:1fr;gap:26px}
  .post-side{position:static;flex-direction:row;flex-wrap:wrap}
  .post-side>*{flex:1 1 280px}
}
@media(max-width:960px){
  .bgrid{grid-template-columns:1fr 1fr}
  .bcard.big{grid-template-columns:1fr}
  .bcard.big .bimg{min-height:0;aspect-ratio:16/9}
  .hcard{width:360px}
  .foot-grid{grid-template-columns:1fr 1fr}
  .tiles{grid-template-columns:1fr}
  .day{grid-template-columns:1fr 360px;gap:36px}
}
@media(max-width:760px){
  .wrap{padding:0 18px}
  .links{display:none}
  #burger{display:block}
  body.menu-open .links{display:flex;flex-direction:column;align-items:stretch;position:absolute;left:0;right:0;top:100%;background:var(--paper);border-bottom:1px solid var(--line);padding:12px 18px 18px;gap:4px;box-shadow:var(--shadow)}
  body.menu-open .nav-dd{width:100%}
  body.menu-open .nav-dd > button{width:100%;justify-content:space-between}
  body.menu-open .nav-dd .dd{position:static;display:none;box-shadow:none;border:0;background:var(--cream);margin:4px 0 8px;min-width:0}
  body.menu-open .nav-dd.open .dd{display:block}
  body.menu-open .links .btn{margin:8px 0 0}
  .hero{padding:44px 0 20px}
  .device-wrap{padding:0;margin-top:34px}
  .device.laptop{display:none}
  .device.phone{display:block}
  .webapp{grid-template-columns:1fr}
  .webapp .side{display:none}
  .section{padding:56px 0}
  .story{grid-template-columns:1fr;gap:26px}
  .story-photo{aspect-ratio:4/3.6}
  .rail-track,.brail .rail-track{padding:10px 18px 20px;margin:0 -18px;scroll-padding-left:18px}
  .brail .bcard{width:78vw}
  .rail-nav{display:none}
  .ftabs{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding:4px 0 8px;margin:0 -18px 14px;padding-left:18px;scrollbar-width:none}
  .ftabs::-webkit-scrollbar{display:none}
  .ftab{flex:none;padding:9px 14px;font-size:.86rem}
  .fcards{padding:6px 18px 18px;margin:0 -18px;scroll-padding-left:18px;gap:12px}
  .fcard{width:86vw;height:auto;grid-template-columns:1fr;gap:18px;padding:18px 18px 22px}
  .fcard .fc-demo{order:2}
  .phone-lite{width:100%;height:360px;border-radius:26px;padding:8px}
  .phone-lite .chat{border-radius:20px}
  .fcard .fc-copy{order:1;padding-right:0}
  .fcard .fc-emoji{font-size:1.7rem;margin-bottom:8px}
  .fcard h3{font-size:1.6rem;margin-bottom:8px}
  .fcard p{font-size:.95rem}
  .fcard .learn{margin-top:12px}
  .fcard .fc-photo{position:static;width:64px;height:64px;border-width:3px;margin-top:14px;transform:none}
  .footer{border-radius:0;margin-top:0;grid-template-columns:1fr;gap:18px;padding:30px 18px 28px}
  .foot-globe{width:240px;height:240px}
  .foot-main,.footer .tag,.footer small{text-align:center}
  .foot-sub{margin:0 auto 6px}
  .foot-cols{grid-template-columns:1fr 1fr;text-align:left}
  .hcard{width:86vw;padding:20px}
  .hcard .demo{height:280px}
  .start,.plans{grid-template-columns:1fr}
  .f-block{grid-template-columns:1fr;gap:22px;padding:26px 0}
  .f-block.flip .f-visual{order:0}
  .f-visual{min-height:0;padding:16px}
  .big-cta{padding:30px 24px}
  .day{display:block;padding:0 0 30px}
  .day.wrap{padding-left:0;padding-right:0;max-width:none}
  .stage{display:none}
  .scenes{gap:0}
  .scene{display:block;min-height:0;opacity:1;padding:0;position:relative;margin:0 0 6px}
  .scene .photo{border-radius:0;aspect-ratio:auto;height:92vh;min-height:560px;box-shadow:none;position:relative}
  .scene .photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,20,18,.55) 0%,rgba(10,20,18,.05) 38%,rgba(10,20,18,.1) 60%,rgba(10,20,18,.75) 100%)}
  .scene .copy{position:absolute;left:0;right:0;top:0;padding:26px 20px 0;color:#fff;z-index:2}
  .scene .copy .time{color:#F6D9C8;margin-bottom:6px}
  .scene .copy h2{color:#fff;font-size:1.7rem;margin-bottom:8px;text-shadow:0 1px 12px rgba(0,0,0,.25)}
  .scene .copy .lead{color:rgba(255,255,255,.9);font-size:.95rem;max-width:34ch;text-shadow:0 1px 10px rgba(0,0,0,.3)}
  .scene .inline-chat{display:block;position:absolute;left:14px;right:14px;bottom:18px;height:250px;border-radius:var(--r-lg);overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.35);z-index:2}
  .scene .inline-chat .chat-head{min-height:44px;padding:6px 12px}
  .scene .note{padding:16px 20px 0}
  .foot-grid{grid-template-columns:1fr 1fr}
  .bgrid,.bgrid.two{grid-template-columns:1fr}
  .post-body{font-size:1.02rem}
  .info{padding:16px}
  .info-flow .branches,.info-tiles{grid-template-columns:1fr}
  .info-table{font-size:.84rem}.info-table th,.info-table td{padding:8px}
  .post-side{flex-direction:column}
}
