﻿:root{--ink:#151817;--muted:#69716e;--paper:#f4f5f1;--white:#fff;--green:#1f4b3d;--lime:#cfe879;--line:#dde1dc;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(244,245,241,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-row{height:76px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-size:15px;font-weight:900;letter-spacing:.08em;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--green);color:var(--lime);letter-spacing:-.05em}.nav{display:flex;gap:24px;margin-left:auto}.nav button{border:0;background:none;color:#4f5653;cursor:pointer;font-size:14px}.nav button:hover{color:var(--green)}.cart-button{border:0;border-radius:12px;background:var(--ink);color:white;padding:12px 16px;font-weight:700;cursor:pointer}.cart-button span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:6px;border-radius:50%;background:var(--lime);color:var(--ink)}.menu-button{display:none;border:0;background:none;font-size:24px}.hero{min-height:560px;margin-top:28px;border-radius:32px;background:var(--green);color:white;display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;position:relative}.hero-copy{padding:76px 64px;position:relative;z-index:2}.eyebrow{display:block;color:#657069;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:800;margin-bottom:16px}.eyebrow.light{color:#c8d5ce}.hero h1{font-size:clamp(48px,6vw,82px);line-height:.95;letter-spacing:-.055em;margin:0 0 25px}.hero h1 em{color:var(--lime);font-style:normal}.hero p{color:#cfdbd6;max-width:490px;font-size:17px;line-height:1.6;margin-bottom:34px}.button{border:0;border-radius:14px;padding:15px 22px;font-weight:800;cursor:pointer}.primary{background:var(--lime);color:var(--ink)}.ghost{background:transparent;border:1px solid var(--line)}.light{background:white;color:var(--green)}.hero-art{position:relative;display:grid;place-items:center;background:radial-gradient(circle,#3c6c5c 0,transparent 65%)}.hero-art>span{display:grid;place-items:center;width:280px;height:340px;border-radius:35px;background:linear-gradient(145deg,#202523,#0d100f);box-shadow:0 40px 90px #0b241c;color:var(--lime);font-weight:900;font-size:84px;transform:rotate(7deg);border:1px solid #557466}.hero-art i{position:absolute;width:330px;height:330px;border:1px solid #7ca08e;border-radius:50%;opacity:.35}.hero-art b{position:absolute;right:30px;top:30px;border:1px solid #789486;padding:12px;border-radius:50%;font-size:13px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:22px;border:1px solid var(--line);border-radius:18px;overflow:hidden}.benefits article{background:white;padding:22px 26px;display:flex;flex-direction:column;gap:5px}.benefits span{font-size:13px;color:var(--muted)}.section{padding-top:90px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section h2,.promo h2{font-size:clamp(34px,5vw,52px);letter-spacing:-.045em;margin:0}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{min-height:220px;border:0;border-radius:var(--radius);background:white;text-align:left;padding:24px;cursor:pointer;position:relative;overflow:hidden;transition:.2s}.category-card:first-child,.category-card:nth-child(2){grid-column:span 3}.category-card:nth-child(n+3){grid-column:span 2}.category-card:hover{transform:translateY(-4px);box-shadow:0 14px 35px #20382b16}.category-card strong{font-size:22px;display:block;max-width:170px}.category-card small{color:var(--muted);display:block;margin-top:7px}.category-icon{position:absolute;right:18px;bottom:13px;font-size:66px;filter:grayscale(1);opacity:.18}.promo{margin-top:90px;padding:50px 58px;background:linear-gradient(120deg,#172a24,#315f4f);color:white;border-radius:28px;display:flex;align-items:end;justify-content:space-between}.promo p{color:#cbd7d2}.catalog-heading{gap:30px}.search{display:flex;align-items:center;background:white;border:1px solid var(--line);border-radius:14px;padding:0 16px;width:min(390px,100%)}.search input{border:0;outline:0;padding:15px 10px;width:100%;background:transparent}.filters{display:flex;gap:8px;overflow:auto;padding-bottom:10px}.filter{white-space:nowrap;border:1px solid var(--line);background:white;border-radius:999px;padding:11px 16px;cursor:pointer}.filter.active{background:var(--ink);color:white;border-color:var(--ink)}.catalog-meta{display:flex;justify-content:space-between;align-items:center;margin:20px 0;color:var(--muted);font-size:14px}.catalog-meta select{border:1px solid var(--line);background:white;border-radius:10px;padding:10px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:white;border-radius:18px;overflow:hidden;display:flex;flex-direction:column}.product-image{aspect-ratio:1/1;background:#e5e9e4 url('product-placeholder.png') center/cover no-repeat}.product-body{padding:18px;display:flex;flex-direction:column;flex:1}.product-code{color:#8a918e;font-size:11px}.product-name{font-weight:700;line-height:1.35;margin:8px 0 20px;min-height:44px}.product-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.price{font-size:20px;font-weight:900}.add{width:42px;height:42px;border:0;border-radius:12px;background:var(--green);color:white;font-size:22px;cursor:pointer}.more{display:block;margin:30px auto;background:white;border:1px solid var(--line)}footer{margin-top:100px;background:#161b19;color:white;padding:44px 0}.footer-row{display:flex;align-items:center;justify-content:space-between}.footer-row .brand{color:white}.footer-row p{color:#aeb7b3}.age-gate{display:none;position:fixed;inset:0;z-index:100;background:#101512f2;place-items:center;padding:20px}.age-gate.visible{display:grid}.age-card{background:white;border-radius:28px;padding:42px;width:min(430px,100%);text-align:center}.age-card h1{font-size:34px;margin:15px 0 10px}.age-card p{color:var(--muted);line-height:1.5}.age-card .button{width:100%;margin-top:10px}.age-mark{display:grid;place-items:center;width:70px;height:70px;border-radius:50%;background:var(--green);color:var(--lime);font-size:24px;font-weight:900;margin:auto}.cart-panel{position:fixed;z-index:50;right:0;top:0;height:100%;width:min(440px,100%);background:white;padding:26px;transform:translateX(105%);transition:.25s;display:flex;flex-direction:column}.cart-panel.open{transform:none}.cart-head{display:flex;align-items:center;justify-content:space-between}.cart-head h2{font-size:30px}.cart-head button{border:0;background:none;font-size:34px;cursor:pointer}.cart-items{overflow:auto;flex:1}.cart-row{display:grid;grid-template-columns:1fr auto;gap:8px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-row small{color:var(--muted)}.cart-row button{border:0;background:none;color:#a14848;cursor:pointer}.cart-total{display:flex;justify-content:space-between;font-size:22px;padding:20px 0}.checkout{width:100%}.cart-note{font-size:12px;color:var(--muted);text-align:center}.scrim{display:none;position:fixed;inset:0;background:#0008;z-index:40}.scrim.visible{display:block}.toast{position:fixed;left:50%;bottom:28px;z-index:60;background:var(--ink);color:white;border-radius:12px;padding:14px 20px;transform:translate(-50%,100px);transition:.25s}.toast.visible{transform:translate(-50%,0)}
@media(max-width:900px){.nav{display:none;position:absolute;left:20px;right:20px;top:70px;background:white;padding:15px;border-radius:15px;box-shadow:0 10px 30px #0002;flex-direction:column}.nav.open{display:flex}.menu-button{display:block;margin-left:auto}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:55px 38px}.hero-art{min-height:360px}.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.shell{width:min(100% - 24px,1180px)}.header-row{height:66px;gap:12px}.brand>span:last-child{display:none}.hero{margin-top:12px;border-radius:22px}.hero-copy{padding:42px 25px}.hero h1{font-size:48px}.hero-art{min-height:300px}.hero-art>span{width:190px;height:230px;font-size:58px}.benefits{grid-template-columns:1fr}.section{padding-top:65px}.category-grid{grid-template-columns:1fr}.category-card,.category-card:first-child,.category-card:nth-child(2),.category-card:nth-child(n+3){grid-column:span 1;min-height:150px}.promo{margin-top:65px;padding:35px 25px;align-items:start;flex-direction:column;gap:15px}.catalog-heading{align-items:start;flex-direction:column}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-body{padding:13px}.product-name{font-size:14px}.price{font-size:17px}.footer-row{align-items:start;flex-direction:column}.footer-row .brand>span:last-child{display:block}}
.subcategories{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px}.subgroup-card{min-height:105px;border:1px solid var(--line);border-radius:16px;background:white;padding:18px;text-align:left;cursor:pointer}.subgroup-card:hover,.subgroup-card.active{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.subgroup-card strong{display:block;font-size:17px}.subgroup-card small{display:block;color:var(--muted);margin-top:7px}.line-list{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px;padding-top:4px}.line-button{border:1px solid var(--line);border-radius:999px;background:#e9ede8;padding:9px 14px;cursor:pointer}.line-button.active{background:var(--green);border-color:var(--green);color:white}.breadcrumbs{min-height:22px;margin-top:16px;color:var(--muted);font-size:13px}.breadcrumbs button{border:0;background:none;color:var(--green);padding:0;cursor:pointer}@media(max-width:900px){.subcategories{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.subcategories{grid-template-columns:repeat(2,1fr)}.subgroup-card{min-height:90px;padding:14px}}

.tier-title{font-size:13px;font-weight:800;margin-bottom:7px}.tier-table{border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-bottom:14px}.tier-row{display:flex;justify-content:space-between;gap:8px;padding:7px 9px;font-size:12px;border-top:1px solid var(--line)}.tier-row:first-child{border-top:0}.tier-row.primary-tier{background:var(--green);color:white}.tier-row strong{font-size:13px}.add.wide{width:100%;height:auto;font-size:14px}.product-image{position:relative}.image-price{position:absolute;left:10px;bottom:10px;background:white;border-radius:9px;padding:8px 11px;font-size:16px;font-weight:900;box-shadow:0 4px 12px #0002}.qty{display:flex;align-items:center;gap:9px;margin-top:9px}.qty button{display:grid;place-items:center;width:26px;height:26px;border:1px solid var(--line);border-radius:7px;background:white;color:var(--ink)}
.checkout-modal,.success-modal{display:none;position:fixed;inset:0;z-index:80;background:#101512cc;place-items:center;padding:16px}.checkout-modal.visible,.success-modal.visible{display:grid}.checkout-card,.success-card{width:min(480px,100%);max-height:95vh;overflow:auto;background:white;border-radius:24px;padding:26px}.checkout-card label{display:grid;gap:7px;margin:14px 0;font-size:13px;font-weight:700}.checkout-card input,.checkout-card textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:13px;font:inherit}.pickup-box{display:flex;flex-direction:column;gap:4px;background:#edf3ef;border-radius:13px;padding:14px}.pickup-box span{color:var(--muted);font-size:13px}.form-error{min-height:18px;color:#a62e2e;font-size:13px}.success-card{text-align:center}.success-icon{display:grid;place-items:center;width:65px;height:65px;margin:auto;border-radius:50%;background:var(--green);color:white;font-size:30px}.success-card .button{width:100%}.checkout:disabled{opacity:.6}
.pickup-choice{border:0;padding:0;margin:18px 0}.pickup-choice legend{font-size:13px;font-weight:800;margin-bottom:9px}.checkout-card .pickup-choice label{display:block;margin:8px 0;cursor:pointer}.pickup-choice input{position:absolute;opacity:0;pointer-events:none}.pickup-choice span{display:block;border:1px solid var(--line);border-radius:12px;padding:13px 15px;background:white;font-weight:700}.pickup-choice input:checked+span{border-color:var(--green);background:#e8f0ec;color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}
.checkout-card select{width:100%;border:1px solid var(--line);border-radius:11px;padding:13px;font:inherit;background:white}
