/* Sum Joy v2.0 — the joy in the sums. Mockup design system. */
:root{
  --ivory:#F4EDE1; --espresso:#2A2320; --honey:#E0A12E; --clay:#C0623C;
  --surface:#FBF7F0; --surface-2:#EFE7D7; --sunken:#EAE0CE;
  --border:#E0D6C4; --border-strong:#CBBFA6;
  --text:#2A2320; --muted:#5A4F47;
  --honey-50:#FDF9F2; --honey-100:#FAF1E0; --honey-200:#F3DBB0; --honey-text:#7B5919;
  --clay-50:#FBF4F1; --clay-100:#F4E4DE; --clay-text:#7D4027; --blush:#F7E9E2;
  --action:#E0A12E; --action-hover:#C9871F; --on-action:#2A2320;
  --display:'Lora',Georgia,serif; --body:'Hanken Grotesk',system-ui,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
body{background:var(--ivory);color:var(--text);font-family:var(--body);line-height:1.6;-webkit-font-smoothing:antialiased}
.wrap{max-width:1060px;margin:0 auto;padding:0 32px}
h1,h2,h3{font-family:var(--display);font-weight:600;color:var(--espresso);letter-spacing:-.01em}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.overline{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--honey-text);font-weight:600}

/* header */
.site-head{background:var(--blush);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}
.head-inner{display:flex;align-items:center;justify-content:space-between;height:74px}
.brand{display:flex;align-items:center;gap:12px}
.emblem{width:34px;height:34px;flex:none}
.wordmark{font-family:var(--display);font-size:1.5rem;font-weight:500;color:var(--espresso)}
.nav{display:flex;gap:30px;font-weight:500;font-size:.95rem;align-items:center}
.nav a{color:var(--espresso);opacity:.78}
.nav a:hover{opacity:1}
.nav a.active{opacity:1;color:var(--honey-text)}

/* buttons */
.btn{font-family:var(--body);font-weight:600;font-size:1rem;padding:14px 26px;border-radius:10px;cursor:pointer;display:inline-block;transition:transform .15s,background .15s}
.btn:hover{transform:translateY(-1px)}
.btn-honey{background:var(--action);color:var(--on-action);box-shadow:0 6px 20px rgba(224,161,46,.28)}
.btn-honey:hover{background:var(--action-hover)}
.btn-ghost{background:transparent;color:var(--espresso);border:1.5px solid var(--border-strong);padding:13px 22px}
.btn-ghost:hover{background:var(--surface-2)}
.btn-dark{background:var(--espresso);color:var(--ivory)}
.btn-dark:hover{background:#433A33}

/* badges */
.badge{font-size:.74rem;font-weight:600;letter-spacing:.03em;padding:5px 12px;border-radius:999px;display:inline-block}
.badge-honey{background:var(--honey-100);color:var(--honey-text)}
.badge-soft{background:var(--surface-2);color:var(--muted)}
.badge-new{background:var(--clay-100);color:var(--clay-text)}
.badge-dark{background:var(--espresso);color:var(--ivory)}

/* sections */
section.band{padding:64px 0}
.sec-head{max-width:34ch;margin:0 0 36px}
.sec-head.center{text-align:center;margin-left:auto;margin-right:auto}
.sec-head h2{font-size:2rem;line-height:1.2;margin-top:10px}
.sec-head p{color:var(--muted);font-size:1.05rem;margin-top:8px}

/* home hero */
.home-hero{padding:56px 0 36px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.eyebrow-row{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.eyebrow-pill{font-size:.74rem;font-weight:600;color:var(--clay-text);background:var(--clay-100);padding:5px 12px;border-radius:999px}
.eyebrow-note{font-size:.92rem;color:var(--muted)}
.home-hero h1{font-size:3.4rem;line-height:1.06;margin-bottom:20px}
.home-hero .lede{font-size:1.18rem;color:var(--muted);max-width:40ch;margin-bottom:28px}
.cta-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.hero-card{background:var(--honey-100);border:1px solid var(--honey-200);border-radius:24px;aspect-ratio:1/.78;display:flex;align-items:center;justify-content:center}
.hero-card .emblem-lg{width:128px;height:128px}
.ticker{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%;padding:10px 18px}
.ticker svg{width:100%;max-width:300px;height:auto}
.tmark{opacity:0;transition:opacity .3s ease}
.tmark.on{opacity:1}
.ticker-num{font-family:var(--display);font-size:2.3rem;font-weight:600;color:var(--espresso);font-variant-numeric:tabular-nums;line-height:1}
.ticker-label{font-size:.78rem;letter-spacing:.05em;color:var(--honey-text);font-weight:600;text-transform:uppercase}
@media(prefers-reduced-motion:reduce){.tmark{opacity:1!important}}

/* product cards */
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card-grid.two{grid-template-columns:1fr 1fr}
.pcard{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s}
.pcard:hover{transform:translateY(-3px);box-shadow:0 14px 40px rgba(42,35,32,.13)}
.pcard-art{background:var(--honey-100);aspect-ratio:1.5/1;display:flex;align-items:center;justify-content:center;position:relative}
.pcard-art .glyph{width:54px;height:54px;color:var(--honey-text)}
.pcard-art .badge{position:absolute;top:12px;left:12px}
.pcard-body{padding:20px 20px 22px;display:flex;flex-direction:column;gap:8px;flex:1}
.pcard-body h3{font-size:1.22rem}
.pcard-body p{font-size:.92rem;color:var(--muted);flex:1}
.pcard-foot{display:flex;align-items:center;justify-content:space-between;margin-top:6px}
.pcard-price{font-family:var(--display);font-size:1.18rem;font-weight:600;color:var(--espresso)}
.pcard-link{font-weight:600;font-size:.92rem;color:var(--honey-text)}

/* features */
.feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.feat{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:24px 20px}
.ficon{width:42px;height:42px;border-radius:11px;background:var(--honey-100);color:var(--honey-text);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.ficon svg{width:22px;height:22px}
.feat h3{font-size:1.12rem;font-weight:600;margin-bottom:7px}
.feat p{font-size:.92rem;color:var(--muted);line-height:1.55}

/* steps */
.steps-band{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.step{text-align:center}
.snum{width:46px;height:46px;border-radius:50%;background:var(--blush);border:1px solid var(--clay-100);color:var(--clay-text);font-family:var(--display);font-size:1.3rem;font-weight:600;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.step h3{font-size:1.18rem;margin-bottom:7px}
.step p{font-size:.95rem;color:var(--muted);max-width:24ch;margin:0 auto}

/* meet tally strip */
.tally-strip{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:center}
.tally-orb{width:240px;height:240px;border-radius:50%;background:url('../assets/tally.jpg') center/cover no-repeat,radial-gradient(circle at 34% 30%,#F3DBB0,#E0A12E 60%,#C0623C);margin:0 auto;box-shadow:0 14px 40px rgba(42,35,32,.13),0 0 0 4px var(--honey-100)}
.tally-strip h2{font-size:2rem;margin-bottom:14px}
.tally-strip p{color:var(--muted);font-size:1.05rem;margin-bottom:14px;max-width:48ch}
.ai-tag{display:inline-block;font-size:.78rem;font-weight:600;color:var(--honey-text);border:1px solid var(--honey-200);background:var(--honey-50);padding:5px 12px;border-radius:999px}

/* waitlist */
.waitlist{background:var(--espresso);color:var(--ivory);border-radius:24px;padding:48px 40px;text-align:center}
.waitlist h2{color:var(--ivory);font-size:2rem;margin-bottom:10px}
.waitlist p{color:rgba(244,237,225,.78);max-width:46ch;margin:0 auto 24px}
.wl-form{display:flex;gap:10px;max-width:440px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.wl-form input{flex:1;min-width:220px;padding:14px 18px;border-radius:10px;border:1px solid rgba(244,237,225,.25);background:rgba(244,237,225,.08);color:var(--ivory);font-size:1rem;font-family:var(--body)}
.wl-form input::placeholder{color:rgba(244,237,225,.5)}

/* product detail */
.crumb{padding:22px 0 4px;font-size:.85rem;color:var(--muted)}
.crumb a:hover{color:var(--honey-text)}
.crumb span{opacity:.5;margin:0 8px}
.pd-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding:14px 0 60px}
.nframe{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 14px 40px rgba(42,35,32,.13);overflow:hidden}
.nbar{display:flex;gap:7px;align-items:center;padding:13px 16px;background:var(--surface-2);border-bottom:1px solid var(--border)}
.ndot{width:11px;height:11px;border-radius:50%;background:#D8CDBA}
.npage{padding:22px 22px 24px}
.ntitle{display:flex;align-items:center;gap:10px;font-family:var(--display);font-size:1.25rem;font-weight:600;color:var(--espresso);margin-bottom:18px}
.ntitle .nmark{width:26px;height:26px}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}
.stat{background:var(--honey-50);border:1px solid var(--honey-200);border-radius:10px;padding:11px 12px}
.stat .sl{display:block;font-size:.66rem;letter-spacing:.04em;text-transform:uppercase;color:var(--honey-text);font-weight:600;margin-bottom:5px}
.stat .sv{font-family:var(--display);font-size:1.18rem;font-weight:600;color:var(--espresso)}
.nblock{margin-top:14px}
.nrowhead{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:600;margin-bottom:8px}
.nrow{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;padding:8px 0;border-bottom:1px solid var(--border)}
.nrow .pos{color:#3C7A55;font-weight:600;font-variant-numeric:tabular-nums}
.bar{height:12px;border-radius:999px;background:var(--sunken);overflow:hidden;margin-bottom:7px}
.barfill{height:100%;width:72%;background:var(--honey);border-radius:999px}
.barcap{font-size:.8rem;color:var(--muted)}
.buybox h1{font-size:2.7rem;line-height:1.08;margin-bottom:14px}
.buybox .lede{font-size:1.12rem;color:var(--muted);line-height:1.6;margin-bottom:20px;max-width:42ch}
.ticks{list-style:none;margin-bottom:24px;display:grid;gap:9px}
.ticks li{display:flex;align-items:center;gap:10px;font-size:.97rem;color:var(--text)}
.ticks .ck{width:20px;height:20px;flex:none;border-radius:50%;background:var(--honey-100);color:var(--honey-text);display:flex;align-items:center;justify-content:center}
.ticks .ck svg{width:12px;height:12px}
.price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:18px}
.price{font-family:var(--display);font-size:2.1rem;font-weight:600;color:var(--espresso)}
.was{font-size:1.1rem;color:var(--muted);text-decoration:line-through;opacity:.7}
.pricetag{font-size:.74rem;font-weight:600;color:var(--clay-text);background:var(--clay-100);padding:4px 10px;border-radius:999px}
.delivery{font-size:.9rem;color:var(--muted);display:flex;align-items:center;gap:8px;margin-top:16px}
.delivery svg{width:15px;height:15px;color:var(--honey-text);flex:none}

/* about */
.about-hero{padding:60px 0 20px;max-width:62ch}
.about-hero h1{font-size:3rem;line-height:1.08;margin-bottom:18px}
.about-hero p{font-size:1.15rem;color:var(--muted);margin-bottom:16px}
.prose p{font-size:1.05rem;color:var(--text);margin-bottom:18px;max-width:62ch;line-height:1.7}
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:8px}
.value{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:24px}
.value h3{font-size:1.15rem;margin-bottom:8px}
.value p{font-size:.95rem;color:var(--muted)}

/* trust */
.trust{background:var(--sunken);padding:30px 0}
.trust-inner{text-align:center;display:grid;gap:8px}
.trust .ai{font-size:.95rem;color:var(--text)}
.trust .disc{font-size:.82rem;color:var(--muted)}

/* footer */
.foot{background:var(--espresso);color:var(--ivory);padding:48px 0 30px}
.foot-inner{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:24px}
.foot .wordmark{color:var(--ivory)}
.tagline{font-family:var(--display);font-style:italic;color:var(--honey-200);margin-top:4px;font-size:1rem}
.fnav{display:flex;gap:26px;font-size:.95rem;flex-wrap:wrap}
.fnav a{color:var(--ivory);opacity:.78}
.fnav a:hover{opacity:1}
.foot-base{margin-top:30px;padding-top:20px;border-top:1px solid rgba(244,237,225,.15);font-size:.82rem;color:rgba(244,237,225,.6)}

@media(max-width:860px){
  .hero-grid,.pd-hero,.tally-strip{grid-template-columns:1fr;gap:32px}
  .card-grid,.feat-grid,.steps,.value-grid{grid-template-columns:1fr 1fr}
  .home-hero h1{font-size:2.6rem}
  .nav{gap:18px;font-size:.88rem}
  .hero-card{order:-1}
}
@media(max-width:560px){
  .card-grid,.feat-grid,.steps,.value-grid{grid-template-columns:1fr}
  .wrap{padding:0 20px}
}

/* =================== FAQ (GEO) =================== */
.faqs{padding:72px 0;background:var(--surface)}
.faqs h2{font-size:1.9rem;margin:6px 0 18px}
.faqs details{background:var(--ivory);border:1px solid var(--border);border-radius:12px;padding:14px 18px;margin-bottom:10px}
.faqs summary{font-weight:600;color:var(--espresso);cursor:pointer}
.faqs details p{margin-top:8px;color:var(--muted)}
.faqs details a{text-decoration:underline;text-underline-offset:3px}
