/* ==========================================
   AMRUTHAM AUTHENTICS — Restaurant Website
   Brand palette derived from logo (V1 gold+brown primary,
   V2/V3 accents via CSS vars for future theme swap)
   ========================================== */

:root {
  /* Brand core (V1 — gold + dark brown) */
  --brand-gold: #b8873e;
  --brand-gold-deep: #9e6f28;
  --brand-brown: #4a2c1a;
  --brand-brown-deep: #2e1a0e;

  /* Accents from V2/V3 palettes */
  --brand-terracotta: #c55a3c;
  --brand-olive: #6b7535;

  /* Backgrounds + neutrals */
  --cream: #fdf8f0;
  --cream-warm: #f3e8d3;
  --ink: #2e1a0e;
  --ink-soft: #5a4535;
  --hairline: rgba(74, 44, 26, 0.12);
  --glass-bg: rgb(253, 248, 240);
  --glass-border: rgba(184, 135, 62, 0.28);

  /* Type scale */
  --font-display: 'Playfair Display', 'Figtree', serif;
  --font-body: 'Figtree', system-ui, sans-serif;

  /* Radii + shadow */
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --shadow-sm: 0 4px 14px rgba(74, 44, 26, 0.08);
  --shadow-md: 0 10px 30px rgba(74, 44, 26, 0.12);
  --shadow-lg: 0 20px 60px rgba(74, 44, 26, 0.18);

  /* Nav height reserved */
  --nav-h: 96px;

  /* Unified content column — every section shares this width + gutter */
  --site-width: 1320px;
  --site-gutter: 24px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Site-wide justified body copy */
body p,
.section-lede,
blockquote,
.faq-list .faq-body,
.split-copy p,
.culinary-copy p,
.about-block__lede,
.about-block__body p,
.why-step p,
.identity-card p,
.dish-card p,
.testimonial p,
.pv-tile-desc,
.pv-item .pv-body,
.cta-lines,
.cta-lines>div,
.gatherings-checklist__item span,
.how-works-perk span,
.split-points li,
.package-card ul li,
.footer-tagline,
.footer-contact-line,
.hero-description,
.cat-hero .section-lede,
.contact-hero .section-lede,
.annapurna-copy p,
.reserve-hero-v2 p,
.form-success-banner div {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.hero--essence .hero-essence__lede,
.hero--essence .hero-essence__eyebrow,
.hero--essence .hero-essence__tagline,
.hero--essence .hero-essence__subtitle {
  text-align: center;
  hyphens: none;
}

/* UI chrome — keep center or left alignment */
h1,
h2,
h3,
h4,
h5,
h6,
.section-eyebrow,
.section-title,
.btn,
.navbar,
.navbar *,
.mobile-nav,
.mobile-nav *,
.stat-strip,
.stat-strip *,
.rv-submit-note,
.faq-list summary,
.menu-card__head,
.menu-card__price,
.menu-card__badges,
.cta-card h3,
.rv-chip,
.rv-cta-band,
.chat-msg,
.nav-link,
.form-field label,
.testimonial .t-author,
.testimonial .t-role,
.testimonial .stars {
  text-align: inherit;
}

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

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

.container {
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 0 var(--site-gutter);
}

/* .container--narrow {
  max-width: 720px;
} */

/* Inner blocks fill the container — no nested width caps that shift alignment */
.container .culinary-inner,
.container .pureveg-showcase,
.container .kitchen-mosaic,
.container .why-stairs,
.container .contact-map-cta,
.container .gatherings-checklist,
.container .faq-list,
.container .about-block,
.container .about-divider,
.container .timeline,
.container .footer-main,
.container .quote-band,
.container .testimonials-grid,
.container .split-row,
.container .identity-grid,
.container .dish-grid,
.container .package-grid,
.container .hero-wrap,
.container .menu-layout,
.container .annapurna-inner,
.container .how-works-layout {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.section {
  /* padding: 52px 0;  */
  position: relative;
}

.section--tight {
  padding: 34px 0;
}

.section--band {
  background: var(--cream-warm);
}

.section--ink {
  background: var(--brand-brown);
  color: var(--cream);
}

.section--ink .section-title,
.section--ink .section-eyebrow {
  color: var(--cream);
}

.section-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-gold-deep);
  font-weight: 700;
  margin-bottom: 14px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 700;
  color: var(--brand-brown);
  margin-bottom: 16px;
  line-height: 1.15;
}

.section-lede {
  color: var(--ink-soft);
  max-width: 750px;
  font-size: 1.05rem;
  text-align: center;
}

.section-head--center {
  text-align: center;
  margin: 0 auto 28px;
}

.section-head--center .section-lede {
  margin: 0 auto;
  text-align: center;
  hyphens: none;
}

/* ==========================================
   BUTTONS
   ========================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 0.98rem;
  cursor: pointer;
  border: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  position: relative;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand-gold), var(--brand-gold-deep));
  color: var(--cream);
  box-shadow: 0 10px 24px rgba(184, 135, 62, 0.35);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(184, 135, 62, 0.45);
}

.btn-secondary {
  background: transparent;
  color: var(--brand-brown);
  border: 2px solid var(--brand-brown);
}

.btn-secondary:hover {
  background: var(--brand-brown);
  color: var(--cream);
  transform: translateY(-2px);
}

.btn-accent {
  background: linear-gradient(135deg, var(--brand-terracotta), #a64428);
  color: var(--cream);
  box-shadow: 0 10px 24px rgba(197, 90, 60, 0.35);
}

.btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(197, 90, 60, 0.45);
}

.btn-ghost {
  background: transparent;
  color: var(--cream);
  border: 2px solid var(--cream);
}

.btn-ghost:hover {
  background: var(--cream);
  color: var(--brand-brown);
}

/* ==========================================
   NAVBAR — glassmorphic, logo blends into bg
   ========================================== */
.navbar-container {
  position: fixed;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 100%;
  max-width: var(--site-width);
  padding: 0 var(--site-gutter);
}

.navbar-container.scrolled {
  top: 0px;
}

.navbar {
  background: var(--glass-bg);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-pill);
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow-md);
}

.navbar-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--brand-brown);
  font-weight: 700;
  font-size: 1.22rem;
  font-family: var(--font-display);
  /* Logo blends directly into glass background (no white block) */
  background: transparent;
}

.navbar-logo .logo-mark {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* intentionally no background so the mark sits on the glass */
}

.navbar-logo .logo-mark svg {
  width: 100%;
  height: 100%;
}

.navbar-logo .logo-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.navbar-logo .logo-wordmark .w-top {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--brand-brown);
}

.navbar-logo .logo-wordmark .w-sub {
  font-size: 0.62rem;
  letter-spacing: 4px;
  color: var(--brand-gold-deep);
  font-weight: 700;
  margin-top: 2px;
}

.navbar-menu {
  display: flex;
  list-style: none;
  gap: 4px;
  align-items: center;
  margin-bottom: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: var(--ink);
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  font-weight: 500;
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 2px;
  background: var(--brand-gold);
  border-radius: 2px;
  transition: transform 0.25s ease;
}

.nav-link:hover {
  color: var(--brand-brown);
  background: rgba(184, 135, 62, 0.1);
}

.nav-link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.nav-link.active {
  background: linear-gradient(135deg, var(--brand-brown), var(--brand-brown-deep));
  color: var(--cream);
}

.nav-link.active::after {
  background: var(--brand-gold);
}

.nav-link i {
  font-size: 0.85rem;
}

.dropdown-arrow {
  font-size: 0.65rem;
  transition: transform 0.25s ease;
}

.nav-item:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  padding: 10px;
  min-width: 180px;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  color: var(--ink);
  border-radius: 12px;
  font-size: 0.88rem;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background: linear-gradient(135deg, rgba(184, 135, 62, 0.14), rgba(197, 90, 60, 0.12));
  color: var(--brand-brown);
}

/* Mobile nav toggle + drawer */
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: rgba(253, 248, 240, 0.55);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  color: var(--brand-brown);
  box-shadow: 0 10px 24px rgba(74, 44, 26, 0.12);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.nav-toggle i {
  font-size: 1.05rem;
}

.nav-toggle:hover {
  background: rgba(253, 248, 240, 0.72);
}

.mobile-nav {
  display: none;
}

.mobile-nav.open {
  display: block;
}

.mobile-nav__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(46, 26, 14, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1100;
}

.mobile-nav__panel {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(520px, calc(100vw - 24px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  z-index: 1101;
  background: rgba(253, 248, 240, 0.92);
  border: 1px solid var(--glass-border);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
}

.mobile-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 12px;
  border-bottom: 1px solid var(--hairline);
}

.mobile-nav__brand {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--brand-brown);
  letter-spacing: 0.4px;
}

.mobile-nav__close {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--hairline);
  background: rgba(253, 248, 240, 0.75);
  cursor: pointer;
  color: var(--brand-brown);
}

.mobile-nav__list {
  list-style: none;
  padding: 10px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile-nav__link,
.mobile-nav__groupbtn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  color: var(--ink);
  background: rgba(253, 248, 240, 0.7);
  border: 1px solid var(--hairline);
  font-weight: 650;
}

.mobile-nav__link {
  justify-content: flex-start;
}

.mobile-nav__link i {
  width: 18px;
  text-align: center;
  color: var(--brand-gold-deep);
}

.mobile-nav__link.active {
  background: linear-gradient(135deg, var(--brand-brown), var(--brand-brown-deep));
  color: var(--cream);
  border-color: rgba(184, 135, 62, 0.35);
}

.mobile-nav__link.active i {
  color: var(--brand-gold);
}

.mobile-nav__link:hover {
  border-color: rgba(184, 135, 62, 0.35);
}

.mobile-nav__groupbtn {
  cursor: pointer;
  font-family: inherit;
}

.mobile-nav__groupbtn span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mobile-nav__groupbtn span i {
  width: 18px;
  text-align: center;
  color: var(--brand-gold-deep);
}

.mobile-nav__submenu {
  display: none;
  padding: 6px 6px 0 28px;
  gap: 6px;
  flex-direction: column;
}

.mobile-nav__submenu.open {
  display: flex;
}

.mobile-nav__sublink {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 14px;
  background: rgba(243, 232, 211, 0.55);
  border: 1px solid var(--hairline);
  color: var(--ink);
  font-weight: 600;
}

.mobile-nav__sublink i {
  width: 18px;
  text-align: center;
  color: var(--brand-terracotta);
}

.mobile-nav__sublink.active {
  background: rgba(74, 44, 26, 0.08);
  border-color: rgba(184, 135, 62, 0.35);
}

/* Lock page scroll when drawer is open */
.nav-locked {
  overflow: hidden;
}

/* ==========================================
   HERO
   ========================================== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--nav-h) + 30px) 0 50px;
  position: relative;
  overflow: hidden;
  background: var(--cream);
}

.hero>.container {
  width: 100%;
}

.hero-content {
  max-width: 1100px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-subtitle {
  font-size: 0.85rem;
  color: var(--brand-gold-deep);
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 700;
  color: var(--brand-brown);
  margin-bottom: 22px;
  line-height: 1.08;
}

.hero-title .gold {
  color: var(--brand-gold-deep);
}

.hero-title__welcome {
  display: block;
  text-align: center;
}

.hero-title__brand {
  display: block;
  text-align: center;
  white-space: nowrap;
}

.hero-description {
  font-size: 1.14rem;
  color: var(--ink-soft);
  margin: 0 auto 40px;
  max-width: 700px;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Grand cinematic hero — Brundavanam-inspired richness */
.hero--grand {
  background: var(--brand-brown-deep);
  color: var(--cream);
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.35s ease-in-out;
  z-index: 0;
}

.hero__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero__bg img,
.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1);
  filter: brightness(0.82) saturate(0.9);
}

.hero__slide.is-active img {
  animation: heroKenBurns 22s ease-in-out infinite alternate;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(105deg, rgba(28, 14, 6, 0.68) 0%, rgba(46, 26, 14, 0.48) 38%, rgba(28, 14, 6, 0.62) 100%),
    radial-gradient(ellipse at 50% 42%, rgba(28, 14, 6, 0.38) 0%, transparent 58%);
}

.hero__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero--grand>.container {
  position: relative;
  z-index: 2;
}

.hero--grand .hero-text {
  position: relative;
}

.hero--grand .hero-text::before {
  content: '';
  position: absolute;
  inset: -28px -36px;
  z-index: -1;
  border-radius: 24px;
  background: radial-gradient(ellipse at 50% 48%, rgba(28, 14, 6, 0.42) 0%, transparent 72%);
  pointer-events: none;
}

.hero--grand .hero-subtitle {
  color: #f5d98a;
  letter-spacing: 8px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.hero--grand .hero-title {
  color: #ffffff;
  font-size: clamp(2.8rem, 6.5vw, 5.6rem);
  text-shadow: 0 4px 36px rgba(0, 0, 0, 0.55), 0 1px 3px rgba(0, 0, 0, 0.4);
}

.hero--grand .hero-title .gold {
  color: #f8e8b8;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45), 0 0 40px rgba(184, 135, 62, 0.35);
}

.hero--grand .hero-description {
  color: #fdf8f0;
  font-size: 1.18rem;
  line-height: 1.8;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.65);
}

.hero--grand .btn--hero,
.hero--essence .btn--hero {
  padding: 16px 34px;
  font-size: 1.02rem;
  box-shadow: 0 12px 32px rgba(184, 135, 62, 0.45);
}

.hero--grand .btn--hero-outline,
.hero--essence .btn--hero-outline {
  background: transparent;
  color: var(--cream);
  border: 2px solid rgba(253, 248, 240, 0.65);
}

.hero--grand .btn--hero-outline:hover,
.hero--essence .btn--hero-outline:hover {
  background: var(--cream);
  color: var(--brand-brown);
  border-color: var(--cream);
}

.hero--grand .hero-logo__frame {
  background: linear-gradient(160deg, var(--brand-brown-deep) 0%, var(--brand-brown) 52%, #3d2414 100%);
  border: 1px solid rgba(248, 232, 184, 0.28);
  box-shadow:
    0 0 0 1px rgba(248, 232, 184, 0.1),
    0 24px 56px rgba(0, 0, 0, 0.5);
}

.hero--grand .hero-logo__img {
  mix-blend-mode: screen;
  filter: brightness(1.05);
}

@keyframes heroKenBurns {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}

/* ── Home hero: essence plan (video + trust bar) ─────────────────── */
.home-hero-block {
  position: relative;
}

.hero--essence {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: var(--brand-brown-deep);
  color: var(--cream);
}

.hero-essence__content {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  animation: heroEssenceIn 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.hero-essence__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(96vw, 1120px);
  max-width: 1120px;
  margin: 0 auto;
  padding: calc(var(--nav-h) + 48px) clamp(20px, 4vw, 48px) 0;
}

.hero-essence__actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-self: center;
  gap: 14px;
  width: 100%;
  max-width: min(96vw, 420px);
  margin: 26px auto 30px;
  padding: 0 clamp(20px, 4vw, 48px) 24px;
}

.hero__video-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero__video-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 75% 55% at 50% 38%, rgba(184, 135, 62, 0.2) 0%, transparent 72%),
    linear-gradient(168deg, #2e1a0e 0%, #4a2c1a 48%, #1a0e06 100%);
}

.hero__video-slides {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero__video-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
  z-index: 0;
}

.hero__video-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero__video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: brightness(0.92) saturate(1.14) contrast(1.06);
  transform: scale(1.02);
}

.hero--essence .hero__video-el {
  transform: scale(1);
  animation: heroEssenceVideoZoom 20s ease-in-out infinite alternate;
}

.hero--essence .hero__overlay {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(12, 5, 2, 0.26) 0%, rgba(12, 5, 2, 0.04) 48%, rgba(12, 5, 2, 0.3) 100%),
    linear-gradient(90deg, rgba(12, 5, 2, 0.18) 0%, transparent 44%, transparent 56%, rgba(12, 5, 2, 0.18) 100%);
}

.hero--essence .hero__grain {
  z-index: 2;
  opacity: 0.03;
}

/* Head stack — eyebrow + logo, isolated from typewriter below */
.hero-essence__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 0 36px;
  isolation: isolate;
}

.hero-essence__eyebrow {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  font-size: clamp(0.5rem, 1.35vw, 0.68rem);
  font-weight: 700;
  letter-spacing: clamp(0.1em, 0.22vw, 0.28em);
  text-transform: uppercase;
  color: #f5d98a;
  line-height: 1.55;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), 0 2px 16px rgba(0, 0, 0, 0.55);
}

/* Logo — ambient glow rings + reveal + golden sweep (disc static) */
figure.hero-essence__logo {
  margin: 28px 0 0;
  padding: 0;
  border: none;
  position: relative;
  width: clamp(220px, 24vmin, 260px);
  height: clamp(220px, 24vmin, 260px);
  flex-shrink: 0;
  display: grid;
  place-items: center;
  isolation: isolate;
  animation: heroEssenceLogoReveal 1.3s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-essence__logo-orbit {
  position: absolute;
  inset: -32px;
  pointer-events: none;
  animation: heroEssenceRingRotate 60s linear infinite;
}

.hero-essence__logo-ambient {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(248, 232, 184, 0.38);
  box-shadow: 0 0 20px rgba(184, 135, 62, 0.12);
  opacity: 0;
  pointer-events: none;
}

.hero-essence__logo-ambient--1 {
  inset: 18px;
  animation:
    heroEssenceRingFadeIn 0.7s ease-out 0.7s forwards,
    heroEssenceAmbientPulse 5s ease-in-out 1.4s infinite;
}

.hero-essence__logo-ambient--2 {
  inset: 4px;
  animation:
    heroEssenceRingFadeIn 0.7s ease-out 0.85s forwards,
    heroEssenceAmbientPulse 5s ease-in-out 2.35s infinite;
}

.hero-essence__logo-ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(248, 232, 184, 0.42);
  box-shadow: 0 0 0 5px rgba(248, 232, 184, 0.07);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  animation: heroEssenceRingFadeIn 0.6s ease-out 0.55s forwards;
}

.hero-essence__logo-disc {
  position: relative;
  z-index: 2;
  width: clamp(200px, 22vmin, 236px);
  height: clamp(200px, 22vmin, 236px);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 18px 16px;
  background: radial-gradient(circle at 50% 38%, #4a2c1a 0%, #1e1008 100%);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(248, 232, 184, 0.26);
  animation: heroEssenceDiscReveal 1.3s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

.hero-essence__logo-sweep {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.hero-essence__logo-sweep::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -130%;
  width: 55%;
  height: 120%;
  background: linear-gradient(105deg,
      transparent 0%,
      rgba(212, 160, 23, 0.08) 38%,
      rgba(212, 160, 23, 0.32) 50%,
      rgba(212, 160, 23, 0.08) 62%,
      transparent 100%);
  transform: skewX(-12deg);
  animation: heroEssenceGoldSweep 9s ease-in-out 1.5s infinite;
}

.hero-essence__logo-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

@keyframes heroEssenceVideoZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}

@keyframes heroEssenceLogoReveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes heroEssenceDiscReveal {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes heroEssenceRingFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.4;
  }
}

@keyframes heroEssenceAmbientPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.1;
  }
}

@keyframes heroEssenceRingRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes heroEssenceGoldSweep {

  0%,
  72%,
  100% {
    left: -130%;
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  28% {
    left: 140%;
    opacity: 1;
  }

  34% {
    opacity: 0;
  }
}

.hero-essence__title.hero-title--typewriter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  font-family: var(--font-display);
  line-height: 1.1;
  position: relative;
  z-index: 2;
}

.hero-essence__welcome {
  font-size: clamp(0.82rem, 1.5vw, 1.05rem);
  font-weight: 500;
  font-style: italic;
  color: rgba(253, 248, 240, 0.96);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8), 0 2px 20px rgba(0, 0, 0, 0.55);
}

.hero-essence__brand {
  font-size: clamp(1.55rem, 3.8vw, 2.55rem);
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85), 0 4px 32px rgba(0, 0, 0, 0.55), 0 0 40px rgba(184, 135, 62, 0.2);
}

.hero-essence__subtitle {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(0.82rem, 1.6vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #f8e8b8;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75), 0 2px 20px rgba(0, 0, 0, 0.5);
}

.hero-essence__lede {
  margin: 0 auto 22px;
  max-width: 820px;
  width: 100%;
  font-size: 1.06rem;
  line-height: 1.78;
  color: #fdf8f0;
  text-align: center;
  hyphens: none;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
}

.hero-essence__tagline {
  margin: 0 0 28px;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.03em;
  color: #f8e8b8;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.hero-essence__actions .btn {
  min-width: 190px;
}

/* Continuous scrolling tickers — seamless infinite loop */
.hero-marquee {
  overflow: hidden;
  width: 100%;
}

.hero-marquee__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  animation: heroMarqueeScroll linear infinite;
}

.hero-marquee__set {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
  gap: 0;
}

.hero-trust {
  position: relative;
  z-index: 4;
  flex-shrink: 0;
  margin-top: 0;
  background: linear-gradient(180deg, #3d2414 0%, #2a1810 100%);
  border-top: 1px solid rgba(248, 232, 184, 0.2);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  padding: 16px 0;
  overflow: hidden;
}

.hero-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 36px;
  font-size: 0.84rem;
  color: rgba(253, 248, 240, 0.9);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.hero-trust__item i {
  flex-shrink: 0;
  width: 18px;
  text-align: center;
  font-size: 0.95rem;
  color: var(--brand-gold);
}

.hero-trust__item strong {
  color: #f8e8b8;
  font-weight: 700;
}

@keyframes heroMarqueeScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes heroEssenceIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 768px) {
  .hero-essence__body {
    padding: calc(var(--nav-h) + 36px) var(--site-gutter) 16px;
  }

  .hero-essence__actions {
    margin-top: 12px;
    padding: 0 var(--site-gutter) 22px;
    gap: 12px;
  }

  .hero-essence__head {
    gap: 8px;
    margin-bottom: 28px;
  }

  .hero-essence__eyebrow {
    margin-bottom: 8px;
  }

  figure.hero-essence__logo {
    margin-top: 22px;
  }

  figure.hero-essence__logo {
    width: clamp(180px, 40vw, 220px);
    height: clamp(180px, 40vw, 220px);
  }

  .hero-essence__logo-disc {
    width: clamp(164px, 36vw, 200px);
    height: clamp(164px, 36vw, 200px);
    padding: 16px 14px 12px;
  }

  .hero-essence__brand {
    font-size: clamp(1.35rem, 6.5vw, 1.85rem);
  }

  .hero-essence__welcome {
    font-size: clamp(0.76rem, 3.2vw, 0.92rem);
  }

  .hero-essence__subtitle {
    font-size: clamp(0.76rem, 3.2vw, 0.92rem);
    margin-bottom: 28px;
  }

  .hero-essence__eyebrow {
    letter-spacing: 0.08em;
    font-size: clamp(0.44rem, 2.8vw, 0.58rem);
    white-space: normal;
  }

  .hero-essence__lede {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .hero-essence__actions {
    flex-direction: column;
    align-items: stretch;
    align-self: center;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-essence__actions .btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
    box-sizing: border-box;
  }

  .hero-trust__item {
    padding: 0 28px;
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__video-el {
    display: none;
  }

  .hero-marquee__track {
    animation: none !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .hero-marquee__track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .hero-marquee__set:last-child {
    display: none;
  }

  .hero-essence__content {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .hero--essence .hero__video-el {
    animation: none !important;
    transform: scale(1) !important;
  }

  figure.hero-essence__logo,
  .hero-essence__logo-orbit,
  .hero-essence__logo-ambient,
  .hero-essence__logo-ring,
  .hero-essence__logo-disc,
  .hero-essence__logo-sweep::after {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-essence__logo-ambient,
  .hero-essence__logo-ring {
    opacity: 0.35 !important;
  }
}

/* Section grandeur — ornamental headings */
.section-head--grand .section-eyebrow::before,
.section-head--grand .section-eyebrow::after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
  vertical-align: middle;
  margin: 0 14px;
}

.section-head--grand .section-title {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.section-head--light .section-eyebrow {
  color: #e8c882;
}

.section-head--light .section-title {
  color: var(--cream);
}

.section-head--light .section-lede {
  color: rgba(253, 248, 240, 0.82);
}

/* Home — why section on cream canvas */
.home-why {
  padding: 72px 0;
  background: var(--cream);
}

/* Home — closing CTA band */
.home-cta-band {
  position: relative;
  padding: 80px 0;
  background: var(--cream);
  text-align: center;
  overflow: hidden;
}

.home-cta-band__ornament {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(184, 135, 62, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(184, 135, 62, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.home-cta-band__inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}

.home-cta-band .section-eyebrow {
  margin-bottom: 14px;
}

.home-cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  color: var(--brand-brown);
  line-height: 1.15;
  margin-bottom: 18px;
}

.home-cta-band p {
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.75;
  margin-bottom: 32px;
  text-align: center;
  hyphens: none;
}

.home-cta-band__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn--cta-outline {
  background: transparent;
  color: var(--brand-brown);
  border: 2px solid var(--brand-brown);
}

.btn--cta-outline:hover {
  background: var(--brand-brown);
  color: var(--cream);
  border-color: var(--brand-brown);
}

@media (max-width: 560px) {
  .hero--grand .hero-title {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__slide img {
    animation: none !important;
  }

  .hero__slide:not(.is-active) {
    display: none;
  }
}

/* ==========================================
   IDENTITY / FEATURE CARDS (consistent icons)
   ========================================== */
.identity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 20px;
}

.identity-card {
  background: var(--cream);
  padding: 28px 20px;
  border-radius: var(--radius-lg);
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--hairline);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.identity-card .ic-icon {
  /* FIX: 3rd box icon uses identical circular treatment as the other two */
  width: 76px;
  height: 76px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-gold), var(--brand-gold-deep));
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  box-shadow: 0 8px 20px rgba(184, 135, 62, 0.35);
}

.identity-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--brand-brown);
  margin-bottom: 10px;
}

.identity-card p {
  color: var(--ink-soft);
  font-size: 0.98rem;
}

/* ==========================================
   SIGNATURE VEG DELIGHTS — image cards
   ========================================== */
.dish-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.dish-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--hairline);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dish-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.dish-card .dish-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: var(--cream-warm);
}

.dish-card .dish-body {
  padding: 20px 22px 22px;
}

.dish-card h4 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--brand-brown);
  margin-bottom: 6px;
}

.dish-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.dish-card .price {
  color: var(--brand-terracotta);
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
}

/* ==========================================
   PURE VEG — accordion interaction
   ========================================== */
.pureveg-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 880px;
  margin: 0 auto;
}

.pv-item {
  background: var(--cream);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.pv-item[open] {
  box-shadow: var(--shadow-md);
  border-color: var(--brand-gold);
}

.pv-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 26px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--brand-brown);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.25s ease;
}

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

.pv-item summary:hover {
  background: rgba(184, 135, 62, 0.06);
}

.pv-item summary::after {
  content: '+';
  font-size: 1.6rem;
  color: var(--brand-gold-deep);
  transition: transform 0.3s ease;
  font-weight: 300;
}

.pv-item[open] summary::after {
  transform: rotate(45deg);
}

.pv-item .pv-body {
  padding: 0 26px 22px;
  color: var(--ink-soft);
  font-size: 1rem;
}

/* ==========================================
   WHY AMRUTHAM — split staircase layout
   (replaces repeated-box representation)
   ========================================== */


.home-why {
  position: relative;
}


/* =========================
   HEADING
========================= */

.home-why .section-head--center {
  text-align: center;
  margin-bottom: 40px;
}



/* =========================
   CARDS
========================= */

.why-stairs {
  display: grid;
  gap: 20px;
  position: relative;
}


/* =========================
   EACH CARD
========================= */

.why-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;

  padding: 28px 32px;

  background: var(--cream);
  border-radius: var(--radius-lg);
  border-left: 5px solid var(--brand-gold);
  box-shadow: var(--shadow-sm);

  align-items: center;

  position: sticky;
  top: 110px;
}


/* =========================
   STACK ORDER
========================= */

.why-step:nth-child(1) {
  z-index: 1;
}

.why-step:nth-child(2) {
  z-index: 2;
}

.why-step:nth-child(3) {
  z-index: 3;
}

.why-step:nth-child(4) {
  z-index: 4;
}


/* =========================
   ALTERNATE CARD
========================= */

.why-step:nth-child(even) {
  border-left-color: var(--brand-terracotta);
  background: var(--cream);
}


/* =========================
   NUMBER
========================= */

.why-step .why-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--brand-gold-deep);
  line-height: 1;
}

.why-step:nth-child(even) .why-num {
  color: var(--brand-terracotta);
}


/* =========================
   TITLE
========================= */

.why-step h4 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--brand-brown);
  margin-bottom: 6px;
}


/* =========================
   TEXT
========================= */

.why-step p {
  color: var(--ink);
  font-size: 1rem;
}

/* ==========================================
   GALLERY (signature dishes — real imagery)
   ========================================== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.gallery-item {
  aspect-ratio: 1/1;
  border-radius: var(--radius-md);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: var(--cream-warm);
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.02);
}

.gallery-item::after {
  content: attr(data-title);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 18px;
  background: linear-gradient(to top, rgba(46, 26, 14, 0.85), transparent);
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover::after {
  opacity: 1;
}

/* ==========================================
   ABOUT — premium hero + unified cream page
   ========================================== */
.about-us-page .section,
.about-us-page .about-hero:not(.about-hero--carousel),
.about-us-page .about-divider {
  background: var(--cream);
}

.about-us-page .quote-band blockquote {
  color: var(--brand-brown);
  text-align: center;
  hyphens: none;
}

.about-us-page .quote-band cite {
  color: var(--brand-gold-deep);
  text-align: center;
}

/* Consistent content block — centered headings, readable body */
.about-block {
  text-align: center;
}

.about-block__head {
  margin-bottom: 24px;
}

.about-block__head .section-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
}

.about-block__head .section-title,
.about-block__head h1 {
  margin-bottom: 0;
}

.about-block--hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  font-weight: 700;
  color: var(--brand-brown);
  line-height: 1.1;
  white-space: nowrap;
}

.about-block__lede,
.about-block__body p {
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.75;
  text-align: center;
}

.about-block__lede {
  max-width: 720px;
  margin: 0 auto;
}

.about-block__body p {
  margin-bottom: 18px;
}

.about-block__body p:last-child {
  margin-bottom: 0;
}

/* Gold ornament dividers between sections */
.about-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 8px 0;
}

.about-divider::before,
.about-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 135, 62, 0.45), transparent);
}

.about-divider span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-gold);
  box-shadow: 0 0 0 4px rgba(184, 135, 62, 0.15);
  flex-shrink: 0;
}

.about-hero {
  padding: calc(var(--nav-h) + 48px) 0 48px;
  background: var(--cream);
}

.about-hero--carousel {
  position: relative;
  overflow: hidden;
  min-height: 68vh;
  display: flex;
  align-items: center;
  padding: calc(var(--nav-h) + 56px) 0 64px;
  background: var(--brand-brown-deep);
}

.about-hero--carousel .hero__slide img {
  filter: brightness(0.9) saturate(0.94);
}

.about-hero--carousel .hero__overlay {
  background:
    linear-gradient(105deg, rgba(28, 14, 6, 0.58) 0%, rgba(46, 26, 14, 0.4) 40%, rgba(28, 14, 6, 0.55) 100%),
    radial-gradient(ellipse at 50% 50%, rgba(28, 14, 6, 0.28) 0%, transparent 68%);
}

.about-hero--carousel>.container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.about-hero--carousel .about-block--hero-light {
  position: relative;
  padding: 28px 24px;
  max-width: 820px;
  margin: 0 auto;
}

.about-hero--carousel .about-block--hero-light::before {
  content: '';
  position: absolute;
  inset: -4px -16px;
  z-index: -1;
  border-radius: 20px;
  background: rgba(28, 14, 6, 0.44);
  border: 1px solid rgba(248, 232, 184, 0.14);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
}

.about-hero--carousel .about-block--hero-light .section-eyebrow {
  color: #f8e8b8;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8), 0 2px 18px rgba(0, 0, 0, 0.55);
}

.about-hero--carousel .about-block--hero-light h1 {
  font-size: clamp(2.4rem, 4.8vw, 4rem);
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85), 0 4px 32px rgba(0, 0, 0, 0.55);
  font-family: 'Playfair Display';
}

.about-hero--carousel .about-hero__tagline {
  margin: 14px auto 0;
  max-width: 900px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  hyphens: none;
  color: #f8e8b8;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8), 0 2px 16px rgba(0, 0, 0, 0.55);
}

.about-hero--carousel .about-block__lede {
  font-size: 1.12rem;
  line-height: 1.82;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  hyphens: none;
  color: #ffffff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.85), 0 2px 24px rgba(0, 0, 0, 0.6);
}

.about-hero--carousel .about-block__lede--secondary {
  margin-top: 16px;
  font-size: 1.05rem;
  line-height: 1.78;
  text-align: center;
  hyphens: none;
  color: #fdf8f0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8), 0 2px 20px rgba(0, 0, 0, 0.55);
}

.about-hero__banner {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow:
    0 0 0 1px var(--hairline),
    0 24px 64px rgba(74, 44, 26, 0.2);
  background: var(--cream);
  aspect-ratio: 21 / 9;
}

.about-hero__banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.about-section {
  padding: 44px 0;
}

.about-section .timeline {
  margin-top: 8px;
}

.about-section .testimonials-grid {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .about-block--hero h1 {
    white-space: normal;
  }

  .about-hero--carousel {
    min-height: 56vh;
    padding: calc(var(--nav-h) + 44px) 0 52px;
  }

  .about-hero--carousel .about-block--hero-light {
    padding: 22px 14px;
  }

  .about-hero--carousel .about-block--hero-light::before {
    inset: -2px -10px;
  }

  .about-hero--carousel .about-hero__tagline {
    letter-spacing: 1px;
    font-size: 0.75rem;
  }

  .about-hero__banner {
    aspect-ratio: 16 / 10;
  }

  .about-section {
    padding: 36px 0;
  }
}

.timeline {
  position: relative;
  padding-left: 40px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 12px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, var(--brand-gold), var(--brand-terracotta));
  height: calc(100% - 50px);
}

.tl-item {
  position: relative;
  padding: 12px 0 22px 24px;
}

.tl-item::before {
  content: '';
  position: absolute;
  left: -36px;
  top: 17px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brand-gold);
  box-shadow: 0 0 0 4px var(--cream), 0 0 0 5px var(--brand-gold);
}

.tl-item h4 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--brand-brown);
  margin-bottom: 8px;
}

.tl-item .tl-year {
  color: var(--brand-terracotta);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tl-item p {
  color: var(--ink-soft);
  margin-top: 6px;
}

.about-us-page .timeline .tl-item p {
  text-align: left;
  hyphens: none;
}

/* How it works — steps left, evenly spaced icon cards right */
.how-works-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.how-works-steps {
  position: relative;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.how-works-steps::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--brand-gold), var(--brand-terracotta));
}

.how-works-steps .tl-item {
  padding: 0 0 0 24px;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.how-works-perks {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.how-works-perk {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: #fffdf9;
  border: 1px solid var(--hairline);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  min-height: 132px;
  height: 132px;
  box-sizing: border-box;
}

.how-works-perk:hover {
  transform: translateY(-3px);
  border-color: var(--brand-gold);
  box-shadow: var(--shadow-md);
}

.how-works-perk .perk-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-gold), var(--brand-gold-deep));
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.how-works-perk strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--brand-brown);
  margin-bottom: 4px;
  line-height: 1.25;
}

.how-works-perk span {
  display: block;
  font-size: 0.86rem;
  color: var(--ink-soft);
  line-height: 1.45;
}

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

  .pureveg-showcase {
    grid-template-columns: repeat(2, 1fr);
  }

  .kitchen-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, minmax(0, 1fr));
    aspect-ratio: 2 / 3;
  }

  .kt-tile--hero {
    grid-column: span 2;
    grid-row: span 2;
  }

  .kt-tile--wide {
    grid-column: span 2;
  }

  .how-works-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .how-works-steps {
    gap: 18px;
  }

  .how-works-steps .tl-item {
    min-height: 0;
  }

  .how-works-perks {
    gap: 18px;
  }

  .how-works-perk {
    height: auto;
    min-height: 132px;
  }
}

/* Guest is god — no flower symbols */
.quote-band {
  text-align: center;
}

.quote-band blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  color: var(--cream);
  font-style: italic;
  line-height: 1.4;
  text-align: center;
  hyphens: none;
}

.quote-band cite {
  display: block;
  margin-top: 16px;
  font-size: 0.85rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--brand-gold);
  font-style: normal;
}

/* Testimonials */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.testimonial {
  background: var(--cream);
  padding: 28px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--hairline);
}

.testimonial .stars {
  color: var(--brand-gold);
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.testimonial p {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 14px;
}

.testimonial .t-author {
  font-weight: 700;
  color: var(--brand-brown);
  font-family: var(--font-display);
}

.testimonial .t-role {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

/* ==========================================
   MENU PAGE — sidebar filters + interactive cards
   ========================================== */
.menu-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  padding-top: calc(var(--nav-h) + 40px);
  padding-bottom: 60px;
  background: var(--cream);
}

.menu-sidebar {
  position: sticky;
  top: calc(var(--nav-h) + 20px);
  align-self: start;
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 24px 18px;
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-sm);
  max-height: calc(100vh - var(--nav-h) - 40px);
  overflow-y: auto;
}

.menu-sidebar h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--brand-brown);
  margin-bottom: 14px;
}

.menu-filter-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
  padding-left: 0;
}

.menu-filter-list button {
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  color: var(--ink);
  font-size: 0.9rem;
  font-family: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
}

.menu-filter-list button:hover {
  background: rgba(184, 135, 62, 0.1);
  color: var(--brand-brown);
}

.menu-filter-list button.active {
  background: linear-gradient(135deg, var(--brand-brown), var(--brand-brown-deep));
  color: var(--cream);
}

.menu-filter-list button .count {
  background: rgba(184, 135, 62, 0.2);
  color: var(--brand-gold-deep);
  font-size: 0.72rem;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 700;
}

.menu-filter-list button.active .count {
  background: rgba(255, 255, 255, 0.2);
  color: var(--cream);
}

.menu-search {
  width: 100%;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--hairline);
  background: var(--cream-warm);
  font-family: inherit;
  font-size: 0.9rem;
  margin-bottom: 20px;
  color: var(--ink);
}

.menu-search:focus {
  outline: 2px solid var(--brand-gold);
  outline-offset: 2px;
}

.menu-toggle-group {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}

.menu-toggle-group button {
  flex: 1;
  padding: 8px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--hairline);
  background: var(--cream);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--ink-soft);
  transition: all 0.2s ease;
  font-family: inherit;
}

.menu-toggle-group button.active {
  background: var(--brand-olive);
  color: var(--cream);
  border-color: var(--brand-olive);
}

.menu-main {
  min-width: 0;
}

.menu-header {
  margin-bottom: 32px;
}

.menu-header .section-lede {
  margin: 0;
  text-align: left;
  hyphens: none;
}

.menu-category {
  margin-bottom: 36px;
  scroll-margin-top: calc(var(--nav-h) + 20px);
}

.menu-category h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--brand-brown);
  margin-bottom: 6px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--brand-gold);
  display: flex;
  align-items: center;
  gap: 14px;
}

.menu-category h2 i {
  color: var(--brand-gold-deep);
}

.menu-category .cat-sub {
  color: var(--ink-soft);
  font-size: 0.95rem;
  margin-bottom: 22px;
  text-align: left;
  hyphens: none;
}

.menu-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

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

.menu-card {
  background: #fffdf9;
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease, border-color 0.35s ease;
  box-shadow: var(--shadow-sm);
  outline: none;
}

.menu-card:hover,
.menu-card:focus-within {
  transform: translateY(-8px);
  border-color: var(--brand-gold);
  box-shadow: var(--shadow-lg);
}

.menu-card__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--cream-warm);
  position: relative;
}

.menu-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.menu-card:hover .menu-card__img img,
.menu-card:focus-within .menu-card__img img {
  transform: scale(1.06);
}

.menu-card__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 2;
}

.menu-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-gold);
  font-size: 2rem;
  opacity: 0.5;
}

.menu-card__body {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

.menu-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.menu-card__head h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brand-brown);
  line-height: 1.2;
  flex: 1;
}

.menu-card__price {
  font-weight: 700;
  color: var(--brand-gold-deep);
  font-size: 1.05rem;
  font-family: var(--font-display);
  white-space: nowrap;
}

.menu-card__desc {
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.55;
  flex: 1;
  text-align: left;
  hyphens: none;
}

.mi-badge {
  display: inline-block;
  font-size: 0.62rem;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--cream);
}

.mi-badge--spicy {
  background: var(--brand-terracotta);
}

.mi-badge--signature {
  background: var(--brand-gold-deep);
}

.mi-badge--veg {
  background: var(--brand-olive);
}

/* ==========================================
   RESERVE TABLE — V2 redesign
   ========================================== */

/* Hero */
.reserve-hero-v2 {
  /* padding: calc(var(--nav-h) + 80px) 20px 80px;
  text-align: center;
  background: var(--brand-brown-deep);
  position: relative;
  overflow: hidden; */
  padding: calc(96px + 18px) 0 14px;
  text-align: center;
  background: #fdf8f0;
  position: relative;
}

.reserve-hero-v2::before {
  /* content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 65% 40%, rgba(184, 135, 62, 0.18) 0%, transparent 65%),
    radial-gradient(ellipse at 20% 80%, rgba(197, 90, 60, 0.10) 0%, transparent 55%);
  pointer-events: none; */
}

.reserve-hero-v2 .section-eyebrow {
  /* color: var(--brand-gold); */
}

.reserve-hero-v2 h1 {
  font-family: var(--font-display);
  /* color: var(--cream); */
  margin-bottom: 18px;
  line-height: 1.08;
}

.reserve-hero-v2 p {
  /* color: rgba(253, 248, 240, 0.72); */
  font-size: 1.08rem;
  max-width: 800px;
  margin: 0 auto 36px;
  text-align: center;
}

.reserve-trust-chips {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.reserve-trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(184, 135, 62, 0.14);
  border: 1px solid rgba(184, 135, 62, 0.38);
  color: var(--brand-gold);
  border-radius: var(--radius-pill);
  padding: 8px 20px;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Two-column layout */
.reserve-section {
  padding: 48px 0 60px;
}

.reserve-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 36px;
  align-items: start;
}

/* Info panel */
.reserve-info-panel {
  position: sticky;
  top: calc(var(--nav-h) + 20px);
  background: #f3ead300;
  border-radius: var(--radius-lg);
  border: 1px solid var(--hairline);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.rip-header {
  background: var(--brand-brown);
  padding: 26px 28px 22px;
}

.rip-header .section-eyebrow {
  color: var(--brand-gold);
  margin-bottom: 6px;
}

.rip-header h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--cream);
  margin: 0;
}

.rip-body {
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rip-block {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.rip-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(184, 135, 62, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--brand-gold-deep);
  font-size: 0.85rem;
}

.rip-block-content strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 700;
  margin-bottom: 4px;
}

.rip-block-content p {
  font-size: 0.9rem;
  color: var(--brand-brown);
  line-height: 1.5;
  margin: 0;
}

.rip-block-content a {
  font-size: 0.9rem;
  color: var(--brand-brown);
  font-weight: 600;
}

.rip-divider {
  border: none;
  border-top: 1px solid rgb(185 82 21 / 48%);
  margin: 4px 0;
}

.rip-know-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-left: 0;
}

.rip-know-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.rip-know-list li i {
  color: var(--brand-gold-deep);
  margin-top: 3px;
  flex-shrink: 0;
  font-size: 0.8rem;
}

/* Form card */
.reserve-form-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-md);
  padding: 40px 44px;
}

.form-group-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.form-group-label:not(:first-of-type) {
  margin-top: 34px;
}

.form-group-label span {
  font-size: 0.72rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--brand-gold-deep);
  font-weight: 800;
  white-space: nowrap;
}

.form-group-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(184, 135, 62, 0.5), transparent);
}

.reserve-submit-wrap {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.reserve-submit-note {
  font-size: 0.79rem;
  color: var(--ink-soft);
  text-align: center;
}

/* Shared form field styles (used by contact page too) */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.form-field label {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 700;
  margin-bottom: 8px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--hairline);
  background: var(--cream-warm);
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--brand-gold);
  box-shadow: 0 0 0 3px rgba(184, 135, 62, 0.2);
}

.form-field textarea {
  min-height: 110px;
  resize: vertical;
}

.form-field input.is-invalid,
.form-field select.is-invalid,
.form-field textarea.is-invalid {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.15);
}

.field-error {
  display: none;
  font-size: 0.75rem;
  color: #c0392b;
  margin-top: 6px;
  line-height: 1.35;
}

.phone-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.phone-row .country-code-select {
  width: auto;
  min-width: 140px;
  max-width: 46%;
  flex-shrink: 0;
  font-size: 0.88rem;
}

.phone-row input[type="tel"] {
  flex: 1;
  min-width: 0;
}

@media (max-width: 480px) {
  .phone-row {
    flex-direction: column;
    gap: 8px;
  }

  .phone-row .country-code-select {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }
}

.section-title--form {
  font-size: clamp(1.45rem, 4vw, 2rem) !important;
}

/* Responsive */
@media (max-width: 900px) {
  .reserve-layout {
    grid-template-columns: 1fr !important;
  }

  .reserve-info-panel {
    position: static;
  }
}

@media (max-width: 600px) {
  .reserve-form-card {
    padding: 28px 20px;
  }

  .reserve-hero-v2 h1 {
    font-size: 2.4rem;
  }
}

/* ==========================================
   CONTACT
   ========================================== */
.contact-page .section,
.contact-page .contact-hero {
  background: var(--cream);
}

.contact-hero {
  padding: calc(var(--nav-h) + 36px) 0 36px;
  text-align: center;
  background: var(--cream);
}

.contact-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  color: var(--brand-brown);
  margin-bottom: 14px;
}

.contact-hero .section-lede {
  text-align: center;
  hyphens: none;
  margin: 0 auto;
}

.cta-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.cta-card {
  background: var(--cream);
  padding: 32px 28px;
  border-radius: var(--radius-lg);
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--hairline);
  transition: transform 0.3s ease;
  /* FIX: alignment unified — same text block structure across all three */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.cta-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: #a5762e;
}

.cta-card .cta-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-gold), var(--brand-gold-deep));
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.cta-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--brand-brown);
}

.cta-card .cta-lines {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.cta-card .cta-lines a,
.email-link {
  color: var(--brand-terracotta);
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  pointer-events: auto;
  text-decoration: none;
  text-underline-offset: 3px;
  font-size: 18px;
}

.cta-card .cta-lines a:hover,
.email-link:hover {
  color: var(--brand-gold-deep);
}

.footer-contact-line a.email-link {
  color: rgba(253, 248, 240, 0.82);
}

.footer-contact-line a.email-link:hover {
  color: var(--brand-gold);
}

.map-wrap {
  /* max-width: 1000px; */
  margin: 40px auto 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.map-wrap iframe {
  width: 100%;
  height: 400px;
  border: 0;
  display: block;
}

/* Contact — large map + compact CTA sidebar */
.contact-map-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 272px);
  gap: 20px;
  align-items: stretch;
  margin-top: 28px;
}

.contact-map-cta .map-wrap {
  margin: 0;
  max-width: none;
  height: 100%;
  min-height: 480px;
  border-radius: var(--radius-lg);
}

.contact-map-cta .map-wrap iframe {
  height: 100%;
  min-height: 480px;
}

.contact-cta-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  min-height: 480px;
}

.contact-map-cta .cta-card--compact {
  flex: 1;
  padding: 16px 14px 18px;
  min-height: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.contact-map-cta .cta-card--compact .cta-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  font-size: 1.05rem;
  margin-bottom: 4px;
  align-self: center;
}

.contact-map-cta .cta-card--compact h3 {
  font-size: 1.08rem;
  margin-bottom: 2px;
  width: 100%;
}

.contact-map-cta .cta-card--compact .cta-lines {
  font-size: 0.88rem;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  hyphens: none;
}

.contact-map-cta .cta-card--compact .cta-lines>div {
  margin-top: 3px;
  text-align: center;
}

.contact-map-cta .cta-card--compact .cta-lines a {
  text-align: center;
}

.contact-map-cta .cta-card--compact .email-link {
  font-size: 0.86rem;
  word-break: break-word;
}

@media (max-width: 1024px) {
  .contact-map-cta {
    grid-template-columns: 1fr;
  }

  .contact-map-cta .map-wrap,
  .contact-map-cta .map-wrap iframe {
    min-height: 400px;
  }

  .contact-cta-stack {
    flex-direction: column;
    min-height: auto;
  }

  .contact-map-cta .cta-card--compact {
    flex: 1;
  }
}

@media (max-width: 640px) {

  .contact-map-cta .map-wrap,
  .contact-map-cta .map-wrap iframe {
    min-height: 300px;
  }

  .contact-cta-stack {
    flex-direction: column;
  }
}

/* FAQ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-list details {
  background: var(--cream);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.faq-list details[open] {
  border-color: var(--brand-gold);
  box-shadow: var(--shadow-sm);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 24px;
  font-weight: 600;
  color: var(--brand-brown);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.faq-list summary::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--brand-gold-deep);
}

.faq-list details[open] summary::after {
  content: '−';
}

.faq-list .faq-body {
  padding: 0 24px 20px;
  color: var(--ink-soft);
}

/* ==========================================
   CATERING / EVENTS — varied representations
   so sections don't all look like the same box
   ========================================== */

/* Gatherings page — unified cream canvas */
.host-toast-page .section,
.host-toast-page .cat-hero {
  background: var(--cream);
}

/* Gatherings page — minimal vertical rhythm between sections */
.host-toast-page .section {
  padding-top: 28px;
  padding-bottom: 28px;
}

.host-toast-page .section--tight {
  padding-top: 20px;
  padding-bottom: 20px;
}

.host-toast-page .cat-hero {
  padding-top: calc(var(--nav-h) + 28px);
  padding-bottom: 24px;
}

.host-toast-page .section-head--center {
  margin-bottom: 18px;
}

.host-toast-page .gatherings-checklist {
  margin-top: 10px;
}

.host-toast-page .cta-trio {
  margin-top: 10px;
}

.host-toast-page .split-row {
  gap: 36px;
}

.host-toast-page .how-works-layout {
  gap: 28px;
}

.host-toast-page .stat-strip {
  padding: 24px 28px;
  background: var(--cream);
  border: 1px solid var(--hairline);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}

.host-toast-page .stat-strip .stat-num {
  color: var(--brand-gold-deep);
}

.host-toast-page .stat-strip .stat-label {
  color: var(--ink-soft);
  opacity: 1;
}

.gatherings-checklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}

.gatherings-checklist__item {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: #fffdf9;
  border: 1px solid var(--hairline);
  border-radius: var(--radius-md);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
}

.gatherings-checklist__item:hover {
  transform: translateY(-3px);
  border-color: var(--brand-gold);
  box-shadow: var(--shadow-md);
}

.gatherings-checklist__item i {
  color: var(--brand-gold-deep);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.gatherings-checklist__item span {
  font-size: 0.94rem;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .gatherings-checklist__item {
    white-space: normal;
    flex: 1 1 calc(50% - 9px);
    min-width: 0;
    justify-content: center;
    padding: 12px 14px;
  }

  .gatherings-checklist__item span {
    white-space: normal;
    text-align: justify;
    text-justify: inter-word;
    font-size: 0.88rem;
    line-height: 1.35;
  }
}

@media (max-width: 480px) {
  .gatherings-checklist__item {
    flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .host-toast-page .section {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .host-toast-page .section--tight {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .host-toast-page .cat-hero {
    padding-top: calc(var(--nav-h) + 20px);
    padding-bottom: 18px;
  }

  .host-toast-page .split-row {
    gap: 24px;
  }

  .host-toast-page .stat-strip {
    padding: 20px 16px;
  }
}

.cat-hero {
  padding: calc(var(--nav-h) + 36px) 0 36px;
  text-align: center;
  background: linear-gradient(135deg, var(--cream), var(--cream-warm));
}

.cat-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  color: var(--brand-brown);
  margin-bottom: 14px;
}

/* Variant 1 — split feature rows */
.split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.split-row:has(.split-visual--image) {
  align-items: stretch;
}

.split-row.reverse {
  direction: rtl;
}

.split-row.reverse>* {
  direction: ltr;
}

.split-row .split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-row .split-copy h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--brand-brown);
  margin-bottom: 16px;
}

.split-row .split-copy p {
  color: var(--ink-soft);
  font-size: 1.02rem;
  margin-bottom: 16px;
}

.split-row .split-copy p:last-of-type {
  margin-bottom: 0;
}

.split-row .split-copy .split-points {
  list-style: none;
  margin: 14px 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.split-row .split-copy .split-points li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.5;
}

.split-row .split-copy .split-points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--brand-gold-deep);
  font-weight: 700;
}

.split-row .split-copy .btn {
  margin-top: 22px;
  align-self: flex-start;
}

.split-row .split-visual {
  aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--cream-warm), var(--brand-gold));
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  font-size: 4rem;
}

.split-row .split-visual--image {
  aspect-ratio: unset;
  padding: 0;
  background: var(--cream);
  font-size: 0;
  display: block;
  min-height: 0;
}

.split-row .split-visual--image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Variant 2 — offset stats */
.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 40px;
  background: var(--brand-brown);
  border-radius: var(--radius-lg);
  color: var(--cream);
}

.stat-strip .stat {
  text-align: center;
}

.stat-strip .stat-num {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--brand-gold);
}

.stat-strip .stat-label {
  font-size: 0.82rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0.85;
}

/* Variant 3 — package pricing cards */
.package-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.package-card {
  background: var(--cream);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.package-card.featured {
  background: linear-gradient(165deg, var(--brand-brown), var(--brand-brown-deep));
  color: var(--cream);
  border-color: var(--brand-gold);
  transform: scale(1.03);
}

.package-card:hover {
  transform: translateY(-6px);
  border-color: var(--brand-gold);
  box-shadow: var(--shadow-md);
}

.package-card.featured:hover {
  transform: translateY(-6px) scale(1.03);
}

.package-card h4 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin-bottom: 6px;
  color: var(--brand-brown);
}

.package-card.featured h4 {
  color: var(--cream);
}

.package-card .pkg-price {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--brand-gold-deep);
  margin: 10px 0;
  font-weight: 700;
}

.package-card.featured .pkg-price {
  color: var(--brand-gold);
}

.package-card ul {
  list-style: none;
  margin: 18px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.package-card ul li {
  padding-left: 22px;
  position: relative;
  font-size: 0.94rem;
}

.package-card ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--brand-gold-deep);
  font-weight: 700;
}

.package-card.featured ul li::before {
  color: var(--brand-gold);
}

.package-card.featured ul li {
  color: var(--cream);
  opacity: 0.92;
}

/* ==========================================
   FOOTER — consistent across pages
   ========================================== */
.site-footer {
  background: var(--brand-brown-deep);
  color: var(--cream);
  padding: 52px 0 24px;
  margin-top: 40px;
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  align-items: start;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(253, 248, 240, 0.12);
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

/* .footer-section--brand {
  align-items: center;
  text-align: center;
} */

.footer-section--links {
  align-items: center;
  text-align: left;
      margin-left: -50px;
}

.footer-links-block {
  width: max-content;
  max-width: 100%;
}

.footer-section--links .footer-heading {
  width: 100%;
  text-align: left;
  padding-bottom: 8px;
  margin-bottom: 0;
}

.footer-section--visit {
  align-items: center;
  text-align: center;
  gap: 20px;
}

.footer-section--visit .footer-heading {
  width: 100%;
  text-align: left;
  padding-bottom: 8px;
}

.footer-logo {
  display: block;
  line-height: 0;
}

.footer-logo-img {
   filter: brightness(0) invert(1);
  width: auto;
  display: block;
      max-width: 330px;
}

.footer-tagline {
  margin: 0;
  max-width: 330px;
  font-size:16px;
  line-height: 1.7;
  color: rgba(253, 248, 240, 0.72);
  /* text-align: left; */
  hyphens: none;
}

.footer-heading {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-gold);
  margin: 0;
  padding: 0 0 14px;
  /* border-bottom: 1px solid rgba(253, 248, 240, 0.14); */
  line-height: 1.2;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px 70px;
  padding-top: 20px;
  padding-left: 0;
}

.footer-link-col {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link-col:first-child {
  align-items: flex-start;
  text-align: left;
}

.footer-link-col:last-child {
  /* align-items: flex-end; */
  text-align: left;
}

.footer-section a {
  color: rgba(253, 248, 240, 0.82);
  font-size: 0.92rem;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-section a:hover {
  color: var(--brand-gold);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.footer-contact-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(253, 248, 240, 0.82);
  text-align: left;
  hyphens: none;
}

.footer-contact-line i {
  flex-shrink: 0;
  width: 16px;
  text-align: center;
  color: var(--brand-gold);
  margin-top: 3px;
}

.footer-contact-line span {
  flex: 1;
  min-width: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-bottom p {
  color: rgba(253, 248, 240, 0.55);
  font-size: 0.82rem;
}

.footer-social {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-social__placeholder {
  display: flex;
  gap: 10px;
  opacity: 0.55;
}

.footer-social__placeholder i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(253, 248, 240, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(253, 248, 240, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.footer-social a:hover {
  background: var(--brand-gold);
  color: var(--brand-brown-deep);
  transform: translateY(-2px);
}

/* ==========================================
   CHATBOT — pinned, available on all pages
   ========================================== */
.chatbot-launcher {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-gold), var(--brand-gold-deep));
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-lg);
  transition: transform 0.25s ease;
}

.chatbot-launcher:hover {
  transform: translateY(-3px) scale(1.05);
}

.chatbot-panel {
  position: fixed;
  bottom: 100px;
  right: 24px;
  z-index: 9999;
  width: 340px;
  max-width: calc(100vw - 40px);
  max-height: calc(100dvh - 110px);
  background: var(--cream);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--hairline);
  overflow: hidden;
  display: none;
  flex-direction: column;
}

.chatbot-panel.open {
  display: flex;
  animation: fadeInUp 0.3s ease-out;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chatbot-head {
  background: linear-gradient(135deg, var(--brand-brown), var(--brand-brown-deep));
  color: var(--cream);
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbot-head h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.chatbot-head button {
  background: none;
  border: none;
  color: var(--cream);
  cursor: pointer;
  font-size: 1.2rem;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.chatbot-body {
  padding: 16px 18px;
  max-height: 200px;
  overflow-y: auto;
  flex-shrink: 0;
}

.chat-msg {
  padding: 10px 14px;
  border-radius: 14px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  max-width: 85%;
}

.chat-msg.bot {
  background: var(--cream-warm);
  color: var(--ink);
}

.chat-msg--welcome {
  max-width: 100%;
  white-space: nowrap;
  font-size: 0.84rem;
  padding: 9px 12px;
}

.chat-msg.user {
  background: var(--brand-gold);
  color: var(--cream);
  margin-left: auto;
}

.chat-section-label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 700;
  margin-bottom: 8px;
}

.chat-faq {
  padding: 12px 16px 10px;
  border-top: 1px solid var(--hairline);
}

.chat-faq-grid,
.chat-nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.chat-faq-btn,
.chat-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 44px;
  padding: 8px 8px;
  background: transparent;
  border: 1px solid var(--brand-gold);
  color: var(--brand-gold-deep);
  border-radius: var(--radius-pill);
  font-size: 0.76rem;
  font-family: inherit;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 1.25;
  white-space: normal;
  transition: all 0.2s ease;
}

.chat-faq-btn i,
.chat-nav-btn i {
  font-size: 0.85rem;
  flex-shrink: 0;
}

.chat-faq-btn:hover,
.chat-nav-btn:hover {
  background: var(--brand-gold);
  color: var(--cream);
}

.chat-nav {
  padding: 10px 16px 18px;
  border-top: 1px solid var(--hairline);
}

@media (max-width: 768px) {
  .chatbot-launcher {
    bottom: 16px;
    right: 16px;
    width: 56px;
    height: 56px;
    font-size: 1.35rem;
  }

  .chatbot-panel {
    right: 12px;
    bottom: 84px;
    width: min(340px, calc(100vw - 24px));
    max-height: calc(100dvh - 100px);
  }

  .chatbot-body {
    max-height: 160px;
    padding: 12px 14px;
  }

  .chat-faq,
  .chat-nav {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 400px) {
  .chat-msg--welcome {
    white-space: normal;
  }
}

@media (max-width: 360px) {

  .chat-faq-grid,
  .chat-nav-grid {
    grid-template-columns: 1fr;
  }

  .chatbot-body {
    max-height: 130px;
  }

  .chat-msg--welcome {
    font-size: 0.82rem;
  }
}

/* ==========================================
   ANIMATIONS
   ========================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeInUp 0.7s ease-out both;
}

/* ==========================================
   HEADING & IMAGE ANIMATIONS (site-wide)
   ========================================== */
.ah,
.ai {
  opacity: 0;
  transition:
    opacity 0.76s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.76s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.76s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.ah--up {
  transform: translateY(24px);
}

.ah--left {
  transform: translateX(-32px);
}

.ah--right {
  transform: translateX(32px);
}

.ah--blur {
  transform: translateY(12px);
  filter: blur(6px);
}

.ah--scale {
  transform: scale(0.94);
}

.ai--scale {
  transform: scale(0.9);
}

.ai--left {
  transform: translateX(-40px) scale(0.95);
}

.ai--right {
  transform: translateX(40px) scale(0.95);
}

.ai--up {
  transform: translateY(28px) scale(0.95);
}

.ai--blur {
  transform: scale(0.95);
  filter: blur(8px);
}

.ah.ah-in,
.ai.ai-in {
  opacity: 1;
  transform: none;
  filter: none;
}

@keyframes ahHeroUp {
  from {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(5px);
  }

  to {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@keyframes ahHeroLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ahHeroRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ahHeroScale {
  from {
    opacity: 0;
    transform: scale(0.92);
    filter: blur(3px);
  }

  to {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@keyframes aiHeroIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.92);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.ah-hero {
  opacity: 0;
  animation: ahHeroUp 0.82s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.ah-hero[data-ah="left"] {
  animation-name: ahHeroLeft;
}

.ah-hero[data-ah="right"] {
  animation-name: ahHeroRight;
}

.ah-hero[data-ah="scale"] {
  animation-name: ahHeroScale;
}

.ai-hero {
  opacity: 0;
  animation: aiHeroIn 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@media (prefers-reduced-motion: reduce) {

  .ah,
  .ai,
  .ah-hero,
  .ai-hero {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* ==========================================
   DISH IMAGE ZOOM ON HOVER
   ========================================== */
.dish-card .dish-img {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.dish-card:hover .dish-img {
  transform: scale(1.07);
}

/* ==========================================
   BUTTON SHIMMER SWEEP
   ========================================== */
.btn-primary {
  overflow: hidden;
}

.btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.28) 50%, transparent 100%);
  transform: skewX(-15deg);
  pointer-events: none;
}

.btn-primary:hover::after {
  animation: btnShimmer 0.52s ease-out forwards;
}

@keyframes btnShimmer {
  to {
    left: 145%;
  }
}

/* ==========================================
   NAVBAR SCROLLED SHADOW
   ========================================== */
.navbar-container.scrolled .navbar {
  box-shadow: 0 6px 30px rgba(46, 26, 14, 0.16);
}

/* Counter numbers — prevent layout shift during count-up */
.stat-num {
  font-variant-numeric: tabular-nums;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 1024px) {
  :root {
    --site-gutter: 20px;
    --nav-h: 88px;
  }

  .section {
    padding: 46px 0;
  }

  .navbar-menu {
    display: none;
  }

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

  .about-block--hero h1 {
    white-space: normal;
  }

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

  .menu-sidebar {
    position: static;
    max-height: none;
  }

  .menu-filter-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .menu-filter-list li {
    flex: 0 0 auto;
  }

  .menu-filter-list button {
    width: auto;
    min-height: 44px;
    padding: 10px 16px;
  }

  .menu-toggle-group button {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 0.82rem;
  }

  .menu-card-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .identity-grid {
    grid-template-columns: 1fr;
  }

  .cta-trio {
    grid-template-columns: 1fr;
  }

  .split-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .split-row.reverse {
    direction: ltr;
  }

  .split-row:has(.split-visual--image) .split-visual--image {
    min-height: 280px;
  }

  .stat-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .footer-section--brand {
    grid-column: 1 / -1;
  }

  .footer-links-grid {
    gap: 10px 20px;
  }
}

@media (max-width: 768px) {
  :root {
    --site-gutter: 16px;
    --nav-h: 76px;
  }

  .section {
    padding: 0;
  }

  .section--tight {
    padding: 28px 0;
  }

  .section-head--center {
    margin-bottom: 22px;
  }

  .hero {
    min-height: min(100svh, 840px);
    padding: calc(var(--nav-h) + 18px) 0 36px;
  }

  .hero-description {
    font-size: 1.02rem;
    margin-bottom: 28px;
  }

  .menu-layout {
    padding-top: calc(var(--nav-h) + 20px);
    padding-bottom: 40px;
    gap: 20px;
  }

  .menu-sidebar {
    padding: 18px 14px;
  }

  .contact-hero {
    padding: calc(var(--nav-h) + 20px) 0 24px;
  }

  .contact-map-cta {
    margin-top: 20px;
    gap: 16px;
  }

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

  .menu-category h2 {
    font-size: clamp(1.35rem, 5vw, 1.75rem);
  }

  .navbar-container {
    top: 12px;
    width: 100%;
    max-width: 100%;
  }

  .navbar {
    flex-direction: row;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 22px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .btn {
    padding: 12px 22px;
    font-size: 0.92rem;
  }

  .identity-card,
  .dish-card,
  .testimonial {
    padding: 18px 18px;
  }

  .split-row .split-copy h3 {
    font-size: clamp(1.45rem, 5vw, 1.85rem);
  }

  .timeline {
    padding-left: 34px;
  }

  .tl-item {
    padding-left: 4px;
  }

  .tl-item::before {
    left: -36px;
  }

  .stat-strip {
    padding: 28px 16px;
  }

  .footer-link-col:last-child {
    align-items: flex-start;
    text-align: left;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 20px;
  }

  .footer-section--brand {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(253, 248, 240, 0.1);
  }

  .footer-tagline {
    max-width: 100%;
  }

  .footer-section--links {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(253, 248, 240, 0.1);
        text-align: left;
    margin-left: 0;
    align-items:self-start;
  }

  .footer-section--links .footer-links-grid {
    gap: 10px 18px;
  }

  .footer-section--visit .footer-contact {
    max-width: 420px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .stat-strip {
    grid-template-columns: 1fr;
  }

  .package-card.featured,
  .package-card.featured:hover {
    transform: none;
  }

  .form-success-banner {
    flex-direction: column;
    text-align: center;
    padding: 18px 16px;
    gap: 12px;
  }

  .form-success-banner strong {
    font-size: clamp(1rem, 4vw, 1.15rem);
  }
}

@media (max-width: 640px) {
  .why-step {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 12px;
    padding: 22px 20px;
  }

  .why-step .why-num {
    font-size: 2.4rem;
  }

  .hero-subtitle {
    letter-spacing: 3px;
    font-size: 0.78rem;
  }

  .split-row {
    gap: 24px;
  }

  .gatherings-checklist__item {
    flex: 1 1 100%;
    white-space: normal;
  }

  .gatherings-checklist__item span {
    white-space: normal;
    line-height: 1.35;
  }

  .cta-card {
    padding: 24px 18px;
  }
}

@media (max-width: 560px) {
  .footer-logo-img {
    height: 64px;
    /* width: 100%; */
  }

  .footer-section--links .footer-links-grid {
    gap: 10px 40px;
  }
}

/* Success banner shown after FormSubmit redirects back with ?submitted=1 */
.form-success-banner {
  max-width: 720px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: linear-gradient(135deg, rgba(107, 117, 53, 0.15), rgba(184, 135, 62, 0.12));
  border: 1px solid var(--brand-olive);
  border-radius: var(--radius-md);
  color: var(--brand-brown);
}

.form-success-banner i {
  font-size: 1.8rem;
  color: var(--brand-olive);
  flex-shrink: 0;
}

.form-success-banner strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 4px;
}

/* ==========================================
   ANNAPURNA BAND (V1/classic only) —
   "A Pure Veg Culinary Destination Inspired by Tradition"
   ========================================== */
.annapurna-band {
  background:
    radial-gradient(circle at 50% 100%, rgba(184, 135, 62, 0.12) 0%, transparent 60%),
    linear-gradient(180deg, var(--cream), var(--cream-warm));
  padding: 60px 0;
  position: relative;
}

.annapurna-band::before,
.annapurna-band::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
}

.annapurna-band::before {
  top: 40px;
}

.annapurna-band::after {
  bottom: 40px;
}

.annapurna-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 70px;
  align-items: center;
}

.annapurna-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--brand-gold-deep);
}

.annapurna-figure svg {
  width: 100%;
  max-width: 260px;
  height: auto;
  filter: drop-shadow(0 6px 20px rgba(184, 135, 62, 0.18));
}

.annapurna-figure figcaption {
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-gold-deep);
  text-align: center;
  font-style: italic;
}

.annapurna-copy .section-title {
  margin-bottom: 20px;
}

.annapurna-copy p {
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.annapurna-copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .annapurna-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .annapurna-copy .section-title br {
    display: none;
  }

  .annapurna-figure svg {
    max-width: 220px;
  }
}

/* Annapurna medallion — circular image frame with gold ring and ambient halo */
.annapurna-medallion {
  position: relative;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow:
    0 0 0 4px var(--brand-gold),
    0 0 0 10px rgba(184, 135, 62, 0.28),
    0 0 0 14px rgba(184, 135, 62, 0.14),
    0 18px 48px rgba(74, 44, 26, 0.28);
  background: radial-gradient(circle at 50% 50%, rgba(184, 135, 62, 0.25), transparent 70%);
}

.annapurna-medallion::before {
  content: '';
  position: absolute;
  inset: -40px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 135, 62, 0.22) 0%, transparent 65%);
  pointer-events: none;
}

.annapurna-medallion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 820px) {
  .annapurna-medallion {
    max-width: 240px;
  }
}

/* ==========================================
   HERO RESTRUCTURE — Welcome text beside animated logo
   ========================================== */
.hero-wrap {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-text {
  text-align: center;
}

.hero-text .hero-subtitle {
  margin-bottom: 18px;
}

.hero-text .hero-description {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  text-align: center;
  hyphens: none;
}

.hero-text .hero-buttons {
  justify-content: center;
}

/* Hero animated brand logo — white mark on rich brown square */
.hero-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.hero-logo__stage {
  position: relative;
  width: 100%;
  max-width: 380px;
  display: grid;
  place-items: center;
  padding: 12px 0;
}

.hero-logo__glow {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: radial-gradient(ellipse at 50% 45%, rgba(184, 135, 62, 0.28) 0%, transparent 72%);
  animation: heroLogoGlowPulse 4.5s ease-in-out infinite;
  pointer-events: none;
}

.hero-logo__glow--2 {
  inset: -16px;
  border-radius: 32px;
  background: radial-gradient(ellipse at 50% 50%, rgba(184, 135, 62, 0.12) 0%, transparent 75%);
  animation-delay: -2.2s;
}

.hero-logo__frame {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px 16px;
  border-radius: 20px;
  background: linear-gradient(160deg, var(--brand-brown-deep) 0%, var(--brand-brown) 52%, #3d2414 100%);
  border: 1px solid rgba(248, 232, 184, 0.22);
  box-shadow:
    0 0 0 1px rgba(248, 232, 184, 0.08),
    0 20px 48px rgba(0, 0, 0, 0.42);
  animation: heroLogoFloat 5.5s ease-in-out infinite;
}

.hero-logo__img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  mix-blend-mode: screen;
  animation: heroLogoImgIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both, heroLogoShimmer 4s ease-in-out 1.2s infinite;
}

/* Hero title typewriter — 2s total */
.hero-title--typewriter {
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
  filter: none !important;
}

.tw-hero {
  display: flex;
  align-items: baseline;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  width: fit-content;
  max-width: 0;
  margin: 0 auto;
}

.tw-hero__text {
  display: inline-block;
}

.tw-hero--1 {
  animation: twReveal 0.65s steps(11, end) 0s forwards;
}

.tw-hero--2 {
  animation: twReveal 1.2s steps(21, end) 0.72s forwards;
}

.hero-essence__title .tw-hero {
  margin-left: auto;
  margin-right: auto;
}

.tw-cursor {
  display: inline-block;
  width: 3px;
  height: 0.82em;
  margin-left: 4px;
  background: currentColor;
  flex-shrink: 0;
  opacity: 0;
  animation: twCursorBlink 0.65s step-end infinite;
}

.tw-hero--1 .tw-cursor {
  animation: twCursorBlink 0.65s step-end infinite, twCursorOn1 2s forwards;
}

.tw-hero--2 .tw-cursor {
  animation: twCursorBlink 0.65s step-end infinite, twCursorOn2 2s forwards;
}

@keyframes twReveal {
  from {
    max-width: 0;
  }

  to {
    max-width: 100%;
  }
}

@keyframes twCursorBlink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes twCursorOn1 {

  0%,
  2% {
    opacity: 0;
  }

  3%,
  32% {
    opacity: 1;
  }

  33%,
  100% {
    opacity: 0;
  }
}

@keyframes twCursorOn2 {

  0%,
  35% {
    opacity: 0;
  }

  36%,
  96% {
    opacity: 1;
  }

  97%,
  100% {
    opacity: 0;
  }
}

@keyframes heroLogoGlowPulse {

  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes heroLogoFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes heroLogoImgIn {
  from {
    opacity: 0;
    transform: scale(0.92);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: scale(1);
    filter: none;
  }
}

@keyframes heroLogoShimmer {

  0%,
  100% {
    filter: brightness(1.05);
  }

  50% {
    filter: brightness(1.1) drop-shadow(0 4px 20px rgba(248, 232, 184, 0.28));
  }
}

@media (prefers-reduced-motion: reduce) {

  .hero-logo__glow,
  .hero-logo__frame,
  .hero-logo__img {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
  }

  .tw-hero {
    max-width: 100% !important;
    animation: none !important;
  }

  .tw-cursor {
    display: none;
  }
}

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

  .hero-logo {
    order: -1;
  }

  .hero-logo__stage {
    max-width: 300px;
  }

  .hero-logo__img {
    max-width: 260px;
  }

  .hero-title__brand {
    white-space: normal;
  }
}

/* Logo images — replace inline SVG + wordmark with the real PNG */
.navbar-logo-img {
  height: 48px;
  width: auto;
  display: block;
  max-width: 180px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .navbar-logo-img {
    height: 40px;
  }
}

/* ==========================================
   CULINARY DESTINATION BAND — home page,
   image-led section between hero and Our Identity
   ========================================== */
.culinary-band {
  background: var(--cream);
  padding: 60px 0;
  position: relative;
}

/* .culinary-band::before,
.culinary-band::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
} */
.culinary-band::before {
  top: 36px;
}

.culinary-band::after {
  bottom: 36px;
}

.culinary-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: stretch;
}

.culinary-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.culinary-figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  /* box-shadow:
    0 0 0 1px var(--hairline),
    0 18px 48px rgba(74, 44, 26, 0.18); */
  background: var(--cream);
  position: relative;
  min-height: 0;
  box-shadow: rgba(74, 44, 26, 0.18) 0px 5px 15px 0px;
}

.culinary-figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.culinary-copy .section-title {
  margin-bottom: 20px;
}

.culinary-copy p {
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.culinary-copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .culinary-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .culinary-figure {
    min-height: 280px;
  }

  .culinary-copy .section-title br {
    display: none;
  }
}

/* ==========================================
   PUREVEG IMAGE-TILE SHOWCASE —
   "Open a plate, open a story" (supersedes the prior accordion)
   ========================================== */
.pureveg-section {
  background: var(--cream);
  color: var(--ink);
  padding: 60px 0;
}

.pureveg-section .section-head--center {
  margin-bottom: 28px;
}

.pureveg-section .section-title {
  color: var(--brand-brown);
}

.pureveg-section .section-lede {
  color: var(--ink-soft);
}

.pureveg-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pv-tile {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-color: var(--cream-warm);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(184, 135, 62, 0.2);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s ease;
  outline: none;
}

.pv-tile:hover,
.pv-tile:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), inset 0 0 0 1px var(--brand-gold);
}

.pv-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(46, 26, 14, 0.05) 0%, rgba(46, 26, 14, 0.35) 55%, rgba(46, 26, 14, 0.92) 100%);
  transition: background 0.4s ease;
}

.pv-tile:hover::before,
.pv-tile:focus-within::before {
  background: linear-gradient(180deg, rgba(46, 26, 14, 0.28) 0%, rgba(46, 26, 14, 0.65) 40%, rgba(46, 26, 14, 0.96) 100%);
}

.pv-tile-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 24px;
  color: var(--cream);
  z-index: 2;
}

.pv-tile-eyebrow {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-gold);
  font-weight: 700;
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
}

.pv-tile-title {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 0;
  transition: margin-bottom 0.3s ease;
}

.pv-tile-desc {
  font-size: 0.94rem;
  line-height: 1.6;
  color: rgba(253, 248, 240, 0.92);
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.3s ease 0.1s, margin-top 0.3s ease;
}

.pv-tile:hover .pv-tile-desc,
.pv-tile:focus-within .pv-tile-desc {
  max-height: 240px;
  opacity: 1;
  margin-top: 12px;
}

.pv-tile:hover .pv-tile-eyebrow,
.pv-tile:focus-within .pv-tile-eyebrow {
  opacity: 1;
  transform: translateY(0);
}

.pv-tile:hover .pv-tile-title,
.pv-tile:focus-within .pv-tile-title {
  margin-bottom: 0;
}

.pv-tile-count {
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 2;
  background: rgba(253, 248, 240, 0.12);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  color: var(--cream);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid rgba(253, 248, 240, 0.2);
}

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

@media (hover: none) {
  .pv-tile .pv-tile-eyebrow {
    opacity: 1;
    transform: translateY(0);
  }

  .pv-tile .pv-tile-title {
    margin-bottom: 4px;
  }

  .pv-tile .pv-tile-desc {
    max-height: none;
    opacity: 1;
    margin-top: 8px;
  }
}

@media (max-width: 560px) {
  .pureveg-showcase {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Card layout: image zone on top, text body below on solid bg */
  .pv-tile {
    aspect-ratio: unset;
    padding-top: 200px;
    /* reserves top area for the background-image */
    background-position: center top;
    transform: none !important;
    /* no lift on touch */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  }

  .pv-tile:hover,
  .pv-tile:focus-within {
    transform: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), inset 0 0 0 1px var(--brand-gold);
  }

  /* Gradient covers only the image zone, dissolves into card bg color */
  .pv-tile::before {
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(180deg, rgba(46, 26, 14, 0.05) 0%, rgba(36, 18, 8, 0.5) 72%, rgba(36, 18, 8, 1) 100%);
  }

  .pv-tile:hover::before,
  .pv-tile:focus-within::before {
    background: linear-gradient(180deg, rgba(46, 26, 14, 0.15) 0%, rgba(36, 18, 8, 0.6) 72%, rgba(36, 18, 8, 1) 100%);
  }

  /* Take text out of absolute overlay, flow it below the image zone */
  .pv-tile-content {
    position: relative;
    bottom: auto;
    padding: 16px 20px 22px;
    background: rgb(36, 18, 8);
  }

  /* Always show all text */
  .pv-tile .pv-tile-eyebrow {
    opacity: 1;
    transform: translateY(0);
  }

  .pv-tile .pv-tile-title {
    margin-bottom: 4px;
    font-size: 1.35rem;
  }

  .pv-tile .pv-tile-desc {
    max-height: none;
    opacity: 1;
    margin-top: 8px;
  }
}

/* ==========================================
   KITCHEN MOSAIC — "A walk through our kitchen"
   Editorial asymmetric grid (4 cols × 3 rows)
   Layout: 1 hero 2×2 + 2 squares + 1 wide 2×1 + 4 squares
   ========================================== */
.kitchen-section {
  background: var(--cream);
  padding: 60px 0;
}

/* Home page — all sections cream except hero */
.home-page .section,
.home-page .culinary-band,
.home-page .pureveg-section,
.home-page .kitchen-section,
.home-page .home-why,
.home-page .home-cta-band {
  background: var(--cream);
}

/* Home page — minimal vertical rhythm between sections */
.home-page .section,
.home-page .culinary-band,
.home-page .pureveg-section,
.home-page .kitchen-section {
  /* padding-top: 28px; */
  padding-bottom: 60px;
}

.home-page .home-why {
  padding-top: 32px;
  padding-bottom: 32px;
}

.home-page .home-cta-band {
  padding-top: 36px;
  padding-bottom: 36px;
}

.home-page .section-head--center {
  margin-bottom: 18px;
}

.home-page .pureveg-section .section-head--center {
  margin-bottom: 18px;
}

.home-page .identity-grid {
  margin-top: 8px;
}

.home-page .culinary-band::before {
  top: 16px;
}

.home-page .culinary-band::after {
  bottom: 16px;
}

.home-page .culinary-inner {
  gap: 36px;
}

.home-page .home-cta-band p {
  margin-bottom: 22px;
}

@media (max-width: 768px) {

  .home-page .section,
  .home-page .culinary-band,
  .home-page .pureveg-section,
  .home-page .kitchen-section {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .home-page .home-why {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .home-page .home-cta-band {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .home-page .culinary-inner {
    gap: 28px;
  }
}

.kitchen-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
  aspect-ratio: 16 / 11;
}

.kt-tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  background-size: cover;
  background-position: center;
  background-color: var(--cream-warm);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s ease;
  outline: none;
}

.kt-tile:hover,
.kt-tile:focus-within {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  z-index: 2;
}

.kt-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(46, 26, 14, 0) 45%, rgba(46, 26, 14, 0.82) 100%);
  transition: background 0.4s ease;
}

.kt-tile:hover::before,
.kt-tile:focus-within::before {
  background: linear-gradient(180deg, rgba(46, 26, 14, 0.25) 0%, rgba(46, 26, 14, 0.92) 100%);
}

/* Hero (top-left 2×2) */
.kt-tile--hero {
  grid-column: span 2;
  grid-row: span 2;
}

/* Wide (2×1 banner) */
.kt-tile--wide {
  grid-column: span 2;
}

/* Caption slides up on hover/focus */
.kt-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 22px;
  color: var(--cream);
  z-index: 2;
  transform: translateY(6px);
  transition: transform 0.35s ease;
}

.kt-tile:hover .kt-caption,
.kt-tile:focus-within .kt-caption {
  transform: translateY(0);
}

.kt-caption h4 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.15;
}

.kt-tile--hero .kt-caption h4 {
  font-size: 1.95rem;
}

.kt-tile--wide .kt-caption h4 {
  font-size: 1.5rem;
}

.kt-eyebrow {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--brand-gold);
  font-weight: 700;
  margin-bottom: 6px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.kt-tile:hover .kt-eyebrow,
.kt-tile:focus-within .kt-eyebrow {
  opacity: 1;
}

/* Always-visible chip on the hero tile */
.kt-chip {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 3;
  background: rgba(253, 248, 240, 0.9);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  color: var(--brand-brown);
  font-size: 0.66rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
}

@media (max-width: 1024px) {
  .kitchen-mosaic {
    grid-template-columns: repeat(4, 1fr);
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 768px) {
  .kitchen-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, minmax(0, 1fr));
    aspect-ratio: 2 / 3;
  }

  .kt-tile--hero {
    grid-column: span 2;
    grid-row: span 2;
  }

  .kt-tile--wide {
    grid-column: span 2;
  }
}

@media (max-width: 480px) {
  .kitchen-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    aspect-ratio: auto;
    gap: 12px;
  }

  .kt-tile {
    aspect-ratio: 4/3;
    grid-column: span 1 !important;
    grid-row: auto !important;
  }

  /* Show caption permanently on mobile */
  .kt-caption {
    transform: none;
  }

  .kt-eyebrow {
    opacity: 1;
  }

  .kt-tile::before {
    background: linear-gradient(180deg, rgba(46, 26, 14, 0.15) 0%, rgba(46, 26, 14, 0.88) 100%);
  }
}



/* split-visual--image sizing is handled on .split-row above */
/* ==========================================
   AMRUTHAM RESERVATION FORM — BOOTSTRAP STYLE
   ========================================== */

.reserve-form-card {
  background: #fffdf9;
  border: 1px solid rgba(184, 135, 62, 0.18);
  border-radius: 28px;
  padding: 42px;
  box-shadow: 0 18px 50px rgba(74, 44, 26, 0.10);
}

/* Section headings */

.form-section-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.form-section-title span {
  color: var(--brand-gold-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.form-section-title::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg,
      rgba(184, 135, 62, 0.45),
      transparent);
}

/* Labels */

.reserve-form-card .form-label {
  color: var(--brand-brown);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.reserve-form-card .form-label span {
  color: var(--brand-terracotta);
}

/* Inputs */

.reserve-form-card .form-control,
.reserve-form-card .form-select {
  min-height: 40px;
  border: 1px solid rgba(74, 44, 26, 0.14);
  border-radius: 12px;
  background: #fff;
  color: var(--brand-brown);
  padding: 12px 15px;
  font-family: var(--font-body);
  font-size: 0.94rem;
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.reserve-form-card textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

/* Placeholder */

.reserve-form-card .form-control::placeholder {
  color: #9b8b7c;
  opacity: 1;
}

/* Focus */

.reserve-form-card .form-control:focus,
.reserve-form-card .form-select:focus {
  border-color: var(--brand-gold);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(184, 135, 62, 0.12);
}

/* Phone */

.phone-input-group .country-select {
  flex: 0 0 125px;
  max-width: 50px;
  padding: 12px 8px;
}

.phone-input-group .form-select {
  border-radius: 12px 0 0 12px;
}

.phone-input-group .form-control {
  border-radius: 0 12px 12px 0;
}

/* Submit */

.reserve-submit-btn {
  min-height: 56px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg,
      var(--brand-gold),
      var(--brand-gold-deep));
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(184, 135, 62, 0.28);
}

.reserve-submit-btn:hover {
  background: linear-gradient(135deg,
      var(--brand-gold-deep),
      var(--brand-brown));
  transform: translateY(-2px);
  color: #fff;
}

.reserve-submit-note {
  margin: 0;
  text-align: center;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

/* Mobile */

@media (max-width: 767.98px) {

  .reserve-form-card {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .form-section-title {
    margin-top: 10px;
    margin-bottom: 18px;
  }

  .phone-input-group .country-select {
    flex: 0 0 105px;
    max-width: 105px;
  }

  .reserve-form-card .form-control,
  .reserve-form-card .form-select {
    min-height: 50px;
  }

}

/* ==========================================
   CONTACT FORM
   ========================================== */

.contact-form-wrap {
  /* width: min(100%, 720px); */
  margin: 40px auto;
}

.contact-form-title {
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
}


/* Form card */

.contact-form-wrap .reserve-form-card {
  padding: 38px;
  background: #fffdf9;
  border: 1px solid rgba(184, 135, 62, 0.18);
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(74, 44, 26, 0.08);
}


/* Labels */

.contact-form-wrap .form-label {
  display: block;
  margin-bottom: 8px;

  color: var(--brand-brown);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.contact-form-wrap .form-label span {
  color: #b44735;
}


/* Inputs */

.contact-form-wrap .form-control,
.contact-form-wrap .form-select {
  min-height: 52px;

  padding: 12px 15px;

  border: 1px solid rgba(74, 44, 26, 0.15);
  border-radius: 11px;

  background: #fff;

  color: var(--ink);

  font-family: inherit;
  font-size: 0.92rem;

  box-shadow: none;

  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}


/* Textarea */

.contact-form-wrap textarea.form-control {
  min-height: 145px;
  resize: vertical;
  line-height: 1.6;
}


/* Placeholder */

.contact-form-wrap .form-control::placeholder {
  color: #a39486;
}


/* Focus */

.contact-form-wrap .form-control:focus,
.contact-form-wrap .form-select:focus {
  border-color: var(--brand-gold);

  box-shadow:
    0 0 0 3px rgba(184, 135, 62, 0.12);

  outline: none;
}


/* Hover */

.contact-form-wrap .form-control:hover,
.contact-form-wrap .form-select:hover {
  border-color: rgba(184, 135, 62, 0.4);
}


/* Phone */

.contact-phone-group .country-code-select {
  flex: 0 0 70px;
  width: 110px;

  border-radius: 11px 0 0 11px;
  /* background-color: #faf7f1; */
}

.contact-phone-group .form-control {
  border-radius: 0 11px 11px 0;
}


/* Submit */

.contact-submit-btn {
  min-height: 54px;

  border: 0;
  border-radius: 12px;

  background:
    linear-gradient(135deg,
      var(--brand-gold),
      var(--brand-gold-deep));

  font-weight: 700;

  box-shadow:
    0 8px 20px rgba(184, 135, 62, 0.22);

  transition:
    transform .2s ease,
    box-shadow .2s ease;
    display: block;
    text-align: center;
}

.contact-submit-btn:hover {
  color: #fff;

  transform: translateY(-2px);

  box-shadow:
    0 12px 26px rgba(184, 135, 62, 0.28);
}

.contact-submit-btn i {
  margin-right: 8px;
}


/* Error */

.contact-form-wrap .field-error {
  display: none;

  margin-top: 6px;

  color: #b44735;
  font-size: 0.75rem;
}


/* Success */

.contact-form-wrap .form-success-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  margin-bottom: 24px;
  padding: 15px 17px;

  border: 1px solid rgba(55, 130, 85, 0.2);
  border-radius: 12px;

  background: #f3faf5;

  color: #356b49;

  font-size: 0.88rem;
}

.contact-form-wrap .form-success-banner>i {
  margin-top: 2px;
  font-size: 1.1rem;
}

.contact-form-wrap .form-success-banner strong {
  display: block;
  margin-bottom: 2px;
}


/* Mobile */

@media (max-width: 767.98px) {

  .contact-form-wrap {
    margin: 25px auto;
  }

  .contact-form-wrap .reserve-form-card {
    padding: 26px 20px;
    border-radius: 20px;
  }

  .contact-form-wrap .form-control,
  .contact-form-wrap .form-select {
    min-height: 50px;
  }

  .contact-phone-group .country-code-select {
    flex: 0 0 85px;
    width: 85px;
  }

}

/* Right side contact cards */
.contact-cta-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta-card--compact {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 16px;
  /* align-items: start; */

  padding: 24px;
  padding-block: 40px;
}

/* Icon */
.cta-card--compact .cta-icon {
  grid-column: 1;
  grid-row: 1 / span 2;

  width: 52px;
  height: 52px;
  min-width: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  margin: 0;

  background: #b57b28;
  color: #fff;

  font-size: 18px;
}

/* Heading */
.cta-card--compact h3 {
  grid-column: 2;
  grid-row: 1;

  margin: 0 0 5px;

  font-size: 1.15rem;
  line-height: 1.3;
}

/* Content */
.cta-card--compact .cta-lines {
  grid-column: 2;
  grid-row: 2;

  margin: 0;

  font-size: 17px;
  line-height: 1.55;
  color: #66574d;
}

/* Phone / email link */
.cta-card--compact .email-link {
  display: block;

  margin-bottom: 3px;

  color: #c65332;
  font-weight: 600;
  text-decoration: underline;
}

/* Text inside card */
.cta-card--compact .cta-lines div {
  margin: 0;
}

/* Mobile */
@media (max-width: 575.98px) {

  .cta-card--compact {
    padding: 20px;
    grid-template-columns: 46px 1fr;
    column-gap: 13px;
  }

  .cta-card--compact .cta-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    font-size: 16px;
  }

  .cta-card--compact h3 {
    font-size: 1.05rem;
  }

  .cta-card--compact .cta-lines {
    font-size: 0.85rem;
  }
}




.footer-link-col li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    text-decoration: none;

    transition: color 0.25s ease, transform 0.25s ease;
}

.footer-link-col li a::before {
    content: "\f054";

    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    font-size: 10px;

    color: #d59a32;

    transition: transform 0.25s ease;
}

.footer-link-col li a:hover {
    color: #d59a32;
    transform: translateX(3px);
}

.footer-link-col li a:hover::before {
    transform: translateX(3px);
}
.footer-contact-line {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.footer-contact-line > i {
    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #593a28;
    border-radius: 50%;

    color: #d59a32;
    font-size: 12px;

    margin-top: 0;
    
    box-sizing: border-box;
}
.mobile-break {
    display: none;
}

@media (max-width: 575.98px) {
    .mobile-break {
        display: block;
    }
}
/* =========================================================
   MOBILE AOS ANIMATION FIX
   Keep animation, but reduce movement on small screens
   ========================================================= */

@media (max-width: 767.98px) {

    /* Prevent animation from creating horizontal overflow */
    html,
    body {
        overflow-x: hidden;
        width: 100%;
    }

    /* Keep AOS animation enabled */
    [data-aos] {
        transition-property: opacity, transform !important;
    }

    /* Smaller movement on mobile */
    [data-aos="fade-left"] {
        transform: translate3d(25px, 0, 0);
    }

    [data-aos="fade-right"] {
        transform: translate3d(-25px, 0, 0);
    }

    [data-aos="fade-up"] {
        transform: translate3d(0, 25px, 0);
    }

    [data-aos="fade-down"] {
        transform: translate3d(0, -25px, 0);
    }

    /* Zoom animations */
    [data-aos="zoom-in"] {
        transform: scale(.95);
    }

    [data-aos="zoom-out"] {
        transform: scale(1.05);
    }

    /* AOS animated elements shouldn't exceed viewport */
    [data-aos] {
        max-width: 100%;
    }
}
#mobileNavClose i {
    padding-left: 16px;
}
@media (max-width:991px) {
    .menu-filter-list {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 8px;
    }
    .dish-card .dish-img {
    border-radius: 22px}
    .section-title {
  font-size:1.5rem;

}
  }


/*  */

.testimonials-carousel .owl-stage {
    display: flex;
}

.testimonials-carousel .owl-item {
    display: flex;
}

.testimonials-carousel .testimonial {
    width: 100%;
    height: 100%;
}
.testimonials-carousel .owl-dots {
    text-align: center;
    margin-top: 28px;
}

.testimonials-carousel .owl-dot span {
    width: 9px;
    height: 9px;
    display: block;
    margin: 5px;
    border-radius: 50%;
    background: #ccc;
}

.testimonials-carousel .owl-dot.active span {
    transform: scale(1.25);
}

/* .awscf-submit-btn {
  background: #a3742d !important;
} */