:root {
  --wine: #6f1027;
  --wine-deep: #480817;
  --gold: #b99752;
  --gold-light: #dbc48f;
  --ivory: #fbf7ef;
  --paper: #fffdf8;
  --ink: #2a2020;
  --muted: #786c68;
  --line: rgba(111, 16, 39, .13);
  --shadow: 0 14px 38px rgba(66, 25, 30, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.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; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: calc(32px + env(safe-area-inset-top)) 24px 50px;
  text-align: center;
  color: white;
  background:
    radial-gradient(circle at 50% -10%, rgba(227,188,103,.25), transparent 38%),
    linear-gradient(155deg, #861735 0%, var(--wine) 50%, var(--wine-deep) 100%);
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  width: 210px; height: 210px;
  border: 1px solid rgba(219,196,143,.19);
  transform: rotate(45deg);
}
.hero::before { top: -120px; left: -90px; }
.hero::after { bottom: -150px; right: -80px; }
.hero__glow { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.035), transparent); transform: skewX(-20deg); }
.brand-mark {
  position: relative;
  width: 54px; height: 54px;
  margin: 0 auto 16px;
  display: grid; place-items: center;
  border: 1px solid rgba(219,196,143,.7);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: "Playfair Display", serif;
  font-size: 18px;
}
.brand-mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(219,196,143,.28); border-radius: inherit; }
.eyebrow { position: relative; margin: 0 0 5px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; }
.hero h1 { position: relative; margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px, 11vw, 55px); line-height: .96; letter-spacing: -.035em; }
.hero h1 em { color: var(--gold-light); font-weight: 600; }
.hero__subtitle { position: relative; margin: 19px 0 12px; font-size: 13px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
.hero__rule { position: relative; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--gold); font-size: 7px; }
.hero__rule::before, .hero__rule::after { content: ""; width: 52px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.hero__rule::after { transform: scaleX(-1); }

main { padding-bottom: 48px; }
.toolbar { width: min(700px, calc(100% - 32px)); margin: -25px auto 0; position: relative; z-index: 3; }
.search-wrap { position: relative; display: flex; align-items: center; background: white; border: 1px solid rgba(111,16,39,.08); border-radius: 16px; box-shadow: var(--shadow); }
.search-wrap svg { width: 20px; margin-left: 17px; fill: none; stroke: var(--wine); stroke-width: 1.8; stroke-linecap: round; }
.search-wrap input { width: 100%; height: 54px; border: 0; outline: 0; background: transparent; padding: 0 42px 0 12px; color: var(--ink); font: inherit; font-size: 15px; }
.search-wrap input::placeholder { color: #9a8d89; }
.clear-search { position: absolute; right: 10px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: transparent; color: var(--muted); font-size: 24px; opacity: 0; pointer-events: none; }
.clear-search.is-visible { opacity: 1; pointer-events: auto; }

.category-nav { position: sticky; z-index: 5; top: 0; margin-top: 17px; background: rgba(251,247,239,.94); border-bottom: 1px solid rgba(111,16,39,.08); backdrop-filter: blur(12px); }
.category-nav__scroll { display: flex; gap: 8px; max-width: 760px; margin: auto; padding: 12px 16px; overflow-x: auto; scrollbar-width: none; }
.category-nav__scroll::-webkit-scrollbar { display: none; }
.category-tab { flex: 0 0 auto; padding: 9px 14px; border: 1px solid rgba(111,16,39,.13); border-radius: 999px; color: var(--wine); background: rgba(255,255,255,.55); font-size: 12px; font-weight: 700; text-decoration: none; transition: .2s ease; }
.category-tab.is-active { color: white; background: var(--wine); border-color: var(--wine); box-shadow: 0 5px 13px rgba(111,16,39,.18); }

.menu-shell { width: min(700px, calc(100% - 32px)); margin: 0 auto; }
.menu-section { padding-top: 38px; }
.section-heading { display: flex; gap: 13px; align-items: center; margin: 0 3px 15px; }
.section-heading > span { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border: 1px solid rgba(185,151,82,.45); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 17px; background: rgba(255,255,255,.42); }
.section-heading p { margin: 0 0 1px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-heading h2 { margin: 0; color: var(--wine); font-family: "Playfair Display", Georgia, serif; font-size: 25px; line-height: 1.1; }
.section-heading small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; }
.item-list { overflow: hidden; background: var(--paper); border: 1px solid rgba(111,16,39,.08); border-radius: 18px; box-shadow: 0 8px 28px rgba(66,25,30,.055); }
.menu-item { position: relative; display: flex; gap: 17px; align-items: flex-start; justify-content: space-between; min-height: 78px; padding: 19px 17px; }
.menu-item:not(:last-child)::after { content: ""; position: absolute; left: 17px; right: 17px; bottom: 0; height: 1px; background: var(--line); }
.menu-item__copy { min-width: 0; }
.menu-item h3 { margin: 0; font-size: 18px; line-height: 1.25; font-weight: 600; letter-spacing: -.01em; }
.menu-item p { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.4; }
.menu-item__price { flex: 0 0 auto; padding-top: 1px; color: var(--wine); font-family: "Playfair Display", Georgia, serif; font-size: 20px; line-height: 1.2; }
.price-options { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.35; text-transform: uppercase; letter-spacing: .035em; }
.price-options b { color: var(--wine); font-weight: 700; }
[hidden] { display: none !important; }
.empty-state { padding: 75px 20px; text-align: center; color: var(--muted); }
.empty-state span { color: var(--wine); font-family: "Playfair Display", serif; font-size: 25px; }
.empty-state p { font-size: 13px; }

.info-card { display: flex; gap: 14px; width: min(700px, calc(100% - 32px)); margin: 42px auto 0; padding: 19px; border: 1px solid rgba(185,151,82,.3); border-radius: 16px; background: rgba(255,255,255,.45); }
.info-card__icon { flex: 0 0 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: white; font-family: Georgia, serif; font-weight: 700; }
.info-card h2 { margin: 0 0 4px; color: var(--wine); font-family: "Playfair Display", serif; font-size: 16px; }
.info-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

footer { padding: 35px 20px calc(38px + env(safe-area-inset-bottom)); text-align: center; color: rgba(255,255,255,.72); background: var(--wine-deep); }
.footer-mark { width: 38px; height: 38px; margin: 0 auto 10px; display: grid; place-items: center; border: 1px solid rgba(219,196,143,.5); border-radius: 50%; color: var(--gold-light); font-family: "Playfair Display", serif; font-size: 13px; }
footer p { margin: 0 0 3px; color: white; font-family: "Playfair Display", serif; font-size: 16px; }
footer small { font-size: 10px; letter-spacing: .05em; }

@media (min-width: 720px) {
  .hero { min-height: 390px; padding-top: 52px; }
  .hero h1 { font-size: 58px; }
  .menu-section { padding-top: 48px; }
  .item-list { display: grid; grid-template-columns: 1fr 1fr; }
  .menu-item:nth-child(odd):not(:last-child)::after { right: 0; }
  .menu-item:nth-child(even)::before { content: ""; position: absolute; left: 0; top: 14px; bottom: 14px; width: 1px; background: var(--line); }
}

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