/* ═══════════════════════════════════════════════════════════
   BEOWULF BURGER — design system
   Escuro, premium, artesanal. Viking como atmosfera, não fantasia.
   ═══════════════════════════════════════════════════════════ */

:root {
  /* paleta */
  --coal:        #0C0A08;
  --coal-2:      #12100C;
  --graphite:    #1A1712;
  --leather:     #241E16;
  --line:        rgba(201, 162, 75, .16);
  --line-strong: rgba(201, 162, 75, .38);
  --gold:        #C9A24B;
  --gold-hi:     #E6C36C;
  --fire:        #E85D1F;
  --fire-hi:     #FF7A33;
  --cream:       #F3EAD9;
  --muted:       #A99C85;

  /* tipografia */
  --font-display: "Bebas Neue", "Arial Narrow", sans-serif;
  --font-rune:    "Cinzel", serif;
  --font-body:    "Inter", -apple-system, "Segoe UI", sans-serif;

  /* ritmo */
  --section-pad: clamp(4.5rem, 9vw, 7.5rem);
  --radius: 10px;
  --shadow: 0 18px 50px rgba(0, 0, 0, .55);
  --ease: cubic-bezier(.22, .8, .3, 1);
}

/* ── reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--coal);
  color: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--gold-hi); text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; background: none; border: 0; cursor: pointer; color: inherit; }

/* textura sutil de grão sobre todo o site */
body::after {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 4;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

.container { width: min(1160px, calc(100% - 2.5rem)); margin-inline: auto; }

::selection { background: var(--fire); color: #fff; }

/* ── botões ────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-weight: 600; font-size: .95rem; letter-spacing: .02em;
  padding: .8rem 1.6rem; border-radius: 6px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, border-color .25s;
  white-space: nowrap;
}
.btn .ico { width: 1.15em; height: 1.15em; flex: none; }
.btn--primary {
  background: linear-gradient(160deg, var(--fire-hi), var(--fire) 60%);
  color: #fff;
  box-shadow: 0 6px 22px rgba(232, 93, 31, .35);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(232, 93, 31, .5); }
.btn--ghost {
  border: 1px solid var(--line-strong); color: var(--cream);
  background: rgba(12, 10, 8, .35);
}
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-hi); transform: translateY(-2px); }
.btn--lg { padding: 1rem 2.1rem; font-size: 1.02rem; }
.btn--sm { padding: .55rem 1.1rem; font-size: .85rem; }

/* ── header ────────────────────────────────────────────── */
.header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  background: transparent;
  transition: background .35s, border-color .35s, box-shadow .35s;
  border-bottom: 1px solid transparent;
}
.header.is-scrolled {
  background: rgba(12, 10, 8, .88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .4);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.header__brand { display: flex; align-items: center; gap: .6rem; }
.header__logo {
  width: 38px; height: 50px; object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.6));
}
.header__wordmark-image {
  width: clamp(122px, 14vw, 158px); height: auto; object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.55));
}

.nav { display: flex; align-items: center; gap: 1.9rem; }
.nav__link {
  font-size: .88rem; font-weight: 500; color: var(--cream);
  letter-spacing: .04em; position: relative; padding: .3rem 0;
}
.nav__link::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1px; background: var(--gold);
  transform: scaleX(0); transform-origin: right;
  transition: transform .3s var(--ease);
}
.nav__link:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__cta { margin-left: .4rem; }

.header__toggle { display: none; flex-direction: column; gap: 5px; padding: .6rem; }
.header__toggle span {
  width: 24px; height: 2px; background: var(--cream); border-radius: 2px;
  transition: transform .3s var(--ease), opacity .3s;
}

/* ── hero ──────────────────────────────────────────────── */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
  padding: 7rem 0 5rem;
}
.hero__media { position: absolute; inset: 0; }
.hero__fallback,
.hero__fallback img,
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__fallback { transition: opacity .6s ease; }
.hero__fallback img { opacity: .5; object-position: center center; }
.hero__media.is-video-playing .hero__fallback { opacity: 0; }
.hero__video { opacity: 0; transition: opacity .6s ease; }
.hero__video.is-playing { opacity: .5; }
.hero__shade {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 38%, rgba(232, 93, 31, .12), transparent 55%),
    linear-gradient(180deg, rgba(12,10,8,.72) 0%, rgba(12,10,8,.45) 45%, var(--coal) 100%);
}
.hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }

.hero__status {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--cream);
  border: 1px solid var(--line-strong); border-radius: 100px;
  padding: .45rem 1.1rem; margin-bottom: 1.8rem;
  background: rgba(12, 10, 8, .55);
  backdrop-filter: blur(6px);
}
.hero__status-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #6dd66d; box-shadow: 0 0 10px #6dd66d;
  animation: pulse 2.2s infinite;
}
.hero__status.is-closed .hero__status-dot { background: #c96a4b; box-shadow: 0 0 10px #c96a4b; }
@keyframes pulse { 50% { opacity: .45; } }

.hero__logo {
  width: clamp(136px, 18vw, 204px); height: auto;
  filter: drop-shadow(0 14px 40px rgba(0, 0, 0, .8));
  margin-bottom: 1.05rem;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 7vw, 5rem);
  line-height: .98; letter-spacing: .035em;
  font-weight: 400; text-transform: uppercase;
  text-shadow: 0 4px 30px rgba(0, 0, 0, .7);
}
.hero__title-strong {
  color: transparent;
  background: linear-gradient(175deg, var(--gold-hi) 20%, var(--gold) 55%, #8f6d2a);
  -webkit-background-clip: text; background-clip: text;
}

.hero__sub {
  max-width: 34rem; margin-top: 1.1rem;
  color: var(--muted); font-size: clamp(.95rem, 1.6vw, 1.08rem);
}

.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; margin-top: 2.1rem; }
.hero__note { margin-top: 1.4rem; font-size: .8rem; color: var(--muted); letter-spacing: .03em; }

.hero__scroll {
  position: absolute; bottom: 1.6rem; left: 50%; transform: translateX(-50%);
  z-index: 2; color: var(--gold); opacity: .8;
  animation: drift 2.6s var(--ease) infinite;
}
@keyframes drift { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

/* ── marquee de valores ────────────────────────────────── */
.marquee {
  border-block: 1px solid var(--line);
  background: var(--coal-2);
  overflow: hidden; padding: .9rem 0;
  position: relative; z-index: 3;
}
.marquee__track {
  display: flex; align-items: center; gap: 2.6rem;
  width: max-content;
  animation: slide 36s linear infinite;
}
.marquee__track span {
  font-family: var(--font-rune); font-weight: 600;
  font-size: .82rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); white-space: nowrap;
}
.marquee__track i { font-style: normal; color: var(--fire); font-size: .9rem; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ── seções: base ──────────────────────────────────────── */
.section { position: relative; padding-block: var(--section-pad); }
.section__bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  opacity: .14;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}
.section > .container { position: relative; z-index: 1; }

.section__head { text-align: center; margin-bottom: clamp(2.4rem, 5vw, 3.6rem); }
.section__kicker {
  font-family: var(--font-rune); font-weight: 600;
  font-size: .78rem; letter-spacing: .38em; text-transform: uppercase;
  color: var(--fire); margin-bottom: .7rem;
}
.section__kicker::before, .section__kicker::after { content: "—"; color: var(--line-strong); margin-inline: .8rem; }
.section__title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: .04em; text-transform: uppercase; line-height: 1;
}
.section__lead { max-width: 44rem; margin: 1rem auto 0; color: var(--muted); font-size: .98rem; }

/* ── especiais ─────────────────────────────────────────── */
.especiais { background: var(--coal-2); }

.feature {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center;
  background: linear-gradient(160deg, var(--graphite), var(--coal-2) 70%);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.2rem, 3vw, 2.6rem);
  box-shadow: var(--shadow);
  margin-bottom: clamp(1.5rem, 3vw, 2.2rem);
}
.feature__media { border-radius: 8px; overflow: hidden; position: relative; }
.feature__media::after {
  content: ""; position: absolute; inset: 0;
  border: 1px solid rgba(201, 162, 75, .25); border-radius: 8px;
  pointer-events: none;
}
.feature__media img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; transition: transform .8s var(--ease); }
.feature:hover .feature__media img { transform: scale(1.04); }

.feature__tag {
  font-family: var(--font-rune); font-weight: 600; font-size: .75rem;
  letter-spacing: .32em; text-transform: uppercase; color: var(--fire);
  margin-bottom: .6rem;
}
.feature__name {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2.6rem, 5vw, 4rem); letter-spacing: .04em; line-height: 1;
  color: var(--gold-hi);
}
.feature__desc { margin-top: .9rem; color: var(--muted); max-width: 30rem; }
.feature__prices { margin: 1.4rem 0 1.6rem; display: grid; gap: .55rem; max-width: 22rem; }
.feature__prices li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  border-bottom: 1px dashed var(--line-strong); padding-bottom: .5rem;
}
.feature__prices span { font-size: .92rem; color: var(--cream); }
.feature__prices small { color: var(--muted); font-size: .75rem; margin-left: .3rem; }
.feature__prices strong { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: .04em; color: var(--gold-hi); }

.especiais__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 2.5vw, 2rem); }

.promo {
  background: var(--graphite); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.promo:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: var(--shadow); }
.promo__media { position: relative; overflow: hidden; }
.promo__media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.promo__badge {
  position: absolute; top: .9rem; left: .9rem;
  background: var(--fire); color: #fff;
  font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  padding: .35rem .8rem; border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .45);
}
.promo__body { padding: 1.4rem 1.5rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.promo__rune { font-size: 2rem; color: var(--fire); line-height: 1; margin-bottom: .8rem; }
.promo--text { justify-content: center; background: linear-gradient(150deg, var(--leather), var(--graphite) 65%); position: relative; }
.promo--text .promo__body { padding-block: 2.2rem; justify-content: center; flex: initial; }
.promo--text .promo__desc { flex: 0 0 auto; max-width: 30rem; }
.promo--text .promo__foot { margin-top: 1.6rem; justify-content: flex-start; gap: 1.6rem; }
.promo--text::after {
  content: "ᚠ"; position: absolute; right: .4rem; bottom: -2.6rem;
  font-size: 12rem; line-height: 1; color: rgba(201, 162, 75, .06);
  pointer-events: none;
}
.promo__name { font-family: var(--font-display); font-weight: 400; font-size: 1.9rem; letter-spacing: .04em; }
.promo__desc { color: var(--muted); font-size: .92rem; margin-top: .5rem; flex: 1; }
.promo__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 1.2rem; gap: 1rem; }
.promo__price { font-family: var(--font-display); font-size: 1.7rem; letter-spacing: .04em; color: var(--gold-hi); }

/* ── cardápio ──────────────────────────────────────────── */
.cardapio { background: var(--coal); }

.filters { display: flex; justify-content: center; gap: .6rem; flex-wrap: wrap; margin-bottom: 2.4rem; }
.filters__btn {
  font-family: var(--font-rune); font-weight: 600;
  font-size: .8rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line); border-radius: 100px;
  padding: .6rem 1.5rem;
  transition: color .25s, border-color .25s, background .25s;
}
.filters__btn:hover { color: var(--cream); border-color: var(--line-strong); }
.filters__btn.is-active {
  color: var(--coal); background: var(--gold); border-color: var(--gold);
  font-weight: 600;
}

.menu-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: clamp(1.1rem, 2vw, 1.6rem);
}
.dish {
  background: var(--graphite); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
  animation: dishIn .5s var(--ease) both;
}
@keyframes dishIn { from { opacity: 0; transform: translateY(14px); } }
.dish:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: var(--shadow); }
.dish__media { overflow: hidden; position: relative; }
.dish__media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .7s var(--ease); }
.dish:hover .dish__media img { transform: scale(1.06); }
.dish__media--empty {
  aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 50% 40%, var(--leather), var(--coal-2) 75%);
}
.dish__media--empty span { font-size: 3.4rem; color: var(--gold); opacity: .55; font-family: var(--font-rune); }
.dish__body { padding: 1.15rem 1.2rem 1.25rem; display: flex; flex-direction: column; flex: 1; }
.dish__name { font-family: var(--font-display); font-weight: 400; font-size: 1.55rem; letter-spacing: .04em; }
.dish__desc { color: var(--muted); font-size: .84rem; line-height: 1.55; margin-top: .35rem; flex: 1; }
.dish__foot { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: 1rem; }
.dish__price { font-family: var(--font-display); font-size: 1.45rem; letter-spacing: .03em; color: var(--gold-hi); line-height: 1; }
.dish__price small { display: block; font-family: var(--font-body); font-size: .68rem; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; margin-bottom: .2rem; }
.dish__order {
  font-size: .8rem; font-weight: 600; letter-spacing: .04em;
  color: var(--fire-hi); border: 1px solid rgba(232, 93, 31, .4); border-radius: 5px;
  padding: .5rem .9rem; white-space: nowrap;
  transition: background .25s, color .25s, border-color .25s;
}
.dish__order:hover { background: var(--fire); border-color: var(--fire); color: #fff; }

.cardapio__cta { text-align: center; margin-top: 2.6rem; color: var(--muted); font-size: .95rem; }
.cardapio__cta a { border-bottom: 1px solid var(--line-strong); padding-bottom: .1rem; }
.cardapio__noscript { text-align: center; color: var(--muted); padding: 2rem 0; }

/* ── a lenda ───────────────────────────────────────────── */
.lenda { background: var(--coal-2); }
.lenda__inner { text-align: center; }
.lenda__quote {
  font-family: var(--font-rune); font-weight: 500;
  font-size: clamp(1.25rem, 2.8vw, 1.7rem); line-height: 1.5;
  max-width: 40rem; margin: 0 auto;
  color: var(--cream);
}
.lenda__quote strong { color: var(--gold-hi); font-weight: 600; }
.lenda__text { max-width: 44rem; margin: 1.6rem auto 0; color: var(--muted); }
.lenda__values {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 2.5vw, 2rem); margin-top: 3.2rem; text-align: center;
}
.lenda__values li {
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.5rem;
  background: rgba(26, 23, 18, .6);
  transition: border-color .35s, transform .35s var(--ease);
}
.lenda__values li:hover { border-color: var(--line-strong); transform: translateY(-4px); }
.lenda__values i { font-style: normal; font-size: 1.8rem; color: var(--fire); display: block; margin-bottom: .8rem; }
.lenda__values h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.45rem; letter-spacing: .05em; margin-bottom: .45rem; }
.lenda__values p { font-size: .87rem; color: var(--muted); }

/* ── a guarda (clientes) ───────────────────────────────── */
.guarda { background: var(--coal); }
.guarda__viewport { position: relative; }
.guarda__track {
  display: flex; gap: clamp(1rem, 2.5vw, 2rem);
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 1rem .3rem 1.6rem;
  scrollbar-width: none;
}
.guarda__track::-webkit-scrollbar { display: none; }
.guarda__frame {
  flex: 0 0 clamp(230px, 30vw, 330px);
  scroll-snap-align: center;
  transition: transform .4s var(--ease);
}
.guarda__frame:hover { transform: translateY(-6px) rotate(-.5deg); }
.guarda__frame img { width: 100%; filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .55)); }
.guarda__nav { display: flex; justify-content: center; gap: .8rem; margin-top: .4rem; }
.guarda__arrow {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line-strong); color: var(--gold);
  font-size: 1.5rem; line-height: 1; display: grid; place-items: center;
  transition: background .25s, color .25s, border-color .25s;
}
.guarda__arrow:hover { background: var(--gold); color: var(--coal); border-color: var(--gold); }

/* ── como pedir ────────────────────────────────────────── */
.pedir { background: var(--coal-2); border-block: 1px solid var(--line); }
.steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 2.5vw, 2rem);
  counter-reset: step;
}
.steps__item {
  position: relative; padding: 2rem 1.6rem;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: rgba(26, 23, 18, .5);
}
.steps__num {
  font-family: var(--font-rune); font-weight: 600;
  font-size: 1.05rem; color: var(--coal);
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(160deg, var(--gold-hi), var(--gold));
  display: grid; place-items: center;
  margin-bottom: 1.1rem;
  box-shadow: 0 6px 18px rgba(201, 162, 75, .28);
}
.steps__item h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; letter-spacing: .05em; margin-bottom: .4rem; }
.steps__item p { font-size: .9rem; color: var(--muted); }
.pedir__pay {
  text-align: center; margin-top: 2.6rem;
  font-size: .9rem; color: var(--cream); letter-spacing: .05em;
}
.pedir__pay span { color: var(--muted); margin-right: .4rem; }

/* ── contato ───────────────────────────────────────────── */
.contato { background: var(--coal); }
.contato__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}
.card-contato {
  display: block; padding: 1.9rem 1.6rem;
  background: var(--graphite); border: 1px solid var(--line); border-radius: var(--radius);
  color: var(--cream);
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.card-contato:not(.card-contato--info):hover {
  transform: translateY(-5px); border-color: var(--line-strong); box-shadow: var(--shadow);
}
.card-contato__ico { width: 30px; height: 30px; color: var(--gold); margin-bottom: 1rem; }
.card-contato h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.45rem; letter-spacing: .05em; }
.card-contato p { color: var(--cream); font-size: .95rem; margin-top: .25rem; }
.card-contato__hint { display: block; margin-top: .8rem; font-size: .8rem; color: var(--muted); line-height: 1.6; }
.card-contato:not(.card-contato--info):hover .card-contato__hint { color: var(--gold-hi); }

/* ── footer ────────────────────────────────────────────── */
.footer { border-top: 1px solid var(--line); background: var(--coal-2); padding: 3.2rem 0 2.4rem; }
.footer__inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1rem; }
.footer__logo { width: 52px; opacity: .95; }
.footer__slogan { font-family: var(--font-rune); font-size: .95rem; letter-spacing: .06em; }
.footer__slogan strong { color: var(--gold-hi); }
.footer__nav { display: flex; gap: 1.6rem; flex-wrap: wrap; justify-content: center; }
.footer__nav a { font-size: .84rem; color: var(--muted); letter-spacing: .05em; }
.footer__nav a:hover { color: var(--gold-hi); }
.footer__legal { font-size: .75rem; color: var(--muted); opacity: .75; margin-top: .6rem; }

/* ── página legal (política de privacidade) ────────────── */
.header--solid {
  background: rgba(12, 10, 8, .92);
  border-bottom-color: var(--line);
}
.legal { padding-top: calc(72px + clamp(3rem, 7vw, 5rem)); }
.legal__inner { max-width: 46rem; margin-inline: auto; }
.legal article { margin-top: 2.4rem; }
.legal h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: 1.6rem; letter-spacing: .05em;
  color: var(--gold-hi); margin-bottom: .6rem;
}
.legal p { color: var(--muted); font-size: .95rem; }
.legal p + p { margin-top: .8rem; }
.legal__updated {
  margin-top: 3rem; padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  font-size: .8rem; letter-spacing: .04em;
}

/* ── whatsapp flutuante ────────────────────────────────── */
.whats-float {
  position: fixed; right: 1.3rem; bottom: 1.3rem; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 8px 26px rgba(0, 0, 0, .5);
  transition: transform .3s var(--ease);
}
.whats-float:hover { transform: scale(1.08); }

/* ── reveal on scroll ──────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ── responsivo ────────────────────────────────────────── */
@media (max-width: 900px) {
  .feature { grid-template-columns: 1fr; }
  .feature__media img { aspect-ratio: 4 / 3.4; }
  .especiais__grid, .steps, .lenda__values { grid-template-columns: 1fr; }
  .especiais__grid { max-width: 520px; margin-inline: auto; }
}

@media (max-width: 820px) {
  .header__toggle { display: flex; }
  .nav {
    position: fixed; inset: 72px 0 auto;
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(12, 10, 8, .97);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
    padding: .6rem 1.4rem 1.4rem;
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform .3s var(--ease), opacity .3s;
  }
  .nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .nav__link { padding: .95rem .2rem; border-bottom: 1px solid rgba(201, 162, 75, .08); font-size: 1rem; }
  .nav__cta { margin: 1.1rem 0 0; justify-content: center; }
  .header__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .header__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .header__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header__wordmark-image { width: 132px; }
}

@media (max-width: 480px) {
  .section__kicker { letter-spacing: .24em; }
  .section__kicker::before, .section__kicker::after { content: ""; margin-inline: 0; }
  .hero__actions { flex-direction: column; width: 100%; max-width: 320px; }
  .hero__actions .btn { justify-content: center; }
  .menu-grid { grid-template-columns: 1fr 1fr; gap: .8rem; }
  .dish__body { padding: .9rem .85rem 1rem; }
  .dish__name { font-size: 1.25rem; }
  .dish__desc { font-size: .78rem; }
  .dish__foot { flex-direction: column; align-items: flex-start; gap: .6rem; }
}

/* ── acessibilidade: movimento reduzido ────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee__track { animation: none; }
  .hero__scroll { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .dish { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
