:root {
  --cream: #f7f0e5;
  --cream-2: #fffaf2;
  --paper: #fffdf9;
  --ink: #2e241d;
  --muted: #766d64;
  --gold: #af8223;
  --gold-dark: #8f6818;
  --line: rgba(75, 56, 38, .14);
  --shadow: 0 18px 55px rgba(73, 51, 27, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; background:var(--cream-2); color:var(--ink); font-family:"Inter",system-ui,-apple-system,sans-serif; }
a { color:inherit; text-decoration:none; }
button, select { font:inherit; }
button { cursor:pointer; }
.topbar { position:sticky; top:0; z-index:40; height:78px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding:0 5vw; background:rgba(255,250,242,.92); border-bottom:1px solid var(--line); backdrop-filter:blur(14px); }
.brand { display:flex; flex-direction:column; width:max-content; }
.brand-mark,.footer-brand { font-family:"Cormorant Garamond",Georgia,serif; font-size:30px; letter-spacing:.24em; color:var(--gold-dark); line-height:.95; font-weight:600; }
.brand-sub { font-size:9px; text-transform:uppercase; letter-spacing:.18em; margin-top:6px; color:var(--muted); }
.nav-links { display:flex; gap:32px; font-size:13px; }
.nav-links a:hover { color:var(--gold-dark); }
.cart-button { justify-self:end; border:1px solid var(--ink); background:transparent; border-radius:999px; padding:10px 12px 10px 18px; display:flex; align-items:center; gap:12px; color:var(--ink); }
.cart-count { min-width:24px; height:24px; border-radius:50%; display:grid; place-items:center; background:var(--ink); color:white; font-size:11px; }
.hero { min-height:620px; display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:7vw; padding:74px 8vw 70px; background:linear-gradient(135deg,#f7efe3 0%,#fffaf2 58%,#f2e3cb 100%); }
.eyebrow { margin:0 0 12px; color:var(--gold-dark); font-size:11px; font-weight:700; letter-spacing:.22em; }
h1,h2,h3 { font-family:"Cormorant Garamond",Georgia,serif; margin:0; }
h1 { font-size:clamp(48px,6vw,82px); line-height:.93; font-weight:600; letter-spacing:-.025em; }
h1 em { color:var(--gold-dark); font-weight:500; }
.hero-text { max-width:610px; color:var(--muted); font-size:16px; line-height:1.7; margin:28px 0 30px; }
.primary-btn { display:inline-flex; padding:14px 25px; background:var(--ink); color:white; border-radius:999px; font-size:13px; font-weight:600; }
.hero-logo-card { width:min(100%,470px); justify-self:center; padding:24px; border-radius:32px; background:rgba(255,255,255,.55); box-shadow:var(--shadow); transform:rotate(1.5deg); }
.hero-logo-card img { width:100%; display:block; border-radius:24px; }
.benefits { display:grid; grid-template-columns:repeat(3,1fr); background:var(--ink); color:white; padding:22px 8vw; }
.benefits div { display:flex; align-items:center; gap:14px; justify-content:center; border-right:1px solid rgba(255,255,255,.15); }
.benefits div:last-child { border-right:none; }
.benefits strong { color:#dfc27a; font-family:"Cormorant Garamond",Georgia,serif; font-size:26px; }
.benefits span { font-size:12px; letter-spacing:.04em; }
.catalog-section { padding:82px 6vw 100px; max-width:1500px; margin:auto; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:28px; margin-bottom:26px; }
.section-heading h2,.how h2 { font-size:clamp(40px,5vw,64px); font-weight:600; }
.section-heading>p { color:var(--muted); font-size:12px; }
.filters { display:flex; flex-wrap:wrap; gap:9px; margin-bottom:34px; }
.filter { border:1px solid var(--line); background:white; border-radius:999px; padding:10px 17px; color:var(--muted); }
.filter.active { background:var(--ink); color:white; border-color:var(--ink); }
.product-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:28px 20px; }
.product-card { background:var(--paper); border:1px solid var(--line); border-radius:22px; overflow:hidden; transition:transform .25s ease, box-shadow .25s ease; display:flex; flex-direction:column; }
.product-card:hover { transform:translateY(-4px); box-shadow:0 16px 40px rgba(60,42,24,.09); }
.product-image-wrap { aspect-ratio:4/5; background:#f4eadb; overflow:hidden; position:relative; }
.product-image { width:100%; height:100%; display:block; object-fit:cover; transition:transform .5s ease; }
.product-card:hover .product-image { transform:scale(1.018); }
.badge { position:absolute; top:14px; left:14px; background:var(--ink); color:white; border-radius:999px; padding:7px 10px; font-size:10px; font-weight:700; letter-spacing:.04em; }
.product-body { padding:18px 17px 17px; flex:1; display:flex; flex-direction:column; }
.product-title-row { display:flex; justify-content:space-between; align-items:start; gap:12px; }
.product-title { font-size:25px; line-height:1; font-weight:600; }
.price { white-space:nowrap; font-weight:700; font-size:15px; }
.product-desc { margin:10px 0 16px; color:var(--muted); font-size:12px; line-height:1.55; min-height:37px; }
.options { display:grid; gap:9px; margin-top:auto; }
.option-row { display:grid; grid-template-columns:82px 1fr; align-items:center; gap:10px; }
.option-row label { font-size:11px; color:var(--muted); }
.option-row select { width:100%; background:white; border:1px solid var(--line); border-radius:10px; padding:10px 11px; color:var(--ink); }
.add-btn { width:100%; border:none; margin-top:13px; background:var(--ink); color:white; border-radius:12px; padding:12px; font-weight:600; }
.add-btn:hover { background:#49392e; }
.how { padding:88px 8vw 100px; background:#f0e4d3; text-align:center; }
.how-grid { max-width:1100px; margin:42px auto 0; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.how article { padding:32px 24px; border:1px solid rgba(97,71,45,.15); border-radius:20px; background:rgba(255,255,255,.42); }
.how article span { width:42px; height:42px; display:grid; place-items:center; margin:0 auto 15px; border-radius:50%; background:var(--gold); color:white; font-weight:700; }
.how h3 { font-size:30px; }
.how p { color:var(--muted); font-size:13px; line-height:1.6; }
footer { min-height:180px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; background:var(--ink); color:white; text-align:center; }
footer .footer-brand { color:#dfc27a; }
footer p { margin:0; color:#cfc7c1; font-size:12px; }
footer a { font-size:13px; }
.overlay { position:fixed; inset:0; z-index:60; background:rgba(25,18,13,.42); backdrop-filter:blur(2px); }
.cart-drawer { position:fixed; z-index:70; top:0; right:0; height:100dvh; width:min(460px,100vw); background:#fffdf9; transform:translateX(100%); transition:transform .28s ease; box-shadow:-30px 0 70px rgba(30,20,10,.15); display:grid; grid-template-rows:auto 1fr auto; }
.cart-drawer.open { transform:translateX(0); }
.cart-header { padding:24px; display:flex; justify-content:space-between; align-items:start; border-bottom:1px solid var(--line); }
.cart-header h2 { font-size:40px; }
.icon-btn { border:0; background:transparent; font-size:35px; line-height:1; color:var(--ink); }
.cart-items { overflow:auto; padding:10px 20px; }
.empty-cart { padding:50px 10px; text-align:center; color:var(--muted); font-size:13px; }
.cart-item { display:grid; grid-template-columns:76px 1fr; gap:12px; padding:14px 0; border-bottom:1px solid var(--line); }
.cart-item img { width:76px; height:95px; object-fit:cover; border-radius:11px; background:#f2eadf; }
.cart-item h4 { margin:1px 0 6px; font-family:"Cormorant Garamond",Georgia,serif; font-size:21px; }
.cart-meta { font-size:11px; color:var(--muted); line-height:1.5; }
.cart-line { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:9px; }
.qty { display:flex; align-items:center; border:1px solid var(--line); border-radius:999px; overflow:hidden; }
.qty button { width:28px; height:28px; border:0; background:white; }
.qty span { width:26px; text-align:center; font-size:12px; }
.remove { border:0; background:transparent; color:#8e6958; font-size:11px; padding:0; }
.cart-footer { padding:18px 24px 24px; border-top:1px solid var(--line); background:white; }
.cart-total { display:flex; justify-content:space-between; align-items:center; font-size:14px; margin-bottom:13px; }
.cart-total strong { font-size:22px; }
.whatsapp-btn { width:100%; border:0; border-radius:13px; padding:14px 12px; background:#1f7a4f; color:white; font-weight:700; }
.whatsapp-btn:disabled { opacity:.4; cursor:not-allowed; }
.clear-btn { width:100%; border:0; background:transparent; color:var(--muted); padding:11px; font-size:11px; }
.cart-note { margin:4px 0 0; text-align:center; color:var(--muted); font-size:10px; line-height:1.5; }
.toast { position:fixed; left:50%; bottom:28px; transform:translate(-50%,30px); opacity:0; pointer-events:none; z-index:90; background:var(--ink); color:white; border-radius:999px; padding:11px 18px; font-size:12px; transition:.25s ease; }
.toast.show { opacity:1; transform:translate(-50%,0); }
@media (max-width:1100px){ .product-grid{grid-template-columns:repeat(3,1fr)} .hero{grid-template-columns:1fr 420px;gap:3vw;padding-left:6vw;padding-right:6vw} }
@media (max-width:820px){ .topbar{grid-template-columns:1fr auto;height:70px;padding:0 18px}.nav-links{display:none}.brand-mark{font-size:25px}.hero{grid-template-columns:1fr;padding:55px 22px 50px}.hero-logo-card{width:78%;max-width:360px}.benefits{grid-template-columns:1fr;padding:8px 20px}.benefits div{justify-content:flex-start;border-right:0;border-bottom:1px solid rgba(255,255,255,.13);padding:7px 10px}.benefits div:last-child{border-bottom:0}.product-grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}.catalog-section{padding:65px 15px}.section-heading{align-items:start;flex-direction:column}.section-heading>p{margin:0}.how{padding:65px 18px}.how-grid{grid-template-columns:1fr}.cart-button span:first-child{display:none}.cart-button{padding:8px}.cart-count{min-width:28px;height:28px}.product-body{padding:14px 12px}.product-title{font-size:21px}.product-title-row{display:block}.price{display:block;margin-top:7px}.option-row{grid-template-columns:1fr}.option-row label{display:none}.product-desc{min-height:0}.filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px}.filter{white-space:nowrap}.hero-text{font-size:14px}}
@media (max-width:430px){ .product-grid{grid-template-columns:1fr}.hero-logo-card{width:100%}.product-image-wrap{aspect-ratio:4/5} }
