:root {
  --paper: #f8f4ec;
  --paper-strong: #fffdf9;
  --paper-deep: #eee5d7;
  --ink: #2b261f;
  --muted: #746b60;
  --line: rgba(91, 70, 43, .17);
  --gold: #b78337;
  --gold-deep: #8e6325;
  --bronze: #9a7a55;
  --shadow: 0 18px 50px rgba(82, 58, 31, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.55; }
body:has(.lightbox:not([hidden])) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }

.hero { min-height: min(760px, 92vh); position: relative; isolation: isolate; background: var(--paper-deep) var(--hero-image) center / cover no-repeat; overflow: hidden; }
.hero-wash { position: absolute; inset: 0; z-index: -1; background: linear-gradient(105deg, rgba(255,252,246,.98) 0%, rgba(255,252,246,.92) 38%, rgba(248,244,236,.5) 73%, rgba(248,244,236,.12) 100%); }
.hero-content { min-height: min(760px, 92vh); display: flex; flex-direction: column; padding-block: 22px 34px; }
.topbar { display:flex; align-items:center; justify-content:space-between; gap: 20px; }
.brand-mark { display: inline-flex; align-items: center; gap: 10px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.brand-mark img { width: 108px; height: 62px; border-radius: 0; object-fit: cover; object-position: center; }
.monogram { display:grid; place-items:center; width:38px; height:38px; border:1px solid var(--gold); color:var(--gold-deep); border-radius:50%; font-family:"Cormorant Garamond",Georgia,serif; font-size:25px; line-height:1; }
.text-link { color: var(--gold-deep); font-size:14px; font-weight:600; }
.text-link span { margin-left: 5px; }
.hero-copy { margin-block: auto; padding: 70px 0 44px; max-width: 570px; }
.kicker, .eyebrow, .footer-label { color: var(--gold-deep); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; margin: 0 0 10px; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; line-height: .98; margin: 0; }
h1 { font-size: clamp(5rem, 18vw, 10rem); letter-spacing: .08em; text-transform: uppercase; color: #3a2d20; }
h2 { font-size: clamp(2.7rem, 7vw, 5rem); letter-spacing: -.01em; }
h3 { font-size: 30px; }
.tagline { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.65rem, 4vw, 2.6rem); margin: 16px 0 26px; color: #5a4938; }
.hero-actions { display:flex; flex-wrap:wrap; gap: 12px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap: 10px; border: 1px solid transparent; min-height: 48px; padding: 12px 20px; border-radius: 999px; font-weight: 700; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(92,64,27,.14); }
.button-primary { color: #fffaf0; background: var(--gold-deep); }
.button-ghost { border-color: var(--gold); color: var(--gold-deep); background: rgba(255,253,249,.55); }
.hero-note { display:flex; align-items:center; gap: 12px; color: #5d5247; font-size:13px; max-width: 450px; }
.hero-note-line { width: 42px; height: 1px; background: var(--gold); flex: 0 0 auto; }

main { overflow: clip; }
.featured-section, .menu-section { padding-block: 82px; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom: 30px; }
.section-rule { display:block; flex:1; max-width:300px; height:1px; background:var(--line); margin-bottom: 8px; }
.featured-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.featured-card { min-height: 360px; position:relative; overflow:hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #cdb99e; }
.featured-card img { width:100%; height:100%; min-height:360px; object-fit:cover; transition: transform .5s ease; }
.featured-card:hover img { transform:scale(1.04); }
.featured-overlay { position:absolute; inset:auto 0 0; display:flex; flex-direction:column; gap:4px; padding: 64px 20px 18px; color: white; background:linear-gradient(transparent, rgba(29,20,11,.8)); }
.featured-overlay .eyebrow { color:#f6ddb4; margin:0; }
.featured-overlay strong { font-family:"Cormorant Garamond",Georgia,serif; font-size:28px; line-height:1; }
.featured-overlay span:last-child { color:#f8e8c9; font-size:14px; }

.menu-heading { align-items:end; }
.menu-tools { display:flex; align-items:center; gap:10px; }
.search-box { width:min(300px, 58vw); display:flex; align-items:center; gap:8px; padding: 10px 14px; border:1px solid var(--line); border-radius:999px; background:var(--paper-strong); color:var(--gold-deep); }
.search-box span { font-size:23px; line-height:1; }
.search-box input { width:100%; border:0; outline:0; background:transparent; color:var(--ink); min-width:0; }
.search-box input::placeholder { color:var(--muted); }
.filter-toggle, .clear-filters { border:1px solid var(--line); background:var(--paper-strong); color:var(--ink); border-radius:999px; padding:11px 15px; font-weight:600; font-size:13px; }
.filter-panel { display:flex; align-items:center; flex-wrap:wrap; gap:18px; padding:16px; margin:-10px 0 20px; border:1px solid var(--line); background:rgba(255,253,249,.75); border-radius:18px; }
.filter-panel[hidden] { display:none; }
.filter-group { display:flex; align-items:center; flex-wrap:wrap; gap:12px; font-size:14px; }
.filter-label { color:var(--gold-deep); text-transform:uppercase; letter-spacing:.12em; font-size:11px; font-weight:700; }
.filter-group label { display:inline-flex; align-items:center; gap:6px; }
.filter-group input { accent-color:var(--gold-deep); }
.clear-filters { margin-left:auto; color:var(--gold-deep); }
.category-tabs { position:sticky; top:0; z-index:10; display:flex; gap:8px; overflow-x:auto; padding:12px 0; margin-bottom:46px; background:linear-gradient(var(--paper) 75%, transparent); scrollbar-width:none; }
.category-tabs::-webkit-scrollbar { display:none; }
.category-tab { flex:0 0 auto; border:1px solid var(--line); background:rgba(255,253,249,.84); color:var(--muted); padding:12px 19px; border-radius:999px; letter-spacing:.12em; font-size:12px; font-weight:700; }
.category-tab.is-active, .category-tab:hover { background:var(--gold-deep); border-color:var(--gold-deep); color:#fffaf0; }
.menu-group { margin-bottom: 70px; scroll-margin-top: 70px; }
.group-heading { display:flex; align-items:baseline; justify-content:space-between; gap:10px; margin-bottom:20px; border-bottom:1px solid var(--line); padding-bottom:12px; }
.group-heading h3 { font-size: 38px; }
.group-heading span { color:var(--muted); font-size:13px; }
.menu-grid { display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:16px; }
.menu-card { display:flex; flex-direction:column; min-width:0; border:1px solid var(--line); background:var(--paper-strong); border-radius:var(--radius); overflow:hidden; box-shadow: 0 8px 24px rgba(88, 62, 34, .05); transition: transform .2s ease, box-shadow .2s ease; }
.menu-card:hover { transform:translateY(-3px); box-shadow:var(--shadow); }
.menu-card.is-unavailable { opacity:.74; }
.image-button { position:relative; display:block; width:100%; aspect-ratio: 1.35 / 1; padding:0; border:0; overflow:hidden; background:var(--paper-deep); }
.image-button img { width:100%; height:100%; object-fit:cover; transition: transform .35s ease; }
.image-button:hover img { transform:scale(1.04); }
.image-expand { position:absolute; right:12px; top:12px; display:grid; place-items:center; width:34px; height:34px; border-radius:50%; color:#fffaf0; background:rgba(46,31,15,.58); font-size:18px; }
.menu-card-body { display:flex; flex-direction:column; flex:1; padding:17px 18px 18px; }
.menu-card-meta { display:flex; justify-content:space-between; gap:10px; align-items:center; margin-bottom:9px; }
.menu-card-meta .eyebrow { margin:0; color:var(--bronze); letter-spacing:.11em; font-size:10px; }
.availability { font-size:11px; font-weight:700; }
.availability.available { color:#4e7a5e; }
.availability.unavailable { color:#a85443; }
.menu-card h3 { font-family:"Cormorant Garamond",Georgia,serif; font-size:30px; line-height:1.04; color:#34291f; }
.menu-card p { color:var(--muted); margin:10px 0 20px; font-size:14px; line-height:1.5; }
.menu-card-footer { display:flex; align-items:end; justify-content:space-between; gap:10px; margin-top:auto; }
.menu-card-footer strong { color:var(--gold-deep); font-size:18px; white-space:nowrap; }
.badges { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:5px; }
.badge { display:inline-flex; align-items:center; min-height:24px; border:1px solid rgba(183,131,55,.45); color:var(--gold-deep); border-radius:999px; padding:3px 8px; font-size:10px; font-weight:700; }
.empty-state { text-align:center; border:1px dashed var(--line); border-radius:var(--radius); padding:54px 18px; color:var(--muted); }
.empty-state[hidden] { display:none; }
.empty-icon { display:grid; place-items:center; margin:0 auto 12px; width:46px; height:46px; color:var(--gold-deep); background:var(--paper-deep); border-radius:50%; font-size:25px; }
.empty-state h3 { color:var(--ink); font-size:32px; }

.site-footer { border-top:1px solid var(--line); padding:54px 0 22px; background:#eee6da; }
.footer-grid { display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:40px; }
.footer-brand { font-size:27px; }
.footer-copy { max-width:260px; color:var(--muted); margin:14px 0 0; }
.site-footer p { color:var(--muted); margin:0; font-size:14px; }
.site-footer a:hover { color:var(--gold-deep); }
.footer-label { margin-bottom:9px !important; color:var(--gold-deep) !important; }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:14px; padding-top:36px; margin-top:40px; border-top:1px solid var(--line); color:var(--muted); font-size:12px; }

.lightbox { position:fixed; inset:0; z-index:100; display:grid; place-items:center; padding:22px; background:rgba(38,26,15,.86); }
.lightbox[hidden] { display:none; }
.lightbox img { max-width:min(100%, 980px); max-height:88vh; object-fit:contain; border-radius:18px; box-shadow:0 24px 80px rgba(0,0,0,.35); }
.lightbox-close { position:absolute; top:15px; right:17px; border:0; background:transparent; color:#fffaf0; font-size:38px; line-height:1; }

@media (max-width: 760px) {
  .container { width:min(100% - 28px, 1180px); }
  .hero, .hero-content { min-height: 710px; }
  .hero { background-position: 62% center; }
  .hero-wash { background:linear-gradient(180deg, rgba(255,252,246,.97) 0%, rgba(255,252,246,.85) 46%, rgba(248,244,236,.42) 100%); }
  .hero-copy { padding-top:80px; }
  .featured-section, .menu-section { padding-block:62px; }
  .section-heading { align-items:flex-start; flex-direction:column; }
  .section-rule { width:100%; max-width:none; }
  .featured-grid { grid-template-columns:1fr; }
  .featured-card, .featured-card img { min-height: 300px; }
  .menu-heading { gap:18px; }
  .menu-tools { width:100%; }
  .search-box { flex:1; width:auto; }
  .menu-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
}

@media (min-width: 1100px) {
  .hero-content { padding-block:30px 44px; }
  .hero-copy { padding-bottom:86px; }
  .menu-grid { grid-template-columns:repeat(3, minmax(0,1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto !important; transition:none !important; }
}
