:root{--ink:#171a20;--paper:#f5f3ef;--accent:#d75f3a;--line:#d8d4ca}*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:76px;padding:0 5vw;display:flex}.logo{letter-spacing:.22em;font-size:1.1rem;font-weight:900}nav{gap:2rem;font-size:.82rem;display:flex}button{font:inherit;background:0 0;border:0}.hero{color:#fff;background:linear-gradient(115deg,#272b32,#171a20);flex-direction:column;justify-content:end;min-height:64vh;padding:9vw 5vw;display:flex}.hero p,.eyebrow{letter-spacing:.14em;font-size:.72rem;font-weight:700}.hero h1{letter-spacing:-.07em;margin:.7rem 0 2rem;font-size:clamp(3.4rem,9vw,8rem);line-height:.9}.cta{background:var(--accent);cursor:pointer;width:max-content;padding:1rem 1.4rem;font-weight:700;display:inline-block}.cta:disabled{opacity:.5;cursor:not-allowed}.categories,.products{padding:5rem 5vw}.categories h2,.products h2{letter-spacing:-.05em;margin:0 0 2.5rem;font-size:clamp(2rem,5vw,4rem)}.categories>div{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.category{border-bottom:1px solid var(--line);align-items:end;gap:.7rem;min-height:10rem;padding:1rem;font-size:1.35rem;display:flex}.category span{color:#777;align-self:start;font-size:.7rem}.category b{margin-left:auto}.empty{border:1px dashed var(--line);color:#666;padding:2rem}.product-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.product-card{display:block}.product-card p{text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.product-card h3{margin:.3rem 0}.product-card em{color:#a33;margin-top:.4rem;font-size:.75rem;display:block}.product-thumb{aspect-ratio:3/4;letter-spacing:.12em;background:#dedbd4;place-items:center;font-size:.7rem;display:grid;overflow:hidden}.product-thumb img{object-fit:cover;width:100%;height:100%}.product{min-height:100vh}.product>section{grid-template-columns:1.2fr .8fr;gap:5vw;padding:5vw;display:grid}.product-image{aspect-ratio:3/4;background:#dedbd4;place-items:center;display:grid;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.product h1{letter-spacing:-.06em;margin:.5rem 0;font-size:clamp(2.7rem,5vw,5rem)}.product-price{font-size:1.35rem;font-weight:700}.variant-picker{margin:2rem 0}.size{border:1px solid var(--ink);cursor:pointer;min-width:3rem;margin-right:.5rem;padding:.7rem}.size.selected{background:var(--ink);color:#fff}.cart-page section{max-width:820px;margin:auto;padding:5rem 5vw}.cart-page h1{letter-spacing:-.06em;font-size:clamp(2.5rem,6vw,5rem)}.cart-item{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:1.3rem 0;display:flex}.cart-item div:last-child{align-items:center;gap:.8rem;display:flex}.cart-item button{cursor:pointer;text-decoration:underline}.cart-page aside{background:#fff;justify-content:space-between;align-items:center;margin-top:2rem;padding:1.5rem;display:flex}.auth-card{border:1px solid var(--line);background:#fff;gap:1rem;max-width:34rem;padding:1.5rem;display:grid}.auth-card label{letter-spacing:.04em;gap:.45rem;font-size:.8rem;font-weight:700;display:grid}.auth-card input{border:1px solid var(--line);background:var(--paper);width:100%;font:inherit;padding:.85rem}.auth-card button:not(.cta){border:1px solid var(--ink);cursor:pointer;padding:.75rem}.form-status{color:#555;max-width:34rem;margin-top:1rem}@media (max-width:680px){nav{display:none}.categories>div{grid-template-columns:1fr 1fr}.category{min-height:7rem;font-size:1rem}.product-grid{grid-template-columns:1fr 1fr}.product>section{grid-template-columns:1fr;padding:5vw}.cart-item,.cart-page aside{flex-direction:column;align-items:flex-start;gap:1rem}}
