:root{--ink:#17211d;--muted:#6c756f;--cream:#f3f1ec;--paper:#fbfaf7;--line:#d9ddd7;--orange:#e6532d;--green:#263d32;--dark:#18241e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:20;background:rgba(251,250,247,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{max-width:1240px;margin:auto;min-height:80px;padding:0 28px;display:flex;align-items:center;gap:36px}.brand img{width:164px;height:auto}.desktop-nav{display:flex;align-items:center;gap:24px;font-size:13px;font-weight:600;flex:1}.desktop-nav a:hover,.text-link:hover{color:var(--orange)}.header-actions{display:flex;align-items:center;gap:12px}.icon-button{font-size:24px;line-height:1;width:34px;height:34px;display:grid;place-items:center}.cart-link{border-left:1px solid var(--line);padding-left:18px;font-weight:700;font-size:14px}.cart-link span{display:inline-grid;place-items:center;background:var(--orange);color:#fff;border-radius:50%;min-width:21px;height:21px;font-size:11px;margin-left:4px}.menu-button{display:none;border:0;background:transparent;font-size:24px}.mobile-nav{display:none}.hero{min-height:650px;max-width:1440px;margin:auto;background:var(--dark);color:#f7f6f1;padding:96px max(7vw,28px) 88px;display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden}.hero-copy{max-width:620px;position:relative;z-index:2}.eyebrow{margin:0 0 18px;color:var(--orange);font-size:11px;letter-spacing:.19em;font-weight:700}.hero h1,h2{font-family:'Space Grotesk',sans-serif;line-height:1.02;letter-spacing:-.055em;margin:0}.hero h1{font-size:clamp(45px,5.3vw,78px)}em{font-style:normal;color:var(--orange)}.hero-intro{max-width:515px;color:#bcc6bd;font-size:17px;margin:28px 0}.button-row{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;padding:14px 20px;border-radius:2px;font-size:13px;font-weight:700;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--orange);color:#fff}.button-primary:hover{background:#f0643d}.button-ghost{border:1px solid #68766b;color:#f7f6f1}.button-light{background:#f4f1e9;color:var(--green)}.hero-note{display:flex;align-items:center;gap:12px;margin-top:50px;color:#9da99f;font-size:12px}.hero-note strong{color:#f7f6f1;font-size:13px}.note-mark{color:var(--orange);border:1px solid var(--orange);border-radius:50%;width:24px;height:24px;display:grid;place-items:center}.hero-visual{height:520px;position:relative;display:grid;place-items:center}.hero-visual:after{content:'';position:absolute;width:390px;height:120px;border-radius:50%;background:#08110d;bottom:55px;filter:blur(15px)}.hero-visual img{position:relative;z-index:2;width:min(520px,100%);filter:drop-shadow(0 25px 20px rgba(0,0,0,.4));animation:float 6s ease-in-out infinite}.hero-ring{position:absolute;width:470px;height:470px;border:1px solid rgba(230,83,45,.4);border-radius:50%}.trust-strip{max-width:1240px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);padding:25px 28px}.trust-strip div{padding:4px 24px;border-right:1px solid var(--line);display:grid;grid-template-columns:38px 1fr;column-gap:8px}.trust-strip div:first-child{padding-left:0}.trust-strip div:last-child{border:0}.trust-strip span{grid-row:1/3;color:var(--orange);font:600 12px 'Space Grotesk'}.trust-strip strong{font-size:13px}.trust-strip small{color:var(--muted);font-size:11px}.section{max-width:1240px;margin:auto;padding:110px 28px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.section-heading h2,.why-section h2,.faq-heading h2{font-size:clamp(38px,4vw,57px)}.text-link{font-weight:700;font-size:13px}.text-link span,.button span{font-size:20px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.category-card{min-height:400px;background:#e7e6df;position:relative;overflow:hidden;padding:28px;display:flex;align-items:end}.category-card:before{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,29,24,.84),transparent 65%);z-index:1}.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.category-card:hover img{transform:scale(1.05)}.category-card>div{position:relative;z-index:2;color:#fff}.category-card>div>span{color:#ed795d;font:600 12px 'Space Grotesk'}.category-card h3{font:600 25px 'Space Grotesk';margin:5px 0}.category-card p{font-size:12px;color:#d5ddd5;max-width:250px;margin:0 0 17px}.category-card b{font-size:12px}.category-card i{font-style:normal;color:var(--orange);font-size:18px;margin-left:8px}.category-card-dark{background:var(--green)}.category-card-accent{background:var(--orange)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-loading{grid-column:1/-1;color:var(--muted);padding:35px 0}.product-card{background:#fff;border:1px solid var(--line);min-width:0;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(23,33,29,.08)}.product-media{position:relative;background:#f0f0eb;aspect-ratio:1/1;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .4s}.product-card:hover .product-media img{transform:scale(1.06)}.product-tag{position:absolute;top:12px;left:12px;background:var(--orange);color:#fff;padding:4px 8px;font-size:10px;font-weight:700;z-index:1}.product-body{padding:18px;display:flex;flex:1;flex-direction:column}.product-body h3{font:600 17px 'Space Grotesk';line-height:1.2;margin:0 0 7px}.product-body p{color:var(--muted);font-size:12px;line-height:1.45;margin:0 0 17px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}.product-price{font-weight:700;font-size:16px}.product-rating{color:#b46b2c;font-size:11px;margin-bottom:14px}.product-add{border:0;background:var(--green);color:#fff;padding:10px 12px;font:700 11px 'DM Sans';cursor:pointer}.product-add:hover{background:var(--orange)}.product-add:disabled{opacity:.7}.goal-section{background:var(--orange);color:#fff;display:grid;grid-template-columns:1fr 1.2fr;padding:95px max(7vw,28px);gap:80px}.goal-intro{max-width:420px}.goal-intro h2,.final-cta h2{font-size:clamp(42px,4.5vw,64px)}.goal-intro p:not(.eyebrow),.final-cta p:not(.eyebrow){color:#ffe0d5;font-size:16px;margin:25px 0 30px}.goal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(255,255,255,.35)}.goal-grid a{min-height:130px;padding:23px;background:var(--orange);display:flex;flex-direction:column;justify-content:space-between}.goal-grid a:last-child{grid-column:span 2}.goal-grid a:hover{background:#d94926}.goal-grid strong{font:600 21px 'Space Grotesk'}.goal-grid span{font-size:12px;color:#ffe0d5}.goal-grid i{font-style:normal;font-size:18px;margin-left:6px}.feature-split{display:grid;grid-template-columns:1.08fr .92fr;max-width:1240px;margin:110px auto;padding:0 28px;min-height:520px}.feature-image{background:#e5e4dc;overflow:hidden}.feature-image img{width:100%;height:100%;object-fit:contain}.feature-copy{background:var(--green);color:#fff;padding:clamp(35px,6vw,90px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.feature-copy h2{font-size:clamp(40px,4vw,58px)}.feature-copy>p:not(.eyebrow){color:#c1ccc2;margin:25px 0 31px;max-width:400px}.why-section{display:grid;grid-template-columns:1fr 1fr;gap:100px;background:var(--cream);max-width:none;padding-left:max(7vw,28px);padding-right:max(7vw,28px)}.why-copy{max-width:500px}.why-copy>p:not(.eyebrow){color:var(--muted);margin:28px 0}.why-list>div{display:grid;grid-template-columns:45px 1fr;gap:12px;padding:20px 0;border-bottom:1px solid var(--line)}.why-list>div>span{color:var(--orange);font:600 12px 'Space Grotesk'}.why-list h3{font:600 18px 'Space Grotesk';margin:0 0 6px}.why-list p{font-size:13px;color:var(--muted);margin:0}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.guide-card{background:#fff;border:1px solid var(--line)}.guide-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.guide-card div{padding:20px}.guide-card small{color:var(--orange);font-size:10px;text-transform:uppercase;font-weight:700;letter-spacing:.1em}.guide-card h3{font:600 19px 'Space Grotesk';line-height:1.25;margin:9px 0}.guide-card p{font-size:12px;color:var(--muted);margin:0}.guide-card b{display:block;font-size:12px;margin-top:18px}.faq-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:100px;background:var(--cream);max-width:none;padding-left:max(7vw,28px);padding-right:max(7vw,28px)}.faq-list details{border-bottom:1px solid var(--line);padding:19px 0}.faq-list summary{cursor:pointer;font:600 16px 'Space Grotesk';list-style:none;display:flex;justify-content:space-between;gap:15px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';color:var(--orange);font-size:20px}.faq-list details[open] summary:after{content:'−'}.faq-list p{color:var(--muted);font-size:13px;margin:13px 25px 0 0}.faq-list a{color:var(--orange);text-decoration:underline}.final-cta{background:var(--green);color:#fff;text-align:center;padding:115px 28px}.final-cta p:not(.eyebrow){max-width:470px;margin:25px auto 31px}.site-footer{background:#121b17;color:#d6dfd6;padding:70px max(7vw,28px) 25px}.footer-top{max-width:1240px;margin:auto;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px;padding-bottom:60px}.footer-brand img{width:160px;filter:brightness(0) invert(1);opacity:.9}.footer-brand p{color:#89968c;font-size:13px;max-width:220px}.site-footer h3{color:#fff;font:600 13px 'Space Grotesk';margin:0 0 18px}.site-footer a{display:block;color:#9eaaa1;font-size:12px;margin:9px 0}.site-footer a:hover{color:var(--orange)}.footer-bottom{max-width:1240px;margin:auto;border-top:1px solid #354139;padding-top:22px;color:#718078;font-size:11px;display:flex;justify-content:space-between}.footer-bottom span:last-child{display:flex;gap:8px}.cart-toast{position:fixed;right:24px;bottom:24px;background:var(--green);color:#fff;padding:14px 18px;transform:translateY(120px);opacity:0;transition:.25s;z-index:30;font-size:13px}.cart-toast.show{transform:none;opacity:1}@keyframes float{50%{transform:translateY(-12px)}}
@media(max-width:980px){.desktop-nav{gap:13px;font-size:11px}.account-link{display:none}.hero{padding-top:70px;padding-bottom:70px}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.goal-section{gap:45px}.why-section,.faq-section{gap:45px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-visual img{animation:none}.button,.product-card,.product-media img{transition:none}}
:focus-visible{outline:3px solid #f5a18c;outline-offset:3px}
:root{--ink:#111111;--muted:#666666;--cream:#f7f7f7;--paper:#ffffff;--line:#dedede;--orange:#d71920;--green:#111111;--dark:#080808}:focus-visible{outline-color:#d71920}
.hero-ring{border-color:rgba(215,25,32,.45)}
@media(max-width:680px){.header-inner{min-height:68px;padding:0 18px;gap:12px}.brand img{width:145px}.desktop-nav,.account-link{display:none}.header-actions{margin-left:auto}.menu-button{display:block}.mobile-nav{padding:0 18px 18px;display:none;flex-direction:column;gap:2px}.mobile-nav.open{display:flex}.mobile-nav a{padding:10px 0;border-top:1px solid var(--line);font-size:13px;font-weight:600}.hero{display:block;min-height:0;padding:70px 24px 35px}.hero h1{font-size:47px}.hero-intro{font-size:15px}.hero-note{margin-top:35px}.hero-visual{height:310px;margin-top:15px}.hero-ring{width:280px;height:280px}.hero-visual img{width:310px}.trust-strip{grid-template-columns:repeat(2,1fr);padding:16px 18px;gap:0}.trust-strip div{padding:14px 10px;border-bottom:1px solid var(--line)}.trust-strip div:nth-child(2){border-right:0}.trust-strip div:nth-child(3){padding-left:0}.trust-strip div:last-child{padding-right:0}.section{padding:75px 18px}.section-heading{display:block;margin-bottom:28px}.section-heading .text-link{display:block;margin-top:20px}.section-heading h2,.why-section h2,.faq-heading h2{font-size:42px}.category-grid{grid-template-columns:1fr;gap:10px}.category-card{min-height:330px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-body{padding:12px}.product-body h3{font-size:14px}.product-body p{font-size:11px}.product-meta{display:block}.product-price{margin-bottom:10px}.product-add{width:100%;padding:11px 5px}.goal-section{display:block;padding:75px 24px}.goal-grid{margin-top:45px}.goal-grid a{min-height:110px;padding:17px}.goal-grid strong{font-size:17px}.feature-split{display:flex;flex-direction:column;margin:75px auto;padding:0 18px}.feature-image{height:300px}.feature-copy{padding:48px 25px}.feature-copy h2{font-size:42px}.why-section,.faq-section{display:block;padding-left:18px;padding-right:18px}.why-list,.faq-list{margin-top:45px}.guide-grid{grid-template-columns:1fr}.final-cta{padding:80px 24px}.final-cta h2{font-size:47px}.footer-top{grid-template-columns:1fr 1fr;gap:30px;padding-bottom:40px}.footer-brand{grid-column:span 2}.footer-bottom{display:block;line-height:2}.footer-bottom span:last-child{display:block}.cart-toast{left:18px;right:18px;bottom:18px;text-align:center}}
