/* =========================================================
   Rana Ji Nasha Mukti Yog Evam Meditation Trust
   Premium recovery & wellness stylesheet
   ========================================================= */

:root {
  /* Logo-matched palette: forest green, leaf green, sunrise gold */
  --green-deep: #0F3D2E;
  --green-mid: #1B5E40;
  --leaf: #3D9B4A;
  --sage: #7FB089;
  --sage-soft: #E3F0E6;
  --cream: #F8F6F0;
  --cream-dark: #EBE6DB;
  --gold: #E8A317;
  --gold-soft: #F7D48A;
  --sun: #F5B042;
  --ink: #12261E;
  --ink-soft: #456055;
  --white: #FFFFFF;
  --shadow: 0 12px 40px rgba(15, 61, 46, 0.12);
  --shadow-lg: 0 24px 60px rgba(15, 61, 46, 0.16);
  --radius: 18px;
  --radius-sm: 12px;
  --header-h: 108px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --font-hindi: "Noto Sans Devanagari", "Outfit", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: 1.05rem;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-mid); text-decoration: none; transition: color .25s var(--ease); }
a:hover { color: var(--green-deep); }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  color: var(--green-deep);
  margin: 0 0 .6em;
}
h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); }
p { margin: 0 0 1.1em; color: var(--ink-soft); }
ul, ol { color: var(--ink-soft); }
.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--green-deep); color: #fff; padding: .75rem 1rem; z-index: 10000;
}
.skip-link:focus { left: 1rem; top: 1rem; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem 1.4rem; border-radius: 999px; font-family: var(--font-body);
  font-weight: 600; font-size: .95rem; border: 1.5px solid transparent; cursor: pointer;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s, color .3s, border-color .3s;
  text-decoration: none; line-height: 1.2; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-lg { padding: 1rem 1.75rem; font-size: 1rem; }
.btn-sm { padding: .65rem 1.05rem; font-size: .875rem; }
.btn-primary {
  background: linear-gradient(135deg, var(--green-deep), var(--green-mid));
  color: #fff; box-shadow: 0 8px 24px rgba(15,61,46,.28);
}
.btn-primary:hover { background: var(--leaf); color: #fff; }
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--sun));
  color: var(--green-deep); font-weight: 700;
  box-shadow: 0 8px 24px rgba(232,163,23,.35);
}
.btn-gold:hover { filter: brightness(1.05); color: var(--green-deep); }
.btn-whatsapp {
  background: #25D366; color: #fff; box-shadow: 0 8px 24px rgba(37,211,102,.28);
}
.btn-whatsapp:hover { background: #1ebe5a; color: #fff; }
.btn-light { background: #fff; color: var(--green-deep); }
.btn-light:hover { background: var(--cream); color: var(--green-deep); }
.btn-ghost {
  background: transparent; color: var(--green-deep); border-color: rgba(27,77,62,.2);
}
.btn-ghost:hover { background: rgba(27,77,62,.06); color: var(--green-deep); }
.btn-outline-light {
  background: transparent; color: #fff; border-color: rgba(255,255,255,.35);
}
.btn-outline-light:hover { background: rgba(255,255,255,.1); color: #fff; }
.btn-text {
  background: none; border: none; padding: 0; color: var(--green-mid); border-radius: 0;
  box-shadow: none; font-weight: 600;
}
.btn-text:hover { transform: translateX(4px); color: var(--green-deep); }
.btn-group { display: flex; flex-wrap: wrap; gap: .75rem; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  transition: background .35s var(--ease), box-shadow .35s, backdrop-filter .35s;
  background: rgba(248, 246, 240, 0.88);
  backdrop-filter: blur(10px);
  overflow: visible;
}
.site-header.is-scrolled {
  background: rgba(248, 246, 240, 0.96);
  box-shadow: 0 4px 24px rgba(15,61,46,.1);
}
.header-topbar {
  background: linear-gradient(90deg, var(--green-deep), var(--green-mid) 55%, #1A6B3C);
  color: #fff; font-size: .78rem; letter-spacing: .02em;
}
.header-topbar-inner {
  width: min(100% - 2rem, 1280px); margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; padding: .4rem 0; flex-wrap: wrap;
}
.topbar-hindi { font-family: var(--font-hindi); font-weight: 600; }
.topbar-eng { opacity: .9; font-weight: 500; color: var(--gold-soft); }
.header-inner {
  width: min(100% - 2rem, 1280px); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 76px;
}
.brand {
  display: flex; align-items: center; gap: .7rem; color: inherit; text-decoration: none; min-width: 0;
}
.brand-logo {
  width: 68px; height: 68px; object-fit: contain;
  border-radius: 50%; background: #fff;
  box-shadow: 0 4px 16px rgba(15,61,46,.15), 0 0 0 2px rgba(232,163,23,.35);
  flex-shrink: 0;
}
.brand-logo-footer {
  width: 84px; height: 84px;
  box-shadow: 0 6px 20px rgba(0,0,0,.25), 0 0 0 2px rgba(232,163,23,.45);
}
.brand-mark {
  width: 46px; height: 46px; border-radius: 14px;
  background: linear-gradient(145deg, var(--green-deep), var(--leaf));
  color: #fff; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.15rem;
  box-shadow: 0 6px 18px rgba(15,61,46,.25);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; color: var(--green-deep); }
.brand-sub { font-size: .72rem; color: var(--ink-soft); letter-spacing: .02em; }
.brand-tag { font-size: .68rem; color: var(--gold); font-weight: 600; margin-top: .15rem; }
.footer-motto {
  font-family: var(--font-hindi); color: var(--gold-soft) !important;
  font-weight: 600; font-size: .95rem; margin: .75rem 0 .5rem !important;
}
.main-nav .nav-list {
  display: flex; align-items: center; gap: .15rem; list-style: none; margin: 0; padding: 0;
}
.main-nav a, .dropdown-toggle {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .55rem .75rem; color: var(--ink-soft); font-weight: 500; font-size: .92rem;
  border-radius: 8px; background: none; border: none; cursor: pointer; font-family: inherit;
}
.main-nav a:hover, .main-nav a.active, .dropdown-toggle:hover,
.has-dropdown.active-parent > .dropdown-toggle { color: var(--green-deep); }
.has-dropdown { position: static; }
.dropdown-menu {
  list-style: none; margin: 0;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .28s var(--ease), visibility .28s, transform .28s var(--ease);
  z-index: 1200;
}
.has-dropdown:hover .dropdown-menu,
.has-dropdown:focus-within .dropdown-menu,
.has-dropdown.is-open .dropdown-menu {
  opacity: 1; visibility: visible; pointer-events: auto;
}

/* Premium services submenu — text only, no images */
.mega-menu {
  position: fixed;
  left: max(1rem, calc((100vw - 920px) / 2));
  right: max(1rem, calc((100vw - 920px) / 2));
  top: calc(var(--header-h) - 4px);
  width: auto;
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(15,61,46,.18);
  border: 1px solid rgba(15,61,46,.1);
  padding: 1rem 1.15rem 1.1rem;
  transform: translateY(10px);
  max-height: calc(100vh - var(--header-h) - 1.25rem);
  overflow-x: hidden;
  overflow-y: auto;
}
.has-dropdown:hover .mega-menu,
.has-dropdown:focus-within .mega-menu,
.has-dropdown.is-open .mega-menu {
  transform: translateY(0);
}
.mega-head {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .25rem .35rem .85rem; border-bottom: 1px solid var(--cream-dark); margin-bottom: .75rem;
}
.mega-eyebrow {
  margin: 0; font-size: .72rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--gold);
}
.mega-title {
  margin: .15rem 0 0; font-family: var(--font-display); font-size: 1.3rem;
  color: var(--green-deep); font-weight: 700;
}
.mega-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .35rem .75rem;
}
.mega-item {
  display: flex; flex-direction: row; align-items: center; gap: .65rem;
  padding: .65rem .75rem;
  border-radius: 12px;
  color: inherit !important;
  background: transparent;
  border: 1px solid transparent;
  height: auto;
  transition: background .22s var(--ease), border-color .22s, transform .22s;
}
.mega-item:hover, .mega-item.active {
  background: var(--sage-soft);
  transform: translateX(3px);
  box-shadow: none;
  border-color: rgba(15,61,46,.08);
}
.mega-thumb { display: none !important; }
.mega-num {
  position: static;
  flex-shrink: 0;
  min-width: 2rem;
  text-align: center;
  background: linear-gradient(135deg, var(--green-deep), var(--green-mid));
  color: #fff;
  font-size: .78rem; font-weight: 700; padding: .3rem .4rem; border-radius: 8px;
  font-family: var(--font-display);
}
.mega-copy { min-width: 0; padding: 0; }
.mega-copy strong {
  display: block; font-size: .92rem; color: var(--green-deep); line-height: 1.35;
  font-weight: 600;
}
.mega-copy small { display: none; }
.mega-arrow { display: none; flex-shrink: 0; color: var(--gold); font-weight: 700; opacity: .7; }
.mega-footer-link {
  display: block; text-align: center; margin-top: .75rem; padding-top: .75rem;
  border-top: 1px solid var(--cream-dark);
  font-weight: 600; color: var(--green-mid) !important;
}
.mega-footer-link:hover { color: var(--green-deep) !important; }
.header-actions { display: flex; align-items: center; gap: .5rem; }
.mobile-nav-cta { display: none; }
.menu-toggle {
  display: none; width: 44px; height: 44px; border: none; background: transparent;
  flex-direction: column; justify-content: center; align-items: center; gap: 6px; cursor: pointer; border-radius: 10px;
}
.menu-toggle span {
  display: block; width: 22px; height: 2px; background: var(--green-deep); transition: .3s var(--ease);
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100dvh;
  display: flex; align-items: center; padding: calc(var(--header-h) + 1.5rem) 0 4rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 85% 15%, rgba(245,176,66,.22), transparent 42%),
    radial-gradient(ellipse at 10% 80%, rgba(61,155,74,.12), transparent 45%),
    linear-gradient(160deg, #E8F5EA 0%, var(--cream) 42%, #F4ECDD 100%);
}
.hero-has-video {
  background: #0a2a20;
  color: #fff;
}
.hero-media {
  position: absolute; inset: 0; z-index: 0;
  overflow: hidden;
}
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  min-width: 100%;
  min-height: 100%;
}
.hero-video-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(10,42,32,.88) 0%, rgba(15,61,46,.72) 42%, rgba(15,61,46,.45) 100%),
    linear-gradient(to top, rgba(10,42,32,.55) 0%, transparent 45%);
  pointer-events: none;
}
.hero-has-video .hero-content { max-width: 680px; }
.hero-has-video h1 { color: #fff; text-shadow: 0 2px 24px rgba(0,0,0,.25); }
.hero-has-video .hero-lead { color: rgba(255,255,255,.9); }
.hero-has-video .hero-location { color: rgba(255,255,255,.85); }
.hero-has-video .hero-badge {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.22);
  color: #fff;
  backdrop-filter: blur(8px);
}
.hero-has-video .hero-badge::before { background: var(--gold); }
.hero-has-video .btn-ghost,
.hero-has-video .btn-light {
  background: rgba(255,255,255,.94);
  color: var(--green-deep);
  border-color: transparent;
}
.hero-has-video .btn-light:hover {
  background: #fff;
  color: var(--green-deep);
}
.hero-bg {
  position: absolute; inset: 0; pointer-events: none;
}
.hero-gradient {
  position: absolute; inset: -20%;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(61,155,74,.22), transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(232,163,23,.2), transparent 45%),
    radial-gradient(ellipse at 70% 80%, rgba(15,61,46,.1), transparent 50%);
  animation: drift 18s ease-in-out infinite alternate;
}
.hero-particles span {
  position: absolute; width: 6px; height: 6px; border-radius: 50%;
  background: var(--sun); opacity: .4; animation: float-y 9s ease-in-out infinite;
}
.hero-particles span:nth-child(1) { left: 12%; top: 30%; animation-delay: 0s; }
.hero-particles span:nth-child(2) { left: 28%; top: 70%; width: 4px; height: 4px; animation-delay: 1.5s; }
.hero-particles span:nth-child(3) { left: 55%; top: 22%; animation-delay: 2s; }
.hero-particles span:nth-child(4) { left: 78%; top: 55%; width: 5px; height: 5px; animation-delay: 3s; }
.hero-particles span:nth-child(5) { left: 88%; top: 28%; animation-delay: 4s; }
@keyframes drift {
  from { transform: translate(0,0) scale(1); }
  to { transform: translate(-2%, 2%) scale(1.05); }
}
@keyframes float-y {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: center;
}
.hero-has-video .hero-grid {
  grid-template-columns: 1fr;
  min-height: auto;
  padding: 2rem 0 1rem;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .4rem .9rem; border-radius: 999px; background: rgba(255,255,255,.7);
  border: 1px solid rgba(27,77,62,.1); color: var(--green-mid); font-size: .85rem; font-weight: 500;
  margin-bottom: 1.25rem;
}
.hero-badge::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold);
}
.hero h1 { margin-bottom: .75rem; }
.hero-lead { font-size: 1.12rem; max-width: 34em; margin-bottom: 1.75rem; }
.hero-location {
  margin-top: 1.5rem; font-size: .95rem; color: var(--ink-soft);
  display: flex; align-items: center; gap: .4rem;
}
.hero-visual {
  position: relative;
  display: flex; justify-content: flex-end; align-items: flex-end;
  min-height: 180px;
}
.hero-visual-frame {
  border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5; position: relative;
}
.hero-visual-frame img {
  width: 100%; height: 100%; object-fit: cover;
}
.hero-float-card {
  position: relative;
  background: rgba(255,255,255,.94); backdrop-filter: blur(10px);
  padding: 1rem 1.25rem; border-radius: 16px; box-shadow: var(--shadow);
  max-width: 260px; border: 1px solid rgba(15,61,46,.08);
  display: grid; grid-template-columns: 48px 1fr; gap: .65rem .85rem; align-items: center;
}
.hero-float-card-solo {
  margin-left: auto;
}
.hero-float-logo {
  width: 48px; height: 48px; border-radius: 50%; object-fit: contain;
  grid-row: span 2; box-shadow: 0 0 0 2px rgba(232,163,23,.4);
}
.hero-float-card strong { display: block; color: var(--green-deep); font-family: var(--font-display); font-size: 1.15rem; grid-column: 2; }
.hero-float-card span { font-size: .82rem; color: var(--ink-soft); grid-column: 2; }

.page-hero {
  padding: calc(var(--header-h) + 1.75rem) 0 2.5rem;
  background:
    radial-gradient(ellipse at 90% 0%, rgba(245,176,66,.18), transparent 40%),
    linear-gradient(180deg, #E8F5EA 0%, var(--cream) 100%);
  position: relative;
}
.page-hero h1 { margin-bottom: .5rem; }
.page-hero .lead { max-width: 40em; font-size: 1.1rem; }

/* ---------- Sections ---------- */
.section { padding: 5rem 0; }
.section-tight { padding: 3.5rem 0; }
.section-alt { background: #fff; }
.section-sage { background: linear-gradient(180deg, #EAF2EC 0%, var(--cream) 100%); }
.section-head { max-width: 40em; margin-bottom: 2.5rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-block; color: var(--gold); font-weight: 600; font-size: .85rem;
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: .75rem;
}
.split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
}
.split-reverse .split-media { order: 2; }
.media-frame {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  position: relative;
}
.media-frame img {
  width: 100%; height: 100%; object-fit: cover;
  aspect-ratio: 4 / 3; min-height: 0;
}
.media-frame.tall img { aspect-ratio: 4 / 5; }

/* ---------- Cards / grids ---------- */
.cards-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem;
}
.cards-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-card, .why-card, .value-card {
  background: #fff; border-radius: var(--radius); padding: 1.75rem;
  box-shadow: 0 4px 24px rgba(27,77,62,.06); border: 1px solid rgba(27,77,62,.06);
  transition: transform .35s var(--ease), box-shadow .35s;
  height: 100%;
}
.feature-card:hover, .why-card:hover, .value-card:hover {
  transform: translateY(-6px); box-shadow: var(--shadow);
}
.feature-icon, .why-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--sage-soft); color: var(--green-deep);
  display: grid; place-items: center; margin-bottom: 1rem;
}
.feature-icon svg, .why-icon svg, .service-icon svg { width: 24px; height: 24px; }

.service-card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 4px 24px rgba(15,61,46,.07); border: 1px solid rgba(15,61,46,.07);
  display: flex; flex-direction: column; height: 100%;
  transition: transform .4s var(--ease), box-shadow .4s;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 55px rgba(15,61,46,.16);
  border-color: rgba(232,163,23,.35);
}
.service-card-media {
  position: relative; display: block; overflow: hidden; aspect-ratio: 16/10;
}
.service-card-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s var(--ease);
}
.service-card:hover .service-card-media img { transform: scale(1.08); }
.service-media-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(transparent 40%, rgba(15,61,46,.72));
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 1rem; opacity: 0; transition: opacity .35s var(--ease);
}
.service-media-overlay span {
  color: #fff; font-weight: 600; font-size: .9rem;
  padding: .45rem 1rem; border-radius: 999px;
  background: rgba(232,163,23,.92); color: var(--green-deep);
}
.service-card:hover .service-media-overlay { opacity: 1; }
.service-num {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: linear-gradient(135deg, var(--green-deep), var(--green-mid));
  color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  padding: .3rem .7rem; border-radius: 10px;
  box-shadow: 0 6px 16px rgba(15,61,46,.25);
}
.service-card-body { padding: 1.25rem 1.35rem 1.45rem; display: flex; flex-direction: column; flex: 1; }
.service-card-title { margin-bottom: .35rem; font-size: 1.35rem; }
.service-card-title a { color: var(--green-deep); }
.service-card-body > p { font-size: .92rem; margin-bottom: .75rem; }
.service-points {
  list-style: none; margin: 0 0 1.1rem; padding: 0;
  display: grid; gap: .4rem; flex: 1;
}
.service-points li {
  position: relative; padding-left: 1.15rem;
  font-size: .86rem; color: var(--ink); line-height: 1.4;
}
.service-points li::before {
  content: ""; position: absolute; left: 0; top: .45rem;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 0 3px rgba(232,163,23,.22);
}
.service-card-btn { align-self: flex-start; margin-top: auto; }
.service-card:hover .service-card-btn { transform: translateX(3px); }

/* ---------- Approach / journey ---------- */
.approach-steps {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem;
}
.approach-step {
  background: #fff; border-radius: var(--radius); padding: 1.5rem;
  border-top: 3px solid var(--gold); box-shadow: 0 4px 20px rgba(27,77,62,.05);
}
.approach-step .num {
  font-family: var(--font-display); font-size: 1.8rem; color: var(--gold); font-weight: 700;
}

.journey {
  position: relative; padding-left: 0;
}
.journey-track {
  display: grid; gap: 1.25rem;
}
.journey-item {
  display: grid; grid-template-columns: 72px 1fr; gap: 1.25rem; align-items: start;
  background: #fff; border-radius: var(--radius); padding: 1.35rem 1.5rem;
  box-shadow: 0 4px 20px rgba(27,77,62,.05); border: 1px solid rgba(27,77,62,.05);
}
.journey-item .step-num {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(145deg, var(--green-deep), var(--green-mid));
  color: #fff; display: grid; place-items: center;
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 700;
}
.journey-item h3 { margin-bottom: .35rem; font-size: 1.35rem; }
.journey-item p { margin: 0; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: .85rem; max-width: 820px; }
.faq-item {
  background: #fff; border-radius: var(--radius-sm); border: 1px solid rgba(27,77,62,.08);
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer; padding: 1.1rem 1.25rem; font-weight: 600; color: var(--green-deep);
  list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 1.4rem; color: var(--gold); font-weight: 400; transition: transform .25s;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item .faq-body { padding: 0 1.25rem 1.2rem; }
.faq-item .faq-body p:last-child { margin-bottom: 0; }

/* ---------- CTA band ---------- */
.cta-band {
  padding: 4rem 0;
  background:
    linear-gradient(135deg, rgba(15,61,46,.94), rgba(27,94,64,.88) 50%, rgba(232,163,23,.35)),
    url("../images/hero-home.jpg") center/cover;
  color: #fff;
}
.cta-band-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap;
}
.cta-copy { max-width: 36em; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.88); }

/* ---------- Contact & Map ---------- */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 1.75rem; align-items: stretch;
}
.contact-grid-map { align-items: stretch; }
.contact-card {
  background: #fff; border-radius: var(--radius); padding: 2rem;
  box-shadow: var(--shadow); border: 1px solid rgba(15,61,46,.06);
  height: 100%;
}
.contact-card h3 { margin-top: 1.5rem; }
.contact-card h3:first-child { margin-top: 0; }
.contact-detail { margin-bottom: 1.1rem; }
.contact-label {
  display: block; font-size: .75rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--gold); margin-bottom: .35rem;
}
.contact-detail p { margin: 0; color: var(--ink-soft); }
.contact-form label {
  display: block; font-weight: 500; margin-bottom: .35rem; color: var(--green-deep); font-size: .9rem;
}
.contact-form .field { margin-bottom: 1rem; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; padding: .85rem 1rem; border-radius: 12px;
  border: 1.5px solid rgba(27,77,62,.15); background: var(--cream);
  font-family: inherit; font-size: 1rem; color: var(--ink);
  transition: border-color .25s, box-shadow .25s;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  outline: none; border-color: var(--green-mid); box-shadow: 0 0 0 4px rgba(47,107,85,.12);
}

.map-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(15,61,46,.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}
.map-card-top {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
  padding: 1.15rem 1.25rem;
  background: linear-gradient(135deg, #EAF5EE 0%, #FFF8EC 100%);
  border-bottom: 1px solid rgba(15,61,46,.06);
}
.map-card-info {
  display: flex; gap: .85rem; align-items: flex-start; min-width: 0; flex: 1;
}
.map-pin {
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--green-deep); color: #fff;
  box-shadow: 0 8px 18px rgba(15,61,46,.2);
}
.map-card-info strong {
  display: block; color: var(--green-deep); font-size: 1.05rem; margin-bottom: .2rem;
}
.map-card-info p {
  margin: 0; font-size: .88rem; color: var(--ink-soft); line-height: 1.5;
}
.map-card-actions {
  display: flex; flex-wrap: wrap; gap: .5rem; align-items: center;
}
.map-embed {
  position: relative;
  flex: 1;
  min-height: 380px;
  background: var(--cream-dark);
}
.map-embed iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%; border: 0;
  filter: saturate(1.05) contrast(1.02);
}
.map-card-compact .map-embed { min-height: 320px; }
.section-map {
  background: linear-gradient(180deg, var(--cream) 0%, #EAF2EC 100%);
}
.location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.location-card {
  display: block;
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 1.25rem 1.3rem;
  border: 1px solid rgba(15,61,46,.08);
  box-shadow: 0 4px 18px rgba(15,61,46,.05);
  color: inherit !important;
  transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
  height: 100%;
}
.location-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(232,163,23,.4);
  color: inherit !important;
}
.location-card-alt { background: linear-gradient(180deg, #fff 0%, #F7FBF8 100%); }
.location-tier {
  display: inline-block;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .45rem;
}
.location-card h3 {
  margin: 0 0 .35rem;
  font-size: 1.25rem;
  color: var(--green-deep);
}
.location-card p {
  margin: 0 0 .85rem;
  font-size: .9rem;
  color: var(--ink-soft);
}
.location-link {
  font-weight: 600;
  font-size: .9rem;
  color: var(--green-mid);
}
.loc-breadcrumb-bar {
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(15,61,46,.06);
}
.loc-breadcrumb-bar .breadcrumb { padding: .65rem 0; }

/* ---------- Gallery ---------- */
.gallery-filters {
  display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.75rem; justify-content: center;
}
.filter-btn {
  border: 1.5px solid rgba(27,77,62,.15); background: #fff; color: var(--ink-soft);
  padding: .5rem 1rem; border-radius: 999px; cursor: pointer; font-family: inherit; font-weight: 500;
  transition: .25s var(--ease);
}
.filter-btn:hover, .filter-btn.active {
  background: var(--green-deep); color: #fff; border-color: var(--green-deep);
}
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem;
}
.gallery-item {
  position: relative; border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 4/3;
  cursor: pointer; border: none; padding: 0; background: none;
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease);
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item .cap {
  position: absolute; inset: auto 0 0 0; padding: .75rem 1rem;
  background: linear-gradient(transparent, rgba(27,77,62,.75)); color: #fff; font-size: .85rem;
  text-align: left;
}
.lightbox {
  position: fixed; inset: 0; z-index: 2000; background: rgba(10,20,16,.88);
  display: none; align-items: center; justify-content: center; padding: 1rem;
}
.lightbox.is-open { display: flex; }
.lightbox-inner { position: relative; max-width: min(92vw, 1000px); }
.lightbox-inner img { max-height: 82vh; width: auto; margin: 0 auto; border-radius: 12px; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute; background: rgba(255,255,255,.15); color: #fff; border: none;
  width: 44px; height: 44px; border-radius: 50%; cursor: pointer; font-size: 1.4rem;
  display: grid; place-items: center;
}
.lightbox-close { top: -50px; right: 0; }
.lightbox-prev { left: -60px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: -60px; top: 50%; transform: translateY(-50%); }

/* ---------- Breadcrumb ---------- */
.breadcrumb { padding: .85rem 0; background: transparent; }
.breadcrumb-list {
  display: flex; flex-wrap: wrap; gap: .35rem; list-style: none; margin: 0; padding: 0;
  font-size: .88rem; color: var(--ink-soft);
}
.breadcrumb-list a { color: var(--green-mid); }
.breadcrumb .sep { opacity: .5; margin-left: .35rem; }

/* ---------- Content prose ---------- */
.prose { max-width: 720px; }
.prose h2 { margin-top: 2rem; }
.support-list {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; list-style: none; padding: 0; margin: 1.5rem 0;
}
.support-list li {
  background: #fff; padding: 1.1rem 1.25rem; border-radius: var(--radius-sm);
  border-left: 3px solid var(--gold); box-shadow: 0 2px 12px rgba(27,77,62,.05);
  color: var(--ink);
}
.related-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem;
}
.related-link {
  display: block; background: #fff; padding: 1.1rem 1.25rem; border-radius: var(--radius-sm);
  border: 1px solid rgba(27,77,62,.08); color: var(--green-deep); font-weight: 600;
  transition: .3s var(--ease);
}
.related-link:hover { border-color: var(--sage); transform: translateY(-3px); box-shadow: var(--shadow); color: var(--green-deep); }
.related-link span { display: block; font-weight: 400; font-size: .88rem; color: var(--ink-soft); margin-top: .25rem; }

/* ---------- Service page layout ---------- */
.service-split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2.5rem;
  align-items: center;
}
.service-split .prose { max-width: none; }
.service-media img { min-height: 340px; }
.support-list-cards li {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  padding: 1.2rem 1.2rem;
}
.support-num {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--green-deep), var(--green-mid));
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .9rem;
}
.support-copy { min-width: 0; flex: 1; }
.support-copy strong {
  display: block;
  color: var(--green-deep);
  font-size: 1.05rem;
  margin-bottom: .3rem;
  line-height: 1.3;
}
.support-copy span {
  display: block;
  color: var(--ink-soft);
  font-size: .92rem;
  line-height: 1.55;
}
.service-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.service-info-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.5rem 1.4rem;
  border: 1px solid rgba(15,61,46,.08);
  box-shadow: 0 4px 20px rgba(15,61,46,.05);
}
.service-info-card h2 {
  font-size: 1.35rem;
  margin: 0 0 .65rem;
}
.service-info-card p:last-child { margin-bottom: 0; }
.page-hero-service .service-hero-actions {
  margin-top: 1.25rem;
}
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}

.note-box {
  background: var(--sage-soft); border-radius: var(--radius-sm); padding: 1.1rem 1.25rem;
  color: var(--ink); border: 1px solid rgba(27,77,62,.08); margin: 1.5rem 0;
  font-size: .95rem;
}

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(232,163,23,.12), transparent 42%),
    radial-gradient(ellipse at 88% 20%, rgba(61,155,74,.1), transparent 40%),
    linear-gradient(165deg, #0E3A2C 0%, #0A2A20 48%, #061912 100%);
  color: rgba(255,255,255,.78);
  padding-top: 0;
  overflow: hidden;
}
.footer-accent {
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold) 20%, var(--sun) 50%, var(--gold) 80%, transparent);
}
.footer-top { padding-top: 3.75rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .9fr 1.05fr 1.15fr;
  gap: 2.25rem 2rem;
  padding-bottom: 2.75rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-footer .brand-footer { margin-bottom: .35rem; }
.site-footer .brand-name { color: #fff; font-size: 1.35rem; }
.site-footer .brand-sub { color: rgba(255,255,255,.72); }
.site-footer h3 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 1rem;
  letter-spacing: .01em;
}
.footer-col h3::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  margin-top: .55rem;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 2px;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .42rem; }
.site-footer a { color: rgba(255,255,255,.72); }
.site-footer a:hover { color: var(--gold-soft); }
.footer-more { color: var(--gold-soft) !important; font-weight: 600; }
.footer-brand .footer-about {
  color: rgba(255,255,255,.68);
  max-width: 34em;
  font-size: .95rem;
  margin-bottom: 0;
}
.footer-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.35rem; }
.site-footer address {
  font-style: normal;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: rgba(255,255,255,.72);
}
.footer-contact-lines {
  display: grid;
  gap: .55rem;
  margin: 0 0 1.1rem;
}
.footer-contact-lines a {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: rgba(255,255,255,.85);
  font-weight: 500;
}
.footer-contact-lines a:hover { color: var(--gold-soft); }
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1rem;
  margin-top: .25rem;
}
.footer-legal li { margin: 0; }
.footer-legal a { font-size: .88rem; opacity: .85; }

/* Locations strip */
.footer-locations {
  padding: 2.4rem 0 2.85rem;
}
.footer-locations-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.footer-eyebrow {
  margin: 0 0 .2rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
}
.footer-locations-head h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
}
.footer-locations-head h3::after { display: none; }
.footer-locations-all {
  font-weight: 600;
  color: var(--gold-soft) !important;
  white-space: nowrap;
}
.footer-locations-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .55rem .65rem;
}
.footer-locations-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .4rem;
  padding: .55rem .7rem;
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
  font-size: .88rem;
  font-weight: 500;
  white-space: normal;
  line-height: 1.35;
  transition: background .25s var(--ease), border-color .25s, color .25s, transform .25s var(--ease);
}
.footer-locations-grid a:hover {
  background: rgba(232,163,23,.12);
  border-color: rgba(232,163,23,.35);
  color: #fff;
  transform: translateY(-1px);
}
.loc-badge {
  flex-shrink: 0;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--green-deep);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  padding: .15rem .35rem;
  border-radius: 999px;
  line-height: 1.2;
}
.footer-locations-note {
  margin: 1.15rem 0 0;
  font-size: .82rem;
  color: rgba(255,255,255,.5);
  max-width: 54em;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 1.35rem 0 5.5rem;
  background: rgba(0,0,0,.18);
}
.footer-bottom-inner { display: grid; gap: .65rem; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.65); font-size: .9rem; }
.footer-disclaimer { font-size: .78rem !important; opacity: .7; max-width: 72em; }

/* ---------- Float actions ---------- */
.float-actions {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 900;
  display: flex; flex-direction: column; gap: .65rem;
}
.float-whatsapp, .float-call {
  display: flex; align-items: center; gap: .5rem;
  padding: .85rem 1.1rem; border-radius: 999px; color: #fff !important;
  font-weight: 600; font-size: .9rem; box-shadow: 0 10px 28px rgba(0,0,0,.2);
  position: relative;
}
.float-whatsapp { background: #25D366; }
.float-call { background: var(--green-deep); }
.pulse-ring {
  position: absolute; inset: -4px; border-radius: 999px;
  border: 2px solid #25D366; animation: pulse 2s ease-out infinite; pointer-events: none;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: .7; }
  100% { transform: scale(1.25); opacity: 0; }
}

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.two-col-text {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
}

/* ---------- Director section ---------- */
.director-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(232,163,23,.12), transparent 42%),
    radial-gradient(ellipse at 100% 100%, rgba(61,155,74,.08), transparent 45%),
    #fff;
}
.director-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}
.director-media { min-width: 0; width: 100%; }
.director-frame {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 18px 44px rgba(15,61,46,.14),
    0 0 0 1px rgba(15,61,46,.06);
  background: #fff;
  line-height: 0;
}
.director-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 4 / 5;
}
.director-copy { min-width: 0; }
.director-copy > h2 { margin-bottom: .4rem; }
.director-name {
  margin: 0 0 .15rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  font-weight: 700;
  color: var(--green-deep);
  line-height: 1.2;
}
.director-role {
  margin: 0 0 1.15rem;
  color: var(--gold);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .02em;
}
.director-focus {
  list-style: none;
  margin: 1.15rem 0 1.35rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}
.director-focus li {
  position: relative;
  margin: 0;
  padding: .75rem .85rem .75rem 2.2rem;
  background: var(--sage-soft);
  border-radius: 12px;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4;
}
.director-focus li::before {
  content: "";
  position: absolute;
  left: .85rem;
  top: 50%;
  transform: translateY(-50%);
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(232,163,23,.22);
}
.director-quote {
  margin: 0 0 1.4rem;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--gold);
  background: linear-gradient(90deg, rgba(232,163,23,.1), transparent);
  border-radius: 0 12px 12px 0;
  font-family: var(--font-hindi);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--green-deep);
}
.director-actions { margin-top: .15rem; }
.director-actions .btn { min-height: 46px; }

.check-list { list-style: none; padding: 0; }
.check-list li {
  position: relative; padding-left: 1.75rem; margin-bottom: .75rem;
}
.check-list li::before {
  content: ""; position: absolute; left: 0; top: .45rem;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 0 4px rgba(196,165,116,.25);
}

/* Animation: never hide content with CSS — GSAP handles motion only */
[data-animate] { opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .hero-gradient { animation: none; }
  .pulse-ring { animation: none; display: none; }
  [data-animate] { opacity: 1 !important; transform: none !important; }
  .hero-video { display: none; }
  .hero-media {
    background: url("../images/hero-home.jpg") center/cover no-repeat;
  }
}
