:root {
  --red: #e5372f;
  --red-dark: #a91f20;
  --cream: #f5efe2;
  --paper: #fffaf0;
  --ink: #241614;
  --yellow: #ffc928;
  --pink: #f7a8a0;
  --line: rgba(36, 22, 20, .18);
  --display: "Anton", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --mono: "Space Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); overflow-x: hidden; }
body.is-locked { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.announcement { height: 34px; overflow: hidden; background: var(--ink); color: var(--cream); font: 700 11px/34px var(--mono); text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }
.announcement__track, .marquee__track { display: flex; width: max-content; align-items: center; animation: ticker 28s linear infinite; }
.announcement__track { gap: 34px; }
.announcement b, .marquee i { color: var(--yellow); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header { height: 94px; padding: 0 clamp(20px, 4.5vw, 72px); display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 30; background: var(--cream); border-bottom: 1px solid var(--line); }
.brand { width: 82px; height: 72px; display: grid; place-items: center; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.desktop-nav { display: flex; align-items: center; gap: clamp(26px, 3vw, 48px); }
.desktop-nav a { font-size: 14px; font-weight: 700; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -7px; background: var(--red); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; gap: 12px; align-items: center; }
.phone-link { display: flex; align-items: center; gap: 8px; font: 700 12px var(--mono); }
.phone-link svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 2px solid var(--ink); border-radius: 999px; padding: 13px 20px; background: var(--red); color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: .055em; font-size: 12px; box-shadow: 4px 4px 0 var(--ink); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.button--small { padding: 12px 18px; }
.button--large { min-width: 190px; padding: 18px 24px; font-size: 13px; }
.button--outline { color: var(--ink); background: transparent; }
.button--yellow { background: var(--yellow); color: var(--ink); border-color: var(--ink); box-shadow: 4px 4px 0 var(--red); }
.button--ghost { background: transparent; color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--ink); background: transparent; border-radius: 50%; padding: 12px; }
.menu-toggle span { width: 100%; height: 2px; background: var(--ink); display: block; transition: .25s; }
.menu-toggle span + span { margin-top: 6px; }
.mobile-menu { display: none; }

.hero { min-height: 720px; display: grid; grid-template-columns: .92fr 1.08fr; position: relative; background: var(--cream); }
.hero__copy { padding: clamp(70px, 8vw, 125px) 5vw 70px 8vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; position: relative; z-index: 2; }
.eyebrow, .kicker { font: 700 11px var(--mono); text-transform: uppercase; letter-spacing: .13em; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 23px; }
.eyebrow span { width: 28px; height: 2px; background: var(--red); }
.hero h1, .section-heading h2, .menu-section h2, .story h2, .visit h2 { font: 400 clamp(62px, 7.3vw, 118px)/.88 var(--display); text-transform: uppercase; letter-spacing: -.02em; margin: 0; }
.hero h1 em, h2 em { color: var(--red); font-style: normal; -webkit-text-stroke: 0; }
.hero__lead { font-size: clamp(16px, 1.25vw, 19px); line-height: 1.65; max-width: 510px; margin: 30px 0 34px; }
.hero__lead strong { color: var(--red-dark); }
.hero__actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }
.play-icon { width: 32px; height: 32px; display: grid; place-items: center; padding-left: 2px; border: 1px solid var(--ink); border-radius: 50%; font-size: 8px; }
.hero__proof { display: flex; gap: 14px; align-items: center; margin-top: 52px; }
.avatar-stack { display: flex; padding-left: 9px; }
.avatar-stack img { width: 36px; height: 36px; object-fit: cover; border: 2px solid var(--cream); border-radius: 50%; margin-left: -9px; }
.hero__proof > div:last-child { display: flex; flex-direction: column; gap: 2px; }
.hero__proof strong { font-size: 13px; }
.hero__proof strong span { color: var(--red); letter-spacing: 1px; font-size: 10px; }
.hero__proof small { color: #6f605a; font-size: 10px; }
.hero__visual { min-width: 0; position: relative; background: var(--red); overflow: hidden; }
.hero__image-wrap { position: absolute; inset: 36px 0 0 45px; overflow: hidden; border-radius: 48% 0 0 0; }
.hero__image { height: 100%; object-fit: cover; object-position: 55% center; filter: saturate(.92) contrast(1.05); transition: transform 1s ease; }
.hero__visual:hover .hero__image { transform: scale(1.03); }
.burst { position: absolute; z-index: 3; width: 136px; height: 136px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--yellow); clip-path: polygon(50% 0%,61% 13%,77% 5%,82% 22%,100% 23%,91% 39%,100% 53%,84% 61%,86% 78%,68% 76%,58% 94%,46% 80%,30% 89%,25% 71%,7% 68%,18% 52%,5% 39%,22% 32%,20% 14%,38% 19%); transform: rotate(8deg); }
.burst span { font: 400 25px var(--display); text-transform: uppercase; line-height: 1; }
.burst b { font: 700 8px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.burst--top { top: 27px; left: 20px; }
.price-tag { position: absolute; z-index: 3; top: 44%; left: 13px; background: var(--paper); padding: 15px 19px 13px; box-shadow: 5px 5px 0 var(--ink); transform: rotate(-5deg); display: flex; flex-direction: column; }
.price-tag small { font: 700 8px var(--mono); text-transform: uppercase; }
.price-tag strong { font: 400 25px var(--display); }
.price-tag i { width: 40px; height: 3px; background: var(--red); margin-top: 5px; }
.hero__scribble { position: absolute; z-index: 3; right: 5%; bottom: 14%; color: #fff; font: 400 clamp(28px, 3vw, 48px) var(--display); transform: rotate(-9deg); -webkit-text-stroke: 1.5px var(--ink); text-shadow: 3px 3px 0 var(--ink); }
.hero__badge { position: absolute; z-index: 3; right: 20px; bottom: 28px; background: var(--cream); padding: 12px 16px 12px 10px; display: flex; align-items: center; gap: 10px; box-shadow: 4px 4px 0 var(--ink); }
.hero__badge > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font: 700 9px var(--mono); }
.hero__badge div { display: flex; flex-direction: column; }
.hero__badge b { font-size: 11px; text-transform: uppercase; }
.hero__badge small { font-size: 9px; color: #766862; }
.hero__badge--two { right: auto; left: 45px; bottom: 110px; }

.marquee { overflow: hidden; padding: 20px 0; background: var(--yellow); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(-1deg) scale(1.02); }
.marquee__track { gap: 28px; font: 400 27px var(--display); text-transform: uppercase; white-space: nowrap; }
.section { padding: clamp(90px, 10vw, 155px) clamp(24px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: 60px; align-items: end; max-width: 1240px; margin: 0 auto 60px; }
.section-heading h2, .story h2, .visit h2 { font-size: clamp(56px, 7vw, 98px); margin-top: 17px; }
.section-heading > p { max-width: 390px; line-height: 1.7; color: #675953; padding-bottom: 5px; }
.favourite-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 20px; align-items: start; }
.food-card:nth-child(2) { margin-top: 56px; }
.food-card__image { height: 330px; position: relative; overflow: hidden; background: #d7cec0; }
.food-card--feature .food-card__image { height: 435px; }
.food-card__image img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.food-card:hover img { transform: scale(1.045); }
.tag { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border: 1.5px solid var(--ink); background: var(--red); color: #fff; border-radius: 999px; font: 700 8px var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.tag--dark { background: var(--ink); }
.tag--yellow { background: var(--yellow); color: var(--ink); }
.round-add { position: absolute; right: 14px; bottom: 14px; width: 48px; height: 48px; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); font-size: 27px; line-height: 1; cursor: pointer; box-shadow: 3px 3px 0 var(--ink); transition: .2s; }
.round-add:hover { transform: rotate(90deg); }
.food-card__info { padding-top: 19px; }
.food-card__info > div:first-child { display: flex; align-items: center; gap: 10px; }
.food-card h3 { font: 400 25px var(--display); text-transform: uppercase; margin: 0; }
.food-number { font: 700 9px var(--mono); color: var(--red); }
.food-meta { display: grid; grid-template-columns: 1fr auto; gap: 20px; border-top: 1px solid var(--line); margin-top: 12px; padding-top: 12px; }
.food-meta span { font-size: 11px; line-height: 1.5; color: #776862; max-width: 260px; }
.food-meta strong { font: 700 12px var(--mono); }
.center-action { text-align: center; margin-top: 60px; }

.menu-section { background: var(--red-dark); color: #fff; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 120px); }
.kicker--light { color: var(--yellow); }
.menu-section h2 { font-size: clamp(58px, 6.2vw, 90px); }
.menu-section h2 em { color: var(--yellow); }
.menu-section__intro > p { color: #e5c8c5; max-width: 390px; line-height: 1.6; margin: 28px 0 38px; }
.menu-tabs { display: flex; flex-wrap: wrap; gap: 9px; }
.menu-tabs button { border: 1px solid rgba(255,255,255,.5); color: #fff; background: transparent; border-radius: 999px; padding: 10px 15px; cursor: pointer; font: 700 9px var(--mono); text-transform: uppercase; }
.menu-tabs button.is-active { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.menu-list { border-top: 1px solid rgba(255,255,255,.32); }
.menu-item { display: grid; grid-template-columns: 26px 78px minmax(0, 1fr) auto 40px; gap: 14px; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.32); transition: opacity .2s, background .2s, padding .2s; }
.menu-item.is-hidden { display: none; }
.menu-item__index { align-self: start; padding-top: 4px; font: 700 9px var(--mono); color: var(--pink); }
.menu-item__photo { width: 78px; height: 78px; margin: 0; overflow: hidden; border: 2px solid rgba(255,255,255,.72); border-radius: 14px; background: var(--red); box-shadow: 3px 3px 0 rgba(36,22,20,.35); }
.menu-item__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.menu-item:hover .menu-item__photo img { transform: scale(1.08); }
.menu-item__copy { min-width: 0; }
.menu-item h3 { margin: 0 0 5px; font: 400 23px var(--display); text-transform: uppercase; }
.menu-item h3 sup { display: inline-block; font: 700 7px var(--mono); background: var(--yellow); color: var(--ink); padding: 4px 6px; border-radius: 999px; vertical-align: top; margin-left: 5px; }
.menu-item p { margin: 0; color: #e5c8c5; font-size: 11px; line-height: 1.45; }
.menu-item > strong { font: 700 12px var(--mono); }
.add-item { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); background: transparent; color: #fff; font-size: 22px; cursor: pointer; transition: .2s; }
.add-item:hover { background: var(--yellow); border-color: var(--yellow); color: var(--ink); transform: rotate(90deg); }

.story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.story__image { height: 690px; position: relative; }
.story__image > img { height: 100%; object-fit: cover; filter: saturate(.7); }
.polaroid { position: absolute; right: -28px; bottom: 35px; width: 170px; height: 170px; padding-top: 28px; background: var(--paper); text-align: center; transform: rotate(6deg); box-shadow: 7px 7px 0 var(--red); font: 400 21px/1.15 var(--display); text-transform: uppercase; }
.polaroid strong { color: var(--red); }
.story__copy > p { color: #665852; line-height: 1.75; max-width: 520px; margin: 30px 0; }
.story__facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 38px 0; }
.story__facts div { padding: 22px 14px 22px 0; display: flex; flex-direction: column; gap: 3px; }
.story__facts div + div { border-left: 1px solid var(--line); padding-left: 24px; }
.story__facts strong { font: 400 31px var(--display); }
.story__facts span { font: 700 8px var(--mono); text-transform: uppercase; }
blockquote { margin: 0; padding-left: 20px; border-left: 3px solid var(--yellow); font-size: 15px; font-weight: 600; line-height: 1.6; }
cite { display: block; color: #81736d; font: 400 9px var(--mono); margin-top: 10px; text-transform: uppercase; }

.visit { padding-top: 40px; }
.visit__card { min-height: 570px; display: grid; grid-template-columns: .85fr 1.15fr; background: var(--ink); color: #fff; overflow: hidden; }
.visit__copy { padding: clamp(50px, 7vw, 90px); }
.visit h2 { font-size: clamp(57px, 6.5vw, 92px); }
.visit h2 em { color: var(--pink); }
.visit__copy > p { color: #cbbdb6; line-height: 1.7; margin: 27px 0 30px; }
.visit__buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.hours { display: flex; align-items: center; gap: 12px; margin-top: 45px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #4ed471; box-shadow: 0 0 0 5px rgba(78,212,113,.13); }
.hours div { display: flex; flex-direction: column; gap: 2px; }
.hours strong { font-size: 12px; }
.hours small { font-size: 10px; color: #aa9b94; }
.map-art { position: relative; background: #e9dfcd; color: var(--ink); overflow: hidden; background-image: radial-gradient(rgba(36,22,20,.12) 1px, transparent 1px); background-size: 18px 18px; }
.map-art::before { content: "GLENDENE"; position: absolute; top: 16%; left: 18%; color: rgba(36,22,20,.08); font: 400 84px var(--display); transform: rotate(-12deg); }
.map-road { position: absolute; background: #f8f2e8; border: 1px solid rgba(36,22,20,.15); box-shadow: 0 0 0 5px rgba(36,22,20,.06); }
.map-road--one { width: 130%; height: 70px; top: 43%; left: -14%; transform: rotate(-14deg); }
.map-road--two { width: 60px; height: 130%; top: -15%; left: 64%; transform: rotate(17deg); }
.map-road--three { width: 100%; height: 34px; top: 70%; left: 0; transform: rotate(8deg); }
.map-road--four { width: 34px; height: 100%; top: 0; left: 22%; transform: rotate(-5deg); }
.map-label { position: absolute; z-index: 1; font: 700 8px var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.map-label--one { top: 36%; left: 46%; transform: rotate(-14deg); }
.map-label--two { top: 15%; right: 17%; transform: rotate(17deg); }
.map-label--three { right: 10%; bottom: 12%; }
.map-pin { position: absolute; z-index: 4; left: 49%; top: 37%; width: 66px; height: 66px; display: grid; place-items: center; background: var(--red); border: 4px solid #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 7px 18px rgba(36,22,20,.2); }
.map-pin span { font: 400 29px var(--display); color: #fff; transform: rotate(45deg); }
.map-pin i { position: absolute; left: 55px; top: 40px; width: 105px; padding: 8px 11px; background: var(--yellow); border: 1.5px solid var(--ink); font: 700 9px var(--mono); font-style: normal; text-transform: uppercase; transform: rotate(45deg); }
.map-card { position: absolute; z-index: 4; left: 9%; bottom: 8%; width: 230px; background: var(--paper); padding: 18px; box-shadow: 5px 5px 0 var(--red); display: flex; flex-direction: column; gap: 4px; transform: rotate(-2deg); }
.map-card strong { font: 400 20px var(--display); text-transform: uppercase; }
.map-card span { font-size: 11px; color: #6f625c; }
.map-card small { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 9px; font-size: 9px; }
.map-card b { color: var(--red); }

footer { padding: 75px clamp(24px, 6vw, 96px) 36px; background: var(--red); color: #fff; display: grid; grid-template-columns: 1.2fr .55fr .65fr .9fr; gap: 50px; }
footer img { width: 96px; height: 96px; object-fit: cover; border-radius: 50%; }
.footer__brand p { font-size: 12px; max-width: 220px; color: #f5cac7; line-height: 1.5; }
.footer__links { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.footer__links span { color: var(--yellow); font: 700 8px var(--mono); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 4px; }
.footer__links a { font-size: 12px; }
.footer__note { text-align: right; }
.footer__note strong { display: block; font: 400 clamp(30px, 3.1vw, 48px)/.95 var(--display); text-transform: uppercase; margin-bottom: 25px; }
.footer__note .button { background: var(--yellow); color: var(--ink); box-shadow: 4px 4px 0 #fff; }

.cart-drawer { position: fixed; inset: 0; z-index: 100; pointer-events: none; }
.cart-drawer.is-open { pointer-events: auto; }
.cart-backdrop { position: absolute; inset: 0; background: rgba(20,10,8,.6); opacity: 0; transition: opacity .3s; }
.cart-drawer.is-open .cart-backdrop { opacity: 1; }
.cart-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(430px, 100%); background: var(--cream); transform: translateX(100%); transition: transform .35s cubic-bezier(.7,0,.2,1); display: flex; flex-direction: column; }
.cart-drawer.is-open .cart-panel { transform: translateX(0); }
.cart-head { padding: 28px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-head span { font: 700 9px var(--mono); text-transform: uppercase; }
.cart-head h2 { font: 400 36px var(--display); text-transform: uppercase; margin: 4px 0 0; }
.cart-close { width: 42px; height: 42px; border: 1px solid var(--ink); background: transparent; border-radius: 50%; font-size: 27px; cursor: pointer; }
.cart-items { flex: 1; padding: 24px 28px; overflow-y: auto; }
.empty-cart { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-cart > span { width: 72px; height: 72px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); font: 400 30px var(--display); transform: rotate(8deg); }
.empty-cart p { font: 400 23px/1.2 var(--display); text-transform: uppercase; }
.cart-line { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-line h3 { margin: 0; font: 400 19px var(--display); text-transform: uppercase; }
.cart-line p { margin: 4px 0 0; font-size: 10px; color: #776862; }
.cart-line strong { font: 700 11px var(--mono); }
.cart-footer { padding: 24px 28px; border-top: 1px solid var(--line); background: var(--paper); }
.cart-footer > div { display: flex; justify-content: space-between; margin-bottom: 20px; font-weight: 700; }
.cart-footer .button { width: 100%; }
.toast { position: fixed; z-index: 110; left: 50%; bottom: 25px; transform: translate(-50%, 90px); background: var(--ink); color: #fff; border: 1px solid var(--yellow); padding: 13px 19px; border-radius: 999px; font: 700 10px var(--mono); text-transform: uppercase; opacity: 0; transition: .3s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1050px) {
  .desktop-nav, .phone-link { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; z-index: 25; top: 128px; left: 0; right: 0; background: var(--paper); padding: 20px 24px 28px; border-bottom: 2px solid var(--ink); transform: translateY(-120%); transition: .3s; box-shadow: 0 12px 30px rgba(36,22,20,.12); }
  .mobile-menu.is-open { display: grid; transform: translateY(0); }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu nav a { font: 400 28px var(--display); padding: 10px 0; text-transform: uppercase; border-bottom: 1px solid var(--line); }
  .mobile-menu .button { margin-top: 20px; }
  .hero { grid-template-columns: 1fr 1fr; min-height: 660px; }
  .hero__copy { padding-left: 5vw; padding-right: 4vw; }
  .hero__image-wrap { inset: 45px 0 0 20px; }
  .favourite-grid { grid-template-columns: 1.1fr 1fr; }
  .favourite-grid article:nth-child(3) { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; margin-top: 15px; }
  .menu-section { grid-template-columns: 1fr; }
  .menu-tabs { max-width: 600px; }
  .story { gap: 7vw; }
  .story__image { height: 600px; }
  .visit__card { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr 1fr 1fr; }
  .footer__note { grid-column: 1 / -1; text-align: left; display: flex; align-items: end; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.3); padding-top: 35px; }
  .footer__note strong { margin: 0; }
}

@media (max-width: 720px) {
  .announcement { height: 30px; line-height: 30px; }
  .site-header { height: 82px; padding: 0 18px; }
  .brand { width: 62px; height: 62px; }
  .header-actions .button { display: none; }
  .mobile-menu { top: 112px; }
  .hero { display: flex; flex-direction: column; min-height: auto; }
  .hero__copy { padding: 62px 20px 48px; }
  .eyebrow { font-size: 9px; }
  .hero h1 { font-size: clamp(65px, 22vw, 94px); }
  .hero__lead { font-size: 15px; margin: 25px 0 28px; }
  .hero__actions { width: 100%; align-items: flex-start; }
  .hero__proof { margin-top: 38px; }
  .hero__visual { height: 520px; }
  .hero__image-wrap { inset: 24px 0 0 22px; border-radius: 55% 0 0 0; }
  .burst { width: 110px; height: 110px; }
  .burst--top { left: 8px; }
  .price-tag { left: 8px; }
  .hero__badge { right: 12px; bottom: 18px; }
  .hero__badge--two { left: 28px; bottom: 90px; }
  .hero__scribble { right: 8%; bottom: 18%; }
  .marquee { padding: 15px 0; }
  .marquee__track { font-size: 21px; }
  .section { padding: 85px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 40px; }
  .section-heading h2, .story h2, .visit h2 { font-size: clamp(52px, 17vw, 76px); }
  .section-heading > p { font-size: 14px; }
  .favourite-grid { display: block; }
  .food-card, .favourite-grid article:nth-child(3) { width: 100%; margin: 0 0 48px; }
  .food-card__image, .food-card--feature .food-card__image { height: 350px; }
  .food-card h3 { font-size: 23px; }
  .menu-section { padding-left: 20px; padding-right: 20px; }
  .menu-section h2 { font-size: clamp(54px, 17vw, 76px); }
  .menu-item { grid-template-columns: 20px 64px minmax(0, 1fr) 38px; gap: 8px; padding: 20px 0; }
  .menu-item__index { grid-column: 1; grid-row: 1 / 3; }
  .menu-item__photo { grid-column: 2; grid-row: 1 / 3; width: 64px; height: 64px; border-radius: 12px; }
  .menu-item__copy { grid-column: 3; grid-row: 1; }
  .menu-item > strong { grid-column: 3; grid-row: 2; align-self: start; margin-top: 7px; }
  .add-item { grid-column: 4; grid-row: 1 / 3; }
  .menu-item h3 { font-size: 20px; padding-right: 0; }
  .menu-item p { font-size: 10px; }
  .story { grid-template-columns: 1fr; }
  .story__image { height: 480px; margin-right: 18px; }
  .polaroid { width: 145px; height: 145px; right: -18px; }
  .story__copy > p { font-size: 14px; }
  .visit { padding: 30px 12px 60px; }
  .visit__card { grid-template-columns: 1fr; }
  .visit__copy { padding: 55px 28px; }
  .visit__buttons .button { width: 100%; }
  .map-art { min-height: 480px; }
  .map-card { left: 5%; bottom: 7%; }
  footer { grid-template-columns: 1fr 1fr; padding: 60px 24px 35px; gap: 38px 25px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__note { grid-column: 1 / -1; display: block; }
  .footer__note strong { margin-bottom: 24px; }
}

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