/*
 * Services system v1. The home page is the visual authority: quiet plum,
 * light lavender surfaces, editorial type, clear actions, and no gimmicks.
 */
.mahan-route-services,
.mahan-treatment-template {
  background: var(--mahan-wash);
  color: var(--mahan-ink);
  font-family: "Open Sans", Arial, sans-serif;
}

/* Part 2 release-gate contrast and keyboard-access corrections. */
html.mh-motion-ready .mahan-route-services .mh-reveal,
html.mh-motion-ready .mahan-treatment-template .mh-reveal {
  opacity: 1 !important;
}

.mahan-route-services .mh-service-category__number,
.mahan-route-services .mh-service-option__index {
  color: #4b3c4d !important;
}

.mahan-route-services .mh-service-concerns__grid li a > span,
.mahan-treatment-template .mh-treatment-fact__number,
.mahan-treatment-template .mh-related-grid > a > span {
  color: #5f5661 !important;
}

.mahan-route-services .mh-service-category header > p:last-child,
.mahan-route-services .mh-service-category li > a small,
.mahan-treatment-template .mh-treatment-overview__summary {
  color: #514852 !important;
}

.mahan-treatment-template .mh-treatment-results__track:focus-visible {
  outline: 3px solid #cbb6d0;
  outline-offset: 4px;
}

/* v4.19 — canonical 70-treatment directory and scalable category finder. */
.mahan-route-services .mh-service-finder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 16px;
  align-items: end;
  margin: 0 0 22px;
  padding: 20px;
  border: 1px solid #d8d0da;
  background: #f7f4f8;
}

.mahan-route-services .mh-service-finder label {
  display: grid;
  gap: 8px;
}

.mahan-route-services .mh-service-finder label > span {
  color: #4b3c4d;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mahan-route-services .mh-service-finder input {
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  color: #29242b;
  border: 1px solid #bfb4c2;
  border-radius: 0;
  background: #fff;
  font: 400 1rem/1.4 "Open Sans", Arial, sans-serif;
}

.mahan-route-services .mh-service-finder input:focus-visible {
  border-color: #512958;
  outline: 3px solid rgba(81, 41, 88, .18);
  outline-offset: 1px;
}

.mahan-route-services .mh-service-finder > p {
  min-width: 210px;
  margin: 0;
  padding-bottom: 15px;
  color: #5f5661;
  font-size: .78rem;
}

.mahan-route-services .mh-service-finder button {
  min-height: 52px;
  padding: 10px 18px;
  color: #512958;
  border: 1px solid #8e7b92;
  background: transparent;
  font: 700 .74rem/1.2 "Open Sans", Arial, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}

.mahan-route-services .mh-category-jump {
  display: flex;
  overflow-x: auto;
  margin-bottom: 30px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.mahan-route-services .mh-category-jump a {
  min-width: 185px;
  flex: 1 0 185px;
  scroll-snap-align: start;
}

.mahan-route-services .mh-service-category-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.mahan-route-services .mh-service-category {
  display: grid;
  grid-template-columns: minmax(230px, 29%) minmax(0, 1fr);
}

.mahan-route-services .mh-service-category__visual {
  height: 100%;
  min-height: 360px;
}

.mahan-route-services .mh-service-category__visual img {
  height: 100%;
}

.mahan-route-services .mh-service-category__content {
  display: grid;
  grid-template-columns: repeat(var(--mh-subgroup-columns, 1), minmax(0, 1fr));
  column-gap: clamp(22px, 3vw, 42px);
  padding: clamp(30px, 4vw, 52px);
}

.mahan-route-services .mh-service-category__content[data-subgroup-count="2"] {
  --mh-subgroup-columns: 2;
}

.mahan-route-services .mh-service-category__content[data-subgroup-count="3"] {
  --mh-subgroup-columns: 3;
}

.mahan-route-services .mh-service-category__content > header {
  grid-column: 1 / -1;
  min-height: 0;
  padding: 0 0 28px;
}

.mahan-route-services .mh-service-subgroup h4 {
  min-height: 44px;
  margin: 0;
  padding: 12px 0;
  color: #512958;
  border-top: 2px solid #a98daf;
  font: 700 .73rem/1.4 "Open Sans", Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mahan-route-services .mh-service-subgroup ul {
  padding: 0;
}

.mahan-route-services .mh-service-category__content[data-subgroup-count="1"] .mh-service-subgroup ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
}

.mahan-route-services .mh-service-category li > a {
  min-height: 88px;
}

.mahan-route-services .mh-service-empty {
  margin: 0;
  padding: 48px 28px;
  color: #4b3c4d;
  border: 1px solid #d8d0da;
  background: #f7f4f8;
  text-align: center;
}

.mahan-route-services [hidden] {
  display: none !important;
}

@media (max-width: 1080px) {
  .mahan-route-services .mh-service-category__content[data-subgroup-count="3"] {
    --mh-subgroup-columns: 1;
  }

  .mahan-route-services .mh-service-category__content[data-subgroup-count="3"] .mh-service-subgroup + .mh-service-subgroup {
    margin-top: 24px;
  }
}

@media (max-width: 820px) {
  .mahan-route-services .mh-service-finder {
    grid-template-columns: 1fr auto;
  }

  .mahan-route-services .mh-service-finder label {
    grid-column: 1 / -1;
  }

  .mahan-route-services .mh-service-finder > p {
    min-width: 0;
    padding: 0;
  }

  .mahan-route-services .mh-service-category {
    grid-template-columns: 1fr;
  }

  .mahan-route-services .mh-service-category__visual {
    min-height: 0;
    height: min(55vw, 300px);
  }

  .mahan-route-services .mh-service-category__content[data-subgroup-count="2"] {
    --mh-subgroup-columns: 1;
  }

  .mahan-route-services .mh-service-category__content[data-subgroup-count="2"] .mh-service-subgroup + .mh-service-subgroup {
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .mahan-route-services .mh-service-finder {
    gap: 12px;
    padding: 16px;
  }

  .mahan-route-services .mh-category-jump a {
    min-width: 215px;
    flex-basis: 72%;
  }

  .mahan-route-services .mh-service-category__content {
    padding: 27px 20px 24px;
  }

  .mahan-route-services .mh-service-category__content[data-subgroup-count="1"] .mh-service-subgroup ul {
    grid-template-columns: 1fr;
  }

  .mahan-route-services .mh-service-category li > a {
    min-height: 94px;
  }
}

/* Keep the clinical safety-panel descriptions legible on the dark surface.
 * This final, template-scoped rule also protects the component from later
 * generic treatment paragraph rules in the shared cascade. */
.mahan-treatment-template .mh-treatment-safety .mh-treatment-safety__card > p {
  grid-column: 2;
  color: rgba(255, 255, 255, .78);
}

.mahan-treatment-template .mh-treatment-safety .mh-treatment-safety__card > span:nth-of-type(1),
.mahan-treatment-template .mh-treatment-safety .mh-treatment-safety__card > strong:nth-of-type(1) {
  grid-row: 1;
}

.mahan-treatment-template .mh-treatment-safety .mh-treatment-safety__card > p:nth-of-type(1) {
  grid-row: 2;
}

.mahan-treatment-template .mh-treatment-safety .mh-treatment-safety__card > span:nth-of-type(2),
.mahan-treatment-template .mh-treatment-safety .mh-treatment-safety__card > strong:nth-of-type(2) {
  grid-row: 3;
}

.mahan-treatment-template .mh-treatment-safety .mh-treatment-safety__card > p:nth-of-type(2) {
  grid-row: 4;
}

.mahan-treatment-template .mh-treatment-safety .mh-treatment-safety__card > span:nth-of-type(3),
.mahan-treatment-template .mh-treatment-safety .mh-treatment-safety__card > strong:nth-of-type(3) {
  grid-row: 5;
}

.mahan-treatment-template .mh-treatment-safety .mh-treatment-safety__card > p:nth-of-type(3) {
  grid-row: 6;
  margin-bottom: 0;
}

/* v4.19 cascade lock: keep the catalogue layout authoritative over v1 rules. */
.mahan-route-services .mh-category-jump {
  display: flex;
  grid-template-columns: none;
  overflow-x: auto;
}

.mahan-route-services .mh-category-jump a {
  min-width: 185px;
  flex: 1 0 185px;
}

.mahan-route-services .mh-service-category-grid {
  grid-template-columns: 1fr;
}

.mahan-route-services .mh-service-category-grid > .mh-service-category {
  display: grid;
  grid-template-columns: minmax(230px, 29%) minmax(0, 1fr);
}

.mahan-route-services .mh-service-category-grid .mh-service-category__visual {
  height: 100%;
  min-height: 360px;
}

.mahan-route-services .mh-service-category .mh-service-subgroup ul {
  margin: 0;
  padding: 0;
}

.mahan-route-services .mh-service-category__content[data-subgroup-count="1"] .mh-service-subgroup ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
}

.mahan-route-services [hidden] {
  display: none !important;
}

@media (max-width: 820px) {
  .mahan-route-services .mh-service-category-grid > .mh-service-category {
    grid-template-columns: 1fr;
  }

  .mahan-route-services .mh-service-category-grid .mh-service-category__visual {
    min-height: 0;
    height: min(55vw, 300px);
  }
}

@media (max-width: 600px) {
  .mahan-route-services .mh-category-jump a {
    min-width: 215px;
    flex-basis: 72%;
  }

  .mahan-route-services .mh-service-category__content[data-subgroup-count="1"] .mh-service-subgroup ul {
    grid-template-columns: 1fr;
  }
}

/* v4.18 — reusable, consent-conscious treatment results module. */
.mahan-treatment-template .mh-treatment-results {
  overflow: hidden;
  padding-block: clamp(72px, 8vw, 112px);
  scroll-margin-top: 92px;
  color: #fff;
  background: #29232d;
}

.mahan-treatment-template .mh-treatment-results .mh-kicker {
  color: #d6c7d9 !important;
}

.mahan-treatment-template .mh-treatment-results h2,
.mahan-treatment-template .mh-treatment-results .mh-service-heading > p {
  color: #fff;
}

.mahan-treatment-template .mh-treatment-results .mh-service-heading > p {
  color: rgba(255, 255, 255, .72);
}

.mahan-treatment-template .mh-treatment-results__viewport {
  overflow: hidden;
}

.mahan-treatment-template .mh-treatment-results__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

.mahan-treatment-template .mh-treatment-results__track::-webkit-scrollbar {
  display: none;
}

.mahan-treatment-template .mh-treatment-result {
  min-width: 0;
  flex: 0 0 min(44vw, 520px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #f6f2f7;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.mahan-treatment-template .mh-treatment-result__image {
  aspect-ratio: 1;
  overflow: hidden;
  background: #e8e0ea;
}

.mahan-treatment-template .mh-treatment-result__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mahan-treatment-template .mh-treatment-result figcaption {
  display: grid;
  min-height: 84px;
  gap: 6px;
  padding: 17px 20px 19px;
  color: #29242b;
  border-top: 1px solid rgba(75, 60, 77, .16);
}

.mahan-treatment-template .mh-treatment-result figcaption span {
  color: #755f79;
  font: 700 .68rem/1.3 "Open Sans", Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mahan-treatment-template .mh-treatment-result figcaption strong {
  font: 400 clamp(1.05rem, 1.7vw, 1.35rem)/1.35 "Libre Baskerville", Georgia, serif;
}

.mahan-treatment-template .mh-treatment-results__controls {
  display: grid;
  grid-template-columns: 48px minmax(0, auto) 48px;
  gap: 8px;
  align-items: center;
  justify-content: end;
  margin-top: 24px;
}

.mahan-treatment-template .mh-treatment-results__controls > button {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.mahan-treatment-template .mh-treatment-results__controls > button:hover,
.mahan-treatment-template .mh-treatment-results__controls > button:focus-visible {
  color: #29242b;
  border-color: #fff;
  background: #fff;
}

.mahan-treatment-template .mh-treatment-results__dots {
  display: flex;
  min-height: 44px;
  gap: 0;
  align-items: center;
  justify-content: center;
}

.mahan-treatment-template .mh-treatment-results__dots button {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}

.mahan-treatment-template .mh-treatment-results__dots button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .46);
  transform: translate(-50%, -50%);
  transition: width .2s ease, background-color .2s ease;
  content: "";
}

.mahan-treatment-template .mh-treatment-results__dots button[aria-current="true"]::before {
  width: 16px;
  border-radius: 999px;
  background: #fff;
}

.mahan-treatment-template .mh-treatment-results__footer {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.mahan-treatment-template .mh-treatment-results__footer p {
  max-width: 800px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
  line-height: 1.65;
}

.mahan-treatment-template .mh-treatment-results__footer .mh-arrow-link {
  min-height: 44px;
  flex: 0 0 auto;
  color: #fff;
}

.mahan-treatment-template .mh-treatment-results__footer .mh-arrow-link:hover,
.mahan-treatment-template .mh-treatment-results__footer .mh-arrow-link:focus-visible {
  color: #e3d8e5;
}

@media (max-width: 820px) {
  .mahan-treatment-template .mh-treatment-result {
    flex-basis: min(72vw, 500px);
  }
}

@media (max-width: 600px) {
  .mahan-treatment-template .mh-treatment-results {
    padding-block: 62px;
  }

  .mahan-treatment-template .mh-treatment-results__heading {
    gap: 20px;
    margin-bottom: 34px;
  }

  .mahan-treatment-template .mh-treatment-result {
    flex-basis: 86vw;
  }

  .mahan-treatment-template .mh-treatment-result figcaption {
    min-height: 78px;
    padding: 15px 17px 17px;
  }

  .mahan-treatment-template .mh-treatment-results__controls {
    justify-content: center;
    margin-top: 18px;
  }

  .mahan-treatment-template .mh-treatment-results__footer {
    display: grid;
    gap: 14px;
    margin-top: 22px;
    padding-top: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mahan-treatment-template .mh-treatment-results__track {
    scroll-behavior: auto;
  }

  .mahan-treatment-template .mh-treatment-results__controls > button,
  .mahan-treatment-template .mh-treatment-results__dots button::before {
    transition: none;
  }
}

.mahan-route-services .wp-site-blocks,
.mahan-treatment-template .wp-site-blocks,
.mahan-route-services .mahan-main,
.mahan-treatment-template .mahan-main {
  overflow: visible;
}

.mahan-route-services .mp-shell,
.mahan-treatment-template .mp-shell {
  width: var(--mahan-shell);
  margin-inline: auto;
}

.mahan-route-services .mahan-main,
.mahan-treatment-template .mahan-main {
  max-width: none;
  margin: 0;
  padding: 76px 0 0;
}

.mahan-route-services .mahan-main > .wp-block-post-content,
.mahan-treatment-template .mahan-main > .wp-block-post-content {
  max-width: none;
  margin: 0;
  padding: 0;
}

.mahan-route-services .wp-block-post-content > *,
.mahan-treatment-template .wp-block-post-content > * {
  margin-block-start: 0;
}

/* Shared header and footer: exactly the homepage interaction model. */
.mahan-route-services .mp-header,
.mahan-treatment-template .mp-header {
  position: sticky;
  z-index: 200;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(36, 29, 39, 0.97);
  backdrop-filter: blur(18px);
}

.mahan-route-services .mp-header__inner,
.mahan-treatment-template .mp-header__inner {
  display: grid;
  min-height: 76px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  width: var(--mahan-shell);
  margin-inline: auto;
}

.mahan-route-services .mp-logo img,
.mahan-treatment-template .mp-logo img { display: block; width: 188px; height: auto; }
.mahan-route-services .mp-nav-toggle,
.mahan-treatment-template .mp-nav-toggle { display: none; }
.mahan-route-services .mp-nav,
.mahan-treatment-template .mp-nav { display: flex; justify-content: center; gap: clamp(18px, 2.3vw, 34px); }
.mahan-route-services .mp-nav a,
.mahan-route-services .mp-header__phone,
.mahan-treatment-template .mp-nav a,
.mahan-treatment-template .mp-header__phone { color: rgba(255,255,255,.86); font-size: .875rem; font-weight: 600; text-decoration: none; }
.mahan-route-services .mp-header__actions,
.mahan-treatment-template .mp-header__actions { display: flex; align-items: center; gap: 18px; }
.mahan-route-services .mp-header__cta,
.mahan-treatment-template .mp-header__cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 19px; border-radius: 999px; color: #211225; background: #fff; font-size: .875rem; font-weight: 700; text-decoration: none; }
.mahan-route-services .mp-header__cta .mh-button__icon svg,
.mahan-treatment-template .mp-header__cta .mh-button__icon svg { width: 15px; height: 15px; }
.mahan-route-services .mp-nav a:hover,
.mahan-route-services .mp-header__phone:hover,
.mahan-treatment-template .mp-nav a:hover,
.mahan-treatment-template .mp-header__phone:hover { color: #fff; }

.mh-services h1, .mh-services h2, .mh-services h3,
.mh-treatment h1, .mh-treatment h2, .mh-treatment h3,
.mahan-route-services .mp-footer h2,
.mahan-treatment-template .mp-footer h2 {
  margin-top: 0;
  color: var(--mahan-ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.028em;
}

.mh-services p, .mh-treatment p { color: var(--mahan-muted); }
.mh-kicker { margin: 0 0 26px; color: var(--mahan-plum) !important; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.mh-breadcrumb { display: flex; gap: 9px; align-items: center; margin: 0 0 26px; color: var(--mahan-muted); font-size: .78rem; }
.mh-breadcrumb a { color: inherit; text-decoration: none; }
.mh-breadcrumb a:hover { color: var(--mahan-plum); text-decoration: underline; }

.mh-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 13px 20px; border: 1px solid transparent; font-size: .875rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background-color .2s ease; }
.mh-button:hover { transform: translateY(-2px); }
.mh-button__icon, .mh-inline-icon { display: inline-flex; align-items: center; justify-content: center; }
.mh-button__icon svg, .mh-inline-icon svg { width: 18px; height: 18px; }
.mh-button--primary { color: #fff; background: var(--mahan-plum); }
.mh-button--primary:hover { color: #fff; background: var(--mahan-plum-deep); }
.mh-button--text { padding-inline: 0; color: var(--mahan-ink); border-color: transparent; background: transparent; }
.mh-button--text:hover { color: var(--mahan-plum); }
.mh-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.mh-arrow-link { display: inline-flex; gap: 10px; align-items: center; color: var(--mahan-ink); font-size: .875rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.mh-arrow-link:hover { color: var(--mahan-plum); }
.mh-service-mobile-actions { display: none; }

.mh-service-hero, .mh-treatment-hero { overflow: hidden; background: linear-gradient(115deg, #f5f0f5 0%, #ede6ef 100%); }
.mh-service-hero__grid, .mh-treatment-hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr); min-height: min(720px, calc(100svh - 76px)); align-items: stretch; }
.mh-service-hero__copy, .mh-treatment-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(72px, 10vw, 142px) clamp(30px, 6vw, 94px) clamp(72px, 10vw, 142px) 0; }
.mh-service-hero h1, .mh-treatment-hero h1 { max-width: 730px; margin-bottom: 26px; font-size: clamp(2.75rem, 5vw, 5rem); line-height: 1.04; }
.mh-service-hero__lead, .mh-treatment-hero__lead { max-width: 625px; margin: 0 0 34px; font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.7; }
.mh-service-hero__facts { display: flex; gap: 38px; margin: 40px 0 0; padding: 0; list-style: none; }
.mh-service-hero__facts li { display: grid; gap: 4px; padding-left: 15px; border-left: 1px solid rgba(75,60,77,.28); }
.mh-service-hero__facts strong { color: var(--mahan-ink); font-size: .8rem; }
.mh-service-hero__facts span { color: var(--mahan-muted); font-size: .76rem; }
.mh-service-hero__visual, .mh-treatment-hero__visual { position: relative; min-height: 100%; }
.mh-service-hero__visual > img, .mh-treatment-hero__visual > img { display: block; width: 100%; height: 100%; min-height: 570px; object-fit: cover; object-position: center; }
.mh-treatment-hero__visual > img { object-position: 52% center; }
.mh-service-hero__visual > p, .mh-treatment-hero__visual > p { position: absolute; right: 0; bottom: 0; width: min(330px, 84%); margin: 0; padding: 22px 26px; color: #fff; background: var(--mahan-plum); }
.mh-service-hero__visual span, .mh-treatment-hero__visual span { display: block; margin-top: 7px; color: rgba(255,255,255,.72); font-size: .78rem; }
.mh-service-hero__visual strong, .mh-treatment-hero__visual strong { color: #fff; font-size: .92rem; }
.mh-treatment-hero__note { max-width: 560px; margin: 30px 0 0; padding-top: 20px; border-top: 1px solid rgba(75,60,77,.2); font-size: .8rem; line-height: 1.55; }

.mh-service-section, .mh-treatment-section { padding-block: var(--mahan-space-section); }
.mh-service-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr); gap: clamp(40px, 8vw, 136px); align-items: end; margin-bottom: clamp(44px, 6vw, 72px); }
.mh-service-heading h2 { max-width: 680px; margin-bottom: 0; font-size: clamp(2.05rem, 3.8vw, 3.7rem); line-height: 1.1; }
.mh-service-heading > p { max-width: 470px; margin: 0; line-height: 1.7; }
.mh-service-heading--center { display: block; max-width: 700px; margin-inline: auto; text-align: center; }
.mh-service-heading--center h2 { margin-inline: auto; }
.mh-service-directory { background: #fff; }
.mh-service-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--mahan-line); border-left: 1px solid var(--mahan-line); }
.mh-service-category { display: flex; min-height: 480px; flex-direction: column; padding: 0; border-right: 1px solid var(--mahan-line); border-bottom: 1px solid var(--mahan-line); transition: background .2s ease; }
.mh-service-category:hover { background: var(--mahan-lavender-soft); }
.mh-service-category__visual { overflow: hidden; height: clamp(160px, 17vw, 215px); background: var(--mahan-lavender-soft); }
.mh-service-category__visual img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.mh-service-category:hover .mh-service-category__visual img { transform: scale(1.025); }
.mh-service-category__number { margin: clamp(26px, 3vw, 42px) clamp(24px, 4vw, 52px) 27px; color: var(--mahan-dusty) !important; font-size: .75rem; letter-spacing: .12em; }
.mh-service-category h3 { margin: 0 clamp(24px, 4vw, 52px) 14px; font-size: clamp(1.5rem, 2.2vw, 2.1rem); }
.mh-service-category > p:not(.mh-service-category__number) { max-width: 410px; margin: 0 clamp(24px, 4vw, 52px) 26px; font-size: .94rem; line-height: 1.65; }
.mh-service-category ul { display: grid; gap: 0; margin: auto clamp(24px, 4vw, 52px) clamp(28px, 4vw, 44px); padding: 0; list-style: none; }
.mh-service-category li { border-top: 1px solid rgba(75,60,77,.13); }
.mh-service-category a { display: flex; justify-content: space-between; gap: 16px; min-height: 44px; padding: 12px 0; color: var(--mahan-ink); font-size: .88rem; font-weight: 600; text-decoration: none; }
.mh-service-category a:hover { color: var(--mahan-plum); }

.mh-service-concerns { background: var(--mahan-lavender-soft); }
.mh-service-concerns__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(330px, 1.1fr); gap: clamp(46px, 9vw, 150px); align-items: center; }
.mh-service-concerns h2 { max-width: 510px; margin-bottom: 22px; font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: 1.12; }
.mh-service-concerns p:not(.mh-kicker) { max-width: 510px; margin-bottom: 28px; line-height: 1.7; }
.mh-service-concerns ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--mahan-line); }
.mh-service-concerns li { border-bottom: 1px solid var(--mahan-line); }
.mh-service-concerns li a { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; padding: 19px 0; color: var(--mahan-ink); text-decoration: none; }
.mh-service-concerns li a:hover { color: var(--mahan-plum); }
.mh-service-concerns li span { color: var(--mahan-dusty); font-size: .7rem; letter-spacing: .1em; }
.mh-service-concerns li b { font-weight: 400; }

.mh-service-journey { background: var(--mahan-plum-deep); }
.mh-service-journey .mh-kicker, .mh-service-journey h2, .mh-service-journey h3, .mh-service-journey p { color: #fff !important; }
.mh-service-journey .mh-kicker { color: #ded2e0 !important; }
.mh-service-journey ol, .mh-treatment-process ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; }
.mh-service-journey li { min-height: 255px; padding: 34px clamp(24px, 3vw, 42px); border-left: 1px solid rgba(255,255,255,.2); }
.mh-service-journey li:last-child { border-right: 1px solid rgba(255,255,255,.2); }
.mh-service-journey li > span, .mh-treatment-process li > span { display: block; margin-bottom: 54px; color: #d4c5d6; font-size: .7rem; font-weight: 700; letter-spacing: .13em; }
.mh-service-journey h3, .mh-treatment-process h3 { margin-bottom: 12px; font-size: 1.35rem; }
.mh-service-journey p { margin: 0; color: rgba(255,255,255,.72) !important; font-size: .9rem; line-height: 1.65; }

.mh-service-consultation { padding-block: var(--mahan-space-section); background: #eee7ef; }
.mh-service-consultation__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(370px, .9fr); gap: clamp(44px, 9vw, 150px); align-items: start; }
.mh-service-consultation h2 { max-width: 560px; margin-bottom: 22px; font-size: clamp(2.05rem, 3.6vw, 3.45rem); line-height: 1.12; }
.mh-service-consultation > div > p:not(.mh-kicker) { max-width: 540px; margin-bottom: 28px; line-height: 1.7; }
.mh-service-contact-options { display: grid; gap: 12px; margin: 30px 0; }
.mh-service-contact-options a { display: inline-flex; align-items: center; gap: 10px; width: fit-content; color: var(--mahan-ink); font-size: .83rem; font-weight: 600; text-decoration: none; }
.mh-service-contact-options a:hover { color: var(--mahan-plum); }
.mh-service-form { padding: clamp(25px, 4vw, 43px); background: #fff; box-shadow: 0 18px 55px rgba(53,43,56,.09); }
.mh-service-form h3 { margin-bottom: 22px; font-size: 1.45rem; }
.mh-service-form .mahan-form-wrap { max-width: none; margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.mh-service-form .mahan-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 0; }
.mh-service-form .mahan-form label { display: grid; gap: 7px; color: var(--mahan-ink); font-size: .71rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.mh-service-form .mahan-form input, .mh-service-form .mahan-form textarea, .mh-service-form .mahan-form select { width: 100%; min-height: 50px; border: 1px solid rgba(75,60,77,.25); border-radius: 0; padding: 12px; color: var(--mahan-ink); background: #fff; font: inherit; font-size: .94rem; letter-spacing: 0; text-transform: none; }
.mh-service-form .mahan-form textarea { min-height: 112px; resize: vertical; }
.mh-service-form .mahan-form .mahan-field--full { grid-column: 1 / -1; }
.mh-service-form .mahan-form button { grid-column: 1 / -1; min-height: 52px; border: 0; padding: 13px 20px; color: #fff; background: var(--mahan-plum); font: inherit; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.mh-service-form .mahan-form button:hover { background: var(--mahan-plum-deep); }
.mh-service-form .mahan-form .mahan-honeypot { position: absolute !important; left: -9999px !important; }
.mh-service-form .mahan-notice { margin: 0 0 18px; }
.mh-form-privacy { margin: 16px 0 0 !important; font-size: .73rem; line-height: 1.5; }
.mh-form-privacy a { color: inherit; }
.mh-service-form .mahan-form-optional { grid-column: 1 / -1; }
.mh-service-form .mahan-form-optional summary { min-height: 44px; padding: 12px 0; color: var(--mahan-ink); font-size: .76rem; font-weight: 700; letter-spacing: .06em; cursor: pointer; text-transform: uppercase; }
.mh-service-form .mahan-form-optional label { margin-top: 4px; }

/* Botox page */
.mh-treatment-overview { padding-block: clamp(62px, 8vw, 112px); background: #fff; }
.mh-treatment-overview__intro { display: grid; grid-template-columns: minmax(0, .95fr) minmax(300px, .75fr); gap: clamp(45px, 9vw, 145px); align-items: end; margin-bottom: 50px; }
.mh-treatment-overview__intro h2 { max-width: 620px; margin-bottom: 0; font-size: clamp(2rem, 3.6vw, 3.45rem); line-height: 1.1; }
.mh-treatment-overview__intro > p:not(.mh-kicker) { max-width: 490px; margin: 0; line-height: 1.7; }
.mh-treatment-overview__note { max-width: 780px; margin: 26px 0 0; padding: 18px 0 0 20px; border-top: 1px solid var(--mahan-line); border-left: 2px solid var(--mahan-dusty); font-size: .88rem; line-height: 1.65; }
.mh-treatment-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--mahan-line); border-left: 1px solid var(--mahan-line); }
.mh-treatment-facts article { min-height: 225px; padding: 28px; border-right: 1px solid var(--mahan-line); border-bottom: 1px solid var(--mahan-line); }
.mh-treatment-facts span { display: block; margin-bottom: 48px; color: var(--mahan-dusty); font-size: .69rem; font-weight: 700; letter-spacing: .12em; }
.mh-treatment-facts h3 { margin-bottom: 10px; font-size: 1.22rem; }
.mh-treatment-facts p { margin: 0; font-size: .84rem; line-height: 1.65; }
.mh-treatment-concerns { background: var(--mahan-lavender-soft); }
.mh-treatment-concerns__grid { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1fr); gap: clamp(48px, 10vw, 170px); align-items: center; }
.mh-treatment-concerns__image img { display: block; width: 100%; min-height: 530px; object-fit: cover; }
.mh-treatment-concerns h2, .mh-treatment-expectations h2, .mh-treatment-faq h2 { max-width: 620px; margin-bottom: 20px; font-size: clamp(2rem, 3.5vw, 3.4rem); line-height: 1.1; }
.mh-treatment-concerns > div:last-child > p:not(.mh-kicker) { max-width: 590px; line-height: 1.7; }
.mh-check-list { display: grid; gap: 12px; margin: 28px 0 30px; padding: 0; list-style: none; }
.mh-check-list li { position: relative; padding-left: 25px; color: var(--mahan-ink); font-size: .91rem; }
.mh-check-list li::before { position: absolute; top: 7px; left: 0; width: 8px; height: 8px; border: 1px solid var(--mahan-plum); border-radius: 50%; content: ""; }
.mh-treatment-process { background: #fff; }
.mh-treatment-process ol { border-top: 1px solid var(--mahan-line); }
.mh-treatment-process li { min-height: 270px; padding: 34px clamp(24px, 3.5vw, 48px); border-right: 1px solid var(--mahan-line); border-bottom: 1px solid var(--mahan-line); }
.mh-treatment-process li:first-child { border-left: 1px solid var(--mahan-line); }
.mh-treatment-process li > span { margin-bottom: 58px; color: var(--mahan-dusty); }
.mh-treatment-process p { margin: 0; font-size: .9rem; line-height: 1.65; }
.mh-treatment-expectations { background: var(--mahan-plum-deep); }
.mh-treatment-expectations__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); gap: clamp(44px, 10vw, 160px); align-items: center; }
.mh-treatment-expectations .mh-kicker { color: #dacddc !important; }
.mh-treatment-expectations h2 { color: #fff; }
.mh-treatment-expectations > div > p:not(.mh-kicker) { max-width: 640px; color: rgba(255,255,255,.75); line-height: 1.7; }
.mh-treatment-disclaimer { margin-top: 26px !important; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.23); color: rgba(255,255,255,.64) !important; font-size: .78rem; }
.mh-treatment-safety-list { display: grid; gap: 11px; max-width: 650px; margin: 25px 0 0; padding: 0; list-style: none; }
.mh-treatment-safety-list li { position: relative; padding-left: 23px; color: rgba(255,255,255,.8); font-size: .9rem; line-height: 1.62; }
.mh-treatment-safety-list li::before { position: absolute; top: .58em; left: 0; width: 8px; height: 8px; border: 1px solid #d9cddd; border-radius: 50%; content: ""; }
.mh-treatment-expectations aside { padding: 32px; border: 1px solid rgba(255,255,255,.26); }
.mh-treatment-expectations aside h3 { margin-bottom: 14px; color: #fff; font-size: 1.4rem; }
.mh-treatment-expectations aside p { margin-bottom: 24px; color: rgba(255,255,255,.72); font-size: .88rem; line-height: 1.65; }
.mh-treatment-expectations aside a { display: flex; gap: 10px; align-items: center; padding: 13px 0; color: #fff; border-top: 1px solid rgba(255,255,255,.2); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.mh-treatment-faq { background: #fff; }
.mh-treatment-faq__grid { display: grid; grid-template-columns: minmax(0, .68fr) minmax(410px, 1fr); gap: clamp(48px, 10vw, 160px); }
.mh-treatment-faq > div:first-child > p:not(.mh-kicker) { max-width: 400px; line-height: 1.7; }
.mh-accordion { border-top: 1px solid var(--mahan-line); }
.mh-accordion details { border-bottom: 1px solid var(--mahan-line); }
.mh-accordion summary { position: relative; padding: 21px 32px 21px 0; color: var(--mahan-ink); font-size: .94rem; font-weight: 700; cursor: pointer; list-style: none; }
.mh-accordion summary::-webkit-details-marker { display: none; }
.mh-accordion summary::after { position: absolute; top: 20px; right: 2px; color: var(--mahan-plum); content: "+"; font-size: 1.3rem; font-weight: 400; }
.mh-accordion details[open] summary::after { content: "−"; }
.mh-accordion p { max-width: 650px; margin: 0 0 22px; line-height: 1.7; }
.mh-treatment-related { padding-block: clamp(66px, 8vw, 112px); background: var(--mahan-lavender-soft); }
.mh-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.mh-related-grid a { display: flex; min-height: 260px; flex-direction: column; padding: 30px; color: var(--mahan-ink); border: 1px solid rgba(75,60,77,.2); background: rgba(255,255,255,.6); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.mh-related-grid a:hover { transform: translateY(-4px); background: #fff; }
.mh-related-grid a > span { margin-bottom: 45px; color: var(--mahan-dusty); font-size: .68rem; letter-spacing: .12em; }
.mh-related-grid h3 { margin-bottom: 12px; font-size: 1.5rem; }
.mh-related-grid p { margin: 0; font-size: .86rem; line-height: 1.6; }
.mh-related-grid b { margin-top: auto; padding-top: 26px; font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; }
.mh-related-grid i { margin-left: 8px; font-style: normal; }

.mahan-route-services .mp-footer,
.mahan-treatment-template .mp-footer { padding: 68px 0 28px; color: rgba(255,255,255,.7); background: #211b23; }
.mahan-route-services .mp-footer__top,
.mahan-treatment-template .mp-footer__top { display: grid; grid-template-columns: 1.3fr .75fr 1fr .9fr; gap: 30px; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,.16); }
.mahan-route-services .mp-footer__top img,
.mahan-treatment-template .mp-footer__top img { width: 180px; height: auto; margin-bottom: 16px; }
.mahan-route-services .mp-footer h2,
.mahan-treatment-template .mp-footer h2 { margin-bottom: 18px; color: #fff; font-size: .78rem; font-family: "Open Sans",Arial,sans-serif; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.mahan-route-services .mp-footer__top p,
.mahan-route-services .mp-footer__top a,
.mahan-treatment-template .mp-footer__top p,
.mahan-treatment-template .mp-footer__top a { display: block; margin: 0 0 10px; color: rgba(255,255,255,.7); font-size: .88rem; line-height: 1.55; text-decoration: none; }
.mahan-route-services .mp-footer__top a:hover,
.mahan-treatment-template .mp-footer__top a:hover { color: #fff; }
.mahan-route-services .mp-footer__bottom,
.mahan-treatment-template .mp-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; font-size: .72rem; }
.mahan-route-services .mp-footer__bottom div,
.mahan-treatment-template .mp-footer__bottom div { display: flex; gap: 22px; }
.mahan-route-services .mp-footer__bottom a,
.mahan-treatment-template .mp-footer__bottom a { color: rgba(255,255,255,.72); text-decoration: none; }
.mahan-route-services .mahan-footer-map,
.mahan-treatment-template .mahan-footer-map { display: none; }

@media (max-width: 980px) {
  .mahan-route-services .mp-header__phone, .mahan-treatment-template .mp-header__phone { display: none; }
  .mh-service-hero__grid, .mh-treatment-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); }
  .mh-service-hero__copy, .mh-treatment-hero__copy { padding-right: clamp(24px, 4vw, 45px); }
  .mh-service-hero h1, .mh-treatment-hero h1 { font-size: clamp(2.55rem, 5vw, 4rem); }
  .mh-treatment-facts { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .mh-service-consultation__grid, .mh-treatment-faq__grid { gap: 54px; }
}

@media (max-width: 820px) {
  .mahan-route-services .mp-header__inner, .mahan-treatment-template .mp-header__inner { grid-template-columns: auto 1fr auto; min-height: 66px; gap: 14px; }
  .mahan-route-services .mp-logo img, .mahan-treatment-template .mp-logo img { width: 150px; }
  .mahan-route-services .mp-nav, .mahan-treatment-template .mp-nav { position: absolute; top: 66px; right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 12px 24px 20px; background: #241d27; }
  .mahan-route-services .mp-nav.is-open, .mahan-treatment-template .mp-nav.is-open { display: flex; }
  .mahan-route-services .mp-nav a, .mahan-treatment-template .mp-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .mahan-route-services .mp-nav-toggle, .mahan-treatment-template .mp-nav-toggle { display: grid; grid-template-rows: repeat(3, 2px); gap: 5px; place-content: center; width: 44px; height: 44px; margin-left: auto; border: 0; background: transparent; cursor: pointer; }
  .mahan-route-services .mp-nav-toggle span:not(.screen-reader-text), .mahan-treatment-template .mp-nav-toggle span:not(.screen-reader-text) { display: block; width: 23px; height: 2px; background: #fff; }
  .mahan-route-services .mp-header__actions, .mahan-treatment-template .mp-header__actions { display: none; }
  .mh-service-hero__grid, .mh-treatment-hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .mh-service-hero__copy, .mh-treatment-hero__copy { padding: 40px 0 28px; }
  .mh-service-hero__visual, .mh-treatment-hero__visual { min-height: 420px; }
  .mh-service-hero__visual > img, .mh-treatment-hero__visual > img { min-height: 420px; max-height: 600px; }
  .mh-service-heading, .mh-service-concerns__grid, .mh-service-consultation__grid, .mh-treatment-overview__intro, .mh-treatment-concerns__grid, .mh-treatment-expectations__grid, .mh-treatment-faq__grid { grid-template-columns: 1fr; gap: 30px; }
  .mh-service-heading { align-items: start; }
  .mh-service-heading > p { max-width: 590px; }
  .mh-service-category-grid { grid-template-columns: 1fr; }
  .mh-service-category { min-height: 0; }
  .mh-service-category__visual { height: min(56vw, 260px); }
  .mh-service-journey ol, .mh-treatment-process ol { grid-template-columns: 1fr; }
  .mh-service-journey li, .mh-service-journey li:last-child { min-height: 0; border-right: 1px solid rgba(255,255,255,.2); }
  .mh-service-journey li > span, .mh-treatment-process li > span { margin-bottom: 30px; }
  .mh-treatment-process li:first-child { border-left: 1px solid var(--mahan-line); }
  .mh-treatment-concerns__image img { min-height: 400px; max-height: 560px; }
  .mh-related-grid { grid-template-columns: 1fr; }
  .mh-related-grid a { min-height: 210px; }
  .mh-service-mobile-actions { position: fixed !important; z-index: 300 !important; inset: auto 0 0 0 !important; display: grid; grid-template-columns: .86fr 1.14fr; gap: 8px; padding: 9px 11px !important; padding-bottom: calc(9px + env(safe-area-inset-bottom, 0px)) !important; background: #2c262e; transform: translate3d(0,0,0); }
  .mh-service-mobile-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 10px; color: #fff; border: 1px solid rgba(255,255,255,.58); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
  .mh-service-mobile-actions a:last-child { color: var(--mahan-ink); border-color: #eee7ef; background: #eee7ef; }
  .mahan-route-services .mp-footer, .mahan-treatment-template .mp-footer { padding-bottom: calc(102px + env(safe-area-inset-bottom,0px)); }
  .mahan-route-services .mp-footer__top a, .mahan-treatment-template .mp-footer__top a { display: flex; align-items: center; min-height: 44px; margin-bottom: 2px; }
}

@media (max-width: 600px) {
  .mh-service-hero h1, .mh-treatment-hero h1 { max-width: 345px; font-size: clamp(2rem, 8.1vw, 2.35rem); line-height: 1.12; }
  .mh-service-hero__lead, .mh-treatment-hero__lead { font-size: 1rem; line-height: 1.65; }
  .mh-kicker { margin-bottom: 18px; font-size: .76rem; }
  .mh-breadcrumb { margin-bottom: 17px; }
  .mh-actions { gap: 14px; }
  .mh-button { min-height: 47px; padding: 12px 16px; font-size: .875rem; }
  .mh-service-hero__facts { display: none; }
  .mh-service-hero__facts li { gap: 5px; }
  .mh-service-hero__facts strong { font-size: .74rem; }
  .mh-service-hero__facts span { max-width: 135px; font-size: .7rem; line-height: 1.35; }
  .mh-service-hero__visual, .mh-treatment-hero__visual { min-height: 330px; }
  .mh-service-hero__visual > img, .mh-treatment-hero__visual > img { min-height: 330px; height: 330px; }
  .mh-service-heading h2, .mh-service-concerns h2, .mh-service-consultation h2, .mh-treatment-overview__intro h2, .mh-treatment-concerns h2, .mh-treatment-expectations h2, .mh-treatment-faq h2 { font-size: clamp(1.65rem, 6.9vw, 2rem); line-height: 1.18; }
  .mh-service-section, .mh-treatment-section { padding-block: 70px; }
  .mh-service-category__visual { height: 208px; }
  .mh-service-category__number { margin: 27px 22px 24px; }
  .mh-service-category h3 { margin-right: 22px; margin-left: 22px; }
  .mh-service-category > p:not(.mh-service-category__number) { margin-right: 22px; margin-left: 22px; }
  .mh-service-category ul { margin-right: 22px; margin-bottom: 29px; margin-left: 22px; }
  .mh-service-category h3 { font-size: 1.45rem; }
  .mh-service-concerns li a { grid-template-columns: 33px 1fr auto; padding: 17px 0; font-size: .87rem; }
  .mh-service-journey li, .mh-treatment-process li { padding: 29px 22px; }
  .mh-treatment-facts { grid-template-columns: 1fr; }
  .mh-treatment-facts article { min-height: 0; padding: 25px 22px; }
  .mh-treatment-facts span { margin-bottom: 28px; }
  .mh-treatment-concerns__image img { min-height: 350px; height: 350px; }
  .mh-service-consultation { padding-block: 70px; }
  .mh-service-form { padding: 26px 20px; }
  .mh-service-form .mahan-form { grid-template-columns: 1fr; gap: 13px; }
  .mh-service-form .mahan-form label, .mh-service-form .mahan-form .mahan-field--full, .mh-service-form .mahan-form button { grid-column: auto; }
  .mh-service-form .mahan-form input, .mh-service-form .mahan-form textarea, .mh-service-form .mahan-form select { font-size: 16px; }
  .mh-treatment-expectations aside { padding: 26px 22px; }
  .mh-accordion summary { padding-block: 19px; padding-right: 30px; font-size: .89rem; }
  .mh-accordion p { font-size: .9rem; }
  .mh-related-grid a { padding: 26px 22px; }
  .mahan-route-services .mp-footer__top, .mahan-treatment-template .mp-footer__top { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 18px; }
  .mahan-route-services .mp-footer__top > :first-child, .mahan-treatment-template .mp-footer__top > :first-child { grid-column: 1 / -1; }
  .mahan-route-services .mp-footer__bottom, .mahan-treatment-template .mp-footer__bottom { flex-direction: column; gap: 14px; }
  .mahan-route-services .mp-footer__bottom div, .mahan-treatment-template .mp-footer__bottom div { flex-wrap: wrap; gap: 12px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .mh-button, .mh-related-grid a { transition: none; }
}
/* v4.6 directory and treatment-page refinements. */
.mh-service-category li > a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem 0; color: var(--mp-ink, #29242B); text-decoration: none; }
.mh-service-category li > a > span { display: grid; gap: .18rem; }
.mh-service-category li > a strong { font: 700 14px/1.3 "Open Sans", sans-serif; }
.mh-service-category li > a small { color: #5F5661; font-size: 12px; line-height: 1.35; }
.mh-service-category li > a b { flex: 0 0 auto; color: #512958; font: 700 12px/1 "Open Sans", sans-serif; white-space: nowrap; }
.mh-service-category li > a:hover { color: #512958; }
.mh-treatment-facts { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.mh-treatment-facts article { min-height: 168px; }
.mh-treatment-overview__note, .mh-treatment-disclaimer { color: #29242B; }
.mh-service-mobile-actions a { min-height: 52px; }

@media (max-width: 960px) {
  .mh-treatment-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .mh-treatment-facts { grid-template-columns: 1fr; }
  .mh-treatment-facts article { min-height: 0; }
  .mh-service-category li > a { align-items: flex-start; padding-block: .8rem; }
  .mh-service-category li > a b { margin-top: .15rem; }
}

/* On phones, let the page-specific hero image support the decision before the CTA. */
@media (max-width: 600px) {
  .mh-service-hero__copy,
  .mh-treatment-hero__copy { display: contents; }

  .mh-service-hero__copy > .mh-breadcrumb,
  .mh-treatment-hero__copy > .mh-breadcrumb { margin-top: 40px; }

  .mh-service-hero__visual,
  .mh-treatment-hero__visual {
    order: 2;
    min-height: min(43vw, 168px);
    margin-top: 0;
    overflow: hidden;
  }

  .mh-service-hero__visual > img,
  .mh-treatment-hero__visual > img {
    width: 100%;
    height: min(43vw, 168px);
    min-height: min(43vw, 168px);
    object-position: center 42%;
  }

  .mh-service-hero__visual > p,
  .mh-treatment-hero__visual > p { display: none; }

  .mh-service-hero__copy > .mh-actions,
  .mh-treatment-hero__copy > .mh-actions { order: 3; }

  .mh-service-hero__copy > .mh-trust-strip,
  .mh-treatment-hero__copy > .mh-trust-strip { order: 4; }

  .mh-service-hero__copy > .mh-service-hero__facts { order: 5; }
}

/* Keep every conversion choice visibly button-like on the treatment routes. */
.mh-services .mh-button--secondary,
.mh-treatment .mh-button--secondary {
  color: var(--mp-ink, #29242B);
  border-color: var(--mp-plum, #4B3C4D);
  background: var(--mp-lavender-soft, #F2EEF4);
}

.mh-services .mh-button--secondary:hover,
.mh-treatment .mh-button--secondary:hover { background: var(--mp-lavender, #EEE9EF); }

@media (min-width: 821px) {
  .mh-service-hero h1 { font-size: clamp(2.5rem, 4.2vw, 4.4rem); }
}

/* v4.12 — editorial Services hub and complete treatment-family directory. */
.mahan-route-services .mh-service-hero {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 8% 12%, rgba(196, 177, 202, .24), transparent 30%),
    #f2eef4;
}

.mahan-route-services .mh-service-hero__grid {
  grid-template-columns: minmax(0, 1.26fr) minmax(420px, .74fr);
  min-height: clamp(690px, calc(100svh - 76px), 760px);
}

.mahan-route-services .mh-service-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  padding: clamp(56px, 6vw, 86px) clamp(34px, 4.2vw, 66px) clamp(106px, 8vw, 126px) 0;
}

.mahan-route-services .mh-service-hero__copy::before {
  position: absolute;
  top: 17%;
  left: -42px;
  width: 1px;
  height: 112px;
  background: rgba(81, 41, 88, .28);
  content: "";
}

.mahan-route-services .mh-service-hero h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(3.15rem, 4.5vw, 4.65rem);
  line-height: 1.02;
  text-wrap: balance;
}

.mahan-route-services .mh-service-hero__lead {
  max-width: 660px;
  margin-bottom: 31px;
  color: #5f5661;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
}

.mahan-route-services .mh-service-hero .mh-actions {
  gap: 11px;
}

.mahan-route-services .mh-service-hero .mh-button {
  min-height: 52px;
  padding-inline: clamp(15px, 1.65vw, 22px);
  font-size: .77rem;
}

.mahan-route-services .mh-service-hero .mh-trust-strip {
  max-width: 690px;
  margin-top: 28px;
  border-radius: 0;
  background: rgba(255,255,255,.68);
}

.mahan-route-services .mh-service-hero .mh-trust-strip__item {
  min-height: 63px;
  padding: 10px 13px;
}

.mahan-route-services .mh-service-hero__visual {
  min-height: 700px;
  isolation: isolate;
}

.mahan-route-services .mh-service-hero__visual::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 52%, rgba(31, 24, 33, .48) 100%);
  content: "";
  pointer-events: none;
}

.mahan-route-services .mh-service-hero__visual > img {
  min-height: 700px;
  object-position: center 44%;
  filter: saturate(.88) contrast(1.02);
}

.mahan-route-services .mh-service-hero__image-note {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 3vw, 42px);
  bottom: 105px;
  left: clamp(22px, 3vw, 42px);
  padding: 22px 0 0;
  border-top: 1px solid rgba(255,255,255,.62);
  color: #fff;
}

.mahan-route-services .mh-service-hero__image-note span,
.mahan-route-services .mh-service-hero__image-note strong {
  display: block;
  color: inherit;
}

.mahan-route-services .mh-service-hero__image-note span {
  margin: 0 0 8px;
  font-size: .71rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mahan-route-services .mh-service-hero__image-note strong {
  max-width: 440px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-weight: 400;
  line-height: 1.42;
}

.mahan-route-services .mh-service-pathways {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(210px, 1.2fr) repeat(4, minmax(150px, 1fr));
  min-height: 132px;
  margin-top: -60px;
  color: #fff;
  background: #2b242d;
  box-shadow: 0 24px 55px rgba(38, 29, 40, .16);
}

.mahan-route-services .mh-service-pathways__intro,
.mahan-route-services .mh-service-pathways a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 23px clamp(18px, 2vw, 30px);
}

.mahan-route-services .mh-service-pathways__intro {
  background: #512958;
}

.mahan-route-services .mh-service-pathways__intro span,
.mahan-route-services .mh-service-pathways a > span {
  margin-bottom: 10px;
  color: rgba(255,255,255,.62);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mahan-route-services .mh-service-pathways__intro strong {
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.mahan-route-services .mh-service-pathways a {
  position: relative;
  min-height: 100%;
  border-left: 1px solid rgba(255,255,255,.15);
  color: #fff;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.mahan-route-services .mh-service-pathways a strong {
  max-width: 145px;
  font-size: .84rem;
  line-height: 1.45;
}

.mahan-route-services .mh-service-pathways a i {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: rgba(255,255,255,.54);
  font-style: normal;
  transition: transform .2s ease;
}

.mahan-route-services .mh-service-pathways a:hover,
.mahan-route-services .mh-service-pathways a:focus-visible {
  background: rgba(255,255,255,.08);
}

.mahan-route-services .mh-service-pathways a:hover i { transform: translate(3px, 3px); }

.mahan-route-services .mh-service-directory {
  padding-top: clamp(96px, 10vw, 148px);
  background: #fff;
}

.mahan-route-services .mh-service-heading {
  margin-bottom: clamp(38px, 5vw, 62px);
}

.mahan-route-services .mh-service-heading h2 {
  max-width: 720px;
  text-wrap: balance;
}

.mahan-route-services .mh-category-jump {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 28px;
  border-top: 1px solid #d8d0da;
  border-bottom: 1px solid #d8d0da;
}

.mahan-route-services .mh-category-jump a {
  display: flex;
  min-height: 62px;
  gap: 10px;
  align-items: center;
  padding: 12px 18px;
  border-right: 1px solid #d8d0da;
  color: #29242b;
  font-size: .77rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
}

.mahan-route-services .mh-category-jump a:last-child { border-right: 0; }
.mahan-route-services .mh-category-jump a span { color: #756a77; font-size: .65rem; letter-spacing: .1em; }
.mahan-route-services .mh-category-jump a:hover { color: #512958; background: #f2eef4; }

.mahan-route-services .mh-service-category-grid {
  gap: 22px;
  border: 0;
}

.mahan-route-services .mh-service-category {
  min-height: 0;
  scroll-margin-top: 96px;
  border: 1px solid #d8d0da;
  background: #fbfafb;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.mahan-route-services .mh-service-category:hover {
  border-color: rgba(81, 41, 88, .4);
  background: #fbfafb;
  box-shadow: 0 22px 44px rgba(53,43,56,.08);
  transform: translateY(-3px);
}

.mahan-route-services .mh-service-category__visual {
  height: clamp(210px, 21vw, 286px);
}

.mahan-route-services .mh-service-category__visual img {
  filter: saturate(.86);
}

.mahan-route-services .mh-service-category header {
  min-height: 204px;
  padding: clamp(28px, 3vw, 42px) clamp(24px, 3.5vw, 46px) 27px;
}

.mahan-route-services .mh-service-category__number {
  margin: 0 0 19px;
  color: #685e6a !important;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.mahan-route-services .mh-service-category h3 {
  margin: 0 0 13px;
  font-size: clamp(1.55rem, 2.25vw, 2.05rem);
  line-height: 1.2;
}

.mahan-route-services .mh-service-category header > p:last-child {
  max-width: 440px;
  margin: 0;
  color: #5f5661;
  font-size: .9rem;
  line-height: 1.62;
}

.mahan-route-services .mh-service-category ul {
  display: block;
  margin: 0;
  padding: 0 clamp(24px, 3.5vw, 46px) 24px;
}

.mahan-route-services .mh-service-category li {
  border-top: 1px solid #ded7e0;
}

.mahan-route-services .mh-service-category li > a {
  display: grid;
  grid-template-columns: 30px minmax(0,1fr) auto;
  min-height: 94px;
  gap: 12px;
  align-items: center;
  padding: 17px 0;
}

.mahan-route-services .mh-service-option__index {
  color: #796f7b;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.mahan-route-services .mh-service-category li > a > .mh-service-option__copy {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.mahan-route-services .mh-service-category li > a strong {
  color: #29242b;
  font-size: .89rem;
}

.mahan-route-services .mh-service-category li > a small {
  color: #5f5661;
  font-size: .76rem;
  line-height: 1.45;
}

.mahan-route-services .mh-service-category li > a b {
  display: inline-flex;
  min-height: 44px;
  gap: 7px;
  align-items: center;
  color: #512958;
  font-size: .69rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mahan-route-services .mh-service-category li > a b i {
  font-style: normal;
  transition: transform .2s ease;
}

.mahan-route-services .mh-service-category li > a:hover b i { transform: translateX(3px); }
.mahan-route-services .mh-service-category li > a.is-enquiry:hover b i { transform: translateY(3px); }

.mahan-route-services #treatment-directory,
.mahan-route-services #service-consultation { scroll-margin-top: 88px; }

.mahan-route-services .mp-logo,
.mahan-route-services .mh-breadcrumb a,
.mahan-route-services .mh-service-contact-options a,
.mahan-route-services .mh-form-privacy a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.mahan-route-services .mh-breadcrumb a { min-width: 44px; }
.mahan-route-services .mh-form-privacy a { padding-block: 8px; }

html.mh-motion-ready .mahan-route-services .mh-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.25,1);
  transition-delay: var(--mh-reveal-delay, 0ms);
}

html.mh-motion-ready .mahan-route-services .mh-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .mahan-route-services .mh-service-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); }
  .mahan-route-services .mh-service-hero h1 { font-size: clamp(2.8rem, 5vw, 4.6rem); }
  .mahan-route-services .mh-service-pathways { grid-template-columns: minmax(190px, 1.15fr) repeat(4, minmax(130px, 1fr)); }
  .mahan-route-services .mh-service-pathways__intro,
  .mahan-route-services .mh-service-pathways a { padding-inline: 18px; }
  .mahan-route-services .mh-service-category li > a { grid-template-columns: 27px minmax(0,1fr); }
  .mahan-route-services .mh-service-category li > a b { grid-column: 2; justify-self: start; min-height: 34px; }
}

@media (max-width: 820px) {
  .mahan-route-services .mh-service-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .mahan-route-services .mh-service-hero__copy {
    padding: 48px 0 36px;
  }

  .mahan-route-services .mh-service-hero__copy::before { display: none; }
  .mahan-route-services .mh-service-hero h1 { max-width: 680px; font-size: clamp(2.65rem, 8vw, 4.2rem); }
  .mahan-route-services .mh-service-hero__visual,
  .mahan-route-services .mh-service-hero__visual > img { min-height: 440px; height: 56vw; max-height: 560px; }
  .mahan-route-services .mh-service-hero__image-note { bottom: 35px; }
  .mahan-route-services .mh-service-pathways {
    grid-template-columns: repeat(2, minmax(0,1fr));
    margin-top: 0;
  }
  .mahan-route-services .mh-service-pathways__intro { grid-column: 1 / -1; min-height: 96px; }
  .mahan-route-services .mh-service-pathways a { min-height: 108px; border-top: 1px solid rgba(255,255,255,.15); }
  .mahan-route-services .mh-service-pathways a:nth-child(2),
  .mahan-route-services .mh-service-pathways a:nth-child(4) { border-left: 0; }
  .mahan-route-services .mh-category-jump {
    display: flex;
    overflow-x: auto;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }
  .mahan-route-services .mh-category-jump a { min-width: 210px; flex: 0 0 46%; scroll-snap-align: start; }
  .mahan-route-services .mh-service-category header { min-height: 0; }
}

@media (max-width: 600px) {
  .mahan-route-services .mh-service-hero__copy {
    display: contents;
  }

  .mahan-route-services .mh-service-hero__copy > .mh-breadcrumb { margin-top: 37px; }
  .mahan-route-services .mh-service-hero h1 {
    max-width: 365px;
    font-size: clamp(2.18rem, 9.6vw, 2.72rem);
    line-height: 1.08;
  }

  .mahan-route-services .mh-service-hero__lead { margin-bottom: 25px; line-height: 1.58; }
  .mahan-route-services .mh-service-hero .mh-actions { display: contents; }
  .mahan-route-services .mh-service-hero .mh-button { width: 100%; min-height: 50px; margin-bottom: 11px; }
  .mahan-route-services .mh-service-hero .mh-actions .mh-button--primary { order: 1; margin-top: 6px; margin-bottom: 18px; }
  .mahan-route-services .mh-service-hero .mh-actions .mh-button--secondary { order: 3; }
  .mahan-route-services .mh-service-hero .mh-trust-strip { order: 4; width: 100%; margin: 13px 0 31px; }
  .mahan-route-services .mh-service-hero__visual { order: 2; margin: 0; }
  .mahan-route-services .mh-service-hero__visual,
  .mahan-route-services .mh-service-hero__visual > img {
    width: 100%;
    min-height: 330px;
    height: 330px;
    max-height: none;
    object-position: center 48%;
  }
  .mahan-route-services .mh-service-hero__image-note { display: block; right: 20px; bottom: 24px; left: 20px; }
  .mahan-route-services .mh-service-hero__image-note strong { font-size: 1rem; }
  .mahan-route-services .mh-service-pathways { width: 100%; }
  .mahan-route-services .mh-service-pathways__intro { min-height: 88px; padding: 18px 20px; }
  .mahan-route-services .mh-service-pathways a { min-height: 112px; padding: 18px 16px; }
  .mahan-route-services .mh-service-pathways a strong { max-width: 122px; font-size: .78rem; }
  .mahan-route-services .mh-service-directory { padding-top: 78px; }
  .mahan-route-services .mh-category-jump { margin-bottom: 20px; }
  .mahan-route-services .mh-category-jump a { min-width: 230px; flex-basis: 76%; min-height: 58px; }
  .mahan-route-services .mh-service-category-grid { gap: 17px; }
  .mahan-route-services .mh-service-category__visual { height: 215px; }
  .mahan-route-services .mh-service-category header { padding: 27px 21px 23px; }
  .mahan-route-services .mh-service-category h3 { font-size: 1.55rem; }
  .mahan-route-services .mh-service-category ul { padding: 0 21px 18px; }
  .mahan-route-services .mh-service-category li > a {
    grid-template-columns: 27px minmax(0,1fr);
    min-height: 104px;
    padding-block: 16px;
  }
  .mahan-route-services .mh-service-category li > a b { grid-column: 2; min-height: 34px; margin: 0; }
  .mahan-route-services .mh-service-category li > a strong { font-size: .86rem; }
  .mahan-route-services .mh-service-category li > a small { font-size: .75rem; }
}

/* v4.13 — reusable treatment-page standard, introduced with Botox. */
.mahan-treatment-template .mh-treatment-hero {
  background:
    radial-gradient(circle at 10% 15%, rgba(197, 179, 203, .28), transparent 32%),
    #f2eef4;
}

.mahan-treatment-template .mh-treatment-hero__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  min-height: clamp(680px, calc(100svh - 76px), 790px);
}

.mahan-treatment-template .mh-treatment-hero__copy {
  padding: clamp(58px, 6.5vw, 92px) clamp(34px, 5vw, 76px) clamp(58px, 6.5vw, 92px) 0;
}

.mahan-treatment-template .mh-treatment-hero h1 {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(3.15rem, 4.6vw, 4.55rem);
  line-height: 1.035;
  text-wrap: balance;
}

.mahan-treatment-template .mh-treatment-hero__lead { max-width: 610px; }
.mahan-treatment-template .mh-treatment-hero__visual { margin: 0; overflow: hidden; }
.mahan-treatment-template .mh-treatment-hero__visual > img { object-position: 56% center; }

/* Batch 7 uses considered consultation imagery rather than patient results.
 * These wide source compositions need intentional focal points in the tall
 * desktop hero column; the default centred crop would cut the portrait in two.
 */
.mh-treatment--under-eye-mesotherapy .mh-treatment-hero__visual > img { object-position: 70% center; }
.mh-treatment--under-eye-skin-booster .mh-treatment-hero__visual > img { object-position: 36% center; }
.mh-treatment--under-eye-exosome .mh-treatment-hero__visual > img { object-position: 62% center; }
.mh-treatment--under-eye-sunekos .mh-treatment-hero__visual > img { object-position: 34% center; }

.mahan-treatment-template .mh-treatment-hero__visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  max-width: 460px;
  margin: 0;
  padding: 21px 24px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(38, 30, 40, .88);
  backdrop-filter: blur(10px);
}

.mahan-treatment-template .mh-treatment-hero__visual figcaption span {
  margin: 0 0 7px;
  color: #ddd0df;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mahan-treatment-template .mh-treatment-hero__visual figcaption strong {
  display: block;
  color: #fff;
  font: 400 1.05rem/1.5 "Libre Baskerville", Georgia, serif;
}

.mh-expression-map { color: #fff; background: #29232b; }
.mh-expression-map > .mp-shell { display: grid; grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr)); padding-inline: 0; }
.mh-expression-map__intro,
.mh-expression-map article { min-height: 170px; padding: 28px clamp(20px, 2.7vw, 38px); border-right: 1px solid rgba(255,255,255,.15); }
.mh-expression-map__intro { display: flex; flex-direction: column; justify-content: center; }
.mh-expression-map__intro span,
.mh-expression-map article > span { color: #cdbfd0; font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.mh-expression-map__intro strong { max-width: 230px; margin-top: 8px; font: 400 1.24rem/1.35 "Libre Baskerville", Georgia, serif; }
.mh-expression-map article h2,
.mh-expression-map article h3 { margin: 26px 0 7px; color: #fff; font: 400 1rem/1.35 "Libre Baskerville", Georgia, serif; }
.mh-expression-map article p { margin: 0; color: rgba(255,255,255,.7); font-size: .79rem; line-height: 1.55; }

.mh-treatment-fit { background: #f8f5f8; }
.mh-treatment-fit__grid { display: grid; grid-template-columns: minmax(360px, .82fr) minmax(0, 1fr); gap: clamp(48px, 8vw, 125px); align-items: center; }
.mh-treatment-fit__grid--copy-only { grid-template-columns: minmax(0, 880px); justify-content: center; }
.mh-treatment-fit figure { margin: 0; }
.mh-treatment-fit figure img { display: block; width: 100%; min-height: 590px; object-fit: cover; object-position: 52% center; }
.mh-treatment-fit figcaption { padding: 16px 18px 0 0; color: #5f5661; font-size: .78rem; line-height: 1.55; }
.mh-treatment-fit h2,
.mh-treatment-safety h2 { max-width: 690px; margin-bottom: 20px; font-size: clamp(2rem, 3.5vw, 3.4rem); line-height: 1.1; text-wrap: balance; }
.mh-treatment-fit__grid > div > p:not(.mh-kicker) { max-width: 660px; line-height: 1.72; }
.mh-treatment-fit__lists { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; margin: 30px 0 16px; }
.mh-treatment-fit__lists > div { padding: 23px; border: 1px solid #d9d1db; background: rgba(255,255,255,.65); }
.mh-treatment-fit__lists h3 { margin-bottom: 16px; font-size: 1.08rem; }
.mh-treatment-fit__lists .mh-check-list { margin: 0; }
.mh-treatment-plain-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.mh-treatment-plain-list li { position: relative; padding-left: 22px; color: #29242b; font-size: .89rem; line-height: 1.5; }
.mh-treatment-plain-list li::before { position: absolute; top: .73em; left: 0; width: 10px; height: 1px; background: #796f7b; content: ""; }

.mh-treatment-safety { color: #fff; background: #302832; }
.mh-treatment-safety__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: clamp(48px, 8vw, 125px); align-items: center; }
.mh-treatment-safety .mh-kicker { color: #dacddc !important; }
.mh-treatment-safety h2 { color: #fff; }
.mh-treatment-safety__grid > div > p:not(.mh-kicker) { max-width: 690px; color: rgba(255,255,255,.77); line-height: 1.72; }
.mh-treatment-safety figure { position: relative; margin: 0; overflow: hidden; }
.mh-treatment-safety figure img { display: block; width: 100%; min-height: 520px; object-fit: cover; }
.mh-treatment-safety figcaption { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 20px; background: rgba(39,31,41,.9); }
.mh-treatment-safety figcaption span { display: block; margin-bottom: 7px; color: #d8cbdc; font-size: .67rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.mh-treatment-safety figcaption strong { color: #fff; font: 400 .92rem/1.55 "Open Sans", Arial, sans-serif; }
.mh-treatment-urgent { margin-top: 24px !important; padding: 17px 19px; color: #fff !important; border-left: 3px solid #d8c7dc; background: rgba(255,255,255,.08); font-size: .86rem; }
.mh-treatment-safety .mh-treatment-disclaimer { color: rgba(255,255,255,.7) !important; border-top-color: rgba(255,255,255,.2); }

.mh-treatment-sources { padding-block: clamp(48px, 6vw, 76px); border-top: 1px solid #dcd5de; background: #f8f5f8; }
.mh-treatment-sources > .mp-shell { display: grid; grid-template-columns: minmax(0, .8fr) minmax(380px, 1fr); gap: clamp(44px, 8vw, 120px); }
.mh-treatment-sources h2 { margin-bottom: 13px; font-size: clamp(1.55rem, 2.6vw, 2.3rem); }
.mh-treatment-sources p { max-width: 580px; margin: 0; font-size: .87rem; line-height: 1.65; }
.mh-treatment-sources ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d8d0da; }
.mh-treatment-sources li { border-bottom: 1px solid #d8d0da; }
.mh-treatment-sources a { display: flex; min-height: 58px; justify-content: space-between; gap: 20px; align-items: center; padding: 10px 0; color: #29242b; font-size: .83rem; font-weight: 700; text-decoration: none; }
.mh-treatment-sources a:hover { color: #512958; }

.mahan-treatment-template .mh-treatment-overview__intro { align-items: start; }
.mahan-treatment-template .mh-treatment-facts article { min-height: 200px; }
.mahan-treatment-template .mh-treatment-facts span { margin-bottom: 36px; }
.mahan-treatment-template .mh-inline-lead { background: #eee9ef; }
.mahan-treatment-template .mh-inline-lead > .mp-shell { align-items: center; }
.mahan-treatment-template .mh-treatment-team { background: #f4f0f5; }
.mahan-treatment-template .mh-treatment-faq { background: #fff; }
.mahan-treatment-template .mh-treatment-consultation { scroll-margin-top: 88px; }
.mahan-treatment-template .mp-logo,
.mahan-treatment-template .mh-breadcrumb a,
.mahan-treatment-template .mh-form-privacy a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.mahan-treatment-template .mh-breadcrumb a { min-width: 44px; justify-content: center; }
.mahan-treatment-template .mh-form-privacy a { padding-block: 8px; }
.mahan-treatment-template .mp-nav a,
.mahan-treatment-template .mp-header__phone { display: inline-flex; min-height: 44px; align-items: center; }
.mahan-treatment-template .mp-nav a { min-width: 44px; justify-content: center; }
.mahan-treatment-template .mh-service-form .mahan-form input,
.mahan-treatment-template .mh-service-form .mahan-form textarea,
.mahan-treatment-template .mh-service-form .mahan-form select { font-size: 16px; }

@media (max-width: 1080px) {
  .mahan-treatment-template .mh-treatment-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .78fr); }
  .mahan-treatment-template .mh-treatment-hero h1 { font-size: clamp(2.8rem, 5vw, 4rem); }
  .mh-expression-map > .mp-shell { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mh-expression-map__intro { grid-column: 1 / -1; min-height: 110px; }
  .mh-expression-map__intro strong { max-width: none; }
}

@media (max-width: 820px) {
  .mahan-treatment-template .mh-treatment-hero__grid,
  .mh-treatment-fit__grid,
  .mh-treatment-safety__grid,
  .mh-treatment-sources > .mp-shell { grid-template-columns: 1fr; }
  .mahan-treatment-template .mh-treatment-hero__grid { min-height: 0; }
  .mahan-treatment-template .mh-treatment-hero__copy { padding: 46px 0 34px; }
  .mahan-treatment-template .mh-treatment-hero__visual,
  .mahan-treatment-template .mh-treatment-hero__visual > img { min-height: 470px; height: 62vw; max-height: 580px; }
  .mh-treatment-fit figure img { min-height: 0; height: min(70vw, 560px); }
  .mh-treatment-safety figure img { min-height: 0; height: min(65vw, 500px); }
  .mh-treatment-sources > .mp-shell { gap: 28px; }
}

@media (max-width: 600px) {
  .mahan-treatment-template .mh-treatment-hero h1 { max-width: 355px; font-size: clamp(2.05rem, 8.6vw, 2.38rem); line-height: 1.1; }
  .mahan-treatment-template .mh-treatment-hero__copy > .mh-breadcrumb { margin-top: 34px; }
  .mahan-treatment-template .mh-treatment-hero__visual { min-height: 240px; height: 61vw; max-height: 275px; }
  .mahan-treatment-template .mh-treatment-hero__visual > img { min-height: 240px; height: 61vw; max-height: 275px; object-position: 57% center; }
  .mh-treatment--under-eye-mesotherapy .mh-treatment-hero__visual > img { object-position: 70% center; }
  .mh-treatment--under-eye-skin-booster .mh-treatment-hero__visual > img { object-position: 36% center; }
  .mh-treatment--under-eye-exosome .mh-treatment-hero__visual > img { object-position: 62% center; }
  .mh-treatment--under-eye-sunekos .mh-treatment-hero__visual > img { object-position: 34% center; }
  .mahan-treatment-template .mh-treatment-hero__visual figcaption { display: none; }
  .mahan-treatment-template .mh-treatment-hero .mh-actions { gap: 10px; }
  .mahan-treatment-template .mh-treatment-hero .mh-button { width: 100%; }
  .mahan-treatment-template .mh-treatment-hero .mh-button--text { width: auto; }
  .mh-expression-map { overflow: hidden; }
  .mh-expression-map > .mp-shell { display: flex; overflow-x: auto; padding: 0 20px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .mh-expression-map__intro,
  .mh-expression-map article { min-width: 78vw; min-height: 156px; flex: 0 0 78vw; padding: 24px 20px; border-left: 1px solid rgba(255,255,255,.13); scroll-snap-align: start; }
  .mh-expression-map__intro { min-width: 68vw; flex-basis: 68vw; }
  .mh-expression-map article h2,
  .mh-expression-map article h3 { margin-top: 23px; }
  .mh-treatment-fit h2,
  .mh-treatment-safety h2 { font-size: clamp(1.72rem, 7vw, 2.08rem); line-height: 1.17; }
  .mh-treatment-fit__lists { grid-template-columns: 1fr; gap: 12px; }
  .mh-treatment-fit figure img { height: 68vw; }
  .mh-treatment-safety__grid { gap: 34px; }
  .mh-treatment-safety figure img { height: 64vw; }
  .mh-treatment-safety figcaption { right: 12px; bottom: 12px; left: 12px; padding: 16px; }
  .mh-treatment-sources { padding-block: 55px; }
  .mh-treatment-sources a { min-height: 62px; }
}

@media (prefers-reduced-motion: reduce) {
  .mh-expression-map > .mp-shell { scroll-behavior: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .mahan-route-services .mh-service-category,
  .mahan-route-services .mh-service-category__visual img,
  .mahan-route-services .mh-service-pathways a,
  .mahan-route-services .mh-service-pathways a i,
  .mahan-route-services .mh-service-category li > a b i,
  html.mh-motion-ready .mahan-route-services .mh-reveal {
    transition: none;
    transform: none;
  }
}

/* v4.14 — Botox treatment template visual refinement. */
.mahan-treatment-template .mh-treatment-overview__intro {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: start;
  margin-bottom: 38px;
}

.mahan-treatment-template .mh-treatment-overview__heading h2 {
  margin: 0;
}

.mahan-treatment-template .mh-treatment-overview__summary {
  max-width: 470px;
  margin: 42px 0 0;
  padding-left: 22px;
  border-left: 2px solid #a891ae;
  color: #5f5661;
  line-height: 1.75;
}

.mahan-treatment-template .mh-treatment-facts {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.mahan-treatment-template .mh-treatment-facts article {
  grid-column: span 2;
  min-height: 188px;
  padding: 27px 25px;
  background: #fff;
}

.mahan-treatment-template .mh-treatment-facts article:nth-child(n+4) {
  grid-column: span 3;
}

.mahan-treatment-template .mh-treatment-facts span {
  margin-bottom: 30px;
}

.mahan-treatment-template .mh-treatment-fit figure img {
  height: clamp(520px, 45vw, 650px);
  min-height: 0;
}

.mahan-treatment-template .mh-treatment-fit__lists > div {
  position: relative;
  overflow: hidden;
  padding: 25px;
}

.mahan-treatment-template .mh-treatment-fit__lists > div::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: #a58ca9;
  content: "";
}

.mahan-treatment-template .mh-treatment-process li {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #faf8fa 100%);
}

.mahan-treatment-template .mh-treatment-process li::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: #a58ca9;
  transform: scaleX(.32);
  transform-origin: left;
  transition: transform .3s ease;
  content: "";
}

.mahan-treatment-template .mh-treatment-process li:hover::before,
.mahan-treatment-template .mh-treatment-process li:focus-within::before {
  transform: scaleX(1);
}

.mahan-treatment-template .mh-treatment-safety figure img {
  height: clamp(460px, 40vw, 560px);
  min-height: 0;
}

/* Batch 2: a treatment journey should clarify the visit, not repeat the same
   consultation and procedure photographs already used above it. */
.mahan-treatment-template .mh-treatment-process--clinical {
  background: #f2eef4;
}

.mahan-treatment-template .mh-treatment-process--clinical ol {
  counter-reset: treatment-step;
  gap: 14px;
  border: 0;
}

.mahan-treatment-template .mh-treatment-process--clinical li {
  min-height: 306px;
  border: 1px solid rgba(75, 60, 77, .16);
  background: linear-gradient(145deg, #fff 0%, #f8f5f8 100%);
}

.mahan-treatment-template .mh-treatment-process--clinical li + li {
  border-left: 1px solid rgba(75, 60, 77, .16);
}

.mahan-treatment-template .mh-treatment-process--clinical .mh-treatment-process__content {
  position: relative;
  display: flex;
  min-height: 306px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px clamp(24px, 3.5vw, 44px) 35px;
}

.mahan-treatment-template .mh-treatment-process--clinical .mh-treatment-process__content::before {
  position: absolute;
  top: 35px;
  left: clamp(24px, 3.5vw, 44px);
  width: 42px;
  height: 1px;
  background: #a58ca9;
  box-shadow: 52px 0 0 rgba(165, 140, 169, .48), 73px 0 0 rgba(165, 140, 169, .22);
  content: "";
}

.mahan-treatment-template .mh-treatment-process--clinical .mh-treatment-process__content > span {
  margin-bottom: auto;
  padding-top: 26px;
}

.mahan-treatment-template .mh-treatment-safety__card {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 13px 18px;
  align-content: center;
  min-height: clamp(430px, 38vw, 530px);
  margin: 0;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid rgba(222, 211, 225, .42);
  background:
    radial-gradient(circle at 100% 0%, rgba(168, 139, 174, .28), transparent 37%),
    linear-gradient(145deg, #473946, #2c2530 68%);
}

.mahan-treatment-safety__card > span {
  align-self: start;
  padding-top: 4px;
  color: #d9c8dc;
  font: 700 .67rem/1 "Open Sans", Arial, sans-serif;
  letter-spacing: .12em;
}

.mahan-treatment-safety__card > strong {
  align-self: end;
  color: #fff;
  font: 400 1.35rem/1.12 "Libre Baskerville", Georgia, serif;
}

.mahan-treatment-safety__card > p {
  grid-column: 2;
  margin: -7px 0 12px;
  color: rgba(255,255,255,.72);
  font-size: .86rem;
  line-height: 1.65;
}

@media (max-width: 820px) {
  .mahan-treatment-template .mh-treatment-process--clinical ol {
    gap: 12px;
  }

  .mahan-treatment-template .mh-treatment-process--clinical li,
  .mahan-treatment-template .mh-treatment-process--clinical .mh-treatment-process__content {
    min-height: 0;
  }

  .mahan-treatment-template .mh-treatment-process--clinical .mh-treatment-process__content {
    padding: 34px 24px 31px;
  }

  .mahan-treatment-template .mh-treatment-safety__card {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .mahan-treatment-template .mh-treatment-safety__card {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    padding: 30px 24px 26px;
  }

  .mahan-treatment-template .mh-treatment-safety__card > span {
    display: block !important;
    margin-bottom: 9px;
  }

  .mahan-treatment-template .mh-treatment-safety__card > strong {
    display: block !important;
    margin-bottom: 9px;
    font-size: 1.2rem;
  }

  .mahan-treatment-template .mh-treatment-safety__card > p {
    margin: 0 0 25px;
    color: #f1eaf2;
  }

  .mahan-treatment-template .mh-treatment-safety__card > p:last-child {
    margin-bottom: 0;
  }
}

.mahan-treatment-template .mh-treatment-team figure {
  overflow: hidden;
  border: 1px solid rgba(75, 60, 77, .16);
  background: #fff;
}

.mahan-treatment-template .mh-treatment-team img {
  height: auto;
}

.mahan-treatment-template .mh-treatment-team figcaption {
  min-height: 76px;
  padding: 14px 15px;
  border-top: 1px solid rgba(75, 60, 77, .12);
}

.mahan-treatment-template .mh-accordion details {
  transition: background-color .2s ease;
}

.mahan-treatment-template .mh-accordion details[open] {
  padding-inline: 18px;
  background: #f7f3f8;
}

.mahan-treatment-template .mh-accordion summary {
  min-height: 58px;
  font-size: 1rem;
}

.mahan-treatment-template .mh-related-grid a {
  position: relative;
  overflow: hidden;
}

.mahan-treatment-template .mh-related-grid a::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: #a58ca9;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
  content: "";
}

.mahan-treatment-template .mh-related-grid a:hover::before,
.mahan-treatment-template .mh-related-grid a:focus-visible::before {
  transform: scaleX(1);
}

.mahan-treatment-template .mh-related-grid a:hover i,
.mahan-treatment-template .mh-related-grid a:focus-visible i {
  display: inline-block;
  transform: translateX(4px);
}

.mahan-treatment-template .mh-related-grid i {
  transition: transform .2s ease;
}

.mh-expression-map__intro small {
  display: none;
}

html.mh-motion-ready .mahan-treatment-template .mh-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .42s ease var(--mh-reveal-delay, 0ms), transform .42s ease var(--mh-reveal-delay, 0ms);
}

html.mh-motion-ready .mahan-treatment-template .mh-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 960px) {
  .mahan-treatment-template .mh-treatment-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mahan-treatment-template .mh-treatment-facts article,
  .mahan-treatment-template .mh-treatment-facts article:nth-child(n+4) {
    grid-column: auto;
  }

  .mahan-treatment-template .mh-treatment-facts article:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .mahan-treatment-template .mh-treatment-overview__intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mahan-treatment-template .mh-treatment-overview__summary {
    max-width: 620px;
    margin-top: 0;
  }

  .mahan-treatment-template .mh-treatment-fit figure img,
  .mahan-treatment-template .mh-treatment-safety figure img {
    height: min(70vw, 540px);
  }
}

@media (max-width: 600px) {
  .mahan-treatment-template .mh-treatment-hero .mh-actions .mh-button--secondary {
    display: none;
  }

  .mahan-treatment-template .mh-treatment-hero .mh-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .mahan-treatment-template .mh-treatment-hero .mh-actions .mh-button--primary {
    grid-column: 1 / -1;
  }

  .mahan-treatment-template .mh-treatment-hero .mh-actions .mh-button--text {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .mahan-treatment-template .mh-trust-strip--treatment {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mahan-treatment-template .mh-trust-strip--treatment .mh-trust-strip__item--rating {
    grid-column: 1 / -1;
  }

  .mahan-treatment-template .mh-trust-strip--treatment .mh-trust-strip__item {
    min-height: 56px;
    padding: 8px 10px;
  }

  .mahan-treatment-template .mh-trust-strip--treatment .mh-trust-strip__item:nth-child(3) {
    border-top: 1px solid rgba(75, 60, 77, .2);
    border-left: 1px solid rgba(75, 60, 77, .2);
  }

  .mahan-treatment-template .mh-trust-strip--treatment .mh-trust-strip__icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .mahan-treatment-template .mh-trust-strip--treatment strong {
    font-size: 11px;
  }

  .mahan-treatment-template .mh-trust-strip--treatment small {
    font-size: 10px;
  }

  .mh-expression-map__intro small {
    display: flex;
    gap: 9px;
    align-items: center;
    margin-top: 18px;
    color: rgba(255, 255, 255, .68);
    font: 600 .72rem/1.4 "Open Sans", Arial, sans-serif;
  }

  .mh-expression-map__intro small span {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0;
  }

  .mahan-treatment-template .mh-treatment-overview {
    padding-block: 66px;
  }

  .mahan-treatment-template .mh-treatment-facts {
    grid-template-columns: 1fr;
  }

  .mahan-treatment-template .mh-treatment-facts article,
  .mahan-treatment-template .mh-treatment-facts article:last-child {
    grid-column: auto;
    min-height: 0;
  }

  .mahan-treatment-template .mh-treatment-fit figure img {
    height: 76vw;
    max-height: 360px;
  }

  .mahan-treatment-template .mh-treatment-safety figure img {
    height: 70vw;
    max-height: 340px;
  }

  .mahan-treatment-template .mh-treatment-process li {
    min-height: 0;
  }

  .mahan-treatment-template .mh-treatment-team .mp-shell {
    gap: 32px;
  }

  .mahan-treatment-template .mh-treatment-team__people {
    gap: 10px;
  }

  .mahan-treatment-template .mh-treatment-team figcaption {
    min-height: 86px;
    padding: 11px;
    font-size: 12px;
  }

  .mahan-treatment-template .mh-accordion details[open] {
    padding-inline: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mahan-treatment-template .mh-treatment-process li::before,
  .mahan-treatment-template .mh-related-grid a,
  .mahan-treatment-template .mh-related-grid a::before,
  .mahan-treatment-template .mh-related-grid i,
  .mahan-treatment-template .mh-accordion details,
  html.mh-motion-ready .mahan-treatment-template .mh-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* v4.15 — competitor-informed decision guide without generic sales language. */
.mh-treatment-quick-nav {
  border-top: 1px solid rgba(75, 60, 77, .14);
  border-bottom: 1px solid rgba(75, 60, 77, .14);
  background: #fff;
}

.mh-treatment-quick-nav > .mp-shell {
  display: grid;
  grid-template-columns: minmax(150px, .38fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 68px;
}

.mh-treatment-quick-nav > .mp-shell > span {
  color: #5f5661;
  font: 700 .7rem/1.2 "Open Sans", Arial, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.mh-treatment-quick-nav > .mp-shell > div {
  display: flex;
  min-width: 0;
  align-items: stretch;
  justify-content: flex-end;
}

.mh-treatment-quick-nav a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px clamp(13px, 1.8vw, 25px);
  color: #4b3c4d;
  border-left: 1px solid rgba(75, 60, 77, .13);
  font: 700 .76rem/1.25 "Open Sans", Arial, sans-serif;
  letter-spacing: .025em;
  text-align: center;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.mh-treatment-quick-nav a:last-child {
  border-right: 1px solid rgba(75, 60, 77, .13);
}

.mh-treatment-quick-nav a:hover,
.mh-treatment-quick-nav a:focus-visible,
.mh-treatment-quick-nav a[aria-current="location"] {
  color: #512958;
  background: #f2eef4;
  box-shadow: inset 0 -2px 0 #795a80;
}

.mh-expression-map__intro h2 {
  max-width: 250px;
  margin: 8px 0 0;
  color: #fff;
  font: 400 1.24rem/1.35 "Libre Baskerville", Georgia, serif;
}

.mh-expression-map__intro p {
  max-width: 290px;
  margin: 11px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: .79rem;
  line-height: 1.55;
}

.mahan-treatment-template .mh-expression-map,
.mahan-treatment-template .mh-treatment-overview,
.mahan-treatment-template .mh-treatment-fit,
.mahan-treatment-template .mh-treatment-process,
.mahan-treatment-template .mh-treatment-safety,
.mahan-treatment-template .mh-treatment-faq {
  scroll-margin-top: 92px;
}

@media (max-width: 1080px) {
  .mh-expression-map__intro h2 {
    max-width: none;
  }
}

@media (max-width: 820px) {
  .mh-treatment-quick-nav > .mp-shell {
    display: block;
    min-height: 0;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .mh-treatment-quick-nav > .mp-shell > span {
    display: block;
    margin: 0 0 10px;
  }

  .mh-treatment-quick-nav > .mp-shell > div {
    width: calc(100% + 24px);
    margin-right: -24px;
    overflow-x: auto;
    justify-content: flex-start;
    padding-right: 24px;
    scrollbar-width: thin;
  }

  .mh-treatment-quick-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .mh-expression-map__intro {
    min-height: 190px;
  }
}

@media (max-width: 600px) {
  .mh-treatment-quick-nav > .mp-shell > div {
    width: calc(100% + 20px);
    margin-right: -20px;
    padding-right: 20px;
  }

  .mh-treatment-quick-nav a {
    min-height: 46px;
    padding-inline: 16px;
    font-size: .72rem;
  }

  .mh-expression-map__intro h2 {
    max-width: 260px;
    font-size: 1.08rem;
  }

  .mh-expression-map__intro p {
    max-width: 270px;
    font-size: .76rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mh-treatment-quick-nav a {
    transition: none;
  }
}

/* v4.16 — tighter mobile treatment-page rhythm and clearer horizontal cues. */
@media (max-width: 600px) {
  .mahan-treatment-template .mh-treatment-hero h1 {
    max-width: 360px;
    font-size: clamp(1.9rem, 7.7vw, 2.15rem);
    line-height: 1.08;
    text-wrap: wrap;
  }

  .mahan-treatment-template .mh-treatment-hero .mh-actions {
    gap: 6px;
  }

  .mahan-treatment-template .mh-treatment-hero .mh-button--text {
    min-height: 44px;
    padding-block: 6px;
  }

  .mahan-treatment-template .mh-trust-strip--treatment {
    margin-top: 16px;
  }

  .mahan-treatment-template .mh-treatment-fit {
    padding-bottom: 42px;
  }

  .mahan-treatment-template .mh-treatment-process {
    padding-top: 48px;
  }

  .mahan-treatment-template .mh-treatment-sources {
    padding-top: 42px;
    padding-bottom: 30px;
  }

  .mahan-treatment-template .mh-treatment-sources a {
    min-height: 52px;
  }

  .mahan-treatment-template .mh-treatment-related {
    padding: 44px 0 54px;
  }

  .mahan-treatment-template .mh-treatment-related .mh-service-heading {
    gap: 16px;
    margin-bottom: 28px;
  }

  .mahan-treatment-template .mh-related-grid a {
    min-height: 0;
    padding: 23px 22px;
  }

  .mahan-treatment-template .mh-related-grid a > span {
    margin-bottom: 30px;
  }

  .mahan-treatment-template .mh-related-grid b {
    padding-top: 20px;
  }
}

@media (max-width: 820px) {
  .mh-treatment-quick-nav > .mp-shell {
    position: relative;
  }

  .mh-treatment-quick-nav[data-can-scroll-right="true"] > .mp-shell::after,
  .mh-treatment-quick-nav[data-can-scroll-left="true"] > .mp-shell::before {
    position: absolute;
    z-index: 1;
    bottom: 13px;
    display: grid;
    width: 54px;
    height: 46px;
    place-items: center;
    color: #512958;
    font: 400 1.55rem/1 "Libre Baskerville", Georgia, serif;
    pointer-events: none;
  }

  .mh-treatment-quick-nav[data-can-scroll-right="true"] > .mp-shell::after {
    right: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0), #fff 56%);
    content: "›";
  }

  .mh-treatment-quick-nav[data-can-scroll-left="true"] > .mp-shell::before {
    left: 0;
    background: linear-gradient(90deg, #fff 44%, rgba(255,255,255,0));
    content: "‹";
  }

  .mh-expression-map__intro,
  .mh-expression-map article {
    scroll-snap-stop: always;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mh-treatment-quick-nav > .mp-shell::before,
  .mh-treatment-quick-nav > .mp-shell::after {
    display: none;
  }
}

/* v4.16.2 — Botox visual anchors, deliberate mobile rhythm, and treatment-card detail. */
.mahan-treatment-template .mh-treatment-overview__visual {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1fr);
  min-height: 255px;
  margin: 0 0 38px;
  overflow: hidden;
  border: 1px solid rgba(75, 60, 77, .18);
  background: #f5f1f6;
}

.mahan-treatment-template .mh-treatment-overview__visual > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 255px;
  object-fit: cover;
  object-position: center;
}

.mahan-treatment-template .mh-treatment-overview__visual figcaption {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: clamp(26px, 4vw, 48px);
}

.mahan-treatment-template .mh-treatment-fact__icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  color: #512958;
  border: 1px solid rgba(81, 41, 88, .28);
  background: rgba(255, 255, 255, .7);
}

.mahan-treatment-template .mh-treatment-fact__icon svg {
  width: 21px;
  height: 21px;
}

.mahan-treatment-template .mh-treatment-overview__visual strong {
  display: block;
  margin-bottom: 8px;
  color: #29242b;
  font: 400 clamp(1.22rem, 2.2vw, 1.6rem)/1.32 "Libre Baskerville", Georgia, serif;
}

.mahan-treatment-template .mh-treatment-overview__visual p {
  max-width: 500px;
  margin: 0;
  color: #5f5661;
  font-size: .92rem;
  line-height: 1.68;
}

.mahan-treatment-template .mh-treatment-fact__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 29px;
}

.mahan-treatment-template .mh-treatment-facts .mh-treatment-fact__number {
  display: block;
  margin: 0;
  color: #8f7495;
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.mahan-treatment-template .mh-treatment-facts .mh-treatment-fact__icon {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

.mahan-treatment-template .mh-treatment-facts .mh-treatment-fact__icon svg {
  width: 18px;
  height: 18px;
}

.mahan-treatment-template .mh-treatment-process li {
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 0;
}

.mahan-treatment-template .mh-treatment-process__visual {
  position: relative;
  aspect-ratio: 16 / 8.8;
  margin: 0;
  overflow: hidden;
  background: #e7dfe9;
}

.mahan-treatment-template .mh-treatment-process__visual::after {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(180deg, rgba(31, 24, 33, 0), rgba(31, 24, 33, .66));
  content: "";
  pointer-events: none;
}

.mahan-treatment-template .mh-treatment-process__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mahan-treatment-template .mh-treatment-process__visual figcaption {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 15px;
  left: 18px;
  color: #fff;
  font: 700 .66rem/1.25 "Open Sans", Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mahan-treatment-template .mh-treatment-process__content {
  flex: 1 1 auto;
  padding: 27px clamp(22px, 3.5vw, 48px) 31px;
}

.mahan-treatment-template .mh-treatment-process__content > span {
  display: block;
  margin-bottom: 26px;
  color: #8f7495;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .13em;
}

.mahan-treatment-template .mh-treatment-process__content h3 {
  margin-bottom: 11px;
}

.mahan-treatment-template .mh-expression-map article {
  display: flex;
  flex-direction: column;
}

.mahan-treatment-template .mh-expression-map__card-mark {
  display: flex;
  gap: 7px;
  align-items: center;
  padding-top: 14px;
}

.mahan-treatment-template .mh-expression-map__card-mark i {
  display: block;
  width: 28px;
  height: 1px;
  background: #cdbfd0;
}

.mahan-treatment-template .mh-expression-map__card-mark i:nth-child(2) {
  width: 15px;
  opacity: .72;
}

.mahan-treatment-template .mh-expression-map__card-mark i:nth-child(3) {
  width: 7px;
  opacity: .46;
}

@media (max-width: 600px) {
	.mahan-treatment-template .mh-treatment-hero .mh-actions {
		gap: 0;
	}

	.mahan-treatment-template .mh-treatment-hero .mh-button--text {
		min-height: 44px;
		align-items: center;
		padding: 0;
	}

	.mahan-treatment-template .mh-trust-strip--treatment {
		margin-top: 8px;
		margin-bottom: 16px;
	}

  .mahan-treatment-template .mh-treatment-overview__visual {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-bottom: 30px;
  }

  .mahan-treatment-template .mh-treatment-overview__visual > img {
    min-height: 0;
    height: min(58vw, 260px);
  }

  .mahan-treatment-template .mh-treatment-overview__visual figcaption {
    gap: 16px;
    padding: 22px 20px 24px;
  }

  .mahan-treatment-template .mh-treatment-overview__visual p {
    font-size: .87rem;
  }

  .mahan-treatment-template .mh-treatment-fact__top {
    margin-bottom: 20px;
  }

  .mahan-treatment-template .mh-treatment-process {
    padding-top: 46px;
  }

  .mahan-treatment-template .mh-treatment-process__visual {
    aspect-ratio: 16 / 8.4;
  }

  .mahan-treatment-template .mh-treatment-process__content {
    padding: 23px 22px 27px;
  }

  .mahan-treatment-template .mh-treatment-process__content > span {
    margin-bottom: 20px;
  }

  .mahan-treatment-template .mh-expression-map article {
    min-height: 190px;
  }

  .mahan-treatment-template .mh-expression-map__card-mark {
    padding-top: 11px;
  }

  .mahan-treatment-template .mh-treatment-related {
    padding-bottom: 30px;
  }

  .mahan-treatment-template .mh-treatment-consultation {
    padding-top: 44px;
  }

  .mahan-treatment-template .mh-treatment-team {
    padding-bottom: 32px;
  }

  .mahan-treatment-template .mh-treatment-faq {
    padding-top: 44px;
    padding-bottom: 28px;
  }
}

/* v4.30.3 — Batch 8 regression fixes: balanced guide rail, readable form CTA,
   PRP title fit, and a neutral crop for legacy clinic result compositions. */
.mahan-treatment-template .mh-service-form .mahan-form button[type="submit"] {
	font-size: 14px;
}

.mahan-treatment-template .mh-treatment--hair-prp .mh-treatment-result__image img {
	transform: scale(1.06);
	transform-origin: center center;
}

/* The supplied result composites have different amounts of legacy purple
   framing. Crop each card independently so the photography fills the neutral
   result frame without altering the clinical image itself. */
.mahan-treatment-template .mh-treatment--hair-prp .mh-treatment-result:nth-child(2) .mh-treatment-result__image img {
	transform: scale(1.18);
}

.mahan-treatment-template .mh-treatment--hair-prp .mh-treatment-result:nth-child(3) .mh-treatment-result__image img {
	transform: none;
}

.mahan-treatment-template .mh-treatment--hair-prp .mh-treatment-result:nth-child(4) .mh-treatment-result__image img {
	transform: scale(1.22);
}

@media (min-width: 1081px) {
	.mahan-treatment-template .mh-expression-map > .mp-shell {
		grid-template-columns: minmax(240px, 1.18fr) repeat(4, minmax(0, 1fr));
	}

	.mahan-treatment-template .mh-treatment--hair-prp .mh-treatment-hero h1 {
		max-width: 760px;
		font-size: clamp(3.4rem, 4.4vw, 4rem);
	}
}

/* Keep the two longest Batch 8 desktop titles visually balanced with their
   hero imagery. Mobile already uses the shared three-line title classes. */
@media (min-width: 821px) {
	.mahan-route-hair-prp-mesotherapy-dubai .mh-treatment-hero h1,
	.mahan-route-hair-exosome-dubai .mh-treatment-hero h1 {
		max-width: 760px;
		font-size: clamp(3.1rem, 4.1vw, 3.55rem);
	}
}

@media (min-width: 821px) and (max-width: 1080px) {
	.mahan-treatment-template .mh-expression-map > .mp-shell {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 601px) and (max-width: 820px) {
	.mahan-treatment-template .mh-expression-map > .mp-shell {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* v4.19 final cascade lock: the catalogue layout overrides earlier service rules. */
/* v4.24.3 — keep the first consultation action clear of the fixed mobile contact bar. */
@media (max-width: 600px) {
  .mahan-treatment-template .mh-treatment-hero__copy > .mh-actions {
    order: 1;
  }

  .mahan-treatment-template .mh-treatment-hero__visual,
  .mahan-treatment-template .mh-treatment-hero__visual > img {
    height: clamp(160px, 43vw, 180px);
    min-height: clamp(160px, 43vw, 180px);
    max-height: 180px;
  }
}

/* v4.26.1 — keep every mobile hero title to a calm three-line maximum. */
@media (max-width: 600px) {
  .mahan-treatment-template .mh-treatment-hero h1.mh-mobile-title--long {
    max-width: 100%;
    font-size: clamp(1.55rem, 6.7vw, 1.82rem);
    line-height: 1.07;
  }

  .mahan-treatment-template .mh-treatment-hero h1.mh-mobile-title--extra-long {
    max-width: 100%;
    font-size: clamp(1.48rem, 6.15vw, 1.7rem);
    line-height: 1.07;
  }

  .mahan-route-services .mh-service-hero h1 {
    max-width: 100%;
    font-size: clamp(1.75rem, 7.2vw, 1.95rem);
    line-height: 1.08;
  }
}

@media (max-width: 370px) {
  .mahan-treatment-template .mh-treatment-hero h1.mh-mobile-title--long {
    font-size: 1.4rem;
  }

  .mahan-treatment-template .mh-treatment-hero h1.mh-mobile-title--extra-long {
    font-size: 1.34rem;
  }
}

/* v4.31 — HIFU batch: keep the longer area-led desktop titles balanced with
   their clinical imagery. Mobile continues to use the shared three-line rule. */
@media (min-width: 821px) {
  .mahan-treatment-template .mh-treatment--face-neck-hifu .mh-treatment-hero h1,
  .mahan-treatment-template .mh-treatment--arm-hifu .mh-treatment-hero h1,
  .mahan-treatment-template .mh-treatment--leg-hifu .mh-treatment-hero h1 {
    max-width: 760px;
    font-size: clamp(3.05rem, 3.65vw, 3.55rem);
  }
}

.mahan-treatment-template .mh-treatment--hifu .mh-treatment-overview__visual img {
  object-fit: contain;
  background: #f2eef4;
}

/* v4.31.3 — HIFU batch audit refinements. */
.mh-expression-map [data-mh-carousel-track]:focus-visible {
  outline: 3px solid #d9c8dc;
  outline-offset: -3px;
}

.mahan-treatment-template .mh-treatment-fit__map {
  min-height: 560px;
  padding: clamp(30px, 4vw, 54px);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  background:
    radial-gradient(circle at 86% 12%, rgba(216,199,220,.22), transparent 30%),
    linear-gradient(155deg, #4b3c4d 0%, #2d2730 72%);
}

.mahan-treatment-template .mh-treatment-fit__map > span {
  display: block;
  margin-bottom: 18px;
  color: #ded1e0;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mahan-treatment-template .mh-treatment-fit__map > strong {
  display: block;
  max-width: 390px;
  color: #fff;
  font: 400 clamp(1.65rem, 2.8vw, 2.55rem)/1.14 "Libre Baskerville", Georgia, serif;
}

.mahan-treatment-template .mh-treatment-fit__map ol {
  display: grid;
  gap: 0;
  margin: clamp(40px, 7vw, 78px) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.24);
}

.mahan-treatment-template .mh-treatment-fit__map li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.mahan-treatment-template .mh-treatment-fit__map li i {
  color: #cdbfd0;
  font: 700 .7rem/1 "Open Sans", Arial, sans-serif;
  font-style: normal;
  letter-spacing: .08em;
}

.mahan-treatment-template .mh-treatment-fit__map li b {
  color: #fff;
  font: 600 .9rem/1.45 "Open Sans", Arial, sans-serif;
}

.mahan-treatment-template .mh-treatment-fit__map figcaption {
  padding-top: 20px;
  color: rgba(255,255,255,.7);
}

/* v4.34.3 — Batch 13 mobile readability pass.
 * The infusion pages carry more safety and decision-support copy than the
 * aesthetic treatment pages. Keep their compact labels, but do not make
 * explanatory text or conversion links feel like fine print on a phone.
 */
@media (max-width: 600px) {
  :is(
    .mahan-route-iv-drip-dubai,
    .mahan-route-nad-drip-dubai,
    .mahan-route-iv-nad-drip-dubai
  ) .mh-expression-map__intro p,
  :is(
    .mahan-route-iv-drip-dubai,
    .mahan-route-nad-drip-dubai,
    .mahan-route-iv-nad-drip-dubai
  ) .mh-expression-map article p {
    font-size: .875rem;
    line-height: 1.58;
  }

  :is(
    .mahan-route-iv-drip-dubai,
    .mahan-route-nad-drip-dubai,
    .mahan-route-iv-nad-drip-dubai
  ) :is(
    .mh-treatment-facts p,
    .mh-treatment-process p,
    .mh-treatment-plain-list li,
    .mh-treatment-safety__card > p,
    .mh-related-grid p,
    .mh-treatment-sources p,
    .mh-accordion p,
    .mh-treatment-fit figcaption
  ) {
    font-size: .9375rem;
    line-height: 1.65;
  }

  :is(
    .mahan-route-iv-drip-dubai,
    .mahan-route-nad-drip-dubai,
    .mahan-route-iv-nad-drip-dubai
  ) :is(
    .mh-treatment-overview__note,
    .mh-treatment-disclaimer,
    .mh-treatment-urgent
  ) {
    font-size: .875rem;
  }

  :is(
    .mahan-route-iv-drip-dubai,
    .mahan-route-nad-drip-dubai,
    .mahan-route-iv-nad-drip-dubai
  ) :is(
    .mh-related-grid b,
    .mh-treatment-sources a,
    .mh-service-contact-options a
  ) {
    font-size: .875rem;
  }

  :is(
    .mahan-route-iv-drip-dubai,
    .mahan-route-nad-drip-dubai,
    .mahan-route-iv-nad-drip-dubai
  ) .mh-service-form .mahan-form label,
  :is(
    .mahan-route-iv-drip-dubai,
    .mahan-route-nad-drip-dubai,
    .mahan-route-iv-nad-drip-dubai
  ) :is(.mh-form-privacy, .mp-footer__bottom) {
    font-size: .75rem;
  }
}

@media (max-width: 820px) {
  .mahan-treatment-template .mh-treatment-fit__map {
    min-height: 0;
    padding: 28px 24px;
  }

  .mahan-treatment-template .mh-treatment-fit__map ol {
    margin-top: 30px;
  }
}

@media (orientation: landscape) and (max-height: 600px) and (max-width: 960px) {
  .mahan-treatment-template .mh-treatment-hero h1,
  .mahan-treatment-template .mh-treatment-hero h1.mh-mobile-title--long {
    max-width: 100%;
    font-size: clamp(1.62rem, 3.45vw, 1.85rem);
    line-height: 1.05;
  }

  .mahan-treatment-template .mh-treatment-hero h1.mh-mobile-title--extra-long {
    font-size: clamp(1.48rem, 3.1vw, 1.68rem);
  }
}
.mahan-route-services .mh-category-jump {
  display: flex;
  grid-template-columns: none;
  overflow-x: auto;
}

.mahan-route-services .mh-category-jump a {
  min-width: 185px;
  flex: 1 0 185px;
}

.mahan-route-services .mh-service-category-grid {
  grid-template-columns: 1fr;
}

.mahan-route-services .mh-service-category-grid > .mh-service-category {
  display: grid;
  grid-template-columns: minmax(230px, 29%) minmax(0, 1fr);
}

.mahan-route-services .mh-service-category-grid .mh-service-category__visual {
  height: 100%;
  min-height: 360px;
}

.mahan-route-services .mh-service-category .mh-service-subgroup ul {
  margin: 0;
  padding: 0;
}

.mahan-route-services .mh-service-category__content[data-subgroup-count="1"] .mh-service-subgroup ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
}

.mahan-route-services [hidden] {
  display: none !important;
}

@media (max-width: 820px) {
  .mahan-route-services .mh-service-category-grid > .mh-service-category {
    grid-template-columns: 1fr;
  }

  .mahan-route-services .mh-service-category-grid .mh-service-category__visual {
    min-height: 0;
    height: min(55vw, 300px);
  }
}

@media (max-width: 600px) {
  .mahan-route-services .mh-category-jump a {
    min-width: 215px;
    flex-basis: 72%;
  }

  .mahan-route-services .mh-service-category__content[data-subgroup-count="1"] .mh-service-subgroup ul {
    grid-template-columns: 1fr;
  }
}

