/* Ganga Aarti Kashi — Modern Desi Static Site */
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,700;9..144,800;9..144,900&family=Martel:wght@700;800;900&family=Noto+Serif+Devanagari:wght@700;800;900&display=swap');

:root {
  --saffron: #c45c26;
  --saffron-deep: #9a3f14;
  --gold: #d4a017;
  --gold-soft: #e8c547;
  --river: #1a5f6e;
  --river-deep: #0f3d47;
  --ink: #1c1410;
  --ink-soft: #3d2e26;
  --mist: #f3ebe2;
  --sand: #e8d9c8;
  --cream: #faf6f0;
  --white: #fffdf9;
  --line: rgba(28, 20, 16, 0.12);
  --shadow: 0 18px 50px rgba(15, 61, 71, 0.12);
  --radius: 4px;
  --font-display: 'Fraunces', Georgia, serif;
  --font-heading: 'Fraunces', Georgia, serif;
  --font-accent: 'Fraunces', Georgia, serif;
  --font-body: 'Figtree', system-ui, sans-serif;
  --container: min(1160px, calc(100% - 2.5rem));
  --header-h: 84px;
  --wa: #25d366;
}

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

html {
  scroll-behavior: smooth;
}

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

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

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

ul {
  list-style: none;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

/* ——— Header ——— */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(250, 246, 240, 0.98), rgba(243, 235, 226, 0.96)),
    var(--cream);
  box-shadow: 0 8px 28px rgba(28, 20, 16, 0.08);
  border-bottom: 1px solid rgba(196, 92, 38, 0.12);
  transition: box-shadow 0.35s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 32px rgba(28, 20, 16, 0.12);
}

.header-inner {
  width: var(--container);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.brand img {
  display: block;
  height: clamp(48px, 6.5vw, 62px);
  width: auto;
  max-width: min(260px, 58vw);
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.55rem;
}

.nav-drawer-head,
.nav-drawer-foot {
  display: none;
}

.nav-drawer-links {
  display: contents;
}

.nav a {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
  position: relative;
}

.nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1.5px;
  background: var(--saffron);
  transition: width 0.25s ease;
}

.nav a:hover::after,
.nav a.active::after {
  width: 100%;
}

.nav-call {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0.52rem 1rem;
  border-radius: 999px;
  font-family: var(--font-body) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--saffron), var(--saffron-deep));
  box-shadow: 0 6px 16px rgba(196, 92, 38, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nav-call::after {
  display: none !important;
}

.nav-call:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 22px rgba(196, 92, 38, 0.38);
  color: #ffffff !important;
}

.nav-cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.52rem 1rem;
  background: linear-gradient(135deg, var(--saffron), var(--saffron-deep));
  color: #ffffff !important;
  border-radius: 999px;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  box-shadow: 0 6px 16px rgba(196, 92, 38, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nav-cta > * {
  position: relative;
  z-index: 2;
}

.nav-cta .wa-icon {
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.nav-cta .wa-icon path {
  fill: #ffffff;
}

.nav-cta span {
  color: #ffffff !important;
  font-weight: 700;
}

.nav-cta::after {
  display: none !important;
}

.nav-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-20deg);
  transition: left 0.55s ease;
  z-index: 1;
  pointer-events: none;
}

.nav-cta:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 22px rgba(196, 92, 38, 0.38);
}

.nav-cta:hover::before {
  left: 140%;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.7);
  border-radius: var(--radius);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--ink);
  transition: 0.25s ease;
}

/* ——— Buttons ——— */
.btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.62rem 1.15rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.35) 50%, transparent 80%);
  transform: translateX(-130%) skewX(-18deg);
  transition: transform 0.55s ease;
  z-index: 0;
  pointer-events: none;
}

.btn:hover {
  transform: translateY(-3px) scale(1.03);
}

.btn:hover::before {
  transform: translateX(130%) skewX(-18deg);
}

.btn:active {
  transform: translateY(-1px) scale(0.98);
}

.btn-primary {
  background: linear-gradient(135deg, #d46a2e, var(--saffron-deep));
  color: var(--white);
  box-shadow: 0 8px 18px rgba(196, 92, 38, 0.28);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--saffron), #7f3410);
  box-shadow: 0 12px 26px rgba(196, 92, 38, 0.4);
}

.btn-outline {
  background: rgba(255, 253, 249, 0.08);
  border-color: rgba(255, 253, 249, 0.75);
  color: var(--white);
  backdrop-filter: blur(4px);
}

.btn-outline:hover {
  background: rgba(255, 253, 249, 0.22);
  color: var(--white);
  border-color: rgba(255, 253, 249, 0.95);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.hero .btn-outline:hover {
  background: rgba(255, 253, 249, 0.24);
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-dark {
  background: transparent;
  border-color: rgba(28, 20, 16, 0.55);
  color: var(--ink);
}

.btn-outline-dark:hover {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
  box-shadow: 0 10px 22px rgba(28, 20, 16, 0.18);
}

.btn-wa {
  background: linear-gradient(135deg, #2fe072, #1ebe57);
  color: var(--white);
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.28);
}

.btn-wa:hover {
  filter: none;
  background: linear-gradient(135deg, #25d366, #169c4a);
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.4);
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

/* ——— Hero Slider ——— */
.hero {
  position: relative;
  height: clamp(560px, 86vh, 860px);
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(12, 8, 6, 0.68) 0%, rgba(12, 8, 6, 0.32) 40%, rgba(12, 8, 6, 0.08) 65%, transparent 100%),
    linear-gradient(180deg, rgba(12, 8, 6, 0.22) 0%, transparent 32%, rgba(12, 8, 6, 0.28) 100%);
}

.hero::after {
  display: none;
}

.hero-slider {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.03);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  transition:
    opacity 1.1s ease,
    visibility 1.1s ease,
    transform 7s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(196, 92, 38, 0.14) 0%, transparent 42%),
    linear-gradient(180deg, transparent 55%, rgba(12, 8, 6, 0.22) 100%);
}

.hero-slide-1 {
  background-image: url('../assets/images/ganga-aarti-ritual-varanasi-02.jpg');
  background-position: center 30%;
}

.hero-slide-2 {
  background-image: url('../assets/images/ganga-aarti-varanasi-banner.png');
  background-position: center 16%;
}

.hero-slide-3 {
  background-image: url('../assets/images/wedding-ganga-aarti-ceremony-varanasi.png');
  background-position: center 20%;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: var(--container);
  margin-inline: auto;
  padding: calc(var(--header-h) + 2.4rem) 0 3.5rem;
  max-width: 680px;
  margin-left: max(calc((100% - min(1160px, calc(100% - 2.5rem))) / 2), 1.25rem);
}

.hero-slide-copy {
  display: none;
}

.hero-slide-copy.is-active {
  display: block;
}

.hero-brand {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 253, 249, 0.92);
  line-height: 1.2;
  margin-bottom: 0.95rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  opacity: 0;
  animation: riseIn 0.9s ease 0.15s forwards;
}

.hero-brand::after {
  content: '';
  display: block;
  width: 56px;
  height: 2.5px;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-soft), var(--saffron), transparent);
}

.hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.35rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin-bottom: 0.95rem;
  max-width: 14ch;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.45);
  opacity: 0;
  animation: riseIn 0.9s ease 0.35s forwards;
}

.hero-mantra {
  font-family: 'Martel', 'Noto Serif Devanagari', 'Noto Sans Devanagari', serif;
  font-size: clamp(1.15rem, 2.8vw, 2rem);
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: 0.02em;
  max-width: 100%;
  margin-bottom: 1rem;
  color: #fffdf9;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.5);
  opacity: 0;
  animation: riseIn 0.9s ease 0.35s forwards;
  font-feature-settings: 'kern' 1;
  text-rendering: optimizeLegibility;
  min-height: 3.2em;
}

.hero h1.hero-mantra {
  font-family: 'Martel', 'Noto Serif Devanagari', 'Noto Sans Devanagari', serif;
  font-size: clamp(1.15rem, 2.8vw, 2rem);
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: 0.02em;
  max-width: 100%;
}

.mantra-line {
  display: block;
  white-space: nowrap;
}

.hero-mantra.is-typing::after {
  content: '';
  display: inline-block;
  width: 0.12em;
  height: 1.05em;
  margin-left: 0.12em;
  vertical-align: -0.12em;
  background: var(--gold-soft);
  animation: mantraCaret 0.7s steps(1) infinite;
}

.hero-slide-copy.is-active .hero-mantra {
  animation: none;
  opacity: 1;
}

.hero-slide-copy.is-active h1,
.hero-slide-copy.is-active .hero-text {
  animation: riseIn 0.8s ease forwards;
}

.hero p,
.hero-text {
  font-family: var(--font-body);
  font-size: clamp(0.98rem, 1.6vw, 1.08rem);
  font-weight: 500;
  max-width: 38ch;
  color: rgba(255, 253, 249, 0.9);
  margin-bottom: 1.65rem;
  line-height: 1.6;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
  opacity: 0;
  animation: riseIn 0.9s ease 0.55s forwards;
}

.hero .btn-group {
  opacity: 0;
  animation: riseIn 0.9s ease 0.75s forwards;
  gap: 0.75rem;
}

.hero .btn {
  min-width: 0;
  padding: 0.72rem 1.25rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hero-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 148px;
  padding: 0.78rem 1.35rem !important;
  border: none !important;
  color: #ffffff !important;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.hero-action-icon {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
}

.hero-action-call {
  background: linear-gradient(135deg, #d46a2e, var(--saffron-deep)) !important;
}

.hero-action-call:hover {
  background: linear-gradient(135deg, var(--saffron), #7f3410) !important;
  color: #ffffff !important;
}

.hero-action-wa {
  background: linear-gradient(135deg, #2fe072, #1ebe57) !important;
}

.hero-action-wa:hover {
  background: linear-gradient(135deg, #25d366, #169c4a) !important;
  color: #ffffff !important;
}

.hero-action-ig {
  background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 75%, #515bd4) !important;
}

.hero-action-ig:hover {
  background: linear-gradient(135deg, #e1306c, #833ab4) !important;
  color: #ffffff !important;
}

.hero-controls {
  position: absolute;
  z-index: 4;
  right: max(calc((100% - min(1160px, calc(100% - 2.5rem))) / 2), 1.25rem);
  bottom: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.5rem 0.55rem 0.5rem 0.95rem;
  border-radius: 999px;
  background: rgba(12, 8, 6, 0.45);
  border: 1px solid rgba(255, 253, 249, 0.22);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.hero-nav {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 253, 249, 0.35);
  background: rgba(255, 253, 249, 0.08);
  color: var(--white);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.hero-nav:hover {
  transform: scale(1.06);
  background: var(--saffron);
  border-color: var(--saffron);
}

.hero-nav svg {
  width: 16px;
  height: 16px;
}

.hero-dots {
  display: flex;
  gap: 0.4rem;
  margin-right: 0.2rem;
}

.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 253, 249, 0.4);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, width 0.25s ease;
}

.hero-dot.is-active {
  width: 22px;
  border-radius: 999px;
  background: var(--gold-soft);
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ——— Sections ——— */
.section {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.section-head {
  max-width: 640px;
  margin-bottom: 2.75rem;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 0.75rem;
}

.section-head h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 0.85rem;
}

.section-head p {
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.section-alt {
  background:
    radial-gradient(ellipse at 10% 20%, rgba(212, 160, 23, 0.1), transparent 45%),
    radial-gradient(ellipse at 90% 80%, rgba(26, 95, 110, 0.1), transparent 40%),
    linear-gradient(180deg, #efe4d6 0%, var(--mist) 100%);
}

.section-dark {
  background:
    linear-gradient(135deg, rgba(196, 92, 38, 0.18), transparent 40%),
    linear-gradient(180deg, var(--river-deep), #16353c);
  color: var(--white);
}

.section-dark .section-head h2,
.section-dark .section-head p {
  color: var(--white);
}

.section-dark .section-head p {
  color: rgba(255, 253, 249, 0.8);
}

.section-dark .eyebrow {
  color: var(--gold-soft);
}

/* ——— Intro split / Welcome ——— */
.section-welcome {
  position: relative;
  overflow: hidden;
  background: #f3ebe2;
  border: none;
}

.section-welcome::before {
  content: '';
  position: absolute;
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  right: -8%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 42%, rgba(196, 92, 38, 0.06) 43%, transparent 44%),
    radial-gradient(circle, transparent 58%, rgba(212, 160, 23, 0.07) 59%, transparent 60%),
    radial-gradient(circle, transparent 74%, rgba(26, 95, 110, 0.05) 75%, transparent 76%);
  pointer-events: none;
  z-index: 0;
}

.section-welcome::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 50% at 8% 20%, rgba(212, 160, 23, 0.14), transparent 70%),
    radial-gradient(ellipse 50% 45% at 92% 75%, rgba(196, 92, 38, 0.1), transparent 68%),
    radial-gradient(ellipse 40% 35% at 70% 15%, rgba(26, 95, 110, 0.07), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.section-welcome .container {
  position: relative;
  z-index: 1;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.split-visual {
  position: relative;
  min-height: 440px;
  background:
    linear-gradient(160deg, rgba(26, 95, 110, 0.18), rgba(28, 20, 16, 0.28)),
    url('../assets/images/ganga-aarti-priest-dhunachi.png') center 35%/cover;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 22px 50px rgba(15, 61, 71, 0.16),
    0 0 0 1px rgba(196, 92, 38, 0.12);
}

.split-visual::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 253, 249, 0.28);
  border-radius: 10px;
  pointer-events: none;
  z-index: 2;
}

.split-visual::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(28, 20, 16, 0.5));
  z-index: 1;
}

.split-copy h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.95rem, 3.8vw, 2.7rem);
  font-weight: 900;
  line-height: 1.12;
  margin-bottom: 1rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.split-copy p {
  color: var(--ink-soft);
  margin-bottom: 1rem;
}

.split-copy p + .btn-group {
  margin-top: 1.25rem;
}

/* ——— Service grid ——— */
.section-services {
  position: relative;
  overflow: hidden;
  background: #f3ebe2;
  border: none;
}

.services-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 100%);
}

.services-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(154, 63, 20, 0.07) 1.2px, transparent 1.2px);
  background-size: 26px 26px;
  opacity: 0.45;
  animation: servicesDots 18s linear infinite;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
}

@keyframes servicesDots {
  from { background-position: 0 0; }
  to { background-position: 26px 26px; }
}

.section-services .service-link.has-media {
  min-height: 100%;
}

.section-services .service-media {
  aspect-ratio: 16 / 10;
}

.section-services .service-body {
  padding: 1.15rem 1.25rem 1.25rem;
}

.section-services > .container {
  position: relative;
  z-index: 1;
}

.services-intro {
  max-width: 560px;
  margin: 0 auto 2.85rem;
  text-align: center;
}

.services-intro h2 {
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.02;
  color: var(--ink);
  margin-bottom: 0.75rem;
}

.services-intro p {
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--ink-soft);
  max-width: 36ch;
  margin-inline: auto;
  line-height: 1.5;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}

.service-link {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.7rem 1.5rem 1.45rem 1.65rem;
  background: #fffdf9;
  border: 1px solid rgba(154, 63, 20, 0.2);
  border-radius: 14px;
  min-height: 100%;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 253, 249, 0.9) inset,
    0 10px 28px rgba(28, 20, 16, 0.06);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.service-link::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(212, 160, 23, 0.18);
  transition: box-shadow 0.35s ease;
}

.service-link::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--gold-soft), var(--saffron));
  opacity: 0.85;
  transition: opacity 0.35s ease, width 0.35s ease;
}

.service-link:hover {
  transform: translateY(-7px);
  border-color: rgba(196, 92, 38, 0.42);
  box-shadow:
    0 1px 0 rgba(255, 253, 249, 0.95) inset,
    0 18px 40px rgba(15, 61, 71, 0.12);
  background: #ffffff;
}

.service-link:hover::before {
  box-shadow: inset 0 0 0 1px rgba(196, 92, 38, 0.2);
}

.service-link:hover::after {
  opacity: 1;
  width: 4px;
}

.service-num {
  position: relative;
  z-index: 1;
  display: block;
  font-family: var(--font-heading);
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(196, 92, 38, 0.16);
  letter-spacing: -0.03em;
  margin-bottom: 0.85rem;
  transition: color 0.35s ease, transform 0.35s ease;
}

.service-link:hover .service-num {
  color: rgba(196, 92, 38, 0.38);
  transform: translateX(2px);
}

.service-icon {
  display: none;
}

.service-link h3 {
  position: relative;
  z-index: 1;
  font-family: var(--font-heading);
  font-size: 1.28rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.25;
  transition: color 0.3s ease;
}

.service-link:hover h3 {
  color: var(--saffron-deep);
}

.service-link p {
  position: relative;
  z-index: 1;
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin-bottom: 1.15rem;
  line-height: 1.55;
  flex: 1;
}

.service-link .more {
  position: relative;
  z-index: 1;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--saffron-deep);
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: auto;
  transition: gap 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.service-link:hover .more {
  gap: 0.55rem;
  color: var(--saffron);
  transform: translateX(2px);
}

.service-link.reveal {
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.service-link.reveal:nth-child(1) { transition-delay: 0.05s; }
.service-link.reveal:nth-child(2) { transition-delay: 0.12s; }
.service-link.reveal:nth-child(3) { transition-delay: 0.19s; }
.service-link.reveal:nth-child(4) { transition-delay: 0.26s; }
.service-link.reveal:nth-child(5) { transition-delay: 0.33s; }
.service-link.reveal:nth-child(6) { transition-delay: 0.4s; }
.service-link.reveal:nth-child(7) { transition-delay: 0.47s; }
.service-link.reveal:nth-child(8) { transition-delay: 0.54s; }
.service-link.reveal:nth-child(9) { transition-delay: 0.61s; }
.service-link.reveal:nth-child(10) { transition-delay: 0.68s; }

.service-link.reveal.visible:hover {
  transform: translateY(-8px);
}

/* ——— Stats ——— */
.section-stats {
  position: relative;
  overflow: hidden;
  color: var(--white);
  border: none;
  background: #1c1410;
}

.section-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('../assets/images/trusted-varanasi-ganga-aarti-bg.jpg') center 40%/cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

.section-stats::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 12, 8, 0.55) 0%, rgba(18, 12, 8, 0.42) 45%, rgba(18, 12, 8, 0.72) 100%),
    linear-gradient(90deg, rgba(18, 12, 8, 0.35), transparent 30%, transparent 70%, rgba(18, 12, 8, 0.35));
  pointer-events: none;
  z-index: 0;
}

.section-stats .container {
  position: relative;
  z-index: 1;
}

.section-stats .eyebrow {
  color: var(--gold-soft);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.section-stats .section-head h2 {
  color: #fffdf9;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  text-align: center;
}

.stat {
  position: relative;
  padding: 1.75rem 1.25rem 1.6rem;
  border: 1px solid rgba(255, 253, 249, 0.28);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.stat::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 42px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--saffron), transparent);
}

.stat:hover {
  border-color: rgba(196, 92, 38, 0.45);
  transform: translateY(-5px);
  background: #fffdf9;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
}

.stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.85rem;
  color: var(--saffron);
  background: rgba(196, 92, 38, 0.1);
  border-radius: 50%;
  opacity: 1;
}

.stat-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.stat h3 {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 4.2vw, 3.25rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--saffron-deep);
  margin-bottom: 0.4rem;
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
}

.stat p {
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ——— Why ——— */
.section-why {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 45% at 0% 100%, rgba(196, 92, 38, 0.08), transparent 60%),
    radial-gradient(ellipse 45% 40% at 100% 0%, rgba(26, 95, 110, 0.07), transparent 55%),
    #ffffff;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: clamp(2rem, 5vw, 3.75rem);
  align-items: center;
}

.why-copy {
  max-width: 34rem;
}

.why-copy h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.12;
  color: var(--ink);
  margin-bottom: 0.85rem;
}

.why-accent {
  display: block;
  width: 64px;
  height: 3px;
  margin-bottom: 1.1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--saffron), var(--gold-soft), transparent);
}

.why-copy > p {
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 1.15rem;
}

.why-highlights {
  list-style: none;
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.5rem;
  padding: 0;
}

.why-highlights li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--ink);
}

.why-highlights li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-soft), var(--saffron));
  box-shadow: 0 0 0 3px rgba(196, 92, 38, 0.12);
}

.why-copy .btn-group {
  margin-top: 0.15rem;
}

.why-tabs {
  position: relative;
  background:
    linear-gradient(165deg, #faf3ea 0%, #f2e3d2 100%);
  border: 1px solid rgba(196, 92, 38, 0.2);
  border-radius: 20px;
  padding: 1.2rem;
  box-shadow:
    0 18px 42px rgba(28, 20, 16, 0.08),
    inset 0 1px 0 rgba(255, 253, 249, 0.7);
  overflow: hidden;
}

.why-tabs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.2rem;
  right: 1.2rem;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, var(--gold-soft), var(--saffron), var(--river));
}

.why-tablist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-bottom: 1.05rem;
  padding: 0.35rem;
  background: rgba(255, 253, 249, 0.85);
  border: 1px solid rgba(196, 92, 38, 0.12);
  border-radius: 999px;
}

.why-tab {
  appearance: none;
  border: none;
  background: transparent;
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.72rem 0.5rem;
  border-radius: 999px;
  cursor: pointer;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.25s ease;
}

.why-tab:hover {
  color: var(--saffron-deep);
  background: rgba(196, 92, 38, 0.06);
}

.why-tab.is-active {
  background: linear-gradient(135deg, var(--saffron), var(--saffron-deep));
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(196, 92, 38, 0.28);
  transform: translateY(-1px);
}

.why-panels {
  position: relative;
  min-height: 220px;
}

.why-panel {
  display: none;
  padding: 1.35rem 1.3rem 1.25rem;
  background: rgba(255, 253, 249, 0.95);
  border: 1px solid rgba(196, 92, 38, 0.14);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(28, 20, 16, 0.04);
  animation: whyPanelIn 0.35s ease;
}

.why-panel.is-active {
  display: block;
}

.why-panel .why-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(196, 92, 38, 0.28);
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.why-panel h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 0.55rem;
}

.why-panel p {
  font-size: 0.98rem;
  color: var(--ink-soft);
  line-height: 1.6;
  margin: 0 0 1rem;
}

.why-panel-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--saffron-deep);
  letter-spacing: 0.03em;
  transition: gap 0.25s ease, color 0.25s ease;
}

.why-panel-link:hover {
  gap: 0.5rem;
  color: var(--saffron);
}

@keyframes whyPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ——— Gallery ——— */
.section-gallery {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(196, 92, 38, 0.07), transparent 55%),
    radial-gradient(ellipse 45% 40% at 0% 100%, rgba(26, 95, 110, 0.06), transparent 55%),
    #ffffff;
}

.section-gallery .section-head {
  margin-inline: auto;
  text-align: center;
  margin-bottom: 2.5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: var(--sand);
  border: 1px solid rgba(196, 92, 38, 0.12);
  aspect-ratio: 4 / 3;
  box-shadow: 0 10px 28px rgba(28, 20, 16, 0.06);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    border-color 0.35s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.gallery-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 1.5rem 1.1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  background: linear-gradient(180deg, transparent, rgba(18, 12, 8, 0.78));
  color: #fffdf9;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.gallery-caption strong {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.gallery-caption em {
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 253, 249, 0.78);
}

.gallery-item:hover {
  transform: translateY(-5px);
  border-color: rgba(196, 92, 38, 0.3);
  box-shadow: 0 18px 40px rgba(15, 61, 71, 0.14);
}

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

.gallery-item:hover .gallery-caption {
  opacity: 1;
  transform: translateY(0);
}

.gallery-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2.25rem;
}

/* ——— Full gallery page ——— */
.section-page-gallery {
  background: #ffffff;
}

.page-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.page-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 4 / 3;
  background: var(--sand);
  border: 1px solid rgba(196, 92, 38, 0.12);
  box-shadow: 0 10px 28px rgba(28, 20, 16, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.page-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease;
}

.page-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 10, 6, 0);
  transition: background 0.35s ease;
  pointer-events: none;
}

.page-gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 61, 71, 0.12);
}

.page-gallery-item:hover img {
  transform: scale(1.05);
}

.page-gallery-item:hover::after {
  background: rgba(16, 10, 6, 0.18);
}

/* ——— Testimonials ——— */
.section-testimonials {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 45% at 10% 20%, rgba(196, 92, 38, 0.08), transparent 60%),
    radial-gradient(ellipse 45% 40% at 90% 80%, rgba(26, 95, 110, 0.06), transparent 55%),
    #f3ebe2;
}

.section-testimonials .section-head {
  margin-bottom: 2.25rem;
}

.section-testimonials .section-head h2 {
  color: var(--ink);
}

.section-testimonials .section-head p {
  color: var(--ink-soft);
}

.testimonial-slider {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.testimonial-viewport {
  overflow: hidden;
  width: 100%;
}

.testimonial-track {
  display: flex;
  gap: 1.15rem;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.testimonial-slide {
  flex: 0 0 calc((100% - 2.3rem) / 3);
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 1.55rem 1.25rem 1.4rem;
  background: #fffdf9;
  border: 1px solid rgba(196, 92, 38, 0.18);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(28, 20, 16, 0.06);
  min-height: 260px;
}

.testimonial-avatar {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--saffron-deep);
  background: linear-gradient(145deg, rgba(196, 92, 38, 0.14), rgba(212, 160, 23, 0.12));
  border: 1px solid rgba(196, 92, 38, 0.2);
}

.testimonial-avatar svg {
  width: 20px;
  height: 20px;
}

.testimonial-quote {
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--ink);
  margin: 0 0 1.25rem;
  letter-spacing: -0.01em;
  flex: 1;
}

.testimonial-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: left;
}

.testimonial-meta-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.testimonial-meta strong {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--saffron-deep);
}

.testimonial-meta-text span {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.75rem;
}

.testimonial-nav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(196, 92, 38, 0.25);
  background: #fffdf9;
  color: var(--saffron-deep);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.testimonial-nav svg {
  width: 16px;
  height: 16px;
}

.testimonial-nav:hover {
  background: linear-gradient(135deg, var(--saffron), var(--saffron-deep));
  color: #ffffff;
  border-color: transparent;
  transform: scale(1.05);
}

@media (max-width: 980px) {
  .testimonial-slide {
    flex: 0 0 calc((100% - 1.15rem) / 2);
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .testimonial-slide {
    flex: 0 0 100%;
    min-height: 200px;
    padding: 1.45rem 1.2rem 1.3rem;
  }

  .testimonial-quote {
    font-size: 1.02rem;
  }
}

/* ——— Why Choose Us ——— */
.section-choose {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.section-choose .section-head {
  margin-inline: auto;
  text-align: center;
  margin-bottom: 2.5rem;
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}

.choose-item {
  position: relative;
  padding: 1.6rem 1.3rem 1.45rem;
  background: #fffdf9;
  border: 1px solid rgba(196, 92, 38, 0.16);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(28, 20, 16, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.choose-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.3rem;
  right: 1.3rem;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--saffron), var(--gold, #d4a017));
  opacity: 0.85;
}

.choose-item:hover {
  transform: translateY(-5px);
  border-color: rgba(196, 92, 38, 0.32);
  box-shadow: 0 18px 40px rgba(15, 61, 71, 0.1);
}

.choose-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 900;
  color: rgba(196, 92, 38, 0.28);
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.choose-item h3 {
  font-family: var(--font-heading);
  font-size: 1.12rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
  color: var(--ink);
}

.choose-item p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

/* ——— CTA band ——— */
.cta-band {
  position: relative;
  padding: clamp(4rem, 8vw, 5.75rem) 0;
  color: #fffdf9;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  background: url('../assets/images/ganga-aarti-varanasi-banner.png') center/cover;
}

.cta-band-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url('../assets/images/ganga-aarti-varanasi-banner.png') center/cover;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(18, 12, 8, 0.72);
}

.cta-band .container,
.cta-band-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin-inline: auto;
}

.cta-eyebrow {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.28rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f5e6c8;
  border: 1px solid rgba(245, 230, 200, 0.35);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.08);
}

.cta-band h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.9rem;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.cta-band h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 1rem auto 0;
  border-radius: 2px;
  background: var(--gold);
}

.cta-band p {
  max-width: 520px;
  margin: 0 auto 1.75rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 253, 249, 0.9);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

.cta-band .btn-group {
  justify-content: center;
  gap: 0.85rem;
}

.cta-band .btn-primary {
  background: var(--saffron-deep);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.cta-band .btn-primary:hover {
  background: var(--saffron);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.cta-band .btn-wa {
  background: rgba(255, 253, 249, 0.12);
  border: 1px solid rgba(255, 253, 249, 0.55);
  color: #ffffff;
  box-shadow: none;
  backdrop-filter: blur(6px);
}

.cta-band .btn-wa:hover {
  background: #25d366;
  border-color: #25d366;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

/* ——— About page ——— */
.section-about-story {
  background: #ffffff;
}

.about-story {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

.about-visual {
  min-height: 440px;
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(26, 95, 110, 0.12), rgba(28, 20, 16, 0.22)),
    url('../assets/images/about-ganga-aarti-priest.png') center 30%/cover;
  box-shadow:
    0 22px 50px rgba(15, 61, 71, 0.14),
    0 0 0 1px rgba(196, 92, 38, 0.12);
  position: relative;
}

.about-visual::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 253, 249, 0.28);
  border-radius: 10px;
  pointer-events: none;
}

.about-copy h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3.8vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.12;
  color: var(--ink);
  margin: 0 0 0.85rem;
}

.about-copy p {
  color: var(--ink-soft);
  margin-bottom: 1rem;
  line-height: 1.65;
}

.about-copy .btn-group {
  margin-top: 1.25rem;
}

.section-about-values {
  background: #f3ebe2;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}

.about-value {
  padding: 1.45rem 1.25rem 1.35rem;
  background: #fffdf9;
  border: 1px solid rgba(196, 92, 38, 0.16);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(28, 20, 16, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-value:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 92, 38, 0.35);
  box-shadow: 0 16px 36px rgba(15, 61, 71, 0.1);
}

.about-value-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 900;
  color: rgba(196, 92, 38, 0.28);
  letter-spacing: -0.02em;
  margin-bottom: 0.7rem;
}

.about-value h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
  color: var(--ink);
}

.about-value p {
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin: 0;
}

/* ——— Page hero ——— */
.page-hero {
  position: relative;
  min-height: clamp(320px, 48vw, 440px);
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 2.75rem) 0 3.25rem;
  color: #fffdf9;
  overflow: hidden;
  isolation: isolate;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url('../assets/images/ganga-aarti-varanasi-banner.png') center 28%/cover;
}

.page-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 10, 6, 0.68);
}

.page-hero .container,
.page-hero-inner {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin-inline: auto;
  text-align: left;
}

.page-hero-eyebrow,
.page-hero .eyebrow {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.3rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f5e6c8;
  border: 1px solid rgba(245, 230, 200, 0.4);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.08);
}

.page-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: #ffffff;
  margin: 0 0 0.85rem;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

.page-hero h1::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin: 1rem 0 0;
  border-radius: 2px;
  background: var(--gold);
}

.page-hero p {
  margin: 0;
  max-width: 48ch;
  color: rgba(255, 253, 249, 0.9);
  font-size: 1.05rem;
  line-height: 1.6;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.section-page-services {
  background: #ffffff;
}

.section-page-services .service-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}

.service-link.has-media {
  padding: 0;
  background: #fffdf9;
}

.service-link.has-media::after {
  display: none;
}

.service-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--sand);
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.service-media img.img-focus-top {
  object-position: center 12%;
}

.service-media .service-num {
  position: absolute;
  left: 0.95rem;
  bottom: 0.75rem;
  margin: 0;
  z-index: 2;
  font-size: 1.55rem;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.service-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(180deg, transparent, rgba(16, 10, 6, 0.55));
  pointer-events: none;
}

.service-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.2rem 1.25rem 1.3rem;
}

.service-body h3 {
  margin-bottom: 0.45rem;
}

.service-body p {
  margin-bottom: 1rem;
}

.service-link.has-media:hover .service-media img {
  transform: scale(1.06);
}

.service-link.has-media:hover .service-media .service-num {
  color: #ffffff;
  transform: none;
}

/* ——— Content pages ——— */
.content-block {
  max-width: 720px;
}

.content-block h2 {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 2rem 0 0.75rem;
}

.content-block p,
.content-block li {
  color: var(--ink-soft);
  margin-bottom: 0.85rem;
}

.content-block ul {
  padding-left: 1.1rem;
}

.content-block li {
  list-style: disc;
  margin-bottom: 0.45rem;
}

/* ——— Contact ——— */
.section-contact {
  background: #ffffff;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
  margin-bottom: 2rem;
}

.contact-method {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.45rem 1.3rem 1.35rem;
  background: #faf6f0;
  border: 1px solid rgba(196, 92, 38, 0.14);
  border-radius: 16px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

a.contact-method:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 92, 38, 0.3);
  box-shadow: 0 14px 32px rgba(28, 20, 16, 0.08);
}

.contact-method-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 0.55rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--saffron-deep);
  background: rgba(196, 92, 38, 0.1);
  border: 1px solid rgba(196, 92, 38, 0.16);
}

.contact-method-icon.wa {
  color: #1ebe57;
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.22);
}

.contact-method-icon.ig {
  color: #c13584;
  background: rgba(193, 53, 132, 0.1);
  border-color: rgba(193, 53, 132, 0.22);
}

.contact-method-icon svg {
  width: 22px;
  height: 22px;
}

.contact-method-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--saffron-deep);
}

.contact-method strong {
  font-family: var(--font-heading);
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.3;
}

.contact-method-hint {
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.45;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 1.35rem;
  align-items: stretch;
}

.contact-info {
  padding: 1.7rem 1.5rem 1.55rem;
  background: #fffdf9;
  border: 1px solid rgba(196, 92, 38, 0.14);
  border-radius: 16px;
}

.contact-info h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 2.5vw, 1.7rem);
  font-weight: 800;
  margin: 0 0 0.65rem;
  color: var(--ink);
}

.contact-info > p {
  color: var(--ink-soft);
  margin-bottom: 1.35rem;
  line-height: 1.65;
}

.contact-details {
  display: grid;
  gap: 0.95rem;
  margin-bottom: 1.5rem;
}

.contact-details > div span {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--saffron-deep);
  margin-bottom: 0.25rem;
}

.contact-details > div a,
.contact-details > div p {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.35;
}

.contact-details > div a:hover {
  color: var(--saffron-deep);
}

.contact-map {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(196, 92, 38, 0.14);
  min-height: 100%;
  background: var(--sand);
}

.map-caption {
  display: block;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ink);
  background: #fffdf9;
  border-top: 1px solid rgba(196, 92, 38, 0.12);
  transition: color 0.2s ease;
}

.map-caption:hover {
  color: var(--saffron);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2rem;
}

.contact-card {
  padding: 2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-card h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
}

.contact-card p {
  color: var(--ink-soft);
  margin-bottom: 0.5rem;
}

.contact-card a {
  color: var(--river);
  font-weight: 600;
}

.map-embed {
  min-height: 360px;
  height: 100%;
  border: 0;
  border-radius: 16px;
  width: 100%;
  display: block;
  background: var(--sand);
}

/* ——— Booking ——— */
.section-booking {
  background: #ffffff;
}

.section-booking .section-head {
  margin-inline: auto;
  text-align: center;
  margin-bottom: 2.25rem;
}

.booking-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
  margin-bottom: 2.5rem;
}

.booking-step {
  position: relative;
  padding: 1.55rem 1.35rem 1.4rem;
  background: #faf6f0;
  border: 1px solid rgba(196, 92, 38, 0.14);
  border-radius: 16px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.booking-step:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 92, 38, 0.3);
  box-shadow: 0 14px 32px rgba(28, 20, 16, 0.08);
}

.booking-step-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 900;
  color: rgba(196, 92, 38, 0.28);
  letter-spacing: -0.03em;
  margin-bottom: 0.7rem;
  line-height: 1;
}

.booking-step h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
  color: var(--ink);
}

.booking-step p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.booking-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.35rem;
  align-items: start;
}

.booking-main {
  padding: 1.6rem 1.5rem 1.55rem;
  background: #fffdf9;
  border: 1px solid rgba(196, 92, 38, 0.14);
  border-radius: 16px;
}

.booking-main > h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
  color: var(--ink);
}

.booking-main > p {
  color: var(--ink-soft);
  margin-bottom: 1.15rem;
  font-size: 0.98rem;
}

.booking-services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
}

.booking-services a {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(196, 92, 38, 0.22);
  background: #ffffff;
  color: var(--saffron-deep);
  font-size: 0.86rem;
  font-weight: 700;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.booking-services a:hover {
  background: var(--saffron-deep);
  border-color: var(--saffron-deep);
  color: #ffffff;
  transform: translateY(-2px);
}

.booking-checklist {
  padding-top: 1.15rem;
  border-top: 1px solid rgba(28, 20, 16, 0.1);
}

.booking-checklist h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.65rem;
  color: var(--ink);
}

.booking-checklist ul {
  margin: 0;
  padding-left: 1.1rem;
}

.booking-checklist li {
  list-style: disc;
  color: var(--ink-soft);
  margin-bottom: 0.4rem;
  font-size: 0.94rem;
  line-height: 1.5;
}

.booking-cta {
  padding: 1.7rem 1.45rem 1.5rem;
  background: #f3ebe2;
  border: 1px solid rgba(196, 92, 38, 0.16);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: sticky;
  top: calc(var(--header-h) + 1.25rem);
}

.booking-cta-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--saffron-deep);
}

.booking-cta h3 {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  margin: 0;
  color: var(--ink);
  line-height: 1.2;
}

.booking-cta > p {
  margin: 0 0 0.35rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.booking-cta .btn {
  width: 100%;
  justify-content: center;
}

.booking-cta-note {
  margin: 0.35rem 0 0 !important;
  font-size: 0.82rem !important;
  color: var(--ink-soft);
  text-align: center;
}

/* legacy booking classes kept for safety */
.booking-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: stretch;
}

.booking-steps {
  display: grid;
  gap: 1rem;
}

.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--saffron);
  color: var(--white);
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 0.9rem;
}

.step h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 0.3rem;
}

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

.booking-actions {
  padding: 2rem;
  background: var(--river-deep);
  color: var(--white);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.booking-actions h3 {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.booking-actions p {
  color: rgba(255, 253, 249, 0.8);
  margin-bottom: 0.5rem;
}

.booking-actions .btn {
  width: 100%;
}

/* ——— Service detail ——— */
/* ——— Service detail pages ——— */
.section-detail {
  background: #ffffff;
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

.detail-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 2.75rem);
  align-items: start;
}

.detail-nav {
  position: static;
  order: 2;
  padding: 1.5rem 1.35rem 1.6rem;
  background: #faf6f0;
  border: 1px solid rgba(196, 92, 38, 0.14);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(28, 20, 16, 0.04);
}

.detail-nav-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 1rem;
  padding: 0;
}

.detail-nav-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
  margin: 0 0 1.25rem;
}

.detail-nav-list a {
  display: block;
  padding: 0.7rem 0.75rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink-soft);
  line-height: 1.35;
  text-align: center;
  background: rgba(255, 253, 249, 0.85);
  border: 1px solid rgba(28, 20, 16, 0.08);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.detail-nav-list a:hover {
  background: rgba(196, 92, 38, 0.08);
  color: var(--saffron-deep);
  border-color: rgba(196, 92, 38, 0.2);
}

.detail-nav-list a.is-active {
  background: rgba(196, 92, 38, 0.12);
  color: var(--saffron-deep);
  font-weight: 700;
  border-color: rgba(196, 92, 38, 0.28);
}

.detail-nav-book {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(28, 20, 16, 0.1);
}

.detail-nav-book p {
  flex: 1 1 220px;
  font-size: 0.9rem;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.45;
}

.detail-nav-book .btn {
  width: auto;
  margin-bottom: 0;
  justify-content: center;
}

.detail-article {
  min-width: 0;
  order: 1;
}

.detail-mantra {
  font-family: 'Martel', 'Noto Serif Devanagari', 'Noto Sans Devanagari', serif;
  font-size: clamp(1.1rem, 2.4vw, 1.75rem);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: var(--ink);
  text-align: center;
  max-width: 100%;
  margin: 0 auto 1.5rem;
  padding: 0;
  background: none;
  border: none;
  text-rendering: optimizeLegibility;
  min-height: 3.4em;
}

.detail-mantra.is-typing::after {
  content: '';
  display: inline-block;
  width: 0.12em;
  height: 1.05em;
  margin-left: 0.12em;
  vertical-align: -0.12em;
  background: var(--saffron);
  animation: mantraCaret 0.7s steps(1) infinite;
}

@keyframes mantraCaret {
  0%, 45% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .detail-mantra.is-typing::after {
    display: none;
  }
}

.detail-figure {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  margin: 0 0 1.75rem;
  border: 1px solid rgba(196, 92, 38, 0.12);
  aspect-ratio: 21 / 9;
  background: var(--sand);
}

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

.detail-article .content-block {
  max-width: none;
}

.detail-article .content-block > h2:first-of-type {
  margin-top: 0;
}

.detail-article h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.4vw, 1.65rem);
  font-weight: 800;
  color: var(--ink);
  margin: 2.1rem 0 0.8rem;
  letter-spacing: -0.01em;
}

.detail-article h3 {
  font-family: var(--font-heading);
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--saffron-deep);
  margin: 1.4rem 0 0.55rem;
}

.detail-article p {
  color: var(--ink-soft);
  margin-bottom: 0.95rem;
  line-height: 1.75;
  font-size: 1.02rem;
}

.detail-article ul,
.detail-article ol {
  margin: 0 0 1.1rem;
  padding-left: 1.2rem;
}

.detail-article li {
  color: var(--ink-soft);
  margin-bottom: 0.5rem;
  line-height: 1.65;
  list-style: disc;
}

.detail-article ol li {
  list-style: decimal;
}

.detail-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin: 1.25rem 0 1.5rem;
}

.detail-highlight {
  padding: 1rem 1.05rem;
  background: #faf6f0;
  border: 1px solid rgba(196, 92, 38, 0.12);
  border-radius: 12px;
}

.detail-highlight strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.3rem;
}

.detail-highlight span {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.detail-cta-box {
  margin-top: 2.25rem;
  padding: 1.5rem 1.4rem;
  border-radius: 16px;
  background: #f3ebe2;
  border: 1px solid rgba(196, 92, 38, 0.14);
}

.detail-cta-box h2 {
  margin-top: 0;
  margin-bottom: 0.55rem;
}

.detail-cta-box p {
  margin-bottom: 1.1rem;
}

.detail-cta-box .btn-group {
  gap: 0.75rem;
}

/* FAQ accordion */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0.35rem 0 1.5rem;
}

.faq-item {
  border: 1px solid rgba(196, 92, 38, 0.16);
  border-radius: 12px;
  background: #fffdf9;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-item.is-open {
  border-color: rgba(196, 92, 38, 0.32);
  box-shadow: 0 8px 22px rgba(28, 20, 16, 0.06);
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.05rem;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-heading);
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.35;
}

.faq-q:hover {
  color: var(--saffron-deep);
}

.faq-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(196, 92, 38, 0.28);
  background: rgba(196, 92, 38, 0.08);
  position: relative;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--saffron-deep);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq-icon::before {
  width: 10px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  width: 1.5px;
  height: 10px;
  transform: translate(-50%, -50%);
}

.faq-item.is-open .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-a {
  padding: 0 1.05rem 1rem;
}

.faq-a p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.detail-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 2rem;
  align-items: start;
}

.side-cta {
  position: sticky;
  top: calc(var(--header-h) + 1.25rem);
  padding: 1.75rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.side-cta h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 0.6rem;
}

.side-cta p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin-bottom: 1.2rem;
}

.side-cta .btn {
  width: 100%;
  margin-bottom: 0.65rem;
}

/* ——— Footer ——— */
.site-footer {
  background: #120e0c;
  color: rgba(255, 253, 249, 0.78);
  padding: 3.5rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.footer-brand {
  margin-bottom: 0.85rem;
  line-height: 0;
}

.footer-brand img {
  display: block;
  height: 58px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
}

.site-footer h4 {
  font-family: var(--font-heading);
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.site-footer a {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: var(--gold-soft);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 253, 249, 0.1);
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.85rem;
}

.footer-credit {
  color: rgba(255, 253, 249, 0.72);
}

.footer-credit strong {
  color: rgba(255, 253, 249, 0.92);
  font-weight: 700;
}

/* ——— Floating actions ——— */
.float-actions {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.float-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.float-btn:hover {
  transform: scale(1.06);
}

.float-btn.call {
  background: var(--saffron);
}

.float-btn.wa {
  background: var(--wa);
}

.float-btn.ig {
  background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 75%, #515bd4);
}

.float-btn svg {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}

.float-btn svg path {
  fill: #ffffff !important;
}

.float-btn .float-label {
  display: none;
  color: #ffffff;
  line-height: 1;
}

/* Mobile: sticky 3-button bottom bar */
@media (max-width: 980px) {
  .hero-actions {
    display: none !important;
  }

  .float-actions {
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: row;
    gap: 0;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: #120e0c;
    box-shadow: 0 -10px 30px rgba(28, 20, 16, 0.2);
  }

  .float-btn {
    flex: 1 1 33.333%;
    width: 33.333%;
    height: 56px;
    min-height: 56px;
    border-radius: 0;
    box-shadow: none;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .float-btn:hover {
    transform: none;
    filter: brightness(1.05);
  }

  .float-btn.call {
    background: var(--saffron);
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }

  .float-btn.wa {
    background: #25d366;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }

  .float-btn.ig {
    background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 75%, #515bd4);
  }

  .float-btn svg {
    width: 18px;
    height: 18px;
  }

  .float-btn svg path {
    fill: #ffffff !important;
  }

  .float-btn .float-label {
    display: inline;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
  }

  body {
    padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
  }

  body.menu-open .float-actions {
    opacity: 0;
    pointer-events: none;
  }
}

/* ——— Reveal ——— */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  animation: revealFailsafe 0s 2.5s forwards;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  animation: none;
}

@keyframes revealFailsafe {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}

/* Compact header on mid desktops so phone number fits */
@media (max-width: 1280px) and (min-width: 981px) {
  .nav {
    gap: 0.85rem;
  }

  .nav a {
    font-size: 0.86rem;
  }

  .nav-call,
  .nav-cta {
    padding: 0.45rem 0.75rem;
    gap: 0.35rem;
  }

  .nav-cta span {
    display: none;
  }
}

/* ——— Responsive ——— */
@media (max-width: 980px) {
  .split,
  .why-grid,
  .about-story,
  .contact-grid,
  .contact-layout,
  .booking-panel,
  .booking-layout,
  .detail-layout,
  .detail-shell,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .contact-methods {
    grid-template-columns: 1fr 1fr;
  }

  .booking-steps-grid {
    grid-template-columns: 1fr;
  }

  .map-embed {
    min-height: 280px;
  }

  .booking-cta {
    position: static;
  }

  .detail-nav {
    position: static;
  }

  .detail-nav-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .detail-nav-book {
    flex-direction: column;
    align-items: stretch;
  }

  .detail-nav-book .btn {
    width: 100%;
  }

  .detail-highlights {
    grid-template-columns: 1fr;
  }

  .detail-figure {
    aspect-ratio: 16 / 9;
  }

  .service-grid,
  .section-page-services .service-grid,
  .about-values,
  .choose-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
  }

  .page-gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
  }

  .page-gallery-item {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }

  .gallery-item {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }

  .gallery-caption {
    opacity: 1;
    transform: none;
    padding: 1.1rem 0.85rem 0.8rem;
  }

  .gallery-caption strong {
    font-size: 0.95rem;
  }

  .gallery-caption em {
    font-size: 0.72rem;
  }

  .menu-toggle {
    display: flex;
    z-index: 1201;
    position: relative;
  }

  .menu-toggle.is-active {
    border-color: rgba(196, 92, 38, 0.35);
    background: rgba(255, 253, 249, 0.95);
  }

  .menu-toggle.is-active span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 1190;
    background: rgba(28, 20, 16, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }

  .nav-overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(300px, 82vw);
    z-index: 1200;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    margin: 0;
    background: var(--cream);
    border-left: 1px solid var(--line);
    box-shadow: -12px 0 40px rgba(28, 20, 16, 0.14);
    transform: translateX(105%);
    opacity: 1;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    overflow-y: auto;
  }

  .nav.open {
    transform: translateX(0);
    pointer-events: auto;
  }

  .nav-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: var(--header-h);
    padding: 0.85rem 1.1rem;
    background: rgba(250, 246, 240, 0.98);
    border-bottom: 1px solid rgba(196, 92, 38, 0.12);
    box-shadow: 0 8px 28px rgba(28, 20, 16, 0.06);
  }

  .nav-drawer-brand {
    line-height: 0;
  }

  .nav-drawer-brand img {
    display: block;
    height: 46px;
    width: auto;
    max-width: 190px;
    object-fit: contain;
  }

  .nav-drawer-close {
    width: 40px;
    height: 40px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 253, 249, 0.7);
    color: var(--ink);
    cursor: pointer;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  .nav-drawer-close:hover {
    background: var(--white);
    border-color: rgba(196, 92, 38, 0.35);
  }

  .nav-drawer-close svg {
    width: 16px;
    height: 16px;
  }

  .nav-drawer-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
    padding: 1.1rem 1.25rem 1.4rem;
    flex: 1;
  }

  .nav a {
    color: var(--ink-soft) !important;
    padding: 0.85rem 0.15rem;
    border-bottom: 1px solid rgba(28, 20, 16, 0.08);
    font-family: var(--font-body);
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    border-radius: 0;
    background: transparent;
    transition: color 0.2s ease;
  }

  .nav a::after {
    display: block;
    bottom: 6px;
  }

  .nav a:hover,
  .nav a.active {
    background: transparent;
    color: var(--ink) !important;
    padding-left: 0.15rem;
  }

  .nav a.active {
    border-left: none;
    font-weight: 800;
  }

  .nav-call {
    margin-top: 1rem;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    padding: 0.95rem 1.2rem !important;
    border-radius: 10px !important;
    border-bottom: none !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--saffron), var(--saffron-deep)) !important;
    box-shadow: 0 10px 22px rgba(196, 92, 38, 0.28);
  }

  .nav-call:hover {
    color: #ffffff !important;
    transform: none;
  }

  .nav-cta {
    margin-top: 0.75rem;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    gap: 0.6rem !important;
    padding: 0.95rem 1.2rem !important;
    border: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-radius: 10px !important;
    font-family: var(--font-body) !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase;
    color: #ffffff !important;
    background: #25d366 !important;
    box-shadow: 0 10px 22px rgba(37, 211, 102, 0.32);
    transform: none;
  }

  .nav-cta::before,
  .nav-cta::after {
    display: none !important;
    content: none !important;
  }

  .nav-cta:hover,
  .nav-cta.active {
    background: #1ebe57 !important;
    color: #ffffff !important;
    padding-left: 1.2rem !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(37, 211, 102, 0.4);
  }

  .nav-cta .wa-icon {
    width: 20px !important;
    height: 20px !important;
    display: block !important;
    flex-shrink: 0;
  }

  .nav-cta .wa-icon path {
    fill: #ffffff !important;
  }

  .nav-cta span {
    color: #ffffff !important;
    font-weight: 700;
  }

  .nav-drawer-foot {
    display: block;
    padding: 1rem 1.25rem 1.35rem;
    border-top: 1px solid var(--line);
    font-family: var(--font-body);
    font-size: 0.82rem;
    color: var(--ink-soft);
    background: rgba(255, 253, 249, 0.65);
  }

  .nav-drawer-foot a {
    display: inline !important;
    padding: 0 !important;
    border: none !important;
    font-family: var(--font-body) !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    color: var(--saffron-deep) !important;
    background: none !important;
    border-radius: 0 !important;
  }

  .nav-drawer-foot a::after {
    display: none !important;
  }

  .side-cta {
    position: static;
  }

  body.menu-open {
    overflow: hidden;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(1160px, calc(100% - 1.5rem));
    --header-h: 70px;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }

  .hero-mantra,
  .hero h1.hero-mantra {
    font-size: clamp(0.92rem, 3.55vw, 1.08rem);
    letter-spacing: 0.01em;
    line-height: 1.55;
  }

  .detail-mantra {
    font-size: clamp(0.95rem, 3.6vw, 1.12rem);
    letter-spacing: 0.01em;
  }

  .detail-nav-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-tabs {
    padding: 0.85rem;
  }

  .why-tablist {
    border-radius: 14px;
    gap: 0.3rem;
  }

  .why-tab {
    font-size: 0.68rem;
    padding: 0.62rem 0.3rem;
    letter-spacing: 0.02em;
  }

  .why-panels {
    min-height: 190px;
  }

  .why-panel {
    padding: 1.15rem 1rem;
  }

  .service-grid,
  .about-values,
  .choose-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .stats {
    gap: 0.9rem;
  }

  .stat {
    padding: 1.35rem 1rem 1.25rem;
  }

  .hero {
    height: clamp(500px, 74vh, 700px);
    min-height: 500px;
  }

  .hero::after {
    display: none;
  }

  .hero-content {
    width: calc(100% - 1.5rem);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: calc(var(--header-h) + 0.55rem) 0 3.8rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .hero-actions {
    display: none !important;
  }

  .hero-brand {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    margin-bottom: 0.7rem;
  }

  .hero-brand::after {
    width: 42px;
    height: 2px;
    margin-inline: auto;
    margin-top: 0.5rem;
  }

  .hero h1 {
    font-size: clamp(1.55rem, 6.5vw, 2rem);
    max-width: 14ch;
    margin-inline: auto;
    margin-bottom: 0.65rem;
    line-height: 1.12;
  }

  .hero p,
  .hero-text {
    font-size: 0.9rem;
    max-width: 32ch;
    margin-inline: auto;
    margin-bottom: 1.15rem;
    line-height: 1.5;
  }

  .hero-controls {
    left: 50%;
    right: auto;
    bottom: 1.35rem;
    transform: translateX(-50%);
    gap: 0.55rem;
    padding: 0.35rem 0.45rem 0.35rem 0.7rem;
  }

  .hero-nav {
    width: 32px;
    height: 32px;
  }

  .btn-group .btn {
    width: auto;
    min-width: 118px;
    padding: 0.55rem 0.95rem;
    font-size: 0.72rem;
  }
}
