:root {
  --ink: #241712;
  --brown: #4b2417;
  --wine: #7d2635;
  --wine-dark: #511824;
  --cream: #f4ecdc;
  --paper: #fffdf8;
  --gold: #b88a45;
  --muted: #6f625b;
  --line: rgba(75, 36, 23, .18);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: .65rem max(1.25rem, calc((100vw - var(--max)) / 2));
  background: rgba(244, 236, 220, .98);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { width: min(365px, 47vw); }
.brand img { width: 100%; height: 70px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 1.4rem; font-size: .9rem; font-weight: 650; }
.policy-nav { display: flex; }
.site-nav > a:not(.button) { text-decoration: none; border-bottom: 1px solid transparent; }
.site-nav > a:not(.button):hover, .site-nav > a:not(.button):focus-visible { border-color: currentColor; }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; padding: .6rem .75rem; font: inherit; color: var(--ink); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .75rem 1.2rem;
  background: var(--wine);
  color: #fff;
  border: 1px solid var(--wine);
  text-decoration: none;
  font-weight: 750;
  letter-spacing: .01em;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.button:hover, .button:focus-visible { background: var(--wine-dark); border-color: var(--wine-dark); transform: translateY(-1px); }
.button-small { min-height: 40px; padding: .55rem .85rem; }
.button-cream { background: var(--cream); border-color: var(--cream); color: var(--wine-dark); }
.button-cream:hover, .button-cream:focus-visible { background: #fff; border-color: #fff; }
.text-link { color: #fff; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: .3em; }
.text-link-dark, .inline-link { color: var(--wine); font-weight: 750; text-underline-offset: .3em; }

.hero { min-height: 650px; position: relative; display: grid; align-items: center; overflow: hidden; background: #241712; }
.hero picture, .hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(27, 13, 9, .88) 0%, rgba(27, 13, 9, .62) 42%, rgba(27, 13, 9, .1) 76%); }
.hero-content { position: relative; z-index: 2; width: min(660px, calc(100% - 2.5rem)); margin-left: max(1.25rem, calc((100vw - var(--max)) / 2)); color: #fff; padding: 5.5rem 0 7rem; }
.eyebrow { margin: 0 0 1rem; color: #ead1a5; font-size: .77rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--wine); }
.eyebrow.light { color: #e5c990; }
.eyebrow-bar { display: block; width: 100%; padding: .28rem .5rem; background: var(--ink); color: #e5c990; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; font-weight: 500; }
h1 { margin: 0; font-size: clamp(3rem, 6.2vw, 5.6rem); letter-spacing: -.045em; max-width: 780px; }
h2 { margin: 0; font-size: clamp(2.25rem, 4.2vw, 4rem); letter-spacing: -.035em; }
h3 { font-size: 1.65rem; }
.hero-copy { max-width: 640px; margin: 1.7rem 0 2rem; color: rgba(255,255,255,.9); font-size: clamp(1rem, 1.8vw, 1.18rem); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; }
.archive-caption { position: absolute; right: max(1.25rem, calc((100vw - var(--max)) / 2)); bottom: 1rem; z-index: 2; margin: 0; color: rgba(255,255,255,.74); font-size: .75rem; }

.proof-strip { background: var(--cream); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0 max(1.25rem, calc((100vw - var(--max)) / 2)); }
.proof-strip p { margin: 0; padding: 1.45rem 1.25rem; border-right: 1px solid var(--line); }
.proof-strip p:first-child { border-left: 1px solid var(--line); }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { color: var(--brown); font-size: .88rem; }
.proof-strip span { margin-top: .2rem; color: var(--muted); font-size: .78rem; line-height: 1.4; }

.section { width: min(var(--max), calc(100% - 2.5rem)); margin-inline: auto; padding: clamp(4.5rem, 9vw, 8rem) 0; }
.story-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(3rem, 7vw, 7rem); }
.prose { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.1rem, 1.8vw, 1.3rem); color: #493a33; }
.prose p:first-child { margin-top: 0; }
.story-archive { grid-column: 1 / -1; margin: 0; }
.story-archive img { width: 100%; aspect-ratio: 3 / 1; object-fit: cover; object-position: center; }
.story-archive figcaption { margin-top: .65rem; color: var(--muted); font-size: .78rem; }

.monsters-panel { width: 100%; max-width: none; padding-inline: max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--wine-dark); color: #fff; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.monsters-mark { display: flex; align-items: center; justify-content: center; }
.monsters-mark img { width: min(100%, 500px); height: auto; }
.monsters-copy > p:not(.eyebrow):not(.fine-print) { color: rgba(255,255,255,.82); max-width: 690px; }
.monsters-copy .button { margin-top: .85rem; }
.fine-print { color: rgba(255,255,255,.62); font-size: .82rem; max-width: 690px; }

.orders-section .section-heading { max-width: 760px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }
.steps { list-style: none; padding: 0; margin: 3.5rem 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps li { padding: 2rem 2rem 1rem 0; border-right: 1px solid var(--line); }
.steps li + li { padding-left: 2rem; }
.steps li:last-child { border-right: 0; }
.steps span { color: var(--wine); font-size: .75rem; font-weight: 850; letter-spacing: .16em; }
.steps h3 { margin: .65rem 0 .5rem; }
.steps p { color: var(--muted); margin: 0; }
.notice { border-left: 4px solid var(--gold); background: var(--cream); padding: 1.35rem 1.5rem; display: grid; grid-template-columns: 180px 1fr; gap: 1rem; }
.notice p { margin: 0; color: var(--muted); }

.contact-band { width: 100%; max-width: none; padding-inline: max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--brown); color: #fff; display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: center; }
.contact-links { display: grid; gap: .55rem; font-size: 1.05rem; }
.contact-links a { width: fit-content; text-underline-offset: .25em; }
.contact-links span { color: rgba(255,255,255,.75); }

.site-footer { background: #1f1511; color: rgba(255,255,255,.78); padding: 3.5rem max(1.25rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 2rem; }
.site-footer strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 500; }
.site-footer p { margin: .35rem 0 0; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; }
.site-footer a { text-underline-offset: .25em; }
.site-footer .legal { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.15); padding-top: 1.5rem; font-size: .76rem; line-height: 1.6; }

.venue-hero { min-height: 560px; position: relative; display: grid; align-items: end; overflow: hidden; background: var(--ink); }
.venue-hero-image, .venue-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.venue-hero-image { object-fit: cover; object-position: center 54%; }
.venue-hero-shade { background: linear-gradient(0deg, rgba(29,14,9,.94) 0%, rgba(29,14,9,.55) 62%, rgba(29,14,9,.16)); }
.venue-hero-content { position: relative; z-index: 2; width: min(var(--max), calc(100% - 2.5rem)); margin-inline: auto; padding: 9rem 0 5rem; color: #fff; }
.venue-hero-content h1 { max-width: 950px; }
.venue-hero-content > p:last-child { max-width: 780px; margin: 1.5rem 0 0; color: rgba(255,255,255,.86); font-size: 1.12rem; }
.venue-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 7rem); }
.venue-intro-brand { display: flex; flex-direction: column; align-items: flex-start; }
.venue-brand-mark { width: min(100%, 420px); height: auto; margin: 0 auto clamp(2rem, 4vw, 3rem); }
.venue-actions { margin-top: 2rem; }
.venue-gallery-section { background: #eee5d5; padding: clamp(4.5rem, 8vw, 7rem) max(1.25rem, calc((100vw - var(--max)) / 2)); }
.venue-gallery-heading { width: 100%; padding: 0 0 2.75rem; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 6vw, 6rem); }
.venue-gallery-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -.75rem; }
.venue-gallery-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.05rem; }
.venue-gallery { max-width: var(--max); margin-inline: auto; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 240px; gap: .85rem; }
.venue-gallery figure { position: relative; grid-column: span 4; margin: 0; overflow: hidden; background: var(--ink); }
.venue-gallery .gallery-wide { grid-column: span 8; }
.venue-gallery .gallery-tall { grid-column: span 3; grid-row: span 2; }
.venue-gallery figure:nth-child(6), .venue-gallery figure:nth-child(7) { grid-column: span 3; }
.venue-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.venue-gallery figure:hover img { transform: scale(1.02); }
.venue-gallery figcaption { position: absolute; inset: auto 0 0; padding: 2rem 1rem .8rem; background: linear-gradient(0deg, rgba(25,13,9,.85), transparent); color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.family-spotlight { width: min(var(--max), calc(100% - 2.5rem)); margin-inline: auto; padding: clamp(4.5rem, 9vw, 8rem) 0; display: grid; grid-template-columns: 1fr; gap: clamp(2.5rem, 5vw, 4.5rem); }
.family-photo { margin: 0; }
.family-photo img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }
.family-photo figcaption { margin-top: .7rem; color: var(--muted); font-size: .78rem; }
.family-copy { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.family-copy-body p { color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.05rem, 1.6vw, 1.2rem); }
.family-copy-body p:first-child { margin-top: 0; }
.menu-section { background: var(--brown); color: #fff; padding: clamp(4.5rem, 8vw, 7rem) max(1.25rem, calc((100vw - var(--max)) / 2)); }
.menu-heading { width: 100%; padding: 0 0 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 7rem); }
.menu-heading > div:last-child > p { margin-top: 0; color: rgba(255,255,255,.78); }
.menu-board { max-width: var(--max); margin-inline: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }
.menu-panel { background: var(--cream); color: var(--ink); padding: clamp(1.5rem, 3vw, 2.35rem); border-top: 5px solid var(--gold); }
.menu-panel-wide { grid-column: 1 / -1; }
.menu-panel-heading { margin-bottom: 1.75rem; border-bottom: 1px solid var(--line); padding-bottom: 1rem; }
.menu-panel-heading h3 { margin: 0; color: var(--brown); font-size: clamp(1.8rem, 3vw, 2.7rem); }
.menu-kicker { margin: 0 0 .3rem; color: var(--wine); font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.pizza-tier + .pizza-tier, .specialty-salads { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.tier-prices { display: flex; flex-wrap: wrap; gap: .35rem 1.3rem; margin: 0 0 1.2rem; color: var(--wine); font-size: .79rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.menu-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem 2rem; }
.menu-items article, .dish-list article, .salad-grid article { min-width: 0; }
.menu-panel h4 { margin: 0; color: var(--brown); font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; }
.menu-panel article p { margin: .25rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.price-list { display: grid; }
.price-list p { margin: 0; padding: .72rem 0; display: grid; grid-template-columns: 1fr auto; gap: .15rem 1rem; border-bottom: 1px solid var(--line); }
.price-list span { font-weight: 750; }
.price-list strong { color: var(--wine); }
.price-list small { grid-column: 1 / -1; color: var(--muted); }
.subhead { margin: 2rem 0 1rem !important; padding-bottom: .65rem; border-bottom: 1px solid var(--line); }
.topping-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.topping-columns p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.8; }
.dish-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem 1.5rem; }
.dish-list h4, .salad-grid h4 { display: flex; justify-content: space-between; gap: 1rem; }
.dish-list h4 span, .salad-grid h4 span { flex: 0 0 auto; color: var(--wine); }
.salad-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 2rem; }
.dressings { margin: 2rem 0 0; padding-top: 1.25rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.menu-note { max-width: var(--max); margin: 1.25rem auto 0; color: rgba(255,255,255,.58); font-size: .78rem; }
.cellar-band { background: var(--wine-dark); color: #fff; padding: clamp(4.5rem, 8vw, 7rem) max(1.25rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.cellar-copy > p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.8); }
.cellar-copy .button { margin-top: 1rem; }
.visit-card { background: var(--cream); color: var(--ink); padding: clamp(1.5rem, 4vw, 2.5rem); border-top: 5px solid var(--gold); display: grid; gap: .65rem; }
.visit-card .card-kicker { margin: 0; color: var(--wine); font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.visit-card h3 { margin: .25rem 0 .75rem; color: var(--brown); }
.visit-card h3 span { color: var(--muted); font-size: 1.1rem; }
.visit-card address { font-style: normal; }
.visit-card a { color: var(--wine); font-weight: 700; width: fit-content; text-underline-offset: .25em; }
.visit-card .visit-note { margin: .75rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.relationship-section > h2 { max-width: 700px; }
.relationship-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 3.5rem; border-top: 1px solid var(--line); }
.relationship-grid article { padding: 2rem 2rem 1rem 0; border-right: 1px solid var(--line); }
.relationship-grid article + article { padding-left: 2rem; }
.relationship-grid article:last-child { border-right: 0; }
.relationship-grid span { color: var(--wine); font-size: .75rem; font-weight: 850; letter-spacing: .16em; }
.relationship-grid h3 { margin: .65rem 0 .5rem; }
.relationship-grid p { margin: 0; color: var(--muted); }

.policy-page { background: var(--paper); }
.policy-hero { background: var(--cream); border-bottom: 1px solid var(--line); padding: 5rem max(1.25rem, calc((100vw - 900px) / 2)) 4rem; }
.policy-hero h1 { color: var(--brown); font-size: clamp(2.7rem, 6vw, 4.8rem); }
.policy-hero p { max-width: 700px; color: var(--muted); }
.policy-content { width: min(900px, calc(100% - 2.5rem)); margin-inline: auto; padding: 4rem 0 6rem; }
.policy-content h2 { margin-top: 2.75rem; font-size: 2rem; }
.policy-content h3 { margin-top: 2rem; font-size: 1.35rem; }
.policy-content p, .policy-content li { color: #4e423c; }
.policy-content a { color: var(--wine); text-underline-offset: .2em; }
.policy-note { background: var(--cream); border-left: 4px solid var(--gold); padding: 1.25rem 1.4rem; }
.policy-meta { font-size: .85rem; color: var(--muted); }

@media (max-width: 900px) {
  .site-header { min-height: 78px; }
  .brand img { height: 58px; }
  .menu-button { display: inline-flex; gap: .6rem; align-items: center; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--cream); border-bottom: 1px solid var(--line); padding: 1rem 1.25rem 1.4rem; align-items: stretch; flex-direction: column; }
  .policy-nav { display: flex; position: static; padding: 0; border: 0; flex-direction: row; align-items: center; background: transparent; gap: .75rem; font-size: .8rem; }
  .site-nav.is-open { display: flex; }
  .site-nav .button { text-align: center; }
  .hero { min-height: 680px; }
  .hero-image { object-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(27,13,9,.9) 0%, rgba(27,13,9,.72) 58%, rgba(27,13,9,.2)); }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip p:first-child { border-left: 0; }
  .proof-strip p:nth-child(2) { border-right: 0; }
  .proof-strip p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story-grid, .monsters-panel, .contact-band, .venue-intro, .venue-gallery-heading, .family-spotlight, .family-copy, .menu-heading, .cellar-band { grid-template-columns: 1fr; }
  .venue-brand-mark { width: min(70vw, 400px); }
  .family-spotlight { gap: 2.5rem; }
  .venue-gallery { grid-auto-rows: 220px; }
  .venue-gallery figure, .venue-gallery .gallery-wide { grid-column: span 6; }
  .venue-gallery .gallery-tall { grid-column: span 6; grid-row: span 2; }
  .venue-gallery figure:nth-child(6), .venue-gallery figure:nth-child(7) { grid-column: span 6; }
  .menu-board { grid-template-columns: 1fr; }
  .menu-panel-wide { grid-column: auto; }
  .monsters-mark img { width: min(75vw, 430px); }
  .steps { grid-template-columns: 1fr; }
  .relationship-grid { grid-template-columns: 1fr; }
  .relationship-grid article, .relationship-grid article + article { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .relationship-grid article:last-child { border-bottom: 0; }
  .steps li, .steps li + li { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .notice { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .brand { width: 235px; }
  .site-header { padding-inline: 1rem; }
  .menu-button span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .policy-nav > a:not(.button) { display: none; }
  .hero { min-height: 720px; align-items: end; }
  .hero-image { object-position: 68% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(27,13,9,.96) 0%, rgba(27,13,9,.72) 63%, rgba(27,13,9,.18)); }
  .hero-content { margin: 0; width: 100%; padding: 8rem 1.25rem 5.5rem; }
  .venue-hero-content { width: 100%; padding: 8rem 1.25rem 4.5rem; }
  .venue-hero-image { object-position: 58% center; }
  h1 { font-size: 3rem; }
  .archive-caption { left: 1.25rem; right: auto; max-width: calc(100% - 2.5rem); }
  .proof-strip { grid-template-columns: 1fr; padding: 0 1.25rem; }
  .proof-strip p { border-right: 0; border-bottom: 1px solid var(--line); padding-inline: 0; }
  .proof-strip p:last-child { border-bottom: 0; }
  .section { width: min(100% - 2rem, var(--max)); }
  .venue-gallery-section, .menu-section { padding-inline: 1rem; }
  .venue-gallery { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .venue-gallery figure, .venue-gallery .gallery-wide, .venue-gallery .gallery-tall, .venue-gallery figure:nth-child(6), .venue-gallery figure:nth-child(7) { grid-column: 1; grid-row: auto; }
  .venue-gallery img { aspect-ratio: 4 / 3; }
  .venue-gallery .gallery-tall img { aspect-ratio: 3 / 4; }
  .venue-brand-mark { width: min(84vw, 340px); }
  .family-spotlight { width: min(100% - 2rem, var(--max)); }
  .menu-items, .dish-list, .salad-grid { grid-template-columns: 1fr; }
  .topping-columns { grid-template-columns: 1fr 1fr; }
  .monsters-panel, .contact-band { width: 100%; padding-inline: 1.25rem; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
}

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