:root {
  --green: #0a3b2a;
  --green-light: #16583e;
  --red: #d92a22;
  --red-dark: #aa1d18;
  --cream: #f7f0df;
  --paper: #fffaf0;
  --white: #fffaf0;
  --ink: #121513;
  --muted: #626861;
  --line: #d9d3c7;
  --sans: "DM Sans", system-ui, sans-serif;
  --display: "Libre Franklin", Arial, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
.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: 10px; left: 10px; padding: 12px 16px; color: var(--white); background: var(--red); }

.site-header { position: sticky; z-index: 50; top: 0; display: flex; align-items: center; gap: 30px; min-height: 76px; padding: 8px max(24px, calc((100vw - var(--max)) / 2)); background: rgba(255,253,247,.96); border-bottom: 1px solid rgba(18,21,19,.12); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; text-decoration: none; }
.brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--display); font-size: 20px; font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; }
.brand small { margin-top: 2px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; gap: 30px; }
.site-nav a { font-size: 13px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover { color: var(--red); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--ink); }

.order-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 14px 22px; color: var(--white); background: var(--red); border: 1px solid var(--red); font-size: 13px; font-weight: 800; letter-spacing: .03em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s; }
.order-button:hover { background: var(--red-dark); transform: translateY(-2px); }
.order-button-light { color: var(--green); background: var(--white); border-color: var(--white); }
.order-button-light:hover { color: var(--white); background: var(--red); border-color: var(--red); }
.order-button-cream { color: var(--green); background: var(--cream); border-color: var(--cream); }
.order-button-cream:hover { color: var(--white); background: var(--red); border-color: var(--red); }

.hero { position: relative; min-height: min(640px, calc(100vh - 76px)); display: flex; align-items: flex-end; overflow: hidden; background: #151712; }
.hero-image, .hero-overlay { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-image { object-position: center 57%; animation: hero-in 1.3s ease both; }
.hero-overlay { background: linear-gradient(90deg, rgba(6,32,22,.93) 0%, rgba(6,32,22,.7) 45%, rgba(6,32,22,.08) 76%), linear-gradient(0deg, rgba(0,0,0,.42), transparent 55%); }
.hero-copy { position: relative; z-index: 1; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 70px 0 58px; color: var(--white); }
.eyebrow { margin: 0 0 17px; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { display: inline-block; width: 34px; height: 2px; margin: 0 12px 4px 0; background: currentColor; content: ""; }
.eyebrow.red { color: var(--red); }
.eyebrow.cream { color: #eadfc8; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(64px, 9vw, 132px); font-weight: 900; line-height: .78; letter-spacing: -.075em; word-spacing: .08em; text-transform: uppercase; }
h1 em { color: #efc84f; font-style: italic; }
.hero-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: 19px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.call-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.7); font-weight: 700; text-decoration: none; }
.hero-stamp { position: absolute; z-index: 2; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 40px; display: grid; place-items: center; width: 154px; height: 154px; padding: 20px; color: var(--green); background: #efc84f; border-radius: 50%; text-align: center; transform: rotate(7deg); }
.hero-stamp span { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-stamp strong { margin: -7px 0; font-family: var(--display); font-size: 52px; line-height: 1; }

.ticker { overflow: hidden; color: var(--white); background: var(--red); }
.ticker div { display: flex; align-items: center; gap: 30px; width: max-content; padding: 17px 0; font-family: var(--display); font-size: 14px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; animation: marquee 28s linear infinite; }
.ticker i { color: #efc84f; font-size: 9px; }
.section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

.welcome { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(48px, 8vw, 110px); padding-top: 82px; padding-bottom: 82px; }
h2 { margin-bottom: 0; font-size: clamp(46px, 6vw, 82px); font-weight: 900; line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.welcome-copy { align-self: end; }
.welcome-copy p { color: var(--muted); line-height: 1.62; }
.welcome-copy .lead { color: var(--ink); font-size: 20px; font-weight: 600; }
.underlined-link { display: inline-flex; gap: 12px; margin-top: 8px; padding-bottom: 6px; border-bottom: 2px solid var(--red); color: var(--red); font-weight: 800; text-decoration: none; text-transform: uppercase; }

.favorites { color: var(--white); background: var(--green); }
.favorites-heading { max-width: 940px; margin-left: max(24px, calc((100vw - var(--max)) / 2)); padding-top: 74px; }
.favorites-heading h2 { max-width: 900px; }
.food-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 46px; }
.food-card { position: relative; min-height: 440px; overflow: hidden; background: #082b1f; }
.food-card-raised { transform: translateY(-28px); }
.food-card img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.food-card:hover img { transform: scale(1.04); }
.food-card::after { position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.86)); content: ""; }
.food-card > div { position: absolute; z-index: 2; bottom: 30px; left: 30px; }
.food-card p { margin-bottom: 4px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.food-card h3 { margin: 0; font-size: 42px; text-transform: uppercase; }
.card-number { position: absolute; z-index: 2; top: 20px; right: 20px; display: grid; place-items: center; width: 44px; height: 44px; color: var(--green); background: #efc84f; border-radius: 50%; font-family: var(--display); font-weight: 900; }
.favorites-action { display: flex; justify-content: center; padding-top: 12px; padding-bottom: 72px; }

.split-feature { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 560px; background: var(--red); }
.split-image { overflow: hidden; }
.split-image img { height: 100%; object-fit: cover; }
.split-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(46px, 6vw, 82px); color: var(--white); }
.split-copy h2 { margin-bottom: 25px; }
.split-copy > p:not(.eyebrow) { max-width: 500px; margin-bottom: 32px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.7; }

.gallery { padding-top: 82px; padding-bottom: 82px; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 34px; }
.gallery-heading > p { max-width: 390px; margin-bottom: 8px; color: var(--muted); line-height: 1.7; }
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 12px; }
.photo-grid figure { margin: 0; overflow: hidden; background: #eee8dc; }
.photo-grid img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.photo-grid figure:hover img { transform: scale(1.04); }
.photo-wide { grid-column: span 2; }
.photo-tall { grid-row: span 2; }

.visit { display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; color: var(--white); background: var(--green); }
.visit-logo { display: grid; place-items: center; padding: clamp(42px, 6vw, 78px); background: var(--cream); }
.visit-logo img { max-width: 620px; }
.visit-details { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(46px, 6vw, 82px); }
.visit-details h2 { margin-bottom: 38px; }
.visit-details address { margin-bottom: 18px; color: rgba(255,255,255,.78); font-size: 20px; font-style: normal; line-height: 1.65; }
.visit-details .phone { margin-bottom: 34px; font-family: var(--display); font-size: 30px; font-weight: 900; text-decoration: none; }
.visit-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.directions-link { padding-bottom: 5px; border-bottom: 1px solid var(--white); font-weight: 700; text-decoration: none; }
.hours-note { margin: 28px 0 0; color: rgba(255,255,255,.55); font-size: 13px; }

.final-cta { display: flex; flex-direction: column; align-items: center; padding: 78px 24px; color: var(--white); background: var(--red); text-align: center; }
.final-cta h2 { max-width: 920px; margin-bottom: 35px; }

footer { padding: 44px max(24px, calc((100vw - var(--max)) / 2)) 25px; color: rgba(255,255,255,.7); background: #071d15; }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 32px; padding-bottom: 30px; }
.footer-main > a { text-decoration: none; }
.footer-brand { color: var(--white); font-family: var(--display); font-size: 28px; font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; }
.footer-brand span { display: block; color: var(--red); font-size: 11px; letter-spacing: .18em; }
.footer-main p { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.13); font-size: 11px; }
.footer-bottom p { margin: 0; }
.slice-link { display: inline-flex; width: 92px; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; overflow: hidden; opacity: .78; transition: opacity .2s ease, transform .2s ease; }
.slice-link:hover { opacity: 1; transform: translateY(-1px); }
.slice-link img { width: 100%; height: auto; }
.mobile-order { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes hero-in { from { opacity: .45; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .site-header { min-height: 72px; }
  .brand img { width: 50px; height: 50px; }
  .header-order { display: none; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 18px 24px 28px; color: var(--white); background: var(--green); transform: translateY(-130%); transition: transform .28s ease; }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { padding: 16px 2px; border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--display); font-size: 22px; }
  .hero { min-height: 620px; }
  .hero-stamp { right: 24px; bottom: 28px; width: 125px; height: 125px; }
  .welcome { grid-template-columns: 1fr; gap: 38px; }
  .food-card { min-height: 390px; }
  .split-feature, .visit { grid-template-columns: 1fr; }
  .split-image { min-height: 420px; }
  .visit-logo { min-height: 420px; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main p { grid-row: 2; }
}

@media (max-width: 640px) {
  .site-header { padding: 8px 17px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 8px; }
  .hero { min-height: 620px; }
  .hero-copy { width: calc(100% - 34px); padding: 48px 0 126px; }
  h1 { font-size: clamp(60px, 20vw, 82px); line-height: .8; }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .call-link { align-self: flex-start; }
  .hero-stamp { right: 18px; bottom: 84px; }
  .section { width: calc(100% - 34px); }
  .welcome { padding-top: 58px; padding-bottom: 58px; }
  h2 { font-size: clamp(40px, 13vw, 60px); }
  .favorites-heading { margin-left: 17px; padding-top: 58px; }
  .food-cards { grid-template-columns: 1fr; padding-top: 34px; }
  .food-card { min-height: 390px; }
  .food-card-raised { transform: none; }
  .favorites-action { padding-bottom: 58px; }
  .split-image { min-height: 330px; }
  .split-copy { padding: 56px 24px; }
  .gallery { padding-top: 58px; padding-bottom: 58px; }
  .gallery-heading { align-items: start; flex-direction: column; gap: 24px; }
  .photo-grid { grid-auto-rows: 180px; gap: 8px; }
  .photo-wide { grid-column: span 2; }
  .visit-logo { min-height: 310px; padding: 38px; }
  .visit-details { padding: 56px 24px; }
  .final-cta { padding: 62px 20px; }
  .footer-main { grid-template-columns: 1fr; align-items: start; gap: 17px; }
  .footer-main p { grid-row: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  footer { padding-bottom: 105px; }
  .mobile-order { position: fixed; z-index: 60; right: 12px; bottom: 12px; left: 12px; display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; color: var(--white); background: var(--red); box-shadow: 0 12px 30px rgba(0,0,0,.3); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
}

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