:root{--color-bg: #ffeceb;--color-ink: #384948;--color-accent: #a6ccc8;--color-surface: #fff7f6;--color-ink-soft: #5c6d6c;--color-accent-deep: #7fa8a3;--color-accent-wash: #dcebe9;--color-line: #e8d5d3;--color-pop: #c05b3d;--color-pop-deep: #9e4326;--color-on-ink: #ffeceb;--color-on-pop: #fff7f6;--font-display: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-mono: "Geist Mono", ui-monospace, "SF Mono", monospace;--text-xs: .8rem;--text-sm: .9rem;--text-base: clamp(1rem, .95rem + .25vw, 1.125rem);--text-lg: clamp(1.15rem, 1.05rem + .5vw, 1.35rem);--text-xl: clamp(1.4rem, 1.2rem + 1vw, 1.85rem);--text-2xl: clamp(1.8rem, 1.4rem + 2vw, 2.75rem);--text-hero: clamp(2.2rem, 1.6rem + 3.2vw, 4rem);--space-section: clamp(4rem, 3rem + 5vw, 8rem);--measure: 42rem;--measure-wide: 68rem;--radius: 14px;--radius-lg: 24px;--shadow-soft: 0 10px 30px -12px rgba(56, 73, 72, .25)}@font-face{font-family:Plus Jakarta Sans;src:url(/fonts/PlusJakartaSans-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Plus Jakarta Sans;src:url(/fonts/PlusJakartaSans-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Plus Jakarta Sans;src:url(/fonts/PlusJakartaSans-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Plus Jakarta Sans;src:url(/fonts/PlusJakartaSans-ExtraBold.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Geist Mono;src:url(/fonts/GeistMono-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Geist Mono;src:url(/fonts/GeistMono-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:7rem}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;background:var(--color-bg);color:var(--color-ink);font-family:var(--font-body);font-size:var(--text-base);line-height:1.7;-webkit-font-smoothing:antialiased}img,svg{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.15;margin:0 0 .6em;letter-spacing:-.015em}h1{font-size:var(--text-hero);font-weight:800}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}p{margin:0 0 1.1em}a{color:var(--color-pop-deep);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--color-pop)}em{font-style:italic}strong{font-weight:700}.container{width:min(var(--measure-wide),100% - 2.5rem);margin-inline:auto}.prose{max-width:var(--measure)}.section{padding-block:var(--space-section)}.section--band{background:var(--color-accent-wash)}.panel{min-height:100svh;display:grid;align-items:center;padding-block:7rem 3rem}@media(min-width:860px)and (prefers-reduced-motion:no-preference){html{scroll-snap-type:y proximity}.panel{scroll-snap-align:start}}.more{max-width:var(--measure);margin-top:1.25rem}.more>summary{cursor:pointer;list-style:none;display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:700;font-size:var(--text-sm);color:var(--color-pop-deep)}.more>summary::-webkit-details-marker{display:none}.more>summary:after{content:"↓";transition:transform .2s ease}.more[open]>summary:after{transform:rotate(180deg)}.more>summary:hover{color:var(--color-pop)}.more>.more__body{margin-top:1rem;padding-left:1.25rem;border-left:3px solid var(--color-accent);color:var(--color-ink-soft)}.more>.more__body p:last-child{margin-bottom:0}.eyebrow{display:block;font-family:var(--font-mono);font-size:var(--text-sm);font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--color-pop-deep);margin-bottom:.9rem}.btn{display:inline-block;font-family:var(--font-mono);font-weight:700;font-size:var(--text-base);line-height:1;padding:1rem 1.75rem;border-radius:999px;text-decoration:none;transition:transform .15s ease,background-color .15s ease,color .15s ease}.btn:active{transform:scale(.98)}.btn--primary{background:var(--color-ink);color:var(--color-on-ink)}.btn--primary:hover,.btn--buy{background:var(--color-pop);color:var(--color-on-pop)}.btn--buy:hover{background:var(--color-pop-deep);color:var(--color-on-pop)}.btn--ghost{background:transparent;color:var(--color-ink);box-shadow:inset 0 0 0 2px var(--color-ink)}.btn--ghost:hover{background:var(--color-ink);color:var(--color-on-ink)}:focus-visible{outline:3px solid var(--color-pop);outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.test-page{--test-bg: #f5efe7;--test-cream: #fffaf2;--test-ink: #182825;--test-muted: #66716d;--test-line: rgba(23, 35, 33, .13);--test-sage: #8fb8ad;--test-sage-deep: #315d55;--test-clay: #b76f54;--test-gold: #c7a36a;--test-shadow: 0 30px 90px rgba(31, 37, 35, .14);--test-radius: 28px;background:radial-gradient(circle at 18% 8%,rgba(143,184,173,.35),transparent 28rem),radial-gradient(circle at 86% 4%,rgba(199,163,106,.26),transparent 24rem),linear-gradient(180deg,#faf4eb 0%,var(--test-bg) 45%,#eee5d9 100%);color:var(--test-ink);font-family:var(--font-body)}.test-page:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(23,35,33,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(23,35,33,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,black,transparent 72%);z-index:-1}.test-page a{color:inherit}.site-shell{position:sticky;top:1rem;z-index:20;width:min(1180px,calc(100% - 2rem));margin:1rem auto 0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.75rem;border:1px solid rgba(255,255,255,.58);border-radius:999px;background:#fffaf2c2;box-shadow:0 18px 54px #17232114;backdrop-filter:blur(22px)}.brand{display:inline-flex;align-items:center;gap:.7rem;padding:.35rem .75rem;text-decoration:none}.brand img{width:132px;height:auto}.brand span,.kicker,.routine-product span,.hero-note span,.number{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em}.brand span{color:var(--test-muted);font-size:.68rem}.nav{display:flex;justify-content:center;gap:clamp(.5rem,1.4vw,1.4rem)}.nav a,.nav-cta{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;text-decoration:none;font-size:.9rem;transition:background .2s ease,color .2s ease,transform .2s ease}.nav a{padding-inline:.35rem;color:var(--test-muted)}.nav a:hover{color:var(--test-ink)}.nav-cta{padding-inline:1.25rem;background:var(--test-ink);color:var(--test-cream)}.nav-cta:hover{transform:translateY(-1px);background:var(--test-sage-deep);color:var(--test-cream)}.hero,.section,.disclosure,.test-footer{width:min(1180px,calc(100% - 2rem));margin-inline:auto}.hero{min-height:calc(100svh - 7rem);display:grid;align-items:center;padding-block:clamp(4rem,7vw,8rem)}.hero-grid{display:grid;gap:clamp(2rem,5vw,5rem);align-items:center}.hero-copy{max-width:47rem}.kicker{margin:0 0 1rem;color:var(--test-sage-deep);font-size:.78rem;font-weight:700}.hero h1,.section h2{margin:0;color:var(--test-ink);font-weight:800;letter-spacing:-.06em;text-wrap:balance}.hero h1{font-size:clamp(3.2rem,8.2vw,7.4rem);line-height:.88}.section h2{font-size:clamp(2.35rem,5.4vw,5.3rem);line-height:.92}.hero-deck,.section-head>p,.disclosure-copy p{color:var(--test-muted);font-size:clamp(1.05rem,1.3vw,1.28rem);line-height:1.72;text-wrap:pretty}.hero-deck{max-width:38rem;margin-top:1.6rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.35rem;border-radius:999px;text-decoration:none;font-family:var(--font-mono);font-size:.85rem;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--test-ink);color:var(--test-cream);box-shadow:0 18px 40px #1723212e}.button-primary:hover{color:var(--test-cream)}.button-secondary{border:1px solid var(--test-line);background:#fffaf2a3;color:var(--test-ink)}.button-secondary:hover{color:var(--test-ink)}.microcopy{max-width:25rem;margin-top:1rem;color:var(--test-muted);font-size:.86rem}.hero-visual{position:relative}.product-stage{position:relative;min-height:clamp(28rem,54vw,42rem);border:1px solid rgba(255,255,255,.62);border-radius:clamp(2rem,4vw,4rem);background:linear-gradient(150deg,#fffaf2eb,#f0e5d7ad),radial-gradient(circle at 55% 45%,rgba(143,184,173,.28),transparent 18rem);box-shadow:var(--test-shadow);overflow:hidden}.product-stage:before{content:"";position:absolute;inset:9%;border:1px solid rgba(23,35,33,.08);border-radius:999px}.product-stage:after{content:"";position:absolute;left:12%;right:12%;bottom:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(23,35,33,.2),transparent)}.hero-product{position:absolute;margin:0;display:grid;justify-items:center;gap:.75rem;transition:transform .26s ease}.hero-product img{width:clamp(8rem,18vw,14rem);height:auto;filter:drop-shadow(0 30px 26px rgba(23,35,33,.18))}.hero-product figcaption{padding:.4rem .7rem;border:1px solid var(--test-line);border-radius:999px;background:#fffaf2b3;color:var(--test-muted);font-family:var(--font-mono);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}.hero-product-1{left:9%;bottom:18%;transform:rotate(-5deg)}.hero-product-2{left:37%;bottom:13%;transform:translateY(-8%) scale(1.1);z-index:2}.hero-product-3{right:1%;bottom:18%;transform:rotate(4deg)}.hero-visual:hover .hero-product-1{transform:rotate(-7deg) translateY(-8px)}.hero-visual:hover .hero-product-2{transform:translateY(calc(-8% - 12px)) scale(1.1)}.hero-visual:hover .hero-product-3{transform:rotate(6deg) translateY(-8px)}.hero-note{position:absolute;left:50%;bottom:-1.4rem;transform:translate(-50%);display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem;width:min(92%,34rem);padding:.55rem;border:1px solid rgba(255,255,255,.58);border-radius:999px;background:#172321e0;color:var(--test-cream);box-shadow:0 20px 45px #1723212e}.hero-note span{padding:.55rem .75rem;font-size:.7rem}.section{padding-block:clamp(5rem,9vw,9rem)}.section-head{max-width:50rem}.section-head.centered{margin-inline:auto;text-align:center}.section-head>p{margin:1.25rem 0 0}.symptom-grid,.market-grid,.usage-grid{display:grid;gap:1rem;margin-top:2.5rem}.symptom-card,.lever-card,.market-card,.routine-product,.usage-card,.week-panel,.faq-card,.disclosure{border:1px solid rgba(255,255,255,.58);background:#fffaf2c2;box-shadow:0 18px 60px #17232114;backdrop-filter:blur(18px)}.symptom-card{min-height:14rem;display:flex;flex-direction:column;justify-content:space-between;border-radius:var(--test-radius);padding:1.4rem}.number{color:var(--test-gold);font-size:.78rem;font-weight:700}.symptom-card p{margin:2rem 0 0;color:var(--test-ink);font-size:clamp(1.1rem,1.5vw,1.4rem);line-height:1.35}.split{display:grid;gap:2rem}.lever-stack{display:grid;gap:1rem}.lever-card,.explain-card,.market-card,.usage-card,.faq-card{border-radius:var(--test-radius);padding:1.35rem}.lever-card span{color:var(--test-clay);font-family:var(--font-mono);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.lever-card h3,.week-panel h3{margin:.6rem 0;font-size:clamp(1.45rem,2.4vw,2.2rem);letter-spacing:-.04em}.lever-card p,.market-card p,.usage-card div,.faq-card p{color:var(--test-muted)}.explain-card{border:1px solid var(--test-line);background:#172321e6;color:var(--test-cream)}.explain-card summary,.market-card summary,.usage-card summary,.faq-card summary{cursor:pointer;list-style:none}.explain-card summary::-webkit-details-marker,.market-card summary::-webkit-details-marker,.usage-card summary::-webkit-details-marker,.faq-card summary::-webkit-details-marker{display:none}.explain-card summary,.usage-card summary,.faq-card summary{display:flex;justify-content:space-between;gap:1rem;font-family:var(--font-display);font-weight:800}.explain-card summary:after,.usage-card summary:after,.faq-card summary:after,.market-card summary:after{content:"+";flex:0 0 auto;transition:transform .2s ease}.explain-card[open] summary:after,.usage-card[open] summary:after,.faq-card[open] summary:after,.market-card[open] summary:after{transform:rotate(45deg)}.explain-card div,.usage-card div,.faq-card p{margin-top:1rem}.market-grid{align-items:start}.market-card summary{display:grid;grid-template-columns:1fr auto;gap:1rem}.market-card strong{display:block;font-family:var(--font-display);font-size:1.2rem}.market-card em{display:block;margin-top:.35rem;color:var(--test-muted);font-size:.95rem;font-style:normal;line-height:1.5}.routine-panel{display:grid;margin-top:2.5rem;overflow:hidden;border:1px solid rgba(255,255,255,.62);border-radius:clamp(1.6rem,3vw,3rem);background:#fffaf2d6;box-shadow:var(--test-shadow)}.routine-product{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;border:0;border-top:1px solid var(--test-line);border-radius:0;box-shadow:none;padding:clamp(1.5rem,3vw,2.5rem);background:transparent}.routine-product:first-child{border-top:0}.routine-image{height:13rem;display:flex;align-items:flex-end}.routine-image img{max-height:13rem;width:auto;filter:drop-shadow(0 24px 20px rgba(23,35,33,.12))}.routine-product span{color:var(--test-sage-deep);font-size:.72rem;font-weight:700}.routine-product h3{margin:0;font-size:clamp(1.25rem,2vw,1.7rem);letter-spacing:-.04em}.routine-product p{max-width:18rem;margin:0;color:var(--test-muted);font-size:.98rem}.routine-product strong{margin-top:auto}.routine-product a{min-height:46px;display:inline-flex;align-items:center;justify-content:center;margin-top:.3rem;padding-inline:1.1rem;border-radius:999px;background:var(--test-clay);color:#fffaf2;text-decoration:none;font-family:var(--font-mono);font-size:.8rem;font-weight:700}.usage-card{background:#fffaf299}.usage-card ol{padding-left:1.2rem}.usage-note{border-left:2px solid var(--test-gold);padding-left:.85rem}.week-panel{display:grid;gap:1.5rem;margin-top:2rem;border-radius:var(--test-radius);padding:clamp(1.4rem,3vw,2rem)}.week-panel dl{margin:0}.week-panel dl>div{display:grid;gap:.3rem;padding-block:.85rem;border-top:1px solid var(--test-line)}.week-panel dl>div:first-child{border-top:0}.week-panel dt{font-weight:800}.week-panel dd{margin:0;color:var(--test-muted)}.faq-list{display:grid;gap:.8rem}.faq-card{background:#fffaf2a3}.disclosure{display:grid;gap:1.5rem;margin-block:2rem clamp(4rem,7vw,7rem);border-radius:clamp(1.6rem,3vw,3rem);padding:clamp(1.6rem,4vw,3rem);background:#172321eb;color:var(--test-cream)}.disclosure .kicker{color:var(--test-gold)}.disclosure h2{margin:0;color:var(--test-cream);font-size:clamp(2rem,4vw,4rem);line-height:.95;letter-spacing:-.05em}.disclosure-copy p{color:#fffaf2bd}.test-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-block:2rem;border-top:1px solid var(--test-line);color:var(--test-muted);font-size:.9rem}.test-footer img{width:142px;height:auto}@media(min-width:760px){.hero-grid,.split,.disclosure{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}.symptom-grid,.usage-grid{grid-template-columns:repeat(3,1fr)}.market-grid{grid-template-columns:repeat(2,1fr)}.routine-panel{grid-template-columns:repeat(3,1fr)}.routine-product{border-top:0;border-left:1px solid var(--test-line)}.routine-product:first-child{border-left:0}.week-panel{grid-template-columns:.55fr 1fr;align-items:start}.week-panel dl>div{grid-template-columns:12rem 1fr;gap:1rem}.sticky-copy{position:sticky;top:7.5rem}}@media(max-width:900px){.site-shell{grid-template-columns:1fr auto;border-radius:28px}.nav{display:none}}@media(max-width:620px){.site-shell,.hero,.section,.disclosure,.test-footer{width:min(100% - 1rem,1180px)}.brand span{display:none}.hero h1{font-size:clamp(3rem,15vw,4.15rem)}.hero-actions{align-items:stretch;flex-direction:column}.button,.nav-cta{width:100%}.product-stage{min-height:29rem}.hero-product img{width:clamp(7.5rem,34vw,10rem)}.hero-product-1{left:3%}.hero-product-2{left:32%}.hero-product-3{right:2%}}@media(prefers-reduced-motion:reduce){.test-page *,.test-page *:before,.test-page *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
