:root {
  --color-ivory: #F5EFE3;
  --color-warm-cream: #FFF8EA;
  --color-soft-beige: #E8DCC8;
  --color-sand: #D8C3A2;

  --color-deep-brown: #3A2417;
  --color-coffee: #4B3325;
  --color-soft-brown: #6F5742;

  --color-lotus-gold: #B8862F;
  --color-antique-gold: #9F7428;
  --color-saffron: #D97835;
  --color-soft-orange: #EF8845;

  --color-ayurveda-green: #1F6B35;
  --color-leaf-green: #2E7D43;
  --color-muted-green: #7A9A6B;

  --color-maroon: #5A0015;
  --color-deep-maroon: #3D0010;

  --color-white: #FFFFFF;
  --color-black: #14100D;
  --color-muted-text: #7B6B5C;
  --color-border: rgba(58, 36, 23, 0.14);

  --font-heading: "Fraunces", "Playfair Display", Georgia, serif;
  --font-body: "Plus Jakarta Sans", "Inter", "Manrope", Arial, sans-serif;

  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  --radius-pill: 999px;

  --shadow-soft: 0 18px 60px rgba(58, 36, 23, 0.10);
  --shadow-card: 0 24px 70px rgba(58, 36, 23, 0.14);
  --shadow-button: 0 10px 28px rgba(217, 120, 53, 0.28);
  --shadow-dark: 0 20px 60px rgba(20, 16, 13, 0.24);

  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-premium: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-fast: 180ms;
  --duration-normal: 360ms;
  --duration-slow: 700ms;
  --header-height: 92px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(184, 134, 47, 0.10), transparent 28rem),
    linear-gradient(180deg, var(--color-warm-cream), var(--color-ivory));
  color: var(--color-black);
  font-family: var(--font-body);
  font-size: clamp(0.96rem, 0.95vw, 1.06rem);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

main,
section,
.container,
.container > * {
  min-width: 0;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

:focus-visible {
  outline: 3px solid rgba(31, 107, 53, 0.42);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  transform: translateY(-150%);
  border-radius: var(--radius-pill);
  background: var(--color-deep-brown);
  color: var(--color-white);
  padding: 0.75rem 1rem;
  transition: transform var(--duration-normal) var(--ease-smooth);
}

.skip-link:focus {
  transform: translateY(0);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--color-deep-brown);
  font-family: var(--font-heading);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.08;
  overflow-wrap: break-word;
}

h1 {
  max-width: 13ch;
  font-size: clamp(2.2rem, 4.4vw, 3.95rem);
  line-height: 1.05;
}

h2 {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.12;
}

h3 {
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.25;
}

p {
  margin: 0;
  color: var(--color-muted-text);
}

.container {
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(3.5rem, 7vw, 6rem);
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.section::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(70%, 720px);
  height: 1px;
  transform: translateX(-50%) scaleX(0.62);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, rgba(184, 134, 47, 0.24), transparent);
  animation: dividerReveal 1200ms var(--ease-premium) both;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  margin-bottom: 1rem;
  border: 1px solid rgba(184, 134, 47, 0.30);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.58);
  color: var(--color-ayurveda-green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 0.45rem 0.75rem;
  text-transform: uppercase;
}

.section-label::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--color-saffron);
  box-shadow: 0 0 0 5px rgba(217, 120, 53, 0.12);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.75rem;
}

.btn,
a[class*="btn"],
button[class*="btn"],
.cta-button,
.nav-cta,
.hero-cta,
.floating-cta a,
.mobile-bottom-cta a,
.mobile-bottom-bar a,
.mobile-menu a,
.service-card > a,
.treatment-card a,
.contact-card a,
.appointment-card a,
.treatment-actions a,
.blog-card-actions a,
.appointment-form button,
[data-validate-form] button,
form button,
button[type="submit"],
a[href^="tel:"],
a[href*="wa.me"],
[data-validate-form] button,
.whatsapp-btn,
.call-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition:
    transform 420ms var(--ease-premium),
    box-shadow 420ms var(--ease-premium),
    background 420ms var(--ease-premium),
    border-color 420ms var(--ease-premium),
    color 420ms var(--ease-premium),
    opacity 420ms var(--ease-premium),
    filter 420ms var(--ease-premium);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  will-change: transform;
}

.btn,
a[class*="btn"],
button[class*="btn"],
.cta-button,
.nav-cta,
.hero-cta,
.floating-cta a,
.mobile-bottom-cta a,
.mobile-bottom-bar a,
.mobile-menu a,
.service-card > a,
.treatment-card a,
.blog-card-actions a,
.contact-card a,
.appointment-card a,
.treatment-actions a,
.appointment-form button,
[data-validate-form] button,
form button,
button[type="submit"],
a[href^="tel:"],
a[href*="wa.me"],
.whatsapp-btn,
.call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: var(--radius-pill);
  font-weight: 800;
  line-height: 1;
}

.btn {
  padding: 0.95rem 1.25rem;
}

.btn::after,
.service-card > a::after,
.contact-card a::after,
.appointment-card a::after,
.blog-card-actions a::after,
.treatment-actions a::after,
.floating-cta a::after,
.mobile-bottom-cta a::after,
.mobile-bottom-bar a::after,
[data-validate-form] button::after,
.appointment-form button::after,
.whatsapp-btn::after,
.call-btn::after {
  content: ">";
  position: relative;
  z-index: 2;
  margin-left: 0.5rem;
  transition: transform var(--duration-normal) var(--ease-smooth);
}

.btn > *,
a[class*="btn"] > *,
button[class*="btn"] > *,
.cta-button > *,
.nav-cta > *,
.hero-cta > *,
.floating-cta a > *,
.mobile-bottom-cta a > *,
.mobile-bottom-bar a > *,
.mobile-menu a > *,
.service-card > a > *,
.treatment-card a > *,
.contact-card a > *,
.appointment-card a > *,
.treatment-actions a > *,
.blog-card-actions a > *,
.appointment-form button > *,
[data-validate-form] button > *,
form button > *,
button[type="submit"] > *,
a[href^="tel:"] > *,
a[href*="wa.me"] > *,
.whatsapp-btn > *,
.call-btn > * {
  position: relative;
  z-index: 2;
}

.btn::before,
a[class*="btn"]::before,
button[class*="btn"]::before,
.cta-button::before,
.nav-cta::before,
.hero-cta::before,
.floating-cta a::before,
.mobile-bottom-cta a::before,
.mobile-bottom-bar a::before,
.mobile-menu a::before,
.service-card > a::before,
.treatment-card a::before,
.contact-card a::before,
.appointment-card a::before,
.treatment-actions a::before,
.blog-card-actions a::before,
.appointment-form button::before,
[data-validate-form] button::before,
form button::before,
button[type="submit"]::before,
a[href^="tel:"]::before,
a[href*="wa.me"]::before,
.whatsapp-btn::before,
.call-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  z-index: 0;
  width: 55%;
  height: 100%;
  transform: skewX(-18deg);
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.42) 45%, transparent 100%);
  transition: left 750ms var(--ease-premium);
  pointer-events: none;
}

.btn:hover,
a[class*="btn"]:hover,
button[class*="btn"]:hover,
.cta-button:hover,
.nav-cta:hover,
.hero-cta:hover,
.floating-cta a:hover,
.mobile-bottom-cta a:hover,
.mobile-bottom-bar a:hover,
.mobile-menu a:hover,
.service-card > a:hover,
.treatment-card a:hover,
.blog-card-actions a:hover,
.contact-card a:hover,
.appointment-card a:hover,
.treatment-actions a:hover,
.appointment-form button:hover,
[data-validate-form] button:hover,
form button:hover,
button[type="submit"]:hover,
a[href^="tel:"]:hover,
a[href*="wa.me"]:hover,
.whatsapp-btn:hover,
.call-btn:hover {
  transform: translateY(-4px) scale(1.035);
  filter: saturate(1.08);
}

.btn:hover::after,
.service-card > a:hover::after,
.blog-card-actions a:hover::after,
.treatment-actions a:hover::after,
.floating-cta a:hover::after,
.mobile-bottom-cta a:hover::after,
.mobile-bottom-bar a:hover::after,
[data-validate-form] button:hover::after,
.appointment-form button:hover::after,
.whatsapp-btn:hover::after,
.call-btn:hover::after {
  transform: translateX(3px);
}

.btn:hover::before,
a[class*="btn"]:hover::before,
button[class*="btn"]:hover::before,
.cta-button:hover::before,
.nav-cta:hover::before,
.hero-cta:hover::before,
.floating-cta a:hover::before,
.mobile-bottom-cta a:hover::before,
.mobile-bottom-bar a:hover::before,
.mobile-menu a:hover::before,
.service-card > a:hover::before,
.treatment-card a:hover::before,
.contact-card a:hover::before,
.appointment-card a:hover::before,
.treatment-actions a:hover::before,
.blog-card-actions a:hover::before,
.appointment-form button:hover::before,
[data-validate-form] button:hover::before,
form button:hover::before,
button[type="submit"]:hover::before,
a[href^="tel:"]:hover::before,
a[href*="wa.me"]:hover::before,
.whatsapp-btn:hover::before,
.call-btn:hover::before {
  left: 130%;
}

.btn:active,
a[class*="btn"]:active,
button[class*="btn"]:active,
.cta-button:active,
.nav-cta:active,
.hero-cta:active,
.floating-cta a:active,
.mobile-bottom-cta a:active,
.mobile-bottom-bar a:active,
.mobile-menu a:active,
.service-card > a:active,
.treatment-card a:active,
.blog-card-actions a:active,
.contact-card a:active,
.appointment-card a:active,
.treatment-actions a:active,
.appointment-form button:active,
[data-validate-form] button:active,
form button:active,
button[type="submit"]:active,
a[href^="tel:"]:active,
a[href*="wa.me"]:active,
.whatsapp-btn:active,
.call-btn:active,
.is-pressing,
.is-tapping {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 0 0 7px rgba(217, 120, 53, 0.20), var(--shadow-button);
}

.btn-primary {
  background: linear-gradient(135deg, var(--color-saffron), var(--color-soft-orange));
  color: var(--color-white);
  box-shadow: var(--shadow-button);
}

.btn-primary:hover {
  box-shadow:
    0 18px 44px rgba(217, 120, 53, 0.40),
    0 0 0 1px rgba(255, 248, 234, 0.36),
    0 0 0 6px rgba(239, 136, 69, 0.12);
}

.btn-secondary {
  border: 1px solid rgba(184, 134, 47, 0.24);
  background: rgba(255, 248, 234, 0.92);
  color: var(--color-deep-brown);
  box-shadow: var(--shadow-soft);
}

.btn-secondary:hover {
  border-color: rgba(184, 134, 47, 0.62);
  box-shadow:
    0 16px 38px rgba(184, 134, 47, 0.22),
    0 0 0 5px rgba(184, 134, 47, 0.10);
}

.btn-dark {
  border: 1px solid rgba(184, 134, 47, 0.24);
  background: var(--color-deep-brown);
  color: var(--color-warm-cream);
  box-shadow: var(--shadow-soft);
}

.btn-dark:hover {
  border-color: rgba(184, 134, 47, 0.72);
  box-shadow: 0 18px 42px rgba(58, 36, 23, 0.28), 0 0 0 1px rgba(184, 134, 47, 0.18);
}

.btn-outline {
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.56);
  color: var(--color-deep-brown);
}

.btn-outline:hover,
.service-card > a:hover,
.blog-card-actions a:hover,
.treatment-actions a:hover {
  border-color: rgba(184, 134, 47, 0.58);
  box-shadow:
    0 16px 38px rgba(184, 134, 47, 0.18),
    0 0 0 5px rgba(184, 134, 47, 0.09);
}

.btn-ripple {
  position: absolute;
  z-index: 0;
  width: 12px;
  height: 12px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.46);
  left: var(--ripple-x, 50%);
  top: var(--ripple-y, 50%);
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  animation: btnRipple 650ms ease-out forwards;
}

.btn-ripple.is-reduced-motion {
  opacity: 0.22;
  transform: translate(-50%, -50%) scale(10);
  animation: none;
}

.visual-card,
.image-card,
.gallery-card,
.blog-card,
.service-card,
.treatment-card {
  overflow: hidden;
}

.visual-card img,
.image-card img,
.gallery-card img,
.blog-card img,
.service-card img,
.treatment-card img,
.gallery-card-visual,
.image-placeholder,
.blog-card-media {
  transition:
    transform 750ms var(--ease-premium),
    filter 750ms var(--ease-premium),
    box-shadow 750ms var(--ease-premium);
}

.visual-card:hover img,
.image-card:hover img,
.gallery-card:hover img,
.blog-card:hover img,
.service-card:hover img,
.treatment-card:hover img,
.gallery-card:hover .gallery-card-visual {
  transform: scale(1.045);
  filter: saturate(1.1) contrast(1.02);
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 248, 234, 0.66)),
    rgba(255, 255, 255, 0.70);
  box-shadow: var(--shadow-soft);
  padding: clamp(1.25rem, 3vw, 2rem);
  transition:
    transform 520ms var(--ease-premium),
    box-shadow 520ms var(--ease-premium),
    border-color 520ms var(--ease-premium),
    background 520ms var(--ease-premium),
    filter 520ms var(--ease-premium);
  will-change: transform;
}

.card:hover {
  border-color: rgba(184, 134, 47, 0.58);
  transform: translateY(-7px) scale(1.008);
  box-shadow: 0 26px 72px rgba(58, 36, 23, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 234, 0.78)),
    rgba(255, 255, 255, 0.76);
  filter: saturate(1.04);
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.62);
  color: var(--color-soft-brown);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.35rem 0.8rem;
}

.responsive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding-block: 1rem;
  transition:
    padding var(--duration-normal) var(--ease-premium),
    background var(--duration-normal) var(--ease-premium),
    box-shadow var(--duration-normal) var(--ease-premium),
    transform var(--duration-normal) var(--ease-premium);
  animation: headerDrop 680ms var(--ease-premium) both;
}

.site-header.is-scrolled {
  background: rgba(255, 248, 234, 0.90);
  box-shadow: var(--shadow-soft);
  padding-block: 0.72rem;
  backdrop-filter: blur(18px);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
}

.brand-pill,
.nav-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.brand-pill {
  gap: 0.7rem;
  flex: 0 0 auto;
  min-height: 58px;
  padding: 0.4rem 0.95rem 0.4rem 0.42rem;
  white-space: nowrap;
  transition:
    transform var(--duration-normal) var(--ease-premium),
    box-shadow var(--duration-normal) var(--ease-premium);
}

.brand-pill:hover {
  transform: translateY(-1px) scale(1.01);
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: contain;
  background: var(--color-warm-cream);
  box-shadow: inset 0 0 0 1px rgba(184, 134, 47, 0.22);
}

.brand-pill strong,
.brand-pill small {
  display: block;
}

.brand-pill strong {
  color: var(--color-deep-brown);
  font-size: 0.98rem;
  line-height: 1.1;
}

.brand-pill small {
  color: var(--color-muted-text);
  font-size: 0.72rem;
  line-height: 1.25;
}

.brand-pill-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.brand-pill-dark .brand-logo {
  background: rgba(255, 248, 234, 0.94);
}

.brand-pill-dark strong,
.brand-pill-dark small {
  color: var(--color-white);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.55), transparent 28%),
    linear-gradient(135deg, var(--color-maroon), var(--color-lotus-gold));
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
}

.desktop-nav {
  flex: 0 1 auto;
  gap: 0.08rem;
  min-width: 0;
  padding: 0.32rem;
  background:
    linear-gradient(135deg, rgba(58, 36, 23, 0.96), rgba(75, 51, 37, 0.92));
  border-color: rgba(255, 255, 255, 0.12);
}

.desktop-nav a,
.nav-link {
  position: relative;
  flex: 0 0 auto;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.68rem 0.76rem;
  white-space: nowrap;
  flex-shrink: 0;
  transition:
    background var(--duration-fast) var(--ease-premium),
    color var(--duration-fast) var(--ease-premium),
    box-shadow var(--duration-fast) var(--ease-premium),
    transform var(--duration-fast) var(--ease-premium);
}

.desktop-nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 248, 234, 0.14), rgba(184, 134, 47, 0.18));
  opacity: 0;
  transform: scaleX(0.72);
  transition:
    opacity 340ms var(--ease-premium),
    transform 340ms var(--ease-premium);
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"],
.desktop-nav a.is-active {
  background: rgba(255, 248, 234, 0.10);
  box-shadow:
    inset 0 -2px 0 rgba(184, 134, 47, 0.82),
    0 12px 30px rgba(184, 134, 47, 0.18);
  color: var(--color-warm-cream);
  transform: translateY(-2px);
}

.desktop-nav a:hover::before,
.desktop-nav a[aria-current="page"]::before,
.desktop-nav a.is-active::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-actions > a.is-active {
  box-shadow: 0 14px 30px rgba(221, 139, 31, 0.34), inset 0 0 0 1px rgba(255, 248, 234, 0.34);
}

.menu-toggle {
  display: none;
  place-items: center;
  align-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(184, 134, 47, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 24%, rgba(255, 248, 234, 0.18), transparent 38%),
    linear-gradient(145deg, var(--color-deep-brown), var(--color-coffee));
  padding: 0;
  box-shadow: 0 14px 36px rgba(58, 36, 23, 0.20), inset 0 0 0 1px rgba(255, 248, 234, 0.08);
  transition:
    transform var(--duration-normal) var(--ease-premium),
    background var(--duration-normal) var(--ease-premium),
    box-shadow var(--duration-normal) var(--ease-premium);
}

.menu-toggle:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 16px 38px rgba(58, 36, 23, 0.24), 0 0 0 5px rgba(184, 134, 47, 0.11);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3.4px 0;
  border-radius: var(--radius-pill);
  background: var(--color-warm-cream);
  transform-origin: center;
  transition:
    transform var(--duration-normal) var(--ease-premium),
    opacity var(--duration-normal) var(--ease-premium),
    width var(--duration-normal) var(--ease-premium);
}

.menu-toggle span:nth-child(2) {
  width: 14px;
  justify-self: end;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1),
.hamburger.is-open span:nth-child(1) {
  transform: translateY(8.8px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2),
.hamburger.is-open span:nth-child(2) {
  opacity: 0;
  width: 8px;
  transform: translateX(10px) scaleX(0.35);
}

.menu-toggle[aria-expanded="true"] span:nth-child(3),
.hamburger.is-open span:nth-child(3) {
  transform: translateY(-8.8px) rotate(-45deg);
}

.mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 105;
  background:
    radial-gradient(circle at 80% 12%, rgba(184, 134, 47, 0.18), transparent 16rem),
    rgba(20, 16, 13, 0.54);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration-normal) var(--ease-premium);
  backdrop-filter: blur(6px);
}

.mobile-menu-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu {
  position: fixed;
  inset: 86px 1rem auto auto;
  z-index: 120;
  width: min(420px, calc(100vw - 2rem));
  max-height: calc(100svh - 104px);
  overflow: auto;
  border: 1px solid rgba(184, 134, 47, 0.28);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 10%, rgba(217, 120, 53, 0.25), transparent 13rem),
    radial-gradient(circle at 8% 100%, rgba(184, 134, 47, 0.18), transparent 14rem),
    linear-gradient(145deg, var(--color-deep-brown), var(--color-coffee));
  box-shadow: 0 34px 90px rgba(20, 16, 13, 0.36), inset 0 0 0 1px rgba(255, 248, 234, 0.06);
  padding: 1rem;
  transform-origin: top right;
  opacity: 0;
  transform: translate3d(18px, -18px, 0) scale(0.94);
  transition:
    opacity var(--duration-normal) var(--ease-premium),
    transform var(--duration-normal) var(--ease-premium);
  backdrop-filter: blur(18px);
}

.mobile-menu.is-open {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.mobile-menu a {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-height: 56px;
  border: 1px solid rgba(255, 248, 234, 0.08);
  border-radius: 20px;
  background: rgba(255, 248, 234, 0.075);
  color: rgba(255, 248, 234, 0.86);
  font-size: clamp(1rem, 2.6vw, 1.08rem);
  font-weight: 800;
  padding: 0.9rem 1rem;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition:
    opacity 420ms var(--ease-premium),
    transform 420ms var(--ease-premium),
    background 420ms var(--ease-premium),
    color 420ms var(--ease-premium),
    border-color 420ms var(--ease-premium),
    box-shadow 420ms var(--ease-premium);
  transition-delay: calc(var(--menu-index, 0) * 70ms);
}

.mobile-menu.is-open a {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu a:hover,
.mobile-menu a[aria-current="page"],
.mobile-menu a.is-active {
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(184, 134, 47, 0.38);
  background: rgba(255, 248, 234, 0.13);
  color: var(--color-warm-cream);
  box-shadow: inset 3px 0 0 rgba(184, 134, 47, 0.86), 0 12px 26px rgba(20, 16, 13, 0.18);
}

.mobile-menu-ctas {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 248, 234, 0.12);
}

.mobile-appointment-cta {
  min-height: 54px;
}

.hero-shell {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-top: calc(var(--header-height) + 4rem);
}

.shell-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.shell-copy {
  max-width: 38rem;
  margin-top: 1.25rem;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
}

.image-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 4 / 3;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(184, 134, 47, 0.26);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(31, 107, 53, 0.16), rgba(217, 120, 53, 0.18)),
    var(--color-soft-beige);
  box-shadow: var(--shadow-card);
  color: var(--color-deep-brown);
  text-align: center;
  padding: 2rem;
  transition:
    transform 680ms var(--ease-premium),
    box-shadow 680ms var(--ease-premium),
    border-color 680ms var(--ease-premium),
    filter 680ms var(--ease-premium);
}

.image-placeholder::before,
.image-placeholder::after,
.hero-visual::before {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.image-placeholder::before {
  inset: 12% auto auto 10%;
  width: 5.5rem;
  height: 5.5rem;
  background: radial-gradient(circle, rgba(184, 134, 47, 0.24), transparent 68%);
  animation: softFloat 5800ms var(--ease-smooth) infinite alternate;
}

.image-placeholder::after {
  right: 12%;
  bottom: 10%;
  width: 7rem;
  height: 7rem;
  background: radial-gradient(circle, rgba(31, 107, 53, 0.18), transparent 70%);
  animation: softFloat 7200ms var(--ease-smooth) infinite alternate-reverse;
}

.image-placeholder:hover::before,
.image-placeholder:hover::after {
  filter: saturate(1.18);
  opacity: 0.86;
}

.lotus-shape,
.lotus-shape::before,
.lotus-shape::after {
  position: absolute;
  display: block;
  border-radius: 60% 60% 48% 48%;
  background: rgba(255, 255, 255, 0.38);
}

.lotus-shape {
  width: 160px;
  height: 220px;
  transform: translateY(-18px);
}

.lotus-shape::before,
.lotus-shape::after {
  content: "";
  width: 120px;
  height: 180px;
  top: 34px;
}

.lotus-shape::before {
  right: 90px;
  transform: rotate(-32deg);
}

.lotus-shape::after {
  left: 90px;
  transform: rotate(32deg);
}

.image-placeholder strong {
  position: relative;
  z-index: 1;
}

.shell-section {
  min-height: 160px;
  border-top: 1px solid rgba(58, 36, 23, 0.08);
}

.site-footer {
  overflow: hidden;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  background:
    radial-gradient(circle at top left, rgba(184, 134, 47, 0.20), transparent 28rem),
    linear-gradient(135deg, var(--color-deep-brown), var(--color-coffee));
  color: rgba(255, 255, 255, 0.80);
  padding-block: clamp(3rem, 6vw, 5rem) 1.25rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 0.8fr));
  gap: clamp(1.5rem, 4vw, 3rem);
}

.footer-brand p {
  max-width: 28rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.72);
}

.footer-title {
  margin-bottom: 1rem;
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 0.65rem;
}

.footer-links a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.80);
  transition: color var(--duration-fast) var(--ease-smooth);
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--color-white);
}

.footer-contact {
  display: grid;
  gap: 0.65rem;
  font-style: normal;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.25rem;
}

.footer-bottom p,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.footer-bottom div {
  display: flex;
  gap: 1rem;
}

.floating-cta {
  position: fixed;
  z-index: 90;
  right: 1rem;
  bottom: 1rem;
}

.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, var(--color-ayurveda-green), var(--color-leaf-green));
  box-shadow: var(--shadow-dark), 0 0 0 1px rgba(255, 248, 234, 0.20);
  color: var(--color-white);
  font-weight: 900;
  padding: 0.85rem 1.2rem;
}

.floating-whatsapp:hover {
  box-shadow: 0 20px 52px rgba(31, 107, 53, 0.32), 0 0 0 1px rgba(184, 134, 47, 0.28);
}

.mobile-bottom-bar {
  display: none;
}

label {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--color-deep-brown);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.78);
  color: var(--color-black);
  padding: 0.85rem 1rem;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.field-error {
  margin-top: 0.35rem;
  color: var(--color-maroon);
  font-size: 0.88rem;
  font-weight: 800;
}

.reveal,
.reveal-up,
.reveal-left,
.reveal-right,
.reveal-scale {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 800ms var(--ease-premium),
    transform 800ms var(--ease-premium);
}

.reveal-left {
  transform: translateX(-42px);
}

.reveal-right {
  transform: translateX(42px);
}

.reveal-scale {
  transform: scale(0.92);
}

.reveal.is-visible,
.reveal-up.is-visible,
.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-scale.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.stagger > *,
.stagger-group > *,
.stagger-item {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 780ms var(--ease-premium),
    transform 780ms var(--ease-premium);
  transition-delay: calc(var(--stagger-index, 0) * 110ms);
}

.stagger.is-visible > *,
.stagger-group.is-visible > *,
.stagger-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes menuIn {
  from {
    opacity: 0;
    transform: scaleY(0.96) translateY(-8px);
  }

  to {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}

@keyframes mobileLinkIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes btnRipple {
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(22);
  }
}

@keyframes dividerReveal {
  from {
    opacity: 0;
    transform: translateX(-50%) scaleX(0.18);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) scaleX(0.62);
  }
}

@keyframes softFloat {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(10px, -12px, 0) scale(1.04);
  }
}

@keyframes lightboxFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes lightboxPanelIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroContentIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Homepage sections */
.home-hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-top: calc(var(--header-height) + 2.5rem);
  padding-bottom: clamp(2rem, 6vw, 5rem);
}

.hero-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(184, 134, 47, 0.26);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(58, 36, 23, 0.92), rgba(75, 51, 37, 0.86)),
    radial-gradient(circle at 85% 18%, rgba(217, 120, 53, 0.32), transparent 22rem);
  box-shadow: var(--shadow-dark);
  padding: clamp(1.25rem, 5vw, 4rem);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: auto -8rem -12rem auto;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: rgba(184, 134, 47, 0.18);
}

.hero-content {
  position: relative;
  z-index: 1;
  align-self: center;
}

.hero-content .announcement-pill,
.hero-content h1,
.hero-content .hero-copy,
.hero-content .button-row,
.hero-content .hero-meta {
  animation: heroContentIn 820ms var(--ease-premium) both;
}

.hero-content h1 {
  animation-delay: 90ms;
}

.hero-content .hero-copy {
  animation-delay: 170ms;
}

.hero-content .button-row {
  animation-delay: 250ms;
}

.hero-content .hero-meta {
  animation-delay: 330ms;
}

.home-hero h1 {
  max-width: 12ch;
  color: var(--color-white);
}

.hero-copy {
  max-width: 44rem;
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
}

.announcement-pill {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.10);
  color: var(--color-warm-cream);
  font-size: 0.86rem;
  font-weight: 900;
  padding: 0.6rem 0.9rem;
}

.btn-light {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.10);
  color: var(--color-white);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}

.hero-meta li {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.45rem 0.8rem;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: calc(var(--radius-xl) - 10px);
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.72), transparent 10rem),
    linear-gradient(145deg, rgba(255, 248, 234, 0.90), rgba(232, 220, 200, 0.72));
  background-size: cover;
  box-shadow: inset 0 0 0 999px rgba(58, 36, 23, 0.12);
  transition:
    transform var(--duration-normal) var(--ease-smooth),
    box-shadow var(--duration-normal) var(--ease-smooth);
}

.hero-visual::before {
  inset: 10% 14% auto auto;
  width: 13rem;
  height: 13rem;
  background: radial-gradient(circle, rgba(184, 134, 47, 0.22), transparent 66%);
  filter: blur(1px);
  animation: softFloat 7000ms var(--ease-smooth) infinite alternate;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(58, 36, 23, 0.42));
  transform: scale(1.04);
  animation: heroImageScale 1500ms var(--ease-smooth) both;
}

.visual-card {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.45rem;
  width: min(100%, 19rem);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius-lg);
  background: rgba(255, 248, 234, 0.84);
  box-shadow: var(--shadow-card);
  padding: 1.35rem;
  text-align: center;
  backdrop-filter: blur(16px);
}

.visual-card strong {
  color: var(--color-deep-brown);
  font-family: var(--font-heading);
  font-size: 1.8rem;
  line-height: 1;
}

.visual-card small {
  color: var(--color-soft-brown);
  font-weight: 700;
}

.visual-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-inline: auto;
  border-radius: 50%;
  background: var(--color-ayurveda-green);
  color: var(--color-white);
  font-size: 1.35rem;
  font-weight: 900;
}

.visual-icon,
.service-icon,
.treatment-icon {
  transition:
    transform 520ms var(--ease-premium),
    box-shadow 520ms var(--ease-premium),
    background 520ms var(--ease-premium);
  transform-origin: center;
}

.visual-note {
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  bottom: 1.25rem;
  border-radius: var(--radius-pill);
  background: var(--color-saffron);
  color: var(--color-white);
  font-weight: 900;
  padding: 0.7rem 1rem;
}

.hero-visual:hover,
.image-placeholder:hover {
  border-color: rgba(184, 134, 47, 0.48);
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 34px 96px rgba(58, 36, 23, 0.22), 0 0 0 8px rgba(184, 134, 47, 0.08);
  filter: saturate(1.06) contrast(1.02);
}

.card:hover .service-icon,
.card:hover .treatment-icon,
.visual-card:hover .visual-icon {
  transform: translateY(-3px) rotate(-3deg) scale(1.08);
  box-shadow: 0 16px 34px rgba(31, 107, 53, 0.22);
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.section-heading p:not(.section-label),
.section-copy p {
  margin-top: 1rem;
  font-size: 1.04rem;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  max-width: none;
}

.two-column,
.doctor-layout,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
}

.trust-strip {
  padding-top: 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.trust-card {
  min-height: 100%;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow-soft);
  padding: 1.2rem;
}

.trust-card span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--color-lotus-gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-card h2,
.trust-card h3 {
  color: var(--color-deep-brown);
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.25;
}

.trust-card p {
  margin-top: 0.4rem;
  font-size: 0.94rem;
}

.about-side {
  display: grid;
  gap: 1rem;
}

blockquote {
  margin: 0;
  border-left: 4px solid var(--color-saffron);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.70);
  box-shadow: var(--shadow-soft);
  color: var(--color-deep-brown);
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  line-height: 1.05;
  padding: 1.5rem;
}

.badge-row,
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.image-placeholder-small {
  min-height: 300px;
}

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

.service-card,
.blog-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 100%;
  overflow: hidden;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(31, 107, 53, 0.12);
  color: var(--color-ayurveda-green);
  font-weight: 900;
}

.service-card h3,
.blog-card h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.25;
}

.blog-grid .blog-card {
  min-height: 330px;
  padding: 1.25rem;
}

.blog-grid .blog-card::before {
  content: "";
  display: block;
  width: 100%;
  min-height: 118px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.54), transparent 5rem),
    linear-gradient(135deg, rgba(31, 107, 53, 0.16), rgba(217, 120, 53, 0.18)),
    var(--color-soft-beige);
  box-shadow: inset 0 0 0 1px rgba(184, 134, 47, 0.18);
  transition:
    transform 750ms var(--ease-premium),
    filter 750ms var(--ease-premium);
}

.blog-grid .blog-card:hover::before {
  transform: scale(1.035);
  filter: saturate(1.1);
}

.blog-grid .blog-card p {
  font-size: clamp(0.94rem, 1vw, 1rem);
  line-height: 1.65;
}

.blog-grid .blog-card .pill {
  width: fit-content;
  min-height: 30px;
  font-size: 0.76rem;
  padding: 0.28rem 0.65rem;
}

.service-card a {
  width: fit-content;
  margin-top: 0.35rem;
  border: 1px solid rgba(184, 134, 47, 0.26);
  border-radius: var(--radius-pill);
  background: rgba(255, 248, 234, 0.72);
  color: var(--color-saffron);
  font-weight: 900;
  padding: 0.7rem 0.95rem;
}

.safe-note {
  margin-top: 1.25rem;
  border: 1px solid rgba(90, 0, 21, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.60);
  color: var(--color-soft-brown);
  font-weight: 700;
  padding: 1rem;
}

.process-card ol {
  display: grid;
  gap: 0.8rem;
}

.process-card li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-radius: var(--radius-sm);
  background: rgba(245, 239, 227, 0.70);
  padding: 0.85rem;
}

.process-card span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--color-deep-brown);
  color: var(--color-white);
  font-weight: 900;
}

.camp-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.34fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.32), transparent 18rem),
    linear-gradient(135deg, var(--color-soft-orange), var(--color-saffron));
  box-shadow: var(--shadow-card);
  padding: clamp(1.25rem, 5vw, 3rem);
}

.camp-card h2,
.camp-card p,
.final-cta-card h2 {
  color: var(--color-white);
}

.section-label-light {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.14);
  color: var(--color-white);
}

.camp-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.camp-details span {
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.13);
  color: var(--color-white);
  font-weight: 800;
  padding: 0.75rem;
}

.camp-microcopy {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.calendar-card {
  display: grid;
  place-items: center;
  min-height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius-lg);
  background: rgba(255, 248, 234, 0.92);
  box-shadow: var(--shadow-dark);
  padding: 1.5rem;
  text-align: center;
}

.calendar-card span,
.calendar-card small {
  color: var(--color-saffron);
  font-weight: 900;
  text-transform: uppercase;
}

.calendar-card strong {
  color: var(--color-deep-brown);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.4vw, 3.15rem);
  line-height: 1.02;
}

.calendar-card p {
  color: var(--color-soft-brown);
  font-weight: 800;
}

.accordion {
  display: grid;
  gap: 0.75rem;
}

.accordion-item {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow-soft);
  transition:
    border-color var(--duration-normal) var(--ease-premium),
    box-shadow var(--duration-normal) var(--ease-premium),
    transform var(--duration-normal) var(--ease-premium);
}

.accordion-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  background: transparent;
  color: var(--color-deep-brown);
  font-weight: 900;
  padding: 1rem 1.15rem;
  text-align: left;
}

.accordion-item button::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(217, 120, 53, 0.12);
  color: var(--color-saffron);
  transition:
    transform var(--duration-normal) var(--ease-premium),
    background var(--duration-normal) var(--ease-premium),
    color var(--duration-normal) var(--ease-premium);
}

.accordion-item.is-open {
  border-color: rgba(217, 120, 53, 0.38);
  box-shadow: 0 18px 52px rgba(58, 36, 23, 0.12);
}

.accordion-item.is-open button {
  color: var(--color-saffron);
}

.accordion-item.is-open button::after {
  background: var(--color-saffron);
  color: var(--color-white);
  transform: rotate(45deg);
}

.accordion-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    max-height var(--duration-normal) var(--ease-smooth),
    opacity var(--duration-normal) var(--ease-smooth),
    transform var(--duration-normal) var(--ease-smooth);
}

.accordion-item.is-open .accordion-panel {
  opacity: 1;
  transform: translateY(0);
}

.accordion-panel p {
  padding: 0 1.15rem 1.15rem;
}

.doctor-layout {
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
}

.doctor-visuals {
  position: relative;
  display: grid;
  gap: 1rem;
}

.doctor-mini-card {
  justify-self: end;
  width: min(100%, 18rem);
  border-radius: var(--radius-md);
  background: var(--color-maroon);
  color: var(--color-white);
  box-shadow: var(--shadow-card);
  font-weight: 900;
  padding: 1rem;
  text-align: center;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.contact-list a,
.contact-list span {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.64);
  color: var(--color-deep-brown);
  font-weight: 800;
  padding: 0.8rem;
}

.map-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  min-height: 220px;
  margin-top: 1rem;
  border: 1px dashed rgba(58, 36, 23, 0.28);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(31, 107, 53, 0.12), rgba(184, 134, 47, 0.14)),
    rgba(255, 255, 255, 0.62);
  color: var(--color-deep-brown);
  text-align: center;
  padding: 1rem;
}

.map-placeholder span {
  color: var(--color-muted-text);
  font-weight: 700;
}

.appointment-form {
  display: grid;
  gap: 1rem;
}

.form-field {
  display: grid;
}

.form-status {
  min-height: 1.5rem;
  color: var(--color-ayurveda-green);
  font-weight: 800;
}

.final-cta-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(217, 120, 53, 0.34), transparent 18rem),
    linear-gradient(135deg, var(--color-deep-brown), var(--color-coffee));
  box-shadow: var(--shadow-dark);
  padding: clamp(1.5rem, 5vw, 3.5rem);
}

.final-cta-card h2 {
  max-width: 760px;
}

/* Inner page patterns */
.inner-hero {
  padding-top: calc(var(--header-height) + 4rem);
}

.inner-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
}

.inner-hero h1 {
  max-width: 11ch;
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  line-height: 1.08;
}

.inner-hero p:not(.section-label) {
  max-width: 45rem;
  margin-top: 1.15rem;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
}

.prose-card {
  display: grid;
  gap: 1rem;
}

.feature-grid,
.contact-card-grid,
.gallery-preview-grid,
.step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-grid .card,
.contact-card-grid .card {
  display: grid;
  align-content: start;
  gap: 0.65rem;
}

.feature-grid h3,
.contact-card-grid h3 {
  font-family: var(--font-heading);
  line-height: 1.05;
}

.contact-card-grid a {
  color: var(--color-ayurveda-green);
  font-weight: 900;
}

.gallery-preview-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.image-placeholder-tile {
  min-height: 220px;
  border-radius: var(--radius-lg);
}

.doctor-profile-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: center;
}

.doctor-avatar {
  display: grid;
  place-items: center;
  width: clamp(6rem, 14vw, 10rem);
  height: clamp(6rem, 14vw, 10rem);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.42), transparent 32%),
    linear-gradient(135deg, var(--color-maroon), var(--color-lotus-gold));
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 2.7rem);
  font-weight: 700;
}

.doctor-profile-card h2,
.accent-card h2,
.booking-side h2 {
  margin-bottom: 0.8rem;
}

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

.accent-card {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.34), transparent 12rem),
    linear-gradient(135deg, var(--color-saffron), var(--color-soft-orange));
}

.accent-card h2,
.accent-card p {
  color: var(--color-white);
}

.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-card);
  padding: clamp(1.25rem, 4vw, 2rem);
}

.cta-strip h2 {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.12;
}

.step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: steps;
}

.step-grid li {
  display: grid;
  gap: 0.9rem;
}

.step-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color-deep-brown);
  color: var(--color-white);
  font-weight: 900;
}

/* Treatments system */
.treatments-hero h1 {
  max-width: 13ch;
}

.filter-panel {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.70);
  box-shadow: var(--shadow-soft);
  padding: clamp(1rem, 3vw, 1.5rem);
}

.filter-panel label {
  margin: 0;
}

.category-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.category-chip {
  min-height: 42px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.76);
  color: var(--color-deep-brown);
  font-weight: 900;
  padding: 0.55rem 0.95rem;
  transition:
    background var(--duration-fast) var(--ease-smooth),
    color var(--duration-fast) var(--ease-smooth),
    transform var(--duration-fast) var(--ease-smooth);
}

.category-chip:hover,
.category-chip.is-active {
  background: var(--color-ayurveda-green);
  color: var(--color-white);
  transform: translateY(-1px);
}

.treatment-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.treatment-card {
  display: grid;
  align-content: start;
  gap: 0.85rem;
}

.treatment-card[hidden] {
  display: none;
}

.treatment-card h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.25;
}

.treatment-card strong {
  color: var(--color-ayurveda-green);
  font-size: 0.92rem;
}

.treatment-card.is-future {
  opacity: 0.82;
}

.treatment-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(31, 107, 53, 0.12);
  color: var(--color-ayurveda-green);
  font-weight: 900;
}

.treatment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.3rem;
}

.future-label {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px dashed rgba(58, 36, 23, 0.26);
  border-radius: var(--radius-pill);
  color: var(--color-soft-brown);
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0.55rem 0.8rem;
}

.no-results {
  margin-top: 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-maroon);
  font-weight: 900;
  padding: 1rem;
}

.related-link-grid,
.related-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.related-link-grid a,
.related-services-grid a {
  color: var(--color-deep-brown);
  font-weight: 900;
}

.service-hero {
  padding-top: calc(var(--header-height) + 3.5rem);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.2rem;
  color: var(--color-muted-text);
  font-size: 0.9rem;
  font-weight: 800;
}

.breadcrumb a {
  color: var(--color-ayurveda-green);
}

.service-hero-grid,
.service-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
}

.service-hero h1 {
  max-width: 13ch;
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  line-height: 1.08;
}

.service-hero p:not(.section-label),
.service-main p {
  margin-top: 1rem;
}

.service-content-grid {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
}

.service-main {
  display: grid;
  gap: 1.5rem;
}

.service-main h2 {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.14;
}

.symptoms-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.symptoms-grid span {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.68);
  color: var(--color-deep-brown);
  font-weight: 800;
  padding: 0.85rem;
}

.check-list {
  display: grid;
  gap: 0.65rem;
}

.check-list li {
  position: relative;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.62);
  color: var(--color-soft-brown);
  font-weight: 800;
  padding: 0.75rem 0.85rem 0.75rem 2.2rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 1.22rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--color-ayurveda-green);
}

.service-aside {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
  display: grid;
  gap: 1rem;
}

.service-cta-box,
.disclaimer-box {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  padding: 1.25rem;
}

.service-cta-box {
  display: grid;
  gap: 0.9rem;
}

.service-cta-box h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.14;
}

.disclaimer-box {
  color: var(--color-maroon);
  font-weight: 800;
}

/* Blog and SEO content system */
.blog-hero h1 {
  max-width: 13ch;
}

.blog-library {
  padding-top: 0;
}

.blog-filter-panel {
  margin-bottom: 1.75rem;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.25rem);
  align-items: stretch;
}

.blog-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 248, 234, 0.76)),
    var(--color-warm-cream);
}

.blog-card[hidden] {
  display: none;
}

.blog-card-media {
  position: relative;
  display: grid;
  align-items: end;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 10;
  min-height: 168px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(31, 107, 53, 0.18), rgba(217, 120, 53, 0.18)),
    var(--color-soft-beige);
  padding: 1rem;
  transition:
    transform 750ms var(--ease-premium),
    filter 750ms var(--ease-premium);
}

.blog-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.52), transparent 5rem),
    radial-gradient(circle at 82% 82%, rgba(184, 134, 47, 0.22), transparent 7rem);
  pointer-events: none;
  transition:
    opacity 650ms var(--ease-premium),
    transform 750ms var(--ease-premium);
}

.blog-card:hover .blog-card-media {
  filter: saturate(1.1) contrast(1.02);
}

.blog-card:hover .blog-card-media::after {
  opacity: 0.82;
  transform: scale(1.045);
}

.blog-card-media span {
  position: relative;
  z-index: 1;
  width: fit-content;
  border-radius: var(--radius-pill);
  background: rgba(255, 248, 234, 0.88);
  color: var(--color-ayurveda-green);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.38rem 0.68rem;
}

.blog-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.35rem;
}

.blog-card h3 {
  font-size: clamp(1.18rem, 1.55vw, 1.42rem);
  line-height: 1.25;
}

.blog-card h3 a {
  display: inline;
  color: var(--color-deep-brown);
  font: inherit;
}

.blog-card p {
  font-size: clamp(0.94rem, 1vw, 1rem);
  line-height: 1.65;
}

.blog-card .article-meta-row {
  gap: 0.4rem;
  margin-top: 0;
  font-size: 0.78rem;
}

.blog-card .article-meta-row span {
  min-height: 28px;
  padding: 0.28rem 0.55rem;
}

.blog-card h3 a:hover {
  color: var(--color-ayurveda-green);
}

.blog-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.35rem;
}

.blog-service-link {
  color: var(--color-ayurveda-green);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.25;
}

.blog-card-featured {
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1fr);
  display: grid;
}

.blog-card-featured .blog-card-media {
  min-height: 290px;
}

.article-hero {
  padding-top: calc(var(--header-height) + 3.5rem);
}

.article-hero-grid,
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
}

.article-hero h1 {
  max-width: 14ch;
  margin-top: 1rem;
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  line-height: 1.08;
}

.article-hero p:not(.section-label) {
  max-width: 52rem;
  margin-top: 1rem;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.95rem;
  color: var(--color-soft-brown);
  font-size: 0.9rem;
  font-weight: 800;
}

.article-meta-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.62);
  padding: 0.35rem 0.7rem;
}

.article-section {
  padding-top: 0;
}

.article-layout {
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
  align-items: start;
}

.article-toc {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  padding: 1.2rem;
}

.article-toc h2 {
  margin-bottom: 0.75rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.article-toc nav {
  display: grid;
  gap: 0.45rem;
}

.article-toc a {
  border-radius: var(--radius-sm);
  color: var(--color-soft-brown);
  font-size: 0.94rem;
  font-weight: 800;
  padding: 0.55rem 0.65rem;
}

.article-toc a:hover {
  background: rgba(31, 107, 53, 0.10);
  color: var(--color-ayurveda-green);
}

.article-main {
  display: grid;
  gap: 1.25rem;
}

.article-body {
  display: grid;
  gap: 1.75rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  padding: clamp(1.25rem, 4vw, 2.25rem);
}

.article-body section {
  display: grid;
  gap: 0.85rem;
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.article-body h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.14;
}

.article-body p {
  font-size: 1.02rem;
}

.medical-note {
  border: 1px solid rgba(31, 107, 53, 0.20);
  border-radius: var(--radius-lg);
  background: rgba(31, 107, 53, 0.08);
  padding: 1.2rem;
}

.medical-note strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--color-ayurveda-green);
  font-weight: 900;
}

/* Trust, gallery, camp, stories, and FAQ pages */
.camp-page-hero h1,
.faq-hero h1 {
  max-width: 13ch;
}

.camp-detail-card {
  display: grid;
  gap: 0.8rem;
  min-height: 320px;
  align-content: center;
  border: 1px solid rgba(184, 134, 47, 0.28);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.46), transparent 12rem),
    linear-gradient(135deg, rgba(31, 107, 53, 0.12), rgba(217, 120, 53, 0.20)),
    rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-card);
  padding: clamp(1.35rem, 4vw, 2rem);
}

.camp-detail-card span {
  width: fit-content;
  border-radius: var(--radius-pill);
  background: var(--color-ayurveda-green);
  color: var(--color-white);
  font-weight: 900;
  padding: 0.45rem 0.8rem;
}

.camp-detail-card strong {
  color: var(--color-deep-brown);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4.2vw, 2.9rem);
  line-height: 1.05;
}

.camp-detail-card a {
  color: var(--color-saffron);
  font-size: 1.1rem;
  font-weight: 900;
}

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

.gallery-card {
  padding: 0;
  overflow: hidden;
}

.gallery-card[hidden] {
  display: none;
}

.gallery-card-button {
  display: grid;
  gap: 0.85rem;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0;
  text-align: left;
}

.gallery-card-button .pill,
.gallery-card-button strong,
.gallery-card-button small {
  margin-inline: 1.15rem;
}

.gallery-card-button small {
  margin-bottom: 1.15rem;
  color: var(--color-muted-text);
  font-weight: 700;
}

.gallery-card-visual,
.gallery-lightbox-visual {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 10;
  min-height: 230px;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.58), transparent 8rem),
    linear-gradient(135deg, rgba(31, 107, 53, 0.18), rgba(217, 120, 53, 0.18)),
    var(--color-soft-beige);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  background: rgba(20, 16, 13, 0.62);
  padding: 1rem;
  animation: lightboxFade var(--duration-normal) var(--ease-premium) both;
}

.gallery-lightbox[hidden] {
  display: none;
}

body.lightbox-open {
  overflow: hidden;
}

.gallery-lightbox-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.75fr);
  gap: 1.25rem;
  width: min(100%, 920px);
  max-height: min(86vh, 720px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--radius-xl);
  background: var(--color-warm-cream);
  box-shadow: var(--shadow-dark);
  padding: clamp(1rem, 3vw, 1.5rem);
  animation: lightboxPanelIn 460ms var(--ease-premium) both;
}

.gallery-lightbox-visual {
  min-height: min(58vh, 520px);
  border-radius: var(--radius-lg);
  background-image:
    linear-gradient(135deg, rgba(31, 107, 53, 0.20), rgba(217, 120, 53, 0.20)),
    var(--gallery-preview);
  background-size: cover;
  background-position: center;
  transition: transform var(--duration-slow) var(--ease-premium);
}

.gallery-lightbox-panel:hover .gallery-lightbox-visual {
  transform: scale(1.01);
}

.lightbox-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color-deep-brown);
  color: var(--color-white);
  font-weight: 900;
}

.review-placeholder {
  display: grid;
  gap: 0.8rem;
  min-height: 230px;
}

.review-placeholder span {
  width: fit-content;
  border-radius: var(--radius-pill);
  background: rgba(31, 107, 53, 0.10);
  color: var(--color-ayurveda-green);
  font-weight: 900;
  padding: 0.45rem 0.8rem;
}

.video-placeholder {
  display: grid;
  place-items: center;
  min-height: 360px;
  border: 1px solid rgba(184, 134, 47, 0.28);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.48), transparent 10rem),
    linear-gradient(135deg, rgba(58, 36, 23, 0.92), rgba(75, 51, 37, 0.88));
  color: var(--color-white);
  box-shadow: var(--shadow-dark);
  padding: 1.5rem;
  text-align: center;
}

.video-placeholder span {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--color-saffron);
  clip-path: polygon(28% 18%, 28% 82%, 82% 50%);
}

.video-placeholder strong,
.video-placeholder small {
  display: block;
  color: var(--color-white);
}

.full-faq-list .accordion-item[hidden] {
  display: none;
}

.full-faq-list button {
  gap: 1rem;
}

.full-faq-list button span {
  flex: 1;
}

.full-faq-list button small {
  border-radius: var(--radius-pill);
  background: rgba(31, 107, 53, 0.10);
  color: var(--color-ayurveda-green);
  font-size: 0.74rem;
  font-weight: 900;
  padding: 0.35rem 0.55rem;
}

@keyframes heroImageScale {
  from {
    opacity: 0;
    transform: scale(1);
  }

  to {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (max-width: 1040px) {
  .site-header {
    padding-block: 0.75rem;
  }

  .header-shell {
    gap: 0.75rem;
  }

  .desktop-nav,
  .header-actions .btn {
    display: none;
  }

  .menu-toggle {
    display: grid;
    flex: 0 0 48px;
  }

  .shell-grid {
    grid-template-columns: 1fr;
  }

  .image-placeholder {
    min-height: 340px;
  }

  .hero-card,
  .two-column,
  .doctor-layout,
  .contact-grid,
  .camp-card,
  .inner-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 380px;
  }

  .trust-grid,
  .service-grid,
  .blog-grid,
  .blog-card-grid,
  .gallery-grid,
  .placeholder-review-grid,
  .feature-grid,
  .contact-card-grid,
  .gallery-preview-grid,
  .step-grid,
  .treatment-card-grid,
  .related-link-grid,
  .related-services-grid,
  .symptoms-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-hero-grid,
  .service-content-grid,
  .article-hero-grid,
  .article-layout,
  .blog-card-featured,
  .gallery-lightbox-panel {
    grid-template-columns: 1fr;
  }

  .service-aside,
  .article-toc {
    position: static;
  }

  .section-heading-row {
    align-items: start;
    flex-direction: column;
  }

  .blog-card-media {
    min-height: 150px;
  }
}

@media (max-width: 820px) {
  .trust-grid,
  .service-grid,
  .blog-grid,
  .blog-card-grid,
  .gallery-grid,
  .placeholder-review-grid,
  .feature-grid,
  .contact-card-grid,
  .gallery-preview-grid,
  .step-grid,
  .treatment-card-grid,
  .related-link-grid,
  .related-services-grid,
  .symptoms-grid,
  .benefit-grid,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .button-row .btn,
  .camp-card .btn,
  .final-cta-card .btn,
  .appointment-form .btn,
  [data-validate-form] button {
    width: 100%;
  }

  .mobile-menu {
    inset: 82px 0.85rem 0.9rem;
    width: auto;
    max-height: calc(100svh - 96px);
  }

  .blog-card-content {
    padding: 1.2rem;
  }

  .blog-grid .blog-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 78px;
  }

  body {
    padding-bottom: 4.65rem;
  }

  .container {
    width: min(100% - 1.25rem, 1180px);
  }

  h1,
  .home-hero h1 {
    font-size: clamp(2.05rem, 9vw, 2.55rem);
    line-height: 1.06;
  }

  .inner-hero h1,
  .service-hero h1,
  .article-hero h1 {
    max-width: 12ch;
    font-size: clamp(1.9rem, 7.8vw, 2.25rem);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(1.55rem, 7vw, 2.05rem);
    line-height: 1.14;
  }

  .section {
    padding-block: clamp(2.6rem, 12vw, 4rem);
  }

  .brand-pill {
    min-height: 54px;
    max-width: calc(100vw - 5.6rem);
    padding: 0.35rem 0.7rem 0.35rem 0.36rem;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .brand-pill strong {
    max-width: 10.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-pill small {
    max-width: 9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .hero-shell {
    min-height: auto;
    padding-top: calc(var(--header-height) + 3rem);
  }

  .home-hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 2rem);
  }

  .hero-card,
  .camp-card,
  .final-cta-card {
    border-radius: var(--radius-lg);
    padding: 1.1rem;
  }

  .card {
    border-radius: 24px;
    padding: 1.1rem;
  }

  .blog-card {
    padding: 0;
  }

  .blog-card-media {
    min-height: 136px;
  }

  .blog-card-content {
    padding: 1.05rem;
  }

  .blog-card h3,
  .service-card h3,
  .treatment-card h3 {
    font-size: clamp(1.08rem, 5vw, 1.28rem);
    line-height: 1.28;
  }

  .home-hero h1 {
    max-width: 11ch;
  }

  .announcement-pill {
    font-size: 0.76rem;
  }

  .hero-actions .btn,
  .camp-card .btn,
  .final-cta-card .btn,
  .appointment-form .btn {
    width: 100%;
  }

  .hero-meta,
  .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 300px;
  }

  .mobile-menu {
    inset: 82px 0.75rem 0.9rem;
    width: auto;
    max-height: calc(100svh - 96px);
    border-radius: 24px;
    padding: 0.9rem;
  }

  .mobile-menu a {
    min-height: 52px;
    white-space: normal;
  }

  .visual-note {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 1rem;
  }

  .trust-grid,
  .service-grid,
  .blog-grid,
  .blog-card-grid,
  .gallery-grid,
  .placeholder-review-grid,
  .camp-details {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .section-heading-row {
    margin-bottom: 1.5rem;
  }

  .contact-grid {
    gap: 2rem;
  }

  .doctor-profile-card,
  .cta-strip {
    grid-template-columns: 1fr;
  }

  .doctor-profile-card {
    text-align: left;
  }

  .cta-strip {
    display: grid;
  }

  .cta-strip .button-row,
  .booking-side .btn {
    width: 100%;
  }

  .form-grid,
  .footer-grid,
  .feature-grid,
  .contact-card-grid,
  .gallery-grid,
  .placeholder-review-grid,
  .gallery-preview-grid,
  .step-grid,
  .treatment-card-grid,
  .related-link-grid,
  .related-services-grid,
  .symptoms-grid,
  .benefit-grid,
  .article-hero-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .category-chips {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gallery-lightbox {
    padding: 0.65rem;
  }

  .gallery-lightbox-panel {
    max-height: 88vh;
    border-radius: var(--radius-lg);
  }

  .gallery-lightbox-visual,
  .video-placeholder {
    min-height: 260px;
  }

  .treatment-actions,
  .treatment-actions .btn,
  .service-cta-box .btn,
  .blog-card-actions .btn,
  .cta-strip .btn {
    width: 100%;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 4.25rem;
  }

  .floating-cta {
    inset: auto 0 0;
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-bottom-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    border-top: 1px solid rgba(58, 36, 23, 0.12);
    background: rgba(255, 248, 234, 0.94);
    padding: 0.65rem;
    box-shadow: 0 -14px 36px rgba(58, 36, 23, 0.12);
    backdrop-filter: blur(18px);
  }

  .mobile-bottom-bar a {
    display: grid;
    place-items: center;
    min-height: 48px;
    border-radius: var(--radius-pill);
    background: var(--color-deep-brown);
    color: var(--color-white);
    font-size: 0.9rem;
    font-weight: 900;
  }
}

/* Focused smooth card and image-holder hover system.
   Uses individual translate/scale properties so reveal transforms keep working. */
.card,
.trust-card,
.service-card,
.treatment-card,
.blog-card,
.gallery-card,
.story-card,
.review-card,
.doctor-card,
.doctor-mini-card,
.doctor-profile-card,
.contact-card,
.appointment-card,
.feature-card,
.camp-card,
.camp-detail-card,
.calendar-card,
.final-cta-card,
.visual-card,
.image-card,
.image-placeholder,
.placeholder-visual,
.hero-visual,
.service-hero-visual,
.related-card,
.faq-card,
.accordion-item,
.cta-card,
.service-cta-box,
.prose-card,
.process-card,
.journey-card,
.benefit-card,
.symptom-card,
.facility-card,
.blog-preview-card,
.symptoms-grid span,
.benefit-grid span,
.related-link-grid a,
.related-services-grid a {
  position: relative;
  overflow: hidden;
  transform-origin: center;
  translate: 0 0;
  scale: 1;
  transition:
    translate 750ms var(--ease-premium),
    scale 750ms var(--ease-premium),
    transform 750ms var(--ease-premium),
    box-shadow 750ms var(--ease-premium),
    border-color 750ms var(--ease-premium),
    background 750ms var(--ease-premium),
    filter 750ms var(--ease-premium);
  will-change: translate, scale;
  backface-visibility: hidden;
}

.card > *,
.trust-card > *,
.service-card > *,
.treatment-card > *,
.blog-card > *,
.gallery-card > *,
.doctor-mini-card > *,
.doctor-profile-card > *,
.contact-card > *,
.appointment-card > *,
.feature-card > *,
.camp-card > *,
.camp-detail-card > *,
.calendar-card > *,
.final-cta-card > *,
.visual-card > *,
.image-card > *,
.service-hero-visual > *,
.related-card > *,
.faq-card > *,
.accordion-item > *,
.cta-card > *,
.service-cta-box > *,
.prose-card > *,
.process-card > *,
.journey-card > *,
.benefit-card > *,
.symptom-card > *,
.facility-card > *,
.blog-preview-card > * {
  position: relative;
  z-index: 1;
}

.card::after,
.trust-card::after,
.service-card::after,
.treatment-card::after,
.blog-card::after,
.gallery-card::after,
.doctor-mini-card::after,
.doctor-profile-card::after,
.contact-card::after,
.appointment-card::after,
.feature-card::after,
.camp-card::after,
.camp-detail-card::after,
.calendar-card::after,
.final-cta-card::after,
.visual-card::after,
.image-card::after,
.service-hero-visual::after,
.related-card::after,
.faq-card::after,
.accordion-item::after,
.cta-card::after,
.service-cta-box::after,
.prose-card::after,
.process-card::after,
.journey-card::after,
.benefit-card::after,
.symptom-card::after,
.facility-card::after,
.blog-preview-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 30% 20%, rgba(239, 136, 69, 0.14), transparent 45%),
    radial-gradient(circle at 82% 88%, rgba(184, 134, 47, 0.10), transparent 52%);
  opacity: 0;
  transition: opacity 750ms var(--ease-premium);
  pointer-events: none;
}

.card img,
.visual-card img,
.image-card img,
.gallery-card img,
.blog-card img,
.service-card img,
.treatment-card img,
.placeholder-visual img,
.card .visual-placeholder,
.card .placeholder-inner,
.card .image-placeholder,
.card .gallery-card-visual,
.card .blog-card-media,
.gallery-card-visual,
.blog-card-media,
.image-placeholder::before,
.image-placeholder::after {
  transform-origin: center;
  scale: 1;
  transition:
    scale 900ms var(--ease-premium),
    transform 900ms var(--ease-premium),
    filter 900ms var(--ease-premium),
    opacity 900ms var(--ease-premium);
  will-change: scale, transform;
}

.card-icon,
.service-icon,
.treatment-icon,
.feature-icon,
.visual-icon {
  transition:
    translate 700ms var(--ease-premium),
    scale 700ms var(--ease-premium),
    rotate 700ms var(--ease-premium),
    transform 700ms var(--ease-premium),
    background 700ms var(--ease-premium),
    box-shadow 700ms var(--ease-premium);
  will-change: translate, scale, rotate;
}

@media (hover: hover) and (pointer: fine) {
  .card:hover,
  .trust-card:hover,
  .service-card:hover,
  .treatment-card:hover,
  .blog-card:hover,
  .gallery-card:hover,
  .story-card:hover,
  .review-card:hover,
  .doctor-card:hover,
  .doctor-mini-card:hover,
  .doctor-profile-card:hover,
  .contact-card:hover,
  .appointment-card:hover,
  .feature-card:hover,
  .camp-card:hover,
  .camp-detail-card:hover,
  .calendar-card:hover,
  .final-cta-card:hover,
  .visual-card:hover,
  .image-card:hover,
  .image-placeholder:hover,
  .placeholder-visual:hover,
  .hero-visual:hover,
  .service-hero-visual:hover,
  .related-card:hover,
  .faq-card:hover,
  .accordion-item:hover,
  .cta-card:hover,
  .service-cta-box:hover,
  .prose-card:hover,
  .process-card:hover,
  .journey-card:hover,
  .benefit-card:hover,
  .symptom-card:hover,
  .facility-card:hover,
  .blog-preview-card:hover,
  .symptoms-grid span:hover,
  .benefit-grid span:hover,
  .related-link-grid a:hover,
  .related-services-grid a:hover {
    transform: translate3d(0, 0, 0);
    translate: 0 -10px;
    scale: 1.025;
    border-color: rgba(184, 134, 47, 0.45);
    box-shadow: 0 30px 90px rgba(58, 36, 23, 0.18);
    filter: saturate(1.035);
  }

  .hero-visual:hover,
  .image-placeholder:hover {
    translate: 0 -8px;
    scale: 1.02;
    box-shadow: 0 30px 88px rgba(58, 36, 23, 0.20), 0 0 0 7px rgba(184, 134, 47, 0.08);
  }

  .card:hover::after,
  .trust-card:hover::after,
  .service-card:hover::after,
  .treatment-card:hover::after,
  .blog-card:hover::after,
  .gallery-card:hover::after,
  .doctor-mini-card:hover::after,
  .doctor-profile-card:hover::after,
  .contact-card:hover::after,
  .appointment-card:hover::after,
  .feature-card:hover::after,
  .camp-card:hover::after,
  .camp-detail-card:hover::after,
  .calendar-card:hover::after,
  .final-cta-card:hover::after,
  .visual-card:hover::after,
  .image-card:hover::after,
  .service-hero-visual:hover::after,
  .related-card:hover::after,
  .faq-card:hover::after,
  .accordion-item:hover::after,
  .cta-card:hover::after,
  .service-cta-box:hover::after,
  .prose-card:hover::after,
  .process-card:hover::after,
  .journey-card:hover::after,
  .benefit-card:hover::after,
  .symptom-card:hover::after,
  .facility-card:hover::after,
  .blog-preview-card:hover::after {
    opacity: 1;
  }

  .card:hover img,
  .visual-card:hover img,
  .image-card:hover img,
  .gallery-card:hover img,
  .blog-card:hover img,
  .service-card:hover img,
  .treatment-card:hover img,
  .placeholder-visual:hover img,
  .card:hover .visual-placeholder,
  .card:hover .placeholder-inner,
  .card:hover .image-placeholder,
  .gallery-card:hover .gallery-card-visual,
  .blog-card:hover .blog-card-media,
  .image-placeholder:hover::before,
  .image-placeholder:hover::after {
    transform: translate3d(0, 0, 0);
    scale: 1.06;
    filter: saturate(1.05) contrast(1.03);
  }

  .card:hover .card-icon,
  .service-card:hover .service-icon,
  .treatment-card:hover .treatment-icon,
  .feature-card:hover .feature-icon,
  .visual-card:hover .visual-icon {
    transform: translate3d(0, 0, 0);
    translate: 0 -4px;
    scale: 1.08;
    rotate: -2deg;
    box-shadow: 0 16px 34px rgba(31, 107, 53, 0.22);
  }

  .hero-visual:hover .floating-card,
  .hero-visual:hover .placeholder-card,
  .hero-visual:hover .visual-card {
    transform: translate3d(0, 0, 0);
    translate: 0 -8px;
    scale: 1.035;
  }

  .hero-visual:hover .plus-icon,
  .hero-visual:hover .visual-icon {
    transform: translate3d(0, 0, 0);
    scale: 1.1;
    rotate: 90deg;
  }
}

@media (hover: none), (pointer: coarse) {
  .card:active,
  .trust-card:active,
  .service-card:active,
  .treatment-card:active,
  .blog-card:active,
  .gallery-card:active,
  .visual-card:active,
  .image-card:active,
  .image-placeholder:active,
  .hero-visual:active,
  .camp-card:active,
  .doctor-profile-card:active,
  .contact-card:active,
  .appointment-card:active,
  .feature-card:active,
  .process-card:active {
    transform: translate3d(0, 0, 0);
    scale: 0.985;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  .reveal,
  .reveal-up,
  .reveal-left,
  .reveal-right,
  .reveal-scale,
  .stagger > *,
  .stagger-group > *,
  .btn-ripple,
  .mobile-menu,
  .mobile-menu a,
  .mobile-menu-backdrop,
  .hero-visual,
  .image-placeholder,
  .card {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* Final card animation override: keep this at the end so older card CSS cannot win. */
:root {
  --card-hover-y: -10px;
  --card-hover-scale: 1.025;
  --card-hover-shadow: 0 30px 90px rgba(58, 36, 23, 0.18);
  --card-hover-border: rgba(184, 134, 47, 0.48);
}

.card,
.trust-card,
.service-card,
.treatment-card,
.blog-card,
.gallery-card,
.story-card,
.review-card,
.review-placeholder,
.doctor-card,
.doctor-mini-card,
.doctor-profile-card,
.contact-card,
.appointment-card,
.feature-card,
.camp-card,
.camp-detail-card,
.calendar-card,
.final-cta-card,
.accent-card,
.visual-card,
.visual-card-main,
.image-card,
.image-placeholder,
.image-placeholder-small,
.image-placeholder-tile,
.placeholder-visual,
.video-placeholder,
.map-placeholder,
.hero-card,
.hero-visual,
.service-hero-visual,
.related-card,
.faq-card,
.accordion-item,
.cta-card,
.cta-strip,
.service-cta-box,
.process-card,
.prose-card,
.journey-card,
.benefit-card,
.symptom-card,
.facility-card,
.blog-preview-card,
.service-detail-card,
.consult-card,
.stat-card,
.footer-card,
.article-card,
.article-body,
.article-toc,
.timeline-card,
.map-card,
.form-card,
.booking-side,
.disclaimer-box,
.medical-note,
.related-link-grid a,
.related-services-grid a,
.symptoms-grid span,
.benefit-grid span,
.step-grid li {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  translate: 0 0;
  scale: 1;
  transition:
    transform 850ms cubic-bezier(0.16, 1, 0.3, 1),
    translate 850ms cubic-bezier(0.16, 1, 0.3, 1),
    scale 850ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 850ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 850ms cubic-bezier(0.16, 1, 0.3, 1),
    background 850ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 850ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, translate, scale;
  backface-visibility: hidden;
}

.card > *,
.trust-card > *,
.service-card > *,
.treatment-card > *,
.blog-card > *,
.gallery-card > *,
.review-placeholder > *,
.doctor-mini-card > *,
.doctor-profile-card > *,
.contact-card > *,
.appointment-card > *,
.feature-card > *,
.camp-card > *,
.camp-detail-card > *,
.calendar-card > *,
.final-cta-card > *,
.accent-card > *,
.visual-card > *,
.visual-card-main > *,
.image-card > *,
.placeholder-visual > *,
.video-placeholder > *,
.map-placeholder > *,
.hero-card > *,
.hero-visual > *,
.service-hero-visual > *,
.related-card > *,
.faq-card > *,
.accordion-item > *,
.cta-card > *,
.cta-strip > *,
.service-cta-box > *,
.process-card > *,
.prose-card > *,
.journey-card > *,
.benefit-card > *,
.symptom-card > *,
.facility-card > *,
.blog-preview-card > *,
.service-detail-card > *,
.consult-card > *,
.stat-card > *,
.footer-card > *,
.article-card > *,
.article-body > *,
.article-toc > *,
.timeline-card > *,
.map-card > *,
.form-card > *,
.booking-side > *,
.disclaimer-box > *,
.medical-note > * {
  position: relative;
  z-index: 1;
}

.card::after,
.trust-card::after,
.service-card::after,
.treatment-card::after,
.blog-card::after,
.gallery-card::after,
.review-placeholder::after,
.doctor-card::after,
.doctor-mini-card::after,
.doctor-profile-card::after,
.contact-card::after,
.appointment-card::after,
.feature-card::after,
.camp-card::after,
.camp-detail-card::after,
.calendar-card::after,
.final-cta-card::after,
.accent-card::after,
.visual-card::after,
.visual-card-main::after,
.image-card::after,
.placeholder-visual::after,
.video-placeholder::after,
.map-placeholder::after,
.hero-card::after,
.service-hero-visual::after,
.related-card::after,
.faq-card::after,
.accordion-item::after,
.cta-card::after,
.cta-strip::after,
.service-cta-box::after,
.process-card::after,
.prose-card::after,
.journey-card::after,
.benefit-card::after,
.symptom-card::after,
.facility-card::after,
.blog-preview-card::after,
.service-detail-card::after,
.consult-card::after,
.stat-card::after,
.footer-card::after,
.article-card::after,
.article-body::after,
.article-toc::after,
.timeline-card::after,
.map-card::after,
.form-card::after,
.booking-side::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 25% 18%, rgba(239, 136, 69, 0.13), transparent 42%),
    radial-gradient(circle at 80% 90%, rgba(184, 134, 47, 0.10), transparent 45%);
  opacity: 0;
  transition: opacity 850ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.card img,
.trust-card img,
.service-card img,
.treatment-card img,
.blog-card img,
.gallery-card img,
.doctor-card img,
.doctor-mini-card img,
.doctor-profile-card img,
.contact-card img,
.appointment-card img,
.visual-card img,
.image-card img,
.placeholder-visual img,
.hero-visual img,
.card .visual-placeholder,
.card .placeholder-inner,
.card .image-placeholder,
.card .gallery-card-visual,
.card .blog-card-media,
.service-card .visual-placeholder,
.blog-card .visual-placeholder,
.gallery-card .visual-placeholder,
.gallery-card-visual,
.gallery-lightbox-visual,
.blog-card-media,
.image-placeholder::before,
.image-placeholder::after,
.hero-visual .placeholder-card,
.hero-visual .floating-card,
.hero-visual .visual-card {
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center;
  transition:
    transform 950ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 950ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 950ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  backface-visibility: hidden;
}

.card-icon,
.service-icon,
.treatment-icon,
.feature-icon,
.trust-icon,
.gallery-icon,
.blog-icon,
.placeholder-icon,
.visual-icon,
.hero-visual .plus-icon {
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  transition:
    transform 750ms cubic-bezier(0.16, 1, 0.3, 1),
    background 750ms cubic-bezier(0.16, 1, 0.3, 1),
    color 750ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 750ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.card a,
.service-card a,
.treatment-card a,
.blog-card a,
.gallery-card a,
.related-card a,
.related-link-grid a,
.related-services-grid a {
  transition:
    transform 500ms cubic-bezier(0.16, 1, 0.3, 1),
    background 500ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 500ms cubic-bezier(0.16, 1, 0.3, 1),
    color 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
  .card:hover,
  .trust-card:hover,
  .service-card:hover,
  .treatment-card:hover,
  .blog-card:hover,
  .gallery-card:hover,
  .story-card:hover,
  .review-card:hover,
  .review-placeholder:hover,
  .doctor-card:hover,
  .doctor-mini-card:hover,
  .doctor-profile-card:hover,
  .contact-card:hover,
  .appointment-card:hover,
  .feature-card:hover,
  .camp-card:hover,
  .camp-detail-card:hover,
  .calendar-card:hover,
  .final-cta-card:hover,
  .accent-card:hover,
  .visual-card:hover,
  .visual-card-main:hover,
  .image-card:hover,
  .image-placeholder:hover,
  .image-placeholder-small:hover,
  .image-placeholder-tile:hover,
  .placeholder-visual:hover,
  .video-placeholder:hover,
  .map-placeholder:hover,
  .hero-card:hover,
  .hero-visual:hover,
  .service-hero-visual:hover,
  .related-card:hover,
  .faq-card:hover,
  .accordion-item:hover,
  .cta-card:hover,
  .cta-strip:hover,
  .service-cta-box:hover,
  .process-card:hover,
  .prose-card:hover,
  .journey-card:hover,
  .benefit-card:hover,
  .symptom-card:hover,
  .facility-card:hover,
  .blog-preview-card:hover,
  .service-detail-card:hover,
  .consult-card:hover,
  .stat-card:hover,
  .footer-card:hover,
  .article-card:hover,
  .article-body:hover,
  .article-toc:hover,
  .timeline-card:hover,
  .map-card:hover,
  .form-card:hover,
  .booking-side:hover,
  .disclaimer-box:hover,
  .medical-note:hover,
  .related-link-grid a:hover,
  .related-services-grid a:hover,
  .symptoms-grid span:hover,
  .benefit-grid span:hover,
  .step-grid li:hover {
    transform: translate3d(0, 0, 0);
    translate: 0 var(--card-hover-y);
    scale: var(--card-hover-scale);
    border-color: var(--card-hover-border);
    box-shadow: var(--card-hover-shadow);
    filter: saturate(1.03);
  }

  .card:hover::after,
  .trust-card:hover::after,
  .service-card:hover::after,
  .treatment-card:hover::after,
  .blog-card:hover::after,
  .gallery-card:hover::after,
  .review-placeholder:hover::after,
  .doctor-card:hover::after,
  .doctor-mini-card:hover::after,
  .doctor-profile-card:hover::after,
  .contact-card:hover::after,
  .appointment-card:hover::after,
  .feature-card:hover::after,
  .camp-card:hover::after,
  .camp-detail-card:hover::after,
  .calendar-card:hover::after,
  .final-cta-card:hover::after,
  .accent-card:hover::after,
  .visual-card:hover::after,
  .visual-card-main:hover::after,
  .image-card:hover::after,
  .placeholder-visual:hover::after,
  .video-placeholder:hover::after,
  .map-placeholder:hover::after,
  .hero-card:hover::after,
  .service-hero-visual:hover::after,
  .related-card:hover::after,
  .faq-card:hover::after,
  .accordion-item:hover::after,
  .cta-card:hover::after,
  .cta-strip:hover::after,
  .service-cta-box:hover::after,
  .process-card:hover::after,
  .prose-card:hover::after,
  .journey-card:hover::after,
  .benefit-card:hover::after,
  .symptom-card:hover::after,
  .facility-card:hover::after,
  .blog-preview-card:hover::after,
  .service-detail-card:hover::after,
  .consult-card:hover::after,
  .stat-card:hover::after,
  .footer-card:hover::after,
  .article-card:hover::after,
  .article-body:hover::after,
  .article-toc:hover::after,
  .timeline-card:hover::after,
  .map-card:hover::after,
  .form-card:hover::after,
  .booking-side:hover::after {
    opacity: 1;
  }

  .card:hover img,
  .trust-card:hover img,
  .service-card:hover img,
  .treatment-card:hover img,
  .blog-card:hover img,
  .gallery-card:hover img,
  .doctor-card:hover img,
  .doctor-mini-card:hover img,
  .doctor-profile-card:hover img,
  .contact-card:hover img,
  .appointment-card:hover img,
  .visual-card:hover img,
  .image-card:hover img,
  .placeholder-visual:hover img,
  .hero-visual:hover img,
  .card:hover .visual-placeholder,
  .card:hover .placeholder-inner,
  .card:hover .image-placeholder,
  .card:hover .gallery-card-visual,
  .card:hover .blog-card-media,
  .service-card:hover .visual-placeholder,
  .blog-card:hover .visual-placeholder,
  .gallery-card:hover .visual-placeholder,
  .gallery-card:hover .gallery-card-visual,
  .blog-card:hover .blog-card-media,
  .image-placeholder:hover::before,
  .image-placeholder:hover::after,
  .hero-visual:hover .placeholder-card,
  .hero-visual:hover .floating-card,
  .hero-visual:hover .visual-card {
    transform: translate3d(0, 0, 0) scale(1.065);
    filter: saturate(1.06) contrast(1.03);
  }

  .card:hover .card-icon,
  .service-card:hover .service-icon,
  .treatment-card:hover .treatment-icon,
  .feature-card:hover .feature-icon,
  .trust-card:hover .trust-icon,
  .gallery-card:hover .gallery-icon,
  .blog-card:hover .blog-icon,
  .placeholder-visual:hover .placeholder-icon,
  .visual-card:hover .visual-icon {
    transform: translate3d(0, -5px, 0) scale(1.09) rotate(-3deg);
  }

  .hero-visual:hover .plus-icon,
  .hero-visual:hover .visual-icon {
    transform: translate3d(0, -5px, 0) scale(1.12) rotate(90deg);
  }

  .card:hover a,
  .service-card:hover a,
  .treatment-card:hover a,
  .blog-card:hover a,
  .gallery-card:hover a,
  .related-card:hover a,
  .related-link-grid a:hover,
  .related-services-grid a:hover {
    transform: translateX(3px);
  }
}

@media (hover: none), (pointer: coarse) {
  .card:active,
  .trust-card:active,
  .service-card:active,
  .treatment-card:active,
  .blog-card:active,
  .gallery-card:active,
  .visual-card:active,
  .image-card:active,
  .image-placeholder:active,
  .placeholder-visual:active,
  .hero-visual:active,
  .camp-card:active,
  .doctor-profile-card:active,
  .contact-card:active,
  .appointment-card:active,
  .feature-card:active,
  .process-card:active {
    transform: translate3d(0, 0, 0);
    translate: 0 0;
    scale: 0.985;
    transition-duration: 220ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  .card,
  .trust-card,
  .service-card,
  .treatment-card,
  .blog-card,
  .gallery-card,
  .visual-card,
  .image-card,
  .image-placeholder,
  .placeholder-visual,
  .hero-visual,
  .camp-card,
  .doctor-profile-card,
  .contact-card,
  .appointment-card,
  .feature-card,
  .process-card,
  .card img,
  .gallery-card-visual,
  .blog-card-media {
    transition-duration: 0.001ms !important;
  }
}

/* Absolute final transform composer: reveal movement and hover lift share one transform. */
:is(
  .card,
  .trust-card,
  .service-card,
  .treatment-card,
  .blog-card,
  .gallery-card,
  .review-placeholder,
  .doctor-mini-card,
  .doctor-profile-card,
  .contact-card,
  .appointment-card,
  .feature-card,
  .camp-card,
  .camp-detail-card,
  .calendar-card,
  .final-cta-card,
  .accent-card,
  .visual-card,
  .visual-card-main,
  .image-card,
  .image-placeholder,
  .image-placeholder-small,
  .image-placeholder-tile,
  .placeholder-visual,
  .video-placeholder,
  .map-placeholder,
  .hero-card,
  .hero-visual,
  .service-hero-visual,
  .related-card,
  .faq-card,
  .accordion-item,
  .cta-card,
  .cta-strip,
  .service-cta-box,
  .process-card,
  .prose-card,
  .journey-card,
  .benefit-card,
  .symptom-card,
  .facility-card,
  .blog-preview-card,
  .service-detail-card,
  .consult-card,
  .stat-card,
  .footer-card,
  .article-card,
  .article-body,
  .article-toc,
  .timeline-card,
  .map-card,
  .form-card,
  .booking-side,
  .disclaimer-box,
  .medical-note,
  .symptoms-grid span,
  .benefit-grid span,
  .step-grid li
) {
  --reveal-y: 0px;
  --hover-y: 0px;
  --hover-scale: 1;
  transform: translate3d(0, calc(var(--reveal-y) + var(--hover-y)), 0) scale(var(--hover-scale));
}

:is(
  .card,
  .trust-card,
  .service-card,
  .treatment-card,
  .blog-card,
  .gallery-card,
  .visual-card,
  .hero-visual,
  .image-placeholder,
  .camp-card,
  .doctor-profile-card,
  .process-card
):is(.reveal, .reveal-up, .reveal-left, .reveal-right, .reveal-scale),
.stagger > :is(.card, .trust-card, .service-card, .treatment-card, .blog-card, .gallery-card, .visual-card, .camp-card),
.stagger-group > :is(.card, .trust-card, .service-card, .treatment-card, .blog-card, .gallery-card, .visual-card, .camp-card),
:is(.card, .trust-card, .service-card, .treatment-card, .blog-card, .gallery-card, .visual-card, .camp-card).stagger-item {
  --reveal-y: 34px;
}

:is(
  .card,
  .trust-card,
  .service-card,
  .treatment-card,
  .blog-card,
  .gallery-card,
  .visual-card,
  .hero-visual,
  .image-placeholder,
  .camp-card,
  .doctor-profile-card,
  .process-card
):is(.reveal, .reveal-up, .reveal-left, .reveal-right, .reveal-scale).is-visible,
.stagger.is-visible > :is(.card, .trust-card, .service-card, .treatment-card, .blog-card, .gallery-card, .visual-card, .camp-card),
.stagger-group.is-visible > :is(.card, .trust-card, .service-card, .treatment-card, .blog-card, .gallery-card, .visual-card, .camp-card),
:is(.card, .trust-card, .service-card, .treatment-card, .blog-card, .gallery-card, .visual-card, .camp-card).stagger-item.is-visible {
  --reveal-y: 0px;
}

@media (hover: hover) and (pointer: fine) {
  :is(
    .card,
    .trust-card,
    .service-card,
    .treatment-card,
    .blog-card,
    .gallery-card,
    .review-placeholder,
    .doctor-mini-card,
    .doctor-profile-card,
    .contact-card,
    .appointment-card,
    .feature-card,
    .camp-card,
    .camp-detail-card,
    .calendar-card,
    .final-cta-card,
    .accent-card,
    .visual-card,
    .visual-card-main,
    .image-card,
    .image-placeholder,
    .image-placeholder-small,
    .image-placeholder-tile,
    .placeholder-visual,
    .video-placeholder,
    .map-placeholder,
    .hero-card,
    .hero-visual,
    .service-hero-visual,
    .related-card,
    .faq-card,
    .accordion-item,
    .cta-card,
    .cta-strip,
    .service-cta-box,
    .process-card,
    .prose-card,
    .journey-card,
    .benefit-card,
    .symptom-card,
    .facility-card,
    .blog-preview-card,
    .service-detail-card,
    .consult-card,
    .stat-card,
    .footer-card,
    .article-card,
    .article-body,
    .article-toc,
    .timeline-card,
    .map-card,
    .form-card,
    .booking-side,
    .disclaimer-box,
    .medical-note,
    .symptoms-grid span,
    .benefit-grid span,
    .step-grid li
  ):hover {
    --hover-y: var(--card-hover-y);
    --hover-scale: var(--card-hover-scale);
  }
}

@media (hover: none), (pointer: coarse) {
  :is(.card, .trust-card, .service-card, .treatment-card, .blog-card, .gallery-card, .visual-card, .image-card, .image-placeholder, .placeholder-visual, .hero-visual, .camp-card, .doctor-profile-card, .contact-card, .appointment-card, .feature-card, .process-card):active {
    --hover-y: 0px;
    --hover-scale: 0.985;
    transition-duration: 220ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  :is(.card, .trust-card, .service-card, .treatment-card, .blog-card, .gallery-card, .visual-card, .image-card, .image-placeholder, .placeholder-visual, .hero-visual, .camp-card, .doctor-profile-card, .contact-card, .appointment-card, .feature-card, .process-card) {
    transition-duration: 0.001ms !important;
  }
}

/* Urgent final mobile navbar and responsive override. */
@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body.menu-open {
    overflow: hidden;
    touch-action: none;
  }

  .site-header {
    position: fixed;
    inset: 10px 12px auto;
    z-index: 1000;
    width: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .site-header.is-scrolled {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .header-shell {
    width: 100%;
    min-height: 66px;
    border: 1px solid rgba(58, 36, 23, 0.12);
    border-radius: 999px;
    background: rgba(255, 248, 234, 0.96);
    box-shadow: 0 18px 48px rgba(20, 16, 13, 0.14);
    padding: 0.42rem 0.48rem;
    backdrop-filter: blur(18px);
  }

  .desktop-nav,
  .nav-links,
  .desktop-menu,
  .header-actions > .btn,
  .nav-cta {
    display: none !important;
  }

  .brand-pill {
    min-width: 0;
    max-width: calc(100vw - 6.6rem);
    min-height: 52px;
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0 0.35rem;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .brand-pill span {
    min-width: 0;
  }

  .brand-pill strong,
  .brand-pill small {
    max-width: 10.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-pill strong {
    font-size: 0.92rem;
  }

  .brand-pill small {
    font-size: 0.68rem;
  }

  .header-actions {
    flex: 0 0 auto;
  }

  .menu-toggle,
  .hamburger {
    position: relative;
    z-index: 1200;
    display: inline-flex !important;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(184, 134, 47, 0.35);
    border-radius: 999px;
    background: rgba(255, 248, 234, 0.98);
    box-shadow: 0 14px 34px rgba(58, 36, 23, 0.16);
    padding: 0;
    cursor: pointer;
  }

  .menu-toggle span,
  .hamburger span {
    display: block;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: var(--color-deep-brown);
    transform-origin: center;
    transition:
      transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
      opacity 300ms ease,
      width 420ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .menu-toggle span:nth-child(1),
  .hamburger span:nth-child(1) {
    width: 20px;
  }

  .menu-toggle span:nth-child(2),
  .hamburger span:nth-child(2) {
    width: 14px;
    margin-left: 6px;
  }

  .menu-toggle span:nth-child(3),
  .hamburger span:nth-child(3) {
    width: 20px;
  }

  .menu-toggle.is-open span:nth-child(1),
  .menu-toggle[aria-expanded="true"] span:nth-child(1),
  .hamburger.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2),
  .menu-toggle[aria-expanded="true"] span:nth-child(2),
  .hamburger.is-open span:nth-child(2) {
    opacity: 0;
    transform: translateX(8px);
  }

  .menu-toggle.is-open span:nth-child(3),
  .menu-toggle[aria-expanded="true"] span:nth-child(3),
  .hamburger.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1090;
    background:
      radial-gradient(circle at top right, rgba(239, 136, 69, 0.18), transparent 35%),
      rgba(20, 16, 13, 0.48);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 420ms cubic-bezier(0.16, 1, 0.3, 1),
      visibility 420ms;
    backdrop-filter: blur(8px);
  }

  .mobile-menu-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: block;
    width: auto;
    max-height: none;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at top right, rgba(239, 136, 69, 0.18), transparent 35%),
      rgba(245, 239, 227, 0.98);
    box-shadow: none;
    padding: 96px 18px 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 420ms cubic-bezier(0.16, 1, 0.3, 1),
      visibility 420ms,
      transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(12px);
  }

  .mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu::before {
    content: "";
    position: absolute;
    inset: 88px 18px 22px;
    z-index: 0;
    border: 1px solid rgba(255, 248, 234, 0.14);
    border-radius: 32px;
    background:
      radial-gradient(circle at 90% 8%, rgba(217, 120, 53, 0.22), transparent 11rem),
      linear-gradient(145deg, var(--color-deep-brown), var(--color-coffee));
    box-shadow: 0 30px 90px rgba(20, 16, 13, 0.28);
    pointer-events: none;
  }

  .mobile-menu > a,
  .mobile-menu-ctas {
    position: relative;
    z-index: 1;
    width: min(100%, 420px);
    margin-inline: auto;
  }

  .mobile-menu > a,
  .mobile-menu-ctas a {
    min-height: 52px;
    border: 1px solid rgba(255, 248, 234, 0.10);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 248, 234, 0.08);
    color: var(--color-warm-cream);
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.1;
    padding: 14px 16px;
    text-decoration: none;
    opacity: 0;
    transform: translateY(12px);
    transition:
      opacity 420ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
      background 300ms ease,
      border-color 300ms ease;
  }

  .mobile-menu > a + a {
    margin-top: 8px;
  }

  .mobile-menu.is-open > a,
  .mobile-menu.is-open .mobile-menu-ctas a {
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-menu.is-open > a:nth-of-type(1) { transition-delay: 60ms; }
  .mobile-menu.is-open > a:nth-of-type(2) { transition-delay: 100ms; }
  .mobile-menu.is-open > a:nth-of-type(3) { transition-delay: 140ms; }
  .mobile-menu.is-open > a:nth-of-type(4) { transition-delay: 180ms; }
  .mobile-menu.is-open > a:nth-of-type(5) { transition-delay: 220ms; }
  .mobile-menu.is-open > a:nth-of-type(6) { transition-delay: 260ms; }
  .mobile-menu.is-open > a:nth-of-type(7) { transition-delay: 300ms; }

  .mobile-menu-ctas {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 248, 234, 0.13);
  }

  main {
    padding-top: 88px;
  }

  .home-hero {
    min-height: auto;
    padding-top: 0;
  }

  .hero-card {
    min-height: auto;
    border-radius: 28px;
    padding: 28px 18px clamp(2rem, 8vw, 3rem);
  }

  .home-hero h1,
  .hero-content h1 {
    max-width: 12ch;
    font-size: clamp(1.9rem, 9vw, 2.7rem);
    line-height: 1.06;
  }

  .hero-copy,
  .hero-content p:not(.announcement-pill) {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-actions,
  .hero-content .button-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-actions .btn,
  .hero-content .button-row .btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 86px;
  }

  .floating-whatsapp {
    display: none !important;
  }

  .floating-cta {
    position: fixed;
    inset: auto 0 0;
    z-index: 950;
    pointer-events: none;
  }

  .mobile-bottom-bar {
    pointer-events: auto;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 951;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    border: 1px solid rgba(58, 36, 23, 0.12);
    border-radius: 24px;
    background: rgba(255, 248, 234, 0.94);
    box-shadow: 0 18px 50px rgba(20, 16, 13, 0.18);
    padding: 8px;
    backdrop-filter: blur(14px);
  }

  .mobile-bottom-bar a {
    min-width: 0;
    min-height: 48px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: var(--color-deep-brown);
    color: var(--color-white);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    padding: 0 8px;
    white-space: nowrap;
    text-decoration: none;
  }

  .mobile-bottom-bar a::before,
  .mobile-bottom-bar a::after {
    content: none !important;
  }
}

@media (max-width: 360px) {
  .site-header {
    inset-inline: 8px;
  }

  .brand-pill strong {
    max-width: 8.4rem;
    font-size: 0.86rem;
  }

  .brand-pill small {
    max-width: 8.4rem;
    font-size: 0.64rem;
  }

  .mobile-menu {
    padding-inline: 12px;
  }

  .mobile-menu::before {
    inset-inline: 12px;
  }

  .mobile-bottom-bar {
    left: 8px;
    right: 8px;
    gap: 6px;
    padding: 6px;
  }

  .mobile-bottom-bar a {
    min-height: 46px;
    border-radius: 16px;
    font-size: 12px;
    padding-inline: 4px;
  }
}

/* FINAL mobile menu head + close button override. */
@media (max-width: 1024px) {
  .mobile-menu-head {
    position: relative;
    z-index: 1;
    width: min(100%, 430px);
    min-height: 46px;
    margin: 0 auto 8px;
    padding: 0 0 8px;
    border-bottom: 1px solid rgba(255, 248, 234, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .mobile-menu-head img {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    object-fit: contain;
    background: rgba(255, 248, 234, 0.94);
    box-shadow: inset 0 0 0 1px rgba(184, 134, 47, 0.22);
  }

  .mobile-menu-close {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 248, 234, 0.18);
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 248, 234, 0.10);
    color: #FFF8EA;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
  }
}

@media (max-width: 360px) {
  .mobile-menu-head {
    min-height: 40px;
    margin-bottom: 6px;
    padding-bottom: 6px;
  }

  .mobile-menu-head img {
    width: 40px;
    height: 40px;
  }

  .mobile-menu-close {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
}

/* Absolute last mobile-menu visibility guard. */
.mobile-menu.is-open > a,
.mobile-menu.is-open .mobile-menu-ctas a {
  opacity: 1 !important;
  visibility: visible !important;
  color: #FFF8EA !important;
  transform: translateY(0) !important;
}

/* FINAL MOBILE NAVBAR BUG FIX: no scrollbar, no transparent links, all links visible. */
@media (max-width: 1024px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden !important;
  }

  html.menu-open,
  body.menu-open {
    height: 100%;
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  .site-header {
    position: fixed;
    inset: 10px 12px auto;
    z-index: 10000;
    width: auto;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .header-shell {
    min-height: 64px;
    width: 100%;
    border: 1px solid rgba(58, 36, 23, 0.12);
    border-radius: 999px;
    background: rgba(255, 248, 234, 0.97);
    box-shadow: 0 16px 44px rgba(20, 16, 13, 0.14);
    padding: 0.38rem 0.44rem;
    backdrop-filter: blur(18px);
  }

  .desktop-nav,
  .nav-links,
  .desktop-menu,
  .header-actions > .btn,
  .nav-cta {
    display: none !important;
  }

  .brand-pill {
    max-width: calc(100vw - 6.5rem);
    min-height: 50px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 0.35rem !important;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .brand-pill span {
    min-width: 0;
  }

  .brand-pill strong,
  .brand-pill small {
    max-width: 10.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hamburger,
  .menu-toggle {
    position: relative;
    z-index: 10001;
    display: inline-flex !important;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(184, 134, 47, 0.35);
    border-radius: 999px;
    background: rgba(255, 248, 234, 0.98);
    box-shadow: 0 12px 30px rgba(58, 36, 23, 0.18);
    padding: 0;
    cursor: pointer;
  }

  .hamburger span,
  .menu-toggle span {
    display: block;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: #3A2417;
    transition:
      transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
      opacity 260ms ease,
      width 420ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .hamburger span:nth-child(1),
  .menu-toggle span:nth-child(1) {
    width: 20px;
  }

  .hamburger span:nth-child(2),
  .menu-toggle span:nth-child(2) {
    width: 14px;
    margin-left: 6px;
  }

  .hamburger span:nth-child(3),
  .menu-toggle span:nth-child(3) {
    width: 20px;
  }

  .hamburger.is-open span:nth-child(1),
  .menu-toggle.is-open span:nth-child(1),
  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .hamburger.is-open span:nth-child(2),
  .menu-toggle.is-open span:nth-child(2),
  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: translateX(8px);
  }

  .hamburger.is-open span:nth-child(3),
  .menu-toggle.is-open span:nth-child(3),
  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(20, 16, 13, 0.46);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 360ms cubic-bezier(0.16, 1, 0.3, 1),
      visibility 360ms;
    backdrop-filter: blur(8px);
  }

  .mobile-menu-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: block !important;
    width: 100%;
    height: 100dvh;
    max-height: none;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at top right, rgba(239, 136, 69, 0.18), transparent 35%),
      rgba(245, 239, 227, 0.98);
    box-shadow: none;
    padding: 82px 14px 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 360ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
      visibility 360ms;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }

  .mobile-menu::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu::before {
    content: "";
    position: absolute;
    inset: 76px 14px 12px;
    z-index: 0;
    width: min(calc(100% - 28px), 430px);
    margin-inline: auto;
    border: 1px solid rgba(255, 248, 234, 0.16);
    border-radius: 28px;
    background:
      radial-gradient(circle at 92% 6%, rgba(217, 120, 53, 0.20), transparent 10rem),
      linear-gradient(145deg, #3A2417, #4B3325);
    box-shadow: 0 26px 80px rgba(20, 16, 13, 0.30);
    pointer-events: none;
  }

  .mobile-menu > a,
  .mobile-menu-ctas {
    position: relative;
    z-index: 1;
    width: min(100%, 430px);
    margin-inline: auto;
  }

  .mobile-menu > a,
  .mobile-menu-ctas a {
    width: min(100%, 430px);
    min-height: 46px;
    border: 1px solid rgba(255, 248, 234, 0.12);
    border-radius: 16px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 248, 234, 0.10);
    color: #FFF8EA !important;
    font-size: 0.98rem;
    font-weight: 850;
    line-height: 1.1;
    letter-spacing: 0.01em;
    padding: 0 14px;
    text-decoration: none;
    visibility: visible;
    opacity: 0;
    transform: translateY(10px);
    transition:
      opacity 360ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
      background 260ms ease,
      border-color 260ms ease,
      color 260ms ease;
  }

  .mobile-menu > a + a {
    margin-top: 6px;
  }

  .mobile-menu.is-open > a,
  .mobile-menu.is-open .mobile-menu-ctas a {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0);
  }

  .mobile-menu > a:hover,
  .mobile-menu > a:active,
  .mobile-menu > a.is-active,
  .mobile-menu > a[aria-current="page"],
  .mobile-menu-ctas a:hover,
  .mobile-menu-ctas a:active {
    background: rgba(239, 136, 69, 0.22);
    border-color: rgba(239, 136, 69, 0.48);
    color: #FFF8EA !important;
  }

  .mobile-menu.is-open > a:nth-of-type(1) { transition-delay: 50ms; }
  .mobile-menu.is-open > a:nth-of-type(2) { transition-delay: 80ms; }
  .mobile-menu.is-open > a:nth-of-type(3) { transition-delay: 110ms; }
  .mobile-menu.is-open > a:nth-of-type(4) { transition-delay: 140ms; }
  .mobile-menu.is-open > a:nth-of-type(5) { transition-delay: 170ms; }
  .mobile-menu.is-open > a:nth-of-type(6) { transition-delay: 200ms; }
  .mobile-menu.is-open > a:nth-of-type(7) { transition-delay: 230ms; }

  .mobile-menu-ctas {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 248, 234, 0.12);
  }

  .mobile-menu-ctas a {
    min-height: 42px;
    justify-content: center;
    border-radius: 15px;
    font-size: 0.82rem;
    padding-inline: 8px;
    text-align: center;
    white-space: nowrap;
  }

  .mobile-menu-ctas a::before,
  .mobile-menu-ctas a::after {
    display: none !important;
  }

  main {
    padding-top: 88px;
  }

  .home-hero,
  .hero,
  .hero-section {
    min-height: auto;
    padding-top: 0 !important;
  }

  .hero-card {
    min-height: auto;
    border-radius: 28px;
    padding: 28px 18px 96px;
  }

  .home-hero h1,
  .hero h1,
  .hero-title,
  .hero-content h1 {
    font-size: clamp(2rem, 9.5vw, 2.75rem);
    line-height: 1.06;
  }

  .hero-copy,
  .hero p,
  .hero-subtitle {
    font-size: 0.98rem;
    line-height: 1.65;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 86px;
  }

  footer {
    margin-bottom: 80px;
  }

  .floating-whatsapp {
    display: none !important;
  }

  .floating-cta {
    position: fixed;
    inset: auto 0 0;
    z-index: 900;
    pointer-events: none;
  }

  .mobile-bottom-bar {
    pointer-events: auto;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 901;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    border: 1px solid rgba(58, 36, 23, 0.12);
    border-radius: 24px;
    background: rgba(255, 248, 234, 0.96);
    box-shadow: 0 18px 50px rgba(20, 16, 13, 0.18);
    padding: 8px;
    backdrop-filter: blur(14px);
  }

  .mobile-bottom-bar a {
    min-width: 0;
    min-height: 48px;
    border-radius: 18px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #3A2417;
    color: #FFF8EA !important;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    padding: 0 8px;
    white-space: nowrap;
    text-decoration: none;
  }

  .mobile-bottom-bar a::before,
  .mobile-bottom-bar a::after,
  .mobile-bottom-bar .cta-arrow {
    display: none !important;
    content: none !important;
  }
}

@media (max-width: 360px) {
  .site-header {
    inset-inline: 8px;
  }

  .header-shell {
    min-height: 62px;
  }

  .brand-pill strong,
  .brand-pill small {
    max-width: 8.2rem;
  }

  .brand-pill strong {
    font-size: 0.84rem;
  }

  .brand-pill small {
    font-size: 0.63rem;
  }

  .mobile-menu {
    padding: 78px 10px 10px;
  }

  .mobile-menu::before {
    inset: 72px 10px 10px;
    width: calc(100% - 20px);
    border-radius: 24px;
  }

  .mobile-menu > a,
  .mobile-menu-ctas a {
    min-height: 42px;
    border-radius: 14px;
    font-size: 0.9rem;
    padding-inline: 12px;
  }

  .mobile-menu > a + a {
    margin-top: 5px;
  }

  .mobile-menu-ctas {
    gap: 6px;
    margin-top: 8px;
    padding-top: 8px;
  }

  .mobile-menu-ctas a {
    min-height: 40px;
    font-size: 0.74rem;
    padding-inline: 6px;
  }

  .mobile-bottom-bar {
    left: 8px;
    right: 8px;
    gap: 6px;
    padding: 6px;
  }

  .mobile-bottom-bar a {
    min-height: 44px;
    border-radius: 15px;
    font-size: 12px;
    padding-inline: 4px;
  }
}

/* HOME RESPONSIVE FINAL OVERRIDE: map, mobile nav, hero, CTA, and lightweight motion. */
.map-frame {
  width: 100%;
  height: 360px;
  overflow: hidden;
  border: 1px solid rgba(58, 36, 23, 0.14);
  border-radius: 28px;
  background: rgba(255, 248, 234, 0.78);
  box-shadow: 0 22px 58px rgba(58, 36, 23, 0.12);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .map-frame {
    height: 280px;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(58, 36, 23, 0.10);
  }

  .home-hero .hero-content .announcement-pill,
  .home-hero .hero-content h1,
  .home-hero .hero-content .hero-copy,
  .home-hero .hero-content .button-row,
  .home-hero .hero-content .hero-meta {
    animation-duration: 480ms !important;
  }

  .home-hero .hero-card::before,
  .home-hero .hero-visual::before,
  .image-placeholder::before,
  .image-placeholder::after {
    animation: none !important;
    filter: none !important;
  }

  .home-hero .hero-visual::after {
    animation: none !important;
  }

  .card,
  .service-card,
  .blog-card,
  .trust-card,
  .hero-visual,
  .image-placeholder,
  .calendar-card,
  .camp-card,
  .final-cta-card {
    will-change: auto !important;
    box-shadow: 0 14px 34px rgba(58, 36, 23, 0.10) !important;
  }

  .reveal,
  .reveal-up,
  .reveal-left,
  .reveal-right,
  .reveal-scale,
  .stagger > *,
  .stagger-group > *,
  .stagger-item {
    transition-duration: 540ms !important;
  }
}

@media (max-width: 1024px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden !important;
  }

  html.menu-open,
  body.menu-open {
    height: 100%;
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  .site-header {
    position: fixed !important;
    inset: 10px 12px auto !important;
    z-index: 10000 !important;
    width: auto !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .header-shell {
    min-height: 64px !important;
    width: 100%;
    border: 1px solid rgba(58, 36, 23, 0.12);
    border-radius: 999px;
    background: rgba(255, 248, 234, 0.97);
    box-shadow: 0 14px 34px rgba(20, 16, 13, 0.13);
    padding: 0.38rem 0.44rem !important;
    backdrop-filter: blur(10px);
  }

  .desktop-nav,
  .nav-links,
  .desktop-menu,
  .header-actions > .btn,
  .nav-cta {
    display: none !important;
  }

  .brand-pill {
    max-width: calc(100vw - 6.5rem);
    min-height: 50px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 0.35rem !important;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .brand-pill span {
    min-width: 0;
  }

  .brand-pill strong,
  .brand-pill small {
    max-width: 10.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hamburger,
  .menu-toggle {
    position: relative;
    z-index: 10002 !important;
    display: inline-flex !important;
    flex: 0 0 48px;
    width: 48px !important;
    height: 48px !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(184, 134, 47, 0.38) !important;
    border-radius: 999px !important;
    background: rgba(255, 248, 234, 0.98) !important;
    box-shadow: 0 12px 30px rgba(58, 36, 23, 0.18);
    padding: 0 !important;
    cursor: pointer;
  }

  .hamburger span,
  .menu-toggle span {
    display: block !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 999px;
    background: #3A2417 !important;
    transition:
      transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
      opacity 260ms ease,
      width 420ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .hamburger span:nth-child(1),
  .menu-toggle span:nth-child(1),
  .hamburger span:nth-child(3),
  .menu-toggle span:nth-child(3) {
    width: 21px !important;
  }

  .hamburger span:nth-child(2),
  .menu-toggle span:nth-child(2) {
    width: 15px !important;
    margin-left: 6px !important;
  }

  .hamburger.is-open span:nth-child(1),
  .menu-toggle.is-open span:nth-child(1),
  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .hamburger.is-open span:nth-child(2),
  .menu-toggle.is-open span:nth-child(2),
  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: translateX(8px);
  }

  .hamburger.is-open span:nth-child(3),
  .menu-toggle.is-open span:nth-child(3),
  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9998 !important;
    background: rgba(20, 16, 13, 0.40);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 320ms cubic-bezier(0.16, 1, 0.3, 1),
      visibility 320ms;
    backdrop-filter: none;
  }

  .mobile-menu-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-menu {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    display: block !important;
    width: 100% !important;
    height: 100dvh !important;
    max-height: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    background:
      radial-gradient(circle at top right, rgba(239, 136, 69, 0.16), transparent 34%),
      #F5EFE3 !important;
    box-shadow: none !important;
    padding: 84px 14px 12px !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 340ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 340ms cubic-bezier(0.16, 1, 0.3, 1),
      visibility 340ms;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }

  .mobile-menu::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .mobile-menu.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .mobile-menu::before {
    content: "";
    position: absolute;
    inset: 78px 14px 12px;
    z-index: 0;
    width: min(calc(100% - 28px), 430px);
    margin-inline: auto;
    border: 1px solid rgba(255, 248, 234, 0.16);
    border-radius: 28px;
    background:
      radial-gradient(circle at 92% 6%, rgba(217, 120, 53, 0.20), transparent 10rem),
      linear-gradient(145deg, #3A2417, #4B3325);
    box-shadow: 0 24px 70px rgba(20, 16, 13, 0.28);
    pointer-events: none;
  }

  .mobile-menu-head,
  .mobile-menu > a,
  .mobile-menu-ctas {
    position: relative;
    z-index: 1;
    width: min(100%, 430px);
    margin-inline: auto;
  }

  .mobile-menu-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 248, 234, 0.12);
  }

  .mobile-menu-head img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 248, 234, 0.95);
  }

  .mobile-menu-close {
    display: inline-grid !important;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 248, 234, 0.14);
    border-radius: 999px;
    background: rgba(255, 248, 234, 0.10);
    color: #FFF8EA;
    font-size: 24px;
    line-height: 1;
  }

  .mobile-menu > a,
  .mobile-menu-ctas a {
    width: 100% !important;
    min-height: 46px !important;
    border: 1px solid rgba(255, 248, 234, 0.12) !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 248, 234, 0.10) !important;
    color: #FFF8EA !important;
    font-size: 0.98rem;
    font-weight: 850;
    line-height: 1.1;
    padding: 0 14px !important;
    text-decoration: none;
    white-space: nowrap;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition:
      background 220ms ease,
      border-color 220ms ease;
  }

  .mobile-menu > a + a {
    margin-top: 6px;
  }

  .mobile-menu.is-open > a,
  .mobile-menu.is-open .mobile-menu-ctas a {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    color: #FFF8EA !important;
  }

  .mobile-menu > a:hover,
  .mobile-menu > a:active,
  .mobile-menu > a.is-active,
  .mobile-menu > a[aria-current="page"],
  .mobile-menu-ctas a:hover,
  .mobile-menu-ctas a:active {
    background: rgba(239, 136, 69, 0.22) !important;
    border-color: rgba(239, 136, 69, 0.48) !important;
    color: #FFF8EA !important;
  }

  .mobile-menu.is-open > a:nth-of-type(1) { transition-delay: 45ms; }
  .mobile-menu.is-open > a:nth-of-type(2) { transition-delay: 70ms; }
  .mobile-menu.is-open > a:nth-of-type(3) { transition-delay: 95ms; }
  .mobile-menu.is-open > a:nth-of-type(4) { transition-delay: 120ms; }
  .mobile-menu.is-open > a:nth-of-type(5) { transition-delay: 145ms; }
  .mobile-menu.is-open > a:nth-of-type(6) { transition-delay: 170ms; }
  .mobile-menu.is-open > a:nth-of-type(7) { transition-delay: 195ms; }

  .mobile-menu-ctas {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 248, 234, 0.12);
  }

  .mobile-menu-ctas a {
    min-height: 42px !important;
    justify-content: center;
    border-radius: 15px !important;
    font-size: 0.82rem;
    padding-inline: 8px !important;
    text-align: center;
  }

  .mobile-menu-ctas a::before,
  .mobile-menu-ctas a::after {
    display: none !important;
    content: none !important;
  }

  main {
    padding-top: 88px;
  }

  .home-hero {
    min-height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 2rem !important;
  }

  .home-hero .hero-card {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    border-radius: 28px;
    padding: 28px 18px 96px !important;
  }

  .home-hero h1,
  .home-hero .hero-content h1 {
    max-width: 12ch;
    font-size: clamp(2rem, 9.5vw, 2.75rem) !important;
    line-height: 1.06 !important;
  }

  .home-hero .hero-copy {
    font-size: 0.98rem !important;
    line-height: 1.65 !important;
  }

  .home-hero .hero-actions {
    display: grid !important;
    gap: 10px;
  }

  .home-hero .hero-actions .btn {
    width: 100%;
  }

  .home-hero .hero-visual {
    min-height: 260px !important;
    border-radius: 22px;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 86px;
  }

  .floating-whatsapp {
    display: none !important;
  }

  .floating-cta {
    position: fixed !important;
    inset: auto 0 0 !important;
    z-index: 900 !important;
    pointer-events: none;
  }

  .mobile-bottom-bar,
  .mobile-bottom-cta {
    pointer-events: auto;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 901;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    border: 1px solid rgba(58, 36, 23, 0.12);
    border-radius: 24px;
    background: rgba(255, 248, 234, 0.96);
    box-shadow: 0 16px 42px rgba(20, 16, 13, 0.16);
    padding: 8px;
    backdrop-filter: blur(8px);
  }

  .mobile-bottom-bar a,
  .mobile-bottom-cta a {
    min-width: 0;
    min-height: 46px !important;
    border-radius: 17px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #3A2417 !important;
    color: #FFF8EA !important;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    padding: 0 8px !important;
    text-decoration: none;
    white-space: nowrap;
  }

  .mobile-bottom-bar a::before,
  .mobile-bottom-bar a::after,
  .mobile-bottom-cta a::before,
  .mobile-bottom-cta a::after,
  .mobile-bottom-bar .cta-arrow,
  .mobile-bottom-cta .cta-arrow {
    display: none !important;
    content: none !important;
  }
}

@media (max-width: 360px) {
  .site-header {
    inset-inline: 8px !important;
  }

  .header-shell {
    min-height: 62px !important;
  }

  .brand-pill strong,
  .brand-pill small {
    max-width: 8.2rem;
  }

  .brand-pill strong {
    font-size: 0.84rem;
  }

  .brand-pill small {
    font-size: 0.63rem;
  }

  .mobile-menu {
    padding: 78px 10px 10px !important;
  }

  .mobile-menu::before {
    inset: 72px 10px 10px;
    width: calc(100% - 20px);
    border-radius: 24px;
  }

  .mobile-menu > a,
  .mobile-menu-ctas a {
    min-height: 42px !important;
    border-radius: 14px !important;
    font-size: 0.9rem;
    padding-inline: 12px !important;
  }

  .mobile-menu > a + a {
    margin-top: 5px;
  }

  .mobile-menu-ctas {
    gap: 6px;
    margin-top: 8px;
    padding-top: 8px;
  }

  .mobile-menu-ctas a {
    min-height: 40px !important;
    font-size: 0.74rem;
    padding-inline: 6px !important;
  }

  .mobile-bottom-bar,
  .mobile-bottom-cta {
    left: 8px;
    right: 8px;
    gap: 6px;
    padding: 6px;
  }

  .mobile-bottom-bar a,
  .mobile-bottom-cta a {
    min-height: 44px !important;
    border-radius: 15px !important;
    font-size: 12px;
    padding-inline: 4px !important;
  }
}

/* Absolute last guard: mobile links must never render transparent or hidden. */
@media (max-width: 1024px) {
  .hamburger.is-open span,
  .menu-toggle.is-open span,
  .menu-toggle[aria-expanded="true"] span {
    display: none !important;
  }

  .hamburger.is-open::after,
  .menu-toggle.is-open::after,
  .menu-toggle[aria-expanded="true"]::after {
    content: "\00d7" !important;
    display: grid !important;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #3A2417;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }

  .mobile-menu.is-open > a,
  .mobile-menu.is-open .mobile-menu-ctas a {
    opacity: 1 !important;
    visibility: visible !important;
    color: #FFF8EA !important;
    transform: translateY(0) !important;
    transition-delay: 0ms !important;
  }
}

/* HOME CLEAN UI REBUILD: strict homepage-only cleanup and responsive repair. */
body.home-page {
  overflow-x: hidden;
}

body.home-page .reveal,
body.home-page .reveal-up,
body.home-page .reveal-left,
body.home-page .reveal-right,
body.home-page .reveal-scale,
body.home-page .stagger > *,
body.home-page .stagger-group > *,
body.home-page .stagger-item {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

body.home-page .section::before,
body.home-page .home-hero .hero-card::before,
body.home-page .home-hero .hero-visual::before,
body.home-page .home-hero .hero-visual::after,
body.home-page .image-placeholder::before,
body.home-page .image-placeholder::after,
body.home-page .lotus-shape,
body.home-page .lotus-shape::before,
body.home-page .lotus-shape::after {
  animation: none !important;
  filter: none !important;
}

body.home-page .card,
body.home-page .trust-card,
body.home-page .service-card,
body.home-page .treatment-card,
body.home-page .blog-card,
body.home-page .gallery-card,
body.home-page .visual-card,
body.home-page .image-card,
body.home-page .placeholder-visual,
body.home-page .hero-visual,
body.home-page .process-card,
body.home-page .journey-card,
body.home-page .contact-card,
body.home-page .faq-card,
body.home-page .cta-card,
body.home-page .image-placeholder,
body.home-page .camp-card,
body.home-page .calendar-card,
body.home-page .final-cta-card {
  transform: none !important;
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease !important;
  will-change: auto !important;
}

body.home-page .card:hover,
body.home-page .trust-card:hover,
body.home-page .service-card:hover,
body.home-page .treatment-card:hover,
body.home-page .blog-card:hover,
body.home-page .gallery-card:hover,
body.home-page .visual-card:hover,
body.home-page .image-card:hover,
body.home-page .placeholder-visual:hover,
body.home-page .hero-visual:hover,
body.home-page .process-card:hover,
body.home-page .journey-card:hover,
body.home-page .contact-card:hover,
body.home-page .faq-card:hover,
body.home-page .cta-card:hover,
body.home-page .image-placeholder:hover,
body.home-page .camp-card:hover,
body.home-page .calendar-card:hover,
body.home-page .final-cta-card:hover {
  transform: none !important;
  border-color: rgba(184, 134, 47, 0.28) !important;
  box-shadow: 0 18px 55px rgba(58, 36, 23, 0.10) !important;
  filter: none !important;
}

body.home-page .card img,
body.home-page .visual-card img,
body.home-page .image-card img,
body.home-page .placeholder-visual img,
body.home-page .image-placeholder img,
body.home-page .blog-grid .blog-card::before,
body.home-page .gallery-card-visual,
body.home-page .blog-card-media {
  transform: none !important;
  transition: none !important;
  filter: none !important;
}

body.home-page .btn,
body.home-page button[type="submit"],
body.home-page .nav-cta,
body.home-page .mobile-bottom-cta a,
body.home-page .mobile-bottom-bar a,
body.home-page .mobile-menu-cta .btn,
body.home-page .mobile-menu-ctas .btn {
  position: relative;
  overflow: hidden;
  transform: none;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease,
    border-color 220ms ease !important;
}

@media (hover: hover) and (pointer: fine) {
  body.home-page .btn:hover,
  body.home-page button[type="submit"]:hover,
  body.home-page .nav-cta:hover,
  body.home-page .mobile-bottom-cta a:hover,
  body.home-page .mobile-bottom-bar a:hover,
  body.home-page .mobile-menu-cta .btn:hover,
  body.home-page .mobile-menu-ctas .btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 28px rgba(217, 120, 53, 0.22) !important;
  }
}

body.home-page .btn:active,
body.home-page button[type="submit"]:active,
body.home-page .nav-cta:active,
body.home-page .mobile-bottom-cta a:active,
body.home-page .mobile-bottom-bar a:active {
  transform: scale(0.97) !important;
}

body.home-page .map-frame {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid rgba(58, 36, 23, 0.12);
  border-radius: 28px;
  background: #FFF8EA;
  box-shadow: 0 18px 55px rgba(58, 36, 23, 0.10);
}

body.home-page .map-frame iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

@media (max-width: 1024px) {
  html.menu-open,
  body.home-page.menu-open {
    overflow: hidden !important;
  }

  body.home-page .site-header {
    position: fixed !important;
    top: 10px !important;
    right: 12px !important;
    left: 12px !important;
    z-index: 10000 !important;
    width: auto !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.home-page .header-shell {
    min-height: 62px !important;
    border: 1px solid rgba(58, 36, 23, 0.10);
    border-radius: 999px;
    background: rgba(255, 248, 234, 0.98);
    box-shadow: 0 8px 24px rgba(58, 36, 23, 0.12);
    padding: 0.34rem 0.42rem !important;
    backdrop-filter: none !important;
  }

  body.home-page .desktop-nav,
  body.home-page .nav-links,
  body.home-page .desktop-menu,
  body.home-page .nav-cta-wrap,
  body.home-page .header-actions > .btn {
    display: none !important;
  }

  body.home-page .brand-pill {
    max-width: calc(100vw - 6.25rem);
    min-height: 48px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 0.3rem !important;
  }

  body.home-page .brand-logo {
    width: 40px;
    height: 40px;
  }

  body.home-page .brand-pill strong,
  body.home-page .brand-pill small {
    max-width: 10.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.home-page .hamburger,
  body.home-page .menu-toggle {
    z-index: 10002 !important;
    display: inline-flex !important;
    flex: 0 0 46px;
    width: 46px !important;
    height: 46px !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(58, 36, 23, 0.16) !important;
    border-radius: 999px !important;
    background: #FFF8EA !important;
    box-shadow: 0 8px 22px rgba(58, 36, 23, 0.14);
    padding: 0 !important;
  }

  body.home-page .hamburger span,
  body.home-page .menu-toggle span {
    display: block !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 999px;
    background: #3A2417 !important;
    transition: transform 260ms ease, opacity 200ms ease;
  }

  body.home-page .hamburger span:nth-child(1),
  body.home-page .menu-toggle span:nth-child(1),
  body.home-page .hamburger span:nth-child(3),
  body.home-page .menu-toggle span:nth-child(3) {
    width: 20px !important;
  }

  body.home-page .hamburger span:nth-child(2),
  body.home-page .menu-toggle span:nth-child(2) {
    width: 14px !important;
    margin-left: 6px !important;
  }

  body.home-page .hamburger.is-open span,
  body.home-page .menu-toggle.is-open span,
  body.home-page .menu-toggle[aria-expanded="true"] span {
    display: none !important;
  }

  body.home-page .hamburger.is-open::after,
  body.home-page .menu-toggle.is-open::after,
  body.home-page .menu-toggle[aria-expanded="true"]::after {
    content: "\00d7" !important;
    display: grid !important;
    place-items: center;
    color: #3A2417;
    font-size: 29px;
    font-weight: 500;
    line-height: 1;
  }

  body.home-page .mobile-menu-backdrop {
    display: none !important;
  }

  body.home-page .mobile-menu {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    display: block !important;
    width: 100% !important;
    height: 100dvh !important;
    max-height: none !important;
    padding: 86px 14px 16px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #F5EFE3 !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 240ms ease, transform 240ms ease, visibility 240ms ease;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: none;
  }

  body.home-page .mobile-menu::-webkit-scrollbar {
    display: none;
  }

  body.home-page .mobile-menu::before {
    display: none !important;
  }

  body.home-page .mobile-menu.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  body.home-page .mobile-menu-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: min(100%, 420px);
    margin-inline: auto;
    padding: 14px;
    border-radius: 26px;
    background: #3A2417;
    color: #FFF8EA;
    box-shadow: 0 20px 60px rgba(20, 16, 13, 0.22);
  }

  body.home-page .mobile-menu-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 248, 234, 0.12);
  }

  body.home-page .mobile-menu-head img {
    width: 132px;
    max-width: calc(100% - 54px);
    height: 44px;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
  }

  body.home-page .mobile-menu-close {
    display: grid !important;
    place-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 248, 234, 0.18);
    border-radius: 999px;
    background: rgba(255, 248, 234, 0.10);
    color: #FFF8EA;
    font-size: 24px;
    line-height: 1;
  }

  body.home-page .mobile-menu-links {
    display: grid;
    gap: 7px;
  }

  body.home-page .mobile-menu .mobile-nav-link,
  body.home-page .mobile-menu > a {
    width: 100% !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 248, 234, 0.11) !important;
    border-radius: 15px !important;
    background: rgba(255, 248, 234, 0.08) !important;
    color: #FFF8EA !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    padding: 0 14px !important;
    text-decoration: none;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  body.home-page .mobile-menu .mobile-nav-link.is-active,
  body.home-page .mobile-menu .mobile-nav-link[aria-current="page"] {
    background: rgba(239, 136, 69, 0.24) !important;
    border-color: rgba(239, 136, 69, 0.45) !important;
  }

  body.home-page .mobile-menu-cta,
  body.home-page .mobile-menu-ctas {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    width: 100%;
    margin: 0;
    padding-top: 0;
    border-top: 0;
  }

  body.home-page .mobile-menu-cta .btn,
  body.home-page .mobile-menu-ctas .btn {
    min-height: 42px !important;
    border-radius: 14px !important;
    justify-content: center;
    padding: 0 8px !important;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  body.home-page main {
    padding-top: 88px;
  }
}

@media (max-width: 768px) {
  body.home-page {
    padding-bottom: 76px;
  }

  body.home-page .home-hero {
    min-height: auto !important;
    padding: 0 0 32px !important;
  }

  body.home-page .hero-card {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    border-radius: 26px;
    padding: 24px 16px 94px !important;
  }

  body.home-page .home-hero h1,
  body.home-page .hero h1,
  body.home-page .hero-title {
    max-width: 12ch;
    font-size: clamp(2rem, 9.5vw, 2.75rem) !important;
    line-height: 1.05 !important;
  }

  body.home-page .hero-copy,
  body.home-page .hero p,
  body.home-page .hero-subtitle {
    font-size: 0.96rem !important;
    line-height: 1.62 !important;
  }

  body.home-page .hero-actions,
  body.home-page .hero-cta-group {
    display: grid !important;
    gap: 9px;
  }

  body.home-page .hero-actions .btn,
  body.home-page .hero-cta-group .btn {
    width: 100%;
  }

  body.home-page .hero-visual {
    min-height: 230px !important;
    border-radius: 20px;
  }

  body.home-page .floating-whatsapp {
    display: none !important;
  }

  body.home-page .floating-cta {
    position: fixed !important;
    inset: auto 0 0 !important;
    z-index: 900 !important;
    display: block !important;
    pointer-events: none;
  }

  body.home-page .mobile-bottom-cta,
  body.home-page .mobile-bottom-bar {
    position: fixed;
    right: 12px;
    bottom: 10px;
    left: 12px;
    z-index: 901;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    padding: 7px;
    border: 1px solid rgba(58, 36, 23, 0.10);
    border-radius: 22px;
    background: rgba(255, 248, 234, 0.96);
    box-shadow: 0 12px 34px rgba(20, 16, 13, 0.16);
    pointer-events: auto;
    backdrop-filter: none;
  }

  body.home-page .mobile-bottom-cta a,
  body.home-page .mobile-bottom-bar a {
    min-height: 42px !important;
    border-radius: 15px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #3A2417 !important;
    color: #FFF8EA !important;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1;
    padding: 0 6px !important;
    text-decoration: none;
    white-space: nowrap;
  }

  body.home-page .mobile-bottom-cta .cta-arrow,
  body.home-page .mobile-bottom-cta a::before,
  body.home-page .mobile-bottom-cta a::after,
  body.home-page .mobile-bottom-bar .cta-arrow,
  body.home-page .mobile-bottom-bar a::before,
  body.home-page .mobile-bottom-bar a::after {
    display: none !important;
    content: none !important;
  }

  body.home-page .map-frame {
    border-radius: 20px;
  }

  body.home-page .map-frame iframe {
    height: 280px;
  }
}

@media (max-width: 360px) {
  body.home-page .site-header {
    right: 8px !important;
    left: 8px !important;
  }

  body.home-page .brand-pill strong,
  body.home-page .brand-pill small {
    max-width: 8.1rem;
  }

  body.home-page .mobile-menu {
    padding: 78px 10px 10px !important;
  }

  body.home-page .mobile-menu-panel {
    gap: 8px;
    padding: 12px;
    border-radius: 22px;
  }

  body.home-page .mobile-menu .mobile-nav-link {
    min-height: 40px !important;
    font-size: 0.88rem;
  }

  body.home-page .mobile-menu-cta .btn,
  body.home-page .mobile-menu-ctas .btn {
    min-height: 38px !important;
    font-size: 0.72rem;
  }

  body.home-page .mobile-bottom-cta,
  body.home-page .mobile-bottom-bar {
    right: 8px;
    left: 8px;
    gap: 6px;
    padding: 6px;
  }
}

/* HOME CLEAN UI FINAL HERO COMPACTNESS OVERRIDE. */
body.home-page .site-header,
body.home-page .header-shell {
  opacity: 1 !important;
}

@media (min-width: 769px) and (max-width: 1024px) {
  body.home-page .home-hero .hero-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.82fr) !important;
    gap: 1.25rem;
    padding: 28px !important;
  }

  body.home-page .home-hero .hero-visual {
    display: grid !important;
    min-height: 360px !important;
  }
}

@media (max-width: 768px) {
  body.home-page .home-hero .hero-card {
    padding: 22px 16px 28px !important;
  }

  body.home-page .announcement-pill {
    max-width: 100%;
    margin-bottom: 14px;
    padding: 8px 12px;
    font-size: 0.76rem;
    line-height: 1.45;
  }

  body.home-page .home-hero h1,
  body.home-page .home-hero .hero-content h1 {
    max-width: 14ch;
    font-size: clamp(1.82rem, 8.2vw, 2.35rem) !important;
    line-height: 1.06 !important;
  }

  body.home-page .hero-copy {
    margin-top: 14px;
    font-size: 0.94rem !important;
    line-height: 1.58 !important;
  }

  body.home-page .hero-actions {
    gap: 8px;
    margin-top: 18px !important;
  }

  body.home-page .hero-actions .btn {
    min-height: 44px;
  }

  body.home-page .hero-meta {
    display: grid;
    gap: 6px;
    margin-top: 16px !important;
  }

  body.home-page .hero-meta li {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  body.home-page .home-hero .hero-visual {
    display: none !important;
  }
}

/* GLOBAL PERFORMANCE FIX: remove all card/image hover motion. Buttons, menu, FAQ, and lightbox may still animate. */
:is(
  .card,
  .trust-card,
  .service-card,
  .treatment-card,
  .blog-card,
  .gallery-card,
  .story-card,
  .review-card,
  .doctor-card,
  .doctor-mini-card,
  .doctor-profile-card,
  .contact-card,
  .appointment-card,
  .feature-card,
  .camp-card,
  .camp-detail-card,
  .calendar-card,
  .final-cta-card,
  .visual-card,
  .image-card,
  .image-placeholder,
  .placeholder-visual,
  .hero-card,
  .hero-visual,
  .service-hero-visual,
  .related-card,
  .faq-card,
  .cta-card,
  .accent-card,
  .prose-card,
  .process-card,
  .journey-card,
  .benefit-card,
  .symptom-card,
  .facility-card,
  .blog-preview-card,
  .service-detail-card,
  .camp-detail-card,
  .consult-card,
  .stat-card,
  .footer-card,
  .article-card,
  .timeline-card,
  .map-card,
  .form-card,
  .patient-card,
  .care-card,
  .info-card,
  .highlight-card,
  .dark-card,
  .offer-card,
  .step-card
) {
  transform: none !important;
  translate: none !important;
  scale: none !important;
  rotate: none !important;
  filter: none !important;
  animation: none !important;
  will-change: auto !important;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease !important;
  --hover-y: 0px !important;
  --hover-scale: 1 !important;
}

:is(
  .card,
  .trust-card,
  .service-card,
  .treatment-card,
  .blog-card,
  .gallery-card,
  .story-card,
  .review-card,
  .doctor-card,
  .doctor-mini-card,
  .doctor-profile-card,
  .contact-card,
  .appointment-card,
  .feature-card,
  .camp-card,
  .camp-detail-card,
  .calendar-card,
  .final-cta-card,
  .visual-card,
  .image-card,
  .image-placeholder,
  .placeholder-visual,
  .hero-card,
  .hero-visual,
  .service-hero-visual,
  .related-card,
  .faq-card,
  .cta-card,
  .accent-card,
  .prose-card,
  .process-card,
  .journey-card,
  .benefit-card,
  .symptom-card,
  .facility-card,
  .blog-preview-card,
  .service-detail-card,
  .consult-card,
  .stat-card,
  .footer-card,
  .article-card,
  .timeline-card,
  .map-card,
  .form-card,
  .patient-card,
  .care-card,
  .info-card,
  .highlight-card,
  .dark-card,
  .offer-card,
  .step-card
):hover {
  transform: none !important;
  translate: none !important;
  scale: none !important;
  rotate: none !important;
  filter: none !important;
  --hover-y: 0px !important;
  --hover-scale: 1 !important;
}

:is(
  .card,
  .trust-card,
  .service-card,
  .treatment-card,
  .blog-card,
  .gallery-card,
  .doctor-card,
  .doctor-mini-card,
  .doctor-profile-card,
  .contact-card,
  .appointment-card,
  .visual-card,
  .image-card,
  .image-placeholder,
  .placeholder-visual,
  .hero-visual,
  .service-hero-visual
) img,
:is(
  .card,
  .service-card,
  .blog-card,
  .gallery-card,
  .hero-visual
) :is(
  .visual-placeholder,
  .placeholder-inner,
  .placeholder-card,
  .floating-card,
  .gallery-card-visual,
  .blog-card-media,
  .visual-card
),
:is(
  .placeholder-card,
  .floating-card,
  .visual-placeholder,
  .placeholder-inner,
  .gallery-card-visual,
  .blog-card-media
) {
  transform: none !important;
  translate: none !important;
  scale: none !important;
  rotate: none !important;
  filter: none !important;
  animation: none !important;
  transition: none !important;
  will-change: auto !important;
}

:is(
  .card,
  .trust-card,
  .service-card,
  .treatment-card,
  .blog-card,
  .gallery-card,
  .doctor-card,
  .doctor-mini-card,
  .doctor-profile-card,
  .contact-card,
  .appointment-card,
  .visual-card,
  .image-card,
  .image-placeholder,
  .placeholder-visual,
  .hero-visual,
  .service-hero-visual
):hover img,
:is(
  .card,
  .service-card,
  .blog-card,
  .gallery-card,
  .hero-visual
):hover :is(
  .visual-placeholder,
  .placeholder-inner,
  .placeholder-card,
  .floating-card,
  .gallery-card-visual,
  .blog-card-media,
  .visual-card
) {
  transform: none !important;
  translate: none !important;
  scale: none !important;
  rotate: none !important;
  filter: none !important;
}

:is(
  .card,
  .trust-card,
  .service-card,
  .treatment-card,
  .blog-card,
  .gallery-card,
  .visual-card,
  .image-card,
  .image-placeholder,
  .placeholder-visual,
  .hero-card,
  .hero-visual
)::before,
:is(
  .card,
  .trust-card,
  .service-card,
  .treatment-card,
  .blog-card,
  .gallery-card,
  .visual-card,
  .image-card,
  .image-placeholder,
  .placeholder-visual,
  .hero-card,
  .hero-visual
)::after {
  animation: none !important;
  transition: none !important;
  filter: none !important;
}

:is(
  .card,
  .trust-card,
  .service-card,
  .treatment-card,
  .blog-card,
  .gallery-card,
  .visual-card,
  .image-card,
  .image-placeholder,
  .placeholder-visual,
  .hero-card,
  .hero-visual
):hover::before,
:is(
  .card,
  .trust-card,
  .service-card,
  .treatment-card,
  .blog-card,
  .gallery-card,
  .visual-card,
  .image-card,
  .image-placeholder,
  .placeholder-visual,
  .hero-card,
  .hero-visual
):hover::after {
  opacity: inherit;
  transform: none !important;
  filter: none !important;
}

:is(
  .reveal,
  .reveal-up,
  .reveal-left,
  .reveal-right,
  .reveal-scale,
  .stagger > *,
  .stagger-group > *,
  .stagger-item
) {
  opacity: 1 !important;
  transform: none !important;
  translate: none !important;
  scale: none !important;
  rotate: none !important;
  animation: none !important;
  transition: none !important;
  transition-delay: 0ms !important;
  will-change: auto !important;
  --reveal-y: 0px !important;
  --hover-y: 0px !important;
  --hover-scale: 1 !important;
}

.image-placeholder::before,
.image-placeholder::after,
.hero-visual::before,
.hero-visual::after,
.lotus-shape,
.lotus-shape::before,
.lotus-shape::after {
  animation: none !important;
  transition: none !important;
  filter: none !important;
}

:is(
  .btn,
  button[type="submit"],
  .nav-cta,
  .mobile-bottom-cta a,
  .mobile-bottom-bar a,
  .mobile-menu-cta .btn,
  .mobile-menu-ctas .btn
) {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease !important;
}

@media (hover: hover) and (pointer: fine) {
  :is(
    .btn,
    button[type="submit"],
    .nav-cta,
    .mobile-bottom-cta a,
    .mobile-bottom-bar a,
    .mobile-menu-cta .btn,
    .mobile-menu-ctas .btn
  ):hover {
    transform: translateY(-2px) !important;
    filter: none !important;
  }
}

:is(
  .btn,
  button[type="submit"],
  .nav-cta,
  .mobile-bottom-cta a,
  .mobile-bottom-bar a,
  .mobile-menu-cta .btn,
  .mobile-menu-ctas .btn
):active {
  transform: scale(0.98) !important;
}

/* STEP B: About + Doctors responsive cleanup. Keep cards stable and use homepage mobile menu pattern. */
body.about-page,
body.doctors-page {
  overflow-x: hidden;
}

:is(body.about-page, body.doctors-page) main,
:is(body.about-page, body.doctors-page) .container,
:is(body.about-page, body.doctors-page) section,
:is(body.about-page, body.doctors-page) article,
:is(body.about-page, body.doctors-page) div {
  min-width: 0;
}

:is(body.about-page, body.doctors-page) .section {
  padding-block: clamp(3rem, 6vw, 5rem);
}

:is(body.about-page, body.doctors-page) .inner-hero {
  padding-top: calc(var(--header-height) + clamp(2.6rem, 5vw, 4rem));
  padding-bottom: clamp(2.75rem, 5vw, 4.75rem);
}

:is(body.about-page, body.doctors-page) .inner-hero-grid,
:is(body.about-page, body.doctors-page) .two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.82fr);
  align-items: center;
  gap: clamp(1.4rem, 4vw, 3.25rem);
}

:is(body.about-page, body.doctors-page) .two-column {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

:is(body.about-page, body.doctors-page) .inner-hero h1 {
  max-width: 14ch;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.08;
}

:is(body.about-page, body.doctors-page) h2 {
  max-width: 20ch;
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  line-height: 1.12;
}

:is(body.about-page, body.doctors-page) .inner-hero p:not(.section-label),
:is(body.about-page, body.doctors-page) .section-copy > p:not(.section-label),
:is(body.about-page, body.doctors-page) .prose-card p,
:is(body.about-page, body.doctors-page) .doctor-profile-card p {
  max-width: 62ch;
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
  line-height: 1.75;
}

:is(body.about-page, body.doctors-page) .section-heading {
  max-width: 760px;
  margin-bottom: clamp(1.2rem, 3vw, 2rem);
}

:is(body.about-page, body.doctors-page) .section-heading h2 {
  max-width: 18ch;
}

:is(body.about-page, body.doctors-page) .button-row {
  gap: 0.75rem;
}

:is(body.about-page, body.doctors-page) .feature-grid,
:is(body.about-page, body.doctors-page) .trust-grid,
:is(body.about-page, body.doctors-page) .gallery-preview-grid {
  display: grid;
  gap: clamp(0.85rem, 2vw, 1.15rem);
}

:is(body.about-page, body.doctors-page) .feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.doctors-page .feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.about-page .trust-grid,
body.about-page .gallery-preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:is(body.about-page, body.doctors-page) .card,
:is(body.about-page, body.doctors-page) .trust-card,
:is(body.about-page, body.doctors-page) .doctor-profile-card,
:is(body.about-page, body.doctors-page) .image-placeholder,
:is(body.about-page, body.doctors-page) .final-cta-card {
  transform: none !important;
  scale: 1 !important;
  rotate: none !important;
  filter: none !important;
  animation: none !important;
  will-change: auto !important;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease !important;
}

:is(body.about-page, body.doctors-page) .card:hover,
:is(body.about-page, body.doctors-page) .trust-card:hover,
:is(body.about-page, body.doctors-page) .doctor-profile-card:hover,
:is(body.about-page, body.doctors-page) .image-placeholder:hover,
:is(body.about-page, body.doctors-page) .final-cta-card:hover {
  transform: none !important;
  scale: 1 !important;
  filter: none !important;
}

:is(body.about-page, body.doctors-page) .card,
:is(body.about-page, body.doctors-page) .prose-card {
  min-height: 100%;
  padding: clamp(1.1rem, 2.2vw, 1.55rem);
}

:is(body.about-page, body.doctors-page) .feature-grid .card {
  gap: 0.7rem;
}

:is(body.about-page, body.doctors-page) .feature-grid h3,
:is(body.about-page, body.doctors-page) .trust-card h3 {
  font-size: clamp(1.06rem, 1.5vw, 1.25rem);
  line-height: 1.22;
}

:is(body.about-page, body.doctors-page) .feature-grid p,
:is(body.about-page, body.doctors-page) .trust-card p {
  font-size: 0.96rem;
  line-height: 1.65;
}

body.about-page .image-placeholder-small,
body.doctors-page .image-placeholder-small {
  min-height: clamp(260px, 36vw, 430px);
  border-radius: var(--radius-lg);
}

body.about-page .image-placeholder-tile {
  min-height: clamp(170px, 22vw, 220px);
  display: grid;
  place-items: end start;
  padding: 1.1rem;
}

body.about-page .section-copy,
body.doctors-page .section-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
}

body.about-page .section-copy .btn {
  width: fit-content;
  margin-top: 0.25rem;
}

body.doctors-page .doctor-profile-card {
  grid-template-columns: auto minmax(0, 1fr);
  max-width: 980px;
  align-items: center;
  margin-inline: auto;
}

body.doctors-page .doctor-avatar {
  width: clamp(6rem, 12vw, 9rem);
  height: clamp(6rem, 12vw, 9rem);
}

body.doctors-page .safe-note {
  margin-top: 0.5rem;
  color: var(--color-ayurveda-green);
  font-weight: 800;
}

:is(body.about-page, body.doctors-page) .final-cta-section {
  padding-bottom: clamp(3.25rem, 7vw, 5.5rem);
}

:is(body.about-page, body.doctors-page) .final-cta-card {
  display: grid;
  gap: 1rem;
  padding: clamp(1.4rem, 4vw, 3rem);
}

:is(body.about-page, body.doctors-page) .final-cta-card h2 {
  max-width: 720px;
  color: var(--color-warm-cream);
}

:is(body.about-page, body.doctors-page) .final-cta-card .button-row {
  margin-top: 0.35rem;
}

@media (max-width: 1199px) {
  :is(body.about-page, body.doctors-page) {
    padding-bottom: 76px;
  }

  :is(body.about-page, body.doctors-page) .desktop-nav,
  :is(body.about-page, body.doctors-page) .header-actions > .btn {
    display: none !important;
  }

  :is(body.about-page, body.doctors-page) .hamburger,
  :is(body.about-page, body.doctors-page) .menu-toggle {
    z-index: 10002 !important;
    display: inline-flex !important;
    flex: 0 0 46px;
    width: 46px !important;
    height: 46px !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(58, 36, 23, 0.16) !important;
    border-radius: 999px !important;
    background: #FFF8EA !important;
    box-shadow: 0 8px 22px rgba(58, 36, 23, 0.14);
    padding: 0 !important;
  }

  :is(body.about-page, body.doctors-page) .hamburger span,
  :is(body.about-page, body.doctors-page) .menu-toggle span {
    display: block !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 999px;
    background: #3A2417 !important;
    transition: transform 260ms ease, opacity 200ms ease;
  }

  :is(body.about-page, body.doctors-page) .hamburger span:nth-child(1),
  :is(body.about-page, body.doctors-page) .menu-toggle span:nth-child(1),
  :is(body.about-page, body.doctors-page) .hamburger span:nth-child(3),
  :is(body.about-page, body.doctors-page) .menu-toggle span:nth-child(3) {
    width: 20px !important;
  }

  :is(body.about-page, body.doctors-page) .hamburger span:nth-child(2),
  :is(body.about-page, body.doctors-page) .menu-toggle span:nth-child(2) {
    width: 14px !important;
    margin-left: 6px !important;
  }

  :is(body.about-page, body.doctors-page) .hamburger.is-open span,
  :is(body.about-page, body.doctors-page) .menu-toggle.is-open span,
  :is(body.about-page, body.doctors-page) .menu-toggle[aria-expanded="true"] span {
    display: none !important;
  }

  :is(body.about-page, body.doctors-page) .hamburger.is-open::after,
  :is(body.about-page, body.doctors-page) .menu-toggle.is-open::after,
  :is(body.about-page, body.doctors-page) .menu-toggle[aria-expanded="true"]::after {
    content: "\00d7" !important;
    display: grid !important;
    place-items: center;
    color: #3A2417;
    font-size: 29px;
    font-weight: 500;
    line-height: 1;
  }

  :is(body.about-page, body.doctors-page) .mobile-menu-backdrop {
    display: none !important;
  }

  :is(body.about-page, body.doctors-page) .mobile-menu {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    display: block !important;
    width: 100% !important;
    height: 100dvh !important;
    max-height: none !important;
    padding: 86px 14px 16px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #F5EFE3 !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 240ms ease, transform 240ms ease, visibility 240ms ease;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: none;
  }

  :is(body.about-page, body.doctors-page) .mobile-menu::-webkit-scrollbar {
    display: none;
  }

  :is(body.about-page, body.doctors-page) .mobile-menu::before {
    display: none !important;
  }

  :is(body.about-page, body.doctors-page) .mobile-menu.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  :is(body.about-page, body.doctors-page) .mobile-menu-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: min(100%, 420px);
    margin-inline: auto;
    padding: 14px;
    border-radius: 26px;
    background: #3A2417;
    color: #FFF8EA;
    box-shadow: 0 20px 60px rgba(20, 16, 13, 0.22);
  }

  :is(body.about-page, body.doctors-page) .mobile-menu-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 248, 234, 0.12);
  }

  :is(body.about-page, body.doctors-page) .mobile-menu-head img {
    width: 132px;
    max-width: calc(100% - 54px);
    height: 44px;
    object-fit: contain;
    background: transparent;
  }

  :is(body.about-page, body.doctors-page) .mobile-menu-close {
    display: grid !important;
    place-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 248, 234, 0.18);
    border-radius: 999px;
    background: rgba(255, 248, 234, 0.10);
    color: #FFF8EA;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
  }

  :is(body.about-page, body.doctors-page) .mobile-menu-links {
    display: grid;
    gap: 7px;
  }

  :is(body.about-page, body.doctors-page) .mobile-menu .mobile-nav-link,
  :is(body.about-page, body.doctors-page) .mobile-menu > a {
    width: 100% !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 248, 234, 0.11) !important;
    border-radius: 15px !important;
    background: rgba(255, 248, 234, 0.08) !important;
    color: #FFF8EA !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    padding: 0 14px !important;
    text-decoration: none;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  :is(body.about-page, body.doctors-page) .mobile-menu .mobile-nav-link.is-active,
  :is(body.about-page, body.doctors-page) .mobile-menu .mobile-nav-link[aria-current="page"] {
    background: rgba(239, 136, 69, 0.24) !important;
    border-color: rgba(239, 136, 69, 0.45) !important;
  }

  :is(body.about-page, body.doctors-page) .mobile-menu-cta,
  :is(body.about-page, body.doctors-page) .mobile-menu-ctas {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    width: 100%;
    margin: 0;
    padding-top: 0;
    border-top: 0;
  }

  :is(body.about-page, body.doctors-page) .mobile-menu-cta .btn,
  :is(body.about-page, body.doctors-page) .mobile-menu-ctas .btn {
    min-height: 42px !important;
    border-radius: 14px !important;
    justify-content: center;
    padding: 0 8px !important;
    font-size: 0.78rem;
    white-space: nowrap;
  }
}

@media (max-width: 1024px) {
  body.doctors-page .feature-grid,
  :is(body.about-page, body.doctors-page) .feature-grid,
  body.about-page .trust-grid,
  body.about-page .gallery-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  :is(body.about-page, body.doctors-page) .inner-hero-grid,
  :is(body.about-page, body.doctors-page) .two-column,
  body.doctors-page .doctor-profile-card {
    grid-template-columns: 1fr;
  }

  :is(body.about-page, body.doctors-page) .inner-hero .image-placeholder-small {
    display: none;
  }

  body.doctors-page .doctor-profile-card {
    align-items: start;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  :is(body.about-page, body.doctors-page) .inner-hero {
    padding-top: calc(var(--header-height) + 2.4rem);
    padding-bottom: 3rem;
  }

  :is(body.about-page, body.doctors-page) .inner-hero-grid {
    gap: 1.45rem;
  }

  body.about-page .image-placeholder-small,
  body.doctors-page .image-placeholder-small {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  :is(body.about-page, body.doctors-page) {
    padding-bottom: 76px;
  }

  :is(body.about-page, body.doctors-page) .container {
    width: min(100% - 1.25rem, 1180px);
  }

  :is(body.about-page, body.doctors-page) .section {
    padding-block: 2.65rem;
  }

  :is(body.about-page, body.doctors-page) .inner-hero {
    padding-top: calc(var(--header-height) + 2.1rem);
    padding-bottom: 2.55rem;
  }

  :is(body.about-page, body.doctors-page) .inner-hero-grid,
  :is(body.about-page, body.doctors-page) .two-column {
    gap: 1.1rem;
  }

  :is(body.about-page, body.doctors-page) .inner-hero h1 {
    max-width: 12ch;
    font-size: clamp(1.86rem, 8vw, 2.25rem);
  }

  :is(body.about-page, body.doctors-page) h2 {
    max-width: 14ch;
    font-size: clamp(1.45rem, 6.5vw, 1.95rem);
  }

  :is(body.about-page, body.doctors-page) .inner-hero p:not(.section-label),
  :is(body.about-page, body.doctors-page) .section-copy > p:not(.section-label),
  :is(body.about-page, body.doctors-page) .prose-card p,
  :is(body.about-page, body.doctors-page) .doctor-profile-card p {
    font-size: 0.96rem;
    line-height: 1.68;
  }

  :is(body.about-page, body.doctors-page) .feature-grid,
  :is(body.about-page, body.doctors-page) .trust-grid,
  :is(body.about-page, body.doctors-page) .gallery-preview-grid,
  body.doctors-page .feature-grid,
  body.about-page .trust-grid,
  body.about-page .gallery-preview-grid {
    grid-template-columns: 1fr;
  }

  :is(body.about-page, body.doctors-page) .card,
  :is(body.about-page, body.doctors-page) .trust-card,
  :is(body.about-page, body.doctors-page) .final-cta-card {
    border-radius: 22px;
    padding: 1.05rem;
  }

  body.doctors-page .doctor-profile-card {
    text-align: left;
  }

  body.doctors-page .doctor-avatar {
    width: 5.75rem;
    height: 5.75rem;
    font-size: 1.6rem;
  }

  body.about-page .section-copy .btn,
  :is(body.about-page, body.doctors-page) .button-row,
  :is(body.about-page, body.doctors-page) .button-row .btn,
  :is(body.about-page, body.doctors-page) .final-cta-card .btn {
    width: 100%;
  }

  :is(body.about-page, body.doctors-page) .button-row {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 1.25rem;
  }

  body.about-page .image-placeholder-small,
  body.doctors-page .image-placeholder-small {
    min-height: 230px;
  }

  body.about-page .image-placeholder-tile {
    min-height: 150px;
  }

  :is(body.about-page, body.doctors-page) .mobile-menu {
    padding: 84px 12px 14px !important;
  }

  :is(body.about-page, body.doctors-page) .mobile-menu-panel {
    border-radius: 24px;
    padding: 12px;
  }
}

/* STEP C: Contact + Appointment + Sunday Camp responsive cleanup. */
body.contact-page,
body.appointment-page,
body.sunday-camp-page {
  overflow-x: hidden;
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) main,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .container,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) section,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) article,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) form,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) div {
  min-width: 0;
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .section {
  padding-block: clamp(3rem, 6vw, 5rem);
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .inner-hero {
  padding-top: calc(var(--header-height) + clamp(2.6rem, 5vw, 4rem));
  padding-bottom: clamp(2.75rem, 5vw, 4.75rem);
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .inner-hero-grid,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .contact-grid,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.82fr);
  align-items: start;
  gap: clamp(1.4rem, 4vw, 3.25rem);
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .contact-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .two-column {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .inner-hero h1 {
  max-width: 14ch;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.08;
}

body.sunday-camp-page .inner-hero h1 {
  max-width: 15ch;
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) h2 {
  max-width: 21ch;
  font-size: clamp(1.68rem, 2.8vw, 2.35rem);
  line-height: 1.12;
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .inner-hero p:not(.section-label),
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .section-copy > p:not(.section-label),
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .appointment-form p,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .booking-side p,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .camp-detail-card p {
  max-width: 62ch;
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
  line-height: 1.75;
}

.map-frame,
.contact-map-frame {
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(58, 36, 23, 0.12);
  background: #FFF8EA;
  box-shadow: 0 18px 55px rgba(58, 36, 23, 0.10);
}

.map-frame iframe,
.contact-map-frame iframe {
  width: 100%;
  height: 380px;
  display: block;
  border: 0;
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .section-heading {
  max-width: 780px;
  margin-bottom: clamp(1.2rem, 3vw, 2rem);
}

body.contact-page .contact-card-grid,
body.sunday-camp-page .feature-grid,
body.sunday-camp-page .trust-grid,
body.appointment-page .step-grid {
  display: grid;
  gap: clamp(0.85rem, 2vw, 1.15rem);
}

body.contact-page .contact-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.sunday-camp-page .trust-grid,
body.appointment-page .step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.sunday-camp-page .feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .card,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .trust-card,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .camp-detail-card,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .process-card,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .appointment-form,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .booking-side,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .accordion-item,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .final-cta-card,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .map-placeholder,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .image-placeholder {
  transform: none !important;
  scale: 1 !important;
  rotate: none !important;
  filter: none !important;
  animation: none !important;
  will-change: auto !important;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease !important;
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .card:hover,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .trust-card:hover,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .camp-detail-card:hover,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .process-card:hover,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .appointment-form:hover,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .booking-side:hover,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .accordion-item:hover,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .final-cta-card:hover,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .map-placeholder:hover,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .image-placeholder:hover {
  transform: none !important;
  scale: 1 !important;
  filter: none !important;
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .card,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .appointment-form,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .process-card {
  min-height: 100%;
  padding: clamp(1.1rem, 2.2vw, 1.55rem);
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .form-field {
  display: grid;
  gap: 0.45rem;
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) label {
  color: var(--color-deep-brown);
  font-weight: 800;
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) input,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) select,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) textarea {
  width: 100%;
  max-width: 100%;
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .appointment-form {
  display: grid;
  gap: 1rem;
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .appointment-form .btn {
  width: fit-content;
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .form-status,
:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .field-error {
  margin-top: 0.25rem;
  color: var(--color-ayurveda-green);
  font-weight: 800;
  line-height: 1.5;
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .booking-side {
  display: grid;
  gap: 1rem;
}

body.sunday-camp-page .process-card ol {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
}

body.sunday-camp-page .process-card li,
body.appointment-page .step-grid li {
  display: grid;
  gap: 0.45rem;
}

body.sunday-camp-page .accordion-item button {
  min-height: 58px;
  text-align: left;
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .final-cta-section {
  padding-bottom: clamp(3.25rem, 7vw, 5.5rem);
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .final-cta-card {
  display: grid;
  gap: 1rem;
  padding: clamp(1.4rem, 4vw, 3rem);
}

:is(body.contact-page, body.appointment-page, body.sunday-camp-page) .final-cta-card h2 {
  max-width: 760px;
  color: var(--color-warm-cream);
}

@media (max-width: 1199px) {
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) {
    padding-bottom: 86px;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .desktop-nav,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .header-actions > .btn {
    display: none !important;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .hamburger,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .menu-toggle {
    z-index: 10002 !important;
    display: inline-flex !important;
    flex: 0 0 46px;
    width: 46px !important;
    height: 46px !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(58, 36, 23, 0.16) !important;
    border-radius: 999px !important;
    background: #FFF8EA !important;
    box-shadow: 0 8px 22px rgba(58, 36, 23, 0.14);
    padding: 0 !important;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .hamburger span,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .menu-toggle span {
    display: block !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 999px;
    background: #3A2417 !important;
    transition: transform 260ms ease, opacity 200ms ease;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .hamburger span:nth-child(1),
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .menu-toggle span:nth-child(1),
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .hamburger span:nth-child(3),
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .menu-toggle span:nth-child(3) {
    width: 20px !important;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .hamburger span:nth-child(2),
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .menu-toggle span:nth-child(2) {
    width: 14px !important;
    margin-left: 6px !important;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .hamburger.is-open span,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .menu-toggle.is-open span,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .menu-toggle[aria-expanded="true"] span {
    display: none !important;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .hamburger.is-open::after,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .menu-toggle.is-open::after,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .menu-toggle[aria-expanded="true"]::after {
    content: "\00d7" !important;
    display: grid !important;
    place-items: center;
    color: #3A2417;
    font-size: 29px;
    font-weight: 500;
    line-height: 1;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu-backdrop {
    display: none !important;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    display: block !important;
    width: 100% !important;
    height: 100dvh !important;
    max-height: none !important;
    padding: 86px 14px 16px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #F5EFE3 !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 240ms ease, transform 240ms ease, visibility 240ms ease;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: none;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu::-webkit-scrollbar {
    display: none;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu::before {
    display: none !important;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: min(100%, 420px);
    margin-inline: auto;
    padding: 14px;
    border-radius: 26px;
    background: #3A2417;
    color: #FFF8EA;
    box-shadow: 0 20px 60px rgba(20, 16, 13, 0.22);
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 248, 234, 0.12);
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu-head img {
    width: 132px;
    max-width: calc(100% - 54px);
    height: 44px;
    object-fit: contain;
    background: transparent;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu-close {
    display: grid !important;
    place-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 248, 234, 0.18);
    border-radius: 999px;
    background: rgba(255, 248, 234, 0.10);
    color: #FFF8EA;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu-links {
    display: grid;
    gap: 7px;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu .mobile-nav-link,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu > a {
    width: 100% !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 248, 234, 0.11) !important;
    border-radius: 15px !important;
    background: rgba(255, 248, 234, 0.08) !important;
    color: #FFF8EA !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    padding: 0 14px !important;
    text-decoration: none;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu .mobile-nav-link.is-active,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu .mobile-nav-link[aria-current="page"] {
    background: rgba(239, 136, 69, 0.24) !important;
    border-color: rgba(239, 136, 69, 0.45) !important;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu-cta,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu-ctas {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    width: 100%;
    margin: 0;
    padding-top: 0;
    border-top: 0;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu-cta .btn,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu-ctas .btn {
    min-height: 42px !important;
    border-radius: 14px !important;
    justify-content: center;
    padding: 0 8px !important;
    font-size: 0.78rem;
    white-space: nowrap;
  }
}

@media (max-width: 1024px) {
  .map-frame iframe,
  .contact-map-frame iframe {
    height: 340px;
  }

  body.contact-page .contact-card-grid,
  body.sunday-camp-page .feature-grid,
  body.sunday-camp-page .trust-grid,
  body.appointment-page .step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .inner-hero-grid,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .contact-grid,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .two-column {
    grid-template-columns: 1fr;
  }

  :is(body.contact-page, body.appointment-page) .inner-hero .image-placeholder-small,
  body.contact-page .inner-hero .map-placeholder {
    display: none;
  }
}

@media (max-width: 768px) {
  .map-frame,
  .contact-map-frame {
    border-radius: 20px;
  }

  .map-frame iframe,
  .contact-map-frame iframe {
    height: 280px;
  }
}

@media (max-width: 640px) {
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) {
    padding-bottom: 88px;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .container {
    width: min(100% - 1.25rem, 1180px);
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .section {
    padding-block: 2.65rem;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .inner-hero {
    padding-top: calc(var(--header-height) + 2.1rem);
    padding-bottom: 2.55rem;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .inner-hero h1 {
    max-width: 12ch;
    font-size: clamp(1.86rem, 8vw, 2.25rem);
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) h2 {
    max-width: 15ch;
    font-size: clamp(1.45rem, 6.5vw, 1.95rem);
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .form-grid,
  body.contact-page .contact-card-grid,
  body.sunday-camp-page .feature-grid,
  body.sunday-camp-page .trust-grid,
  body.appointment-page .step-grid {
    grid-template-columns: 1fr;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .card,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .trust-card,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .camp-detail-card,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .process-card,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .appointment-form,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .final-cta-card {
    border-radius: 22px;
    padding: 1.05rem;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .button-row,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .button-row .btn,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .appointment-form .btn,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .booking-side .btn,
  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .final-cta-card .btn {
    width: 100%;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .button-row {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 1.25rem;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu {
    padding: 84px 12px 14px !important;
  }

  :is(body.contact-page, body.appointment-page, body.sunday-camp-page) .mobile-menu-panel {
    border-radius: 24px;
    padding: 12px;
  }
}

/* STEP D: Treatments and service pages cleanup. Keep layouts stable and fast. */
body.treatments-page,
body.service-page {
  overflow-x: hidden;
}

:is(body.treatments-page, body.service-page) .section {
  padding-block: clamp(3rem, 6vw, 5rem);
}

:is(body.treatments-page, body.service-page) .inner-hero,
body.service-page .service-hero {
  padding-top: calc(var(--header-height) + clamp(2.2rem, 5vw, 4rem));
  padding-bottom: clamp(2.6rem, 5vw, 4.2rem);
}

body.treatments-page .inner-hero h1,
body.service-page .service-hero h1 {
  max-width: 15ch;
  font-size: clamp(2rem, 4.8vw, 3.45rem);
  line-height: 1.04;
}

:is(body.treatments-page, body.service-page) h2 {
  font-size: clamp(1.55rem, 3.2vw, 2.55rem);
  line-height: 1.12;
}

:is(body.treatments-page, body.service-page) .section-heading {
  margin-bottom: clamp(1.35rem, 3vw, 2.15rem);
}

body.treatments-page .filter-panel {
  width: min(100%, 920px);
  margin: 0 auto clamp(1.5rem, 3vw, 2rem);
  padding: clamp(1rem, 2.5vw, 1.35rem);
  border: 1px solid rgba(93, 58, 33, 0.12);
  border-radius: 24px;
  background: rgba(255, 248, 234, 0.82);
  box-shadow: 0 14px 36px rgba(55, 37, 23, 0.08);
}

body.treatments-page .filter-panel input {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
}

body.treatments-page .category-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

body.treatments-page .category-chip {
  min-height: 42px;
  border-radius: 999px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.treatments-page .treatment-card-grid,
body.service-page .related-services-grid,
body.service-page .symptoms-grid,
body.service-page .benefit-grid {
  gap: clamp(0.9rem, 2vw, 1.25rem);
}

body.treatments-page .treatment-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  gap: 0.8rem;
  padding: clamp(1rem, 2.4vw, 1.25rem);
}

body.treatments-page .treatment-card h3 {
  font-size: clamp(1.08rem, 2.3vw, 1.28rem);
  line-height: 1.2;
}

body.treatments-page .treatment-card p {
  margin: 0;
}

body.treatments-page .treatment-card .btn,
body.treatments-page .future-label {
  margin-top: auto;
}

body.treatments-page .future-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(93, 58, 33, 0.12);
  border-radius: 999px;
  background: rgba(93, 58, 33, 0.06);
  color: var(--color-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

body.treatments-page .camp-card,
body.treatments-page .final-cta-card {
  align-items: center;
}

body.treatments-page .related-link-grid a,
body.service-page .related-services-grid a {
  display: flex;
  align-items: center;
  min-height: 76px;
  text-decoration: none;
}

body.service-page .breadcrumb {
  max-width: 100%;
  margin-bottom: clamp(1.15rem, 2.5vw, 1.6rem);
  overflow-wrap: anywhere;
}

body.service-page .service-hero-grid {
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}

body.service-page .service-content-grid {
  gap: clamp(1.35rem, 3vw, 2rem);
}

body.service-page .service-main {
  min-width: 0;
}

body.service-page .service-main h2 {
  margin-top: clamp(1.8rem, 4vw, 2.45rem);
  margin-bottom: 0.95rem;
}

body.service-page .service-main h2:first-child {
  margin-top: 0;
}

body.service-page .symptoms-grid span,
body.service-page .benefit-grid .card,
body.service-page .service-cta-box,
body.service-page .disclaimer-box,
body.service-page .related-services-grid a {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.service-page .symptoms-grid span {
  display: flex;
  align-items: center;
  min-height: 66px;
  font-weight: 800;
}

body.service-page .service-cta-box {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
}

body.service-page .service-cta-box .btn {
  width: 100%;
}

body.service-page .disclaimer-box {
  font-size: 0.92rem;
  line-height: 1.65;
}

body.service-page .accordion-item button {
  min-height: 58px;
  padding: 1rem 1.05rem;
  text-align: left;
}

body.service-page .accordion-item.is-open .accordion-panel {
  height: auto !important;
  max-height: none !important;
  opacity: 1 !important;
  transform: none !important;
}

:is(body.treatments-page, body.service-page) :is(
  .card,
  .treatment-card,
  .service-card,
  .service-cta-box,
  .process-card,
  .camp-card,
  .final-cta-card,
  .symptoms-grid span,
  .benefit-grid .card,
  .related-link-grid a,
  .related-services-grid a,
  .image-placeholder
) {
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  will-change: auto !important;
  transition-property: border-color, background-color, box-shadow, color !important;
}

:is(body.treatments-page, body.service-page) :is(
  .card,
  .treatment-card,
  .service-card,
  .service-cta-box,
  .process-card,
  .camp-card,
  .final-cta-card,
  .symptoms-grid span,
  .benefit-grid .card,
  .related-link-grid a,
  .related-services-grid a,
  .image-placeholder
):hover {
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  box-shadow: var(--shadow-soft) !important;
}

:is(body.treatments-page, body.service-page) :is(img, .image-placeholder *, .lotus-shape) {
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  will-change: auto !important;
}

@media (max-width: 1024px) {
  :is(body.treatments-page, body.service-page) .desktop-nav {
    display: none;
  }

  :is(body.treatments-page, body.service-page) .menu-toggle {
    display: inline-grid;
  }

  body.treatments-page .treatment-card-grid,
  body.service-page .related-services-grid,
  body.service-page .symptoms-grid,
  body.service-page .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.service-page .service-hero-grid,
  body.service-page .service-content-grid,
  body.treatments-page .inner-hero-grid,
  body.treatments-page .two-column {
    grid-template-columns: 1fr;
  }

  body.service-page .service-cta-box {
    position: static;
  }
}

@media (max-width: 1024px) {
  :is(body.treatments-page, body.service-page) .mobile-menu {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1200 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    padding: 86px 14px 16px !important;
    background: rgba(26, 18, 12, 0.42) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow: hidden !important;
  }

  :is(body.treatments-page, body.service-page) .mobile-menu.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  :is(body.treatments-page, body.service-page) .mobile-menu-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: min(100%, 420px);
    max-height: calc(100dvh - 104px);
    margin-inline: auto;
    padding: 14px;
    border-radius: 26px;
    background: #3A2417;
    color: #FFF8EA;
    box-shadow: 0 20px 60px rgba(20, 16, 13, 0.22);
    overflow: hidden;
  }

  :is(body.treatments-page, body.service-page) .mobile-menu-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 248, 234, 0.12);
  }

  :is(body.treatments-page, body.service-page) .mobile-menu-head img {
    width: 132px;
    max-width: calc(100% - 54px);
    height: 44px;
    object-fit: contain;
    background: transparent;
  }

  :is(body.treatments-page, body.service-page) .mobile-menu-close {
    display: grid !important;
    place-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 248, 234, 0.18);
    border-radius: 999px;
    background: rgba(255, 248, 234, 0.10);
    color: #FFF8EA;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
  }

  :is(body.treatments-page, body.service-page) .mobile-menu-links {
    display: grid;
    gap: 7px;
  }

  :is(body.treatments-page, body.service-page) .mobile-menu .mobile-nav-link,
  :is(body.treatments-page, body.service-page) .mobile-menu > a {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(255, 248, 234, 0.11) !important;
    border-radius: 15px !important;
    background: rgba(255, 248, 234, 0.08) !important;
    color: #FFF8EA !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    text-decoration: none;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
  }

  :is(body.treatments-page, body.service-page) .mobile-menu .mobile-nav-link[aria-current="page"] {
    background: rgba(239, 136, 69, 0.24) !important;
    border-color: rgba(239, 136, 69, 0.45) !important;
  }

  :is(body.treatments-page, body.service-page) .mobile-menu-cta,
  :is(body.treatments-page, body.service-page) .mobile-menu-ctas {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    width: 100%;
    margin: 0;
    padding-top: 0;
    border-top: 0;
  }

  :is(body.treatments-page, body.service-page) .mobile-menu-cta .btn,
  :is(body.treatments-page, body.service-page) .mobile-menu-ctas .btn {
    min-height: 42px !important;
    padding: 0 8px !important;
    border-radius: 14px !important;
    justify-content: center;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  body.treatments-page .inner-hero .image-placeholder-small,
  body.service-page .service-hero .image-placeholder-small {
    display: none;
  }
}

@media (max-width: 640px) {
  :is(body.treatments-page, body.service-page) {
    padding-bottom: 88px;
  }

  :is(body.treatments-page, body.service-page) .container {
    width: min(100% - 1.25rem, 1180px);
  }

  :is(body.treatments-page, body.service-page) .section {
    padding-block: 2.65rem;
  }

  body.treatments-page .inner-hero,
  body.service-page .service-hero {
    padding-top: calc(var(--header-height) + 2.1rem);
    padding-bottom: 2.55rem;
  }

  body.treatments-page .inner-hero h1,
  body.service-page .service-hero h1 {
    max-width: 13ch;
    font-size: clamp(1.86rem, 8vw, 2.25rem);
  }

  :is(body.treatments-page, body.service-page) h2 {
    max-width: 16ch;
    font-size: clamp(1.45rem, 6.2vw, 1.95rem);
  }

  body.service-page .breadcrumb {
    gap: 0.35rem;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  body.treatments-page .filter-panel {
    padding: 0.95rem;
    border-radius: 20px;
  }

  body.treatments-page .category-chips {
    gap: 0.5rem;
  }

  body.treatments-page .category-chip {
    min-height: 40px;
    padding-inline: 0.82rem;
    font-size: 0.78rem;
  }

  body.treatments-page .treatment-card-grid,
  body.treatments-page .related-link-grid,
  body.service-page .related-services-grid,
  body.service-page .symptoms-grid,
  body.service-page .benefit-grid {
    grid-template-columns: 1fr;
  }

  :is(body.treatments-page, body.service-page) .card,
  :is(body.treatments-page, body.service-page) .treatment-card,
  body.service-page .service-cta-box,
  body.service-page .disclaimer-box,
  body.treatments-page .process-card,
  body.treatments-page .camp-card,
  body.treatments-page .final-cta-card {
    border-radius: 22px;
    padding: 1.05rem;
  }

  :is(body.treatments-page, body.service-page) .button-row,
  :is(body.treatments-page, body.service-page) .button-row .btn,
  body.service-page .service-cta-box .btn,
  body.treatments-page .treatment-card .btn,
  body.treatments-page .final-cta-card .btn {
    width: 100%;
  }

  :is(body.treatments-page, body.service-page) .button-row {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 1.25rem;
  }

  body.service-page .accordion-item button {
    min-height: 56px;
    padding: 0.95rem;
  }

  :is(body.treatments-page, body.service-page) .mobile-menu {
    padding: 84px 12px 14px !important;
  }

  :is(body.treatments-page, body.service-page) .mobile-menu-panel {
    border-radius: 24px;
    padding: 12px;
  }
}

@media (max-width: 360px) {
  :is(body.treatments-page, body.service-page) .mobile-menu-panel {
    gap: 6px;
    padding: 10px;
  }

  :is(body.treatments-page, body.service-page) .mobile-menu .mobile-nav-link {
    min-height: 41px !important;
    font-size: 0.9rem;
  }

  :is(body.treatments-page, body.service-page) .mobile-menu-cta,
  :is(body.treatments-page, body.service-page) .mobile-menu-ctas {
    gap: 6px;
  }

  :is(body.treatments-page, body.service-page) .mobile-menu-cta .btn,
  :is(body.treatments-page, body.service-page) .mobile-menu-ctas .btn {
    min-height: 39px !important;
    font-size: 0.72rem;
  }
}

/* Blog image SEO integration and UI polish. Scoped to blog pages only. */
body.blogs-page,
body.blog-detail-page {
  overflow-x: hidden;
}

:is(body.blogs-page, body.blog-detail-page) .blog-card {
  overflow: hidden;
  gap: 0;
  padding: 18px;
  border: 1px solid rgba(58, 36, 23, 0.12);
  border-radius: 28px;
  background: #fffaf0;
  box-shadow: 0 14px 42px rgba(58, 36, 23, 0.08);
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  will-change: auto !important;
  transition: none !important;
}

:is(body.blogs-page, body.blog-detail-page) .blog-card:hover {
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  box-shadow: 0 14px 42px rgba(58, 36, 23, 0.08) !important;
}

:is(body.blogs-page, body.blog-detail-page) .blog-card::before,
:is(body.blogs-page, body.blog-detail-page) .blog-card::after,
:is(body.blogs-page, body.blog-detail-page) .blog-card-media::after {
  display: none !important;
}

:is(body.blogs-page, body.blog-detail-page) .blog-card-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0 !important;
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid rgba(58, 36, 23, 0.10);
  border-radius: 22px;
  background: #FFF8EA;
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  filter: none !important;
  will-change: auto !important;
  transition: none !important;
}

:is(body.blogs-page, body.blog-detail-page) .blog-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  filter: none !important;
  will-change: auto !important;
  transition: none !important;
}

:is(body.blogs-page, body.blog-detail-page) .blog-card:hover .blog-card-media,
:is(body.blogs-page, body.blog-detail-page) .blog-card:hover .blog-card-media img {
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  filter: none !important;
}

:is(body.blogs-page, body.blog-detail-page) .blog-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0 !important;
}

:is(body.blogs-page, body.blog-detail-page) .blog-card h3 {
  margin: 0;
  font-size: clamp(1.14rem, 1.55vw, 1.42rem);
}

:is(body.blogs-page, body.blog-detail-page) .blog-card p {
  margin: 0;
}

:is(body.blogs-page, body.blog-detail-page) .blog-card-actions {
  margin-top: auto;
}

body.blog-detail-page .article-featured-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 28px 0;
  overflow: hidden;
  border: 1px solid rgba(58, 36, 23, 0.12);
  border-radius: 30px;
  background: #FFF8EA;
  box-shadow: 0 18px 55px rgba(58, 36, 23, 0.10);
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  will-change: auto !important;
  transition: none !important;
}

body.blog-detail-page .article-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  filter: none !important;
  will-change: auto !important;
  transition: none !important;
}

body.blog-detail-page .article-featured-image:hover,
body.blog-detail-page .article-featured-image:hover img {
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  filter: none !important;
}

@media (max-width: 1024px) {
  body.blogs-page .blog-card-grid,
  body.blog-detail-page .blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :is(body.blogs-page, body.blog-detail-page) .blog-card-featured,
  body.blog-detail-page .article-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  :is(body.blogs-page, body.blog-detail-page) .blog-card {
    padding: 14px;
    border-radius: 22px;
  }

  :is(body.blogs-page, body.blog-detail-page) .blog-card-media {
    margin-bottom: 14px;
    border-radius: 18px;
  }

  body.blog-detail-page .article-featured-image {
    margin: 20px 0;
    border-radius: 20px;
  }
}

@media (max-width: 640px) {
  body.blogs-page .blog-card-grid,
  body.blog-detail-page .blog-card-grid {
    grid-template-columns: 1fr;
  }

  :is(body.blogs-page, body.blog-detail-page) .blog-card-actions,
  :is(body.blogs-page, body.blog-detail-page) .blog-card-actions .btn {
    width: 100%;
  }
}

/* Final image SEO and responsive rendering override */
img {
  max-width: 100%;
  height: auto;
}

.ratio-1x1 {
  aspect-ratio: 1 / 1;
}

.ratio-4x3 {
  aspect-ratio: 4 / 3;
}

.ratio-16x9 {
  aspect-ratio: 16 / 9;
}

.seo-image-frame,
.service-card-media,
.treatment-card-media,
.gallery-card-visual,
.gallery-lightbox-visual,
.blog-card-media,
.article-featured-image,
.map-placeholder:has(img),
.image-placeholder:has(img) {
  display: block !important;
  width: 100%;
  min-height: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(58, 36, 23, 0.12);
  border-radius: 5% !important;
  background: #fff8ea;
  box-shadow: none !important;
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  filter: none !important;
  will-change: auto !important;
  transition: none !important;
}

.seo-image-frame::before,
.seo-image-frame::after,
.image-placeholder:has(img)::before,
.image-placeholder:has(img)::after,
.map-placeholder:has(img)::before,
.map-placeholder:has(img)::after {
  display: none !important;
  content: none !important;
}

.seo-image-frame img,
.service-card-media img,
.treatment-card-media img,
.gallery-card-visual img,
.gallery-lightbox-visual img,
.blog-card-media img,
.article-featured-image img,
.map-placeholder img,
.image-placeholder img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center;
  border-radius: inherit !important;
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  filter: none !important;
  will-change: auto !important;
  transition: none !important;
}

.ratio-1x1 img {
  object-position: center top;
}

.service-card-media,
.treatment-card-media,
.gallery-card-visual,
.blog-card-media {
  margin: 0 0 16px;
}

.gallery-card-button .gallery-card-visual {
  pointer-events: none;
}

.gallery-lightbox-visual {
  max-height: min(62vh, 560px);
}

:is(.card, .service-card, .treatment-card, .gallery-card, .blog-card, .image-placeholder, .seo-image-frame):hover img {
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  filter: none !important;
}

@media (max-width: 768px) {
  .service-card-media,
  .treatment-card-media,
  .gallery-card-visual,
  .blog-card-media {
    margin-bottom: 12px;
  }

  .gallery-lightbox-visual {
    max-height: 54vh;
  }
}

/* Final footer polish override */
.site-footer {
  color: rgba(255, 248, 234, 0.82);
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 1fr 1fr;
  gap: clamp(28px, 4vw, 70px);
  align-items: start;
}

.site-footer .footer-brand {
  min-width: 0;
}

.site-footer .footer-brand .brand-pill {
  align-items: center;
  width: fit-content;
  max-width: 100%;
}

.site-footer .footer-brand p {
  max-width: 34rem;
  margin: 16px 0 0;
  color: rgba(255, 248, 234, 0.76);
  line-height: 1.7;
}

.site-footer .footer-title,
.site-footer .footer-col h3,
.site-footer h3 {
  margin: 0 0 18px !important;
  color: #fff8ea;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.footer-links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a,
.footer-contact a {
  color: rgba(255, 248, 234, 0.78);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: #ef8845;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.footer-social-link {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 248, 234, 0.16);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 248, 234, 0.10);
  color: #fff8ea;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.footer-social-link svg {
  width: 20px;
  height: 20px;
  display: block;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  border-color: rgba(239, 136, 69, 0.45);
  background: rgba(239, 136, 69, 0.22);
  color: #fff8ea;
}

.footer-contact {
  display: grid;
  gap: 8px;
  color: rgba(255, 248, 234, 0.78);
  font-style: normal;
  line-height: 1.55;
}

.footer-contact span:nth-of-type(odd) {
  margin-top: 4px;
  color: #fff8ea;
  font-weight: 800;
}

.footer-phone {
  color: #fff8ea !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.footer-phone:hover,
.footer-phone:focus-visible {
  color: #ef8845 !important;
}

.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 248, 234, 0.12);
  margin-top: 38px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(255, 248, 234, 0.78);
  font-size: 0.95rem;
}

.site-footer .footer-bottom p {
  margin: 0;
}

.site-footer .footer-bottom a {
  color: #fff8ea;
  font-weight: 700;
  text-decoration: none;
}

.site-footer .footer-bottom a:hover,
.site-footer .footer-bottom a:focus-visible {
  color: #ef8845;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer .footer-title,
  .site-footer .footer-col h3,
  .site-footer h3 {
    font-size: 1.05rem !important;
    white-space: nowrap !important;
  }

  .footer-socials {
    margin-top: 14px;
  }

  .site-footer .footer-bottom {
    display: grid;
    gap: 8px;
    text-align: left;
  }
}

/* Home blog preview: remove empty image placeholders while keeping blog listing images intact. */
body.home-page .blog-preview .blog-card::before,
body.home-page .blog-preview .blog-card::after,
body.home-page .blog-preview .blog-preview-card::before,
body.home-page .blog-preview .blog-preview-card::after {
  content: none !important;
  display: none !important;
}

body.home-page .blog-preview .blog-card-media,
body.home-page .blog-preview .blog-preview-media,
body.home-page .blog-preview .blog-image-placeholder,
body.home-page .blog-preview .article-card-media,
body.home-page .blog-preview .blog-card > figure:empty,
body.home-page .blog-preview .blog-preview-card > figure:empty,
body.home-page .blog-preview .blog-card > div:empty,
body.home-page .blog-preview .blog-preview-card > div:empty {
  display: none !important;
}

body.home-page .blog-preview .blog-card,
body.home-page .blog-preview .blog-preview-card {
  min-height: auto !important;
  padding: 24px !important;
  gap: 12px !important;
  overflow: hidden;
}

body.home-page .blog-preview .blog-card .pill,
body.home-page .blog-preview .blog-preview-card .pill,
body.home-page .blog-preview .blog-card .blog-category,
body.home-page .blog-preview .blog-preview-card .blog-category {
  margin-bottom: 12px;
}

body.home-page .blog-preview .blog-card h3,
body.home-page .blog-preview .blog-preview-card h3 {
  margin-top: 0 !important;
}

body.home-page .blog-preview .blog-card:hover,
body.home-page .blog-preview .blog-preview-card:hover {
  transform: none !important;
}

@media (max-width: 768px) {
  body.home-page .blog-preview .blog-card,
  body.home-page .blog-preview .blog-preview-card {
    padding: 18px !important;
    border-radius: 22px;
  }
}

/* Strict footer clean-format override */
.site-footer {
  padding-bottom: clamp(84px, 8vw, 126px) !important;
  color: rgba(255, 248, 234, 0.82);
}

.site-footer .footer-grid {
  grid-template-columns: minmax(280px, 1.22fr) minmax(150px, 0.72fr) minmax(210px, 0.92fr) minmax(250px, 0.92fr) !important;
  gap: clamp(30px, 4.4vw, 72px) !important;
}

.site-footer .footer-brand {
  max-width: 440px;
  min-width: 0;
}

.site-footer .footer-brand-pill {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px 10px 10px;
  border: 1px solid rgba(255, 248, 234, 0.14);
  border-radius: 999px;
  background: rgba(255, 248, 234, 0.08) !important;
  color: #fff8ea;
  text-decoration: none;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

.site-footer .footer-brand-pill::before,
.site-footer .footer-brand-pill::after {
  content: none !important;
  display: none !important;
}

.site-footer .footer-brand-pill img {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  object-fit: contain;
  padding: 4px;
  border-radius: 50%;
  background: #fff8ea;
  box-shadow: 0 0 0 1px rgba(255, 248, 234, 0.20);
}

.site-footer .footer-brand-pill strong {
  display: block;
  color: #fff8ea;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

.site-footer .footer-brand-pill small {
  display: block;
  max-width: 330px;
  color: rgba(255, 248, 234, 0.78);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.35;
  white-space: normal;
}

.site-footer .footer-brand-text {
  max-width: 420px !important;
  margin: 26px 0 0 !important;
  color: rgba(255, 248, 234, 0.82) !important;
  line-height: 1.75 !important;
}

.footer-made-by {
  margin-top: 14px;
  display: block;
  color: rgba(255, 248, 234, 0.72);
  font-size: 0.92rem;
  line-height: 1.5;
}

.footer-made-by span,
.footer-made-by a,
.footer-credit-name {
  margin-right: 6px;
}

.footer-credit-name {
  color: rgba(255, 248, 234, 0.90);
  font-weight: 500;
}

.site-footer .footer-simple-link,
.site-footer .footer-phone,
.site-footer .footer-made-by a,
.site-footer a:not(.footer-social-link):not(.footer-brand-pill) {
  display: inline !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: rgba(255, 248, 234, 0.86) !important;
  font-size: 1rem;
  font-weight: 500 !important;
  line-height: 1.65;
  text-decoration: none;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  filter: none !important;
}

.site-footer .footer-made-by a {
  color: rgba(255, 248, 234, 0.90) !important;
  font-size: 0.92rem;
  line-height: 1.5;
}

.site-footer a:not(.footer-social-link):not(.footer-brand-pill)::before,
.site-footer a:not(.footer-social-link):not(.footer-brand-pill)::after,
.site-footer .footer-simple-link::before,
.site-footer .footer-simple-link::after,
.site-footer .footer-phone::before,
.site-footer .footer-phone::after,
.site-footer .footer-made-by a::before,
.site-footer .footer-made-by a::after {
  content: none !important;
  display: none !important;
}

.site-footer .footer-simple-link:hover,
.site-footer .footer-simple-link:focus,
.site-footer .footer-simple-link:focus-visible,
.site-footer .footer-simple-link:active,
.site-footer .footer-phone:hover,
.site-footer .footer-phone:focus,
.site-footer .footer-phone:focus-visible,
.site-footer .footer-phone:active,
.site-footer .footer-made-by a:hover,
.site-footer .footer-made-by a:focus,
.site-footer .footer-made-by a:focus-visible,
.site-footer .footer-made-by a:active,
.site-footer a:not(.footer-social-link):not(.footer-brand-pill):hover,
.site-footer a:not(.footer-social-link):not(.footer-brand-pill):focus,
.site-footer a:not(.footer-social-link):not(.footer-brand-pill):focus-visible,
.site-footer a:not(.footer-social-link):not(.footer-brand-pill):active {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #ef8845 !important;
  text-decoration: underline;
  text-underline-offset: 0.22em;
  transform: none !important;
  animation: none !important;
  filter: none !important;
}

.site-footer .footer-title,
.site-footer .footer-col h2,
.site-footer .footer-col h3,
.site-footer .footer-contact h2,
.site-footer h3 {
  margin: 0 0 18px !important;
  color: #fff8ea;
  font-size: clamp(1rem, 1.15vw, 1.2rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.045em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.site-footer .footer-links a,
.site-footer .footer-contact a {
  color: rgba(255, 248, 234, 0.82) !important;
  font-weight: 500 !important;
  line-height: 1.65;
}

.site-footer .footer-contact {
  display: block !important;
  color: rgba(255, 248, 234, 0.82);
  line-height: 1.65;
}

.site-footer .footer-contact > h2,
.site-footer .footer-contact > span {
  display: block;
}

.site-footer .footer-contact > a.footer-phone {
  display: inline !important;
}

.site-footer .footer-contact span:nth-of-type(odd) {
  margin-top: 8px;
  color: #fff8ea;
  font-weight: 800;
}

.site-footer .footer-contact span:nth-of-type(even) {
  font-weight: 600;
}

.site-footer .footer-bottom {
  display: block !important;
  margin-top: 36px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(255, 248, 234, 0.12);
  color: rgba(255, 248, 234, 0.72);
  font-size: 0.95rem;
}

.site-footer .footer-bottom p {
  margin: 0 !important;
}

.site-footer .footer-bottom p:not(:first-child),
.site-footer .footer-bottom .made-by,
.site-footer .footer-bottom .footer-made-by,
.site-footer .footer-bottom .credit,
.site-footer .footer-bottom .developer-credit {
  display: none !important;
}

body.footer-in-view .floating-cta {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(16px) !important;
}

@media (min-width: 769px) and (max-width: 1120px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding-bottom: 132px !important;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
}

@media (max-width: 480px) {
  .site-footer .footer-brand-pill {
    width: 100%;
    align-items: flex-start;
    border-radius: 24px;
  }

  .site-footer .footer-brand-pill small {
    max-width: 100%;
  }
}

/* Final mobile image alignment, logo shape, and footer spacing polish */
img {
  max-width: 100%;
  height: auto;
}

.image-frame,
.media-frame,
.seo-image-frame,
.blog-card-media,
.article-featured-image,
.service-image,
.gallery-image,
.doctor-image,
.clinic-image,
.treatment-image,
.location-image,
.about-image,
.home-image,
.hero-image,
.visual-image,
.card-media,
.page-media,
.footer-image {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5%;
}

.image-frame img,
.media-frame img,
.seo-image-frame img,
.blog-card-media img,
.article-featured-image img,
.service-image img,
.gallery-image img,
.doctor-image img,
.clinic-image img,
.treatment-image img,
.location-image img,
.about-image img,
.home-image img,
.hero-image img,
.visual-image img,
.card-media img,
.page-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  margin-right: auto;
  margin-left: auto;
}

.brand-pill,
.header-logo,
.nav-logo,
.site-logo,
.mobile-logo {
  border-radius: 999px;
}

.brand-logo,
.header-logo img,
.nav-logo img,
.site-logo img,
.mobile-logo img,
.mobile-menu-head img {
  border-radius: 999px !important;
  object-fit: contain;
  background: #fff8ea;
}

.mobile-menu-head img {
  width: 54px !important;
  height: 54px !important;
  padding: 4px;
  box-shadow: 0 0 0 1px rgba(255, 248, 234, 0.16);
}

body {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.site-footer {
  margin-bottom: 0 !important;
  padding-bottom: 32px !important;
}

.site-footer .footer-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 1199px) {
  body,
  body.home-page,
  body.about-page,
  body.doctors-page {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  body,
  body.home-page {
    padding-bottom: 0 !important;
  }

  .image-frame,
  .media-frame,
  .seo-image-frame,
  .blog-card-media,
  .article-featured-image,
  .service-image,
  .gallery-image,
  .doctor-image,
  .clinic-image,
  .treatment-image,
  .location-image,
  .about-image,
  .home-image,
  .hero-image,
  .visual-image,
  .card-media,
  .page-media {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }

  .image-frame img,
  .media-frame img,
  .seo-image-frame img,
  .blog-card-media img,
  .article-featured-image img,
  .service-image img,
  .gallery-image img,
  .doctor-image img,
  .clinic-image img,
  .treatment-image img,
  .location-image img,
  .about-image img,
  .home-image img,
  .hero-image img,
  .visual-image img,
  .card-media img,
  .page-media img {
    object-position: center center;
  }

  .brand-logo,
  .header-logo img,
  .nav-logo img,
  .site-logo img,
  .mobile-logo img {
    width: 54px;
    height: 54px;
    border-radius: 999px !important;
  }

  .site-footer {
    padding-bottom: 84px !important;
  }
}
