:root {
  --red: #a62321;
  --red-dark: #761714;
  --red-bright: #ca3329;
  --green: #1e5637;
  --green-dark: #103b27;
  --yellow: #f4bf27;
  --cream: #f7f0df;
  --paper: #fffaf0;
  --ink: #201d19;
  --muted: #746c60;
  --white: #fffdf7;
  --line: rgba(32, 29, 25, .16);
  --shadow: 0 28px 70px rgba(50, 20, 12, .18);
  --shell: min(1180px, calc(100% - 40px));
  --display: "Fraunces", Georgia, serif;
  --condensed: "Barlow Condensed", Arial Narrow, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--yellow); color: var(--ink); }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
svg { width: 1.1em; height: 1.1em; fill: currentColor; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 110px 0; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: #fff;
  color: #000;
  border-radius: 6px;
}
.skip-link:focus { transform: none; }

.concept-bar {
  position: relative;
  z-index: 100;
  padding: 7px 20px;
  background: var(--green-dark);
  color: rgba(255,255,255,.88);
  text-align: center;
  font-size: .76rem;
  letter-spacing: .02em;
}
.concept-bar strong { color: var(--yellow); text-transform: uppercase; letter-spacing: .08em; }

.site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 250, 240, .94);
  backdrop-filter: blur(15px);
  border-color: var(--line);
  box-shadow: 0 12px 35px rgba(35, 24, 12, .08);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; text-decoration: none; line-height: .8; transform: rotate(-1deg); }
.brand-georges {
  color: var(--red);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -.07em;
  text-transform: uppercase;
  -webkit-text-stroke: .5px var(--red-dark);
}
.brand-food { margin-top: 7px; color: var(--green); font-family: var(--condensed); font-size: .79rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a, .footer-links a, .footer-social a { position: relative; text-decoration: none; font-family: var(--condensed); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.nav-links a::after, .footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 2px;
  background: var(--red);
  transition: right .22s ease;
}
.nav-links a:hover::after, .nav-links a:focus-visible::after, .footer-links a:hover::after { right: 0; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 2px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  font-family: var(--condensed);
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  box-shadow: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: #261c06; box-shadow: 5px 5px 0 var(--red-dark); }
.button-primary:hover, .button-primary:focus-visible { box-shadow: 3px 3px 0 var(--red-dark); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--green-dark); box-shadow: 4px 4px 0 var(--yellow); }
.button-small { min-height: 42px; padding: 9px 15px; font-size: .88rem; }
.button-ghost { border-color: rgba(255,255,255,.35); color: var(--white); }
.button-ghost:hover { border-color: var(--yellow); color: var(--yellow); }
.button-ghost-light { border-color: rgba(255,255,255,.48); color: var(--white); }
.button-ghost-light:hover { border-color: var(--yellow); color: var(--yellow); }

.hero {
  position: relative;
  min-height: 710px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 13% 18%, rgba(247,190,34,.15), transparent 23%),
    linear-gradient(125deg, var(--red-dark), var(--red) 54%, #8d1b18);
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 12px;
  background: repeating-linear-gradient(90deg, var(--yellow) 0 36px, var(--green) 36px 72px, var(--cream) 72px 108px, #df562a 108px 144px);
}
.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: .1;
  background-image:
    linear-gradient(30deg, transparent 48%, rgba(255,255,255,.5) 49%, rgba(255,255,255,.5) 51%, transparent 52%),
    linear-gradient(150deg, transparent 48%, rgba(255,255,255,.35) 49%, rgba(255,255,255,.35) 51%, transparent 52%);
  background-size: 78px 45px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}
.hero-grid { position: relative; min-height: 710px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 65px; padding-block: 58px 82px; }
.hero-copy { position: relative; z-index: 3; max-width: 610px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: currentColor; font-family: var(--condensed); font-size: .9rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 30px; height: 3px; background: var(--yellow); }
h1, h2, h3 { margin-top: 0; line-height: 1.03; }
h1 { margin-bottom: 24px; font-family: var(--display); font-size: clamp(3.55rem, 6vw, 6rem); font-weight: 900; letter-spacing: -.07em; }
h1 em, h2 em { color: var(--yellow); font-style: italic; font-weight: 700; }
.hero-lede { max-width: 610px; margin: 0 0 31px; color: rgba(255,255,255,.85); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-proof { display: flex; align-items: center; gap: 22px; margin-top: 38px; }
.rating-lockup { display: flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.rating-lockup > strong { font-family: var(--display); font-size: 2.15rem; line-height: 1; }
.rating-lockup > span { display: flex; flex-direction: column; }
.stars, .giant-stars, .mini-stars { color: var(--yellow); letter-spacing: .1em; line-height: 1; }
.rating-lockup small, .open-lockup small { color: rgba(255,255,255,.66); font-size: .73rem; }
.proof-rule { width: 1px; height: 42px; background: rgba(255,255,255,.27); }
.open-lockup { display: flex; flex-direction: column; }
.open-lockup strong { font-family: var(--condensed); font-size: 1.06rem; letter-spacing: .06em; text-transform: uppercase; }

.hero-visual { position: relative; height: 560px; }
.hero-visual::before {
  content: "";
  position: absolute;
  width: 470px;
  height: 470px;
  right: 45px;
  top: 38px;
  border-radius: 50%;
  border: 2px dashed rgba(255,255,255,.25);
}
.hero-photo { position: absolute; overflow: hidden; background: var(--paper); border: 10px solid var(--cream); box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { right: 0; top: 42px; width: 88%; height: 365px; transform: rotate(2deg); }
.hero-photo-main img { object-position: center; transform: scale(1.08); }
.hero-photo-small { left: -10px; bottom: 25px; width: 245px; height: 245px; transform: rotate(-6deg); border-width: 8px; }
.hero-photo-small img { object-position: center; }
.sun-seal {
  position: absolute;
  z-index: 2;
  right: -5px;
  bottom: 45px;
  width: 165px;
  height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--yellow);
  text-align: center;
  clip-path: polygon(50% 0%,58% 13%,72% 5%,75% 21%,91% 20%,86% 36%,100% 44%,87% 55%,97% 69%,81% 73%,82% 90%,66% 85%,58% 100%,48% 87%,35% 97%,31% 81%,14% 83%,19% 66%,3% 60%,16% 48%,2% 37%,19% 30%,17% 13%,35% 18%);
  transform: rotate(8deg);
}
.sun-seal span { font-family: var(--condensed); font-size: 1rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sun-seal strong { max-width: 100px; font-family: var(--display); font-size: 1.45rem; line-height: .95; text-transform: uppercase; }
.pepper-mark { position: absolute; color: var(--yellow); font-size: 3rem; }
.pepper-one { top: 3px; right: 15px; }
.pepper-two { left: 15%; top: 40px; font-size: 1rem; }

.marquee-strip { overflow: hidden; padding: 16px 0; color: var(--cream); background: var(--green-dark); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 26px; animation: marquee 26s linear infinite; }
.marquee-track span { font-family: var(--condensed); font-size: 1.08rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.marquee-track b { color: var(--yellow); }
@keyframes marquee { to { transform: translateX(-50%); } }

.story { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.story-images { position: relative; min-height: 590px; }
.storefront-card { position: relative; width: 75%; height: 550px; margin: 0; overflow: hidden; border: 10px solid var(--paper); box-shadow: var(--shadow); transform: rotate(-2deg); }
.storefront-card img { width: 100%; height: 100%; object-fit: cover; }
.storefront-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 13px 16px; color: var(--cream); background: rgba(16,59,39,.92); font-family: var(--condensed); font-size: .9rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.heritage-badge { position: absolute; right: 0; bottom: 30px; width: 225px; display: flex; align-items: center; gap: 12px; padding: 17px; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 8px 8px 0 var(--red); transform: rotate(3deg); }
.heritage-badge img { width: 64px; height: 86px; object-fit: contain; image-rendering: auto; }
.heritage-badge span { font-family: var(--condensed); font-weight: 800; line-height: 1.15; letter-spacing: .06em; text-transform: uppercase; }
.story-copy .eyebrow, .menu .eyebrow { color: var(--red); }
h2 { margin-bottom: 28px; font-family: var(--display); font-size: clamp(2.75rem, 4.6vw, 4.65rem); font-weight: 850; letter-spacing: -.055em; }
.story-copy h2 em, .menu h2 em { color: var(--red); }
.story-copy .lead { margin-bottom: 18px; color: var(--ink); font-family: var(--display); font-size: 1.3rem; font-weight: 700; line-height: 1.5; }
.story-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.story-notes { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.story-notes span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid var(--line); background: rgba(255,255,255,.35); font-family: var(--condensed); font-weight: 700; text-transform: uppercase; letter-spacing: .045em; }
.story-notes svg { color: var(--red); }

.menu { border-top: 1px solid var(--line); background: var(--paper); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 50px; }
.section-heading > p { max-width: 460px; margin: 0 0 9px; color: var(--muted); }
.section-heading h2 { margin-bottom: 0; }
.menu-tabs { display: flex; gap: 5px; overflow-x: auto; margin-bottom: 28px; padding-bottom: 5px; scrollbar-width: thin; }
.menu-tab { flex: 0 0 auto; padding: 11px 18px; border: 1px solid var(--line); border-radius: 100px; color: var(--ink); background: transparent; font-family: var(--condensed); font-weight: 800; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.menu-tab:hover, .menu-tab:focus-visible { border-color: var(--red); }
.menu-tab.is-active { border-color: var(--red); color: #fff; background: var(--red); }
.menu-layout { display: grid; grid-template-columns: .74fr 1.26fr; min-height: 570px; border: 1px solid var(--line); background: var(--cream); }
.menu-feature { position: relative; min-height: 570px; overflow: hidden; background: var(--green-dark); }
.menu-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(12,24,14,.85)); }
.menu-feature img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); transition: opacity .2s ease, transform .5s ease; }
.menu-feature-label { position: absolute; z-index: 2; top: 20px; left: 20px; padding: 6px 10px; color: var(--ink); background: var(--yellow); font-family: var(--condensed); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.menu-feature > div { position: absolute; z-index: 2; right: 27px; bottom: 23px; left: 27px; color: white; }
.menu-feature p { margin: 0 0 5px; color: rgba(255,255,255,.72); font-family: var(--condensed); font-size: .9rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.menu-feature h3 { margin: 0; font-family: var(--display); font-size: 2.5rem; }
.menu-list { display: grid; align-content: center; grid-template-columns: 1fr 1fr; gap: 0 46px; padding: 36px 48px; }
.menu-item { padding: 17px 0; border-bottom: 1px dashed rgba(32,29,25,.24); animation: fadeUp .3s ease both; }
.menu-item:nth-child(2) { animation-delay: .03s; }
.menu-item:nth-child(3) { animation-delay: .06s; }
.menu-item:nth-child(4) { animation-delay: .09s; }
.menu-item:nth-child(5) { animation-delay: .12s; }
.menu-item:nth-child(6) { animation-delay: .15s; }
.menu-item h3 { display: flex; justify-content: space-between; gap: 15px; margin: 0 0 5px; font-family: var(--condensed); font-size: 1.25rem; letter-spacing: .02em; text-transform: uppercase; }
.menu-item h3 span { color: var(--red); font-size: .68rem; letter-spacing: .05em; }
.menu-item p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.menu-foot { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 24px; padding: 18px 21px; border-left: 4px solid var(--yellow); background: #f2e8d3; }
.menu-foot p { max-width: 610px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.menu-foot > div { display: flex; align-items: center; gap: 22px; }
.text-link { color: var(--red); font-family: var(--condensed); font-weight: 800; letter-spacing: .04em; text-transform: uppercase; text-underline-offset: 5px; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } }

.favorites { position: relative; overflow: hidden; color: var(--white); background: var(--green-dark); }
.favorites::before { content: ""; position: absolute; inset: 0; opacity: .07; background: repeating-linear-gradient(45deg, transparent 0 30px, #fff 30px 32px); }
.favorites .shell { position: relative; }
.section-heading.light .eyebrow { color: var(--yellow); }
.section-heading.light > p { color: rgba(255,255,255,.7); }
.dish-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.dish-card { position: relative; min-height: 360px; overflow: hidden; background: #0b2c1c; }
.dish-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.dish-card:hover img { transform: scale(1.04); }
.dish-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(5,18,11,.92)); }
.dish-card > div { position: absolute; z-index: 2; right: 28px; bottom: 24px; left: 28px; }
.dish-card span { color: var(--yellow); font-family: var(--condensed); font-size: .85rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.dish-card h3 { margin: 4px 0 7px; font-family: var(--display); font-size: 2rem; }
.dish-card p { max-width: 500px; margin: 0; color: rgba(255,255,255,.75); font-size: .9rem; }

.reviews { background: var(--yellow); }
.reviews-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 90px; align-items: center; }
.reviews-score { position: sticky; top: 120px; align-self: start; padding-top: 12px; }
.reviews-score .eyebrow { color: var(--red); }
.reviews-score .eyebrow span { background: var(--red); }
.giant-score { margin: -10px 0 -15px; color: var(--red); font-family: var(--display); font-size: clamp(5rem, 11vw, 8.5rem); font-weight: 900; letter-spacing: -.1em; line-height: 1; }
.giant-stars { color: var(--red); font-size: 1.35rem; }
.reviews-score > p:not(.eyebrow) { margin: 15px 0 26px; }
.reviews-score .text-link { color: var(--ink); }
.review-cards { display: grid; gap: 15px; }
.review-card { padding: 28px 30px; border: 2px solid var(--ink); background: var(--paper); box-shadow: 7px 7px 0 var(--red); }
.review-card:nth-child(2) { margin-left: 35px; }
.review-card-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; }
.review-avatar { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--red); font-weight: 800; }
.review-avatar.yellow { color: var(--ink); background: var(--yellow); }
.review-avatar.green { background: var(--green); }
.review-card-top > div { display: flex; flex-direction: column; line-height: 1.3; }
.review-card-top small { color: var(--muted); }
.mini-stars { color: var(--red); font-size: .8rem; }
.review-card blockquote { margin: 20px 0 0; font-family: var(--display); font-size: clamp(1.03rem, 1.5vw, 1.23rem); font-weight: 700; line-height: 1.55; }
.review-source { margin: 8px 0 0; color: rgba(32,29,25,.65); font-size: .74rem; }

.visit { padding-bottom: 70px; background: var(--cream); }
.visit-card { display: grid; grid-template-columns: 1fr 1.05fr; overflow: hidden; color: var(--white); background: var(--red); box-shadow: var(--shadow); }
.visit-info { padding: 66px 60px; }
.visit-info h2 { margin-bottom: 36px; }
.visit-details { display: grid; gap: 20px; }
.visit-details > a, .visit-details > div { display: flex; align-items: flex-start; gap: 14px; color: white; text-decoration: none; }
.detail-icon { flex: 0 0 40px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); }
.visit-details small, .visit-details strong { display: block; }
.visit-details small { color: rgba(255,255,255,.65); font-family: var(--condensed); font-size: .77rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.visit-details strong { font-size: .98rem; line-height: 1.45; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.map-wrap { position: relative; min-height: 620px; background: #ddd1b9; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 620px; border: 0; filter: saturate(.75) contrast(.95); }
.map-overlay { position: absolute; right: 22px; bottom: 20px; left: 22px; display: flex; justify-content: space-between; padding: 14px 16px; color: var(--ink); background: var(--yellow); text-decoration: none; font-family: var(--condensed); font-weight: 800; letter-spacing: .05em; text-transform: uppercase; box-shadow: 5px 5px 0 var(--red-dark); }

.site-footer { padding: 60px 0 28px; color: rgba(255,255,255,.82); background: #181812; }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 80px; padding-bottom: 44px; }
.brand-footer .brand-georges { color: var(--yellow); -webkit-text-stroke-color: var(--yellow); }
.brand-footer .brand-food { color: var(--cream); }
.footer-links, .footer-social { display: flex; gap: 25px; }
.footer-links a::after { background: var(--yellow); }
.footer-social a { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 35px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.48); font-size: .72rem; }
.footer-bottom p { max-width: 690px; margin: 0; }
.mobile-call { display: none; }

.reveal { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 800px); }
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 75px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { height: 500px; }
  .hero-photo-main { width: 85%; }
  .story-grid { grid-template-columns: 1fr; gap: 60px; }
  .story-images { min-height: 560px; }
  .storefront-card { width: min(510px, 80%); }
  .heritage-badge { right: 10%; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .menu-layout { grid-template-columns: .85fr 1.15fr; }
  .menu-list { grid-template-columns: 1fr; padding-inline: 34px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 46px; }
  .reviews-score { position: static; display: grid; grid-template-columns: auto 1fr; column-gap: 25px; align-items: center; }
  .reviews-score .eyebrow, .reviews-score .text-link { grid-column: 1 / -1; }
  .reviews-score > p:not(.eyebrow) { margin: 0; }
  .giant-score { grid-row: 2 / span 2; }
  .visit-card { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 430px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 24px, 580px); }
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 67px; }
  .section { padding: 76px 0; }
  .concept-bar { padding-inline: 12px; font-size: .67rem; }
  .nav-wrap { min-height: 72px; }
  .brand-georges { font-size: 1.58rem; }
  .brand-food { font-size: .66rem; }
  .nav-call { display: none; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { gap: 30px; padding: 58px 0 72px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  h2 { font-size: clamp(2.55rem, 12vw, 3.6rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 14px; }
  .rating-lockup > strong { font-size: 1.8rem; }
  .hero-visual { height: 390px; }
  .hero-visual::before { width: 320px; height: 320px; right: 0; }
  .hero-photo-main { top: 25px; width: 94%; height: 260px; border-width: 7px; }
  .hero-photo-small { left: 0; bottom: 18px; width: 150px; height: 165px; border-width: 6px; }
  .sun-seal { right: 0; bottom: 14px; width: 128px; height: 128px; }
  .sun-seal strong { font-size: 1.08rem; }
  .story-images { min-height: 470px; }
  .storefront-card { width: 83%; height: 445px; border-width: 7px; }
  .heritage-badge { right: 0; bottom: 12px; width: 185px; padding: 12px; }
  .heritage-badge img { width: 50px; height: 70px; }
  .heritage-badge span { font-size: .78rem; }
  .story-notes { display: grid; grid-template-columns: 1fr 1fr; }
  .story-notes span:last-child { grid-column: 1 / -1; }
  .menu-layout { display: block; }
  .menu-feature { min-height: 360px; }
  .menu-list { padding: 20px 24px 28px; }
  .menu-item { padding: 14px 0; }
  .menu-foot { align-items: flex-start; flex-direction: column; }
  .menu-foot > div { width: 100%; align-items: stretch; flex-direction: column; gap: 14px; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish-card { min-height: 330px; }
  .dish-card h3 { font-size: 1.65rem; }
  .reviews-score { grid-template-columns: 1fr 1fr; }
  .giant-score { font-size: 5.5rem; }
  .review-card { padding: 23px 20px; box-shadow: 5px 5px 0 var(--red); }
  .review-card:nth-child(2) { margin-left: 0; }
  .review-card-top { grid-template-columns: auto 1fr; }
  .mini-stars { grid-column: 2; }
  .visit { padding-bottom: 48px; }
  .visit-info { padding: 48px 24px; }
  .visit-actions { flex-direction: column; }
  .map-wrap, .map-wrap iframe { min-height: 350px; }
  .footer-links, .footer-social { flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .mobile-call { position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--ink); background: var(--yellow); text-decoration: none; font-family: var(--condensed); font-size: 1.05rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 -6px 25px rgba(0,0,0,.18); }
}

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

/* Standalone original-menu page */
.menu-page-body { background: #efe5cf; }
.menu-site-header { background: rgba(255, 250, 240, .97); border-color: var(--line); }
.nav-links [aria-current="page"]::after { right: 0; }
.menu-page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 92px;
  color: var(--white);
  background:
    linear-gradient(135deg, transparent 74%, rgba(255,255,255,.055) 74%, rgba(255,255,255,.055) 76%, transparent 76%) 0 0 / 48px 48px,
    var(--green-dark);
}
.menu-page-hero::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -240px;
  width: 590px;
  height: 590px;
  border: 80px solid rgba(244,191,39,.09);
  border-radius: 50%;
}
.menu-page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: center; gap: 90px; }
.menu-page-hero h1 { max-width: 820px; margin: 14px 0 24px; font-size: clamp(4.4rem, 7.2vw, 7rem); line-height: .86; }
.menu-page-hero h1 em { color: var(--yellow); }
.menu-page-lede { max-width: 690px; margin: 0 0 30px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.menu-page-stamp {
  display: flex;
  min-height: 310px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  transform: rotate(3deg);
  color: var(--ink);
  background: var(--yellow);
  border: 3px solid var(--ink);
  box-shadow: 12px 12px 0 var(--red);
  text-align: center;
}
.menu-page-stamp img { width: 105px; height: 135px; object-fit: contain; margin-bottom: 6px; }
.menu-page-stamp span, .menu-page-stamp strong { font-family: var(--condensed); text-transform: uppercase; }
.menu-page-stamp span { font-size: 1rem; font-weight: 700; letter-spacing: .1em; }
.menu-page-stamp strong { font-size: 2.5rem; line-height: 1; }
.archive-notice { color: var(--ink); background: var(--yellow); border-block: 2px solid var(--ink); }
.archive-notice-inner { min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.archive-notice strong { font-family: var(--condensed); font-size: 1.12rem; letter-spacing: .07em; text-transform: uppercase; }
.archive-notice p { margin: 0; font-size: .84rem; }
.archive-notice a { font-family: var(--condensed); font-size: 1.15rem; font-weight: 800; white-space: nowrap; }
.menu-page-jump { position: sticky; z-index: 80; top: 86px; color: var(--white); background: var(--red-dark); box-shadow: 0 10px 30px rgba(50,20,12,.18); }
.menu-page-jump-inner { min-height: 62px; display: flex; align-items: center; gap: 18px; }
.menu-page-jump-inner > span { font-family: var(--condensed); font-size: .82rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.menu-page-jump-links { display: flex; gap: 7px; }
.menu-page-jump-links a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  text-decoration: none;
  font-family: var(--condensed);
  font-weight: 800;
}
.menu-page-jump-links a:hover, .menu-page-jump-links a:focus-visible, .menu-page-jump-links a.is-current { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.menu-home-link { margin-left: auto; color: var(--yellow); font-family: var(--condensed); font-size: .86rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.menu-pages { padding: 100px 0 110px; }
.menu-pages-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px 50px; margin-bottom: 48px; }
.menu-pages-heading .eyebrow { grid-column: 1 / -1; margin: 0; }
.menu-pages-heading h2 { margin: 0; }
.menu-pages-heading > p:last-child { max-width: 340px; margin: 0 0 8px; color: var(--muted); }
.menu-sheet-stack { display: grid; justify-items: center; gap: 54px; }
.menu-sheet {
  width: min(760px, 100%);
  margin: 0;
  padding: 18px;
  scroll-margin-top: 172px;
  background: var(--paper);
  border: 1px solid rgba(32,29,25,.2);
  box-shadow: 14px 16px 0 rgba(118,23,20,.88), 0 34px 75px rgba(50,20,12,.16);
}
.menu-sheet:nth-child(even) { transform: rotate(.3deg); }
.menu-sheet:nth-child(odd) { transform: rotate(-.25deg); }
.menu-sheet header { min-height: 52px; display: flex; align-items: baseline; gap: 8px; padding: 5px 8px 12px; border-bottom: 1px solid var(--line); }
.menu-sheet header span { font-family: var(--condensed); font-size: 1.35rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.menu-sheet header small { color: var(--muted); font-weight: 600; }
.menu-sheet > a { display: block; padding-top: 16px; }
.menu-sheet img { width: 100%; height: auto; margin-inline: auto; background: #e7ddc9; }
.menu-sheet > a::after { content: "Tap to open full size ↗"; display: block; padding: 12px 4px 1px; color: var(--red); text-align: right; font-family: var(--condensed); font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.menu-page-close {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 46px;
  margin-top: 90px;
  padding: 42px 50px;
  color: var(--white);
  background: var(--red);
  box-shadow: 10px 10px 0 var(--green-dark);
}
.menu-page-close img { width: 145px; max-height: 180px; object-fit: contain; }
.menu-page-close h2 { margin: 0 0 4px; }
.menu-page-close p:not(.eyebrow) { margin: 0 0 22px; color: rgba(255,255,255,.78); }
.menu-page-close .text-link { margin-left: 22px; color: var(--yellow); }

@media (max-width: 980px) {
  .menu-page-hero-grid { grid-template-columns: minmax(0, 1fr) 220px; gap: 42px; }
  .menu-page-stamp { min-height: 260px; }
}

@media (max-width: 700px) {
  .menu-page-hero { padding: 52px 0 64px; }
  .menu-page-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .menu-page-hero h1 { margin-top: 12px; font-size: clamp(3.15rem, 15vw, 4.4rem); }
  .menu-page-lede { font-size: .96rem; }
  .menu-page-stamp { width: min(220px, 72%); min-height: 0; justify-self: center; padding: 16px 20px; transform: rotate(2deg); }
  .menu-page-stamp img { width: 74px; height: 90px; }
  .menu-page-stamp strong { font-size: 2rem; }
  .archive-notice-inner { grid-template-columns: 1fr auto; gap: 4px 16px; padding: 18px 0; }
  .archive-notice p { grid-column: 1 / -1; grid-row: 2; }
  .archive-notice a { grid-column: 2; grid-row: 1; font-size: 1rem; }
  .menu-page-jump { top: 72px; }
  .menu-page-jump-inner { gap: 10px; overflow-x: auto; }
  .menu-page-jump-inner > span { flex: 0 0 auto; }
  .menu-page-jump-links { flex: 0 0 auto; }
  .menu-home-link { display: none; }
  .menu-pages { padding: 72px 0 92px; }
  .menu-pages-heading { display: block; margin-bottom: 34px; }
  .menu-pages-heading h2 { margin: 8px 0 12px; }
  .menu-pages-heading > p:last-child { margin: 0; }
  .menu-sheet-stack { gap: 40px; }
  .menu-sheet { padding: 8px; scroll-margin-top: 150px; box-shadow: 7px 8px 0 rgba(118,23,20,.88), 0 20px 50px rgba(50,20,12,.13); transform: none !important; }
  .menu-sheet header { min-height: 44px; padding: 4px 5px 8px; }
  .menu-sheet header span { font-size: 1.15rem; }
  .menu-sheet > a { padding-top: 8px; }
  .menu-sheet > a::after { padding: 10px 3px 2px; font-size: .72rem; }
  .menu-page-close { grid-template-columns: 92px 1fr; gap: 18px; margin-top: 64px; padding: 28px 20px; }
  .menu-page-close img { width: 85px; max-height: 110px; }
  .menu-page-close h2 { font-size: 2.25rem; }
  .menu-page-close .button { width: 100%; }
  .menu-page-close .text-link { display: inline-block; margin: 18px 0 0; }
}
