*{box-sizing:border-box}
:root{--ink:#111318;--muted:#727780;--line:#e5e7eb;--soft:#f7f7f7}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,system-ui,sans-serif}
body.drawer-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 28px));margin:auto}
.notice{background:#101216;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.12em}
.notice .container{height:38px;display:flex;align-items:center;justify-content:space-between}
.notice a{text-transform:none;letter-spacing:0}
header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:11px}
.mountain{font-size:30px}
.brand strong{display:block;font:900 30px/1 "Barlow Condensed"}
.brand small{display:block;font-size:9px;letter-spacing:.34em;color:#7a8089;margin-top:5px}
nav{display:flex;gap:26px;font-size:13px;font-weight:700;text-transform:uppercase}
.request-button{border:1px solid #202329;background:#fff;border-radius:10px;padding:10px 13px;font-weight:800}
.request-button b{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#111318;color:#fff;margin-left:7px}
.hero{position:relative;height:440px;overflow:hidden;background:#111}
.hero>img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,8,.93),rgba(5,6,8,.58) 52%,rgba(5,6,8,.12))}
.hero-copy{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:800;color:#d5d9df;margin:0 0 12px}
.eyebrow.dark{color:#747982}
h1,h2{font-family:"Barlow Condensed";margin-top:0}
h1{font-size:clamp(54px,7vw,88px);line-height:.92;margin-bottom:16px}
h2{font-size:46px;line-height:.95;margin-bottom:0}
.hero-copy>p:not(.eyebrow){font-size:17px}
.button{display:inline-flex;margin-top:20px;background:#fff;color:#111;padding:12px 17px;border-radius:9px;font-weight:800}
.products{padding:68px 0}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
.filters{display:flex;gap:10px}
input,select,textarea{width:100%;border:1px solid #d9dce1;border-radius:10px;background:#fff;padding:12px 13px;outline:none}
input:focus,select:focus,textarea:focus{border-color:#4d535c;box-shadow:0 0 0 3px rgba(77,83,92,.1)}
.filters input{width:230px}.filters select{width:170px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 20px}
.product-item{min-width:0}
.product-image{width:100%;aspect-ratio:5/8;overflow:hidden;background:#111}
.product-image img{width:100%;height:100%;object-fit:cover;display:block}
.product-info{padding-top:13px}
.product-info h3{font-size:18px;margin:0 0 5px}
.product-info .strength{color:var(--muted);font-size:13px}
.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}
.price{font-size:22px;font-weight:800}
.add-button{border:0;background:#111318;color:#fff;border-radius:8px;padding:9px 12px;font-weight:800;cursor:pointer}
.empty{padding:35px;text-align:center;color:var(--muted);border:1px dashed var(--line)}
.ordering{padding:30px 0 65px}
.ordering-row{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.ordering-row>div{padding:25px;text-align:center;border-right:1px solid var(--line)}
.ordering-row>div:last-child{border-right:0}
.ordering-row strong,.ordering-row span{display:block}
.ordering-row strong{font:900 38px/1 "Barlow Condensed"}
.ordering-row span{color:var(--muted);margin-top:5px}
.drawer{position:fixed;inset:0;z-index:60;pointer-events:none}
.drawer.open{pointer-events:auto}
.backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);opacity:0;transition:.25s}
.drawer-panel{position:absolute;top:0;right:0;width:min(500px,100%);height:100%;overflow:auto;background:#fff;padding:23px;transform:translateX(100%);transition:.3s}
.drawer.open .backdrop{opacity:1}.drawer.open .drawer-panel{transform:none}
.drawer-head{display:flex;justify-content:space-between;gap:20px}
.drawer-head button{width:39px;height:39px;border-radius:50%;border:1px solid var(--line);background:#f3f4f5;font-size:24px}
.cart-item{display:grid;grid-template-columns:1fr auto;gap:10px;border-bottom:1px solid var(--line);padding:14px 0}
.cart-item h4{margin:0 0 4px;font-size:16px}
.cart-item p{margin:0;color:var(--muted);font-size:12px}
.qty{display:flex;align-items:center;gap:8px;margin-top:9px}
.qty button{width:28px;height:28px;border:1px solid var(--line);background:#f6f7f8;border-radius:7px}
.remove{display:block;border:0;background:none;color:#a83f3f;font-size:11px;margin-top:8px}
.cart-empty{padding:24px;text-align:center;color:var(--muted)}
.summary{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;margin:18px 0;display:grid;gap:8px}
.summary div{display:flex;justify-content:space-between}
.summary-total{font-size:18px;padding-top:7px}
form{display:grid;gap:12px}
form label{display:grid;gap:6px;font-size:12px;font-weight:700}
.checkbox{grid-template-columns:auto 1fr;align-items:center}.checkbox input{width:auto}
.send-button{border:0;background:#111318;color:#fff;border-radius:9px;padding:13px;font-weight:800}
form small{text-align:center;color:var(--muted)}
footer{background:#101216;color:#fff;padding:30px 0}
.footer{display:flex;align-items:end;justify-content:space-between;gap:30px}
.footer p{font-size:11px;color:#969da8}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){
nav{display:none}
.section-heading{align-items:start;flex-direction:column}
.filters,.filters input,.filters select{width:100%}
.product-grid{grid-template-columns:repeat(2,1fr);gap:24px 14px}
.ordering-row{grid-template-columns:1fr}
.ordering-row>div{border-right:0;border-bottom:1px solid var(--line)}
}
@media(max-width:520px){
.notice a{display:none}
.nav{height:76px}.brand strong{font-size:26px}.mountain{font-size:25px}
.request-button{font-size:0}.request-button b{font-size:12px;margin-left:0}
.hero{height:380px}.hero>img{object-position:45% center}
.hero-overlay{background:linear-gradient(90deg,rgba(5,6,8,.9),rgba(5,6,8,.5) 70%,rgba(5,6,8,.15))}
.product-grid{grid-template-columns:repeat(2,1fr)}
.product-info h3{font-size:15px}
.product-bottom{align-items:end;flex-direction:column}
.add-button{width:100%}
.footer{align-items:start;flex-direction:column}
}

.product-item.sold-out .product-image{position:relative;opacity:.72}
.product-item.sold-out .product-image:after{content:"SOLD OUT";position:absolute;inset:auto 10px 10px 10px;background:rgba(17,19,24,.92);color:#fff;text-align:center;padding:9px;font-weight:900;letter-spacing:.1em;font-size:12px}
.add-button:disabled{background:#a4a8ae;cursor:not-allowed}
.data-note{font-size:11px;color:#8a8f97;margin-top:12px}
.product-image{position:relative}.featured-tag{position:absolute;top:12px;left:12px;background:#111;color:#fff;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;box-shadow:0 5px 18px rgba(0,0,0,.18)}
