/* ══════════════════════════════════════════════════════════
   HANNOVER FOOD EXPERIENCE — STYLESHEET
   ══════════════════════════════════════════════════════════ */

:root {
  --bg:        #0d0d0d;
  --bg2:       #141414;
  --bg3:       #1c1c1c;
  --card:      #181818;
  --red:       #c0392b;
  --red2:      #e74c3c;
  --gold:      #f0a500;
  --gold2:     #ffd166;
  --white:     #ffffff;
  --gray:      #999999;
  --gray2:     #666666;
  --border:    #282828;
  --radius:    14px;
  --shadow:    0 8px 32px rgba(0,0,0,.5);
  --transition: .22s ease;
  --header-h: 96px;
  --catnav-h: 54px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { background: var(--bg); color: var(--white); font-family: 'Nunito', sans-serif; overflow-x: hidden; min-height: 100vh; }
button { font-family: inherit; }
a { text-decoration: none; }

/* ══════════════════════════════════════════════════════════
   HEADER
   ══════════════════════════════════════════════════════════ */
#header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--header-h);
  background: rgba(13,13,13,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 0 24px; height: 100%;
  display: flex; align-items: center; gap: 20px;
}

.logo-link { display: flex; align-items: center; flex-shrink: 0; }
.logo-img  { height: 85px; width: auto; object-fit: contain; }
.logo-text { font-family: 'Oswald', sans-serif; font-size: 1.4rem; font-weight: 700; color: var(--gold); letter-spacing: 3px; display: none; }

.header-nav { display: flex; gap: 2px; margin-left: auto; }
.header-nav a {
  color: var(--gray); padding: 8px 14px; border-radius: 8px;
  font-size: .82rem; font-weight: 700; letter-spacing: .4px;
  transition: var(--transition); text-transform: uppercase;
}
.header-nav a:hover { color: var(--white); background: var(--bg3); }

/* Cart button */
.cart-btn {
  position: relative; flex-shrink: 0;
  background: var(--red); border: none; border-radius: 50%;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--white);
  transition: var(--transition);
}
.cart-btn:hover  { background: var(--red2); transform: scale(1.08); }
.cart-btn svg    { width: 20px; height: 20px; }
.cart-count {
  position: absolute; top: -5px; right: -5px;
  background: var(--gold); color: #000;
  width: 20px; height: 20px; border-radius: 50%;
  font-size: .68rem; font-weight: 800;
  display: none; align-items: center; justify-content: center;
}
.cart-count.visible { display: flex; }

/* ══════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════ */
#hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding-top: var(--header-h); overflow: hidden;
  background: transparent; /* fire canvas mostra aqui */
}

.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(192,57,43,.18) 0%, transparent 65%),
    radial-gradient(ellipse 50% 50% at 80% 80%, rgba(240,165,0,.06) 0%, transparent 60%);
}

.hero-particles { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.particle {
  position: absolute; border-radius: 50%;
  background: rgba(192,57,43,.35);
  animation: floatUp linear infinite;
}
@keyframes floatUp {
  0%   { transform: translateY(0) scale(1);   opacity: .8; }
  100% { transform: translateY(-110vh) scale(.4); opacity: 0; }
}

/* Hero stage: 3 colunas — promos | conteúdo | promos */
.hero-stage {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  padding: 60px 48px 48px;
  width: 100%;
  max-width: 1300px;
}

.hero-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 0;
}

.hero-promos-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Cartão de promoção no hero */
.hero-promo-card {
  background: linear-gradient(145deg, rgba(35,15,0,.92), rgba(18,8,0,.95));
  border: 1px solid rgba(240,140,0,.45);
  border-radius: 20px;
  padding: 22px 20px 18px;
  cursor: pointer;
  text-align: center;
  transition: var(--transition);
  box-shadow: 0 0 32px rgba(200,80,0,.12), inset 0 1px 0 rgba(255,200,80,.08);
  min-width: 210px;
  max-width: 280px;
}
.hero-promo-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 10px 48px rgba(200,100,0,.4), 0 0 0 1px rgba(240,180,0,.2);
}
.hero-promo-badge {
  display: inline-block;
  background: rgba(240,100,0,.2); border: 1px solid rgba(240,130,0,.5);
  color: var(--fire1); font-size: .68rem; font-weight: 700;
  padding: 3px 10px; border-radius: 20px; text-transform: uppercase;
  letter-spacing: .8px; margin-bottom: 10px;
}
.hero-promo-emoji { font-size: 3rem; line-height: 1; margin-bottom: 10px; }
.hero-promo-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem; font-weight: 700;
  color: var(--white); letter-spacing: .5px;
  line-height: 1.2; margin-bottom: 6px;
  text-transform: uppercase;
}
.hero-promo-desc {
  font-size: .78rem; color: var(--gray);
  line-height: 1.45; margin-bottom: 12px;
}
.hero-promo-price {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem; font-weight: 700; color: var(--gold);
  text-shadow: 0 0 20px rgba(240,180,0,.6);
  line-height: 1; margin-bottom: 3px;
}
.hero-promo-old {
  font-size: .78rem; color: var(--gray);
  text-decoration: line-through; opacity: .65;
  margin-bottom: 14px;
}
.hero-promo-btn {
  display: block; width: 100%;
  background: linear-gradient(135deg, var(--fire1), #c0392b);
  border: none; border-radius: 20px;
  color: #fff; font-family: 'Oswald', sans-serif;
  font-size: .88rem; font-weight: 600; letter-spacing: 1.2px;
  padding: 9px 0; cursor: pointer; text-transform: uppercase;
  transition: var(--transition);
}
.hero-promo-btn:hover { filter: brightness(1.18); }

@media (max-width: 900px) {
  .hero-stage {
    grid-template-columns: 1fr;
    padding: 36px 20px 28px;
    gap: 0;
  }
  .hero-content { order: 1; }
  .hero-promos-col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  #heroPromosLeft  { order: 2; margin-top: 24px; }
  #heroPromosRight { order: 3; margin-top: 0; }
  .hero-promo-card { min-width: 150px; max-width: 175px; padding: 16px 14px 14px; }
  .hero-promo-emoji { font-size: 2.2rem; }
  .hero-promo-price { font-size: 1.5rem; }
  .hero-promo-title { font-size: .9rem; }
}

/* ── Fogo de fundo — full viewport ── */
.fire-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  /* fade e alpha controlados pelo JS */
}

/* ── Logo ── */
.hero-logo-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
}

.hero-logo {
  position: relative; z-index: 1;
  width: 500px; max-width: 88%;
  filter: drop-shadow(0 0 32px rgba(240,100,0,.7))
          drop-shadow(0 0 64px rgba(192,57,43,.45));
  animation: heroFloat 5s ease-in-out infinite;
}
@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}

.hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  font-weight: 700; line-height: 1.15;
  text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 12px;
}
.hero-sub {
  color: var(--gray); font-size: .9rem;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 36px; line-height: 1.6;
}
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ══════════════════════════════════════════════════════════
   BUTTONS
   ══════════════════════════════════════════════════════════ */
.btn-primary {
  background: var(--red); color: var(--white); border: none;
  padding: 14px 34px; border-radius: 50px;
  font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: var(--transition);
}
.btn-primary:hover { background: var(--red2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(192,57,43,.4); }

.btn-outline {
  background: transparent; color: var(--white);
  border: 2px solid var(--gold); padding: 12px 34px; border-radius: 50px;
  font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1px; cursor: pointer;
  transition: var(--transition);
}
.btn-outline:hover { background: var(--gold); color: #000; transform: translateY(-2px); }

.btn-full { width: 100%; justify-content: center; }

/* ══════════════════════════════════════════════════════════
   CATEGORY NAV
   ══════════════════════════════════════════════════════════ */
#cat-nav {
  position: sticky; top: var(--header-h); z-index: 90;
  height: var(--catnav-h);
  background: rgba(20,20,20,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.cat-nav-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 0 24px; height: 100%;
  display: flex; align-items: center; gap: 8px;
  overflow-x: auto; scrollbar-width: none;
}
.cat-nav-inner::-webkit-scrollbar { display: none; }

.cat-btn {
  background: transparent; color: var(--gray);
  border: 1px solid var(--border); padding: 9px 22px; border-radius: 50px;
  font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px;
  cursor: pointer; white-space: nowrap; flex-shrink: 0;
  transition: var(--transition);
}
.cat-btn:hover          { color: var(--white); border-color: var(--gray2); }
.cat-btn.active         { background: var(--red); color: var(--white); border-color: var(--red); }

/* ══════════════════════════════════════════════════════════
   MENU MAIN
   ══════════════════════════════════════════════════════════ */
#menu { max-width: 1280px; margin: 0 auto; padding: 40px 24px 100px; }

.menu-section         { display: none; }
.menu-section.active  { display: block; }

.section-header {
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 3px solid var(--red);
}
.section-header h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700; text-transform: uppercase; letter-spacing: 2px;
}
.section-header p { color: var(--gray); margin-top: 4px; font-size: .82rem; text-transform: uppercase; letter-spacing: 1px; }

/* Sub-tabs */
.sub-tabs {
  display: flex; gap: 8px; margin-bottom: 28px;
  overflow-x: auto; scrollbar-width: none; padding-bottom: 4px;
}
.sub-tabs::-webkit-scrollbar { display: none; }

.sub-tab {
  background: var(--bg3); color: var(--gray); border: none;
  padding: 9px 20px; border-radius: 10px;
  font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px;
  cursor: pointer; white-space: nowrap; flex-shrink: 0;
  transition: var(--transition);
}
.sub-tab:hover:not(.active) { color: var(--white); background: var(--border); }
.sub-tab.active { background: var(--gold); color: #000; }

/* Items grid */
.items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
  gap: 16px; margin-bottom: 16px;
}
.items-grid--sm { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); }

/* ── Menu Card ── */
.menu-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 20px;
  display: flex; flex-direction: column; gap: 10px;
  transition: var(--transition); position: relative; overflow: hidden;
}
.menu-card::after {
  content: ''; position: absolute; inset: 0;
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 2px var(--red);
  opacity: 0; transition: var(--transition);
}
.menu-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.menu-card:hover::after { opacity: 1; }

/* Badges */
.card-badges { display: flex; gap: 6px; flex-wrap: wrap; }
.badge {
  font-size: .62rem; font-weight: 800; letter-spacing: .6px;
  text-transform: uppercase; padding: 3px 8px; border-radius: 5px;
}
.badge-best { background: var(--red);   color: var(--white); }
.badge-new  { background: var(--gold);  color: #000; }
.badge-fav  { background: #9b59b6;      color: var(--white); }
.badge-out  { background: #444;         color: #aaa; }

/* ── Item Indisponível ── */
.menu-card.out-of-stock {
  opacity: .45;
  filter: grayscale(.6);
  cursor: default;
  pointer-events: none;
}

.card-name {
  font-family: 'Oswald', sans-serif;
  font-size: 1.12rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .5px; line-height: 1.2;
}

.card-desc {
  font-size: .78rem; color: var(--gray); line-height: 1.5; flex: 1;
}

.card-bottom {
  display: flex; align-items: flex-end;
  justify-content: space-between; margin-top: 4px; gap: 8px;
}

.card-prices { display: flex; flex-wrap: wrap; gap: 7px; }

.price-tag {
  background: var(--bg3); padding: 6px 12px; border-radius: 9px;
  display: flex; flex-direction: column; align-items: center; gap: 1px;
}
.price-label { font-size: .6rem; color: var(--gray); text-transform: uppercase; font-weight: 700; }
.price-value { font-size: .95rem; font-weight: 800; color: var(--gold); }

.card-price-simple { font-size: 1.2rem; font-weight: 800; color: var(--gold); }

/* Card clicável */
.menu-card--clickable { cursor: pointer; }
.menu-card--clickable .card-add { pointer-events: none; }

/* Preview de opções no card */
.card-opts-preview {
  display: flex; flex-direction: column; gap: 3px;
}
.card-opts-labels {
  font-size: .68rem; color: var(--gray2);
  text-transform: uppercase; letter-spacing: .5px; font-weight: 700;
}
.card-price-from { font-size: .82rem; color: var(--gray); }
.card-price-from strong { color: var(--gold); font-size: 1rem; font-weight: 800; }

.card-add {
  background: var(--red); color: var(--white); border: none;
  width: 38px; height: 38px; border-radius: 50%;
  font-size: 1.4rem; cursor: pointer; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.card-add:hover { background: var(--red2); transform: scale(1.12); }

/* ── Banner Forno a Lenha ── */
.lenha-banner {
  position: relative;
  width: 100%;
  height: 190px;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 36px;
  /* Fallback enquanto a imagem carrega */
  background: #1a0a00;
}

.lenha-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  /* Leve zoom para look mais cinematográfico */
  transform: scale(1.04);
  transition: transform 8s ease;
}
.lenha-banner:hover .lenha-img { transform: scale(1.08); }

.lenha-overlay {
  position: absolute;
  inset: 0;
  /* Escuro na esquerda (texto), abre para a direita (imagem aparece) */
  background:
    linear-gradient(100deg,
      rgba(0,0,0,.88) 0%,
      rgba(0,0,0,.68) 38%,
      rgba(0,0,0,.28) 68%,
      rgba(0,0,0,.10) 100%),
    /* Vinheta nas bordas */
    linear-gradient(to bottom, rgba(0,0,0,.3) 0%, transparent 30%, transparent 70%, rgba(0,0,0,.4) 100%);
}

.lenha-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 32px;
}

.lenha-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 12px rgba(240,165,0,.7));
}

.lenha-text strong {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gold);
  display: block;
  text-shadow: 0 2px 12px rgba(0,0,0,.6);
}

.lenha-text p {
  font-size: .78rem;
  color: rgba(255,255,255,.7);
  margin-top: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .lenha-banner { height: 150px; }
  .lenha-content { padding: 0 20px; gap: 14px; }
  .lenha-icon { width: 36px; height: 36px; }
}

/* Subsection titles & dividers */
.subsection-title {
  font-family: 'Oswald', sans-serif; font-size: 1.45rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  color: var(--red); padding-left: 14px;
  border-left: 4px solid var(--red);
  margin: 32px 0 18px;
}
.subsection-title.gold { color: var(--gold); border-color: var(--gold); }

.divider-section { margin-top: 44px; }
.divider-section h3 {
  font-family: 'Oswald', sans-serif; font-size: 1.45rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  color: var(--gold); padding-left: 14px;
  border-left: 4px solid var(--gold);
  margin-bottom: 18px;
}

.combo-note {
  font-size: .78rem; color: var(--gray2); margin-top: 4px;
  padding: 10px 14px; background: var(--bg3); border-radius: 8px;
  border-left: 3px solid var(--gold);
}

/* ══════════════════════════════════════════════════════════
   MENU CARD — imagem no topo
   ══════════════════════════════════════════════════════════ */
.card-img-wrap {
  width: 100%; height: 170px; overflow: hidden;
  border-radius: 10px 10px 0 0; margin: -16px -16px 12px;
  width: calc(100% + 32px); flex-shrink: 0;
}
.card-img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s ease;
  display: block;
}
.menu-card--clickable:hover .card-img { transform: scale(1.06); }
.menu-card.has-img { padding-top: 0; }

/* ══════════════════════════════════════════════════════════
   DESTAQUES
   ══════════════════════════════════════════════════════════ */
#featured {
  background: var(--bg);
  padding: 60px 24px 40px;
  margin-top: calc(var(--header-h) + var(--catnav-h, 0px));
}
#featured { margin-top: 0; }

.featured-inner { max-width: 1280px; margin: 0 auto; }

.featured-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  color: var(--white); margin-bottom: 24px;
  text-align: center;
}
.featured-title::after {
  content: ''; display: block; width: 60px; height: 3px;
  background: var(--gold); margin: 10px auto 0; border-radius: 2px;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 16px;
}

/* Card destaque */
.feat-card {
  position: relative; border-radius: 18px; overflow: hidden;
  cursor: pointer; background: var(--bg3);
  border: 1px solid var(--border);
  transition: transform .3s ease, box-shadow .3s ease;
  height: 280px; display: flex; flex-direction: column;
}
.feat-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.5); }

.feat-card--tall { height: 280px; }

.feat-img-wrap {
  position: absolute; inset: 0; z-index: 0;
}
.feat-img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
  filter: brightness(.75);
}
.feat-card:hover .feat-img { transform: scale(1.06); filter: brightness(.85); }
.feat-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.2) 55%, transparent 100%);
  z-index: 1;
}

.feat-info {
  position: relative; z-index: 2; margin-top: auto;
  padding: 20px; display: flex; flex-direction: column; gap: 4px;
}
.feat-tag {
  font-size: .65rem; text-transform: uppercase; letter-spacing: 1.2px;
  color: var(--gold); font-weight: 700;
}
.feat-name {
  font-family: 'Oswald', sans-serif; font-size: 1.25rem;
  font-weight: 700; line-height: 1.15;
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
}
.feat-desc {
  font-size: .75rem; color: rgba(255,255,255,.7); line-height: 1.4;
  margin-bottom: 8px;
}
.feat-btn {
  align-self: flex-start; background: var(--gold); color: #0d0d0d;
  border: none; border-radius: 8px; padding: 8px 16px;
  font-family: 'Oswald', sans-serif; font-size: .78rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: .8px;
  cursor: pointer; transition: var(--transition);
}
.feat-btn:hover { background: var(--gold2); transform: translateX(2px); }

/* No image fallback — fundo gradiente bonito */
.feat-img-wrap:not(:has(img[src])),
.feat-img[style*="display:none"] ~ .feat-overlay {
  background: linear-gradient(135deg, #1a0a00 0%, #2d1500 100%);
}
.feat-card:nth-child(1) .feat-img-wrap { background: linear-gradient(135deg,#1c0800,#3d1a00); }
.feat-card:nth-child(2) .feat-img-wrap { background: linear-gradient(135deg,#0d0d1a,#1a1a2e); }
.feat-card:nth-child(3) .feat-img-wrap { background: linear-gradient(135deg,#0a1a00,#1a3300); }

@media (max-width: 768px) {
  .featured-grid { grid-template-columns: 1fr 1fr; }
  .feat-card { height: 220px; }
  .feat-card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .featured-grid { grid-template-columns: 1fr; }
  .feat-card, .feat-card--tall { height: 200px; }
  #featured { padding: 40px 16px 24px; }
}

/* ══════════════════════════════════════════════════════════
   CART DRAWER
   ══════════════════════════════════════════════════════════ */
.cart-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.72); z-index: 199;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.cart-overlay.visible { opacity: 1; pointer-events: all; }

.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(430px, 100%); background: var(--bg2);
  border-left: 1px solid var(--border); z-index: 200;
  transform: translateX(100%);
  transition: transform .36s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
}
.cart-drawer.open { transform: translateX(0); }

.cart-header {
  padding: 18px 20px; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.cart-header h3 { font-family: 'Oswald', sans-serif; font-size: 1.35rem; letter-spacing: 1px; }
#closeCart {
  background: var(--bg3); border: none; color: var(--gray);
  width: 34px; height: 34px; border-radius: 8px;
  font-size: 1rem; cursor: pointer; transition: var(--transition);
  display: flex; align-items: center; justify-content: center;
}
#closeCart:hover { color: var(--white); background: var(--border); }

.cart-items { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.cart-empty {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  height: 100%; gap: 10px; color: var(--gray);
  text-align: center;
}
.cart-empty span { font-size: 2.8rem; }
.cart-empty p    { font-size: .95rem; font-weight: 600; }
.cart-empty small { font-size: .78rem; color: var(--gray2); }

.cart-item {
  background: var(--bg3); border-radius: 10px;
  padding: 14px 14px; display: flex; align-items: center; gap: 12px;
}
.cart-item-info { flex: 1; }
.cart-item-name  { font-weight: 700; font-size: .88rem; }
.cart-item-opt   { font-size: .72rem; color: var(--gray); margin-top: 2px; }
.cart-item-price { color: var(--gold); font-weight: 800; font-size: .9rem; margin-top: 4px; }
.cart-item-qty   { display: flex; align-items: center; gap: 8px; }

.qty-ctrl {
  background: var(--border); border: none; color: var(--white);
  width: 28px; height: 28px; border-radius: 7px;
  font-size: 1rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.qty-ctrl:hover { background: var(--red); }
.qty-num { font-weight: 800; font-size: .88rem; min-width: 22px; text-align: center; }

.cart-footer {
  padding: 18px 20px; border-top: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 12px;
}
.cart-total-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: .9rem; font-weight: 700;
}
.cart-total { font-size: 1.3rem; font-weight: 800; color: var(--gold); }

.btn-whatsapp {
  background: #25d366; color: var(--white); border: none;
  padding: 14px; border-radius: 11px; font-weight: 800; font-size: .9rem;
  cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: var(--transition);
}
.btn-whatsapp:hover { background: #1db95a; transform: translateY(-1px); }

.btn-consumer {
  background: var(--red); color: var(--white); border: none;
  padding: 14px; border-radius: 11px; font-weight: 800; font-size: .9rem;
  cursor: pointer; transition: var(--transition);
}
.btn-consumer:hover { background: var(--red2); transform: translateY(-1px); }

/* ══════════════════════════════════════════════════════════
   OPTION MODAL
   ══════════════════════════════════════════════════════════ */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.82); z-index: 300;
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; pointer-events: none; transition: opacity .25s;
}
.modal-overlay.visible { opacity: 1; pointer-events: all; }

.modal {
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: 18px; padding: 28px 26px;
  max-width: 460px; width: 100%; position: relative;
  max-height: 92vh; overflow-y: auto;
  transform: scale(.92); transition: transform .25s;
}
.modal-overlay.visible .modal { transform: scale(1); }

.modal-close {
  position: absolute; top: 16px; right: 16px;
  background: var(--bg3); border: none; color: var(--gray);
  width: 32px; height: 32px; border-radius: 8px;
  font-size: .95rem; cursor: pointer; transition: var(--transition);
  display: flex; align-items: center; justify-content: center;
}
.modal-close:hover { color: var(--white); background: var(--border); }

.modal-badges { display: flex; gap: 6px; margin-bottom: 10px; flex-wrap: wrap; }
.modal h3 {
  font-family: 'Oswald', sans-serif; font-size: 1.6rem;
  text-transform: uppercase; letter-spacing: .5px;
  padding-right: 36px; margin-bottom: 8px;
}
.modal p { font-size: .82rem; color: var(--gray); line-height: 1.55; margin-bottom: 22px; }

#modalOptions { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }

.modal-hint {
  font-size: .72rem; color: var(--gray2); text-transform: uppercase;
  letter-spacing: .8px; font-weight: 700;
  margin-bottom: 6px; padding-left: 2px;
}

/* Botão de opção no modal — grande, fácil de tocar */
.modal-opt-btn {
  display: flex; align-items: center; gap: 14px;
  width: 100%; padding: 18px 20px;
  background: var(--bg3); border: 2px solid var(--border);
  border-radius: 14px; cursor: pointer;
  transition: var(--transition); text-align: left;
}
.modal-opt-btn:hover,
.modal-opt-btn:active {
  background: rgba(192,57,43,.15);
  border-color: var(--red);
  transform: translateX(4px);
}
.modal-opt-btn.selected {
  background: rgba(192,57,43,.2);
  border-color: var(--red);
}
.modal-opt-label {
  flex: 1;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem; font-weight: 700;
  color: var(--white); text-transform: uppercase; letter-spacing: 1px;
}
.modal-opt-price {
  font-size: 1.2rem; font-weight: 800; color: var(--gold);
}
.modal-opt-icon {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--red); color: #fff; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; font-weight: 700; transition: var(--transition);
  min-width: 34px;
}
.modal-opt-btn:hover .modal-opt-icon,
.modal-opt-btn:active .modal-opt-icon { background: var(--red2); }

/* ── Step header (voltar + resumo) ── */
.modal-step-header {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 16px;
}
.modal-back-btn {
  background: var(--bg3); border: 1px solid var(--border);
  color: var(--gray); font-size: .75rem; font-weight: 700;
  padding: 7px 12px; border-radius: 8px; cursor: pointer;
  white-space: nowrap; transition: var(--transition); flex-shrink: 0;
}
.modal-back-btn:hover { color: var(--white); border-color: var(--gray2); }
.modal-picked-badge { flex: 1; }
.modal-picked-opt {
  display: block; font-size: .85rem; font-weight: 700; color: var(--gold);
  line-height: 1.4;
}

/* ── Turbine grid ── */
.turbine-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 8px; margin-bottom: 16px;
}
.turbine-btn {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 12px 8px; background: var(--bg3);
  border: 2px solid var(--border); border-radius: 12px;
  cursor: pointer; transition: var(--transition); text-align: center;
}
.turbine-btn:hover { border-color: var(--gold); background: rgba(240,165,0,.08); }
.turbine-btn.selected { border-color: var(--red); background: rgba(192,57,43,.15); }
.turbine-name {
  font-size: .78rem; font-weight: 700; color: var(--white);
  line-height: 1.3;
}
.turbine-price { font-size: .85rem; font-weight: 800; color: var(--gold); }

/* ── Botão final de adicionar ── */
.modal-final-add { margin-top: 8px; font-size: .9rem; }

/* ── Nota Smash Burger ── */
.modal-smash-note {
  font-size: .75rem; color: var(--gold2);
  background: rgba(240,165,0,.08); border: 1px solid rgba(240,165,0,.2);
  border-radius: 8px; padding: 8px 12px; margin-bottom: 10px;
  line-height: 1.4;
}

/* ── Extras no carrinho ── */
.cart-item-extra {
  font-size: .7rem; color: var(--gold2); margin-top: 2px;
}

.modal-qty-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.modal-qty-label { font-weight: 700; font-size: .88rem; color: var(--gray); text-transform: uppercase; letter-spacing: .4px; }
.modal-qty-ctrl  { display: flex; align-items: center; gap: 14px; }

.qty-btn {
  background: var(--bg3); border: 1px solid var(--border); color: var(--white);
  width: 40px; height: 40px; border-radius: 10px;
  font-size: 1.3rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.qty-btn:hover { background: var(--red); border-color: var(--red); }
#qtyValue { font-size: 1.3rem; font-weight: 800; min-width: 28px; text-align: center; }

.modal-subtotal {
  text-align: center; font-size: .9rem; color: var(--gray);
  margin-bottom: 18px;
}
.modal-subtotal strong { color: var(--gold); font-size: 1.4rem; }

/* ── Botão finalizar ── */
.btn-checkout {
  width: 100%; padding: 15px; border-radius: 12px; border: none; cursor: pointer;
  font-family: 'Oswald', sans-serif; font-size: 1.05rem; font-weight: 600;
  letter-spacing: .5px; text-transform: uppercase;
  background: linear-gradient(135deg, var(--gold) 0%, #e09000 100%);
  color: #0d0d0d;
  transition: var(--transition); display: flex; align-items: center; justify-content: center; gap: 8px;
}
.btn-checkout:hover { filter: brightness(1.1); transform: translateY(-1px); }

/* ══════════════════════════════════════════════════════════
   CHECKOUT MODAL
   ══════════════════════════════════════════════════════════ */
.checkout-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.72);
  z-index: 290; opacity: 0; pointer-events: none;
  transition: opacity .3s ease;
}
.checkout-overlay.visible { opacity: 1; pointer-events: all; }

.checkout-modal {
  position: fixed; inset: 0; z-index: 300;
  background: var(--bg2);
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
}
@media (min-width: 600px) {
  .checkout-modal {
    inset: auto; right: 0; top: 0; bottom: 0;
    width: 460px; border-left: 1px solid var(--border);
  }
}
.checkout-modal.open { transform: translateX(0); }

/* Header */
.checkout-header {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 20px; border-bottom: 1px solid var(--border);
  background: var(--bg); flex-shrink: 0;
}
.checkout-header h3 { flex: 1; font-family: 'Oswald', sans-serif; font-size: 1.1rem; text-transform: uppercase; letter-spacing: .5px; }
.checkout-back, .checkout-close {
  background: none; border: none; color: var(--gray); cursor: pointer;
  font-size: 1.2rem; padding: 6px 8px; border-radius: 8px;
  transition: var(--transition); line-height: 1;
}
.checkout-back:hover, .checkout-close:hover { background: var(--bg3); color: var(--white); }

/* Body */
.checkout-body {
  flex: 1; overflow-y: auto; padding: 20px;
  display: flex; flex-direction: column; gap: 20px;
}
.checkout-body::-webkit-scrollbar { width: 4px; }
.checkout-body::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }

/* Resumo */
.checkout-summary {
  background: var(--bg3); border-radius: 12px; padding: 14px 16px;
  border: 1px solid var(--border);
}
.checkout-summary-title {
  font-size: .7rem; text-transform: uppercase; letter-spacing: .8px;
  color: var(--gray); margin-bottom: 10px;
}
.checkout-summary-item {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: .85rem; padding: 3px 0; color: var(--gray);
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.checkout-summary-item:last-child { border: none; }
.checkout-summary-item span:last-child { color: var(--white); font-weight: 700; white-space: nowrap; margin-left: 8px; }

/* Seções */
.checkout-section {
  background: var(--card); border-radius: 14px; padding: 18px;
  border: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 14px;
}
.checkout-section-title {
  font-size: .8rem; text-transform: uppercase; letter-spacing: .8px;
  color: var(--gold); font-weight: 700; margin-bottom: 2px;
}

/* Fields */
.checkout-field { display: flex; flex-direction: column; gap: 6px; }
.checkout-field label { font-size: .78rem; color: var(--gray); font-weight: 600; text-transform: uppercase; letter-spacing: .4px; }
.checkout-field input {
  background: var(--bg3); border: 1.5px solid var(--border);
  color: var(--white); border-radius: 10px; padding: 12px 14px;
  font-family: inherit; font-size: .95rem;
  transition: border-color .2s ease; outline: none;
}
.checkout-field input::placeholder { color: #555; }
.checkout-field input:focus { border-color: var(--gold); }
.checkout-field input.input-error { border-color: var(--red2); }

/* Payment grid */
.payment-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.pay-btn {
  background: var(--bg3); border: 2px solid var(--border);
  border-radius: 12px; padding: 14px 10px;
  cursor: pointer; color: var(--white);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  transition: var(--transition);
}
.pay-btn:hover { border-color: var(--gray2); }
.pay-btn.selected {
  border-color: var(--gold); background: rgba(240,165,0,.12);
}
.pay-icon { font-size: 1.6rem; line-height: 1; }
.pay-label { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; }

/* Troco */
.troco-row { display: flex; flex-direction: column; gap: 7px; }
.troco-row label { font-size: .78rem; color: var(--gray); font-weight: 600; text-transform: uppercase; letter-spacing: .4px; }
.troco-input-wrap { display: flex; align-items: center; gap: 0; }
.troco-prefix {
  background: var(--border); border: 1.5px solid var(--border); border-right: none;
  padding: 12px 12px; border-radius: 10px 0 0 10px;
  font-weight: 700; color: var(--gray); font-size: .95rem; line-height: 1;
}
.troco-input-wrap input {
  background: var(--bg3); border: 1.5px solid var(--border);
  color: var(--white); border-radius: 0 10px 10px 0; padding: 12px 14px;
  font-family: inherit; font-size: .95rem; flex: 1; outline: none;
  transition: border-color .2s ease;
}
.troco-input-wrap input:focus { border-color: var(--gold); }

/* Footer */
.checkout-footer {
  padding: 16px 20px; border-top: 1px solid var(--border);
  background: var(--bg); flex-shrink: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.checkout-total-row {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 4px;
  font-size: .85rem; color: var(--gray);
}
.checkout-total-val { font-size: 1.3rem; font-weight: 800; color: var(--gold); }

.btn-full { width: 100%; }

/* ══════════════════════════════════════════════════════════
   ORDER STATUS BANNER
   ══════════════════════════════════════════════════════════ */
.order-banner {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(120px);
  background: var(--bg3); border: 1px solid var(--border);
  border-radius: 14px; padding: 16px 24px;
  max-width: 420px; width: calc(100% - 48px);
  z-index: 400; transition: transform .4s cubic-bezier(.4,0,.2,1);
  display: flex; align-items: center; gap: 14px;
}
.order-banner.show { transform: translateX(-50%) translateY(0); }
.order-banner-icon { font-size: 2rem; flex-shrink: 0; }
.order-banner-text { flex: 1; }
.order-banner-text strong { display: block; font-size: .95rem; margin-bottom: 2px; }
.order-banner-text span   { font-size: .78rem; color: var(--gray); }
.order-banner-close {
  background: none; border: none; color: var(--gray2);
  font-size: 1rem; cursor: pointer; padding: 4px;
}

/* Toast */
.toast {
  position: fixed; bottom: 20px; left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--bg3); color: var(--white);
  border: 1px solid var(--border); padding: 11px 24px;
  border-radius: 50px; font-weight: 700; font-size: .85rem;
  z-index: 500; pointer-events: none; white-space: nowrap;
  transition: transform .32s cubic-bezier(.4,0,.2,1);
}
.toast.show { transform: translateX(-50%) translateY(0); }

/* ══════════════════════════════════════════════════════════
   ADMIN TRIGGER BUTTON (header)
   ══════════════════════════════════════════════════════════ */
.admin-trigger-btn {
  background: none; border: none; cursor: pointer;
  font-size: 1rem; opacity: .25; padding: 6px;
  transition: opacity .2s; margin-right: 4px;
  line-height: 1;
}
.admin-trigger-btn:hover { opacity: .7; }

/* ══════════════════════════════════════════════════════════
   ADMIN OVERLAY
   ══════════════════════════════════════════════════════════ */
/* [hidden] é sobrescrito por display:flex — força none */
.admin-overlay[hidden],
.admin-panel[hidden],
.admin-login-screen[hidden],
.admin-import-modal[hidden] { display: none !important; }

.admin-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--bg);
  display: flex; flex-direction: column;
  overflow: hidden;
}

/* ── Login ── */
.admin-login-screen {
  flex: 1; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(ellipse 70% 55% at 50% 40%, rgba(192,57,43,.14) 0%, transparent 70%);
}
.admin-overlay-close {
  position: absolute; top: 18px; right: 20px;
  background: none; border: 1.5px solid var(--border); color: var(--gray);
  width: 36px; height: 36px; border-radius: 50%; font-size: 1rem;
  cursor: pointer; z-index: 10; transition: all .2s;
}
.admin-overlay-close:hover { border-color: var(--red); color: var(--red); }

.admin-login-box {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 20px; padding: 44px 38px; width: 100%; max-width: 390px;
  text-align: center; box-shadow: 0 24px 60px rgba(0,0,0,.5);
}
.admin-login-logo  { width: 110px; margin-bottom: 20px; }
.admin-login-title { font-family: 'Oswald', sans-serif; font-size: 1.5rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); }
.admin-login-sub   { color: var(--gray); font-size: .83rem; margin: 6px 0 24px; }
#adminLoginForm input[type=password] {
  width: 100%; padding: 13px 15px; border-radius: 10px;
  background: var(--bg3); border: 1.5px solid var(--border);
  color: var(--white); font-size: .95rem; font-family: inherit;
  outline: none; margin-bottom: 10px; transition: border-color .2s;
}
#adminLoginForm input[type=password]:focus { border-color: var(--gold); }
#adminLoginBtn {
  width: 100%; padding: 13px; border-radius: 10px;
  background: linear-gradient(135deg, var(--gold), #d08800);
  color: #000; font-size: .95rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1px; border: none; cursor: pointer;
  transition: opacity .2s;
}
#adminLoginBtn:hover { opacity: .85; }
#adminLoginBtn:disabled { opacity: .5; cursor: default; }
.admin-login-err { color: var(--red2); font-size: .82rem; margin-top: 8px; min-height: 18px; }

/* ── Panel ── */
.admin-panel { flex: 1; display: flex; flex-direction: column; overflow: hidden; }

.admin-topbar {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  padding: 0 16px; height: 54px; flex-shrink: 0;
  background: var(--bg2); border-bottom: 1px solid var(--border);
}
.admin-topbar-left  { display: flex; align-items: center; gap: 10px; }
.admin-topbar-title { font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 1px; }
.admin-topbar-stats { font-size: .7rem; color: var(--gray); }
.admin-topbar-actions { display: flex; gap: 5px; align-items: center; }

/* Shared admin buttons */
.adm-btn { padding: 7px 13px; border-radius: 8px; font-size: .77rem; font-weight: 700; font-family: inherit; cursor: pointer; transition: opacity .15s; border: none; }
.adm-btn:hover { opacity: .8; }
.adm-btn-gold    { background: var(--gold); color: #000; }
.adm-btn-outline { background: transparent; color: var(--white); border: 1.5px solid var(--border); }
.adm-btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.adm-btn-danger  { background: var(--red); color: var(--white); }
.adm-btn-ghost   { background: transparent; color: var(--gray); border: 1px solid var(--border); }
.adm-btn-reset   { background: transparent; color: var(--gray); border: 1px solid var(--border); }
.adm-btn-reset:hover { color: var(--red); border-color: var(--red); }
.adm-btn-sm { padding: 5px 11px; font-size: .73rem; border-radius: 7px; }

/* ── Sidebar layout ── */
.admin-body { flex: 1; display: flex; overflow: hidden; }

.admin-section-tabs {
  width: 168px; flex-shrink: 0;
  display: flex; flex-direction: column; gap: 1px;
  overflow-y: auto; overflow-x: hidden;
  scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.08) transparent;
  padding: 10px 8px 16px;
  background: var(--bg2); border-right: 1px solid var(--border);
}
.admin-section-tabs::-webkit-scrollbar { width: 4px; }
.admin-section-tabs::-webkit-scrollbar-thumb { background: rgba(255,255,255,.1); border-radius: 2px; }

.adm-nav-group {
  font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em;
  color: rgba(255,255,255,.22); padding: 12px 10px 3px;
  pointer-events: none; user-select: none;
}
.adm-nav-sep { height: 1px; background: var(--border); margin: 6px 4px; flex-shrink: 0; }

.adm-tab {
  flex-shrink: 0; padding: 9px 10px 9px 14px;
  border-radius: 9px; background: transparent;
  color: var(--gray); font-size: .78rem; font-weight: 600;
  border: none; cursor: pointer; white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis; text-align: left;
  transition: background .15s, color .15s; position: relative;
  font-family: inherit; display: flex; align-items: center; width: 100%;
}
.adm-tab:hover  { background: rgba(255,255,255,.06); color: var(--white); }
.adm-tab.active {
  background: rgba(240,165,0,.13); color: var(--gold);
}
.adm-tab.active::before {
  content: ''; position: absolute; left: 0; top: 18%; height: 64%;
  width: 3px; background: var(--gold); border-radius: 0 3px 3px 0;
}

.adm-tab-badge {
  margin-left: auto; flex-shrink: 0;
  background: var(--red); color: var(--white);
  border-radius: 10px; min-width: 17px; height: 17px;
  font-size: .58rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center; padding: 0 4px;
}
.adm-tab-badge[style*="var(--fire1)"] { background: var(--fire1) !important; }

/* Items container */
.admin-items-container { flex: 1; overflow-y: auto; padding: 16px 20px; }

/* ── Mobile: sidebar vira barra horizontal ── */
@media (max-width: 620px) {
  .admin-body { flex-direction: column; }
  .admin-section-tabs {
    width: auto; flex-direction: row; flex-wrap: nowrap; gap: 4px;
    overflow-x: auto; overflow-y: hidden; padding: 8px 10px;
    border-right: none; border-bottom: 1px solid var(--border);
    scrollbar-width: none;
  }
  .admin-section-tabs::-webkit-scrollbar { display: none; }
  .adm-tab {
    flex-shrink: 0; width: auto; border-radius: 20px;
    padding: 6px 12px; font-size: .72rem; white-space: nowrap;
    border: 1.5px solid transparent;
  }
  .adm-tab.active { border-color: var(--gold); }
  .adm-tab.active::before { display: none; }
  .adm-tab-badge { position: absolute; top: -4px; right: -4px; margin-left: 0; }
  .adm-nav-group, .adm-nav-sep { display: none; }
  .admin-items-container { padding: 12px 14px; }
}
.admin-section-heading {
  font-family: 'Oswald', sans-serif; font-size: 1.1rem; font-weight: 700;
  color: var(--gold); text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--border);
}

/* Item rows */
.adm-item-row {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 12px; margin-bottom: 7px; transition: border-color .18s;
}
.adm-item-row:hover { border-color: #333; }
.adm-item-row.is-paused { opacity: .5; }
.adm-item-row.is-paused .adm-item-name { text-decoration: line-through; color: var(--gray); }

.adm-item-main {
  display: flex; align-items: center; gap: 12px; padding: 12px 14px;
}

/* Toggle */
.adm-toggle-wrap { flex-shrink: 0; cursor: pointer; }
.adm-toggle-input { display: none; }
.adm-toggle-slider {
  display: block; width: 42px; height: 23px; border-radius: 12px;
  background: #333; position: relative; transition: background .2s;
}
.adm-toggle-slider::after {
  content: ''; position: absolute; top: 3px; left: 3px;
  width: 17px; height: 17px; border-radius: 50%;
  background: #fff; transition: transform .2s;
}
.adm-toggle-input:checked + .adm-toggle-slider { background: #27ae60; }
.adm-toggle-input:checked + .adm-toggle-slider::after { transform: translateX(19px); }

.adm-item-info { flex: 1; min-width: 0; }
.adm-item-name { font-weight: 700; font-size: .9rem; display: flex; align-items: center; gap: 5px; }
.adm-edited-dot { color: var(--gold); font-size: .55rem; }
.adm-item-prices { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 3px; }
.adm-price-tag  { font-size: .74rem; color: var(--gray); background: var(--bg3); padding: 2px 7px; border-radius: 5px; }
.adm-price-tag strong { color: var(--white); }
.adm-item-actions { display: flex; gap: 5px; flex-shrink: 0; }

/* Edit form */
.adm-edit-form { border-top: 1px solid var(--border); padding: 14px; }
.adm-edit-inner { display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-end; }
.adm-field { display: flex; flex-direction: column; gap: 3px; }
.adm-field > span { font-size: .68rem; color: var(--gray); font-weight: 700; text-transform: uppercase; letter-spacing: .4px; }
.adm-field input[type=text],
.adm-field input[type=number] {
  background: var(--bg3); border: 1.5px solid var(--border);
  color: var(--white); padding: 8px 10px; border-radius: 8px;
  font-size: .88rem; font-family: inherit; outline: none; transition: border-color .2s;
}
.adm-field input:focus { border-color: var(--gold); }
.adm-field input[type=text]   { width: 180px; }
.adm-field input[type=number] { width: 80px; }
.adm-field--wide input[type=text] { width: 260px; }
.adm-price-wrap { display: flex; align-items: center; gap: 3px; }
.adm-price-wrap span { color: var(--gray); font-size: .82rem; }
.adm-form-actions { display: flex; gap: 7px; padding-top: 2px; }

/* Import modal */
.admin-import-modal {
  position: absolute; inset: 0; background: rgba(0,0,0,.82);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 24px; z-index: 10;
}
.admin-import-modal h3  { font-family: 'Oswald', sans-serif; font-size: 1.2rem; color: var(--gold); margin-bottom: 8px; width: 100%; max-width: 480px; }
.admin-import-modal p   { color: var(--gray); font-size: .8rem; margin-bottom: 12px; width: 100%; max-width: 480px; }
.adm-upload-label {
  display: block; padding: 11px 14px; border: 2px dashed var(--border);
  border-radius: 10px; text-align: center; cursor: pointer; color: var(--gray);
  font-size: .82rem; transition: border-color .2s; margin-bottom: 10px; width: 100%; max-width: 480px;
}
.adm-upload-label:hover { border-color: var(--gold); color: var(--gold); }
.adm-upload-label input { display: none; }
.adm-or { text-align: center; color: #333; font-size: .75rem; margin: 6px 0; }
#adminImportJson {
  width: 100%; max-width: 480px; height: 110px;
  background: var(--bg3); border: 1.5px solid var(--border);
  color: var(--white); padding: 10px; border-radius: 8px;
  font-size: .76rem; font-family: monospace; resize: vertical; outline: none; margin-bottom: 14px;
}
#adminImportJson:focus { border-color: var(--gold); }
.adm-modal-footer { display: flex; gap: 8px; justify-content: flex-end; width: 100%; max-width: 480px; }

/* ══════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════ */
#footer {
  background: var(--bg2); border-top: 1px solid var(--border);
  padding: 56px 24px 40px; text-align: center;
  position: relative; z-index: 1;
}
.footer-inner { max-width: 900px; margin: 0 auto; }
.footer-logo  { height: 70px; margin-bottom: 32px; }

.footer-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
  margin-bottom: 32px; text-align: left;
}
.footer-col h4 {
  font-family: 'Oswald', sans-serif; font-size: 1rem;
  text-transform: uppercase; letter-spacing: 1px; color: var(--red);
  margin-bottom: 8px;
}
.footer-col p { font-size: .85rem; color: var(--gray); line-height: 1.6; }

.footer-note  { font-size: .72rem; color: var(--gray2); margin-bottom: 12px; }
.footer-copy  { font-size: .72rem; color: #444; }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .header-nav  { display: none; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 20px; }
  .items-grid  { grid-template-columns: 1fr 1fr; }
  .hero-logo   { width: 340px; }
}
@media (max-width: 480px) {
  .items-grid    { grid-template-columns: 1fr; }
  .items-grid--sm { grid-template-columns: 1fr 1fr; }
  .hero-cta      { flex-direction: column; align-items: center; }
  .hero-title    { font-size: 1.5rem; }
  .section-header h2 { font-size: 1.8rem; }
}

/* ══════════════════════════════════════════════════════════
   PROMOÇÕES DO DIA — Popup flutuante
   ══════════════════════════════════════════════════════════ */
.promo-overlay {
  position: fixed; inset: 0; z-index: 9100;
  background: rgba(0,0,0,.78);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  animation: fadeIn .3s ease;
}
.promo-overlay[hidden] { display: none !important; }
.promo-modal {
  background: var(--bg2);
  border: 1px solid rgba(240,130,0,.35);
  border-radius: 22px;
  padding: 36px 28px 28px;
  max-width: 500px; width: 100%;
  max-height: 88vh; overflow-y: auto;
  position: relative;
  box-shadow: 0 0 80px rgba(240,100,0,.2), 0 24px 64px rgba(0,0,0,.7);
}
.promo-close {
  position: absolute; top: 14px; right: 14px;
  background: rgba(255,255,255,.08); border: none; color: var(--gray);
  width: 34px; height: 34px; border-radius: 50%; cursor: pointer;
  font-size: .9rem; display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.promo-close:hover { background: rgba(255,255,255,.16); color: var(--white); }
.promo-modal-header {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  margin-bottom: 28px;
}
.promo-fire-icon { font-size: 1.7rem; }
.promo-modal-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.65rem; font-weight: 700;
  color: var(--gold); letter-spacing: 2px; text-transform: uppercase;
  text-shadow: 0 0 20px rgba(240,180,0,.4);
}
.promo-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.promo-card {
  background: linear-gradient(135deg, rgba(240,100,0,.08), rgba(30,30,30,.6));
  border: 1px solid rgba(240,130,0,.25);
  border-radius: 16px; padding: 18px 20px;
  display: flex; gap: 16px; align-items: flex-start;
  transition: var(--transition);
}
.promo-card:hover { border-color: rgba(240,130,0,.5); transform: translateY(-1px); }
.promo-card-emoji { font-size: 2.4rem; line-height: 1; flex-shrink: 0; margin-top: 2px; }
.promo-card-body { flex: 1; min-width: 0; }
.promo-card-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem; font-weight: 600; color: var(--white);
  margin-bottom: 5px; letter-spacing: .5px;
}
.promo-card-desc { font-size: .85rem; color: var(--gray); margin-bottom: 10px; line-height: 1.45; }
.promo-card-prices { display: flex; align-items: center; gap: 10px; }
.promo-price-old {
  font-size: .82rem; color: var(--gray);
  text-decoration: line-through; opacity: .7;
}
.promo-price-new {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem; font-weight: 700; color: var(--gold);
  text-shadow: 0 0 12px rgba(240,180,0,.35);
}
.promo-price-badge {
  background: rgba(240,100,0,.2); border: 1px solid rgba(240,130,0,.4);
  color: var(--fire1); font-size: .72rem; font-weight: 700;
  padding: 2px 8px; border-radius: 20px; text-transform: uppercase;
  letter-spacing: .5px;
}
.promo-card--link {
  cursor: pointer;
  border-color: rgba(240,180,0,.4);
}
.promo-card--link:hover {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(240,160,0,.12), rgba(30,30,30,.7));
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(200,120,0,.25);
}
.promo-card-cta {
  margin-top: 10px;
  display: inline-block;
  background: linear-gradient(135deg, var(--fire1), #c0392b);
  color: #fff; font-family: 'Oswald', sans-serif;
  font-size: .85rem; font-weight: 600; letter-spacing: 1px;
  padding: 7px 16px; border-radius: 20px;
  text-transform: uppercase;
}
.promo-close-btn {
  width: 100%; padding: 15px;
  background: linear-gradient(135deg, var(--fire1), var(--fire2));
  border: none; border-radius: 14px;
  color: var(--white); font-family: 'Oswald', sans-serif;
  font-size: 1.05rem; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(240,100,0,.3);
}
.promo-close-btn:hover { filter: brightness(1.15); transform: translateY(-1px); }

/* Botão "Promoções" integrado na barra de categorias */
.cat-btn-promo {
  background: linear-gradient(135deg, #ff6a00, #c0392b) !important;
  color: #fff !important;
  border-color: transparent !important;
  font-weight: 800 !important;
  letter-spacing: 1px;
  flex-shrink: 0;
  animation: promoPulse 2.5s ease-in-out infinite;
}
.cat-btn-promo:hover { opacity: .88; transform: none; }
.cat-btn-promo[hidden] { display: none !important; }
@keyframes promoPulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(255,100,0,0); }
  50%      { box-shadow: 0 0 0 5px rgba(255,100,0,.25); }
}

/* ── Admin — aba Promoções ── */
.adm-promo-wrap { padding: 4px 0 20px; }
.adm-promo-top  { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px 14px; }
.adm-promo-top h3 { font-family: 'Oswald', sans-serif; font-size: 1.1rem; color: var(--white); }
.adm-promo-day-tabs { display: flex; gap: 4px; padding: 0 20px 12px; flex-wrap: wrap; }
.adm-promo-day-tab {
  padding: 6px 14px; border-radius: 20px; font-size: .8rem; font-weight: 600;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  color: var(--gray); cursor: pointer; position: relative; transition: all .15s;
  display: flex; align-items: center; gap: 5px;
}
.adm-promo-day-tab:hover { background: rgba(255,255,255,.12); color: var(--white); }
.adm-promo-day-tab.is-active { background: var(--gold); color: #000; border-color: var(--gold); }
.adm-promo-day-tab.is-today:not(.is-active) { border-color: var(--gold); color: var(--gold); }
.adm-promo-today-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: currentColor; display: inline-block; flex-shrink: 0;
}
.adm-promo-empty { text-align: center; color: var(--gray); padding: 40px 20px; font-size: .9rem; }
.adm-promo-rows  { display: flex; flex-direction: column; gap: 0; }
.adm-promo-row {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,.06);
  transition: var(--transition);
}
.adm-promo-row.is-off { opacity: .5; }
.adm-promo-row-emoji { font-size: 1.6rem; flex-shrink: 0; }
.adm-promo-row-info  { flex: 1; min-width: 0; }
.adm-promo-row-title { font-weight: 600; color: var(--white); font-size: .92rem; }
.adm-promo-row-sub   { font-size: .78rem; color: var(--gray); margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.adm-promo-row-price { font-family: 'Oswald', sans-serif; color: var(--gold); font-size: .95rem; flex-shrink: 0; }
.adm-promo-row-actions { display: flex; gap: 6px; flex-shrink: 0; }

.adm-promo-form-wrap {
  margin: 0 16px 16px;
  background: var(--bg3); border-radius: 16px;
  border: 1px solid rgba(240,180,0,.2); overflow: hidden;
}
.adm-promo-form-title {
  padding: 14px 18px 10px;
  font-family: 'Oswald', sans-serif; font-size: 1rem; color: var(--gold);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.adm-promo-form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 16px 18px 14px; }
.adm-promo-form-fields label { display: flex; flex-direction: column; gap: 5px; font-size: .8rem; color: var(--gray); }
.adm-promo-form-fields label.span2 { grid-column: 1/-1; }
.adm-promo-form-fields input,
.adm-promo-form-fields textarea {
  background: var(--bg2); border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px; color: var(--white); padding: 9px 11px; font-size: .88rem;
  transition: var(--transition);
}
.adm-promo-form-fields input:focus,
.adm-promo-form-fields textarea:focus { outline: none; border-color: var(--gold); }
.adm-promo-form-fields textarea { resize: vertical; min-height: 56px; grid-column: 1/-1; }
.adm-promo-form-footer { display: flex; gap: 8px; justify-content: flex-end; padding: 0 18px 16px; }

@media (max-width: 480px) {
  .promo-modal { padding: 28px 18px 22px; }
  .promo-modal-title { font-size: 1.35rem; }
  .adm-promo-form-fields { grid-template-columns: 1fr; }
  .adm-promo-form-fields label.span2 { grid-column: 1; }
}

/* ── Thumbnail de foto no admin ── */
.adm-item-thumb {
  flex-shrink: 0;
  width: 54px; height: 54px;
  border-radius: 10px;
  overflow: hidden;
  background: #1c1c1c;
  border: 2px dashed #333;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  position: relative;
  transition: border-color .2s;
  margin-right: 4px;
}
.adm-item-thumb:hover { border-color: var(--gold); }
.adm-thumb-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.adm-thumb-empty { font-size: 1.4rem; opacity: .35; pointer-events: none; }
.adm-thumb-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.55);
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity .18s;
  pointer-events: none;
}
.adm-item-thumb:hover .adm-thumb-overlay { opacity: 1; }
.adm-thumb-pending {
  position: absolute; top: 3px; right: 3px;
  color: var(--gold); font-size: .65rem; line-height: 1;
  pointer-events: none;
}

/* ══════════════════════════════════════════
   ESTOQUE
   ══════════════════════════════════════════ */
.estq-wrap { padding: 4px 0; }
.estq-topbar { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
.estq-stats  { display: flex; gap: 8px; flex-wrap: wrap; }
.estq-stat   { padding: 5px 12px; border-radius: 20px; font-size: .76rem; font-weight: 700; }
.estq-ok     { background: rgba(39,174,96,.18); color: #2ecc71; }
.estq-low    { background: rgba(243,156,18,.18); color: #f39c12; }
.estq-zero   { background: rgba(231,76,60,.18);  color: #e74c3c; }

/* ── Botões de ação do estoque ── */
.estq-btns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.estq-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 6px;
  border-radius: 10px;
  border: 1.5px solid var(--border);
  background: #111;
  color: var(--white);
  cursor: pointer;
  font-family: inherit;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: border-color .15s, background .15s, color .15s;
  min-height: 64px;
}
.estq-action-btn:hover { background: #1a1a1a; }
.estq-action-btn .estq-btn-icon { font-size: 1.4rem; line-height: 1; }
.estq-action-btn.btn-voz     { border-color: #3498db44; }
.estq-action-btn.btn-voz:hover { border-color: #3498db; color: #3498db; background: rgba(52,152,219,.08); }
.estq-action-btn.btn-entrada { border-color: #2ecc7144; }
.estq-action-btn.btn-entrada:hover { border-color: #2ecc71; color: #2ecc71; background: rgba(46,204,113,.08); }
.estq-action-btn.btn-consumer { border-color: #9b59b644; }
.estq-action-btn.btn-consumer:hover { border-color: #9b59b6; color: #9b59b6; background: rgba(155,89,182,.08); }
.estq-action-btn.btn-publicar {
  background: var(--gold); color: #000; border-color: var(--gold);
  font-weight: 800;
}
.estq-action-btn.btn-publicar:hover { opacity: .85; }
@media (max-width: 500px) {
  .estq-btns { grid-template-columns: repeat(2, 1fr); }
  .estq-action-btn.btn-publicar { grid-column: span 2; }
}

.estq-panel  { background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; margin-bottom: 14px; }
.estq-panel-inner { padding: 16px 18px; display: flex; flex-direction: column; gap: 10px; }
.estq-panel-inner strong { color: var(--gold); font-size: .95rem; }
.estq-form-row { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.estq-input  { background: #111; border: 1px solid #333; border-radius: 8px; color: var(--white); padding: 7px 10px; font-size: .84rem; font-family: inherit; }
.estq-input:focus { outline: none; border-color: var(--gold); }
.estq-input select, select.estq-input { min-width: 90px; }
.estq-form-actions { display: flex; gap: 8px; }

.estq-filters { margin-bottom: 12px; display: flex; flex-direction: column; gap: 8px; }
.estq-search  { width: 100%; background: #111; border: 1px solid #333; border-radius: 10px; color: var(--white); padding: 9px 14px; font-size: .85rem; font-family: inherit; box-sizing: border-box; }
.estq-search:focus { outline: none; border-color: var(--gold); }
.estq-chips   { display: flex; gap: 6px; flex-wrap: wrap; }
.estq-chip    { padding: 4px 12px; border-radius: 20px; background: #1a1a1a; border: 1px solid #333; color: var(--gray); font-size: .74rem; cursor: pointer; transition: all .15s; }
.estq-chip.active, .estq-chip:hover { background: var(--gold); color: #000; border-color: var(--gold); font-weight: 700; }

.estq-section       { margin-bottom: 20px; }
.estq-section-title { font-size: .78rem; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: .08em; padding: 6px 0 8px; border-bottom: 1px solid #222; margin-bottom: 6px; }

.estq-row    { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 8px; border-radius: 10px; border: 1px solid transparent; transition: background .15s; }
.estq-row:hover { background: #111; }
.estq-row-zero { border-color: rgba(231,76,60,.2); }
.estq-row-low  { border-color: rgba(243,156,18,.15); }
.estq-row-left  { display: flex; align-items: center; gap: 10px; flex: 1; min-width: 0; }
.estq-row-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.estq-nome  { font-size: .88rem; color: var(--white); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.estq-dot   { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.estq-dot-ok   { background: #2ecc71; }
.estq-dot-low  { background: #f39c12; }
.estq-dot-zero { background: #e74c3c; animation: pulse-dot .9s infinite; }
@keyframes pulse-dot { 0%,100%{opacity:1} 50%{opacity:.3} }

.estq-qty-col { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; min-width: 90px; }
.estq-qty     { font-size: .88rem; font-weight: 700; color: var(--white); }
.estq-qty-zero { color: #e74c3c; }
.estq-min     { font-size: .68rem; color: var(--gray2); }
.estq-bar     { width: 80px; height: 5px; background: #222; border-radius: 4px; overflow: hidden; }
.estq-bar-fill { height: 100%; border-radius: 4px; transition: width .4s; }
.estq-bar-ok   { background: #2ecc71; }
.estq-bar-low  { background: #f39c12; }
.estq-bar-zero { background: #e74c3c; width: 0 !important; }
.estq-row-actions { display: flex; gap: 5px; align-items: center; }

/* Botão "Em Falta" por insumo */
.estq-falta-btn {
  padding: 4px 8px; border-radius: 6px; font-size: .7rem; font-weight: 700;
  cursor: pointer; font-family: inherit; border: 1.5px solid #444;
  background: transparent; color: #666; transition: all .15s; white-space: nowrap;
}
.estq-falta-btn:hover { border-color: #e74c3c; color: #e74c3c; }
.estq-falta-btn.is-falta {
  background: rgba(231,76,60,.15); border-color: #e74c3c; color: #e74c3c; font-weight: 800;
}
.estq-row-falta {
  background: rgba(231,76,60,.06) !important;
  border-color: rgba(231,76,60,.3) !important;
}
.estq-row-falta .estq-nome::after {
  content: ' · Em Falta';
  color: #e74c3c; font-size: .72rem; font-weight: 700;
}

/* ── Fichas Técnicas ── */
.ficha-wrap { padding: 4px 0 20px; }

.ficha-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px 12px; border-bottom: 1px solid var(--border); margin-bottom: 16px;
}
.ficha-header-title {
  font-family: 'Oswald', sans-serif; font-size: 1.05rem; font-weight: 700;
  color: var(--gold); text-transform: uppercase; letter-spacing: .06em;
}

.ficha-cat-label {
  font-family: 'Oswald', sans-serif; font-size: .78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  color: rgba(255,255,255,.35); padding: 4px 20px 8px;
  border-top: 1px solid var(--border); margin-top: 6px;
}
.ficha-cat-label:first-of-type { border-top: none; margin-top: 0; }

.ficha-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 10px; padding: 0 16px 10px;
}

.ficha-card {
  background: var(--bg3); border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px; overflow: hidden;
}
.ficha-card-name {
  font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 600;
  color: var(--white); padding: 10px 14px 8px;
  background: rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.08);
}

.ficha-opt-label {
  font-size: .68rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .08em; color: var(--gold);
  padding: 6px 14px 4px; background: rgba(240,165,0,.07);
  border-bottom: 1px solid rgba(240,165,0,.12);
}

.ficha-ing-list { padding: 4px 0; }

.ficha-ing-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 5px 14px; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.04);
}
.ficha-ing-row:last-child { border-bottom: none; }

.ficha-ing-nome {
  font-size: .82rem; color: rgba(255,255,255,.75); flex: 1;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ficha-ing-qtd {
  font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 600;
  color: var(--white); white-space: nowrap; flex-shrink: 0;
  background: rgba(255,255,255,.08); border-radius: 6px;
  padding: 2px 8px; min-width: 48px; text-align: center;
}

@media (max-width: 500px) {
  .ficha-grid { grid-template-columns: 1fr; padding: 0 10px 10px; }
  .ficha-card-name { font-size: .95rem; }
  .ficha-ing-qtd { font-size: .9rem; }
}

/* Aviso de ingrediente em falta no modal do cliente */
.falta-warn-panel {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 12px; padding: 10px 4px 4px;
}
.falta-warn-icon { font-size: 3rem; line-height: 1; }
.falta-warn-title { font-size: 1.1rem; font-weight: 800; color: #f39c12; margin: 0; }
.falta-warn-chips {
  display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin: 2px 0;
}
.falta-warn-chip {
  background: rgba(231,76,60,.15); border: 1px solid #e74c3c;
  color: #e74c3c; border-radius: 20px; padding: 3px 12px;
  font-size: .82rem; font-weight: 700;
}
.falta-warn-sub { font-size: .84rem; color: var(--gray2); margin: 0; line-height: 1.5; }
.falta-warn-btns { display: flex; flex-direction: column; gap: 8px; width: 100%; margin-top: 4px; }

.estq-voice-panel { align-items: center; text-align: center; }
.estq-voice-icon  { font-size: 3rem; animation: pulse-dot .9s infinite; }
.estq-voice-item  { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; padding: 6px 8px; background: #111; border-radius: 8px; }

@media (max-width: 600px) {
  .estq-topbar  { flex-direction: column; align-items: flex-start; }
  .estq-row-right { flex-wrap: wrap; }
  .estq-bar { width: 60px; }
}

/* ════════════════════════════════════════════════════════
   LANDING PAGE
   ════════════════════════════════════════════════════════ */

#landingPage {
  position: fixed; inset: 0; z-index: 900;
  background: var(--bg1);
  overflow-y: auto; overflow-x: hidden;
  transition: opacity .45s ease, transform .45s ease;
}
#landingPage.is-hiding {
  opacity: 0; transform: translateY(-20px); pointer-events: none;
}

/* ── Header ── */
.landing-header {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 32px;
  position: sticky; top: 0; z-index: 10;
  background: rgba(13,13,13,.9); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(240,165,0,.15);
}
.landing-logo { height: 38px; width: auto; }
.landing-brand {
  font-family: 'Oswald', sans-serif; font-size: .88rem; font-weight: 700;
  color: var(--gold); letter-spacing: .12em; text-transform: uppercase;
}

/* ── Hero ── */
/* ── Hero: dois painéis lado a lado ── */
.landing-hero {
  display: flex;
  min-height: 80vh;
  overflow: hidden;
}

/* Painel esquerdo */
.landing-hero-left {
  flex: 0 0 50%;
  background: #050505;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 60px 36px 60px 0;
  z-index: 2;
  position: relative;
}

/* Painel direito — carrossel */
.landing-hero-carousel {
  flex: 1;
  position: relative;
  overflow: hidden;
  background: #050505;
}
.lhc-slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
  background: #050505;
  display: flex; align-items: center; justify-content: center;
}
.lhc-slide.active { opacity: 1; }
/* foto: contida sem cortes, fundo escuro preenche lacunas */
.lhc-blur-bg {
  position: absolute; inset: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.lhc-main-img { display: none; }
/* borda esquerda suave + vinheta nas bordas da foto */
.lhc-fade {
  position: absolute; inset: 0;
  background: linear-gradient(to right, #050505 0%, rgba(5,5,5,.5) 10%, transparent 28%);
  box-shadow: inset 0 0 80px 30px rgba(5,5,5,.75);
  pointer-events: none;
}

/* ── Mobile: carrossel em cima, texto embaixo ── */
@media (max-width: 700px) {
  .landing-hero { flex-direction: column; min-height: auto; }
  /* carrossel aparece primeiro no topo */
  .landing-hero-carousel {
    order: -1;
    flex: none;
    width: 100%;
    height: 58vw;
    min-height: 240px;
    position: relative;
  }
  /* cover funciona bem no painel compacto mobile */
  .landing-hero-carousel .lhc-blur-bg {
    background-size: cover;
  }
  .landing-hero-left {
    order: 0;
    flex: none; width: 100%;
    padding: 28px 20px 24px;
    gap: 16px;
    flex-direction: column; align-items: flex-start;
  }
  .lhc-fade {
    background: linear-gradient(to bottom,
      rgba(5,5,5,.5) 0%, transparent 25%,
      transparent 65%, rgba(5,5,5,.8) 100%);
    box-shadow: none;
  }
}

.landing-hero-logo {
  width: clamp(160px, 22vw, 300px);
  height: auto;
  flex-shrink: 0;
  margin-left: -10px;
  filter:
    drop-shadow(0 4px 32px rgba(0,0,0,.95))
    drop-shadow(0 0 48px rgba(240,165,0,.65));
  animation: logoPulse 3s ease-in-out infinite;
}
.landing-hero-text { flex: 1; text-align: left; }
@media (max-width: 700px) {
  .landing-hero-logo { margin-left: 0; width: clamp(140px, 50vw, 220px); }
}
@keyframes logoPulse {
  0%,100% { filter: drop-shadow(0 4px 24px rgba(0,0,0,.9)) drop-shadow(0 0 28px rgba(240,165,0,.45)); }
  50%      { filter: drop-shadow(0 4px 24px rgba(0,0,0,.9)) drop-shadow(0 0 56px rgba(240,165,0,.85)); }
}

.landing-hero-badge {
  display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase; color: var(--gold);
  border: 1px solid rgba(240,165,0,.4); border-radius: 20px;
  padding: 5px 16px; margin-bottom: 20px;
}
.landing-hero-left h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2.2rem, 5vw, 5rem);
  font-weight: 700; line-height: 1.05; color: var(--white);
  text-transform: uppercase; letter-spacing: .02em; margin-bottom: 16px;
}
.landing-hero-left h1 span { color: var(--gold); }
.landing-hero-left p {
  font-size: clamp(.82rem, 1.8vw, 1rem);
  color: rgba(255,255,255,.45); letter-spacing: .08em;
}

/* ── Sections ── */
.landing-section { padding: 90px 24px; }
.landing-section-inner { max-width: 820px; margin: 0 auto; }

.landing-label {
  font-size: .68rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .18em; color: var(--gold); margin-bottom: 10px;
}
.landing-section h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700; color: var(--white);
  text-transform: uppercase; margin-bottom: 28px; line-height: 1.05;
}
.landing-section p {
  font-size: 1.05rem; color: rgba(255,255,255,.6); line-height: 1.85;
}

/* ── História ── */
.landing-historia {
  background: rgba(255,255,255,.025);
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.landing-historia .landing-section-inner::before {
  content: ''; display: block;
  width: 52px; height: 3px; background: var(--gold);
  border-radius: 2px; margin-bottom: 22px;
}

/* ── Missão ── */
.landing-missao { text-align: center; }
.landing-missao-text {
  font-size: 1.25rem !important; font-style: italic;
  color: rgba(255,255,255,.78) !important;
  max-width: 620px; margin: 0 auto;
  border-left: 3px solid var(--gold); padding-left: 20px;
  text-align: left;
}

/* ── Valores ── */
.landing-valores {
  background: rgba(255,255,255,.02);
  border-top: 1px solid rgba(255,255,255,.07);
}
.landing-valores-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 14px; margin-top: 36px;
}
.landing-valor-card {
  background: var(--bg3); border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px; padding: 28px 20px; text-align: center;
  transition: border-color .2s, transform .22s;
}
.landing-valor-card:hover { border-color: var(--gold); transform: translateY(-5px); }
.landing-valor-icon { font-size: 2.4rem; margin-bottom: 14px; }
.landing-valor-card h3 {
  font-family: 'Oswald', sans-serif; font-size: 1.05rem; font-weight: 700;
  color: var(--gold); text-transform: uppercase; margin-bottom: 10px;
}
.landing-valor-card p { font-size: .83rem; color: rgba(255,255,255,.5); line-height: 1.65; }

/* ── CTA Flutuante ── */
.landing-cta-btn {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center; gap: 16px;
  padding: 22px 32px;
  background: linear-gradient(90deg, #ff6a00 0%, #f0a500 50%, #ff6a00 100%);
  background-size: 200% 100%;
  border: none; cursor: pointer;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1rem, 4vw, 1.45rem);
  font-weight: 700; color: #000;
  letter-spacing: .1em; text-transform: uppercase;
  animation: ctaShimmer 2.5s ease infinite, ctaGlow 2s ease-in-out infinite;
}
.landing-cta-btn:active { opacity: .88; }
.landing-cta-icon { font-size: 1.7rem; flex-shrink: 0; }
.landing-cta-arrow { font-size: 1.4rem; flex-shrink: 0; }

@keyframes ctaShimmer {
  0%,100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}
@keyframes ctaGlow {
  0%,100% { box-shadow: 0 -4px 28px rgba(240,165,0,.45); }
  50%      { box-shadow: 0 -10px 48px rgba(240,165,0,.8); }
}

@media (max-width: 500px) {
  .landing-header { padding: 14px 18px; }
  .landing-section { padding: 64px 18px; }
  .landing-cta-btn { padding: 18px 16px; gap: 10px; }
  .landing-cta-text { font-size: 1rem; }
  .landing-missao-text { font-size: 1.05rem !important; }
}
