/* Heallmay — premium medical wellness */
:root {
  --bg: #ffffff;
  --alt-bg: #f7eff1;
  --highlight-bg: #f3e4e8;
  --pink: #e7a9b4;
  --btn: #1f5e5b;
  --btn-hover: #174947;
  --text: #2b2b2b;
  --text-muted: #6d6d6d;
  --radius-pill: 50px;
  --shadow-soft: 0 18px 48px rgba(43, 43, 43, 0.08);
  --shadow-card: 0 12px 40px rgba(231, 169, 180, 0.18);
  --font-serif: "Playfair Display", Georgia, serif;
  --font-sans: "Montserrat", system-ui, sans-serif;
  --font-logo: "Great Vibes", cursive;
  /* Overridden in Customizer → Site Identity (logo width / height). */
  --heallmay-logo-max-width: 220px;
  --heallmay-logo-max-height: 56px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.2;
  color: var(--text);
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Wave backgrounds */
.wave-bg {
  position: relative;
  overflow: hidden;
}

.wave-bg::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto;
  height: 70%;
  background: radial-gradient(ellipse 80% 50% at 20% 40%, rgba(231, 169, 180, 0.35), transparent 55%),
    radial-gradient(ellipse 60% 45% at 85% 30%, rgba(243, 228, 232, 0.9), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.wave-bg > .container,
.wave-bg > .container-fluid {
  position: relative;
  z-index: 1;
}

.section-alt {
  background: var(--alt-bg);
}

.section-highlight {
  background: var(--highlight-bg);
}

.section-padding {
  padding-top: clamp(3.5rem, 8vw, 6rem);
  padding-bottom: clamp(3.5rem, 8vw, 6rem);
}

/* Header */
.site-header {
  z-index: 1060;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.98);
  /* No backdrop-filter: it creates a containing block so fixed offcanvas is trapped in the header bar. */
  border-bottom: 1px solid rgba(231, 169, 180, 0.18);
  transition: box-shadow 0.35s ease, background 0.35s ease;
}

.navbar-heallmay .container-fluid {
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-heallmay .navbar-toggler {
  flex-shrink: 0;
  margin-left: auto;
}

@media (min-width: 992px) {
  .navbar-heallmay #mainNav {
    flex: 1 1 auto;
    justify-content: center !important;
  }

  .btn-header-cta {
    margin-left: 0.5rem;
  }

  /* Nav dropdowns: hover + focus (desktop); pairs with main.js Bootstrap show/hide. */
  .navbar-heallmay .navbar-nav > .nav-item.dropdown {
    position: relative;
  }

  .navbar-heallmay .navbar-nav > .nav-item.dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0.65rem;
    z-index: 1021;
  }

  .navbar-heallmay .navbar-nav > .nav-item.dropdown:hover > .dropdown-menu,
  .navbar-heallmay .navbar-nav > .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block !important;
  }

  .navbar-heallmay .navbar-nav > .nav-item.dropdown > .dropdown-menu {
    margin-top: 0.35rem;
  }

  .navbar-heallmay .navbar-nav > .nav-item.dropdown.heallmay-dropdown-split > .dropdown-menu {
    left: 0;
  }

  .navbar-heallmay .navbar-nav .dropdown-menu .menu-item-has-children {
    position: relative;
  }

  .navbar-heallmay .navbar-nav .dropdown-menu .menu-item-has-children > .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 0.2rem;
    margin-top: 0;
    min-width: 12rem;
    z-index: 1030;
  }

  .navbar-heallmay .navbar-nav .dropdown-menu .menu-item-has-children:hover > .dropdown-menu,
  .navbar-heallmay .navbar-nav .dropdown-menu .menu-item-has-children:focus-within > .dropdown-menu,
  .navbar-heallmay .navbar-nav .dropdown-menu .menu-item-has-children > .dropdown-menu.show {
    display: block !important;
  }
}

.logo-heallmay {
  font-family: var(--font-logo);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  color: var(--text) !important;
  line-height: 1;
  padding-top: 0.15rem;
}

.logo-heallmay img {
  display: block;
  height: auto;
  width: auto;
  max-width: min(var(--heallmay-logo-max-width), 50vw);
  max-height: var(--heallmay-logo-max-height);
  object-fit: contain;
}

.logo-heallmay--footer {
  font-size: clamp(2.25rem, 4vw, 3rem);
  color: #fff !important;
}

.logo-heallmay.logo-heallmay--footer img {
  height: clamp(3rem, 7vw, 4.75rem);
  max-width: min(320px, 88vw);
}

.nav-link-mock {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--text) !important;
  padding: 0.5rem 0.6rem !important;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.nav-link-mock:hover,
.nav-link-mock:focus {
  color: var(--btn) !important;
}

/* Header nav: single clean look — strip Bootstrap’s .nav-link:focus-visible blue ring + any outline. */
.navbar-heallmay .nav-link.nav-link-mock:focus,
.navbar-heallmay .nav-link.nav-link-mock:focus-visible,
.heallmay-nav-offcanvas .nav-link.nav-link-mock:focus,
.heallmay-nav-offcanvas .nav-link.nav-link-mock:focus-visible {
  box-shadow: none;
  outline: none;
}

.navbar-heallmay .btn-dropdown-nav:focus,
.navbar-heallmay .btn-dropdown-nav:focus-visible,
.heallmay-nav-offcanvas .btn-dropdown-nav:focus,
.heallmay-nav-offcanvas .btn-dropdown-nav:focus-visible {
  outline: none;
  box-shadow: none;
}

.nav-link-mock.dropdown-toggle::after {
  margin-left: 0.25rem;
  vertical-align: 0.15em;
}

.btn-dropdown-nav {
  background: transparent;
  border: 0;
  color: inherit;
  /* Match .nav-link-mock — do not use font: inherit; it overrides sibling font-size. */
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-align: inherit;
  cursor: pointer;
  padding: 0.5rem 0.6rem !important;
  white-space: nowrap;
}

/* No extra outline here: Bootstrap .nav-link:focus-visible adds a blue box-shadow; stacking
   with a theme outline looked like a double green/blue “border”. Reset in .navbar-heallmay below. */

.btn-dropdown-nav-split::after {
  margin-left: 0;
}

@media (min-width: 992px) {
  .navbar-heallmay .navbar-nav > .nav-item.dropdown.heallmay-dropdown-split {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .navbar-heallmay .navbar-nav > .nav-item.dropdown.heallmay-dropdown-split > .nav-link-mock:not(.dropdown-toggle) {
    padding-right: 0.2rem !important;
  }

  .navbar-heallmay .btn-dropdown-nav-split {
    padding-left: 0.25rem !important;
    padding-right: 0.5rem !important;
  }
}

.menu-label {
  cursor: default;
}

.nav-link.menu-label:hover,
.nav-link.menu-label:focus {
  color: var(--text) !important;
}

span.dropdown-item.menu-label {
  cursor: default;
}

span.dropdown-item.menu-label:hover,
span.dropdown-item.menu-label:focus {
  background: transparent;
  color: inherit;
}

span.dropdown-item.menu-label.dropdown-item-sub:hover,
span.dropdown-item.menu-label.dropdown-item-sub:focus {
  color: var(--text-muted);
}

.site-header.is-scrolled {
  box-shadow: 0 8px 32px rgba(43, 43, 43, 0.06);
}

.nav-link-custom {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text) !important;
  padding: 0.5rem 0.65rem !important;
  transition: color 0.25s ease;
}

.nav-link-custom:hover,
.nav-link-custom:focus {
  color: var(--btn) !important;
}

.dropdown-menu {
  border: none;
  box-shadow: var(--shadow-soft);
  border-radius: 16px;
  padding: 0.75rem 0;
  margin-top: 0.5rem;
}

.dropdown-item {
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  transition: background 0.2s, color 0.2s;
}

.dropdown-item:hover {
  background: var(--highlight-bg);
  color: var(--btn);
}

.menu-submenu-wellness {
  min-width: min(100vw - 2rem, 22rem);
}

.dropdown-item-sub {
  padding-left: 1.75rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.dropdown-item-sub:hover {
  color: var(--btn);
}

/* Long Wellness label: two lines in narrow drawers */
.menu-item-title-stacked {
  display: block;
}

.menu-item-title-stacked__line {
  display: block;
  line-height: 1.35;
}

.menu-item-title-stacked__line + .menu-item-title-stacked__line {
  margin-top: 0.15rem;
}

.btn-pill {
  border-radius: var(--radius-pill);
  padding: 0.65rem 1.75rem;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn-pill-primary {
  background: var(--btn);
  border: 2px solid var(--btn);
  color: #fff;
}

.btn-pill-primary:hover {
  background: var(--btn-hover);
  border-color: var(--btn-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(31, 94, 91, 0.28);
}

.btn-pill-outline {
  background: transparent;
  border: 2px solid var(--text);
  color: var(--text);
}

.btn-pill-outline:hover {
  background: var(--text);
  color: #fff;
  transform: translateY(-2px);
}

.btn-pill-ghost {
  background: #fff;
  border: 2px solid rgba(43, 43, 43, 0.15);
  color: var(--text);
}

.btn-pill-ghost:hover {
  border-color: var(--btn);
  color: var(--btn);
  transform: translateY(-2px);
}

.btn-pill-outline-light {
  background: #fff;
  border: 2px solid rgba(43, 43, 43, 0.22);
  color: var(--text);
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.btn-pill-outline-light:hover {
  border-color: var(--text);
  background: #fff;
  color: var(--text);
  transform: translateY(-2px);
}

.btn-see-more {
  text-transform: none;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.btn-see-more-ghost {
  text-transform: none;
  letter-spacing: 0.04em;
  font-weight: 600;
  background: #fff !important;
  border: 2px solid rgba(43, 43, 43, 0.18) !important;
  color: var(--text) !important;
}

.btn-see-more-ghost:hover {
  border-color: var(--btn) !important;
  color: var(--btn) !important;
  background: #fff !important;
}

/* Hero — height follows the portrait cutout (Dr. Fola), not full viewport */
.hero-mock {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  padding-top: clamp(0.5rem, 2vw, 1rem);
  padding-bottom: 0;
  background: #f9f4f7;
  overflow: hidden;
}

.hero-mock > .container {
  width: 100%;
}

.hero-mock > .container > .row {
  min-height: 0;
  align-items: center;
}

.z-hero {
  z-index: 2;
}

.hero-mock-waves {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  /* Full-width mauve / blush wash (edge to edge) + organic wave art */
  background-color: #f9f4f7;
  background-image: linear-gradient(
      105deg,
      rgba(250, 245, 248, 0.98) 0%,
      rgba(241, 228, 236, 0.92) 12%,
      rgba(235, 214, 228, 0.78) 32%,
      rgba(232, 204, 218, 0.55) 52%,
      rgba(238, 218, 226, 0.65) 72%,
      rgba(252, 248, 250, 0.95) 100%
    ),
    url("../img/waves.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, cover;
  background-position: 0 0, 50% 35%;
  pointer-events: none;
}

.hero-mock-waves::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 85% at 0% 45%, rgba(232, 210, 224, 0.55), transparent 48%),
    radial-gradient(ellipse 90% 70% at 18% 70%, rgba(243, 228, 232, 0.5), transparent 50%),
    radial-gradient(ellipse 75% 60% at 100% 35%, rgba(231, 169, 180, 0.38), transparent 52%),
    radial-gradient(ellipse 55% 45% at 62% 88%, rgba(237, 220, 230, 0.4), transparent 48%);
  pointer-events: none;
}

.hero-mock-copy {
  position: relative;
  z-index: 2;
  padding-top: 1rem;
}

@media (min-width: 992px) {
  .hero-mock-copy {
    padding-right: 1.5rem;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.hero-title .accent {
  color: var(--pink);
  font-style: italic;
  font-weight: 500;
}

.hero-lead {
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  color: var(--text-muted);
  max-width: 28rem;
  margin-bottom: 2rem;
  line-height: 1.75;
}

.hero-mock-visual {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media (min-width: 992px) {
  .hero-mock-visual {
    justify-content: flex-end;
  }
}

.hero-portrait-stack {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .hero-portrait-stack {
    max-width: none;
    /* ~900×1100 source: width drives banner height via intrinsic aspect ratio */
    width: min(100%, 560px);
    margin-right: 0;
  }
}

.hero-portrait-glow {
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: 88%;
  height: 55%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(231, 169, 180, 0.5), rgba(243, 228, 232, 0.2) 45%, transparent 70%);
  filter: blur(4px);
  z-index: 0;
}

.hero-portrait-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 28px 48px rgba(231, 169, 180, 0.35));
}

/* White studio background blends into hero gradient */
.hero-portrait-img--cutout {
  mix-blend-mode: multiply;
  filter: drop-shadow(0 20px 40px rgba(43, 43, 43, 0.08));
}

.hero-visual {
  position: relative;
  z-index: 2;
}

/* Intro — mock (full-width lavender / blush waves) */
.section-intro-mock {
  position: relative;
  overflow: hidden;
  background: #fdfbfc;
}

.intro-wave-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: #f7f2f8;
  background-image: linear-gradient(
      115deg,
      rgba(252, 249, 252, 0.98) 0%,
      rgba(241, 232, 242, 0.88) 15%,
      rgba(236, 224, 236, 0.72) 38%,
      rgba(243, 232, 238, 0.8) 62%,
      rgba(248, 244, 250, 0.95) 100%
    ),
    url("../img/waves.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, cover;
  background-position: 0 0, 50% 55%;
  pointer-events: none;
}

.intro-wave-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 95% 80% at 5% 40%, rgba(230, 214, 232, 0.5), transparent 50%),
    radial-gradient(ellipse 80% 65% at 95% 65%, rgba(231, 169, 180, 0.28), transparent 52%),
    radial-gradient(ellipse 70% 55% at 48% 90%, rgba(243, 228, 232, 0.45), transparent 48%);
  pointer-events: none;
}

.intro-copy-block {
  max-width: 48rem;
}

.intro-mock-title {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 600;
  color: var(--text);
}

.intro-mock-lead {
  font-size: 1.0625rem;
  line-height: 1.8;
  max-width: 40rem;
}

.intro-mock-row {
  min-height: 0;
}

.intro-card-mock {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
}

@media (min-width: 768px) {
  .intro-card-mock {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

.intro-card-mock img {
  border-radius: 14px;
}

.intro-signature-mock {
  font-family: var(--font-logo);
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  color: var(--pink);
  line-height: 1.2;
  margin-top: 1rem;
  text-align: left;
  padding-left: 0.25rem;
}

.intro-doc-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pink);
  font-weight: 600;
  margin-bottom: 0.65rem;
}

.intro-doc-name {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.35rem;
}

.intro-doc-role {
  font-size: 0.9375rem;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.intro-doc-bio {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.intro-doc-highlights {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.intro-doc-highlights li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
}

.intro-doc-check {
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--btn);
  box-shadow: 0 0 0 3px rgba(31, 94, 91, 0.15);
}

/* Intro */
.intro-card {
  background: #fff;
  border-radius: 20px;
  padding: 0.5rem;
  box-shadow: var(--shadow-soft);
}

.intro-card img {
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
}

.signature {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.75rem;
  color: var(--pink);
  opacity: 0.9;
  margin-top: 1rem;
  text-align: right;
}

.section-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pink);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

/* Services — mock wave band (full-bleed pink gradient + waves) */
.section-services-mock {
  position: relative;
  overflow: hidden;
  background: #fdf8fa;
}

.services-wave-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: #f7eff1;
  background-image: linear-gradient(
      105deg,
      rgba(255, 252, 253, 0.99) 0%,
      rgba(250, 242, 245, 0.96) 14%,
      rgba(243, 228, 232, 0.9) 38%,
      rgba(237, 216, 224, 0.78) 58%,
      rgba(248, 240, 243, 0.94) 82%,
      rgba(255, 252, 253, 0.99) 100%
    ),
    url("../img/waves.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, cover;
  background-position: 0 0, 50% 42%;
  pointer-events: none;
}

.services-wave-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 88% at 0% 48%, rgba(243, 228, 232, 0.58), transparent 50%),
    radial-gradient(ellipse 90% 72% at 100% 32%, rgba(231, 169, 180, 0.32), transparent 52%),
    radial-gradient(ellipse 65% 55% at 52% 88%, rgba(247, 239, 241, 0.7), transparent 48%);
  pointer-events: none;
}

.services-v1 .swiper-slide {
  height: auto;
}

.service-card-v1 {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card-mock {
  border-radius: 22px;
  box-shadow: 0 16px 48px rgba(231, 169, 180, 0.22);
}

.service-card-mock .card-body {
  padding: 1.5rem 1.65rem 1.75rem;
}

.service-card-mock h3 {
  font-size: 1.4rem;
  margin-bottom: 0.65rem;
}

.service-card-mock .card-img {
  aspect-ratio: 16/10;
}

.service-card-v1:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(231, 169, 180, 0.28);
}

.service-card-v1 .card-img {
  aspect-ratio: 16/11;
  object-fit: cover;
  width: 100%;
}

.service-card-v1 .card-body {
  padding: 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-card-v1 h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.service-card-v1 p {
  color: var(--text-muted);
  font-size: 0.9375rem;
  flex: 1;
  margin-bottom: 1.25rem;
}

/* Services — Version B (horizontal split on md+) */
.service-card-v2 {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(231, 169, 180, 0.25);
  transition: transform 0.35s ease, border-color 0.35s ease;
}

@media (min-width: 768px) {
  .service-card-v2 {
    flex-direction: row;
    align-items: stretch;
    min-height: 220px;
  }
}

.service-card-v2:hover {
  transform: translateY(-6px);
  border-color: rgba(31, 94, 91, 0.35);
}

.service-card-v2 .v2-img {
  flex: 0 0 42%;
  min-height: 200px;
}

.service-card-v2 .v2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-v2 .v2-body {
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.service-card-v2 h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.service-card-v2 p {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.swiper-nav-custom {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.swiper-nav-custom .swiper-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--btn);
  background: #fff;
  color: var(--btn);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, transform 0.2s;
}

.swiper-nav-custom .swiper-btn:hover {
  background: var(--btn);
  color: #fff;
  transform: scale(1.05);
}

.swiper-nav-custom .swiper-btn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* Before / After — split section */
.section-ba-split {
  position: relative;
  overflow: hidden;
}

.section-ba-split::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -8%;
  width: 55%;
  height: 90%;
  background: radial-gradient(ellipse at center, rgba(231, 169, 180, 0.14), transparent 65%);
  pointer-events: none;
}

.ba-split-copy {
  position: relative;
  z-index: 1;
  max-width: 32rem;
}

@media (min-width: 992px) {
  .ba-split-copy {
    padding-right: 0.5rem;
  }
}

.ba-split-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  color: var(--text);
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.ba-split-lead {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.ba-split-list {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.ba-split-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.ba-split-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--btn);
  box-shadow: 0 0 0 3px rgba(31, 94, 91, 0.12);
}

.ba-split-visual {
  position: relative;
  z-index: 1;
}

.ba-split-frame {
  background: #fff;
  border-radius: 24px;
  padding: 0.65rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(231, 169, 180, 0.2);
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .ba-split-frame {
    margin-right: 0;
    margin-left: auto;
    max-width: 420px;
  }

  .ba-split-hint {
    max-width: 420px;
  }
}

.ba-split-hint {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .ba-split-hint {
    margin-right: 0;
  }
}

/* Before / After slider */
.ba-wrap {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(231, 169, 180, 0.15);
  user-select: none;
}

.ba-inner {
  position: relative;
  aspect-ratio: 2 / 3;
  background: var(--highlight-bg);
  touch-action: none;
  cursor: ew-resize;
}

.ba-layer {
  position: absolute;
  inset: 0;
}

.ba-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.ba-before-clip {
  position: absolute;
  inset: 0;
  width: 50%;
  overflow: hidden;
  border-right: 3px solid #fff;
  z-index: 2;
}

.ba-before-clip img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--ba-full-w, 100%);
  max-width: none;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 44px;
  margin-left: -22px;
  background: transparent;
  z-index: 4;
  cursor: ew-resize;
  touch-action: none;
}

.ba-handle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.ba-knob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--btn);
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 6px 20px rgba(31, 94, 91, 0.35);
  pointer-events: none;
  z-index: 1;
}

.ba-labels {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ba-labels .before {
  color: var(--text-muted);
}

.ba-labels .after {
  color: var(--btn);
}

/* Testimonials */
.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--shadow-soft);
  height: 100%;
  border: 1px solid rgba(231, 169, 180, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(231, 169, 180, 0.2);
}

.testimonial-stars {
  color: var(--pink);
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}

.testimonial-text {
  font-size: 1.0625rem;
  font-style: italic;
  color: var(--text);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-author img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--highlight-bg);
}

.testimonial-author strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.05rem;
}

.testimonial-author span {
  font-size: 0.8125rem;
  color: var(--text-muted);
}

/* Testimonials — horizontal scrollbar (Swiper) */
.swiper-testimonials .swiper-wrapper {
  align-items: stretch;
}

.swiper-testimonials .swiper-slide {
  height: auto;
  display: flex;
}

.swiper-testimonials .swiper-slide > .testimonial-card {
  flex: 1;
  width: 100%;
}

.swiper-testimonials {
  padding-bottom: 2.5rem;
  overflow: hidden;
}

.swiper-testimonials .swiper-scrollbar.swiper-testimonials-scrollbar {
  position: relative;
  margin-top: 1.75rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  border-radius: 100px;
  background: rgba(231, 169, 180, 0.22);
}

.swiper-testimonials .swiper-scrollbar-drag {
  border-radius: 100px;
  background: var(--btn);
  cursor: grab;
}

.swiper-testimonials .swiper-scrollbar-drag:active {
  cursor: grabbing;
  background: var(--btn-hover);
}

/* FAQ */
.accordion-item {
  border: none;
  margin-bottom: 0.75rem;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(43, 43, 43, 0.05);
}

.accordion-button {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  padding: 1.25rem 1.5rem;
  background: #fff;
  color: var(--text);
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: var(--highlight-bg);
  color: var(--btn);
}

.accordion-button::after {
  filter: brightness(0.4);
}

.accordion-body {
  padding: 1rem 1.5rem 1.5rem;
  color: var(--text-muted);
  font-size: 0.9375rem;
  background: #fff;
}

/* Contact */
.contact-visual {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  height: 100%;
  min-height: 320px;
}

.contact-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-control,
.form-select {
  border-radius: 12px;
  border: 1px solid rgba(43, 43, 43, 0.12);
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 0.2rem rgba(231, 169, 180, 0.2);
}

/* Blog */
.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(231, 169, 180, 0.22);
}

.blog-card__media {
  display: block;
  overflow: hidden;
}

.blog-card__media img,
.blog-card__thumb {
  aspect-ratio: 16/10;
  object-fit: cover;
  width: 100%;
  display: block;
}

.blog-card__placeholder {
  display: block;
  aspect-ratio: 16/10;
  width: 100%;
  background: linear-gradient(145deg, var(--highlight-bg) 0%, var(--alt-bg) 100%);
}

.blog-card .card-body {
  padding: 1.5rem;
}

.blog-meta {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--pink);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.blog-card__title {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.25;
}

.blog-card__title a:hover {
  color: var(--btn);
}

.blog-card .blog-card__excerpt {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
  line-height: 1.6;
}

/* Home — Journal horizontal scroll (--home-journal-cols set in Customizer / inline) */
.home-journal-scroll {
  --home-journal-cols: 3;
  container-type: inline-size;
  container-name: home-journal;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.5rem;
  margin-bottom: 0.25rem;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--pink) rgba(231, 169, 180, 0.2);
}

.home-journal-scroll::-webkit-scrollbar {
  height: 10px;
}

.home-journal-scroll::-webkit-scrollbar-track {
  background: rgba(231, 169, 180, 0.15);
  border-radius: 999px;
}

.home-journal-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--pink), rgba(231, 169, 180, 0.75));
  border-radius: 999px;
}

.home-journal-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--pink);
}

.home-journal-scroll__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.25rem;
  padding: 0.2rem 0 0.35rem;
}

.home-journal-scroll__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 min(100%, 17.5rem);
  scroll-snap-align: start;
  min-width: 0;
}

.home-journal-scroll__item .blog-card {
  flex: 1 1 auto;
  width: 100%;
}

/* 2 across on small tablets */
@container home-journal (min-width: 36rem) {
  .home-journal-scroll__item {
    flex: 0 0 calc((100cqi - 1 * 1.25rem) / 2);
  }
}

/* Desktop: N columns visible (N = --home-journal-cols); extra posts scroll sideways */
@container home-journal (min-width: 62rem) {
  .home-journal-scroll__item {
    flex: 0 0 calc((100cqi - (var(--home-journal-cols) - 1) * 1.25rem) / var(--home-journal-cols));
  }
}

/* Fallback when container queries are not supported */
@supports not (container-type: inline-size) {
  @media (min-width: 576px) {
    .home-journal-scroll__item {
      flex: 0 0 calc((100vw - 3rem - 1 * 1.25rem) / 2);
      max-width: 22rem;
    }
  }

  @media (min-width: 992px) {
    .home-journal-scroll__item {
      flex: 0 0 calc(
        (100vw - 4rem - (var(--home-journal-cols, 3) - 1) * 1.25rem) / var(--home-journal-cols, 3)
      );
      max-width: none;
    }
  }
}

/* Footer */
.site-footer {
  background: linear-gradient(180deg, #2b2b2b 0%, #1f1f1f 100%);
  color: rgba(255, 255, 255, 0.85);
  padding-top: 3rem;
}

.instagram-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .instagram-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}

.instagram-strip a {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}

.instagram-strip a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.instagram-strip a:hover img {
  transform: scale(1.08);
}

.instagram-strip a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 94, 91, 0.45);
  opacity: 0;
  transition: opacity 0.3s;
}

.instagram-strip a:hover::after {
  opacity: 1;
}

.footer-heading {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 1.25rem;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  transition: color 0.2s, padding-left 0.2s;
}

.footer-links a:hover {
  color: var(--pink);
  padding-left: 4px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2.5rem;
  padding: 1.5rem 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}

.social-row a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  transition: background 0.25s, transform 0.2s;
}

.social-row a:hover {
  background: var(--btn);
  transform: translateY(-2px);
}

/* GSAP initial state helper */
.fade-up-prep {
  opacity: 0;
  transform: translateY(36px);
}

/* Navbar toggler */
.navbar-toggler {
  border-color: rgba(31, 94, 91, 0.35);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 94, 91, 0.15);
}

/* Mobile drawer + backdrop above sticky header (BS defaults sit below z-1060). */
.heallmay-nav-offcanvas.show {
  z-index: 1080 !important;
}

body > .offcanvas-backdrop.show {
  z-index: 1075 !important;
}

.heallmay-nav-offcanvas .offcanvas-header {
  gap: 0.75rem;
}

.heallmay-nav-offcanvas .offcanvas-brand {
  flex: 1 1 auto;
  min-width: 0;
}

.heallmay-nav-offcanvas .offcanvas-brand img,
.heallmay-nav-offcanvas .offcanvas-brand .custom-logo-img {
  display: block;
  width: auto;
  max-width: min(var(--heallmay-logo-max-width), 100%);
  max-height: var(--heallmay-logo-max-height);
  object-fit: contain;
}

@media (max-width: 991.98px) {
  /* Full viewport drawer — no top offset (admin bar floats above via WP z-index). */
  .heallmay-nav-offcanvas.offcanvas-start {
    width: min(20rem, 88vw);
    top: 0 !important;
    bottom: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    min-height: 100vh !important;
    border-right: 1px solid rgba(231, 169, 180, 0.22);
    box-shadow: 8px 0 32px rgba(43, 43, 43, 0.08);
    display: flex !important;
    flex-direction: column !important;
  }

  .heallmay-nav-offcanvas .offcanvas-header {
    flex-shrink: 0;
  }

  .heallmay-nav-offcanvas .offcanvas-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-top: 0.25rem;
    padding-bottom: 0;
  }

  .heallmay-nav-offcanvas .menu_wrapper {
    flex: 1 1 auto;
    min-height: 0;
    display: flex !important;
    flex-direction: column !important;
  }

  .heallmay-nav-offcanvas #menu-main-menu {
    flex: 1 1 auto;
    min-height: 0;
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
  }

  .heallmay-nav-offcanvas .menu_wrapper > .d-lg-none.mt-auto {
    flex-shrink: 0;
    margin-top: auto !important;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
  }

  .heallmay-nav-offcanvas .navbar-nav {
    width: 100%;
    max-width: 100%;
  }

  .heallmay-nav-offcanvas .nav-item {
    width: 100%;
  }

  .heallmay-nav-offcanvas .nav-link-mock:not(.dropdown-toggle) {
    display: block;
    width: 100%;
    text-align: left !important;
    padding-left: 0.15rem !important;
    padding-right: 0.15rem !important;
    white-space: normal;
  }

  .heallmay-nav-offcanvas .btn-dropdown-nav {
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    text-align: left !important;
    padding-left: 0.15rem !important;
    padding-right: 0.15rem !important;
    white-space: normal;
    gap: 0.5rem;
  }

  .heallmay-nav-offcanvas .btn-dropdown-nav::after {
    margin-left: auto;
    flex-shrink: 0;
  }

  .heallmay-nav-offcanvas .dropdown-menu {
    position: static !important;
    transform: none !important;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 0.15rem !important;
    margin-bottom: 0.35rem;
    box-shadow: none;
    border: 0;
    border-radius: 12px;
    padding: 0.35rem 0;
    background: rgba(31, 94, 91, 0.06);
  }

  .heallmay-nav-offcanvas .dropdown-item {
    text-align: left !important;
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heallmay-nav-offcanvas .nav-item.dropdown.heallmay-dropdown-split {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
  }

  .heallmay-nav-offcanvas .nav-item.dropdown.heallmay-dropdown-split > .nav-link-mock:not(.dropdown-toggle) {
    flex: 1 1 auto;
    width: auto !important;
    max-width: calc(100% - 3rem);
    padding-right: 0.25rem !important;
  }

  .heallmay-nav-offcanvas .nav-item.dropdown.heallmay-dropdown-split > .btn-dropdown-nav-split {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 2.25rem;
    justify-content: center;
    padding-left: 0.35rem !important;
    padding-right: 0.35rem !important;
  }

  .heallmay-nav-offcanvas .nav-item.dropdown.heallmay-dropdown-split > .dropdown-menu {
    flex: 1 0 100%;
    width: 100%;
  }

  /* Nested submenus: Bootstrap keeps inner .dropdown-menu hidden without .show; make them visible in the drawer. */
  .heallmay-nav-offcanvas .dropdown-menu .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 0.25rem !important;
    margin-bottom: 0.35rem;
    margin-left: 0.65rem;
    padding: 0.25rem 0;
    box-shadow: none;
    border: 0;
    border-radius: 10px;
    background: rgba(31, 94, 91, 0.05);
  }
}

@media (max-width: 991px) {
  .nav-link-custom {
    padding: 0.65rem 0 !important;
  }
}

/* —— Contact page —— */
.page-contact {
  background: var(--bg);
}

.contact-page-hero {
  position: relative;
  overflow: hidden;
  background: #fdfbfc;
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.contact-page-hero .intro-wave-bg {
  opacity: 1;
}

.contact-breadcrumb {
  font-size: 0.8125rem;
  margin-bottom: 1.25rem;
}

.contact-breadcrumb a {
  color: var(--text-muted);
  transition: color 0.2s;
}

.contact-breadcrumb a:hover {
  color: var(--btn);
}

.contact-breadcrumb .sep {
  margin: 0 0.35rem;
  color: var(--pink);
}

.contact-page-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  color: var(--text);
  max-width: 20ch;
  margin-left: auto;
  margin-right: auto;
}

.contact-page-lead {
  max-width: 36rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.contact-info-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.75rem 1.5rem;
  height: 100%;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(231, 169, 180, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(231, 169, 180, 0.2);
}

.contact-info-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--btn);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 8px 24px rgba(31, 94, 91, 0.22);
}

.contact-info-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.contact-info-card p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.contact-info-card__link {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--btn);
  transition: color 0.2s;
}

.contact-info-card__link:hover {
  color: var(--btn-hover);
}

.contact-main-visual {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  margin-bottom: 1.5rem;
}

.contact-main-visual img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.contact-map-frame {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(231, 169, 180, 0.2);
  background: var(--highlight-bg);
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: min(320px, 45vw);
  min-height: 260px;
  border: 0;
}

.contact-map-frame--placeholder {
  min-height: min(320px, 45vw);
}

.contact-form-panel {
  background: #fff;
  border-radius: 22px;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(231, 169, 180, 0.12);
}

.contact-form-panel .form-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.35rem;
}

.contact-form-panel .form-control,
.contact-form-panel .form-select {
  border-radius: 14px;
  padding: 0.8rem 1rem;
}

.contact-form-panel .form-check-input {
  border-color: rgba(43, 43, 43, 0.25);
}

.contact-form-panel .form-check-input:checked {
  background-color: var(--btn);
  border-color: var(--btn);
}

.contact-form-panel .form-check-input:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 0.2rem rgba(231, 169, 180, 0.25);
}

.contact-note-strip {
  border-radius: 20px;
  padding: 2rem 1.5rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(231, 169, 180, 0.2);
}

.contact-note-strip h3 {
  font-size: 1.05rem;
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-note-strip h3::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  flex-shrink: 0;
}

.contact-note-strip p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.65;
}

.nav-link-mock.active {
  color: var(--btn) !important;
}

/* —— E-book / newsletter (home) —— */
.section-ebook {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    100deg,
    #fefdfb 0%,
    #faf6f3 28%,
    #f2f8f6 58%,
    #e8f2ef 100%
  );
}

.section-ebook__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 70% at 15% 50%, rgba(231, 169, 180, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 50% at 92% 30%, rgba(31, 94, 91, 0.06), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.ebook-visual {
  max-width: 520px;
}

.ebook-visual img {
  width: 100%;
  height: auto;
  filter: drop-shadow(12px 24px 40px rgba(43, 43, 43, 0.12)) drop-shadow(0 8px 16px rgba(31, 94, 91, 0.08));
}

.ebook-panel {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .ebook-panel {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.5rem;
  }
}

.ebook-kicker {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #9a8578;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  .ebook-kicker {
    text-align: left;
  }
}

.ebook-title {
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 600;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 1.25rem;
  text-align: center;
}

@media (min-width: 992px) {
  .ebook-title {
    text-align: left;
  }
}

.ebook-lead {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.75rem;
  text-align: center;
}

@media (min-width: 992px) {
  .ebook-lead {
    text-align: left;
  }
}

.ebook-input {
  border-radius: 14px;
  border: 1px solid rgba(43, 43, 43, 0.12);
  padding: 0.85rem 1.1rem;
  font-size: 0.9375rem;
  background: #fff;
}

.ebook-input:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 0.2rem rgba(231, 169, 180, 0.2);
}

.btn-ebook {
  border-radius: var(--radius-pill);
  padding: 0.85rem 1.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--text);
  background: #f0c4b8;
  border: 2px solid #e8b5a8;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.btn-ebook:hover {
  background: #eab6a8;
  border-color: #e0a898;
  color: var(--text);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(224, 168, 152, 0.35);
}

/* —— Weight loss page —— */
.page-weight-loss {
  background: var(--bg);
}

.font-serif {
  font-family: var(--font-serif);
}

.wl-hero {
  overflow: hidden;
  min-height: min(90vh, 920px);
  display: flex;
  align-items: center;
}

.wl-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.wl-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(19, 22, 47, 0.88) 0%,
    rgba(19, 22, 47, 0.72) 42%,
    rgba(19, 22, 47, 0.35) 100%
  );
}

.wl-hero .z-1 {
  z-index: 1;
}

.wl-hero__copy {
  color: rgba(255, 255, 255, 0.9);
}

.wl-hero__copy p {
  color: rgba(255, 255, 255, 0.82);
}

.wl-prose p:last-child {
  margin-bottom: 0;
}

.wl-prose p {
  margin-bottom: 1rem;
  line-height: 1.75;
}

.wl-hero__figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.wl-details-figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

@media (min-width: 992px) {
  .wl-details-figure {
    position: sticky;
    top: calc(var(--header-sticky-offset, 5.5rem) + 1rem);
  }
}

.py-lg-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

.wl-medication-acc .accordion-item {
  border: 1px solid rgba(43, 43, 43, 0.08);
  border-radius: 14px !important;
  margin-bottom: 0.65rem;
  overflow: hidden;
}

.wl-medication-acc .accordion-button {
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 1rem 1.15rem;
  box-shadow: none !important;
}

.wl-medication-acc .accordion-button:not(.collapsed) {
  background: var(--highlight-bg);
  color: var(--text);
}

.wl-medication-acc .accordion-body {
  font-size: 0.9375rem;
  color: var(--text-muted);
  padding-top: 0.25rem;
}

.wl-medication-acc .accordion-body ul {
  padding-left: 1.1rem;
}

.wl-med-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.65rem;
  border-radius: 50%;
  background: var(--btn);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.wl-medication-acc .accordion-button.collapsed .wl-med-num {
  background: rgba(31, 94, 91, 0.12);
  color: var(--btn);
}

/* —— Semaglutide / Tirzepatide page —— */
.page-semaglutide {
  background: var(--bg);
}

.glp1-hero {
  overflow: hidden;
  min-height: min(88vh, 900px);
  display: flex;
  align-items: center;
}

.glp1-hero .z-1 {
  z-index: 1;
}

.glp1-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 20%;
}

.glp1-hero__overlay {
  background: linear-gradient(
    105deg,
    rgba(19, 22, 47, 0.9) 0%,
    rgba(19, 22, 47, 0.78) 45%,
    rgba(31, 94, 91, 0.45) 100%
  );
}

.glp1-hero .contact-breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
}

.glp1-hero .contact-breadcrumb a:hover {
  color: #fff;
}

.glp1-hero .contact-breadcrumb .sep {
  color: rgba(231, 169, 180, 0.85);
}

.glp1-hero__title {
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  font-weight: 600;
  line-height: 1.2;
}

.glp1-hero__lead {
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 34rem;
}

.glp1-hero__figure img {
  width: 100%;
  max-height: min(440px, 58vh);
  object-fit: cover;
}

.glp1-drug-card {
  background: #fff;
  border-radius: 20px;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(231, 169, 180, 0.22);
}

.glp1-drug-card--accent {
  background: linear-gradient(160deg, #fff 0%, var(--highlight-bg) 55%, var(--alt-bg) 100%);
  border-color: rgba(231, 169, 180, 0.35);
}

.glp1-benefit-list li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(43, 43, 43, 0.07);
  font-size: 1.02rem;
  line-height: 1.65;
}

.glp1-benefit-list li:last-child {
  border-bottom: 0;
}

.glp1-benefit-list__icon {
  flex-shrink: 0;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: var(--btn);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.12rem;
}

.glp1-product-shot img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  max-height: 560px;
}

.glp1-product-shot__cap {
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--text-muted) !important;
}

.glp1-feature {
  background: #fff;
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  height: 100%;
  border: 1px solid rgba(231, 169, 180, 0.18);
  box-shadow: 0 10px 32px rgba(43, 43, 43, 0.05);
}

.glp1-faq-acc .accordion-button {
  font-size: 0.9375rem;
  font-weight: 600;
}

.glp1-faq-acc .accordion-button:not(.collapsed) {
  background: var(--highlight-bg);
  color: var(--text);
  box-shadow: none;
}

.glp1-faq-acc .accordion-body {
  color: var(--text-muted);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.glp1-cta-band {
  background: linear-gradient(180deg, var(--highlight-bg) 0%, var(--alt-bg) 55%, #fff 100%);
}

/* —— B-12 / LIPO / GSH / Vit D page —— */
.page-injections {
  background: var(--bg);
}

.inj-hero {
  overflow: hidden;
  min-height: min(82vh, 860px);
  display: flex;
  align-items: center;
}

.inj-hero .z-1 {
  z-index: 1;
}

.inj-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 25%;
}

.inj-hero__overlay {
  background: linear-gradient(
    105deg,
    rgba(19, 22, 47, 0.9) 0%,
    rgba(19, 22, 47, 0.75) 48%,
    rgba(31, 94, 91, 0.42) 100%
  );
}

.inj-hero .contact-breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
}

.inj-hero .contact-breadcrumb a:hover {
  color: #fff;
}

.inj-hero .contact-breadcrumb .sep {
  color: rgba(231, 169, 180, 0.85);
}

.inj-hero__title {
  font-size: clamp(1.75rem, 3.8vw, 2.45rem);
  font-weight: 600;
  line-height: 1.2;
}

.inj-hero__lead {
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 36rem;
}

.inj-hero__figure img {
  width: 100%;
  max-height: min(420px, 56vh);
  object-fit: cover;
}

.inj-list {
  padding-left: 1.15rem;
  margin-bottom: 0;
}

.inj-list li {
  margin-bottom: 0.45rem;
  line-height: 1.65;
}

.inj-list--checks {
  list-style: none;
  padding-left: 0;
}

.inj-list--checks li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.65rem;
}

.inj-list--checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--btn);
}

.inj-note {
  background: var(--highlight-bg);
  border: 1px solid rgba(231, 169, 180, 0.25);
}

.inj-ol {
  padding-left: 1.25rem;
}

.inj-ol li {
  margin-bottom: 0.65rem;
  line-height: 1.65;
}

.inj-pricing-card {
  background: #fff;
  border-radius: 20px;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(231, 169, 180, 0.2);
}

.inj-pricing-tier + .inj-pricing-tier {
  border-top: 1px solid rgba(43, 43, 43, 0.08);
  margin-top: 1rem;
  padding-top: 1rem;
}

/* —— Primary care (Virtual DPC) page —— */
.page-primary-care {
  background: var(--bg);
}

/* Dark hero: blurred photo (same family as injections / GLP-1) */
.page-primary-care .dpc-hero .inj-hero__bg {
  filter: blur(14px);
  transform: scale(1.1);
}

.page-primary-care .dpc-hero .inj-hero__overlay {
  background: linear-gradient(
    105deg,
    rgba(19, 22, 47, 0.9) 0%,
    rgba(19, 22, 47, 0.76) 48%,
    rgba(31, 94, 91, 0.45) 100%
  );
}

/* Landscape hero photo (virtual visit) — fits frame like the injections banner */
.page-primary-care .dpc-hero .inj-hero__figure img {
  aspect-ratio: 16 / 9;
  max-height: min(400px, 52vh);
  object-fit: cover;
}

.page-primary-care .dpc-split-section .dpc-split-section__figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-primary-care .dpc-split-section#dpc-split-1 .dpc-split-section__figure img,
.page-primary-care .dpc-split-section#wellness-split-1 .dpc-split-section__figure img {
  aspect-ratio: 16 / 10;
  max-height: min(380px, 48vh);
}

.page-primary-care .dpc-rule {
  max-width: 120px;
  border: 0;
  border-top: 2px solid rgba(31, 94, 91, 0.25);
  opacity: 1;
}

.page-primary-care .dpc-price-card {
  background: var(--highlight-bg);
  border: 1px solid rgba(231, 169, 180, 0.28);
  border-radius: 18px;
  padding: 1.5rem 1.75rem;
  max-width: 26rem;
}

.page-primary-care .dpc-features-box {
  background: #fff;
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(231, 169, 180, 0.2);
  box-shadow: var(--shadow-soft);
}

.page-primary-care .dpc-channel {
  background: #fff;
  border-radius: 16px;
  padding: 1.25rem 1rem;
  border: 1px solid rgba(43, 43, 43, 0.06);
  box-shadow: 0 8px 24px rgba(43, 43, 43, 0.04);
}

.page-primary-care .dpc-channel__icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.65rem;
  border-radius: 50%;
  background: rgba(31, 94, 91, 0.1);
  color: var(--btn);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-primary-care .dpc-bullet {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--btn);
  margin-top: 0.45rem;
}

.page-primary-care .dpc-acc .accordion-item {
  border-color: rgba(231, 169, 180, 0.22);
  border-radius: 12px !important;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.page-primary-care .dpc-acc .accordion-button {
  font-size: 0.9375rem;
  font-weight: 600;
  box-shadow: none !important;
}

.page-primary-care .dpc-acc .accordion-button:not(.collapsed) {
  background: var(--highlight-bg);
  color: var(--text);
}

.page-primary-care .dpc-acc .accordion-body {
  font-size: 0.9375rem;
  line-height: 1.7;
}

/* —— Urgent care services page —— */
.page-urgent-care {
  background: var(--bg);
}

.page-urgent-care .uc-hero .inj-hero__bg {
  filter: blur(14px);
  transform: scale(1.1);
}

.page-urgent-care .uc-hero .inj-hero__overlay {
  background: linear-gradient(
    105deg,
    rgba(19, 22, 47, 0.9) 0%,
    rgba(19, 22, 47, 0.76) 48%,
    rgba(31, 94, 91, 0.45) 100%
  );
}

.page-urgent-care .uc-hero .inj-hero__figure img {
  aspect-ratio: 16 / 9;
  max-height: min(400px, 52vh);
  object-fit: cover;
}

.page-urgent-care .uc-tag-btn {
  border: 1px solid rgba(31, 94, 91, 0.35);
  color: var(--btn);
  background: rgba(255, 255, 255, 0.95);
  font-size: 0.8125rem;
  padding: 0.35rem 0.85rem;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-urgent-care .uc-tag-btn:hover {
  background: var(--btn);
  border-color: var(--btn);
  color: #fff;
}

/* —— Online prescriptions page —— */
.page-online-prescriptions {
  background: var(--bg);
}

.page-online-prescriptions .rx-hero .inj-hero__bg {
  filter: blur(14px);
  transform: scale(1.1);
}

.page-online-prescriptions .rx-hero .inj-hero__overlay {
  background: linear-gradient(
    105deg,
    rgba(19, 22, 47, 0.9) 0%,
    rgba(19, 22, 47, 0.76) 48%,
    rgba(31, 94, 91, 0.45) 100%
  );
}

.page-online-prescriptions .rx-hero .inj-hero__figure img {
  aspect-ratio: 16 / 9;
  max-height: min(400px, 52vh);
  object-fit: cover;
}

.page-online-prescriptions .rx-section-rule {
  max-width: 120px;
  border: 0;
  border-top: 2px solid rgba(31, 94, 91, 0.25);
  opacity: 1;
}

.page-online-prescriptions .rx-intakeq-placeholder {
  min-height: 0;
}

/* —— Chronic disease management page —— */
.page-chronic-disease {
  background: var(--bg);
}

.page-chronic-disease .cdm-hero .inj-hero__bg {
  filter: blur(14px);
  transform: scale(1.1);
}

.page-chronic-disease .cdm-hero .inj-hero__overlay {
  background: linear-gradient(
    105deg,
    rgba(19, 22, 47, 0.9) 0%,
    rgba(19, 22, 47, 0.76) 48%,
    rgba(31, 94, 91, 0.45) 100%
  );
}

.page-chronic-disease .cdm-hero .inj-hero__figure img {
  aspect-ratio: 16 / 9;
  max-height: min(400px, 52vh);
  object-fit: cover;
}

.page-chronic-disease .cdm-tag-btn {
  border: 1px solid rgba(31, 94, 91, 0.35);
  color: var(--btn);
  background: rgba(255, 255, 255, 0.95);
  font-size: 0.8125rem;
  padding: 0.35rem 0.85rem;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-chronic-disease .cdm-tag-btn:hover {
  background: var(--btn);
  border-color: var(--btn);
  color: #fff;
}

.page-chronic-disease .cdm-approach-list li {
  padding-left: 0.25rem;
}

/* —— Wellness services page —— */
.page-wellness-services {
  background: var(--bg);
}

.page-wellness-services .wl-hero .inj-hero__bg,
.page-dpc-membership .wl-hero .inj-hero__bg,
.page-iv-therapy-membership .wl-hero .inj-hero__bg {
  filter: blur(14px);
  transform: scale(1.1);
}

.page-wellness-services .wl-hero .inj-hero__overlay,
.page-dpc-membership .wl-hero .inj-hero__overlay,
.page-iv-therapy-membership .wl-hero .inj-hero__overlay {
  background: linear-gradient(
    105deg,
    rgba(19, 22, 47, 0.9) 0%,
    rgba(19, 22, 47, 0.76) 48%,
    rgba(31, 94, 91, 0.45) 100%
  );
}

.page-wellness-services .wellness-hero-figure img,
.page-dpc-membership .wellness-hero-figure img,
.page-iv-therapy-membership .wellness-hero-figure img {
  aspect-ratio: 1;
  object-fit: cover;
}

/* —— IV therapy page —— */
.page-iv-therapy {
  background: var(--bg);
}

.page-iv-therapy .iv-hero--gradient {
  min-height: min(62vh, 560px);
}

.page-iv-therapy .iv-hero .iv-hero__bg {
  filter: none;
  transform: none;
  background-image: linear-gradient(
    125deg,
    #13162f 0%,
    #1a3d4a 42%,
    #1f5e5b 72%,
    #234a52 100%
  );
}

.page-iv-therapy .iv-hero .iv-hero__overlay {
  background: linear-gradient(
    105deg,
    rgba(19, 22, 47, 0.82) 0%,
    rgba(19, 22, 47, 0.55) 55%,
    rgba(31, 94, 91, 0.35) 100%
  );
}

.page-iv-therapy .iv-shot-list .inj-list {
  text-align: start;
}

/* Shot bar: avoid equal-height columns + h-100 stacking bugs (cards overlapping footer) */
.page-iv-therapy .iv-shot-bar-section .row.align-items-start > [class*="col-"] {
  min-height: 0;
}

.page-iv-therapy #primary.site-main {
  position: relative;
  overflow: visible;
}

/* —— Women’s sexual wellness page —— */
.page-womens-sexual-wellness {
  background: var(--bg);
}

.page-womens-sexual-wellness .wsh-hero .wsh-hero__bg {
  filter: blur(12px);
  transform: scale(1.08);
  background-position: center top;
  background-size: cover;
}

.page-womens-sexual-wellness .wsh-hero .inj-hero__overlay,
.page-womens-sexual-wellness .wsh-hero .wsh-hero__overlay {
  background: linear-gradient(
    105deg,
    rgba(19, 22, 47, 0.88) 0%,
    rgba(19, 22, 47, 0.72) 45%,
    rgba(31, 94, 91, 0.4) 100%
  );
}

.page-womens-sexual-wellness .wsh-hero__figure img {
  aspect-ratio: 3 / 2;
  max-height: min(420px, 52vh);
  object-fit: cover;
  width: 100%;
}

.page-womens-sexual-wellness #primary.site-main {
  position: relative;
  overflow: visible;
}

/* —— Lab draws (Testing / Lab) —— */
.page-lab-draws #primary.site-main {
  position: relative;
  overflow: visible;
}

.page-lab-draws .lab-panel-grid {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.page-lab-draws .lab-panel-btn {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff !important;
  background-color: #85c9e8 !important;
  border: none;
  text-decoration: none;
  line-height: 1.35;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.page-lab-draws .lab-panel-btn:hover,
.page-lab-draws .lab-panel-btn:focus-visible {
  background-color: #6bb8dc !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.page-lab-draws .lab-draws-form-wrap .wpforms-container {
  margin-bottom: 0;
}

/* —— Prices —— */
.page-prices #primary.site-main {
  position: relative;
  overflow: visible;
}

.page-prices .prices-hero .inj-hero__bg {
  filter: blur(14px);
  transform: scale(1.1);
}

.page-prices .prices-hero .inj-hero__overlay {
  background: linear-gradient(
    105deg,
    rgba(19, 22, 47, 0.9) 0%,
    rgba(19, 22, 47, 0.76) 48%,
    rgba(31, 94, 91, 0.45) 100%
  );
}

/* —— DPC Membership —— */
.page-dpc-membership #primary.site-main {
  position: relative;
  overflow: visible;
}

.page-dpc-membership .dpc-membership-card {
  height: 100%;
}

.page-dpc-membership .dpc-membership-pricing p {
  font-size: 1.05rem;
}

.page-dpc-membership .membership-wsh-copy {
  line-height: 1.7;
}

.page-dpc-membership .dpc-membership-resources-link {
  color: var(--btn);
  text-decoration: none;
}

.page-dpc-membership .dpc-membership-resources-link:hover {
  color: var(--btn-hover);
  text-decoration: underline;
}

/* —— IV Therapy Membership —— */
.page-iv-therapy-membership #primary.site-main {
  position: relative;
  overflow: visible;
}

.page-iv-therapy-membership .iv-mem-tier__banner img {
  display: block;
}

.page-iv-therapy-membership .iv-mem-tier__list {
  margin: 0;
  padding-left: 1.15rem;
  line-height: 1.65;
}

.page-iv-therapy-membership .iv-mem-tier__list li {
  margin-bottom: 0.35rem;
}

.page-iv-therapy-membership .iv-mem-cta {
  font-weight: 600;
  font-size: 0.9rem;
  color: #fff !important;
  background-color: #60bb5c !important;
  border: none;
}

.page-iv-therapy-membership .iv-mem-cta:hover,
.page-iv-therapy-membership .iv-mem-cta:focus-visible {
  background-color: #4fa34b !important;
  color: #fff !important;
}

.page-iv-therapy-membership .iv-mem-faq-acc .iv-mem-faq-num {
  color: var(--btn);
  font-weight: 700;
  min-width: 1.25rem;
}

/* —— Single post (blog article) —— */
.page-single-post {
  background: var(--bg);
}

.single-post-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    105deg,
    #0a1a1f 0%,
    #0f2a2e 42%,
    #134e4a 72%,
    #1a5c56 100%
  );
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.single-post-banner__inner {
  position: relative;
  z-index: 1;
}

.single-post-banner__breadcrumb {
  font-size: 0.8125rem;
  margin-bottom: 1rem;
}

.single-post-banner__breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s;
}

.single-post-banner__breadcrumb a:hover {
  color: #fff;
}

.single-post-banner__breadcrumb .sep {
  margin: 0 0.35rem;
  color: rgba(231, 169, 180, 0.85);
}

.single-post-banner__breadcrumb-current {
  color: rgba(255, 255, 255, 0.45);
}

.single-post-banner__kicker {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 0.65rem;
}

.single-post-banner__title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  font-weight: 600;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 1rem;
  max-width: 20ch;
}

@media (min-width: 992px) {
  .single-post-banner__title {
    max-width: 16ch;
  }
}

.single-post-banner__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 1.15rem;
}

.single-post-banner__meta-item + .single-post-banner__meta-item::before {
  content: "·";
  margin: 0 0.5rem;
  color: rgba(255, 255, 255, 0.35);
}

.single-post-banner__meta a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: color 0.2s;
}

.single-post-banner__meta a:hover {
  color: #fff;
}

.single-post-banner__meta time {
  font-weight: 500;
}

.single-post-banner__meta-sep {
  color: rgba(255, 255, 255, 0.35);
}

.single-post-banner__actions {
  margin-top: 0.35rem;
}

.single-post-banner__intro {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  max-width: 36rem;
  margin-bottom: 1.25rem;
}

.single-post-banner__btn-primary {
  background: var(--btn) !important;
  color: #fff !important;
  border: 2px solid var(--btn) !important;
  font-weight: 600;
  padding-inline: 1.35rem;
}

.single-post-banner__btn-primary:hover,
.single-post-banner__btn-primary:focus-visible {
  background: var(--btn-hover) !important;
  border-color: var(--btn-hover) !important;
  color: #fff !important;
}

.single-post-banner__btn-secondary {
  background: #fff !important;
  color: var(--btn) !important;
  border: 2px solid #fff !important;
  font-weight: 600;
  padding-inline: 1.35rem;
}

.single-post-banner__btn-secondary:hover,
.single-post-banner__btn-secondary:focus-visible {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

.single-post-banner__figure {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
  max-width: 100%;
}

.single-post-banner__img {
  width: 100%;
  height: clamp(220px, 42vw, 420px);
  object-fit: cover;
  display: block;
}

.single-post-banner__figure--placeholder {
  min-height: clamp(220px, 42vw, 420px);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(255, 255, 255, 0.02) 50%,
    rgba(0, 0, 0, 0.12) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 991.98px) {
  .single-post-banner__title {
    max-width: none;
  }

  .single-post-banner__img {
    height: min(52vw, 320px);
  }

  .single-post-banner__figure--placeholder {
    min-height: min(52vw, 320px);
  }
}

.single-post-content > *:first-child {
  margin-top: 0;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
  margin-top: 1.75rem;
  margin-bottom: 0.65rem;
  color: var(--text);
}

.single-post-content h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.single-post-content ul,
.single-post-content ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.single-post-content li {
  margin-bottom: 0.35rem;
}

.single-post-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem 1rem 1.35rem;
  border-left: 4px solid var(--pink);
  background: rgba(243, 228, 232, 0.45);
  border-radius: 0 12px 12px 0;
  color: var(--text);
}

.single-post-content blockquote p:last-child {
  margin-bottom: 0;
}

.single-post-content a:not(.wp-block-button__link) {
  color: var(--btn);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.single-post-content a:not(.wp-block-button__link):hover {
  color: var(--btn-hover);
}

.single-post-content img,
.single-post-content .wp-block-image img {
  border-radius: 12px;
}

.single-post-content .wp-block-image figcaption,
.single-post-content figcaption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.single-post-tag {
  display: inline-block;
  padding: 0.3rem 0.85rem;
  margin: 0 0.35rem 0.5rem 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--btn);
  background: rgba(31, 94, 91, 0.08);
  border-radius: var(--radius-pill);
  border: 1px solid rgba(31, 94, 91, 0.15);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.single-post-tag:hover {
  background: rgba(31, 94, 91, 0.12);
  border-color: rgba(31, 94, 91, 0.25);
  color: var(--btn-hover);
}

.single-post-footer .post-navigation {
  width: 100%;
}

.single-post-footer .post-navigation .nav-links {
  display: grid;
  gap: 1rem;
}

@media (min-width: 576px) {
  .single-post-footer .post-navigation .nav-links {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }

  .single-post-footer .post-navigation .nav-next {
    text-align: right;
  }
}

.single-post-footer .post-navigation a {
  display: block;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(43, 43, 43, 0.1);
  border-radius: 12px;
  background: var(--bg);
  transition: border-color 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: var(--text);
}

.single-post-footer .post-navigation a:hover {
  border-color: rgba(231, 169, 180, 0.5);
  box-shadow: 0 8px 24px rgba(43, 43, 43, 0.06);
}

.single-post-nav__title {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.35;
}

/* Comments (single posts & any template using comments.php) */
.heallmay-comments-area {
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
  background: linear-gradient(180deg, var(--highlight-bg) 0%, var(--alt-bg) 28%, var(--bg) 100%);
  border-top: 1px solid rgba(231, 169, 180, 0.2);
}

.heallmay-comments-title,
.heallmay-comment-reply-title {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--text);
  margin: 0 0 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(231, 169, 180, 0.25);
}

.heallmay-comment-list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.heallmay-comment-list .comment {
  margin: 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(43, 43, 43, 0.08);
}

.heallmay-comment-list .children {
  list-style: none;
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
  border-left: 3px solid rgba(231, 169, 180, 0.35);
}

.heallmay-comment-list .comment-body {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
}

.heallmay-comment-list .comment-author .avatar {
  border-radius: 50%;
  box-shadow: var(--shadow-soft);
}

.heallmay-comment-list .comment-meta {
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.heallmay-comment-list .comment-meta a {
  color: var(--btn);
  text-decoration: none;
}

.heallmay-comment-list .comment-meta a:hover {
  color: var(--btn-hover);
  text-decoration: underline;
}

.heallmay-comment-list .comment-content {
  flex: 1 1 100%;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.heallmay-comment-list .comment-content p:last-child {
  margin-bottom: 0;
}

.heallmay-comment-list .reply .comment-reply-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--btn);
}

.heallmay-comment-list .reply .comment-reply-link:hover {
  color: var(--btn-hover);
}

.heallmay-comments-area .comment-navigation {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
}

.heallmay-comments-area .comment-navigation a {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--btn);
}

.heallmay-comments-area .comment-navigation a:hover {
  color: var(--btn-hover);
}

/* Comment form panel */
.heallmay-comments-area .comment-respond {
  margin-top: 0.5rem;
}

.heallmay-comment-list ~ .comment-respond {
  margin-top: 2.25rem;
}

.heallmay-comments-area .heallmay-comment-form {
  margin: 0;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(231, 169, 180, 0.15);
}

.heallmay-comments-area .logged-in-as {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}

.heallmay-comments-area .logged-in-as a {
  color: var(--btn);
  font-weight: 600;
  text-decoration: none;
}

.heallmay-comments-area .logged-in-as a:hover {
  color: var(--btn-hover);
  text-decoration: underline;
}

.heallmay-comments-area .must-log-in,
.heallmay-comments-area .comment-notes {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.heallmay-comments-area .must-log-in a {
  color: var(--btn);
  font-weight: 600;
}

.heallmay-comments-area .must-log-in a:hover {
  color: var(--btn-hover);
}

.heallmay-comment-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
  display: block;
}

.heallmay-comments-area .heallmay-required {
  color: var(--pink);
  font-weight: 700;
}

.heallmay-comments-area .heallmay-comment-input,
.heallmay-comments-area .heallmay-comment-textarea {
  border-radius: 14px;
  border: 1px solid rgba(43, 43, 43, 0.12);
  padding: 0.8rem 1rem;
  font-size: 0.9375rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.heallmay-comments-area .heallmay-comment-textarea {
  min-height: 9rem;
  resize: vertical;
  line-height: 1.6;
}

.heallmay-comments-area .heallmay-comment-input:focus,
.heallmay-comments-area .heallmay-comment-textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 0.2rem rgba(231, 169, 180, 0.2);
  outline: none;
}

.heallmay-comments-area .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.heallmay-comments-area .comment-form-cookies-consent input {
  margin-top: 0.25rem;
  flex-shrink: 0;
  accent-color: var(--btn);
}

.heallmay-comments-area .comment-form-cookies-consent label {
  cursor: pointer;
  line-height: 1.5;
}

.heallmay-comments-area .form-submit {
  margin: 0;
  padding-top: 0.25rem;
}

.heallmay-comments-area .heallmay-comment-submit {
  min-width: 11rem;
  cursor: pointer;
}

.heallmay-comments-area #cancel-comment-reply-link {
  display: inline-block;
  margin-left: 0.75rem;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
}

.heallmay-comments-area #cancel-comment-reply-link:hover {
  color: var(--btn);
}

/* Aesthetic & IV Therapy — split sections */
.page-aesthetic-iv-therapy .aesthetic-iv-split__figure img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media (min-width: 992px) {
  .page-aesthetic-iv-therapy .aesthetic-iv-split__figure img {
    max-height: min(420px, 52vh);
  }
}

/* Patient Gallery template */
.page-patient-gallery .patient-gallery-intro {
  max-width: 42rem;
}

.page-patient-gallery .patient-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}

.page-patient-gallery .patient-gallery-grid__cell {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: var(--alt-bg, #f5f5f5);
  box-shadow: 0 8px 28px rgba(43, 43, 43, 0.08);
}

.page-patient-gallery .patient-gallery-grid__link {
  display: block;
  line-height: 0;
}

.page-patient-gallery .patient-gallery-grid__img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.page-patient-gallery .patient-gallery-grid__link:hover .patient-gallery-grid__img {
  transform: scale(1.03);
}

.page-patient-gallery .patient-gallery-empty {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

/* Service template — pale pink band + horizontal split cards */
.service-cards-section {
  background: #f9eef1;
}

.service-card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(43, 43, 43, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  min-height: 0;
}

.service-card-box:hover {
  box-shadow: 0 18px 48px rgba(43, 43, 43, 0.1);
  transform: translateY(-2px);
}

.service-card-box__media {
  display: block;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 5 / 4;
}

.service-card-box__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.service-card-box:hover .service-card-box__media img {
  transform: scale(1.04);
}

.service-card-box__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.25rem, 3vw, 1.5rem) clamp(1.35rem, 3vw, 1.75rem);
}

.service-card-box__title {
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.65rem;
  line-height: 1.25;
}

.service-card-box__text {
  font-size: 0.9375rem;
  line-height: 1.55;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.service-card-box__btn {
  margin-top: auto;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .service-card-box {
    flex-direction: row;
    align-items: stretch;
    min-height: 15rem;
  }

  .service-card-box__media {
    aspect-ratio: unset;
    width: 46%;
    max-width: 46%;
    align-self: stretch;
    height: auto;
    min-height: 14rem;
    flex: 0 0 46%;
  }

  .service-card-box__body {
    flex: 1 1 auto;
    width: 0;
    min-width: 0;
    align-items: flex-start;
    text-align: left;
    padding: 1.35rem 1.5rem 1.35rem 1.25rem;
  }

  .service-card-box__btn {
    align-self: center;
  }
}

@media (min-width: 992px) {
  .service-card-box {
    flex-direction: row;
    align-items: stretch;
    min-height: 16rem;
  }

  .service-card-box__media {
    aspect-ratio: unset;
    width: 48%;
    max-width: 48%;
    align-self: stretch;
    height: auto;
    min-height: 15rem;
    flex: 0 0 48%;
  }

  .service-card-box__body {
    flex: 1 1 auto;
    width: 0;
    min-width: 0;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    padding: 1.5rem 1.5rem 1.5rem 1.35rem;
  }

  .service-card-box__btn {
    align-self: center;
  }
}

/* Service page only: working hero crop + equal card images (!important vs Bootstrap / globals) */
.page-service-template .dpc-hero .inj-hero__figure img {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  max-height: min(400px, 52vh) !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: center !important;
}

.page-service-template .service-cards-section .row {
  align-items: stretch !important;
}

.page-service-template .service-cards-section .row > [class*="col-"] {
  display: flex !important;
  align-items: stretch !important;
}

.page-service-template .service-card-box.flex-fill {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-height: 0 !important;
}

.page-service-template .service-card-box {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
}

.page-service-template .service-card-box__media {
  position: relative !important;
  overflow: hidden !important;
  display: block !important;
  flex-shrink: 0 !important;
  width: 100% !important;
  height: 280px !important;
  min-height: 280px !important;
  max-height: 280px !important;
  aspect-ratio: unset !important;
}

.page-service-template .service-card-box__media img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

.page-service-template .service-card-box:hover .service-card-box__media img {
  transform: scale(1.04) !important;
}

@media (min-width: 576px) {
  .page-service-template .service-card-box {
    flex-direction: row !important;
    align-items: stretch !important;
    min-height: 17.5rem !important;
  }

  .page-service-template .service-card-box__media {
    width: 48% !important;
    max-width: 48% !important;
    flex: 0 0 48% !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: none !important;
    align-self: stretch !important;
  }

  .page-service-template .service-card-box__body {
    flex: 1 1 auto !important;
    width: 0 !important;
    min-width: 0 !important;
  }
}
