:root{--ink:#11110f;--paper:#f3efe6;--cream:#e9ddc8;--muted:#68655f;--line:rgba(17,17,15,.16);--accent:#e9c98f;--radius:14px;--shadow:0 16px 45px rgba(0,0,0,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#292927;color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}.page-shell{max-width:1180px;margin:auto;background:var(--paper);overflow:hidden}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.trust-strip{min-height:34px;background:#0d0d0c;color:#fff;display:flex;justify-content:center;gap:clamp(16px,5vw,70px);align-items:center;padding:8px 18px;font-size:10px;letter-spacing:.04em;text-transform:uppercase}.site-header{height:68px;padding:0 clamp(18px,4vw,54px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;border-bottom:1px solid var(--line);background:rgba(243,239,230,.96);position:relative;z-index:20}.brand{font:900 25px/1 Arial Black,Arial,sans-serif;letter-spacing:-.08em;font-style:italic}.brand span{color:#9d7640}.site-header nav{display:flex;justify-content:center;gap:34px;font-size:12px;font-weight:700}.header-cta,.primary-btn,.submit-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;border:0;border-radius:999px;font-weight:900;cursor:pointer}.header-cta{background:var(--ink);color:white;padding:11px 18px;font-size:11px}.menu-toggle{display:none}.hero{height:min(76vw,720px);min-height:590px;position:relative;background:#121210}.hero>img{width:100%;height:100%;object-fit:cover;object-position:center 38%}.hero-shade,.final-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,9,.88) 0%,rgba(10,10,9,.5) 42%,rgba(10,10,9,.04) 72%)}.hero-copy{position:absolute;left:clamp(24px,6vw,76px);top:50%;transform:translateY(-49%);color:#fff;max-width:430px}.eyebrow,.kicker{font-size:11px;letter-spacing:.16em;font-weight:900;margin:0 0 10px}.hero h1,.section h2,.final-cta h2{font-family:Arial Black,Impact,sans-serif;text-transform:uppercase;letter-spacing:-.065em;line-height:.83;margin:0}.hero h1{font-size:clamp(64px,9vw,124px)}.hero-sub{max-width:300px;line-height:1.4;font-weight:600;margin:17px 0 9px}.price-line{display:flex;align-items:center;gap:12px;margin-bottom:18px}.price-line strong{font:900 35px Arial Black,Arial}.price-line del{opacity:.55}.primary-btn{width:max-content;background:var(--accent);color:#111;padding:15px 20px;font-size:13px}.micro-proof{display:flex;gap:15px;margin-top:15px;font-size:10px}.section{padding:64px clamp(20px,5vw,70px)}.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:28px}.section h2,.final-cta h2{font-size:clamp(37px,5vw,66px)}.kicker{color:#756546}.stock-pill,.step-badge,.rating{background:var(--ink);color:white;border-radius:99px;padding:8px 12px;font-size:10px;font-weight:900}.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.offer-card{position:relative;min-width:0;min-height:250px;border:1px solid var(--line);background:#f8f5ee;border-radius:var(--radius);padding:28px 14px 16px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;cursor:pointer;transition:.2s}.offer-card:hover{transform:translateY(-3px)}.offer-card.active{border:2px solid var(--ink);box-shadow:var(--shadow)}.offer-card i{width:15px;height:15px;border:1px solid #777;border-radius:50%;position:absolute;right:12px;bottom:14px}.offer-card.active i{border:4px solid var(--ink)}.popular{position:absolute;top:10px;background:var(--ink);color:#fff;border-radius:99px;padding:5px 8px;font-size:8px;font-weight:900}.product-combo{height:132px;display:flex;align-items:center;justify-content:center}.product-combo img{width:42%;height:110px;object-fit:contain}.product-combo b{font-size:20px}.solo-product{width:80%;height:145px;object-fit:contain}.offer-name{font-size:10px;font-weight:900;margin:7px 0}.offer-card strong{font:900 23px Arial Black,Arial}.order-section{background:#121211;color:#fff}.section-head.light .kicker{color:var(--accent)}.step-badge{background:#fff;color:#111}.order-card{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}.order-card form,.summary{border-radius:var(--radius);background:#1e1e1c;padding:22px}.order-card form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.order-card label{display:grid;gap:7px;font-size:10px;font-weight:900;color:#d8d8d2}.order-card label em{font-weight:400}.order-card input,.order-card select{width:100%;border:1px solid #3c3c38;border-radius:9px;background:#2b2b29;color:#fff;padding:13px 14px;outline:0}.order-card input:focus,.order-card select:focus{border-color:var(--accent)}.quantity-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0 0;font-size:11px;font-weight:900}.qty{display:flex;align-items:center;background:#2b2b29;border-radius:99px}.qty button{width:34px;height:34px;border:0;background:transparent;color:#fff;font-size:18px;cursor:pointer}.qty output{min-width:28px;text-align:center}.submit-btn{border-radius:9px;background:var(--accent);padding:15px 18px;color:#111;grid-column:1/-1}.form-note{font-size:9px;color:#aaa;margin:0;grid-column:1/-1;text-align:center}.summary{background:var(--cream);color:#111}.summary-title{font-size:11px;font-weight:900;letter-spacing:.12em;margin:0 0 20px}.summary-product{display:flex;gap:13px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:15px}.summary-product img{width:76px;height:65px;object-fit:contain;background:#fff;border-radius:9px}.summary-product div{display:grid;gap:5px}.summary-product span{font-size:11px}.summary-line,.summary-total{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.summary-line.delivery b{color:#496843}.summary-total{align-items:end}.summary-total strong{font:900 29px Arial Black,Arial}.summary ul{list-style:none;margin:15px 0 0;padding:0;font-size:10px;line-height:1.9}.benefits{background:#151514;color:#fff;display:grid;grid-template-columns:repeat(3,1fr);padding:28px clamp(20px,5vw,70px)}.benefits article{text-align:center;padding:12px 20px;border-right:1px solid #3b3b38}.benefits article:last-child{border:0}.benefits span{font-size:29px}.benefits b{font-size:11px;display:block;margin:7px}.benefits p{color:#aaa;margin:0;font-size:10px}.lead{max-width:500px;line-height:1.6;color:var(--muted)}.product-showcase{display:grid;grid-template-columns:1.35fr 1fr;gap:12px;margin-top:25px}.product-showcase figure,.lifestyle-grid figure{margin:0;position:relative;overflow:hidden;border-radius:var(--radius);background:#fff}.product-showcase img{width:100%;height:350px;object-fit:contain}.product-showcase figcaption,.lifestyle-grid figcaption{position:absolute;left:12px;bottom:12px;background:#111;color:#fff;border-radius:99px;padding:7px 10px;font-size:9px;font-weight:900}.detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}.detail-grid article{background:#e7e0d4;border-radius:12px;padding:8px 8px 14px}.detail-crop{height:125px;overflow:hidden;border-radius:8px;background:#fff}.detail-crop img{width:100%;height:100%;object-fit:cover}.detail-grid b{font-size:9px;display:block;margin:10px 2px 4px}.detail-grid p{font-size:9px;line-height:1.35;margin:0 2px;color:#635f58}.use-section{background:#ded7ca}.use-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;list-style:none;padding:0;margin:0 0 28px}.use-steps li{display:flex;align-items:flex-start;gap:10px;background:#f3efe6;padding:16px;border-radius:12px}.use-steps span{flex:0 0 27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-weight:900}.use-steps p{font-size:11px;line-height:1.4;margin:0}.lifestyle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.lifestyle-grid figure{height:390px}.lifestyle-grid img{width:100%;height:100%;object-fit:cover}.reviews-section{background:#f8f5ee}.review-track{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.review-track article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px}.review-top{display:flex;align-items:center;gap:10px}.review-top>span{width:36px;height:36px;border-radius:50%;background:#252522;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900}.review-top div{display:grid}.review-top small{color:#c08d38;letter-spacing:.08em}.review-track p{font-size:11px;line-height:1.55}.review-track em{font-size:9px;color:#55704f}.delivery-section{display:grid;grid-template-columns:repeat(3,1fr);background:#0f0f0e;color:white;padding:25px clamp(20px,5vw,70px)}.delivery-section article{display:flex;gap:11px;align-items:center;justify-content:center;border-right:1px solid #383834}.delivery-section article:last-child{border:0}.delivery-section span{font-size:23px}.delivery-section b{font-size:9px}.delivery-section p{font-size:9px;color:#aaa;margin:3px 0}.faq-section{background:#ebe5da}.faq-list{display:grid;gap:7px}.faq-list details{background:#f8f6f1;border-radius:8px;border:1px solid rgba(0,0,0,.06)}.faq-list summary{list-style:none;cursor:pointer;padding:15px 17px;font-size:12px;font-weight:800;display:flex;justify-content:space-between}.faq-list summary:after{content:'+';font-size:18px}.faq-list details[open] summary:after{content:'−'}.faq-list p{font-size:11px;line-height:1.55;color:var(--muted);padding:0 17px 15px;margin:0}.final-cta{height:440px;position:relative;background:#111;color:#fff}.final-cta>img{width:100%;height:100%;object-fit:cover;object-position:center 28%}.final-cta>div:last-child{position:absolute;z-index:2;top:50%;left:clamp(22px,5vw,70px);transform:translateY(-50%)}.final-cta .kicker{color:var(--accent)}.final-cta p:not(.kicker){font-size:12px}.light-btn{margin-top:12px}footer{background:#0e0e0d;color:#fff;padding:32px clamp(20px,5vw,70px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px}footer p{font-size:10px;color:#999}footer div{display:flex;gap:16px;font-size:10px}footer small{grid-column:1/-1;color:#686864;font-size:8px}.sticky-cta{display:none}dialog{border:0;border-radius:18px;width:min(90%,420px);padding:30px;text-align:center;box-shadow:0 30px 80px rgba(0,0,0,.35)}dialog::backdrop{background:rgba(0,0,0,.75)}.dialog-close{position:absolute;right:12px;top:8px;border:0;background:transparent;font-size:27px;cursor:pointer}.success-icon{width:52px;height:52px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#dbe9d9;color:#2d6130;font-size:27px;font-weight:900}dialog h2{font:900 26px Arial Black,Arial;text-transform:uppercase}dialog .submit-btn{width:100%}
@media(max-width:700px){body{background:var(--paper);padding-bottom:74px}.page-shell{width:100%}.trust-strip{justify-content:flex-start;overflow:auto;white-space:nowrap;height:31px;padding:7px 13px;font-size:8px;scrollbar-width:none}.site-header{height:56px;padding:0 15px;grid-template-columns:auto 1fr auto}.site-header nav{display:none;position:absolute;left:12px;right:12px;top:58px;background:#f7f4ed;border-radius:12px;padding:15px;box-shadow:var(--shadow);flex-direction:column;gap:13px}.site-header nav.open{display:flex}.menu-toggle{display:block;justify-self:center;border:0;background:transparent;font-size:10px;font-weight:900;text-transform:uppercase}.header-cta{padding:9px 12px;font-size:9px}.hero{height:730px;min-height:0}.hero>img{object-position:62% center}.hero-shade{background:linear-gradient(0deg,rgba(9,9,8,.93) 0%,rgba(9,9,8,.6) 40%,rgba(9,9,8,.07) 68%)}.hero-copy{left:18px;right:18px;top:auto;bottom:28px;transform:none;max-width:none}.hero h1{font-size:60px}.hero-sub{font-size:13px;margin:11px 0 8px}.price-line strong{font-size:30px}.primary-btn{width:100%}.micro-proof{font-size:9px;justify-content:space-between}.section{padding:44px 16px}.section-head{margin-bottom:20px}.section h2,.final-cta h2{font-size:39px}.stock-pill{font-size:8px;white-space:nowrap}.offer-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 1px 16px;scrollbar-width:none}.offer-card{flex:0 0 78%;min-height:260px;scroll-snap-align:center}.offer-card:not(.active){flex-basis:66%}.order-card{grid-template-columns:1fr}.order-card form{grid-template-columns:1fr;padding:16px}.order-card label,.quantity-row,.submit-btn,.form-note{grid-column:1}.summary{padding:18px}.benefits{grid-template-columns:1fr;padding:10px 16px}.benefits article{display:grid;grid-template-columns:45px 1fr;text-align:left;align-items:center;border-right:0;border-bottom:1px solid #343430;padding:14px 0}.benefits article:last-child{border-bottom:0}.benefits span{grid-row:1/3}.benefits b{margin:0}.product-showcase{grid-template-columns:1fr}.product-showcase img{height:280px}.detail-grid{grid-template-columns:1fr 1fr}.detail-crop{height:140px}.use-steps{grid-template-columns:1fr}.lifestyle-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.lifestyle-grid figure{flex:0 0 78%;height:430px;scroll-snap-align:center}.review-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.review-track article{flex:0 0 84%;scroll-snap-align:center}.delivery-section{grid-template-columns:1fr;padding:12px 16px}.delivery-section article{justify-content:flex-start;border-right:0;border-bottom:1px solid #353532;padding:13px}.delivery-section article:last-child{border-bottom:0}.final-cta{height:520px}.final-cta>img{object-position:45% center}.final-shade{background:linear-gradient(0deg,rgba(9,9,8,.96),rgba(9,9,8,.28))}.final-cta>div:last-child{left:18px;right:18px;top:auto;bottom:27px;transform:none}footer{grid-template-columns:1fr;text-align:center;justify-items:center;padding-bottom:35px}footer small{grid-column:1}.sticky-cta{position:fixed;z-index:50;display:flex;align-items:center;justify-content:space-between;left:10px;right:10px;bottom:10px;background:#e9c98f;color:#111;border-radius:14px;padding:11px 15px;box-shadow:0 8px 28px rgba(0,0,0,.28)}.sticky-cta span{display:grid}.sticky-cta b{font:900 18px Arial Black,Arial}.sticky-cta small{font-size:8px}.sticky-cta strong{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.offer-card{transition:none}}

/* Multi-product cart */
.offer-help{margin:-12px 0 18px;color:var(--muted);font-size:13px;line-height:1.5}.offer-card{cursor:default}.offer-card i{display:none}.offer-qty{display:grid;grid-template-columns:38px 44px 38px;align-items:center;margin-top:13px;background:var(--ink);color:#fff;border-radius:999px;overflow:hidden}.offer-qty button{width:38px;height:38px;border:0;background:transparent;color:#fff;font-size:21px;font-weight:800;cursor:pointer}.offer-qty button:active{background:rgba(255,255,255,.15)}.offer-qty output{text-align:center;font-weight:900}.summary-product{padding:10px 0}.summary-product:first-child{padding-top:0}.summary-product div{flex:1}.summary-product>strong{font-size:12px;white-space:nowrap}.empty-cart{padding:17px;border:1px dashed rgba(17,17,15,.25);border-radius:9px;color:var(--muted);font-size:12px;text-align:center}.cart-error{grid-column:1/-1;margin:0;color:#f3c2b8;font-size:12px;font-weight:700}
@media(max-width:700px){.offer-card,.offer-card:not(.active){flex-basis:78%}.offer-help{font-size:12px}.offer-qty{grid-template-columns:44px 52px 44px}.offer-qty button{width:44px;height:42px}.summary-product img{width:62px;height:56px}}
