/* ============================================================
   NAVSPANDA — REFINED DESIGN SYSTEM
   Same HTML structure & content. Consolidated from several
   overlapping theme layers into one coherent, polished system.
   ============================================================ */

/* @import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,600&family=DM+Sans:wght@400;500;600;700&family=Noto+Serif+Devanagari:wght@500;600&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,600&family=DM+Sans:wght@400;500;600;700&family=Noto+Serif+Devanagari:wght@500;600&family=Poppins:wght@600;700&display=swap");
:root{
  /* Core palette — warm maroon / terracotta apothecary tones */
  --wine:#5b2d20;
  --wine-dark:#3c1c13;
  --wine-soft:#7a4934;
  --rose:#a9502f;
  --rose-soft:#c97a4f;
  --gold:#dca66f;
  --sage:#8c9b7d;

  --cream:#fbf3ea;
  --cream-dark:#f3e4d6;
  --peach:#f3d9c9;
  --peach-light:#fff4ec;
  --white:#fff;

  --text:#2c211c;
  --muted:#7a6a61;
  --line:#e9d7ca;

  --shadow:0 14px 34px rgba(91,45,32,.10);
  --shadow-hover:0 20px 46px rgba(91,45,32,.17);
  --shadow-soft:0 8px 22px rgba(91,45,32,.07);

  --radius:22px;
  --radius-sm:14px;
  --ease:cubic-bezier(.22,.9,.32,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  margin:0;
  background:#fdf8f3;
  color:var(--text);
  font-family:"DM Sans",Arial,sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
section{scroll-margin-top:92px}

::selection{background:var(--rose-soft);color:#fff}
:focus-visible{outline:2px solid var(--rose);outline-offset:3px;border-radius:4px}

/* Scrollbar */
::-webkit-scrollbar{width:11px}
::-webkit-scrollbar-track{background:var(--cream)}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--wine-soft),var(--wine));border-radius:10px;border:2px solid var(--cream)}

@media (prefers-reduced-motion:reduce){
  *{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}
}

/* Page frame — header, sections and footer sit as cards on the page */
.site-header,
main > section,
footer{
  width:calc(100% - 30px);
  margin-left:15px;
  margin-right:15px;
}

/* ============ HEADER ============ */
.site-header{
  min-height:80px;
  padding:8px 4%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(253,248,243,.86);
  border:1px solid var(--line);
  border-top:0;
  border-radius:0 0 18px 18px;
  box-shadow:0 6px 22px rgba(91,45,32,.07);
  backdrop-filter:blur(16px) saturate(160%);
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--wine);
  font:700 25px/1 "Cormorant Garamond",serif;
}
.brand img{width:56px;height:56px;object-fit:contain}
.brand span{
  display:block;
  color:var(--wine);
  font:700 22px/1.15 "Cormorant Garamond",serif;
  letter-spacing:.01em;
}

.nav-links{display:flex;gap:30px;align-items:center}
.nav-links a{
  position:relative;
  color:#4d4448;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:15px;
  font-weight:700;
  padding:13px 0;
  transition:color .2s var(--ease);
}
.nav-links a::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:6px;
  height:2px;
  background:linear-gradient(90deg,var(--rose),var(--gold));
  border-radius:2px;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .28s var(--ease);
}
.nav-links a:hover{color:var(--wine)}
.nav-links a:hover::after{transform:scaleX(1)}
.nav-links a:first-child{color:var(--rose)}
.nav-links a:first-child::after{transform:scaleX(1)}

.header-contact-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:11px 20px;
  color:#fff;
  background:linear-gradient(135deg,var(--wine),var(--rose));
  border-radius:999px;
  font:600 12px "DM Sans",sans-serif;
  letter-spacing:.02em;
  box-shadow:0 8px 18px rgba(91,45,32,.25);
  transition:transform .2s var(--ease),box-shadow .2s var(--ease);
}
.header-contact-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(91,45,32,.3);
}

.menu-toggle{
  display:none;
  border:1px solid var(--line);
  background:#fff;
  color:var(--wine);
  border-radius:10px;
  padding:7px 10px;
}

/* ============ GLOBAL TYPOGRAPHY ============ */
.eyebrow{
  margin:0 0 9px;
  color:var(--rose);
  font-size:10px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.marathi-line{
  margin:0 0 15px;
  color:var(--wine);
  font:600 19px/1.45 "Noto Serif Devanagari","Nirmala UI",serif;
}
h1,h2,h3{
  margin:0;
  font-family:"Cormorant Garamond",Georgia,serif;
  color:var(--wine);
}
.section-heading{
  text-align:center;
  max-width:1050px;
  margin:0 auto;
}
.section-heading.centered{text-align:center}
.section-heading h2{
  font-size:clamp(36px,4vw,52px);
  line-height:.98;
  letter-spacing:-.015em;
  margin:0 0 14px;
}
.section-heading h2::after{
  content:"✦";
  display:block;
  width:100px;
  margin:12px auto 0;
  padding-top:6px;
  border-top:1px solid var(--gold);
  color:var(--rose);
  font-size:13px;
  line-height:1;
}
.section-heading>p:last-child{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:14px;
}

@media(min-width:1100px){
  .motive .section-heading h2{
    white-space:nowrap;
    font-size:52px;
  }
}

/* ============ HERO ============ */
.hero{
  min-height:520px;
  padding:30px 5% 26px;
  display:grid;
  grid-template-columns:1fr 1.02fr;
  align-items:center;
  gap:10px;
  overflow:hidden;
  position:relative;
  background:
    radial-gradient(circle at 52% 32%,rgba(255,255,255,.9),transparent 26%),
    radial-gradient(circle at 92% 12%,rgba(220,166,111,.32),transparent 28%),
    linear-gradient(135deg,#fffaf6 0%,#fff5ee 55%,#f7e9df 100%);
  border:1px solid var(--line);
  border-top:0;
  border-radius:0 0 18px 18px;
  box-shadow:var(--shadow);
}
.hero-content{max-width:590px;text-align:center;z-index:2;margin:0 auto}
.hero h1{
  color:var(--wine);
  font-size:clamp(58px,6vw,80px);
  line-height:.83;
  letter-spacing:-.035em;
  font-weight:700;
  margin:0 0 24px;
  text-shadow:0 3px 14px rgba(91,45,32,.10);
}
.hero h1 span{display:block;margin-top:15px;font-weight:700}
.mantra{
  margin:0 0 12px;
  color:var(--wine);
  font:500 24px/1.14 "Cormorant Garamond",serif;
  font-style:italic;
}
.intro{
  max-width:530px;
  margin:0 auto;
  color:#62575d;
  font-size:15px;
}
.hero-actions{display:flex;justify-content:center;gap:11px;margin:22px 0 12px}
.btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  position:relative;
  overflow:hidden;
  min-height:46px;
  padding:0 25px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.01em;
  transition:transform .22s var(--ease),box-shadow .22s var(--ease);
}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--wine),var(--rose));
  box-shadow:0 10px 22px rgba(91,45,32,.24);
}
.btn-primary::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.35) 50%,transparent 70%);
  transform:translateX(-120%);
  transition:transform .55s var(--ease);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(91,45,32,.3)}
.btn-primary:hover::before{transform:translateX(120%)}
.btn-secondary{
  color:var(--wine);
  background:#fff;
  border:1px solid #dfc6c0;
}
.btn-secondary:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft);border-color:var(--rose-soft)}
.note{margin:0;color:#8b7d82;font-size:11px}
.note span{color:var(--rose);padding:0 5px}

.hero-art{
  min-height:430px;
  display:grid;
  place-items:center;
  position:relative;
  overflow:visible;
}
.hero-art .glow{
  width:400px;
  height:400px;
  position:absolute;
  border-radius:50%;
  background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.96),rgba(255,239,228,.78) 58%,rgba(246,213,193,.36) 72%,transparent 73%);
  animation:pulse-glow 7s ease-in-out infinite;
}
@keyframes pulse-glow{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.035)}
}
.hero-art img{
  position:relative;
  width:min(535px,105%);
  max-height:460px;
  object-fit:contain;
  filter:drop-shadow(0 18px 22px rgba(91,45,32,.14));
}

/* ============ SHARED SECTIONS ============ */
.motive,.light-section,.mistakes-section,.doctor-section,.process-section,.session-section,.contact-section{
  padding:56px 5%;
  border-left:1px solid var(--line);
  border-right:1px solid var(--line);
}

.motive{
  background:
    radial-gradient(circle at 12% 8%,rgba(220,166,111,.16),transparent 28%),
    linear-gradient(135deg,var(--wine-dark),var(--wine) 65%,#5f2a20);
}
.motive .section-heading h2,
.motive .section-heading>p:last-child{color:#fff}
.motive .eyebrow{color:var(--gold)}
.motive .section-heading h2::after{border-top-color:rgba(255,255,255,.4)}

.light-section{background:#fffaf6}

.mistakes-section{
  background:
    radial-gradient(circle at 90% 12%,rgba(220,166,111,.16),transparent 26%),
    linear-gradient(135deg,var(--wine-dark),var(--wine) 65%,#5f2a20);
}
.mistakes-section .section-heading h2,
.mistakes-section .section-heading>p:last-child{color:#fff}
.mistakes-section .eyebrow{color:var(--gold)}
.mistakes-section .section-heading h2::after{border-top-color:rgba(255,255,255,.4)}

.doctor-section{background:#fffdfb}
.process-section{
  background:
    radial-gradient(circle at 15% 18%,rgba(220,166,111,.20),transparent 30%),
    #fffaf5;
}
.session-section{
  background:
    radial-gradient(circle at 85% 22%,rgba(220,166,111,.22),transparent 28%),
    linear-gradient(135deg,var(--wine-dark),var(--wine) 65%,#5f2a20);
}
.contact-section{
  background:
    radial-gradient(circle at 10% 40%,rgba(220,166,111,.22),transparent 26%),
    #fff2e8;
}

.mistakes-section .section-heading{text-align:center}
.mistakes-section .section-heading h2{text-align:center;margin-bottom:18px}
.mistakes-section .section-heading p{text-align:center;margin-top:0}

/* shared card lift */
.motive-grid article,
.audience-card,
.doctor-card,
.process>div{
  border:1px solid #ecdcd0;
  border-radius:var(--radius-sm);
  box-shadow:var(--shadow-soft);
  transition:transform .26s var(--ease),box-shadow .26s var(--ease),border-color .26s var(--ease);
}
.motive-grid article:hover,
.audience-card:hover,
.doctor-card:hover,
.process>div:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-hover);
  border-color:var(--rose-soft);
}

/* ============ MOTIVE CARDS ============ */
.motive-grid{
  max-width:1100px;
  margin:32px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.motive-grid article{
  min-height:185px;
  padding:24px 26px;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.2);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
  position:relative;
}
.motive-grid article:hover{
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.4);
}
.motive-grid article>span{
  display:block;
  color:var(--gold);
  font-size:11px;
  line-height:1;
  font-weight:700;
  letter-spacing:.08em;
}
.motive-grid h3{
  margin:18px 0 7px;
  font-size:31px;
  line-height:1;
  color:#fff;
}
.motive-grid p{margin:0;color:rgba(255,255,255,.74);font-size:13px;line-height:1.55}

/* ============ FOR WHOM ============ */
.audience-grid{
  max-width:1100px;
  margin:32px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.audience-card{
  min-height:205px;
  padding:23px;
  background:#fff;
}
.icon{
  width:44px;height:44px;
  display:grid;place-items:center;
  border-radius:13px;
  color:var(--wine);
  background:linear-gradient(135deg,var(--peach),var(--cream-dark));
  border:1px solid #e6cabb;
  font-size:21px;
}
.audience-card h3{
  margin:16px 0 7px;
  font-size:27px;
  line-height:1;
}
.audience-card p{margin:0;color:var(--muted);font-size:12.5px}

/* ============ MISTAKES ============ */
.mistake-list{
  max-width:1000px;
  margin:29px auto 0;
  display:grid;
  gap:12px;
}
.mistake-list article{
  display:grid;
  grid-template-columns:55px 1fr;
  align-items:center;
  min-height:83px;
  padding:15px 20px;
  background:#fff;
  border:1px solid #ecdcd0;
  border-radius:16px;
  box-shadow:var(--shadow-soft);
  transition:transform .22s var(--ease),box-shadow .22s var(--ease);
}
.mistake-list article:hover{transform:translateX(4px);box-shadow:var(--shadow)}
.mistake-list article>span{
  color:var(--rose);
  font-size:11px;
  font-weight:700;
}
.mistake-list h3{
  margin:0 0 3px;
  font-size:25px;
  line-height:1.05;
}
.mistake-list p{margin:0;color:var(--muted);font-size:12.5px}
.callout{
  max-width:1000px;
  margin:30px auto 0;
  padding:32px;
  text-align:center;
  background:linear-gradient(135deg,var(--peach),var(--peach-light));
  border:1px solid #e6c4b3;
  border-radius:22px;
  box-shadow:var(--shadow);
}
.callout h3{font-size:35px;line-height:1;margin-bottom:8px;color:var(--wine)}
.callout p{margin:0 auto 17px;color:var(--muted);font-size:13px}

/* ============ DOCTORS ============ */
.doctor-heading{margin-bottom:32px}
.doctors-grid{
  max-width:1050px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.doctor-card{
  display:grid;
  grid-template-columns:190px 1fr;
  overflow:hidden;
  background:linear-gradient(160deg,var(--wine-dark),var(--wine) 70%,#5f2a20);
  border-color:rgba(255,255,255,.14);
  box-shadow:0 14px 30px rgba(0,0,0,.2);
}
.doctor-card:hover{border-color:rgba(255,255,255,.32)}
.doctor-photo{
  display:grid;
  place-items:center;
  padding:14px;
  background:rgba(255,255,255,.06);
  border-right:1px solid rgba(255,255,255,.12);
}
.doctor-photo img{
  width:100%;
  aspect-ratio:3/4;
  border-radius:16px;
  object-fit:cover;
  object-position:top center;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
}
.doctor-initial{
  width:80px;height:80px;
  display:grid;place-items:center;
  border-radius:50%;
  color:#fff;
  background:rgba(255,255,255,.12);
  border:2px solid rgba(255,255,255,.3);
  font:600 36px/1 "Cormorant Garamond",serif;
}
.doctor-info{padding:24px 24px 24px 22px;display:flex;flex-direction:column;justify-content:center}
.doctor-label{
  margin:0 0 5px;
  color:var(--gold);
  font-size:9px;
  font-weight:700;
  letter-spacing:.18em;
}
.doctor-info h3{font-size:28px;line-height:1.06;margin:0 0 5px;color:#fff}
.doctor-specialisation{margin:0 0 14px;color:rgba(255,255,255,.7);font-size:13px;font-weight:700}
.doctor-description{margin:0 0 14px;color:rgba(255,255,255,.72);font-size:12.5px;line-height:1.55}
.doctor-description:empty{display:none}
.doctor-credentials{display:grid;gap:8px}
.credential-toggle{
  display:flex;align-items:center;gap:9px;width:100%;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:12px;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-family:inherit;
  font-size:12px;
  cursor:pointer;
  text-align:left;
  transition:background .2s var(--ease),border-color .2s var(--ease);
}
.credential-toggle:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.28)}
.credential-toggle span:first-child{color:var(--gold)}
.credential-toggle strong{font-size:12px;color:#fff}
.credential-toggle .chevron{margin-left:auto;color:rgba(255,255,255,.6);transition:transform .22s var(--ease)}
.credential-toggle.open .chevron{transform:rotate(180deg)}
.credential-list{
  max-height:0;
  overflow:hidden;
  display:grid;
  gap:6px;
  transition:max-height .32s var(--ease);
}
.credential-list.open{max-height:340px;overflow-y:auto;margin-top:-2px;margin-bottom:4px;padding-right:4px}
.credential-list::-webkit-scrollbar{width:6px}
.credential-list::-webkit-scrollbar-track{background:transparent}
.credential-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25);border-radius:10px}
.credential-row{
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  background:rgba(255,255,255,.04);
}
.credential-row strong{display:block;color:#fff;font-size:12.5px;margin-bottom:2px}
.credential-row .cred-sub{display:block;color:rgba(255,255,255,.68);font-size:11px}
.credential-row .cred-year{display:inline-block;margin-top:4px;color:var(--gold);font-size:10px;font-weight:700;letter-spacing:.04em}
.credential-empty{padding:9px 12px;color:rgba(255,255,255,.5);font-size:11.5px;font-style:italic}

/* ============ HOW IT WORKS ============ */
.process{
  max-width:1100px;
  margin:32px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.process>div{
  min-height:155px;
  padding:22px;
  background:linear-gradient(160deg,var(--wine-dark),var(--wine) 70%,#5f2a20);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 14px 30px rgba(91,45,32,.22);
}
.process>div:hover{
  border-color:rgba(255,255,255,.32);
}
.process b{
  display:block;
  margin:0;
  color:var(--gold);
  font-size:11px;
  line-height:1;
}
.process h3{
  margin:18px 0 6px;
  font-size:28px;
  line-height:1;
  color:#fff;
}
.process p{margin:0;color:rgba(255,255,255,.76);font-size:12.5px}
.process-section .section-heading h2,
.process-section .section-heading>p:last-child{color:var(--wine)}
.process-section .section-heading h2::after{border-top-color:var(--gold)}
.process-section .eyebrow{color:var(--rose)}

/* ============ ONLINE SESSION ============ */
.session-section{
  display:grid;
  grid-template-columns:1fr .85fr;
  gap:45px;
  align-items:center;
}
.session-copy .eyebrow{color:var(--gold)}
.session-copy h2{
  color:#fff;
  font-size:clamp(45px,5vw,67px);
  line-height:.92;
  margin:0 0 13px;
  font-weight:700;
}
.session-copy>p:last-child{margin:0;color:rgba(255,255,255,.8);font-size:14px}
.session-features{
  padding:24px 26px;
  background:#fff;
  border:1px solid rgba(255,255,255,.7);
  border-radius:22px;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}
.session-features h3{font-size:30px;line-height:1;margin-bottom:12px;color:var(--wine)}
.session-features ul{list-style:none;padding:0;margin:0 0 17px;display:grid;gap:7px}
.session-features li{display:flex;gap:8px;color:#6e6268;font-size:12px}
.session-features li span{color:var(--rose)}
.btn-light{
  background:linear-gradient(135deg,var(--rose),var(--rose-soft));
  color:#fff;
  box-shadow:0 10px 22px rgba(169,80,47,.28);
}
.btn-light:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(169,80,47,.34)}

/* ============ CONTACT ============ */
.contact-section{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}
.contact-intro h2{
  color:var(--wine);
  font-size:clamp(44px,5vw,64px);
  line-height:.93;
  margin:0 0 13px;
}
.contact-intro>p:last-child{margin:0;max-width:540px;color:var(--muted);font-size:14px}
.contact-section .eyebrow{color:var(--rose)}
.contact-cards{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}
.contact-card{
  display:flex;align-items:center;gap:16px;
  padding:17px 19px;
  background:linear-gradient(160deg,var(--wine-dark),var(--wine) 70%,#5f2a20);
  border:1px solid rgba(255,255,255,.14);
  border-radius:16px;
  box-shadow:0 12px 26px rgba(0,0,0,.18);
  transition:transform .22s var(--ease),box-shadow .22s var(--ease),border-color .22s var(--ease);
}
.contact-card>div{min-width:0}
.contact-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(0,0,0,.24);border-color:rgba(255,255,255,.32)}
.contact-icon{
  width:47px;height:47px;
  flex:0 0 47px;
  display:grid;place-items:center;
  border-radius:14px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:21px;
}
.contact-card.whatsapp .contact-icon{background:rgba(37,211,102,.22);color:#3ee085}
.contact-card.instagram .contact-icon{background:linear-gradient(135deg,#f58529,#dd2a7b 45%,#8134af 70%,#515bd4);color:#fff}
.footer-social{
  width:34px;height:34px;
  display:grid;place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  transition:background .2s var(--ease),transform .2s var(--ease);
}
.footer-social:hover{background:rgba(255,255,255,.22);transform:translateY(-2px)}
.contact-card small{display:block;color:var(--gold);font-size:8px;letter-spacing:.17em;font-weight:700}
.contact-card strong{display:block;color:#fff;font-size:14px;overflow-wrap:break-word}
.contact-card span{color:rgba(255,255,255,.72);font-size:11px}
.medical-note{
  grid-column:1/-1;
  margin:5px auto 0;
  max-width:900px;
  text-align:center;
  color:#8a7972;
  font-size:10px;
}

/* ============ FOOTER ============ */
footer{
  padding:20px 5%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:linear-gradient(135deg,var(--wine-dark),var(--wine) 70%,#5f2a20);
  border:1px solid rgba(255,255,255,.12);
  border-top:0;
  border-radius:0 0 18px 18px;
}
.footer-brand{display:flex;align-items:center;gap:10px}
.footer-brand img{width:44px;height:44px;object-fit:contain}
.footer-brand strong{display:block;color:#fff;font:700 20px/1 "Cormorant Garamond",serif}
.footer-brand span{display:block;color:rgba(255,255,255,.68);font-size:9px}
footer>p{margin:0;color:rgba(255,255,255,.6);font-size:9px}

/* ============ WHATSAPP FLOAT ============ */
.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:22px;
  z-index:120;
  width:58px;height:58px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#25d366;
  box-shadow:0 11px 28px rgba(37,211,102,.34);
  transition:transform .22s var(--ease),box-shadow .22s var(--ease);
}
.whatsapp-float:hover{transform:translateY(-3px) scale(1.06);box-shadow:0 16px 34px rgba(37,211,102,.4)}
.whatsapp-float svg{width:31px;height:31px;fill:#fff}

/* ============ CALL FLOAT ============ */
.call-float{
  position:fixed;
  right:24px;
  bottom:92px;
  z-index:120;
  width:58px;height:58px;
  display:grid;place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--wine),var(--rose));
  box-shadow:0 11px 28px rgba(91,45,32,.34);
  transition:transform .22s var(--ease),box-shadow .22s var(--ease);
}
.call-float:hover{transform:translateY(-3px) scale(1.06);box-shadow:0 16px 34px rgba(91,45,32,.4)}
.call-float svg{width:27px;height:27px;fill:#fff}

/* ============ RESPONSIVE ============ */
@media(max-width:1000px){
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-content{max-width:760px}
  .hero-art{min-height:310px}
  .hero-art img{width:330px}
  .audience-grid{grid-template-columns:repeat(2,1fr)}
  .process{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:780px){
  .site-header,
  main > section,
  footer{
    width:calc(100% - 16px);
    margin-left:8px;
    margin-right:8px;
  }
  .site-header{min-height:70px;padding:8px 20px}
  .header-contact-btn{display:none}
  .menu-toggle{display:block}
  .nav-links{
    display:none;
    position:absolute;
    top:69px;left:15px;right:15px;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:9px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px;
    box-shadow:var(--shadow);
  }
  .nav-links.open{display:flex}
  .nav-links a{padding:11px 12px}
  .nav-links a::after{display:none}

  .brand img{width:46px;height:46px}
  .brand span{font-size:17px}

  .hero{padding:38px 20px 28px;grid-template-columns:1fr}
  .hero-content{order:1}
  .hero-art{order:2;min-height:310px}
  .hero-art .glow{width:280px;height:280px}
  .hero-art img{width:100%;max-height:340px}
  .hero h1{font-size:56px}

  .motive-grid,.doctors-grid,.contact-section,.session-section{grid-template-columns:1fr}
}

@media(max-width:600px){
  .motive,.light-section,.mistakes-section,.doctor-section,.process-section,.session-section,.contact-section{
    padding:48px 18px;
  }
  .hero{padding:38px 20px 34px}
  .hero h1{font-size:52px;line-height:.82}
  .marathi-line{font-size:16px}
  .mantra{font-size:22px}
  .hero-art{min-height:270px}
  .hero-art .glow{width:250px;height:250px}
  .hero-art img{width:285px;max-height:300px}
  .section-heading h2{font-size:38px;line-height:.98}
  .motive-grid,.audience-grid,.mistake-list,.doctors-grid,.process{margin-top:24px}
  .audience-grid,.process{grid-template-columns:1fr}
  .mistake-list article{grid-template-columns:42px 1fr;padding:14px 16px}
  .mistake-list h3{font-size:22px}
  .callout{padding:27px 19px}
  .callout h3{font-size:30px}
  .doctor-card{grid-template-columns:1fr}
  .doctor-photo{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
  .doctor-photo img{aspect-ratio:4/5}
  .session-section{padding:45px 20px;gap:25px}
  .contact-section{gap:28px}
  footer{padding:18px 20px;display:block}
  footer>p{margin-top:10px}
  .whatsapp-float{right:17px;bottom:17px;width:54px;height:54px}
  .call-float{right:17px;bottom:81px;width:54px;height:54px}
  .call-float svg{width:24px;height:24px}
}

@media(max-width:380px){
  .brand span{font-size:15px}
  .brand img{width:38px;height:38px}
  .site-header{padding:8px 14px}
}

/* ============ UPCOMING SESSION (highlighted) ============ */
.upcoming-card{
  max-width:900px;
  margin:32px auto 0;
  padding:40px 34px 34px;
  text-align:center;
  position:relative;
  background:linear-gradient(135deg,var(--wine-dark),var(--wine) 65%,#5f2a20);
  border:1px solid var(--gold);
  border-radius:26px;
  box-shadow:0 22px 50px rgba(91,45,32,.35),0 0 0 0 rgba(220,166,111,.35);
  animation:upcomingPulse 2.8s ease-in-out infinite;
}
@keyframes upcomingPulse{
  0%,100%{box-shadow:0 22px 50px rgba(91,45,32,.35),0 0 0 0 rgba(220,166,111,.35)}
  50%{box-shadow:0 22px 50px rgba(91,45,32,.35),0 0 0 10px rgba(220,166,111,0)}
}
.upcoming-ribbon{
  position:absolute;
  top:-15px;
  left:50%;
  transform:translateX(-50%);
  background:linear-gradient(90deg,var(--gold),#e8c184);
  color:var(--wine-dark);
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  padding:7px 20px;
  border-radius:999px;
  box-shadow:0 8px 18px rgba(91,45,32,.32);
  white-space:nowrap;
}
.upcoming-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin:10px 0 24px;
}
.upcoming-item{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.22);
  border-radius:14px;
  padding:18px 12px;
}
.upcoming-label{
  display:block;
  color:var(--gold);
  font-size:10px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:6px;
}
.upcoming-item strong{
  display:block;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:22px;
  color:#fff;
}
.upcoming-countdown{
  margin:6px 0 26px;
  padding:22px 16px 18px;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(220,166,111,.4);
  border-radius:18px;
}
.countdown-units{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:10px;
}
.countdown-unit{
  display:flex;
  flex-direction:column;
  align-items:center;
  min-width:64px;
}


.countdown-number{
  display:block;
  font-family:"Poppins",sans-serif;
  font-size:clamp(34px,6vw,52px);
  font-weight:700;
  line-height:1;
  color:var(--gold);
  font-variant-numeric:tabular-nums;
  text-shadow:0 4px 16px rgba(0,0,0,.35);
}
.countdown-label{
  margin-top:7px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.65);
}
.countdown-colon{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(28px,5vw,44px);
  font-weight:700;
  line-height:1;
  color:rgba(220,166,111,.5);
  padding-top:2px;
}
.countdown-message{
  margin:12px 0 0;
  text-align:center;
  color:var(--gold);
  font-size:13px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.countdown-message:empty{display:none}
@media(max-width:480px){
  .countdown-units{gap:5px}
  .countdown-unit{min-width:48px}
  .countdown-number{font-size:clamp(24px,8vw,34px)}
  .countdown-colon{font-size:clamp(18px,6vw,26px)}
  .countdown-label{font-size:8.5px}
}
.upcoming-motive{
  text-align:center;
  max-width:640px;
  margin:0 auto 24px;
  padding:18px 20px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.2);
  border-radius:14px;
}
.upcoming-motive p{
  margin:6px 0 0;
  color:rgba(255,255,255,.82);
  font-size:13px;
  line-height:1.6;
}
@media(max-width:600px){
  .upcoming-grid{grid-template-columns:1fr}
}
