:root {
  --cream: #f4eddf;
  --paper: #fffaf1;
  --green: #173f35;
  --green-dark: #0b2a23;
  --red: #b92d2d;
  --red-dark: #8c2020;
  --gold: #e0ae43;
  --ink: #17211d;
  --muted: #6d716c;
  --line: rgba(23, 33, 29, .18);
  --shell: min(1180px, calc(100% - 48px));
  --serif: "Roboto Slab", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
img { display: block; width: 100%; }
button { color: inherit; font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link:focus { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 12px 16px; background: white; color: black; }

.topbar { position: relative; z-index: 41; display: flex; align-items: center; justify-content: space-between; min-height: 34px; padding: 6px clamp(20px, 4vw, 58px); background: var(--red); color: white; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.topbar a { text-decoration: none; }
.site-header { position: sticky; z-index: 40; top: 0; background: rgba(244, 237, 223, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-wrap { display: grid; grid-template-columns: auto 1fr; align-items: center; min-height: 82px; }
.brand { display: grid; justify-items: center; width: max-content; color: var(--green); text-decoration: none; text-transform: uppercase; }
.brand-main { font-family: var(--serif); font-size: 28px; font-weight: 900; letter-spacing: -.045em; line-height: .9; }
.brand-sub { margin-top: 5px; color: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .32em; line-height: 1; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(20px, 3vw, 42px); }
.main-nav a, .site-footer nav a { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.main-nav > a:not(.nav-order) { position: relative; }
.main-nav > a:not(.nav-order)::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 2px; background: var(--red); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-order { padding: 13px 18px; background: var(--green); color: white; }
.nav-order:hover { background: var(--red); }
.menu-toggle { display: none; justify-self: end; width: 46px; height: 46px; padding: 9px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: calc(100svh - 116px); background: var(--green); color: white; }
.hero-copy { display: grid; align-content: center; justify-items: start; padding: clamp(70px, 9vw, 135px) clamp(24px, 7vw, 110px); }
.eyebrow { margin: 0 0 20px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-light { color: #e8b84f; }
.hero h1, .signature h2, .section-heading h2, .about h2, .visit h2 { margin: 0; font-family: var(--serif); font-weight: 800; letter-spacing: -.045em; line-height: .94; }
.hero h1 { max-width: 760px; font-size: clamp(58px, 7.5vw, 112px); }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-lede { max-width: 630px; margin: 36px 0 0; color: rgba(255,255,255,.78); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 14px 22px; border: 2px solid transparent; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-cream { background: var(--cream); color: var(--green); box-shadow: 6px 6px 0 var(--red); }
.button-green { background: var(--green); color: white; box-shadow: 6px 6px 0 var(--gold); }
.button-red { background: var(--red); color: white; box-shadow: 6px 6px 0 var(--gold); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 6px; border-bottom: 2px solid var(--red); color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link-light { border-color: var(--gold); color: white; }
.hero-contact { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 58px; color: rgba(255,255,255,.65); font-size: 12px; }
.hero-contact a { text-decoration: none; }
.hero-photo { position: relative; min-height: 650px; overflow: hidden; }
.hero-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.38)); content: ""; }
.hero-photo img { height: 100%; object-fit: cover; object-position: center; }
.photo-note { position: absolute; z-index: 1; right: 28px; bottom: 28px; margin: 0; padding: 15px 18px; background: var(--gold); color: var(--green-dark); font-family: var(--serif); font-size: 18px; font-weight: 800; line-height: 1.1; transform: rotate(-2deg); }

.ticker { overflow: hidden; background: var(--red); color: white; }
.ticker-track { display: flex; align-items: center; width: max-content; padding: 15px 0; animation: ticker 30s linear infinite; }
.ticker span { padding: 0 28px; font-family: var(--serif); font-size: 16px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ticker b { color: var(--gold); font-size: 10px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.signature { display: grid; grid-template-columns: 1fr 1fr; min-height: 820px; background: var(--paper); }
.signature-photo { position: relative; min-height: 650px; overflow: hidden; }
.signature-photo img { height: 100%; object-fit: cover; }
.image-stamp { position: absolute; right: 26px; bottom: 26px; display: grid; place-items: center; width: 130px; height: 130px; border-radius: 50%; background: var(--red); color: white; font-family: var(--serif); font-size: 17px; font-weight: 800; line-height: 1.1; text-align: center; text-transform: uppercase; transform: rotate(9deg); }
.signature-copy { display: grid; align-content: center; justify-items: start; padding: clamp(60px, 8vw, 120px); }
.signature h2 { font-size: clamp(56px, 7vw, 104px); }
.signature-copy > p:not(.eyebrow) { max-width: 560px; margin: 32px 0; color: var(--muted); font-size: 17px; line-height: 1.75; }

.section-pad { padding: clamp(85px, 10vw, 150px) 0; }
.favorites { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; }
.section-heading h2 { max-width: 800px; font-size: clamp(54px, 7vw, 96px); }
.section-heading > p { max-width: 480px; margin: 0 0 7px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.food-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 65px; }
.food-card { display: grid; grid-template-rows: 330px auto; overflow: hidden; background: var(--paper); border: 1px solid var(--line); }
.food-card-square { grid-template-rows: minmax(0, 1fr) auto; aspect-ratio: 1; }
.food-card-wide { grid-column: 1 / -1; grid-template-columns: 1.25fr .75fr; grid-template-rows: 420px; }
.food-card img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.food-card:hover img { transform: scale(1.035); }
.food-card > div { position: relative; padding: 28px; }
.food-card h3 { margin: 0 0 8px; color: var(--green); font-family: var(--serif); font-size: clamp(28px, 3vw, 43px); line-height: 1; }
.food-card p { margin: 0; color: var(--muted); line-height: 1.55; }

.about { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 820px; background: var(--green); color: white; }
.about-copy { display: grid; align-content: center; justify-items: start; padding: clamp(60px, 8vw, 120px); }
.about h2 { font-size: clamp(55px, 7vw, 100px); }
.about-copy > p:not(.eyebrow) { max-width: 570px; margin: 34px 0; color: rgba(255,255,255,.73); font-size: 17px; line-height: 1.75; }
.about-photo { min-height: 650px; overflow: hidden; }
.about-photo img { height: 100%; object-fit: cover; }

.visit { background: var(--gold); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.visit h2 { font-size: clamp(56px, 8vw, 110px); }
.visit address { margin: 34px 0 7px; font-size: 18px; font-style: normal; line-height: 1.65; }
.visit-phone { font-family: var(--serif); font-size: clamp(26px, 3vw, 38px); font-weight: 800; text-decoration: none; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; }
.visit-art { display: grid; justify-items: center; color: rgba(23,63,53,.2); font-family: var(--serif); font-size: clamp(64px, 8vw, 120px); font-weight: 900; letter-spacing: -.05em; line-height: .72; text-transform: uppercase; transform: rotate(-4deg); }
.visit-art strong { color: var(--red); font-size: 24px; }

.site-footer { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 50px; padding: 75px clamp(24px, 6vw, 90px) 30px; background: var(--green-dark); color: white; }
.site-footer .brand { color: white; }
.footer-brand > p { margin: 24px 0 0; color: rgba(255,255,255,.65); }
.site-footer nav { display: grid; align-content: start; gap: 18px; }
.footer-contact { display: grid; align-content: start; justify-items: start; gap: 18px; color: rgba(255,255,255,.75); }
.footer-contact a { line-height: 1.55; text-decoration: none; }
.site-footer > small { grid-column: 1 / -1; margin-top: 35px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.5); }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: 116px; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 24px; background: var(--cream); border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 15px 0; }
  .nav-order { margin-top: 8px; padding: 15px 18px !important; text-align: center; }
  .site-header.is-open .menu-toggle > span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .site-header.is-open .menu-toggle > span:nth-child(2) { opacity: 0; }
  .site-header.is-open .menu-toggle > span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero, .signature, .about, .section-heading, .visit-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-photo { min-height: 680px; }
  .signature-copy { min-height: 650px; }
  .section-heading { align-items: start; gap: 28px; }
  .food-card-wide { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 330px auto; }
  .about-photo { min-height: 660px; }
  .visit-art { display: none; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  :root { --shell: min(1180px, calc(100% - 28px)); }
  body { padding-bottom: 58px; }
  .topbar { gap: 10px; font-size: 8px; }
  .nav-wrap { min-height: 74px; }
  .brand-main { font-size: 24px; }
  .main-nav { top: 108px; }
  .hero-copy { padding: 72px 20px 64px; }
  .hero h1 { font-size: clamp(51px, 16vw, 76px); }
  .hero-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-contact { display: grid; margin-top: 42px; }
  .hero-photo { min-height: 560px; }
  .photo-note { right: 18px; bottom: 18px; font-size: 16px; }
  .ticker span { padding: 0 20px; }
  .signature-photo { min-height: 580px; }
  .image-stamp { right: 18px; bottom: 18px; width: 110px; height: 110px; font-size: 15px; }
  .signature-copy { min-height: 570px; padding: 64px 20px; }
  .signature h2, .section-heading h2, .about h2, .visit h2 { font-size: clamp(48px, 15vw, 70px); }
  .section-pad { padding: 78px 0; }
  .food-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 42px; }
  .food-card, .food-card-wide { grid-template-rows: 300px auto; }
  .food-card-square { grid-template-rows: minmax(0, 1fr) auto; }
  .about-copy { padding: 76px 20px; }
  .about-photo { min-height: 500px; }
  .visit-actions { display: grid; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 75px; }
  .footer-contact { grid-column: auto; }
  .mobile-actions { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1.5fr; }
  .mobile-actions a { display: grid; min-height: 58px; place-items: center; background: white; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
  .mobile-actions a:last-child { background: var(--red); color: white; }
}

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