:root {
  --black: #090908;
  --black-soft: #121210;
  --black-card: #181816;
  --white: #ffffff;
  --paper: #f3f0e9;
  --paper-deep: #e5e0d6;
  --gold: #c7a45b;
  --gold-light: #ddc27d;
  --gold-dark: #8f7138;
  --ink: #151513;
  --muted: #6d6961;
  --line: rgba(21, 21, 19, 0.18);
  --line-light: rgba(255, 255, 255, 0.18);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --wide: 1320px;
  --content: 1180px;
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }
address { font-style: normal; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.skip-link {
  position: fixed; z-index: 999; top: 12px; left: 12px;
  padding: 10px 16px; background: var(--gold); color: var(--black);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.home-dark, .inner-dark { background: var(--black); color: var(--white); }
.top-note {
  min-height: 34px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  gap: 20px; padding: 7px max(24px, calc((100vw - var(--wide)) / 2));
  border-bottom: 1px solid var(--line-light);
  color: #b8b4ab; font-size: 9px; font-weight: 700; letter-spacing: .17em;
  text-transform: uppercase;
}
.top-note span:last-child { text-align: right; }
.top-note-center { color: var(--gold-light); }
.site-header {
  width: min(calc(100% - 64px), var(--wide)); min-height: 106px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px;
}
.site-logo { width: 178px; height: 96px; display: flex; align-items: center; overflow: hidden; }
.site-logo img { width: 154px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 50px); }
.desktop-nav a {
  position: relative; padding: 12px 0;
  font-size: 12px; font-weight: 700; letter-spacing: .06em;
}
.desktop-nav a::after {
  content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform 180ms ease;
}
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-button { justify-self: end; }
.mobile-navigation { display: none; }

.gold-button, .outline-button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center;
  gap: 24px; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius);
  font-size: 11px; font-weight: 800; letter-spacing: .1em; line-height: 1.25;
  text-align: center; text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.gold-button { background: var(--gold); color: var(--black); }
.gold-button:hover { background: var(--gold-light); }
.outline-button { border-color: rgba(255,255,255,.45); color: var(--white); }
.outline-button:hover { background: var(--white); color: var(--black); }
.dark-outline { border-color: var(--ink); color: var(--ink); }
.dark-outline:hover { background: var(--ink); color: var(--white); }
.dark-text { color: var(--black); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.button-row.centered { justify-content: center; }
.line-link {
  width: fit-content; display: inline-flex; align-items: center; gap: 18px;
  padding: 8px 0 6px; border-bottom: 1px solid currentColor;
  font-size: 12px; font-weight: 800; letter-spacing: .05em;
}
.line-link:hover { color: var(--gold-dark); }
.light-link:hover { color: var(--gold-light); }
.eyebrow {
  margin: 0 0 22px; color: var(--gold-dark);
  font-size: 10px; font-weight: 800; letter-spacing: .2em; line-height: 1.4;
  text-transform: uppercase;
}
.home-dark .eyebrow, .restaurant-preview .eyebrow, .delivery-feature .eyebrow,
.home-cta .eyebrow, .inner-dark .eyebrow, .delivery-page .delivery-hero .eyebrow {
  color: var(--gold-light);
}

.home-hero {
  width: min(calc(100% - 64px), var(--wide)); min-height: calc(100svh - 140px);
  margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(48px, 7vw, 112px); align-items: center; padding: 58px 0 80px;
}
.home-hero-copy h1, .story-copy h2, .section-title-row h2, .restaurant-preview h2,
.delivery-feature h2, .home-cta h2, .page-hero h1, .venue-content h2,
.menu-choice > h2, .category-showcase h2, .allergen-note h2, .delivery-hero h1,
.promotions-heading h2, .menu-section-heading h2, .delivery-final-cta h2,
.contact-grid h2, .map-section h2, .social-section h2 {
  margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98;
}
.home-hero-copy h1 { max-width: 760px; font-size: clamp(62px, 7.2vw, 112px); }
.hero-lead {
  max-width: 620px; margin: 30px 0 38px; color: #c6c1b7;
  font-family: var(--serif); font-size: clamp(20px, 2vw, 27px); line-height: 1.45;
}
.home-hero-photo {
  height: min(70svh, 780px); margin: 0;
  overflow: hidden; background: var(--black-card);
}
.home-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.hero-facts {
  max-width: 660px; margin: 62px 0 0; display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
}
.hero-facts div { padding: 18px 20px 0 0; border-right: 1px solid var(--line-light); }
.hero-facts div + div { padding-left: 20px; }
.hero-facts div:last-child { border-right: 0; }
.hero-facts dt { font-family: var(--serif); font-size: 34px; line-height: 1; }
.hero-facts dd { margin: 8px 0 0; color: #8d8981; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.quick-actions {
  width: min(calc(100% - 64px), var(--wide)); margin: -30px auto 0;
  position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line); background: var(--white); box-shadow: 0 24px 70px rgba(0,0,0,.12);
}
.quick-actions a {
  min-height: 155px; padding: 28px; display: grid;
  grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; gap: 5px 18px;
  border-right: 1px solid var(--line);
}
.quick-actions a:last-child { border-right: 0; }
.quick-actions a > span { grid-row: 1 / span 2; color: var(--gold-dark); font-family: var(--serif); font-size: 22px; }
.quick-actions strong { align-self: end; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.quick-actions small { color: var(--muted); font-size: 11px; }
.quick-actions b { grid-row: 1 / span 2; grid-column: 3; align-self: center; font-size: 22px; font-weight: 400; }
.quick-actions a:hover { background: var(--paper); }

.story-editorial {
  width: min(calc(100% - 64px), var(--content)); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 10vw, 160px);
  align-items: center; padding: clamp(120px, 14vw, 210px) 0;
}
.story-copy h2 { font-size: clamp(48px, 5vw, 76px); }
.large-serif {
  font-family: var(--serif); font-size: clamp(21px, 2vw, 27px); line-height: 1.48;
}
.story-copy .large-serif { margin: 36px 0 22px; }
.story-copy > p:not(.eyebrow,.large-serif) { max-width: 590px; color: var(--muted); margin: 0 0 32px; }
.story-collage { position: relative; min-height: 700px; overflow: hidden; background: var(--black); }
.story-collage figure { margin: 0; overflow: hidden; }
.story-photo-main { height: 700px; }
.story-photo-main img { width: 100%; height: 100%; object-fit: cover; opacity: .64; }
.story-symbol {
  position: absolute; z-index: 1; top: 50%; left: 50%;
  width: clamp(130px, 13vw, 205px); height: auto;
  transform: translate(-50%, -50%);
}

.signature-section { padding: clamp(100px, 12vw, 170px) max(32px, calc((100vw - var(--wide)) / 2)); background: var(--white); }
.section-title-row { margin-bottom: 62px; display: grid; grid-template-columns: 1.1fr .7fr; gap: 60px; align-items: end; }
.section-title-row h2, .restaurant-preview h2 { font-size: clamp(50px, 5.8vw, 86px); }
.section-title-row > p { max-width: 460px; margin: 0 0 6px auto; color: var(--muted); }
.food-gallery { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 400px 350px; gap: 16px; }
.food-card { position: relative; overflow: hidden; background: var(--black); color: var(--white); }
.food-card-large { grid-row: 1 / span 2; }
.food-card-wide { grid-column: 2 / span 2; }
.food-card img { height: 100%; object-fit: cover; transition: transform 500ms ease; }
.food-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.food-card > span { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.food-card strong { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.food-card small { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.food-card:hover img { transform: scale(1.035); }
.center-action { margin-top: 48px; display: flex; justify-content: center; }

.restaurant-preview {
  padding: clamp(105px, 12vw, 170px) max(32px, calc((100vw - var(--wide)) / 2));
  background: var(--black); color: var(--white);
}
.section-title-row.light > p { color: #aaa69d; }
.restaurant-preview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.restaurant-preview-grid article { position: relative; padding: 28px 28px 40px; border: 1px solid var(--line-light); background: var(--black-soft); }
.location-number { display: block; margin-bottom: 22px; color: var(--gold-light); font-family: var(--serif); font-size: 24px; }
.restaurant-photo { height: 310px; margin-bottom: 34px; }
.restaurant-preview h3 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(42px, 4vw, 62px); font-weight: 400; }
.restaurant-preview article > p:not(.eyebrow,.pending-line) { max-width: 530px; color: #b0aca4; }
.restaurant-preview address { color: #b0aca4; }
.pending-line { padding: 12px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); color: var(--gold-light); font-size: 11px; }
.restaurant-preview .line-link { margin-top: 22px; }
.photo-placeholder {
  width: 100%; height: 100%; min-height: 260px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 9px; padding: 28px;
  border: 1px dashed rgba(199,164,91,.65);
  background: repeating-linear-gradient(135deg, rgba(199,164,91,.04) 0, rgba(199,164,91,.04) 12px, transparent 12px, transparent 24px);
  color: var(--gold-light); text-align: center;
}
.photo-placeholder span, .photo-placeholder small { font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.photo-placeholder strong { max-width: 360px; font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.25; }
.photo-placeholder small { color: #8e897f; }

.delivery-feature { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--black-soft); color: var(--white); }
.delivery-feature figure { min-height: 690px; margin: 0; overflow: hidden; }
.delivery-feature figure img { height: 100%; object-fit: cover; object-position: center; }
.delivery-feature > div { align-self: center; padding: clamp(60px, 8vw, 130px); }
.delivery-feature h2 { font-size: clamp(52px, 5.3vw, 80px); }
.delivery-feature > div > p:not(.eyebrow) { max-width: 530px; margin: 28px 0; color: #bcb7ae; }
.delivery-phone { margin: 34px 0 36px; padding: 20px 0; display: flex; flex-wrap: wrap; gap: 10px 24px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.delivery-phone span { width: 100%; color: #807c74; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.delivery-phone a { font-family: var(--serif); font-size: 25px; }

.home-cta { padding: clamp(100px, 12vw, 170px) 32px; background: var(--black); color: var(--white); text-align: center; }
.home-cta h2 { font-size: clamp(58px, 7vw, 100px); }
.home-cta > p:not(.eyebrow) { max-width: 600px; margin: 28px auto 38px; color: #aaa69e; }
.light-cta { background: var(--paper); color: var(--ink); }
.light-cta h2 { margin-bottom: clamp(48px, 5vw, 76px); }

.site-footer { padding: 86px max(32px, calc((100vw - var(--wide)) / 2)) 26px; background: #050504; color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1fr; gap: 50px; padding-bottom: 70px; }
.footer-logo { width: 105px; display: block; }
.footer-intro p, .site-footer address { color: #817d75; }
.site-footer h2 { margin: 12px 0 20px; color: var(--gold-light); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.footer-top > div:not(.footer-intro), .site-footer nav { display: flex; flex-direction: column; gap: 9px; }
.site-footer nav a:hover, .footer-top a:hover { color: var(--gold-light); }
.footer-bottom {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center;
  padding-top: 24px; border-top: 1px solid var(--line-light);
  color: #74716b; font-size: 9px; letter-spacing: .1em; text-transform: uppercase;
}
.footer-bottom > div { display: flex; gap: 18px; }
.footer-bottom nav { flex-direction: row; justify-content: flex-end; }

.page-hero {
  min-height: 630px; display: grid; grid-template-columns: .95fr 1.05fr;
  background: var(--paper); border-bottom: 1px solid var(--line);
}
.page-hero-copy { align-self: center; padding: clamp(70px, 8vw, 130px) clamp(32px, 7vw, 120px); }
.page-hero h1 { max-width: 760px; font-size: clamp(58px, 6.8vw, 103px); }
.page-hero-copy > p:last-child { max-width: 590px; margin: 30px 0 0; color: var(--muted); font-family: var(--serif); font-size: 23px; }
.page-hero-image { min-height: 630px; margin: 0; overflow: hidden; }
.page-hero-image img { height: 100%; object-fit: cover; }

.venue-section {
  width: min(calc(100% - 64px), var(--wide)); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 130px);
  align-items: center; padding: clamp(105px, 12vw, 170px) 0;
}
.venue-section + .venue-section { border-top: 1px solid var(--line); }
.venue-section-reverse .venue-visual { order: 2; }
.venue-visual { height: 720px; }
.venue-index { margin-bottom: 34px; color: var(--gold-dark); font-family: var(--serif); font-size: 27px; }
.venue-content h2 { font-size: clamp(56px, 6vw, 92px); }
.venue-content .large-serif { max-width: 600px; margin: 26px 0 34px; }
.announcement-card { margin: 30px 0; padding: 24px; border: 1px solid var(--gold-dark); }
.announcement-card span { color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.announcement-card strong { display: block; margin-top: 8px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.announcement-card p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.venue-data { margin: 36px 0; border-top: 1px solid var(--line); }
.venue-data div { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.venue-data dt { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.venue-data dd { margin: 0; font-family: var(--serif); font-size: 19px; line-height: 1.4; }
.image-ribbon { display: grid; grid-template-columns: repeat(3, 1fr); }
.image-ribbon img { height: 430px; object-fit: cover; }

.menu-choice { padding: clamp(100px, 12vw, 170px) max(32px, calc((100vw - var(--wide)) / 2)); }
.menu-choice > h2 { max-width: 850px; margin-bottom: 60px; font-size: clamp(52px, 6vw, 88px); }
.menu-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.menu-choice-grid article { min-height: 520px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); }
.menu-choice-grid article > span { color: var(--gold-dark); font-family: var(--serif); font-size: 24px; }
.menu-choice-grid article .eyebrow { margin-top: 70px; }
.menu-choice-grid h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 46px; font-weight: 400; line-height: 1; }
.menu-choice-grid article > p:not(.eyebrow) { color: var(--muted); }
.content-status { margin-top: auto; margin-bottom: 18px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--gold-dark); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.menu-choice-featured { background: var(--black) !important; color: var(--white); }
.menu-choice-featured > p:not(.eyebrow) { color: #aaa69e !important; }
.menu-choice-featured .gold-button { margin-top: auto; }

.category-showcase { padding: clamp(100px, 12vw, 170px) max(32px, calc((100vw - var(--wide)) / 2)); background: var(--white); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-grid figure { position: relative; height: 430px; margin: 0; overflow: hidden; background: var(--black); }
.category-grid img { height: 100%; object-fit: cover; opacity: .84; transition: opacity 200ms ease, transform 450ms ease; }
.category-grid figure:hover img { opacity: 1; transform: scale(1.025); }
.category-grid figcaption { position: absolute; right: 22px; bottom: 20px; left: 22px; display: flex; justify-content: space-between; gap: 16px; color: var(--white); }
.category-grid figcaption span { color: var(--gold-light); font-family: var(--serif); }
.category-grid figcaption strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.allergen-note {
  padding: 80px max(32px, calc((100vw - var(--content)) / 2));
  display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center;
  background: var(--paper-deep);
}
.allergen-note h2 { font-size: clamp(44px, 5vw, 68px); }
.allergen-note > p { color: var(--muted); }

.delivery-page { background: var(--paper); }
.delivery-hero {
  min-height: 700px; display: grid; grid-template-columns: 1fr 1fr; background: var(--black); color: var(--white);
}
.delivery-hero > div { align-self: center; padding: clamp(70px, 8vw, 130px); }
.delivery-hero h1 { max-width: 720px; font-size: clamp(60px, 6.8vw, 102px); }
.delivery-hero > div > p:not(.eyebrow) { max-width: 580px; margin: 28px 0; color: #b4b0a8; font-family: var(--serif); font-size: 22px; }
.delivery-hero figure { min-height: 700px; margin: 0; overflow: hidden; }
.delivery-hero figure img { height: 100%; object-fit: cover; object-position: center 38%; }
.order-panel { max-width: 570px; margin-top: 42px; padding: 20px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 22px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.order-panel span, .order-panel small { grid-column: 1 / -1; color: #8d8981; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.order-panel a { font-family: var(--serif); font-size: clamp(24px, 2.5vw, 34px); }
.order-panel small { margin-top: 8px; }
.menu-anchor-nav {
  position: sticky; z-index: 20; top: 0; display: flex; gap: 0; overflow-x: auto;
  background: var(--white); border-bottom: 1px solid var(--line); scrollbar-width: thin;
}
.menu-anchor-nav a { flex: 0 0 auto; padding: 16px 20px; border-right: 1px solid var(--line); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.menu-anchor-nav a:hover { background: var(--gold); }
.promotions-section { padding: clamp(90px, 10vw, 150px) max(32px, calc((100vw - var(--wide)) / 2)); background: var(--black-soft); color: var(--white); }
.promotions-heading { max-width: 820px; margin-bottom: 56px; }
.promotions-heading h2 { font-size: clamp(52px, 6vw, 86px); }
.promotions-heading > p:not(.eyebrow) { color: #aaa69e; }
.promotion-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.promotion-grid article { min-height: 310px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line-light); background: var(--black-card); }
.promotion-grid article > span { color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.promotion-grid h3 { margin: 28px 0 8px; font-family: var(--serif); font-size: clamp(34px, 2.35vw, 42px); font-weight: 400; line-height: 1.05; letter-spacing: -.025em; }
.promotion-grid strong { color: var(--gold-light); font-family: var(--serif); font-size: 32px; font-weight: 400; }
.promotion-grid p { margin-top: auto; color: #918d85; font-size: 12px; }
.delivery-conditions { margin-top: 30px; padding: 25px; border-left: 3px solid var(--gold); background: rgba(199,164,91,.08); }
.delivery-conditions strong { color: var(--gold-light); text-transform: uppercase; letter-spacing: .08em; }
.delivery-conditions p { margin: 6px 0 0; color: #bcb7ae; }
.html-menu { width: min(calc(100% - 64px), var(--wide)); margin: 0 auto; padding: 80px 0 120px; }
.menu-section { padding: 80px 0; display: grid; grid-template-columns: .34fr .66fr; gap: clamp(50px, 8vw, 110px); scroll-margin-top: 58px; border-bottom: 1px solid var(--line); }
.menu-section-heading { position: sticky; top: 90px; align-self: start; }
.menu-section-heading h2 { font-size: clamp(44px, 5vw, 70px); }
.menu-section-heading > p:not(.eyebrow) { color: var(--muted); }
.menu-list { border-top: 1px solid var(--line); }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.menu-item h3 { margin: 0; font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1.25; }
.menu-item p { margin: 4px 0 0; color: var(--muted); font-family: var(--serif); font-size: 15px; font-style: italic; line-height: 1.35; }
.menu-item > strong { white-space: nowrap; font-family: var(--serif); font-size: 19px; }
.promo-badge, .new-badge { display: inline-block; padding: 2px 4px; vertical-align: 2px; background: var(--gold-dark); color: var(--white); font-family: var(--sans); font-size: 7px; font-weight: 800; letter-spacing: .04em; }
.new-badge { background: var(--ink); color: var(--gold-light); }
.pizza-table-wrap { overflow-x: auto; }
.pizza-table { width: 100%; border-collapse: collapse; }
.pizza-table th, .pizza-table td { padding: 14px 12px; border-bottom: 1px solid var(--line); text-align: right; }
.pizza-table thead th { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.pizza-table thead th:first-child { text-align: left; }
.pizza-table tbody th { width: 72%; padding-left: 0; text-align: left; }
.pizza-table tbody th > span { display: block; font-family: var(--serif); font-size: 19px; }
.pizza-table tbody small { display: block; color: var(--muted); font-family: var(--serif); font-size: 14px; font-style: italic; font-weight: 400; line-height: 1.25; }
.pizza-table td { white-space: nowrap; font-family: var(--serif); font-size: 17px; font-weight: 600; }
.menu-footnotes { padding: 60px max(32px, calc((100vw - var(--wide)) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; background: var(--paper-deep); }
.menu-footnotes div { padding-right: 18px; border-right: 1px solid var(--line); }
.menu-footnotes div:last-child { border-right: 0; }
.menu-footnotes strong { color: var(--gold-dark); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.menu-footnotes p { color: var(--muted); font-size: 12px; }
.delivery-final-cta { padding: 90px max(32px, calc((100vw - var(--wide)) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; background: var(--black); color: var(--white); }
.delivery-final-cta h2 { font-size: clamp(50px, 6vw, 82px); }
.delivery-final-cta > div:last-child { display: flex; flex-wrap: wrap; gap: 14px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; }
.contact-grid > article { min-height: 760px; padding: clamp(65px, 8vw, 120px); display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.contact-grid > article:last-child { border-right: 0; }
.contact-grid h2 { font-size: clamp(55px, 6vw, 86px); }
.contact-grid address { margin: 20px 0 30px; color: var(--muted); font-family: var(--serif); font-size: 22px; }
.contact-phone-list { border-top: 1px solid var(--line); }
.contact-phone-list a { padding: 15px 0; display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 27px; }
.contact-phone-list small { grid-column: 1 / -1; color: var(--muted); font-family: var(--sans); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-phone-list b { grid-row: 1 / span 2; grid-column: 2; font-weight: 400; }
.contact-grid dl { margin: 34px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-grid dt { color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-grid dd { margin: 8px 0 0; color: var(--muted); }
.contact-grid .gold-button, .contact-grid .outline-button { width: fit-content; margin-top: auto; }
.map-section { padding: clamp(100px, 12vw, 170px) max(32px, calc((100vw - var(--wide)) / 2)); display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; background: var(--black-soft); color: var(--white); }
.map-section > .photo-placeholder { min-height: 520px; }
.map-section h2 { font-size: clamp(50px, 5.6vw, 82px); }
.map-section > div:last-child > p:not(.eyebrow,.content-status) { color: #aaa69e; }
.map-section .content-status { color: var(--gold-light); border-color: var(--line-light); }
.social-section { padding: 90px max(32px, calc((100vw - var(--wide)) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.social-section h2 { font-size: clamp(50px, 5.5vw, 78px); }
.social-section > div:last-child { display: flex; flex-direction: column; }
.social-section > div:last-child a { padding: 18px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 26px; }

@media (max-width: 1050px) {
  .home-hero { grid-template-columns: 1fr 1fr; gap: 42px; }
  .hero-facts { margin-top: 45px; }
  .story-editorial { gap: 65px; }
  .food-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 520px 320px 320px; }
  .food-card-large { grid-column: 1 / -1; grid-row: auto; }
  .food-card-wide { grid-column: 1 / -1; }
  .promotion-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-choice-grid { grid-template-columns: 1fr 1fr; }
  .menu-choice-featured { grid-column: 1 / -1; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .top-note { display: none; }
  .site-header { width: calc(100% - 36px); min-height: 84px; grid-template-columns: 1fr auto; }
  .site-logo { width: 142px; height: 72px; }
  .site-logo img { width: 124px; }
  .desktop-nav, .header-button { display: none; }
  .mobile-navigation { position: relative; z-index: 60; display: block; }
  .mobile-navigation summary {
    width: 48px; height: 48px; display: flex; flex-direction: column; align-items: center;
    justify-content: center; gap: 8px; border: 1px solid var(--line-light);
    list-style: none; cursor: pointer;
  }
  .mobile-navigation summary::-webkit-details-marker { display: none; }
  .mobile-navigation summary span { width: 20px; height: 1px; background: var(--white); }
  .mobile-navigation nav {
    position: absolute; top: 56px; right: 0; width: min(84vw, 340px);
    display: flex; flex-direction: column; padding: 16px;
    border: 1px solid var(--line-light); background: var(--black-soft);
    box-shadow: 0 25px 60px rgba(0,0,0,.45);
  }
  .mobile-navigation nav a { padding: 14px 8px; border-bottom: 1px solid var(--line-light); font-size: 13px; font-weight: 700; }
  .home-hero { width: calc(100% - 36px); min-height: auto; grid-template-columns: 1fr; padding: 70px 0 18px; }
  .home-hero-copy h1 { font-size: clamp(58px, 14vw, 90px); }
  .home-hero-photo { height: 75svh; }
  .quick-actions { width: calc(100% - 36px); margin-top: 0; grid-template-columns: 1fr; }
  .quick-actions a { border-right: 0; border-bottom: 1px solid var(--line); }
  .story-editorial { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .story-collage { min-height: 620px; }
  .story-photo-main { height: 620px; }
  .section-title-row, .allergen-note { grid-template-columns: 1fr; gap: 26px; }
  .section-title-row > p { margin-left: 0; }
  .restaurant-preview-grid, .delivery-feature, .page-hero, .venue-section,
  .delivery-hero, .contact-grid, .map-section { grid-template-columns: 1fr; }
  .delivery-feature figure { min-height: 520px; }
  .page-hero-image { min-height: 560px; }
  .venue-section { width: calc(100% - 40px); }
  .venue-section-reverse .venue-visual { order: 0; }
  .venue-visual { height: 600px; }
  .image-ribbon img { height: 300px; }
  .menu-choice-grid { grid-template-columns: 1fr; }
  .menu-choice-featured { grid-column: auto; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .delivery-hero > div { order: 2; }
  .delivery-hero figure { min-height: 60svh; }
  .menu-section { grid-template-columns: 1fr; gap: 28px; }
  .menu-section-heading { position: static; }
  .menu-footnotes { grid-template-columns: 1fr 1fr; }
  .delivery-final-cta { grid-template-columns: 1fr; }
  .contact-grid > article { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-bottom { grid-template-columns: 1fr; justify-items: start; }
  .footer-bottom nav { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .home-hero-copy h1, .page-hero h1, .delivery-hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .gold-button, .button-row .outline-button { width: 100%; }
  .button-row .line-link { align-self: flex-start; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div, .hero-facts div + div { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .hero-facts div:last-child { border-bottom: 0; }
  .home-hero-photo { height: 62svh; }
  .story-collage { min-height: 520px; }
  .story-photo-main { height: 520px; }
  .food-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 410px); }
  .food-card-large, .food-card-wide { grid-column: auto; grid-row: auto; }
  .food-card > span { flex-direction: column; align-items: flex-start; }
  .restaurant-photo { height: 270px; }
  .delivery-feature > div { padding: 70px 22px; }
  .footer-top { grid-template-columns: 1fr; }
  .page-hero-copy { padding-right: 20px; padding-left: 20px; }
  .page-hero-image { min-height: 430px; }
  .venue-section { width: calc(100% - 40px); }
  .venue-visual { height: 430px; }
  .venue-data div { grid-template-columns: 1fr; gap: 4px; }
  .image-ribbon { grid-template-columns: 1fr; }
  .image-ribbon img { height: 330px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-grid figure { height: 390px; }
  .menu-choice-grid article { min-height: 460px; }
  .delivery-hero > div { padding-right: 20px; padding-left: 20px; }
  .order-panel { grid-template-columns: 1fr; }
  .order-panel span, .order-panel small { grid-column: auto; }
  .promotion-grid { grid-template-columns: 1fr; }
  .html-menu { width: calc(100% - 40px); }
  .menu-item { gap: 15px; }
  .pizza-table thead { display: none; }
  .pizza-table, .pizza-table tbody, .pizza-table tr, .pizza-table th, .pizza-table td { display: block; width: 100%; }
  .pizza-table tr { padding: 18px 0; border-bottom: 1px solid var(--line); }
  .pizza-table th, .pizza-table td { border: 0; padding: 4px 0; }
  .pizza-table td { display: flex; justify-content: space-between; }
  .pizza-table td::before { content: attr(data-label); color: var(--muted); font-family: var(--sans); font-size: 9px; letter-spacing: .1em; }
  .menu-footnotes { grid-template-columns: 1fr; }
  .menu-footnotes div { border-right: 0; border-bottom: 1px solid var(--line); }
  .delivery-final-cta > div:last-child { flex-direction: column; }
  .contact-grid > article { min-height: auto; padding: 75px 20px; }
  .contact-grid dl { grid-template-columns: 1fr; }
  .contact-phone-list a { font-size: 23px; }
  .map-section { padding-right: 20px; padding-left: 20px; gap: 50px; }
  .map-section > .photo-placeholder { min-height: 400px; }
  .social-section { grid-template-columns: 1fr; padding-right: 20px; padding-left: 20px; }
  .footer-bottom nav { flex-wrap: wrap; }
}

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