:root {
  --ink:#2e312d;
  --muted:#6f746c;
  --paper:#fbfaf7;
  --cream:#f3eee5;
  --card:#fff;
  --line:#e4dfd6;
  --sage:#6f806d;
  --sage-deep:#536652;
  --sage-soft:#e7ede5;
  --terracotta:#b56f55;
  --terracotta-soft:#f5e8e2;
  --gold:#b18c4b;
  --gold-soft:#f5eedb;
  --blue:#6b7f95;
  --blue-soft:#e9eef3;
  --shadow:0 24px 70px rgba(52,48,42,.09);
  --shadow-sm:0 12px 30px rgba(52,48,42,.07);
  --r-xl:34px;
  --r-lg:24px;
  --r-md:16px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",system-ui,sans-serif;background:var(--paper);color:var(--ink);line-height:1.55}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{max-width:100%}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.serif,h1,h2{font-family:"Source Serif 4",Georgia,serif;font-optical-sizing:auto}
h3{font-family:"DM Sans",system-ui,sans-serif;font-weight:750;letter-spacing:-.02em}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--sage);margin:0 0 12px}
.muted{color:var(--muted)}
.section{padding:96px 0}
.section.compact{padding:72px 0}
.section-head{max-width:760px;margin-bottom:42px}
.section-head.center{margin-inline:auto;text-align:center}
h1{font-size:clamp(46px,7vw,84px);line-height:1.04;letter-spacing:-.032em;margin:0 0 24px;font-weight:700}
h2{font-size:clamp(36px,5vw,56px);line-height:1.08;letter-spacing:-.025em;margin:0 0 18px;font-weight:700}
h3{font-size:26px;line-height:1.22;margin:0 0 10px}
p{margin:0 0 18px}
.lead{font-size:clamp(18px,2.2vw,22px);color:var(--muted);max-width:700px;line-height:1.62}
.small{font-size:13px;color:var(--muted)}

.site-header{position:sticky;top:0;z-index:50;background:rgba(251,250,247,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(228,223,214,.75)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.brand-mark{width:42px;height:42px;border-radius:14px;background:var(--sage);display:grid;place-items:center;overflow:hidden;padding:8px}
.brand-mark img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}
.brand-name{font-family:"Source Serif 4",Georgia,serif;font-weight:700;font-size:22px;letter-spacing:-.01em}
.nav-links{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700}
.nav-links a{color:#4f544e;transition:color .18s ease}
.nav-links a:hover,.nav-links a.active{color:var(--sage-deep)}
.nav-actions{display:flex;align-items:center;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 18px;font-weight:800;font-size:14px;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.btn:hover{transform:translateY(-1px)}
.btn.primary{background:var(--ink);color:#fff;box-shadow:0 8px 22px rgba(46,49,45,.15)}
.btn.primary:hover{background:#1e211e}
.btn.secondary{background:#fff;border-color:var(--line)}
.btn.sage{background:var(--sage);color:#fff}
.menu-btn{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;width:44px;height:44px}

.hero{padding:82px 0 72px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:68px;align-items:center}
.hero-copy .lead{margin-bottom:28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}
.trust-row{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:13px;font-weight:600}
.trust-row span{display:flex;align-items:center;gap:7px}
.trust-dot{width:8px;height:8px;border-radius:50%;background:var(--sage)}

.hero-art{position:relative;min-height:590px}
.hero-art.real-ui{display:flex;align-items:center;justify-content:center;min-height:520px}
.actual-frame{position:relative;background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 30px 80px rgba(52,48,42,.14)}
.actual-frame img{display:block;width:100%;height:auto;background:#fff}
.hero-frame{width:105%;margin-left:-3%;transform:rotate(1deg);z-index:2}
.actual-frame-bar{height:38px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 14px;gap:12px}
.frame-dots{display:flex;gap:5px}.frame-dots i{width:7px;height:7px;border-radius:50%;background:#d8d1c7}.frame-dots i:nth-child(2){background:#c7d2c4}.frame-dots i:nth-child(3){background:#e6c9bb}
.actual-label{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.actual-callout{position:absolute;left:-18px;bottom:12px;z-index:4;width:235px;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:18px;padding:15px 17px;box-shadow:var(--shadow-sm);backdrop-filter:blur(10px)}
.actual-callout strong,.actual-callout small{display:block}.actual-callout strong{font-family:"DM Sans",system-ui,sans-serif;font-weight:750;font-size:16px;line-height:1.28;margin:0 0 4px}.actual-callout small{color:var(--muted);font-size:11px;line-height:1.4}.actual-callout-dot{display:block;width:9px;height:9px;border-radius:50%;background:var(--sage);margin-bottom:9px}
.product-proof{background:linear-gradient(180deg,var(--paper),#f7f3eb)}
.product-proof-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:46px;align-items:center}.product-proof-copy{max-width:500px}.proof-frame{border-radius:24px;transform:rotate(-.4deg)}
.proof-points{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}.proof-points span{font-size:12px;font-weight:800;border:1px solid var(--line);background:#fff;padding:8px 11px;border-radius:999px}
.orbit{position:absolute;border-radius:50%;border:1px dashed rgba(111,128,109,.28);animation:slowspin 24s linear infinite}
.orbit.one{width:420px;height:420px;right:2%;top:6%}.orbit.two{width:300px;height:300px;right:16%;top:17%;animation-direction:reverse;animation-duration:18s}
@keyframes slowspin{to{transform:rotate(360deg)}}
.device{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:34px;overflow:hidden}
.device.desktop{width:88%;right:0;top:26px;padding:16px;transform:rotate(1.3deg)}
.device.phone{width:42%;left:0;bottom:12px;border-radius:32px;padding:10px;transform:rotate(-3deg);z-index:3}
.device-bar{height:30px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:6px;padding:0 6px}
.device-dot{width:7px;height:7px;border-radius:50%;background:#ddd7cf}
.mock-app{background:var(--paper);border-radius:20px;padding:22px}
.mock-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.mock-logo{font-family:"DM Sans",system-ui,sans-serif;font-weight:800;font-size:16px}.mock-pill{height:25px;width:84px;border-radius:999px;background:var(--sage-soft)}
.mock-notice{background:var(--cream);border-radius:18px;padding:20px;margin-bottom:14px}.mock-notice strong{font-family:"DM Sans",system-ui,sans-serif;font-weight:750;font-size:19px;display:block;margin-bottom:5px}.mock-line{height:7px;border-radius:99px;background:#ded8cf;margin-top:7px}.mock-line.short{width:65%}
.mock-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mock-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px}.mock-illus{height:78px;border-radius:13px;position:relative;overflow:hidden;margin-bottom:10px}.mock-illus.a{background:var(--sage-soft)}.mock-illus.b{background:var(--terracotta-soft)}.mock-illus.c{background:var(--gold-soft)}
.shape{position:absolute;border-radius:50%;animation:floaty 3.8s ease-in-out infinite}.shape.one{width:34px;height:34px;left:16px;top:19px;background:var(--sage)}.shape.two{width:24px;height:24px;right:18px;top:30px;background:var(--terracotta);animation-delay:.6s}.shape.three{width:46px;height:13px;border-radius:99px;left:22px;bottom:14px;background:#fff;animation-delay:1.2s}
@keyframes floaty{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(4deg)}}
.phone .mock-app{padding:14px}.phone .mock-cards{grid-template-columns:1fr}.phone .mock-card:nth-child(n+2){display:none}.phone .mock-illus{height:116px}.phone .mock-notice{padding:15px}.phone .mock-notice strong{font-size:17px}
.spark{position:absolute;width:17px;height:17px;border:2px solid var(--terracotta);border-radius:50% 50% 48% 52%;opacity:.7;animation:pulse 3s ease-in-out infinite}.spark.s1{right:6%;bottom:13%}.spark.s2{left:10%;top:9%;border-color:var(--gold);animation-delay:1.1s}.spark.s3{right:1%;top:0;border-color:var(--sage);animation-delay:2s}
@keyframes pulse{50%{transform:scale(1.35);opacity:.25}}

.problem-band{background:var(--ink);color:#fff;padding:74px 0}
.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.problem-grid h2{max-width:540px}.problem-points{display:grid;gap:14px}.problem-point{display:grid;grid-template-columns:38px 1fr;gap:13px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12)}.problem-point:last-child{border:0}.problem-num{color:#b9c6b6;font-family:"Source Serif 4",Georgia,serif;font-size:20px}.problem-point p{color:#d7dad5;margin:3px 0 0}

.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:30px;box-shadow:var(--shadow-sm)}.step-num{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:var(--sage-soft);color:var(--sage-deep);font-weight:800;margin-bottom:24px}.step p{color:var(--muted)}

.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.feature{border-radius:var(--r-xl);padding:36px;min-height:310px;position:relative;overflow:hidden}.feature.sage{background:var(--sage-soft)}.feature.terra{background:var(--terracotta-soft)}.feature.gold{background:var(--gold-soft)}.feature.blue{background:var(--blue-soft)}.feature-copy{max-width:470px;position:relative;z-index:2}.feature p{color:#5f665d}.feature-badge{display:inline-flex;border-radius:999px;background:rgba(255,255,255,.62);padding:7px 11px;font-size:12px;font-weight:800;margin-bottom:28px}.mini-scene{position:absolute;right:24px;bottom:18px;width:180px;height:130px}.mini-scene .leaf{position:absolute;width:52px;height:92px;border-radius:80% 10% 80% 10%;background:rgba(83,102,82,.18);transform:rotate(25deg)}.mini-scene .leaf.l1{left:20px;bottom:0}.mini-scene .leaf.l2{left:72px;bottom:12px;transform:rotate(-18deg);height:72px}.mini-scene .sun{position:absolute;width:50px;height:50px;border-radius:50%;right:13px;top:8px;background:rgba(181,111,85,.25);animation:pulse 4s ease-in-out infinite}

.personalisation{background:var(--cream)}
.signal-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:34px 0}.signal{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 12px;text-align:center;font-size:13px;font-weight:800}.signal-icon{width:36px;height:36px;border-radius:12px;background:var(--sage-soft);margin:0 auto 10px;display:grid;place-items:center;color:var(--sage-deep)}
.output-card{background:#fff;border-radius:var(--r-xl);padding:32px;border:1px solid var(--line);box-shadow:var(--shadow-sm);display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.output-card h3{font-size:32px}.output-tags{display:flex;gap:8px;flex-wrap:wrap}.tag{font-size:12px;font-weight:800;background:var(--paper);border:1px solid var(--line);padding:8px 11px;border-radius:999px}

.readiness-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}.check-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:30px;box-shadow:var(--shadow)}.check-row{display:grid;grid-template-columns:1fr auto;gap:15px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.check-row:last-child{border:0}.choice-dots{display:flex;gap:6px}.choice-dots span{width:20px;height:20px;border-radius:50%;border:1px solid #cfc9c0}.choice-dots span.active{background:var(--sage);border-color:var(--sage)}.snapshot{margin-top:20px;background:var(--sage-soft);border-radius:18px;padding:18px}.snapshot strong{font-family:"DM Sans",system-ui,sans-serif;font-weight:750;font-size:20px}.snapshot p{margin:6px 0 0;color:#596358;font-size:14px}

.quote-section{padding:82px 0}.quote-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:50px;text-align:center;max-width:880px;margin:auto}.quote-card blockquote{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(28px,4vw,42px);line-height:1.15;margin:0 0 20px}.quote-card p{color:var(--muted)}

.pricing-wrap{display:grid;grid-template-columns:1fr .9fr;gap:40px;align-items:center}.price-card{background:var(--ink);color:#fff;border-radius:var(--r-xl);padding:38px;box-shadow:var(--shadow)}.price{font-family:"Source Serif 4",Georgia,serif;font-size:64px;line-height:1;margin:16px 0 8px}.price small{font-family:"DM Sans",sans-serif;font-size:15px;color:#c9cdc7}.price-list{display:grid;gap:12px;margin:26px 0}.price-list span{display:flex;gap:10px;align-items:start;color:#e2e5df}.price-list i{font-style:normal;color:#b8c8b4}.price-card .btn{width:100%;background:#fff;color:var(--ink);margin-top:10px}.trial-note{font-size:13px;color:#c6cbc4;text-align:center;margin:13px 0 0}.pricing-copy .lead{margin-bottom:22px}

.faq{max-width:880px;margin:auto}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{cursor:pointer;font-weight:800;font-size:17px;list-style:none;display:flex;justify-content:space-between;gap:16px}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";font-size:24px;font-weight:400}.faq details[open] summary::after{content:"–"}.faq details p{color:var(--muted);padding-right:40px;margin:12px 0 0}

.waitlist{background:var(--sage-deep);color:#fff;border-radius:var(--r-xl);padding:54px;display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.waitlist h2{font-size:48px}.waitlist p{color:#e4ebe2}.waitlist-form{background:#fff;color:var(--ink);padding:24px;border-radius:22px}.field{display:grid;gap:7px;margin-bottom:12px}.field label{font-size:12px;font-weight:800}.field input,.field select{width:100%;min-height:46px;border:1px solid var(--line);border-radius:12px;padding:11px 12px;background:#fff}.honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.form-status{font-size:13px;margin-top:10px;color:var(--sage-deep);min-height:20px}

.site-footer{padding:52px 0 34px;border-top:1px solid var(--line);margin-top:80px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px}.footer-brand p{color:var(--muted);max-width:420px;margin-top:12px}.footer-col strong{display:block;margin-bottom:12px}.footer-col a{display:block;color:var(--muted);font-size:14px;margin:8px 0}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:34px;padding-top:22px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}

.page-hero{padding:82px 0 50px}.page-hero .lead{max-width:760px}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.content-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:30px}.content-card p{color:var(--muted)}
.prose{max-width:800px}.prose h2{font-size:38px;margin-top:42px}.prose p,.prose li{color:var(--muted)}
.timeline{display:grid;gap:12px}.timeline-item{display:grid;grid-template-columns:110px 1fr;gap:22px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:18px}.timeline-item strong{color:var(--sage-deep)}

@media (max-width:980px){
 .nav-links{display:none}.menu-btn{display:grid;place-items:center}.nav.open .nav-links{display:flex;position:absolute;left:20px;right:20px;top:70px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow)}
 .hero-grid,.problem-grid,.readiness-grid,.pricing-wrap,.waitlist,.product-proof-grid{grid-template-columns:1fr}.hero-art{min-height:420px;max-width:760px}.hero-frame{width:100%;margin-left:0}.product-proof-copy{max-width:720px}.signal-grid{grid-template-columns:repeat(3,1fr)}
 .steps{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:650px){
 .container{width:min(100% - 28px,var(--max))}.section{padding:70px 0}.nav{height:70px}.nav-actions .btn.secondary{display:none}.brand-name{font-size:20px}
 .hero{padding:54px 0 46px}.hero-grid{gap:32px}.hero-art{min-height:280px}.hero-frame{border-radius:18px;transform:none}.actual-frame-bar{height:32px}.actual-label{font-size:9px}.actual-callout{position:relative;left:auto;bottom:auto;margin:-12px 14px 0;width:auto}.proof-frame{border-radius:18px;transform:none}
 .problem-band{padding:58px 0}.feature{padding:28px;min-height:300px}.signal-grid{grid-template-columns:repeat(2,1fr)}.output-card{grid-template-columns:1fr}.content-grid{grid-template-columns:1fr}.waitlist{padding:30px}.waitlist h2{font-size:40px}.quote-card{padding:32px 24px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.timeline-item{grid-template-columns:1fr;gap:6px}
}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}

/* v1.2 — real-product proof and example family context */
.example-family{position:absolute;right:18px;top:-28px;z-index:6;display:flex;gap:8px;align-items:center}
.example-child{display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.95);box-shadow:var(--shadow-sm);backdrop-filter:blur(10px);white-space:nowrap}
.example-child strong{font-size:12px;color:var(--ink)}
.example-child small{font-size:10px;color:var(--muted)}
.example-child.active{background:var(--sage-soft);border-color:#cbd7c7}
.proof-visual{position:relative}
.example-context{display:inline-flex;align-items:center;gap:10px;margin:0 0 10px 12px;padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:11px;box-shadow:var(--shadow-sm)}
.example-context span{color:var(--muted)}
.example-context strong{font-size:11px;color:var(--ink)}
@media (max-width:650px){
 .example-family{position:relative;right:auto;top:auto;margin:0 0 10px 4px;justify-content:flex-start;flex-wrap:wrap}
 .example-child{padding:7px 10px}
 .example-context{margin-left:4px}
}

/* =========================================================
   v1.3 — stronger launch homepage
   ========================================================= */
.launch-hero{position:relative;overflow:hidden;padding:88px 0 90px;background:
 radial-gradient(circle at 12% 10%,rgba(181,111,85,.08),transparent 27%),
 radial-gradient(circle at 88% 28%,rgba(111,128,109,.12),transparent 30%),
 var(--paper)}
.launch-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(83,102,82,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(83,102,82,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent 62%);pointer-events:none}
.launch-hero-copy{position:relative;z-index:2;text-align:center;max-width:1040px}
.launch-kicker{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border-radius:999px;background:rgba(231,237,229,.85);border:1px solid #d3ddd0;color:var(--sage-deep);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:24px}
.kicker-sprout{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#fff;font-size:12px}
.launch-hero h1{font-size:clamp(64px,8.6vw,116px);line-height:.87;letter-spacing:-.065em;max-width:980px;margin:0 auto 30px}
.launch-hero h1 em{font-style:normal;color:var(--sage-deep)}
.launch-lead{font-size:clamp(19px,2vw,23px);line-height:1.55;max-width:810px;margin:0 auto 30px;color:#626860}
.launch-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:28px}.launch-primary{padding-inline:24px}.launch-primary span{transition:transform .18s ease}.launch-primary:hover span{transform:translateX(3px)}
.launch-proof-row{display:flex;justify-content:center;gap:8px 24px;flex-wrap:wrap;color:#6d746b;font-size:12px;font-weight:700}.launch-proof-row span{position:relative}.launch-proof-row span+span::before{content:"";position:absolute;left:-14px;top:7px;width:4px;height:4px;border-radius:50%;background:#a5b3a2}
.product-reveal{position:relative;z-index:2;margin-top:70px;padding:24px 24px 44px;border-radius:38px;background:linear-gradient(145deg,#dfe8dc 0%,#efe9df 54%,#f2e0d8 100%);box-shadow:0 35px 100px rgba(46,49,45,.14);border:1px solid rgba(255,255,255,.9)}
.product-reveal::after{content:"";position:absolute;right:7%;top:12%;width:200px;height:200px;border-radius:50%;border:1px solid rgba(83,102,82,.16);box-shadow:0 0 0 42px rgba(83,102,82,.04),0 0 0 84px rgba(83,102,82,.025);pointer-events:none}
.product-reveal-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 8px 18px}.product-reveal-top>div:first-child{display:flex;align-items:center;gap:9px}.product-reveal-top strong{font-size:13px}.product-reveal-top small{color:#697066;font-size:11px}.live-dot{width:9px;height:9px;border-radius:50%;background:var(--sage);box-shadow:0 0 0 5px rgba(111,128,109,.13)}
.family-toggle{display:flex;gap:8px;position:relative;z-index:2}.family-toggle span{display:flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.66);border:1px solid rgba(255,255,255,.85);font-size:11px;backdrop-filter:blur(12px)}.family-toggle span.selected{background:#fff;box-shadow:0 8px 22px rgba(52,48,42,.08)}.family-toggle b{font-size:11px}.family-toggle small{font-size:10px;color:var(--muted)}
.browser-stage{position:relative;z-index:2;background:#fff;border-radius:25px;overflow:hidden;border:1px solid rgba(53,60,52,.12);box-shadow:0 30px 75px rgba(48,54,47,.17)}
.browser-chrome{height:48px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:0 16px;border-bottom:1px solid #e9e4dc;background:#fff}.chrome-dots{display:flex;gap:6px}.chrome-dots i{width:8px;height:8px;border-radius:50%;background:#ddd6cd}.chrome-dots i:nth-child(2){background:#d1dccd}.chrome-dots i:nth-child(3){background:#e7cbbf}.browser-address{justify-self:center;width:min(390px,60%);padding:7px 12px;text-align:center;border-radius:999px;background:#f6f4ef;color:#868981;font-size:10px}.secure-pill{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--sage-deep);background:var(--sage-soft);padding:7px 10px;border-radius:999px}
.hero-product-image{display:block;width:100%;height:auto;min-height:320px;object-fit:cover;object-position:center top;background:#fff}
.reveal-note{position:absolute;z-index:5;display:flex;gap:10px;align-items:flex-start;background:rgba(255,255,255,.96);border:1px solid rgba(217,211,201,.94);box-shadow:0 18px 50px rgba(52,48,42,.13);border-radius:18px;padding:14px 16px;max-width:285px;backdrop-filter:blur(12px)}.reveal-note>span{flex:0 0 auto;width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:var(--sage-soft);color:var(--sage-deep);font-size:10px;font-weight:800}.reveal-note strong,.reveal-note small{display:block}.reveal-note strong{font-family:"Source Serif 4",Georgia,serif;font-size:16px;line-height:1.12}.reveal-note small{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.35}.reveal-note-one{left:-18px;bottom:-22px}.reveal-note-two{right:-16px;bottom:20px}
.quiet-proof{padding:22px 0;border-top:1px solid #ece7df;border-bottom:1px solid #ece7df;background:#fff}.quiet-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.quiet-proof-grid span{text-align:center;font-size:12px;font-weight:800;color:#687067;padding:3px 14px;border-right:1px solid #e8e3db}.quiet-proof-grid span:last-child{border:0}
.parent-questions{padding:108px 0;background:#283129;color:#fff}.questions-heading{max-width:940px;margin-bottom:58px}.questions-heading .eyebrow{color:#b8c7b5}.questions-heading h2{font-size:clamp(44px,5.6vw,72px);max-width:930px}.questions-heading em{font-style:normal;color:#b8c7b5}.question-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.question-grid article{padding:28px 26px 26px;border-radius:22px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045)}.question-grid article>span{display:block;font-family:"Source Serif 4",Georgia,serif;font-size:14px;color:#9fb19c;margin-bottom:34px}.question-grid blockquote{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(25px,2.5vw,34px);line-height:1.08;margin:0 0 20px}.question-grid p{color:#cdd5cc;font-size:14px;margin:0}
.story-section{padding:110px 0}.story-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:68px;align-items:center}.story-copy{max-width:520px}.clean-list{list-style:none;padding:0;margin:30px 0 0;display:grid;gap:12px}.clean-list li{position:relative;padding:13px 14px 13px 42px;border:1px solid #e5e0d8;border-radius:14px;background:#fff;font-size:13px;font-weight:700}.clean-list li::before{content:"✓";position:absolute;left:14px;top:11px;width:20px;height:20px;border-radius:7px;background:var(--sage-soft);color:var(--sage-deep);display:grid;place-items:center;font-size:11px}.real-product-card{border:1px solid #dfd9d0;background:#fff;border-radius:28px;padding:14px;box-shadow:0 28px 70px rgba(52,48,42,.1);transform:rotate(.35deg)}.real-product-head{display:flex;align-items:center;justify-content:space-between;padding:4px 8px 13px}.real-product-head span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--sage)}.real-product-head strong{font-size:11px;color:var(--muted)}.real-product-card img{width:100%;display:block;border-radius:18px;border:1px solid #ece6de}
.week-section{padding:110px 0;background:#f2eee5}.week-head{display:grid;grid-template-columns:1.1fr .75fr;gap:50px;align-items:end;margin-bottom:45px}.week-head .lead{font-size:19px}.week-board{border:1px solid #ddd7cc;border-radius:32px;background:#fbfaf7;padding:22px;box-shadow:0 28px 80px rgba(52,48,42,.08)}.week-family-card{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:8px 8px 22px}.initial-circle{width:48px;height:48px;border-radius:17px;background:var(--sage-deep);color:#fff;display:grid;place-items:center;font-family:"Source Serif 4",Georgia,serif;font-size:22px}.week-family-card span,.week-family-card strong{display:block}.week-family-card span{font-size:11px;color:var(--muted);font-weight:700}.week-family-card strong{font-family:"DM Sans",system-ui,sans-serif;font-weight:750;font-size:19px}.focus-pills{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.focus-pills b{font-size:10px;padding:7px 10px;border-radius:999px;border:1px solid #e0dbd2;background:#fff}.weekly-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.weekly-activity{border:1px solid #e4dfd6;border-radius:22px;background:#fff;padding:15px;min-height:330px;display:flex;flex-direction:column}.activity-art{height:136px;border-radius:16px;margin-bottom:15px;position:relative;overflow:hidden}.weekly-activity.green .activity-art{background:#dfe8dc}.weekly-activity.peach .activity-art{background:#f1ddd3}.weekly-activity.gold .activity-art{background:#f3ead1}.activity-tag{font-size:10px;font-weight:800;color:var(--sage-deep);margin-bottom:6px}.weekly-activity h3{font-size:24px}.weekly-activity p{font-size:13px;color:var(--muted);flex:1}.weekly-activity small{font-size:10px;color:#7a8077}.letter-art span{position:absolute;left:26px;top:18px;font-family:"Source Serif 4",Georgia,serif;font-size:76px;color:#526652}.letter-art i{position:absolute;width:82px;height:12px;border-radius:99px;background:#fff;right:24px;bottom:29px;transform:rotate(-6deg)}.letter-art b{position:absolute;width:25px;height:25px;border-radius:50%;background:#bf7659;right:34px;top:30px}.measure-art span{position:absolute;left:31px;bottom:23px;width:58px;height:72px;border-radius:0 0 20px 20px;border:8px solid #fff;border-top:0}.measure-art i{position:absolute;width:12px;height:85px;border-radius:99px;background:#b56f55;left:98px;bottom:21px}.measure-art b{position:absolute;width:55px;height:55px;border-radius:50%;background:#ddb968;right:28px;top:28px}.feelings-art span,.feelings-art i,.feelings-art b{position:absolute;font-style:normal;font-weight:400}.feelings-art span{font-size:62px;left:28px;top:22px;color:#6e806c}.feelings-art i{font-size:66px;right:40px;top:11px;color:#c18462}.feelings-art b{font-size:48px;right:92px;bottom:8px;color:#fff}.rhythm-demo{margin-top:14px;padding:18px 20px;border-radius:18px;background:#e8eee5;display:flex;align-items:center;justify-content:space-between;gap:28px}.tiny-label{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:800;color:var(--sage)}.rhythm-demo strong{display:block;font-family:"DM Sans",system-ui,sans-serif;font-weight:750;font-size:16px}.rhythm-line{display:flex;align-items:center;min-width:280px}.rhythm-line i{position:relative;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #d3d9d0;font-style:normal;font-size:10px;color:#788174}.rhythm-line i+i{margin-left:20px}.rhythm-line i+i::before{content:"";position:absolute;width:21px;height:1px;background:#bdc8bb;left:-21px}.rhythm-line i.done{background:#849681;color:#fff}.rhythm-line i.current{background:#425a43;color:#fff;box-shadow:0 0 0 5px rgba(83,102,82,.12)}
.grows-section{padding:112px 0}.grows-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}.grows-copy{max-width:490px}.text-arrow{display:inline-flex;gap:9px;align-items:center;font-weight:800;color:var(--sage-deep);margin-top:12px}.child-compare{display:grid;grid-template-columns:1fr 1fr;gap:15px}.compare-card{padding:26px;border-radius:26px;border:1px solid #e0dbd2;min-height:410px;display:flex;flex-direction:column}.molly-card{background:#e8eee5}.charlie-card{background:#f5ebe5}.compare-top{display:flex;align-items:center;gap:11px;margin-bottom:35px}.small-initial{width:42px;height:42px;border-radius:14px;font-size:18px}.compare-top strong,.compare-top small{display:block}.compare-top strong{font-family:"DM Sans",system-ui,sans-serif;font-weight:750;font-size:19px}.compare-top small{font-size:10px;color:var(--muted)}.compare-card h3{font-size:26px;margin-bottom:20px}.compare-tags{display:flex;gap:6px;flex-wrap:wrap}.compare-tags span{font-size:10px;font-weight:800;background:rgba(255,255,255,.7);padding:7px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.85)}.compare-next{margin-top:auto;padding-top:24px;border-top:1px solid rgba(83,102,82,.14)}.compare-next small,.compare-next strong{display:block}.compare-next small{text-transform:uppercase;letter-spacing:.07em;font-size:9px;color:var(--muted);font-weight:800;margin-bottom:7px}.compare-next strong{font-size:13px}
.readiness-v13{padding:110px 0;background:#2f342f;color:#fff}.readiness-v13-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}.readiness-v13-copy .lead{color:#cfd4ce}.soft-badge{display:inline-flex;background:#dfe8dc;color:#40523f;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;margin-bottom:20px}.snapshot-ui{background:#fbfaf7;color:var(--ink);border-radius:28px;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.18)}.snapshot-head{display:flex;justify-content:space-between;gap:20px;align-items:start;padding-bottom:20px;border-bottom:1px solid #e5dfd6}.snapshot-head strong{display:block;font-family:"DM Sans",system-ui,sans-serif;font-weight:750;font-size:25px}.snapshot-status{font-size:9px;color:var(--sage-deep);background:var(--sage-soft);padding:7px 9px;border-radius:999px;font-weight:800}.snapshot-row{display:grid;grid-template-columns:150px 1fr 145px;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid #ebe6de;font-size:11px}.snapshot-row>span{font-weight:800}.snapshot-row b{text-align:right;font-size:10px;color:#6f756d}.soft-meter{height:7px;background:#ebe7df;border-radius:99px;overflow:hidden}.soft-meter i{display:block;height:100%;background:#849681;border-radius:99px}.snapshot-focus{margin-top:18px;padding:18px;border-radius:16px;background:#e8eee5}.snapshot-focus span,.snapshot-focus strong,.snapshot-focus small{display:block}.snapshot-focus span{text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:800;color:var(--sage-deep)}.snapshot-focus strong{font-family:"DM Sans",system-ui,sans-serif;font-weight:750;font-size:17px;margin:5px 0}.snapshot-focus small{font-size:10px;color:#646c62}
.membership-v13{padding:110px 0;background:#f6f2eb}.membership-v13-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}.membership-card-v13{background:#fff;border:1px solid #e1dcd3;border-radius:28px;padding:32px;box-shadow:0 24px 70px rgba(52,48,42,.08)}.membership-price span,.membership-price strong,.membership-price small{display:block}.membership-price span{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--sage)}.membership-price strong{font-family:"Source Serif 4",Georgia,serif;font-size:64px;line-height:1;margin:12px 0 5px}.membership-price small{color:var(--muted);font-size:11px}.membership-includes{display:grid;gap:10px;margin:25px 0}.membership-includes span{font-size:13px;padding:10px 0;border-bottom:1px solid #eee8df}.membership-card-v13 .btn{width:100%}.v13-waitlist{box-shadow:0 28px 80px rgba(49,61,49,.18)}
@media(max-width:980px){
 .launch-hero{padding-top:70px}.product-reveal{margin-top:50px}.product-reveal-top,.week-family-card{grid-template-columns:1fr}.reveal-note{position:relative;left:auto!important;right:auto!important;bottom:auto!important;display:inline-flex;margin:14px 6px 0;max-width:calc(50% - 16px)}
 .quiet-proof-grid{grid-template-columns:1fr 1fr}.quiet-proof-grid span:nth-child(2){border-right:0}.quiet-proof-grid span{padding:9px}.question-grid{grid-template-columns:1fr}.story-grid,.grows-grid,.readiness-v13-grid,.membership-v13-grid,.week-head{grid-template-columns:1fr}.story-copy,.grows-copy{max-width:760px}.weekly-cards{grid-template-columns:1fr 1fr}.weekly-activity:last-child{grid-column:1/-1}.focus-pills{justify-content:flex-start}.rhythm-demo{align-items:flex-start;flex-direction:column}.rhythm-line{min-width:0}.child-compare{max-width:800px}
}
@media(max-width:650px){
 .launch-hero{padding:48px 0 58px}.launch-hero h1{font-size:clamp(56px,17vw,78px)}.launch-lead{font-size:18px}.launch-proof-row{display:grid;grid-template-columns:1fr 1fr;text-align:left;max-width:390px;margin:auto}.launch-proof-row span+span::before{display:none}.product-reveal{padding:13px 13px 28px;border-radius:24px;margin-top:42px}.product-reveal-top{align-items:flex-start;flex-direction:column}.family-toggle{width:100%}.family-toggle span{flex:1;justify-content:center}.browser-chrome{grid-template-columns:auto 1fr;height:40px}.secure-pill{display:none}.browser-address{width:100%}.hero-product-image{min-height:210px}.reveal-note{max-width:100%;width:100%;margin:10px 0 0}.quiet-proof-grid{grid-template-columns:1fr}.quiet-proof-grid span{border-right:0;border-bottom:1px solid #e8e3db;padding:11px}.quiet-proof-grid span:last-child{border-bottom:0}.parent-questions,.story-section,.week-section,.grows-section,.readiness-v13,.membership-v13{padding:76px 0}.question-grid article{padding:24px}.real-product-card{padding:9px;border-radius:20px}.weekly-cards{grid-template-columns:1fr}.weekly-activity:last-child{grid-column:auto}.week-board{padding:12px;border-radius:24px}.week-family-card{grid-template-columns:auto 1fr}.focus-pills{grid-column:1/-1}.rhythm-line{width:100%;justify-content:space-between}.rhythm-line i+i{margin-left:8px}.rhythm-line i+i::before{width:9px;left:-9px}.child-compare{grid-template-columns:1fr}.compare-card{min-height:340px}.snapshot-row{grid-template-columns:1fr}.snapshot-row b{text-align:left}.membership-price strong{font-size:56px}.questions-heading h2 br,.week-head h2 br,.readiness-v13-copy h2 br,.membership-v13 h2 br{display:none}
}


/* Founder story — v1.5 */
.founder-home{padding:104px 0;background:#f3eee6;border-top:1px solid #e6dfd5;border-bottom:1px solid #e6dfd5}
.founder-home-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:88px;align-items:start}
.founder-home-copy h2{max-width:520px;margin-bottom:24px}
.founder-signoff{font-size:13px;font-weight:700;color:var(--sage-deep);letter-spacing:.01em}
.founder-home-story{max-width:720px;padding-left:38px;border-left:1px solid #d9d0c4}
.founder-home-story p{font-size:18px;line-height:1.75;color:#4e554e;margin:0 0 18px}
.founder-home-story p:first-child{font-size:21px;color:var(--ink)}
.founder-home-story em{font-family:"Source Serif 4",Georgia,serif;font-style:italic;color:var(--ink)}
.founder-home-story .text-arrow{margin-top:12px}
.founder-about-hero{padding-bottom:96px}
.founder-about-hero-grid{display:grid;grid-template-columns:1.08fr .72fr;gap:80px;align-items:end}
.founder-about-hero h1{max-width:760px}
.founder-about-hero .lead{max-width:760px}
.founder-quote-card{background:var(--sage-soft);border:1px solid #d9e1d5;border-radius:28px;padding:34px 34px 30px;position:relative}
.quote-mark{font-family:"Source Serif 4",Georgia,serif;font-size:76px;line-height:.7;color:#7d927c;display:block;margin-bottom:15px}
.founder-quote-card blockquote{font-family:"Source Serif 4",Georgia,serif;font-size:27px;line-height:1.28;margin:0 0 28px;color:var(--ink)}
.founder-quote-card p{font-size:13px;font-weight:800;margin:0}.founder-quote-card small{font-weight:500;color:var(--muted)}
.founder-story-section{padding:96px 0}
.founder-story-soft{background:#f6f2eb}
.founder-story-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;align-items:start}
.founder-story-aside{position:sticky;top:120px}
.founder-number{display:inline-grid;width:42px;height:42px;place-items:center;border-radius:50%;border:1px solid #ccd6c8;color:var(--sage-deep);font-size:11px;font-weight:800;margin-bottom:24px}
.founder-story-aside h2{max-width:430px}
.founder-story-body{max-width:760px}
.founder-story-body>p{font-size:19px;line-height:1.8;color:#4d554e;margin:0 0 23px}
.founder-story-body>p:first-child{font-size:22px;color:var(--ink)}
.founder-story-body strong{color:var(--ink)}
.founder-belief-card{margin-top:42px;padding:30px;border:1px solid #dfe4dc;border-radius:24px;background:#e9efe6}
.founder-belief-card span{display:block;text-transform:uppercase;letter-spacing:.09em;font-size:10px;font-weight:800;color:var(--sage-deep);margin-bottom:8px}
.founder-belief-card strong{display:block;font-family:"DM Sans",system-ui,sans-serif;font-size:22px;line-height:1.35;margin-bottom:10px}
.founder-belief-card p{margin:0;color:#596159;line-height:1.65}
.founder-about-close{padding-top:34px}
.founder-close-card{background:#2f342f;color:#fff;border-radius:30px;padding:48px;display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:end}
.founder-close-card .eyebrow{color:#c9d5c5}.founder-close-card h2{color:#fff;margin-bottom:0}.founder-close-card p{color:#d5dbd3;margin:0 0 18px;line-height:1.6}
@media(max-width:900px){.founder-home-grid,.founder-about-hero-grid,.founder-story-grid,.founder-close-card{grid-template-columns:1fr;gap:42px}.founder-home-story{padding-left:0;border-left:0}.founder-story-aside{position:static}.founder-quote-card{max-width:660px}}
@media(max-width:650px){.founder-home,.founder-story-section{padding:72px 0}.founder-home-story p{font-size:17px}.founder-home-story p:first-child{font-size:19px}.founder-story-body>p{font-size:17px;line-height:1.7}.founder-story-body>p:first-child{font-size:19px}.founder-quote-card{padding:26px}.founder-quote-card blockquote{font-size:23px}.founder-close-card{padding:30px 24px;border-radius:24px}}
