:root {
  color-scheme: light;
  --ink: #123c2d;
  --ink-soft: #176b45;
  --surface: #ffffff;
  --surface-raised: #f4faf6;
  --green: #176b45;
  --green-deep: #0d4930;
  --gold: #b78b2a;
  --gold-bright: #986f19;
  --gold-deep: #7e5b13;
  --ivory: #173d2d;
  --muted: #66766c;
  --line: rgba(23, 107, 69, .15);
  --shadow: 0 18px 45px rgba(24, 75, 49, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: #fff;
  color: var(--ivory);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

button, input { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 99;
  padding: .75rem 1rem;
  border-radius: .65rem;
  background: var(--ivory);
  color: var(--ink);
  transform: translateY(-180%);
}

.skip-link:focus { transform: translateY(0); }

.network-notice {
  position: relative;
  z-index: 80;
  padding: .55rem 1rem;
  background: #8f6816;
  color: white;
  text-align: center;
  font-size: .85rem;
}

.masthead {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(110deg, #ffffff 0%, #f6fbf7 60%, #e5f2e9 100%);
}

.masthead__inner {
  width: min(100% - 2rem, 72rem);
  min-height: 13rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 1.25rem;
  align-items: center;
}

.brand-mark {
  position: relative;
  width: 8.5rem;
  height: 8.5rem;
  display: grid;
  place-items: center;
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: .45rem;
  border: 1px solid rgba(23, 107, 69, .22);
  border-radius: 50%;
  box-shadow: 0 0 55px rgba(23, 107, 69, .13);
}

.brand-mark img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(23, 107, 69, .18));
}

.eyebrow,
.section-kicker,
.dialog-category {
  margin: 0 0 .45rem;
  color: var(--gold-bright);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.brand-copy h1 {
  max-width: 17ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 6vw, 3.7rem);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.035em;
}

.brand-meta {
  margin: .8rem 0 0;
  color: var(--muted);
  font-size: .9rem;
}

.brand-meta span { padding: 0 .3rem; color: var(--gold); }

.hero-banner { width: min(100% - 2rem, 72rem); min-height: 18rem; margin: 1.15rem auto 0; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 1.4rem; background: linear-gradient(110deg, #edf8f0, #d9efdf); box-shadow: var(--shadow); }
.hero-banner__copy { padding: clamp(1.5rem, 5vw, 3rem); align-self: center; }
.hero-banner__eyebrow { margin: 0 0 .7rem; color: var(--green); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-banner h2 { margin: 0; color: var(--green-deep); font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.8rem); line-height: .97; }
.hero-banner h2 em { color: var(--gold-deep); font-style: normal; }
.hero-banner__copy > p:not(.hero-banner__eyebrow) { max-width: 30rem; margin: 1rem 0 1.2rem; color: var(--muted); line-height: 1.5; }
.hero-banner__button { display: inline-flex; gap: .7rem; align-items: center; padding: .75rem 1.05rem; border-radius: 999px; background: var(--green); color: #fff; font-weight: 800; text-decoration: none; }
.hero-banner__visual { position: relative; min-height: 18rem; }
.hero-banner__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(217,239,223,.2), rgba(23,107,69,.04)); }
.hero-banner__visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-banner__stamp { position: absolute; right: 1rem; bottom: 1rem; z-index: 1; display: grid; place-items: center; width: 5.5rem; height: 5.5rem; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(13,73,48,.82); color: #fff; text-align: center; font-family: var(--serif); font-size: 1.35rem; line-height: .8; }
.hero-banner__stamp small { font: 700 .45rem/1.05 var(--sans); letter-spacing: .08em; }
.category-showcase { width: min(100% - 2rem, 72rem); margin: 2.2rem auto .8rem; }
.category-showcase__heading { text-align: center; }
.category-showcase__heading h2 { margin: 0; color: var(--green-deep); font-family: var(--serif); font-size: clamp(1.65rem, 4vw, 2.2rem); }
.category-showcase__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin-top: 1rem; }
.showcase-card { min-width: 0; padding: 0 0 .7rem; overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: #fff; color: var(--green-deep); font-weight: 800; cursor: pointer; box-shadow: 0 8px 22px rgba(24,75,49,.08); }
.showcase-card img { display: block; width: 100%; aspect-ratio: 1.5; object-fit: cover; margin-bottom: .6rem; }
.showcase-card span { display: block; padding: 0 .5rem; }

.menu-tools {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 9, 6, .9);
  backdrop-filter: blur(18px);
}

.menu-tools__inner {
  width: min(100%, 72rem);
  margin: 0 auto;
  padding: .85rem 1rem .7rem;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3.2rem;
  border: 1px solid rgba(243, 215, 122, .28);
  border-radius: 1rem;
  background: rgba(255, 249, 233, .07);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.search-box:focus-within {
  border-color: var(--gold);
  background: rgba(255, 249, 233, .1);
  box-shadow: 0 0 0 3px rgba(215, 168, 45, .13);
}

.search-box svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1rem;
  fill: none;
  stroke: var(--gold-bright);
  stroke-linecap: round;
  stroke-width: 1.8;
}

.search-box input {
  min-width: 0;
  flex: 1;
  padding: .85rem .8rem;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ivory);
  font-size: 1rem;
}

.search-box input::placeholder { color: #9e947c; }

.clear-search {
  width: 2.7rem;
  align-self: stretch;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 1.6rem;
  cursor: pointer;
}

.category-rail {
  display: flex;
  gap: .55rem;
  overflow-x: auto;
  margin-top: .7rem;
  padding: 0 0 .15rem;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.category-rail::-webkit-scrollbar { display: none; }

.category-chip {
  flex: 0 0 auto;
  min-height: 2.55rem;
  padding: .62rem .9rem;
  border: 1px solid rgba(243, 215, 122, .2);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
  cursor: pointer;
  scroll-snap-align: start;
}

.category-chip:hover { border-color: rgba(243, 215, 122, .55); color: var(--ivory); }

.category-chip[aria-pressed="true"] {
  border-color: var(--gold);
  background: linear-gradient(135deg, #f0cf70, #b57d15);
  color: #160f04;
  box-shadow: 0 8px 24px rgba(177, 122, 17, .24);
}

.menu-wrap {
  width: min(100% - 2rem, 72rem);
  min-height: 50vh;
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

.menu-summary {
  display: flex;
  gap: 1rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.menu-summary h2,
.subsection-title,
.empty-state h2,
.dialog-copy h2 {
  font-family: var(--serif);
  font-weight: 600;
}

.menu-summary h2 { margin: 0; font-size: clamp(1.65rem, 6vw, 2.45rem); }
.result-count { margin: 0 0 .25rem; color: var(--muted); font-size: .84rem; white-space: nowrap; }

.menu-subsection + .menu-subsection { margin-top: 2.2rem; }

.subsection-head {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0 0 .85rem;
}

.subsection-title {
  margin: 0;
  color: #efe5ca;
  font-size: 1.15rem;
  letter-spacing: .01em;
}

.subsection-rule { height: 1px; flex: 1; background: linear-gradient(90deg, var(--line), transparent); }

.item-grid {
  display: grid;
  gap: .75rem;
}

.item-card {
  width: 100%;
  min-height: 7.25rem;
  display: grid;
  grid-template-columns: 6.4rem minmax(0, 1fr) auto;
  gap: .9rem;
  align-items: center;
  padding: .55rem .8rem .55rem .55rem;
  border: 1px solid rgba(243, 215, 122, .13);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(255,255,255,.052), rgba(255,255,255,.018));
  color: inherit;
  text-align: left;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.item-card:hover,
.item-card:focus-visible {
  border-color: rgba(243, 215, 122, .42);
  background: rgba(255,255,255,.07);
  outline: 0;
  transform: translateY(-2px);
}

.item-thumb,
.item-placeholder {
  width: 6.4rem;
  height: 6.1rem;
  border-radius: .75rem;
}

.item-thumb { display: block; object-fit: cover; background: #251d12; }

.item-placeholder {
  display: grid;
  place-items: center;
  border: 1px solid rgba(243, 215, 122, .16);
  background:
    radial-gradient(circle at 50% 35%, rgba(243,215,122,.18), transparent 52%),
    #17120c;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.35rem;
  letter-spacing: .03em;
}

.item-copy { min-width: 0; }
.item-copy h3 { margin: 0; color: var(--ivory); font-size: 1rem; line-height: 1.25; }
.item-copy p { display: -webkit-box; overflow: hidden; margin: .38rem 0 0; color: var(--muted); font-size: .8rem; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.badge {
  display: inline-flex;
  margin-top: .5rem;
  padding: .23rem .46rem;
  border-radius: 999px;
  background: rgba(215,168,45,.13);
  color: var(--gold-bright);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.item-price {
  align-self: start;
  margin-top: .55rem;
  color: var(--gold-bright);
  font-size: .92rem;
  font-weight: 800;
  white-space: nowrap;
}

.loading-grid { display: grid; gap: .75rem; }
.loading-grid span { min-height: 7.25rem; border-radius: 1rem; background: linear-gradient(90deg, rgba(255,255,255,.035), rgba(255,255,255,.085), rgba(255,255,255,.035)); background-size: 220% 100%; animation: shimmer 1.25s infinite linear; }

.empty-state { padding: 4rem 1rem; text-align: center; }
.empty-monogram { display: grid; place-items: center; width: 4.3rem; height: 4.3rem; margin: 0 auto 1.1rem; border: 1px solid var(--gold-deep); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 1.25rem; }
.empty-state h2 { margin: 0; font-size: 1.7rem; }
.empty-state p { color: var(--muted); }
.empty-state button { padding: .75rem 1rem; border: 1px solid var(--gold); border-radius: .7rem; background: transparent; color: var(--gold-bright); font-weight: 700; cursor: pointer; }

footer {
  padding: 2rem 1rem calc(2rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
  font-size: .78rem;
  line-height: 1.5;
}

footer p { margin: .2rem 0; }

.item-dialog {
  width: min(100% - 1rem, 34rem);
  max-height: min(90vh, 48rem);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(243, 215, 122, .32);
  border-radius: 1.35rem;
  background: var(--surface);
  color: var(--ivory);
  box-shadow: var(--shadow);
}

.item-dialog::backdrop { background: rgba(0,0,0,.76); backdrop-filter: blur(5px); }
.dialog-shell { position: relative; overflow: auto; max-height: min(90vh, 48rem); }
.dialog-close { position: absolute; top: .7rem; right: .7rem; z-index: 2; display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(9,7,4,.72); color: white; font-size: 1.55rem; cursor: pointer; backdrop-filter: blur(8px); }
.dialog-media { aspect-ratio: 16 / 10; background: #17120c; }
.dialog-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.dialog-media .item-placeholder { width: 100%; height: 100%; border: 0; border-radius: 0; font-size: 2.2rem; }
.dialog-copy { padding: 1.25rem 1.25rem 1.4rem; }
.dialog-copy h2 { margin: 0; font-size: 1.8rem; line-height: 1.08; }
.dialog-description { margin: .7rem 0 0; color: var(--muted); line-height: 1.55; }
.dialog-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.dialog-foot strong { color: var(--gold-bright); font-size: 1.15rem; }
.dialog-foot span { color: var(--muted); font-size: .8rem; text-align: right; }

@keyframes shimmer { to { background-position-x: -220%; } }

@media (min-width: 720px) {
  .masthead__inner { min-height: 15rem; grid-template-columns: 10.5rem 1fr; gap: 2rem; }
  .brand-mark { width: 10.5rem; height: 10.5rem; }
  .menu-tools__inner { display: grid; grid-template-columns: minmax(18rem, 25rem) 1fr; gap: 1rem; align-items: center; padding-top: .75rem; }
  .category-rail { margin-top: 0; }
  .item-grid, .loading-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
  .masthead__inner { min-height: 11.5rem; grid-template-columns: 6.8rem 1fr; gap: .9rem; }
  .brand-mark { width: 6.8rem; height: 6.8rem; }
  .brand-copy h1 { font-size: 1.85rem; }
  .eyebrow { font-size: .64rem; letter-spacing: .12em; }
  .menu-wrap { width: min(100% - 1.25rem, 72rem); padding-top: 1.4rem; }
  .menu-summary { align-items: center; }
  .item-card { grid-template-columns: 5.4rem minmax(0, 1fr); min-height: 6.35rem; padding: .5rem; }
  .item-thumb, .item-placeholder { width: 5.4rem; height: 5.35rem; }
  .item-price { grid-column: 2; grid-row: 2; margin: -.15rem 0 .2rem; justify-self: start; }
  .item-copy { align-self: end; }
  .item-copy p { display: none; }
  .dialog-foot { align-items: flex-end; }
}

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

/* GA white-and-green restaurant refresh */
.menu-tools { background: rgba(255,255,255,.95); }
.search-box { border-color: rgba(23,107,69,.22); background: #fff; }
.search-box:focus-within { border-color: var(--green); background: #fff; box-shadow: 0 0 0 3px rgba(23,107,69,.1); }
.search-box svg { stroke: var(--green); }
.category-chip { border-color: rgba(23,107,69,.18); color: var(--green); }
.category-chip:hover { border-color: var(--green); color: var(--green-deep); }
.category-chip[aria-pressed="true"] { border-color: var(--green); background: var(--green); color: #fff; box-shadow: 0 8px 24px rgba(23,107,69,.2); }
.section-kicker, .dialog-category { color: var(--green); }
.menu-summary h2, .subsection-title { color: var(--green-deep); }
.subsection-rule { background: linear-gradient(90deg, var(--line), transparent); }
.item-card { border-color: rgba(23,107,69,.12); background: #fff; box-shadow: 0 8px 22px rgba(24,75,49,.07); }
.item-card:hover, .item-card:focus-visible { border-color: rgba(23,107,69,.4); background: var(--surface-raised); }
.item-thumb { background: var(--green-soft); }
.item-placeholder { border-color: rgba(23,107,69,.16); background: var(--green-soft); color: var(--green); }
.item-copy h3 { color: var(--green-deep); }
.item-price { color: var(--gold-deep); }
.badge { background: var(--green-soft); color: var(--green); }
footer { border-color: var(--line); color: var(--muted); }
.item-dialog { border-color: rgba(23,107,69,.25); background: #fff; color: var(--ivory); }
.dialog-close { background: rgba(13,73,48,.82); }
.dialog-foot strong { color: var(--gold-deep); }

@media (max-width: 620px) {
  .hero-banner { grid-template-columns: 1fr; }
  .hero-banner__visual { min-height: 11rem; max-height: 13rem; }
  .hero-banner__copy { padding: 1.45rem 1.3rem 1.2rem; }
  .hero-banner__copy > p:not(.hero-banner__eyebrow) { margin: .75rem 0 1rem; }
  .category-showcase { margin-top: 1.7rem; }
  .category-showcase__grid { grid-template-columns: repeat(2, 1fr); gap: .65rem; }
  .showcase-card { font-size: .84rem; }
}
