:root {
  --mp-ink: #211c22;
  --mp-muted: #6f686f;
  --mp-purple: #6f2b7c;
  --mp-purple-deep: #321438;
  --mp-purple-dark: #241027;
  --mp-lilac: #f7f1f8;
  --mp-blush: #fcfaf8;
  --mp-white: #fff;
  --mp-gold: #b98b4d;
  --mp-border: rgba(45, 32, 47, 0.11);
  --mp-shadow: 0 20px 56px rgba(45, 28, 48, 0.11);
}

body.home {
  background: var(--mp-blush);
  color: var(--mp-ink);
  font-family: "Open Sans", Arial, sans-serif;
}

body.home .wp-site-blocks,
body.home .mahan-main {
  overflow: visible;
}

body.home .mahan-main {
  margin: 0;
}

body.home .mahan-main > .wp-block-post-content {
  max-width: none;
  margin: 0;
  padding: 0;
}

body.home .mahan-staging-badge,
body.home > .mahan-footer-map {
  display: none !important;
}

.mp-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.mp-home h1,
.mp-home h2,
.mp-home h3,
.mp-footer h2 {
  margin-top: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.022em;
}

.mp-home h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 4.5vw, 4.8rem);
  line-height: 1.01;
}

.mp-home h2 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 3.4vw, 3.55rem);
  line-height: 1.07;
}

.mp-home h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.15;
}

.mp-home p {
  color: var(--mp-muted);
}

.mp-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--mp-purple) !important;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mp-eyebrow span {
  width: 28px;
  height: 1px;
  background: currentcolor;
}

.mp-header {
  position: sticky;
  z-index: 200;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(24, 12, 31, 0.96);
  backdrop-filter: blur(18px);
}

.mp-header__inner {
  display: grid;
  min-height: 76px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.mp-logo img {
  display: block;
  width: 188px;
  height: auto;
}

.mp-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.3vw, 34px);
}

.mp-nav a,
.mp-header__phone {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.mp-nav a:hover,
.mp-header__phone:hover {
  color: #fff;
}

.mp-header__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.mp-header__cta {
  border-radius: 999px;
  padding: 11px 19px;
  color: #211225;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.mp-nav-toggle {
  display: none;
}

.mp-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 6vw, 88px) 0 clamp(70px, 7vw, 104px);
  background:
    radial-gradient(circle at 7% 10%, rgba(181, 94, 212, 0.18), transparent 24%),
    linear-gradient(145deg, #fff 0%, #faf5fb 56%, #f0e0f7 100%);
}

.mp-hero::after {
  position: absolute;
  right: -100px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(123, 44, 165, 0.16);
  border-radius: 50%;
  content: "";
}

.mp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(460px, 1.07fr);
  align-items: center;
  gap: clamp(42px, 5vw, 76px);
}

.mp-hero__copy {
  position: relative;
  z-index: 2;
}

.mp-hero__lead {
  max-width: 660px;
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.7;
}

.mp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.mp-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 14px 25px;
  font-size: 0.87rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mp-button:hover {
  transform: translateY(-2px);
}

.mp-button--primary {
  color: #fff;
  background: linear-gradient(135deg, #8a35b4, #5f1e7f);
  box-shadow: 0 16px 34px rgba(105, 36, 141, 0.24);
}

.mp-button--ghost {
  border-color: rgba(35, 21, 39, 0.22);
  color: var(--mp-ink);
  background: rgba(255, 255, 255, 0.68);
}

.mp-button--light {
  color: var(--mp-purple-deep);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.mp-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
  padding-top: 26px;
  border-top: 1px solid var(--mp-border);
}

.mp-hero__proof span {
  color: var(--mp-muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.mp-hero__proof strong {
  display: block;
  color: var(--mp-ink);
  font-size: 0.78rem;
}

.mp-hero__visual {
  position: relative;
  z-index: 1;
}

.mp-hero__visual::before {
  position: absolute;
  z-index: -1;
  inset: -18px 24px 24px -18px;
  border-radius: 40px;
  content: "";
  background: linear-gradient(160deg, rgba(152, 69, 184, 0.34), rgba(123, 44, 165, 0.02));
}

.mp-hero__visual > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 5;
  border-radius: 32px;
  object-fit: cover;
  object-position: 51% center;
  box-shadow: var(--mp-shadow);
}

.mp-hero__card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(330px, 80%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 17px 20px;
  color: #fff;
  background: rgba(32, 13, 42, 0.9);
  box-shadow: 0 20px 46px rgba(30, 11, 40, 0.3);
  backdrop-filter: blur(14px);
}

.mp-hero__card strong,
.mp-hero__card small {
  display: block;
}

.mp-hero__card strong {
  font-size: 0.86rem;
}

.mp-hero__card small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
}

.mp-status-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #7ce0a2;
  box-shadow: 0 0 0 7px rgba(124, 224, 162, 0.12);
}

.mp-trust {
  position: relative;
  z-index: 3;
  margin-top: -38px;
}

.mp-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(55, 37, 58, 0.1);
  border-radius: 18px;
  color: var(--mp-ink);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--mp-shadow);
}

.mp-trust__grid > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 15px;
  padding: 28px 30px;
}

.mp-trust__grid > div + div {
  border-left: 1px solid var(--mp-border);
}

.mp-trust__grid span {
  grid-row: span 2;
  color: var(--mp-gold);
  font-family: "Libre Baskerville", serif;
  font-size: 1.3rem;
}

.mp-trust__grid strong {
  font-size: 0.86rem;
}

.mp-trust__grid small {
  color: var(--mp-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.mp-section {
  padding: clamp(82px, 8vw, 116px) 0;
}

.mp-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.68fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 42px;
}

.mp-section-heading h2 {
  margin-bottom: 0;
}

.mp-section-heading > p {
  margin: 0 0 5px;
  font-size: 0.98rem;
  line-height: 1.75;
}

.mp-treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mp-treatment-card {
  overflow: hidden;
  border: 1px solid var(--mp-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(35, 22, 38, 0.07);
}

.mp-treatment-card a {
  color: inherit;
  text-decoration: none;
}

.mp-treatment-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  transition: transform 500ms ease;
}

.mp-treatment-card:nth-child(1) img {
  object-position: 50% 44%;
}

.mp-treatment-card:nth-child(2) img {
  object-position: 52% 46%;
}

.mp-treatment-card:nth-child(3) img {
  object-position: 55% 40%;
}

.mp-treatment-card:hover img {
  transform: scale(1.025);
}

.mp-treatment-card__content {
  padding: 24px 24px 27px;
}

.mp-treatment-card__content > span {
  color: var(--mp-purple);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.mp-treatment-card__content h3 {
  margin: 8px 0 12px;
}

.mp-treatment-card__content p {
  min-height: 72px;
  margin: 0 0 22px;
  font-size: 0.87rem;
  line-height: 1.65;
}

.mp-treatment-card__content strong {
  font-size: 0.78rem;
}

.mp-results {
  color: var(--mp-ink);
  background: #f4f0f3;
}

.mp-results .mp-section-heading--light h2 {
  color: var(--mp-ink) !important;
}

.mp-results .mp-section-heading--light .mp-eyebrow {
  color: var(--mp-purple) !important;
}

.mp-results .mp-section-heading--light > p {
  color: var(--mp-muted);
}

.mp-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mp-results-grid figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--mp-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(43, 30, 45, 0.06);
}

.mp-results-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.mp-results-grid figcaption {
  padding: 13px 16px 15px;
  color: var(--mp-ink);
  background: #fff;
  font-size: 0.74rem;
  font-weight: 700;
}

.mp-centered-action {
  margin-top: 38px;
  text-align: center;
}

.mp-process {
  background: #fff;
}

.mp-process__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(400px, 1fr);
  gap: clamp(60px, 10vw, 140px);
}

.mp-process__intro {
  position: sticky;
  top: 132px;
  align-self: start;
}

.mp-process__intro > p:not(.mp-eyebrow) {
  font-size: 1rem;
  line-height: 1.75;
}

.mp-text-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--mp-purple);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.mp-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-steps li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: 34px 0;
  border-top: 1px solid var(--mp-border);
}

.mp-steps li:last-child {
  border-bottom: 1px solid var(--mp-border);
}

.mp-steps > li > span {
  color: var(--mp-purple);
  font-family: "Libre Baskerville", serif;
  font-size: 1.8rem;
}

.mp-steps h3 {
  margin-bottom: 10px;
}

.mp-steps p {
  margin: 0;
  font-size: 0.9rem;
}

.mp-team {
  background: #f8f3f8;
}

.mp-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.mp-team-grid article {
  display: grid;
  grid-template-columns: minmax(128px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(72, 47, 76, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(54, 35, 58, 0.07);
}

.mp-team-grid article img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center top;
}

.mp-team-grid article div {
  padding: 24px;
}

.mp-team-grid article h3 {
  margin-bottom: 5px;
  font-size: 1.45rem;
}

.mp-team-grid article p {
  margin: 0;
  font-size: 0.76rem;
}

.mp-team-grid aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 18px;
  padding: clamp(32px, 4vw, 58px);
  color: #fff;
  background:
    linear-gradient(rgba(35, 13, 45, 0.62), rgba(35, 13, 45, 0.9)),
    url("../images/home/1e396fd64cb4f80d.webp") center / cover;
  grid-column: 1 / -1;
  min-height: 240px;
}

.mp-quote {
  margin: 0;
  color: #fff !important;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.5rem, 2.6vw, 2.4rem);
  line-height: 1.28;
}

.mp-team-grid aside .mp-text-link {
  color: #fff;
}

.mp-reviews {
  background: #fff;
}

.mp-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mp-review-grid blockquote {
  margin: 0;
  border: 1px solid var(--mp-border);
  border-radius: 18px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(42, 29, 44, 0.05);
}

.mp-stars {
  color: #e5a72d;
  letter-spacing: 0.12em;
}

.mp-review-grid blockquote p {
  min-height: 110px;
  color: var(--mp-ink);
  font-family: "Libre Baskerville", serif;
  font-size: 1.05rem;
  line-height: 1.6;
}

.mp-review-grid blockquote footer {
  color: var(--mp-muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.mp-faq {
  background: var(--mp-blush);
}

.mp-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(440px, 1fr);
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
}

.mp-accordion details {
  border-top: 1px solid var(--mp-border);
  padding: 22px 0;
}

.mp-accordion details:last-child {
  border-bottom: 1px solid var(--mp-border);
}

.mp-accordion summary {
  position: relative;
  padding-right: 42px;
  font-family: "Libre Baskerville", serif;
  font-size: 1.25rem;
  cursor: pointer;
  list-style: none;
}

.mp-accordion summary::-webkit-details-marker {
  display: none;
}

.mp-accordion summary::after {
  position: absolute;
  top: 0;
  right: 4px;
  color: var(--mp-purple);
  content: "+";
  font: 400 1.5rem/1 Arial, sans-serif;
}

.mp-accordion details[open] summary::after {
  content: "−";
}

.mp-accordion details p {
  max-width: 720px;
  margin: 16px 42px 0 0;
  font-size: 0.9rem;
  line-height: 1.7;
}

.mp-consultation {
  padding: clamp(78px, 9vw, 130px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 8% 90%, rgba(175, 83, 207, 0.3), transparent 28%),
    linear-gradient(135deg, #1b0c22, #3b154b);
}

.mp-consultation__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1fr);
  align-items: center;
  gap: clamp(60px, 9vw, 120px);
}

.mp-consultation .mp-eyebrow,
.mp-consultation h2,
.mp-consultation__copy > p {
  color: #fff !important;
}

.mp-consultation__copy > p {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.7) !important;
}

.mp-consultation__copy ul {
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

.mp-consultation__copy li {
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.87rem;
}

.mp-consultation__copy li::before {
  margin-right: 10px;
  color: var(--mp-gold);
  content: "✓";
}

.mp-consultation__form {
  border-radius: 24px;
  padding: clamp(28px, 4vw, 48px);
  color: var(--mp-ink);
  background: #fff;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.24);
}

.mp-consultation__form > h3 {
  margin-bottom: 8px;
  font-size: 2rem;
}

.mp-consultation__form > p,
.mp-consultation__form > small {
  color: var(--mp-muted);
  font-size: 0.78rem;
}

.mp-consultation__form .mahan-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.mp-consultation__form .mahan-form label {
  display: grid;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 700;
}

.mp-consultation__form .mahan-form input,
.mp-consultation__form .mahan-form textarea {
  width: 100%;
  border: 1px solid rgba(31, 20, 34, 0.17);
  border-radius: 10px;
  padding: 12px 13px;
  font: inherit;
  background: #fff;
}

.mp-consultation__form .mahan-form textarea {
  min-height: 108px;
}

.mp-consultation__form .mahan-field--full {
  grid-column: 1 / -1;
}

.mp-consultation__form .mahan-honeypot {
  position: absolute !important;
  left: -10000px !important;
}

.mp-consultation__form .mahan-form button {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  color: #fff;
  background: linear-gradient(135deg, #8a35b4, #5f1e7f);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.mp-footer {
  padding: 72px 0 26px;
  color: #fff;
  background: #100b12;
}

.mp-footer__top {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 1fr 1fr;
  gap: 54px;
  padding-bottom: 50px;
}

.mp-footer__top img {
  display: block;
  width: 180px;
  height: auto;
  margin-bottom: 22px;
}

.mp-footer__top h2 {
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.5);
  font: 700 0.7rem/1.2 "Open Sans", Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mp-footer__top p,
.mp-footer__top a {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  line-height: 1.6;
  text-decoration: none;
}

.mp-footer__top a:hover {
  color: #fff;
}

.mp-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.66rem;
}

.mp-footer__bottom div {
  display: flex;
  gap: 22px;
}

.mp-footer__bottom a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1050px) {
  .mp-header__phone {
    display: none;
  }

  .mp-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.9fr);
  }

  .mp-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mp-team-grid aside {
    grid-column: 1 / -1;
    min-height: 240px;
  }
}

@media (max-width: 820px) {
  .mp-shell {
    width: min(100% - 36px, 680px);
  }

  .mp-header__inner {
    min-height: 72px;
    grid-template-columns: 1fr auto;
  }

  .mp-logo img {
    width: 158px;
  }

  .mp-header__actions {
    display: none;
  }

  .mp-nav-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: #fff;
    background: transparent;
  }

  .mp-nav-toggle > span:not(.screen-reader-text) {
    display: block;
    width: 17px;
    height: 1px;
    background: currentcolor;
  }

  .mp-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 18px 22px;
    background: #180d1d;
  }

  .mp-nav.is-open {
    display: flex;
  }

  .mp-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 10px;
  }

  .mp-hero__grid,
  .mp-section-heading,
  .mp-process__grid,
  .mp-faq__grid,
  .mp-consultation__grid {
    grid-template-columns: 1fr;
  }

  .mp-hero__visual {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .mp-hero__proof {
    margin-bottom: 20px;
  }

  .mp-trust {
    margin-top: -24px;
  }

  .mp-trust__grid,
  .mp-review-grid {
    grid-template-columns: 1fr;
  }

  .mp-trust__grid > div + div {
    border-top: 1px solid var(--mp-border);
    border-left: 0;
  }

  .mp-section-heading {
    align-items: start;
    gap: 12px;
  }

  .mp-treatment-card__content p,
  .mp-review-grid blockquote p {
    min-height: 0;
  }

  .mp-treatment-grid,
  .mp-results-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 4px 2px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .mp-treatment-grid {
    grid-auto-columns: clamp(285px, 58vw, 340px);
  }

  .mp-results-grid {
    grid-auto-columns: clamp(285px, 58vw, 340px);
  }

  .mp-treatment-card,
  .mp-results-grid figure {
    scroll-snap-align: start;
  }

  .mp-team-grid {
    grid-template-columns: 1fr;
  }

  .mp-team-grid aside {
    grid-column: auto;
  }

  .mp-process__intro {
    position: static;
  }

  .mp-consultation__grid {
    gap: 42px;
  }

  .mp-footer__top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .mp-shell {
    width: min(100% - 28px, 520px);
  }

  .mp-home h1 {
    font-size: clamp(2.4rem, 11vw, 3.15rem);
    line-height: 1.02;
  }

  .mp-home h2 {
    font-size: clamp(1.95rem, 8.7vw, 2.55rem);
    line-height: 1.08;
  }

  .mp-section {
    padding: 64px 0;
  }

  .mp-hero {
    padding: 46px 0 70px;
  }

  .mp-actions {
    display: grid;
  }

  .mp-button {
    width: 100%;
  }

  .mp-hero__proof {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 34px;
    padding-top: 20px;
  }

  .mp-hero__proof span {
    font-size: 0.62rem;
  }

  .mp-hero__proof strong {
    font-size: 0.68rem;
  }

  .mp-hero__visual > img {
    aspect-ratio: 4 / 3;
    border-radius: 22px;
    object-position: 48% center;
  }

  .mp-hero__visual::before {
    inset: -10px 12px 12px -10px;
    border-radius: 28px;
  }

  .mp-hero__card {
    right: 12px;
    bottom: 18px;
    left: 12px;
    width: auto;
  }

  .mp-treatment-grid {
    grid-auto-columns: 80vw;
    gap: 16px;
  }

  .mp-results-grid {
    grid-auto-columns: 80vw;
    gap: 16px;
  }

  .mp-trust__grid > div {
    padding: 20px 22px;
  }

  .mp-steps li {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .mp-team-grid aside {
    grid-column: auto;
  }

  .mp-team-grid article {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .mp-team-grid article img {
    height: 176px;
  }

  .mp-team-grid article div {
    padding: 20px 18px;
  }

  .mp-consultation__form {
    padding: 26px 20px;
  }

  .mp-consultation__form .mahan-form {
    grid-template-columns: 1fr;
  }

  .mp-consultation__form .mahan-field--full {
    grid-column: auto;
  }

  .mp-footer__top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .mp-footer__bottom {
    flex-direction: column;
  }
}

/* ==========================================================================
   Mahan homepage v3 — Skin111-inspired, desaturated clinical editorial system
   ========================================================================== */

body.home {
  --mh-ink: #29252b;
  --mh-muted: #6f6871;
  --mh-plum: #4b3c4d;
  --mh-plum-dark: #29242b;
  --mh-dusty: #9e8ba1;
  --mh-pastel: #ddd4df;
  --mh-pastel-soft: #eee9ef;
  --mh-wash: #f7f5f7;
  --mh-white: #fff;
  --mh-line: rgba(53, 43, 56, 0.14);
}

.mh-home {
  --mh-ink: #29252b;
  --mh-muted: #6f6871;
  --mh-plum: #4b3c4d;
  --mh-plum-dark: #29242b;
  --mh-dusty: #9e8ba1;
  --mh-pastel: #ddd4df;
  --mh-pastel-soft: #eee9ef;
  --mh-wash: #f7f5f7;
  --mh-white: #fff;
  --mh-line: rgba(53, 43, 56, 0.14);
  overflow: clip;
  color: var(--mh-ink);
  background: var(--mh-wash);
  font-family: "Open Sans", Arial, sans-serif;
}

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

.mh-home h1,
.mh-home h2,
.mh-home h3,
.mh-home p,
.mh-home figure,
.mh-home blockquote,
.mh-home ul,
.mh-home ol {
  margin-top: 0;
}

.mh-home h1,
.mh-home h2,
.mh-home h3 {
  color: inherit;
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.mh-home h1 {
  max-width: 660px;
  margin-bottom: 24px;
  font-size: clamp(3.5rem, 5.25vw, 6.35rem);
  line-height: 0.98;
}

.mh-home h2 {
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 3.45vw, 4.25rem);
  line-height: 1.06;
}

.mh-home h3 {
  line-height: 1.18;
}

.mh-home p {
  color: var(--mh-muted);
  line-height: 1.75;
}

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

.mh-section {
  padding: clamp(88px, 9vw, 144px) 0;
}

.mh-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: #776979 !important;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.mh-kicker::before {
  width: 28px;
  height: 1px;
  content: "";
  background: currentColor;
}

.mh-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.7fr);
  gap: clamp(46px, 7vw, 108px);
  align-items: end;
  margin-bottom: clamp(44px, 5vw, 72px);
}

.mh-heading > p,
.mh-heading > div:last-child > p {
  max-width: 520px;
  margin-bottom: 0;
  font-size: 0.98rem;
}

.mh-heading--center {
  display: block;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mh-heading--center .mh-kicker {
  justify-content: center;
}

.mh-heading--center > p {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

.mh-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 15px 25px;
  color: var(--mh-white);
  background: var(--mh-plum);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.mh-button:hover {
  color: var(--mh-white);
  background: var(--mh-plum-dark);
  transform: translateY(-2px);
}

.mh-button--text {
  gap: 12px;
  border-color: rgba(55, 46, 58, 0.32);
  color: var(--mh-ink);
  background: transparent;
}

.mh-button--text:hover {
  border-color: var(--mh-plum);
}

.mh-arrow-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  color: var(--mh-plum);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.mh-arrow-link span {
  transition: transform 180ms ease;
}

.mh-arrow-link:hover span {
  transform: translateX(4px);
}

/* White, compact clinical navigation inspired by the reference site. */
body.home .mp-header {
  position: sticky;
  z-index: 500;
  top: 0;
  border-bottom: 1px solid rgba(50, 42, 53, 0.1);
  color: var(--mh-ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

body.home.admin-bar .mp-header {
  top: 32px;
}

body.home .mp-header__inner {
  min-height: 82px;
}

body.home .mp-logo img {
  width: 208px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(8%) saturate(797%) hue-rotate(245deg) brightness(94%) contrast(89%);
}

body.home .mp-nav {
  gap: clamp(22px, 2.4vw, 38px);
}

body.home .mp-nav a,
body.home .mp-header__phone {
  color: #4e4850;
  font-size: 0.71rem;
  letter-spacing: 0.08em;
}

body.home .mp-nav a::after {
  background: #8e7b91;
}

body.home .mp-header__cta {
  border-color: var(--mh-plum);
  color: #fff;
  background: var(--mh-plum);
}

body.home .mp-header__cta:hover {
  border-color: var(--mh-plum-dark);
  color: #fff;
  background: var(--mh-plum-dark);
}

body.home .mp-nav-toggle span {
  background: var(--mh-ink);
}

/* Hero */
.mh-hero {
  position: relative;
  min-height: clamp(670px, calc(100svh - 82px), 860px);
  overflow: hidden;
  background: var(--mh-pastel-soft);
}

.mh-hero__media {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 52.5%;
  overflow: hidden;
  background: #d5cdd7;
}

.mh-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(238, 233, 239, 1) 0%, rgba(238, 233, 239, 0.42) 12%, transparent 31%),
    linear-gradient(180deg, transparent 62%, rgba(38, 32, 40, 0.18) 100%);
  pointer-events: none;
}

.mh-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 43%;
  filter: saturate(0.74) contrast(0.96);
}

.mh-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  align-items: center;
}

.mh-hero__copy {
  width: 47%;
  padding: 70px 0 96px;
}

.mh-hero__lead {
  max-width: 570px;
  margin-bottom: 34px;
  font-size: 1.04rem;
}

.mh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mh-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 650px;
  margin: 54px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--mh-line);
  list-style: none;
}

.mh-hero__facts li {
  padding: 0 20px;
  border-left: 1px solid var(--mh-line);
}

.mh-hero__facts li:first-child {
  padding-left: 0;
  border-left: 0;
}

.mh-hero__facts strong,
.mh-hero__facts span {
  display: block;
}

.mh-hero__facts strong {
  margin-bottom: 5px;
  color: var(--mh-ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 0.83rem;
  font-weight: 400;
}

.mh-hero__facts span {
  color: var(--mh-muted);
  font-size: 0.67rem;
}

.mh-hero__scroll {
  position: absolute;
  z-index: 2;
  bottom: 32px;
  left: 50%;
  display: flex;
  gap: 11px;
  align-items: center;
  color: #4a424c;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

/* Credibility strip */
.mh-proof {
  border-bottom: 1px solid var(--mh-line);
  background: #fff;
}

.mh-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mh-proof__grid > div {
  position: relative;
  min-height: 132px;
  padding: 30px 26px;
  border-left: 1px solid var(--mh-line);
}

.mh-proof__grid > div:first-child {
  border-left: 0;
}

.mh-proof__grid span {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #b5a8b7;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
}

.mh-proof__grid strong,
.mh-proof__grid small {
  display: block;
}

.mh-proof__grid strong {
  margin-bottom: 8px;
  color: var(--mh-ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 400;
}

.mh-proof__grid small {
  color: var(--mh-muted);
  font-size: 0.73rem;
}

/* Visual treatment categories */
.mh-treatments {
  background: var(--mh-wash);
}

.mh-treatment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mh-treatment-card,
.mh-treatment-card a {
  position: relative;
  display: block;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  color: #fff;
}

.mh-treatment-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75);
  transition: transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 400ms ease;
}

.mh-treatment-card:nth-child(4) img {
  object-position: 58% center;
}

.mh-treatment-card a::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(30, 26, 31, 0.03) 20%, rgba(28, 24, 29, 0.84) 100%);
}

.mh-treatment-card a:hover img {
  filter: saturate(0.86);
  transform: scale(1.035);
}

.mh-treatment-card div {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px 28px;
}

.mh-treatment-card div > span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
}

.mh-treatment-card h3 {
  margin-bottom: 9px;
  color: #fff;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
}

.mh-treatment-card p {
  min-height: 48px;
  margin-bottom: 21px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  line-height: 1.55;
}

.mh-treatment-card strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  color: #fff;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mh-treatment-card i {
  font-size: 1rem;
  font-style: normal;
}

/* Why Mahan */
.mh-why {
  background: var(--mh-pastel-soft);
}

.mh-why__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(62px, 8vw, 132px);
  align-items: center;
}

.mh-why__image {
  position: relative;
}

.mh-why__image > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5.15;
  object-fit: cover;
  filter: saturate(0.78);
}

.mh-why__image > p {
  position: absolute;
  right: -30px;
  bottom: 28px;
  max-width: 290px;
  margin: 0;
  padding: 23px 27px;
  color: var(--mh-ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(49, 40, 52, 0.11);
}

.mh-why__image strong,
.mh-why__image span {
  display: block;
}

.mh-why__image strong {
  margin-bottom: 6px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 0.9rem;
  font-weight: 400;
}

.mh-why__image span {
  color: var(--mh-muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

.mh-why__lead {
  max-width: 650px;
  font-size: 1rem;
}

.mh-values {
  margin: 38px 0 36px;
  border-top: 1px solid var(--mh-line);
}

.mh-values > div {
  display: grid;
  grid-template-columns: 42px 0.65fr 1fr;
  gap: 20px;
  align-items: start;
  padding: 21px 0;
  border-bottom: 1px solid var(--mh-line);
}

.mh-values span {
  color: #9b8b9d;
  font-size: 0.64rem;
  letter-spacing: 0.12em;
}

.mh-values h3 {
  margin: 0;
  font-size: 1rem;
}

.mh-values p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.55;
}

/* Dark editorial results strip */
.mh-results {
  color: #fff;
  background: var(--mh-plum-dark);
}

.mh-heading--light h2,
.mh-heading--light .mh-kicker,
.mh-heading--light .mh-arrow-link {
  color: #fff !important;
}

.mh-heading--light p {
  color: rgba(255, 255, 255, 0.66);
}

.mh-heading--light .mh-arrow-link {
  margin-top: 24px;
}

.mh-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mh-results-grid figure {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  background: #1f1b21;
}

.mh-results-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: saturate(0.82);
  transition: transform 500ms ease;
}

.mh-results-grid figure:hover img {
  transform: scale(1.025);
}

.mh-results-grid figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mh-results-grid strong,
.mh-results-grid span {
  color: #fff;
}

.mh-results-grid strong {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 0.86rem;
  font-weight: 400;
}

.mh-results-grid span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.61rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Clinic visit collage */
.mh-clinic {
  background: #fff;
}

.mh-clinic__gallery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(300px, 0.58fr);
  grid-template-rows: 1fr auto;
  gap: 18px;
}

.mh-clinic__gallery figure {
  margin: 0;
  overflow: hidden;
  background: var(--mh-pastel-soft);
}

.mh-clinic__gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78);
}

.mh-clinic__reception {
  grid-row: 1 / 3;
  min-height: 650px;
}

.mh-clinic__result {
  min-height: 300px;
}

.mh-visit-card {
  padding: 32px 34px 35px;
  background: var(--mh-pastel-soft);
}

.mh-visit-card .mh-kicker {
  margin-bottom: 18px;
}

.mh-visit-card ol {
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
}

.mh-visit-card li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 13px;
  padding: 12px 0;
  border-top: 1px solid var(--mh-line);
}

.mh-visit-card li > span {
  color: #948397;
  font-size: 0.61rem;
  letter-spacing: 0.1em;
}

.mh-visit-card strong,
.mh-visit-card small {
  display: block;
}

.mh-visit-card strong {
  margin-bottom: 4px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 0.78rem;
  font-weight: 400;
}

.mh-visit-card small {
  color: var(--mh-muted);
  font-size: 0.65rem;
}

.mh-visit-card .mh-button {
  width: 100%;
}

/* Team */
.mh-team {
  background: var(--mh-pastel-soft);
}

.mh-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
}

.mh-team-grid article {
  position: relative;
  overflow: hidden;
  background: #d7ced9;
}

.mh-team-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.65;
  object-fit: cover;
  filter: saturate(0.78);
  transition: transform 500ms ease;
}

.mh-team-grid article:hover img {
  transform: scale(1.02);
}

.mh-team-grid article > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 70px 25px 24px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(32, 27, 34, 0.82));
}

.mh-team-grid h3 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.4rem;
}

.mh-team-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
}

.mh-team__note {
  display: flex;
  max-width: 900px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto;
  padding: 34px 4px 0;
}

.mh-team__note p {
  max-width: 590px;
  margin: 0;
  color: var(--mh-ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.45;
}

/* Reviews */
.mh-reviews {
  background: #fff;
}

.mh-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.mh-review-grid blockquote {
  min-height: 300px;
  margin-bottom: 0;
  padding: 34px 32px;
  border: 1px solid var(--mh-line);
  background: var(--mh-wash);
}

.mh-stars {
  margin-bottom: 42px;
  color: #958399;
  font-size: 0.77rem;
  letter-spacing: 0.14em;
}

.mh-review-grid blockquote > p {
  color: var(--mh-ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.65;
}

.mh-review-grid footer {
  margin-top: 30px;
  color: var(--mh-muted);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* FAQ */
.mh-faq {
  background: var(--mh-wash);
}

.mh-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(64px, 9vw, 150px);
}

.mh-faq__intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.mh-faq__intro > p {
  max-width: 420px;
}

.mh-faq__intro .mh-arrow-link {
  margin-top: 18px;
}

.mh-accordion {
  border-top: 1px solid var(--mh-line);
}

.mh-accordion details {
  border-bottom: 1px solid var(--mh-line);
}

.mh-accordion summary {
  position: relative;
  padding: 25px 48px 25px 0;
  color: var(--mh-ink);
  cursor: pointer;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.05rem;
  list-style: none;
}

.mh-accordion summary::-webkit-details-marker {
  display: none;
}

.mh-accordion summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  content: "+";
  color: #8d7a90;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  transform: translateY(-50%);
}

.mh-accordion details[open] summary::after {
  content: "−";
}

.mh-accordion details p {
  max-width: 690px;
  padding: 0 52px 24px 0;
  font-size: 0.87rem;
}

/* Lead form */
.mh-consultation {
  padding: clamp(88px, 9vw, 140px) 0;
  background: #dcd2de;
}

.mh-consultation__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
}

.mh-consultation__copy h2 {
  max-width: 560px;
}

.mh-consultation__copy > p {
  max-width: 570px;
}

.mh-consultation__copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 28px 0 34px;
  padding: 0;
  color: var(--mh-muted);
  font-size: 0.69rem;
  list-style: none;
}

.mh-consultation__copy li {
  position: relative;
  padding-left: 15px;
}

.mh-consultation__copy li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  background: var(--mh-dusty);
}

.mh-consultation__form {
  padding: clamp(30px, 4vw, 50px);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 70px rgba(54, 45, 57, 0.1);
}

.mh-consultation__form > h3 {
  margin-bottom: 8px;
  font-size: 1.65rem;
}

.mh-consultation__form > p,
.mh-consultation__form > small {
  color: var(--mh-muted);
  font-size: 0.7rem;
}

.mh-consultation__form .mahan-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 25px 0 14px;
}

.mh-consultation__form .mahan-form label {
  color: #554e57;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.mh-consultation__form .mahan-form input,
.mh-consultation__form .mahan-form textarea,
.mh-consultation__form .mahan-form select {
  border: 1px solid rgba(57, 47, 60, 0.18);
  border-radius: 0;
  color: var(--mh-ink);
  background: #fff;
}

.mh-consultation__form .mahan-form input:focus,
.mh-consultation__form .mahan-form textarea:focus,
.mh-consultation__form .mahan-form select:focus {
  border-color: #8b788e;
  box-shadow: 0 0 0 2px rgba(139, 120, 142, 0.12);
}

.mh-consultation__form .mahan-form button {
  min-height: 54px;
  border-radius: 0;
  color: #fff;
  background: var(--mh-plum);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Reference-style quick actions */
.mh-quick-actions {
  position: fixed;
  z-index: 420;
  top: 50%;
  right: 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  transform: translateY(-50%);
}

.mh-quick-actions a {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  color: #fff;
  background: rgba(68, 55, 70, 0.88);
  text-decoration: none;
  box-shadow: 0 7px 24px rgba(32, 27, 34, 0.14);
  backdrop-filter: blur(10px);
}

.mh-quick-actions strong {
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

.mh-quick-actions span {
  position: absolute;
  right: 58px;
  padding: 7px 10px;
  color: #fff;
  background: var(--mh-plum-dark);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: translateX(5px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.mh-quick-actions a:hover span {
  opacity: 1;
  transform: none;
}

.mh-mobile-actions {
  display: none;
}

/* Footer refinement */
body.home .mp-footer {
  color: rgba(255, 255, 255, 0.75);
  background: #29242b;
}

body.home .mp-footer__top,
body.home .mp-footer__bottom {
  border-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1120px) {
  .mh-home h1 {
    font-size: clamp(3.35rem, 5.8vw, 5.3rem);
  }

  .mh-treatment-card,
  .mh-treatment-card a {
    min-height: 450px;
  }

  .mh-treatment-card div {
    padding: 28px 22px;
  }

  .mh-why__grid {
    gap: 70px;
  }
}

@media (max-width: 980px) {
  body.home .mp-header__phone {
    display: none;
  }

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

  .mh-treatment-card,
  .mh-treatment-card a {
    min-height: 520px;
  }

  .mh-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-proof__grid > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--mh-line);
  }

  .mh-proof__grid > div:nth-child(4) {
    border-top: 1px solid var(--mh-line);
  }

  .mh-why__grid {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    gap: 54px;
  }

  .mh-values > div {
    grid-template-columns: 34px 1fr;
  }

  .mh-values p {
    grid-column: 2;
  }

  .mh-clinic__gallery {
    grid-template-columns: 1fr 1fr;
  }

  .mh-clinic__reception {
    grid-column: 1 / 3;
    grid-row: auto;
    min-height: 520px;
  }

  .mh-consultation__grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(390px, 1.2fr);
    gap: 45px;
  }
}

@media (max-width: 820px) {
  body.home.admin-bar .mp-header {
    top: 46px;
  }

  body.home .mp-header__inner {
    min-height: 72px;
  }

  body.home .mp-logo img {
    width: 174px;
  }

  body.home .mp-header__actions {
    display: none;
  }

  body.home .mp-nav {
    top: 72px;
    border-top: 1px solid var(--mh-line);
    color: var(--mh-ink);
    background: rgba(255, 255, 255, 0.98);
  }

  body.home.admin-bar .mp-nav {
    top: 72px;
  }

  body.home .mp-nav a {
    color: var(--mh-ink);
  }

  .mh-section {
    padding: 82px 0;
  }

  .mh-home h1 {
    max-width: 580px;
    color: #fff;
    font-size: clamp(2.85rem, 10vw, 4.8rem);
    line-height: 1.02;
  }

  .mh-home h2 {
    font-size: clamp(2.05rem, 7.3vw, 3.25rem);
  }

  .mh-heading {
    display: block;
  }

  .mh-heading > p,
  .mh-heading > div:last-child {
    margin-top: 22px;
  }

  .mh-hero {
    min-height: calc(100svh - 72px);
    background: #2c282e;
  }

  .mh-hero__media {
    width: 100%;
  }

  .mh-hero__media::after {
    background:
      linear-gradient(180deg, rgba(30, 26, 32, 0.08) 10%, rgba(30, 26, 32, 0.18) 42%, rgba(30, 26, 32, 0.88) 100%),
      linear-gradient(90deg, rgba(39, 34, 41, 0.2), transparent 60%);
  }

  .mh-hero__media video {
    object-position: center 40%;
    filter: saturate(0.7) brightness(0.92);
  }

  .mh-hero__inner {
    align-items: flex-end;
  }

  .mh-hero__copy {
    width: 100%;
    padding: 110px 0 98px;
  }

  .mh-hero__copy .mh-kicker {
    color: rgba(255, 255, 255, 0.74) !important;
  }

  .mh-hero__lead {
    max-width: 570px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.8);
  }

  .mh-hero .mh-button--primary {
    color: var(--mh-plum-dark);
    background: #fff;
  }

  .mh-hero .mh-button--text {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
  }

  .mh-hero__facts,
  .mh-hero__scroll {
    display: none;
  }

  .mh-proof__grid > div {
    min-height: 120px;
    padding: 26px 20px;
  }

  .mh-why__grid,
  .mh-consultation__grid,
  .mh-faq__grid {
    grid-template-columns: 1fr;
  }

  .mh-why__image {
    max-width: 620px;
  }

  .mh-why__image > p {
    right: 18px;
  }

  .mh-results-grid,
  .mh-review-grid {
    grid-template-columns: repeat(3, minmax(290px, 1fr));
    overflow-x: auto;
    padding-bottom: 14px;
    scroll-snap-type: x mandatory;
  }

  .mh-results-grid figure,
  .mh-review-grid blockquote {
    scroll-snap-align: start;
  }

  .mh-clinic__gallery {
    grid-template-columns: 1fr;
  }

  .mh-clinic__reception {
    grid-column: auto;
    min-height: 460px;
  }

  .mh-clinic__result {
    min-height: 330px;
  }

  .mh-visit-card {
    padding: 32px;
  }

  .mh-faq__intro {
    position: static;
  }

  .mh-consultation__grid {
    gap: 50px;
  }

  .mh-quick-actions {
    display: none;
  }

  .mh-mobile-actions {
    position: fixed;
    z-index: 600;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 8px;
    padding: 9px 11px calc(9px + env(safe-area-inset-bottom));
    background: rgba(41, 36, 43, 0.97);
    box-shadow: 0 -8px 28px rgba(32, 27, 34, 0.16);
    backdrop-filter: blur(12px);
  }

  .mh-mobile-actions a {
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.48);
    color: #fff;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mh-mobile-actions a:last-child {
    border-color: #e7e0e9;
    color: var(--mh-plum-dark);
    background: #e7e0e9;
  }

  body.home .mp-footer {
    padding-bottom: 96px;
  }
}

@media (max-width: 600px) {
  .mh-section {
    padding: 72px 0;
  }

  .mh-home h1 {
    font-size: clamp(2.25rem, 10.5vw, 2.85rem);
    line-height: 1.08;
  }

  .mh-home h2 {
    font-size: clamp(1.65rem, 7.1vw, 2.08rem);
    line-height: 1.18;
  }

  .mh-kicker {
    margin-bottom: 17px;
    font-size: 0.62rem;
  }

  .mh-hero {
    min-height: calc(100svh - 72px);
  }

  .mh-hero__copy {
    padding: 120px 0 86px;
  }

  .mh-hero__lead {
    font-size: 0.91rem;
    line-height: 1.65;
  }

  .mh-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mh-actions .mh-button {
    width: 100%;
  }

  .mh-proof__grid {
    grid-template-columns: 1fr 1fr;
  }

  .mh-proof__grid > div {
    min-height: 130px;
    padding: 25px 14px 22px;
  }

  .mh-proof__grid > div:nth-child(3) {
    border-left: 0;
  }

  .mh-proof__grid strong {
    padding-right: 14px;
    font-size: 0.82rem;
    line-height: 1.3;
  }

  .mh-proof__grid small {
    font-size: 0.65rem;
    line-height: 1.45;
  }

  .mh-proof__grid span {
    top: 12px;
    right: 12px;
    font-size: 0.52rem;
  }

  .mh-heading {
    margin-bottom: 34px;
  }

  .mh-heading--center {
    text-align: left;
  }

  .mh-heading--center .mh-kicker {
    justify-content: flex-start;
  }

  .mh-treatment-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-right: -16px;
    padding: 0 16px 12px 0;
    scroll-snap-type: x mandatory;
  }

  .mh-treatment-card {
    min-width: 82vw;
    min-height: 500px;
    scroll-snap-align: start;
  }

  .mh-treatment-card a {
    min-height: 500px;
  }

  .mh-treatment-card div {
    padding: 27px 23px;
  }

  .mh-why__grid {
    gap: 48px;
  }

  .mh-why__image > p {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
    padding: 18px 20px;
  }

  .mh-values > div {
    grid-template-columns: 30px 1fr;
    gap: 10px;
  }

  .mh-values p {
    margin-top: 6px;
  }

  .mh-results-grid,
  .mh-review-grid {
    grid-template-columns: repeat(3, minmax(84vw, 1fr));
    margin-right: -16px;
    padding-right: 16px;
  }

  .mh-results-grid figcaption {
    display: block;
    padding: 17px 18px;
  }

  .mh-results-grid span {
    display: block;
    margin-top: 4px;
  }

  .mh-clinic__reception {
    min-height: 340px;
  }

  .mh-clinic__result {
    min-height: 250px;
  }

  .mh-visit-card {
    padding: 27px 22px;
  }

  .mh-team-grid {
    gap: 9px;
  }

  .mh-team-grid article > div {
    padding: 55px 15px 16px;
  }

  .mh-team-grid h3 {
    font-size: 1rem;
  }

  .mh-team-grid p {
    font-size: 0.6rem;
    line-height: 1.4;
  }

  .mh-team__note {
    display: block;
    padding-top: 25px;
  }

  .mh-team__note .mh-arrow-link {
    margin-top: 18px;
  }

  .mh-review-grid blockquote {
    min-height: 280px;
    padding: 28px 25px;
  }

  .mh-stars {
    margin-bottom: 30px;
  }

  .mh-accordion summary {
    padding: 22px 40px 22px 0;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .mh-consultation {
    padding: 72px 0;
  }

  .mh-consultation__form {
    padding: 26px 20px;
  }

  .mh-consultation__form .mahan-form {
    grid-template-columns: 1fr;
  }

  .mh-consultation__form .mahan-form > * {
    grid-column: 1 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mh-hero__media video {
    display: none;
  }

  .mh-home *,
  .mh-home *::before,
  .mh-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mp-button,
  .mp-treatment-card img {
    transition: none;
  }
}

/*
 * 2.1 clinical editorial refinement
 *
 * Retains the conversion-led homepage structure while replacing the rounded,
 * gradient-heavy interface treatment with a quieter, image-led clinic style.
 */
:root {
  --mp-ink: #252221;
  --mp-muted: #716b67;
  --mp-purple: #69456d;
  --mp-purple-deep: #4d3052;
  --mp-purple-dark: #211c21;
  --mp-lilac: #f2eee9;
  --mp-blush: #faf8f4;
  --mp-white: #fff;
  --mp-gold: #ad7b5f;
  --mp-border: rgba(37, 34, 33, 0.16);
  --mp-shadow: none;
}

body.home {
  background: var(--mp-blush);
}

.mp-shell {
  width: min(1240px, calc(100% - 72px));
}

.mp-home h1,
.mp-home h2,
.mp-home h3,
.mp-footer h2 {
  letter-spacing: -0.035em;
}

.mp-home h1 {
  max-width: 720px;
  font-size: clamp(3.45rem, 5.35vw, 5.9rem);
  line-height: 0.98;
}

.mp-home h2 {
  font-size: clamp(2.55rem, 4vw, 4.25rem);
  line-height: 1.02;
}

.mp-eyebrow {
  gap: 14px;
  margin-bottom: 22px;
  color: var(--mp-purple-deep) !important;
  font-size: 0.69rem;
  letter-spacing: 0.21em;
}

.mp-eyebrow span {
  width: 42px;
}

.mp-header {
  border-bottom-color: rgba(255, 255, 255, 0.14);
  background: rgba(29, 25, 29, 0.97);
  box-shadow: none;
}

.mp-header__inner {
  min-height: 82px;
}

.mp-logo img {
  width: 204px;
}

.mp-nav {
  gap: clamp(24px, 2.7vw, 44px);
}

.mp-nav a,
.mp-header__phone {
  font-size: 0.71rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mp-header__cta {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 2px;
  padding: 12px 18px;
  color: #fff;
  background: transparent;
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mp-header__cta:hover {
  color: var(--mp-ink);
  background: #fff;
}

.mp-hero {
  padding: clamp(68px, 7vw, 104px) 0 0;
  background: #f1ede7;
}

.mp-hero::after,
.mp-hero__visual::before {
  display: none;
}

.mp-hero__grid {
  grid-template-columns: minmax(0, 0.84fr) minmax(520px, 1.16fr);
  align-items: end;
  gap: clamp(54px, 6vw, 92px);
}

.mp-hero__copy {
  padding-bottom: clamp(72px, 7vw, 112px);
}

.mp-hero__lead {
  max-width: 590px;
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  line-height: 1.82;
}

.mp-actions {
  gap: 12px;
  margin-top: 36px;
}

.mp-button {
  min-height: 50px;
  border-radius: 2px;
  padding: 14px 25px;
  font-size: 0.69rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.mp-button:hover {
  transform: none;
}

.mp-button--primary {
  color: #fff;
  background: var(--mp-purple-deep);
  box-shadow: none;
}

.mp-button--primary:hover {
  background: #38223c;
}

.mp-button--ghost {
  border-color: rgba(37, 34, 33, 0.5);
  background: transparent;
}

.mp-button--ghost:hover {
  border-color: var(--mp-ink);
  background: #fff;
}

.mp-button--light {
  border-color: var(--mp-purple-deep);
  color: #fff;
  background: var(--mp-purple-deep);
  box-shadow: none;
}

.mp-hero__proof {
  gap: 22px;
  margin-top: 48px;
  padding-top: 24px;
  border-top-color: rgba(37, 34, 33, 0.22);
}

.mp-hero__proof span {
  font-size: 0.66rem;
  letter-spacing: 0.015em;
}

.mp-hero__proof strong {
  margin-bottom: 4px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mp-hero__visual > img {
  height: clamp(590px, 54vw, 735px);
  aspect-ratio: auto;
  border-radius: 0;
  object-position: 50% center;
  box-shadow: none;
}

.mp-hero__card {
  right: 0;
  bottom: 0;
  width: min(360px, 86%);
  border: 0;
  border-radius: 0;
  padding: 20px 24px;
  color: var(--mp-ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
  backdrop-filter: none;
}

.mp-hero__card small {
  color: var(--mp-muted);
}

.mp-status-dot {
  width: 8px;
  height: 8px;
  background: var(--mp-purple);
  box-shadow: none;
}

.mp-trust {
  margin-top: 0;
  background: #fff;
}

.mp-trust__grid {
  border: 0;
  border-top: 1px solid var(--mp-border);
  border-bottom: 1px solid var(--mp-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mp-trust__grid > div {
  padding: 35px 38px;
}

.mp-trust__grid span {
  color: var(--mp-gold);
  font-size: 1.1rem;
}

.mp-trust__grid strong {
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mp-trust__grid small {
  font-size: 0.7rem;
}

.mp-section {
  padding: clamp(96px, 9vw, 144px) 0;
}

.mp-section-heading {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.55fr);
  gap: clamp(50px, 8vw, 120px);
  margin-bottom: clamp(44px, 5vw, 68px);
}

.mp-section-heading > p {
  font-size: 0.91rem;
  line-height: 1.85;
}

.mp-treatments {
  background: var(--mp-blush);
}

.mp-treatment-grid {
  gap: clamp(26px, 3vw, 42px);
}

.mp-treatment-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mp-treatment-card img {
  aspect-ratio: 4 / 5;
  border-radius: 0;
}

.mp-treatment-card__content {
  padding: 25px 2px 0;
}

.mp-treatment-card__content > span {
  color: var(--mp-gold);
  font-size: 0.67rem;
  letter-spacing: 0.18em;
}

.mp-treatment-card__content h3 {
  margin: 9px 0 13px;
  font-size: clamp(1.65rem, 2vw, 2.15rem);
}

.mp-treatment-card__content p {
  min-height: 70px;
  margin-bottom: 18px;
  font-size: 0.82rem;
  line-height: 1.75;
}

.mp-treatment-card__content strong,
.mp-text-link {
  color: var(--mp-purple-deep);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mp-results {
  background: #eee8df;
}

.mp-results-grid {
  gap: clamp(22px, 3vw, 38px);
}

.mp-results-grid figure {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mp-results-grid img {
  border-radius: 0;
  background: #fff;
}

.mp-results-grid figcaption {
  border-top: 1px solid rgba(37, 34, 33, 0.18);
  padding: 15px 2px 0;
  background: transparent;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mp-process {
  background: #fff;
}

.mp-steps li {
  padding: 39px 0;
}

.mp-steps > li > span {
  color: var(--mp-gold);
}

.mp-steps h3 {
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.mp-team {
  background: #f3efe9;
}

.mp-team-grid {
  gap: clamp(30px, 4vw, 56px);
}

.mp-team-grid article {
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mp-team-grid article img {
  height: clamp(390px, 38vw, 560px);
  object-position: center top;
}

.mp-team-grid article div {
  border-top: 1px solid var(--mp-border);
  padding: 20px 0 0;
}

.mp-team-grid article h3 {
  font-size: clamp(1.6rem, 2.2vw, 2.25rem);
}

.mp-team-grid article p {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mp-team-grid aside {
  min-height: 340px;
  border-radius: 0;
  padding: clamp(38px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(25, 21, 25, 0.82), rgba(25, 21, 25, 0.24)),
    url("../images/home/1e396fd64cb4f80d.webp") center 40% / cover;
}

.mp-quote {
  max-width: 780px;
}

.mp-review-grid {
  gap: 0;
}

.mp-review-grid blockquote {
  border: 0;
  border-radius: 0;
  padding: 12px clamp(28px, 3vw, 46px) 20px;
  background: transparent;
  box-shadow: none;
}

.mp-review-grid blockquote:first-child {
  padding-left: 0;
}

.mp-review-grid blockquote + blockquote {
  border-left: 1px solid var(--mp-border);
}

.mp-review-grid blockquote p {
  min-height: 142px;
  font-size: 1.08rem;
  line-height: 1.72;
}

.mp-stars {
  color: var(--mp-gold);
  font-size: 0.72rem;
}

.mp-faq {
  background: var(--mp-blush);
}

.mp-accordion details {
  padding: 25px 0;
}

.mp-accordion summary {
  font-size: 1.17rem;
}

.mp-consultation {
  color: var(--mp-ink);
  background: #e9e1d7;
}

.mp-consultation__grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1fr);
  align-items: start;
}

.mp-consultation .mp-eyebrow {
  color: var(--mp-purple-deep) !important;
}

.mp-consultation h2 {
  color: var(--mp-ink) !important;
}

.mp-consultation__copy > p {
  color: var(--mp-muted) !important;
  line-height: 1.8;
}

.mp-consultation__copy li {
  color: var(--mp-muted);
}

.mp-consultation__copy li::before {
  color: var(--mp-gold);
}

.mp-consultation__form {
  border: 1px solid rgba(37, 34, 33, 0.15);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.mp-consultation__form .mahan-form input,
.mp-consultation__form .mahan-form textarea {
  border-color: rgba(37, 34, 33, 0.25);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.72);
}

.mp-consultation__form .mahan-form button {
  border-radius: 2px;
  background: var(--mp-purple-deep);
  font-size: 0.7rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mp-footer {
  background: #1b181a;
}

@media (max-width: 1050px) {
  .mp-hero__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  }
}

@media (max-width: 820px) {
  .mp-shell {
    width: min(100% - 40px, 680px);
  }

  .mp-hero__grid,
  .mp-section-heading,
  .mp-process__grid,
  .mp-faq__grid,
  .mp-consultation__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mp-header__inner {
    min-height: 72px;
  }

  .mp-nav-toggle {
    border-radius: 0;
  }

  .mp-nav {
    background: #1d191d;
  }

  .mp-nav a {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .mp-hero {
    padding-top: 58px;
  }

  .mp-hero__grid {
    gap: 0;
  }

  .mp-hero__copy {
    padding-bottom: 58px;
  }

  .mp-hero__visual {
    width: 100%;
  }

  .mp-hero__visual > img {
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 0;
  }

  .mp-trust {
    margin-top: 0;
  }

  .mp-trust__grid > div {
    padding: 26px 4px;
  }

  .mp-treatment-grid,
  .mp-results-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 48px;
    overflow: visible;
    padding: 0;
  }

  .mp-treatment-card,
  .mp-results-grid figure {
    width: 100%;
  }

  .mp-treatment-card img {
    aspect-ratio: 4 / 3;
  }

  .mp-treatment-card__content p {
    min-height: 0;
  }

  .mp-review-grid blockquote {
    padding: 28px 0;
  }

  .mp-review-grid blockquote + blockquote {
    border-top: 1px solid var(--mp-border);
    border-left: 0;
  }

  .mp-review-grid blockquote p {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .mp-shell {
    width: min(100% - 32px, 520px);
  }

  .mp-home h1 {
    font-size: clamp(2.85rem, 13vw, 3.75rem);
    line-height: 0.98;
  }

  .mp-home h2 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .mp-section {
    padding: 82px 0;
  }

  .mp-actions {
    gap: 10px;
  }

  .mp-button {
    width: 100%;
  }

  .mp-hero__proof {
    gap: 12px;
  }

  .mp-hero__visual {
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .mp-hero__visual > img {
    aspect-ratio: 4 / 4.35;
    object-position: 52% center;
  }

  .mp-hero__card {
    position: static;
    width: 100%;
    border-bottom: 1px solid var(--mp-border);
    padding: 18px 20px;
  }

  .mp-trust__grid {
    border-top: 0;
  }

  .mp-treatment-grid,
  .mp-results-grid {
    gap: 44px;
  }

  .mp-team-grid article {
    display: block;
  }

  .mp-team-grid article img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .mp-team-grid article div {
    padding: 18px 0 0;
  }

  .mp-team-grid aside {
    min-height: 300px;
  }

  .mp-consultation__form {
    padding: 28px 22px;
  }
}

/*
 * 2.2 lavender clinical palette, readable editorial typography and an
 * image-first mobile hero.
 */
:root {
  --mp-ink: #28222a;
  --mp-muted: #6f6572;
  --mp-purple: #6f3f78;
  --mp-purple-deep: #512958;
  --mp-purple-dark: #241b27;
  --mp-lilac: #eadcf3;
  --mp-blush: #f8f1fb;
  --mp-gold: #a476b1;
  --mp-border: rgba(72, 46, 77, 0.17);
}

body.home {
  background: #f8f1fb;
}

.mp-home h1,
.mp-home h2,
.mp-home h3,
.mp-footer h2,
.mp-quote,
.mp-review-grid blockquote p,
.mp-accordion summary {
  font-family: "Libre Baskerville", Georgia, serif;
}

.mp-home h1,
.mp-home h2,
.mp-home h3 {
  font-weight: 400;
  letter-spacing: -0.025em;
}

.mp-home h1 {
  max-width: 650px;
  font-size: clamp(3.25rem, 4.65vw, 5.15rem);
  line-height: 1.08;
}

.mp-home h2 {
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.mp-eyebrow {
  color: var(--mp-purple-deep) !important;
}

.mp-hero {
  background: #eadcf3;
}

.mp-hero__grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(530px, 1.18fr);
  gap: clamp(58px, 6vw, 96px);
}

.mp-hero__copy {
  padding-bottom: clamp(76px, 7vw, 110px);
}

.mp-hero__lead {
  max-width: 570px;
}

.mp-hero__visual {
  box-shadow: 24px 0 0 #d4bce1;
}

.mp-hero__visual > img {
  height: clamp(610px, 54vw, 750px);
  object-position: 52% center;
}

.mp-hero__image-label {
  position: absolute;
  top: 24px;
  left: 0;
  margin: 0;
  padding: 13px 17px;
  color: #fff !important;
  background: rgba(48, 28, 52, 0.9);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.mp-hero__image-label span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.mp-hero__card {
  width: min(395px, 88%);
  border-top: 3px solid #8b5c93;
  background: rgba(251, 248, 253, 0.96);
}

.mp-hero__card strong {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.mp-hero__card small {
  margin-top: 4px;
  line-height: 1.45;
}

.mp-status-dot {
  background: #74427d;
}

.mp-trust {
  background: #f4e9f8;
}

.mp-treatments,
.mp-reviews {
  background: #fbf7fd;
}

.mp-results {
  background: #dfcbea;
}

.mp-process {
  background: #f2e7f6;
}

.mp-team {
  background: #ead8f1;
}

.mp-faq {
  background: #eee0f4;
}

.mp-consultation {
  background: #d9c1e4;
}

.mp-consultation__form {
  border-color: rgba(81, 41, 88, 0.18);
  background: rgba(251, 247, 253, 0.94);
}

.mp-button--ghost {
  background: rgba(255, 255, 255, 0.48);
}

.mp-treatment-card__content > span,
.mp-results-grid figcaption,
.mp-steps > li > span {
  color: #815788;
}

.mp-mobile-actions {
  display: none;
}

@media (max-width: 1050px) {
  .mp-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  }
}

@media (max-width: 820px) {
  .mp-hero {
    padding-top: 0;
  }

  .mp-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .mp-hero__visual {
    width: calc(100% + 40px);
    margin-left: -20px;
    grid-row: 1;
    box-shadow: none;
  }

  .mp-hero__visual > img {
    height: auto;
    aspect-ratio: 4 / 3.72;
    object-position: 53% center;
  }

  .mp-hero__copy {
    padding: 50px 0 68px;
    grid-row: 2;
  }

  .mp-hero__card {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    padding: 18px 22px 19px;
    color: #fff;
    background: rgba(47, 25, 52, 0.9);
  }

  .mp-hero__card small {
    color: rgba(255, 255, 255, 0.72);
  }

  .mp-hero__card .mp-status-dot {
    background: #dac4e1;
  }

  .mp-section-heading {
    margin-bottom: 38px;
  }

  .mp-section-heading > p {
    max-width: 590px;
  }

  .mp-mobile-actions {
    position: fixed;
    z-index: 350;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    background: rgba(29, 23, 31, 0.97);
    box-shadow: 0 -8px 24px rgba(30, 19, 33, 0.15);
    backdrop-filter: blur(12px);
  }

  .mp-mobile-actions a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.48);
    color: #fff;
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mp-mobile-actions a:last-child {
    border-color: #efe5f4;
    color: #3f2445;
    background: #efe5f4;
  }

  .mp-footer {
    padding-bottom: 96px;
  }

  .mp-hero__image-label {
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 560px) {
  .mp-home h1 {
    font-size: clamp(2.55rem, 11.6vw, 3.15rem);
    line-height: 1.12;
  }

  .mp-hero__visual {
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .mp-hero__visual > img {
    aspect-ratio: 4 / 4.08;
    object-position: 53% center;
  }

  .mp-hero__copy {
    padding: 44px 0 58px;
  }

  .mp-hero__lead {
    font-size: 0.96rem;
    line-height: 1.75;
  }

  .mp-section {
    padding: 74px 0;
  }

  .mp-home h2 {
    font-size: clamp(1.9rem, 8.4vw, 2.45rem);
    line-height: 1.12;
  }

  .mp-hero__proof {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 32px;
    padding-top: 0;
  }

  .mp-hero__proof span {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 12px;
    border-top: 1px solid var(--mp-border);
    padding: 14px 0;
    font-size: 0.67rem;
  }

  .mp-hero__proof strong {
    margin: 0;
  }

  .mp-hero__image-label {
    top: 16px;
    left: 16px;
  }
}

/* 3.0.2 — mobile hero video performance, framing, and readability */
@media (max-width: 820px) {
  .mh-hero {
    min-height: calc(100svh - 72px);
  }

  .mh-hero__media {
    background: #d9d3da;
  }

  .mh-hero__media::after {
    background:
      linear-gradient(
        180deg,
        rgba(29, 25, 31, 0.04) 0%,
        rgba(29, 25, 31, 0.12) 34%,
        rgba(29, 25, 31, 0.57) 62%,
        rgba(29, 25, 31, 0.93) 100%
      ),
      linear-gradient(90deg, rgba(35, 30, 37, 0.12), transparent 70%);
  }

  .mh-hero__media video {
    object-position: center center;
    filter: saturate(0.76) brightness(0.94) contrast(0.98);
  }

  .mh-hero__copy {
    padding-top: 96px;
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  .mh-home .mh-hero__lead {
    max-width: 360px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
    line-height: 1.62;
    text-shadow: 0 1px 18px rgba(24, 20, 26, 0.38);
  }

  .mh-hero__copy h1 {
    text-shadow: 0 2px 28px rgba(24, 20, 26, 0.28);
  }

  .mh-hero .mh-button {
    min-height: 52px;
  }
}

@media (max-width: 430px) and (max-height: 760px) {
  .mh-hero__copy {
    padding-top: 70px;
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .mh-home h1 {
    font-size: clamp(2.15rem, 10vw, 2.6rem);
  }

  .mh-home .mh-hero__lead {
    display: none;
  }
}

/* 3.1 — verified-channel routing, visit planning and form clarity. */
.mh-google-review-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
  color: var(--mh-plum);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.mh-google-review-link:hover {
  color: var(--mh-plum-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mh-arrival {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  margin-top: 22px;
  background: var(--mh-pastel-soft);
}

.mh-arrival iframe {
  display: block;
  width: 100%;
  min-height: 365px;
  border: 0;
  filter: saturate(0.7) contrast(0.96);
}

.mh-arrival__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 64px);
}

.mh-arrival__copy h3 {
  margin-bottom: 16px;
  color: var(--mh-ink);
  font-size: clamp(1.55rem, 2.25vw, 2.25rem);
}

.mh-arrival__copy > p {
  max-width: 440px;
}

.mh-arrival__note {
  margin-top: 12px;
  font-size: 0.82rem;
}

.mh-arrival__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
}

.mh-arrival__actions .mh-button {
  min-height: 48px;
  padding: 13px 19px;
}

.mh-form-privacy {
  margin: 0 0 11px;
  color: var(--mh-muted);
  font-size: 0.7rem;
  line-height: 1.65 !important;
}

.mh-form-privacy a {
  color: var(--mh-plum);
  font-weight: 700;
}

@media (max-width: 760px) {
  .mh-google-review-link {
    margin-top: 16px;
    color: #fff;
    text-shadow: 0 1px 14px rgba(24, 20, 26, 0.45);
  }

  .mh-arrival {
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .mh-arrival iframe {
    min-height: 270px;
  }

  .mh-arrival__copy {
    padding: 34px 25px 38px;
  }
}

/* 3.1.3 — compact mobile display scale. This lives last so it intentionally
   overrides the older responsive typography passes above. */
@media (max-width: 600px) {
  .mh-home h1 {
    font-size: clamp(2.1rem, 8.8vw, 2.55rem);
    line-height: 1.1;
  }

  .mh-home h2 {
    font-size: clamp(1.5rem, 6vw, 1.65rem);
    line-height: 1.2;
    letter-spacing: -0.028em;
  }

  .mh-home h3 {
    font-size: clamp(1.28rem, 5.2vw, 1.55rem);
    line-height: 1.22;
  }

  /* Keep the eyebrow label visibly separate from each section headline. */
  .mh-heading .mh-kicker,
  .mh-why__copy .mh-kicker,
  .mh-faq__intro .mh-kicker,
  .mh-consultation__copy .mh-kicker,
  .mh-arrival__copy .mh-kicker {
    margin-bottom: 29px;
  }
}

/* 3.1.6 — tactile action icons for every direct conversion path. */
.mh-button,
.mp-header__cta,
.mh-mobile-actions a {
  gap: 10px;
}

.mh-button__icon,
.mh-inline-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.mh-button__icon svg {
  width: 17px;
  height: 17px;
}

.mh-inline-icon svg {
  width: 15px;
  height: 15px;
}

.mh-quick-actions strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mh-quick-actions strong svg {
  width: 20px;
  height: 20px;
}

body.home .mp-header__cta {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

body.home .mp-header__cta .mh-button__icon svg {
  width: 15px;
  height: 15px;
}

@media (max-width: 600px) {
  .mh-mobile-actions a {
    gap: 8px;
  }

  .mh-mobile-actions .mh-button__icon svg {
    width: 16px;
    height: 16px;
  }
}

/* 3.1.7 — editorial review section, with complete cards at every viewport. */
.mh-reviews {
  position: relative;
  overflow: hidden;
  background: #f3eff4;
}

.mh-reviews::before {
  position: absolute;
  top: -180px;
  right: -110px;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(93, 73, 98, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.mh-reviews__heading {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.58fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: center;
  margin-bottom: clamp(38px, 4vw, 56px);
}

.mh-reviews__heading h2 {
  max-width: 660px;
  margin-bottom: 0;
  font-size: clamp(2.45rem, 4vw, 4rem);
}

.mh-reviews__heading > div:last-child {
  max-width: 430px;
  padding: 4px 0 4px clamp(24px, 3vw, 42px);
  border-left: 1px solid rgba(75, 60, 77, 0.2);
}

.mh-reviews__heading > div:last-child > p {
  margin-bottom: 20px;
  font-size: 0.94rem;
}

.mh-review-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.18fr 0.91fr 0.91fr;
  gap: 18px;
}

.mh-review-grid blockquote {
  position: relative;
  display: flex;
  min-height: 365px;
  flex-direction: column;
  margin: 0;
  padding: 38px;
  border: 1px solid rgba(75, 60, 77, 0.14);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(58, 45, 61, 0.06);
}

.mh-review-grid blockquote::after {
  position: absolute;
  right: 25px;
  bottom: 12px;
  color: rgba(99, 79, 103, 0.09);
  content: "“";
  font-family: Georgia, serif;
  font-size: 9rem;
  line-height: 1;
  pointer-events: none;
}

.mh-review-grid blockquote:first-child {
  border-color: #5a485e;
  color: #fff;
  background: #5a485e;
  box-shadow: 0 20px 46px rgba(58, 45, 61, 0.18);
}

.mh-review-label {
  margin-bottom: 27px;
  color: #857389;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mh-review-grid blockquote:first-child .mh-review-label,
.mh-review-grid blockquote:first-child .mh-stars,
.mh-review-grid blockquote:first-child footer {
  color: #e7dce9;
}

.mh-stars {
  margin-bottom: 30px;
  color: #836a87;
}

.mh-review-grid blockquote > p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--mh-ink);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.62;
}

.mh-review-grid blockquote:first-child > p {
  color: #fff;
}

.mh-review-grid footer {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 28px;
  color: #756e77;
}

@media (max-width: 980px) {
  .mh-reviews__heading {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mh-reviews__heading > div:last-child {
    max-width: 590px;
    padding: 0;
    border-left: 0;
  }

  .mh-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    margin-right: 0;
    padding: 0;
    scroll-snap-type: none;
  }

  .mh-review-grid blockquote:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .mh-reviews__heading h2 {
    max-width: 340px;
  }

  .mh-review-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mh-review-grid blockquote,
  .mh-review-grid blockquote:first-child {
    grid-column: auto;
    min-height: 0;
    padding: 30px 26px;
  }

  .mh-review-grid blockquote > p {
    font-size: 1rem;
  }

  .mh-review-label {
    margin-bottom: 19px;
  }

  .mh-stars {
    margin-bottom: 22px;
  }

  .mh-review-grid footer {
    margin-top: 24px;
    padding-top: 0;
  }
}
