:root{--bg: #ffffff;--text: #141414;--muted: #5a5a5a;--line: #e9e6e2;--accent2: #6a4a3c}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;color:var(--text);background:var(--bg)}a{text-decoration:none;color:inherit}.header{border-bottom:1px solid var(--line);background:#fff}.container{max-width:1100px;margin:auto;padding:20px}.nav{display:flex;justify-content:space-between;align-items:center;gap:16px}.logo{font-weight:700;font-size:20px}nav a{margin-left:20px;font-size:14px;color:var(--muted)}.hero{padding:100px 20px;text-align:center;background:#f7f3ef}.hero h1{font-size:48px;margin:0 0 10px}.hero p{color:var(--muted);font-size:18px;margin:0}button{margin-top:20px;padding:12px 24px;background:var(--accent2);color:#fff;border:none;border-radius:10px;cursor:pointer}.section{padding:80px 20px;max-width:900px;margin:auto}.footer{border-top:1px solid var(--line);padding:30px;text-align:center;font-size:13px;color:var(--muted)}.brand{display:flex;align-items:center;gap:12px}.brand-logo{height:48px;width:auto}.brand-text{display:flex;flex-direction:column;justify-content:center;line-height:1.05}.brand-name{font-size:19px;font-weight:700;letter-spacing:.3px}.brand-tagline{font-size:12px;color:var(--muted)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-top:30px}.product-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.product-card img{width:100%;height:200px;object-fit:cover}.product-body{padding:16px}.product-body h3{margin:8px 0;font-size:16px}.product-body p{font-size:14px;color:var(--muted)}.badge{display:inline-block;font-size:11px;background:#f1e6df;color:var(--accent2);padding:4px 8px;border-radius:20px}
