/* ============================================================
   DF EVENTOS — Buffet & Eventos
   Tema: escuro sofisticado + dourado champanhe
   ============================================================ */

:root {
  --bg: #0e0d0b;
  --bg-2: #131210;
  --surface: #1a1713;
  --surface-2: #201c17;
  --gold: #c8a45c;
  --gold-strong: #d4af37;
  --gold-soft: #e6c87a;
  --cream: #f2ece1;
  --muted: #a89f8f;
  --muted-2: #7d7668;
  --line: rgba(200, 164, 92, 0.16);
  --line-soft: rgba(255, 255, 255, 0.06);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Jost', 'Segoe UI', sans-serif;
  --font-script: 'Pinyon Script', cursive;

  --sidebar-w: 272px;
  --radius: 14px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }

body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--cream);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ============ Botões ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.4s var(--ease);
  white-space: nowrap;
  max-width: 100%;
}
.btn--gold {
  background: linear-gradient(120deg, var(--gold-soft), var(--gold) 55%, var(--gold-strong));
  color: #1a1408;
  box-shadow: 0 10px 30px -10px rgba(200, 164, 92, 0.55);
}
.btn--gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px -10px rgba(200, 164, 92, 0.65);
}
.btn--ghost {
  border-color: rgba(242, 236, 225, 0.35);
  color: var(--cream);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(4px);
}
.btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold-soft);
  background: rgba(200, 164, 92, 0.08);
}
.btn--block { width: 100%; }

/* ============ Sidebar ============ */
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--sidebar-w);
  background: linear-gradient(180deg, #0c0b09, #100e0c);
  border-right: 1px solid var(--line);
  z-index: 60;
  display: flex;
  transition: transform 0.5s var(--ease);
}
.sidebar__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 28px 32px;
}

.sidebar__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 44px;
}
.sidebar__monogram {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: none;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  color: #1a1408;
  background: linear-gradient(140deg, var(--gold-soft), var(--gold-strong));
  border-radius: 50%;
  box-shadow: 0 8px 24px -8px rgba(200, 164, 92, 0.7);
}
.sidebar__logo {
  height: 54px;
  width: auto;
  max-width: 140px;
  flex: none;
  object-fit: contain;
}
.sidebar__brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.sidebar__brand-text strong {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.sidebar__brand-text em {
  font-style: normal;
  font-size: 10.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.sidebar__nav { display: flex; flex-direction: column; gap: 4px; }
.nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  color: var(--muted);
  border-radius: 10px;
  transition: all 0.3s var(--ease);
}
.nav-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.4;
  transition: all 0.3s var(--ease);
}
.nav-link:hover { color: var(--cream); transform: translateX(4px); }
.nav-link.active {
  color: var(--gold-soft);
  background: linear-gradient(90deg, rgba(200, 164, 92, 0.14), transparent);
}
.nav-link.active .nav-dot {
  opacity: 1;
  background: var(--gold-strong);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.18);
}

.sidebar__footer { margin-top: auto; display: flex; flex-direction: column; gap: 22px; }
.sidebar__social { display: flex; gap: 12px; }
.sidebar__social a {
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  border: 1px solid var(--line-soft);
  border-radius: 50%;
  color: var(--muted);
  transition: all 0.3s var(--ease);
}
.sidebar__social a:hover {
  color: #1a1408;
  background: var(--gold-soft);
  border-color: var(--gold-soft);
  transform: translateY(-3px);
}
.sidebar__copy { font-size: 12px; color: var(--muted-2); letter-spacing: 0.5px; }

/* Hamburger (mobile) */
.hamburger {
  display: none;
  position: fixed;
  top: 18px; left: 18px;
  z-index: 70;
  width: 48px; height: 48px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(14, 13, 11, 0.85);
  backdrop-filter: blur(8px);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.hamburger span {
  width: 20px; height: 1.5px;
  background: var(--cream);
  transition: all 0.3s var(--ease);
}
.sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 55;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s var(--ease);
}

/* ============ Layout principal ============ */
.main { margin-left: var(--sidebar-w); overflow-x: clip; }

.section { padding: 110px 0; position: relative; }
.section--alt { background: var(--bg-2); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.section__inner {
  width: min(1180px, 92%);
  margin: 0 auto;
}
.section__head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 18px;
}
.section__eyebrow::before,
.section__eyebrow::after {
  content: "";
  width: 34px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.section__eyebrow::after { background: linear-gradient(90deg, var(--gold), transparent); }
.section__title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 500;
  line-height: 1.1;
  color: var(--cream);
}
.section__sub { color: var(--muted); margin-top: 18px; font-size: 16px; }

/* ============ Hero Slider ============ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero__slides { position: absolute; inset: 0; }
.hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.6s var(--ease), transform 6s var(--ease);
}
.hero__slide.active {
  opacity: 1;
  transform: scale(1);
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 9, 7, 0.55) 0%, rgba(10, 9, 7, 0.25) 45%, rgba(10, 9, 7, 0.85) 100%),
    linear-gradient(90deg, rgba(10, 9, 7, 0.7) 0%, rgba(10, 9, 7, 0.25) 60%, transparent 100%);
}

.hero__content {
  position: relative;
  z-index: 5;
  width: min(1180px, 92%);
  margin: 0 auto;
  padding-left: 6px;
}
.hero__caption { max-width: 640px; }
.hero__script {
  font-family: var(--font-script);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--gold-soft);
  display: block;
  margin-bottom: 6px;
}
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.5px;
  color: #fff;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.5);
}
.hero__subtitle {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: rgba(242, 236, 225, 0.9);
  margin: 22px 0 34px;
  max-width: 480px;
  font-weight: 300;
}
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* animação de entrada do texto */
.hero__caption.animate .hero__script { animation: fadeUp 0.9s var(--ease) both; }
.hero__caption.animate .hero__title { animation: fadeUp 0.9s var(--ease) 0.15s both; }
.hero__caption.animate .hero__subtitle { animation: fadeUp 0.9s var(--ease) 0.3s both; }
.hero__caption.animate .hero__actions { animation: fadeUp 0.9s var(--ease) 0.45s both; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

/* controles */
.hero__controls {
  position: absolute;
  right: 40px;
  bottom: 46px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero__arrow {
  display: grid;
  place-items: center;
  width: 50px; height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: all 0.3s var(--ease);
}
.hero__arrow:hover {
  background: var(--gold-strong);
  border-color: var(--gold-strong);
  color: #1a1408;
}
.hero__dots { display: flex; gap: 9px; }
.hero__dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.4s var(--ease);
}
.hero__dot.active {
  width: 30px;
  border-radius: 999px;
  background: var(--gold-strong);
  border-color: var(--gold-strong);
}

.hero__scroll {
  position: absolute;
  left: calc(var(--sidebar-w) + 50px);
  bottom: 46px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(242, 236, 225, 0.7);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero__scroll svg { animation: floatY 2s ease-in-out infinite; }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

/* ============ Marquee ============ */
.marquee {
  background: linear-gradient(90deg, var(--gold-strong), var(--gold-soft), var(--gold-strong));
  overflow: hidden;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__group {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-right: 34px;
  flex: none;
}
.marquee__group span {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1a1408;
  white-space: nowrap;
}
.marquee__group i {
  font-style: normal;
  color: #1a1408;
  font-size: 12px;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ Sobre ============ */
.sobre__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.sobre__media { position: relative; }
.sobre__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.8);
}
.sobre__badge {
  position: absolute;
  right: -24px;
  bottom: 34px;
  background: linear-gradient(140deg, var(--gold-soft), var(--gold-strong));
  color: #1a1408;
  padding: 20px 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  box-shadow: 0 16px 40px -14px rgba(200, 164, 92, 0.6);
}
.sobre__badge strong { font-family: var(--font-display); font-size: 40px; font-weight: 700; }
.sobre__badge span { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; }

.sobre__text .lead {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cream);
  margin-bottom: 18px;
}
.sobre__text p { color: var(--muted); margin-bottom: 16px; font-size: 15.5px; }
.sobre__text .lead strong { color: var(--gold-soft); font-weight: 600; }
.sobre__features { list-style: none; margin: 22px 0 26px; display: grid; gap: 12px; }
.sobre__features li { display: flex; align-items: center; gap: 12px; color: var(--cream); font-weight: 300; }
.sobre__features .check {
  display: grid;
  place-items: center;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: rgba(200, 164, 92, 0.16);
  color: var(--gold-soft);
  font-size: 14px;
}
.sobre__sign { display: flex; flex-direction: column; gap: 2px; }
.signature { font-family: var(--font-script); font-size: 34px; color: var(--gold-soft); }
.signature__role { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--muted-2); }

/* ============ Serviços ============ */
.servicos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.servico {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 40px 34px;
  transition: all 0.45s var(--ease);
  position: relative;
  overflow: hidden;
}
.servico::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(200, 164, 92, 0.1), transparent 55%);
  opacity: 0;
  transition: opacity 0.45s var(--ease);
}
.servico:hover {
  transform: translateY(-8px);
  border-color: var(--line);
  box-shadow: 0 24px 50px -24px rgba(0, 0, 0, 0.8);
}
.servico:hover::before { opacity: 1; }
.servico__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px; height: 58px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--gold-soft);
  margin-bottom: 22px;
  transition: all 0.45s var(--ease);
}
.servico:hover .servico__icon {
  background: linear-gradient(140deg, var(--gold-soft), var(--gold-strong));
  color: #1a1408;
  border-color: transparent;
}
.servico h3 {
  position: relative;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.servico p { position: relative; color: var(--muted); font-size: 15px; }

/* ============ Cardápio ============ */
.cardapio {
  max-width: 820px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 12px;
}
.cardapio__tabs {
  display: flex;
  gap: 8px;
  padding: 8px;
  background: var(--bg);
  border-radius: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.cardapio__tab {
  flex: 1;
  min-width: 140px;
  padding: 13px 18px;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.35s var(--ease);
}
.cardapio__tab:hover { color: var(--cream); }
.cardapio__tab.active {
  background: linear-gradient(120deg, var(--gold-soft), var(--gold-strong));
  color: #1a1408;
  font-weight: 500;
}
.cardapio__panel { display: none; padding: 28px 22px; }
.cardapio__panel.active { display: block; animation: fadeIn 0.5s var(--ease); }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.cardapio__item {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px dashed var(--line-soft);
}
.cardapio__item:last-child { border-bottom: none; }
.cardapio__item .dot {
  flex: none;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold-strong);
  transform: translateY(-3px);
}
.cardapio__name {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  color: var(--cream);
  flex: 1;
}
.cardapio__price {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  color: var(--gold-soft);
}

/* ============ Estrutura ============ */
.estrutura__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.estrutura__card {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 38px 32px;
  transition: all 0.4s var(--ease);
}
.estrutura__card:hover { border-color: var(--line); transform: translateY(-6px); }
.estrutura__num {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--gold);
  margin-bottom: 16px;
}
.estrutura__card h3 { font-family: var(--font-display); font-size: 22px; font-weight: 600; margin-bottom: 8px; }
.estrutura__card p { color: var(--muted); font-size: 15px; }

/* ============ Galeria ============ */
.galeria__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
}
.galeria__item {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.galeria__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease), filter 0.7s var(--ease);
}
.galeria__item:hover img { transform: scale(1.08); filter: brightness(0.85); }
.galeria__item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.galeria__item:nth-child(6) { grid-column: span 2; }

/* ============ Depoimentos ============ */
.depoimentos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.depoimento {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 38px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.depoimento__stars {
  height: 20px;
  background: radial-gradient(circle at 12px 50%, var(--gold-strong) 0 5px, transparent 5.5px) repeat-x left center / 26px 100%;
}
.depoimento p {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--cream);
  font-style: italic;
}
.depoimento footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}
.depoimento__avatar {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--gold-soft), var(--gold-strong));
  color: #1a1408;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
}
.depoimento footer strong { display: block; font-weight: 500; font-size: 15px; }
.depoimento footer small { color: var(--muted-2); font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }

/* ============ Contato ============ */
.contato__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: start;
}
.contato__info { display: flex; flex-direction: column; gap: 14px; }
.contato__card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  transition: all 0.35s var(--ease);
}
.contato__card:hover { border-color: var(--line); transform: translateX(6px); }
.contato__icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 50px; height: 50px;
  border-radius: 50%;
  background: rgba(200, 164, 92, 0.14);
  color: var(--gold-soft);
}
.contato__card strong { display: block; font-weight: 500; font-size: 16px; }
.contato__card span { color: var(--muted); font-size: 14.5px; }

.contato__form {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
}
.field input,
.field select,
.field textarea {
  background: var(--bg);
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  padding: 13px 16px;
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 15px;
  transition: border-color 0.3s var(--ease);
  width: 100%;
}
.field textarea { resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold);
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field select option { background: var(--bg); color: var(--cream); }

/* ============ Footer ============ */
.footer {
  border-top: 1px solid var(--line-soft);
  background: #0a0907;
  padding: 56px 0;
}
.footer__inner {
  width: min(1180px, 92%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.footer__brand { display: flex; align-items: center; gap: 14px; }
.footer__monogram {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: #1a1408;
  background: linear-gradient(140deg, var(--gold-soft), var(--gold-strong));
  border-radius: 50%;
}
.footer__logo {
  height: 46px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}
.footer__brand strong { font-family: var(--font-display); font-size: 20px; }
.footer__brand p { color: var(--muted-2); font-size: 13px; }
.footer__nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; }
.footer__nav a { color: var(--muted); font-size: 14px; letter-spacing: 1px; transition: color 0.3s; }
.footer__nav a:hover { color: var(--gold-soft); }
.footer__copy { color: var(--muted-2); font-size: 13px; }

/* ============ Reveal on scroll ============ */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.reveal.visible { opacity: 1; transform: none; }

/* ============ Responsivo ============ */
@media (max-width: 1024px) {
  .servicos__grid, .estrutura__grid { grid-template-columns: repeat(2, 1fr); }
  .galeria__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .depoimentos__grid { grid-template-columns: 1fr; }
  .sobre__grid { grid-template-columns: 1fr; gap: 44px; }
  .sobre__badge { right: 12px; }
  .contato__grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .sidebar { transform: translateX(-100%); }
  .sidebar.open { transform: translateX(0); }
  .sidebar-overlay.show { opacity: 1; pointer-events: auto; }
  .hamburger { display: flex; }
  .hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .main { margin-left: 0; }
  .hero__scroll { left: 30px; }
  .hero__controls { right: 20px; bottom: 34px; }
  .section { padding: 80px 0; }
}

@media (max-width: 560px) {
  .servicos__grid, .estrutura__grid { grid-template-columns: 1fr; }
  .galeria__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .galeria__item:nth-child(1) { grid-column: span 2; grid-row: span 1; }
  .galeria__item:nth-child(6) { grid-column: span 2; }
  .contato__form { grid-template-columns: 1fr; padding: 26px; }
  .hero__actions { width: 100%; }
  .hero__actions .btn { padding: 13px 24px; font-size: 12px; white-space: normal; flex: 1 1 auto; }
  .cardapio__tab { min-width: 100%; }
  .footer__inner { justify-content: center; text-align: center; }
}
