:root{--red:#d94a4a;--red-dark:#a82f36;--cream:#fff8ed;--ink:#191614;--muted:#716a64;--yellow:#ffd447;--white:#fff;--radius:22px}*{box-sizing:border-box}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);border-bottom:1px solid #eee}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:repeating-conic-gradient(var(--red) 0 12deg,#fff 12deg 24deg);border:3px solid var(--red);font-weight:900}.brand strong,.brand small{display:block}.brand small{color:var(--muted);font-size:12px}.nav nav{display:flex;align-items:center;gap:28px;font-weight:700}.cart-link{background:var(--ink);color:white;padding:12px 18px;border-radius:999px}.cart-link b{background:var(--yellow);color:var(--ink);padding:2px 7px;border-radius:20px;margin-left:6px}.nav-toggle{display:none;border:0;background:none;font-size:26px}.hero{height:650px}.hero-slides,.hero-slide{height:100%}.hero-slide{display:none;background-size:cover;background-position:center}.hero-slide.active{display:flex;align-items:center}.hero-slide.fallback{background:linear-gradient(135deg,#2b1717,#8b2e33)}.hero-content{color:#fff;max-width:100%}.hero-content h1{font-family:'Playfair Display',serif;font-size:clamp(50px,7vw,92px);line-height:.95;max-width:780px;margin:14px 0 20px}.hero-content p{font-size:20px;max-width:600px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:var(--yellow)}.eyebrow.dark{color:var(--red)}.btn{display:inline-flex;justify-content:center;align-items:center;padding:15px 24px;border-radius:999px;border:0;font-weight:800;cursor:pointer}.btn.primary{background:var(--yellow);color:var(--ink)}.btn.dark{background:var(--ink);color:#fff}.btn.light{background:#fff}.btn.block{width:100%}.section{padding:90px 0}.section.soft{background:var(--cream)}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px}.section h2,.weekly h2{font-family:'Playfair Display',serif;font-size:46px;margin:6px 0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-card{background:#fff;border:1px solid #eee;border-radius:var(--radius);overflow:hidden}.category-image{height:190px;background-size:cover;background-position:center}.category-card h3{padding:0 18px 10px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid #ece8e2;box-shadow:0 10px 30px rgba(20,12,8,.05)}.product-photo{display:block;height:220px;position:relative;background:#f3eee8}.product-photo img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:14px;left:14px;background:var(--yellow);padding:7px 11px;border-radius:999px;font-size:12px;font-weight:800}.badge.sold{background:#222;color:#fff}.product-body{padding:18px}.product-body small{color:var(--red);font-weight:800}.product-body h3{font-size:20px;margin:8px 0}.product-body p{color:var(--muted);min-height:48px}.product-foot{display:flex;align-items:center;justify-content:space-between;font-size:20px}.icon-btn{width:42px;height:42px;border:0;border-radius:50%;background:var(--ink);color:#fff;font-size:24px}.weekly{padding:80px 0;background:var(--red-dark);color:#fff}.weekly-inner{display:flex;justify-content:space-between;align-items:center}.weekly p{max-width:700px;font-size:18px}.page-hero{background:linear-gradient(135deg,#281614,#8e3035);color:#fff;padding:100px 0}.page-hero.compact{padding:55px 0}.page-hero h1{font:800 64px 'Playfair Display';margin:10px 0}.filters{display:grid;grid-template-columns:1fr 260px auto;gap:12px;margin-bottom:35px}.filters input,.filters select,.buy-form input,.buy-form textarea,.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%;padding:15px;border:1px solid #ddd;border-radius:13px;font:inherit}.product-detail{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.detail-image img{width:100%;border-radius:30px}.product-detail h1{font:800 56px 'Playfair Display';margin:10px 0}.lead{font-size:18px;color:var(--muted)}.detail-price{font-size:34px;font-weight:900;margin:25px 0}.buy-form{display:grid;gap:14px}.buy-form label{font-weight:700}.notice,.empty{padding:30px;background:var(--cream);border-radius:20px}.cart-layout,.checkout-grid{display:grid;grid-template-columns:1fr 360px;gap:35px}.cart-list{display:grid;gap:14px;margin-bottom:18px}.cart-item{display:grid;grid-template-columns:90px 1fr 80px 120px;gap:16px;align-items:center;padding:14px;border:1px solid #eee;border-radius:18px}.cart-item img{width:90px;height:75px;object-fit:cover;border-radius:12px}.cart-item h3{margin:0}.cart-item strong,.cart-item small{display:block}.cart-item input{padding:10px;width:70px}.summary{background:var(--cream);padding:28px;border-radius:24px;height:max-content}.summary>div{display:flex;justify-content:space-between;margin:20px 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label{display:grid;gap:8px;font-weight:700}.form-grid .full,fieldset.full{grid-column:1/-1}.checkout-form textarea{min-height:100px}.radio{display:inline-flex!important;grid-template-columns:auto 1fr!important;margin-right:20px}.radio input{width:auto}.error,.flash{padding:14px;border-radius:12px;margin:12px 0}.error{background:#ffe3e3;color:#8a1e1e}.flash{position:fixed;z-index:99;top:90px;right:20px;background:#daf6df;padding:14px 20px}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.contact-cards>div{background:var(--cream);padding:30px;border-radius:20px}footer{background:#171311;color:#fff;padding:65px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.credits{border-top:1px solid #38322e;margin-top:40px;padding:20px;text-align:center;color:#bfb6ae}.credits a{color:var(--yellow)}.whatsapp{position:fixed;right:20px;bottom:20px;background:#24d366;color:#fff;padding:14px 18px;border-radius:999px;font-weight:800}.footer-brand .brand-mark{background:#fff;color:#222}@media(max-width:850px){.nav nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:20px;flex-direction:column}.nav nav.open{display:flex}.nav-toggle{display:block}.hero{height:560px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.product-detail,.cart-layout,.checkout-grid{grid-template-columns:1fr}.summary{order:-1}.filters{grid-template-columns:1fr}.weekly-inner,.section-head{align-items:start;gap:20px}.weekly-inner{flex-direction:column}.contact-cards,.footer-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:70px 1fr}.cart-item>input,.cart-item>span{grid-column:2}.form-grid{grid-template-columns:1fr}.form-grid .full,fieldset.full{grid-column:auto}}@media(max-width:520px){.category-grid,.product-grid{grid-template-columns:1fr}.hero-content h1{font-size:48px}.page-hero h1,.product-detail h1{font-size:42px}.section{padding:60px 0}.category-image{height:220px}}