@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#173c35;--forest:#0c2d29;--mint:#c7e2d4;--paper:#f6f4ee;--line:#d8dfd7;--white:#fffdf8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.announcement{background:var(--forest);color:var(--paper);display:flex;justify-content:center;gap:2rem;padding:.6rem 1rem;font:11px 'DM Mono',monospace;letter-spacing:.08em;text-transform:uppercase}.announcement a{color:var(--mint)}.site-header{align-items:center;display:flex;justify-content:space-between;max-width:1220px;margin:auto;padding:1.35rem 2rem}.brand{align-items:center;display:flex;gap:.65rem;font-size:1.1rem;font-weight:800;letter-spacing:-.04em}.brand-mark{align-items:center;background:var(--ink);border-radius:50%;color:var(--paper);display:inline-flex;font-family:Georgia,serif;font-size:1.25rem;height:31px;justify-content:center;width:31px}.site-header nav{display:flex;gap:2rem;font-size:.78rem}.header-cta{border-bottom:1px solid var(--ink);font-size:.78rem;font-weight:700;padding-bottom:3px}.section-wrap{max-width:1220px;margin:auto;padding:7rem 2rem}.hero{align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr;min-height:650px;padding-top:5rem}.eyebrow{font:11px 'DM Mono',monospace;letter-spacing:.1em;text-transform:uppercase}.hero h1,h2{font-size:clamp(3rem,6vw,6.8rem);letter-spacing:-.08em;line-height:.98;margin:1.4rem 0}.hero h1 em,h2 em{font-family:Georgia,serif;font-weight:400}.hero-text{font-size:1.1rem;max-width:500px}.hero-actions{align-items:center;display:flex;gap:1.5rem;margin-top:2rem}.button{display:inline-block;font-size:.78rem;font-weight:800;padding:1rem 1.4rem}.button-primary{background:var(--ink);color:var(--paper)}.button-dark{background:var(--forest);color:var(--paper)}.button-light{background:var(--paper);color:var(--forest)}.text-link{border-bottom:1px solid currentColor;font-size:.78rem;font-weight:700;padding-bottom:4px}.reassurance{font:11px 'DM Mono',monospace;margin-top:2.3rem}.hero-visual{background:var(--mint);min-height:550px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-visual img{max-height:470px;max-width:90%;object-fit:contain;position:relative}.image-wash{background:rgba(255,253,248,.45);height:320px;position:absolute;transform:rotate(-12deg);width:650px}.intro{border-top:1px solid var(--line)}.intro-grid,.section-heading,.lifestyle-section{display:grid;gap:4rem;grid-template-columns:1.2fr .8fr}.intro-grid h2,.section-heading h2,.lifestyle-copy h2,.faq-intro h2{font-size:clamp(2.8rem,5vw,5.5rem);margin-top:.8rem}.intro-grid p,.section-heading>p,.lifestyle-copy>p{max-width:430px}.benefits-section,.steps-section,.why-section{background:var(--mint)}.section-heading{align-items:end}.benefit-grid,.steps-grid,.why-grid,.quote-grid{display:grid;gap:1px;grid-template-columns:repeat(4,1fr);margin-top:4rem}.benefit-card{background:var(--paper);min-height:270px;padding:1.8rem;position:relative}.benefit-card span,.steps-grid span{font:11px 'DM Mono',monospace}.benefit-card h3,.steps-grid h3,.why-card h3{font-size:1.3rem;letter-spacing:-.04em;margin-top:4rem}.benefit-card p,.steps-grid p,.why-card p{font-size:.9rem}.product-showcase{align-items:center;display:grid;gap:6rem;grid-template-columns:1fr 1fr}.showcase-image{background:var(--mint);padding:3rem;text-align:center}.showcase-image img{max-width:100%}.showcase-copy h2{font-size:clamp(3rem,5vw,5.8rem)}.feature-list{list-style:none;margin:2rem 0;padding:0}.feature-list li{border-top:1px solid var(--line);font-size:.85rem;padding:1rem 0}.center-heading{text-align:center}.center-heading h2{font-size:clamp(3rem,5vw,5.8rem)}.steps-grid{grid-template-columns:repeat(3,1fr)}.steps-grid article{padding:2rem}.steps-grid h3{margin-top:5rem}.lifestyle-section{align-items:center}.lifestyle-image img{display:block;height:520px;object-fit:cover;width:100%}.why-section .center-heading{color:var(--forest)}.why-grid{grid-template-columns:repeat(3,1fr)}.why-card{background:var(--paper);padding:2rem;min-height:260px}.why-card.featured{background:var(--forest);color:var(--paper)}.why-card h3{margin-top:4rem}.testimonials{border-bottom:1px solid var(--line)}.quote-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.quote-grid blockquote{border-top:1px solid var(--ink);margin:0;padding-top:1.5rem}.quote-grid p{font-family:Georgia,serif;font-size:1.5rem;line-height:1.3}.quote-grid cite{font:11px 'DM Mono',monospace}.offer-card{align-items:center;background:var(--forest);color:var(--paper);display:grid;grid-template-columns:1fr 1fr;padding:4rem}.offer-card h2{font-size:clamp(2.8rem,5vw,5.5rem)}.offer-card p{max-width:440px}.offer-card small{display:block;font-size:11px;margin-top:1rem}.offer-card img{max-height:420px;max-width:100%;margin:auto}.faq-section{display:grid;gap:7rem;grid-template-columns:.7fr 1.3fr}.faq-item{border-top:1px solid var(--line)}.faq-item button{background:none;border:0;color:inherit;cursor:pointer;display:flex;font:600 1rem Manrope;justify-content:space-between;padding:1.3rem 0;text-align:left;width:100%}.faq-answer{display:none;max-width:600px;padding:0 0 1.3rem}.faq-item.is-open .faq-answer{display:block}.faq-answer p{margin:0;font-size:.9rem}.final-cta{background:var(--mint);padding:9rem 2rem;text-align:center}.final-cta h2{font-size:clamp(3.5rem,8vw,8rem)}footer{background:var(--forest);color:var(--paper);display:grid;gap:3rem;grid-template-columns:1fr 1fr;padding:4rem 2rem}.footer-brand p{font-size:.85rem;max-width:250px}.footer-links{display:flex;gap:1.5rem;justify-content:flex-end;font-size:.8rem}.footer-bottom{border-top:1px solid rgba(246,244,238,.25);display:flex;font:10px 'DM Mono',monospace;grid-column:1/-1;justify-content:space-between;padding-top:1.5rem}.mobile-sticky{display:none}@media(max-width:800px){.announcement{justify-content:space-between}.site-header nav{display:none}.site-header{padding:1rem}.section-wrap{padding:5rem 1.25rem}.hero,.product-showcase,.lifestyle-section,.faq-section,.offer-card{gap:3rem;grid-template-columns:1fr}.hero{padding-top:3rem}.hero-visual{min-height:370px}.hero-actions{align-items:flex-start;flex-direction:column}.intro-grid,.section-heading{grid-template-columns:1fr;gap:1rem}.benefit-grid,.steps-grid,.why-grid,.quote-grid{grid-template-columns:1fr}.benefit-card{min-height:auto}.benefit-card h3,.steps-grid h3,.why-card h3{margin-top:2.5rem}.lifestyle-image img{height:370px}.offer-card{padding:2rem}.offer-card img{max-height:280px}.footer-links{justify-content:flex-start}.footer-bottom{flex-direction:column;gap:.7rem}.mobile-sticky{background:var(--ink);bottom:1rem;color:var(--paper);display:block;font-size:.8rem;font-weight:800;left:1rem;padding:1rem;position:fixed;right:1rem;text-align:center;z-index:5}}
