/* ==========================================================
   NOSSO BUTECO — Landing Page v2 (noite primeiro)
   Paleta: noite quase preta, dourado quente, vermelho boteco,
   creme só na seção de almoço, verde WhatsApp nos CTAs.
   ========================================================== */

:root {
  --noite: #0e0b09;
  --noite-2: #1a1310;
  --noite-3: #261b15;
  --dourado: #e8a92c;
  --dourado-claro: #f6c860;
  --vermelho: #b83232;
  --creme: #f7efe2;
  --creme-escuro: #ebddc4;
  --texto-claro: #f4ece0;
  --texto-suave: #c9b9a6;
  --texto-escuro: #1f1714;
  --wpp: #25d366;
  --wpp-hover: #1fb755;
  --shadow: 0 8px 32px rgba(0, 0, 0, .45);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--noite);
  color: var(--texto-claro);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

section { padding: 72px 0; }

/* ---------- TIPOGRAFIA ---------- */
.kicker {
  font-family: 'Caveat', cursive;
  font-size: 1.6rem;
  color: var(--dourado);
  margin-bottom: .25rem;
}
.title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.4rem, 7vw, 4rem);
  line-height: .95;
  letter-spacing: .5px;
  margin-bottom: 1rem;
}
.title span { color: var(--dourado); }
.lead {
  max-width: 560px;
  color: var(--texto-suave);
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

.warning {
  display: inline-block;
  background: rgba(184, 50, 50, .16);
  border: 1px solid rgba(184, 50, 50, .5);
  color: #f0b9b9;
  font-size: .9rem;
  font-weight: 600;
  padding: .5rem 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

/* ---------- BOTÕES ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  font-weight: 700;
  border-radius: 999px;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
  text-align: center;
}
.btn--wpp {
  background: var(--wpp);
  color: #06320f;
  padding: 1rem 1.9rem;
  font-size: 1.05rem;
  box-shadow: 0 6px 24px rgba(37, 211, 102, .35);
}
.btn--wpp:hover { background: var(--wpp-hover); transform: translateY(-2px); }
.btn--sm { padding: .55rem 1.1rem; font-size: .9rem; box-shadow: none; }
.btn--xl { padding: 1.15rem 2.4rem; font-size: 1.15rem; }
.btn--center { display: flex; max-width: max-content; margin: 0 auto; }
.btn--full { width: 100%; border-radius: 12px; }

/* ---------- TOPBAR ---------- */
.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .6rem 20px;
  background: rgba(14, 11, 9, .82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(232, 169, 44, .15);
}
.topbar__logo { height: 44px; width: auto; }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url('img/hero-bg.jpg') center / cover no-repeat var(--noite);
  padding: 110px 20px 80px;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 110%, rgba(232, 169, 44, .22), transparent 55%),
    linear-gradient(180deg, rgba(14, 11, 9, .82) 0%, rgba(14, 11, 9, .68) 45%, rgba(14, 11, 9, .96) 100%);
}
.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__kicker {
  font-family: 'Caveat', cursive;
  font-size: 1.5rem;
  color: var(--dourado);
  margin-bottom: .5rem;
}
.hero__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3.2rem, 12vw, 6.5rem);
  line-height: .92;
  letter-spacing: 1px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, .6);
}
.hero__title span { color: var(--dourado); }
.hero__sub {
  margin: 1.25rem 0 2rem;
  font-size: 1.1rem;
  color: var(--texto-claro);
  max-width: 540px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .7);
}
.hero__sub em { font-family: 'Caveat', cursive; font-size: 1.35rem; color: var(--dourado-claro); font-style: normal; }
.hero__micro {
  margin-top: .8rem;
  font-size: .85rem;
  color: var(--texto-suave);
}
.hero__proof {
  margin-top: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .4rem .6rem;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
  padding: .5rem 1.1rem;
  border-radius: 999px;
  font-size: .92rem;
  max-width: 100%;
}
.proof__stars { color: var(--dourado); letter-spacing: 2px; }

@media (max-width: 480px) {
  .btn--xl { width: 100%; max-width: 360px; padding: 1.05rem 1.2rem; font-size: 1.02rem; }
  .hero__proof { font-size: .85rem; padding: .45rem .9rem; }
}

/* ---------- MARQUEE ---------- */
.marquee {
  overflow: hidden;
  background: var(--dourado);
  padding: .65rem 0;
}
.marquee__track {
  display: flex;
  gap: 2rem;
  white-space: nowrap;
  width: max-content;
  animation: marquee 22s linear infinite;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.15rem;
  letter-spacing: 1.5px;
  color: var(--noite);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- AGENDA ---------- */
.agenda { background: var(--noite); text-align: center; }
.agenda .lead { margin-inline: auto; }
.agenda__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: .75rem;
  max-width: 980px;
  margin: 0 auto 1.75rem;
}
.agenda__grid li {
  background: var(--noite-2);
  border: 1px solid rgba(232, 169, 44, .18);
  border-radius: 12px;
  padding: 1rem .5rem;
  display: flex;
  flex-direction: column;
  gap: .15rem;
}
.agenda__grid li strong {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.agenda__grid li span { color: var(--texto-suave); font-size: .9rem; }
.agenda__grid li.is-today {
  background: rgba(232, 169, 44, .14);
  border-color: var(--dourado);
  box-shadow: 0 0 24px rgba(232, 169, 44, .18);
}
.agenda__grid li.is-today::after {
  content: 'HOJE · AO VIVO';
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--noite);
  background: var(--dourado);
  border-radius: 999px;
  padding: .15rem .55rem;
  margin: .4rem auto 0;
}

/* ---------- CARDÁPIO ---------- */
.cardapio { background: var(--noite-2); }
.cardapio__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 2.25rem;
}
@media (min-width: 760px) {
  .cardapio__grid { grid-template-columns: repeat(4, 1fr); }
}
.dish {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--noite-3);
}
.dish img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.dish:hover img { transform: scale(1.06); }
.dish__tag {
  position: absolute;
  top: .5rem; left: .5rem;
  z-index: 1;
  background: var(--dourado);
  color: var(--noite);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: .25rem .55rem;
  border-radius: 999px;
}
.dish figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2.2rem .9rem .85rem;
  background: linear-gradient(180deg, transparent, rgba(10, 8, 6, .92) 60%);
}
.dish h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: var(--dourado-claro);
}
.dish p { font-size: .8rem; color: var(--texto-suave); line-height: 1.35; }

/* ---------- PROVA SOCIAL ---------- */
.prova { background: var(--noite); text-align: center; }
.prova__foto {
  max-width: 560px;
  margin: 1.5rem auto 0;
}
.prova__foto img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(232, 169, 44, .2);
}
.prova__foto figcaption {
  font-family: 'Caveat', cursive;
  font-size: 1.3rem;
  color: var(--dourado);
  margin-top: .6rem;
}
.prova__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin: 2rem 0;
  text-align: left;
}
.depo {
  background: var(--noite-2);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  padding: 1.5rem;
}
.depo__stars { color: var(--dourado); letter-spacing: 3px; margin-bottom: .75rem; }
.depo blockquote { font-size: .98rem; color: var(--texto-claro); margin-bottom: 1rem; }
.depo cite { font-style: normal; font-weight: 600; color: var(--texto-suave); font-size: .9rem; }
.selos {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.selo { display: flex; flex-direction: column; align-items: center; }
.selo strong {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.4rem;
  color: var(--dourado);
  line-height: 1;
}
.selo span { color: var(--texto-suave); font-size: .9rem; }

/* ---------- PASSOS ---------- */
.passos { background: var(--noite-2); text-align: center; }
.passos__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  max-width: 880px;
  margin: 2rem auto 1.5rem;
}
.passos__grid li {
  background: var(--noite);
  border: 1px solid rgba(232, 169, 44, .15);
  border-radius: 14px;
  padding: 1.75rem 1.25rem;
}
.passos__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--dourado);
  color: var(--noite);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  margin-bottom: .9rem;
}
.passos__grid h3 { font-size: 1.05rem; margin-bottom: .35rem; }
.passos__grid p { color: var(--texto-suave); font-size: .9rem; }
.passos__micro { color: var(--texto-suave); font-size: .88rem; margin-bottom: 1.75rem; }

/* ---------- ALMOÇO (claro, secundário) ---------- */
.almoco { background: var(--creme); color: var(--texto-escuro); }
.almoco .kicker { color: #b8821f; }
.almoco .title { color: var(--texto-escuro); }
.almoco .title span { color: var(--vermelho); }
.almoco .lead { color: #6b5a52; }
.almoco__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 900px) {
  .almoco__inner { grid-template-columns: 1fr 1.1fr; }
}
.almoco__media { position: relative; }
.almoco__media img {
  border-radius: 16px;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.badge-preco {
  position: absolute;
  top: -16px; right: -8px;
  background: var(--vermelho);
  color: #fff;
  border-radius: 14px;
  padding: .6rem 1.1rem;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
  transform: rotate(4deg);
}
.badge-preco small { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: 1px; }
.badge-preco strong { font-family: 'Bebas Neue', sans-serif; font-size: 1.9rem; line-height: 1; }
.almoco__list { margin-bottom: 1.5rem; }
.almoco__list li {
  padding-left: 1.6rem;
  position: relative;
  margin-bottom: .5rem;
  color: #4a3b33;
}
.almoco__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--vermelho);
  font-weight: 800;
}
.almoco .warning {
  background: rgba(184, 50, 50, .08);
  border-color: rgba(184, 50, 50, .35);
  color: #8b1a1a;
  display: block;
  max-width: max-content;
}

/* ---------- ONDE ---------- */
.onde { background: var(--noite); }
.onde__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 900px) {
  .onde__inner { grid-template-columns: 1.1fr 1fr; }
}
.onde__addr { margin-bottom: 1.25rem; }
.onde__hr { color: var(--texto-suave); margin-bottom: 1.75rem; }
.onde__hr strong { color: var(--texto-claro); }
.onde__resp { margin-top: .9rem; font-size: .88rem; color: var(--texto-suave); }
.onde__note { font-size: .82rem; font-style: italic; opacity: .85; }
.onde__map iframe {
  width: 100%;
  height: 360px;
  border: 0;
  border-radius: 16px;
  filter: grayscale(.2) contrast(1.05);
}

/* ---------- FOOTER ---------- */
.footer {
  background: #080605;
  padding: 2.5rem 0 6rem;
  text-align: center;
}
.footer__logo { height: 64px; width: auto; margin: 0 auto 1rem; }
.footer__copy { color: var(--texto-suave); font-size: .85rem; }
@media (min-width: 760px) {
  .footer { padding-bottom: 2.5rem; }
}

/* ---------- FLUTUANTES ---------- */
.wpp-float {
  position: fixed;
  bottom: 22px; right: 22px;
  z-index: 60;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--wpp);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(37, 211, 102, .45);
}
@media (min-width: 760px) {
  .wpp-float { display: flex; }
}

.sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 60;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(14, 11, 9, .92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(232, 169, 44, .2);
  transform: translateY(110%);
  transition: transform .3s ease;
}
.sticky-cta.is-visible { transform: translateY(0); }
@media (min-width: 760px) {
  .sticky-cta { display: none; }
}

/* ---------- MODAL DE RESERVA ---------- */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(8, 6, 5, .7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.is-open { display: flex; }
.modal {
  position: relative;
  width: 100%;
  max-width: 380px;
  background: var(--noite-2);
  border: 1px solid rgba(232, 169, 44, .25);
  border-radius: 18px;
  padding: 1.85rem 1.5rem 1.6rem;
  box-shadow: var(--shadow);
}
.modal__close {
  position: absolute;
  top: .7rem; right: .7rem;
  width: 34px; height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, .08);
  color: var(--texto-claro);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.modal h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.7rem;
  letter-spacing: .5px;
  margin-bottom: .35rem;
  color: var(--dourado-claro);
  padding-right: 2rem;
}
.modal__sub {
  color: var(--texto-suave);
  font-size: .9rem;
  margin-bottom: 1.4rem;
}
.modal__field {
  display: block;
  margin-bottom: 1.1rem;
}
.modal__field span {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  color: var(--texto-suave);
  margin-bottom: .4rem;
}
.modal__field input[type="text"],
.modal__field input[type="date"],
.modal__field select {
  width: 100%;
  background: var(--noite);
  border: 1px solid rgba(255, 255, 255, .14);
  color: var(--texto-claro);
  border-radius: 10px;
  padding: .7rem .85rem;
  font-size: 1rem;
  font-family: inherit;
  color-scheme: dark;
}
.modal__field select option { background: var(--noite-2); color: var(--texto-claro); }
.stepper {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.stepper__btn {
  width: 42px; height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(232, 169, 44, .4);
  background: transparent;
  color: var(--dourado);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}
.stepper__btn:active { background: rgba(232, 169, 44, .15); }
.stepper input {
  flex: 1;
  text-align: center;
  background: var(--noite);
  border: 1px solid rgba(255, 255, 255, .14);
  color: var(--texto-claro);
  border-radius: 10px;
  padding: .7rem;
  font-size: 1.1rem;
  font-weight: 700;
}
.modal .btn--full { margin-top: .25rem; }

/* ---------- ANIMAÇÕES (reduzir se o usuário pedir) ---------- */
@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; }
  html { scroll-behavior: auto; }
}
