:root {
  --red: #b3261e;
  --red-dark: #801b17;
  --cream: #fff7df;
  --yellow: #f2c14e;
  --ink: #132238;
  --ink-soft: #314057;
  --white: #fffdf7;
  --line: rgba(19, 34, 56, 0.17);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--white); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; color: #000; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 78px; padding: 0 clamp(1.2rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--cream); border-bottom: 1px solid rgba(19,34,56,.18); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: .75rem; font: 800 1.55rem/1 var(--display); text-transform: uppercase; letter-spacing: .03em; text-decoration: none; }
.header-logo { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; border: 2px solid var(--red); }
.site-header nav { display: flex; gap: clamp(1.1rem, 2.8vw, 2.5rem); }
.site-header nav a { font-size: .89rem; font-weight: 700; text-decoration: none; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--red); }
.nav-toggle { display: none; align-items: center; gap: .6rem; min-height: 44px; padding: .55rem .8rem; border: 2px solid var(--ink); background: var(--cream); color: var(--ink); font: 800 .88rem/1 var(--body); text-transform: uppercase; cursor: pointer; box-shadow: 3px 3px 0 var(--yellow); }
.nav-toggle-icon { font-size: 1.2rem; line-height: 1; }

.hero { min-height: calc(100svh - 78px); position: relative; display: grid; align-items: end; overflow: hidden; color: #fff; }
.hero-image, .hero-scrim { position: absolute; inset: 0; }
.hero-image { background: url("assets/chez-andre-facade.jpg") center 43% / cover no-repeat; transform: scale(1.015); }
.hero-scrim { background: linear-gradient(90deg, rgba(9,20,36,.92) 0%, rgba(9,20,36,.65) 47%, rgba(9,20,36,.15) 75%), linear-gradient(0deg, rgba(9,20,36,.55), transparent 50%); }
.hero-content { position: relative; z-index: 1; width: min(760px, 88vw); margin: 0 0 clamp(4.2rem, 10vh, 7rem) clamp(1.2rem, 7vw, 7.5rem); }
.hero-content { transform: translateY(2rem); }
.eyebrow { margin: 0 0 1rem; font: 800 .84rem/1.2 var(--body); text-transform: uppercase; letter-spacing: .18em; }
.hero .eyebrow { margin-bottom: 3rem; }
.eyebrow.red { color: var(--red); }
.hero h1, h2 { margin: 0; font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: -.035em; line-height: .88; }
.hero h1 { font-size: clamp(4.2rem, 8.5vw, 8.5rem); max-width: 11ch; text-wrap: balance; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-copy { max-width: 620px; margin: 1.5rem 0 2rem; font-size: clamp(1.06rem, 1.6vw, 1.3rem); }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .5rem; padding: .8rem 1.25rem; font-size: .94rem; font-weight: 800; text-decoration: none; border: 2px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .menu-tabs button:focus-visible, a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.button-primary { background: var(--red); color: #fff; box-shadow: 4px 4px 0 var(--yellow); }
.button-primary:hover { box-shadow: 6px 6px 0 var(--yellow); }
.button-secondary { border-color: #fff; color: #fff; background: rgba(255,255,255,.06); backdrop-filter: blur(5px); }
.hero-card { position: absolute; z-index: 2; right: clamp(1rem, 5vw, 5rem); bottom: 0; width: 275px; padding: 1.5rem; background: var(--cream); color: var(--ink); border: 8px solid var(--yellow); }
.hero-card div { display: flex; align-items: center; gap: .6rem; font-family: var(--display); text-transform: uppercase; font-size: clamp(1.75rem, 2.4vw, 2.2rem); line-height: 1; }
.status-dot { width: .62rem; height: .62rem; border-radius: 50%; background: var(--red); }
.hero-card p { margin: .7rem 0; font-size: .9rem; line-height: 1.45; }
.hero-card a { color: var(--red); font-size: .85rem; font-weight: 800; }

.section-shell { width: min(1180px, calc(100% - 2.4rem)); margin-inline: auto; }
.intro { padding: clamp(4rem, 7vw, 6rem) 0 clamp(2.25rem, 4vw, 3.5rem); }
.intro-copy { max-width: 900px; }
.intro h2, .daily-section h2, .visit h2 { font-size: clamp(3.2rem, 6vw, 6.3rem); }
.intro-copy > p:last-child { max-width: 50ch; color: var(--ink-soft); font-size: 1.08rem; }
.food-gallery { min-width: 0; display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: .8rem; position: relative; }
.food-gallery figure { min-width: 0; margin: 0; overflow: hidden; position: relative; }
.food-gallery .gallery-main { grid-row: 1 / 3; }
.food-gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1; transition: transform .35s ease; }
.food-gallery figure:hover img { transform: scale(1.025); }
.food-gallery .gallery-main img { aspect-ratio: 4 / 5; }
.food-gallery .gallery-main::before { content: ""; position: absolute; inset: 0; border: 3px solid var(--red); z-index: 1; pointer-events: none; }
.food-gallery figcaption { position: absolute; z-index: 2; left: 1rem; bottom: 1rem; background: var(--yellow); padding: .65rem .9rem; font: 800 .8rem/1 var(--body); text-transform: uppercase; transform: rotate(-2deg); }
.food-gallery figcaption.photo-label { left: .7rem; bottom: .7rem; padding: .5rem .65rem; font-size: .68rem; background: var(--ink); color: #fff; }
.food-gallery figcaption.photo-label-red { background: var(--red); }
.photo-carousel-section { padding: clamp(2.75rem, 5vw, 4.5rem) 0 clamp(4.5rem, 8vw, 7rem); background: var(--cream); overflow: hidden; }
.carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.carousel-heading > div:first-child { flex: 1; min-width: 0; }
.carousel-heading h2 { max-width: none; white-space: nowrap; font-size: clamp(2rem, 4.2vw, 3.5rem); }
.mobile-title-break { display: none; }
.carousel-intro { max-width: 58ch; margin: 1.4rem 0 0; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.65; }
.carousel-controls { display: flex; justify-content: center; gap: .65rem; margin-top: 1.35rem; }
.carousel-button { width: 54px; aspect-ratio: 1; display: grid; place-items: center; border: 2px solid var(--ink); background: var(--white); color: var(--ink); font: 800 1.5rem/1 var(--body); cursor: pointer; box-shadow: 4px 4px 0 var(--yellow); transition: transform .2s ease, background .2s ease, color .2s ease; }
.carousel-button:hover { transform: translateY(-2px); background: var(--red); color: #fff; }
.carousel-button:focus-visible, .photo-carousel:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.photo-carousel { width: 100%; }
.carousel-track { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-slide { position: relative; flex: 0 0 min(74vw, 760px); margin: 0; overflow: hidden; scroll-snap-align: center; background: var(--ink); border: 3px solid var(--ink); }
.carousel-slide img { width: 100%; height: min(55vw, 570px); object-fit: cover; }
.carousel-slide figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .7rem 1rem; background: var(--yellow); color: var(--ink); font: 800 .9rem/1 var(--body); text-transform: uppercase; box-shadow: 4px 4px 0 var(--red); }
.did-you-know { margin-top: clamp(3rem, 6vw, 5rem); padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--cream); border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--yellow); }
.did-you-know-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.did-you-know-heading .eyebrow { margin: 0; }
.did-you-know h3 { margin: 0; font: 900 clamp(2.5rem, 5vw, 4.8rem)/.9 var(--display); text-transform: uppercase; }
.service-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.service-highlights article { min-height: 145px; padding: 1.2rem; color: #fff; background: var(--ink); border-top: 6px solid var(--yellow); }
.service-highlights article:nth-child(2) { background: var(--red); }
.service-highlights article:nth-child(3) { color: var(--ink); background: var(--yellow); border-top-color: var(--red); }
.service-highlights strong { display: block; font: 800 1.45rem/1 var(--display); text-transform: uppercase; }
.service-highlights p { margin: .75rem 0 0; font-size: .86rem; line-height: 1.45; }
.menu-extras { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem; margin-top: .8rem; }
.menu-extras span { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; background: #fff; border: 1px solid var(--line); font-weight: 700; }
.menu-extras b { color: var(--red); white-space: nowrap; }

.drinks-section { margin-top: clamp(4rem, 8vw, 7rem); padding-block: clamp(4rem, 8vw, 7rem); background: #ded0b8; background-image: radial-gradient(rgba(128,27,23,.08) .7px, transparent .7px); background-size: 5px 5px; }
.drinks-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.drinks-heading h2 { font-size: clamp(3.5rem, 7vw, 7rem); color: var(--red-dark); }
.drinks-heading .button { flex: 0 0 auto; }
.drinks-board { display: grid; grid-template-columns: minmax(230px, .55fr) minmax(0, 1.45fr); overflow: hidden; background: #eee2ce; border: 3px double var(--ink); box-shadow: 12px 12px 0 var(--red-dark); }
.drinks-logo-panel { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1.3rem; padding: clamp(1.5rem, 4vw, 3rem); background: var(--red-dark); color: var(--cream); text-align: center; }
.drinks-logo-panel img { width: min(100%, 275px); aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: 3px solid var(--cream); box-shadow: 0 0 0 7px rgba(255,247,223,.15); }
.drinks-logo-panel p { max-width: 24ch; margin: 0; font: 700 1.2rem/1.35 var(--display); text-transform: uppercase; }
.drinks-menu { min-width: 0; padding: clamp(1rem, 3vw, 2rem); }
.drinks-group + .drinks-group { margin-top: 1.75rem; }
.drinks-group h3 { margin: 0 0 .45rem; color: var(--red-dark); font: 900 clamp(2rem, 4vw, 3.6rem)/.9 var(--display); text-transform: uppercase; }
.drink-table { overflow-x: auto; }
.drink-row { display: grid; grid-template-columns: minmax(180px, 1fr) repeat(3, minmax(65px, auto)); align-items: center; min-width: 480px; border-top: 1px solid rgba(19,34,56,.3); }
.drink-row > span { padding: .65rem .45rem; text-align: right; font: 800 1.05rem/1.1 var(--display); white-space: nowrap; }
.drink-row > span:first-child { text-align: left; white-space: normal; }
.drink-row strong, .drink-row small { display: block; }
.drink-row strong { font-size: 1.25rem; }
.drink-row small { margin-top: .15rem; color: var(--ink-soft); font: 600 .72rem/1.2 var(--body); letter-spacing: .07em; text-transform: uppercase; }
.drink-head { color: var(--red-dark); border-top: 0; border-bottom: 2px solid var(--ink); }
.drink-head > span { padding-top: .35rem; padding-bottom: .35rem; font-size: .77rem; text-transform: uppercase; }
.drink-single { grid-template-columns: minmax(180px, 1fr) auto; }
.drink-single > span:nth-child(2) { grid-column: 4; }
.drink-feature { color: var(--red-dark); }
.drink-feature strong { font-size: 1.6rem; text-transform: uppercase; }

.menu-section { background: var(--ink); color: var(--white); padding-block: clamp(5rem, 9vw, 8rem); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.menu-heading h2 { font-size: clamp(3.2rem, 6.5vw, 6.5rem); white-space: nowrap; }
.text-link { display: inline-block; color: var(--red); font-weight: 800; text-underline-offset: .3rem; text-decoration-thickness: 2px; }
.text-link.light { color: var(--yellow); }
.menu-tabs { margin: 3rem 0 1rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: .45rem; }
.menu-tabs button { min-height: 48px; padding: .75rem .8rem; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.025); color: rgba(255,255,255,.68); font: 800 .88rem/1.15 var(--body); cursor: pointer; }
.menu-tabs button[aria-selected="true"] { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.menu-only-page.site-integrated-menu .menu-tabs { position: static; }
.menu-only-page.site-integrated-menu .menu-tabs button { display: flex; align-items: center; justify-content: center; width: 100%; text-align: center; }
.menu-sheet { overflow: hidden; background: #ffe8ae; color: var(--ink); border: 2px solid var(--yellow); box-shadow: 10px 10px 0 var(--red-dark); }
.menu-sheet-title { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: .5rem 2rem; padding: 1.4rem clamp(1rem, 3vw, 2rem); background: var(--yellow); border-bottom: 7px solid var(--red); }
.menu-sheet-title span { font-size: .75rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.menu-sheet-title h3 { margin: 0; color: var(--red-dark); font: 900 clamp(2.15rem, 5vw, 4.2rem)/.9 var(--display); text-transform: uppercase; }
.menu-sheet-title p { flex-basis: 100%; margin: .35rem 0 0; font-size: .84rem; font-weight: 700; }
.menu-page-note { margin: 0; padding: .7rem 1rem; background: #fff7df; border-bottom: 1px solid rgba(128,27,23,.22); font-size: .84rem; font-weight: 700; line-height: 1.45; }
.menu-pdf-grid { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; gap: 1rem; padding: 1rem; }
.menu-pdf-section { min-width: 0; overflow-x: auto; background: #fff7df; border: 1px solid rgba(128,27,23,.22); animation: itemIn .35s ease both; scrollbar-color: var(--red) #ffe8ae; }
.menu-pdf-section h3 { margin: 0; padding: .45rem .7rem; color: #fff; background: var(--red-dark); text-align: center; font: 900 1.5rem/1 var(--display); letter-spacing: .025em; text-transform: uppercase; }
.menu-section-note { margin: 0; padding: .55rem .7rem .35rem; color: #28752c; font-size: .78rem; font-weight: 800; line-height: 1.35; }
.menu-table-head, .menu-row { display: grid; grid-template-columns: minmax(0, 1fr) repeat(var(--prices), minmax(3.8rem, auto)); gap: .45rem; }
.menu-table-head { padding: .45rem .7rem .2rem; color: var(--red-dark); font: 800 .7rem/1.15 var(--body); text-align: right; text-transform: uppercase; }
.menu-row { align-items: start; padding: .55rem .7rem; border-top: 1px dashed rgba(19,34,56,.2); }
.menu-row:first-child { border-top: 0; }
.menu-row h4 { margin: 0; font: 800 1rem/1.1 var(--body); }
.menu-row h4 sup { position: relative; top: -.08em; font-size: .62em; line-height: 0; }
.menu-choice-or { text-decoration: underline; text-decoration-thickness: .5px; text-underline-offset: .1em; }
.menu-row p { margin: .18rem 0 0; color: var(--ink-soft); font-size: .72rem; line-height: 1.35; }
.menu-row strong { color: var(--red); font: 900 1rem/1.1 var(--display); text-align: right; white-space: nowrap; }
.menu-specials, .menu-cards, .menu-tips { grid-column: 1 / -1; }
.menu-specials .menu-items, .menu-cards .menu-items, .menu-tips .menu-items { display: grid; grid-template-columns: minmax(0, 1fr); }
.menu-cards .menu-items { gap: .7rem; padding: .7rem; background: #fff2a9; }
.menu-cards .menu-row { display: grid; grid-template-columns: 1fr auto; min-height: 112px; padding: .8rem; background: #fff; border: 2px solid var(--red); box-shadow: 4px 4px 0 var(--yellow); }
.menu-cards .menu-row:nth-child(even) { border-left: 2px solid var(--red); }
.menu-tips .menu-items { background: var(--yellow); }
.menu-tips .menu-row { border-color: rgba(128,27,23,.3); }
.menu-tips .menu-row strong { color: var(--red-dark); }
.menu-note { margin: 1.5rem 0 0; color: rgba(255,255,255,.58); font-size: .8rem; }
@keyframes itemIn { from { opacity: 0; transform: translateY(7px); } }

.daily-section { padding-block: clamp(5rem, 10vw, 9rem); }
.daily-card { position: relative; background: var(--cream); padding: clamp(2rem, 5vw, 5rem); border: 2px solid var(--ink); box-shadow: 12px 12px 0 var(--yellow); }
.daily-card > div:not(.daily-stamp) { padding-right: 240px; }
.daily-card h2 { max-width: none; }
.daily-card p:not(.eyebrow) { max-width: 56ch; }
.daily-stamp { position: absolute; z-index: 2; right: clamp(1rem, 3vw, 2.5rem); top: -46px; width: 210px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; color: #fff; background: var(--red); border-radius: 50%; transform: rotate(7deg); text-transform: uppercase; }
.daily-stamp span, .daily-stamp strong { display: block; max-width: 4ch; font: 900 3.3rem/.78 var(--display); }
.button-facebook { margin-top: 1rem; background: #1877f2; color: #fff; }

.reviews-section { padding-block: clamp(5rem, 9vw, 8rem); background: var(--cream); }
.reviews-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.5rem; }
.reviews-heading h2 { max-width: 100%; white-space: nowrap; font-size: clamp(1.25rem, 5.3vw, 6rem); letter-spacing: 0; line-height: .95; }
.google-rating { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; background: #fff; border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--yellow); }
.google-rating > strong { font: 900 3rem/1 var(--display); color: var(--red); }
.google-rating span { display: grid; font-size: .78rem; font-weight: 700; line-height: 1.35; }
.google-rating b, .stars { color: #f4b400; letter-spacing: .08em; }
.reviews-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem; }
.review-card { grid-column: span 2; min-height: 220px; display: flex; flex-direction: column; padding: 1.35rem; background: #fff; border: 1px solid var(--line); }
.review-card:nth-child(4) { grid-column: 2 / span 2; }
.review-card blockquote { margin: 1rem 0 1.5rem; font: 700 1.35rem/1.25 var(--display); }
.review-card p { margin: auto 0 0; display: grid; font-size: .8rem; line-height: 1.4; }
.review-card p span { color: var(--ink-soft); }
.button-google { margin-top: 2rem; background: var(--ink); color: #fff; }

.visit { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--red); color: #fff; }
.visit-panel { padding: clamp(3rem, 7vw, 7rem); }
.visit-panel address { margin: 1.8rem 0; font-style: normal; font-size: 1.12rem; }
.visit-phone { display: inline-block; margin: -.75rem 0 1.8rem; color: #fff; font-weight: 800; text-underline-offset: .25rem; }
.button-secondary-dark { border-color: rgba(255,255,255,.72); color: #fff; }
.hours-panel { padding: clamp(3rem, 6vw, 5.5rem); background: var(--cream); color: var(--ink); }
.hours-panel h3 { margin: 0 0 1.5rem; font: 900 2.2rem/1 var(--display); text-transform: uppercase; }
.hours-panel dl { margin: 0; }
.hours-panel dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid var(--line); }
.hours-panel dt { font-weight: 700; }
.hours-panel dd { margin: 0; }
.hours-panel p { color: var(--ink-soft); font-size: .78rem; }

.site-footer { min-height: 78px; padding: 0 clamp(1.2rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--cream); color: var(--ink); border-top: 1px solid rgba(19,34,56,.18); }
.site-footer nav { display: flex; gap: clamp(1.1rem, 2.8vw, 2.5rem); }
.site-footer nav a { font-size: .89rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.site-footer nav a:hover, .site-footer nav a:focus-visible { color: var(--red); }
.footer-logo { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; border: 2px solid var(--red); }
.footer-nav-toggle { display: none; align-items: center; gap: .6rem; min-height: 44px; padding: .55rem .8rem; border: 2px solid var(--ink); background: var(--cream); color: var(--ink); font: 800 .88rem/1 var(--body); text-transform: uppercase; cursor: pointer; box-shadow: 3px 3px 0 var(--yellow); }
.footer-nav-toggle-icon { font-size: 1.2rem; line-height: 1; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .site-header nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: .55rem 1.2rem 1rem; background: var(--cream); border-bottom: 2px solid var(--ink); box-shadow: 0 12px 22px rgba(9,20,36,.18); }
  .site-header nav[data-open="true"] { display: flex; }
  .site-header nav a { padding: .75rem .25rem; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .site-header nav a:last-child { border-bottom: 0; }
  .hero-card { right: 1.2rem; }
  .intro { grid-template-columns: 1fr; }
  .intro-copy { max-width: 700px; }
  .menu-heading { align-items: flex-start; flex-direction: column; }
  .menu-heading h2 { font-size: clamp(3.4rem, 8vw, 4.8rem); }
  .menu-pdf-grid { grid-template-columns: 1fr; }
  .menu-specials, .menu-cards, .menu-tips { grid-column: auto; }
  .drinks-heading { align-items: flex-start; flex-direction: column; }
  .drinks-board { grid-template-columns: 1fr; }
  .drinks-logo-panel { flex-direction: row; }
  .drinks-logo-panel img { width: 145px; }
  .daily-card > div:not(.daily-stamp) { padding-right: 170px; }
  .daily-stamp { width: 175px; right: 1rem; top: -32px; }
  .daily-stamp span, .daily-stamp strong { font-size: 2.7rem; }
  .site-footer { min-height: 0; padding-block: 1.5rem; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .footer-nav-toggle { display: inline-flex; }
  .site-footer nav { grid-column: 1 / -1; display: none; flex-direction: column; gap: 0; width: 100%; padding-top: .75rem; }
  .site-footer nav[data-open="true"] { display: flex; }
  .site-footer nav a { padding: .7rem .25rem; border-top: 1px solid var(--line); font-size: 1rem; }
}

@media (max-width: 680px) {
  body { padding-bottom: 64px; }
  .site-header { height: 68px; padding-inline: 1rem; gap: 1rem; }
  .brand { gap: .55rem; font-size: 1.06rem; white-space: nowrap; }
  .site-header .brand span, .site-footer .brand span { display: none; }
  .header-logo { width: 50px; height: 50px; }
  .hero { min-height: 720px; }
  .hero-scrim { background: linear-gradient(0deg, rgba(9,20,36,.96) 0%, rgba(9,20,36,.54) 72%, rgba(9,20,36,.15)); }
  .hero-content { margin: 0 1.2rem 11.5rem; width: auto; }
  .hero h1 { font-size: clamp(4rem, 21vw, 6.2rem); }
  .hero-copy { font-size: 1rem; }
  .hero .eyebrow { margin-bottom: 2rem; }
  .hero-content { transform: translateY(1rem); }
  .hero-card { left: 1.2rem; right: 1.2rem; width: auto; padding: 1rem 1.2rem; display: grid; grid-template-columns: 1fr 1fr; gap: .2rem 1rem; }
  .hero-card div { font-size: 1.55rem; }
  .hero-card p { margin: 0; }
  .hero-card a { grid-column: 1 / -1; }
  .intro { grid-template-columns: 1fr; padding: 4rem 0 2.5rem; }
  .food-gallery { grid-template-columns: 1.2fr .8fr; gap: .55rem; }
  .photo-carousel-section { padding: 3rem 0 4rem; }
  .carousel-heading { align-items: stretch; flex-direction: column; }
  .carousel-heading h2 { white-space: normal; font-size: clamp(1.55rem, 4.5vw, 1.9rem); }
  .mobile-title-break { display: inline; }
  .carousel-button { width: 46px; }
  .carousel-slide { flex-basis: 88vw; }
  .carousel-slide img { height: min(68vw, 470px); }
  .carousel-slide figcaption { left: .75rem; bottom: .75rem; font-size: .76rem; }
  .did-you-know { padding: 1.2rem; }
  .did-you-know-heading { align-items: start; flex-direction: column; }
  .service-highlights, .menu-extras { grid-template-columns: 1fr; }
  .drinks-section { margin-top: 3.5rem; padding-block: 3.5rem; }
  .drinks-heading h2 { font-size: 4.5rem; }
  .drinks-heading .button { width: 100%; }
  .drinks-logo-panel { flex-direction: column; }
  .drinks-logo-panel img { width: 180px; }
  .drinks-menu { overflow: hidden; padding-inline: .7rem; }
  .drink-table { max-width: 100%; overflow-x: hidden; }
  .drink-row { min-width: 0; grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, .7fr)); }
  .drink-row > span { min-width: 0; padding: .6rem .18rem; font-size: .88rem; }
  .drink-row strong { overflow-wrap: anywhere; font-size: 1.05rem; }
  .drink-row small { font-size: .63rem; letter-spacing: .035em; }
  .drink-head > span { font-size: .66rem; }
  .section-heading { align-items: start; flex-direction: column; }
  .menu-heading h2 { font-size: clamp(2.65rem, 10.5vw, 3.4rem); }
  .menu-tabs { margin-top: 2rem; }
  .menu-tabs { grid-template-columns: repeat(2, 1fr); }
  .menu-sheet { margin-inline: calc((100vw - 100%) / -2 + .6rem); }
  .menu-sheet-title { align-items: flex-start; flex-direction: column; }
  .menu-pdf-grid { padding: .65rem; gap: .65rem; }
  .menu-specials .menu-items, .menu-cards .menu-items, .menu-tips .menu-items { grid-template-columns: 1fr; }
  .menu-specials .menu-row:nth-child(even), .menu-cards .menu-row:nth-child(even), .menu-tips .menu-row:nth-child(even) { border-left: 0; }
  .menu-table-head, .menu-pdf-section:has(.menu-table-head) .menu-items { min-width: 590px; }
  .menu-row { padding: .6rem; }
  .daily-card { padding: 4.5rem 1.4rem 3rem; }
  .daily-card > div:not(.daily-stamp) { padding-right: 0; }
  .daily-card .eyebrow { max-width: 52%; }
  .daily-stamp { width: 150px; right: -6px; top: -26px; }
  .daily-stamp span, .daily-stamp strong { font-size: 2.3rem; }
  .daily-card h2 { font-size: 3.25rem; }
  .reviews-heading { align-items: start; flex-direction: column; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card, .review-card:nth-child(4) { grid-column: auto; min-height: 180px; }
  .visit { grid-template-columns: 1fr; }
  .site-footer { padding: 1.5rem 1rem 2rem; }
  .site-footer nav { justify-content: flex-start; }
}

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