:root {
  --ink: #302219;
  --paper: #fff7ec;
  --white: #fffaf2;
  --ember: #c84f12;
  --gold: #d59a34;
  --brown: #7b4027;
  --muted: #795f50;
  --line: #decdbb;
  --radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 156px; overflow-x: hidden; }
body { width: 100%; margin: 0; overflow-x: clip; overscroll-behavior-y: none; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.hero {
  min-height: 100dvh;
  position: relative;
  z-index: 40;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  padding: 18px 18px 42px;
  background: var(--ink) url("assets/espetos-na-brasa.png") center / cover no-repeat;
  display: flex;
  flex-direction: column;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(35,20,12,.66) 0%, rgba(35,20,12,.18) 38%, rgba(35,20,12,.9) 100%);
}

.nav {
  position: fixed;
  z-index: 100;
  top: max(12px, env(safe-area-inset-top));
  left: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 7px 8px 7px 10px;
  border: 1px solid rgba(213,154,52,.5);
  border-bottom: 3px solid var(--gold);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 16px 45px rgba(48,34,25,.28);
  backdrop-filter: blur(12px);
}
.brand-lockup { display: flex; align-items: center; min-width: 0; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 74px; height: 56px; object-fit: contain; }
.brand-lockup p { display: none; margin: 0 0 0 14px; padding-left: 14px; border-left: 1px solid var(--line); font-size: 10px; line-height: 1.25; text-transform: uppercase; letter-spacing: .13em; }
.brand-lockup p strong, .brand-lockup p span { display: block; }
.brand-lockup p strong { color: var(--ember); }
.brand-lockup p span { color: var(--muted); margin-top: 3px; }
.nav-link { color: var(--white); background: var(--ember); border: 1px solid var(--ember); border-radius: 999px; padding: 11px 16px; text-decoration: none; font-size: 12px; font-weight: 800; white-space: nowrap; }
.nav-link:active { transform: scale(.98); }

.hero-content { margin-top: auto; max-width: 620px; padding-top: 140px; }
.eyebrow { margin: 0 0 12px; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.hero h1, .section-heading h2, .callout h2, dialog h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: -.035em; line-height: .94; }
.hero h1 { font-size: clamp(48px, 14vw, 94px); }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-content > p:not(.eyebrow) { max-width: 330px; margin: 18px 0 24px; color: rgba(255,255,255,.82); font-size: 15px; }
.primary-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: var(--radius); background: var(--ember); color: var(--white); padding: 0 22px; text-decoration: none; font-weight: 800; cursor: pointer; }
.primary-button:active, .filter:active { transform: scale(.98); }
.price-stamp { position: absolute; right: -6px; top: 46%; width: 102px; height: 102px; border-radius: 50%; background: var(--gold); color: var(--ink); transform: rotate(8deg); display: flex; flex-direction: column; justify-content: center; align-items: center; line-height: .9; box-shadow: 0 14px 36px rgba(48,34,25,.32); }
.price-stamp span { font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.price-stamp strong { font-family: Impact, "Arial Black", sans-serif; font-size: 27px; margin: 5px 0; }

.menu-section { width: 100%; padding: 58px 18px 72px; max-width: 1180px; margin: 0 auto; }
.section-heading { display: flex; flex-direction: column; gap: 20px; margin-bottom: 28px; }
.section-heading h2 { max-width: 620px; font-size: clamp(38px, 10vw, 68px); }
.price-note { margin: 0; font-size: 15px; color: var(--muted); }
.price-note strong { color: var(--ink); }
.filters { position: sticky; z-index: 30; top: calc(max(12px, env(safe-area-inset-top)) + 76px); display: flex; gap: 8px; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; margin: 0 -18px 16px; padding: 10px 18px; background: var(--paper); box-shadow: 0 12px 22px rgba(48,34,25,.08); }
.filters::-webkit-scrollbar { display: none; }
.filter { flex: 0 0 auto; border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: 10px 17px; font-weight: 700; cursor: pointer; color: var(--ink); }
.filter.active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.search-box { display: block; margin-bottom: 12px; }
.search-box input { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.45); padding: 15px 16px; color: var(--ink); outline: none; }
.search-box input:focus { border-color: var(--ember); box-shadow: 0 0 0 3px rgba(200,79,18,.16); }
.search-box input::placeholder { color: #847f76; }
.menu-grid { display: grid; grid-template-columns: 1fr; }
.menu-item { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 12px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); animation: enter .35s ease both; }
.menu-item:first-child { border-top: 1px solid var(--line); }
.item-main { min-width: 0; }
.item-main h3 { margin: 0 0 5px; overflow-wrap: anywhere; font-size: 16px; letter-spacing: -.025em; }
.item-main p { margin: 0; color: var(--muted); font-size: 13px; }
.item-action { display: flex; align-items: center; gap: 11px; }
.item-price { font-family: Impact, "Arial Black", sans-serif; font-size: 15px; white-space: nowrap; }
.empty-state { padding: 44px 0; text-align: center; color: var(--muted); }

.callout { margin: 0 18px 72px; padding: 38px 26px; border-radius: var(--radius); color: var(--white); background: var(--brown); overflow: hidden; position: relative; }
.callout::after { content: ""; position: absolute; width: 210px; height: 210px; border: 44px solid var(--gold); border-radius: 50%; right: -122px; bottom: -116px; opacity: .85; }
.callout > * { position: relative; z-index: 1; }
.callout > p { margin: 0 0 12px; color: var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.callout h2 { font-size: clamp(34px, 10vw, 60px); margin-bottom: 26px; }
.callout a { font-weight: 800; text-underline-offset: 5px; }

footer { background: #261a13; color: rgba(255,250,242,.72); padding: 46px 18px 54px; text-align: center; }
.footer-brand { color: var(--white); justify-content: center; margin-bottom: 20px; }
.footer-brand img { width: 118px; height: 96px; }
footer p { margin: 8px auto; max-width: 340px; font-size: 13px; }
.copyright { opacity: .55; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@keyframes enter { from { opacity: 0; transform: translateY(8px); } }

@media (min-width: 700px) {
  .hero { padding: 24px 7vw 60px; background-position: center 60%; }
  .nav { left: 50%; right: auto; width: calc(100% - 14vw); max-width: 1180px; margin: 0; padding: 8px 10px 8px 14px; transform: translateX(-50%); }
  .brand img { width: 96px; height: 68px; }
  .brand-lockup p { display: block; }
  .nav-link { padding: 13px 22px; }
  .hero-content { width: 100%; max-width: 1180px; margin-left: auto; margin-right: auto; padding-top: 150px; }
  .price-stamp { right: 8vw; top: 38%; width: 130px; height: 130px; }
  .price-stamp strong { font-size: 36px; }
  .menu-section { padding: 100px 6vw; }
  .section-heading { flex-direction: row; justify-content: space-between; align-items: end; }
  .filters { position: static; margin-left: 0; margin-right: 0; padding: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  .search-box { max-width: 420px; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); column-gap: 54px; }
  .menu-item:nth-child(2) { border-top: 1px solid var(--line); }
  .callout { max-width: 1080px; margin: 0 auto 100px; padding: 60px; }
}

@media (max-width: 380px) {
  .nav { left: 8px; right: 8px; }
  .brand img { width: 64px; height: 50px; }
  .nav-link { padding: 10px 13px; font-size: 11px; }
  .hero h1 { font-size: 46px; }
  .price-stamp { width: 88px; height: 88px; }
  .price-stamp strong { font-size: 24px; }
  .section-heading h2 { font-size: 36px; }
  .menu-item { gap: 8px; }
  .item-main h3 { font-size: 15px; }
  .item-price { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
