/* ══════════════════════════════════════════════════════════
   SUMUKHA — MIDNIGHT × ELECTRIC TEAL × AMBER GOLD
   Awwwards-level animated Ayurveda site — Haveri, Karnataka
══════════════════════════════════════════════════════════ */
:root {
  --bg:      #05080F;
  --bg2:     #080E1A;
  --bg3:     #0C1525;
  --teal:    #00D9B4;
  --teal-h:  #1AEDC8;
  --teal-d:  #007A65;
  --gold:    #E8A020;
  --gold-h:  #F5C040;
  --gold-p:  #F8D898;
  --ivory:   #F2EDD8;
  --cream:   #E5DCCA;
  --cream2:  #D4C9B0;
  --ink:     #0D1B14;
  --ink-m:   #3A5848;
  --ink-f:   rgba(13,27,20,.07);
  --snow:    #F2EDD8;
  --snow-m:  #8DB0A0;
  --snow-f:  rgba(242,237,216,.08);
  --ease-o:  cubic-bezier(.25,1,.5,1);
  --ease-io: cubic-bezier(.76,0,.24,1);
  --r: 12px;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body, * { cursor: none !important; }
html { font-size: 16px; }
body {
  font-family: 'Outfit', sans-serif;
  background: var(--ivory);
  color: var(--ink);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-loading { overflow: hidden; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; }
em { font-style: italic; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 44px; }

/* ── GRAIN ── */
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 8000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 220px; opacity: .024;
}

/* ── SCROLL PROGRESS ── */
#spb {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  z-index: 9100; pointer-events: none; transition: width .05s linear;
}

/* ═══════════════════════════════════
   CUSTOM CURSOR
═══════════════════════════════════ */
#c-dot {
  position: fixed; width: 8px; height: 8px; background: var(--teal);
  border-radius: 50%; pointer-events: none; z-index: 9990;
  transform: translate(-50%, -50%); will-change: transform;
  transition: width .2s, height .2s, background .2s, opacity .2s;
}
#c-ring {
  position: fixed; width: 42px; height: 42px;
  border: 1.5px solid rgba(0,217,180,.4);
  border-radius: 50%; pointer-events: none; z-index: 9989;
  transform: translate(-50%, -50%); will-change: transform;
  transition: width .32s var(--ease-o), height .32s var(--ease-o), border-color .25s;
}
#c-dot.hov { width: 3px; height: 3px; opacity: .2; }
#c-ring.hov { width: 68px; height: 68px; border-color: var(--teal); border-width: 1px; }
@media (pointer: coarse) { #c-dot, #c-ring { display: none; } }

/* ═══════════════════════════════════
   PRELOADER
═══════════════════════════════════ */
#preloader { position: fixed; inset: 0; z-index: 9500; }
.pl-panel { position: absolute; left: 0; right: 0; height: 50%; background: var(--bg); }
.pl-t { top: 0; transform-origin: top; }
.pl-b { bottom: 0; transform-origin: bottom; }
.pl-stage {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 18px; z-index: 1; overflow: visible;
}
.pl-lotus { width: 190px; height: 190px; overflow: visible; }
.pl-name {
  font-family: 'Cormorant Garamond', serif; font-style: normal;
  font-size: clamp(1.9rem, 5vw, 3rem); font-weight: 300;
  letter-spacing: .48em; color: var(--snow); opacity: 0;
}
.pl-sub {
  font-size: .67rem; font-weight: 500; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold); opacity: 0; margin-top: -4px;
}
.pl-track { width: 210px; height: 1px; background: rgba(242,237,216,.12); overflow: hidden; margin-top: 6px; }
.pl-fill { height: 100%; width: 100%; background: linear-gradient(90deg,var(--teal),var(--gold)); transform: scaleX(0); transform-origin: left; }

/* ═══════════════════════════════════
   NAVIGATION
═══════════════════════════════════ */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 22px 0;
  transition: background .45s var(--ease-io), padding .4s, box-shadow .4s;
}
#navbar.scrolled {
  background: rgba(5,8,15,.95); backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px); padding: 13px 0;
  box-shadow: 0 1px 0 rgba(0,217,180,.08);
}
.nav-in {
  max-width: 1200px; margin: 0 auto; padding: 0 44px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 10px; transition: opacity .3s; }
.nav-logo:hover { opacity: .75; }
.logo-gem { color: var(--gold); font-size: .9rem; }
.logo-stack { display: flex; flex-direction: column; line-height: 1; }
.logo-name { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.45rem; font-weight: 500; color: var(--snow); letter-spacing: .02em; }
.logo-tag  { font-size: .55rem; font-weight: 400; color: var(--snow-m); letter-spacing: .17em; text-transform: uppercase; margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-link  { font-size: .78rem; font-weight: 400; color: rgba(242,237,216,.72); letter-spacing: .04em; position: relative; transition: color .3s; display: inline-block; }
.nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--teal); transition: width .32s var(--ease-o); }
.nav-link:hover { color: var(--snow); }
.nav-link:hover::after { width: 100%; }
.nav-cta { font-size: .78rem; font-weight: 500; letter-spacing: .07em; color: var(--bg) !important; background: var(--teal); padding: 9px 20px; border-radius: 2px; transition: background .3s, box-shadow .3s; }
.nav-cta:hover { background: var(--teal-h); box-shadow: 0 0 0 6px rgba(0,217,180,.14); }
.nav-tog { display: none; flex-direction: column; gap: 6px; background: none; border: none; padding: 6px; }
.nav-tog span { display: block; width: 24px; height: 1.5px; background: var(--snow); transition: all .35s var(--ease-io); transform-origin: center; }
.nav-tog.open span:first-child { transform: rotate(45deg) translate(5px,5px); }
.nav-tog.open span:last-child  { transform: rotate(-45deg) translate(5px,-5px); }

/* ═══════════════════════════════════
   HERO
═══════════════════════════════════ */
#hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--bg); }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(110px); }
.o1 { width: 900px; height: 900px; background: radial-gradient(circle, rgba(0,217,180,.18) 0%, transparent 65%); top: -320px; left: -200px; animation: od1 18s ease-in-out infinite; }
.o2 { width: 700px; height: 700px; background: radial-gradient(circle, rgba(232,160,32,.14) 0%, transparent 65%); bottom: -200px; right: -150px; animation: od2 22s ease-in-out infinite; }
.o3 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(0,217,180,.08) 0%, transparent 65%); top: 45%; left: 52%; animation: od3 28s ease-in-out infinite; }
@keyframes od1{0%,100%{transform:translate(0,0)}50%{transform:translate(80px,60px)}}
@keyframes od2{0%,100%{transform:translate(0,0)}50%{transform:translate(-65px,-48px)}}
@keyframes od3{0%,100%{transform:translate(0,0)}33%{transform:translate(48px,-38px)}66%{transform:translate(-32px,28px)}}
#particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.ptc { position: absolute; border-radius: 50%; background: var(--teal); opacity: 0; animation: pfloat linear infinite; }
@keyframes pfloat { 0%{transform:translateY(0) scale(0);opacity:0} 10%{opacity:.55} 90%{opacity:.15} 100%{transform:translateY(-90vh) scale(2);opacity:0} }
.hero-mandala { position: absolute; width: min(900px,100vw); height: min(900px,100vw); top: 50%; left: 50%; transform: translate(-50%,-50%); animation: slowR 140s linear infinite; pointer-events: none; overflow: visible; }
@keyframes slowR { from{transform:translate(-50%,-50%) rotate(0deg)} to{transform:translate(-50%,-50%) rotate(360deg)} }
.hero-content { position: relative; z-index: 2; text-align: center; max-width: 980px; padding: 128px 44px 88px; }
.h-eyebrow { font-size: .67rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--teal); margin-bottom: 28px; opacity: 0; }
.h-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; line-height: 1; margin-bottom: 22px; }
.hl-clip { display: block; overflow: hidden; }
.h-big { display: block; font-style: italic; font-size: clamp(5rem,12.5vw,10.5rem); color: var(--gold-p); letter-spacing: -.022em; opacity: 0; }
.h-sm  { display: block; font-family: 'Outfit', sans-serif; font-size: clamp(.82rem,2.1vw,1.25rem); font-weight: 200; letter-spacing: .3em; color: rgba(242,237,216,.38); text-transform: uppercase; margin-top: 8px; opacity: 0; }
.h-tagline { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.3rem,2.7vw,1.9rem); font-weight: 300; color: rgba(242,237,216,.6); line-height: 1.55; margin-bottom: 34px; opacity: 0; }
.h-tagline em { color: rgba(242,237,216,.88); font-style: normal; }
.h-btns { display: flex; gap: 14px; justify-content: center; margin-bottom: 38px; flex-wrap: wrap; opacity: 0; }
.h-rating { display: flex; align-items: center; gap: 10px; justify-content: center; font-size: .74rem; color: rgba(242,237,216,.32); letter-spacing: .05em; opacity: 0; }
.h-stars { color: var(--gold); letter-spacing: 3px; }
.h-scroll-hint { position: absolute; bottom: 42px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 2; opacity: 0; }
.h-scroll-hint span { font-size: .62rem; letter-spacing: .24em; text-transform: uppercase; color: var(--snow-m); font-weight: 500; }
.h-line { width: 1px; height: 52px; background: rgba(242,237,216,.15); position: relative; overflow: hidden; }
.h-drip { position: absolute; top: -55%; left: 0; width: 100%; height: 55%; background: var(--teal); animation: drip 2s ease-in-out infinite; }
@keyframes drip { 0%{top:-55%} 100%{top:155%} }

/* ═══════════════════════════════════
   BUTTONS
═══════════════════════════════════ */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 34px; font-family: 'Outfit', sans-serif; font-size: .84rem; font-weight: 500; letter-spacing: .07em; border-radius: 2px; border: none; text-decoration: none; white-space: nowrap; will-change: transform; transition: background .3s, box-shadow .3s; }
.btn-teal { background: var(--teal); color: var(--bg); }
.btn-teal:hover { background: var(--teal-h); box-shadow: 0 8px 32px rgba(0,217,180,.35); }
.btn-outline { background: transparent; color: var(--ink); border: 1px solid rgba(13,27,20,.2); }
.btn-outline:hover { background: rgba(13,27,20,.05); border-color: rgba(13,27,20,.4); }

/* ═══════════════════════════════════
   MARQUEE
═══════════════════════════════════ */
.marquee-wrap { overflow: hidden; background: var(--bg2); border-top: 1px solid rgba(0,217,180,.12); border-bottom: 1px solid rgba(0,217,180,.12); user-select: none; }
.marquee-row { display: flex; width: max-content; white-space: nowrap; padding: 11px 0; }
.mq-fwd { animation: mqf 38s linear infinite; }
.mq-rev { animation: mqr 30s linear infinite; background: rgba(0,217,180,.03); }
.marquee-row:hover { animation-play-state: paused; }
.marquee-row span { font-size: .69rem; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; color: rgba(141,176,160,.5); padding: 0 22px; }
.marquee-row em   { color: var(--teal); opacity: .5; font-style: normal; font-size: .6rem; }
@keyframes mqf { from{transform:translateX(0)} to{transform:translateX(-50%)} }
@keyframes mqr { from{transform:translateX(-50%)} to{transform:translateX(0)} }

/* ═══════════════════════════════════
   SECTIONS — SHARED
═══════════════════════════════════ */
.section { padding: 112px 0; }
.s-dark { background: var(--bg2); }
.s-label { display: inline-block; font-family: 'Outfit', sans-serif; font-size: .67rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--teal-d); margin-bottom: 14px; }
.s-label-lt { color: var(--teal); }
.s-head { font-size: clamp(2.4rem,4.5vw,3.6rem); font-weight: 400; line-height: 1.1; letter-spacing: -.022em; color: var(--ink); margin-bottom: 18px; }
.s-head-lt { color: var(--snow); }
.s-sub { font-size: 1rem; font-weight: 300; color: var(--ink-m); max-width: 560px; line-height: 1.7; }
.s-sub-lt { color: var(--snow-m); }
.s-center { text-align: center; margin-bottom: 72px; }
.s-center .s-sub { margin: 0 auto; }
.ch-wrap { display: inline-block; overflow: hidden; vertical-align: bottom; }
.ch { display: inline-block; transform-origin: bottom center; }

/* ═══════════════════════════════════
   ABOUT
═══════════════════════════════════ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; }
.about-l p { font-size: .98rem; color: var(--ink-m); font-weight: 300; line-height: 1.85; margin-bottom: 18px; }
.about-l p em { color: var(--teal-d); font-style: italic; }
.about-l p strong { color: var(--ink); font-weight: 500; }
.about-l .s-head { margin-bottom: 28px; }
.stats-row { display: flex; align-items: center; margin-top: 52px; padding-top: 44px; border-top: 1px solid var(--ink-f); }
.stat { flex: 1; text-align: center; }
.stat-n { display: block; font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 400; color: var(--teal-d); line-height: 1; margin-bottom: 7px; }
.stat-n sup { font-size: .5em; vertical-align: super; }
.stat-l { display: block; font-size: .72rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-m); }
.stat-sep { width: 1px; height: 52px; background: var(--ink-f); }
.about-r { display: flex; flex-direction: column; gap: 20px; }
.quote-card { position: relative; background: var(--cream); border-radius: var(--r); padding: 52px 44px; border: 1px solid var(--ink-f); overflow: hidden; transform-style: preserve-3d; transition: box-shadow .4s; }
.quote-card:hover { box-shadow: 0 28px 64px rgba(13,27,20,.14); }
.qc-bg { position: absolute; bottom: -12px; right: -6px; font-family: 'Cormorant Garamond', serif; font-size: 7rem; font-weight: 300; color: var(--teal-d); opacity: .05; pointer-events: none; user-select: none; line-height: 1; }
.qc-glare { position: absolute; inset: 0; background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(0,217,180,.06) 0%, transparent 60%); pointer-events: none; border-radius: var(--r); transition: opacity .3s; opacity: 0; }
.quote-card:hover .qc-glare { opacity: 1; }
.qc-lotus { width: 72px; height: 72px; margin: 0 auto 22px; overflow: visible; }
blockquote p { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; font-style: italic; line-height: 1.7; color: var(--ink); text-align: center; margin-bottom: 18px; }
blockquote p em { color: var(--teal-d); }
blockquote cite { display: block; text-align: center; font-style: normal; font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-m); }
.about-pill { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 18px; border: 1px solid var(--ink-f); border-radius: 4px; font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-m); }
.about-pill em { color: var(--teal-d); font-style: normal; }
.about-tag { font-size: .66rem; font-weight: 500; letter-spacing: .08em; color: var(--teal-d); background: rgba(0,122,101,.08); padding: 4px 10px; border-radius: 2px; text-transform: uppercase; }

/* ═══════════════════════════════════
   ABOUT AYURVEDA
═══════════════════════════════════ */
.ayu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.ayu-p { font-size: .98rem; color: var(--snow-m); font-weight: 300; line-height: 1.85; margin-bottom: 18px; }
.ayu-p em { color: var(--teal); font-style: italic; }
.ayu-p strong { color: var(--snow); font-weight: 500; }
.ayu-shloka { margin-top: 36px; padding: 32px 36px; border-left: 2px solid var(--gold); background: rgba(232,160,32,.05); border-radius: 0 8px 8px 0; }
.shloka-text { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-style: italic; color: var(--gold-p); letter-spacing: .03em; line-height: 1.6; }
.shloka-ref { font-size: .67rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); opacity: .7; margin-top: 10px; margin-bottom: 14px; }
.shloka-meaning { font-size: .88rem; font-weight: 300; color: var(--snow-m); line-height: 1.75; font-style: italic; }
.ayu-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.ayu-pillar { background: rgba(242,237,216,.04); border: 1px solid rgba(242,237,216,.08); border-radius: var(--r); padding: 28px 24px; transition: border-color .3s, background .3s; }
.ayu-pillar:hover { border-color: rgba(0,217,180,.25); background: rgba(0,217,180,.04); }
.ayu-pill-icon { width: 44px; height: 44px; margin-bottom: 16px; }
.ayu-pill-icon svg { width: 40px; height: 40px; }
.ayu-pillar h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 500; font-style: italic; color: var(--snow); margin-bottom: 8px; }
.ayu-pillar p { font-size: .84rem; font-weight: 300; color: var(--snow-m); line-height: 1.75; }

/* ═══════════════════════════════════
   VISION & MISSION
═══════════════════════════════════ */
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 52px; }
.vm-card { background: var(--cream); border: 1px solid var(--ink-f); border-radius: var(--r); padding: 44px 40px; transition: box-shadow .4s; }
.vm-card:hover { box-shadow: 0 20px 56px rgba(13,27,20,.12); }
.vm-vision { border-top: 3px solid var(--teal-d); }
.vm-mission { border-top: 3px solid var(--gold); }
.vm-icon { width: 52px; height: 52px; margin-bottom: 20px; color: var(--teal-d); }
.vm-icon svg { width: 48px; height: 48px; }
.vm-card h3 { font-size: 1.6rem; font-weight: 400; color: var(--ink); margin-bottom: 14px; }
.vm-card p { font-size: .95rem; color: var(--ink-m); font-weight: 300; line-height: 1.8; }
.objectives-block { padding: 44px 48px; background: var(--cream); border: 1px solid var(--ink-f); border-radius: var(--r); }
.obj-title { font-family: 'Outfit', sans-serif; font-size: .67rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--teal-d); margin-bottom: 32px; }
.obj-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 36px; }
.obj-item { display: flex; flex-direction: column; gap: 12px; }
.obj-num { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 300; color: var(--teal-d); opacity: .5; line-height: 1; }
.obj-item p { font-size: .92rem; color: var(--ink-m); font-weight: 300; line-height: 1.8; }

/* ═══════════════════════════════════
   OUR TEAM — 3-COLUMN GRID
═══════════════════════════════════ */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.doc-card { display: flex; flex-direction: column; background: rgba(242,237,216,.04); border-radius: var(--r); padding: 40px 36px; border: 1px solid rgba(242,237,216,.09); transform-style: preserve-3d; transition: box-shadow .4s, border-color .35s; will-change: transform; position: relative; overflow: hidden; }
.doc-card:hover { box-shadow: 0 28px 72px rgba(0,0,0,.4); border-color: rgba(0,217,180,.28); }
.doc-card-patron:hover { border-color: rgba(232,160,32,.28); }
.doc-av-wrap { position: relative; width: 78px; height: 78px; margin-bottom: 20px; }
.doc-av { width: 78px; height: 78px; border-radius: 50%; background: linear-gradient(135deg, var(--teal-d), var(--teal)); display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.doc-av-2      { background: linear-gradient(135deg, #0C3028, var(--teal-d)); }
.doc-av-patron { background: linear-gradient(135deg, #3A2800, var(--gold)); }
.doc-pulse { position: absolute; inset: -7px; border-radius: 50%; border: 1.5px solid var(--teal); opacity: 0; animation: pulse 2.8s ease-out infinite; }
.doc-card-patron .doc-pulse { border-color: var(--gold); }
@keyframes pulse { 0%{opacity:.5;transform:scale(1)} 80%{opacity:0;transform:scale(1.38)} 100%{opacity:0;transform:scale(1.38)} }
.doc-av span { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 500; color: var(--snow); letter-spacing: .05em; }
.doc-role { font-size: .63rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--teal); margin-bottom: 4px; }
.doc-name { font-size: 1.5rem; font-weight: 400; font-style: italic; color: var(--snow); line-height: 1.15; margin-bottom: 4px; }
.doc-cred { font-size: .78rem; font-weight: 400; color: var(--snow-m); letter-spacing: .1em; margin-bottom: 16px; }
.doc-rule { width: 32px; height: 1.5px; background: var(--teal); margin-bottom: 16px; opacity: .55; }
.doc-bio  { font-size: .88rem; color: var(--snow-m); line-height: 1.8; font-weight: 300; margin-bottom: 16px; }
.doc-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.doc-tags span { font-size: .63rem; font-weight: 500; letter-spacing: .09em; color: var(--teal); background: rgba(0,217,180,.1); padding: 4px 10px; border-radius: 2px; text-transform: uppercase; transition: background .25s; }
.doc-card:hover .doc-tags span { background: rgba(0,217,180,.18); }
.doc-glare { position: absolute; inset: 0; background: radial-gradient(circle at var(--gx,50%) var(--gy,50%), rgba(0,217,180,.07) 0%, transparent 55%); pointer-events: none; opacity: 0; border-radius: var(--r); transition: opacity .3s; }
.doc-card:hover .doc-glare { opacity: 1; }
.team-note { text-align: center; font-size: .84rem; color: var(--snow-m); font-weight: 300; font-style: italic; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--snow-f); }

/* ═══════════════════════════════════
   TREATMENTS — HORIZONTAL SCROLL
═══════════════════════════════════ */
.tx-pin { height: 100vh; overflow: hidden; background: var(--bg); display: flex; flex-direction: column; position: relative; }
.tx-pin::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 0%, rgba(0,217,180,.12) 0%, transparent 52%); pointer-events: none; }
.tx-hd { padding: 44px 64px 20px; display: flex; align-items: flex-end; justify-content: space-between; flex-shrink: 0; }
.tx-hd .s-head { margin-bottom: 0; font-size: clamp(2rem,3.5vw,3rem); }
.tx-hd-r { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.tx-prog-bar { width: 160px; height: 1px; background: rgba(242,237,216,.12); position: relative; overflow: hidden; }
.tx-prog-fill { position: absolute; top: 0; left: 0; height: 100%; background: linear-gradient(90deg,var(--teal),var(--gold)); transform: scaleX(0); transform-origin: left; will-change: transform; }
.tx-ctr { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: rgba(242,237,216,.55); letter-spacing: .06em; }
.tx-track { flex: 1; display: flex; flex-direction: row; align-items: center; will-change: transform; }
.tx-card { width: 320px; min-width: 320px; max-width: 320px; flex-shrink: 0; padding: 18px 28px 28px; border-right: 1px solid rgba(242,237,216,.07); transition: border-color .3s; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.tx-card::before { content: ''; position: absolute; inset: 0; background: rgba(0,217,180,.03); opacity: 0; transition: opacity .3s; pointer-events: none; }
.tx-card:hover { border-right-color: rgba(0,217,180,.25); }
.tx-card:hover::before { opacity: 1; }
.tx-inner { height: 100%; display: flex; flex-direction: column; min-width: 0; word-break: break-word; overflow-wrap: break-word; }
.tx-img { width: 100%; max-height: 140px; display: block; object-fit: contain; border-radius: 6px; margin-bottom: 10px; background: rgba(255,255,255,.03); opacity: .82; transition: opacity .3s; filter: saturate(.7) brightness(.88); }
.tx-card:hover .tx-img { opacity: .96; filter: saturate(1) brightness(1); }
.tx-skt { display: none; }
.tx-num { display: block; font-family: 'Cormorant Garamond', serif; font-size: .78rem; color: var(--gold); opacity: .7; letter-spacing: .12em; margin-bottom: 6px; }
.tx-ico { display: none; }
.tx-name { font-size: 1.25rem; font-weight: 400; font-style: italic; color: var(--snow); margin-bottom: 8px; letter-spacing: -.01em; line-height: 1.2; }
.tx-badges { display: flex; gap: 6px; margin-bottom: 10px; flex-wrap: wrap; }
.tx-badges span { font-size: .59rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); background: rgba(0,217,180,.1); border: 1px solid rgba(0,217,180,.2); padding: 3px 8px; border-radius: 2px; }
.tx-desc { font-size: .84rem; font-weight: 300; color: rgba(242,237,216,.8); line-height: 1.75; margin-bottom: 12px; flex: 1; word-break: break-word; overflow-wrap: break-word; white-space: normal; }
.tx-desc em { color: var(--gold-p); font-style: italic; }
.tx-desc strong { color: var(--snow); font-weight: 500; }
.tx-list { border-top: 1px solid rgba(242,237,216,.09); padding-top: 12px; }
.tx-list li { font-size: .77rem; font-weight: 400; color: rgba(242,237,216,.6); padding: 4px 0; border-bottom: 1px solid rgba(242,237,216,.05); display: flex; align-items: center; gap: 8px; }
.tx-list li::before { content: '→'; color: var(--teal); opacity: .8; flex-shrink: 0; font-size: .72rem; }
.tx-footer { margin-top: 10px; }
.tx-dosha { font-size: .63rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); opacity: .8; }

/* ═══════════════════════════════════
   CONDITIONS TREATED
═══════════════════════════════════ */
.cond-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cond-item { background: var(--cream); border: 1px solid var(--ink-f); border-radius: 8px; padding: 26px 28px; border-left: 3px solid var(--teal-d); transition: box-shadow .3s, border-left-color .3s; }
.cond-item:hover { box-shadow: 0 12px 36px rgba(13,27,20,.1); border-left-color: var(--teal); }
.cond-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 500; color: var(--ink); margin-bottom: 8px; }
.cond-item p { font-size: .84rem; color: var(--ink-m); font-weight: 300; line-height: 1.7; }

/* ═══════════════════════════════════
   PACKAGES
═══════════════════════════════════ */
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pkg-card { background: rgba(242,237,216,.04); border: 1px solid rgba(242,237,216,.09); border-radius: var(--r); padding: 36px 32px; transition: border-color .3s, box-shadow .4s; }
.pkg-card:hover { border-color: rgba(0,217,180,.28); box-shadow: 0 20px 56px rgba(0,0,0,.3); }
.pkg-custom { grid-column: span 3; display: flex; align-items: flex-start; gap: 36px; }
.pkg-icon { width: 44px; height: 44px; margin-bottom: 18px; flex-shrink: 0; }
.pkg-icon svg { width: 36px; height: 36px; }
.pkg-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 500; font-style: italic; color: var(--snow); margin-bottom: 10px; }
.pkg-dur { margin-bottom: 18px; }
.pkg-dur span { font-size: .63rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--teal); background: rgba(0,217,180,.1); padding: 4px 12px; border-radius: 2px; border: 1px solid rgba(0,217,180,.18); }
.pkg-card ul { display: flex; flex-direction: column; gap: 8px; }
.pkg-card ul li { font-size: .84rem; color: var(--snow-m); font-weight: 300; display: flex; align-items: center; gap: 8px; }
.pkg-card ul li::before { content: '·'; color: var(--teal); font-size: 1.2rem; line-height: 1; }
.pkg-custom .pkg-icon { margin-bottom: 0; margin-top: 4px; }
.pkg-custom-p { font-size: .88rem; color: var(--snow-m); font-weight: 300; line-height: 1.8; }

/* ═══════════════════════════════════
   COURSES
═══════════════════════════════════ */
.course-list { display: flex; flex-direction: column; gap: 3px; }
.course-item { display: flex; align-items: center; gap: 22px; padding: 20px 28px; border: 1px solid var(--ink-f); border-radius: 8px; background: var(--cream); transition: box-shadow .3s, border-color .3s; }
.course-item:hover { box-shadow: 0 8px 28px rgba(13,27,20,.1); border-color: rgba(0,122,101,.2); }
.course-num { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; color: var(--teal-d); opacity: .5; min-width: 38px; line-height: 1; }
.course-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 400; color: var(--ink); margin-bottom: 4px; }
.course-dur { font-size: .67rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--teal-d); }

/* ═══════════════════════════════════
   TOURIST ATTRACTIONS
═══════════════════════════════════ */
.tourism-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; }
.tourism-col-title { font-family: 'Outfit', sans-serif; font-size: .67rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.tourism-intro { font-size: .88rem; color: var(--snow-m); font-weight: 300; line-height: 1.75; margin-bottom: 18px; }
.tourism-list { display: flex; flex-direction: column; gap: 1px; }
.tourism-list li { font-size: .88rem; color: var(--snow-m); font-weight: 300; padding: 9px 14px; border-radius: 4px; border-left: 2px solid transparent; transition: border-color .2s, background .2s, color .2s; }
.tourism-list li:hover { border-left-color: var(--teal); background: rgba(0,217,180,.06); color: var(--snow); }
.tourism-note { display: flex; align-items: flex-start; gap: 14px; margin-top: 32px; padding: 22px 24px; border: 1px solid rgba(232,160,32,.2); border-radius: 8px; background: rgba(232,160,32,.04); }
.tourism-note svg { width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; }
.tourism-note p { font-size: .86rem; color: var(--snow-m); font-weight: 300; line-height: 1.75; font-style: italic; }

/* ═══════════════════════════════════
   CONTACT
═══════════════════════════════════ */
.contact-sec { position: relative; overflow: hidden; }
.cg-word { position: absolute; top: 50%; right: -40px; transform: translateY(-50%); font-family: 'Cormorant Garamond', serif; font-size: clamp(7rem,18vw,15rem); font-weight: 300; color: var(--teal); opacity: .04; pointer-events: none; user-select: none; white-space: nowrap; line-height: 1; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.ci { display: flex; gap: 18px; align-items: flex-start; }
.ci-icon { width: 46px; height: 46px; min-width: 46px; border-radius: 6px; background: rgba(0,217,180,.08); display: flex; align-items: center; justify-content: center; color: var(--teal-d); margin-top: 2px; }
.ci-icon svg { width: 20px; height: 20px; }
.ci h4 { font-family: 'Outfit', sans-serif; font-size: .66rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; color: var(--teal-d); margin-bottom: 5px; }
.ci p  { font-size: .95rem; color: var(--ink-m); line-height: 1.7; font-weight: 300; }
.ci a  { color: var(--ink); font-weight: 500; transition: color .2s; }
.ci a:hover { color: var(--teal-d); }
.ci-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px; }
.contact-map { height: 480px; border-radius: var(--r); overflow: hidden; border: 1px solid var(--ink-f); box-shadow: 0 14px 48px rgba(13,27,20,.12); clip-path: inset(0 100% 0 0); }
.contact-map iframe { width: 100%; height: 100%; display: block; }

/* ═══════════════════════════════════
   FOOTER
═══════════════════════════════════ */
#footer { background: var(--bg); position: relative; overflow: hidden; }
.fg-word { position: absolute; bottom: -40px; left: -30px; font-family: 'Cormorant Garamond', serif; font-size: clamp(5rem,14vw,12rem); font-weight: 300; color: var(--snow); opacity: .02; pointer-events: none; user-select: none; line-height: 1; white-space: nowrap; }
.ft-inner { padding: 88px 0 0; position: relative; }
.ft-top { display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; padding-bottom: 64px; border-bottom: 1px solid var(--snow-f); }
.ft-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.ft-tag { font-size: .88rem; font-weight: 300; line-height: 1.7; color: rgba(242,237,216,.42); margin-bottom: 10px; }
.ft-loc { font-size: .74rem; color: rgba(242,237,216,.2); letter-spacing: .06em; line-height: 1.6; }
.ft-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.fc h4 { font-family: 'Outfit', sans-serif; font-size: .62rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--teal); opacity: .7; margin-bottom: 16px; }
.fc ul { display: flex; flex-direction: column; gap: 8px; }
.fc li { font-size: .82rem; font-weight: 300; color: rgba(242,237,216,.44); transition: color .2s; }
.fc a:hover { color: var(--snow); }
.fc-c { font-size: .7rem !important; color: rgba(242,237,216,.22) !important; font-style: italic; margin-top: -4px !important; }
.fc-g { height: 8px !important; }
.ft-bar { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; gap: 20px; }
.ft-bar p { font-size: .74rem; color: rgba(242,237,216,.2); }
.ft-disc { font-style: italic; }

/* ═══════════════════════════════════
   WHATSAPP
═══════════════════════════════════ */
.wa { position: fixed; bottom: 36px; right: 36px; z-index: 990; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: white; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 24px rgba(37,211,102,.4); transition: box-shadow .3s; will-change: transform; }
.wa svg { width: 28px; height: 28px; }
.wa:hover { box-shadow: 0 8px 36px rgba(37,211,102,.55); }

/* ═══════════════════════════════════
   ANIMATION HELPERS
═══════════════════════════════════ */
/* Doctor photo inside avatar circle */
.doc-av-img { width: 100%; height: 100%; object-fit: cover; object-position: top center; border-radius: 50%; display: block; }
/* Nav logo image */
.nav-logo-img { height: 48px; width: auto; display: block; filter: brightness(0) invert(1) opacity(.88); }
#navbar.scrolled .nav-logo-img { filter: brightness(0) invert(1) opacity(.92); }
/* Ayurveda section image — full image, no crop */
.ayu-hero-img { width: 100%; height: auto; display: block; border-radius: var(--r); margin-bottom: 28px; opacity: .85; filter: saturate(.85); }
/* Tourism images — full image, no crop */
.tourism-img { width: 100%; height: auto; display: block; border-radius: 8px; margin-bottom: 18px; opacity: .82; filter: saturate(.8); transition: opacity .3s, filter .3s; }
.tourism-img:hover { opacity: .95; filter: saturate(1); }
.tourism-img-caption { font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--snow-m); margin-bottom: 24px; }

/* ═══════════════════════════════════
   RESPONSIVE
═══════════════════════════════════ */
@media(max-width:1100px) {
  .tx-card { width: 290px; min-width: 290px; max-width: 290px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .cond-grid { grid-template-columns: 1fr 1fr; }
  .pkg-grid { grid-template-columns: 1fr 1fr; }
  .pkg-custom { grid-column: span 2; }
}
@media(max-width:900px) {
  .about-grid, .ayu-grid, .vm-grid, .contact-grid, .ft-top { grid-template-columns: 1fr; }
  .about-grid, .ayu-grid { gap: 52px; }
  .obj-grid { grid-template-columns: 1fr; gap: 28px; }
  .tourism-grid { grid-template-columns: 1fr; }
  .ft-cols { grid-template-columns: 1fr 1fr; }
  .tx-hd { padding: 36px 28px 16px; flex-direction: column; align-items: flex-start; gap: 14px; }
  .tx-card { width: 268px; min-width: 268px; max-width: 268px; padding: 16px 22px 28px; }
  .ayu-pillars { grid-template-columns: 1fr; }
}
@media(max-width:768px) {
  .container { padding: 0 22px; }
  .section { padding: 80px 0; }
  .nav-tog { display: flex; }
  .nav-links { position: fixed; top: 0; right: 0; bottom: 0; width: min(300px,82vw); background: var(--bg); flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px 32px; gap: 22px; transform: translateX(110%); transition: transform .45s var(--ease-io); box-shadow: -24px 0 64px rgba(0,0,0,.35); z-index: 999; overflow-y: auto; }
  .nav-links.open { transform: none; }
  .nav-link { font-size: 1rem; color: var(--snow); }
  .nav-cta { padding: 12px 22px !important; }
  .h-big { font-size: clamp(3.5rem,14vw,6.5rem); }
  .stats-row { flex-direction: column; gap: 26px; }
  .stat-sep { width: 50px; height: 1px; }
  .team-grid { grid-template-columns: 1fr; }
  .cond-grid { grid-template-columns: 1fr; }
  .pkg-grid { grid-template-columns: 1fr; }
  .pkg-custom { grid-column: span 1; flex-direction: column; }
  .ft-cols { grid-template-columns: 1fr; }
  .ft-bar { flex-direction: column; align-items: flex-start; gap: 8px; }
  .wa { bottom: 22px; right: 18px; }
}
@media(max-width:480px) {
  .h-btns { flex-direction: column; align-items: stretch; }
  .btn { justify-content: center; }
  .doc-card { padding: 28px 20px; }
  .contact-map { height: 320px; }
  .pl-lotus { width: 130px; height: 130px; }
  .ayu-pillars { grid-template-columns: 1fr; }
  .ci-actions { flex-direction: column; }
}


/* ─── LANGUAGE TOGGLE ──────────────────────────────────────────── */
.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 13px;
  border-radius: 999px;
  border: 1px solid rgba(232,160,32,.35);
  background: rgba(232,160,32,.07);
  color: var(--gold);
  font-family: var(--ff-body);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .2s, border-color .2s;
  white-space: nowrap;
}
.lang-toggle em {
  font-style: normal;
  opacity: .4;
  font-size: .6rem;
}
.lang-toggle .lt-kn { font-family: 'Noto Sans Kannada', sans-serif; font-size: .75rem; }
.lang-toggle:hover  { background: rgba(232,160,32,.15); border-color: var(--gold); }
.lang-toggle.is-kn  { background: rgba(232,160,32,.16); border-color: var(--gold); }

/* Kannada font override for body text */
.lang-kn body,
body.lang-kn p,
body.lang-kn h1,
body.lang-kn h2,
body.lang-kn h3,
body.lang-kn h4,
body.lang-kn span,
body.lang-kn li,
body.lang-kn a,
body.lang-kn blockquote,
body.lang-kn .s-label,
body.lang-kn .s-head,
body.lang-kn .s-sub,
body.lang-kn .doc-role,
body.lang-kn .doc-bio,
body.lang-kn .tx-name,
body.lang-kn .tx-desc,
body.lang-kn .ft-tag,
body.lang-kn .pl-sub {
  font-family: 'Noto Sans Kannada', 'Outfit', sans-serif;
}
body.lang-kn .s-head,
body.lang-kn h1,
body.lang-kn h2,
body.lang-kn h3 {
  font-family: 'Noto Sans Kannada', 'Cormorant Garamond', serif;
  font-weight: 500;
}
