/* ============================================================
   MAMUTS BURGER & PIZZAS — style.css
   Paleta: charcoal (carvão) + brasa (fogo) + osso (creme)
   Tipografia: Anton (display, placa de churrascaria) + Manrope (corpo)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  --charcoal:      #17110c;
  --charcoal-2:    #211810;
  --charcoal-3:    #2b2015;
  --bone:          #f4ead9;
  --bone-dim:      #cdbfa8;
  --bone-faint:    #8f8270;
  --ember:         #e8641f;
  --ember-2:       #ff8a3d;
  --ember-dark:    #a8340f;
  --gold:          #dba53d;
  --line:          rgba(244,234,217,0.10);
  --line-strong:   rgba(244,234,217,0.18);

  --font-display: 'Anton', 'Arial Narrow', sans-serif;
  --font-body: 'Manrope', system-ui, sans-serif;

  --radius: 6px;
  --radius-lg: 14px;
  --container: 1180px;
  --shadow: 0 12px 32px rgba(0,0,0,0.45);
}

*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; overflow-x:hidden; }

body{
  background:var(--charcoal);
  color:var(--bone);
  font-family:var(--font-body);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  overflow-y:visible;
  width:100%;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; }
button{ font-family:inherit; cursor:pointer; border:none; background:none; color:inherit; }
input,select{ font-family:inherit; }

.container{ max-width:var(--container); margin:0 auto; padding:0 24px; }

::selection{ background:var(--ember); color:var(--charcoal); }

:focus-visible{
  outline:2px solid var(--ember-2);
  outline-offset:3px;
}

/* Textura de fundo sutil (grão) */
body::before{
  content:"";
  position:fixed; inset:0;
  pointer-events:none;
  z-index:0;
  opacity:0.035;
  background-image:radial-gradient(rgba(255,255,255,0.9) 0.6px, transparent 0.6px);
  background-size:3px 3px;
}

/* ---------- Eyebrow / labels ---------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12.5px; font-weight:700; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--ember-2);
  max-width:100%; flex-wrap:wrap;
}
.eyebrow::before{
  content:""; width:22px; height:2px; background:var(--ember); border-radius:2px;
}

h1,h2,h3,h4{ font-family:var(--font-display); font-weight:400; letter-spacing:0.01em; line-height:1.05; text-transform:uppercase; }

.section-title{
  font-size:clamp(28px,4.4vw,46px);
  margin:10px 0 14px;
  color:var(--bone);
}
.section-title em{
  font-style:normal;
  color:var(--ember-2);
}
.section-lead{
  color:var(--bone-dim);
  font-size:16px;
  max-width:560px;
  margin-bottom:44px;
}
.section-head{ text-align:left; }
.section-head.center{ text-align:center; margin:0 auto 44px; }
.section-head.center .section-lead{ margin-left:auto; margin-right:auto; }

section{ position:relative; z-index:1; padding:88px 0; }
.section-alt{ background:var(--charcoal-2); }

/* ---------- Botões ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:15px 28px;
  font-weight:800; font-size:14.5px; letter-spacing:0.03em; text-transform:uppercase;
  border-radius:999px;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space:nowrap;
}
.btn-primary{
  background:linear-gradient(135deg,var(--ember-2),var(--ember-dark));
  color:var(--charcoal);
  box-shadow:0 10px 26px rgba(232,100,31,0.35);
}
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 14px 30px rgba(232,100,31,0.5); }
.btn-ghost{
  border:1.5px solid var(--line-strong);
  color:var(--bone);
  background:rgba(244,234,217,0.02);
}
.btn-ghost:hover{ border-color:var(--ember-2); color:var(--ember-2); }
.btn-quero{
  background:linear-gradient(135deg,#B98CF0,#6D28D9);
  color:#fff;
  box-shadow:0 10px 26px rgba(109,40,217,0.4);
}
.btn-quero:hover{ transform:translateY(-2px); box-shadow:0 14px 32px rgba(109,40,217,0.55); }
.btn-whats{
  background:linear-gradient(135deg,#34E077,#1DA851);
  color:#0b3d1f;
  box-shadow:0 10px 26px rgba(37,211,102,0.4);
}
.btn-whats:hover{ transform:translateY(-2px); box-shadow:0 14px 32px rgba(37,211,102,0.55); }
.btn-menu{
  background:linear-gradient(135deg,#C4453D,#7A1F1F);
  color:#fff;
  box-shadow:0 10px 26px rgba(140,47,47,0.4);
}
.btn-menu:hover{ transform:translateY(-2px); box-shadow:0 14px 32px rgba(140,47,47,0.55); }
.btn-block{ width:100%; }
.btn-lg{ padding:18px 34px; font-size:16px; }

/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */
.announce{
  background:var(--ember-dark);
  color:var(--bone);
  font-size:13.5px; font-weight:700;
  padding:9px 0;
  position:relative; z-index:60;
  overflow:hidden;
  white-space:nowrap;
}
.announce-track{
  color:var(--bone);
  font-size:13.5px; font-weight:700;
}
.announce a{ text-decoration:underline; text-underline-offset:3px; color:inherit; }
.announce a:hover{ color:var(--gold); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(23,17,12,0.88);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:16px 24px;
  max-width:var(--container); margin:0 auto;
}
.brand{ display:flex; align-items:center; gap:10px; }
.brand-mark{ width:40px; height:40px; flex-shrink:0; object-fit:cover; border-radius:8px; }
.brand-name{
  font-family:var(--font-display);
  font-size:22px; letter-spacing:0.02em;
  color:var(--ember-2);
}
.brand-name span, .brand-name .grad{ color:var(--ember-2); background:none; -webkit-text-fill-color:var(--ember-2); }

.main-nav{ display:flex; gap:34px; }
.main-nav a{
  font-size:14px; font-weight:700; letter-spacing:0.03em; text-transform:uppercase;
  color:var(--bone-dim);
  position:relative;
  padding:6px 0;
  transition:color .15s ease;
}
.main-nav a:hover{ color:var(--bone); }
.main-nav a::after{
  content:""; position:absolute; left:0; bottom:0; height:2px; width:0;
  background:var(--ember); transition:width .2s ease;
}
.main-nav a:hover::after{ width:100%; }

.header-actions{ display:flex; align-items:center; gap:14px; }
.icon-btn{
  width:40px; height:40px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  border:1px solid var(--line-strong); color:var(--bone-dim);
  transition:border-color .15s ease, color .15s ease;
}
.icon-btn:hover{ border-color:var(--ember); color:var(--ember-2); }

.header-cart-link{
  position:relative;
  display:flex; align-items:center; justify-content:center;
  width:40px; height:40px; border-radius:50%;
  border:1px solid var(--line-strong); color:var(--bone-dim);
  font-size:16px;
  transition:border-color .15s ease, color .15s ease;
}
.header-cart-link:hover{ border-color:var(--ember); color:var(--ember-2); }
.header-cart-count{
  position:absolute; top:-4px; right:-4px;
  background:var(--ember-dark); color:var(--bone);
  font-size:10px; font-weight:800;
  width:17px; height:17px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  border:2px solid var(--charcoal);
}
@media (max-width:900px){ .header-cart-link{ display:none; } }

.icon-badge{
  width:40px; height:40px; border-radius:50%; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
}
.icon-badge svg{ width:19px; height:19px; }
.icon-badge.ig{ background:linear-gradient(45deg,#f9ce34 0%,#ee2a7b 45%,#6228d7 100%); }
.icon-badge.fb{ background:#1877F2; }
.icon-badge.yt{ background:#FF0000; }
.icon-badge.wa{ background:#25D366; }

.nav-toggle{
  display:none;
  width:42px; height:42px;
  border-radius:8px;
  align-items:center; justify-content:center;
  border:1px solid var(--line-strong);
}
.nav-toggle span,.nav-toggle span::before,.nav-toggle span::after{
  content:""; display:block; width:18px; height:2px; background:var(--bone);
  position:relative; transition:transform .2s ease, opacity .2s ease;
}
.nav-toggle span::before{ position:absolute; top:-6px; }
.nav-toggle span::after{ position:absolute; top:6px; }
.nav-toggle.active span{ background:transparent; }
.nav-toggle.active span::before{ transform:translateY(6px) rotate(45deg); }
.nav-toggle.active span::after{ transform:translateY(-6px) rotate(-45deg); }

@media (max-width:900px){
  .main-nav{
    position:fixed; inset:0 0 0 auto; width:min(320px,85vw); height:100vh;
    background:var(--charcoal-2);
    flex-direction:column; gap:0;
    padding:100px 30px 30px;
    transform:translateX(100%);
    transition:transform .3s ease;
    border-left:1px solid var(--line);
    z-index:55;
  }
  .main-nav.open{ transform:translateX(0); }
  .main-nav a{ padding:14px 0; border-bottom:1px solid var(--line); font-size:16px; }
  .nav-toggle{ display:flex; }
  .header-actions .header-order-btn{ display:none; }
}

.nav-overlay{
  display:none;
  position:fixed; inset:0; background:rgba(0,0,0,0.55); z-index:54;
}
.nav-overlay.open{ display:block; }

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative;
  padding:150px 0 110px;
  overflow:hidden;
  min-height:640px;
}
.hero-bg{
  position:absolute; inset:0; z-index:0; overflow:hidden;
  background:
    radial-gradient(ellipse 60% 46% at 50% 38%, rgba(232,100,31,0.18), transparent 70%),
    var(--charcoal);
}
.hero-bg video{
  width:100%; height:100%; object-fit:cover; object-position:center 30%;
}
.hero-bg::after{
  content:"";
  position:absolute; inset:0; z-index:1;
  background:
    radial-gradient(ellipse 68% 58% at 50% 42%, rgba(23,17,12,0.32) 0%, rgba(23,17,12,0.72) 62%, rgba(23,17,12,0.95) 100%),
    linear-gradient(0deg, rgba(23,17,12,0.96) 0%, rgba(23,17,12,0.15) 45%, rgba(23,17,12,0.35) 100%);
}

/* ---- Pilha animada do hambúrguer (proporcional a qualquer tela) ---- */
.burger-rig{
  position:absolute; left:50%; top:50%;
  transform:translate(-50%,-50%);
  width:clamp(230px, 30vw, 480px);
  height:clamp(310px, 41vw, 650px);
  z-index:0;
}
.burger-layer{
  position:absolute; left:50%; top:0;
  width:89%;
  transform:translateX(-50%);
  filter:drop-shadow(0 16px 22px rgba(0,0,0,0.55));
  animation-duration:7s;
  animation-timing-function:ease-in-out;
  animation-iteration-count:infinite;
}
.layer-lettuce{ width:61%; }
.layer-bun-bottom{ top:68%;    animation-name:flyBunBottom; }
.layer-patty{     top:54%;    animation-name:flyPatty; }
.layer-cheese{    top:43.5%;  animation-name:flyCheese; }
.layer-tomato{    top:28.5%;  animation-name:flyTomato; }
.layer-lettuce{   top:3%;     animation-name:flyLettuce; }
.layer-bun-top{   top:-13.5%; animation-name:flyBunTop; }

@keyframes flyBunBottom{
  0%,15%,85%,100%{ transform:translateX(-50%) translateY(0) rotate(0deg); }
  40%,60%{ transform:translateX(-50%) translateY(8%) rotate(0deg); }
}
@keyframes flyPatty{
  0%,15%,85%,100%{ transform:translateX(-50%) translateY(0) rotate(0deg); }
  40%,60%{ transform:translateX(-50%) translateY(-22%) rotate(-2deg); }
}
@keyframes flyCheese{
  0%,15%,85%,100%{ transform:translateX(-50%) translateY(0) rotate(0deg); }
  40%,60%{ transform:translateX(-50%) translateY(-63%) rotate(3deg); }
}
@keyframes flyTomato{
  0%,15%,85%,100%{ transform:translateX(-50%) translateY(0) rotate(0deg); }
  40%,60%{ transform:translateX(-50%) translateY(-76%) rotate(-4deg); }
}
@keyframes flyLettuce{
  0%,15%,85%,100%{ transform:translateX(-50%) translateY(0) rotate(0deg); }
  40%,60%{ transform:translateX(-50%) translateY(-60%) rotate(5deg); }
}
@keyframes flyBunTop{
  0%,15%,85%,100%{ transform:translateX(-50%) translateY(0) rotate(0deg); }
  40%,60%{ transform:translateX(-50%) translateY(-134%) rotate(-3deg); }
}

/* ---- Partículas de fundo (farinha/gergelim flutuando) ---- */
.burger-particles{ position:absolute; inset:0; z-index:0; pointer-events:none; overflow:hidden; }
.burger-particles span{
  position:absolute;
  width:5px; height:5px; border-radius:50%;
  background:var(--gold);
  opacity:0.35;
  filter:blur(0.4px);
  animation:particleDrift 9s ease-in-out infinite;
}
.burger-particles span:nth-child(1){ top:20%; left:18%; animation-delay:0s; }
.burger-particles span:nth-child(2){ top:30%; left:78%; animation-delay:1.2s; width:3px; height:3px; }
.burger-particles span:nth-child(3){ top:60%; left:12%; animation-delay:2.4s; }
.burger-particles span:nth-child(4){ top:70%; left:85%; animation-delay:3.6s; width:4px; height:4px; }
.burger-particles span:nth-child(5){ top:15%; left:55%; animation-delay:.8s; width:3px; height:3px; }
.burger-particles span:nth-child(6){ top:80%; left:45%; animation-delay:2s; }
.burger-particles span:nth-child(7){ top:45%; left:90%; animation-delay:4s; width:3px; height:3px; }
.burger-particles span:nth-child(8){ top:50%; left:6%; animation-delay:3s; }
@keyframes particleDrift{
  0%,100%{ transform:translateY(0) translateX(0); opacity:0.15; }
  50%{ transform:translateY(-22px) translateX(8px); opacity:0.5; }
}

.hero-grid{
  position:relative; z-index:1;
  width:100%;
}
.hero-copy{
  max-width:640px;
  margin:0 auto;
  text-align:center;
}
.hero-copy .eyebrow{ margin:0 0 18px; justify-content:center; }
.hero-title{
  font-size:clamp(30px,9vw,74px);
  color:var(--bone);
  margin:0 0 20px;
  overflow-wrap:break-word;
  word-break:break-word;
}
.hero-title em{
  font-style:normal;
  color:var(--ember-2);
}
.hero-sub{
  font-size:17px; color:var(--bone-dim); margin:0 auto 26px;
  max-width:460px;
  overflow-wrap:break-word; word-break:break-word;
}
.hero-hours{
  display:inline-block;
  font-size:13.5px; font-weight:700; color:var(--gold);
  background:rgba(219,165,61,0.08); border:1px solid rgba(219,165,61,0.25);
  padding:8px 18px; border-radius:999px; margin:0 0 26px;
  max-width:100%;
}
.hero-ctas{ display:flex; gap:14px; flex-wrap:wrap; justify-content:center; margin-bottom:20px; }
.hero-scroll{
  display:inline-block;
  font-size:12.5px; font-weight:700; text-transform:uppercase; letter-spacing:0.08em;
  color:var(--bone-faint);
}

.hero-badge{
  position:absolute; right:24px; top:130px;
  background:rgba(33,24,16,0.85);
  backdrop-filter:blur(6px);
  border:1px solid var(--line-strong);
  border-radius:var(--radius);
  padding:16px 20px;
  box-shadow:var(--shadow);
  z-index:2;
  display:flex; align-items:center; gap:12px;
}
.hero-badge strong{ font-family:var(--font-display); font-size:26px; color:var(--ember-2); display:block; }
.hero-badge span{ font-size:12px; color:var(--bone-dim); }

@media (max-width:900px){
  .hero{ min-height:520px; padding:130px 0 110px; }
  .hero-badge{ display:none; }
  .burger-rig{ top:40%; left:50%; }
}

/* ---------- Stats strip ---------- */
.stats-strip{
  display:grid; grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  background:var(--charcoal-2);
}
.stat{
  padding:26px 12px; text-align:center;
  border-right:1px solid var(--line);
}
.stat:last-child{ border-right:none; }
.stat strong{
  display:block; font-family:var(--font-display); font-size:clamp(22px,3vw,32px); color:var(--ember-2);
}
.stat span{ font-size:12px; color:var(--bone-dim); line-height:1.3; display:block; margin-top:4px; }
@media (max-width:760px){
  .stats-strip{ grid-template-columns:repeat(2,1fr); }
  .stat:nth-child(2n){ border-right:none; }
  .stat{ border-bottom:1px solid var(--line); }
}

/* ============================================================
   DELIVERY CALLOUT (QueroDelivery)
   ============================================================ */
.delivery-callout{
  display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
  background:linear-gradient(120deg,var(--charcoal-3),var(--charcoal-2));
  border:1px solid var(--line-strong);
  border-radius:var(--radius-lg);
  padding:30px 34px;
  margin-top:40px;
}
.delivery-callout .dc-text h3{ font-size:20px; color:var(--bone); margin-bottom:6px; }
.delivery-callout .dc-text p{ color:var(--bone-dim); font-size:14.5px; }
.dc-note{ font-size:12px; color:var(--bone-faint); margin-top:6px; }

/* ============================================================
   FEATURE GRID ("Por que escolher")
   ============================================================ */
.feature-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:22px;
}
.feature-card{
  background:var(--charcoal-2);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:30px 26px;
  transition:transform .2s ease, border-color .2s ease;
}
.feature-card:hover{ transform:translateY(-4px); border-color:var(--ember); }
.feature-icon{
  width:48px; height:48px; margin-bottom:18px;
  color:var(--ember-2);
}
.feature-card h3{ font-size:17px; color:var(--bone); margin-bottom:10px; letter-spacing:0.01em; }
.feature-card p{ font-size:14.5px; color:var(--bone-dim); }
@media (max-width:860px){ .feature-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .feature-grid{ grid-template-columns:1fr; } }

/* ============================================================
   VITRINE CAROUSEL
   ============================================================ */
.vitrine{ padding:56px 0 88px; }
.vitrine-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:26px; flex-wrap:wrap; }
.vitrine-arrows{ display:flex; gap:10px; }
.vitrine-arrow{
  width:44px; height:44px; border-radius:50%; border:1px solid var(--line-strong);
  display:flex; align-items:center; justify-content:center; color:var(--bone);
  transition:border-color .15s ease, color .15s ease;
}
.vitrine-arrow:hover{ border-color:var(--ember); color:var(--ember-2); }
.vitrine-track{
  display:flex; gap:20px; overflow-x:auto; scroll-snap-type:x mandatory;
  padding-bottom:10px; scroll-behavior:smooth;
  scrollbar-width:thin; scrollbar-color:var(--ember) transparent;
}
.vitrine-track::-webkit-scrollbar{ height:6px; }
.vitrine-track::-webkit-scrollbar-thumb{ background:var(--ember-dark); border-radius:3px; }
.vitrine-slide{
  flex:0 0 260px; scroll-snap-align:start;
  border-radius:var(--radius-lg); overflow:hidden;
  aspect-ratio:4/5; position:relative;
  border:1px solid var(--line);
}
.vitrine-slide img{ width:100%; height:100%; object-fit:cover; }
.vitrine-slide::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(23,17,12,0.9) 100%); }
.vitrine-slide span{
  position:absolute; left:14px; bottom:12px; z-index:2;
  font-family:var(--font-display); font-size:16px; color:var(--bone); letter-spacing:0.01em;
}
@media (max-width:600px){ .vitrine-slide{ flex-basis:200px; } }

/* ============================================================
   STORY SPLIT
   ============================================================ */
.story-split{
  display:grid; grid-template-columns:0.9fr 1.1fr; gap:60px; align-items:center;
}
.story-split img{ border-radius:var(--radius-lg); box-shadow:var(--shadow); }
.story-copy p{ color:var(--bone-dim); margin-bottom:16px; font-size:15.5px; }
@media (max-width:860px){ .story-split{ grid-template-columns:1fr; } .story-split .story-img{ order:-1; } }

/* ============================================================
   FLAVORS GALLERY
   ============================================================ */
.flavor-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:20px;
}
.flavor-card{
  position:relative; border-radius:var(--radius-lg); overflow:hidden;
  aspect-ratio:1/1; border:1px solid var(--line);
}
.flavor-card img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.flavor-card:hover img{ transform:scale(1.08); }
.flavor-card::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, transparent 45%, rgba(23,17,12,0.92) 100%);
}
.flavor-tag{
  position:absolute; left:16px; bottom:14px; z-index:2;
}
.flavor-tag strong{ display:block; font-family:var(--font-display); font-size:19px; color:var(--bone); letter-spacing:0.01em; }
.flavor-tag span{ font-size:11.5px; color:var(--ember-2); font-weight:700; text-transform:uppercase; letter-spacing:0.06em; }
@media (max-width:860px){ .flavor-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:520px){ .flavor-grid{ grid-template-columns:1fr 1fr; gap:12px; } }

/* ============================================================
   MENU PANEL (cardápio & delivery CTA)
   ============================================================ */
.menu-panel{
  background:linear-gradient(135deg,var(--ember-dark),#5c1c08 65%);
  border-radius:var(--radius-lg);
  padding:50px;
  display:grid; grid-template-columns:1.2fr 0.8fr; gap:40px; align-items:center;
  box-shadow:var(--shadow);
  position:relative; overflow:hidden;
}
.menu-panel::before{
  content:""; position:absolute; inset:0;
  background-image:radial-gradient(rgba(255,255,255,0.5) 1px, transparent 1px);
  background-size:16px 16px; opacity:0.05;
  pointer-events:none;
}
.menu-panel h2{ font-size:clamp(26px,3.4vw,36px); color:var(--bone); margin-bottom:12px; }
.menu-panel p{ color:rgba(244,234,217,0.85); font-size:15px; margin-bottom:0; }
.menu-meta{ display:flex; flex-direction:column; gap:14px; position:relative; z-index:5; }
.menu-meta-item{ display:flex; align-items:center; gap:12px; font-size:14px; color:var(--bone); }
.menu-meta-item svg{ width:22px; height:22px; flex-shrink:0; color:var(--gold); }
.menu-panel .btn-primary{ background:var(--bone); color:var(--charcoal); box-shadow:none; }
.menu-panel .btn-primary:hover{ background:var(--gold); }
@media (max-width:820px){ .menu-panel{ grid-template-columns:1fr; padding:34px 26px; } }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-track{
  display:flex; gap:20px; overflow-x:auto; scroll-snap-type:x mandatory;
  padding-bottom:12px;
  scrollbar-width:thin; scrollbar-color:var(--ember) transparent;
}
.testi-track::-webkit-scrollbar{ height:6px; }
.testi-track::-webkit-scrollbar-thumb{ background:var(--ember-dark); border-radius:3px; }
.testi-card{
  flex:0 0 340px; scroll-snap-align:start;
  background:var(--charcoal-2); border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:26px;
}
.testi-stars{ color:var(--gold); font-size:14px; letter-spacing:2px; margin-bottom:14px; }
.testi-card p{ font-size:14.5px; color:var(--bone-dim); margin-bottom:18px; min-height:88px; }
.testi-author{ display:flex; align-items:center; gap:10px; }
.testi-avatar{
  width:38px; height:38px; border-radius:50%;
  background:linear-gradient(135deg,var(--ember),var(--gold));
  display:flex; align-items:center; justify-content:center;
  font-family:var(--font-display); font-size:15px; color:var(--charcoal);
}
.testi-author strong{ font-size:13.5px; color:var(--bone); display:block; }
.testi-author span{ font-size:11.5px; color:var(--bone-faint); }

/* ============================================================
   SOCIAL GRID
   ============================================================ */
.social-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.social-card{
  display:flex; flex-direction:column; gap:12px;
  background:var(--charcoal-2); border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:24px; transition:border-color .2s ease, transform .2s ease;
}
.social-card:hover{ border-color:var(--ember); transform:translateY(-3px); }
.social-card strong{ font-size:14.5px; color:var(--bone); }
.social-card span{ font-size:12.5px; color:var(--bone-dim); }
@media (max-width:860px){ .social-grid{ grid-template-columns:1fr 1fr; } }

/* ============================================================
   LOCATION
   ============================================================ */
.location-grid{ display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:stretch; }
.location-info{ display:flex; flex-direction:column; gap:22px; }
.info-row{ display:flex; gap:16px; }
.info-row svg{ width:24px; height:24px; color:var(--ember-2); flex-shrink:0; margin-top:2px; }
.info-row strong{ display:block; font-size:14.5px; color:var(--bone); margin-bottom:4px; }
.info-row p{ font-size:14px; color:var(--bone-dim); }
.map-frame{
  border-radius:var(--radius-lg); overflow:hidden; border:1px solid var(--line-strong);
  min-height:320px;
}
.map-frame iframe{ width:100%; height:100%; min-height:320px; border:0; filter:grayscale(0.3) invert(0.92) contrast(0.9); }
@media (max-width:860px){ .location-grid{ grid-template-columns:1fr; } }

/* ============================================================
   FINAL CTA BAND
   ============================================================ */
.cta-band{
  position:relative;
  border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  text-align:center; padding:90px 24px;
  overflow:hidden;
}
.cta-band-bg{ position:absolute; inset:0; z-index:0; }
.cta-band-bg img{ width:100%; height:100%; object-fit:cover; object-position:center 25%; }
.cta-band-bg::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(0deg, rgba(23,17,12,0.95) 10%, rgba(23,17,12,0.75) 100%);
}
.cta-band .container{ position:relative; z-index:1; }
.cta-band h2{ font-size:clamp(28px,4.6vw,44px); margin-bottom:14px; }
.cta-band p{ color:var(--bone-dim); margin-bottom:30px; }
.cta-actions{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{ padding:64px 0 0; }
.footer-grid{
  display:grid; grid-template-columns:1.4fr 1fr 1fr 1.1fr; gap:40px;
  padding-bottom:40px; border-bottom:1px solid var(--line);
}
.footer-brand p{ color:var(--bone-dim); font-size:14px; margin-top:14px; max-width:280px; }
.footer-col h4{ font-family:var(--font-body); font-weight:800; font-size:13px; letter-spacing:0.06em; text-transform:uppercase; color:var(--bone); margin-bottom:16px; }
.footer-col ul li{ margin-bottom:10px; }
.footer-col ul a{ font-size:14px; color:var(--bone-dim); transition:color .15s ease; }
.footer-col ul a:hover{ color:var(--ember-2); }
.footer-bottom{
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px;
  padding:22px 0; font-size:12.5px; color:var(--bone-faint);
}
.footer-bottom a{ color:var(--bone-dim); }
.footer-bottom a:hover{ color:var(--ember-2); }
@media (max-width:860px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .footer-grid{ grid-template-columns:1fr; } }

/* ============================================================
   FLOATING BUTTONS (WhatsApp / back to top)
   ============================================================ */
.float-btn{
  position:fixed; bottom:24px; z-index:70;
  width:54px; height:54px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  box-shadow:var(--shadow);
  transition:transform .2s ease, opacity .25s ease, visibility .25s ease;
}
.float-btn.near-footer{ opacity:0; visibility:hidden; pointer-events:none; transform:scale(.85); }
.float-whats{
  right:24px;
  background:#25D366; color:#0b3d1f;
}
.float-whats:hover{ transform:scale(1.07); }
.float-whats svg{ width:26px; height:26px; }

.float-top{
  left:24px;
  background:var(--charcoal-2); border:1px solid var(--line-strong); color:var(--bone);
  opacity:0; visibility:hidden; transform:translateY(10px);
}
.float-top.show{ opacity:1; visibility:visible; transform:translateY(0); }
.float-top:hover{ border-color:var(--ember); color:var(--ember-2); }
.float-top svg{ width:20px; height:20px; }
@media (max-width:600px){
  .float-btn{ width:46px; height:46px; bottom:16px; }
  .float-whats svg{ width:22px; height:22px; }
  .float-top svg{ width:17px; height:17px; }
}

/* ============================================================
   LANDING — ESCOLHA (index.html)
   ============================================================ */
.landing{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.landing-header{
  text-align:center;
  padding:48px 24px 28px;
}
.landing-logo{ width:84px; height:84px; object-fit:cover; border-radius:14px; margin:0 auto 18px; box-shadow:var(--shadow); }
.landing-header h1{ font-size:clamp(26px,4vw,36px); color:var(--bone); }
.landing-header p{ color:var(--bone-dim); font-size:14.5px; margin-top:10px; }

.landing-choices{
  flex:1;
  display:grid; grid-template-columns:1fr 1fr;
  min-height:520px;
}
.choice-card{
  position:relative;
  display:flex; align-items:flex-end;
  padding:48px;
  overflow:hidden;
  isolation:isolate;
  transition:flex-grow .35s ease;
}
.choice-card img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:-2;
  transition:transform .5s ease;
}
.choice-card::after{
  content:""; position:absolute; inset:0; z-index:-1;
  background:linear-gradient(0deg, rgba(23,17,12,0.92) 15%, rgba(23,17,12,0.25) 70%);
}
.choice-card:hover img{ transform:scale(1.06); }
.choice-card.pizza::after{
  background:linear-gradient(0deg, rgba(23,17,12,0.92) 15%, rgba(23,17,12,0.25) 70%), linear-gradient(140deg, rgba(219,165,61,0.18), transparent 60%);
}
.choice-inner{ position:relative; z-index:1; max-width:340px; }
.choice-eyebrow{ font-size:12.5px; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:var(--ember-2); }
.choice-card.pizza .choice-eyebrow{ color:var(--gold); }
.choice-title{ font-size:clamp(30px,4vw,44px); color:var(--bone); margin:10px 0 12px; }
.choice-inner p{ color:var(--bone-dim); font-size:14.5px; margin-bottom:22px; }
.choice-divider{
  display:flex; align-items:center; justify-content:center;
  position:relative;
}
.choice-divider span{
  position:absolute; z-index:2;
  width:56px; height:56px; border-radius:50%;
  background:var(--charcoal); border:1px solid var(--line-strong);
  display:flex; align-items:center; justify-content:center;
  font-family:var(--font-display); font-size:13px; color:var(--bone-dim);
}
@media (max-width:760px){
  .landing{ min-height:100vh; justify-content:center; }
  .landing-header{ padding:16px 20px 14px; }
  .landing-logo{ width:48px; height:48px; margin-bottom:8px; }
  .landing-header h1{ font-size:20px; }
  .landing-header p{ font-size:12px; margin-top:5px; }
  .landing-choices{ grid-template-columns:1fr; min-height:auto; flex:none; align-content:start; gap:14px; }
  .choice-card{ min-height:180px; padding:20px 22px; border-radius:var(--radius-lg); }
  .choice-inner{ max-width:100%; }
  .choice-eyebrow{ font-size:11px; }
  .choice-title{ font-size:26px; margin:4px 0 6px; }
  .choice-inner p{ display:block; font-size:12.5px; margin-bottom:14px; }
  .choice-inner .btn{ padding:10px 20px; font-size:13px; }
}

.menu-tabs{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:36px; }
.menu-tab{
  padding:11px 22px; border-radius:999px; border:1px solid var(--line-strong);
  font-size:13.5px; font-weight:700; text-transform:uppercase; letter-spacing:0.03em;
  color:var(--bone-dim);
  transition:all .15s ease;
}
.menu-tab.active,.menu-tab:hover{ background:var(--ember); border-color:var(--ember); color:var(--charcoal); }

.menu-list{ display:none; }
.menu-list.active{ display:grid; grid-template-columns:1fr 1fr; gap:22px 40px; }
.menu-item{
  display:flex; justify-content:space-between; gap:18px;
  padding:20px 0; border-bottom:1px solid var(--line);
}
.menu-item-info h4{ font-family:var(--font-body); font-weight:800; font-size:16px; text-transform:none; color:var(--bone); margin-bottom:6px; }
.menu-item-info p{ font-size:13.5px; color:var(--bone-dim); max-width:360px; }
.menu-item-tag{
  display:inline-block; margin-top:8px; font-size:10.5px; font-weight:800; text-transform:uppercase; letter-spacing:0.05em;
  color:var(--gold); border:1px solid rgba(219,165,61,0.35); border-radius:999px; padding:3px 10px;
}
.menu-item-price{ text-align:right; flex-shrink:0; white-space:nowrap; }
.menu-item-price strong{ font-family:var(--font-display); font-size:19px; color:var(--ember-2); }
.menu-item-price span{ display:block; font-size:11px; color:var(--bone-faint); }
.menu-note{ font-size:12.5px; color:var(--bone-faint); margin-top:20px; }
@media (max-width:700px){ .menu-list.active{ grid-template-columns:1fr; } }

.addon-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:20px; }
.addon-card{
  background:var(--charcoal); border:1px solid var(--line); border-radius:var(--radius);
  padding:18px; text-align:center;
}
.addon-card strong{ display:block; font-size:14px; color:var(--bone); margin-bottom:4px; }
.addon-card span{ font-size:12px; color:var(--bone-dim); display:block; margin-bottom:8px; }
.addon-card em{ font-style:normal; font-weight:800; color:var(--ember-2); font-size:14px; }
@media (max-width:760px){ .addon-grid{ grid-template-columns:1fr 1fr; } }

/* ============================================================
   GALLERY (lightbox trigger)
   ============================================================ */
.gallery-grid{
  columns:3 220px; column-gap:18px;
}
.gallery-grid img{
  width:100%; border-radius:var(--radius); margin-bottom:18px; break-inside:avoid;
  border:1px solid var(--line); cursor:zoom-in; transition:opacity .15s ease;
}
.gallery-grid img:hover{ opacity:0.85; }

.lightbox{
  position:fixed; inset:0; background:rgba(0,0,0,0.9); z-index:100;
  display:none; align-items:center; justify-content:center; padding:30px;
}
.lightbox.open{ display:flex; }
.lightbox img{ max-width:90vw; max-height:88vh; border-radius:var(--radius); }
.lightbox-close{
  position:absolute; top:24px; right:24px; width:44px; height:44px; border-radius:50%;
  border:1px solid var(--line-strong); color:var(--bone); display:flex; align-items:center; justify-content:center;
  z-index:2; background:rgba(23,17,12,0.7);
}

/* ---- Lightbox de sabores (imagem + ingredientes) ---- */
.flavor-lightbox .lightbox-content{
  background:var(--charcoal-2);
  border-radius:var(--radius-lg);
  overflow:hidden;
  width:100%; max-width:460px; max-height:88vh;
  overflow-y:auto;
  border:1px solid var(--line-strong);
  box-shadow:var(--shadow);
}
.flavor-lightbox .lightbox-content img{
  width:100%; max-width:100%; max-height:none; border-radius:0;
  aspect-ratio:1/1; object-fit:cover; display:block;
}
.lightbox-caption{ padding:24px 26px 28px; }
.lightbox-caption h3{ font-size:26px; color:var(--ember-2); margin-bottom:16px; }
.lightbox-caption ul{ display:flex; flex-direction:column; gap:11px; }
.lightbox-caption li{ font-size:13.5px; color:var(--bone-dim); line-height:1.5; }
.lightbox-caption li strong{ color:var(--bone); font-weight:800; font-family:var(--font-body); }
@media (max-width:600px){
  .flavor-lightbox{ padding:0; align-items:flex-end; }
  .flavor-lightbox .lightbox-content{ max-width:100%; max-height:92vh; border-radius:18px 18px 0 0; }
  .flavor-lightbox .lightbox-close{ top:14px; right:14px; }
}
.flavor-card{ cursor:pointer; }

/* ============================================================
   UTIL
   ============================================================ */
.reveal{ opacity:0; transform:translateY(24px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in{ opacity:1; transform:translateY(0); }
.mt-64{ margin-top:64px; }

/* ============================================================
   PÁGINA DE CARDÁPIO
   ============================================================ */
.menu-hero{ padding:150px 0 20px; text-align:center; }
.back-link{
  display:inline-flex; align-items:center; gap:6px;
  font-size:13.5px; font-weight:700; color:var(--bone-dim);
  margin-bottom:18px;
}
.back-link:hover{ color:var(--ember-2); }
.main-nav a.active{ color:var(--ember-2); }

.cross-sell-banner{
  display:block; text-align:center;
  margin-top:32px; padding:16px 20px;
  border:1px dashed var(--line-strong); border-radius:var(--radius-lg);
  color:var(--bone-dim); font-size:14px;
}
.cross-sell-banner strong{ color:var(--ember-2); }
.cross-sell-banner:hover{ border-color:var(--ember); background:rgba(244,234,217,0.03); }

.menu-category-tabs{
  display:flex; gap:10px; justify-content:center; flex-wrap:wrap;
  margin-top:30px;
}
.menu-cat-tab{
  padding:11px 24px; border-radius:999px; border:1px solid var(--line-strong);
  font-size:13.5px; font-weight:700; text-transform:uppercase; letter-spacing:0.03em;
  color:var(--bone-dim);
}
.menu-cat-tab.active{ background:var(--ember); border-color:var(--ember); color:var(--charcoal); }
.menu-cat-tab:disabled{ opacity:0.35; cursor:not-allowed; }

.menu-list-section{ padding:50px 0 100px; }

.product-list{ display:flex; flex-direction:column; gap:16px; }
.product-row{
  display:grid; grid-template-columns:90px 1fr auto; gap:18px; align-items:center;
  background:var(--charcoal-2); border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:16px; cursor:pointer;
  transition:border-color .2s ease;
}
.product-row:hover{ border-color:var(--ember); }
.product-row-img{ width:90px; height:90px; object-fit:cover; border-radius:var(--radius); background:var(--charcoal-3); }
.product-row-info h3{ font-family:var(--font-body); font-weight:800; font-size:16px; text-transform:none; color:var(--bone); margin-bottom:4px; }
.product-row-info p{ font-size:13px; color:var(--bone-dim); margin-bottom:8px; max-width:520px; }
.product-row-info strong{ font-family:var(--font-display); color:var(--ember-2); font-size:17px; }
.product-row-add{
  width:42px; height:42px; border-radius:50%;
  background:var(--ember); color:var(--charcoal);
  font-size:22px; font-weight:800; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
}
@media (max-width:600px){
  .product-row{ grid-template-columns:64px 1fr auto; padding:12px; gap:12px; }
  .product-row-img{ width:64px; height:64px; }
}

.drink-list{ display:flex; flex-direction:column; gap:10px; margin-top:20px; }
.drink-row{
  display:flex; align-items:center; justify-content:space-between;
  background:var(--charcoal-2); border:1px solid var(--line); border-radius:var(--radius);
  padding:14px 18px;
}
.drink-row-info{ display:flex; flex-direction:column; }
.drink-row-info strong{ font-size:14.5px; color:var(--bone); }
.drink-row-info span{ font-size:13px; color:var(--ember-2); font-weight:700; }
.drink-row-add{
  width:36px; height:36px; border-radius:50%;
  background:var(--ember); color:var(--charcoal); font-size:19px; font-weight:800;
  flex-shrink:0;
}

/* ---- Modal de personalização do produto ---- */
.product-modal{
  position:fixed; inset:0; background:rgba(0,0,0,0.85); z-index:110;
  display:none; align-items:center; justify-content:center; padding:20px;
}
.product-modal.open{ display:flex; }
.product-modal-content{
  position:relative;
  background:var(--charcoal-2); border:1px solid var(--line-strong); border-radius:var(--radius-lg);
  max-width:480px; width:100%; max-height:90vh; overflow-y:auto;
  box-shadow:var(--shadow);
}
.product-modal-img{ width:100%; height:200px; object-fit:cover; display:block; }
.product-modal-close{ position:absolute; top:14px; right:14px; z-index:2; background:rgba(23,17,12,0.75); }
.product-modal-body{ padding:24px 26px 28px; }
.product-modal-name{ font-size:24px; color:var(--bone); margin-bottom:6px; }
.product-modal-price{ font-family:var(--font-display); color:var(--ember-2); font-size:19px; margin-bottom:12px; }
.product-modal-desc{ font-size:13.5px; color:var(--bone-dim); margin-bottom:22px; }

.product-option-group{ margin-bottom:22px; }
.product-option-group h4{ font-family:var(--font-body); font-weight:800; font-size:13px; text-transform:uppercase; letter-spacing:0.04em; color:var(--bone); margin-bottom:12px; }
.option-radio, .option-check{
  display:flex; align-items:center; gap:10px;
  padding:10px 0; border-bottom:1px solid var(--line);
  font-size:14px; color:var(--bone-dim); cursor:pointer;
}
.option-radio input, .option-check input{ accent-color:var(--ember); width:17px; height:17px; flex-shrink:0; }
.option-check em{ font-style:normal; margin-left:auto; color:var(--ember-2); font-weight:700; font-size:13px; }

.product-qty-row{ display:flex; align-items:center; justify-content:space-between; margin-bottom:20px; font-size:14px; color:var(--bone); }
.qty-stepper{ display:flex; align-items:center; gap:14px; }
.qty-btn{
  width:32px; height:32px; border-radius:50%; border:1px solid var(--line-strong);
  color:var(--bone); font-size:18px; display:flex; align-items:center; justify-content:center;
}
.qty-value{ font-weight:800; min-width:16px; text-align:center; }

/* ---- Botão flutuante do carrinho ---- */
.cart-fab{
  position:fixed; bottom:90px; right:24px; z-index:71;
  background:var(--ember); color:var(--charcoal);
  width:58px; height:58px; border-radius:50%;
  font-size:22px; display:flex; align-items:center; justify-content:center;
  box-shadow:var(--shadow);
}
.cart-fab-count{
  position:absolute; top:-4px; right:-4px;
  background:var(--ember-dark); color:var(--bone);
  font-size:11px; font-weight:800;
  width:20px; height:20px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  border:2px solid var(--charcoal);
}

/* ---- Gaveta do carrinho ---- */
.cart-drawer{
  position:fixed; inset:0; z-index:120;
  background:rgba(0,0,0,0.6);
  display:none;
}
.cart-drawer.open{ display:block; }
.cart-drawer-panel{
  position:absolute; right:0; top:0; height:100%;
  width:min(420px,100%);
  background:var(--charcoal-2); border-left:1px solid var(--line-strong);
  display:flex; flex-direction:column;
}
.cart-drawer-header{
  display:flex; align-items:center; justify-content:space-between;
  padding:20px 24px; border-bottom:1px solid var(--line);
}
.cart-drawer-header h3{ font-size:20px; color:var(--bone); }
.cart-drawer-close{
  width:36px; height:36px; border-radius:50%; border:1px solid var(--line-strong); color:var(--bone);
}
.cart-drawer-body{ flex:1; overflow-y:auto; padding:20px 24px; }
.cart-drawer-empty{ color:var(--bone-dim); font-size:14px; }
.cart-item{
  display:flex; justify-content:space-between; gap:14px;
  padding:14px 0; border-bottom:1px solid var(--line);
}
.cart-item-info{ display:flex; flex-direction:column; gap:3px; }
.cart-item-info strong{ font-size:14px; color:var(--bone); }
.cart-item-info span{ font-size:12px; color:var(--bone-dim); }
.cart-item-actions{ display:flex; flex-direction:column; align-items:flex-end; gap:8px; flex-shrink:0; }
.cart-item-price{ font-weight:800; color:var(--ember-2); font-size:13.5px; }
.cart-item-remove{ color:var(--bone-faint); font-size:14px; }
.cart-item-remove:hover{ color:var(--ember-2); }

.cart-drawer-footer{ padding:20px 24px 26px; border-top:1px solid var(--line); }
.cart-drawer-row{ display:flex; justify-content:space-between; font-size:14px; color:var(--bone-dim); margin-bottom:10px; }
.cart-drawer-row strong{ color:var(--bone); }
.cart-drawer-grand-total{ font-size:16px; padding-top:8px; border-top:1px solid var(--line); }
.cart-drawer-grand-total strong{ color:var(--ember-2); font-family:var(--font-display); font-size:20px; }

.cart-add-more-btn{
  display:flex; align-items:center; justify-content:center; gap:8px;
  width:calc(100% - 48px); margin:16px 24px 0;
  background:linear-gradient(135deg,#ff5a3c,var(--ember-dark));
  color:#fff; font-weight:800; font-size:14px;
  padding:13px 18px; border-radius:999px;
  box-shadow:0 8px 20px rgba(232,100,31,0.4);
}
.cart-add-more-icon{
  display:inline-flex; align-items:center; justify-content:center;
  width:20px; height:20px; border-radius:50%;
  background:rgba(255,255,255,0.25); font-size:16px; line-height:1;
}
.cart-fixed-delivery{
  display:flex; align-items:center; gap:8px;
  font-size:13.5px; color:var(--bone); font-weight:700;
  border:1px solid var(--line-strong); border-radius:var(--radius);
  padding:12px 14px; margin:16px 0;
}
.field-label{ display:block; font-size:13px; font-weight:700; color:var(--bone); margin-bottom:8px; }
.cart-checkout-fields textarea{
  width:100%; background:var(--charcoal); border:1px solid var(--line-strong); border-radius:var(--radius);
  color:var(--bone); padding:12px 14px; font-family:inherit; font-size:13.5px; margin-bottom:14px; resize:vertical;
}

/* ============================================================
   TEMA PIZZA — verde escuro / vermelho / branco
   Reaproveita todos os componentes trocando só as variáveis de cor
   ============================================================ */
body.pizza-theme{
  --charcoal:      #14231b;
  --charcoal-2:    #1c3327;
  --charcoal-3:    #254433;
  --ember:         #a8342f;
  --ember-2:       #c94a3f;
  --ember-dark:    #7a2320;
  --gold:          #e8c468;
}
body.pizza-theme .icon-badge.ig{ background:linear-gradient(45deg,#f9ce34 0%,#ee2a7b 45%,#6228d7 100%); }

/* ---- Hero de vídeo (pizza) ---- */
.pizza-hero-video{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; object-position:center 35%;
  z-index:0;
}


/* ============================================================
   TEMA PIZZA — verde/vermelho/branco
   Reaproveita os mesmos componentes do site, só troca as
   variáveis de cor (WhatsApp continua verde, Quero Delivery
   continua lilás — cores de marca não mudam).
   ============================================================ */
body.pizza-page{
  --charcoal:      #13221A;
  --charcoal-2:    #1B2E22;
  --charcoal-3:    #23392A;
  --ember:         #A6362E;
  --ember-2:       #C6473C;
  --ember-dark:    #7A241E;
  --gold:          #E3C270;
}
body.pizza-page .hero-bg{
  background:
    radial-gradient(ellipse 60% 46% at 50% 38%, rgba(198,71,60,0.16), transparent 70%),
    var(--charcoal);
}
.hero-video{
  position:absolute; inset:0;
  width:100%; height:100%; object-fit:cover; object-position:center 30%;
}
