
:root{--bg:#151715;--panel:#20231f;--lime:#c7ff39;--muted:#a9ada6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--bg);color:#f6f7f3;font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #83b514;outline-offset:5px}button,summary{cursor:pointer}.wrap,header{width:min(1240px,calc(100% - 96px));margin:auto}header{height:100px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #343731}.brand{font-size:24px;letter-spacing:-1px;font-weight:800;line-height:1.1}.brand span{display:block;font-size:10px;letter-spacing:2.3px;font-weight:600;margin-top:8px}nav{display:flex;gap:35px;font-size:14px;color:#b9bdb5}nav a:hover,.text-link:hover{color:var(--lime)}.small-button{border:1px solid #62695b;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:700;display:flex;gap:24px;align-items:center}.small-button:hover{background:var(--lime);color:var(--bg)}.hero{padding-top:55px;padding-bottom:66px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;margin:0 0 28px;display:flex;align-items:center;gap:12px}.line{width:24px;height:2px;background:var(--lime)}h1{font-size:clamp(48px,5.5vw,78px);line-height:1.06;letter-spacing:-3.5px;margin:0 0 26px;font-weight:800}em{font-style:normal;color:var(--lime)}.intro{max-width:410px;color:var(--muted);font-size:17px;margin-bottom:32px}.button{display:flex;align-items:center;justify-content:space-between;gap:25px;width:fit-content;background:var(--lime);color:#182010;padding:18px 24px;border:0;border-radius:6px;font-weight:800;font-size:15px;transition:transform .2s,background .2s}.button:hover{background:#dbff86;transform:translateY(-2px)}.button span{font-size:24px;line-height:1}.hero-bottom{display:flex;gap:48px;margin-top:42px}.hero-bottom>span{font-size:28px;font-weight:700;line-height:1.2}.hero-bottom small{display:block;color:var(--muted);font-size:12px;font-weight:500;margin-top:8px}.hero-visual{background:#f4f5f0;border-radius:12px;color:#20231f;overflow:hidden}.visual-top,.visual-bottom{display:flex;justify-content:space-between;align-items:center;margin:24px 28px;font-size:11px;letter-spacing:1px}.hero-visual>img{display:block;width:100%;height:430px;object-fit:contain;mix-blend-mode:multiply}.visual-bottom{font-size:12px;margin-top:8px}.visual-bottom a{font-size:25px;border:1px solid #c3c9b9;border-radius:50%;width:44px;height:44px;text-align:center}.ticker{background:var(--lime);color:#202a13;display:flex;justify-content:center;align-items:center;gap:44px;padding:18px 24px;font-size:13px;font-weight:800;letter-spacing:1px;overflow:hidden;white-space:nowrap}.ticker b{font-size:24px}.section{padding-top:100px;padding-bottom:90px}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:40px}h2{font-size:44px;line-height:1.16;letter-spacing:-1.8px;margin:0;font-weight:800}.section-heading>p{color:var(--muted);max-width:360px;margin:0}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefits article{background:var(--panel);padding:30px;border-radius:10px;display:flex;flex-direction:column}.card-number{font-size:13px;color:var(--muted)}h3{font-size:25px;line-height:1.3;letter-spacing:-.8px;margin:24px 0 10px}.benefits p{color:var(--muted);font-size:15px;margin-bottom:34px}.benefits article.lime{background:var(--lime);color:#202715}.lime p,.lime .card-number{color:#45542b}.metric{font-size:51px;letter-spacing:-2px;line-height:1;margin-top:auto}.metric small{font-size:13px;letter-spacing:0;display:block;margin-top:13px;font-weight:500}.tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}.tags span{border:1px solid #4c5343;border-radius:30px;padding:7px 11px;font-size:12px}.footnote{color:var(--muted);font-size:12px;margin-top:20px;max-width:780px}.gallery-section{background:#eef0e9;color:#20231f;padding:80px 0}.gallery-count{border:1px solid #bfc5b9;border-radius:30px;padding:9px 18px;font-size:13px;white-space:nowrap}.gallery{display:grid;grid-template-columns:1fr 150px;gap:20px}.gallery-main{background:white;border-radius:12px;position:relative;display:grid;place-items:center;min-height:560px}.gallery-main>img{width:100%;height:560px;object-fit:contain;padding:28px}.gallery-arrow{position:absolute;top:calc(50% - 23px);width:46px;height:46px;border:1px solid #c6cbbf;background:#f1f3ed;border-radius:50%;font-size:20px}.prev{left:20px}.next{right:20px}.thumbs{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-content:start}.thumbs button{background:#fff;border:2px solid transparent;border-radius:7px;padding:3px;overflow:hidden}.thumbs button.active{border-color:#749719}.thumbs img{width:100%;height:80px;object-fit:contain;display:block}.specs{display:grid;grid-template-columns:1fr 1fr;gap:70px;border-bottom:1px solid #363c30}.muted{color:var(--muted)}.text-link{display:inline-block;font-size:14px;font-weight:700;margin-top:25px;border-bottom:1px solid #718451;padding-bottom:7px}dl{margin:0}dl>div{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid #373d30;font-size:15px}dt{color:var(--muted)}dd{margin:0;text-align:right}.faq{display:grid;grid-template-columns:1fr 1fr;gap:70px}.faq details{border-bottom:1px solid #3a4131;padding:20px 0}.faq summary{list-style:none;display:flex;justify-content:space-between;gap:20px;font-weight:600}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';color:var(--lime);font-size:24px;line-height:1}.faq details[open] summary:after{content:'−'}.faq details p{color:var(--muted);font-size:14px;max-width:480px}.order-section{background:#252c1d;padding:80px 0}.order-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.order-layout h2{font-size:60px;letter-spacing:-2.5px}.order-layout>div>p:not(.eyebrow){color:#bbc2b0}.order-product{display:flex;align-items:center;gap:18px;margin-top:32px}.order-product img{border-radius:8px;object-fit:contain;background:white}.order-product span{display:block;font-size:12px;color:#b7c1a9;margin-top:6px}.form-card{padding:32px;border-radius:12px;background:#f3f5ee;color:#202719}.form-top{display:flex;justify-content:space-between;align-items:center;gap:15px}.form-top h3{margin:0;font-size:23px}.form-top>span{font-size:13px;border:1px solid #c8cebf;border-radius:20px;padding:5px 10px}.form-card>p{font-size:14px;color:#687060}.form-card label{font-size:13px;font-weight:700;display:block;margin:18px 0 7px}.form-card input{width:100%;border:1px solid #d0d5c7;border-radius:5px;background:white;padding:14px}.form-card .button{width:100%;margin-top:23px}.form-note{font-size:12px;color:#67715c;line-height:1.55}.form-card #form-status{font-size:14px;padding:12px;background:#e4ecd6;border-radius:6px}footer{padding:36px 0;display:flex;align-items:center;justify-content:space-between;color:#acb2a4}footer>span,footer>a:last-child{font-size:12px}.mobile-bar{display:none}@media(min-width:1450px){.hero{padding-top:70px;padding-bottom:80px}}@media(max-width:1000px){.wrap,header{width:calc(100% - 48px)}.hero{gap:25px}h1{font-size:56px}.hero-visual>img{height:380px}.section{padding:70px 0}h2{font-size:36px}.benefits article{padding:23px}.benefits h3{font-size:21px}.specs,.faq,.order-layout{gap:40px}.order-layout h2{font-size:48px}.form-top{align-items:start;flex-direction:column}.ticker{gap:22px}.gallery-main,.gallery-main>img{min-height:440px;height:440px}}@media(max-width:700px){.wrap,header{width:calc(100% - 36px)}header{height:82px}.brand{font-size:22px}.brand span{font-size:9px}nav{display:none}.small-button{padding:9px 14px;gap:16px}.hero{grid-template-columns:1fr;padding:32px 0 38px;gap:30px}h1{font-size:clamp(46px,11.5vw,68px);letter-spacing:-2.5px}.hero .eyebrow{font-size:10px;margin-bottom:22px}.intro{font-size:16px;max-width:100%;margin-bottom:25px}.hero-bottom{margin-top:25px;gap:45px}.hero-visual>img{height:340px}.visual-top{margin:18px}.visual-bottom{margin:12px 18px 20px}.hero-copy .button{width:100%}.ticker{justify-content:flex-start;font-size:11px;padding:12px 18px}.section-heading{display:block}.section-heading>p{margin-top:20px;max-width:none}.benefits{grid-template-columns:1fr}.benefits article{padding:28px}.benefits h3 br{display:none}.benefits p{max-width:400px;margin-bottom:24px}.metric{font-size:43px}.section{padding:55px 0}h2{font-size:34px}.eyebrow{font-size:10px;letter-spacing:1.5px;margin-bottom:20px}.gallery-section{padding:50px 0}.gallery-count{display:inline-block;margin-top:20px}.gallery{grid-template-columns:1fr}.gallery-main,.gallery-main>img{height:350px;min-height:350px}.gallery-main>img{padding:12px}.gallery-arrow{width:38px;height:38px}.prev{left:10px}.next{right:10px}.thumbs{display:flex;overflow-x:auto;padding-bottom:5px}.thumbs button{min-width:67px}.thumbs img{height:60px}.specs,.faq,.order-layout{grid-template-columns:1fr;gap:30px}dl>div{font-size:14px}.order-section{padding:55px 0}.order-layout h2{font-size:48px}.form-card{padding:24px}.form-top{flex-direction:row;align-items:center}.form-top h3{font-size:21px}.form-top>span{font-size:11px}.order-product{margin-top:25px}footer{margin-bottom:76px;gap:25px;flex-wrap:wrap}footer>span{display:none}.mobile-bar{display:flex;position:fixed;bottom:0;left:0;right:0;background:#171b15ed;backdrop-filter:blur(12px);padding:12px 18px;justify-content:space-between;align-items:center;border-top:1px solid #434c36;z-index:5}.mobile-bar strong{font-size:12px}.mobile-bar small{display:block;font-size:10px;color:var(--muted)}.mobile-bar .small-button{background:var(--lime);color:#202719;border:0}.order-product img{width:74px;height:74px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.price-block{display:flex;align-items:center;gap:25px;margin:24px 0}.price-label{display:block;font-size:12px;color:var(--muted)}.price-block strong{font-size:38px;font-weight:800;letter-spacing:-1.5px;display:block;line-height:1.3}.price-block strong small{font-size:18px;letter-spacing:0}.price-block del{font-size:16px;color:var(--muted);display:block}.discount{display:inline-block;background:var(--lime);color:#263310;font-size:12px;font-weight:800;border-radius:4px;padding:3px 9px;margin-top:5px}.form-card .price-label,.form-card .price-block del{color:#66725c}.form-card .price-block{margin-bottom:10px}.mobile-bar b{color:var(--lime)}

/* Explicit surface colors for standalone browsers. */
html{color-scheme:light;background:#151715}
body{background:#151715;color:#f6f7f3}
.hero-visual,.gallery-section,.form-card{color:#20231f}
.gallery-section h2,.gallery-section .eyebrow,.gallery-count,.visual-top,.visual-bottom{color:#20231f}
.form-card h3,.form-card label,.form-card .price-block strong,.form-card input{color:#202719}
.form-card input{background:#fff;caret-color:#202719}
.form-card input::placeholder{color:#606857;opacity:1}
.form-card>p,.form-card .form-note,.form-card .price-label,.form-card .price-block del{color:#515c46}
.gallery-arrow{color:#20231f}

.poster-hero{width:100%;margin:0;background:#10170c;line-height:0}
.poster-hero img{display:block;width:100%;height:auto;object-fit:contain}
.hero-offer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 0}
.hero-offer h1{font-size:22px;line-height:1.3;letter-spacing:-.6px;max-width:280px;margin:0}
.hero-offer .price-block{margin:0;flex-shrink:0}.hero-offer .button{flex-shrink:0}
.product-photo-section{padding:70px 0;background:#f0f2ec;color:#20231f}
.product-photo-section h2,.product-photo-section .eyebrow{color:#20231f}
.product-photo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;margin-top:35px}
.product-photo-grid figure{grid-column:span 2;margin:0;background:#fff;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}
.product-photo-grid figure:nth-last-child(-n+2){grid-column:span 3}
.product-photo-grid img{width:100%;height:330px;object-fit:contain;display:block;background:#fff}
.product-photo-grid figcaption{padding:16px 22px;border-top:1px solid #edf0e8;color:#343b2e;font-size:14px}
.feature-photo{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px;padding-top:85px}
.feature-photo>img{display:block;width:100%;height:auto;border-radius:10px}
.feature-photo p:not(.eyebrow){color:#bdc5b6;margin:24px 0;max-width:400px}
.delivery-section{border-top:1px solid #394230}
.delivery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:35px}
.delivery-grid article{padding:30px;border:1px solid #47543a;border-radius:9px;background:#20271b}
.delivery-grid article>span{font-size:12px;letter-spacing:1.5px;color:#c7ff39}
.delivery-grid h3{color:#f6f7f3;margin-top:18px}.delivery-grid p{color:#bdc5b6;font-size:15px;margin-bottom:0}
@media(max-width:1000px){.hero-offer{flex-wrap:wrap}.hero-offer h1{max-width:none;width:100%}.feature-photo{gap:32px}.product-photo-grid img{height:260px}}
@media(max-width:700px){.hero-offer{gap:20px;padding:22px 0 28px}.hero-offer h1{font-size:21px}.hero-offer .price-block{width:100%}.hero-offer .button{width:100%}.product-photo-section{padding:45px 0}.product-photo-grid{grid-template-columns:1fr 1fr;gap:12px}.product-photo-grid figure,.product-photo-grid figure:nth-last-child(-n+2){grid-column:span 1}.product-photo-grid figure:last-child{grid-column:1/-1}.product-photo-grid img{height:220px}.product-photo-grid figure:last-child img{height:auto;max-height:330px}.product-photo-grid figcaption{font-size:13px;padding:12px}.feature-photo{grid-template-columns:1fr;padding-top:45px;gap:28px}.delivery-grid{grid-template-columns:1fr}.delivery-grid article{padding:24px}}
@media(max-width:380px){.product-photo-grid{grid-template-columns:1fr}.product-photo-grid img{height:auto;max-height:340px}}

.desktop-hero-copy{display:none}
@media(min-width:701px){
 .responsive-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:min(1240px,calc(100% - 48px));margin:40px auto;align-items:center;gap:36px}
 .responsive-hero .poster-hero{width:100%;min-width:0;border-radius:12px;overflow:hidden;background:#10170c}
 .responsive-hero .poster-hero img{width:100%;height:auto;display:block;object-fit:contain}
 .responsive-hero .hero-offer{width:100%;min-width:0;margin:0;padding:15px 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:22px}
 .responsive-hero .desktop-hero-copy{display:block;margin:0}
 .responsive-hero .eyebrow{color:#c7ff39;font-size:12px;letter-spacing:1.7px}
 .responsive-hero .hero-offer h1{font-size:clamp(32px,3.8vw,54px);line-height:1.12;letter-spacing:-1.6px;width:auto;max-width:100%;margin:0}
 .responsive-hero .hero-description{color:#bdc5b6;font-size:16px;line-height:1.65;max-width:480px}
 .responsive-hero .hero-service{color:#bdc5b6;font-size:13px;line-height:1.6}
 .responsive-hero .hero-offer .price-block{margin:0;gap:24px;flex-wrap:wrap}
 .responsive-hero .hero-offer .button{max-width:100%;white-space:normal}
}
@media(min-width:1100px){.responsive-hero{width:min(1240px,calc(100% - 96px));gap:50px;margin:50px auto}.responsive-hero .hero-offer{padding:20px}}
#order-form{scroll-margin-top:96px}@media(max-width:700px){#order-form{scroll-margin-top:20px}}

/* A slim, single-line ribbon across desktop and mobile. */
.ticker{background:#f5e47a;color:#29311f;display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:28px;padding:10px 18px;white-space:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;font-size:12px;line-height:1.3}
.ticker::-webkit-scrollbar{display:none}
.ticker span,.ticker b{flex:0 0 auto}
.ticker b{display:inline;font-size:17px}
.benefits article.lime{background:#f5e47a;color:#29311f}
.benefits article.lime p,.benefits article.lime .card-number{color:#4a5039}
@media(min-width:701px){.ticker{justify-content:center}}
@media(max-width:700px){.ticker{width:100%;max-width:100%;gap:20px;padding:9px 14px;font-size:10px;letter-spacing:.4px}.ticker b{font-size:14px}}
