/* ============================================================
   Naludesam Namboodiries — shared design system
   Heritage editorial · palm-green / rice-paper / turmeric-gold
   ============================================================ */

/* ---- Tokens ------------------------------------------------ */
:root {
  /* surfaces */
  --paper:      #fbf5e9;          /* rice-paper page bg */
  --paper-2:    #f4ead4;          /* warm band */
  --surface:    #fffdf8;          /* cards */
  --palm:       #0d2a1d;          /* deep palm canvas */
  --palm-2:     #123726;          /* lighter palm */
  --leaf:       #1f5238;          /* banana-leaf green */
  --leaf-soft:  #2c6b49;

  /* ink */
  --ink:        #1d1810;
  --ink-soft:   #3c3424;
  --muted:      #6c5d46;
  --muted-2:    #8a7a60;
  --on-dark:    #f3ead7;
  --on-dark-mut:rgba(243, 234, 215, 0.72);

  /* accent — turmeric gold from the logo */
  --gold:       #cf9d22;
  --gold-bright:#e4bb4d;
  --gold-deep:  #a87c14;
  --blue:       #0f4f91;          /* signboard blue — phone links only */
  --chilli:     #b8372c;          /* tiny kicker accent */

  --line:       rgba(29, 24, 16, 0.12);
  --line-strong:rgba(29, 24, 16, 0.22);
  --line-dark:  rgba(243, 234, 215, 0.16);

  --shadow-sm:  0 2px 10px rgba(29, 24, 16, 0.06);
  --shadow:     0 22px 60px rgba(20, 18, 12, 0.14);
  --shadow-lg:  0 40px 110px rgba(13, 42, 29, 0.28);

  --radius:     14px;
  --radius-lg:  22px;
  --maxw:       1240px;

  --font-display: "Playfair Display", "Iowan Old Style", Georgia, serif;
  --font-body:    "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-mal:     "Noto Serif Malayalam", "Playfair Display", Georgia, serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  color-scheme: light;
}

/* ---- Reset ------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.js body:not(.loaded) {
  overflow: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; }
ul { list-style: none; padding: 0; }
::selection { background: var(--gold); color: #1a1408; }

:focus-visible {
  outline: 2px solid var(--gold-deep);
  outline-offset: 3px;
  border-radius: 4px;
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* ---- Page loading ----------------------------------------- */
.page-loader { display: none; }
.js .page-loader {
  position: fixed; inset: 0; z-index: 200;
  display: grid; place-items: center;
  background: var(--palm);
  color: var(--on-dark);
  transition: opacity 0.55s var(--ease), visibility 0.55s var(--ease);
}
.js body.loaded .page-loader {
  opacity: 0; visibility: hidden; pointer-events: none;
}
.loader-card {
  display: grid; place-items: center; gap: 16px;
  transform: translateY(0);
  animation: loaderRise 0.7s var(--ease) both;
}
.loader-mark {
  width: 96px; height: 72px;
  display: grid; place-items: center;
  position: relative;
}
.loader-mark::before {
  content: ""; position: absolute; inset: -10px;
  border: 1px solid rgba(228,187,77,0.3);
  border-radius: 50%;
  animation: loaderRing 1.2s var(--ease) infinite;
}
.loader-mark img { width: 100%; height: 100%; object-fit: contain; position: relative; z-index: 1; }
.loader-text {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold-bright);
}
@keyframes loaderRise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes loaderRing {
  0% { transform: scale(0.82); opacity: 0; }
  45% { opacity: 1; }
  100% { transform: scale(1.12); opacity: 0; }
}

/* ---- Typography ------------------------------------------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.08; }
.display {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.9rem, 7vw, 6.4rem);
  letter-spacing: -0.02em;
  line-height: 0.98;
}
h2.section-title {
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  letter-spacing: -0.015em;
  color: var(--palm);
}
.mal { font-family: var(--font-mal); font-weight: 600; line-height: 1.35; }

.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.kicker::before {
  content: ""; width: 26px; height: 1px;
  background: currentColor; opacity: 0.7;
}
.kicker.center::after {
  content: ""; width: 26px; height: 1px;
  background: currentColor; opacity: 0.7;
}
.lede {
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  color: var(--muted);
  line-height: 1.6;
  max-width: 56ch;
  text-wrap: pretty;
}

/* gold diamond divider (echoes the logo's hexagon motif) */
.rule {
  display: flex; align-items: center; gap: 14px;
  color: var(--gold);
}
.rule::before, .rule::after {
  content: ""; height: 1px; flex: 1; max-width: 90px;
  background: currentColor; opacity: 0.55;
}
.rule .gem { width: 9px; height: 9px; transform: rotate(45deg); background: currentColor; }

/* ---- Layout ----------------------------------------------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(20px, 5vw, 64px); }
.section { padding-block: clamp(72px, 10vw, 130px); }
.section.tight { padding-block: clamp(54px, 7vw, 90px); }
.stack > * + * { margin-top: 1.1rem; }
.center { text-align: center; }
.center .kicker, .center .rule { justify-content: center; }
.section-head { max-width: 720px; }
.section-head.center { margin-inline: auto; }

/* ---- Buttons ---------------------------------------------- */
.btn {
  --bg: var(--gold);
  --fg: #20180a;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 14px 26px;
  background: var(--bg); color: var(--fg);
  border-radius: 999px;
  font-weight: 600; font-size: 0.98rem; letter-spacing: 0.01em;
  border: 1px solid transparent;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease);
  box-shadow: 0 14px 30px rgba(207, 157, 34, 0.28);
  text-align: center;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 20px 40px rgba(207, 157, 34, 0.34); }
.btn:active { transform: translateY(0); }
.btn svg,
.btn .ic { width: 19px; height: 19px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.btn svg { flex: none; }
.btn-ghost {
  --bg: transparent; --fg: var(--palm);
  border-color: var(--line-strong); box-shadow: none;
}
.btn-ghost:hover { background: rgba(29,24,16,0.04); box-shadow: none; }
.btn-light { --bg: var(--surface); --fg: var(--palm); box-shadow: var(--shadow-sm); }
.btn-on-dark { --bg: transparent; --fg: var(--on-dark); border-color: var(--line-dark); box-shadow: none; }
.btn-on-dark:hover { background: rgba(243,234,215,0.08); box-shadow: none; }
.btn-block { width: 100%; }
.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; color: var(--palm);
  border-bottom: 1.5px solid var(--gold);
  padding-bottom: 2px; width: fit-content;
  transition: gap 0.25s var(--ease);
}
.link-arrow svg { width: 17px; height: 17px; transition: transform 0.25s var(--ease); }
.link-arrow:hover { gap: 12px; }
.link-arrow:hover svg { transform: translateX(3px); }

/* ---- Header ----------------------------------------------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease), backdrop-filter 0.3s, transform 0.35s var(--ease);
}
.site-header .bar {
  display: flex; align-items: center; gap: 24px;
  min-height: 84px; padding-block: 12px;
}
.site-header.scrolled {
  background: rgba(10, 32, 22, 0.92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.22);
}
.site-header.scrolled .bar { min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand .badge {
  width: 72px; height: 52px; flex: none;
  background: transparent; border-radius: 9px;
  display: grid; place-items: center; overflow: hidden;
  box-shadow: none;
}
.brand .badge img { width: 100%; height: 100%; object-fit: contain; transform: none; }
.brand .name { line-height: 1.04; }
.brand .name b { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; color: var(--on-dark); letter-spacing: 0.01em; }
.brand .name span { display: block; font-size: 0.66rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-bright); margin-top: 2px; }

.nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); }
.nav a {
  position: relative; font-size: 0.95rem; font-weight: 500;
  color: var(--on-dark-mut); padding-block: 6px;
  transition: color 0.2s;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--gold-bright); transition: width 0.25s var(--ease);
}
.nav a:hover, .nav a[aria-current="page"] { color: #fff; }
.nav a:hover::after, .nav a[aria-current="page"]::after { width: 100%; }
.header-cta { display: inline-flex; align-items: center; gap: 8px; }
.header-cta .btn { min-height: 44px; padding: 10px 20px; font-size: 0.9rem; }
.header-cta svg { width: 17px; height: 17px; }

.menu-toggle {
  display: none; width: 46px; height: 46px; margin-left: auto;
  border: 1px solid var(--line-dark); border-radius: 12px;
  background: rgba(243,234,215,0.06);
  place-items: center;
}
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--on-dark); border-radius: 2px; transition: transform 0.3s var(--ease), opacity 0.2s; }
.menu-toggle span + span { margin-top: 5px; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile drawer */
.mobile-nav {
  position: fixed; inset: 0; z-index: 55;
  background: rgba(8, 26, 18, 0.97);
  backdrop-filter: blur(8px);
  display: flex; flex-direction: column; justify-content: center; gap: 6px;
  padding: 90px clamp(24px, 8vw, 60px) 40px;
  transform: translateX(100%); transition: transform 0.4s var(--ease);
  visibility: hidden;
}
.mobile-nav.open { transform: none; visibility: visible; }
.mobile-nav a {
  font-family: var(--font-display); font-size: clamp(1.8rem, 7vw, 2.6rem);
  color: var(--on-dark); padding-block: 10px;
  border-bottom: 1px solid var(--line-dark);
  display: flex; align-items: center; justify-content: space-between;
}
.mobile-nav a span { font-family: var(--font-body); font-size: 0.8rem; color: var(--gold-bright); letter-spacing: 0.1em; }
.mobile-nav .m-actions { margin-top: 28px; display: grid; gap: 12px; }

/* ---- Hero ------------------------------------------------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: var(--on-dark); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); animation: heroDrift 14s var(--ease) both; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(95deg, rgba(8,26,18,0.94) 0%, rgba(8,26,18,0.74) 38%, rgba(8,26,18,0.28) 70%, rgba(8,26,18,0.12) 100%),
    linear-gradient(0deg, rgba(8,26,18,0.85) 0%, rgba(8,26,18,0.1) 46%);
}
.hero .wrap { position: relative; z-index: 2; padding-bottom: clamp(56px, 9vw, 110px); padding-top: 130px; }
.hero-inner { max-width: 760px; }
.js .hero-inner > * {
  opacity: 0;
  transform: translateY(20px);
  animation: heroIn 0.85s var(--ease) forwards;
}
.js .hero-inner > *:nth-child(2) { animation-delay: 0.08s; }
.js .hero-inner > *:nth-child(3) { animation-delay: 0.16s; }
.js .hero-inner > *:nth-child(4) { animation-delay: 0.24s; }
.js .hero-inner > *:nth-child(5) { animation-delay: 0.32s; }
.js .hero-inner > *:nth-child(6) { animation-delay: 0.4s; }
.hero h1 { margin-top: 18px; color: #fff; }
.hero .hero-sub { margin-top: 12px; font-family: var(--font-mal); font-size: clamp(1.05rem, 2.2vw, 1.6rem); color: var(--gold-bright); font-weight: 600; }
.hero .lede { color: var(--on-dark-mut); margin-top: 22px; max-width: 50ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-offer {
  display: inline-flex; align-items: center; gap: 16px; margin-top: 30px;
  padding: 14px 20px 14px 16px;
  border: 1px solid var(--line-dark); border-radius: var(--radius);
  background: rgba(243,234,215,0.07); backdrop-filter: blur(8px);
}
.hero-offer .price { font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; color: var(--gold-bright); line-height: 1; }
.hero-offer .price small { font-size: 1rem; font-weight: 600; opacity: 0.8; }
.hero-offer .meta { font-size: 0.92rem; color: var(--on-dark); line-height: 1.3; max-width: 220px; }
.scroll-cue {
  position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--on-dark-mut); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
}
.scroll-cue .dot { width: 1px; height: 34px; background: linear-gradient(var(--gold-bright), transparent); animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0%{transform:scaleY(0);transform-origin:top;opacity:0;} 40%{transform:scaleY(1);opacity:1;} 100%{transform:scaleY(1);transform-origin:bottom;opacity:0;} }
@keyframes heroIn { to { opacity: 1; transform: none; } }
@keyframes heroDrift { from { transform: scale(1.08); } to { transform: scale(1.04); } }

/* ---- Proof strip ----------------------------------------- */
.proof {
  background: var(--palm); color: var(--on-dark);
  border-block: 1px solid rgba(243,234,215,0.08);
}
.proof .grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof .cell {
  padding: clamp(28px, 4vw, 46px) clamp(20px, 3vw, 36px);
  border-left: 1px solid rgba(243,234,215,0.1);
}
.proof .cell:first-child { border-left: 0; }
/* align outer numbers with section content edge (the band itself stays full-bleed) */
@media (min-width: 861px) {
  .proof .cell:first-child { padding-left: 0; }
  .proof .cell:last-child  { padding-right: 0; }
}
.proof b { display: block; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.9rem, 3.4vw, 3rem); color: var(--gold-bright); line-height: 1; }
.proof span { display: block; margin-top: 8px; font-size: 0.92rem; color: var(--on-dark-mut); }

/* ---- Split sections -------------------------------------- */
/* mobile-first: single column by default, real columns only at >=1025px so
   page-level layouts can't be locked into 2-col on small screens */
.split { display: grid; grid-template-columns: 1fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.split.top { align-items: start; }
@media (min-width: 1025px) {
  .split { grid-template-columns: 1.05fr 0.95fr; }
  .split.wide-left   { grid-template-columns: 1.25fr 0.75fr; }
  .split.narrow-left { grid-template-columns: 0.82fr 1.18fr; }
  .split.flip > .media { order: -1; }
}
.media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); background: var(--paper-2); }
.media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3.2; transition: transform 0.8s var(--ease), opacity 0.5s var(--ease), filter 0.5s var(--ease); }
.media:hover img { transform: scale(1.035); }
.media.tall img { aspect-ratio: 3 / 4; }
.media-tag {
  position: absolute; left: 16px; bottom: 16px;
  padding: 8px 14px; border-radius: 999px;
  background: rgba(10,32,22,0.82); color: var(--on-dark);
  font-size: 0.8rem; font-weight: 600; backdrop-filter: blur(6px);
}

.signature {
  margin-top: 30px; padding: 26px;
  background: var(--surface); border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  position: relative; overflow: visible;
}
/* gold diamond seal — echoes the logo hexagon motif (not a left-border tile) */
.signature::before { content: ""; position: absolute; left: 26px; top: -7px; width: 14px; height: 14px; background: var(--gold); transform: rotate(45deg); box-shadow: 0 2px 6px rgba(168,124,20,0.35); }
.signature .tag { color: var(--chilli); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.signature b { display: block; font-family: var(--font-display); font-size: 1.5rem; color: var(--palm); margin-top: 6px; }
.signature p { margin-top: 8px; color: var(--muted); font-size: 0.98rem; }

/* ---- Offer band ------------------------------------------ */
.offer-band { position: relative; overflow: hidden; color: var(--on-dark); }
.offer-band::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(100deg, rgba(13,42,29,0.95), rgba(31,82,56,0.88)),
    url("../img/service-sadhya.jpg") center/cover;
}
.offer-band .inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding-block: clamp(48px, 6vw, 78px); }
.offer-band .pricetag { display: flex; align-items: baseline; gap: 14px; }
.offer-band .pricetag .big { font-family: var(--font-display); font-weight: 800; font-size: clamp(3rem, 7vw, 5.4rem); color: var(--gold-bright); line-height: 0.9; }
.offer-band h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.offer-band p { color: var(--on-dark-mut); max-width: 46ch; margin-top: 8px; }

/* ---- Cards / menu preview -------------------------------- */
.cards { display: grid; gap: 20px; }
.cards.c2 { grid-template-columns: repeat(2, 1fr); }
.cards.c3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s, background 0.3s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(207,157,34,0.4); }
.card .tag { color: var(--chilli); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.card h3 { margin-top: 8px; font-size: 1.42rem; color: var(--palm); }
.card h3.mal { font-family: var(--font-mal); font-weight: 600; }
.card p { margin-top: 10px; color: var(--muted); font-size: 0.97rem; }
.card.feature { background: var(--leaf); border-color: transparent; color: var(--on-dark); }
.card.feature .tag { color: var(--gold-bright); }
.card.feature h3, .card.feature p { color: var(--on-dark); }
.card.feature p { color: var(--on-dark-mut); }

/* chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  padding: 9px 16px; border-radius: 999px;
  border: 1px solid var(--line-strong); background: rgba(255,255,255,0.5);
  color: var(--palm); font-weight: 500; font-size: 0.92rem;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.chip svg { width: 15px; height: 15px; display: inline-block; vertical-align: -2px; margin-right: 6px; stroke: var(--gold-deep); fill: none; stroke-width: 1.8; }

/* ---- Menu page: tabs + lists ----------------------------- */
.menu-tabs { display: flex; flex-wrap: wrap; gap: 8px; border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.menu-tab {
  padding: 12px 20px; border-radius: 999px 999px 0 0;
  font-weight: 600; font-size: 0.96rem; color: var(--muted);
  position: relative; transition: color 0.2s;
}
.menu-tab[aria-selected="true"] { color: var(--palm); }
.menu-tab[aria-selected="true"]::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: -2px; height: 3px;
  background: var(--gold); border-radius: 3px;
}
.menu-panel { display: none; animation: fade 0.4s var(--ease); }
.menu-panel.active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.dish-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px 40px; }
.dish {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 2px; border-bottom: 1px solid var(--line);
}
.dish .dot { flex: 1; }
.dish .dot { border-bottom: 1px dotted rgba(29, 24, 16, 0.24); transform: translateY(3px); }
.dish .nm { font-weight: 500; color: var(--ink); }
.dish .nm small { display: block; color: var(--muted-2); font-size: 0.82rem; font-weight: 400; }
.dish .veg { width: 14px; height: 14px; border: 1.5px solid #2c7a3f; border-radius: 3px; position: relative; flex: none; align-self: center; }
.dish .veg::after { content: ""; position: absolute; inset: 3px; background: #2c7a3f; border-radius: 50%; }

/* package card */
.package {
  background: var(--palm); color: var(--on-dark);
  border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 44px);
  box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.package::after { content: ""; position: absolute; right: -40px; top: -40px; width: 180px; height: 180px; border: 1px solid rgba(228,187,77,0.25); border-radius: 50%; }
.package .price { font-family: var(--font-display); font-weight: 800; font-size: clamp(3rem, 6vw, 4.6rem); color: var(--gold-bright); line-height: 1; }
.package h3 { color: #fff; font-size: 1.6rem; margin-top: 6px; }
.package ul { margin-top: 20px; display: grid; gap: 10px; }
.package li { display: flex; gap: 10px; align-items: flex-start; color: var(--on-dark-mut); font-size: 0.96rem; }
.package li svg { width: 18px; height: 18px; flex: none; stroke: var(--gold-bright); fill: none; stroke-width: 2; margin-top: 2px; }

/* ---- Gallery + lightbox ---------------------------------- */
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; grid-auto-flow: dense; grid-auto-rows: 220px; }
.g-item { position: relative; border-radius: var(--radius); overflow: hidden; cursor: zoom-in; background: var(--paper-2); }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease), opacity 0.5s var(--ease), filter 0.5s var(--ease); }
.g-item:hover img { transform: scale(1.06); }
.g-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 16px 14px;
  color: #fff; font-weight: 600; font-size: 0.92rem;
  background: linear-gradient(0deg, rgba(8,26,18,0.85), transparent);
  opacity: 0; transform: translateY(8px); transition: opacity 0.3s, transform 0.3s;
}
.g-item:hover figcaption { opacity: 1; transform: none; }
.g-item .zoom { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%; background: rgba(10,32,22,0.7); display: grid; place-items: center; opacity: 0; transition: opacity 0.3s; }
.g-item:hover .zoom { opacity: 1; }
.g-item .zoom svg { width: 16px; height: 16px; stroke: #fff; fill: none; stroke-width: 2; }
.span-6 { grid-column: span 6; } .span-5 { grid-column: span 5; } .span-7 { grid-column: span 7; }
.span-4 { grid-column: span 4; } .span-8 { grid-column: span 8; } .span-12 { grid-column: span 12; }
.row-2 { grid-row: span 2; }

.lightbox {
  position: fixed; inset: 0; z-index: 100; display: none;
  background: rgba(6, 18, 12, 0.94); backdrop-filter: blur(6px);
  align-items: center; justify-content: center; padding: clamp(16px, 4vw, 48px);
}
.lightbox.open { display: flex; }
.lightbox.open img { animation: lightboxIn 0.28s var(--ease) both; }
.lightbox img { max-width: 100%; max-height: 84vh; border-radius: 10px; box-shadow: var(--shadow-lg); }
.lightbox .cap { position: absolute; bottom: 26px; left: 0; right: 0; text-align: center; color: var(--on-dark-mut); font-size: 0.92rem; }
.lightbox .x, .lightbox .prev, .lightbox .next {
  position: absolute; width: 50px; height: 50px; border-radius: 50%;
  background: rgba(243,234,215,0.1); border: 1px solid var(--line-dark);
  display: grid; place-items: center; color: #fff; transition: background 0.2s;
}
.lightbox .x:hover, .lightbox .prev:hover, .lightbox .next:hover { background: rgba(243,234,215,0.22); }
.lightbox .x { top: 24px; right: 24px; }
.lightbox .prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox .next { right: 20px; top: 50%; transform: translateY(-50%); }
.lightbox svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 2; }
@keyframes lightboxIn { from { opacity: 0; transform: scale(0.98); } to { opacity: 1; transform: none; } }

/* ---- Timeline (about) ------------------------------------ */
.timeline { display: grid; gap: 0; }
.tl-item { display: grid; grid-template-columns: 130px 1fr; gap: 26px; padding-bottom: 36px; position: relative; }
.tl-item::before { content: ""; position: absolute; left: 146px; top: 12px; bottom: -6px; width: 1px; background: var(--line-strong); }
.tl-item:last-child::before { display: none; }
.tl-item .yr { font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; color: var(--gold-deep); text-align: right; }
.tl-item .body { padding-left: 34px; position: relative; }
.tl-item .body::before { content: ""; position: absolute; left: -4px; top: 8px; width: 11px; height: 11px; background: var(--gold); border-radius: 50%; transform: rotate(45deg); box-shadow: 0 0 0 4px var(--paper); }
.tl-item h3 { font-size: 1.3rem; color: var(--palm); }
.tl-item p { color: var(--muted); margin-top: 6px; }

/* values grid */
.value.card {
  min-height: 194px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.value .ic {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 12px;
  background: rgba(207,157,34,0.14);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.value .ic svg { width: 22px; height: 22px; stroke: var(--gold-deep); fill: none; stroke-width: 1.7; }
.value h3 {
  margin-top: 0;
  font-size: 1.28rem;
  color: var(--palm);
  line-height: 1.15;
}
.value p {
  color: var(--muted);
  margin-top: 10px;
  font-size: 0.97rem;
  line-height: 1.58;
  max-width: 34ch;
}

/* ---- Forms (booking) ------------------------------------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.84rem; font-weight: 600; color: var(--ink-soft); letter-spacing: 0.01em; }
.field label .req { color: var(--chilli); }
.field input, .field select, .field textarea {
  font: inherit; font-size: 0.98rem; color: var(--ink);
  padding: 13px 15px; border: 1px solid var(--line-strong); border-radius: 11px;
  background: var(--surface); transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
.field textarea { resize: vertical; min-height: 96px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(207,157,34,0.18);
}
.field .err { font-size: 0.78rem; color: var(--chilli); display: none; }
.field.invalid input, .field.invalid select { border-color: var(--chilli); }
.field.invalid .err { display: block; }

/* segmented control */
.seg { display: flex; flex-wrap: wrap; gap: 8px; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg label {
  padding: 10px 16px; border: 1px solid var(--line-strong); border-radius: 999px;
  font-weight: 500; font-size: 0.92rem; color: var(--muted); cursor: pointer;
  transition: all 0.2s;
}
.seg input:checked + label { background: var(--palm); color: var(--on-dark); border-color: var(--palm); }
.seg input:focus-visible + label { outline: 2px solid var(--gold-deep); outline-offset: 2px; }

.form-summary {
  background: var(--paper-2); border: 1px dashed var(--line-strong);
  border-radius: var(--radius); padding: 18px 20px; font-size: 0.95rem; color: var(--ink-soft);
}
.form-summary b { color: var(--palm); }

/* contact cards */
.contact-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; display: flex; gap: 16px; align-items: flex-start;
}
.contact-card .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--leaf); display: grid; place-items: center; flex: none; }
.contact-card .ic svg { width: 22px; height: 22px; stroke: var(--gold-bright); fill: none; stroke-width: 1.8; }
.contact-card .lbl { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted-2); font-weight: 700; }
.contact-card a, .contact-card p { display: block; font-size: 1.06rem; font-weight: 600; color: var(--palm); margin-top: 3px; }
.contact-card.phone a { color: var(--blue); }
.contact-card p.sub { font-weight: 400; font-size: 0.92rem; color: var(--muted); margin-top: 6px; }

/* ---- CTA band -------------------------------------------- */
.cta-band { background: var(--palm); color: var(--on-dark); text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band .lede { color: var(--on-dark-mut); margin-inline: auto; }
.cta-band .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }

/* ---- Footer ---------------------------------------------- */
.site-footer { background-color: #081d14; color: var(--on-dark-mut); }
.site-footer .top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-block: clamp(50px, 6vw, 76px); }
.site-footer .brand-col .badge { width: 64px; height: 50px; }
.site-footer .brand-col p { margin-top: 16px; max-width: 38ch; font-size: 0.95rem; }
.site-footer h4 { color: var(--on-dark); font-family: var(--font-body); font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px; }
.site-footer .fcol a, .site-footer .fcol p { display: block; padding-block: 6px; font-size: 0.96rem; color: var(--on-dark-mut); transition: color 0.2s; }
.site-footer .fcol a:hover { color: var(--gold-bright); }
.site-footer .fssai { font-size: 0.86rem; }
.site-footer .bottom {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-block: 22px; border-top: 1px solid var(--line-dark); font-size: 0.86rem;
}

/* ---- Scroll reveal --------------------------------------- */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.75s var(--ease), transform 0.75s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
.js .media.reveal,
.js .g-item.reveal { transform: translateY(30px) scale(0.985); }
.js .media.reveal.in,
.js .g-item.reveal.in { transform: none; }
.reveal.d1 { transition-delay: 0.08s; } .reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; } .reveal.d4 { transition-delay: 0.32s; }
.js .media img:not(.is-loaded),
.js .g-item img:not(.is-loaded),
.js .hero-bg img:not(.is-loaded) {
  opacity: 0;
  filter: blur(8px);
}
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .hero-bg img, .media:hover img, .g-item:hover img { transform: none; animation: none; }
  .scroll-cue .dot, .js .hero-inner > *, .loader-card, .loader-mark::before { animation: none; }
  .js .hero-inner > * { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---- Page intro banner (subpages) ------------------------ */
.page-hero { position: relative; color: var(--on-dark); padding-top: 96px; overflow: hidden; background: var(--palm); }
.page-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(95deg, rgba(8,26,18,0.9) 0%, rgba(8,26,18,0.76) 48%, rgba(8,26,18,0.44) 100%),
    var(--hero-image, url("../img/hero-sadhya.jpg")) center/cover;
  transform: scale(1.02);
}
.page-hero::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 44%;
  background: linear-gradient(0deg, rgba(13,42,29,0.62), transparent);
  z-index: 0;
}
.page-hero .deco { position: absolute; right: -60px; top: -60px; width: 300px; height: 300px; border: 1px solid rgba(228,187,77,0.18); border-radius: 50%; z-index: 0; }
.page-hero .deco.two { right: 40px; top: 40px; width: 200px; height: 200px; }
.page-hero .inner { position: relative; z-index: 1; padding-block: clamp(36px, 5vw, 58px) clamp(40px, 5.5vw, 62px); max-width: 760px; }
.page-hero h1 { color: #fff; font-size: clamp(2.6rem, 5.4vw, 4.55rem); letter-spacing: -0.02em; margin-top: 14px; }
.page-hero .lede { color: var(--on-dark-mut); margin-top: 18px; }
.js .page-hero .breadcrumb,
.js .page-hero .kicker,
.js .page-hero h1,
.js .page-hero .lede {
  opacity: 0;
  transform: translateY(16px);
  animation: heroIn 0.72s var(--ease) forwards;
}
.js .page-hero .kicker { animation-delay: 0.08s; }
.js .page-hero h1 { animation-delay: 0.16s; }
.js .page-hero .lede { animation-delay: 0.24s; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 0.82rem; color: var(--on-dark-mut); }
.breadcrumb a:hover { color: var(--gold-bright); }
.page-hero + .section { padding-top: clamp(44px, 5vw, 72px); }

/* ---- Responsive ------------------------------------------ */
@media (max-width: 1024px) {
  .site-footer .top { grid-template-columns: 1fr 1fr; }
  .site-footer .brand-col { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .nav, .header-cta { display: none; }
  .menu-toggle { display: grid; }
  .proof .grid { grid-template-columns: repeat(2, 1fr); }
  .proof .cell { padding: 28px clamp(18px, 4vw, 26px); }
  .proof .cell:nth-child(odd) { border-left: 0; padding-left: 0; }
  .proof .cell:nth-child(even) { padding-right: 0; }
  .proof .cell:nth-child(n+3) { border-top: 1px solid rgba(243,234,215,0.1); }
  .cards.c3, .cards.c2 { grid-template-columns: 1fr; }
  .dish-list { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 210px; }
  .span-7, .span-8, .span-5, .span-4 { grid-column: span 6; }
  .span-6 { grid-column: span 6; }
  .row-2 { grid-row: auto; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .site-header .bar { min-height: 70px; }
  .hero .wrap { padding-top: 110px; }
  .display { font-size: clamp(2.55rem, 12vw, 3.5rem); }
  h2.section-title { font-size: clamp(1.9rem, 10vw, 2.55rem); }
  .brand { gap: 10px; }
  .brand .badge { width: 62px; height: 45px; }
  .brand .name b { font-size: 1.02rem; }
  .brand .name span { font-size: 0.58rem; letter-spacing: 0.26em; }
  .hero-offer { width: 100%; }
  .scroll-cue { display: none; }
  .form-grid { grid-template-columns: 1fr; }
  .offer-band .inner { flex-direction: column; align-items: flex-start; }
  .tl-item { grid-template-columns: 64px 1fr; gap: 14px; }
  .tl-item::before { left: 74px; }
  .tl-item .yr { font-size: 1.15rem; }
  .tl-item .body { padding-left: 22px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 245px; }
  .span-7, .span-8, .span-5, .span-4, .span-6 { grid-column: span 1; }
  .site-footer .top { grid-template-columns: 1fr; }
  .btn { width: 100%; min-height: 50px; padding-inline: 20px; }
  .btn svg, .btn .ic { width: 20px; height: 20px; }
  .hero-actions .btn, .cta-band .actions .btn { width: 100%; }
  .page-hero { padding-top: 86px; }
  .page-hero .inner { padding-block: 34px 42px; }
  .page-hero h1 { font-size: clamp(2.2rem, 11vw, 3rem); }
  .page-hero .deco { right: -120px; top: -20px; }
  .page-hero .deco.two { right: 40px; top: 40px; }
}
