/* ================================================================
   HeritageOne — Website Stylesheet
   Editorial / heritage-forward / warm, refined
   ================================================================ */

/* --- Design Tokens --- */
:root {
  /* Brand colours per spec */
  --maroon:        #6B1818;
  --maroon-deep:   #4A0F0F;
  --maroon-soft:   #8E2A2A;
  --gold:          #B8924A;
  --gold-light:    #D4B271;
  --gold-soft:     #E8D6A8;
  --cream:         #FAF6EE;
  --cream-warm:    #F4ECD9;
  --cream-deep:    #ECE0C5;
  --ink:           #1F1614;
  --ink-soft:      #4A3F3A;
  --ink-mute:      #7A6E66;
  --line:          #D8CCB6;
  --line-soft:     #E8DDC6;
  --whatsapp:      #25D366;

  /* Typography */
  --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-body:    'Source Sans 3', 'Helvetica Neue', sans-serif;
  --font-tamil:   'Hind Madurai', 'Source Sans 3', sans-serif;

  /* Spacing scale */
  --s-1: 0.25rem;  --s-2: 0.5rem;  --s-3: 0.75rem;  --s-4: 1rem;
  --s-5: 1.5rem;   --s-6: 2rem;    --s-7: 3rem;     --s-8: 4rem;
  --s-9: 6rem;     --s-10: 8rem;

  /* Layout */
  --max-w: 1200px;
  --max-w-narrow: 760px;
  --max-w-prose: 640px;

  --shadow-soft: 0 1px 3px rgba(31, 22, 20, 0.06), 0 4px 12px rgba(31, 22, 20, 0.04);
  --shadow-lift: 0 4px 12px rgba(31, 22, 20, 0.08), 0 12px 32px rgba(31, 22, 20, 0.06);
}

/* --- Reset & base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

a { color: var(--maroon); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--maroon-deep); }

/* --- Typography --- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink);
}

h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.6rem); margin-bottom: var(--s-4); }
h3 { font-size: clamp(1.35rem, 2.4vw, 1.65rem); margin-bottom: var(--s-3); }
h4 { font-size: 1.15rem; font-family: var(--font-body); font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; color: var(--maroon); }

p { margin-bottom: var(--s-4); }
.lede { font-size: 1.2rem; line-height: 1.55; color: var(--ink-soft); }

.italic-display { font-family: var(--font-display); font-style: italic; }
.eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--s-3);
  display: block;
}

.tamil {
  font-family: var(--font-tamil);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
}

/* --- Layout helpers --- */
.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--s-5); }
.wrap-narrow { max-width: var(--max-w-narrow); margin: 0 auto; padding: 0 var(--s-5); }
.wrap-prose { max-width: var(--max-w-prose); margin: 0 auto; padding: 0 var(--s-5); }

section { padding: var(--s-7) 0; }
section.tight { padding: var(--s-5) 0; }
@media (max-width: 768px) {
  section { padding: var(--s-5) 0; }
  section.tight { padding: var(--s-4) 0; }
  .page-hero { padding: var(--s-8) var(--s-5) var(--s-7); }
}
.bg-cream-warm { background: var(--cream-warm); }
.bg-cream-deep { background: var(--cream-deep); }
.bg-maroon { background: var(--maroon); color: var(--cream); position: relative; overflow: hidden; }
.bg-maroon h1, .bg-maroon h2, .bg-maroon h3 { color: var(--cream); }
.bg-maroon > * { position: relative; z-index: 1; }

/* --- Kolam background pattern for dark sections --- */
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("assets/kolam-pattern.png");
  background-size: 550px 550px;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  opacity: 0.04;
}
.rating-banner::before,
.bg-maroon::before,
.heritage-nights-band::before,
.site-footer::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' fill='none'><g opacity='0.5' stroke='%23E8D6A8' stroke-width='0.4'><path d='M0 0L60 60'/><path d='M60 0L0 60'/><circle cx='30' cy='30' r='1.5' fill='%23E8D6A8' stroke='none'/><circle cx='0' cy='0' r='1' fill='%23E8D6A8' stroke='none'/><circle cx='60' cy='0' r='1' fill='%23E8D6A8' stroke='none'/><circle cx='0' cy='60' r='1' fill='%23E8D6A8' stroke='none'/><circle cx='60' cy='60' r='1' fill='%23E8D6A8' stroke='none'/></g></svg>");
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.08;
}
.rating-banner > *,
.heritage-nights-band > *,
.site-footer > * { position: relative; z-index: 1; }

/* --- Kolam side accent — single half-kolam on right edge --- */
.kolam-accent {
  position: relative;
  overflow: hidden;
}
.kolam-accent::after {
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  background-image: url("assets/kolam-pattern.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.055;
  pointer-events: none;
  z-index: 0;
  top: 40%;
  transform: translateY(-50%);
  right: -190px;
  filter: brightness(1.2) contrast(0.7);
}
.kolam-accent > * { position: relative; z-index: 1; }

/* --- Decorative kolam-inspired divider --- */
.kolam-rule {
  display: flex; align-items: center; justify-content: center;
  gap: var(--s-3); margin: var(--s-4) auto;
  color: var(--gold);
}
.kolam-rule::before, .kolam-rule::after {
  content: ''; height: 1px; background: var(--line); flex: 0 0 60px;
}
.kolam-rule .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-2);
  padding: 0.95rem 1.8rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1.5px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.25s ease;
  background: none;
  color: inherit;
  line-height: 1;
}
.btn-primary { background: var(--maroon); color: var(--cream); border-color: var(--maroon); }
.btn-primary:hover { background: var(--maroon-deep); border-color: var(--maroon-deep); color: var(--cream); transform: translateY(-1px); box-shadow: var(--shadow-lift); }

.btn-secondary { background: transparent; color: var(--maroon); border-color: var(--gold); }
.btn-secondary:hover { background: var(--gold); color: var(--cream); border-color: var(--gold); }

.btn-ghost { background: transparent; color: var(--maroon); border-color: var(--maroon); }
.btn-ghost:hover { background: var(--maroon); color: var(--cream); }

.btn-whatsapp { background: var(--whatsapp); color: white; border-color: var(--whatsapp); }
.btn-whatsapp:hover { background: #1eb558; border-color: #1eb558; color: white; }

.btn-link {
  display: inline-flex; align-items: center; gap: var(--s-2);
  color: var(--maroon); font-weight: 600;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  font-size: 0.95rem; letter-spacing: 0.02em;
}
.btn-link:hover { color: var(--maroon-deep); border-color: var(--maroon-deep); }

.btn-sm { padding: 0.7rem 1.2rem; font-size: 0.85rem; }
.btn-lg { padding: 1.1rem 2.4rem; font-size: 1rem; }
.btn-block { width: 100%; }

/* --- CTA Stack pattern (pre-text · button · post-text) --- */
.cta-stack {
  display: flex; flex-direction: column; align-items: center; gap: var(--s-3);
  text-align: center; margin: var(--s-5) auto;
}
.cta-stack .pre, .cta-stack .post {
  font-style: italic; color: var(--ink-soft);
  font-family: var(--font-display); font-size: 1.05rem; line-height: 1.4;
  max-width: 28rem;
}
.cta-stack .pre { font-weight: 500; }
.cta-stack .post { font-size: 0.95rem; }

/* --- Header / Navigation --- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--cream);
  border-bottom: 1px solid var(--line-soft);
  transition: box-shadow 0.2s;
}
.site-header.scrolled { box-shadow: var(--shadow-soft); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: var(--s-4) var(--s-5);
  max-width: var(--max-w); margin: 0 auto;
  gap: var(--s-5);
}
.logo {
  display: flex; align-items: center; gap: 10px;
  flex-shrink: 0; line-height: 1;
}
.logo-text {
  font-family: var(--font-display);
  font-size: 1.65rem; font-weight: 600;
  color: var(--ink); letter-spacing: -0.01em;
  display: flex; flex-direction: column;
  line-height: 1;
}
.logo-text .since {
  font-family: var(--font-body); font-size: 0.63rem;
  font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: #7a4f0a;
  margin-top: 4px; white-space: nowrap; line-height: 1.8;
}
.logo-badge {
  height: 58px; width: auto; display: block;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.logo:hover .logo-badge { transform: scale(1.03); }
@media (max-width: 700px) {
  .logo-text { font-size: 1.4rem; }
  .logo-text .since { font-size: 0.6rem; letter-spacing: 0.13em; }
  .logo-badge { height: 38px; }
}

/* Footer brand logo */
.footer-logo { display: block; margin-bottom: var(--s-2); }
.footer-logo img {
  max-width: 220px; width: 100%; height: auto; display: block;
}
.nav-links {
  display: flex; align-items: center; gap: var(--s-4);
  list-style: none;
  flex-wrap: nowrap;
}
.nav-links a {
  color: var(--ink); font-size: 1rem; font-weight: 600;
  letter-spacing: 0.01em; padding: 4px 0;
  border-bottom: 1.5px solid transparent;
  transition: all 0.2s;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--maroon); border-bottom-color: var(--gold);
}
.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  list-style: none;
  min-width: 140px;
  padding: var(--s-2) 0;
  z-index: 200;
}
.nav-dropdown-menu li a {
  display: block;
  padding: var(--s-2) var(--s-4);
  font-size: 0.95rem;
  color: var(--ink);
  border-bottom: none;
  white-space: nowrap;
}
.nav-dropdown-menu li a:hover { background: var(--cream-warm); color: var(--maroon); border-bottom: none; }
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}
.nav-dropdown:hover .nav-dropdown-menu { display: block; }

.nav-cta { display: flex; gap: var(--s-2); flex-shrink: 0; }
.nav-cta .btn { white-space: nowrap; }

.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: var(--ink); }
.menu-toggle svg { width: 28px; height: 28px; }

@media (max-width: 1180px) {
  .nav-links, .nav-cta { display: none; }
  .menu-toggle { display: block; }
}

/* --- Mobile drawer --- */
.drawer {
  position: fixed; top: 0; right: -100%; bottom: 0;
  width: min(360px, 100%);
  background: var(--cream);
  z-index: 100;
  transition: right 0.3s ease;
  box-shadow: var(--shadow-lift);
  display: flex; flex-direction: column;
  padding: var(--s-5);
  overflow-y: auto;
}
.drawer.open { right: 0; }
.drawer-overlay {
  position: fixed; inset: 0; background: rgba(31, 22, 20, 0.5);
  z-index: 99; opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.drawer-overlay.open { opacity: 1; pointer-events: auto; }
.drawer-close { align-self: flex-end; background: none; border: none; cursor: pointer; padding: 8px; color: var(--ink); }
.drawer-close svg { width: 24px; height: 24px; }
.drawer-links {
  list-style: none; display: flex; flex-direction: column; gap: var(--s-3);
  margin-top: var(--s-4);
}
.drawer-links a {
  display: block; padding: var(--s-3) 0;
  font-family: var(--font-display); font-size: 1.4rem;
  color: var(--ink); border-bottom: 1px solid var(--line-soft);
}
.drawer-cta { display: flex; flex-direction: column; gap: var(--s-3); margin-top: var(--s-5); }

/* --- Sticky Mobile Bar (Call · WhatsApp · Order) --- */
.sticky-mobile-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--cream);
  border-top: 1px solid var(--line);
  display: none;
  z-index: 40;
  box-shadow: 0 -4px 20px rgba(31, 22, 20, 0.06);
}
.sticky-mobile-bar a {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 4px; padding: 10px 4px;
  color: var(--ink); font-size: 0.7rem;
  font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase;
  min-height: 56px;
  border-right: 1px solid var(--line-soft);
}
.sticky-mobile-bar a:last-child { border-right: none; }
.sticky-mobile-bar a svg { width: 22px; height: 22px; }
.sticky-mobile-bar a.order { background: var(--maroon); color: var(--cream); }

@media (max-width: 768px) {
  .sticky-mobile-bar { display: flex; }
  body { padding-bottom: 60px; }
}

/* --- Sticky Reservation Bar (top, on scroll) --- */
.sticky-reserve-bar {
  position: fixed; top: -100px; left: 0; right: 0;
  background: var(--maroon); color: var(--cream);
  z-index: 45; padding: var(--s-3) var(--s-5);
  display: flex; align-items: center; justify-content: center;
  gap: var(--s-5); font-size: 0.9rem;
  transition: top 0.35s ease;
  box-shadow: var(--shadow-lift);
}
.sticky-reserve-bar.show { top: 0; }
.sticky-reserve-bar a { color: var(--cream); border-bottom: 1px solid var(--gold-light); padding-bottom: 2px; font-weight: 600; }
.sticky-reserve-bar a:hover { color: var(--gold-light); }
.sticky-reserve-bar .close { background: none; border: none; color: var(--cream); cursor: pointer; padding: 4px; opacity: 0.7; }
.sticky-reserve-bar .close:hover { opacity: 1; }
@media (max-width: 768px) { .sticky-reserve-bar { display: none; } }

/* --- Hero --- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, var(--maroon-deep) 0%, var(--maroon) 100%);
  color: var(--cream);
  overflow: hidden;
  padding: var(--s-9) var(--s-5);
}
@media (max-width: 768px) {
  .hero { min-height: auto; padding: var(--s-8) var(--s-5) var(--s-6); }
}

/* --- Hero split layout --- */
.hero.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  padding: 0;
  text-align: left;
  min-height: calc(100vh - 90px);
}
.hero-split-left {
  display: flex; align-items: center;
  padding: var(--s-4) var(--s-7);
  position: relative; z-index: 2;
}
.hero-split-left .hero-inner { max-width: 480px; }
.hero-split-left .hero-meta { justify-content: flex-start; }
.hero-split-left .hero-ctas { justify-content: flex-start; }
.hero.hero-split h1 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); margin-bottom: var(--s-2); }
.hero-split-left .since-line { margin-bottom: var(--s-2); }
.hero-split-left .tamil { margin-bottom: var(--s-2); font-size: 0.95rem; }
.hero-split-left .subline { font-size: 0.95rem; margin-bottom: var(--s-2); display: none; }

/* Slider panel */
.hero-split-right { position: relative; overflow: hidden; }
.hero-slider { position: relative; width: 100%; height: 100%; overflow: hidden; }
.hero-slides {
  display: flex; width: 300%; height: 100%;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-slide {
  width: 33.333%; flex-shrink: 0;
  position: relative; display: flex; align-items: flex-end;
  text-decoration: none; color: inherit;
}
.hero-slide-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.hero-slide-ph {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.15);
}
.hero-slide--south { background: linear-gradient(160deg, #1e3320 0%, #2d4f32 100%); }
.hero-slide--north  { background: linear-gradient(160deg, #2a1a0a 0%, #4a2e12 100%); }
.hero-slide--bar    { background: linear-gradient(160deg, #0e1f30 0%, #152d44 100%); }
.hero-slide--catering { background: linear-gradient(160deg, #2a1228 0%, #461840 100%); }
.hero-slide-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.08) 55%, transparent 100%);
}
.hero-slide-info {
  position: relative; z-index: 2;
  padding: var(--s-6) var(--s-6);
  display: flex; flex-direction: column; gap: 5px; width: 100%;
}
.hero-slide-cat {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-light); font-family: var(--font-body); font-weight: 500;
}
.hero-slide-name {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 400;
  color: var(--cream); line-height: 1.15;
}
.hero-slide-sub {
  font-size: 0.8rem; color: rgba(250,246,238,0.55);
  font-family: var(--font-body); letter-spacing: 0.02em;
}

/* Arrows */
.hero-arr {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 10; width: 36px; height: 36px;
  background: rgba(0,0,0,0.35); border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.8); transition: background 0.2s;
}
.hero-arr:hover { background: rgba(0,0,0,0.6); }
.hero-arr svg { width: 14px; height: 14px; }
.hero-arr--l { left: 14px; }
.hero-arr--r { right: 14px; }

/* Dots */
.hero-dots {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  z-index: 10; display: flex; gap: 8px;
}
.hero-dot {
  width: 7px; height: 7px; border-radius: 50%; border: none; padding: 0;
  background: rgba(255,255,255,0.3); cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.hero-dot.active { background: var(--gold); transform: scale(1.35); }

/* Mobile: stack vertically */
@media (max-width: 768px) {
  .hero.hero-split {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: auto;
  }
  .hero-split-left {
    padding: var(--s-7) var(--s-5) var(--s-5);
    text-align: center;
  }
  .hero-split-left .hero-inner { max-width: 100%; }
  .hero-split-left .hero-meta { justify-content: center; margin-top: var(--s-3); }
  .hero-split-left .hero-ctas { justify-content: center; flex-direction: row; gap: var(--s-3); }
  .hero-split-left .hero-ctas .btn { flex: 1; text-align: center; padding: var(--s-3) var(--s-4); font-size: 0.85rem; }
  .hero-split-left .tamil { font-size: 0.95rem; margin-bottom: var(--s-3); }
  .hero-split-left .subline { display: none; }
  .hero-split-left h1 { font-size: clamp(2rem, 8vw, 2.6rem); margin-bottom: var(--s-3); }
  .hero-split-right { height: 260px; }
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 50%, rgba(184, 146, 74, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(184, 146, 74, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("assets/kolam-pattern.png");
  background-size: 600px 600px;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.04;
}
.hero-inner { position: relative; z-index: 2; max-width: 820px; }
.hero h1 {
  color: var(--cream);
  font-size: clamp(2.4rem, 4.8vw, 3.8rem);
  margin-bottom: var(--s-4);
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
}
.hero .since-line {
  display: block;
  font-family: var(--font-body); font-size: 0.85rem;
  font-weight: 500; letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: var(--s-5);
}
.hero .tamil {
  color: var(--gold-light);
  font-size: 1.25rem; letter-spacing: 0.04em;
  margin-bottom: var(--s-5);
  font-family: var(--font-tamil);
}
.hero .subline {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: var(--cream); opacity: 0.92;
  margin-bottom: var(--s-7);
  font-weight: 400;
}
.hero-ctas { display: flex; gap: var(--s-3); justify-content: center; flex-wrap: wrap; }
.hero .btn-secondary { color: var(--cream); border-color: var(--gold-light); }
.hero .btn-secondary:hover { background: var(--gold); border-color: var(--gold); color: var(--cream); }

.hero-meta {
  margin-top: var(--s-7);
  display: flex; justify-content: center; align-items: center;
  gap: var(--s-4); flex-wrap: wrap;
  font-size: 0.85rem; letter-spacing: 0.04em;
  color: rgba(250, 246, 238, 0.65);
}
.hero-meta .dot-sep {
  width: 3px; height: 3px; border-radius: 50%;
  background: rgba(250, 246, 238, 0.4);
}

/* Page hero (shorter than home hero) */
.page-hero {
  background: linear-gradient(135deg, var(--maroon-deep) 0%, var(--maroon) 100%);
  color: var(--cream);
  padding: var(--s-7) var(--s-5) var(--s-6);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero-inner { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; }
.page-hero-eyebrow {
  display: block;
  font-family: var(--font-body); font-size: 0.85rem;
  font-weight: 500; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--gold-light);
  margin-bottom: var(--s-5);
}
.page-hero h1 { color: var(--cream); font-style: italic; font-weight: 400; margin-bottom: var(--s-4); }
.page-hero .lede { color: rgba(250, 246, 238, 0.82); font-family: var(--font-display); font-size: 1.3rem; line-height: 1.5; }
.page-hero .hero-meta { color: rgba(250, 246, 238, 0.58); margin-top: var(--s-5); }
.page-hero .btn-primary { background: var(--cream); color: var(--maroon); border-color: var(--cream); }
.page-hero .btn-primary:hover { background: var(--gold-light); color: var(--maroon-deep); border-color: var(--gold-light); }
.page-hero .btn-secondary { color: var(--cream); border-color: var(--gold-light); }
.page-hero .btn-outline-light { background: transparent; color: var(--cream); border: 2px solid rgba(250,246,238,0.5); }
.page-hero .btn-outline-light:hover { background: rgba(250,246,238,0.12); border-color: var(--cream); color: var(--cream); }
.page-hero .btn-secondary:hover { background: var(--gold); border-color: var(--gold); color: var(--cream); }
.page-hero .btn-ghost { color: var(--cream); border-color: var(--cream); }
.page-hero .btn-ghost:hover { background: var(--cream); color: var(--maroon); }
@media (max-width: 768px) {
  .hero { min-height: auto; padding: var(--s-7) var(--s-5) var(--s-5); }
  .page-hero { padding: var(--s-6) var(--s-5) var(--s-5); }
}

/* Photo placeholder block */
.photo-ph {
  background: linear-gradient(135deg, var(--cream-deep) 0%, var(--cream-warm) 100%);
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  color: var(--ink-mute);
  font-family: var(--font-display); font-style: italic;
  font-size: 1rem;
  padding: var(--s-5);
  min-height: 280px;
  position: relative;
  overflow: hidden;
}
.photo-ph::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(45deg, transparent 0, transparent 28px, rgba(184, 146, 74, 0.05) 28px, rgba(184, 146, 74, 0.05) 30px);
}
.photo-ph span {
  position: relative; z-index: 2;
  display: inline-flex; align-items: center; gap: var(--s-2);
  background: rgba(250, 246, 238, 0.8);
  padding: 6px 14px;
  border: 1px solid var(--line);
  font-size: 0.85rem;
}
.photo-ph::after {
  content: '✦';
  position: absolute; top: 12px; left: 12px;
  color: var(--gold); font-size: 0.9rem;
}

/* --- Welcome Strip (Home Section 2) --- */
/* --- Stats trust bar --- */
.stats-bar {
  background: var(--maroon-deep);
  padding: var(--s-4) var(--s-5);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.stats-inner {
  display: flex; align-items: center; justify-content: center;
  gap: var(--s-5); flex-wrap: wrap;
  max-width: 900px; margin: 0 auto;
}
.stat-item {
  display: flex; flex-direction: column; align-items: center;
  gap: 2px; text-align: center;
}
.stat-num {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  color: var(--gold-light); line-height: 1;
}
.stat-label {
  font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(250,245,235,0.5); font-family: var(--font-body);
}
.stat-div {
  width: 1px; height: 32px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .stat-div { display: none; }
  .stats-inner { gap: var(--s-4); }
}

/* --- Dish badge --- */
.dish { position: relative; }
.dish-badge {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  background: var(--maroon); color: var(--cream);
  font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase;
  font-family: var(--font-body); font-weight: 600;
  padding: 3px 8px; border-radius: 2px;
}
.dish-badge--special { background: #b91c1c; }

.welcome-strip {
  text-align: center;
  padding: var(--s-7) var(--s-5);
  background: var(--cream);
  border-bottom: 1px solid var(--line-soft);
}
.welcome-strip p {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem); line-height: 1.45;
  color: var(--ink-soft); max-width: 38rem; margin: 0 auto;
}

/* --- Service Pillars (4-up grid) --- */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-4); }
@media (max-width: 900px) { .pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .pillars { grid-template-columns: 1fr; } }
.pillar {
  background: var(--cream-warm);
  padding: var(--s-6) var(--s-5);
  text-align: center;
  border: 1px solid var(--line-soft);
  position: relative;
  transition: all 0.25s;
}
.pillar:hover { border-color: var(--gold-light); transform: translateY(-2px); }
.pillar--dine    { background: #5c1a2b; border-color: #5c1a2b; }
.pillar--dine .pillar-num { color: #f5c842; }
.pillar--dine h3 { color: #ffffff; }
.pillar--dine p  { color: rgba(255,255,255,0.85); }

.pillar--delivery{ background: #7a4f00; border-color: #7a4f00; }
.pillar--delivery .pillar-num { color: #f5c842; }
.pillar--delivery h3 { color: #ffffff; }
.pillar--delivery p  { color: rgba(255,255,255,0.85); }

.pillar--bar     { background: #0f3d2e; border-color: #0f3d2e; }
.pillar--bar .pillar-num { color: #f5c842; }
.pillar--bar h3 { color: #ffffff; }
.pillar--bar p  { color: rgba(255,255,255,0.85); }

.pillar--catering{ background: #1a2744; border-color: #1a2744; }
.pillar--catering .pillar-num { color: #f5c842; }
.pillar--catering h3 { color: #ffffff; }
.pillar--catering p  { color: rgba(255,255,255,0.85); }
.pillar-num {
  display: block;
  font-family: var(--font-display); font-style: italic;
  font-size: 1.75rem; color: var(--gold);
  margin-bottom: var(--s-2);
  font-weight: 500;
}
.pillar-icon {
  display: block;
  font-size: 2.4rem;
  color: #f5c842;
  margin-bottom: var(--s-3);
}
svg.pillar-icon { margin: 0 auto var(--s-3); color: #f5c842; }
.pillar h3 { color: var(--maroon); margin-bottom: var(--s-3); font-size: 1.55rem; }
.pillar p { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.55; margin-bottom: var(--s-4); }
.pillar a { font-size: 0.85rem; }
.pillar--dine h3, .pillar--delivery h3, .pillar--bar h3, .pillar--catering h3 { color: #ffffff; }
.pillar--dine p,  .pillar--delivery p,  .pillar--bar p,  .pillar--catering p  { color: rgba(255,255,255,0.88); }
.pillar--dine .pillar-num, .pillar--delivery .pillar-num, .pillar--bar .pillar-num, .pillar--catering .pillar-num { color: #f5c842; }

/* --- Signature dishes grid --- */
.dishes { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-5); }
@media (max-width: 1000px) { .dishes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .dishes { grid-template-columns: 1fr; } }

.dishes-carousel-outer { overflow: hidden; position: relative; }
.dishes-carousel-track { display: flex; gap: 16px; transition: transform 0.5s ease; align-items: stretch; }
.dishes-carousel-track .dish { width: calc(33.333% - 11px); min-width: calc(33.333% - 11px); flex-shrink: 0; }
@media (max-width: 700px) { .dishes-carousel-track .dish { width: calc(100% - 0px); min-width: 100%; } }
.dishes-carousel-controls { display: flex; align-items: center; justify-content: center; gap: var(--s-4); margin-top: var(--s-5); }
.dish-arrow { background: none; border: 1.5px solid var(--gold); color: var(--maroon); width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.dish-arrow:hover { background: var(--gold-light); }
.dish-dots { display: flex; gap: 8px; }
.dish-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--line-soft); border: none; cursor: pointer; padding: 0; transition: background 0.3s; }
.dish-dot.active { background: var(--maroon); }
.dish {
  background: var(--cream); border: 1px solid var(--line-soft);
  display: flex; flex-direction: column;
}
@media (max-width: 700px) {
  .dish { flex-direction: column-reverse; }
  .dish-badge { order: 3; }
}
.dish .photo-ph { min-height: 220px; }
.dish-photo { overflow: hidden; aspect-ratio: 1/1; border-radius: 0; }
.dish .photo-ph { aspect-ratio: 1/1; min-height: unset; }
.dish-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.dish:hover .dish-photo img { transform: scale(1.04); }
.dish .body { padding: var(--s-3) var(--s-4); flex: 1; display: flex; flex-direction: column; }
.dish h3 { font-size: 1.05rem; margin-bottom: var(--s-1); word-break: break-word; }
.dish .desc { font-size: 0.82rem; color: var(--ink-soft); flex: 1; margin-bottom: var(--s-2); line-height: 1.45; }
.dish .price { color: var(--maroon); font-weight: 600; font-family: var(--font-display); font-size: 1.25rem; }

/* --- 2-column heritage block --- */
.heritage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-7); align-items: center; }
@media (max-width: 800px) {
  .heritage-grid { grid-template-columns: 1fr; }
  .heritage-grid .copy { order: 1; }
  .heritage-grid > div:not(.copy) { order: 2; }
}
.heritage-grid .photo-ph { min-height: 460px; }
.heritage-photo { border-radius: 4px; overflow: hidden; }
.heritage-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; min-height: 400px; }
.heritage-grid .copy h2 { font-style: italic; font-size: clamp(2rem, 3.5vw, 2.6rem); margin-bottom: var(--s-5); }
.heritage-grid .copy p {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.18rem; line-height: 1.65; color: var(--ink-soft);
  margin-bottom: var(--s-4);
}

/* --- Pull quote (Heritage section feature line) --- */
.pull-quote {
  margin: var(--s-7) auto 0;
  max-width: 760px;
  text-align: center;
  position: relative;
  padding: var(--s-5) var(--s-5);
}
@media (max-width: 768px) {
  .pull-quote { margin-top: var(--s-5); padding: var(--s-4) var(--s-5); }
}
.pull-quote::before, .pull-quote::after {
  content: '';
  display: block;
  width: 80px; height: 1px;
  background: var(--gold);
  margin: 0 auto var(--s-5);
}
.pull-quote::after { margin: var(--s-5) auto 0; }
.pull-quote p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  line-height: 1.35;
  color: var(--maroon);
  margin: 0;
  letter-spacing: -0.005em;
}

/* --- Craft Band (Section 6 — trust marks) --- */
.craft-band {
  background: #3d0f1e;
  color: var(--cream);
  padding: var(--s-6) 0;
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
}
.craft-band .section-title { margin-bottom: var(--s-5); }
.craft-band .section-title h2 { color: var(--cream); }
.craft-band .section-title .eyebrow { color: var(--gold); }
.craft-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5);
  align-items: center;
}
@media (max-width: 800px) {
  .craft-list { grid-template-columns: 1fr; gap: var(--s-4); text-align: center; }
}
.craft-list li {
  display: flex; align-items: center; gap: var(--s-3);
  padding: var(--s-3) var(--s-4);
  border-left: 1px solid rgba(232, 214, 168, 0.25);
  text-align: left;
}
.craft-list li:first-child { border-left: 1px solid rgba(232, 214, 168, 0.25); }
@media (max-width: 800px) {
  .craft-list li {
    border-left: none;
    border-bottom: 1px solid rgba(232, 214, 168, 0.18);
    padding: var(--s-3) 0; justify-content: center; text-align: center;
  }
  .craft-list li:last-child { border-bottom: none; }
  .craft-list li:first-child { border-left: none; }
  .craft-label { text-align: center; font-size: 0.92rem; }
}
.craft-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.8rem;
  color: var(--gold);
  font-weight: 500;
  flex-shrink: 0;
}
.craft-label {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  letter-spacing: 0.01em;
  color: var(--cream);
}

/* --- Visit Us grid (Home Section 8) --- */
.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--s-7);
  align-items: center;
}
@media (max-width: 800px) {
  .visit-grid { grid-template-columns: 1fr; gap: var(--s-5); }
  .visit-copy { order: 1; }
  .visit-map { order: 2; }
}
.visit-copy h2 { font-style: italic; margin-bottom: var(--s-4); }
.visit-address {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: var(--s-5);
}
.visit-info {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--s-5);
}
.visit-info tr { border-bottom: 1px solid var(--line-soft); }
.visit-info tr:last-child { border-bottom: none; }
.visit-info td {
  padding: var(--s-3) 0;
  vertical-align: top;
  font-size: 0.95rem;
}
.visit-info td:first-child {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  width: 90px;
  padding-right: var(--s-4);
}
.visit-info td:last-child { color: var(--ink-soft); }
.visit-info a { color: var(--maroon); border-bottom: 1px solid var(--gold-soft); padding-bottom: 1px; }
.visit-ctas { display: flex; gap: var(--s-3); flex-wrap: wrap; }
.visit-map { display: block; }
.visit-map .map-ph { min-height: 380px; }
.visit-map .map-link {
  display: block;
  text-align: right;
  margin-top: var(--s-3);
  font-family: var(--font-display);
  font-style: italic;
  color: var(--maroon);
  font-size: 0.95rem;
}

/* --- Rating banner (redesigned as 3-block visual) --- */
.rating-banner {
  background: linear-gradient(135deg, var(--maroon) 0%, var(--maroon-deep) 100%);
  color: var(--cream);
  padding: var(--s-6) var(--s-5);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--s-7);
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.rating-platform {
  display: flex; flex-direction: column;
  align-items: center; gap: 6px; text-align: center;
}
.platform-name {
  font-family: var(--font-body); font-size: 0.7rem;
  font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold-light);
}
.platform-stars { color: var(--gold); letter-spacing: 0.1em; font-size: 1rem; }
.platform-score {
  font-family: var(--font-display); font-weight: 500;
  font-size: 3rem; color: var(--cream); line-height: 1;
}
.rating-divider {
  width: 1px; height: 64px;
  background: rgba(232, 214, 168, 0.25);
  flex-shrink: 0;
}
.rating-total {
  display: flex; flex-direction: column;
  align-items: center; gap: 6px; text-align: center;
}
.total-number {
  font-family: var(--font-body); font-size: 2.6rem;
  color: var(--gold-light); line-height: 1; font-weight: 700;
}
.total-label {
  font-family: var(--font-body); font-size: 0.7rem;
  font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold-light); opacity: 0.8;
}
@media (max-width: 640px) {
  .rating-banner { gap: var(--s-5); }
  .rating-divider { width: 50px; height: 1px; }
  .platform-score, .total-number { font-size: 2.2rem; }
}
.rating-banner .stars { color: var(--gold-light); margin-right: var(--s-2); letter-spacing: 0.1em; }

/* --- Reviews grid --- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-5); margin-top: var(--s-5); }
@media (max-width: 900px) { .reviews { grid-template-columns: 1fr; } }
.review {
  background: var(--cream); border: 1px solid var(--line-soft);
  padding: var(--s-5);
}
.review--google, .review--tripadvisor, .review--wanderlog { background: var(--cream); border-color: var(--line-soft); }
.review .stars { color: var(--gold); letter-spacing: 0.1em; margin-bottom: var(--s-3); }
.review p {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.05rem; line-height: 1.55; color: var(--ink-soft);
  margin-bottom: var(--s-3);
}
.review .by { font-size: 0.85rem; color: var(--ink-mute); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; display: flex; align-items: center; gap: var(--s-2); flex-wrap: wrap; }
.review-platform { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; padding: 2px 8px; border-radius: 20px; text-transform: uppercase; }
.review-google { background: #e8f0fe; color: #1a73e8; }
.review-tripadvisor { background: #e6f4f0; color: #00aa6c; }
.review-wanderlog { background: #ede9fe; color: #7c3aed; }

/* --- Visit Us block (Home) --- */
.visit-us { text-align: center; }
.visit-us .details {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.2rem; line-height: 2; color: var(--ink-soft);
  margin-bottom: var(--s-5);
}
.visit-us .ctas { display: flex; gap: var(--s-3); justify-content: center; flex-wrap: wrap; }

/* --- WhatsApp subscribe block --- */
.whatsapp-block {
  text-align: center;
  background: var(--cream-warm);
  padding: var(--s-7) var(--s-5);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.whatsapp-block h2 { font-style: italic; margin-bottom: var(--s-3); }
.whatsapp-block .lede { max-width: 36rem; margin: 0 auto var(--s-5); }
.whatsapp-block .trust { font-size: 0.85rem; color: var(--ink-mute); margin-top: var(--s-3); font-style: italic; }

/* --- Footer --- */
.site-footer { background: var(--ink); color: var(--cream); padding: var(--s-8) 0 var(--s-5); position: relative; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.3fr; gap: var(--s-7); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--s-6); } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; gap: var(--s-5); } }

.footer-grid h4 {
  color: var(--gold); font-size: 0.78rem; letter-spacing: 0.18em;
  text-transform: uppercase; margin-bottom: var(--s-4);
  font-family: var(--font-body); font-weight: 600;
}
.footer-grid .brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid .brand .tamil { color: var(--cream); opacity: 0.7; margin-top: var(--s-2); font-size: 0.85rem; letter-spacing: 0.02em; }

.footer-list { list-style: none; }
.footer-list li { margin-bottom: var(--s-2); font-size: 0.92rem; line-height: 1.5; }
.footer-list a { color: var(--cream); opacity: 0.78; }
.footer-list a:hover { color: var(--gold-light); opacity: 1; }
.footer-list.contact li { color: var(--cream); opacity: 0.78; }

.footer-stay .lede { color: var(--cream); font-size: 0.95rem; opacity: 0.78; margin-bottom: var(--s-4); }
.social-icons { display: flex; gap: var(--s-3); margin-top: var(--s-4); }
.social-icons a { color: var(--cream); opacity: 0.65; transition: opacity 0.2s; }
.social-icons a:hover { opacity: 1; color: var(--gold-light); }
.social-icons svg { width: 20px; height: 20px; }

.footer-bottom {
  border-top: 1px solid rgba(232, 214, 168, 0.18);
  margin-top: var(--s-7); padding-top: var(--s-4);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.82rem; color: var(--cream); opacity: 0.7;
  flex-wrap: wrap; gap: var(--s-3);
}
.footer-bottom a { color: var(--cream); opacity: 0.7; border-bottom: 1px solid transparent; }
.footer-bottom a:hover { opacity: 1; border-bottom-color: var(--gold); }
.footer-payments { font-size: 0.82rem; color: var(--cream); opacity: 0.7; padding-top: var(--s-3); }

/* --- Forms --- */
.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: var(--s-8) var(--s-7);
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
@media (max-width: 600px) { .form-card { padding: var(--s-6) var(--s-4); border-radius: 8px; } }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-5); }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } .form-grid .full { grid-column: auto; } }

.field { display: flex; flex-direction: column; gap: 8px; }
.field label {
  font-family: var(--font-body); font-size: 0.85rem;
  letter-spacing: 0.01em; text-transform: none;
  color: var(--ink); font-weight: 600;
}
.field label .req { color: var(--maroon); margin-left: 2px; }
.field input, .field select, .field textarea {
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--line);
  background: #fff;
  font-family: var(--font-body); font-size: 1rem;
  color: var(--ink);
  border-radius: 8px;
  transition: border-color 0.15s, box-shadow 0.15s;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.field textarea { min-height: 110px; resize: vertical; line-height: 1.6; }
.field input:hover, .field select:hover, .field textarea:hover {
  border-color: var(--gold);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(180, 130, 60, 0.12);
}
.field input::placeholder, .field textarea::placeholder {
  color: var(--ink-mute);
  opacity: 0.6;
}
.field .hint { font-size: 0.82rem; color: var(--ink-mute); line-height: 1.4; }
.field .err { font-size: 0.82rem; color: var(--maroon); display: none; font-style: italic; }
.field.has-error .err { display: block; }
.field.has-error input, .field.has-error select, .field.has-error textarea {
  border-color: var(--maroon);
  box-shadow: 0 0 0 3px rgba(107, 24, 24, 0.08);
}

.pkg-expand-toggle {
  display: block; width: 100%; background: none; border: none;
  padding: var(--s-2) var(--s-5); margin: 0;
  font-family: var(--font-body); font-size: 0.82rem;
  color: var(--maroon); cursor: pointer; text-align: left;
  letter-spacing: 0.03em;
  border-top: 1px solid var(--line);
}
.pkg-expand-toggle:hover { color: var(--ink); }
.pkg-expand-toggle[aria-expanded="true"] { color: var(--ink-mute); }
.pkg-full-menu { padding: 0 var(--s-5) var(--s-3); }

.pkg-highlights {
  list-style: none; padding: var(--s-3) 0 var(--s-2); margin: 0;
  display: flex; flex-direction: column; gap: var(--s-2);
  border-top: 1px solid var(--line);
  flex: 1;
}
.pkg-highlights li {
  font-size: 0.92rem; color: var(--ink-soft);
  padding-left: var(--s-3); position: relative;
}
.pkg-highlights li::before {
  content: '·'; position: absolute; left: 0; color: var(--gold);
}

.form-actions {
  margin-top: var(--s-7);
  padding-top: var(--s-6);
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s-3);
}
.form-actions .btn-primary { width: 100%; max-width: 360px; justify-content: center; font-size: 1.05rem; padding: 1rem 2rem; }

.urgency-line {
  text-align: center;
  background: var(--cream-warm);
  border: 1px solid var(--gold-soft);
  border-left: 3px solid var(--gold);
  padding: var(--s-3) var(--s-5);
  margin-bottom: var(--s-5);
  font-family: var(--font-display); font-style: italic;
  font-size: 1.1rem; color: var(--ink-soft);
}

/* Form success state */
.form-success {
  text-align: center;
  padding: var(--s-7) var(--s-5);
  background: var(--cream);
  border: 1px solid var(--gold-light);
}
.form-success .check {
  width: 56px; height: 56px;
  margin: 0 auto var(--s-4);
  border-radius: 50%; background: var(--maroon);
  display: flex; align-items: center; justify-content: center;
  color: var(--cream); font-size: 1.6rem;
}
.form-success h3 { color: var(--maroon); margin-bottom: var(--s-3); font-size: 1.6rem; }
.form-success p { color: var(--ink-soft); max-width: 32rem; margin: 0 auto var(--s-3); }

/* --- Three-pillar callout banner --- */
.pillar-banner {
  background: var(--cream-warm);
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  padding: var(--s-5);
  display: flex; justify-content: center; align-items: center;
  gap: var(--s-7); flex-wrap: wrap;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-style: italic; color: var(--maroon);
}
.pillar-banner span { display: inline-block; }

/* --- Story page: lead intro and "today" treatment --- */
.story-lead {
  font-family: var(--font-display);
  font-style: italic;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
}
.story-today {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.6;
  color: var(--ink);
  text-align: center;
  border-top: 1px solid var(--gold-soft);
  border-bottom: 1px solid var(--gold-soft);
  padding: var(--s-6) var(--s-3);
  margin: 0;
}

/* --- Timeline v2 (Our Story — vertical-feeling editorial) --- */
.timeline-v2 {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-5);
  position: relative;
  padding-top: var(--s-4);
}
.timeline-v2::before {
  content: '';
  position: absolute;
  top: calc(var(--s-4) + 7px);
  left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0, var(--gold) 5%, var(--gold) 95%, transparent 100%);
  z-index: 1;
}
@media (max-width: 800px) {
  .timeline-v2 { grid-template-columns: 1fr; gap: var(--s-3); padding-top: 0; }
  .timeline-v2::before {
    top: 0; bottom: 0; left: 28px; right: auto;
    width: 1px; height: auto;
    background: linear-gradient(180deg, transparent 0, var(--gold) 5%, var(--gold) 95%, transparent 100%);
  }
}
.timeline-v2 .step {
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 800px) {
  .timeline-v2 .step {
    flex-direction: row; align-items: flex-start; gap: var(--s-4);
    text-align: left;
  }
}
.timeline-v2 .step-marker {
  width: 16px; height: 16px;
  background: var(--cream-warm);
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: var(--s-4);
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 800px) {
  .timeline-v2 .step-marker { margin-top: var(--s-3); margin-bottom: 0; }
}
.timeline-v2 .step-marker .dot {
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
}
.timeline-v2 .step.is-current .step-marker {
  width: 18px; height: 18px;
  background: var(--maroon); border-color: var(--maroon);
  box-shadow: 0 0 0 5px var(--cream-warm), 0 0 0 6px var(--gold);
}
.timeline-v2 .step.is-current .step-marker .dot {
  background: var(--cream);
}
.timeline-v2 .step-card {
  background: var(--cream);
  border: 1px solid var(--line-soft);
  padding: var(--s-5) var(--s-4);
  width: 100%;
  flex: 1;
}
.timeline-v2 .step.is-current .step-card {
  border-color: var(--gold);
  box-shadow: var(--shadow-soft);
}
.timeline-v2 .step .year {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 2.4rem;
  color: var(--maroon);
  margin-bottom: var(--s-2);
  font-weight: 500;
  line-height: 1;
}
.timeline-v2 .step.is-current .year { color: var(--gold); }
.timeline-v2 .step h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: var(--s-2);
  color: var(--ink);
}
.timeline-v2 .step p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin: 0;
}

/* --- Trust list (Our Story — editorial numbered items, light variant) --- */
.trust-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}
@media (max-width: 900px) {
  .trust-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .trust-list { grid-template-columns: 1fr; }
}
.trust-list li {
  padding: var(--s-6) var(--s-4);
  text-align: center;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: var(--s-3);
  border-right: 1px solid var(--line-soft);
  position: relative;
}
.trust-list li:last-child { border-right: none; }
@media (max-width: 900px) {
  .trust-list li:nth-child(2) { border-right: none; }
  .trust-list li:nth-child(-n+2) { border-bottom: 1px solid var(--line-soft); }
}
@media (max-width: 520px) {
  .trust-list li { border-right: none; border-bottom: 1px solid var(--line-soft); }
  .trust-list li:last-child { border-bottom: none; }
}
.trust-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.6rem;
  color: var(--gold);
  font-weight: 500;
  line-height: 1;
}
.trust-label {
  font-family: var(--font-display);
  font-size: 1.1rem;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: 0.005em;
}

/* --- Menu page --- */
.menu-layout { display: grid; grid-template-columns: 240px 1fr; gap: var(--s-7); }

@media (max-width: 900px) { .menu-layout { grid-template-columns: 1fr; gap: var(--s-5); } }

.menu-sidebar { position: sticky; top: 100px; align-self: start; }
@media (max-width: 900px) { .menu-sidebar { display: none; } }
.menu-sidebar ul { list-style: none; display: flex; flex-direction: column; gap: var(--s-2); }
@media (max-width: 900px) { .menu-sidebar ul { flex-direction: row; gap: var(--s-2); padding-bottom: var(--s-3); flex-wrap: nowrap; min-width: max-content; } }
.menu-sidebar a {
  display: block;
  padding: 8px 12px;
  font-size: 0.9rem; color: var(--ink-soft);
  border-left: 2px solid var(--line); white-space: nowrap;
  transition: all 0.2s;
}
@media (max-width: 900px) { .menu-sidebar a { border-left: none; border-bottom: 2px solid var(--line); } }
.menu-sidebar a:hover, .menu-sidebar a.active { color: var(--maroon); border-color: var(--maroon); background: var(--cream-warm); }

.menu-tabs { display: flex; gap: 0; border-bottom: 2px solid var(--gold-light); position: sticky; top: 60px; z-index: 45; background: var(--cream); margin-bottom: 0; padding-top: var(--s-2); }
@media (min-width: 769px) { .menu-tabs { top: 94px; } }
.menu-tab { flex: 1; background: none; border: none; padding: var(--s-3) var(--s-4); font-family: var(--font-body); font-size: 0.95rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-soft); cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -2px; transition: color 0.2s, border-color 0.2s; }
.menu-tab:hover { color: var(--maroon); }
.menu-tab.active { color: var(--maroon); border-bottom-color: var(--maroon); }
/* --- Menu search bar --- */
.menu-search { position: relative; width: 100%; flex-basis: 100%; margin-bottom: 4px; }
.menu-search input { width: 100%; padding: 10px 40px 10px 38px; border: 1.5px solid var(--line); border-radius: 50px; font-family: var(--font-body); font-size: 0.95rem; background: #fff; color: var(--ink); outline: none; transition: border-color 0.2s; }
.menu-search input:focus { border-color: var(--maroon); }
.menu-search input::placeholder { color: var(--ink-soft); opacity: 0.6; }
.search-icon { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--ink-soft); pointer-events: none; }
.search-clear { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background: none; border: none; font-size: 1.2rem; color: var(--ink-soft); cursor: pointer; display: none; padding: 4px 8px; }
.search-clear.visible { display: block; }
.menu-item.search-hidden { display: none !important; }
.menu-subsection.search-hidden { display: none !important; }
.menu-section.search-hidden { display: none !important; }
.search-no-results { text-align: center; padding: var(--s-6); color: var(--ink-soft); font-style: italic; display: none; }
.search-no-results.visible { display: block; }

/* --- Signature dish cards --- */
.signature-dishes { display: flex; gap: var(--s-3); overflow-x: auto; padding-bottom: var(--s-3); margin-bottom: var(--s-5); -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; }
.signature-dishes::-webkit-scrollbar { display: none; }
.sig-card { flex: 0 0 140px; scroll-snap-align: start; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.08); cursor: pointer; transition: transform 0.2s; }
.sig-card:hover { transform: translateY(-2px); }
.sig-card img { width: 100%; height: 100px; object-fit: cover; }
.sig-card .sig-info { padding: 8px 10px; }
.sig-card .sig-name { font-family: var(--font-body); font-size: 0.78rem; font-weight: 700; color: var(--ink); line-height: 1.3; }
.sig-card .sig-price { font-family: var(--font-body); font-size: 0.75rem; color: var(--maroon); font-weight: 600; margin-top: 2px; }

.filter-chips { display: flex; gap: var(--s-2); flex-wrap: wrap; position: sticky; top: 145px; z-index: 44; background: var(--cream); padding: var(--s-3) 0 var(--s-3); margin-bottom: var(--s-3); }
.chip {
  padding: 7px 16px;
  border: 1.5px solid var(--line);
  background: transparent;
  font-family: var(--font-body); font-size: 0.85rem;
  font-weight: 600; letter-spacing: 0.04em;
  color: var(--ink-soft);
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.2s;
}
.chip:hover { border-color: var(--maroon); color: var(--maroon); }
.chip.active { background: var(--maroon); color: var(--cream); border-color: var(--maroon); }

/* --- Menu tag pills --- */
.menu-item .tag {
  display: inline-flex; gap: 3px; margin-left: 6px;
  vertical-align: middle; line-height: 1;
}
.tag-v, .tag-p, .tag-s {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-body); font-size: 0.6rem;
  font-weight: 700; letter-spacing: 0.05em;
  padding: 2px 5px; border-radius: 2px;
  line-height: 1; flex-shrink: 0;
}
.tag-v { background: #3d7a47; color: #fff; }
.tag-p { background: var(--gold); color: #fff; }
.tag-s { background: #c04e1a; color: #fff; }

/* --- Filter chip icon accents --- */
.chip-veg { display: inline-block; width: 8px; height: 8px; background: #3d7a47; border-radius: 50%; margin-right: 2px; vertical-align: middle; }
.chip-popular { color: var(--gold); margin-right: 1px; font-size: 0.9em; }
.chip-spicy { display: inline-block; width: 7px; height: 7px; background: #c04e1a; border-radius: 50%; margin-right: 2px; vertical-align: middle; }

/* --- Sidebar group labels --- */
.sidebar-group-label {
  font-family: var(--font-body); font-size: 0.65rem;
  font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold);
  padding: var(--s-3) 12px var(--s-2);
  margin: 0; border-bottom: 1px solid var(--line-soft);
}
.menu-sidebar ul { margin-bottom: var(--s-2); }
.sidebar-specials { color: var(--maroon) !important; font-weight: 600; }

/* --- HeritageOne Specials premium section --- */
.menu-section--specials {
  background: linear-gradient(135deg, var(--cream-warm) 0%, var(--cream-deep) 100%);
  border: 1px solid var(--gold-light);
  border-left: 3px solid var(--gold);
  padding: var(--s-5) var(--s-5) var(--s-6);
  margin-bottom: var(--s-8);
}
.menu-section--specials h2 {
  color: var(--maroon);
  border-bottom-color: var(--gold);
}
.specials-badge {
  display: inline-block;
  background: var(--maroon);
  color: var(--gold-light);
  font-family: var(--font-body); font-size: 0.7rem;
  font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 4px 14px;
  margin-bottom: var(--s-3);
}
.specials-header { margin-bottom: var(--s-5); }
.new-here-banner {
  padding: var(--s-4) var(--s-5);
  margin-bottom: var(--s-5);
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-display); font-style: italic;
  font-size: 1.15rem; color: var(--maroon);
  background: var(--cream-warm);
  border: 1px solid var(--gold-soft);
  border-left: 3px solid var(--gold);
}
.new-here-banner .dismiss { background: none; border: none; color: var(--ink-mute); cursor: pointer; padding: 4px 8px; font-size: 1.2rem; line-height: 1; }
.new-here-banner .dismiss:hover { color: var(--maroon); }

.menu-section { padding: 0; margin-bottom: var(--s-7); }
.menu-section h2 {
  font-style: italic; color: var(--maroon);
  border-bottom: 1px solid var(--line);
  margin-top: 0; padding-bottom: var(--s-3); margin-bottom: var(--s-5);
}
.menu-section .intro {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.05rem; color: var(--ink-soft);
  margin-bottom: var(--s-5); line-height: 1.6;
  max-width: 60ch;
}
.menu-items { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4) var(--s-7); }
@media (max-width: 600px) { .menu-items { grid-template-columns: 1fr; } }
.menu-item {
  display: flex; justify-content: space-between; gap: var(--s-3);
  padding-bottom: var(--s-3);
  border-bottom: 1px dotted var(--line);
}
.menu-item .name { font-weight: 600; font-size: 1.02rem; color: var(--ink); display: block; margin-bottom: 4px; }
.menu-item .name .tag { font-size: 0.75rem; color: var(--gold); margin-left: 4px; letter-spacing: 0.1em; }
.menu-item .desc { font-size: 0.88rem; color: var(--ink-soft); line-height: 1.45; }
.menu-item .price { font-family: var(--font-body); font-size: 1.05rem; color: var(--maroon); font-weight: 700; white-space: nowrap; padding-top: 2px; }

h3.menu-subsection {
  font-family: var(--font-body); font-weight: 700; font-size: 0.85rem;
  text-transform: uppercase; letter-spacing: 0.12em; color: var(--maroon);
  margin: var(--s-5) 0 var(--s-3); padding-bottom: var(--s-2);
  border-bottom: 1px solid var(--line); opacity: 0.85; font-style: normal;
  line-height: 1.4;
}
.menu-subsection:first-of-type { margin-top: 0; }
h3.menu-subsection.collapsible { cursor: pointer; display: flex; align-items: center; justify-content: space-between; }
h3.menu-subsection.collapsible::after { content: '▾'; font-size: 0.75rem; transition: transform 0.2s; margin-left: var(--s-3); }
h3.menu-subsection.collapsible.collapsed::after { transform: rotate(-90deg); }
h3.menu-subsection.collapsible.collapsed + .menu-items { display: none; }
h3.menu-subsection.collapsible .sub-count { font-weight: 400; font-size: 0.75rem; opacity: 0.6; margin-left: var(--s-2); letter-spacing: 0; text-transform: none; }

/* --- Online order tile (apps) --- */
.app-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4); max-width: 640px; margin: 0 auto; }
@media (max-width: 480px) { .app-tiles { grid-template-columns: 1fr; } }
.app-tile {
  background: var(--cream); border: 1px solid var(--line);
  padding: var(--s-5); text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: var(--s-3);
  transition: all 0.2s;
}
.app-tile:hover { border-color: var(--gold); box-shadow: var(--shadow-lift); }
.app-tile .app-name { font-family: var(--font-display); font-size: 1.35rem; color: var(--ink); }
.app-tile .app-desc { font-size: 0.85rem; color: var(--ink-soft); }

/* --- Bullet lists styled --- */
ul.styled-list { list-style: none; }
ul.styled-list li {
  position: relative; padding-left: 1.5rem;
  margin-bottom: var(--s-3);
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.6;
}
ul.styled-list li::before {
  content: '✦'; position: absolute; left: 0; top: 0;
  color: var(--gold); font-size: 0.9rem;
}

/* --- Info table (key-value) --- */
.info-table { width: 100%; border-collapse: collapse; margin: var(--s-4) 0; }
.info-table tr { border-bottom: 1px solid var(--line-soft); }
.info-table td { padding: var(--s-3) var(--s-4); vertical-align: top; }
.info-table td:first-child {
  background: var(--cream-warm);
  font-weight: 600; font-size: 0.85rem;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--maroon); width: 38%;
}
@media (max-width: 600px) {
  .info-table td:first-child { width: auto; }
  .info-table tr { display: block; padding: var(--s-3); border: 1px solid var(--line-soft); margin-bottom: var(--s-3); }
  .info-table td { display: block; padding: var(--s-2) 0; }
  .info-table td:first-child { background: none; padding: 0; margin-bottom: var(--s-2); }
}

/* --- FAQ accordion --- */
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: var(--s-4) 0;
}
.faq-item summary {
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-display); font-size: 1.2rem;
  color: var(--ink); font-weight: 500;
  padding-right: var(--s-3);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; color: var(--gold); font-size: 1.6rem; transition: transform 0.2s;
  font-weight: 300;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding-top: var(--s-3); color: var(--ink-soft); line-height: 1.65; }

/* --- Quick action grid (Welcome / Contact) --- */
.quick-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-3); max-width: 480px; margin: var(--s-5) auto; }
.quick-action {
  background: var(--cream); border: 1px solid var(--line);
  padding: var(--s-5) var(--s-3); text-align: center;
  display: flex; flex-direction: column; gap: var(--s-2);
  align-items: center; justify-content: center;
  min-height: 130px;
  transition: all 0.2s;
  color: var(--ink);
}
.quick-action:hover { border-color: var(--maroon); background: var(--cream-warm); transform: translateY(-1px); }
.quick-action svg { width: 32px; height: 32px; color: var(--maroon); }
.quick-action .label { font-family: var(--font-display); font-size: 1.1rem; }

/* --- Engagement cards (Welcome) --- */
.engagement-cards { display: grid; grid-template-columns: 1fr; gap: var(--s-4); max-width: 480px; margin: var(--s-5) auto; }
.engagement-card {
  background: var(--cream); border: 1px solid var(--line);
  overflow: hidden;
  display: grid; grid-template-columns: 100px 1fr; gap: 0;
}
.engagement-card .photo-ph { min-height: 100px; }
.engagement-card .body { padding: var(--s-4); }
.engagement-card .title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; margin-bottom: 4px; color: var(--ink); }
.engagement-card .sub { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: var(--s-2); }
.engagement-card a { font-size: 0.82rem; }

/* --- Share page (compliance critical: equal buttons) --- */
.share-layout {
  min-height: 100vh;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  padding: var(--s-7) var(--s-5);
  background: var(--cream);
}
.share-layout .logo-mark { margin-bottom: var(--s-7); }
.share-layout .logo-mark .logo-badge { height: 72px; }
.share-layout h1 { font-style: italic; margin-bottom: var(--s-3); text-align: center; }
.share-layout .lede { color: var(--ink-soft); margin-bottom: var(--s-7); text-align: center; max-width: 28rem; }
.share-buttons {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: var(--s-4); width: 100%; max-width: 540px;
}
@media (max-width: 600px) { .share-buttons { grid-template-columns: 1fr; } }
.share-btn {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: var(--s-2);
  padding: var(--s-7) var(--s-4);
  border: 1.5px solid var(--maroon);
  font-family: var(--font-display);
  transition: all 0.2s;
}
.share-btn:hover { background: var(--maroon); color: var(--cream); }
.share-btn:hover .share-sub { color: var(--cream); opacity: 0.8; }
.share-btn svg { width: 32px; height: 32px; color: var(--maroon); transition: color 0.2s; }
.share-btn:hover svg { color: var(--cream); }
.share-btn .share-label { font-size: 1.25rem; font-weight: 500; color: var(--maroon); transition: color 0.2s; }
.share-btn:hover .share-label { color: var(--cream); }
.share-btn .share-sub { font-family: var(--font-body); font-size: 0.85rem; font-style: italic; color: var(--ink-soft); }
.share-tail { margin-top: var(--s-7); font-style: italic; color: var(--ink-mute); text-align: center; }

/* --- 404 page --- */
.notfound {
  min-height: 80vh;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  text-align: center; padding: var(--s-7) var(--s-5);
}
.notfound .big { font-family: var(--font-display); font-size: 8rem; color: var(--gold); line-height: 1; margin-bottom: var(--s-4); font-style: italic; }
.notfound h1 { font-style: italic; margin-bottom: var(--s-4); }
.notfound p { color: var(--ink-soft); max-width: 30rem; margin: 0 auto var(--s-5); }
.notfound .ctas { display: flex; gap: var(--s-3); flex-wrap: wrap; justify-content: center; }

/* --- Map placeholder --- */
.map-ph {
  width: 100%; min-height: 360px;
  background:
    linear-gradient(135deg, #d8e3d3 0%, #b8c8b3 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  border: 1px solid var(--line);
}
.map-ph::before {
  content: ''; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(0deg, transparent 0, transparent 39px, rgba(255,255,255,0.3) 39px, rgba(255,255,255,0.3) 40px),
    repeating-linear-gradient(90deg, transparent 0, transparent 39px, rgba(255,255,255,0.3) 39px, rgba(255,255,255,0.3) 40px);
}
.map-pin {
  position: relative; z-index: 2;
  background: var(--maroon); color: var(--cream);
  padding: var(--s-3) var(--s-4);
  font-family: var(--font-display); font-style: italic;
  border-radius: 4px;
  box-shadow: var(--shadow-lift);
}
.map-pin::after {
  content: ''; position: absolute;
  top: 100%; left: 50%; transform: translateX(-50%);
  border: 8px solid transparent; border-top-color: var(--maroon);
}

/* --- Inline content separator --- */
.section-title { text-align: center; margin-bottom: var(--s-4); }
.section-title h2 { margin-bottom: var(--s-2); }
.section-title p { color: var(--ink-soft); max-width: 38rem; margin: 0 auto; }

/* --- Reservations info strip --- */
.res-info-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  background: var(--cream);
  margin-bottom: var(--s-5);
}
@media (max-width: 600px) {
  .res-info-strip { grid-template-columns: 1fr; }
}
.res-info-item {
  padding: var(--s-4) var(--s-4);
  border-right: 1px solid var(--line-soft);
  display: flex; flex-direction: column; gap: 4px;
}
.res-info-item:last-child { border-right: none; }
.res-info-item--wide { grid-column: span 2; }
@media (max-width: 420px) { .res-info-item--wide { grid-column: span 1; } }
@media (max-width: 700px) {
  .res-info-item:nth-child(2) { border-right: none; }
  .res-info-item:nth-child(-n+2) { border-bottom: 1px solid var(--line-soft); }
}
.res-info-label {
  font-family: var(--font-body);
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold);
}
.res-info-value {
  font-size: 0.92rem; color: var(--ink);
  line-height: 1.4;
}
.res-info-value a { color: var(--maroon); border-bottom: 1px solid var(--gold-soft); }

/* --- What happens next --- */
.res-what-next {
  background: var(--cream-warm);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  padding: var(--s-4) var(--s-5);
  margin-top: var(--s-4);
  max-width: 480px;
  text-align: left;
}
.res-what-next p { margin-bottom: var(--s-2); font-size: 0.92rem; color: var(--ink-soft); line-height: 1.5; }
.res-what-next p:last-child { margin-bottom: 0; }
.res-what-next strong { color: var(--maroon); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; }

/* --- WhatsApp alternative strip --- */
.res-whatsapp-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-5);
  background: var(--cream-warm);
  border: 1px solid var(--line);
  padding: var(--s-5) var(--s-6);
  margin-top: var(--s-6);
  flex-wrap: wrap;
}
.res-wa-title {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--ink);
  margin-bottom: var(--s-2);
}
.res-wa-sub {
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin: 0;
}
.mt-5 { margin-top: var(--s-5); }
.mt-7 { margin-top: var(--s-7); }
.mb-5 { margin-bottom: var(--s-5); }
.gap-3 { gap: var(--s-3); }
.flex-center { display: flex; justify-content: center; align-items: center; gap: var(--s-3); flex-wrap: wrap; }
.muted { color: var(--ink-mute); font-size: 0.9rem; }

/* --- Reveal on scroll (subtle) --- */
.reveal { opacity: 0; transform: translateY(12px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* --- Print --- */
@media print {
  .site-header, .site-footer, .sticky-mobile-bar, .sticky-reserve-bar,
  .drawer, .drawer-overlay, .nav-cta, .form-actions .btn-secondary { display: none; }
}

/* --- Accessibility: keyboard focus rings --- */
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* --- Skip to main content (screen-reader utility) --- */
.skip-link {
  position: absolute; top: -100px; left: var(--s-4);
  background: var(--maroon); color: var(--cream);
  padding: var(--s-2) var(--s-4); z-index: 9999;
  font-weight: 600; font-size: 0.9rem;
  transition: top 0.2s;
}
.skip-link:focus { top: var(--s-3); }

/* --- Online Order — side-by-side delivery/takeout --- */
.order-options {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: var(--s-6);
  align-items: start;
  padding: var(--s-4) 0;
}
@media (max-width: 800px) {
  .order-options { grid-template-columns: 1fr; }
  .order-option-divider { display: none; }
}
.order-option {
  padding: var(--s-6) var(--s-5);
  background: var(--cream);
  border: 1px solid var(--line-soft);
}
.order-option-eyebrow {
  display: block; font-family: var(--font-body); font-size: 0.7rem;
  font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: var(--s-3);
}
.order-option h2 { font-style: italic; margin-bottom: var(--s-4); font-size: clamp(1.5rem, 2.5vw, 1.9rem); }
.order-option p { color: var(--ink-soft); margin-bottom: var(--s-5); line-height: 1.6; }
.order-option-divider { width: 1px; background: var(--line); align-self: stretch; margin: var(--s-4) 0; }
.order-facts {
  list-style: none; display: flex; flex-direction: column; gap: var(--s-3);
  margin-bottom: var(--s-6); padding: var(--s-4);
  background: var(--cream-warm); border-left: 2px solid var(--gold-soft);
}
.order-facts li { display: flex; justify-content: space-between; align-items: baseline; gap: var(--s-3); font-size: 0.92rem; }
.fact-label { font-family: var(--font-body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mute); flex-shrink: 0; }
.fact-val { color: var(--ink); text-align: right; }

/* --- Catering testimonial --- */
.catering-testimonial {
  padding: 0 var(--s-4);
  margin-bottom: var(--s-5);
}
.catering-testimonial p {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.15rem; line-height: 1.55; color: var(--ink-soft);
  margin-bottom: var(--s-3);
}
.catering-testimonial span {
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--ink-mute);
}

/* === Catering Package Menu === */
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
}
@media (max-width: 1100px) { .pkg-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .pkg-grid { grid-template-columns: 1fr; } }

.pkg-card {
  display: flex; flex-direction: column;
  border-right: 1px solid var(--line);
  background: var(--cream);
  position: relative;
}
.pkg-card:last-child { border-right: none; }
@media (max-width: 1100px) {
  .pkg-card:nth-child(2) { border-right: none; }
  .pkg-card:nth-child(n+3) { border-top: 1px solid var(--line); }
}
@media (max-width: 600px) {
  .pkg-card { border-right: none; border-top: 1px solid var(--line); }
  .pkg-card:first-child { border-top: none; }
}
.pkg-card.is-popular { background: var(--cream-warm); border: 2px solid var(--gold); margin: -1px; z-index: 2; }

.pkg-header {
  background: var(--maroon);
  color: var(--cream);
  padding: var(--s-4) var(--s-4) var(--s-3);
  text-align: center;
  position: relative;
  min-height: 168px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: flex-end;
}
.pkg-card.is-popular .pkg-header { background: var(--maroon-deep); }
.pkg-popular-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--cream);
  font-family: var(--font-body); font-size: 0.6rem;
  font-weight: 900; letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 3px 10px;
  margin-bottom: var(--s-2);
}
.pkg-name {
  font-family: var(--font-display); font-size: 1.1rem;
  font-weight: 600; color: var(--cream);
  margin-bottom: 4px; line-height: 1.2;
}
.pkg-subtitle {
  font-size: 0.68rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold-light);
  opacity: 0.85;
}
.pkg-price {
  display: flex; align-items: baseline; justify-content: center;
  gap: 4px; margin-top: var(--s-3);
}
.pkg-price .curr { font-size: 0.9rem; color: var(--gold-light); font-family: var(--font-body); font-weight: 700; }
.pkg-price .amount {
  font-family: var(--font-body); font-size: 2.4rem;
  color: var(--gold-light); line-height: 1; font-weight: 700;
}
.pkg-price .unit { font-size: 0.65rem; color: var(--gold-light); opacity: 0.75; align-self: flex-end; padding-bottom: 4px; letter-spacing: 0.1em; }

.pkg-body { padding: var(--s-4); flex: 1; }

.pkg-course {
  margin-bottom: var(--s-3);
}
.pkg-course-label {
  font-family: var(--font-body); font-size: 0.62rem;
  font-weight: 800; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 4px; display: block;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--line-soft);
}
.pkg-course-item {
  font-size: 0.88rem; color: var(--ink);
  padding: 3px 0 3px 12px;
  position: relative; line-height: 1.4;
}
.pkg-course-item::before {
  content: '›'; position: absolute; left: 0;
  color: var(--gold); font-weight: 700;
}
.pkg-course-item em { font-size: 0.78rem; color: var(--ink-mute); display: block; }
.pkg-recommended {
  font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--maroon);
  margin-left: 4px;
}

.pkg-upgrades {
  border-top: 1px solid var(--line);
  padding: var(--s-3) var(--s-4);
  background: var(--cream-warm);
}
.pkg-upgrades-title {
  font-family: var(--font-body); font-size: 0.62rem;
  font-weight: 800; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ink-mute);
  margin-bottom: var(--s-2);
}
.pkg-upgrade-item {
  font-size: 0.82rem; color: var(--ink-soft);
  padding: 3px 0 3px 12px; position: relative; line-height: 1.4;
  display: flex; justify-content: space-between; align-items: baseline; gap: var(--s-2);
}
.pkg-upgrade-item::before { content: '+'; position: absolute; left: 0; color: var(--gold); font-weight: 700; font-size: 0.9rem; }
.pkg-upgrade-price {
  display: inline-flex; align-items: center;
  background: var(--maroon); color: var(--cream);
  font-size: 0.6rem; font-weight: 700;
  padding: 1px 5px; flex-shrink: 0;
}

.pkg-cta {
  padding: var(--s-3) var(--s-4);
  border-top: 1px solid var(--line);
  text-align: center;
}

/* Package minimum note */
.pkg-minimum {
  text-align: center;
  font-family: var(--font-display); font-style: italic;
  font-size: 0.95rem; color: var(--ink-mute);
  padding: var(--s-3) var(--s-5);
  border-top: 1px solid var(--line);
  background: var(--cream-warm);
}

/* --- Catering page mobile fixes --- */
@media (max-width: 600px) {
  /* Why HeritageOne cards: 2-col → 1-col */
  .why-grid {
    grid-template-columns: 1fr !important;
  }
  /* Event tiles: 3-col → 2-col (higher specificity to win over why-grid) */
  .page-catering .bg-cream-warm [style*="repeat(3"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  /* Every-package-includes & operational details: 4-col → 2-col */
  .page-catering [style*="repeat(4, 1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  /* Google Maps shorter on mobile */
  #google-reviews-widget iframe {
    height: 280px !important;
  }
}

/* --- How It Works steps (Catering) --- */
.how-step {
  padding: var(--s-5);
  background: var(--cream);
  border: 1px solid var(--line-soft);
  border-top: 3px solid var(--gold);
}
.how-num {
  display: block;
  font-family: var(--font-display); font-style: italic;
  font-size: 2.2rem; color: var(--gold); font-weight: 500;
  margin-bottom: var(--s-3); line-height: 1;
}
.how-step h3 { color: var(--maroon); font-size: 1.2rem; margin-bottom: var(--s-3); }
.how-step p { font-size: 0.95rem; color: var(--ink-soft); line-height: 1.6; margin: 0; }
@media (max-width: 700px) {
  .wrap .reveal[style*="repeat(3"]:not(.event-grid) { grid-template-columns: 1fr !important; }
}
@media (max-width: 900px) {
  .wrap .reveal[style*="repeat(5"] { grid-template-columns: repeat(2,1fr) !important; }
}
@media (max-width: 500px) {
  .wrap .reveal[style*="repeat(5"] { grid-template-columns: 1fr !important; }
}

/* === From the Kitchen — Post Cards === */
.ftk-chips { margin-bottom: 0; }

.ftk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5);
  padding-top: var(--s-2);
}
@media (max-width: 900px) { .ftk-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .ftk-grid { grid-template-columns: 1fr; } }

.ftk-card {
  background: var(--cream);
  border: 1px solid var(--line-soft);
  display: flex; flex-direction: column;
  transition: box-shadow 0.2s ease;
}
.ftk-card:hover { box-shadow: 0 4px 20px rgba(107,24,24,0.08); }
.ftk-card--featured {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
}
@media (max-width: 900px) {
  .ftk-card--featured { grid-column: span 2; grid-template-columns: 1fr; }
}
@media (max-width: 580px) { .ftk-card--featured { grid-column: span 1; } }

.ftk-photo-ph {
  background: var(--cream-warm);
  border: 1px solid var(--line-soft);
  min-height: 260px;
  display: flex; align-items: flex-end;
  padding: var(--s-4);
  position: relative;
  overflow: hidden;
}
.ftk-photo-ph--sm { min-height: 180px; max-height: 220px; overflow: hidden; }
.ftk-photo-ph--sm img { width: 100% !important; height: 220px !important; object-fit: cover; display: block; }
.ftk-photo-ph span {
  font-family: var(--font-body); font-size: 0.72rem;
  font-weight: 600; letter-spacing: 0.1em;
  color: var(--ink-mute); text-transform: uppercase;
  background: var(--cream); padding: 4px 8px;
}
/* Diagonal pattern on photo placeholders */
.ftk-photo-ph::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    45deg, transparent, transparent 12px,
    rgba(184,146,74,0.06) 12px, rgba(184,146,74,0.06) 13px
  );
}

.ftk-body {
  padding: 12px 16px 14px;
  display: flex; flex-direction: column;
  gap: 6px;
  flex: 1;
}
.ftk-meta {
  display: flex; align-items: center; gap: var(--s-3);
  flex-wrap: wrap;
}
.ftk-badge {
  font-family: var(--font-body); font-size: 0.62rem;
  font-weight: 800; letter-spacing: 0.18em;
  text-transform: uppercase; padding: 3px 8px;
}
.ftk-badge--festival  { background: #b8924a22; color: #7a5e20; }
.ftk-badge--happyhour { background: #6b181822; color: var(--maroon); }
.ftk-badge--specials  { background: #1a4a2022; color: #1a4a20; }
.ftk-badge--stories   { background: #1a2a4a22; color: #1a2a4a; }
.ftk-badge--events    { background: #4a1a4a22; color: #4a1a4a; }
.ftk-badge--community { background: #2a4a4a22; color: #1a3a3a; }
.ftk-badge--voices    { background: #4a2a1a22; color: #4a2a1a; }

.ftk-img-wrap img { width:100% !important; height:220px !important; object-fit:cover; object-position:center top; display:block; }

/* Instagram reel badge — only appears when the img-wrap is a link */
a.ftk-img-wrap { position:relative; display:block; }
a.ftk-img-wrap::after {
  content: '▶  Watch on Instagram';
  position: absolute;
  bottom: 10px !important;
  right: 10px !important;
  top: auto !important;
  left: auto !important;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  padding: 4px 9px;
  border-radius: 20px;
  pointer-events: none;
  backdrop-filter: blur(4px);
  z-index: 2;
}

.ftk-date {
  font-family: var(--font-body); font-size: 0.78rem;
  color: var(--ink-mute);
}
.ftk-title {
  font-family: var(--font-display); font-size: 1.3rem;
  font-weight: 600; color: var(--ink); line-height: 1.3;
  margin: 0;
}
.ftk-card--featured .ftk-title { font-size: 1.7rem; }
.ftk-teaser {
  font-size: 0.93rem; color: var(--ink-soft);
  line-height: 1.65; margin: 0;
}

.ftk-expand { margin-top: 0; }
.ftk-expand summary {
  font-family: var(--font-body); font-size: 0.85rem;
  font-weight: 600; color: var(--maroon);
  cursor: pointer; list-style: none;
  padding: 6px 0;
  border-top: 1px solid var(--line-soft);
}
.ftk-expand summary::-webkit-details-marker { display: none; }
.ftk-expand[open] summary { color: var(--ink-mute); }
.ftk-full {
  padding-top: var(--s-4);
  display: flex; flex-direction: column; gap: var(--s-3);
}
.ftk-full p { font-size: 0.93rem; color: var(--ink-soft); line-height: 1.7; }
.ftk-full strong { color: var(--ink); }
.ftk-full a { color: var(--maroon); border-bottom: 1px solid var(--gold-soft); }

/* === Heritage Nights promo band === */
.heritage-nights-band {
  background: linear-gradient(135deg, #1a0a04 0%, #2a1008 40%, #1c1208 100%);
  padding: var(--s-8) var(--s-5);
  position: relative;
  overflow: hidden;
}
.hn-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-6);
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 860px) {
  .hn-inner { grid-template-columns: 1fr; max-width: 100%; }
}
.hn-text h2 {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--gold-light); margin-bottom: var(--s-3);
  line-height: 1;
}
.hn-text p {
  color: rgba(250,245,235,0.65);
  font-size: 1rem; line-height: 1.7;
}
.bar-brands {
  margin: var(--s-4) 0;
  display: flex; flex-direction: column; gap: var(--s-3);
}
.bar-brand-group { display: flex; flex-direction: column; gap: 3px; }
.bar-brand-label {
  font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); font-family: var(--font-body); font-weight: 600;
}
.bar-brand-items {
  font-size: 0.95rem; color: rgba(250,245,235,0.8);
  font-family: var(--font-body);
}
.hn-happy {
  font-size: 0.9rem !important;
  color: rgba(250,245,235,0.55) !important;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: var(--s-3);
  margin-top: var(--s-3) !important;
}
.hn-actions {
  display: flex; flex-direction: column; align-items: center; gap: var(--s-4);
}
.hn-photo { border-radius: 4px; overflow: hidden; width: 100%; border: 1px solid rgba(232,214,168,0.2); }
.hn-photo img { width: 100%; height: auto; object-fit: contain; display: block; filter: brightness(1.1); transition: opacity 0.4s ease; }

/* Heritage Nights callout on Reservations */
.hn-callout {
  background: linear-gradient(135deg, #1a0a04 0%, #2a1008 100%);
  margin-bottom: var(--s-6);
  padding: var(--s-4) var(--s-6);
}
.hn-callout-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: var(--s-5);
  flex-wrap: wrap;
}
.hn-callout-title {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.15rem; color: var(--gold-light);
  margin-bottom: 4px;
}
.hn-callout-sub {
  font-size: 0.9rem; color: rgba(250,245,235,0.65);
  line-height: 1.5; margin: 0;
}

/* Buttons on dark backgrounds — heritage-nights-band and hn-callout */
.heritage-nights-band .btn,
.hn-callout .btn {
  color: var(--gold-light);
  border-color: rgba(232, 214, 168, 0.5);
  background: transparent;
}
.heritage-nights-band .btn:hover,
.hn-callout .btn:hover {
  background: rgba(232, 214, 168, 0.12);
  border-color: var(--gold-light);
  color: var(--cream);
}

/* ── From the Kitchen preview section (homepage) ─────────────────── */
.ftk-preview-section { background: var(--bg); padding: var(--s-8) 0; }
.ftk-preview-section .section-sub { color: var(--text-muted); margin-top: var(--s-2); font-size: 1rem; }

.ftk-preview-track {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--s-5);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  position: relative;
}
.ftk-preview-track::-webkit-scrollbar { display: none; }

.ftk-preview-card {
  flex: 0 0 calc(33.333% - var(--s-4));
  min-width: 280px;
  scroll-snap-align: start;
  background: var(--cream);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, opacity 0.35s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.ftk-preview-img-wrap {
  display: block;
  height: 210px;
  overflow: hidden;
}
.ftk-preview-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.ftk-preview-card:hover .ftk-preview-img-wrap img { transform: scale(1.04); }

.ftk-preview-body {
  padding: var(--s-4) var(--s-4) var(--s-5);
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
  flex: 1;
}
.ftk-preview-badge {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.ftk-preview-body h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--maroon);
  line-height: 1.3;
  margin: 0;
}
.ftk-preview-body p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.ftk-preview-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--maroon);
  text-decoration: none;
  letter-spacing: 0.02em;
  margin-top: auto;
}
.ftk-preview-link:hover { text-decoration: underline; }

/* Dots */
.ftk-preview-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: var(--s-5);
}
.ftk-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(139,26,26,0.2);
  cursor: pointer;
  padding: 0;
  transition: background 0.25s, transform 0.25s;
}
.ftk-dot.active {
  background: var(--maroon);
  transform: scale(1.3);
}

/* Mobile: single card */
@media (max-width: 767px) {
  .ftk-preview-card { flex: 0 0 85vw; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ftk-preview-card { flex: 0 0 calc(50% - var(--s-3)); }
}

/* ── Our Space photo slider ────────────────────────────────────── */
.space-slider {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 4/3;
  background: #111;
}
.space-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.7s ease;
  border-radius: 12px;
  display: block;
}
.space-slide.active {
  opacity: 1;
}
.space-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 3;
}
.space-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  padding: 0;
  transition: background 0.25s, transform 0.25s;
}
.space-dot.active {
  background: #fff;
  transform: scale(1.3);
}

.contact-visit-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: var(--s-7); align-items: start; }
@media (max-width: 800px) {
  .contact-visit-grid { grid-template-columns: 1fr; }
  .contact-visit-map { margin-top: var(--s-4); }
}

/* ================================================================
   Delivery page
   ================================================================ */

/* Trust bar */
.delivery-trust-bar {
  background: var(--ink);
  color: #fff;
  padding: var(--s-4) 0;
}
.delivery-trust-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--s-6);
  margin: 0; padding: 0;
}
.delivery-trust-list li {
  display: flex;
  align-items: center;
  gap: var(--s-2);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}
.delivery-trust-list li svg {
  width: 18px; height: 18px;
  flex-shrink: 0;
  stroke: var(--gold);
}
@media (max-width: 600px) {
  .delivery-trust-list { gap: var(--s-4); }
  .delivery-trust-list li { font-size: 0.82rem; }
}

/* Dish grid */
.delivery-dishes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--s-6);
  margin-top: var(--s-7);
}
.delivery-dish {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.delivery-dish:hover { box-shadow: var(--shadow-lift); }
.delivery-dish-img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.delivery-dish-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.delivery-dish:hover .delivery-dish-img img { transform: scale(1.04); }
.delivery-dish-badge {
  position: absolute;
  top: var(--s-3);
  left: var(--s-3);
  background: var(--gold);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 2px;
}
.delivery-dish-body {
  padding: var(--s-5);
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: var(--s-3);
}
.delivery-dish-body h3 {
  font-size: 1.2rem;
  margin: 0;
}
.delivery-dish-body p {
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

/* Takeout CTA section */
.delivery-takeout-cta {
  background: var(--cream-warm);
  padding: var(--s-12) 0;
}

/* Reviews */
.delivery-reviews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--s-5);
  margin-top: var(--s-7);
  text-align: left;
}
.delivery-review {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  padding: var(--s-5);
  margin: 0;
}
.delivery-review p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ink);
  font-style: italic;
  margin: 0 0 var(--s-3);
}
.delivery-review cite {
  font-size: 0.8rem;
  color: var(--ink-soft);
  font-style: normal;
  letter-spacing: 0.03em;
}

/* Final CTA section */
.delivery-final-cta {
  background: var(--maroon-deep);
  color: #fff;
  padding: var(--s-14) 0;
}
.delivery-final-cta h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
}
.delivery-final-cta p { color: rgba(255,255,255,0.75); }
.delivery-final-cta .btn-ghost {
  border-color: rgba(255,255,255,0.4);
  color: #fff;
}
.delivery-final-cta .btn-ghost:hover {
  border-color: var(--gold);
  background: transparent;
  color: var(--gold);
}

@media (max-width: 640px) {
  .delivery-dishes { grid-template-columns: 1fr; }
  .delivery-reviews { grid-template-columns: 1fr; }
}

/* ================================================================
   Reservations page
   ================================================================ */
.res-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-10);
  align-items: center;
}
.res-split-img {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow-lift);
}
.res-split-img img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.res-split-copy h2 {
  margin: var(--s-2) 0 var(--s-5);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
}
.res-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
}
.res-why-list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: var(--s-4);
  border-left: 3px solid var(--gold);
}
.res-why-list li strong {
  font-size: 0.95rem;
  color: var(--ink);
}
.res-why-list li span {
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
@media (max-width: 780px) {
  .res-split { grid-template-columns: 1fr; }
  .res-split-img { max-height: 280px; overflow: hidden; }
  .res-split-img img { height: 280px; object-fit: cover; }
}
