@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:wght@400;500;700;800&display=swap');

:root{
  --green:#006b4f;
  --green-dark:#054d3b;
  --cream:#f6efdc;
  --ink:#15392f;
  --muted:#6f7b74;
  --line:#d9ded7;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",Arial,sans-serif}
button,input,select,textarea{font:inherit}
.site-header{background:var(--green);padding:12px 20px}
.header-inner{max-width:1100px;margin:auto;display:flex;align-items:center;justify-content:center;position:relative}
.logo{height:74px;width:auto;object-fit:contain;filter:none}
.status{position:absolute;right:0;color:var(--green);background:#e5efe8;border-radius:999px;padding:9px 14px;font-weight:800;font-size:13px}
.status span{display:inline-block;width:8px;height:8px;border-radius:50%;background:#13a765;margin-right:5px}
.hero{background:var(--green);color:#fff;padding:30px 20px 44px}
.hero>div{max-width:1100px;margin:auto}
.eyebrow{font-weight:800;letter-spacing:2px;font-size:12px;margin:0 0 7px;opacity:.78}
.hero h1{font-family:"Archivo Black",Arial,sans-serif;font-size:clamp(30px,5vw,52px);line-height:1;margin:0 0 12px}
.hero p:not(.eyebrow){max-width:620px;font-size:17px;line-height:1.45;margin:0;opacity:.88}
.categories{max-width:1100px;margin:-20px auto 0;padding:0 20px;display:flex;gap:8px;overflow:auto;position:relative}
.cat{border:0;background:#e6ebe5;color:var(--ink);border-radius:999px;padding:11px 18px;font-weight:800;white-space:nowrap;cursor:pointer}
.cat.active{background:var(--green);color:#fff}
.section{max-width:1100px;margin:auto;padding:38px 20px 0}
.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:15px}
.section-title h2,.extras h2{font-family:"Archivo Black",Arial,sans-serif;font-size:28px;margin:0}
.section-title p,.extras p{margin:4px 0 0;color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.08)}
.product-img{width:100%;aspect-ratio:1.35;object-fit:cover;display:block;background:#f2eee4}
.card-body{padding:16px}
.card h3{margin:0;font-size:19px;font-weight:900}
.desc{color:var(--muted);font-size:13px;line-height:1.35;min-height:35px;margin:6px 0 13px}
.card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}
.price{font-size:19px;font-weight:900}
.price.missing{font-size:13px;color:var(--muted)}
.add{border:0;background:var(--green);color:#fff;width:42px;height:42px;border-radius:13px;font-size:25px;cursor:pointer}
.extras{max-width:1100px;margin:38px auto 0;padding:28px 20px;background:var(--green);color:#fff}
.extras-inner{max-width:1100px;margin:auto}
.extras h2{font-size:30px}.extras p{color:#d8e7df}
.extra-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.extra{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:15px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.extra button{border:0;border-radius:10px;background:#f5efdf;color:var(--green);font-weight:900;padding:8px 11px}
.placeholder{padding:35px 20px;background:#fff;border:1px dashed #cbd3cb;border-radius:18px;color:var(--muted)}
.cart-bar{position:sticky;bottom:14px;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:18px;width:min(680px,calc(100% - 28px));margin:35px auto 14px;padding:13px 16px;border:0;border-radius:20px;background:var(--green-dark);color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.18);cursor:pointer}
.cart-bar div{display:flex;flex-direction:column;text-align:left}.cart-bar small{opacity:.75;margin-top:2px}.cart-bar>span{background:var(--cream);color:var(--green);padding:12px 15px;border-radius:13px;font-weight:900}
.overlay{display:none;position:fixed;z-index:100;inset:0;background:rgba(0,0,0,.5);align-items:flex-end;justify-content:center;padding:12px}
.overlay.show{display:flex}
.sheet{width:min(700px,100%);max-height:94vh;overflow:auto;background:var(--cream);border-radius:26px 26px 0 0;padding:22px}
.sheet-head{display:flex;align-items:center;justify-content:space-between}
.sheet-head h2{font-family:"Archivo Black",Arial,sans-serif;margin:0}
.icon-btn{width:42px;height:42px;border:0;border-radius:12px;background:#e0e6df;font-size:22px}
.cart-line{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}
.qty{display:flex;align-items:center;gap:8px}.qty button{border:0;background:#dfe7e0;width:32px;height:32px;border-radius:9px}
.delivery-mode{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}
.mode{border:2px solid var(--line);background:#fff;border-radius:15px;padding:13px;text-align:left;cursor:pointer;color:var(--ink)}
.mode.selected{border-color:var(--green);background:#e6efe9}
.mode b,.mode small{display:block}.mode small{color:var(--muted);margin-top:4px}
label{display:block;font-size:13px;font-weight:800;margin:12px 0 6px}
input,select,textarea{width:100%;border:1px solid #cbd5cd;background:#fff;border-radius:12px;padding:13px;color:var(--ink)}
textarea{min-height:72px;resize:vertical}
.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.total-row{display:flex;align-items:center;justify-content:space-between;font-size:21px;font-weight:900;padding:18px 0}
.send-btn{width:100%;border:0;background:#128c55;color:#fff;border-radius:15px;padding:15px;font-weight:900;font-size:16px;cursor:pointer}
.small-note{text-align:center;color:var(--muted);font-size:12px}
code{font-family:monospace}
@media(max-width:800px){.grid{grid-template-columns:repeat(2,1fr)}.status{position:static}.header-inner{justify-content:space-between}.extra-grid{grid-template-columns:1fr}}
@media(max-width:520px){.logo{height:58px}.hero{padding-top:22px}.grid{grid-template-columns:1fr 1fr;gap:10px}.card-body{padding:12px}.card h3{font-size:16px}.desc{font-size:12px}.section-title{display:block}.section-title p{font-size:13px}.two,.delivery-mode{grid-template-columns:1fr}.extras{padding-left:20px;padding-right:20px}.extra-grid{grid-template-columns:1fr}.status{font-size:12px;padding:8px 10px}}
.variant-price{font-size:12px;line-height:1.3;max-width:75%}
.product-emoji{display:flex;align-items:center;justify-content:center;font-size:68px;background:#fff}
.variant-help{color:var(--muted);margin:8px 0 14px}
.variant-options{display:grid;gap:10px}
.variant-option{width:100%;border:2px solid var(--line);background:#fff;color:var(--ink);border-radius:15px;padding:15px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:16px}
.variant-option:hover{border-color:var(--green)}


/* Combos */
.combo-options{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:14px 0 18px}
.combo-choice{border:1px solid #d5ddd6;background:#fff;color:var(--ink);border-radius:13px;padding:13px 12px;display:flex;align-items:center;justify-content:space-between;font:inherit;font-weight:800;cursor:pointer;text-align:left}
.combo-choice.picked{border:2px solid var(--green);background:#e5efe9}
.combo-choice b{font-size:20px;color:var(--green)}
.combo-counter{background:#e4ebe5;border-radius:12px;padding:10px 12px;text-align:center;color:var(--green);margin-top:12px}
.send-btn:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:430px){.combo-options{grid-template-columns:1fr}}

.address-row{display:flex;gap:8px}.address-row input{flex:1}.find-btn{border:0;border-radius:12px;background:var(--green);color:#fff;padding:0 14px;font-weight:850;white-space:nowrap}.find-btn:disabled{opacity:.55}.delivery-result{margin:10px 0;padding:12px 14px;border-radius:13px;background:#e7eee8;color:var(--ink);display:flex;flex-direction:column;gap:3px}.delivery-result span{color:var(--muted);font-size:13px}.delivery-map-wrap{margin:12px 0}.delivery-map-wrap #delivery-map{height:260px;border-radius:16px;overflow:hidden;border:1px solid #d4ddd5}.map-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:7px}.map-actions span{font-size:12px;color:var(--muted);line-height:1.3}.map-action{border:0;border-radius:10px;background:#e7eee8;color:var(--green);padding:9px 11px;font-weight:800;white-space:nowrap}
@media(max-width:520px){.address-row{flex-direction:column}.find-btn{height:46px}}

/* Fotos nuevas y selector de hamburguesa */
.product-img{object-fit:contain;background:#fff}
.variant-image{width:100%;max-height:270px;object-fit:contain;background:#fff;border-radius:18px;margin:14px 0 8px;display:block}
.option-block{margin-top:18px}
.option-block h3{margin:0;font-size:18px;font-weight:900}
.option-note{margin:3px 0 10px;color:var(--muted);font-size:13px}
.variant-option span{display:flex;flex-direction:column;align-items:flex-start;gap:2px}
.variant-option span small{color:var(--muted);font-size:11px;font-weight:500}
.variant-option.selected{border-color:var(--green);background:#e6efe9;box-shadow:0 0 0 1px var(--green) inset}
.product-extras{display:grid;gap:9px}
.product-extra{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:11px 12px}
.product-extra>div:first-child{display:flex;flex-direction:column;gap:2px}
.product-extra span{font-size:12px;color:var(--muted)}
.extra-qty{display:flex;align-items:center;gap:9px}
.extra-qty button{width:32px;height:32px;border:0;border-radius:9px;background:#e2e9e3;color:var(--green);font-size:20px;font-weight:900;cursor:pointer}
.extra-qty strong{min-width:16px;text-align:center}
.selection-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:18px;padding:16px 0 12px;font-size:20px;font-weight:900}
@media(max-width:520px){.variant-image{max-height:210px}.variant-sheet{padding:18px}.product-extra{padding:10px}.extra-qty button{width:30px;height:30px}}
.web-closed-banner{margin:14px auto 0;max-width:980px;min-height:56px;box-sizing:border-box;padding:10px 18px;border-radius:14px;background:#fff2d8;border:1px solid #ead39a;color:#5f4a19;display:flex;flex-direction:column;justify-content:center;gap:3px}.web-closed-banner.hidden{display:none}.site-header .status.closed{background:#fde9e9;color:#a51d2d}.site-header .status.open{background:#e8f7ed;color:#16733a}.web-closed-banner strong{font-size:14px}.web-closed-banner span{font-size:13px}
