@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap');
:root{--primary:#d7ff64;--ink:#10120f;--surface:#f5f1e8;--line:#c9c5ba;font-family:Manrope,system-ui,sans-serif;color:var(--ink);background:var(--surface)}*{box-sizing:border-box}body{margin:0}header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(14px);z-index:2}.brand{font-weight:800;letter-spacing:.12em;color:inherit;text-decoration:none}.bag{border:1px solid var(--ink);border-radius:99px;padding:.65rem 1rem;background:transparent;font-weight:700}main{max-width:1400px;margin:auto;padding:0 5vw}.hero{min-height:62vh;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid var(--line)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700}.hero h1{font-size:clamp(4rem,10vw,9rem);line-height:.82;letter-spacing:-.08em;margin:1.5rem 0}.lede{font-size:clamp(1rem,2vw,1.35rem);max-width:38rem}.section-head{display:flex;justify-content:space-between;align-items:end;padding:3rem 0 1rem}.section-head h2{font-size:2rem;margin:0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.card{border:1px solid var(--line);background:#fff;border-radius:1.25rem;overflow:hidden}.card img{width:100%;aspect-ratio:4/3;object-fit:cover}.card-body{padding:1.25rem}.card h3{font-size:1.5rem;margin:.2rem 0}.price{font-weight:800}.buy{width:100%;border:0;border-radius:.75rem;background:var(--primary);padding:1rem;font-weight:800;cursor:pointer}.empty{padding:4rem 0;color:#68675f}footer{padding:4rem 5vw;margin-top:5rem;background:var(--ink);color:var(--surface)}@media(max-width:600px){.hero{min-height:54vh}.hero h1{font-size:4rem}.section-head span{display:none}}
