:root {
  --ink: #241d18;
  --muted: #756a60;
  --paper: #f8f1e6;
  --card: #fffdf8;
  --red: #a62b26;
  --red-dark: #671b18;
  --gold: #d5a62a;
  --line: #e5d9ca;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, input { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.hero {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  color: #fffaf0;
  background:
    radial-gradient(circle at 88% 18%, rgb(213 166 42 / 22%) 0 2px, transparent 3px),
    radial-gradient(circle at 81% 34%, rgb(213 166 42 / 14%) 0 1px, transparent 2px),
    linear-gradient(135deg, #211310, #531b18 61%, #812520);
}
.hero::before {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  right: -95px;
  bottom: -180px;
  border: 1px solid rgb(213 166 42 / 24%);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgb(213 166 42 / 5%), 0 0 0 74px rgb(213 166 42 / 3%);
}
.hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--gold) 0 22%, transparent 22% 100%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 22px;
  width: min(100%, 1160px);
  min-height: 290px;
  margin: auto;
  padding: 52px 24px 42px;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  flex: 0 0 auto;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 22px;
  background: rgb(255 255 255 / 7%);
  color: var(--gold);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -2px;
  box-shadow: inset 0 1px rgb(255 255 255 / 10%);
}
.brand-logo {
  width: 180px;
  height: 146px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 18px;
  background: #000;
  box-shadow: 0 14px 35px rgb(0 0 0 / 22%), inset 0 1px rgb(255 255 255 / 9%);
}
.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
  display: block;
}
.eyebrow { margin: 0 0 8px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.hero h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(46px, 7vw, 72px); line-height: .95; letter-spacing: -.045em; }
.welcome { margin: 13px 0 0; color: rgb(255 250 240 / 76%); font-size: 16px; }
.menu-stats { display: flex; align-items: center; gap: 10px; margin-top: 19px; color: rgb(255 250 240 / 62%); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.menu-stats i { display: block; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.menu-shell { width: min(100%, 1160px); margin: 0 auto; padding: 0 24px 100px; }
.sticky-tools {
  position: sticky;
  z-index: 10;
  top: 0;
  margin: 0 -24px;
  padding: 18px 24px 13px;
  border-bottom: 1px solid var(--line);
  background: rgb(248 241 230 / 94%);
  backdrop-filter: blur(15px);
}
.search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #d6c8b8;
  border-radius: 16px;
  background: var(--card);
  box-shadow: 0 8px 28px rgb(87 28 25 / 6%);
}
.search-icon { position: relative; width: 18px; height: 18px; flex: 0 0 auto; border: 2px solid var(--red); border-radius: 50%; }
.search-icon::after { content: ''; position: absolute; width: 7px; height: 2px; right: -5px; bottom: -2px; border-radius: 2px; background: var(--red); transform: rotate(45deg); }
.search-box input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; }
.search-box input::placeholder { color: #978b7e; }
.search-box > button { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto; border: 0; border-radius: 50%; background: #f0e6d9; color: #796d62; font-size: 22px; cursor: pointer; }
.category-strip { display: flex; gap: 8px; margin-top: 12px; padding: 0 22px 3px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-width: none; }
.category-strip::-webkit-scrollbar { display: none; }
.category-strip button { min-height: 40px; flex: 0 0 auto; padding: 0 15px; border: 1px solid #d8cbbc; border-radius: 999px; background: transparent; color: #665c53; cursor: pointer; scroll-snap-align: start; transition: background-color .18s, color .18s, border-color .18s; }
.category-strip button:hover { border-color: #b89979; }
.category-strip button.active { border-color: var(--red); background: var(--red); color: white; box-shadow: 0 6px 18px rgb(166 43 38 / 17%); }

@media (min-width: 701px) {
  .category-strip { padding-bottom: 12px; scrollbar-width: auto; scrollbar-color: #b98e68 #eadfce; }
  .category-strip::-webkit-scrollbar { display: block; height: 12px; }
  .category-strip::-webkit-scrollbar-track { background: transparent; }
  .category-strip::-webkit-scrollbar-thumb { min-width: 72px; border: 2px solid #eadfce; border-radius: 999px; background: #b98e68; }
  .category-strip::-webkit-scrollbar-thumb:hover { background: #a97c55; }
}
.results-bar { display: flex; align-items: center; justify-content: space-between; min-height: 56px; gap: 16px; color: var(--muted); font-size: 13px; }
.results-bar button { border: 0; background: transparent; color: var(--red); font-size: 13px; font-weight: 700; cursor: pointer; }
.visual-disclaimer { margin: -8px 0 4px; color: var(--muted); font-size: 12px; font-style: italic; }
.sections { display: grid; gap: 4px; }
.menu-section { scroll-margin-top: 126px; padding: 26px 0 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.section-title-row { display: flex; align-items: baseline; gap: 12px; }
.section-number { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .11em; }
.section-heading h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(29px, 5vw, 42px); line-height: 1; letter-spacing: -.035em; }
.section-heading > span { color: var(--muted); font-size: 13px; white-space: nowrap; }
.category-note { margin: -1px 0 13px 39px; color: var(--muted); font-size: 13px; font-style: italic; line-height: 1.45; }
.item-list { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--card); box-shadow: 0 12px 36px rgb(69 43 23 / 4%); }
.menu-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; padding: 19px 20px; border-bottom: 1px solid var(--line); transition: background-color .18s ease, box-shadow .18s ease; }
.menu-item.has-image { grid-template-columns: 120px minmax(0, 1fr) auto; grid-template-areas: 'visual content price'; gap: 18px; }
.menu-item.has-image .item-copy { grid-area: content; }
.menu-item.has-image > strong { grid-area: price; }
.item-image { grid-area: visual; width: 120px; height: 90px; align-self: center; overflow: hidden; border: 1px solid #eadbca; border-radius: 14px; background: #f0e6d9; box-shadow: 0 5px 16px rgb(69 43 23 / 8%); }
.item-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.menu-item:last-child { border-bottom: 0; }
.menu-item h3 { margin: 0; font-size: 16px; font-weight: 750; line-height: 1.35; transition: color .18s ease; }
.menu-item p { max-width: 720px; margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.menu-item strong { color: var(--red); font-size: 17px; line-height: 1.35; white-space: nowrap; }
.menu-item strong small { font-size: 11px; letter-spacing: .04em; }
.section-rule { width: 70px; height: 1px; margin: 39px auto 0; background: var(--gold); box-shadow: 18px 0 var(--line), -18px 0 var(--line); }
.empty-state { display: grid; justify-items: center; margin-top: 28px; padding: 60px 20px; border: 1px solid var(--line); border-radius: 20px; background: var(--card); text-align: center; }
.empty-state > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #f0e3d3; color: var(--red); font-family: Georgia, serif; font-size: 24px; }
.empty-state h2 { margin: 17px 0 6px; font-family: Georgia, serif; font-size: 28px; }
.empty-state p { margin: 0; color: var(--muted); }
.empty-state button { margin-top: 22px; min-height: 44px; padding: 0 18px; border: 0; border-radius: 999px; background: var(--red); color: white; font-weight: 700; cursor: pointer; }
footer { padding: 27px 24px; border-top: 3px solid var(--gold); background: #251714; color: #fff9ee; }
.footer-inner { display: flex; align-items: center; gap: 22px; width: min(100%, 1112px); margin: 0 auto; }
.footer-logo { width: 92px; height: 74px; flex: 0 0 auto; object-fit: contain; }
.footer-copy { min-width: 0; }
.footer-copy p { margin: 0; }
.footer-title { color: #fff9ee; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.footer-note { margin-top: 7px !important; color: rgb(255 249 238 / 60%); font-size: 13px; }
.photo-credits { color: var(--gold); text-underline-offset: 3px; }
.footer-top { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; margin-left: auto; padding: 0 17px; border: 1px solid rgb(213 166 42 / 55%); border-radius: 999px; color: var(--gold); font-size: 13px; font-weight: 800; text-decoration: none; transition: background-color .18s, color .18s, border-color .18s; }
.footer-top span { font-size: 17px; line-height: 1; }
.footer-top:hover { border-color: var(--gold); background: var(--gold); color: #251714; }
.footer-top:focus-visible { outline: 3px solid rgb(213 166 42 / 35%); outline-offset: 3px; }

.credits-page { min-height: 100vh; background: var(--paper); }
.credits-header { border-bottom: 3px solid var(--gold); background: linear-gradient(135deg, #291713, #6f211d); color: #fff9ee; }
.credits-header-inner { width: min(100%, 960px); margin: 0 auto; padding: 48px 24px 42px; }
.credits-back { color: var(--gold); font-size: 13px; font-weight: 800; text-decoration: none; }
.credits-header h1 { margin: 18px 0 8px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(36px, 6vw, 54px); }
.credits-header p { margin: 0; color: rgb(255 249 238 / 72%); }
.credits-shell { width: min(100%, 960px); margin: 0 auto; padding: 34px 24px 70px; }
.credits-intro { margin: 0 0 22px; color: var(--muted); line-height: 1.65; }
.credits-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.credits-list li { padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--card); line-height: 1.55; }
.credits-list strong { display: block; margin-bottom: 4px; }
.credits-list span { color: var(--muted); font-size: 13px; }
.credits-list a { color: var(--red); font-weight: 700; text-underline-offset: 3px; }

@media (hover: hover) and (pointer: fine) {
  .menu-item:hover { background: #f8ead8; box-shadow: inset 4px 0 0 var(--gold); }
  .menu-item:hover h3 { color: var(--red); }
}

@media (hover: none) {
  .menu-item:active,
  .menu-item.touch-highlight { background: #f8ead8; box-shadow: inset 4px 0 0 var(--gold); }
  .menu-item.touch-highlight h3 { color: var(--red); }
}

@media (max-width: 600px) {
  .hero, .hero-inner { min-height: 310px; }
  .hero-inner { flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 13px; padding: 25px 18px 27px; }
  .brand-mark { width: 60px; height: 60px; border-radius: 18px; font-size: 23px; }
  .brand-logo { width: 128px; height: 104px; border-radius: 14px; }
  .hero h1 { font-size: 40px; }
  .welcome { margin-top: 9px; font-size: 14px; }
  .menu-stats { margin-top: 14px; }
  .menu-shell { padding-inline: 16px; }
  .sticky-tools { margin-inline: -16px; padding: 14px 16px 11px; }
  .results-bar { min-height: 51px; }
  .menu-section { padding-top: 21px; }
  .section-title-row { gap: 9px; }
  .section-heading h2 { font-size: 29px; }
  .category-note { margin-left: 31px; }
  .menu-item { padding: 17px 16px; gap: 14px; }
  .menu-item.has-image { grid-template-columns: 92px minmax(0, 1fr); grid-template-areas: 'visual content' 'visual price'; column-gap: 12px; row-gap: 6px; }
  .menu-item.has-image > strong { justify-self: end; }
  .item-image { width: 92px; height: 72px; align-self: start; border-radius: 11px; }
  .menu-item h3 { font-size: 15px; }
  .menu-item p { font-size: 12.5px; }
  .menu-item strong { font-size: 16px; }
  footer { padding: 24px 18px 27px; }
  .footer-inner { flex-direction: column; gap: 11px; text-align: center; }
  .footer-logo { width: 78px; height: 63px; }
  .footer-title { font-size: 11px; }
  .footer-note { margin-top: 5px !important; }
  .footer-top { min-height: 42px; margin: 3px 0 0; padding-inline: 16px; }
  .credits-header-inner { padding: 36px 18px 32px; }
  .credits-shell { padding: 25px 16px 52px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
