/* ===================================================================
   AyushHeal — Global Stylesheet
   Warm Kerala-Ayurveda palette: deep palm green, turmeric gold, terracotta,
   backwater cream. Serif display type + clean sans body type.
=================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&family=Jost:wght@300;400;500;600;700&display=swap');

:root {
  --green-900: #0f2e24;
  --green-800: #163c2e;
  --green-700: #1f4d3a;
  --green-600: #2d6349;
  --green-500: #3c7a5c;
  --gold-600: #b9852a;
  --gold-500: #d3993a;
  --gold-400: #e0ac50;
  --gold-300: #eec97e;
  --terracotta-600: #a34a26;
  --terracotta-500: #c1622d;
  --terracotta-400: #d97f45;
  --cream-50: #fdfbf6;
  --cream-100: #faf5ea;
  --cream-200: #f3ead6;
  --cream-300: #ecdfc2;
  --ink-900: #23201a;
  --ink-700: #423d33;
  --ink-500: #6b6457;
  --ink-300: #a49c8a;
  --white: #ffffff;

  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Jost', 'Segoe UI', Arial, sans-serif;

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --shadow-sm: 0 2px 10px rgba(35, 32, 26, 0.08);
  --shadow-md: 0 12px 32px rgba(22, 60, 46, 0.14);
  --shadow-lg: 0 24px 60px rgba(22, 60, 46, 0.20);

  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink-900);
  background: var(--cream-50);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--green-900);
  line-height: 1.15;
  margin: 0 0 .5em;
  font-weight: 600;
}
h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); font-weight: 600; }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; color: var(--ink-700); }
.serif-italic { font-family: var(--font-display); font-style: italic; font-weight: 500; color: var(--gold-600); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section-tight { padding: 56px 0; }
@media (max-width: 780px) {
  .section { padding: 56px 0; }
  .section-tight { padding: 36px 0; }
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  font-size: .78rem; color: var(--terracotta-600);
  background: var(--cream-200); padding: 6px 16px; border-radius: var(--radius-pill);
  margin-bottom: 18px;
}
.eyebrow::before { content: "\2022"; color: var(--gold-500); }

.section-head { max-width: 680px; margin: 0 0 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { font-size: 1.08rem; }

/* ---------------- Icon badges (3D sticker style) ---------------- */
.icon-badge {
  width: 58px; height: 58px; border-radius: 18px; flex: none;
  display: flex; align-items: center; justify-content: center; color: #fff;
  box-shadow: 0 10px 22px -8px rgba(15,46,36,.45), inset 0 1.5px 1px rgba(255,255,255,.4), inset 0 -4px 8px rgba(0,0,0,.18);
  transition: transform .25s cubic-bezier(.2,.8,.3,1.3), box-shadow .25s ease;
}
.icon-badge svg { width: 28px; height: 28px; filter: drop-shadow(0 1px 1px rgba(0,0,0,.25)); }
.icon-badge.sm { width: 44px; height: 44px; border-radius: 14px; }
.icon-badge.sm svg { width: 21px; height: 21px; }
.icon-badge.lg { width: 74px; height: 74px; border-radius: 22px; }
.icon-badge.lg svg { width: 36px; height: 36px; }
.icon-badge.green { background: linear-gradient(150deg, var(--green-500), var(--green-800)); }
.icon-badge.gold { background: linear-gradient(150deg, var(--gold-300), var(--gold-600)); color: var(--green-900); }
.icon-badge.gold svg { filter: drop-shadow(0 1px 1px rgba(255,255,255,.3)); }
.icon-badge.terracotta { background: linear-gradient(150deg, var(--terracotta-400), var(--terracotta-600)); }
.icon-badge.blue { background: linear-gradient(150deg, #7fa8cc, #3d6a92); }
.icon-badge.rose { background: linear-gradient(150deg, #e08fa0, #b8546c); }
.division-card:hover .icon-badge, .info-card:hover .icon-badge, .pill-card:hover .icon-badge { transform: translateY(-4px) rotate(-5deg) scale(1.06); }

.stars-row { display: flex; gap: 3px; color: var(--gold-500); margin-bottom: 10px; }
.h-icon { display: inline-flex; vertical-align: -6px; margin-right: 8px; color: var(--terracotta-500); }
.h-icon svg { width: 22px; height: 22px; }

/* ---------------- Decorative blobs (background depth) ---------------- */
.blob { position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none; z-index: 0; }
.blob-gold { background: radial-gradient(circle, rgba(238,201,126,.55), transparent 70%); }
.blob-terracotta { background: radial-gradient(circle, rgba(217,127,69,.45), transparent 70%); }
.blob-green { background: radial-gradient(circle, rgba(60,122,92,.4), transparent 70%); }

/* Wave section divider */
.wave-divider { display: block; width: 100%; height: 60px; margin-bottom: -1px; }
.wave-divider path { fill: var(--cream-100); }
.wave-divider.flip path { fill: var(--cream-50); }

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: .98rem;
  padding: 14px 28px; border-radius: var(--radius-pill);
  border: 2px solid transparent; cursor: pointer; transition: all .2s ease;
  white-space: nowrap;
}
.btn svg { flex: none; }
.btn-primary { background: linear-gradient(150deg, var(--terracotta-400), var(--terracotta-600)); color: var(--white); box-shadow: 0 10px 24px -8px rgba(163,74,38,.55), inset 0 1px 0 rgba(255,255,255,.28); }
.btn-primary:hover { background: linear-gradient(150deg, var(--terracotta-400), var(--terracotta-500)); transform: translateY(-2px); box-shadow: 0 16px 30px -8px rgba(163,74,38,.6), inset 0 1px 0 rgba(255,255,255,.3); }
.btn-primary:active { transform: translateY(0); box-shadow: 0 6px 14px -6px rgba(163,74,38,.5), inset 0 1px 0 rgba(255,255,255,.2); }
.btn-gold { background: linear-gradient(150deg, var(--gold-300), var(--gold-600)); color: var(--green-900); box-shadow: 0 10px 24px -8px rgba(185,133,42,.55), inset 0 1px 0 rgba(255,255,255,.4); }
.btn-gold:hover { background: linear-gradient(150deg, var(--gold-300), var(--gold-500)); transform: translateY(-2px); box-shadow: 0 16px 30px -8px rgba(185,133,42,.6), inset 0 1px 0 rgba(255,255,255,.45); }
.btn-gold:active { transform: translateY(0); }
.btn-outline { background: transparent; border-color: var(--green-700); color: var(--green-700); }
.btn-outline:hover { background: var(--green-700); color: var(--white); transform: translateY(-2px); }
.btn-outline-light { background: transparent; border-color: rgba(255,255,255,.55); color: var(--white); }
.btn-outline-light:hover { background: rgba(255,255,255,.15); border-color: var(--white); transform: translateY(-2px); }
.btn-whatsapp { background: linear-gradient(150deg, #34e07a, #1ea851); color: var(--white); box-shadow: 0 10px 24px -8px rgba(30,168,81,.55), inset 0 1px 0 rgba(255,255,255,.3); }
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -8px rgba(30,168,81,.6), inset 0 1px 0 rgba(255,255,255,.35); }
.btn-whatsapp:active { transform: translateY(0); }
.btn-sm { padding: 10px 20px; font-size: .88rem; }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
@media (max-width: 560px) {
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn-row > * { width: 100%; }
}

/* ---------------- Top utility bar ---------------- */
.topbar {
  background: var(--green-900); color: var(--cream-100); font-size: .84rem;
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; padding-top: 8px; padding-bottom: 8px; gap: 12px; flex-wrap: wrap; }
.topbar-left { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar a { color: var(--cream-100); opacity: .92; display: inline-flex; align-items: center; gap: 6px; }
.topbar a:hover { opacity: 1; color: var(--gold-300); }
.topbar-right { display: flex; gap: 16px; align-items: center; }
.topbar-right .flag-strip { opacity: .85; letter-spacing: .03em; }
@media (max-width: 760px) {
  .topbar .container { justify-content: center; gap: 6px 16px; padding-top: 7px; padding-bottom: 7px; }
  .topbar-left { gap: 16px; justify-content: center; width: 100%; }
  .topbar-left a:last-child { display: none; } /* hide email; still reachable via Contact page */
  .topbar-right { display: none; } /* decorative country list, not essential on small screens */
  .topbar a { font-size: .8rem; }
}

/* ---------------- Header / nav ---------------- */
header.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(253, 251, 246, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--cream-300);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; padding-bottom: 12px; gap: 14px; }
.brand { display: flex; align-items: center; gap: 9px; flex: none; }
.brand-mark.icon-badge { width: 36px; height: 36px; border-radius: 11px; box-shadow: 0 6px 14px -6px rgba(15,46,36,.45), inset 0 1.5px 1px rgba(255,255,255,.4); }
.brand-mark.icon-badge svg { width: 18px; height: 18px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; white-space: nowrap; }
.brand-text strong { font-family: var(--font-display); font-size: 1.18rem; color: var(--green-800); font-weight: 700; }
.brand-text span { display: none; } /* tagline lives in the hero/footer; hidden in the sticky header to save width */

nav.main-nav { display: flex; align-items: center; gap: 0; }
nav.main-nav > ul { display: flex; align-items: center; gap: 0; }
nav.main-nav > ul > li { position: relative; }
nav.main-nav > ul > li > a, nav.main-nav > ul > li > button {
  font-family: var(--font-body); font-weight: 500; font-size: .8rem; color: var(--ink-900); white-space: nowrap;
  padding: 8px 6px; border-radius: var(--radius-pill); display: inline-flex; align-items: center; gap: 3px;
  background: transparent; border: none; cursor: pointer;
}
nav.main-nav > ul > li > a:hover, nav.main-nav > ul > li > button:hover,
nav.main-nav > ul > li.open > button { background: var(--cream-200); color: var(--green-800); }
nav.main-nav .chev { font-size: .65rem; transition: transform .2s; }
nav.main-nav li.open .chev { transform: rotate(180deg); }

.dropdown {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 250px;
  background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-lg);
  padding: 10px; opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .18s ease; border: 1px solid var(--cream-300);
}
li.open .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 10px 14px; border-radius: 10px; font-size: .92rem; color: var(--ink-700); }
.dropdown a:hover { background: var(--cream-100); color: var(--green-800); }
.dropdown .dd-title { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--terracotta-500); font-weight: 700; padding: 8px 14px 4px; }

.nav-cta { display: flex; align-items: center; gap: 6px; }
.nav-cta .btn-sm { padding: 9px 14px; font-size: .84rem; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; color: var(--green-800); cursor: pointer; }

@media (max-width: 480px) {
  .nav-cta { gap: 5px; }
  .nav-cta .btn-sm { padding: 8px 11px; font-size: .78rem; }
}

@media (max-width: 1024px) {
  nav.main-nav { position: fixed; inset: 0 0 0 auto; width: min(340px, 88vw); height: 100vh;
    background: var(--cream-50); flex-direction: column; align-items: stretch; padding: 90px 20px 20px;
    transform: translateX(100%); transition: transform .25s ease; box-shadow: var(--shadow-lg); overflow-y: auto; }
  nav.main-nav.open { transform: translateX(0); }
  nav.main-nav > ul { flex-direction: column; align-items: stretch; gap: 4px; }
  nav.main-nav > ul > li > a, nav.main-nav > ul > li > button {
    width: 100%; justify-content: space-between; padding: 13px 14px; font-size: 1rem;
  }
  .dropdown { position: static; box-shadow: none; border: none; opacity: 1; visibility: visible; transform: none; max-height: 0; overflow: hidden; padding: 0 10px; transition: max-height .25s ease; }
  .dropdown a { padding: 12px 14px; font-size: .95rem; }
  li.open .dropdown { max-height: 800px; padding: 6px 10px 10px; }
  .nav-toggle { display: block; }
  .nav-cta .btn-outline { display: none; }
}

/* ---------------- Hero ---------------- */
.hero {
  position: relative; color: var(--white); overflow: hidden;
  background: linear-gradient(160deg, var(--green-900), var(--green-700) 60%, var(--green-600));
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(211,153,58,.25), transparent 55%),
              radial-gradient(ellipse at 10% 90%, rgba(193,98,45,.25), transparent 55%);
  pointer-events: none;
}
.hero .blob-1 { width: 380px; height: 380px; top: -120px; right: 6%; }
.hero .blob-2 { width: 300px; height: 300px; bottom: -100px; left: 2%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding-top: 76px; padding-bottom: 90px; }
.hero-copy .eyebrow { background: rgba(255,255,255,.12); color: var(--gold-300); }
.hero-copy .eyebrow::before { color: var(--gold-300); }
.hero h1 { color: var(--white); }
.hero h1 em { font-style: italic; color: var(--gold-300); }
.hero p.lead { color: rgba(255,255,255,.86); font-size: 1.15rem; max-width: 560px; }
.hero-stats { display: flex; gap: 30px; margin-top: 36px; flex-wrap: wrap; }
.hero-stats div strong { display: block; font-family: var(--font-display); font-size: 1.9rem; color: var(--gold-300); }
.hero-stats div span { font-size: .82rem; color: rgba(255,255,255,.75); }
.hero-media { position: relative; }
.hero-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; height: 460px; object-fit: cover; }
.hero-media .float-card {
  position: absolute; bottom: -24px; left: -24px; background: var(--white); color: var(--ink-900);
  border-radius: var(--radius-md); padding: 16px 20px; box-shadow: var(--shadow-lg); max-width: 240px;
  display: flex; gap: 12px; align-items: center;
}
.hero-media .float-card .dot { width: 42px; height: 42px; border-radius: 50%; background: var(--cream-200); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex: none; }
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 44px; }
  .hero-media { order: -1; }
  .hero-media img { height: 320px; }
  .hero-media .float-card { display: none; }
}
@media (max-width: 560px) {
  .hero-grid { padding-top: 28px; padding-bottom: 40px; gap: 24px; }
  .hero-media img { height: 200px; }
  .hero h1 { font-size: 1.9rem; }
  .hero p.lead { font-size: 1rem; }
  .hero .btn-row .btn-whatsapp { display: none; } /* the floating WhatsApp button already covers this on mobile */
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 18px 14px; margin-top: 24px; display: grid; text-align: center; }
  .hero-stats div { display: flex; flex-direction: column; align-items: center; }
  .hero-stats div strong { font-size: 1.5rem; }
  .hero-stats div span { font-size: .74rem; }
  .btn-row { justify-content: center; }
}

/* ---------------- Divisions ---------------- */
.divisions-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 1080px) { .divisions-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .divisions-grid { grid-template-columns: 1fr; } }
.division-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 30px 26px; box-shadow: var(--shadow-sm);
  border: 1px solid var(--cream-300); transition: transform .3s cubic-bezier(.2,.8,.3,1.1), box-shadow .3s ease, border-color .3s ease;
  display: flex; flex-direction: column; height: 100%; transform-style: preserve-3d;
}
.division-card:hover { transform: perspective(900px) rotateX(3deg) rotateY(-3deg) translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--gold-400); }
.division-card .num { font-family: var(--font-display); font-size: .85rem; color: var(--gold-600); font-weight: 700; letter-spacing: .08em; }
.division-card .icon-badge { margin: 14px 0 16px; }
.division-card h3 { margin-bottom: 8px; }
.division-card p { font-size: .93rem; flex-grow: 1; }
.division-card ul { margin: 12px 0 18px; }
.division-card ul li { font-size: .87rem; color: var(--ink-700); padding: 4px 0 4px 20px; position: relative; }
.division-card ul li::before { content: "\2713"; position: absolute; left: 0; color: var(--green-600); font-weight: 700; }
.division-card a.card-link { font-weight: 600; color: var(--terracotta-500); font-size: .9rem; display: inline-flex; align-items: center; gap: 6px; margin-top: auto; }
.division-card a.card-link:hover { color: var(--terracotta-600); gap: 10px; }

/* ---------------- Generic card grid (services/conditions/programs) ---------------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 980px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .card-grid { grid-template-columns: 1fr; } }
.info-card {
  background: var(--white); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid var(--cream-300); transition: transform .3s cubic-bezier(.2,.8,.3,1.1), box-shadow .3s ease; height: 100%; display: flex; flex-direction: column;
}
.info-card:hover { transform: perspective(900px) rotateX(2deg) rotateY(-2deg) translateY(-6px); box-shadow: var(--shadow-lg); }
.info-card img { height: 190px; object-fit: cover; width: 100%; }
.info-card .info-body { padding: 22px; display: flex; flex-direction: column; flex-grow: 1; }
.info-card .info-body .icon-badge { margin-bottom: 6px; }
.info-card .tag { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--terracotta-500); margin-bottom: 8px; }
.info-card p { font-size: .92rem; flex-grow: 1; }
.info-card a.card-link { font-weight: 600; color: var(--green-700); font-size: .89rem; margin-top: 10px; display: inline-flex; gap: 6px; align-items: center; }
.info-card a.card-link:hover { color: var(--terracotta-500); gap: 10px; }

/* condition/service pill grid (compact) */
.pill-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
@media (max-width: 980px) { .pill-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) { .pill-grid { grid-template-columns: repeat(2, 1fr); } }
.pill-card {
  background: var(--white); border: 1px solid var(--cream-300); border-radius: var(--radius-md);
  padding: 22px 16px; text-align: center; transition: all .2s ease;
}
.pill-card:hover { border-color: var(--gold-400); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.pill-grid-center { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.pill-grid-center .pill-card { flex: 1 1 150px; max-width: 190px; }
.pill-card .icon-badge { margin: 0 auto 12px; }
.pill-card strong { display: block; font-family: var(--font-body); font-weight: 600; color: var(--green-800); font-size: .95rem; }

/* ---------------- Panels / dark sections ---------------- */
.panel-dark { background: var(--green-900); color: var(--cream-100); }
.panel-dark h2, .panel-dark h3 { color: var(--white); }
.panel-dark p { color: rgba(255,255,255,.78); }
.panel-cream { background: linear-gradient(180deg, var(--cream-200), var(--cream-100)); }
.gradient-text { background: linear-gradient(120deg, var(--terracotta-500), var(--gold-600)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.panel-terracotta { background: linear-gradient(135deg, var(--terracotta-500), var(--terracotta-600)); color: var(--white); }
.panel-terracotta h2 { color: var(--white); }
.panel-terracotta p { color: rgba(255,255,255,.9); }

/* ---------------- Split layout ---------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 32px; } }
.split img, .split .media-box { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; object-fit: cover; }
.split.reverse { direction: rtl; } .split.reverse > * { direction: ltr; }

/* ---------------- Steps ---------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 26px 22px 22px; background: var(--white); border-radius: var(--radius-md); border: 1px solid var(--cream-300); }
.step::before { counter-increment: step; content: counter(step); font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; color: var(--gold-500); display: block; margin-bottom: 10px; }

/* ---------------- Service-area route strip ---------------- */
.route-strip { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 0; padding: 30px 0 10px; }
.route-node { display: flex; flex-direction: column; align-items: center; gap: 10px; position: relative; flex: 1; min-width: 100px; padding: 0 4px; }
.route-node .dot { width: 18px; height: 18px; border-radius: 50%; background: linear-gradient(150deg, var(--gold-300), var(--terracotta-500)); box-shadow: 0 4px 12px rgba(185,133,42,.5), inset 0 1px 1px rgba(255,255,255,.6); z-index: 2; border: 3px solid var(--cream-50); }
.route-node span { font-size: .82rem; font-weight: 600; color: var(--green-800); text-align: center; line-height: 1.2; }
.route-node::before { content: ""; position: absolute; top: 8px; left: -50%; width: 100%; height: 3px; background: linear-gradient(90deg, var(--gold-400), var(--terracotta-400)); z-index: 1; }
.route-node:first-child::before { display: none; }
.route-node.endpoint .dot { width: 24px; height: 24px; background: linear-gradient(150deg, var(--green-500), var(--green-800)); }
.route-node.endpoint span { font-weight: 700; }
@media (max-width: 760px) {
  .route-strip { flex-direction: column; align-items: flex-start; padding-left: 10px; }
  .route-node { flex-direction: row; min-width: 0; width: 100%; padding: 8px 0; }
  .route-node::before { top: -2px; left: 8px; width: 3px; height: 100%; }
}

/* ---------------- International strip ---------------- */
.country-strip { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.country-chip { background: var(--white); border: 1px solid var(--cream-300); padding: 8px 18px; border-radius: var(--radius-pill); font-size: .88rem; font-weight: 500; color: var(--green-800); }

/* ---------------- Testimonials ---------------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr; } }
.testi-card { background: var(--white); border-radius: var(--radius-md); padding: 26px; border: 1px solid var(--cream-300); }
.testi-card .stars { color: var(--gold-500); letter-spacing: 2px; margin-bottom: 10px; }
.testi-card footer { margin-top: 16px; display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--green-800); font-size: .9rem; }
.testi-card footer span.loc { font-weight: 400; color: var(--ink-500); display: block; font-size: .8rem; }

/* ---------------- Product / shop ---------------- */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1080px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .product-grid { grid-template-columns: repeat(2, 1fr); } }
.product-card { background: var(--white); border: 1px solid var(--cream-300); border-radius: var(--radius-md); overflow: hidden; transition: all .2s ease; }
.product-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.product-card img { height: 190px; object-fit: cover; width: 100%; }
.product-card .p-body { padding: 16px 18px 20px; }
.product-card .p-cat { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--terracotta-500); font-weight: 700; }
.product-card h4 { font-family: var(--font-body); font-weight: 600; font-size: 1rem; margin: 6px 0; color: var(--green-900); }
.product-card .p-price { font-weight: 700; color: var(--green-800); font-family: var(--font-display); font-size: 1.15rem; }
.product-card .p-price small { color: var(--ink-300); text-decoration: line-through; font-weight: 400; font-size: .85rem; margin-left: 6px; }
.p-enquire { display: flex; align-items: center; gap: 6px; font-size: .8rem; font-weight: 600; color: var(--terracotta-500); }
.p-enquire svg { flex: none; }
.shop-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.shop-filter a { padding: 9px 18px; border-radius: var(--radius-pill); border: 1px solid var(--cream-300); font-size: .88rem; font-weight: 500; background: var(--white); }
.shop-filter a.active, .shop-filter a:hover { background: var(--green-800); color: var(--white); border-color: var(--green-800); }

/* ---------------- FAQ ---------------- */
.faq-item { border-bottom: 1px solid var(--cream-300); padding: 20px 0; }
.faq-item summary { cursor: pointer; font-weight: 600; font-family: var(--font-display); font-size: 1.08rem; color: var(--green-900); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.4rem; color: var(--terracotta-500); flex: none; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { margin-top: 12px; font-size: .95rem; }

/* ---------------- Forms ---------------- */
.form-box { background: var(--white); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-md); border: 1px solid var(--cream-300); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 620px) { .form-grid { grid-template-columns: 1fr; } }
.field { margin-bottom: 16px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; font-size: .84rem; font-weight: 600; color: var(--green-800); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border-radius: 10px; border: 1.5px solid var(--cream-300);
  font-family: var(--font-body); font-size: 1rem; background: var(--cream-50); color: var(--ink-900);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-500); background: var(--white); }
.field textarea { resize: vertical; min-height: 110px; }

/* ---------------- Breadcrumb & page hero ---------------- */
.page-hero { background: linear-gradient(160deg, var(--green-800), var(--green-600)); color: var(--white); padding: 54px 0 60px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 85% 0%, rgba(211,153,58,.25), transparent 55%); }
.page-hero .container { position: relative; z-index: 2; }
.breadcrumb { font-size: .82rem; color: rgba(255,255,255,.7); margin-bottom: 14px; }
.breadcrumb a { color: rgba(255,255,255,.85); } .breadcrumb a:hover { color: var(--gold-300); }
.page-hero h1 { color: var(--white); margin-bottom: 10px; }
.page-hero p.lead { color: rgba(255,255,255,.85); max-width: 640px; font-size: 1.05rem; }

/* ---------------- Utility ---------------- */
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.tag-row span { background: var(--cream-200); color: var(--green-800); padding: 6px 14px; border-radius: var(--radius-pill); font-size: .8rem; font-weight: 600; }
.two-col-list { columns: 2; column-gap: 30px; }
@media (max-width: 620px) { .two-col-list { columns: 1; } }
.check-list li { padding: 6px 0 6px 26px; position: relative; font-size: .95rem; color: var(--ink-700); }
.check-list li::before { content: "\2713"; position: absolute; left: 0; top: 6px; color: var(--green-600); font-weight: 700; background: var(--cream-200); width: 18px; height: 18px; border-radius: 50%; font-size: .68rem; display: flex; align-items: center; justify-content: center; }
.center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.small-note { font-size: .8rem; color: var(--ink-300); }

/* ---------------- Footer ---------------- */
footer.site-footer { background: var(--green-900); color: rgba(255,255,255,.78); padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.1fr; gap: 34px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.12); }
@media (max-width: 980px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { color: var(--gold-300); font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; font-family: var(--font-body); font-weight: 700; margin-bottom: 16px; }
.footer-grid ul li { margin-bottom: 10px; font-size: .89rem; }
.footer-grid ul li a:hover { color: var(--gold-300); }
.footer-brand p { color: rgba(255,255,255,.65); font-size: .9rem; max-width: 280px; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: #fff; transition: all .2s ease; }
.footer-social a svg { width: 19px; height: 19px; }
.footer-social a:hover { background: var(--gold-500); color: var(--green-900); transform: translateY(-3px); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; font-size: .82rem; color: rgba(255,255,255,.55); flex-wrap: wrap; gap: 10px; }
.footer-bottom a:hover { color: var(--gold-300); }

/* ---------------- Floating WhatsApp button ---------------- */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 300;
  width: 62px; height: 62px; border-radius: 50%; background: linear-gradient(150deg,#34e07a,#1ea851); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(15,46,36,.35), inset 0 2px 2px rgba(255,255,255,.35);
  animation: pulse-wa 2.4s infinite;
}
.wa-float svg { width: 30px; height: 30px; }
.wa-float:hover { transform: scale(1.08); }
@keyframes pulse-wa { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5);} 70% { box-shadow: 0 0 0 14px rgba(37,211,102,0);} 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0);} }

/* ---------------- Quiz / tool widgets ---------------- */
.tool-card { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 40px; border: 1px solid var(--cream-300); }
.quiz-progress { height: 8px; background: var(--cream-200); border-radius: var(--radius-pill); overflow: hidden; margin-bottom: 30px; }
.quiz-progress div { height: 100%; background: var(--gold-500); width: 0%; transition: width .3s ease; }
.quiz-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0 30px; }
@media (max-width: 700px) { .quiz-options { grid-template-columns: 1fr; } }
.quiz-options button { text-align: left; padding: 18px; border-radius: var(--radius-md); border: 1.5px solid var(--cream-300); background: var(--cream-50); cursor: pointer; font-family: var(--font-body); font-size: .95rem; transition: all .15s ease; }
.quiz-options button:hover { border-color: var(--gold-500); background: var(--cream-100); }
.quiz-options button.selected { border-color: var(--terracotta-500); background: var(--cream-200); }
.quiz-result { display: none; }
.dosha-bar-row { margin-bottom: 18px; }
.dosha-bar-row .lbl { display: flex; justify-content: space-between; font-weight: 600; font-size: .9rem; margin-bottom: 6px; color: var(--green-800); }
.dosha-bar-track { height: 14px; background: var(--cream-200); border-radius: var(--radius-pill); overflow: hidden; }
.dosha-bar-fill { height: 100%; border-radius: var(--radius-pill); transition: width .6s ease; }
.dosha-bar-fill.vata { background: linear-gradient(90deg, #8aa8c9, #5c7fa8); }
.dosha-bar-fill.pitta { background: linear-gradient(90deg, var(--terracotta-400), var(--terracotta-600)); }
.dosha-bar-fill.kapha { background: linear-gradient(90deg, var(--green-500), var(--green-800)); }

.bmi-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .bmi-form { grid-template-columns: 1fr; } }
.bmi-result { margin-top: 26px; padding: 24px; border-radius: var(--radius-md); background: var(--cream-100); display: none; }
.bmi-result .bmi-num { font-family: var(--font-display); font-size: 3rem; color: var(--green-800); font-weight: 700; }
.bmi-scale { display: flex; height: 14px; border-radius: var(--radius-pill); overflow: hidden; margin: 16px 0 8px; }
.bmi-scale span { flex: 1; }
.bmi-scale .u { background: #8aa8c9; } .bmi-scale .n { background: var(--green-500); } .bmi-scale .o { background: var(--gold-500); } .bmi-scale .ob { background: var(--terracotta-500); }
.bmi-marker { position: relative; height: 0; }
.bmi-marker::before { content: "\25B2"; position: absolute; top: -22px; color: var(--ink-900); font-size: .8rem; transform: translateX(-50%); }

/* ---------------- Blog ---------------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 980px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 660px) { .blog-grid { grid-template-columns: 1fr; } }
.blog-card { background: var(--white); border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--cream-300); transition: all .2s ease; height: 100%; display: flex; flex-direction: column; }
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.blog-card img { height: 190px; object-fit: cover; width: 100%; }
.blog-card .b-body { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }
.blog-card .b-meta { font-size: .76rem; color: var(--terracotta-500); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.blog-card h3 { font-size: 1.12rem; margin-bottom: 8px; }
.blog-card p { font-size: .9rem; flex-grow: 1; }
.article-body { max-width: 760px; margin: 0 auto; }
.article-body h2 { margin-top: 1.6em; }
.article-body p, .article-body li { font-size: 1.02rem; color: var(--ink-700); }
.article-body img { border-radius: var(--radius-md); margin: 26px 0; }
.article-hero-img { width: 100%; height: 380px; object-fit: cover; border-radius: var(--radius-lg); margin-top: -110px; position: relative; z-index: 3; box-shadow: var(--shadow-lg); max-width: 760px; margin-left: auto; margin-right: auto; }
.author-row { display: flex; align-items: center; gap: 12px; max-width: 760px; margin: 0 auto 30px; padding-top: 20px; }
.author-row .av { width: 44px; height: 44px; border-radius: 50%; background: var(--cream-200); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; color: var(--green-800); }
.author-row strong { color: var(--green-900); display: block; font-size: .92rem; }
.author-row span { font-size: .8rem; color: var(--ink-500); }
