:root{
  --bg:#fffaf2;
  --surface:#fffdf8;
  --surface-warm:#fff3dc;
  --ink:#2d160c;
  --muted:#745d51;
  --brown:#4b210f;
  --orange:#e96600;
  --orange-dark:#c84f00;
  --line:#efd8bb;
  --green:#1fa93b;
  --shadow:0 12px 36px rgba(80,44,18,.10);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#efe9df}
body{margin:0;font-family:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;color:var(--ink);background:#efe9df}
button,input,select{font:inherit}
button{cursor:pointer}
.page-shell{width:min(100%,430px);margin:0 auto;background:var(--bg);min-height:100vh;box-shadow:0 0 45px rgba(60,35,20,.14);overflow:hidden;position:relative}
.topbar{height:86px;width:100%;padding:12px 18px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:8px;position:absolute;top:0;left:0;z-index:5;background:transparent}
.brand{display:none}
.icon-button,.cart-button{border:0;background:transparent;color:var(--ink);display:grid;place-items:center;padding:0}
.menu-button{font-size:31px;line-height:1}
.cart-button{font-size:30px;position:relative}
.cart-badge{position:absolute;top:-7px;right:-5px;width:23px;height:23px;border-radius:999px;background:#df4c0b;color:white;font-size:12px;display:grid;place-items:center}.cart-badge.hidden{display:none}
.hero{position:relative;min-height:558px;padding:205px 22px 45px;background:#ffd976 url('../assets/images/hero-banner-v2.png') center center/cover no-repeat;overflow:hidden}
.hero:after{display:none}
.hero:before{content:"";position:absolute;z-index:3;left:-12px;right:-12px;bottom:-1px;height:29px;background:radial-gradient(circle at 15px 0,transparent 14px,var(--bg) 14.5px) 0 0/30px 30px repeat-x}
.hero-copy{position:relative;z-index:2;width:48%;text-shadow:0 1px 12px rgba(255,239,184,.85)}
.eyebrow{margin:0 0 10px;font-size:11px;font-weight:900;letter-spacing:.05em;color:#8e4217}
.hero h1{font-size:37px;line-height:1.03;margin:0 0 14px;letter-spacing:-.04em}.hero h1 span{color:var(--orange-dark)}
.hero-copy>p:last-child{font-size:14px;line-height:1.42;margin:0;color:#4d372b;font-weight:600}
.hero-photo-wrap{display:none}
.hero-photo{width:100%;height:100%;object-fit:cover;object-position:51% center}
.free-shipping{margin:0 16px 24px;position:relative;z-index:4;background:rgba(255,253,248,.97);border:1px solid #f2c985;border-radius:20px;box-shadow:var(--shadow);display:grid;grid-template-columns:42px 1fr 1px 1fr;align-items:center;gap:10px;padding:14px}
.promo-icon{font-size:28px}.free-shipping strong{display:block;font-size:14px}.free-shipping small{display:block;font-size:11px;color:var(--muted);margin-top:3px;line-height:1.3}.promo-divider{height:42px;background:#edd8bb}
.section{padding:0 16px 26px}.section-heading{margin-bottom:14px}.section-heading>div{display:flex;align-items:center;gap:9px}.section-heading h2{font-size:23px;letter-spacing:-.03em;margin:0}.section-heading p{font-size:13px;color:var(--muted);margin:7px 0 0 38px}.step{width:29px;height:29px;border-radius:9px;background:#ffe4be;color:var(--orange-dark);display:grid;place-items:center;font-weight:900}.simple{margin-bottom:12px}
.product-grid{display:grid;grid-template-columns:1fr;gap:14px}
.product-card{background:var(--surface);border:1px solid #ead9c5;border-radius:20px;overflow:hidden;box-shadow:0 5px 18px rgba(64,34,16,.05);display:grid;grid-template-columns:minmax(0,43%) minmax(0,57%);width:100%;min-width:0}
.product-image-wrap{min-height:230px;height:auto;position:relative;overflow:hidden;background:#f3eadf}.product-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.product-badge{position:absolute;top:9px;right:9px;background:#e65314;color:white;font-weight:900;font-size:11px;padding:6px 8px;border-radius:8px}
.product-body{padding:15px 13px 13px;min-width:0}.product-body h3{font-size:18px;line-height:1.12;margin:0 0 6px}.product-body>p{font-size:12px;line-height:1.35;color:var(--muted);min-height:34px;margin:0 0 11px}
.size-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;min-width:0}.size-option{border:1.5px solid #ebd5bd;background:#fffdf9;border-radius:13px;padding:8px 5px;display:grid;grid-template-columns:26px minmax(0,1fr);gap:4px;text-align:left;align-items:center;color:var(--ink);min-width:0;overflow:hidden}.size-option>span:last-child{min-width:0}.size-option.active{border-color:var(--orange);background:#fff5e9;box-shadow:0 0 0 1px rgba(233,102,0,.08)}.size-letter{width:26px;height:32px;border-radius:8px;background:#eee4d9;display:grid;place-items:center;font-size:16px;font-weight:900;color:#7a6558}.size-option.active .size-letter{background:var(--orange);color:#fff}.size-option strong{font-size:11px;display:block}.size-option small{font-size:8px;line-height:1.1;color:var(--muted);display:block;white-space:normal;margin:2px 0}.size-option b{font-size:11px;color:var(--orange-dark);white-space:nowrap}
.qty-control{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;border:1.5px solid #f08b44;border-radius:14px;overflow:hidden;margin-top:9px;height:43px}.qty-control button{height:100%;border:0;background:white;color:var(--orange);font-size:23px}.qty-control strong{text-align:center;font-size:17px}
.summary-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:8px 12px 12px;box-shadow:0 6px 20px rgba(70,40,20,.05)}.empty-cart{text-align:center;color:var(--muted);font-size:14px;padding:18px 4px}.summary-item{display:grid;grid-template-columns:46px 1fr auto 28px;gap:9px;align-items:center;padding:10px 0;border-bottom:1px solid #f0e4d5}.summary-item img{width:46px;height:46px;border-radius:10px;object-fit:cover}.summary-item-info strong{font-size:13px;display:block}.summary-item-info small{font-size:11px;color:var(--muted)}.summary-price{font-size:13px}.remove-item{border:0;background:#fff1eb;color:#e34f1a;border-radius:8px;width:28px;height:28px;font-size:18px}.summary-totals{padding-top:8px}.summary-totals>div{display:flex;justify-content:space-between;gap:10px;padding:7px 0;font-size:14px}.delivery-calculator{display:block!important;padding:12px 0!important;border-bottom:1px solid #eadccb}.delivery-calculator label{display:block;font-weight:800;margin-bottom:7px}.delivery-calculator-controls{display:grid;grid-template-columns:1fr auto;gap:8px}.delivery-calculator input{min-width:0;width:100%;height:42px;border:1.5px solid #ead8c0;border-radius:11px;background:#fffdf9;color:var(--ink);padding:0 12px;outline:none;font-size:14px}.delivery-calculator input:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(233,102,0,.10)}.delivery-calculator button{border:0;border-radius:11px;background:var(--orange);color:#fff;font-weight:800;padding:0 13px}.delivery-calculator button:disabled{opacity:.65;cursor:wait}.delivery-result{display:block;color:var(--muted);font-size:11px;line-height:1.35;margin-top:7px}.delivery-result.error{color:#c83d1e}.delivery-result.success{color:#138d2b}.grand-total{border-top:1px solid #eadccb;margin-top:3px;padding-top:12px!important;font-size:20px!important}.grand-total strong{color:var(--orange-dark)}
.customer-form{display:grid;gap:12px}.customer-form label>span,.customer-form .form-label{font-size:13px;font-weight:800;display:block;margin-bottom:6px}.customer-form input,.payment-select-trigger{width:100%;height:52px;border:1.5px solid #ead8c0;border-radius:14px;background:#fffdf9;color:var(--ink);padding:0 14px;outline:none;font-size:16px}.customer-form input:focus,.payment-select-trigger:focus,.payment-select.open .payment-select-trigger{border-color:var(--orange);box-shadow:0 0 0 3px rgba(233,102,0,.10)}.customer-form .invalid{border-color:#d9362e!important;animation:shake .22s linear 2}
.payment-select{position:relative;width:100%;min-width:0}.payment-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left}.payment-select-arrow{width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .18s}.payment-select.open .payment-select-arrow{transform:rotate(225deg) translate(-2px,-2px)}.payment-options{position:absolute;z-index:10;top:calc(100% + 6px);left:0;width:100%;max-width:100%;overflow:hidden;background:#fffdf9;border:1.5px solid var(--orange);border-radius:14px;box-shadow:0 12px 30px rgba(60,35,20,.18)}.payment-options button{display:block;width:100%;min-height:48px;border:0;background:#fffdf9;color:var(--ink);padding:0 14px;text-align:left;font-size:16px}.payment-options button+button{border-top:1px solid #f0e1ce}.payment-options button:hover,.payment-options button:focus,.payment-options button[aria-selected="true"]{background:#fff1df;color:var(--orange-dark);outline:none}
.payment-options[hidden]{display:none}
.delivery-location-btn{width:100%;min-height:40px;margin:8px 0;border:1.5px solid #f19a56!important;background:#fff4e6!important;color:var(--orange-dark)!important}
.buy-triggers{margin:2px 16px 22px;border:1px solid #efc984;background:linear-gradient(180deg,#fff7e9,#fff0d4);border-radius:20px;padding:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.buy-triggers article{background:rgba(255,255,255,.6);border-radius:14px;padding:10px 6px;text-align:center;min-height:121px}.buy-triggers article>span{font-size:24px}.buy-triggers strong{display:block;font-size:12px;line-height:1.15;margin:5px 0}.buy-triggers small{font-size:9px;line-height:1.3;color:var(--muted)}
.checkout-cta{padding:0 16px 28px;text-align:center}.checkout-cta>p{font-size:15px;line-height:1.4;background:#ffe6ba;border-radius:14px;padding:12px 14px;color:#7e3b13}.whatsapp-btn{width:100%;min-height:66px;border:0;border-radius:16px;background:linear-gradient(180deg,#25b743,#159433);color:white;box-shadow:0 10px 24px rgba(21,148,51,.22);display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 13px}.whatsapp-btn>span:first-child{font-size:30px}.whatsapp-btn strong{display:block;font-size:15px}.whatsapp-btn small{display:block;font-size:10px;margin-top:3px;font-weight:600}.privacy-note{display:block;margin-top:10px;color:#89776d;font-size:10px}
.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);width:min(calc(100% - 36px),390px);background:#2b1a12;color:#fff;padding:12px 14px;border-radius:12px;opacity:0;pointer-events:none;transition:.2s;z-index:20;text-align:center;font-size:13px;box-shadow:0 12px 30px rgba(0,0,0,.2)}.toast.show{opacity:1;transform:translate(-50%,0)}
@keyframes shake{25%{transform:translateX(-3px)}75%{transform:translateX(3px)}}
@media (max-width:360px){.topbar{height:78px}.hero{min-height:467px;padding:172px 17px 35px}.hero h1{font-size:34px}.hero-copy{width:48%}.product-card{grid-template-columns:minmax(0,40%) minmax(0,60%)}.product-image-wrap{min-height:214px}.product-body{padding:12px 9px}.product-body h3{font-size:16px}.size-option{grid-template-columns:23px minmax(0,1fr);gap:3px;padding:7px 3px}.size-letter{width:23px;height:30px}.size-option strong,.size-option b{font-size:10px}.size-option small{font-size:7px}.buy-triggers{padding:8px 6px;gap:5px}.buy-triggers article{padding:8px 4px}.buy-triggers strong{font-size:11px}.buy-triggers small{font-size:8px}}
@media (min-width:431px){body{padding:18px 0}.page-shell{border-radius:28px}}
