:root{--accent:#b8865b;--bg:#f7f3ef;--card:#fff;--text:#2c2520;--muted:#7d6f66}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text)}
a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}
.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06)}
.header-in{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-size:22px;font-weight:800;display:flex;align-items:center;gap:10px}.brand img{width:42px;height:42px;border-radius:12px;object-fit:cover}
.nav{display:flex;gap:18px;color:var(--muted);font-size:14px}.btn{display:inline-block;background:var(--accent);color:white;padding:12px 18px;border-radius:999px;font-weight:700;border:0;cursor:pointer}
.hero{padding:80px 0 55px;background:radial-gradient(circle at top right,rgba(184,134,91,.2),transparent 35%)}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:center}.eyebrow{color:var(--accent);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:12px}
.hero h1{font-size:clamp(38px,6vw,68px);line-height:1.02;margin:12px 0 18px}.hero p{font-size:18px;color:var(--muted);line-height:1.7;max-width:650px}
.hero-card{background:var(--card);border-radius:28px;padding:20px;box-shadow:0 25px 70px rgba(60,40,20,.12);min-height:360px;display:grid;place-items:center}.hero-card .shape{width:78%;aspect-ratio:4/3;border-radius:30px;background:linear-gradient(135deg,var(--accent),#d9b493);box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}
.section{padding:55px 0}.section h2{font-size:32px;margin:0 0 8px}.section-sub{color:var(--muted);margin-bottom:28px}
.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}.filter{padding:9px 14px;border-radius:999px;background:var(--card);border:1px solid rgba(0,0,0,.08);font-size:14px}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{background:var(--card);border-radius:20px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.06);transition:.2s}.product:hover{transform:translateY(-4px)}
.product-img{aspect-ratio:1/1;background:#eee;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.product-body{padding:16px}.product h3{font-size:18px;margin:0 0 6px}.desc{color:var(--muted);font-size:14px;line-height:1.5;min-height:42px}.price{font-size:22px;font-weight:800;margin:12px 0}.stock{font-size:12px;color:var(--muted)}
.buy{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:14px}.whatsapp{flex:1;text-align:center;background:#25D366;color:#fff;padding:10px 12px;border-radius:12px;font-weight:800}
.empty{background:var(--card);padding:35px;border-radius:20px;text-align:center;color:var(--muted)}
.footer{padding:35px 0;border-top:1px solid rgba(0,0,0,.08);color:var(--muted);margin-top:30px}
@media(max-width:950px){.grid{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr}.hero-card{min-height:260px}}
@media(max-width:560px){.grid{grid-template-columns:1fr}.nav{display:none}.hero{padding-top:45px}.header-in{height:64px}}
