*{box-sizing:border-box}body{margin:0;background:#f8f7f2;color:#17201b;font:16px/1.7 system-ui,sans-serif}a{color:inherit}header{display:flex;justify-content:space-between;align-items:center;padding:22px 7vw;background:#fff;border-bottom:1px solid #ddd}header nav,footer nav{display:flex;gap:22px}.brand{font-weight:800;text-decoration:none}.hero{display:grid;grid-template-columns:1fr 1fr;gap:6vw;align-items:center;padding:8vw;max-width:1400px;margin:auto}.hero h1,.head h1,.article h1,.product h1{font-size:clamp(2.6rem,6vw,5rem);line-height:1.04;letter-spacing:-.05em}.lead{font-size:1.2rem;max-width:720px}.heroimg{background:#e4e6de;border-radius:28px;padding:25px}.heroimg img{width:100%;display:block}.button{display:inline-block;background:#17201b;color:#fff;border:0;border-radius:8px;padding:13px 20px;text-decoration:none;cursor:pointer}section,.product,.article{max-width:1250px;margin:auto;padding:70px 7vw}.head,.muted{max-width:none;background:#e9e9e1}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid #ddd;border-radius:18px;overflow:hidden}.card img{width:100%;aspect-ratio:1;object-fit:cover}.card>div{padding:22px}.product{display:grid;grid-template-columns:1fr 1fr;gap:7vw}.product>img{width:100%;background:#e5e5dc;border-radius:22px}.price{font-size:1.5rem;font-weight:800}.article{max-width:850px}.meta{opacity:.65}.article aside{margin-top:35px;padding:22px;background:#e9e9e1;border-left:4px solid #17201b}footer{padding:50px 7vw;background:#17201b;color:#fff;display:flex;justify-content:space-between}@media(max-width:800px){.hero,.product,.grid{grid-template-columns:1fr}header{align-items:flex-start;gap:15px}footer{flex-direction:column}}
