:root{
  --honey:#f59e0b; --honey-dark:#d97706; --cocoa:#3d1a10; --cream:#fffaf2;
  --card:#ffffff; --border:#ecdfcd; --text:#2b1a12; --muted:#7a6455;
  --shadow:0 18px 40px -20px rgba(61,26,16,.35);
  --radius:18px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:var(--cream);color:var(--text);font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
h1,h2,h3,.display{font-family:Fraunces,Georgia,"Times New Roman",serif;line-height:1.15;margin:0}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:1120px;margin:0 auto;padding:0 16px}
.muted{color:var(--muted)}
.eyebrow{font-size:12px;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--honey-dark)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;cursor:pointer;border-radius:999px;padding:12px 22px;font-weight:700;font-size:14px;font-family:inherit;transition:transform .15s ease}
.btn:hover{transform:scale(1.03)}
.btn-honey{background:var(--honey);color:#3a2408}
.btn-cocoa{background:var(--cocoa);color:#fff2e2}
.btn-outline{background:transparent;border:1px solid var(--honey-dark);color:var(--honey-dark)}
.btn-sm{padding:8px 14px;font-size:13px}
.btn[disabled]{opacity:.5;cursor:not-allowed;transform:none}

/* header */
header.site{position:sticky;top:0;z-index:50;background:rgba(255,250,242,.9);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}
.navbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 16px;max-width:1120px;margin:0 auto}
.navbar img{height:44px;width:auto;border-radius:8px}
.navlinks{display:flex;gap:26px}
.navlinks a{font-size:14px;font-weight:500;color:#4a382d}
.navlinks a:hover,.navlinks a.active{color:var(--honey-dark)}
.nav-right{display:flex;align-items:center;gap:8px}
.menu-btn{display:none;background:none;border:1px solid var(--border);border-radius:10px;width:42px;height:42px;font-size:20px;cursor:pointer}
.mobile-nav{display:none;border-top:1px solid var(--border);background:var(--cream);padding:8px 16px}
.mobile-nav a{display:block;padding:9px 0;font-size:15px}
@media(max-width:820px){.navlinks{display:none}.menu-btn{display:inline-block}.mobile-nav.open{display:block}}

/* hero */
.hero{position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 1fr}
.hero-grid div{position:relative;min-height:300px}
.hero-grid img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover}
@media(min-width:820px){.hero-grid div{min-height:560px}}
.hero-card{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:16px}
.hero-inner{max-width:640px;text-align:center;background:rgba(255,250,242,.9);padding:34px 26px;border-radius:28px;box-shadow:var(--shadow)}
.hero-inner h1{font-size:clamp(30px,6vw,58px);font-weight:900;margin-top:12px}
.hero-inner h1 span{color:var(--honey-dark)}
.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:22px}

section{padding:44px 0}
.grid{display:grid;gap:22px}
.g4{grid-template-columns:repeat(4,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.g2{grid-template-columns:repeat(2,1fr)}
@media(max-width:960px){.g4{grid-template-columns:repeat(2,1fr)}.g3{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.g4,.g3,.g2,.hero-grid{grid-template-columns:1fr}}

.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:22px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}
.section-head h2{font-size:clamp(24px,4vw,36px)}

/* products */
.product{background:var(--card);border:1px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:box-shadow .2s}
.product:hover{box-shadow:var(--shadow)}
.product .ph{aspect-ratio:1/1;overflow:hidden;background:#f6ecdd}
.product .ph img{height:100%;width:100%;object-fit:cover;transition:transform .5s}
.product:hover .ph img{transform:scale(1.05)}
.product .body{padding:18px;display:grid;gap:10px}
.product h3{font-size:18px}
.pill{background:#f6ecdd;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;color:#6b4a2f;white-space:nowrap}
.price{font-family:Fraunces,Georgia,serif;font-size:21px;color:var(--honey-dark)}
.row{display:flex;align-items:center;justify-content:space-between;gap:10px}
.oos{color:#b91c1c;font-size:12px;font-weight:600}

/* filters */
.filters{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 28px}
.chip{border:1px solid var(--border);background:#fff;border-radius:999px;padding:8px 16px;font-size:13px;cursor:pointer;font-family:inherit}
.chip.active{background:var(--cocoa);color:#fff2e2;border-color:var(--cocoa)}

/* forms */
label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}
input,select,textarea{width:100%;font-family:inherit;font-size:14px;padding:11px 13px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--text)}
input:focus,select:focus,textarea:focus{outline:2px solid rgba(245,158,11,.45);outline-offset:1px}
.field{margin-bottom:14px}
.help{font-size:12px;color:var(--muted);margin-top:4px}
.error{color:#b91c1c;font-size:13px}

/* footer */
footer.site{margin-top:60px;background:var(--cocoa);color:#f7e9da}
footer.site .cols{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;padding:52px 16px;max-width:1120px;margin:0 auto}
footer.site h3{font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-family:inherit;font-weight:700}
footer.site a:hover{color:var(--honey)}
footer.site ul{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:8px;font-size:14px;opacity:.85}
footer .bottom{border-top:1px solid rgba(255,255,255,.15);text-align:center;padding:16px;font-size:12px;opacity:.75}
@media(max-width:820px){footer.site .cols{grid-template-columns:1fr 1fr}}
@media(max-width:520px){footer.site .cols{grid-template-columns:1fr}}

/* cart / tables */
table{width:100%;border-collapse:collapse;font-size:14px}
th,td{text-align:left;padding:10px;border-bottom:1px solid var(--border);vertical-align:middle}
th{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.qty{display:inline-flex;align-items:center;gap:8px}
.qty button{width:28px;height:28px;border-radius:8px;border:1px solid var(--border);background:#fff;cursor:pointer;font-size:15px}
.badge{display:inline-block;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600;background:#f6ecdd;color:#6b4a2f}
.badge.green{background:#dcfce7;color:#166534}
.badge.red{background:#fee2e2;color:#991b1b}
.badge.blue{background:#dbeafe;color:#1e40af}

/* toast */
#toast{position:fixed;right:16px;bottom:16px;z-index:200;display:grid;gap:8px}
.toast{background:var(--cocoa);color:#fff3e4;padding:12px 18px;border-radius:14px;box-shadow:var(--shadow);font-size:14px;animation:pop .25s ease}
@keyframes pop{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

.prose h2{font-size:26px;margin:26px 0 10px}
.prose h3{font-size:20px;margin:22px 0 8px}
.prose p{margin:12px 0;color:#4a382d}
.prose ul,.prose ol{padding-left:22px;color:#4a382d}
.prose img{border-radius:14px;margin:16px 0}
.tabs{display:flex;gap:6px;flex-wrap:wrap;border-bottom:1px solid var(--border);margin-bottom:22px}
.tabs button{background:none;border:0;border-bottom:2px solid transparent;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;color:var(--muted)}
.tabs button.active{color:var(--honey-dark);border-color:var(--honey-dark)}
.stat{background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px}
.stat b{display:block;font-family:Fraunces,Georgia,serif;font-size:26px;margin-top:4px}
.hidden{display:none!important}
.toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:16px}
.editor{min-height:240px;border:1px solid var(--border);border-radius:12px;background:#fff;padding:14px}
.editor:focus{outline:2px solid rgba(245,158,11,.45)}

/* WhatsApp */
.btn-whatsapp{background:#25D366;color:#06301a}
.btn-whatsapp:hover{background:#1ebe5b}
.btn-whatsapp svg{width:18px;height:18px;fill:currentColor}
.wa-fab{position:fixed;right:18px;bottom:18px;z-index:999;width:58px;height:58px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(0,0,0,.25);transition:transform .15s ease}
.wa-fab:hover{transform:scale(1.07)}
.wa-fab svg{width:32px;height:32px;fill:#fff}
@media(max-width:600px){.wa-fab{width:52px;height:52px;right:14px;bottom:14px}.wa-fab svg{width:28px;height:28px}}
