:root {
  --red: #b92025;
  --red-dark: #8f171c;
  --cream: #fff7ea;
  --cream-deep: #f4e9d7;
  --ink: #201b18;
  --muted: #6c625b;
  --green: #355b3e;
  --gold: #f19d26;
  --white: #ffffff;
  --line: rgba(32, 27, 24, .13);
  --shadow: 0 20px 60px rgba(47, 31, 23, .15);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 100px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; background: var(--ink); color: white; padding: 10px 14px; border-radius: 6px; }
.skip-link:focus { top: 16px; }

h1, h2, h3, h4 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.8rem, 8vw, 7.5rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
h3 { font-size: 1.7rem; }
p { margin: 0 0 1rem; }
.eyebrow { margin: 0 0 14px; color: rgba(255,255,255,.84); font-size: .75rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.accent { color: var(--red); }

.announcement-bar { display: flex; justify-content: center; align-items: center; gap: 26px; min-height: 34px; padding: 5px 20px; background: var(--ink); color: #fff7ea; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.announcement-bar b { padding: 0 5px; color: var(--gold); }
.announcement-bar a { color: white; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,247,234,.95); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(32,27,24,.08); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 40px), var(--container)); min-height: 84px; margin-inline: auto; }
.brand img { width: 108px; height: 76px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .84rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--red); }
.nav-order { padding: 13px 20px; border-radius: 999px; background: var(--red); color: white !important; }
.nav-order:hover { background: var(--red-dark); }
.nav-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 26px; height: 2px; margin: 5px; background: var(--ink); }

.hero { position: relative; display: grid; min-height: 730px; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; background-image: url('assets/images/veggie-pizza.jpg'); background-position: center; background-size: cover; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(20,16,13,.92) 0%, rgba(20,16,13,.75) 46%, rgba(20,16,13,.2) 100%); }
.hero-content { display: flex; flex-direction: column; justify-content: center; padding: 72px 0 80px; color: white; }
.hero h1 { max-width: 850px; }
.hero h1 span { color: #ffc35f; }
.hero-copy { max-width: 650px; margin: 24px 0 30px; color: rgba(255,255,255,.9); font-size: 1.17rem; }
.hero-actions, .story-actions, .location-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 12px 22px; border: 2px solid transparent; border-radius: 999px; background: transparent; color: inherit; cursor: pointer; font: inherit; font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border-color: rgba(255,255,255,.65); color: white; }
.button-secondary:hover { background: rgba(255,255,255,.12); }
.button-outline { border-color: var(--red); color: var(--red); }
.button-outline:hover { background: var(--red); color: white; }
.button.full { width: 100%; }
.google-rating { display: flex; align-items: center; gap: 14px; width: fit-content; margin-top: 32px; padding: 12px 16px 12px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; background: rgba(255,255,255,.12); color: white; backdrop-filter: blur(10px); transition: background .2s ease, transform .2s ease; }
.google-rating:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.google-rating-score { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 12px; background: white; color: var(--ink); font-size: 1.45rem; font-weight: 900; letter-spacing: -.05em; }
.google-rating-copy { display: grid; gap: 1px; }
.google-rating-stars { color: #ffc35f; font-size: 1.02rem; letter-spacing: .08em; line-height: 1; }
.google-rating-copy strong { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.google-rating-link { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.86); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.hero-details { display: flex; flex-wrap: wrap; gap: 42px; margin-top: 38px; }
.hero-details div { padding-left: 15px; border-left: 3px solid var(--gold); }
.detail-label { display: block; color: #ffc35f; font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero-details strong { display: block; margin-top: 2px; font-size: 1rem; }

.quick-strip { background: var(--red); color: white; }
.quick-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-strip a { display: flex; align-items: center; gap: 14px; min-height: 100px; padding: 22px 30px; border-right: 1px solid rgba(255,255,255,.2); transition: background .2s ease; }
.quick-strip a:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.quick-strip a:hover { background: rgba(0,0,0,.12); }
.quick-icon { color: #ffd37f; font-size: 2rem; line-height: 1; }
.quick-strip small, .quick-strip strong { display: block; }
.quick-strip small { color: rgba(255,255,255,.74); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.quick-strip strong { margin-top: 2px; font-size: 1rem; }

.intro-section { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: center; }
.intro-grid h2 { max-width: 760px; margin-bottom: 22px; }
.intro-grid p { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.text-link { color: var(--red); font-size: .82rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.intro-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); text-align: center; }
.intro-card img { width: 190px; margin: 0 auto 8px; }
.intro-card p { margin: 0 0 18px; color: var(--ink); font-size: .95rem; font-weight: 700; }

.featured-section { background: #251f1c; color: white; }
.section-heading { margin-bottom: 38px; }
.section-heading p:not(.eyebrow) { max-width: 640px; color: var(--muted); }
.section-heading a { color: var(--gold); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.centered { text-align: center; }
.centered p:not(.eyebrow) { margin-inline: auto; }
.food-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 230px); gap: 14px; }
.food-card { position: relative; overflow: hidden; border-radius: 12px; background: #000; }
.food-card.featured-large { grid-row: 1 / 3; grid-column: 1 / 3; }
.food-card img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .45s ease, opacity .45s ease; }
.food-card:hover img { transform: scale(1.06); opacity: .67; }
.food-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,0) 65%); }
.food-card-copy { position: absolute; right: 18px; bottom: 15px; left: 18px; z-index: 1; }
.food-card-copy p { margin: 0 0 2px; color: #ffd37f; font-size: .67rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.food-card-copy h3 { color: white; font-size: 2rem; }
.featured-large .food-card-copy h3 { font-size: 3rem; }

.menu-section { background: #fffdf8; }
.menu-tools { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 26px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.menu-tabs { display: flex; flex-wrap: wrap; gap: 7px; }
.menu-tab { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.menu-tab:hover, .menu-tab.active { border-color: var(--red); background: var(--red); color: white; }
.menu-search input { width: 210px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: white; outline: none; }
.menu-search input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(185,32,37,.12); }
.menu-layout { display: grid; grid-template-columns: 280px 1fr; gap: 28px; align-items: start; }
.menu-note { position: sticky; top: 135px; padding: 22px; border-radius: 14px; background: #2a231f; color: white; }
.menu-note h3 { margin-bottom: 18px; font-size: 1.85rem; }
.menu-note .button + .button { margin-top: 10px; }
.menu-note .button-outline { border-color: rgba(255,255,255,.7); color: white; }
.menu-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.menu-category { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; }
.menu-category-heading { padding: 18px 18px 14px; background: #f7efe1; border-bottom: 1px solid var(--line); }
.menu-category-heading h3 { color: var(--red); font-size: 2rem; }
.menu-category-heading p, .menu-extras { margin: 5px 0 0; color: var(--muted); font-size: .78rem; }
.menu-items { padding: 2px 18px; }
.menu-item { display: flex; align-items: start; justify-content: space-between; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(32,27,24,.09); }
.menu-item:last-child { border-bottom: 0; }
.menu-item h4 { font-family: inherit; font-size: .91rem; letter-spacing: 0; line-height: 1.25; }
.menu-item p { margin: 3px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.4; }
.menu-item strong { flex: 0 0 auto; color: var(--red); font-size: .8rem; text-align: right; }
.menu-extras { padding: 0 18px 16px; }
.no-results { grid-column: 1 / -1; padding: 36px; border: 1px dashed var(--line); border-radius: 14px; text-align: center; }
.no-results p { color: var(--muted); }

.story-section { background: var(--cream-deep); }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.story-image-wrap { position: relative; max-width: 430px; margin-inline: auto; }
.story-image-wrap img { width: 100%; border-radius: 14px; box-shadow: var(--shadow); }
.story-badge { position: absolute; right: -26px; bottom: 22px; padding: 16px 20px; border-radius: 10px; background: var(--red); color: white; box-shadow: var(--shadow); }
.story-badge strong, .story-badge span { display: block; }
.story-badge strong { font-family: Georgia, serif; font-size: 1.7rem; letter-spacing: .16em; }
.story-badge span { font-size: .67rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.story-copy h2 { margin-bottom: 22px; }
.story-copy p { color: var(--muted); font-size: 1.03rem; }
.story-actions { margin-top: 26px; }

.location-section { background: #fffdf8; }
.location-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
.location-panel { padding: 36px; }
.location-panel h2 { margin-bottom: 20px; }
.location-item { padding: 14px 0; border-bottom: 1px solid var(--line); }
.location-item:last-of-type { border-bottom: 0; }
.location-label { display: block; margin-bottom: 4px; color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.location-item a, .location-item p { margin: 0; color: var(--ink); font-weight: 700; }
.location-actions { margin-top: 20px; }
.map-wrap { min-height: 520px; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

.site-footer { padding: 58px 0 22px; background: #211c19; color: rgba(255,255,255,.82); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 30px; }
.footer-logo { width: 150px; filter: drop-shadow(0 8px 16px rgba(0,0,0,.24)); }
.site-footer h3 { margin-bottom: 10px; color: white; font-family: inherit; font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.72); font-size: .9rem; }
.site-footer a:hover { color: #ffd37f; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 34px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }

.mobile-action-bar { display: none; }

@media (max-width: 920px) {
  .section { padding: 78px 0; }
  .intro-grid, .story-grid { gap: 42px; }
  .menu-layout { grid-template-columns: 1fr; }
  .menu-note { position: static; }
  .menu-note .button { width: auto; margin-right: 7px; }
  .menu-results { grid-template-columns: 1fr 1fr; }
  .location-grid { grid-template-columns: 1fr; }
  .map-wrap { min-height: 360px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 64px; }
  .container, .nav-shell { width: min(calc(100% - 28px), var(--container)); }
  .announcement-bar { justify-content: center; min-height: 30px; gap: 10px; font-size: .6rem; letter-spacing: .07em; }
  .announcement-bar a { display: none; }
  .nav-shell { min-height: 72px; }
  .brand img { width: 88px; height: 62px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 102px; right: 0; left: 0; display: none; align-items: stretch; padding: 15px 20px 20px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 14px 28px rgba(0,0,0,.15); }
  .site-nav.open { display: grid; gap: 0; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav-order { margin-top: 10px; border-bottom: 0 !important; text-align: center; }
  .hero { min-height: 650px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(20,16,13,.9), rgba(20,16,13,.62)); }
  .hero-content { padding: 50px 0 52px; }
  h1 { font-size: clamp(3.4rem, 17vw, 5.4rem); }
  h2 { font-size: clamp(2.45rem, 12vw, 3.8rem); }
  .hero-copy { font-size: 1rem; }
  .google-rating { width: 100%; max-width: 390px; gap: 11px; margin-top: 26px; padding: 11px; }
  .google-rating-score { width: 48px; height: 48px; font-size: 1.3rem; }
  .google-rating-link { margin-left: auto; padding-left: 10px; font-size: .61rem; line-height: 1.35; }
  .hero-details { gap: 20px; margin-top: 34px; }
  .hero-details div { width: 100%; }
  .button { min-height: 48px; padding: 11px 17px; font-size: .73rem; }
  .quick-strip-grid { grid-template-columns: 1fr; }
  .quick-strip a, .quick-strip a:first-child { min-height: 78px; padding: 14px 20px; border-right: 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .intro-grid, .story-grid { grid-template-columns: 1fr; }
  .intro-card { padding: 20px; }
  .intro-card img { width: 150px; }
  .split-heading { display: block; }
  .split-heading a { display: inline-block; margin-top: 12px; }
  .food-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 185px 185px; gap: 9px; }
  .food-card.featured-large { grid-row: auto; grid-column: 1 / 3; }
  .food-card-copy { right: 12px; bottom: 12px; left: 12px; }
  .food-card-copy h3 { font-size: 1.55rem; }
  .featured-large .food-card-copy h3 { font-size: 2.4rem; }
  .menu-tools { display: block; }
  .menu-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 10px; }
  .menu-tab { flex: 0 0 auto; }
  .menu-search input { width: 100%; margin-top: 8px; }
  .menu-results { grid-template-columns: 1fr; }
  .menu-note .button { width: 100%; margin-right: 0; }
  .story-image-wrap { width: min(88%, 380px); }
  .story-badge { right: -14px; bottom: 16px; }
  .location-panel { padding: 24px 20px; }
  .map-wrap { min-height: 300px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-logo { width: 112px; }
  .footer-bottom { display: grid; }
  .mobile-action-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 70; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 64px; background: #211c19; color: white; box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
  .mobile-action-bar a { display: grid; place-items: center; align-content: center; gap: 0; border-right: 1px solid rgba(255,255,255,.15); font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-action-bar span { font-size: 1.15rem; line-height: 1; }
  .mobile-action-bar .mobile-order { background: var(--red); }
}
