/* =================================================================
   HERMINIA'S FOOD: All-Around Event Caterer (QC / Metro Manila)
   Warm, family-run, celebratory identity: "home-cooked heart".

   SYSTEM (v4, "staged editorial"):
   - Four typefaces: Lora (display) + Hanken Grotesk (text/UI) +
     Oswald (condensed nameplates/tier labels) + Great Vibes (script accents).
   - Section headers are TYPOGRAPHY (unboxed) anchored by a big quiet
     numeral + a short accent rule; BODY copy/contact/forms keep panels.
   - Value-stepped opaque section bands so each reads as its own "room".
   - Fixed header: transparent over the hero → solid cream on scroll.
   - Feature strip is a dark "shelf"; orange is reserved for the Book CTA.
   - One spacing scale. Inline-SVG icons, never emoji. Rebrand from :root.
   ================================================================= */
:root {
  /* SWAP: brand tokens ------------------------------------------- */
  --brand:      #F15A22;   /* Herminia Orange — fills, CTAs, accents */
  --brand-dark: #C6431A;   /* hover/pressed orange */
  --brand-deep: #7A2D12;   /* deep burnt-orange — dark accents / brand section field */
  --brand-tint: #FCE0C4;   /* Warm Peach — soft surface wash */
  --sage:       #8FA888;   /* Sage Leaf — secondary accent */
  --sage-deep:  #6E8A6A;   /* darker sage for any sage-colored TEXT (contrast-safe) */
  /* neutrals ---------------------------------------------------- */
  --ink:        #2B241E;   /* Charcoal — primary text */
  --ink-soft:   #6A5F55;   /* secondary text */
  --cream:      #FFF8F1;   /* lightest warm band */
  --cream-2:    #FBEEDD;   /* peach-leaning band */
  --cream-3:    #F7E4CC;   /* deeper peach band */
  --espresso:   #241D17;   /* dark section field (warm charcoal) */
  --espresso-2: #2E2620;   /* dark panel surface */
  --line:         #E8DACA;   /* hairline / panel border on light     */
  --line-soft:    #F0E6DA;
  --line-dark:    rgba(255,255,255,.14); /* border on dark           */
  --panel:        #FFFFFF;   /* panel surface on light sections      */

  /* type: two families only ------------------------------------ */
  /* "PesoFix" (see @font-face below) is a codepoint-scoped shim: it only owns
     ₱ (U+20B1), which Hanken Grotesk renders as a thin-slashed "P". Prepending
     it makes the peso sign fall to a system font that draws it correctly; every
     other glyph still falls through to Hanken. */
  --font-display: "Lora", "Iowan Old Style", Georgia, serif;            /* headings */
  --font-head:    "PesoFix", "Hanken Grotesk", system-ui, sans-serif;   /* UI labels */
  --font-body:    "PesoFix", "Hanken Grotesk", system-ui, sans-serif;   /* body text */
  --font-condensed: "Oswald", "Arial Narrow", sans-serif;   /* dish names, tier labels, nameplates */
  --font-script:    "Great Vibes", "Segoe Script", cursive; /* taglines/accents only, sparing use */

  /* shape ------------------------------------------------------- */
  --radius:       16px;
  --radius-sm:    10px;
  --maxw:         1140px;
  --accent-bar:   4px;       /* sparing brand cue on real panels    */
  --header-h:     70px;      /* fixed header height (anchor offset)  */

  /* shadows (one elevation scale) ------------------------------- */
  --shadow:       0 10px 30px rgba(32,22,15,.07);
  --shadow-lg:    0 26px 64px rgba(32,22,15,.16);
  --shadow-dark:  0 18px 44px rgba(0,0,0,.40);

  /* SPACING SCALE ----------------------------------------------- */
  --space-1:      .25rem;
  --space-2:      .5rem;
  --space-3:      .75rem;
  --space-4:      1rem;
  --space-5:      1.5rem;
  --space-6:      2rem;
  --space-7:      3rem;
  --gap:          clamp(1.25rem, 1rem + 1.4vw, 2rem);      /* grid gap        */
  --panel-pad:    clamp(1.75rem, 1.2rem + 2vw, 3rem);      /* inside a panel  */
  --section-pad:  clamp(4.5rem, 3rem + 7vw, 8rem);         /* top/bottom band */
  --section-pad-lg: clamp(5.75rem, 3.5rem + 9vw, 11rem);   /* "arrival" rooms */
  --head-gap:     clamp(2.75rem, 2rem + 2.6vw, 4rem);      /* head → content  */
}

/* ₱ (U+20B1) shim: maps only the peso codepoint to a system font with a proper
   glyph, so prices never flash-swap to Hanken Grotesk's thin-slashed "P". */
@font-face {
  font-family: "PesoFix";
  src: local("Helvetica Neue"), local("Arial"), local("Segoe UI"), local("Roboto"), local("Noto Sans");
  unicode-range: U+20B1;
}

/* ---------- base ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 14px); }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  font-size: 1.02rem;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, iframe, svg { max-width: 100%; display: block; }
a { color: var(--brand-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
a:not(.btn):focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; border-radius: 3px; }
h1,h2,h3 {
  font-family: var(--font-display); font-optical-sizing: auto;
  font-weight: 600; line-height: 1.05; letter-spacing: -.02em;
  margin: 0 0 .5em; color: var(--ink);
}
h2 { font-size: clamp(2.1rem, 1.25rem + 3vw, 3.5rem); line-height: 1.04; }
h3 { font-size: clamp(1.4rem, 1.2rem + .7vw, 1.65rem); line-height: 1.12; letter-spacing: -.015em; }
p { margin: 0 0 1rem; }
.muted { color: var(--ink-soft); }
.container { width: min(100% - 2.6rem, var(--maxw)); margin-inline: auto; }
.section { position: relative; padding: var(--section-pad) 0; }
/* signature / conversion sections get more top air so they feel like arrivals */
.flavors, .book { padding-top: var(--section-pad-lg); }
.mt { margin-top: var(--space-6); }

/* hairline between bands so each section reads as its own field */
main > section { border-top: 1px solid var(--line); }
.section--dark, .section--brand { border-top: 1px solid var(--line-dark); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: #fff; padding: .7rem 1rem; border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; }

/* screen-reader-only utility (used for the "today" hours label) */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---------- inline-SVG icon system (replaces all emoji) ---------- */
.ic {
  display: inline-block; vertical-align: middle;
  width: 1.2em; height: 1.2em; flex: none;
  fill: none; stroke: currentColor; stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
}
.ic--fill { fill: currentColor; stroke: none; }

/* ---------- eyebrow = clean editorial kicker (no chip) ---------- */
.eyebrow {
  display: block;
  font-family: var(--font-head); font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  font-size: .72rem; color: var(--brand-deep);
  margin: 0 0 1rem;
}

/* =================================================================
   SECTION HEADER: unboxed typography, anchored by a big quiet
   numeral + a short accent rule (kept open, never floating thanks
   to the opaque band + the anchor). Body copy keeps its own panels.
   ================================================================= */
.section-head {
  max-width: 680px; margin: 0 auto var(--head-gap); text-align: center;
}
.section-head .eyebrow { margin-bottom: .85rem; }
.section-head h2 { margin-bottom: 0; }
.section-lead {
  color: var(--ink-soft); font-size: 1.1rem; line-height: 1.6;
  max-width: 56ch; margin: 1.1rem auto 0;
}

/* big quiet "chapter" numeral: decorative (the eyebrow carries meaning) */
.section-num {
  display: block; font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.4rem, 1.4rem + 3vw, 3.9rem); line-height: .85;
  letter-spacing: -.03em; color: var(--brand-deep); opacity: .4; margin-bottom: .05rem;
}
.section-head .section-num { margin-inline: auto; }
/* keep the numeral at a consistent quiet presence as the warm bands deepen */
.menu .section-num { opacity: .46; }
.gallery .section-num { opacity: .42; }
.visit .section-num { opacity: .56; }
.section--dark .section-num { color: var(--sage); opacity: .34; }
.section--brand .section-num { color: var(--sage); opacity: .4; }

/* short accent rule planting the header on its band */
.section-head .section-lead { position: relative; padding-top: 1.6rem; margin-top: 1.3rem; }
.section-head .section-lead::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 42px; height: 2px; border-radius: 2px; background: var(--brand);
}
.section--dark .section-head .section-lead::before,
.section--brand .section-head .section-lead::before { background: var(--brand); }

/* "Business-tier exclusive" marker: the on-page cue that names WHY the Menu,
   Gallery & Reviews sections exist (the paid step-up over the free Demo). One
   deliberate, repeated system badge on exactly the three upsell sections. */
.tier-badge {
  display: flex; align-items: center; gap: .4rem;
  width: max-content; max-width: 100%;
  margin: 0 auto 1.05rem;
  padding: .38rem .8rem .38rem .62rem;
  border-radius: 999px;
  font-family: var(--font-head); font-weight: 700;
  font-size: .69rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--brand-deep);
  background: var(--brand-tint);
  box-shadow: inset 0 0 0 1px rgba(162,58,0,.20);
}
.tier-badge .ic { width: .92rem; height: .92rem; color: var(--brand); }
.section--dark .tier-badge {
  color: #ffe7cd;
  background: rgba(143,168,136,.13);
  box-shadow: inset 0 0 0 1px rgba(143,168,136,.36);
}
.section--dark .tier-badge .ic { color: var(--sage); }

/* tonal overrides on dark / brand bands */
.section--dark .eyebrow  { color: var(--sage); }
.section--dark h2, .section--dark h3 { color: #fff; }
.section--dark .section-lead { color: #e7ddd0; }
.section--brand .eyebrow { color: #ffe6d2; }
.section--brand h2 { color: #fff; }
.section--brand .section-lead { color: #fff2e6; }

/* italic-colour emphasis: the single signature heading device */
h2 em, .hero-title em { font-style: italic; color: var(--brand); }
.section--dark h2 em, .section--brand h2 em, .hero-title em { color: var(--brand); }
/* WCAG AA: raw --brand falls below 3:1 on the deeper cream tints (Menu/Visit); use --brand-dark there */
.menu h2 em, .visit h2 em { color: var(--brand-dark); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-head); font-weight: 700; font-size: .98rem; letter-spacing: .01em;
  padding: .8rem 1.4rem; border-radius: 999px; border: 1.5px solid transparent;
  background: var(--brand-dark); color: #fff; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }
.btn-primary { background: var(--brand-dark); color: #fff; box-shadow: 0 10px 22px rgba(194,72,10,.26); }
.btn-primary:hover { background: var(--brand-deep); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn-ghost:hover { background: rgba(255,255,255,.14); }
.btn-outline { background: transparent; color: var(--brand-dark); border-color: var(--brand); }
.btn-outline:hover { background: var(--brand-tint); color: var(--brand-deep); }
.btn-lg { padding: 1rem 1.9rem; font-size: 1.05rem; }
.btn-block { width: 100%; }
/* quiet text link used to demote secondary actions */
.link-quiet { font-family: var(--font-head); font-weight: 600; color: var(--brand-deep); text-decoration: underline; text-underline-offset: 3px; }

/* =================================================================
   Concept-demo disclaimer bar: sticky above the fixed header; JS sets
   --demo-banner-h so the header (position: fixed) offsets below it.
   ================================================================= */
.demo-banner{
  position: sticky; top: 0; z-index: 1000;
  background: var(--espresso); color: #fff;
  font: 500 .82rem/1.4 var(--font-body);
  text-align: center; padding: .5rem 1rem;
  letter-spacing: .01em;
}

/* =================================================================
   HEADER / NAV: fixed; transparent over the hero, solid on scroll.
   ================================================================= */
.site-header {
  position: fixed; top: var(--demo-banner-h, 0px); left: 0; right: 0; z-index: 50;
  background: transparent; border-bottom: 1px solid transparent;
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}
/* gradient scrim behind the transparent header so white nav clears the hero */
.site-header::before {
  content: ""; position: absolute; inset: 0 0 -34px 0; z-index: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.18) 64%, transparent 100%);
  transition: opacity .3s ease;
}
.site-header .header-inner { position: relative; z-index: 1; }
.site-header.scrolled {
  background: rgba(255,248,241,.92); backdrop-filter: blur(12px);
  border-bottom-color: var(--line); box-shadow: 0 6px 24px rgba(32,22,15,.09);
}
.site-header.scrolled::before { opacity: 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); transition: height .3s ease; }
.site-header.scrolled .header-inner { height: 68px; }

/* brand lockup */
.brand { display: flex; align-items: center; gap: .75rem; color: #fff; }
.brand:hover { text-decoration: none; }
/* circular seal — cream backing is baked into the PNG (behind the transparent line-art,
   clipped to the orange rim), so the seal reads crisp on ANY background. One consistent
   soft shadow for lift across every context — no per-state shadow hacks needed. */
.brand-logo {
  display: block;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 3px 12px rgba(0,0,0,.28);
  object-fit: cover;
}
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; line-height: 1; letter-spacing: -.02em; display: flex; flex-direction: column; gap: .2rem; transition: color .3s ease; }
.brand-sub { font-family: var(--font-head); font-size: .6rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--sage); transition: color .3s ease; }
.site-header.scrolled .brand { color: var(--ink); }
.site-header.scrolled .brand-sub { color: var(--brand-dark); }
/* shadow only while the lockup sits over the hero photo (transparent state) */
.site-header:not(.scrolled) .brand-name,
.site-header:not(.scrolled) .brand-sub { text-shadow: 0 1px 3px rgba(0,0,0,.55); }

/* nav links: animated underline (hover) vs persistent (active) */
.nav { display: flex; align-items: center; gap: 1.6rem; }
.nav a { position: relative; font-family: var(--font-head); color: #fff; font-weight: 600; font-size: .94rem; transition: color .15s ease; }
.nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px;
  background: currentColor; border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform .22s ease;
}
.nav a:not(.nav-cta):hover, .nav a:not(.nav-cta):focus-visible { text-decoration: none; }
.nav a:not(.nav-cta):hover::after, .nav a:not(.nav-cta):focus-visible::after { transform: scaleX(1); }
.nav a.active:not(.nav-cta)::after { transform: scaleX(1); background: var(--brand); }
.site-header.scrolled .nav a { color: var(--ink); }
.site-header.scrolled .nav a:hover, .site-header.scrolled .nav a.active { color: var(--brand-dark); }
.site-header.scrolled .nav a.active:not(.nav-cta)::after { background: var(--brand-dark); }
/* Order pill: the only filled element, clearly separated from the link cluster */
.nav-cta { margin-left: .9rem; padding: .62rem 1.25rem; box-shadow: 0 8px 18px rgba(0,0,0,.22); }
.nav a.nav-cta, .nav a.nav-cta:hover, .site-header.scrolled .nav a.nav-cta { color: #fff; }
.nav a.nav-cta::after { display: none; }
/* robust keyboard focus on the transparent header: white ring + dark halo */
.site-header:not(.scrolled) .nav a:focus-visible { outline-color: #fff; box-shadow: 0 0 0 5px rgba(0,0,0,.45); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2.5px; background: #fff; border-radius: 2px; transition: .25s; }
.site-header.scrolled .nav-toggle span { background: var(--ink); }
.nav-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden; border-top: 0;
  display: flex; align-items: center;
  min-height: clamp(560px, 88vh, 920px);
  min-height: clamp(560px, 88svh, 920px);
  padding-block: calc(var(--header-h) + var(--space-6)) var(--space-7);
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(24,14,5,.58) 0%, rgba(58,24,2,.40) 24%, rgba(30,13,3,.82) 100%),
    url("/assets/hero-buffet-lumpia-v3.jpg") center/cover no-repeat;
}
/* clean solid scrim panel: grounded, no border/accent ornament */
.hero-inner {
  position: relative; max-width: 760px;
  padding: clamp(2.5rem, 1.6rem + 3.4vw, 4rem);
  border-radius: var(--radius);
  background: rgba(20,13,8,.78); backdrop-filter: blur(2px);
  box-shadow: var(--shadow-dark);
}
.hero .eyebrow { color: var(--sage); margin-bottom: 1.25rem; }
.hero-title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.5rem, 1.4rem + 4.2vw, 4.2rem);
  line-height: 1.02; letter-spacing: -.025em;
  color: #fff; margin-bottom: .5em; text-wrap: balance; text-shadow: 0 1px 3px rgba(0,0,0,.32);
}
.hero-sub { font-size: clamp(1.08rem, .95rem + .6vw, 1.3rem); line-height: 1.55; max-width: 44ch; color: #fdeee2; margin-bottom: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin: clamp(1.75rem, 1.2rem + 1.6vw, 2.4rem) 0 0; }
/* rating = a quiet proof line, separated by a hairline */
.hero-rating {
  display: flex; align-items: center; gap: .5rem;
  font-size: .92rem; color: #f3e3d4; margin: 0;
  margin-top: clamp(1.4rem, 1rem + 1.2vw, 1.8rem);
  padding-top: clamp(1.1rem, .8rem + .7vw, 1.4rem);
  border-top: 1px solid rgba(255,255,255,.18);
}
.hero-rating .ic { width: 1.05rem; height: 1.05rem; color: var(--brand); }

/* ---------- feature strip (dark "shelf" docking under the hero) ---------- */
.strip { background: var(--espresso-2); color: #fff; border-top: 1px solid rgba(143,168,136,.26); }
.strip-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2.25rem; padding: clamp(2.5rem, 1.8rem + 1.8vw, 3.25rem) 0; }
.strip-item { position: relative; display: flex; align-items: flex-start; gap: 1rem; }
.strip-item .ic { width: 1.85rem; height: 1.85rem; color: var(--sage); margin-top: .05rem; }
.strip-item strong { display: block; font-family: var(--font-head); font-weight: 700; font-size: 1rem; line-height: 1.25; color: #fff; }
.strip-item span { display: block; font-size: .85rem; line-height: 1.4; color: #cdb9a6; margin-top: .15rem; }
/* inset hairline dividers float between items rather than running full height */
.strip-item:not(:last-child)::after {
  content: ""; position: absolute; top: 50%; right: -1.125rem; transform: translateY(-50%);
  width: 1px; height: 58%; background: rgba(255,255,255,.13);
}

/* ---------- about ---------- */
.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(3rem, 1.6rem + 7vw, 7.5rem); align-items: center; }
/* one clean photo treatment: subtle frame, no offset block / heavy mat */
.about-media { position: relative; }
.about-media img {
  border-radius: var(--radius); width: 100%; height: auto; object-fit: cover;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(32,22,15,.06);
}
/* identity sticker anchored to the photo (buffet-nameplate cue) */
.about-stamp {
  position: absolute; z-index: 2; left: 18px; bottom: 18px;
  display: inline-flex; align-items: center; gap: .4rem;
  font-family: var(--font-condensed); font-weight: 600;
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink); background: var(--brand-tint);
  border-radius: var(--radius-sm); padding: .48rem .85rem; box-shadow: var(--shadow);
}
.about-stamp .stamp-ko { font-size: .9rem; color: var(--brand-dark); letter-spacing: 0; }
.about-stamp .stamp-dot { color: var(--brand-dark); }
.about-stamp .ic-sprig { width: .95rem; height: .95rem; color: var(--sage); }
/* grounded body panel: solid surface, single accent bar */
.about-copy {
  background: var(--panel); border: 1px solid var(--line);
  border-top: var(--accent-bar) solid var(--brand);
  border-radius: var(--radius);
  padding: var(--panel-pad); box-shadow: var(--shadow);
}
.about-copy .section-num { margin-bottom: .1rem; }
.about-copy h2 { margin-bottom: 1rem; }
.about-copy p { font-size: 1.05rem; line-height: 1.62; max-width: 64ch; }
.about-copy > p:last-of-type { margin-bottom: 0; }
.about-tags { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; padding: var(--space-5) 0 0; margin: var(--space-5) 0 0; border-top: 1px solid var(--line); }
.about-tags li {
  font-family: var(--font-head); color: var(--ink-soft); font-weight: 600; font-size: .82rem;
  letter-spacing: .02em; padding: .35rem .85rem; border-radius: 999px; border: 1px solid var(--line);
}

/* ---------- flavors (DARK section) ---------- */
.section--dark { background: var(--espresso); color: #f3e7da; }

/* Object headers keep numbered wayfinding while breaking the repeated
   eyebrow+rule scaffold. Each section pairs the numeral with its own artifact. */
.flavors-head,
.gallery-head,
.reviews-head,
.visit-head {
  max-width: 640px;
  margin: 0 auto var(--head-gap);
  text-align: center;
}
.flavors-head .section-num,
.gallery-head .section-num,
.reviews-head .section-num,
.visit-head .section-num {
  margin-bottom: .55rem;
}
.flavors-head h2,
.gallery-head h2,
.reviews-head h2,
.visit-head h2 {
  margin-bottom: 0;
}
.flavors-lead,
.reviews-lead {
  color: #e7ddd0;
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 56ch;
  margin: 1.1rem auto 0;
}
.gallery-lead,
.visit-lead {
  color: var(--ink-soft);
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 56ch;
  margin: 1.1rem auto 0;
}

.flavor-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: var(--gap); }
.flavor-card {
  background: var(--espresso-2); border: 1px solid var(--line-dark); border-radius: var(--radius);
  padding: var(--space-6) var(--space-5);
  transition: transform .2s ease, border-color .2s ease;
}
.flavor-card:hover { transform: translateY(-4px); border-color: rgba(143,168,136,.5); }
.flavor-card h3 { color: #fff; margin: 0 0 .45em; }
.flavor-card p { font-size: .92rem; color: #c8b9a9; margin: 0; line-height: 1.5; }

/* ---------- menu ---------- */
.menu { background: var(--cream-2); }
.featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); margin-bottom: var(--space-7); }
.featured-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.featured-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.featured-card:focus-within { box-shadow: var(--shadow-lg); }
/* on-brand photo frame: warm peach edge + soft heat overlay */
.featured-card > img {
  width: 100%; height: clamp(280px, 30vw, 380px); object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(252,224,196,.55);
  filter: saturate(1.05) contrast(1.02);
}
.featured-body { padding: var(--space-6); }
.badge {
  display: inline-block; font-family: var(--font-head); color: var(--brand-deep);
  font-weight: 700; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em;
  margin-bottom: .65rem;
}
.featured-body h3 { margin-bottom: .4rem; }
.featured-body p { margin: 0; color: var(--ink-soft); font-size: .98rem; line-height: 1.55; }
.menu-cta { display: flex; flex-wrap: wrap; gap: 1.1rem; align-items: center; justify-content: center; }

/* ---------- visit ---------- */
.visit { background: var(--cream-3); }
.section-anchor {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; margin-bottom: 1.2rem;
  border-radius: 50%; background: var(--brand-tint); color: var(--brand-dark);
  box-shadow: 0 0 0 6px rgba(241,90,34,.08);
}
.section-anchor .ic { width: 1.5rem; height: 1.5rem; }
.visit-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: var(--gap); align-items: stretch; }
.visit-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: var(--panel-pad); height: 100%;
}
.visit-info { border-top: var(--accent-bar) solid var(--brand); }
.visit-card h3 { color: var(--ink); }
.hours { width: 100%; border-collapse: collapse; margin-bottom: .5rem; }
.hours th, .hours td { padding: .65rem .25rem; border-bottom: 1px solid var(--line); }
.hours th { text-align: left; font-weight: 600; }
.hours td { text-align: right; color: var(--ink-soft); }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: 0; }
.hours tr.today th, .hours tr.today td { color: var(--brand-dark); font-weight: 800; }
.hours tr.today th { position: relative; padding-left: 1rem; }
.hours tr.today th::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.hours .closed { color: var(--ink-soft); font-style: italic; }
.contact-list { list-style: none; padding: 0; margin: .4rem 0 1.25rem; }
.contact-list li { display: flex; gap: .7rem; align-items: center; padding: .6rem 0; border-bottom: 1px solid var(--line-soft); }
.contact-list li:last-child { border-bottom: 0; }
.contact-list .ic { width: 1.2rem; height: 1.2rem; color: var(--brand-dark); }
.contact-list li a { min-width: 0; overflow-wrap: anywhere; }
.pay { font-size: .92rem; padding: .8rem 1rem; background: var(--brand-tint); border-radius: var(--radius-sm); }
.social-row { display: flex; gap: 1.3rem; margin-top: 1.1rem; font-family: var(--font-head); font-weight: 700; }
.visit-map { display: flex; flex-direction: column; padding: var(--space-3); }
.visit-map iframe { width: 100%; flex: 1 1 auto; min-height: 360px; border: 0; border-radius: var(--radius-sm); box-shadow: inset 0 0 0 1px var(--line); }
.map-btn { margin-top: var(--space-3); align-self: flex-start; }

/* ---------- book / form (BRAND section) ---------- */
.section--brand {
  background: var(--brand-deep);
  color: #fff;
}
/* kicker only (numeral + eyebrow); title/lead live in the left panel */
.book-head { margin-bottom: var(--head-gap); }
.book-head .eyebrow { margin-bottom: 0; }

/* equal columns so the seam between the two panels sits dead-centre under the "08" kicker;
   align-items: stretch keeps the dark copy panel the same height as the tall form — the
   panel is filled with supporting points + bottom-pinned tags so it reads full, not empty */
.book-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); align-items: stretch; }
.book-copy {
  color: #fff7ef; background: var(--espresso-2);
  border: 1px solid rgba(255,255,255,.14);
  border-top: var(--accent-bar) solid var(--brand);
  border-radius: var(--radius);
  padding: var(--panel-pad); box-shadow: var(--shadow-dark);
  display: flex; flex-direction: column; justify-content: flex-start;
}
.book-copy h2 {
  color: #fff;
  margin: 0 0 1rem;
  font-size: clamp(1.7rem, 1.2rem + 1.4vw, 2.35rem);
  letter-spacing: -.02em;
  text-wrap: balance;
}
.book-copy p { margin: 0; color: #f3e3d4; font-size: 1.02rem; line-height: 1.6; }
.book-copy a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
/* supporting reassurance points — fill the tall panel with substance, not empty space */
.book-copy .book-points {
  list-style: none; margin: var(--space-5) 0 0; padding: 0;
  display: flex; flex-direction: column; gap: .85rem;
}
.book-copy .book-points li {
  position: relative; padding-left: 1.85rem;
  color: #f3e3d4; font-size: 1rem; line-height: 1.45;
}
.book-copy .book-points li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--brand); font-weight: 700;
}
.book-copy .about-tags {
  border-top-color: rgba(255,255,255,.2);
  padding-top: var(--space-5);
  margin-top: auto; /* pin tags to the bottom edge of the equal-height panel */
}
.book-copy .about-tags li { color: #f3e3d4; border-color: rgba(255,255,255,.28); }
.book-form { background: var(--panel); border-radius: var(--radius); padding: var(--panel-pad); box-shadow: var(--shadow-lg); }
.field { margin-bottom: 1.1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field label { display: block; font-family: var(--font-head); font-weight: 600; font-size: .88rem; margin-bottom: .4rem; color: var(--ink); }
.field input, .field textarea {
  width: 100%; font: inherit; color: var(--ink);
  padding: .75rem .85rem; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: var(--cream);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(241,90,34,.32); background: #fff; }
/* validation state: :user-invalid only fires AFTER the user has interacted,
   so empty required fields don't glow red on first paint. */
.field input:user-invalid, .field textarea:user-invalid {
  border-color: #B42318; background: #FFF6F5;
}
.field input:user-invalid:focus, .field textarea:user-invalid:focus {
  box-shadow: 0 0 0 3px rgba(180,35,24,.22);
}
.field textarea { resize: vertical; }
.form-note { font-size: .82rem; color: var(--ink-soft); text-align: center; margin: .9rem 0 0; }
.hp { position: absolute; left: -9999px; }

/* ---------- footer ---------- */
.site-footer { background: var(--espresso); color: #efe2d4; padding: var(--space-7) 0 var(--space-6); border-top: 1px solid var(--line-dark); }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1.1fr; gap: 2rem; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: .95rem; }
.footer-brand .brand-logo {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
.footer-brand strong { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; display: block; color: #fff; letter-spacing: -.01em; }
.footer-brand span { font-size: .82rem; color: #c8b9a9; }
.footer-nav { display: flex; flex-wrap: wrap; gap: .35rem 1.1rem; }
.footer-nav a { font-family: var(--font-head); color: #efe2d4; font-weight: 600; font-size: .9rem; }
.footer-nav a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-connect { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; }
.footer-social { display: flex; flex-wrap: wrap; gap: 1.1rem; font-family: var(--font-head); font-weight: 700; font-size: .9rem; }
.footer-social a { color: #efe2d4; }
.footer-social a:hover { color: var(--sage); text-decoration: none; }
.footer-connect .btn { padding: .7rem 1.35rem; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .4rem 1.5rem; margin-top: var(--space-6); padding-top: 1.4rem; border-top: 1px solid var(--line-dark); }
.footer-legal p { margin: 0; font-size: .82rem; color: #c8b9a9; }
.footer-legal .muted { color: #9a8a7a; max-width: 68ch; }

/* ---------- scroll reveal (light, soft) ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  /* header is always solid on mobile (transparent-over-hero hurts legibility) */
  .site-header { background: rgba(255,248,241,.96); backdrop-filter: blur(12px); border-bottom-color: var(--line); box-shadow: 0 4px 18px rgba(32,22,15,.07); }
  .site-header::before { opacity: 0; }
  .site-header .brand, .site-header.scrolled .brand { color: var(--ink); }
  .site-header .brand-sub { color: var(--brand-dark); }
  .site-header.scrolled .header-inner { height: var(--header-h); }
  .nav-toggle span, .site-header.scrolled .nav-toggle span { background: var(--ink); }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; gap: 0;
    background: var(--cream); border-bottom: 1px solid var(--line); padding: .5rem 1.2rem 1.2rem;
    transform: translateY(-130%); transition: transform .3s ease; box-shadow: var(--shadow);
  }
  .nav.open { transform: translateY(0); }
  .nav a, .site-header .nav a { color: var(--ink); width: 100%; padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .nav a:not(.nav-cta)::after { display: none; }
  .nav-cta, .nav a.nav-cta { margin: .8rem 0 0; width: 100%; color: #fff; }
  .nav-toggle { display: flex; }
  .strip-grid { grid-template-columns: 1fr 1fr; gap: 1.75rem 1.75rem; }
  .strip-item:not(:last-child)::after { display: none; }
  .about-grid, .visit-grid, .book-grid { grid-template-columns: 1fr; gap: var(--space-6); }
  .about-media { order: -1; }
  .flavor-grid { grid-template-columns: 1fr 1fr; }
  .featured-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; gap: 1.6rem; }
  .footer-brand { justify-content: center; }
  .footer-nav { justify-content: center; }
  .footer-connect { align-items: center; }
  .footer-legal { justify-content: center; text-align: center; }
}
@media (max-width: 640px) {
  .hero-actions .btn { flex: 1 1 100%; }
  .menu-cta .btn { white-space: normal; }
}
@media (max-width: 520px) {
  .strip-grid { grid-template-columns: 1fr; gap: 1.1rem; }
  .flavor-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .menu-cta { flex-direction: column; }
  .menu-cta .btn { white-space: normal; width: 100%; }
}

/* ---------- motion safety ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn:hover, .flavor-card:hover { transform: none; }
  .nav a:not(.nav-cta)::after { transition: none; }
  .site-header, .site-header::before, .header-inner, .brand-name, .brand-sub { transition: none; }
  .gallery-item img { transition: none; }
  .gallery-item:hover img { transform: none; }
}

/* =================================================================
   STARTER TIER: added value sections: full menu, gallery, reviews
   (built on the same tokens/components as the base site)
   ================================================================= */

/* ---------- full on-site menu (categorized, with prices) ---------- */
.menu-panel {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow);
  padding: clamp(1.75rem, 1.2rem + 2.5vw, 3.25rem);
}
.menu-board { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 1rem + 3vw, 3.5rem) clamp(2.5rem, 1.5rem + 4vw, 5rem); }
.menu-cat-title {
  display: flex; align-items: baseline; gap: .6rem; flex-wrap: wrap;
  color: var(--brand-deep); font-size: 1.35rem;
  border-bottom: 2px solid var(--brand); padding-bottom: .55rem; margin: 0 0 .9rem;
}
.menu-cat-note { font-family: var(--font-head); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.menu-list { list-style: none; padding: 0; margin: 0; }
.menu-item { padding: .8rem 0; border-bottom: 1px solid var(--line-soft); }
.menu-item:first-child { padding-top: 0; }
.menu-item:last-child { border-bottom: 0; padding-bottom: 0; }
.mi-head { display: flex; align-items: baseline; gap: .5rem; }
.mi-name {
  font-family: var(--font-condensed); font-weight: 600; font-size: 1.05rem;
  letter-spacing: .02em; color: var(--ink);
  background: var(--cream-3); padding: .15rem .45rem; border-radius: 4px;
}
.mi-dots { flex: 1; align-self: center; border-bottom: 1.5px dotted var(--line); margin: 0 .1rem; }
.mi-price { font-family: var(--font-head); font-weight: 700; color: var(--brand-dark); white-space: nowrap; }
.mi-desc { margin: .25rem 0 0; font-size: .92rem; line-height: 1.45; color: var(--ink-soft); max-width: 46ch; }
.menu .menu-cta { margin-top: var(--space-6); }
.menu-disclaimer { text-align: center; font-size: .82rem; color: var(--ink-soft); max-width: 60ch; margin: var(--space-5) auto 0; }

/* ---------- gallery ---------- */
.gallery { background: var(--cream); }
.gallery-preview {
  display: inline-grid;
  grid-template-columns: repeat(3, 56px);
  gap: .45rem;
  margin-bottom: 1.15rem;
  padding: .4rem;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.gallery-preview-tile {
  display: block;
  width: 56px;
  height: 38px;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(32,22,15,.08);
}
.gallery-preview-tile--storefront { background-image: url("/assets/gallery-appetizer-line.jpg"); }
.gallery-preview-tile--duo { background-image: url("/assets/gallery-event-table.jpg"); }
.gallery-preview-tile--solo { background-image: url("/assets/gallery-boodle-feast.jpg"); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--gap); }
.gallery-item {
  position: relative; margin: 0; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow);
  border: 2px solid var(--brand-tint);
  transition: transform .2s ease, box-shadow .2s ease;
}
.gallery-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.gallery-item img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block;
  transition: transform .5s ease;
  filter: saturate(1.04) contrast(1.02);
}
.gallery-item:hover img { transform: scale(1.05); }
/* warm brand wash so stock photos read less generic */
.gallery-item:not(.gallery-cta)::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(43,36,30,.05) 0%, transparent 32%, rgba(43,36,30,.42) 100%),
    linear-gradient(135deg, rgba(241,90,34,.1), rgba(143,168,136,.08));
  border-radius: inherit;
}
.gallery-caption {
  position: absolute; z-index: 2; left: .75rem; bottom: .75rem;
  font-family: var(--font-condensed); font-weight: 600;
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink);
  background: var(--brand-tint);
  padding: .35rem .65rem;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  line-height: 1.2;
  max-width: calc(100% - 1.5rem);
}
.gallery-cta {
  aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 1.5rem;
  background: linear-gradient(150deg, var(--brand), var(--brand-deep)); color: #fff;
  border-color: transparent;
}
.gallery-cta:hover { text-decoration: none; }
.gallery-cta-inner { display: inline-flex; flex-direction: column; align-items: center; gap: .6rem; font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; }
.gallery-cta .ic { width: 1.9rem; height: 1.9rem; }
.gallery-cta:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }

/* ---------- reviews (DARK section) ---------- */
.review-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .22rem;
  margin-bottom: 1.15rem;
  padding: .65rem 1rem;
  border-radius: 999px;
  color: var(--sage);
  background: var(--espresso-2);
  border: 1px solid rgba(143,168,136,.22);
  box-shadow: var(--shadow-dark);
}
.review-mark .ic { width: 1.05rem; height: 1.05rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.review-card { background: var(--espresso-2); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: var(--space-6); display: flex; flex-direction: column; gap: .9rem; }
.review-stars { display: flex; gap: .12rem; color: var(--brand); }
.review-stars .ic { width: 1.05rem; height: 1.05rem; }
.review-card blockquote { margin: 0; font-size: 1.05rem; line-height: 1.55; color: #f3e7da; }
.review-card figcaption { margin-top: auto; font-family: var(--font-head); font-weight: 700; font-size: .9rem; color: #fff; }
.review-card figcaption span { color: var(--sage); font-weight: 600; }
.review-proof { display: flex; align-items: center; justify-content: center; gap: .5rem; flex-wrap: wrap; margin: var(--space-7) 0 0; font-weight: 600; color: #e7ddd0; }
.review-proof .ic { width: 1.1rem; height: 1.1rem; color: var(--sage); }
.review-proof a { color: #fff; text-decoration: underline; }
/* teaser-demo mode: fabricated-review disclaimer, light-on-dark to match section--dark */
.reviews-disclaimer { text-align: center; font-size: .82rem; color: #e7ddd0; opacity: .8; max-width: 64ch; margin: var(--space-5) auto 0; }

/* ---------- Starter-tier responsive ---------- */
@media (max-width: 900px) {
  .menu-board { grid-template-columns: 1fr; gap: var(--space-6); }
  .review-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

/* =================================================================
   HERMINIA'S ADDITIONS: catering-vertical extensions to the base
   template: form <select>, "How booking works" section, and the
   city-level map embed with a styled fallback layered behind it.
   ================================================================= */

/* ---------- form select (matches .field input styling) ---------- */
.field select {
  width: 100%; font: inherit; color: var(--ink);
  padding: .75rem .85rem; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: var(--cream);
  transition: border-color .15s ease, box-shadow .15s ease;
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236A5F55' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .8rem center; background-size: 1rem;
}
.field select:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(241,90,34,.32); background-color: #fff; }
.field select:user-invalid { border-color: #B42318; background-color: #FFF6F5; }
.field select:user-invalid:focus { box-shadow: 0 0 0 3px rgba(180,35,24,.22); }

/* ---------- HOW BOOKING WORKS (light band, grounded panels) ---------- */
.how { background: var(--cream); }
.how-grid {
  list-style: none; padding: 0; margin: 0 0 var(--gap);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap);
}
.how-step {
  position: relative; background: var(--panel);
  border: 1px solid var(--line); border-top: var(--accent-bar) solid var(--brand);
  border-radius: var(--radius); box-shadow: var(--shadow);
  padding: calc(var(--panel-pad) * .75);
}
.how-num {
  display: block; font-family: var(--font-display); font-weight: 600;
  font-size: 2.1rem; line-height: 1; color: var(--brand-tint);
  -webkit-text-stroke: 1.5px var(--brand); margin-bottom: .6rem;
}
.how-step .ic { width: 1.5rem; height: 1.5rem; color: var(--brand-dark); margin-bottom: .55rem; }
.how-step h3 { font-size: 1.12rem; margin-bottom: .45rem; }
.how-step p { font-size: .93rem; color: var(--ink-soft); margin: 0; line-height: 1.55; }

.faq-list {
  margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap);
}
.faq-item {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow);
  padding: calc(var(--panel-pad) * .65);
}
.faq-item dt { font-family: var(--font-head); font-weight: 700; margin-bottom: .35rem; color: var(--ink); }
.faq-item dd { margin: 0; font-size: .95rem; color: var(--ink-soft); line-height: 1.55; }

/* ---------- map embed + fallback (sandbox/offline-safe) ---------- */
.map-embed {
  position: relative; flex: 1 1 auto; min-height: 360px;
  border-radius: var(--radius-sm); overflow: hidden; box-shadow: inset 0 0 0 1px var(--line);
}
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; border: 0; }
.map-fallback {
  position: absolute; inset: 0; z-index: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem;
  background: linear-gradient(160deg, var(--brand-tint), var(--cream-3));
  color: var(--brand-dark); text-align: center;
}
.map-fallback .ic { width: 1.8rem; height: 1.8rem; }
.map-fallback strong { font-family: var(--font-display); font-size: 1.25rem; }
.map-fallback span { font-size: .9rem; color: var(--ink-soft); }

/* ---------- responsive ---------- */
@media (max-width: 920px) {
  .how-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .how-grid, .faq-list { grid-template-columns: 1fr; }
}

/* =================================================================
   T4: real pricing tiers + sample set menus (new component classes)
   Uses existing tokens; --font-condensed for tier labels & dish names.
   ================================================================= */

/* ---------- three-tier pricing cards ---------- */
.pricing-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  margin-bottom: var(--space-7);
}
.pricing-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: var(--panel-pad);
  border-top: var(--accent-bar) solid var(--sage);
  display: flex;
  flex-direction: column;
  gap: .35rem;
  transition: transform .2s ease, box-shadow .2s ease;
}
.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.pricing-card--featured {
  border-top-color: var(--brand);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(180deg, var(--brand-tint) 0%, var(--panel) 42%);
}
.pricing-card--featured:hover { box-shadow: 0 30px 70px rgba(32,22,15,.2); }
/* buffet nameplate: condensed type on soft peach field */
.pricing-tier-label {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  width: max-content;
  max-width: 100%;
  font-family: var(--font-condensed);
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brand-deep);
  margin: 0 0 .45rem;
  padding: .38rem .7rem;
  background: var(--brand-tint);
  border-radius: var(--radius-sm);
  line-height: 1.2;
}
.pricing-tier-label .ic-sprig {
  width: .95rem;
  height: .95rem;
  color: var(--sage);
}
.pricing-price {
  font-family: var(--font-condensed);
  font-weight: 700;
  font-size: clamp(2rem, 1.5rem + 1.6vw, 2.55rem);
  line-height: 1;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0;
}
.pricing-unit {
  font-family: var(--font-condensed);
  font-weight: 500;
  font-size: .55em;
  letter-spacing: .04em;
  color: var(--ink-soft);
  margin-left: .15rem;
}
.pricing-sets {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: .35rem 0 .5rem;
}
.pricing-desc {
  font-size: .95rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  max-width: 36ch;
}

/* ---------- 6-set sample menu cards ---------- */
.sample-sets {
  margin-bottom: var(--space-7);
}
.sample-sets-head {
  text-align: center;
  max-width: 56ch;
  margin: 0 auto var(--space-6);
}
.sample-sets-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  font-family: var(--font-condensed);
  font-weight: 600;
  font-size: clamp(1.35rem, 1.1rem + .8vw, 1.7rem);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--brand-deep);
  margin: 0 0 .5rem;
}
.sample-sets-title .ic-sprig {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--sage);
}
.sample-sets-lead {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}
.set-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}
.set-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.set-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.set-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .75rem;
  padding: .9rem 1.15rem;
  background: var(--brand-tint);
  border-bottom: 1px solid var(--line);
}
.set-tier {
  font-family: var(--font-condensed);
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--brand-deep);
}
.set-num {
  font-family: var(--font-condensed);
  font-weight: 500;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.set-dishes {
  list-style: none;
  margin: 0;
  padding: .35rem 1.15rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.set-dishes li {
  display: flex;
  flex-direction: column;
  gap: .1rem;
  padding: .7rem 0;
  border-bottom: 1px solid var(--line-soft);
}
.set-dishes li:last-child { border-bottom: 0; padding-bottom: .35rem; }
.set-role {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
/* dish names as mini buffet nameplates */
.set-dish {
  display: inline-block;
  font-family: var(--font-condensed);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: .03em;
  color: var(--ink);
  line-height: 1.25;
  background: var(--cream-3);
  padding: .22rem .55rem;
  border-radius: 4px;
  width: max-content;
  max-width: 100%;
}

/* add-ons board: single column when only one category remains */
.menu-board--addons { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }

@media (max-width: 900px) {
  .pricing-tiers { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .set-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .set-grid { grid-template-columns: 1fr; }
}

/* =================================================================
   T5: brand polish layer (sprig motif, script accents, nameplates,
   on-brand photo treatment, hover refinement). Tokens untouched.
   ================================================================= */

/* sprig accent: inherits currentColor; wrappers set sage */
.ic-sprig {
  color: var(--sage);
  flex: none;
}

/* eyebrows that host a sprig icon (keep condensed-editorial look) */
.eyebrow--with-sprig {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.eyebrow--with-sprig .ic-sprig {
  width: .95rem;
  height: .95rem;
  color: var(--sage);
}

/* script accents: About tagline only (hero location line is plain) */
.script-tagline {
  font-family: var(--font-script);
  font-weight: 400;
  letter-spacing: .01em;
  text-transform: none;
  line-height: 1.15;
}
.about-tagline.script-tagline {
  font-family: var(--font-script);
  font-size: clamp(2.05rem, 1.2rem + 2.6vw, 3.15rem);
  letter-spacing: .01em;
  margin-bottom: 1rem;
  color: var(--ink);
}
.about-tagline.script-tagline em {
  font-style: normal;
  color: var(--brand-dark);
}

/* menu/gallery photo: about media also gets a soft brand frame */
.about-media img {
  box-shadow: var(--shadow-lg), 0 0 0 3px var(--brand-tint);
  filter: saturate(1.04) contrast(1.02);
}

/* card/nav hover polish (subtle; pairs with existing reveal system) */
.review-card {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.review-card:hover {
  transform: translateY(-3px);
  border-color: rgba(143,168,136,.4);
  box-shadow: var(--shadow-dark);
}
.how-step {
  transition: transform .2s ease, box-shadow .2s ease;
}
.how-step:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.nav a:not(.nav-cta) {
  transition: color .2s ease;
}
.btn-primary {
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn-primary:hover {
  box-shadow: 0 14px 28px rgba(194,72,10,.32);
}

/* motion safety: kill T5 hover lifts */
@media (prefers-reduced-motion: reduce) {
  .pricing-card:hover,
  .set-card:hover,
  .featured-card:hover,
  .gallery-item:hover,
  .review-card:hover,
  .how-step:hover {
    transform: none;
  }
}
