@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins"), local("Poppins-Regular");
}

:root{
  --bg: #ebebeb;
  --panel: #ffffff;
  --text: #111111;
  --muted: #6b6b6b;
  --border: #e9e9e9;
  --brand: #ea1d2c;
  --brand2: #d31222;
  --ok: #16a34a;
  --shadow: 0 2px 8px rgba(0,0,0,.06);
  --shadow-panel: 0 4px 24px rgba(0,0,0,.06);
  --bottom-nav-space: 84px;
}

*{ box-sizing: border-box; }
html{
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,body{ margin:0; padding:0; }
body{
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}
a{ color: inherit; text-decoration: none; }

.container{
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
  min-width: 0;
}

/* Topbar (desktop) */
.topbar{
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap: 8px;
  min-width: 0;
}
.brand__logo{
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #ededed;
}
.brand__name{
  font-weight: 700;
  letter-spacing: 0;
  font-size: clamp(0.9rem, 3.5vw, 1rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 55vw;
}
.brand__meta{
  margin-top: 0;
  font-size: 11px;
  color: var(--ok);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.brand__meta::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--ok);
  box-shadow: none;
}
.nav{
  display:flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items:center;
  justify-content:center;
}
.nav__cluster{
  display:inline-flex;
  flex-wrap: wrap;
  align-items:center;
  gap: 6px 8px;
}
.nav__cluster--main{
  padding: 4px 10px;
  border-radius: 12px;
  background: #fafafa;
  border: 1px solid #eee;
}
.nav__cluster--rest{
  display:inline-flex;
  flex-wrap: wrap;
  align-items:center;
  gap: 6px 8px;
  padding-left: 10px;
  border-left: 1px solid var(--border);
  margin-left: 2px;
}
.nav__sep{
  width: 1px;
  height: 16px;
  background: #dadada;
  flex-shrink: 0;
  border-radius: 1px;
}
.nav__link{
  font-size: 12px;
  color: var(--muted);
  padding: 7px 9px;
  border-radius: 9px;
  border: 1px solid transparent;
}
.nav__link:hover{ color: var(--text); background: #f5f5f5; border-color: #eee; }
.nav__link.is-active{ color: var(--brand); background: #fff0f1; border-color: #ffd6da; }
.nav__link--button{
  font: inherit;
  cursor: pointer;
  background: transparent;
}
.nav__link--button:hover{ color: var(--text); background: #f5f5f5; border-color: #eee; }

.cart{
  display:flex;
  align-items:center;
  gap: 6px;
  border: 1px solid #ececec;
  padding: 7px 9px;
  border-radius: 10px;
  background: #fff;
}
.cart__icon{ font-size: 18px; opacity: .9; }
.cart__label{ font-size: 12px; color: var(--muted); }
.cart__count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width: 19px;
  height: 19px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--brand);
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
}

/* Layout da página — faixas separadas */
.page{
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.pageBand{
  width: 100%;
  min-width: 0;
}
.pageBand__inner{
  min-width: 0;
}
.pageBand--intro{
  padding: 18px 0 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  border-bottom: 1px solid #e3e3e3;
}
.pageBand__kicker{
  margin: 0 0 12px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
}
.pageBand--intro .storeCard{
  margin-top: 0;
}
.pageBand--menu{
  padding: 32px 0 40px;
  background: #f3f3f3;
  border-bottom: 1px solid #e0e0e0;
}
.pageBand__header{
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0,0,0,.07);
}
.pageBand__title{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 1.45rem);
  font-weight: 800;
  color: #141414;
  letter-spacing: -0.02em;
}
.pageBand__subtitle{
  margin: 8px 0 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.45;
  max-width: 52ch;
}

/* Guia Pratos | Bebidas */
.menuTabs{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
}
.menuTabs__link{
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  color: #444;
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.menuTabs__link:hover{
  color: var(--brand);
  border-color: rgba(234,29,44,.4);
}
#cardapio-pratos,
#cardapio-bebidas{
  scroll-margin-top: 80px;
}
.menuGuide{
  min-width: 0;
}

.pageBand--reviews{
  padding: 36px 0 44px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.pageBand--commerce{
  padding: 36px 0 44px;
  background: #ececec;
}
.pageBand--single{
  padding: 24px 0 40px;
  min-height: 50vh;
}
.page--single .pageBand__inner{
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.commercePanel--solo{
  width: 100%;
}
.pedidoNext{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  align-items: stretch;
}
.pedidoNext .btnCheckoutPix{
  flex: 1 1 200px;
  text-align: center;
  justify-content: center;
}
a.btnCheckoutPix{
  text-decoration: none;
  box-sizing: border-box;
}
.btnCheckoutPix--link{
  background: #fff !important;
  color: var(--brand) !important;
  border: 2px solid var(--brand);
}
.pedidoStep{
  margin-top: 22px;
}
.pedidoEntrega__wrap{
  min-height: 1em;
}
.pedidoEntrega__card{
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fafafa;
  font-size: 0.95rem;
  line-height: 1.45;
}
.pedidoEntrega__block{
  margin: 0 0 12px;
}
.pedidoEntrega__block:last-child{
  margin-bottom: 0;
}
.pedidoEntrega__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  align-items: stretch;
}
.pedidoEntrega__actions .btnDeliveryPrimary,
.pedidoEntrega__actions .btnDeliverySecondary{
  flex: 1 1 160px;
}
.checkoutBack{
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  font-size: 0.9rem;
}
.checkoutBack a{
  color: var(--brand);
  font-weight: 700;
}
.pageBand--account{
  padding: 36px 0 56px;
  background: #fafafa;
  border-top: 1px solid #e0e0e0;
}

.commerceGrid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}
@media (min-width: 900px){
  .commerceGrid{
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

.commercePanel{
  background: var(--panel);
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  box-shadow: var(--shadow-panel);
  overflow: hidden;
  min-width: 0;
}
.commercePanel--accent{
  border-color: rgba(234,29,44,.22);
  box-shadow: 0 6px 28px rgba(234,29,44,.1);
}
.commercePanel--wide{
  max-width: 720px;
}
.commercePanel__head{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px 14px;
  background: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
}
.commercePanel--accent .commercePanel__head{
  background: linear-gradient(135deg, #fff8f8 0%, #fff 55%);
  border-bottom-color: #fde8ea;
}
.commercePanel__step{
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #222;
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.commercePanel__step--soft{
  background: #c8c8c8;
  color: #fff;
  font-size: 0.55rem;
}
.commercePanel__title{
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  color: #1a1a1a;
}
.commercePanel__meta{
  margin: 5px 0 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.35;
}
.commercePanel__body{
  padding: 18px 18px 22px;
}

.section--inBand{
  padding: 0;
  margin: 0;
}
.section--dividerTop{
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(0,0,0,.09);
}
.section--flush{
  padding: 0;
  margin: 0;
}
.section--inBand .section__head,
.section--flush .section__head{
  margin-bottom: 14px;
}
.section--inBand .section__title,
.section--flush .section__title{
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.02rem;
  color: #333;
}

.summaryCard--lift{
  box-shadow: 0 2px 14px rgba(0,0,0,.06);
  border-color: #e8e8e8;
}

.checkoutFields--wide{
  max-width: none;
}
@media (min-width: 640px){
  .checkoutFields--wide{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    row-gap: 4px;
  }
  .checkoutFields--wide .fieldLabel:nth-of-type(1),
  .checkoutFields--wide #accountName{ grid-column: 1; }
  .checkoutFields--wide .fieldLabel:nth-of-type(2),
  .checkoutFields--wide #accountEmail{ grid-column: 2; }
  .checkoutFields--wide .fieldLabel:nth-of-type(3),
  .checkoutFields--wide #accountPhone,
  .checkoutFields--wide .checkoutHint,
  .checkoutFields--wide #accountSaveBtn{
    grid-column: 1 / -1;
  }
}

/* Store card mobile-first */
.storeCard{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 14px;
  margin-top: 10px;
  box-shadow: var(--shadow);
}
.storeCard__top{
  display:flex;
  gap: 12px;
  align-items:flex-start;
}
.storeCard__logo{
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #eee;
}
.storeCard__name{
  margin: 1px 0 6px;
  font-size: clamp(1.35rem, 5.5vw, 1.75rem);
  line-height: 1.1;
  letter-spacing: -.02em;
  font-weight: 700;
}
.storeCard__rating{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  font-size: clamp(0.7rem, 2.8vw, 0.8125rem);
  color: #666;
  border: 1px solid #ececec;
  background: #fafafa;
  border-radius: 999px;
  padding: 6px 10px;
}
.storeCard__chips{
  display:flex;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.storeCard__chip{
  border-radius: 999px;
  border: 1px solid #ececec;
  background: #f7f7f7;
  color: #555;
  padding: 6px 8px;
  font-size: clamp(0.65rem, 2.5vw, 0.75rem);
}
.storeCard__chip--green{
  background: #eaf7ee;
  border-color: #d2efd9;
  color: #2f7a43;
}
.storeCard__chip--btn{
  font: inherit;
  cursor: pointer;
}
.storeCard__chip--btn:hover{
  border-color: #ddd;
  background: #efefef;
}
.storeCard__search{
  display:flex;
  gap: 10px;
  margin-top: 12px;
}
.visuallyHidden{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.searchInput{
  flex: 1;
  display:flex;
  align-items:center;
  gap: 8px;
  background: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 999px;
  min-height: 44px;
  padding: 0 14px;
  color: #9b9b9b;
  min-width: 0;
}
.searchInput .material-icons{
  font-size: 20px;
  color: #9b9b9b;
  flex-shrink: 0;
}
.searchInput__field{
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.9375rem;
  color: var(--text);
  outline: none;
}
.searchInput__field::placeholder{
  color: #9b9b9b;
}
.productCard{
  cursor: pointer;
}
.productCard .addTextBtn,
.productCard .plusBtn{
  cursor: pointer;
}
.searchFilterBtn{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #ececec;
  background: #fff;
  color: var(--brand);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.searchFilterBtn .material-icons{ font-size: 21px; }

.hero{ display: none; }

/* Sections (fallback; dentro de pageBand use .section--inBand) */
.section{ padding: 16px 0 4px; }
.section__head{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.section__title{
  margin:0;
  font-size: clamp(1rem, 4.2vw, 1.375rem);
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #4f4f4f;
  font-weight: 700;
}
.section__link{
  font-size: clamp(0.75rem, 3vw, 0.875rem);
  color: var(--brand);
  text-decoration: none;
  font-weight: 600;
}
.section__muted{ color: var(--muted); font-size: 13px; }

.grid{
  display:grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
}

/* Destaques: carrossel horizontal no mobile (estilo app) */
.highlightsStrip{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 6px;
  margin: 0 -4px;
  padding-left: 4px;
  padding-right: 4px;
}
.highlightsStrip::-webkit-scrollbar{ height: 4px; }
.highlightsStrip::-webkit-scrollbar-thumb{ background: #ddd; border-radius: 4px; }
.highlightsStrip .highlightCard{
  flex: 0 0 min(260px, min(92%, calc(100vw - 28px)));
  max-width: min(260px, min(92%, calc(100vw - 28px)));
  scroll-snap-align: start;
}

/* Destaques (card compacto horizontal) */
.highlightCard{
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 24px;
  padding: 12px;
  display:flex;
  gap: 12px;
  align-items: center;
  box-shadow: var(--shadow);
}
.highlightCard__imageWrap{
  width: 98px;
  height: 98px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
}
.highlightCard__imageWrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}
.miniTag{
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: rgba(0,0,0,.55);
  padding: 4px 8px;
}
.highlightCard__body{
  min-width: 0;
  flex: 1;
}
.highlightCard__title{
  margin: 0;
  font-size: clamp(0.78rem, 3.1vw, 0.95rem);
  line-height: 1.28;
  color: #2a2a2a;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.highlightCard__desc{
  margin: 6px 0 0;
  font-size: clamp(0.68rem, 2.5vw, 0.78rem);
  line-height: 1.38;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.highlightCard__price{
  margin-top: 8px;
  display:flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}
.price{
  color: #333;
  font-weight: 600;
  font-size: clamp(0.85rem, 3.3vw, 1.1rem);
  line-height: 1.15;
}
.price--old{
  color: #b0b0b0;
  text-decoration: line-through;
  font-weight: 500;
  font-size: clamp(0.68rem, 2.6vw, 0.8rem);
}
.addTextBtn{
  margin-top: 5px;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--brand);
  font-size: clamp(0.75rem, 2.8vw, 0.9rem);
  font-weight: 600;
}

/* Preços nos cards de prato principal: um pouco menores que destaques */
.mainCard .price{
  font-size: clamp(0.78rem, 3vw, 0.95rem);
}
.mainCard .price--old{
  font-size: clamp(0.65rem, 2.4vw, 0.75rem);
}

/* Pratos principais (card com imagem à direita e botão +) */
.mainCard{
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  box-shadow: var(--shadow);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.mainCard__left{
  flex: 1 1 0%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.mainCard__title{
  margin: 0;
  font-size: clamp(0.78rem, 2.95vw, 0.95rem);
  line-height: 1.28;
  color: #2a2a2a;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.mainCard__desc{
  margin-top: 6px;
  color: #5c5c5c;
  font-size: clamp(0.68rem, 2.5vw, 0.8rem);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.mainCard__from{
  margin-top: 4px;
  color: #2a9b4b;
  font-size: clamp(0.62rem, 2.2vw, 0.72rem);
}
.mainCard__price{
  margin-top: 2px;
  display:flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  max-width: 100%;
}
.price--green{
  color: #2a9b4b;
}

/* Coluna da foto: min-width 0 evita JPEG grande estourar o flex no mobile */
.mainCard__right{
  width: 88px;
  flex: 0 0 88px;
  min-width: 0;
  max-width: 88px;
  position: relative;
  align-self: center;
  overflow: hidden;
  border-radius: 12px;
  background: #f3f3f3;
}
.mainCard__right img{
  width: 100%;
  height: 88px;
  max-width: 100%;
  min-width: 0;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  display: block;
}
.plusBtn{
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 0;
  background: var(--brand);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(234,29,44,.28);
}

/* Reviews */
.reviews__summary{
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 8px 0 10px;
}
.summaryCard{
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 20px;
  padding: 12px;
}
.summaryCard__title{ font-weight: 700; }
.summaryCard__text{ margin-top: 6px; color: var(--muted); }

.reviews{
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.review{
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 18px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  box-shadow: var(--shadow);
}
.review__avatar{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  object-fit: cover;
  flex: 0 0 auto;
  border: 2px solid #f0f0f0;
  background: #f5f5f5;
}
.review__main{
  flex: 1 1 0%;
  min-width: 0;
}
.review__top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
}
.review__name{ font-weight: 900; }
.review__time{
  color: rgba(17,17,17,.52);
  font-size: 12px;
  flex-shrink: 0;
}
.review__stars{ color: rgba(245,158,11,.95); font-weight: 900; margin-top: 6px; }
.review__text{ margin-top: 8px; color: rgba(17,17,17,.82); line-height: 1.45; }

/* Footer */
.footer{
  margin-top: 0;
  border-top: 2px solid #d8d8d8;
  background: #fff;
}
.footer__inner{ padding: 18px 0; }
.footer__links{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(17,17,17,.72);
}
.footer__links a{ text-decoration: underline; text-underline-offset: 3px; }
.footer__badges{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.badge{
  border: 1px solid var(--border);
  background: rgba(17,17,17,.02);
  padding: 8px 10px;
  border-radius: 999px;
  color: rgba(17,17,17,.74);
  font-size: 13px;
}
.footer__online{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 0;
  font-size: 0.9rem;
  color: var(--muted, #666);
  font-weight: 600;
}
.footer__onlineIcon{
  font-size: 1.1rem !important;
  opacity: 0.85;
}
.footer__legal{
  margin-top: 12px;
  color: rgba(17,17,17,.64);
  line-height: 1.5;
}
.footer__company{
  margin-top: 6px;
  color: rgba(17,17,17,.54);
  font-size: 13px;
}
.footer__company a{ text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 920px){
  .container{
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav{ display:none; }
  .cart{ display: none; }
  .brand{ flex: 1; }
  .topbar__inner{
    padding: 8px 0;
  }
  .storeCard{
    border-radius: 16px;
    padding: 12px;
    margin-top: 8px;
  }
  .pageBand--intro .storeCard{
    margin-top: 0;
  }
  .storeCard__logo{
    width: 56px;
    height: 56px;
  }
  .highlightCard{
    border-radius: 16px;
    padding: 10px;
    gap: 10px;
  }
  .highlightCard__imageWrap{
    width: 80px;
    height: 80px;
    border-radius: 14px;
  }
  .section__head{
    align-items: center;
    margin-bottom: 8px;
  }
  .section{ padding: 12px 0 4px; }
  .pageBand--intro{ padding: 14px 0 22px; }
  .pageBand--menu,
  .pageBand--reviews,
  .pageBand--commerce,
  .pageBand--account{
    padding-top: 24px;
    padding-bottom: 28px;
  }
  .pageBand__header{
    margin-bottom: 16px;
    padding-bottom: 14px;
  }
  .commercePanel__head,
  .commercePanel__body{
    padding-left: 14px;
    padding-right: 14px;
  }
  .section--dividerTop{
    margin-top: 22px;
    padding-top: 22px;
  }
  .footer__inner{
    padding: 14px 0 calc(20px + env(safe-area-inset-bottom, 0px));
  }

  /* Cardápio mobile */
  .mainCard{
    padding: 10px 8px 10px 10px;
    gap: 8px;
    align-items: center;
  }
  .mainCard__left{
    max-width: calc(100% - 80px);
  }
  .mainCard__right{
    width: 72px;
    flex: 0 0 72px;
    max-width: 72px;
    border-radius: 10px;
  }
  .mainCard__right img{
    width: 100%;
    height: 72px;
    min-width: 0;
    border-radius: 10px;
  }
  .plusBtn{
    width: 30px;
    height: 30px;
    font-size: 17px;
    right: 1px;
    bottom: 1px;
  }
  .mainCard__title{
    font-size: 0.8125rem;
    line-height: 1.3;
  }
  .mainCard__desc{
    font-size: 0.7rem;
    -webkit-line-clamp: 3;
  }
  .highlightCard__desc{
    -webkit-line-clamp: 2;
    font-size: 0.65rem;
  }
  .mainCard .price{
    font-size: 0.8125rem;
  }
  .mainCard .price--old{
    font-size: 0.6875rem;
  }
  .mainCard__from{
    font-size: 0.625rem;
  }
  .section--inBand .section__title,
  .section--dividerTop .section__title{
    font-size: 0.9rem;
  }
  .highlightCard__title{
    font-size: 0.75rem;
  }
  .highlightCard .price{
    font-size: 0.8125rem;
  }
  .highlightCard .price--old{
    font-size: 0.6875rem;
  }
  .highlightCard .addTextBtn{
    font-size: 0.75rem;
  }
}

/* Ajustes para telas largas */
@media (min-width: 921px){
  .container{
    padding: 0 20px;
  }
  .highlightsStrip{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
    scroll-snap-type: none;
    margin: 0;
    padding: 0;
  }
  .highlightsStrip .highlightCard{
    flex: none;
    max-width: none;
    scroll-snap-align: none;
  }
  .storeCard__name{ font-size: 1.75rem; }
  .section__title{ font-size: 1.25rem; }
  .highlightCard__title{ font-size: 1.125rem; }
  .mainCard__title{ font-size: 1.05rem; }
  .mainCard__desc{ font-size: 0.8125rem; -webkit-line-clamp: 5; }
  .highlightCard__desc{
    font-size: 0.78rem;
    -webkit-line-clamp: 4;
  }
  .mainCard__from{ font-size: 0.75rem; }
  .price{ font-size: 1.05rem; }
  .price--old{ font-size: 0.8125rem; }
  .addTextBtn{ font-size: 0.875rem; }
  .mainCard .price{ font-size: 1rem; }
  .mainCard .price--old{ font-size: 0.75rem; }
  .mainCard__left{
    max-width: none;
  }
  .mainCard__right{
    width: 140px;
    flex: 0 0 140px;
    min-width: 0;
    max-width: 140px;
    border-radius: 18px;
  }
  .mainCard__right img{
    height: 104px;
    min-width: 0;
    border-radius: 18px;
  }
  .plusBtn{
    width: 44px;
    height: 44px;
    font-size: 28px;
    right: 4px;
    bottom: 4px;
  }
}

/* Barra inferior (mobile) */
.bottomNav{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: var(--panel);
  border-top: 1px solid var(--border);
  display: none;
  align-items: stretch;
  box-shadow: 0 -10px 20px rgba(0,0,0,.06);
  padding-top: 6px;
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
  padding-bottom: max(10px, env(safe-area-inset-bottom, 0px));
  min-height: calc(52px + env(safe-area-inset-bottom, 0px));
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  gap: 0;
}
.bottomNav__item{
  flex: 1 1 0;
  min-width: 0;
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
  gap: 3px;
  padding: 4px 6px 2px;
  min-height: 48px;
  color: rgba(17,17,17,.70);
  font-weight: 700;
  font-size: clamp(0.625rem, 2.6vw, 0.7rem);
  line-height: 1.2;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.bottomNav__item + .bottomNav__item{
  box-shadow: inset 1px 0 0 var(--border);
}
.bottomNav__label{
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(0.58rem, 2.4vw, 0.65rem);
}
.bottomNav__item::before{
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: normal;
  display: block;
  flex-shrink: 0;
}
.bottomNav__item:nth-child(1)::before{ content: "home"; color: inherit; }
.bottomNav__item:nth-child(2)::before{ content: "shopping_bag"; color: inherit; }
.bottomNav__item:nth-child(3)::before{ content: "credit_card"; color: inherit; }
.bottomNav__item.is-active::before{ color: var(--brand); }
.bottomNav__item.is-active{ color: var(--brand); }
.bottomNav__labelRow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}
.bottomNav__pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(234,29,44,.12);
  border: 1px solid rgba(234,29,44,.26);
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 920px){
  .bottomNav{
    display:flex;
  }
  body{
    padding-bottom: calc(var(--bottom-nav-space) + env(safe-area-inset-bottom, 0px));
  }
}

@media (min-width: 921px){
  .bottomNav{ display:none !important; }
}

/* Aviso ao adicionar à sacola (home e demais páginas) */
.cartToast{
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 24px;
  z-index: 240;
  max-width: 440px;
  margin: 0 auto;
  padding: 14px 18px;
  border-radius: 14px;
  background: #1c1c1c;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,.22);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.cartToast.cartToast--visible{
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 920px){
  .cartToast{
    bottom: calc(var(--bottom-nav-space) + 10px + env(safe-area-inset-bottom, 0px));
  }
}

/* Sacola + checkout */
.cartSummary__empty{
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}
.cartSummary__list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.cartSummary__item{
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 8px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}
.cartSummary__remove{
  border: 0;
  background: rgba(234,29,44,.12);
  color: var(--brand);
  width: 28px;
  height: 28px;
  border-radius: 8px;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  font-family: inherit;
}
.cartSummary__total{
  margin: 12px 0 0;
  font-size: 1rem;
}
.checkoutCard .checkoutHint{
  margin: 8px 0 12px;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.45;
}
.checkoutFields{
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 420px;
}
.fieldLabel{
  font-size: 0.8rem;
  font-weight: 700;
  color: #444;
}
.fieldInput{
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  font-size: 1rem;
  min-height: 44px;
}
.fieldInput--readonly{
  background: #f4f4f4;
  color: #333;
  cursor: default;
  border-color: #ddd;
}
.fieldTextarea{
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  font-size: 0.85rem;
  resize: vertical;
  box-sizing: border-box;
}
.btnCheckoutPix{
  margin-top: 8px;
  border: 0;
  border-radius: 12px;
  padding: 12px 18px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  font-family: inherit;
}
.btnCheckoutPix:disabled{
  opacity: 0.6;
  cursor: not-allowed;
}
.btnCopyPix{
  margin-top: 8px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 8px 14px;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.pixResult{
  margin-top: 16px;
}
.pixLoading,
.formError{
  margin: 0;
  font-size: 0.95rem;
}
.formError{ color: var(--brand); }
.pixQrWrap{
  margin: 0 0 12px;
  text-align: center;
}
.pixQrImg{
  max-width: min(240px, 100%);
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--border);
}
.pixMeta{
  margin: 12px 0 0;
  font-size: 0.8rem;
  color: var(--muted);
  word-break: break-all;
}

/* Entrega: modal de CEP e dados (primeiro acesso) */
body.body--deliveryOpen{
  overflow: hidden;
}
.deliveryModal{
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  background: rgba(17,17,17,.55);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
/* Author `display:flex` vence o [hidden] padrão em vários navegadores — forçar fechar */
.deliveryModal[hidden]{
  display: none !important;
  pointer-events: none;
}
@media (min-width: 560px){
  .deliveryModal{
    align-items: center;
    padding: 24px;
  }
}
.deliveryModal__panel{
  width: 100%;
  max-width: 440px;
  max-height: min(92vh, 640px);
  overflow: auto;
  background: var(--panel);
  border-radius: 20px 20px 0 0;
  box-shadow: var(--shadow-panel);
  padding: 20px 18px 24px;
  border: 1px solid var(--border);
  border-bottom: 0;
}
@media (min-width: 560px){
  .deliveryModal__panel{
    border-radius: 20px;
    border-bottom: 1px solid var(--border);
  }
}
.deliveryModal__head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.deliveryModal__title{
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.25;
}
.deliveryModal__close{
  flex-shrink: 0;
  border: 0;
  background: #f3f3f3;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  color: var(--muted);
  font-family: inherit;
}
.deliveryModal__close:hover{ background: #e8e8e8; color: var(--text); }
.deliveryModal__subtitle{
  margin: 0 0 12px;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.45;
}
.deliveryModal__status{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 16px;
  min-height: 0;
}
.deliveryModal__loading{
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  padding: 10px 12px;
  background: #f4f4f4;
  border-radius: 10px;
  border: 1px solid #eaeaea;
}
.deliveryModal__err--text{
  margin: 0;
  font-size: 0.9rem;
  color: var(--brand);
  font-weight: 600;
  line-height: 1.45;
  padding: 10px 12px;
  background: #fff5f5;
  border-radius: 10px;
  border: 1px solid #ffd6da;
}
.deliveryModal__hint{
  margin: 0;
  font-size: 0.85rem;
  color: #1d6b35;
  font-weight: 600;
  line-height: 1.45;
  padding: 10px 12px;
  background: #ecf8ef;
  border-radius: 10px;
  border: 1px solid #c8e9d2;
}
.deliveryFields{
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.deliveryField{
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.deliveryField__label{
  font-size: 0.72rem;
  font-weight: 700;
  color: #444;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 8px 2px;
}
.deliveryField__input{
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  padding: 14px 16px;
  font: inherit;
  font-size: 16px;
  line-height: 1.35;
  color: var(--text);
  background: #fafafa;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  min-height: 48px;
  box-sizing: border-box;
}
.deliveryField__input::placeholder{
  color: #9a9a9a;
}
.deliveryField__input:hover{
  border-color: #b8b8b8;
  background: #fff;
}
.deliveryField__input:focus{
  outline: none;
  border-color: var(--brand);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(234, 29, 44, 0.14);
}
.deliveryField__hint{
  margin: 8px 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 500;
}
.deliveryModal__address{
  margin: 0 0 16px;
  padding: 14px 16px;
  background: #f8f8f8;
  border-radius: 12px;
  border: 1px solid var(--border);
  font-size: 0.92rem;
  line-height: 1.5;
}
.deliveryModal__address--card{
  background: linear-gradient(180deg, #fafafa 0%, #f4f4f4 100%);
  border-color: #e0e0e0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.deliveryModal__address strong{
  display: block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.deliveryModal__addressLine{
  margin-top: 4px;
}
.deliveryModal__addressLine:first-of-type{
  margin-top: 0;
  font-weight: 600;
  color: var(--text);
}
.deliveryModal__actions{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
.deliveryModal__actions--row{
  flex-direction: row;
  flex-wrap: wrap;
}
.deliveryModal__actions--row .btnDeliverySecondary{ flex: 1; min-width: 120px; }
.btnDeliveryPrimary{
  border: 0;
  border-radius: 12px;
  padding: 12px 16px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  font-family: inherit;
  min-height: 48px;
}
.btnDeliveryPrimary:disabled{
  opacity: 0.55;
  cursor: not-allowed;
}
.btnDeliveryPrimary--wrap{
  white-space: normal;
  text-align: center;
  line-height: 1.25;
  padding: 14px 14px;
}
.btnDeliverySecondary{
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 16px;
  background: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  font-family: inherit;
  min-height: 48px;
  color: var(--text);
}