:root {
  --cream: #fff8e8;
  --paper: #fffdf7;
  --ink: #171713;
  --muted: #655f54;
  --red: #e23b2e;
  --yellow: #f4d93f;
  --blue: #8bc9da;
  --green: #215744;
  --line: rgba(23, 23, 19, .16);
  --display: "Archivo Black", Impact, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
  --shadow: 0 24px 60px rgba(42, 31, 17, .14);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font: 16px/1.6 var(--body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--red); }
[hidden] { display: none !important; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.wrap-wide { width: min(1340px, calc(100% - 40px)); margin-inline: auto; }
.wrap-narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-block; margin-bottom: 16px; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 50px; padding: 13px 22px; border: 2px solid transparent; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 6px 6px 0 var(--ink); }
.button--large { min-height: 62px; padding-inline: 30px; }
.button--red { color: #fff; background: var(--red); border-color: var(--red); }
.button--dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.button--cream { color: var(--ink); background: var(--cream); border-color: var(--cream); }
.button--outline { color: var(--ink); background: transparent; border-color: var(--ink); }
.text-link { display: inline-flex; gap: 22px; align-items: center; padding-block: 6px; border-bottom: 2px solid currentColor; font-size: 14px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.text-link--light { color: #fff; }

.topbar { position: relative; z-index: 102; color: var(--cream); background: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.topbar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.topbar__message { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.topbar__message i { width: 7px; height: 7px; border-radius: 50%; background: #64c68b; box-shadow: 0 0 0 4px rgba(100,198,139,.15); }
.topbar__links { display: flex; align-items: center; gap: 21px; }
.topbar__links > a { position: relative; }
.topbar__links > a + a::before { position: absolute; top: 50%; left: -11px; width: 1px; height: 13px; content: ""; background: rgba(255,255,255,.2); transform: translateY(-50%); }
.topbar__phone span { color: var(--yellow); }
.topbar a:hover { color: var(--yellow); }
.topbar__socials { display: flex; gap: 7px; margin-left: 2px; }
.social-icon { display: inline-grid; place-items: center; width: 30px; height: 30px; color: #fff !important; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; transition: color .2s, background .2s, transform .2s; }
.social-icon:hover { color: var(--ink) !important; background: var(--yellow); border-color: var(--yellow); transform: translateY(-2px); }
.social-icon--facebook > span { font: 900 17px/1 Arial, sans-serif; text-transform: lowercase; }
.social-icon--instagram > span { position: relative; display: block; width: 14px; height: 14px; border: 1.8px solid currentColor; border-radius: 4px; }
.social-icon--instagram > span::before { position: absolute; top: 50%; left: 50%; width: 5px; height: 5px; content: ""; border: 1.5px solid currentColor; border-radius: 50%; transform: translate(-50%,-50%); }
.social-icon--instagram > span::after { position: absolute; top: 2px; right: 2px; width: 2px; height: 2px; content: ""; background: currentColor; border-radius: 50%; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 248, 232, .94); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: box-shadow .2s, border .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 25px rgba(25, 22, 16, .07); }
.nav-wrap { min-height: 108px; display: flex; align-items: center; gap: 32px; }
.brand { margin-right: auto; }
.brand img { width: 310px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 29px; }
.desktop-nav > a, .nav-mega__toggle { position: relative; padding: 0; color: var(--ink); background: none; border: 0; cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 3px; content: ""; background: var(--red); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-mega__toggle span { display: inline-block; margin-left: 5px; color: var(--red); transition: transform .2s; }
.nav-mega__toggle[aria-expanded="true"] span { transform: rotate(180deg); }
.mega-panel { position: absolute; z-index: 99; top: 100%; right: 0; left: 0; padding-block: 34px; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 5px solid var(--red); box-shadow: 0 22px 50px rgba(20,18,13,.18); }
.mega-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr .85fr; gap: 38px; align-items: stretch; }
.mega-intro { padding-right: 28px; border-right: 1px solid var(--line); }
.mega-intro .eyebrow { margin-bottom: 9px; color: var(--red); }
.mega-intro h2 { margin-bottom: 13px; font-size: 34px; }
.mega-intro p { margin: 0; color: var(--muted); font-size: 13px; }
.mega-column { display: flex; flex-direction: column; gap: 4px; }
.mega-column > span { margin-bottom: 10px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mega-column a { display: block; padding: 8px 0; }
.mega-column a::after, .mega-feature::after { display: none; }
.mega-column b, .mega-column small { display: block; }
.mega-column b { font-size: 14px; text-transform: uppercase; }
.mega-column small { color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.mega-column a:hover b { color: var(--red); }
.mega-feature { position: relative; overflow: hidden; min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; padding: 17px; color: #fff; background: var(--ink); }
.mega-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; transition: transform .35s; }
.mega-feature:hover img { transform: scale(1.06); }
.mega-feature span, .mega-feature b { position: relative; z-index: 1; }
.mega-feature span { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mega-feature b { font: 16px var(--display); text-transform: uppercase; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 0; background: var(--ink); }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: #fff; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { padding: 8px 20px 25px; background: var(--cream); border-top: 1px solid var(--line); }
.mobile-nav > a:not(.button) { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); font: 20px var(--display); text-transform: uppercase; }
.mobile-nav__group { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding: 18px 0 10px; border-bottom: 1px solid var(--line); }
.mobile-nav__group > span { grid-column: 1 / -1; margin-bottom: 7px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mobile-nav__group a { padding: 5px 0; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.mobile-nav .button { width: 100%; margin-top: 18px; }

.hero { overflow: hidden; }
.hero__grid { min-height: 675px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 55px; padding-block: 54px 80px; }
.hero__copy { position: relative; z-index: 2; }
.hero__copy h1 { max-width: 650px; margin-bottom: 26px; font-size: clamp(58px, 6.7vw, 104px); }
.hero__copy p { max-width: 570px; margin-bottom: 32px; color: var(--muted); font-size: 19px; }
.hero__actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.hero__proof { display: flex; gap: 0; margin-top: 45px; padding-top: 23px; border-top: 1px solid var(--line); }
.hero__proof span { min-width: 132px; padding-right: 24px; }
.hero__proof span + span { padding-left: 24px; border-left: 1px solid var(--line); }
.hero__proof b, .hero__proof small { display: block; }
.hero__proof b { font-family: var(--display); font-size: 19px; text-transform: uppercase; }
.hero__proof small { color: var(--muted); font-size: 11px; }
.hero__visual { position: relative; min-height: 545px; }
.hero__sun { position: absolute; top: -8%; right: -2%; width: 94%; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); }
.hero__main-img { position: absolute; z-index: 2; top: 8%; right: 5%; width: 78%; height: 72%; object-fit: cover; border: 7px solid var(--ink); transform: rotate(3deg); box-shadow: var(--shadow); }
.hero__side-img { position: absolute; z-index: 3; right: -4%; bottom: -1%; width: 46%; height: 39%; object-fit: cover; border: 7px solid var(--ink); transform: rotate(-7deg); box-shadow: var(--shadow); }
.sticker { position: absolute; z-index: 4; display: grid; place-items: center; width: 105px; aspect-ratio: 1; border-radius: 50%; font: 18px/1 var(--display); text-align: center; text-transform: uppercase; transform: rotate(-10deg); }
.sticker--top { top: 2%; left: 1%; color: #fff; background: var(--red); }
.sticker--bottom { bottom: 2%; left: 9%; background: var(--blue); }
.ticker { color: #fff; background: var(--red); overflow: hidden; transform: rotate(-1deg) scale(1.02); }
.ticker div { width: max-content; padding: 16px 0; font: 20px var(--display); letter-spacing: .04em; white-space: nowrap; animation: ticker 24s linear infinite; }
.ticker i { margin-inline: 25px; color: var(--yellow); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.monthly-offers { padding-block: 110px; color: #fff; background: var(--ink); overflow: hidden; }
.offers-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 45px; }
.offers-heading .eyebrow { color: var(--yellow); }
.offers-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 78px); }
.offers-heading > p { max-width: 480px; margin: 0 0 8px; color: rgba(255,255,255,.7); font-size: 17px; }
.offer-slider { position: relative; }
.offer-viewport { overflow: hidden; border: 5px solid #fff; box-shadow: 14px 14px 0 var(--red); }
.offer-track { min-height: 640px; }
.offer-slide { min-height: 640px; display: none; grid-template-columns: .82fr 1.18fr; color: var(--ink); background: var(--yellow); }
.offer-slide.active { display: grid; animation: offerIn .45s ease both; }
@keyframes offerIn { from { opacity: .35; transform: translateX(22px); } to { opacity: 1; transform: none; } }
.offer-slide__media { position: relative; overflow: hidden; min-height: 640px; padding: 18px; background: #f4ecdf; }
.offer-slide__media img { width: 100%; height: 100%; object-fit: contain; }
.offer-slide__media--landscape { padding: 0; background: var(--ink); }
.offer-slide__media--landscape img { object-fit: cover; }
.offer-slide__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(45px, 7vw, 100px); }
.offer-kicker { margin-bottom: 18px; padding: 7px 11px; color: #fff; background: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.offer-slide__copy h3 { margin-bottom: 24px; font: clamp(50px, 6vw, 86px)/.95 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.offer-slide__copy h3 em { color: var(--red); font-style: normal; }
.offer-slide__copy p { max-width: 510px; margin-bottom: 30px; font-size: 18px; }
.offer-slide__copy > div { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.offer-slide__copy .text-link { background: none; cursor: pointer; }
.offer-arrow { position: absolute; z-index: 4; top: 50%; display: grid; place-items: center; width: 54px; height: 54px; color: #fff; background: var(--red); border: 3px solid #fff; border-radius: 50%; cursor: pointer; font-size: 23px; transform: translateY(-50%); transition: background .2s, transform .2s; }
.offer-arrow:hover { color: var(--ink); background: var(--yellow); transform: translateY(-50%) scale(1.08); }
.offer-arrow--prev { left: -27px; }
.offer-arrow--next { right: -27px; }
.offer-dots { position: absolute; z-index: 5; right: 35px; bottom: 24px; display: flex; gap: 8px; }
.offer-dots button { width: 11px; height: 11px; padding: 0; background: transparent; border: 2px solid var(--ink); border-radius: 50%; cursor: pointer; }
.offer-dots button.active { background: var(--red); border-color: var(--red); }

.offer-modal { width: min(1040px, calc(100% - 30px)); max-height: min(90vh, 820px); padding: 0; color: var(--ink); background: var(--paper); border: 5px solid var(--ink); box-shadow: 18px 18px 0 var(--red); overflow: auto; }
.offer-modal[open] { display: grid; grid-template-columns: minmax(330px, .82fr) 1.18fr; animation: modalIn .32s ease both; }
.offer-modal::backdrop { background: rgba(12,12,10,.78); backdrop-filter: blur(6px); }
@keyframes modalIn { from { opacity: 0; transform: translateY(24px) scale(.97); } to { opacity: 1; transform: none; } }
.offer-modal__image { min-height: 650px; padding: 14px; background: #f2eadc; }
.offer-modal__image img { width: 100%; height: 100%; object-fit: contain; }
.offer-modal__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(38px, 6vw, 80px); }
.offer-modal__copy h2 { margin-bottom: 25px; font-size: clamp(48px, 6vw, 76px); }
.offer-modal__copy p { margin-bottom: 30px; color: var(--muted); font-size: 18px; }
.offer-modal__close { position: absolute; z-index: 4; top: 14px; right: 14px; display: grid; place-items: center; width: 46px; height: 46px; color: #fff; background: var(--ink); border: 0; cursor: pointer; font-size: 30px; }
.offer-modal__later { margin-top: 18px; padding: 4px 0; color: var(--muted); background: none; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-size: 12px; font-weight: 800; text-transform: uppercase; }
body.offer-open { overflow: hidden; }

.section { padding-block: 105px; }
.section--cream { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.section-heading h2 { margin: 0; font-size: clamp(46px, 6vw, 80px); }
.section-heading > p { max-width: 440px; margin-bottom: 8px; color: var(--muted); font-size: 18px; }
.section-heading--center { justify-content: center; text-align: center; }
.food-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.food-card { position: relative; overflow: hidden; min-height: 510px; display: flex; flex-direction: column; padding: 15px; color: var(--ink); transition: transform .3s, box-shadow .3s; }
.food-card:hover { transform: translateY(-8px) rotate(-1deg); box-shadow: 10px 10px 0 var(--ink); }
.food-card--red { background: var(--red); }
.food-card--yellow { background: var(--yellow); }
.food-card--blue { background: var(--blue); }
.food-card img { width: 100%; height: 295px; object-fit: cover; border: 3px solid var(--ink); filter: saturate(1.08); }
.food-card > div { padding: 24px 10px 8px; }
.food-card h3 { margin-bottom: 4px; font: 31px/1.05 var(--display); text-transform: uppercase; }
.food-card p { margin-bottom: 18px; font-weight: 600; }
.food-card > div > span { font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.food-card__number { position: absolute; z-index: 2; top: 28px; left: 28px; display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--ink); border-radius: 50%; font-weight: 900; }

.split-story { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 700px; color: #fff; background: var(--ink); }
.split-story__image { position: relative; min-height: 620px; overflow: hidden; }
.split-story__image img { width: 100%; height: 100%; object-fit: cover; }
.roundel { position: absolute; right: -4px; bottom: 25px; display: grid; place-items: center; width: 145px; aspect-ratio: 1; color: var(--ink); background: var(--yellow); border: 6px solid var(--ink); border-radius: 50%; font: 18px/1 var(--display); text-align: center; transform: rotate(10deg); }
.split-story__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px clamp(35px, 6vw, 100px); }
.split-story__copy h2 { margin-bottom: 28px; font-size: clamp(45px, 5.5vw, 76px); }
.split-story__copy p { max-width: 570px; margin-bottom: 35px; color: rgba(255,255,255,.72); font-size: 18px; }
.split-story__copy .button { color: #fff; border-color: #fff; }

.how-it-works { background: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); }
.steps article { position: relative; padding: 42px 40px 10px 0; }
.steps article + article { padding-left: 40px; border-left: 1px solid var(--line); }
.steps article > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 58px; color: #fff; background: var(--red); border-radius: 50%; font: 19px var(--display); }
.steps h3 { margin-bottom: 12px; font: 26px var(--display); text-transform: uppercase; }
.steps p { max-width: 310px; color: var(--muted); }
.local-section { padding-block: 110px; color: #fff; background: var(--green); overflow: hidden; }
.local-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.local-copy h2 { font-size: clamp(48px, 5.5vw, 75px); }
.local-copy p { max-width: 430px; margin-bottom: 30px; color: rgba(255,255,255,.75); font-size: 18px; }
.local-image { position: relative; }
.local-image::before { position: absolute; z-index: 2; inset: -18px 18px 18px -18px; content: ""; border: 3px solid var(--yellow); }
.local-image img { position: relative; z-index: 1; width: 100%; height: 520px; object-fit: cover; transform: rotate(2deg); }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-6px); box-shadow: 8px 8px 0 var(--ink); }
.post-card > a { display: block; overflow: hidden; }
.post-card img { width: 100%; height: 250px; object-fit: cover; transition: transform .45s; }
.post-card:hover img { transform: scale(1.04); }
.post-card > div { padding: 24px; }
.post-card time { display: block; margin-bottom: 12px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.post-card h2, .post-card h3 { margin-bottom: 18px; font: 23px/1.15 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
.post-card p { color: var(--muted); font-size: 14px; }
.post-card .text-link { font-size: 11px; }
.visit-strip { padding-block: 65px; background: var(--yellow); }
.visit-strip__inner { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 50px; }
.visit-strip h2 { margin: 0; font-size: clamp(43px, 5.5vw, 66px); }
.visit-strip p { margin: 0 0 12px; font-weight: 600; }
.visit-strip a:not(.button) { text-decoration: underline; text-underline-offset: 4px; }

.page-hero { padding-block: 100px 90px; background: var(--yellow); overflow: hidden; }
.page-hero .wrap { position: relative; }
.page-hero .wrap::after { position: absolute; right: -5%; bottom: -70%; width: 320px; aspect-ratio: 1; content: ""; border: 55px solid rgba(255,255,255,.35); border-radius: 50%; }
.page-hero h1 { position: relative; z-index: 1; max-width: 900px; margin-bottom: 26px; font-size: clamp(58px, 8vw, 112px); }
.page-hero p { position: relative; z-index: 1; max-width: 650px; margin: 0; font-size: 19px; font-weight: 600; }
.breadcrumbs { display: flex; gap: 12px; align-items: center; padding-block: 22px; color: var(--muted); font-size: 12px; }
.breadcrumbs a:hover { color: var(--red); }

.menu-section { padding-block: 70px 110px; background: var(--paper); }
.menu-tools { position: sticky; z-index: 20; top: 86px; display: flex; gap: 22px; align-items: center; padding: 16px 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.menu-search { position: relative; flex: 0 0 270px; }
.menu-search input, .blog-search input { width: 100%; padding: 14px 42px 14px 16px; background: #fff; border: 2px solid var(--ink); border-radius: 0; outline: none; }
.menu-search input:focus, .blog-search input:focus { box-shadow: 4px 4px 0 var(--yellow); }
.menu-search b { position: absolute; right: 15px; top: 9px; font-size: 23px; }
.menu-tabs { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tabs button { flex: 0 0 auto; padding: 10px 15px; background: transparent; border: 1px solid var(--ink); cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.menu-tabs button.active { color: #fff; background: var(--ink); }
.menu-category { padding-top: 75px; }
.menu-category__head { display: flex; align-items: center; gap: 22px; padding-bottom: 24px; border-bottom: 3px solid var(--ink); }
.menu-category__head span { color: var(--red); font: 18px var(--display); }
.menu-category__head h2 { margin: 0; font-size: clamp(38px, 5vw, 59px); }
.menu-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 60px; }
.menu-list article { display: flex; justify-content: space-between; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.menu-list h3 { margin-bottom: 5px; font: 20px var(--display); text-transform: uppercase; }
.menu-list p { margin: 0; color: var(--muted); font-size: 14px; }
.menu-list article > span { align-self: flex-start; flex: 0 0 auto; padding: 4px 8px; color: var(--red); border: 1px solid var(--red); font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.menu-note { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 80px; padding: 40px; background: var(--yellow); border: 3px solid var(--ink); box-shadow: 10px 10px 0 var(--ink); }
.menu-note h2 { margin-bottom: 8px; font-size: 32px; }
.menu-note p { margin: 0; }

.blog-index { background: var(--paper); }
.blog-search { display: grid; grid-template-columns: 150px minmax(0, 520px); align-items: center; margin-bottom: 55px; }
.blog-search span { font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.post-grid--all { row-gap: 38px; }
.no-results { padding: 60px 0; text-align: center; font: 24px var(--display); text-transform: uppercase; }

.article { padding-bottom: 100px; background: var(--paper); }
.article__header { max-width: 990px; padding-block: 80px 45px; text-align: center; }
.article__header h1 { margin-bottom: 28px; font-size: clamp(48px, 7vw, 86px); }
.article__meta { display: flex; gap: 12px; justify-content: center; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article__image img { width: 100%; max-height: 680px; object-fit: cover; }
.article__layout { display: grid; grid-template-columns: minmax(0, 720px) 210px; justify-content: center; gap: 80px; padding-top: 70px; }
.article__body { color: #34312b; font-size: 18px; }
.article__body h2 { margin: 52px 0 18px; color: var(--ink); font-size: 37px; }
.article__body h3 { margin: 38px 0 12px; color: var(--ink); font: 25px var(--display); text-transform: uppercase; }
.article__body h4 { margin: 28px 0 9px; color: var(--ink); font-size: 19px; }
.article__body p { margin-bottom: 20px; }
.article__body li { margin-bottom: 9px; }
.article__body a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.article__body blockquote { margin: 35px 0; padding: 24px; background: var(--cream); border-left: 5px solid var(--red); }
.article__side > div { position: sticky; top: 120px; display: grid; gap: 11px; padding-top: 16px; border-top: 3px solid var(--ink); }
.article__side b { margin-bottom: 10px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.article__side a { font-size: 13px; font-weight: 700; }
.article__side a:hover { color: var(--red); }
.back-link { display: inline-block; margin-top: 35px; }
.article-cta { margin-top: 55px; padding: 35px; color: var(--ink); background: var(--yellow); border: 3px solid var(--ink); }
.article-cta h2 { margin-top: 0; font-size: 34px; }
.article-cta p { color: var(--ink); }
.article-cta a { color: #fff; text-decoration: none; }

.story-page { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.story-image { position: relative; }
.story-image::after { position: absolute; z-index: 0; right: -22px; bottom: -22px; width: 80%; height: 80%; content: ""; background: var(--yellow); }
.story-image img { position: relative; z-index: 1; width: 100%; height: 600px; object-fit: cover; }
.story-copy h2, .contact-details h2, .contact-form h2 { margin-bottom: 25px; font-size: clamp(42px, 5vw, 66px); }
.story-copy p { color: var(--muted); font-size: 18px; }
.story-copy .button { margin-top: 20px; }
.values-list { padding: 0; margin: 30px 0; list-style: none; }
.values-list li { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.values-list b { font-family: var(--display); text-transform: uppercase; }
.values-list span { color: var(--muted); }

.contact-page { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.detail-card { margin-top: 40px; padding: 28px; background: var(--yellow); border: 2px solid var(--ink); }
.contact-details small, .contact-form small { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.detail-card p { font: 22px/1.3 var(--display); text-transform: uppercase; }
.detail-card a, .detail-row a { font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.detail-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 22px; }
.detail-row > div { padding: 20px 0; border-top: 1px solid var(--line); }
.detail-row a { font-size: 14px; }
.contact-form { padding: 44px; background: var(--cream); border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--ink); }
.contact-form h2 { font-size: 48px; }
.contact-form label { display: block; margin-bottom: 20px; font-size: 13px; font-weight: 800; }
.contact-form label span { color: var(--red); }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid var(--ink); border-radius: 0; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-width: 2px; box-shadow: 4px 4px 0 var(--yellow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form .hp-field { position: absolute; left: -9999px; }
.contact-form > small { margin-top: 20px; }
.contact-form > small a { text-decoration: underline; }
.form-message { padding: 14px; border: 1px solid; font-weight: 700; }
.form-message--success { color: #164b32; background: #dff4e8; }
.form-message--error { color: #6b1713; background: #fbe2df; }
.legal-page { background: var(--paper); }
.not-found { min-height: 680px; display: grid; place-items: center; text-align: center; background: var(--yellow); }
.not-found .wrap { position: relative; }
.not-found__number { position: absolute; inset: 50% 0 auto; color: rgba(255,255,255,.35); font: clamp(190px, 30vw, 410px)/.6 var(--display); transform: translateY(-50%); }
.not-found h1, .not-found p, .not-found .eyebrow, .not-found > .wrap > div { position: relative; }
.not-found h1 { margin-bottom: 20px; font-size: clamp(58px, 8vw, 110px); }
.not-found p { font-size: 19px; }
.not-found > .wrap > div { display: flex; gap: 25px; justify-content: center; align-items: center; }

.final-cta { padding-block: 80px; color: #fff; background: var(--red); }
.final-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.final-cta h2 { margin: 0; font-size: clamp(47px, 6vw, 80px); }
.site-footer { padding-top: 75px; color: #fff; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 65px; padding-bottom: 65px; }
.footer-grid h3 { margin-bottom: 20px; color: var(--yellow); font: 13px var(--display); letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a, .footer-grid p { color: rgba(255,255,255,.67); font-size: 13px; }
.footer-grid a:hover { color: var(--yellow); }
.footer-brand img { width: 280px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.22)); }
.footer-brand p { max-width: 330px; margin-top: 22px; font-size: 14px; }
.socials { display: flex; gap: 10px; margin-top: 20px; }
.socials .social-icon { width: 40px; height: 40px; }
.socials a:hover { color: var(--ink); background: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; color: rgba(255,255,255,.43); border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.mobile-order-bar { display: none; }
.whatsapp { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; padding: 7px 7px 7px 15px; color: #fff; background: #1fa855; border-radius: 99px; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.whatsapp b { display: grid; place-items: center; width: 35px; height: 35px; background: rgba(255,255,255,.16); border-radius: 50%; font-size: 18px; }
.chatbot { position: fixed; z-index: 91; right: 24px; bottom: 85px; }
.chatbot__toggle { display: flex; align-items: center; gap: 9px; padding: 8px 9px 8px 14px; color: #fff; background: var(--ink); border: 0; border-radius: 99px; box-shadow: 0 10px 30px rgba(0,0,0,.18); cursor: pointer; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.chatbot__toggle b { display: grid; place-items: center; width: 34px; height: 34px; background: var(--red); border-radius: 50%; }
.chatbot__panel { position: absolute; right: 0; bottom: 0; width: min(360px, calc(100vw - 30px)); overflow: hidden; background: var(--paper); border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--ink); }
.chatbot.open .chatbot__toggle { visibility: hidden; }
.chatbot__head { display: flex; align-items: center; justify-content: space-between; padding: 17px; color: #fff; background: var(--ink); }
.chatbot__head b, .chatbot__head small { display: block; }
.chatbot__head small { color: rgba(255,255,255,.6); font-size: 10px; }
.chatbot__head button { color: #fff; background: none; border: 0; cursor: pointer; font-size: 28px; }
.chatbot__body { max-height: 250px; min-height: 120px; overflow-y: auto; padding: 15px; }
.bot-message, .user-message { max-width: 86%; margin-bottom: 9px; padding: 10px 12px; border-radius: 12px; font-size: 13px; }
.bot-message { background: #eee9dd; border-bottom-left-radius: 2px; }
.user-message { margin-left: auto; color: #fff; background: var(--red); border-bottom-right-radius: 2px; }
.chatbot__choices { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 15px 15px; }
.chatbot__choices button { padding: 7px 9px; background: #fff; border: 1px solid var(--ink); cursor: pointer; font-size: 10px; font-weight: 700; }
.chatbot__choices button:hover { background: var(--yellow); }

@media (max-width: 1020px) {
  .brand img { width: 265px; }
  .desktop-nav { gap: 18px; }
  .desktop-order { display: none; }
  .hero__grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .hero__copy h1 { font-size: clamp(54px, 8vw, 80px); }
  .hero__visual { min-height: 480px; }
  .food-card { min-height: 465px; }
  .food-card img { height: 245px; }
  .local-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 820px) {
  .topbar__email, .topbar__directions { display: none; }
  .topbar__links > a + a::before { display: none; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .nav-wrap { min-height: 92px; }
  .brand img { width: 245px; }
  .hero__grid { grid-template-columns: 1fr; padding-top: 55px; }
  .hero__copy { max-width: 680px; }
  .hero__visual { min-height: 570px; }
  .offers-heading { display: block; }
  .offers-heading > p { margin-top: 22px; }
  .offer-slide { grid-template-columns: 1fr 1fr; }
  .offer-slide__copy { padding: 45px; }
  .offer-modal[open] { grid-template-columns: .85fr 1.15fr; }
  .offer-modal__image { min-height: 570px; }
  .food-grid, .post-grid { grid-template-columns: 1fr 1fr; }
  .food-card:last-child { grid-column: 1 / -1; }
  .split-story { grid-template-columns: 1fr; }
  .split-story__image { min-height: 560px; }
  .local-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .local-copy { max-width: 600px; }
  .visit-strip__inner { grid-template-columns: 1fr 1fr; }
  .visit-strip .button { grid-column: 1 / -1; width: max-content; }
  .menu-list { gap: 0 30px; }
  .menu-tools { top: 74px; flex-direction: column; align-items: stretch; }
  .menu-search { flex-basis: auto; }
  .article__layout { grid-template-columns: minmax(0, 720px); }
  .article__side { display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 600px) {
  body { padding-bottom: 63px; }
  .wrap, .wrap-wide, .wrap-narrow { width: min(100% - 28px, 1180px); }
  .topbar__inner { min-height: 38px; justify-content: space-between; gap: 10px; }
  .topbar__message { font-size: 8px; letter-spacing: .08em; }
  .topbar__message i { width: 6px; height: 6px; }
  .topbar__links { gap: 8px; }
  .topbar__phone span { display: none; }
  .topbar__phone { font-size: 9px; }
  .topbar__socials { display: none; }
  .site-header { top: 0; }
  .nav-wrap { min-height: 88px; }
  .brand img { width: 232px; }
  .hero__grid { min-height: 0; padding-block: 48px 55px; }
  .hero__copy h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero__copy p { font-size: 17px; }
  .hero__actions { align-items: stretch; gap: 20px; }
  .hero__actions .button { width: 100%; }
  .hero__actions .text-link { margin-inline: auto; }
  .hero__proof { margin-top: 36px; }
  .hero__proof span { min-width: 0; flex: 1; padding-right: 12px; }
  .hero__proof span + span { padding-left: 12px; }
  .hero__proof b { font-size: 15px; }
  .hero__proof small { line-height: 1.3; }
  .hero__visual { min-height: 410px; }
  .hero__main-img { top: 6%; right: 4%; width: 84%; height: 70%; border-width: 5px; }
  .hero__side-img { right: 0; width: 50%; height: 38%; border-width: 5px; }
  .sticker { width: 76px; font-size: 13px; }
  .sticker--top { left: 0; }
  .monthly-offers { padding-block: 76px; }
  .offers-heading h2 { font-size: 50px; }
  .offer-viewport { border-width: 3px; box-shadow: 8px 8px 0 var(--red); }
  .offer-track, .offer-slide { min-height: 0; }
  .offer-slide, .offer-slide.active { grid-template-columns: 1fr; }
  .offer-slide__media { min-height: 0; height: 480px; padding: 10px; }
  .offer-slide__media--landscape { height: 300px; padding: 0; }
  .offer-slide__copy { padding: 38px 25px 60px; }
  .offer-slide__copy h3 { font-size: 49px; }
  .offer-slide__copy p { font-size: 16px; }
  .offer-slide__copy > div { align-items: stretch; flex-direction: column; width: 100%; }
  .offer-slide__copy .button { width: 100%; }
  .offer-slide__copy .text-link { align-self: center; }
  .offer-arrow { top: auto; bottom: 18px; width: 42px; height: 42px; border-width: 2px; transform: none; }
  .offer-arrow:hover { transform: scale(1.04); }
  .offer-arrow--prev { left: 18px; }
  .offer-arrow--next { right: 18px; }
  .offer-dots { right: 50%; bottom: 33px; transform: translateX(50%); }
  .offer-modal { width: calc(100% - 16px); max-height: 92vh; max-height: 92dvh; border-width: 3px; box-shadow: 6px 6px 0 var(--red); overflow-y: auto; }
  .offer-modal[open] { display: flex; flex-direction: column; }
  .offer-modal__image { flex: 0 0 auto; height: clamp(300px, 52vh, 450px); height: clamp(300px, 52dvh, 450px); min-height: 0; padding: 7px; }
  .offer-modal__copy { flex: 0 0 auto; padding: 20px 18px 18px; }
  .offer-modal__copy .eyebrow { margin-bottom: 8px; font-size: 9px; }
  .offer-modal__copy h2 { margin-bottom: 15px; font-size: clamp(33px, 10.5vw, 42px); line-height: .92; }
  .offer-modal__copy p { display: none; }
  .offer-modal__copy .button { width: 100%; }
  .offer-modal__later { align-self: center; margin-top: 11px; }
  .offer-modal__close { position: sticky; top: 8px; align-self: flex-end; width: 42px; height: 42px; margin: 8px 8px -50px 0; font-size: 27px; }
  .section { padding-block: 72px; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading h2 { font-size: 49px; }
  .section-heading > p { margin-top: 24px; font-size: 16px; }
  .section-heading > .text-link { margin-top: 25px; }
  .food-grid, .post-grid { grid-template-columns: 1fr; }
  .food-card:last-child { grid-column: auto; }
  .food-card { min-height: 450px; }
  .food-card img { height: 270px; }
  .split-story__image { min-height: 430px; }
  .split-story__copy { padding: 62px 25px; }
  .split-story__copy h2 { font-size: 45px; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article + article { padding: 30px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .steps article > span { margin-bottom: 25px; }
  .local-section { padding-block: 75px; }
  .local-grid { gap: 52px; }
  .local-copy h2 { font-size: 47px; }
  .local-image img { height: 360px; }
  .visit-strip__inner { grid-template-columns: 1fr; gap: 28px; }
  .visit-strip .button { grid-column: auto; width: 100%; }
  .page-hero { padding-block: 72px 64px; }
  .page-hero h1 { font-size: 58px; }
  .page-hero p { font-size: 17px; }
  .menu-section { padding-top: 35px; }
  .menu-tabs { width: calc(100vw - 28px); }
  .menu-category { padding-top: 50px; }
  .menu-list { grid-template-columns: 1fr; }
  .menu-category__head h2 { font-size: 38px; }
  .menu-note { align-items: stretch; flex-direction: column; padding: 28px; }
  .blog-search { grid-template-columns: 1fr; gap: 10px; }
  .article__header { padding-block: 55px 35px; }
  .article__header h1 { font-size: 46px; }
  .article__image { width: 100%; }
  .article__image img { min-height: 310px; }
  .article__layout { padding-top: 45px; }
  .article__body { font-size: 17px; }
  .article__body h2 { font-size: 32px; }
  .story-grid, .contact-grid { gap: 55px; }
  .story-image img { height: 420px; }
  .contact-form { padding: 28px 20px; box-shadow: 7px 7px 0 var(--ink); }
  .contact-form h2 { font-size: 40px; }
  .field-row, .detail-row { grid-template-columns: 1fr; gap: 0; }
  .final-cta__inner { align-items: stretch; flex-direction: column; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .mobile-order-bar { position: fixed; z-index: 94; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .7fr 1.3fr; height: 63px; padding: 7px; background: var(--ink); }
  .mobile-order-bar a { display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
  .mobile-order-bar a:last-child { justify-content: space-between; padding-inline: 18px; background: var(--red); }
  .whatsapp { right: 14px; bottom: 75px; padding-left: 8px; }
  .whatsapp span { display: none; }
  .chatbot { right: 14px; bottom: 128px; }
  .chatbot__toggle { padding-left: 8px; }
  .chatbot__toggle > span { display: none; }
  .chatbot__panel { bottom: -48px; }
}

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