@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");

/* ============================================================
   LANTERN — an editorial, image-led hospitality identity
   Off-white + warm-sand surfaces, circle buttons in the brand
   colour, deep secondary-colour bands, hairline dividers, square
   photography, a serif display face and a clean geometric body
   face. Restrained motion: one-shot entrances on an outQuart
   curve, 500ms hovers for anything that moves, 300ms for colour.
   ============================================================ */

/* ============================================================
   DERIVED PALETTE — all shades computed from the five brand
   variables defined in theme.css (loaded before this file).
   ============================================================ */

:root {
  /* ---------- derived automatically — no need to touch ---------- */
  --bg: #fdfdfd;
  --card: #ffffff;
  --sand: var(--canvas);
  --sand-2: color-mix(in srgb, var(--canvas) 82%, #c9b79f);
  --panel: color-mix(in srgb, var(--canvas) 78%, #dccbb2);
  --muted: color-mix(in srgb, var(--ink) 62%, #ffffff);
  --chili: var(--brand);
  --chili-dark: color-mix(in srgb, var(--brand) 82%, #2a0000);
  --chili-soft: color-mix(in srgb, var(--brand) 12%, #ffffff);
  --basil: var(--brand-2);
  --basil-deep: color-mix(in srgb, var(--brand-2) 70%, #000000);
  --gold: var(--brand-3);
  --line: color-mix(in srgb, var(--ink) 13%, #ffffff);
  --line-dark: rgba(255, 255, 255, 0.14);
  --shadow-sm: 0 1px 0 rgba(46, 46, 46, 0.04);
  --shadow-md: 0 18px 40px -22px rgba(46, 46, 46, 0.35);
  --shadow-lg: 0 40px 80px -36px rgba(46, 46, 46, 0.45);
  --r-xl: 2px;
  --r-lg: 2px;
  --r-md: 2px;
  --r-pill: 999px;
  --font-display: "Plus Jakarta Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-body: "Plus Jakarta Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  --accent-on-dark: color-mix(in srgb, var(--brand) 42%, #fff);
  --max: 78rem;
  --pad: clamp(1.25rem, 4vw, 2.5rem);

  /* motion tokens (from the reference motion spec) */
  --ease-out: cubic-bezier(0.25, 1, 0.5, 1);         /* outQuart */
  --ease-soft: cubic-bezier(0.25, 0.46, 0.45, 0.94); /* outQuad  */
  --t-move: 0.5s;
  --t-color: 0.3s;

  /* aliases still referenced by a few legacy SEO pages */
  --primary-color: var(--brand);
  --primary-color-dark: var(--chili-dark);
  --primary-color-light: var(--chili-soft);
  --text-dark: var(--ink);
  --text-light: var(--muted);
  --white: #ffffff;
  --max-width: 78rem;
  --primary: var(--brand);
  --primaryLight: var(--brand);
  --lightgray: #ffffff;
  --bg-shade: var(--canvas);
  --headerColor: var(--ink);
  --bodyTextColor: var(--muted);
  --bodyTextColorWhite: #ffffff;
  --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
  --topperFontSize: 0.8rem;
  --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
  --bodyFontSize: 1rem;
}

/* ---------- reset & base ---------- */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-weight: 450;
  color: var(--ink);
  background-color: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

::selection {
  background: var(--chili);
  color: #fff;
}

h1,
h2,
h3,
.display {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--ink);
}

h1 em,
h2 em,
h3 em,
.display em {
  font-style: normal;
  color: var(--chili);
}

h4 {
  font-family: var(--font-body);
  font-weight: 700;
}

.wrap {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
}

section {
  position: relative;
}

/* kicker — small section label */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--chili);
}

.lede {
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 38rem;
}

.lede a,
.prose a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--chili);
  transition: color var(--t-color) ease;
}

.lede a:hover,
.prose a:hover {
  color: var(--chili);
}

/* ============================================================
   MOTION — one-shot entrances (1000ms outQuart, 80px)
   ============================================================ */

[data-reveal] {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* directional pairs */
.story-collage[data-reveal]:not(.is-in),
.explore__image[data-reveal]:not(.is-in) {
  transform: translateX(-80px);
}

.story-copy[data-reveal]:not(.is-in) {
  transform: translateX(80px);
}

/* children of a revealed group stagger in (80ms apart) */
.plates-track .plate,
.gallery-wall figure,
.cat-grid .cat-tile,
.faq-list .qa,
.snap-grid img,
.location-box[data-reveal] > *,
[data-reveal] .info-cards .info-card {
  opacity: 0;
  transform: translateY(40px);
}

.plates-track.is-in > .plate,
.gallery-wall.is-in > figure,
.cat-grid.is-in > .cat-tile,
.faq-list.is-in > .qa,
.snap-grid.is-in > img,
.location-box.is-in > *,
.is-in .info-cards > .info-card {
  opacity: 1;
  transform: none;
}

:is(.plates-track, .gallery-wall, .cat-grid, .faq-list, .snap-grid, .location-box).is-in > :nth-child(2),
.is-in .info-cards > :nth-child(2) { transition-delay: 0.08s; }
:is(.plates-track, .gallery-wall, .cat-grid, .faq-list, .snap-grid).is-in > :nth-child(3),
.is-in .info-cards > :nth-child(3) { transition-delay: 0.16s; }
:is(.plates-track, .gallery-wall, .cat-grid, .faq-list, .snap-grid).is-in > :nth-child(4),
.is-in .info-cards > :nth-child(4) { transition-delay: 0.24s; }
:is(.plates-track, .gallery-wall, .cat-grid, .faq-list, .snap-grid).is-in > :nth-child(5),
.is-in .info-cards > :nth-child(5) { transition-delay: 0.32s; }
:is(.plates-track, .gallery-wall, .cat-grid, .faq-list).is-in > :nth-child(6) { transition-delay: 0.4s; }
:is(.plates-track, .gallery-wall, .cat-grid, .faq-list).is-in > :nth-child(7) { transition-delay: 0.48s; }
:is(.gallery-wall, .faq-list).is-in > :nth-child(8) { transition-delay: 0.56s; }
:is(.gallery-wall, .faq-list).is-in > :nth-child(9) { transition-delay: 0.64s; }

/* individually-revealed siblings without an inline delay */
.bd-list .bd-card:nth-child(2),
.quote-wall .quote-card:nth-child(2),
.chapters .chapter:nth-child(3) { --reveal-delay: 0.09s; }
.bd-list .bd-card:nth-child(3),
.quote-wall .quote-card:nth-child(3),
.chapters .chapter:nth-child(4) { --reveal-delay: 0.18s; }
.quote-wall .quote-card:nth-child(4) { --reveal-delay: 0.27s; }
.quote-wall .quote-card:nth-child(5) { --reveal-delay: 0.36s; }

/* heading treatment: un-tilt (2s) + slow gradient wipe (6s) */
[data-reveal] h1,
[data-reveal] h2 {
  --wipe-ink: var(--ink);
  transform: perspective(900px) rotateY(-32deg) skewY(2deg);
  transform-origin: left center;
  background-image: linear-gradient(
    90deg,
    var(--wipe-ink) 0 40%,
    color-mix(in srgb, var(--wipe-ink) 28%, transparent) 60% 100%
  );
  background-size: 250% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 1.6s var(--ease-soft) var(--reveal-delay, 0s),
    background-position 2.8s var(--ease-soft) var(--reveal-delay, 0s);
}

[data-reveal].is-in h1,
[data-reveal].is-in h2 {
  transform: none;
  background-position: 0 0;
}

[data-reveal] h1 em,
[data-reveal] h2 em {
  -webkit-text-fill-color: var(--chili);
}

/* scroll-scrubbed paragraph fill (JS sets --fill 0..100) */
.scrub-text {
  --fill: 0;
  background-image: linear-gradient(
    180deg,
    var(--scrub-ink, var(--ink)) calc(var(--fill) * 1% - 8%),
    color-mix(in srgb, var(--scrub-ink, var(--ink)) 42%, transparent)
      calc(var(--fill) * 1% + 8%)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scrub-text a {
  -webkit-text-fill-color: var(--chili);
}

@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes hero-unfold {
  from { clip-path: inset(25% 25% 25% 25%); }
  to { clip-path: inset(0 0 0 0); }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  [data-reveal] h1,
  [data-reveal] h2,
  .plates-track .plate,
  .gallery-wall figure,
  .cat-grid .cat-tile,
  .faq-list .qa,
  .snap-grid img,
  .location-box > *,
  .info-cards .info-card {
    opacity: 1;
    transform: none;
    transition: none;
    background-position: 0 0;
  }

  .scrub-text {
    background-image: none;
    -webkit-text-fill-color: inherit;
  }

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001s !important;
    animation-delay: 0s !important;
  }
}

/* ============================================================
   BUTTONS — the circle system
   A circle with an ↗ arrow plus an uppercase label. On hover the
   brand fill grows into a pill around the label, a dark disc
   scales up inside the circle, the arrow turns 45° and the label
   goes white — four moves on one 500ms beat.
   (script.js prepends the arrow to any button that lacks one.)
   ============================================================ */

.btn,
.btn-line,
.btn-ghost,
.cs-button-solid,
.cs-button-ghost,
.btn-secondary,
.btn-small {
  --circle: 3rem;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-height: var(--circle);
  padding: 0 1.25rem 0 0;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: inherit;
  background: none;
  border-radius: var(--r-pill);
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease;
}

.btn::before,
.btn-line::before,
.btn-ghost::before,
.cs-button-solid::before,
.cs-button-ghost::before,
.btn-secondary::before,
.btn-small::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--circle);
  border-radius: var(--r-pill);
  background: var(--chili);
  z-index: -1;
  transition: width var(--t-move) ease, background-color var(--t-move) ease;
}

.btn .arrow,
.btn-line .arrow,
.btn-ghost .arrow,
.cs-button-solid .arrow,
.cs-button-ghost .arrow,
.btn-secondary .arrow,
.btn-small .arrow {
  order: -1;
  position: relative;
  flex: none;
  width: var(--circle);
  height: var(--circle);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1rem;
}

.btn .arrow::before,
.btn-line .arrow::before,
.btn-ghost .arrow::before,
.cs-button-solid .arrow::before,
.cs-button-ghost .arrow::before,
.btn-secondary .arrow::before,
.btn-small .arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--ink);
  transform: scale(0);
  transition: transform var(--t-move) ease;
}

.btn .arrow .ico,
.btn-line .arrow .ico,
.btn-ghost .arrow .ico,
.cs-button-solid .arrow .ico,
.cs-button-ghost .arrow .ico,
.btn-secondary .arrow .ico,
.btn-small .arrow .ico {
  position: relative;
  transition: transform var(--t-move) ease;
}

.btn:hover,
.btn-line:hover,
.btn-ghost:hover,
.cs-button-solid:hover,
.cs-button-ghost:hover,
.btn-secondary:hover,
.btn-small:hover {
  color: #fff;
}

.btn:hover::before,
.btn-line:hover::before,
.btn-ghost:hover::before,
.cs-button-solid:hover::before,
.cs-button-ghost:hover::before,
.btn-secondary:hover::before,
.btn-small:hover::before {
  width: 100%;
  background: var(--chili);
}

.btn:hover .arrow::before,
.btn-line:hover .arrow::before,
.btn-ghost:hover .arrow::before,
.cs-button-solid:hover .arrow::before,
.cs-button-ghost:hover .arrow::before,
.btn-secondary:hover .arrow::before,
.btn-small:hover .arrow::before {
  transform: scale(1);
}

.btn:hover .arrow .ico,
.btn-line:hover .arrow .ico,
.btn-ghost:hover .arrow .ico,
.cs-button-solid:hover .arrow .ico,
.cs-button-ghost:hover .arrow .ico,
.btn-secondary:hover .arrow .ico,
.btn-small:hover .arrow .ico {
  transform: rotate(45deg);
}

/* secondary: outlined circle, ink arrow, fills brand on hover */
.btn-line,
.btn-ghost,
.cs-button-ghost,
.btn-secondary {
  --ring: var(--ink);
}

.btn-line::before,
.btn-ghost::before,
.cs-button-ghost::before,
.btn-secondary::before {
  background: transparent;
  box-shadow: inset 0 0 0 1px var(--ring);
  transition: width var(--t-move) ease, background-color var(--t-move) ease,
    box-shadow var(--t-move) ease;
}

.btn-line .arrow,
.btn-ghost .arrow,
.cs-button-ghost .arrow,
.btn-secondary .arrow {
  color: var(--ring);
  transition: color var(--t-move) ease;
}

.btn-line:hover::before,
.btn-ghost:hover::before,
.cs-button-ghost:hover::before,
.btn-secondary:hover::before {
  background: var(--chili);
  box-shadow: inset 0 0 0 1px var(--chili);
}

.btn-line:hover .arrow,
.btn-ghost:hover .arrow,
.cs-button-ghost:hover .arrow,
.btn-secondary:hover .arrow {
  color: #fff;
}

/* small variant */
.btn-small {
  --circle: 2.4rem;
  font-size: 0.7rem;
  gap: 0.65rem;
}

/* on dark surfaces the label + ring are white */
.hero-full .btn,
.hero-full .btn-line,
.page-hero .btn,
.page-hero .btn-line,
.cta-band .btn,
.cta-band .btn-line,
.site-header .btn,
.site-nav .btn,
.cta-container .btn,
.cta-container .btn-secondary,
#home-hero .cs-button-solid,
#home-hero .cs-button-ghost,
.hours-table .btn,
.site-footer .btn,
.floating-btn-wrapper .btn {
  color: #fff;
  --ring: rgba(255, 255, 255, 0.85);
}

/* touch devices show the expanded pill by default */
@media (hover: none) {
  .btn::before,
  .cs-button-solid::before,
  .btn-small::before {
    width: 100%;
  }

  .btn,
  .cs-button-solid,
  .btn-small {
    color: #fff;
  }
}

/* ---------- inline svg icons ---------- */

.ico {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  flex: none;
}

.stars {
  display: inline-flex;
  align-items: center;
  gap: 0.18em;
  color: var(--gold);
}

/* ---------- chips ---------- */

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  color: var(--ink);
  background: transparent;
  transition: border-color var(--t-color) ease, color var(--t-color) ease;
}

.chip:hover {
  border-color: var(--chili);
  color: var(--chili);
}

.chip .dot {
  color: var(--chili);
  font-size: 0.85em;
}

/* floating badge */
.sticker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #fff;
  color: var(--ink);
  border-radius: var(--r-pill);
  padding: 0.7rem 1.2rem;
  box-shadow: var(--shadow-md);
}

.sticker::before {
  content: "★";
  color: var(--gold);
}

.sticker .ico {
  color: var(--chili);
}

/* ============================================================
   HEADER — dark glass bar, uppercase links, circle CTA
   ============================================================ */

#header-container {
  display: contents;
}

.site-topline {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line-dark);
}

.site-topline .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-block: 0.55rem;
}

.site-topline a {
  color: #fff;
  transition: color var(--t-color) ease;
}

.site-topline a:hover {
  color: var(--accent-on-dark);
}

.site-topline .tl-right {
  display: flex;
  gap: 1.75rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  color: #fff;
  background: rgba(24, 20, 19, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line-dark);
  transition: background-color 0.4s ease, border-color 0.4s ease;
}

/* transparent over the hero, solid once you scroll */
body:has(.hero-full) .site-header:not(.scrolled),
body:has(.page-hero) .site-header:not(.scrolled),
body:has(#home-hero) .site-header:not(.scrolled) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* nav bar arrives last on the home page (800ms after the photo) */
body:has(.hero-full) .site-header {
  animation: fade-in 1s var(--ease-soft) 0.8s both;
}

.site-header .wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: none;
  padding-right: 1.5rem;
  border-right: 1px solid var(--line-dark);
}

.brand img {
  height: 54px;
  width: auto;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.25rem, 1.4vw, 1rem);
  flex: 1;
}

.site-nav a {
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  padding: 0.6rem 0.9rem;
  transition: color var(--t-color) ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--accent-on-dark);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: none;
  padding-left: 1.5rem;
  border-left: 1px solid var(--line-dark);
}

.header-cta .btn {
  --circle: 2.6rem;
  font-size: 0.7rem;
}

.nav-toggle {
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  border: 1px solid var(--line-dark);
  background: transparent;
  color: #fff;
  align-items: center;
  justify-content: center;
  transition: background-color var(--t-color) ease, transform 0.15s ease;
}

.nav-toggle:active {
  transform: scale(0.92);
}

/* hamburger → X: top drops + turns, middle turns, bottom retracts */
.nav-toggle__bars {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  width: 20px;
}

.nav-toggle__bars span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transform-origin: center;
  transition: transform var(--t-move) ease, width var(--t-move) ease,
    opacity var(--t-move) ease;
}

.nav-toggle__bars span:nth-child(3) {
  width: 11px;
}

.nav-toggle.is-open .nav-toggle__bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open .nav-toggle__bars span:nth-child(2) {
  transform: rotate(-45deg);
}

.nav-toggle.is-open .nav-toggle__bars span:nth-child(3) {
  width: 0;
  opacity: 0;
}

.nav-extra {
  display: none;
}

@media (max-width: 900px) {
  .site-topline {
    display: none;
  }

  .site-header .wrap {
    min-height: 68px;
  }

  .brand {
    border-right: none;
    padding-right: 0;
  }

  .brand img {
    height: 46px;
  }

  .header-cta {
    border-left: none;
    padding-left: 0;
  }

  .header-cta .btn {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  /* sliding panel */
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(24, 20, 19, 0.98);
    border-bottom: 1px solid var(--line-dark);
    padding: 0.5rem var(--pad) 1.5rem;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease,
      visibility 0s linear 0.4s;
  }

  .site-nav.open {
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  .site-nav a {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line-dark);
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.4s ease, transform 0.4s ease, color var(--t-color) ease;
  }

  .site-nav.open a {
    opacity: 1;
    transform: none;
  }

  .site-nav.open a:nth-child(1) { transition-delay: 0.05s; }
  .site-nav.open a:nth-child(2) { transition-delay: 0.1s; }
  .site-nav.open a:nth-child(3) { transition-delay: 0.15s; }
  .site-nav.open a:nth-child(4) { transition-delay: 0.2s; }
  .site-nav.open a:nth-child(5) { transition-delay: 0.25s; }

  .nav-extra {
    display: grid;
    gap: 0.9rem;
    justify-items: start;
    margin-top: 1.25rem;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s;
  }

  .site-nav.open .nav-extra {
    opacity: 1;
    transform: none;
  }

  .site-nav .nav-extra .btn {
    font-family: var(--font-body);
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0 1.25rem 0 0;
    border-bottom: none;
    opacity: 1;
    transform: none;
  }

  .site-nav .nav-extra .nav-extra__tel {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    color: rgba(255, 255, 255, 0.75);
    padding: 0.25rem 0;
    border-bottom: none;
    opacity: 1;
    transform: none;
  }

  .nav-extra__tel .ico {
    color: var(--accent-on-dark);
  }

  /* dim scrim behind the open panel */
  body:has(.site-nav.open)::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgba(0, 0, 0, 0.5);
    animation: fade-in 0.4s ease both;
  }
}

/* ============================================================
   HOME HERO — full-bleed photo, unfolds on load, stat strip
   ============================================================ */

.hero-full {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: clamp(620px, 92vh, 860px);
  margin-top: calc(-1 * var(--header-h, 78px));
  padding-top: var(--header-h, 78px);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--ink);
}

.hero-full__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  animation: hero-unfold 1s ease 0.2s both;
}

.hero-full__bg img {
  position: absolute;
  left: 0;
  top: -12%;
  width: 100%;
  height: 124%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
}

/* scrim for legibility */
.hero-full::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0.72) 100%
  );
}

.hero-full__content {
  --reveal-delay: 0.3s;
  margin-block: auto;
  padding-block: clamp(3rem, 8vw, 5rem) clamp(2rem, 4vw, 3rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kicker--light {
  color: #fff;
}

.hero-full h1 {
  --wipe-ink: #fff;
  font-size: clamp(2.4rem, 5.2vw, 4.1rem);
  color: #fff;
  letter-spacing: -0.015em;
  line-height: 1.04;
  margin: 1.1rem 0 1.2rem;
  max-width: 20ch;
  text-wrap: balance;
}

.hero-full h1 em,
.page-hero h1 em,
.cta-band h2 em {
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.hero-full__tag {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  font-size: clamp(0.98rem, 1.5vw, 1.1rem);
  max-width: 38rem;
  margin-bottom: 2.1rem;
  text-wrap: balance;
}

.hero-full__tag em {
  font-style: normal;
  color: #fff;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 2rem;
  margin-bottom: 1.9rem;
}

.hero-full .hero-actions {
  justify-content: center;
  margin-bottom: 0;
}

/* the store data strip */
.hero-full__foot {
  --reveal-delay: 0.5s !important;
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
}

.store-bar {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding-top: 1.5rem;
}

/* hairline draws itself left → right */
.store-bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background: rgba(255, 255, 255, 0.35);
  transition: width 0.6s ease 0.5s;
}

.is-in .store-bar::before {
  width: 100%;
}

.sb-cell {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.5rem 1.25rem 0.5rem 0;
  min-width: 0;
}

.sb-cell + .sb-cell {
  padding-left: 1.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.sb-ico {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 0.95rem;
  transition: background-color var(--t-move) ease, border-color var(--t-move) ease;
}

a.sb-cell:hover .sb-ico {
  background: var(--chili);
  border-color: var(--chili);
}

.sb-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.sb-body strong {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #fff;
}

.sb-body span {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1080px) {
  .store-bar {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.75rem;
  }

  .sb-cell:nth-child(3) {
    border-left: none;
    padding-left: 0;
  }
}

@media (max-width: 560px) {
  .hero-full {
    min-height: 0;
  }

  .store-bar {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .sb-cell + .sb-cell {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-block: 0.75rem;
  }

  .sb-body span {
    white-space: normal;
  }
}

/* ============================================================
   SECTION HEADER ROW + arrows
   ============================================================ */

.sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.sec-head h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  margin-top: 0.8rem;
  max-width: 22ch;
  text-wrap: balance;
}

.sec-head .sec-tools {
  display: flex;
  gap: 0.6rem;
  flex: none;
}

.arrow-btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color var(--t-move) ease, color var(--t-move) ease,
    border-color var(--t-move) ease;
}

.arrow-btn:hover {
  background: var(--chili);
  border-color: var(--chili);
  color: #fff;
}

/* ============================================================
   PLATES — signature dishes carousel (home)
   ============================================================ */

.plates {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.plates-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2.5rem) / 3);
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.25rem 0.25rem 1.5rem;
  scrollbar-width: none;
  cursor: grab;
}

.plates-track::-webkit-scrollbar {
  display: none;
}

.plates-track.dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.plates-track.snap-off {
  scroll-snap-type: none;
}

.plate {
  scroll-snap-align: start;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 0.75rem 0.75rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  transition: transform var(--t-move) ease, box-shadow var(--t-move) ease,
    opacity 0.9s var(--ease-out);
}

.plate:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.plate img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--r-md);
  transition: filter 0.35s ease;
}

.plate:hover img {
  filter: saturate(1.12) contrast(1.03);
}

.plate .plate-no {
  order: -1;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--chili);
  padding: 0.6rem 0.5rem 0;
}

.plate h3 {
  font-size: 1.65rem;
  padding: 0.25rem 0.5rem 0;
}

.plate h3 a {
  transition: color var(--t-color) ease;
}

.plate h3 a:hover {
  color: var(--chili);
}

.plate p {
  font-size: 0.93rem;
  color: var(--muted);
  padding: 0 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.plate .plate-foot {
  margin-top: auto;
  padding: 0.75rem 0.5rem 0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.plate .plate-foot::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--chili);
}

.menu-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

@media (max-width: 900px) {
  .plates-track {
    grid-auto-columns: calc((100% - 1.25rem) / 2);
  }
}

@media (max-width: 600px) {
  .plates-track {
    grid-auto-columns: 100%;
  }

  .plates .sec-head {
    flex-wrap: wrap;
  }

  .plates .sec-head .sec-tools {
    margin-left: auto;
  }
}

/* ============================================================
   STORY — offset photo pair + copy (home)
   ============================================================ */

.story {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--sand);
  overflow: hidden;
}

.story .wrap {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}

.story-collage {
  position: relative;
  padding-bottom: 3.5rem;
  padding-right: 2rem;
}

.story-collage .img-a {
  width: 82%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--r-md);
}

.story-collage .img-b {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--r-md);
  border: 10px solid var(--sand);
}

.story-collage .sticker {
  position: absolute;
  left: 1rem;
  bottom: 1.6rem;
  z-index: 2;
}

.story-copy h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  margin: 1rem 0 1.2rem;
  text-wrap: balance;
}

.story-copy .lede {
  margin-bottom: 1.4rem;
  font-size: 1.02rem;
}

.signoff {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ink);
  margin: 0 0 1.5rem;
}

.signoff::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: var(--chili);
}

.story-copy .chip-row {
  margin-bottom: 2rem;
}

@media (max-width: 900px) {
  .story .wrap {
    grid-template-columns: 1fr;
  }

  .story-collage {
    padding-right: 0;
  }
}

/* ============================================================
   MENU BAND — numbered category list (home)
   ============================================================ */

.menu-band {
  background: var(--bg);
  color: var(--ink);
  padding: clamp(4rem, 8vw, 7rem) 0;
  overflow: hidden;
}

.menu-band .wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}

.menu-band h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  margin: 1rem 0 1.2rem;
  text-wrap: balance;
}

.menu-band p {
  color: var(--muted);
  margin-bottom: 2rem;
  max-width: 32rem;
}

.cat-grid {
  counter-reset: cat;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}

.cat-tile {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  color: var(--ink);
  padding: 1.05rem 0.25rem;
  border-bottom: 1px solid var(--line);
  transition: color var(--t-move) ease, padding-left var(--t-move) ease,
    opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}

.cat-tile::before {
  counter-increment: cat;
  content: "0" counter(cat);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--muted);
  min-width: 2rem;
  transition: color var(--t-move) ease;
}

/* underline draws in on hover */
.cat-tile::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background: var(--chili);
  transition: width var(--t-move) ease;
}

.cat-tile .arrow {
  margin-left: auto;
  font-size: 1rem;
  color: var(--muted);
  opacity: 0.45;
  transition: opacity var(--t-move) ease, transform var(--t-move) ease,
    color var(--t-move) ease;
}

.cat-tile:hover {
  color: var(--chili);
  padding-left: 0.5rem;
}

.cat-tile:hover::before {
  color: var(--chili);
}

.cat-tile:hover::after {
  width: 100%;
}

.cat-tile:hover .arrow {
  opacity: 1;
  color: var(--chili);
  transform: translate(3px, -3px);
}

@media (max-width: 900px) {
  .menu-band .wrap {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   QUOTES — hairline grid of reviews (no carousel)
   ============================================================ */

.quotes {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--sand);
}

.quotes-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.quotes-intro h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  margin-top: 0.8rem;
}

.quotes-intro .chip {
  background: #fff;
  border-color: #fff;
}

.quote-grid,
.quote-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 1px 0 0 1px;
}

.quote-card {
  position: relative;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--line);
  margin: -1px 0 0 -1px;
  padding: 2.25rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--t-move) ease, opacity 1s var(--ease-out),
    transform 1s var(--ease-out);
}

.quote-card:hover {
  z-index: 1;
  box-shadow: var(--shadow-lg);
}

.quote-card .qmark {
  position: absolute;
  top: 0.9rem;
  right: 1.4rem;
  font-family: var(--font-display);
  font-size: 5.5rem;
  line-height: 1;
  color: var(--sand);
  pointer-events: none;
}

.quote-card .stars {
  font-size: 0.8rem;
  margin-bottom: 1.1rem;
  position: relative;
  z-index: 1;
}

.quote-card blockquote {
  position: relative;
  z-index: 1;
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--ink);
  margin-bottom: 1.75rem;
}

.quote-card .q-by {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.quote-card .q-by strong {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.3rem;
}

.quote-card .q-by span {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

@media (max-width: 900px) {
  .quote-grid,
  .quote-wall {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   FAQ — hairline list with numbered questions
   ============================================================ */

.faq {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--bg);
}

.faq .wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: calc(var(--header-h, 78px) + 2rem);
}

.faq-intro h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  margin: 1rem 0 1rem;
}

.faq-intro .lede {
  margin-bottom: 1.75rem;
}

.faq-list {
  counter-reset: q;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.qa {
  border-bottom: 1px solid var(--line);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}

.qa summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.35rem 0.25rem;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  line-height: 1.3;
  transition: color var(--t-color) ease;
}

.qa summary::-webkit-details-marker {
  display: none;
}

.qa summary::before {
  counter-increment: q;
  content: counter(q, decimal-leading-zero);
  flex: none;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--muted);
  min-width: 1.75rem;
}

.qa summary:hover,
.qa[open] summary {
  color: var(--chili);
}

.qa summary .qa-ico {
  flex: none;
  margin-left: auto;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--ink);
  transition: transform var(--t-move) ease, color var(--t-color) ease;
}

.qa[open] summary .qa-ico {
  transform: rotate(45deg);
  color: var(--chili);
}

.qa .qa-body {
  padding: 0 0.25rem 1.5rem 3.25rem;
  color: var(--muted);
  max-width: 60ch;
  animation: fade-in 0.4s ease both;
}

.qa .qa-body ul {
  margin-top: 0.5rem;
  padding-left: 1.1rem;
  list-style: disc;
}

.qa .qa-body li {
  margin-bottom: 0.3rem;
}

.qa .qa-body a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--chili);
}

.qa .qa-body a:hover {
  color: var(--chili);
}

@media (max-width: 900px) {
  .faq .wrap {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
  }

  .qa .qa-body {
    padding-left: 0.25rem;
  }
}

/* ============================================================
   CTA BAND — deep secondary panel with an inner hairline frame
   ============================================================ */

.cta-band {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: var(--basil);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band .wrap {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: clamp(3rem, 6vw, 5rem) var(--pad);
}

.cta-band .kicker {
  color: rgba(255, 255, 255, 0.8);
}

.cta-band h2 {
  --wipe-ink: #fff;
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 4rem);
  margin: 1rem auto 1rem;
  max-width: 16ch;
  text-wrap: balance;
}

.cta-band .lede {
  color: rgba(255, 255, 255, 0.78);
  margin: 0 auto 2.25rem;
}

.cta-band .hero-actions {
  justify-content: center;
  margin-bottom: 1.6rem;
}

.cta-band .cta-phone {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}

.cta-band .cta-phone a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--accent-on-dark);
  transition: color var(--t-color) ease;
}

.cta-band .cta-phone a:hover {
  color: var(--accent-on-dark);
}

.cta-chips {
  justify-content: center;
  margin-top: 1.5rem;
}

.cta-chips .chip {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.28);
}

.cta-chips .chip .dot {
  color: var(--accent-on-dark);
}

/* ============================================================
   FIND US — framed sand panel with an overlapping map card
   (home + winnipeg page)
   ============================================================ */

.find-us {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--bg);
}

.location-box {
  --frame-pad: clamp(1.75rem, 4vw, 3.5rem);
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  background: var(--panel);
  padding: var(--frame-pad);
  margin-block: 2.5rem;
}

.location-box::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid color-mix(in srgb, var(--ink) 16%, transparent);
  pointer-events: none;
}

.location-box > * {
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}

.location-box__details {
  order: -1;
  position: relative;
  z-index: 1;
}

.location-box__details h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 1.25rem;
  text-wrap: balance;
}

.location-box__list {
  border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.location-box__list > li {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  padding: 1rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}

.location-box__list .ic {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-size: 0.9rem;
  margin-top: 0.15rem;
}

.location-box__list strong {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.2rem;
}

.location-box__list a,
.location-box__list span:not(.ic) {
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.35;
  color: var(--ink);
  transition: color var(--t-color) ease;
}

.location-box__list a:hover {
  color: var(--chili);
}

.location-box__hours li {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.15rem 0;
}

.location-box__hours li span {
  font-size: 1.05rem;
}

.location-box__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  margin-top: 1.75rem;
}

.location-box .map-frame {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0.75rem;
  min-height: 520px;
  margin-block: calc(-1 * var(--frame-pad) - 2.5rem);
  box-shadow: var(--shadow-lg);
  border: none;
  border-radius: 0;
}

.location-box .map-frame iframe {
  position: absolute;
  inset: 0.75rem;
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  border: 0;
}

@media (max-width: 900px) {
  .location-box {
    grid-template-columns: 1fr;
    margin-block: 0;
  }

  .location-box .map-frame {
    margin-block: 0;
    min-height: 380px;
  }
}

/* ============================================================
   FOOTER — two-tier dark footer
   ============================================================ */

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.7);
}

.site-footer .wrap {
  padding-block: clamp(3rem, 6vw, 5rem) 1.75rem;
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1.2fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--line-dark);
}

.foot-brand img {
  height: 64px;
  width: auto;
  background: #fff;
  border-radius: 50%;
  padding: 3px;
  margin-bottom: 1.25rem;
}

.foot-brand p {
  font-size: 0.92rem;
  max-width: 28ch;
  margin-bottom: 1.4rem;
}

.foot-social {
  display: flex;
  gap: 0.6rem;
}

.foot-social a {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.foot-social a:hover {
  background: var(--chili);
  border-color: var(--chili);
}

.site-footer h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.site-footer h4::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-on-dark);
}

.site-footer li {
  padding: 0.3rem 0;
  font-size: 0.92rem;
}

.site-footer li a {
  transition: color var(--t-color) ease;
}

.site-footer li a:hover {
  color: var(--accent-on-dark);
}

.foot-hours li {
  display: flex;
  justify-content: flex-start;
  gap: 1.25rem;
}

.foot-hours li span:first-child {
  min-width: 5.25rem;
  color: #fff;
}

.foot-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1.5rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

.foot-legal .legal-links {
  display: flex;
  gap: 1.25rem;
}

.foot-legal a {
  color: rgba(255, 255, 255, 0.75);
  transition: color var(--t-color) ease;
}

.foot-legal a:hover {
  color: var(--accent-on-dark);
}

.foot-legal .credit a {
  color: var(--accent-on-dark);
  font-weight: 600;
}

@media (max-width: 900px) {
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .foot-grid {
    grid-template-columns: 1fr;
  }
}
/* ============================================================
   SUBPAGE HERO — full-bleed dark photo band, centred serif title
   (.page-hero--split uses its own .ph-img as the backdrop)
   ============================================================ */

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: var(--ink)
    url("assets/backgrounds/4.webp") center / cover no-repeat;
  margin-top: calc(-1 * var(--header-h, 78px));
  padding: calc(var(--header-h, 78px) + clamp(4rem, 9vw, 7rem)) 0
    clamp(4rem, 8vw, 6.5rem);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.45) 50%,
    rgba(0, 0, 0, 0.65) 100%
  );
}

.page-hero .wrap,
.page-hero--split .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 54rem;
}

.page-hero .kicker {
  color: #fff;
}

.page-hero h1 {
  --wipe-ink: #fff;
  color: #fff;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  line-height: 1.06;
  margin: 1rem auto 1.25rem;
  max-width: 22ch;
  text-wrap: balance;
}

.page-hero .lede {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: 0.98rem;
  margin: 0 auto;
  max-width: 44rem;
}

.page-hero .lede a {
  color: #fff;
}

.page-hero .hero-actions {
  justify-content: center;
  margin: 1.9rem 0 0;
}

/* the split hero's picture becomes the backdrop (Ken Burns settle) */
.page-hero--split .ph-img {
  position: absolute;
  inset: 0;
  z-index: -2;
  transform: scale(1.1);
  transition: opacity 1.4s ease, transform 1.8s var(--ease-soft);
}

.page-hero--split .ph-img.is-in {
  transform: none;
}

.page-hero--split .ph-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

/* ============================================================
   MENU PAGE — best dishes + heading (live menu app below is
   kept exactly as before)
   ============================================================ */

.best-dishes-sec {
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(2rem, 4vw, 3rem);
}

.bd-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.bd-card {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  transition: transform var(--t-move) ease, box-shadow var(--t-move) ease,
    opacity 1s var(--ease-out);
}

.bd-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.bd-img {
  position: relative;
  overflow: hidden;
}

.bd-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.8s var(--ease-soft);
}

.bd-card:hover .bd-img img {
  transform: scale(1.05);
}

.bd-body {
  padding: 1.4rem 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.bd-body h3 {
  font-size: 1.7rem;
}

.bd-body p {
  color: var(--muted);
  font-size: 0.94rem;
}

.bd-body .bd-note {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--ink);
  border-top: 1px solid var(--line);
  padding-top: 0.9rem;
  margin-top: 0.4rem;
}

.menu-heading {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0 1rem;
}

.menu-heading .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.menu-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  color: var(--ink);
  margin-top: 0.6rem;
}

.menu-title em {
  color: var(--chili);
}

@media (max-width: 900px) {
  .bd-list {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   LIVE MENU APP (menu page) — UNCHANGED from the previous
   template on purpose: same layout, radii, shadows and controls.
   Only the colour variables follow the new theme.
   ============================================================ */

/* ---------- live menu app (menu page) ---------- */





#menu {
  padding: 2rem 0 4rem;
}

#menu .menu-container {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  min-height: 500px;
}

.menu-buttons {
  flex: 0 0 250px;
  position: sticky;
  top: 6.25rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: var(--card);
  border-radius: 1.75rem;
  box-shadow: 0 12px 32px rgba(32, 29, 26, 0.1);
  padding: 1rem 0.85rem;
  max-height: calc(100vh - 8rem);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
}

.menu-button {
  text-align: left;
  font-weight: 600;
  font-size: 0.93rem;
  color: var(--muted);
  padding: 0.55rem 1rem;
  border-radius: 999px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.menu-button:hover {
  background: var(--sand);
  color: var(--ink);
}

.active-button {
  background: var(--chili);
  color: #fff;
  font-weight: 700;
}

.active-button:hover {
  background: var(--chili-dark);
  color: #fff;
}

.menu-items {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}

.menu-item {
  background: var(--card);
  border-radius: 1.35rem;
  padding: 1.2rem 1.3rem;
  box-shadow: 0 4px 14px rgba(32, 29, 26, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.menu-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(32, 29, 26, 0.1);
}

.item-name {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.12rem;
  margin-bottom: 0.15rem;
}

.item-price {
  font-family: var(--font-body);
  font-weight: 700;
  color: var(--chili);
  font-size: 1rem;
  margin-bottom: 0.45rem;
}

.item-desc {
  font-size: 0.88rem;
  color: var(--muted);
}

.item-desc span {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--basil);
  background: var(--sand);
  border-radius: 999px;
  padding: 0.18rem 0.6rem;
  margin-right: 0.35rem;
}

@media (min-width: 1200px) {
  .menu-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* mobile menu controls */
.mobile-menu-controls {
  display: none;
}

.category-header {
  display: none;
}

.selected-category {
  display: none;
}

@media (max-width: 768px) {
  #menu .menu-container {
    display: block;
  }

  .menu-buttons {
    display: none;
  }

  .menu-items {
    grid-template-columns: 1fr;
    display: grid;
  }

  .mobile-menu-controls {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    position: sticky;
    top: 4.5rem;
    z-index: 40;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
    padding: 0.7rem var(--pad);
  }

  #menu-search {
    flex: 1;
    font: inherit;
    font-size: 0.92rem;
    padding: 0.65rem 1.1rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--sand);
    color: var(--ink);
    min-width: 0;
    outline-color: var(--chili);
  }

  #menu-search::placeholder {
    color: var(--muted);
  }

  .dropdown {
    position: relative;
  }

  .dropbtn {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.88rem;
    background: var(--basil);
    color: #fff;
    border-radius: 999px;
    padding: 0.68rem 1.1rem;
    max-width: 40vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: #fff;
    border-radius: 1.35rem;
    box-shadow: 0 24px 60px rgba(32, 29, 26, 0.14);
    min-width: 210px;
    max-height: 320px;
    overflow-y: auto;
    z-index: 50;
  }

  .dropdown-content a {
    display: block;
    padding: 0.65rem 1.1rem;
    font-size: 0.92rem;
    font-weight: 600;
  }

  .dropdown-content a:hover {
    background: var(--sand);
  }

  .category-header {
    display: block;
    font-family: var(--font-body);
    font-weight: 800;
    font-size: 1.35rem;
    padding: 0.9rem 0 0.4rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid var(--line);
  }

  .fixed-nav {
    position: static;
  }
}

@media (max-width: 768px) {
  .mobile-menu-controls {
    top: var(--header-h, 4.5rem);
  }
}

/* ============================================================
   ABOUT PAGE — chapters, values, snapshots
   ============================================================ */

.chapters {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.chapters .sec-head,
.chapters .chapter {
  max-width: 900px;
  margin-inline: auto;
}

.chapter {
  display: grid;
  grid-template-columns: minmax(80px, 140px) 1fr;
  gap: clamp(1.25rem, 4vw, 3rem);
  padding: clamp(1.75rem, 4vw, 2.75rem) 0;
  border-top: 1px solid var(--line);
}

.chapter:last-child {
  border-bottom: 1px solid var(--line);
}

.chapter .ch-no {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  color: var(--chili);
  line-height: 1;
  text-align: center;
}

.chapter h3 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin-bottom: 0.7rem;
}

.chapter p {
  color: var(--muted);
  max-width: 64ch;
}

.values {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--sand);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 0.5rem;
  padding: 1px 0 0 1px;
}

.value-card {
  background: var(--card);
  border: 1px solid var(--line);
  margin: -1px 0 0 -1px;
  padding: 2.5rem 2rem;
  transition: background-color var(--t-move) ease, color var(--t-move) ease,
    opacity 1s var(--ease-out), transform 1s var(--ease-out);
}

.value-card:hover {
  background: var(--basil);
  color: #fff;
  z-index: 1;
}

.value-card .v-ico {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: var(--sand);
  display: grid;
  place-items: center;
  margin-bottom: 1.4rem;
  transition: background-color var(--t-move) ease;
}

.value-card:hover .v-ico {
  background: #fff;
}

.value-card .v-ico img {
  width: 1.7rem;
}

.value-card h3 {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  transition: color var(--t-move) ease;
}

.value-card:hover h3 {
  color: #fff;
}

.value-card p {
  font-size: 0.94rem;
  color: var(--muted);
  transition: color var(--t-move) ease;
}

.value-card:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.snap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.snap-grid img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 0.6s var(--ease-soft), opacity 0.9s var(--ease-out);
}

.snap-grid img:hover {
  transform: translateY(-6px);
}

@media (max-width: 900px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .snap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   OUR FOOD — editorial photo grid with hover captions
   ============================================================ */

#menu-choice-gallery {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

#menu-choice-gallery .sec-head h2 {
  max-width: 18ch;
}

.gallery-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: clamp(180px, 22vw, 280px);
  grid-auto-flow: dense;
  gap: 1rem;
  padding-bottom: 0;
}

.gallery-wall figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--sand);
  display: block;
}

.gallery-wall figure:nth-child(1),
.gallery-wall figure:nth-child(6) {
  grid-row: span 2;
}

.gallery-wall figure:nth-child(4) {
  grid-column: span 2;
}

.gallery-wall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease-soft);
}

.gallery-wall figure:hover img {
  transform: scale(1.06);
}

.gallery-wall figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 2.5rem 1.4rem 1.2rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity var(--t-move) ease, transform var(--t-move) ease;
}

.gallery-wall figure:hover figcaption {
  opacity: 1;
  transform: none;
}

.gallery-wall figcaption span {
  color: var(--chili);
  font-size: 0.75rem;
  transition: transform 0.4s ease;
}

.gallery-wall figure:hover figcaption span {
  transform: rotate(90deg);
}

@media (hover: none) {
  .gallery-wall figcaption {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .gallery-wall {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-wall figure:nth-child(4) {
    grid-column: span 2;
  }
}

@media (max-width: 560px) {
  .gallery-wall {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .gallery-wall figure:nth-child(n) {
    grid-row: auto;
    grid-column: auto;
  }
}

/* ============================================================
   CONTACT PAGE — hairline contact list + slate hours + map
   ============================================================ */

.contact-sec {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.contact-sec .wrap {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}

.info-cards {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.info-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.35rem 0.25rem;
  border-bottom: 1px solid var(--line);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}

.info-card .ic {
  flex: none;
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--ink);
  font-size: 0.95rem;
  color: var(--ink);
  transition: background-color var(--t-move) ease, color var(--t-move) ease,
    border-color var(--t-move) ease;
}

.info-card:hover .ic {
  background: var(--chili);
  border-color: var(--chili);
  color: #fff;
}

.info-card strong {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.15rem;
}

.info-card > span:not(.ic) > span {
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.3;
  transition: color var(--t-color) ease;
}

a.info-card:hover > span:not(.ic) > span {
  color: var(--chili);
}

.hours-table {
  position: relative;
  background: var(--basil);
  color: #fff;
  padding: 2rem 2rem 1.5rem;
  margin-top: 2rem;
}

.hours-table::before {
  content: "";
  position: absolute;
  inset: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.hours-table h2,
.hours-table h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0.9rem;
}

.hours-table li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hours-table li:last-child {
  border-bottom: none;
}

.hours-table li span:last-child {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: #fff;
}

.map-frame {
  border: 1px solid var(--line);
  background: var(--sand);
  min-height: 520px;
  position: relative;
  overflow: hidden;
}

.map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .contact-sec .wrap {
    grid-template-columns: 1fr;
  }

  .map-frame {
    min-height: 360px;
  }
}

/* ============================================================
   BREADCRUMBS (no-JS fallback), FLOATING ORDER BAR, BACK-TO-TOP
   ============================================================ */

.breadcrumb-container {
  background: transparent;
}

.breadcrumb-wrapper {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
  padding-top: 0.9rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
}

.breadcrumb li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5rem;
  color: var(--chili);
}

body.header-loaded .breadcrumb-container {
  display: none;
}

.floating-btn-wrapper {
  display: none;
}

@media (max-width: 768px) {
  .floating-btn-wrapper {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 70;
    background: rgba(30, 30, 30, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--line-dark);
    padding: 0.6rem 1rem;
  }

  .btn.order-float {
    width: 100%;
    max-width: 24rem;
    justify-content: center;
    padding-right: 0;
  }

  .btn.order-float::before {
    width: 100%;
  }

  body {
    padding-bottom: 4.5rem;
  }
}

.to-top {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 65;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 1rem;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease,
    background-color var(--t-color) ease;
}

.to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.to-top:hover {
  background: var(--chili);
}

@media (max-width: 768px) {
  .to-top {
    bottom: 5.4rem;
  }
}

/* ============================================================
   COMPAT LAYER — long-tail SEO pages (tags/*, winnipeg page,
   privacy, terms) keep their original markup; these rules
   dress those structures in the new identity.
   ============================================================ */

.section__container {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.section__header {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.1;
  text-align: center;
  margin-bottom: 1rem;
  text-wrap: balance;
}

.section__header span {
  color: var(--chili);
}

.section__description {
  color: var(--muted);
  text-align: center;
  max-width: 46rem;
  margin-inline: auto;
}

.section__description a,
.faq__answer a,
.faq-answer a,
.privacy-desc a,
.cs-text a,
.dish-description-content a,
.explore__content p a {
  color: var(--ink) !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--chili);
  transition: color var(--t-color) ease;
}

.section__description a:hover,
.faq__answer a:hover,
.faq-answer a:hover,
.privacy-desc a:hover,
.cs-text a:hover,
.dish-description-content a:hover,
.explore__content p a:hover {
  color: var(--chili) !important;
}

/* legacy hero (tags pages, winnipeg page) → dark photo band */
#home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: var(--ink) url("assets/backgrounds/5.webp") center / cover no-repeat;
  margin-top: calc(-1 * var(--header-h, 78px));
  padding: calc(var(--header-h, 78px) + clamp(4rem, 9vw, 7rem)) 1rem
    clamp(4rem, 8vw, 6.5rem);
}

#home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.45) 50%,
    rgba(0, 0, 0, 0.65) 100%
  );
}

#home-hero .cs-background {
  display: none;
}

#home-hero .cs-container {
  width: min(var(--max), 100%);
  margin-inline: auto;
}

#home-hero .cs-content {
  max-width: 50rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#home-hero .cs-subtitle {
  order: -1;
}

#home-hero .cs-subtitle,
.cs-topper {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-on-dark);
  margin-bottom: 1rem;
}

#home-hero .cs-title,
.cs-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.04;
  margin-bottom: 1.2rem;
  text-wrap: balance;
}

#home-hero .cs-title {
  color: #fff;
}

.cs-text {
  color: var(--muted);
}

#home-hero .cs-text {
  color: rgba(255, 255, 255, 0.82);
  max-width: 44rem;
  margin-inline: auto;
  margin-bottom: 1.9rem;
}

#home-hero .cs-text a {
  color: #fff !important;
}

#home-hero .cs-button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
}

#home-hero .hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 1.25rem;
}

#home-hero .hero-stats li {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.35rem 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#home-hero .hero-stats li:first-child {
  border-left: none;
}

#home-hero .hero-stats strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: #fff;
}

#home-hero .hero-stats span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

/* legacy split sections (tags pages) */
.explore__container {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
  padding: clamp(3rem, 6vw, 5rem) 0;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

@media (min-width: 769px) {
  .explore__container {
    grid-template-columns: 1fr 1fr;
  }
}

.explore__image {
  overflow: hidden;
}

.explore__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.9s var(--ease-soft);
}

.explore__image:hover img {
  transform: scale(1.04);
}

.explore__container .section__header,
.explore__container .section__description {
  text-align: left;
  margin-inline: 0;
}

.explore__content p {
  color: var(--muted);
  margin-bottom: 1rem;
}

.explore__btn {
  margin-top: 1.5rem;
}

/* legacy grids on tag pages → hairline card grid */
.delivery-areas-grid,
.reviews-grid,
.testimonial__grid,
.related-dishes-grid,
.how-to-order-steps,
.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.related-dishes-grid + .related-dishes-grid {
  margin-top: 1.25rem;
}

.delivery-area,
.review-card,
.testimonial__card,
.delivery-area-card,
.package-card,
.order-step,
.related-dish-card {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 1.75rem 1.6rem;
  transition: transform var(--t-move) ease, box-shadow var(--t-move) ease;
}

.delivery-area:hover,
.review-card:hover,
.testimonial__card:hover,
.delivery-area-card:hover,
.package-card:hover,
.related-dish-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.delivery-area h3,
.delivery-area-card h3,
.package-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--ink);
}

.delivery-area ul li,
.delivery-area-card li,
.package-card li {
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

.delivery-area ul li:last-child,
.delivery-area-card li:last-child,
.package-card li:last-child {
  border-bottom: none;
}

.delivery-area li a,
.delivery-area-card li a {
  transition: color var(--t-color) ease;
}

.delivery-area li a:hover,
.delivery-area-card li a:hover {
  color: var(--chili);
}

.review-stars,
.testimonial__rating span,
.review-rating span,
.dish-rating span {
  color: var(--gold);
  letter-spacing: 0.08em;
}

.review-text,
.testimonial__content p,
.order-step p,
.package-note,
.delivery-note,
.dish-description,
.related-dish-card p {
  color: var(--muted);
  font-size: 0.95rem;
}

.reviewer-name,
.testimonial__author h4,
.reviewer-info h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 0.75rem;
}

.step-number {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--chili);
  border: 1px solid var(--chili);
  border-radius: 50%;
}

.order-step {
  text-align: center;
}

.order-step h3 {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.order-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

/* legacy static FAQ lists (tags pages) */
.faq-wrapper {
  max-width: 48rem;
  margin: 2rem auto 0;
  border-top: 1px solid var(--line);
}

.faq-item {
  padding: 1.4rem 0.25rem;
  border-bottom: 1px solid var(--line);
}

.faq-question {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
  color: var(--ink);
}

.faq-answer {
  color: var(--muted);
  font-size: 0.96rem;
}

/* legacy accordion FAQ */
.faq__container {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.faq__accordion {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.faq__category {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 1.6rem;
}

.faq__category h3 {
  font-size: 1.5rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.7rem;
  margin-bottom: 1rem;
}

.faq__item {
  border-bottom: 1px solid var(--line);
}

.faq__item:last-child {
  border-bottom: none;
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0;
  cursor: pointer;
}

.faq__question h4 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 400;
}

.faq__icon {
  flex: none;
  width: 1.9rem;
  height: 1.9rem;
  display: grid;
  place-items: center;
  color: var(--ink);
  transition: transform var(--t-move) ease, color var(--t-color) ease;
}

.faq__item.active .faq__icon {
  transform: rotate(45deg);
  color: var(--chili);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  color: var(--muted);
  font-size: 0.95rem;
}

.faq__item.active .faq__answer {
  max-height: 1000px;
  padding-bottom: 1rem;
}

.faq__answer ul {
  padding-left: 1.1rem;
  list-style: disc;
  margin-top: 0.5rem;
}

/* legacy CTA sections */
.cta__container {
  position: relative;
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
  text-align: center;
  padding: clamp(3rem, 6vw, 5rem) var(--pad);
  background: var(--panel);
  margin-block: 2rem 3rem;
}

.cta__container::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid color-mix(in srgb, var(--ink) 16%, transparent);
  pointer-events: none;
}

.cta__container > * {
  position: relative;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  margin-top: 1.75rem;
}

.cta-container {
  position: relative;
  background: var(--basil);
  color: #fff;
  text-align: center;
  padding: clamp(3rem, 6vw, 5rem) var(--pad);
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
  margin-block: 2rem 3.5rem;
}

.cta-container::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.cta-content {
  position: relative;
}

.cta-content h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 0.9rem;
  text-wrap: balance;
}

.cta-content p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 1.75rem;
  max-width: 44rem;
  margin-inline: auto;
}

/* legacy dish detail pages */
.dish-hero {
  margin-top: 1.5rem;
}

.dish-hero-container {
  position: relative;
  width: 100%;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(1.75rem, 4vw, 3.5rem);
  background: var(--panel);
}

.dish-hero-container::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid color-mix(in srgb, var(--ink) 16%, transparent);
  pointer-events: none;
}

@media (min-width: 769px) {
  .dish-hero-container {
    grid-template-columns: 1fr 1fr;
  }
}

.dish-hero-content,
.dish-hero-image {
  position: relative;
}

.dish-hero-content h1 {
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  margin-bottom: 0.7rem;
}

.dish-rating {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 1.1rem;
  font-size: 1rem;
}

.dish-hero-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.dish-hero-image::after {
  content: "\2605  Customer favourite";
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  background: #fff;
  border-radius: var(--r-pill);
  padding: 0.6rem 1rem;
  box-shadow: var(--shadow-md);
}

.dish-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.25rem 0;
}

.dish-detail {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 0.5rem 1rem;
}

.dish-detail i,
.dish-detail .ico {
  color: var(--chili);
}

.dish-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  margin-top: 1.4rem;
}

.price {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--chili);
}

.dish-description-container,
.reviews-container,
.related-dishes-container,
.delivery-areas-container,
.how-to-order-container,
.dish-location-container {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.dish-description-container .section__header,
.dish-description-container .section__description {
  text-align: left;
  margin-inline: 0;
  margin-bottom: 1.1rem;
}

.dish-description-content p {
  color: var(--muted);
  max-width: 72ch;
  margin-bottom: 1rem;
}

.dish-description-content > h3 {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.7rem;
  margin: 1.75rem 0 0.9rem;
}

.dish-description-content > h3::before {
  content: "";
  width: 1.75rem;
  height: 1px;
  background: var(--chili);
}

.dish-ingredients {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

@media (min-width: 700px) {
  .dish-ingredients {
    grid-template-columns: 1fr 1fr;
  }
}

.ingredients-list,
.nutrition-info {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 1.5rem 1.6rem;
}

.ingredients-list h4,
.nutrition-info h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.65rem;
  margin-bottom: 0.9rem;
}

.ingredients-list ul,
.nutrition-info ul {
  list-style: none;
  padding: 0;
  color: var(--muted);
}

.ingredients-list li,
.nutrition-info li {
  position: relative;
  padding: 0.3rem 0 0.3rem 1.3rem;
}

.ingredients-list li::before,
.nutrition-info li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.95em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--chili);
}

.nutrition-info li::before {
  background: var(--basil);
}

.nutrition-info p small {
  display: block;
  margin-top: 0.8rem;
  color: var(--muted);
  font-style: italic;
}

.reviews-container {
  position: relative;
  background: var(--panel);
  padding: clamp(2rem, 4vw, 3.5rem);
  margin-block: 1rem;
}

.reviews-container .section__header {
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
}

.reviews-container .reviews-grid {
  margin-top: 1.75rem;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.6rem;
}

.review-header .reviewer-info h4 {
  margin-top: 0;
}

.rating-count {
  font-size: 0.82rem;
  color: var(--muted);
  margin-left: 0.4rem;
}

.review-date {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: right;
  margin-top: 0.6rem;
}

.related-dish-card {
  text-align: center;
}

.related-dish-card img {
  margin-bottom: 1rem;
}

.related-dish-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

.delivery-features,
.takeout-features {
  margin: 1.25rem 0;
}

.delivery-features li,
.takeout-features li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.delivery-features li:last-child,
.takeout-features li:last-child {
  border-bottom: none;
}

.delivery-features li i,
.delivery-features li .ico,
.takeout-features li i,
.takeout-features li .ico {
  color: var(--chili);
}

/* location boxes on tag/dish pages */
.delivery-location-box,
.dish-location-box {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  margin-top: 2.5rem;
}

@media (min-width: 900px) {
  .delivery-location-box,
  .dish-location-box {
    grid-template-columns: 1fr 1fr;
  }
}

.delivery-location-box__map,
.dish-location-map {
  position: relative;
  min-height: 420px;
  border: 1px solid var(--line);
  background: var(--sand);
}

.delivery-location-box__map iframe,
.dish-location-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.delivery-location-box__details h3,
.dish-location-info h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 1.25rem;
}

.delivery-location-box__list,
.dish-location-info > div:not(.dish-location-actions) {
  border-top: 1px solid var(--line);
}

.delivery-location-box__list > li,
.dish-location-info > div:not(.dish-location-actions) {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.dish-location-info > div:not(.dish-location-actions) {
  flex-direction: column;
  gap: 0.2rem;
}

.dish-location-info > div + div:not(.dish-location-actions) {
  border-top: none;
}

.delivery-location-box__list h4,
.dish-location-info h4 {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.2rem;
}

.delivery-location-box__list p,
.dish-location-info p,
.dish-location-info address {
  font-family: var(--font-display);
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.35;
  color: var(--ink);
}

.delivery-location-box__list a,
.dish-location-info a {
  transition: color var(--t-color) ease;
}

.delivery-location-box__list a:hover,
.dish-location-info a:hover {
  color: var(--chili);
}

.delivery-location-box__list i {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--ink);
  font-size: 0.9rem;
  margin-top: 0.15rem;
}

.dish-location-hours li {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.delivery-location-box__actions,
.dish-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  margin-top: 1.75rem;
}

/* legacy generic page header split (privacy/terms) */
.header__container {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
}

@media (min-width: 769px) {
  .header__container {
    grid-template-columns: 1fr 1fr;
  }
}

.header__container3,
.header__terms {
  margin-top: 0;
}

.header__image img,
.privacy__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.header__content h1 {
  font-size: clamp(2.4rem, 4.8vw, 3.6rem);
  margin-bottom: 1rem;
}

.header__content h1 span {
  color: var(--chili);
}

.header__content .section__description {
  text-align: left;
  margin-inline: 0;
}

.header__btn {
  margin-top: 1.5rem;
}

.privacy-policy-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 4rem;
  max-width: 60rem;
}

.privacy-content-lists {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.privacy-title {
  font-family: var(--font-display);
  font-size: 1.7rem;
}

.privacy-main-desc,
.privacy-desc {
  color: var(--muted);
}

.privacy-item {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

/* legacy testimonial band */
.testimonial__container {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

/* map on legacy pages */
.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 62%;
  border: 1px solid var(--line);
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.header__contact__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.header__contact__content h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.contact-list li a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.35rem 0;
  font-weight: 600;
  transition: color var(--t-color) ease;
}

.contact-list li a:hover {
  color: var(--chili);
}

/* misc legacy helpers */
.logo__image {
  height: 54px;
  width: auto;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}

.dish-card-name {
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-top: 0.6rem;
}

.wrapper,
.dish-wrapper,
.dish-menu-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 1.2rem;
}

.about-container,
.dish-card-container {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}

.dish-category-title h1 {
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  margin-bottom: 1.5rem;
  text-align: center;
}

/* place pages: map + info-cards split inside a section */
#spence-map .explore__container,
[id$="-map"] .explore__container {
  padding-top: 0;
}

[id$="-map"] .map-frame {
  min-height: 420px;
}

[id$="-map"] .info-cards {
  margin-top: 1.5rem;
}

/* gallery-header fallback (if reused anywhere) */
#gallery-header .cs-container {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
  display: grid;
  gap: 2.5rem;
  align-items: center;
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

@media (min-width: 900px) {
  #gallery-header .cs-container {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

#gallery-header .cs-picture img {
  width: 100%;
}

#gallery-header .cs-wave {
  display: none;
}

/* popup (kept dormant) */
.popup-container {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
}

.popup-content {
  position: relative;
  max-width: 560px;
  width: 90%;
  margin: 8vh auto;
  background: #fff;
  padding: 0.75rem;
  box-shadow: var(--shadow-lg);
}

.close-popup {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 34px;
  height: 34px;
  background: var(--chili);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  display: grid;
  place-items: center;
}

/* ============================================================
   FLOURISH LAYER — focus rings, scrollbar, header depth
   ============================================================ */

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--chili);
  outline-offset: 3px;
}

html {
  scrollbar-color: color-mix(in srgb, var(--ink) 25%, #fff) transparent;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--ink) 25%, #fff);
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: color-mix(in srgb, var(--ink) 40%, #fff);
}

.site-header.scrolled {
  box-shadow: 0 10px 30px -18px rgba(0, 0, 0, 0.5);
}

/* ============================================================
   TYPE — sans display: give every display-font use real weight
   ============================================================ */

.cat-tile,
.qa summary,
.location-box__list a,
.location-box__list span:not(.ic),
.gallery-wall figcaption,
.info-card > span:not(.ic) > span,
.hours-table li span:last-child,
.dish-location-hours li,
.delivery-location-box__list p,
.dish-location-info p,
.dish-location-info address,
.faq-question,
.faq__question h4,
.dish-card-name,
.sb-body strong,
.quote-card .q-by strong,
.bd-body .bd-note,
.location-box__hours li span {
  font-weight: 600;
}

.signoff {
  font-weight: 600;
  font-style: italic;
}

.privacy-title,
.menu-title,
.cs-title,
.section__header,
.site-footer h4,
.chapter .ch-no,
.price,
.step-number {
  font-weight: 700;
}

.hero-full h1,
.page-hero h1,
.cta-band h2,
#home-hero .cs-title {
  font-weight: 800;
  letter-spacing: -0.03em;
}

/* slightly tighter, calmer small-caps now that the face is heavier */
.kicker,
.btn,
.btn-line,
.site-nav a {
  letter-spacing: 0.12em;
}
