:root{--ink:#22211f;--muted:#6f6b65;--line:#e2dfd9;--cream:#f4f2ed;--serif:'Playfair Display',Georgia,serif;--sans:Manrope,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:var(--sans)}a{color:inherit;text-decoration:none}header{height:88px;max-width:1480px;padding:0 44px;margin:auto;display:flex;align-items:center;justify-content:space-between}.logo{font-weight:700;font-size:25px;letter-spacing:-1.8px}.logo sup{font-size:8px}nav{display:flex;gap:30px;margin-left:100px}nav a,.back{font-size:12px;font-weight:600}.back{border-bottom:1px solid #999;padding-bottom:3px}.collection-hero{padding:110px max(44px,calc((100vw - 1210px)/2)) 100px;background:linear-gradient(125deg,#fff 44%,#f5f3ee)}.eyebrow{font:10px 'DM Mono',monospace;letter-spacing:1px;color:#77736c}.eyebrow span{display:inline-block;width:18px;height:1px;background:#8e887e;margin:0 8px 3px 0}.collection-hero h1{font-size:clamp(50px,6vw,84px);line-height:1.03;letter-spacing:-4px;margin:21px 0 25px}.collection-hero em,h2 em{font-family:var(--serif);font-weight:500}.collection-hero>p:last-child{max-width:410px;color:var(--muted);line-height:1.8}.catalog{padding:100px max(44px,calc((100vw - 1390px)/2)) 130px}.catalog-top{display:flex;justify-content:space-between;align-items:end}.catalog-top h2{font-size:56px;letter-spacing:-3px;line-height:1;margin:0}.catalog-top>p{font:10px 'DM Mono',monospace;color:#777}.filters{display:flex;flex-wrap:wrap;gap:8px;margin:45px 0}.filters button{border:1px solid #dfddd7;background:#fff;border-radius:22px;padding:10px 15px;font:600 11px var(--sans);cursor:pointer;transition:.25s}.filters button:hover,.filters button.active{background:#282724;color:#fff;border-color:#282724}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 16px}.products article{transition:opacity .25s,transform .25s}.products article.hidden{display:none}.product-image{height:315px;position:relative;overflow:hidden;border-radius:14px;background:#eee}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.products article:hover img{transform:scale(1.05)}.product-image span{position:absolute;bottom:12px;left:13px;padding:5px 8px;background:#ffffffc9;border-radius:12px;font:8px 'DM Mono',monospace;letter-spacing:.7px}.products h3{font-size:17px;font-weight:500;letter-spacing:-.6px;margin:13px 0 2px}.products p{font-size:11px;color:var(--muted);margin:0}footer{background:#282724;color:#eeece6;padding:31px 44px;display:flex;justify-content:space-between;font:9px 'DM Mono',monospace;letter-spacing:.8px}@media(max-width:760px){header{height:72px;padding:0 20px}nav{display:none}.back{font-size:10px}.collection-hero,.catalog{padding:75px 20px}.collection-hero h1{font-size:51px;letter-spacing:-2.7px}.catalog-top h2{font-size:43px}.products{grid-template-columns:1fr 1fr;gap:25px 10px}.product-image{height:220px}.filters{margin:30px 0}.filters button{font-size:10px;padding:8px 11px}footer{padding:25px 20px}}
