:root{--bg:#f6f6f6;--card:#fff;--text:#252525;--muted:#717171;--red:#ea1d2c;--red2:#c91522;--gold:#f2a900;--line:#e9e9e9;--dark:#141414}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Roboto,Arial,sans-serif}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.hero{background:linear-gradient(90deg,rgba(15,15,15,.92),rgba(15,15,15,.54)),url('assets/503042.jpg') center/cover;min-height:560px;color:white}.hero nav{height:80px;display:flex;align-items:center;justify-content:space-between;max-width:1240px;margin:auto;padding:0 24px}.brand{font:800 28px Oswald;letter-spacing:1px}.brand small{display:block;color:#ffc44f;font-size:12px;text-align:center;letter-spacing:5px}.navlinks{display:flex;align-items:center;gap:26px}.navlinks a{font-weight:700}.cart-btn{border:0;background:#16a34a;color:#fff;border-radius:999px;padding:11px 18px;font-weight:800}.hero-inner{max-width:1240px;margin:auto;padding:105px 24px}.eyebrow{color:#ffc44f;font:700 13px Oswald;letter-spacing:2px}.hero h1{font:800 clamp(46px,7vw,82px)/.98 Oswald;text-transform:uppercase;margin:14px 0}.hero h1 em{font-style:normal;color:#ffc44f}.hero p{max-width:650px;color:#eee;font-size:19px;line-height:1.6}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-flex;padding:14px 22px;border-radius:9px;font-weight:800}.primary{background:var(--red);color:white}.ghost{border:1px solid rgba(255,255,255,.55)}.info-strip{max-width:1180px;margin:-38px auto 36px;background:white;border-radius:16px;box-shadow:0 10px 34px rgba(0,0,0,.12);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.info-strip div{padding:22px 24px;display:grid;gap:6px;border-right:1px solid var(--line)}.info-strip div:last-child{border:0}.info-strip b{font-size:16px}.info-strip span{color:var(--muted);font-size:14px}.menu-section,.gallery,.contact{max-width:1240px;margin:auto;padding:54px 24px}.section-head{text-align:center;max-width:760px;margin:0 auto 30px}.section-head h2{font:800 44px Oswald;text-transform:uppercase;margin:8px 0}.section-head p{color:var(--muted)}.menu-tools{position:sticky;top:0;z-index:12;background:rgba(246,246,246,.95);backdrop-filter:blur(10px);padding:14px 0}.menu-tools input{width:100%;border:1px solid #ddd;background:#fff;border-radius:12px;padding:15px 18px;box-shadow:0 4px 16px rgba(0,0,0,.05)}.categories{display:flex;gap:8px;overflow:auto;padding:12px 2px 2px}.categories button{border:1px solid #ddd;background:white;border-radius:999px;padding:10px 15px;white-space:nowrap;font-weight:700;color:#555}.categories button.active{background:var(--red);border-color:var(--red);color:white}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}.menu-card{background:var(--card);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.07);display:flex;flex-direction:column;transition:.2s}.menu-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.11)}.product-image{height:190px;position:relative;background:#ddd;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.favorite{position:absolute;right:12px;top:12px;width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:25px;color:#555;box-shadow:0 3px 12px rgba(0,0,0,.16)}.favorite.active{color:var(--red)}.badge{position:absolute;left:12px;top:14px;background:var(--red);color:white;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.menu-card-content{padding:17px;display:flex;flex-direction:column;flex:1}.menu-card small{color:var(--red);text-transform:uppercase;font-weight:800;letter-spacing:.7px}.menu-card h3{margin:8px 0 6px;font-size:21px}.menu-card p{margin:0 0 16px;color:var(--muted);line-height:1.45;font-size:14px;min-height:40px}.menu-card footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.price{font-size:22px;font-weight:900}.add{border:0;background:var(--red);color:white;padding:10px 14px;border-radius:10px;font-weight:800}.add b{font-size:18px}.gallery{display:none}.contact{margin-top:25px;margin-bottom:70px;background:var(--dark);color:white;border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:30px}.contact h2{font:800 42px Oswald;text-transform:uppercase;margin:8px 0}.contact p{color:#ccc;max-width:760px;line-height:1.6}body>footer{background:#101010;color:#bbb;padding:32px 24px;display:flex;justify-content:center;gap:24px;flex-wrap:wrap}body>footer b{color:white}.floating-cart{position:fixed!important;right:18px!important;bottom:calc(18px + env(safe-area-inset-bottom,0px))!important;z-index:2147483647!important;border:0;background:#16a34a;color:#fff;border-radius:999px;padding:14px 18px;display:flex!important;align-items:center;gap:9px;font-weight:900;box-shadow:0 10px 30px rgba(22,163,74,.38)}.floating-cart-count{background:white;color:#15803d;min-width:25px;height:25px;padding:0 7px;border-radius:999px;display:grid;place-items:center}.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:2147483646;display:none;justify-content:flex-end}.cart-overlay.open{display:flex}.cart{width:min(520px,100%);height:100%;overflow:auto;background:white;padding:22px}.cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:15px}.cart-head small{color:var(--red);font-weight:800}.cart-head h3{font-size:32px;margin:0}.cart-head button{border:0;background:none;font-size:24px}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-item h4{margin:0 0 4px}.cart-item small{color:var(--muted)}.qty{display:flex;align-items:center;gap:8px}.qty button{border:1px solid #ddd;background:white;border-radius:50%;width:30px;height:30px}.qty .remove{border:0;width:auto;color:var(--red)}.cart-form{display:grid;gap:12px;margin-top:18px}.cart-form label{display:grid;gap:6px;font-size:13px;color:#555}.cart-form input,.cart-form select,.cart-form textarea{width:100%;border:1px solid #ddd;border-radius:9px;padding:12px}.cart-form textarea{min-height:70px}.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hidden{display:none!important}.cart-total{border-top:1px solid var(--line);margin-top:18px;padding:18px 0;display:grid;grid-template-columns:1fr auto;gap:6px}.cart-total strong{font-size:24px}.cart-total small{grid-column:1/-1;color:var(--muted)}.checkout{width:100%;border:0;background:#25d366;color:#073f1d;padding:16px;border-radius:10px;font-weight:900}.empty{text-align:center;color:var(--muted);padding:40px}@media(max-width:900px){.menu-grid{grid-template-columns:repeat(2,1fr)}.info-strip{margin:-30px 16px 30px;grid-template-columns:1fr}.info-strip div{border-right:0;border-bottom:1px solid var(--line)}.contact{margin-left:16px;margin-right:16px;flex-direction:column;align-items:flex-start}.navlinks>a{display:none}}@media(max-width:580px){.hero{min-height:520px}.hero-inner{padding-top:72px}.hero h1{font-size:48px}.menu-section{padding:38px 14px}.menu-grid{grid-template-columns:1fr 1fr;gap:10px}.product-image{height:128px}.menu-card-content{padding:12px}.menu-card h3{font-size:16px}.menu-card p{font-size:12px;min-height:48px}.price{font-size:17px}.add{padding:8px 10px;font-size:12px}.section-head h2{font-size:36px}.floating-cart{width:58px;height:58px;padding:0;justify-content:center;border-radius:50%}.floating-cart-text{display:none}.floating-cart-count{position:absolute;right:-3px;top:-5px;min-width:23px;height:23px}.two{grid-template-columns:1fr}.contact h2{font-size:34px}}

.checkout-actions{display:grid;gap:10px}.mp-checkout{background:#009ee3;color:#fff}.mp-checkout:disabled{opacity:.65;cursor:wait}.payment-security{margin:10px 0 0;text-align:center;color:var(--muted);font-size:12px}.checkout-actions .checkout{min-height:52px}


.pix-overlay{position:fixed;inset:0;background:rgba(0,0,0,.78);z-index:10000;display:none;align-items:center;justify-content:center;padding:18px;overflow:auto}.pix-overlay.open{display:flex}.pix-modal{position:relative;width:min(460px,100%);background:#fff;color:#211811;border-radius:22px;padding:28px;text-align:center;box-shadow:0 24px 80px rgba(0,0,0,.45)}.pix-close{position:absolute;right:14px;top:14px;border:0;background:#eee;width:38px;height:38px;border-radius:50%;font-size:18px;cursor:pointer}.pix-modal h2{font-family:Oswald,sans-serif;font-size:30px;margin:5px 0}.pix-modal p{margin:0 0 12px;color:#6a584b}.pix-modal img{display:block;width:min(280px,86%);aspect-ratio:1;object-fit:contain;margin:12px auto;border:10px solid #fff;border-radius:12px;box-shadow:0 4px 22px rgba(0,0,0,.12)}.pix-code-label{display:block;text-align:left;font-weight:700;margin-top:12px}.pix-code-label textarea{width:100%;min-height:84px;margin-top:7px;padding:10px;border:1px solid #d4c9c0;border-radius:10px;resize:none;font-size:12px;word-break:break-all}.pix-copy,.pix-ticket{display:flex;justify-content:center;width:100%;margin-top:10px}.pix-ticket{color:#3e2d20;border-color:#b7a69a}.pix-status{margin-top:14px;padding:11px;border-radius:10px;background:#fff4cf;color:#6f5200;font-weight:700}.pix-status.approved{background:#dff7e7;color:#176534}.pix-status.failed{background:#fde3e3;color:#8a2020}@media(max-width:520px){.pix-modal{padding:24px 16px 18px}.pix-modal h2{font-size:26px}.pix-modal img{width:min(250px,84%)}}

/* Correção mobile: o QR Code deve ficar acima do carrinho e do botão flutuante. */
.pix-overlay{z-index:2147483647!important}
body.pix-open{overflow:hidden}
body.pix-open .cart-overlay,body.pix-open .floating-cart{display:none!important}
@media(max-width:520px){.pix-overlay{align-items:flex-start;padding:10px}.pix-modal{margin:auto 0;max-height:calc(100dvh - 20px);overflow-y:auto}.pix-modal img{width:min(230px,78vw)}}

/* Fecha completamente a tela de pagamento enquanto o QR Code Pix estiver aberto. */
body.pix-open .cart-overlay{display:none!important;visibility:hidden!important;pointer-events:none!important}
body.pix-open .floating-cart{display:none!important}

/* V7.3 — somente carrinho flutuante preto e aviso preto */
.floating-cart{background:#0b0b0b!important;color:#fff!important;box-shadow:0 10px 30px rgba(0,0,0,.38)!important}
.floating-cart:hover{background:#000!important;filter:brightness(1.08)}
.floating-cart-count{background:#fff!important;color:#000!important}
.item-added-toast{position:fixed;left:50%;bottom:96px;z-index:2147483647;display:flex;align-items:center;gap:10px;max-width:min(92vw,430px);padding:13px 18px;border:1px solid #2d2d2d;border-radius:999px;background:#0b0b0b;color:#fff;font-weight:900;box-shadow:0 14px 38px rgba(0,0,0,.42);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,18px) scale(.96);transition:opacity .2s ease,transform .2s ease,visibility .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.item-added-toast.show{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0) scale(1)}
.item-added-check{display:grid;place-items:center;flex:0 0 25px;width:25px;height:25px;border-radius:50%;background:#fff;color:#000;font-size:17px;font-weight:1000}
.cart-bump{animation:cartBump .38s ease}
@keyframes cartBump{0%,100%{transform:scale(1)}50%{transform:scale(1.16)}}
@media(max-width:580px){.item-added-toast{bottom:88px;font-size:13px;padding:12px 15px;max-width:calc(100vw - 28px)}}


/* V7.4 — CEP automático, área de entrega e taxa fixa de Perus */
.delivery-address-block{display:grid;gap:12px;padding:14px;border:1px solid #e4e4e4;border-radius:14px;background:#fafafa}
.cep-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end}
.cep-search{height:43px;border:0;border-radius:10px;padding:0 18px;background:#111;color:#fff;font-weight:900;cursor:pointer}
.cep-status{margin:-3px 0 0;font-size:12px;color:#666}.cep-status.loading{color:#7c5b00}.cep-status.success{color:#14743b}.cep-status.error{color:#b42318}
.delivery-area-message{padding:12px 14px;border-radius:12px;font-size:13px;font-weight:800;line-height:1.45}.delivery-area-message.pending{background:#fff5cc;color:#6e5200}.delivery-area-message.success{background:#ddf7e6;color:#146c36}.delivery-area-message.blocked{background:#fee4e2;color:#9d1c17}
.delivery-whatsapp{display:flex;align-items:center;justify-content:center;gap:9px;padding:13px 16px;border-radius:999px;background:#25d366;color:#063c1d;font-weight:900;box-shadow:0 6px 18px rgba(37,211,102,.22)}
.wa-circle{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#fff;color:#128c3e;font-size:14px}
.cart-total{grid-template-columns:1fr auto!important}.cart-total .grand-total-label,.cart-total .grand-total{padding-top:10px;border-top:1px dashed #d8d8d8;font-weight:900}.cart-total .grand-total{font-size:26px}.muted-fee{color:#888}
.checkout:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.4)}
@media(max-width:580px){.cep-row{grid-template-columns:1fr}.cep-search{width:100%}.delivery-address-block{padding:12px}}

/* ===== V8 Premium — identidade Espetinho Perus ===== */
:root{--gold-premium:#e3a83b;--brown-premium:#2a170f;--black-premium:#0d0a08;--cream-premium:#fffaf3}
body{background:linear-gradient(180deg,#f6f2ed 0%,#fff 42%,#f7f4ef 100%)}
.hero{position:relative;min-height:610px;background:linear-gradient(90deg,rgba(7,5,4,.94),rgba(7,5,4,.58)),url('assets/503042.jpg') center/cover}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 45%,rgba(227,168,59,.14),transparent 36%);pointer-events:none}.hero nav,.hero-inner{position:relative;z-index:1}.brand{font-size:31px}.hero h1 em{color:#ffc44f}.hero .primary{background:linear-gradient(135deg,#ed1c2e,#bb111e);box-shadow:0 10px 26px rgba(234,29,44,.28)}
.info-strip{grid-template-columns:repeat(4,1fr);border:1px solid rgba(56,34,21,.08);box-shadow:0 18px 48px rgba(36,20,12,.14)}.info-strip b{font-size:17px}.info-strip span{line-height:1.45}.store-hours-card span{font-weight:700;color:#9f1d22}
.store-schedule{max-width:1180px;margin:0 auto 8px;padding:17px 20px;border-radius:18px;display:flex;gap:14px;align-items:flex-start;border:1px solid #ead8c6;background:#fffaf4;box-shadow:0 8px 24px rgba(54,31,18,.06)}.store-schedule-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#2b170f;color:#fff;font-size:20px;flex:none}.store-schedule strong{display:block;font-size:17px;margin-bottom:4px}.store-schedule p{margin:0;color:#715e51;line-height:1.5;font-size:14px}.store-schedule.open{border-color:#b8e1c3;background:#f3fff6}.store-schedule.open .store-schedule-icon{background:#14823b}.store-schedule.closed{border-color:#efc3c3;background:#fff6f6}.store-schedule.closed .store-schedule-icon{background:#c81e2b}
.menu-section{padding-top:42px}.section-head h2{letter-spacing:-.5px}.menu-tools{border-radius:18px;padding:12px;background:rgba(250,247,243,.92);box-shadow:0 8px 24px rgba(50,30,17,.07)}.menu-tools input{border:1px solid #e3d9d0;border-radius:16px;padding:16px 18px}.categories{padding-top:14px}.categories button{border-color:#e2d8cf;background:#fffaf5;padding:11px 17px}.categories button.active{background:#1a110d;border-color:#1a110d;box-shadow:0 7px 18px rgba(26,17,13,.2)}
.menu-grid{gap:20px}.menu-card{border-radius:22px;border:1px solid rgba(65,38,22,.08);box-shadow:0 10px 32px rgba(50,30,18,.09)}.menu-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(50,30,18,.14)}.product-image{height:205px}.menu-card-content{padding:18px}.menu-card small{color:#bd202a}.menu-card h3{font-size:22px}.price{color:#8a5713}.badge{background:linear-gradient(135deg,#c98a25,#8b5718);box-shadow:0 5px 14px rgba(132,84,22,.25)}
.add{width:48px;height:48px;padding:0!important;border-radius:50%!important;display:grid;place-items:center;background:#111!important;color:#fff;box-shadow:0 9px 22px rgba(0,0,0,.24);transition:transform .18s ease,background .18s ease}.add:hover{background:#000!important;transform:scale(1.06)}.add:active{transform:scale(.92)}.add b{font-size:27px;line-height:1;font-weight:500}.favorite{width:42px;height:42px}
.floating-cart{background:#090909!important;border:1px solid rgba(255,255,255,.15);box-shadow:0 14px 34px rgba(0,0,0,.42)!important}.item-added-toast{background:#0b0b0b;border-color:#4b4039}.item-added-check{background:#e3a83b;color:#17100b}
.cart{background:#fffdf9}.cart-head small{color:#a66716}.cart-head h3{font-family:Oswald;font-weight:700}.checkout{border-radius:14px}.store-closed-button{background:#c9c3bd!important;color:#766f69!important;cursor:not-allowed!important;box-shadow:none!important;opacity:.9}.store-is-closed .checkout-actions:after{content:'Pedidos disponíveis somente no horário de atendimento.';display:block;text-align:center;color:#9b252b;font-weight:700;font-size:13px;margin-top:10px}
@media(max-width:900px){.info-strip{grid-template-columns:1fr 1fr}.store-schedule{margin-left:16px;margin-right:16px}}
@media(max-width:580px){.hero{min-height:585px}.hero nav{height:72px}.hero-inner{padding-top:55px;padding-bottom:96px}.hero h1{font-size:47px}.hero p{font-size:18px}.info-strip{grid-template-columns:1fr;margin-top:-54px;border-radius:22px}.info-strip div{padding:19px 22px}.store-schedule{margin-top:18px}.menu-tools{margin:0 4px}.menu-grid{gap:12px}.menu-card{border-radius:20px}.product-image{height:150px}.menu-card-content{padding:14px}.menu-card h3{font-size:17px}.menu-card p{font-size:13px;min-height:56px}.price{font-size:18px}.add{width:45px;height:45px}.add b{font-size:25px}.section-head p{font-size:15px;line-height:1.5}}


/* V8.6 — cartões mais compactos sem descrição padrão */
.menu-card-content{
  padding:14px 15px 15px;
}
.menu-card h3{
  margin:6px 0 10px;
}
.menu-card p{
  min-height:0;
  margin:0 0 10px;
}
.menu-card footer{
  margin-top:4px;
}


/* ============================================================
   ESPETINHO PERUS V9 — ETAPA 1: EXPERIÊNCIA VISUAL DE APLICATIVO
   ============================================================ */
:root{
  --v9-ink:#120d09;
  --v9-brown:#32190d;
  --v9-gold:#edae38;
  --v9-red:#df172a;
  --v9-paper:#f7f3ee;
  --v9-shadow:0 18px 48px rgba(50,29,17,.13);
}
html{scroll-behavior:smooth}
body{
  background:
    radial-gradient(circle at 8% 5%,rgba(237,174,56,.10),transparent 24rem),
    linear-gradient(180deg,#f6f1eb 0%,#fff 52%,#f7f2ec 100%);
}
.hero nav{
  background:linear-gradient(180deg,rgba(9,6,4,.88),rgba(9,6,4,.18));
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.hero h1{
  text-wrap:balance;
  letter-spacing:-.035em;
  text-shadow:0 10px 30px rgba(0,0,0,.48);
}
.hero-inner p{max-width:610px;line-height:1.65}
.btn{
  min-height:56px;
  border-radius:18px;
  transition:transform .2s ease,filter .2s ease,box-shadow .2s ease;
}
.btn:hover,.btn:focus-visible{transform:translateY(-2px)}
.btn.primary{box-shadow:0 15px 34px rgba(223,23,42,.28)}

.app-benefits{
  width:min(1160px,calc(100% - 34px));
  margin:-54px auto 26px;
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-radius:26px;
  overflow:hidden;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(64,37,21,.08);
  box-shadow:var(--v9-shadow);
}
.app-benefits article{
  min-height:112px;
  display:flex;
  align-items:center;
  gap:15px;
  padding:22px 24px;
}
.app-benefits article+article{border-left:1px solid #eee5de}
.app-benefits span{font-size:31px}
.app-benefits strong{display:block;font-size:1.03rem}
.app-benefits small{display:block;color:#796b61;margin-top:5px;line-height:1.35}

.promo-section{
  width:min(1160px,calc(100% - 34px));
  margin:0 auto 30px;
  overflow:hidden;
  border-radius:28px;
  box-shadow:var(--v9-shadow);
  position:relative;
  background:#160d08;
}
.promo-track{
  display:flex;
  transition:transform .55s cubic-bezier(.22,.61,.36,1);
}
.promo-card{
  flex:0 0 100%;
  min-height:0;
  aspect-ratio:2.65 / 1;
  position:relative;
  display:flex;
  align-items:center;
  padding:42px clamp(28px,6vw,70px);
  color:#fff;
  background-size:cover;
  background-position:center;
  isolation:isolate;
}
.promo-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(12,8,5,.96) 0%,rgba(12,8,5,.76) 48%,rgba(12,8,5,.18) 100%);
}
.promo-one{background-image:url("banner-v105-01-10-desconto.jpg")}
.promo-two{background-image:url("banner-v105-02-karaoke-double.jpg")}
.promo-three{background-image:url("banner-v105-03-instagram-musica.jpg")}
.promo-card>div{max-width:580px}
.promo-card span{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  background:var(--v9-gold);
  color:#21150d;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.09em;
}
.promo-card h2{
  margin:14px 0 9px;
  font-family:Oswald,sans-serif;
  font-size:clamp(2rem,5vw,3.7rem);
  line-height:1;
  text-transform:uppercase;
}
.promo-card p{font-size:1.05rem;line-height:1.55;color:#f4e9df}
.promo-card a{
  display:inline-flex;
  align-items:center;
  min-height:48px;
  margin-top:12px;
  padding:0 20px;
  border-radius:15px;
  color:#fff;
  background:linear-gradient(135deg,#e71a2e,#bd0e1d);
  font-weight:900;
}
.promo-dots{
  position:absolute;
  z-index:3;
  left:50%;
  bottom:17px;
  display:flex;
  gap:8px;
  transform:translateX(-50%);
}
.promo-dots button{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.48);
}
.promo-dots button.active{width:27px;border-radius:99px;background:#fff}

.info-strip{
  border-radius:25px;
  box-shadow:var(--v9-shadow);
  border:1px solid rgba(60,35,20,.08);
}
.store-schedule{border-radius:20px}

.menu-section{padding-top:68px}
.menu-tools{
  position:sticky;
  top:0;
  z-index:15;
  border-radius:21px;
  background:rgba(247,243,238,.92);
  backdrop-filter:blur(13px);
  -webkit-backdrop-filter:blur(13px);
}
.menu-tools input{
  min-height:58px;
  padding-left:54px;
  background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2387776d' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.6-3.6'/%3E%3C/svg%3E") no-repeat 20px center;
}
.categories{scrollbar-width:none}
.categories::-webkit-scrollbar{display:none}
.categories button{border-radius:999px;min-height:47px}
.menu-grid{gap:18px}
.menu-card{
  border-radius:23px;
  overflow:hidden;
  border:1px solid rgba(61,35,20,.08);
  box-shadow:0 13px 34px rgba(48,28,17,.10);
}
.menu-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 45px rgba(48,28,17,.16);
}
.product-image img{transition:transform .42s ease}
.menu-card:hover .product-image img{transform:scale(1.035)}
.menu-card-content{padding:13px 14px 15px}
.menu-card h3{margin:5px 0 10px;line-height:1.15}
.menu-card footer{margin-top:2px}
.add{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  border-radius:50%!important;
  box-shadow:0 11px 25px rgba(0,0,0,.27)!important;
}
.gallery-grid img{
  border-radius:22px;
  box-shadow:0 14px 34px rgba(45,26,15,.15);
}
.contact{
  border-radius:28px;
  box-shadow:0 23px 52px rgba(44,25,14,.22);
}
.floating-cart{
  transition:transform .2s ease,box-shadow .2s ease;
}
.has-cart-items .floating-cart{
  animation:v9CartPulse .35s ease;
}
@keyframes v9CartPulse{50%{transform:scale(1.08)}}

.mobile-app-nav{display:none}

@media(max-width:760px){
  body{padding-bottom:78px}
  .hero{min-height:760px}
  .hero-inner{padding-inline:24px}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:11px}
  .app-benefits{
    margin-top:-40px;
    grid-template-columns:1fr;
    width:calc(100% - 28px);
  }
  .app-benefits article{min-height:82px;padding:14px 18px}
  .app-benefits article+article{border-left:0;border-top:1px solid #eee5de}
  .promo-section{width:calc(100% - 28px);border-radius:23px}
  .promo-card{
    min-height:0;
    aspect-ratio:1.75 / 1;
    padding:26px 22px 46px;
    background-position:center;
  }
  .promo-card::before{
    background:linear-gradient(90deg,rgba(12,8,5,.95),rgba(12,8,5,.63));
  }
  .promo-card h2{font-size:clamp(1.75rem,8vw,2.55rem)}
  .info-strip{width:calc(100% - 28px);margin-inline:auto}
  .menu-section{padding-top:50px}
  .menu-tools{
    margin-inline:-14px;
    padding-inline:14px;
    border-radius:0;
  }
  .menu-grid{gap:12px}
  .product-image{height:150px}
  .menu-card-content{padding:11px 12px 13px}
  .menu-card h3{font-size:17px}
  .price{font-size:18px}
  .add{width:46px!important;height:46px!important;min-width:46px!important}
  .floating-cart{bottom:91px!important}
  .mobile-app-nav{
    position:fixed;
    z-index:2147483000;
    left:0;
    right:0;
    bottom:0;
    min-height:70px;
    padding:7px 12px calc(7px + env(safe-area-inset-bottom));
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:rgba(255,255,255,.96);
    border-top:1px solid #eadfd6;
    box-shadow:0 -12px 35px rgba(35,20,12,.12);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
  }
  .mobile-app-nav a,.mobile-app-nav button{
    position:relative;
    border:0;
    background:transparent;
    color:#5f5148;
    display:grid;
    place-items:center;
    gap:2px;
    font:inherit;
  }
  .mobile-app-nav span{font-size:22px;line-height:1}
  .mobile-app-nav small{font-size:10px;font-weight:800}
  .mobile-app-nav b{
    position:absolute;
    top:0;
    left:calc(50% + 8px);
    min-width:19px;
    height:19px;
    padding:0 5px;
    display:grid;
    place-items:center;
    border-radius:999px;
    color:#fff;
    background:#df172a;
    font-size:10px;
  }
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}


/* V67 — promoções reativadas em formato wide */
.promo-section{display:block !important}
.promo-track{display:flex !important}
.promo-card{display:flex !important}
.promo-dots{display:flex !important}

.app-benefits{
  margin-bottom:22px;
}

.info-strip{
  margin-top:0 !important;
}

@media(max-width:760px){
  .app-benefits{
    margin-bottom:16px;
  }
}


/* V9.2 — início limpo e benefícios próximos dos botões */
.info-strip{
  display:none !important;
}

.hero-actions{
  display:flex;
  align-items:stretch;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.hero-actions .btn{
  width:220px;
  min-height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.hero .app-benefits{
  width:min(760px,100%);
  margin:22px 0 0;
  position:static;
  z-index:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-radius:22px;
  overflow:hidden;
  background:rgba(16,11,8,.58);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 16px 38px rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.hero .app-benefits article{
  min-height:96px;
  padding:16px 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:left;
  color:#fff;
}

.hero .app-benefits article+article{
  border-left:1px solid rgba(255,255,255,.12);
  border-top:0;
}

.hero .app-benefits span{
  font-size:27px;
  flex:0 0 auto;
}

.hero .app-benefits strong{
  display:block;
  font-size:.94rem;
  color:#fff;
}

.hero .app-benefits small{
  display:block;
  margin-top:3px;
  color:rgba(255,255,255,.76);
  font-size:.78rem;
  line-height:1.3;
}

main{
  padding-top:18px;
}

@media(max-width:760px){
  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
  }

  .hero-actions .btn{
    width:100%;
    min-width:0;
  }

  .hero .app-benefits{
    width:100%;
    margin-top:18px;
    grid-template-columns:1fr;
    border-radius:20px;
  }

  .hero .app-benefits article{
    min-height:72px;
    justify-content:flex-start;
    padding:12px 14px;
  }

  .hero .app-benefits article+article{
    border-left:0;
    border-top:1px solid rgba(255,255,255,.12);
  }

  .hero .app-benefits span{
    font-size:24px;
  }

  .hero .app-benefits strong{
    font-size:.92rem;
  }

  .hero .app-benefits small{
    font-size:.75rem;
  }

  main{
    padding-top:8px;
  }
}


/* V9.3 - remove carrinho flutuante */
.floating-cart,
#floatingCart,
.floating-cart-wrap{
  display:none !important;
}
.mobile-app-nav #mobileCartButton{
  display:none !important;
}
.mobile-app-nav{
  grid-template-columns:repeat(3,1fr)!important;
}


/* V9.4 — mantém carrinho apenas na barra inferior */
.floating-cart,
#floatingCart,
.floating-cart-wrap{
  display:none !important;
}

.mobile-app-nav{
  grid-template-columns:repeat(4,1fr) !important;
}

.mobile-app-nav #mobileCartButton{
  display:grid !important;
}


/* =========================================================
   ESPETINHO PERUS V9.5 — CARDÁPIO PREMIUM
   ========================================================= */
.menu-section{
  padding-top:42px;
}

.section-head{
  margin-bottom:24px;
}

.section-head h2{
  letter-spacing:-.035em;
  text-wrap:balance;
}

.menu-tools{
  position:sticky;
  top:0;
  z-index:25;
  padding:12px 0 14px;
  background:rgba(247,243,238,.95);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

#search{
  min-height:58px;
  border-radius:18px;
  border:1px solid rgba(48,27,16,.11);
  box-shadow:0 10px 26px rgba(50,29,17,.08);
  background-color:#fff;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}

#search:focus{
  outline:none;
  border-color:rgba(223,23,42,.36);
  box-shadow:0 12px 30px rgba(223,23,42,.12);
  transform:translateY(-1px);
}

.categories{
  gap:10px;
  padding:6px 2px 2px;
  scroll-snap-type:x proximity;
}

.categories button{
  scroll-snap-align:start;
  min-height:46px;
  padding:0 20px;
  border-radius:999px;
  border:1px solid rgba(55,31,18,.11);
  background:#fff;
  color:#3b2b21;
  font-weight:800;
  box-shadow:0 6px 16px rgba(44,25,14,.06);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;
}

.categories button:hover,
.categories button:focus-visible{
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(44,25,14,.10);
}

.categories button.active,
.categories button.premium-active{
  color:#fff;
  background:linear-gradient(135deg,#e91c31,#bd0f1f);
  border-color:transparent;
  box-shadow:0 10px 24px rgba(223,23,42,.24);
}

.menu-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.menu-card,
.product-card{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(54,30,17,.08);
  box-shadow:0 14px 34px rgba(49,28,16,.10);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

.menu-card:hover,
.product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 48px rgba(49,28,16,.16);
  border-color:rgba(236,174,56,.26);
}

.product-image{
  position:relative;
  overflow:hidden;
  height:220px;
  cursor:zoom-in;
  background:linear-gradient(135deg,#f0e5dc,#fff);
}

.product-image::after{
  content:"Toque para ampliar";
  position:absolute;
  left:14px;
  bottom:12px;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(8,6,4,.66);
  color:#fff;
  font-size:.7rem;
  font-weight:800;
  opacity:0;
  transform:translateY(6px);
  transition:opacity .2s ease,transform .2s ease;
  pointer-events:none;
}

.menu-card:hover .product-image::after{
  opacity:1;
  transform:translateY(0);
}

.product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease,filter .45s ease;
}

.menu-card:hover .product-image img{
  transform:scale(1.045);
  filter:saturate(1.05);
}

.menu-card-content{
  padding:15px 16px 16px;
}

.menu-card h3,
.product-card h3{
  margin:4px 0 10px;
  font-size:1.1rem;
  line-height:1.18;
  letter-spacing:-.02em;
  color:#21160f;
}

.menu-card p,
.product-card p{
  margin:0 0 10px;
  color:#76675d;
  line-height:1.45;
}

.menu-card footer,
.product-card footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:4px;
}

.price,
.product-price{
  font-size:1.24rem;
  font-weight:900;
  color:#20150e;
}

.add,
.add-button,
button[data-add]{
  position:relative;
  display:grid;
  place-items:center;
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  padding:0!important;
  border-radius:50%!important;
  border:0!important;
  background:linear-gradient(145deg,#1d1713,#020202)!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(0,0,0,.24)!important;
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease!important;
}

.add:hover,
.add-button:hover,
button[data-add]:hover{
  transform:translateY(-2px) scale(1.03);
  box-shadow:0 14px 28px rgba(0,0,0,.30)!important;
}

.add:active,
.add-button:active,
button[data-add]:active{
  transform:scale(.94);
}

.add.added-feedback,
.add-button.added-feedback,
button[data-add].added-feedback{
  animation:addButtonPop .8s ease;
}

.add.added-feedback::after,
.add-button.added-feedback::after,
button[data-add].added-feedback::after{
  content:"✓"!important;
  color:#fff!important;
}

.menu-card.just-added,
.product-card.just-added{
  animation:cardAddedFlash .7s ease;
}

@keyframes addButtonPop{
  0%{transform:scale(1)}
  35%{transform:scale(1.14);background:#13874a}
  100%{transform:scale(1)}
}

@keyframes cardAddedFlash{
  0%{box-shadow:0 14px 34px rgba(49,28,16,.10)}
  45%{box-shadow:0 0 0 4px rgba(31,170,89,.17),0 22px 48px rgba(49,28,16,.18)}
  100%{box-shadow:0 14px 34px rgba(49,28,16,.10)}
}

.product-image-modal[hidden]{
  display:none!important;
}

.product-image-modal{
  position:fixed;
  inset:0;
  z-index:2147483600;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(7,5,4,.88);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.product-image-modal img{
  width:min(880px,96vw);
  max-height:86vh;
  object-fit:contain;
  border-radius:24px;
  box-shadow:0 28px 70px rgba(0,0,0,.48);
}

.product-image-modal-close{
  position:fixed;
  top:20px;
  right:20px;
  width:48px;
  height:48px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#17100c;
  font-size:31px;
  line-height:1;
  box-shadow:0 10px 28px rgba(0,0,0,.28);
}

.image-modal-open{
  overflow:hidden;
}

@media(max-width:980px){
  .menu-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .menu-section{
    padding-top:30px;
  }

  .menu-tools{
    margin-inline:-14px;
    padding:10px 14px 13px;
  }

  #search{
    min-height:54px;
  }

  .categories{
    margin-inline:-2px;
  }

  .categories button{
    min-height:43px;
    padding:0 17px;
    font-size:.9rem;
  }

  .menu-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }

  .menu-card,
  .product-card{
    border-radius:20px;
  }

  .product-image{
    height:145px;
  }

  .product-image::after{
    display:none;
  }

  .menu-card-content{
    padding:11px 12px 12px;
  }

  .menu-card h3,
  .product-card h3{
    margin-bottom:8px;
    font-size:.98rem;
  }

  .price,
  .product-price{
    font-size:1.05rem;
  }

  .add,
  .add-button,
  button[data-add]{
    width:45px!important;
    height:45px!important;
    min-width:45px!important;
    min-height:45px!important;
  }

  .product-image-modal{
    padding:14px;
  }

  .product-image-modal img{
    width:100%;
    border-radius:18px;
  }

  .product-image-modal-close{
    top:14px;
    right:14px;
  }
}

@media(max-width:420px){
  .menu-grid{
    gap:10px;
  }

  .product-image{
    height:132px;
  }

  .menu-card-content{
    padding:10px;
  }

  .menu-card h3,
  .product-card h3{
    font-size:.93rem;
  }

  .price,
  .product-price{
    font-size:1rem;
  }

  .add,
  .add-button,
  button[data-add]{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .menu-card,
  .product-card,
  .product-image img,
  .add,
  .add-button,
  button[data-add]{
    animation:none!important;
    transition:none!important;
  }
}

/* V9.7 — acesso à área do cliente */
.navlinks a[href="cliente.html"]{
  padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.14)
}


/* Padronização visual de latas e garrafas */
.product-image.packaged-drink{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px 20px;
  background:linear-gradient(135deg,#f7f3ee,#fffaf6 58%,#efe4d8);
}
.product-image.packaged-drink img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  transform:scale(.9);
  filter:drop-shadow(0 10px 10px rgba(45,27,16,.16));
}
.menu-card:hover .product-image.packaged-drink img{
  transform:scale(.94);
  filter:drop-shadow(0 12px 12px rgba(45,27,16,.2)) saturate(1.04);
}
@media(max-width:580px){
  .product-image.packaged-drink{padding:10px 14px}
  .product-image.packaged-drink img{transform:scale(.88)}
  .menu-card:hover .product-image.packaged-drink img{transform:scale(.91)}
}

/* V26.1 — correção do enquadramento das imagens das bebidas */
.product-image.packaged-drink{
  padding:0 !important;
  background:#ddd !important;
}
.product-image.packaged-drink img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:scale(1) !important;
  filter:none !important;
}
.menu-card:hover .product-image.packaged-drink img{
  transform:scale(1.04) !important;
  filter:none !important;
}
@media(max-width:580px){
  .product-image.packaged-drink{padding:0 !important}
  .product-image.packaged-drink img{transform:scale(1) !important}
  .menu-card:hover .product-image.packaged-drink img{transform:scale(1.03) !important}
}

/* V44 — bloco final mais compacto e botão alinhado */
.contact{
  padding:32px 38px;
  min-height:0;
  gap:24px;
}
.contact > div{min-width:0}
.contact .eyebrow{font-size:11px;letter-spacing:1.6px}
.contact h2{
  margin:6px 0 4px;
  font-size:32px;
  line-height:1.08;
}
.contact p{
  margin:0;
  max-width:700px;
  font-size:14px;
  line-height:1.5;
}
.contact > .btn{
  flex:0 0 auto;
  width:170px;
  min-height:48px;
  padding:12px 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1;
  white-space:nowrap;
  border-radius:14px;
}
@media(max-width:900px){
  .contact{
    padding:28px 26px;
    gap:18px;
    align-items:stretch;
  }
  .contact > .btn{width:100%;align-self:stretch}
}
@media(max-width:580px){
  .contact{padding:24px 20px;margin-bottom:44px}
  .contact h2{font-size:27px}
  .contact p{font-size:13px}
  .contact > .btn{min-height:46px}
}


/* V46 — fidelidade opcional no carrinho */
.loyalty-cart-box{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border:1px solid #efd28b;border-radius:14px;background:linear-gradient(135deg,#fff9e7,#fff);margin-bottom:12px}.loyalty-cart-box strong{display:block;color:#59340e}.loyalty-cart-box small{display:block;margin-top:4px;color:#7b695d;line-height:1.35}.loyalty-cart-box a{flex:0 0 auto;padding:9px 11px;border-radius:10px;background:#25160e;color:#fff;font-size:.76rem;font-weight:900;text-align:center}.loyalty-logged .loyalty-cart-box{border-color:#9bd2b5;background:#effaf4}.loyalty-logged .loyalty-cart-box a{background:#168b51}@media(max-width:520px){.loyalty-cart-box{align-items:stretch;flex-direction:column}.loyalty-cart-box a{width:100%}}

/* V60 — seletores visuais isolados da lógica de pagamento */
.choice-row{align-items:start}.choice-field{display:grid;gap:9px}.choice-label{font-size:13px;font-weight:900;color:#4c4037;text-transform:uppercase;letter-spacing:.04em}.visual-select-hidden{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.toggle-group{display:grid;gap:10px}.white-red{grid-template-columns:1fr 1fr}.toggle-btn{border:1.5px solid #e3d9d0;background:#fff;color:#2b211b;border-radius:14px;padding:13px;font-weight:900;cursor:pointer;box-shadow:0 5px 14px rgba(42,23,15,.05)}.toggle-btn.active{background:#ea1d2c;border-color:#ea1d2c;color:#fff;box-shadow:0 10px 22px rgba(234,29,44,.22)}.payment-group{grid-template-columns:1fr 1fr}.pay-btn{min-height:72px;display:flex;align-items:center;gap:11px;text-align:left}.pay-btn>span:last-child{display:grid;gap:3px}.pay-btn strong{font-size:15px}.pay-btn small{font-size:10px;color:#776960;font-weight:700}.pay-btn.active small{color:#fff}.pay-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:#f4eee8;font-weight:900}.pay-btn.active .pay-icon{background:rgba(255,255,255,.18)}.pix-icon{font-size:24px}.card-icon{font-size:25px;transform:rotate(90deg)}.money-btn{grid-column:1/-1;min-height:62px}@media(max-width:760px){.payment-group{grid-template-columns:1fr}.money-btn{grid-column:auto}}

/* V61 — seleção de pagamento azul e sem dinheiro */
.white-red .toggle-btn.active{background:#ea1d2c;border-color:#ea1d2c;color:#fff;box-shadow:0 10px 22px rgba(234,29,44,.22)}
.payment-group .toggle-btn.active{background:#1769d2;border-color:#1769d2;color:#fff;box-shadow:0 10px 22px rgba(23,105,210,.25)}
.payment-group{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){.payment-group{grid-template-columns:1fr}}


/* V62 — logos reais nos botões de pagamento */
.pay-btn{min-height:84px;gap:14px;padding:14px 16px}
.pay-btn>span:last-child{display:grid;gap:4px;align-content:center}
.pay-btn strong{font-size:16px;line-height:1.1}
.pay-btn small{font-size:11px}
.pay-icon{width:72px;height:48px;display:flex;align-items:center;justify-content:center;background:transparent!important;border-radius:0;padding:0;overflow:visible;flex:none}
.pay-btn.active .pay-icon{background:transparent!important}
.pay-icon img{display:block;max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 2px 3px rgba(0,0,0,.10))}
@media(max-width:760px){.pay-btn{min-height:78px}.pay-icon{width:68px;height:46px}}

/* V63 — botões de pagamento menores e sempre em linha */
.payment-group{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:8px;
}
.pay-btn{
  min-height:68px;
  padding:8px 6px;
  gap:6px;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  border-radius:12px;
}
.pay-btn>span:last-child{
  display:grid;
  gap:2px;
  justify-items:center;
  align-content:center;
}
.pay-btn strong{
  font-size:13px;
  line-height:1.05;
}
.pay-btn small{
  font-size:9px;
  line-height:1.1;
}
.pay-icon{
  width:52px;
  height:32px;
}
@media(max-width:900px){
  .payment-group{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media(max-width:560px){
  .payment-group{gap:6px}
  .pay-btn{min-height:62px;padding:7px 4px}
  .pay-icon{width:44px;height:28px}
  .pay-btn strong{font-size:12px}
  .pay-btn small{display:none}
}

/* V66 — banners de destaque em formato wide */
.promo-wide{max-width:1160px}
@media (min-width:761px) and (max-width:980px){
  .promo-card{aspect-ratio:2.15 / 1;padding:34px 38px}
}
@media (max-width:480px){
  .promo-card{aspect-ratio:1.55 / 1}
  .promo-card p{font-size:.92rem;line-height:1.4}
  .promo-card a{min-height:43px;padding:0 16px}
}


/* V70 — promoções com imagens reais de combos */
.promo-image-mode .promo-card-image{
  padding:0;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  background-color:#000;
}
.promo-image-mode .promo-card-image::before{display:none}
.promo-image-mode .promo-banner-link{
  position:absolute;
  inset:0;
  display:block;
  z-index:2;
}
.promo-image-mode .promo-card-image:focus-within,
.promo-image-mode .promo-card-image:hover{
  transform:translateY(-1px);
}


/* V72 — corrige proporção dos banners para manter o botão alinhado */
.promo-image-mode .promo-card-image{
  aspect-ratio:1672 / 941 !important;
}
@media (max-width:720px){
  .promo-image-mode .promo-card-image{
    aspect-ratio:1672 / 941 !important;
  }
}


/* V75 — remove estilo de botão sobreposto nos banners */
.promo-image-mode .promo-banner-link{
  position:absolute;
  inset:0;
  display:block;
  z-index:2;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:transparent !important;
  font-size:0 !important;
  line-height:0 !important;
  box-shadow:none !important;
  text-decoration:none !important;
}
.promo-image-mode .promo-banner-link:focus-visible{
  outline:3px solid rgba(255,255,255,.85);
  outline-offset:-6px;
}


/* V78 — identificação e finalidade do app para verificação OAuth do Google */
.app-purpose{
  width:min(1160px,calc(100% - 34px));
  margin:28px auto 22px;
  padding:28px clamp(22px,4vw,44px);
  border:1px solid rgba(240,170,70,.34);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(35,21,13,.98),rgba(16,10,7,.98));
  box-shadow:var(--v9-shadow);
  color:#fff;
}
.app-purpose-badge{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:var(--v9-gold);
  color:#21150d;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.08em;
}
.app-purpose h2{
  margin:12px 0 8px;
  font-family:Oswald,sans-serif;
  font-size:clamp(2rem,5vw,3.2rem);
  line-height:1;
  text-transform:uppercase;
}
.app-purpose p{
  max-width:920px;
  margin:0;
  color:#f4e9df;
  font-size:1.05rem;
  line-height:1.65;
}
.app-purpose-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.app-purpose-links a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:13px;
  background:rgba(255,255,255,.07);
  color:#fff;
  font-weight:800;
  text-decoration:none;
}
.app-purpose-links a:hover,
.app-purpose-links a:focus-visible{
  background:rgba(255,255,255,.14);
}
@media (max-width:720px){
  .app-purpose{width:calc(100% - 28px);margin-top:18px;padding:22px 18px;border-radius:20px}
  .app-purpose p{font-size:.97rem;line-height:1.55}
  .app-purpose-links{display:grid;grid-template-columns:1fr 1fr}
  .app-purpose-links a{justify-content:center;text-align:center;font-size:.85rem;padding:8px 10px}
}

/* V89 - pagamento temporariamente apenas via Pix */
.payment-group.payment-pix-only{grid-template-columns:1fr!important}.payment-group.payment-pix-only .pay-btn{width:100%}

/* V92: Pix automático e visibilidade correta do frete */
.delivery-whatsapp[hidden]{display:none!important}
.fulfillment-only{display:block}
.fulfillment-only .choice-field{width:100%}

/* V94: textos dos produtos maiores dentro do carrinho */
.cart-items .cart-item h4{
  font-size:19px;
  line-height:1.3;
  font-weight:800;
  margin:0 0 6px;
}
.cart-items .cart-item small{
  font-size:15px;
  line-height:1.35;
}
.cart-items .cart-item .qty b{
  font-size:17px;
}
.cart-items .cart-item .qty .remove{
  font-size:14px;
  font-weight:700;
}
@media (max-width:580px){
  .cart-items .cart-item h4{font-size:18px}
  .cart-items .cart-item small{font-size:14px}
}

/* V96 - Cupom de desconto */
.coupon-box{border:1px solid #e5e7eb;background:#fffaf1;border-radius:12px;padding:12px;display:grid;gap:7px}.coupon-box>label{font-weight:800;color:#333}.coupon-row{display:grid;grid-template-columns:1fr auto;gap:8px}.coupon-row input{min-width:0;text-transform:uppercase;font-weight:700;letter-spacing:.5px}.coupon-row button{border:0;border-radius:9px;padding:0 16px;background:#171717;color:#fff;font-weight:900;cursor:pointer}.coupon-row button:disabled{opacity:.55;cursor:wait}.coupon-box small{color:#6b7280}.coupon-box small.success{color:#15803d;font-weight:700}.coupon-box small.error{color:#b91c1c;font-weight:700}.coupon-box small.loading{color:#92400e}.coupon-box.applied{border-color:#86efac;background:#f0fdf4}.coupon-box.invalid{border-color:#fecaca;background:#fff7f7}@media(max-width:420px){.coupon-row{grid-template-columns:1fr}.coupon-row button{min-height:42px}}


/* V107 — Home mobile aprovada: hero compacto, benefícios em linha e navegação consistente */
.hero-btn-icon{display:inline-grid;place-items:center;margin-right:8px;font-size:1.05em}
.hero-btn-arrow{margin-left:auto;font-size:1.5em;line-height:.8}
.hero-play{width:25px;height:25px;border:1.5px solid currentColor;border-radius:50%;font-size:.62em;padding-left:2px}

@media(max-width:760px){
  body{background:#f7f2ec}

  .hero{
    min-height:0!important;
    background:
      linear-gradient(90deg,rgba(9,7,5,.96) 0%,rgba(11,8,6,.82) 46%,rgba(11,8,6,.38) 100%),
      url('assets/503042.jpg') 62% center/cover no-repeat;
    border-bottom:1px solid rgba(255,255,255,.07);
  }
  .hero nav{
    height:68px;
    padding:0 20px;
    background:linear-gradient(180deg,rgba(0,0,0,.52),transparent);
  }
  .brand{font-size:23px;line-height:1}
  .brand small{font-size:10px;letter-spacing:4px;margin-top:6px}
  .navlinks{display:none}

  .hero-inner{
    padding:28px 20px 22px!important;
    max-width:none;
  }
  .eyebrow{
    display:block;
    max-width:260px;
    margin:0 0 10px;
    font-size:11px;
    letter-spacing:2.2px;
    line-height:1.4;
  }
  .hero h1{
    max-width:355px;
    margin:8px 0 14px;
    font-size:clamp(40px,12vw,58px);
    line-height:.94;
    letter-spacing:-.02em;
  }
  .hero p{
    max-width:350px;
    margin:0;
    font-size:16px;
    line-height:1.45;
    color:rgba(255,255,255,.88);
  }
  .hero-actions{
    display:grid!important;
    grid-template-columns:1.08fr .92fr;
    gap:10px!important;
    margin-top:20px!important;
  }
  .hero-actions .btn{
    width:100%;
    min-height:54px;
    padding:0 15px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    font-weight:900;
    white-space:nowrap;
  }
  .hero-actions .primary{
    background:linear-gradient(135deg,#f11b32,#c90f20);
    box-shadow:0 12px 24px rgba(225,20,42,.28);
  }
  .hero-actions .ghost{
    background:rgba(12,9,7,.55);
    border:1px solid rgba(255,255,255,.62);
  }
  .hero-btn-icon{margin-right:6px}
  .hero-btn-arrow{margin-left:7px}

  .app-benefits{
    width:100%!important;
    margin:18px 0 0!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    border-radius:0!important;
    background:rgba(10,8,6,.58)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    box-shadow:none!important;
    overflow:hidden;
  }
  .app-benefits article{
    min-height:88px!important;
    padding:12px 8px!important;
    gap:7px!important;
    flex-direction:column;
    justify-content:center;
    text-align:center;
    color:#fff;
  }
  .app-benefits article+article{
    border-top:0!important;
    border-left:1px solid rgba(255,255,255,.13)!important;
  }
  .app-benefits span{font-size:24px!important;line-height:1}
  .app-benefits strong{
    font-size:11.5px!important;
    line-height:1.15;
    color:#fff;
  }
  .app-benefits small{
    margin-top:3px!important;
    font-size:9.5px!important;
    line-height:1.25!important;
    color:rgba(255,255,255,.72)!important;
  }

  main{padding-top:14px}
  .store-schedule{
    margin:0 14px 14px!important;
    padding:14px 15px!important;
    border-radius:20px!important;
    gap:12px!important;
    align-items:center!important;
    box-shadow:0 9px 24px rgba(41,28,20,.08)!important;
  }
  .store-schedule-icon{
    width:46px!important;
    height:46px!important;
    border-radius:15px!important;
    font-size:22px!important;
  }
  .store-schedule strong{
    margin-bottom:3px!important;
    font-size:15px!important;
    line-height:1.2;
  }
  .store-schedule p{
    font-size:12px!important;
    line-height:1.35!important;
  }

  .promo-section{
    width:calc(100% - 28px)!important;
    margin:0 auto 22px!important;
    border-radius:22px!important;
    box-shadow:0 15px 34px rgba(48,29,18,.13)!important;
  }
  .promo-image-mode .promo-card-image{
    aspect-ratio:1672 / 941!important;
    background-size:cover!important;
  }
  .promo-dots{bottom:10px!important}
  .promo-dots button{width:7px;height:7px}
  .promo-dots button.active{width:24px}

  .menu-section{padding:34px 14px 42px!important}
  .section-head{margin-bottom:20px}
  .section-head h2{
    font-size:36px!important;
    line-height:1;
    margin-bottom:12px!important;
  }
  .section-head p{
    max-width:330px;
    margin-inline:auto;
    font-size:15px;
    line-height:1.5;
  }
  .menu-tools{
    margin-inline:0!important;
    padding:10px 0 8px!important;
    background:rgba(247,242,236,.95)!important;
  }
  .menu-tools input{
    min-height:54px!important;
    border-radius:18px!important;
  }
  .categories{gap:8px;padding:10px 0 3px!important}
  .categories button{
    min-height:43px!important;
    padding:9px 15px!important;
    font-size:14px;
    background:#fff!important;
  }
  .categories button.active{
    color:#fff!important;
    background:linear-gradient(135deg,#ef1c31,#c91222)!important;
    border-color:#df172a!important;
    box-shadow:0 7px 16px rgba(223,23,42,.18)!important;
  }

  .menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}
  .menu-card,.product-card{border-radius:20px!important}
  .product-image{height:145px!important}
  .menu-card-content{padding:11px 11px 12px!important}
  .menu-card small{font-size:10px}
  .menu-card h3,.product-card h3{
    min-height:37px;
    margin:5px 0 8px!important;
    font-size:16px!important;
    line-height:1.16!important;
  }
  .price,.product-price{font-size:17px!important}
  .add,.add-button,button[data-add]{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
  }
  .favorite{width:38px!important;height:38px!important;font-size:22px!important}

  .mobile-app-nav{
    min-height:74px!important;
    padding:7px 8px calc(8px + env(safe-area-inset-bottom))!important;
    background:rgba(255,255,255,.975)!important;
    border-top:1px solid #eee4dc!important;
    box-shadow:0 -9px 28px rgba(38,22,13,.10)!important;
  }
  .mobile-app-nav a,.mobile-app-nav button{
    color:#64584f!important;
    gap:4px!important;
  }
  .mobile-app-nav .active{color:#e3192d!important}
  .mobile-app-nav .nav-icon{
    width:25px;
    height:25px;
    display:grid;
    place-items:center;
    font-size:0!important;
  }
  .mobile-app-nav .nav-icon svg{
    width:24px;
    height:24px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .mobile-app-nav .active .nav-icon svg path:first-child{fill:currentColor;stroke:currentColor}
  .mobile-app-nav small{font-size:10.5px!important;font-weight:800!important}
  .mobile-app-nav b{
    top:-2px!important;
    left:calc(50% + 7px)!important;
    min-width:20px!important;
    height:20px!important;
    font-size:10px!important;
  }
}


/* V109 — aproximação fiel do mockup aprovado */
.hero-art{display:none}
.hero-copy{position:relative;z-index:2}

@media(max-width:760px){
  body{background:#0b0806!important}

  .hero{
    position:relative;
    overflow:hidden;
    min-height:0!important;
    background:
      radial-gradient(circle at 76% 18%,rgba(241,158,45,.10),transparent 26%),
      linear-gradient(180deg,#0a0705 0%,#100a06 100%)!important;
    color:#fff;
  }
  .hero nav{
    height:64px!important;
    padding:0 18px!important;
    border-bottom:1px solid rgba(255,255,255,.06);
    background:#090705!important;
  }
  .brand{font-size:22px!important;letter-spacing:.7px}
  .brand small{font-size:9px!important;letter-spacing:4px!important;margin-top:5px!important}

  .hero-inner{
    position:relative;
    padding:18px 18px 18px!important;
    min-height:0;
  }
  .hero-art{
    display:block;
    position:absolute;
    z-index:0;
    top:8px;
    right:-16px;
    width:56%;
    height:310px;
    border-radius:0 0 0 48px;
    overflow:hidden;
    background:
      linear-gradient(90deg,#0d0805 0%,rgba(13,8,5,.70) 16%,rgba(13,8,5,.12) 54%,rgba(13,8,5,.03) 100%),
      linear-gradient(0deg,rgba(6,4,3,.12),rgba(6,4,3,.02)),
      url('https://images.unsplash.com/photo-1767974968707-db3d448d4ef3?auto=format&fit=crop&w=1100&q=88') 50% 50%/cover no-repeat;
    box-shadow:-28px 22px 50px rgba(0,0,0,.34);
  }
  .hero-art:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.18) 70%,#0d0805 100%);
  }
  .hero-script{
    position:absolute;
    z-index:2;
    top:8px;
    right:12px;
    color:#f4b73c;
    font:700 18px/1.05 "Brush Script MT","Segoe Script",cursive;
    text-align:right;
    transform:rotate(-4deg);
    text-shadow:0 2px 8px rgba(0,0,0,.45);
  }

  .hero-copy{
    width:67%;
    min-height:292px;
    padding-top:16px;
  }
  .eyebrow{display:none!important}
  .hero h1{
    max-width:250px!important;
    margin:0!important;
    font-size:clamp(34px,10.8vw,45px)!important;
    line-height:.91!important;
    letter-spacing:-.025em!important;
    text-shadow:0 3px 16px rgba(0,0,0,.28);
  }
  .hero h1 em{color:#f5b53b!important}
  .hero p{
    width:225px;
    max-width:100%!important;
    margin:16px 0 0!important;
    font-size:13.5px!important;
    line-height:1.35!important;
    color:rgba(255,255,255,.88)!important;
  }

  .hero-actions{
    position:relative;
    z-index:3;
    display:grid!important;
    grid-template-columns:1.08fr .92fr!important;
    gap:9px!important;
    margin-top:4px!important;
  }
  .hero-actions .btn{
    min-height:52px!important;
    padding:0 12px!important;
    border-radius:17px!important;
    font-size:14px!important;
  }
  .hero-actions .primary{
    background:linear-gradient(135deg,#f21b31,#ca0d20)!important;
    box-shadow:0 12px 26px rgba(226,18,42,.28)!important;
  }
  .hero-actions .ghost{
    background:rgba(9,7,5,.62)!important;
    border:1px solid rgba(255,255,255,.67)!important;
  }

  .app-benefits{
    position:relative;
    z-index:3;
    margin:15px 0 0!important;
    border-radius:0!important;
    background:rgba(8,6,5,.82)!important;
    border:1px solid rgba(255,255,255,.15)!important;
  }
  .app-benefits article{
    min-height:82px!important;
    padding:10px 6px!important;
  }
  .app-benefits span{font-size:22px!important}
  .app-benefits strong{font-size:10.8px!important}
  .app-benefits small{font-size:9px!important}

  main{
    padding-top:12px!important;
    background:#0b0806!important;
  }
  .store-schedule{
    margin:0 14px 14px!important;
    background:#eefcf3!important;
    border-color:#a7ddba!important;
    box-shadow:0 12px 28px rgba(0,0,0,.16)!important;
  }
  .store-schedule strong{font-size:14.5px!important}
  .store-schedule p{font-size:11.7px!important}

  .promo-section{
    margin-bottom:18px!important;
    border:1px solid rgba(255,255,255,.10);
    background:#080604!important;
    box-shadow:0 16px 38px rgba(0,0,0,.28)!important;
  }

  .menu-section{
    position:relative;
    margin-top:22px!important;
    padding:38px 14px 44px!important;
    border-radius:28px 28px 0 0;
    background:#f7f2ec!important;
  }
  .menu-section:before{
    content:"";
    position:absolute;
    left:50%;
    top:12px;
    width:42px;
    height:4px;
    border-radius:999px;
    transform:translateX(-50%);
    background:#d8c8bb;
  }

  .mobile-app-nav{
    background:rgba(10,8,6,.985)!important;
    border-top:1px solid rgba(255,255,255,.10)!important;
    box-shadow:0 -10px 28px rgba(0,0,0,.32)!important;
  }
  .mobile-app-nav a,.mobile-app-nav button{color:#f3eee9!important}
  .mobile-app-nav .active{color:#f11b31!important}
  .mobile-app-nav small{color:inherit!important}
}


/* V110 — imagens resilientes e promo editorial */
@media(max-width:760px){
  .promo-section{background:#090705!important}
  .promo-card{
    aspect-ratio:1.72 / 1!important;
    min-height:0!important;
    padding:22px 20px 42px!important;
    background-size:cover!important;
    background-position:center!important;
    align-items:flex-end!important;
  }
  .promo-card::before{
    display:block!important;
    background:linear-gradient(90deg,rgba(7,4,2,.94) 0%,rgba(7,4,2,.72) 48%,rgba(7,4,2,.20) 100%)!important;
  }
  .promo-card>div{max-width:72%}
  .promo-card span{
    padding:5px 8px!important;
    font-size:9px!important;
    background:#e22b24!important;
    color:#fff!important;
  }
  .promo-card h2{
    margin:8px 0 5px!important;
    font-size:28px!important;
    color:#fff!important;
  }
  .promo-card p{
    margin:0!important;
    font-size:11px!important;
    line-height:1.35!important;
    color:#f6ece4!important;
  }
  .promo-card a{
    min-height:36px!important;
    margin-top:9px!important;
    padding:0 13px!important;
    border-radius:10px!important;
    font-size:11px!important;
  }
}


/* V111 — ajuste fino final da home aprovada */
@media(max-width:760px){
  .hero-inner{
    padding:14px 18px 15px!important;
  }
  .hero-copy{
    min-height:255px!important;
    padding-top:12px!important;
  }
  .hero-art{
    top:4px!important;
    height:272px!important;
    width:58%!important;
    background-position:52% 50%!important;
  }
  .hero-script{
    top:7px!important;
    right:10px!important;
    font-size:16px!important;
  }
  .hero h1{
    font-size:clamp(32px,10.3vw,43px)!important;
    line-height:.90!important;
  }
  .hero p{
    margin-top:13px!important;
    font-size:13px!important;
    line-height:1.32!important;
  }
  .hero-actions{
    margin-top:0!important;
  }
  .app-benefits{
    margin-top:12px!important;
  }
  .app-benefits article{
    min-height:76px!important;
    padding:9px 5px!important;
  }

  .store-schedule{
    margin:0 14px 12px!important;
    padding:11px 13px!important;
    min-height:0!important;
    border-radius:18px!important;
  }
  .store-schedule-icon{
    width:40px!important;
    height:40px!important;
    border-radius:13px!important;
    font-size:19px!important;
  }
  .store-schedule strong{
    font-size:13.5px!important;
    line-height:1.18!important;
    margin-bottom:2px!important;
  }
  .store-schedule p{
    font-size:10.8px!important;
    line-height:1.28!important;
  }

  .promo-combo-casal{
    position:relative;
    min-height:0!important;
    aspect-ratio:1.72/1!important;
    background-size:cover!important;
    background-position:62% 50%!important;
  }
  .promo-combo-casal::before{
    content:""!important;
    display:block!important;
    position:absolute;
    inset:0;
    z-index:-1;
    background:
      linear-gradient(90deg,rgba(6,4,2,.98) 0%,rgba(6,4,2,.93) 40%,rgba(6,4,2,.58) 62%,rgba(6,4,2,.14) 100%)!important;
  }
  .promo-combo-casal .combo-copy{
    max-width:61%!important;
    align-self:center!important;
  }
  .promo-combo-casal .combo-copy>span{
    display:inline-flex!important;
    padding:4px 7px!important;
    border-radius:5px!important;
    background:#d91d25!important;
    color:#fff!important;
    font-size:8px!important;
    line-height:1!important;
    text-transform:uppercase!important;
    letter-spacing:.05em!important;
  }
  .promo-combo-casal h2{
    margin:6px 0 5px!important;
    font-size:31px!important;
    line-height:.82!important;
    color:#fff!important;
  }
  .promo-combo-casal h2 br+*{color:#f4b329}
  .promo-combo-casal p{
    margin:0!important;
    font-size:9.5px!important;
    line-height:1.25!important;
    color:#fff2e8!important;
  }
  .promo-combo-casal p strong{
    color:#ffd04d!important;
  }
  .combo-price{
    margin-top:6px!important;
    color:#ffc23d!important;
    font:900 33px/.95 Oswald,sans-serif!important;
    text-shadow:0 2px 12px rgba(0,0,0,.35);
  }
  .combo-price small{
    margin-right:3px!important;
    color:#fff!important;
    font-size:12px!important;
    vertical-align:middle!important;
  }
  .promo-combo-casal a{
    min-height:31px!important;
    margin-top:7px!important;
    padding:0 11px!important;
    border-radius:9px!important;
    font-size:9.5px!important;
  }

  .promo-section{
    margin-bottom:14px!important;
  }
}


/* V112 — visual final conforme mockup aprovado + Combo Casal original */
@media(max-width:760px){
  .hero{
    background:#090705!important;
    overflow:hidden!important;
  }

  .hero nav{
    position:relative!important;
    z-index:5!important;
    height:72px!important;
    padding:0 20px!important;
    background:transparent!important;
    border-bottom:0!important;
  }
  .brand{
    font-size:25px!important;
    line-height:1!important;
    letter-spacing:.8px!important;
  }
  .brand small{
    margin-top:6px!important;
    font-size:10px!important;
    letter-spacing:5px!important;
    color:#f4b73c!important;
  }

  .hero-inner{
    position:relative!important;
    padding:4px 18px 16px!important;
  }
  .hero-art{
    display:block!important;
    position:absolute!important;
    z-index:0!important;
    top:-70px!important;
    right:-12px!important;
    width:61%!important;
    height:355px!important;
    border-radius:0 0 0 54px!important;
    background:
      linear-gradient(90deg,#090705 0%,rgba(9,7,5,.84) 13%,rgba(9,7,5,.24) 47%,rgba(9,7,5,.02) 100%),
      linear-gradient(0deg,#090705 0%,rgba(9,7,5,.02) 34%),
      url('assets/hero-v112.webp') 51% 50%/cover no-repeat!important;
    box-shadow:none!important;
  }
  .hero-art:after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    background:
      linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.02) 68%,#090705 100%)!important;
  }
  .hero-script{
    position:absolute!important;
    z-index:2!important;
    top:18px!important;
    right:12px!important;
    color:#f6b937!important;
    font:700 18px/1.08 "Brush Script MT","Segoe Script",cursive!important;
    text-align:right!important;
    transform:rotate(-4deg)!important;
    text-shadow:0 2px 8px rgba(0,0,0,.55)!important;
  }

  .hero-copy{
    position:relative!important;
    z-index:2!important;
    width:64%!important;
    min-height:286px!important;
    padding-top:13px!important;
  }
  .hero h1{
    max-width:255px!important;
    margin:0!important;
    font-size:clamp(35px,10.6vw,45px)!important;
    line-height:.91!important;
    letter-spacing:-.025em!important;
    text-shadow:0 3px 15px rgba(0,0,0,.36)!important;
  }
  .hero h1 em{color:#f5b53b!important}
  .hero p{
    width:245px!important;
    max-width:100%!important;
    margin:15px 0 0!important;
    font-size:13.5px!important;
    line-height:1.36!important;
    color:rgba(255,255,255,.92)!important;
  }

  .hero-actions{
    position:relative!important;
    z-index:4!important;
    margin-top:3px!important;
    grid-template-columns:1.08fr .92fr!important;
    gap:9px!important;
  }
  .hero-actions .btn{
    min-height:54px!important;
    border-radius:17px!important;
    font-size:14.5px!important;
  }

  .app-benefits{
    position:relative!important;
    z-index:4!important;
    margin-top:14px!important;
    background:rgba(7,5,4,.86)!important;
    border:1px solid rgba(255,255,255,.16)!important;
  }
  .app-benefits article{
    min-height:80px!important;
    padding:10px 6px!important;
  }
  .app-benefits span{font-size:23px!important}
  .app-benefits strong{font-size:10.8px!important}
  .app-benefits small{font-size:9px!important}

  main{
    padding-top:11px!important;
    background:#090705!important;
  }
  .store-schedule{
    margin:0 14px 12px!important;
    padding:11px 13px!important;
    border-radius:18px!important;
  }

  .promo-section{
    width:calc(100% - 28px)!important;
    margin:0 auto 15px!important;
    border-radius:21px!important;
    overflow:hidden!important;
    background:#050403!important;
    border:1px solid rgba(255,255,255,.10)!important;
    box-shadow:0 16px 38px rgba(0,0,0,.28)!important;
  }
  .promo-combo-restored{
    position:relative!important;
    aspect-ratio:16 / 9!important;
    min-height:0!important;
    padding:0!important;
    background-size:cover!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
    background-color:#050403!important;
  }
  .promo-combo-restored::before{display:none!important}
  .promo-combo-restored .promo-banner-link{
    position:absolute!important;
    inset:0!important;
    z-index:3!important;
    display:block!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    font-size:0!important;
    color:transparent!important;
  }

  .menu-section{
    margin-top:20px!important;
    border-radius:28px 28px 0 0!important;
    background:#f7f2ec!important;
  }

  .mobile-app-nav{
    background:rgba(8,6,5,.99)!important;
    border-top:1px solid rgba(255,255,255,.10)!important;
  }
}


/* V113 — corrige enquadramento do hero para mostrar melhor a cerveja */
@media(max-width:760px){
  .hero-art{
    top:-8px!important;
    right:0!important;
    width:54%!important;
    height:300px!important;
    border-radius:0 0 0 54px!important;
    background:
      linear-gradient(90deg,#090705 0%,rgba(9,7,5,.86) 16%,rgba(9,7,5,.28) 48%,rgba(9,7,5,.02) 100%),
      linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.02) 70%,#090705 100%),
      url('assets/hero-v112.webp') 92% center/contain no-repeat!important;
  }
  .hero-script{
    top:34px!important;
    right:10px!important;
    font-size:16px!important;
    line-height:1.05!important;
  }
  .hero-copy{
    width:62%!important;
    min-height:270px!important;
    padding-top:12px!important;
  }
}


/* V114 — sobe o slogan manuscrito do hero */
@media(max-width:760px){
  .hero-script{
    top:6px!important;
    right:10px!important;
  }
}


/* V115 — hero integrado: foto fundida ao fundo, sem aparência de banner */
@media(max-width:760px){
  .hero{
    position:relative!important;
    overflow:hidden!important;
    background:#090705!important;
    isolation:isolate;
  }

  .hero::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    background:
      url('assets/hero-v112.webp') right -22px top 54px / auto 76% no-repeat!important;
    opacity:.98!important;
    pointer-events:none!important;
    -webkit-mask-image:
      radial-gradient(ellipse 70% 78% at 80% 40%, #000 0%, #000 54%, rgba(0,0,0,.92) 66%, rgba(0,0,0,.52) 79%, transparent 96%)!important;
    mask-image:
      radial-gradient(ellipse 70% 78% at 80% 40%, #000 0%, #000 54%, rgba(0,0,0,.92) 66%, rgba(0,0,0,.52) 79%, transparent 96%)!important;
  }

  .hero::after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    pointer-events:none!important;
    background:
      linear-gradient(90deg,#090705 0%,#090705 31%,rgba(9,7,5,.91) 42%,rgba(9,7,5,.58) 57%,rgba(9,7,5,.16) 77%,rgba(9,7,5,.02) 100%),
      linear-gradient(180deg,#090705 0%,rgba(9,7,5,.34) 12%,rgba(9,7,5,0) 29%,rgba(9,7,5,0) 68%,rgba(9,7,5,.58) 83%,#090705 98%)!important;
  }

  .hero nav,
  .hero-inner{
    position:relative!important;
    z-index:2!important;
  }

  /* O antigo bloco da foto vira apenas contêiner do slogan. */
  .hero-art{
    position:absolute!important;
    inset:0!important;
    width:auto!important;
    height:auto!important;
    background:none!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
    pointer-events:none!important;
    z-index:3!important;
  }
  .hero-art::after{display:none!important}

  .hero-script{
    top:7px!important;
    right:10px!important;
    z-index:4!important;
    text-shadow:0 2px 10px rgba(0,0,0,.78)!important;
  }

  .hero-copy{
    position:relative!important;
    z-index:4!important;
  }

  .hero-actions,
  .app-benefits{
    position:relative!important;
    z-index:4!important;
  }

  /* Suaviza ainda mais a transição foto -> página. */
  .app-benefits{
    background:linear-gradient(180deg,rgba(8,6,5,.72),rgba(8,6,5,.94))!important;
    backdrop-filter:blur(1px);
  }
}
