:root {
  --primary: #E8531B;      /* laranja brasa */
  --primary-dark: #B83A0E;
  --secondary: #F5A623;    /* dourado fogo */
  --bg: #14100E;           /* carvão */
  --bg-soft: #1F1916;
  --bg-card: #241D19;
  --text: #F4ECE6;
  --text-muted: #B8A99E;
  --border: #35291F;
  --wa: #25D366;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(0,0,0,.45);
  --font-head: 'Oswald', sans-serif;
  --font-body: 'Inter', sans-serif;
  --maxw: 1140px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

h1,h2,h3,h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.15; letter-spacing: .3px; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); text-transform: uppercase; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); text-transform: uppercase; }
h3 { font-size: 1.3rem; }
.text-fire { color: var(--primary); }
.eyebrow { font-family: var(--font-head); text-transform: uppercase; letter-spacing: 2px; color: var(--secondary); font-size: .85rem; }

/* Header */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(20,16,14,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 96px; }
.logo { font-family: var(--font-head); font-size: 1.5rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.logo span { color: var(--primary); }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { font-weight: 500; font-size: .95rem; transition: color .2s; }
.nav-links a:hover { color: var(--primary); }
.nav-cta {
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  color: #fff; padding: 12px 24px; border-radius: 50px;
  font-family: var(--font-head); font-weight: 600; text-transform: uppercase; letter-spacing: .4px; font-size: .85rem;
  box-shadow: 0 8px 20px -6px rgba(232,83,27,.55);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.nav-cta:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 12px 26px -6px rgba(232,83,27,.7); }
.burger { display: none; background: none; border: 0; color: var(--text); font-size: 1.6rem; cursor: pointer; }

/* Hero */
.hero {
  position: relative; padding: 135px 0 120px; text-align: center; overflow: hidden;
  background: #14100E url('../images/hero-churrasco-poster.jpg') center/cover;
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(rgba(20,16,14,.72), rgba(20,16,14,.94));
}
.hero .container { position: relative; z-index: 2; }
@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
}
.hero .eyebrow, .local-hero .eyebrow { display: block; margin-bottom: 16px; }
.hero h1, .local-hero h1 { margin-bottom: 22px; }
.hero p.lead, .local-hero p.lead { font-size: 1.2rem; color: var(--text-muted); max-width: 640px; margin: 0 auto 32px; }
.hero-cta { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; }
@media (max-width: 480px) {
  .hero-cta { flex-direction: column; align-items: stretch; gap: 24px; }
  .hero-cta .btn { justify-content: center; }
}
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-head); font-weight: 600; text-transform: uppercase; letter-spacing: .5px; font-size: .95rem;
  padding: 18px 34px; border-radius: 50px; border: 0; cursor: pointer; position: relative;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(-1px); }
.btn-wa {
  background: linear-gradient(135deg, #2fe08a, #1DA851);
  color: #fff; padding-left: 12px;
  box-shadow: 0 12px 28px -8px rgba(37,211,102,.65), inset 0 1px 0 rgba(255,255,255,.25);
}
.btn-wa:hover { filter: brightness(1.06); box-shadow: 0 16px 34px -8px rgba(37,211,102,.8), inset 0 1px 0 rgba(255,255,255,.3); }
.btn-outline { border: 2px solid var(--primary); color: var(--primary); background: rgba(232,83,27,.08); }
.btn-outline:hover { background: var(--primary); color: #fff; box-shadow: 0 12px 28px -8px rgba(232,83,27,.55); }
.btn-sm { padding: 11px 20px; font-size: .82rem; box-shadow: 0 8px 18px -6px rgba(37,211,102,.5); }

/* Botão com foto do churrasqueiro no lugar do ícone do WhatsApp */
.btn-wa-avatar { padding: 10px 32px 10px 10px; }
.wa-avatar { position: relative; display: inline-flex; flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; }
.wa-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; border: 2px solid rgba(255,255,255,.55); }
.wa-avatar-badge { position: absolute; bottom: -3px; right: -3px; width: 20px; height: 20px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; border: 2px solid var(--bg-card); box-shadow: 0 2px 6px rgba(0,0,0,.35); }
.wa-avatar-badge svg { width: 11px; height: 11px; fill: #fff; display: block; }

/* Botão flutuante com a mesma lógica, um pouco maior */
.wa-float-avatar { width: 72px; height: 72px; }
.wa-float-avatar .wa-avatar { width: 62px; height: 62px; }
.wa-float-avatar .wa-avatar img { border-width: 3px; }
.wa-float-avatar .wa-avatar-badge { width: 24px; height: 24px; bottom: -2px; right: -2px; }
.wa-float-avatar .wa-avatar-badge svg { width: 13px; height: 13px; }

/* Ícone do WhatsApp circulado (badge) usado nos botões e no flutuante */
.wa-badge { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: #fff; }
.wa-badge svg { width: 17px; height: 17px; fill: var(--wa); display: block; }
.btn-outline .wa-badge { background: var(--primary); }
.btn-outline .wa-badge svg { fill: #fff; }

/* Sections */
section { padding: 70px 0; }
.section-head { text-align: center; margin-bottom: 46px; }
.section-head p { color: var(--text-muted); max-width: 620px; margin: 12px auto 0; }

.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 30px; transition: transform .2s, border-color .2s;
}
.card:hover { transform: translateY(-4px); border-color: var(--primary); }
.card .icon { font-size: 2.2rem; margin-bottom: 14px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--text-muted); font-size: .96rem; }

/* Faixa CTA */
.cta-band {
  position: relative; overflow: hidden; text-align: center;
  background: #B83A0E url('../images/hero-churrasco-poster.jpg') center 30%/cover;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, rgba(184,58,14,.93), rgba(232,83,27,.87));
}
.cta-band::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background-image: radial-gradient(rgba(255,255,255,.55) 1.5px, transparent 1.5px);
  background-size: 26px 26px; opacity: .08; mix-blend-mode: overlay;
}
.cta-band .container { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.9); margin: 14px auto 26px; max-width: 560px; }

/* Lista bairros/cidades */
.locais-cloud { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.locais-cloud a { background: var(--bg-soft); border: 1px solid var(--border); padding: 8px 16px; border-radius: 50px; font-size: .88rem; color: var(--text-muted); transition: all .2s; }
.locais-cloud a:hover { border-color: var(--primary); color: var(--primary); }

/* Depoimentos */
.depo { background: var(--bg-soft); border-left: 3px solid var(--secondary); padding: 24px; border-radius: 0 var(--radius) var(--radius) 0; }
.depo p { font-style: italic; margin-bottom: 12px; }
.depo .autor { font-weight: 600; color: var(--secondary); font-family: var(--font-head); }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; color: var(--text); font-family: var(--font-head); font-size: 1.1rem; padding: 20px 0; cursor: pointer; display: flex; justify-content: space-between; gap: 12px; }
.faq-a { color: var(--text-muted); padding: 0 0 20px; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q { color: var(--primary); }

/* Garante que o conteudo (texto/botoes) da ultima secao antes do rodape fique acima do vazamento das chamas, sem bloquear o degrade nas areas vazias da secao */
body > section:last-of-type > .container { position: relative; z-index: 2; }

/* Footer */
footer.site { position: relative; background: var(--bg-soft); border-top: 1px solid var(--border); padding: 84px 0 40px; }
footer.site::before {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0;
  height: 70vw; max-height: 860px; min-height: 460px;
  background: url('../images/footer-fire.png') center bottom / 100% auto no-repeat;
  opacity: .3;
  mix-blend-mode: screen;
  filter: brightness(.34) contrast(1.9) saturate(1.5);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.35) 22%, #000 50%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.35) 22%, #000 50%);
  pointer-events: none; z-index: 0;
}
footer.site::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0;
  height: 70vw; max-height: 860px; min-height: 460px;
  background: rgba(0,0,0,.5);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.35) 22%, #000 50%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.35) 22%, #000 50%);
  pointer-events: none; z-index: 0;
}
footer.site .container { position: relative; z-index: 1; }
@media (max-width: 700px) {
  footer.site::before, footer.site::after { height: 95vw; max-height: 480px; min-height: 320px; }
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.footer-grid h4 { text-transform: uppercase; font-size: 1rem; margin-bottom: 16px; color: var(--secondary); }
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 8px; }
.footer-grid a { color: var(--text-muted); font-size: .92rem; }
.footer-grid a:hover { color: var(--primary); }
.footer-nap { color: var(--text-muted); font-size: .92rem; }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 20px; text-align: center; color: var(--text-muted); font-size: .85rem; }

/* WhatsApp float */
.wa-float-wrap { position: fixed; bottom: 22px; right: 22px; z-index: 90; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.wa-float-label {
  position: relative; white-space: nowrap;
  background: var(--bg-card); color: var(--text); border: 1px solid var(--border);
  font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .2px;
  padding: 8px 16px; border-radius: 8px; box-shadow: var(--shadow);
}
.wa-float-label::after {
  content: ''; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%);
  border-width: 6px 6px 0 6px; border-style: solid; border-color: var(--bg-card) transparent transparent transparent;
}
.wa-float { background: linear-gradient(135deg, #2fe08a, #1DA851); width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 32px -6px rgba(37,211,102,.6); transition: transform .2s ease; animation: pulse 2.5s infinite; }
.wa-float:hover { transform: scale(1.08); }
.wa-float .wa-badge { width: 42px; height: 42px; }
.wa-float .wa-badge svg { width: 24px; height: 24px; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(37,211,102,.5)} 70%{box-shadow:0 0 0 16px rgba(37,211,102,0)} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0)} }
@media (max-width: 480px) {
  .wa-float-label { font-size: .75rem; padding: 7px 12px; }
}

/* Breadcrumbs */
.breadcrumb { padding: 16px 0; font-size: .85rem; color: var(--text-muted); }
.breadcrumb a:hover { color: var(--primary); }

/* Autoria / E-E-A-T */
.author-box { display: flex; gap: 18px; align-items: flex-start; background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; margin: 28px 0; }
.author-box img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: var(--bg-card); }
.author-box strong { font-family: var(--font-head); font-size: 1.05rem; display: block; }
.author-box span { color: var(--secondary); font-size: .85rem; display: block; margin: 2px 0 8px; }
.author-box p { color: var(--text-muted); font-size: .95rem; margin-bottom: 8px; }
.author-box a { color: var(--wa); font-weight: 600; font-size: .9rem; }
.author-box-big { max-width: 780px; margin: 0 auto; padding: 30px; }
.author-box-big img { width: 96px; height: 96px; }
.cert-list { list-style: none; color: var(--text-muted); font-size: .88rem; }
.cert-list li { padding: 4px 0; border-top: 1px dashed var(--border); }
.cert-list li:first-child { border-top: 0; }

/* Chips de bairros/sub-locais */
.sub-locais-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.sub-locais-chips span { background: var(--bg-card); border: 1px solid var(--border); color: var(--text-muted); font-size: .85rem; padding: 6px 14px; border-radius: 50px; }

/* Página de local */
.local-hero {
  position: relative; padding: 135px 0 120px; text-align: center; overflow: hidden;
  background: #14100E url('../images/hero-churrasco-poster.jpg') center/cover;
}
.local-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(rgba(20,16,14,.8),rgba(20,16,14,.95));
}
.local-hero .container { position: relative; z-index: 2; }
@media (prefers-reduced-motion: reduce) {
  .local-hero .hero-video { display: none; }
}
.local-content { padding: 60px 0; }
.local-content p { margin-bottom: 18px; color: var(--text-muted); }
.local-content h2 { margin: 36px 0 16px; }
.zap-inline { color: var(--wa); font-weight: 600; }

/* Artigo estilo jornal (página Sobre) */
.article { padding: 60px 0 90px; }
.article-lead { font-size: 1.2rem; color: var(--text); margin-bottom: 22px; }
.article p { margin-bottom: 20px; color: var(--text-muted); }
.article h2 { margin: 40px 0 16px; }
.article-figure { max-width: 320px; margin: 6px 0 24px; }
.article-figure img { width: 100%; border-radius: var(--radius); border: 1px solid var(--border); }
.article-figure figcaption { font-size: .82rem; color: var(--text-muted); font-style: italic; padding: 10px 2px 0; border-top: 2px solid var(--primary); margin-top: 10px; }
.article-figure.left { float: left; margin-right: 32px; }
.article-figure.right { float: right; margin-left: 32px; }
.article::after { content: ''; display: block; clear: both; }
@media (max-width: 700px) {
  .article-figure { float: none !important; max-width: 100%; margin: 0 0 24px; }
}

/* Hub "Onde atendemos" */
.local-rows { border-top: 1px solid var(--border); margin-top: 8px; }
.local-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.local-row strong { font-family: var(--font-head); font-weight: 600; min-width: 180px; }
.local-row-links { display: flex; flex-wrap: wrap; gap: 8px; }
.local-row-links a { background: var(--bg-card); border: 1px solid var(--border); color: var(--text-muted); font-size: .82rem; padding: 6px 14px; border-radius: 50px; transition: all .2s; }
.local-row-links a:hover { border-color: var(--primary); color: var(--primary); }

@media (max-width: 860px) {
  .grid-3, .grid-2, .footer-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .burger { display: block; }
  .nav-links.open { display: flex; position: absolute; top: 96px; left: 0; right: 0; flex-direction: column; background: var(--bg-soft); padding: 20px; border-bottom: 1px solid var(--border); }
}
