 :root {
  --pmm-cyan: #06bfd2;
  --pmm-cyan-dark: #0696a6;
  --pmm-orange: #ff9800;
  --pmm-navy: #14213d;
  --pmm-text: #172033;
  --pmm-muted: #64748b;
  --pmm-border: #e6edf3;
  --pmm-surface: #f5fbfc;
  --pmm-dark: #0e1f30;
  --pmm-white: #ffffff;
  --pmm-radius: 22px;
  --pmm-shadow: 0 20px 50px rgba(20, 33, 61, .12);
  --pmm-container: 1360px;
  --pmm-narrow: 920px;
  --pmm-header-height: 76px;
  --pmm-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: calc(var(--pmm-header-height) + 20px); }
body {
  margin: 0;
  font-family: var(--pmm-font);
  color: var(--pmm-text);
  background: var(--pmm-white);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: var(--pmm-cyan-dark); text-decoration: none; }
a:hover { color: var(--pmm-orange); }
img { max-width: 100%; height: auto; display: block; }

body.pmm-pelvic-page {
  --pmm-cyan: #04bfbf;
  --pmm-cyan-dark: #04a8a8;
  --pmm-orange: #f28705;
  --pmm-navy: #1e293b;
  --pmm-text: #334155;
  --pmm-muted: #64748b;
  --pmm-border: #e2e8f0;
  --pmm-surface: #f9fafb;
  --pmm-dark: #1e293b;
  --pmm-radius: 8px;
  --pmm-shadow: 0 14px 34px rgba(30, 41, 59, .1);
  --pmm-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 15px;
}
body.pmm-pelvic-page h1,
body.pmm-pelvic-page h2,
body.pmm-pelvic-page h3,
body.pmm-pelvic-page h4 {
  color: #334155;
  font-weight: 600;
  letter-spacing: 0;
}
body.pmm-pelvic-page h1 { font-size: clamp(40px, 6vw, 64px); }
body.pmm-pelvic-page h2 { font-size: clamp(32px, 4vw, 44px); }
body.pmm-pelvic-page h3 { font-size: clamp(22px, 2vw, 26px); }
body.pmm-pelvic-page .eyebrow,
body.pmm-pelvic-page .section-kicker {
  color: #04bfbf;
  font-weight: 600;
  letter-spacing: 0;
}
body.pmm-pelvic-page .button {
  background: #f28705;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 600;
}
body.pmm-pelvic-page .button.secondary {
  color: #1e293b;
  background: #fff;
  border-color: #e2e8f0;
}
body.pmm-pelvic-page .button:hover {
  background: #04bfbf;
}
body.pmm-pelvic-page .button.secondary:hover {
  color: #fff;
  border-color: #04bfbf;
}
body.pmm-pelvic-page .emp-hero {
  background: #f9fafb;
}
body.pmm-pelvic-page .surface-dark {
  background: #1e293b;
}
body.pmm-pelvic-page .surface-dark h2 {
  color: #fff;
}
body.pmm-pelvic-page .simple-card,
body.pmm-pelvic-page .process-card,
body.pmm-pelvic-page .testimonial-card,
body.pmm-pelvic-page .therapy-meta-box > div,
body.pmm-pelvic-page .faq-item {
  border-color: #e2e8f0;
  border-radius: 8px;
}

.container { width: min(var(--pmm-container), calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(var(--pmm-narrow), calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(64px, 8vw, 110px) 0; }
.surface { background: var(--pmm-surface); }
.surface-dark { background: linear-gradient(135deg, var(--pmm-dark), #16374d); color: var(--pmm-white); }
.align-center { align-items: center; }
.align-start { align-items: start; }

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  background: var(--pmm-navy);
  color: var(--pmm-white);
  padding: 10px 14px;
  border-radius: 8px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: var(--pmm-header-height);
  background: #fff;
  border-bottom: 1px solid rgba(230,237,243,.9);
  box-shadow: 0 8px 26px rgba(20, 33, 61, .06);
}
body.admin-bar .site-header { top: 32px; }
.site-main { padding-top: var(--pmm-header-height); }
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-header .container { width: min(1460px, calc(100% - 48px)); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--pmm-navy); font-weight: 800; flex-shrink: 0; }
.brand-logo { width: 56px; height: 56px; object-fit: contain; }
.brand-text { white-space: nowrap; letter-spacing: -.01em; }
.primary-navigation { flex: 1 1 auto; margin-left: auto; }
.primary-menu { list-style: none; display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; }
.primary-menu li { position: relative; }
.primary-menu a { display: block; padding: 12px 12px; color: var(--pmm-navy); font-weight: 650; font-size: 14px; }
.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a { color: var(--pmm-cyan-dark); }
.submenu-toggle { display: none; }
.primary-menu .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  list-style: none;
  margin: 0;
  padding: 10px;
  background: var(--pmm-white);
  border: 1px solid var(--pmm-border);
  border-radius: 14px;
  box-shadow: var(--pmm-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .18s ease;
}
.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 0;
  border-radius: 8px;
  padding: 13px 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--pmm-orange), #ffad2f);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(255, 152, 0, .24);
  cursor: pointer;
}
.header-cta {
  padding: 10px 16px;
  font-size: 13px;
  box-shadow: 0 8px 18px rgba(255, 152, 0, .2);
  white-space: nowrap;
}
.button:hover,
.header-cta:hover { color: #fff; transform: translateY(-1px); }
.button.secondary { color: var(--pmm-navy); background: var(--pmm-white); border: 1px solid var(--pmm-border); box-shadow: none; }
.button-small { padding: 9px 15px; font-size: 14px; }
.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nav-toggle { display: none; background: transparent; border: 0; padding: 10px; }
.nav-toggle-line,
.nav-toggle-line::before,
.nav-toggle-line::after { display: block; width: 24px; height: 2px; background: var(--pmm-navy); content: ""; position: relative; }
.nav-toggle-line::before { position: absolute; top: -7px; }
.nav-toggle-line::after { position: absolute; top: 7px; }

.hero { padding: clamp(64px, 8vw, 120px) 0; overflow: hidden; }
.home-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 46vw, 860px);
  display: flex;
  align-items: center;
  background: #071521;
  color: var(--pmm-white);
}
.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.home-hero::before {
  z-index: -2;
  background-image: var(--home-hero-image);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.home-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 21, 33, .82) 0%, rgba(7, 21, 33, .58) 38%, rgba(7, 21, 33, .14) 100%),
    linear-gradient(180deg, rgba(7, 21, 33, .18), rgba(7, 21, 33, .28));
}
.hero-grid,
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 74px); }
.home-hero .hero-grid { grid-template-columns: minmax(0, 720px); }
.hero-copy { align-self: center; }
.eyebrow,
.section-kicker { margin: 0 0 10px; color: var(--pmm-cyan-dark); font-weight: 850; text-transform: uppercase; letter-spacing: .09em; font-size: 13px; }
h1, h2, h3, h4 { color: var(--pmm-navy); line-height: 1.14; margin: 0 0 18px; letter-spacing: -.025em; }
h1 { font-size: clamp(44px, 7vw, 76px); }
h2 { font-size: clamp(30px, 4.4vw, 48px); }
h3 { font-size: clamp(20px, 2.2vw, 26px); }
h4 { font-size: 18px; }
p { margin: 0 0 18px; }
.hero-lead { font-size: clamp(20px, 3vw, 28px); color: var(--pmm-muted); max-width: 620px; }
.home-hero h1,
.home-hero .eyebrow,
.home-hero .hero-lead {
  color: var(--pmm-white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .28);
}
.home-hero .eyebrow { color: #9ff3f8; }
.home-hero .button.secondary {
  color: var(--pmm-white);
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .38);
  backdrop-filter: blur(8px);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.compact-actions { margin-top: 20px; }
.hero-media { position: relative; }
.hero-image,
.rounded-image { border-radius: var(--pmm-radius); box-shadow: var(--pmm-shadow); width: 100%; object-fit: cover; }
.hero-image { aspect-ratio: 4 / 3; }
.hero-image-ergo { object-position: center 18%; }
.hero-media::after { content: ""; position: absolute; right: -22px; bottom: -22px; width: 120px; height: 120px; border: 12px solid var(--pmm-orange); border-radius: 999px; z-index: -1; opacity: .6; }
.page-hero.compact {
  padding: clamp(46px, 6vw, 78px) 0 clamp(28px, 4vw, 44px);
  background: linear-gradient(135deg, var(--pmm-surface), #fff);
}
.page-hero.compact h1 { font-size: clamp(38px, 6vw, 64px); }
.page-hero.compact + .section { padding-top: clamp(28px, 4vw, 46px); }
.page-hero.emp-hero { padding: clamp(48px, 6vw, 82px) 0; }
.page-hero.emp-hero + .section { padding-top: clamp(34px, 5vw, 56px); }
.emp-hero { background: linear-gradient(135deg, #effbfe, #ffffff); }

.section-heading { max-width: 760px; margin-bottom: 26px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.intro-image-wrap {
  overflow: hidden;
  border-radius: var(--pmm-radius);
  box-shadow: var(--pmm-shadow);
}
.intro-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}
.intro-section .section-heading {
  max-width: 900px;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}
.video-card {
  min-width: 0;
}
.video-card h3 {
  margin-bottom: 12px;
}
.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: var(--pmm-radius);
  background: #071521 var(--video-poster) center / cover no-repeat;
  box-shadow: var(--pmm-shadow);
}
.video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 21, 33, .12);
  pointer-events: none;
}
.video-frame iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.has-video-preload iframe {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.has-video-preload iframe.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card,
.team-card,
.simple-card,
.price-card,
.process-card,
.testimonial-card,
.therapy-side-card,
.info-strip article,
.contact-cards article {
  background: var(--pmm-white);
  border: 1px solid var(--pmm-border);
  border-radius: var(--pmm-radius);
  box-shadow: 0 14px 34px rgba(20,33,61,.08);
}
.service-card { overflow: hidden; }
.card-image { width: 100%; height: 220px; object-fit: cover; }
.card-image-ergo { object-position: center 16%; }
.card-image-kiefer { object-position: center 76%; }
.card-content { padding: 24px; }
.card-content p { color: var(--pmm-muted); }

.info-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 30px; }
.info-strip article { padding: 24px; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 36px 0 46px; }
.process-timeline { align-items: stretch; }
.process-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-top: 5px solid var(--pmm-cyan);
}
.process-card:nth-child(2) { margin-top: 26px; border-top-color: var(--pmm-orange); }
.process-card:nth-child(3) { margin-top: 52px; border-top-color: var(--pmm-navy); }
.process-card span { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 999px; background: var(--pmm-cyan); color: #fff; font-weight: 850; margin-bottom: 16px; }
.process-card:nth-child(2) span { background: var(--pmm-orange); }
.process-card:nth-child(3) span { background: var(--pmm-navy); }
ul { padding-left: 1.2rem; }
.check-list { list-style: none; padding: 0; margin: 0 0 20px; }
.check-list li { position: relative; padding-left: 28px; margin-bottom: 10px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--pmm-cyan-dark); font-weight: 900; }
.check-list.columns { columns: 2; column-gap: 30px; }
.plain-list { padding-left: 1.1rem; }
.price-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.price-card { padding: 30px; }
.price-value { font-size: 48px; line-height: 1; font-weight: 900; color: var(--pmm-orange); margin: 0 0 20px; }
.text-link { color: var(--pmm-cyan-dark); font-weight: 800; }
.notice { margin-top: 32px; background: #fff8ec; border: 1px solid #ffe0aa; border-radius: 16px; padding: 18px 20px; color: #6d4b13; }

.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; }
.stats-section { background: #04BFBF; color: #06242f; }
.stats-grid article { padding: 26px; border-radius: var(--pmm-radius); background: rgba(255,255,255,.08); }
.stats-grid strong { display: block; font-size: clamp(38px, 6vw, 70px); line-height: 1; color: var(--pmm-orange); }
.stats-grid strong span { display: inline; margin: 0; }
.stats-grid strong small { font-size: .58em; vertical-align: .22em; }
.stats-grid article > span { display: block; margin-top: 10px; font-weight: 800; color: var(--pmm-orange); }

.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.testimonial-card { margin: 0; padding: 30px; }
.google-review-card {
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(20,33,61,.09);
}
.google-review-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}
.review-avatar,
.review-avatar img,
.review-avatar span {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
}
.review-avatar span {
  background: var(--pmm-cyan);
  color: #fff;
  font-weight: 900;
}
.review-name {
  color: var(--pmm-navy);
  font-weight: 850;
}
.review-meta {
  color: var(--pmm-muted);
  font-size: 14px;
  font-weight: 650;
}
.google-mark {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #fff;
  color: #4285f4;
  border: 1px solid var(--pmm-border);
  font-weight: 900;
}
.review-mark-neutral {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #fff8e6;
  color: #fbbc04;
  border: 1px solid #ffe2a3;
  font-weight: 900;
}
.review-stars {
  color: #fbbc04;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.testimonial-card blockquote { margin: 0 0 18px; font-size: 17px; color: #334155; }
.testimonial-card blockquote strong {
  display: block;
  margin-bottom: 8px;
  color: var(--pmm-navy);
}
.review-link { display: inline-block; }
.pelvic-review-card {
  background: #fff;
  color: var(--pmm-text);
}
.pelvic-review-card blockquote { margin-bottom: 0; }
.dark-card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.15); color: #fff; }
.dark-card figcaption { color: #fff; }
.surface-dark h2, .surface-dark h3, .surface-dark .section-kicker { color: #fff; }
.surface-dark .section-kicker { color: #85edf5; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 24px; }
.contact-cards article { padding: 20px; }
.contact-cards h3 { font-size: 18px; margin-bottom: 6px; }
.contact-form { background: #fff; border: 1px solid var(--pmm-border); border-radius: 28px; padding: clamp(24px, 4vw, 38px); box-shadow: var(--pmm-shadow); }
.contact-form label { display: block; font-weight: 800; margin-bottom: 16px; }
.contact-form input:not([type="checkbox"]),
.contact-form textarea { width: 100%; margin-top: 6px; border: 1px solid var(--pmm-border); border-radius: 14px; padding: 14px 16px; font: inherit; }
.contact-form input:focus,
.contact-form textarea:focus { outline: 3px solid rgba(6,191,210,.18); border-color: var(--pmm-cyan); }
.checkbox-label { display: flex !important; align-items: flex-start; gap: 10px; font-weight: 600 !important; }
.checkbox-label input { margin-top: 7px; }
.honeypot { position: absolute; left: -9999px; }
.form-message { padding: 12px 14px; border-radius: 12px; margin-bottom: 18px; font-weight: 750; }
.form-message.success { background: #e7fff7; color: #096b50; }
.form-message.error { background: #fff0f0; color: #9b1c1c; }
.muted { color: var(--pmm-muted); font-weight: 600; }
.map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}
.map-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--pmm-border);
  border-radius: var(--pmm-radius);
  box-shadow: var(--pmm-shadow);
}
.map-card-heading { padding: 22px 24px 14px; }
.map-card-heading h3 { margin-bottom: 6px; }
.map-card-heading p { margin: 0; color: var(--pmm-muted); font-weight: 650; }
.map-card iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

.table-wrap { overflow-x: auto; border: 1px solid var(--pmm-border); border-radius: var(--pmm-radius); box-shadow: var(--pmm-shadow); }
.reimbursement-table { border-collapse: collapse; width: 100%; background: #fff; min-width: 720px; }
.reimbursement-table caption { text-align: left; padding: 18px 20px; font-weight: 900; color: var(--pmm-navy); }
.reimbursement-table th,
.reimbursement-table td { padding: 18px 20px; border-top: 1px solid var(--pmm-border); text-align: left; }
.reimbursement-table thead th { background: var(--pmm-cyan); color: #fff; border-top: 0; }
.reimbursement-table tbody th { color: var(--pmm-navy); }
.reimbursement-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.reimbursement-card {
  background: #fff;
  border: 1px solid var(--pmm-border);
  border-radius: var(--pmm-radius);
  padding: clamp(22px, 3vw, 32px);
  box-shadow: var(--pmm-shadow);
}
.reimbursement-card h2 { font-size: clamp(22px, 2.4vw, 30px); margin-bottom: 18px; }
.reimbursement-list { margin: 0; display: grid; gap: 12px; }
.reimbursement-list div {
  display: grid;
  grid-template-columns: minmax(96px, .34fr) 1fr;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--pmm-border);
}
.reimbursement-list div:last-child { border-bottom: 0; padding-bottom: 0; }
.reimbursement-list dt { color: var(--pmm-muted); font-weight: 850; }
.reimbursement-list dd { margin: 0; color: var(--pmm-navy); font-weight: 850; }
.reimbursement-note {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--pmm-surface);
  color: var(--pmm-text);
  font-weight: 650;
}

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { margin: 0; overflow: hidden; border-radius: 18px; box-shadow: 0 12px 30px rgba(20,33,61,.11); }
.gallery-item a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f3f7fa;
}
.gallery-item a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255,255,255,.86) 46%, transparent 58%),
    linear-gradient(135deg, #eef4f7, #f8fbfc);
  background-size: 220% 100%, 100% 100%;
  animation: pmm-image-shimmer 1.25s linear infinite;
}
.gallery-item img { width: 100%; height: 280px; object-fit: cover; transition: transform .24s ease; }
.gallery-item img { position: relative; z-index: 1; }
.gallery-item a:hover img { transform: scale(1.04); }
@keyframes pmm-image-shimmer {
  0% { background-position: 180% 0, 0 0; }
  100% { background-position: -80% 0, 0 0; }
}
body.lightbox-open { overflow: hidden; }
.pmm-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 42px);
  background: rgba(7, 21, 33, .86);
}
.pmm-lightbox[hidden] { display: none; }
.pmm-lightbox-frame {
  display: grid;
  place-items: center;
  max-width: min(100%, 1440px);
  max-height: 100%;
}
.pmm-lightbox-image {
  max-width: 100%;
  max-height: calc(100vh - 84px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0,0,0,.36);
}
.pmm-lightbox-close {
  position: fixed;
  top: max(16px, env(safe-area-inset-top));
  right: max(16px, env(safe-area-inset-right));
  z-index: 201;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}
.pmm-lightbox-close:hover,
.pmm-lightbox-close:focus {
  background: rgba(255,255,255,.24);
  outline: 3px solid rgba(255,255,255,.24);
}
.event-list { display: grid; gap: 44px; }
.event-entry {
  display: grid;
  grid-template-columns: minmax(280px, .42fr) 1fr;
  gap: 28px;
  align-items: start;
}
.event-copy {
  position: sticky;
  top: calc(var(--pmm-header-height) + 24px);
}
.event-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.event-gallery .gallery-item:first-child {
  grid-row: span 2;
}
.event-gallery .gallery-item:first-child img {
  height: 578px;
}

.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.team-card { overflow: hidden; display: grid; grid-template-columns: 46% 1fr; }
.team-card:has(.team-photo-contain) { grid-template-columns: 56% 1fr; }
.team-photo { width: 100%; height: 100%; min-height: 300px; object-fit: cover; object-position: center top; background: #f8f8f8; }
.team-photo-ergo { object-position: center 12%; }
.team-photo-contain {
  object-fit: cover;
  object-position: center 12%;
  padding: 0;
  background: #f8f8f8;
}
.team-photo-placeholder,
.team-detail-placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #effdff, #f8f8f8);
  color: var(--pmm-navy);
}
.team-photo-placeholder span,
.team-detail-placeholder span {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--pmm-border);
  font-size: 30px;
  font-weight: 900;
}
.team-card-content { padding: 22px; }
.team-card h2 { font-size: 23px; }
.team-role { color: var(--pmm-cyan-dark); font-weight: 850; }
.team-contact {
  list-style: none;
  padding: 0;
  margin: 14px 0 20px;
  display: grid;
  gap: 8px;
}
.team-contact li {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.team-contact span {
  color: var(--pmm-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}
.team-contact a {
  color: var(--pmm-navy);
  font-weight: 750;
  overflow-wrap: anywhere;
}
.team-contact a:hover,
.team-contact a:focus {
  color: var(--pmm-cyan-dark);
}
.team-detail-contact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 10px;
  margin: 18px 0 26px;
}
.team-detail { display: grid; grid-template-columns: 320px 1fr; gap: 34px; padding: 34px 0; border-bottom: 1px solid var(--pmm-border); }
.team-detail-media img { border-radius: var(--pmm-radius); box-shadow: var(--pmm-shadow); width: 100%; height: 320px; object-fit: cover; object-position: center top; }
.team-detail-media .team-detail-image-ergo { object-position: center 12%; }
.team-detail-placeholder {
  min-height: 320px;
  border-radius: var(--pmm-radius);
  box-shadow: var(--pmm-shadow);
}
.team-detail-media .team-detail-image-contain {
  object-fit: cover;
  object-position: center 12%;
  background: #f8f8f8;
  padding: 0;
}
.prose h2, .prose h3, .prose h4 { margin-top: 28px; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }

.therapy-side-card { padding: 24px; }
.benefit-list { display: grid; gap: 12px; }
.benefit-list article { border-left: 4px solid var(--pmm-cyan); padding-left: 16px; }
.benefit-list h4 { margin-bottom: 4px; }
.therapy-meta-box { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.therapy-meta-box > div { background: #fff; border: 1px solid var(--pmm-border); border-radius: var(--pmm-radius); padding: 24px; }
.quote-line { color: var(--pmm-cyan-dark); font-weight: 850; }

.stacked-images { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: end; }
.stacked-images img { border-radius: var(--pmm-radius); box-shadow: var(--pmm-shadow); width: 100%; height: 330px; object-fit: cover; }
.stacked-images img:first-child { height: 460px; }
.application-grid { grid-template-columns: repeat(3, 1fr); }
.simple-card { padding: 28px; }
.ergo-offer-catalog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.ergo-offer-group {
  background: #fff;
  border: 1px solid var(--pmm-border);
  border-left: 5px solid var(--pmm-cyan);
  border-radius: var(--pmm-radius);
  padding: 24px;
  box-shadow: 0 12px 30px rgba(20,33,61,.07);
}
.ergo-offer-group:nth-child(even) { border-left-color: var(--pmm-orange); }
.ergo-offer-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}
.ergo-offer-heading span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--pmm-surface);
  color: var(--pmm-cyan-dark);
  font-weight: 900;
}
.ergo-offer-heading h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 24px);
}
.ergo-offer-group ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.ergo-offer-group li {
  position: relative;
  padding: 10px 0 10px 24px;
  border-top: 1px solid var(--pmm-border);
  color: var(--pmm-text);
  font-weight: 650;
}
.ergo-offer-group li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1.15em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--pmm-orange);
}
.comparison-section .split-grid { align-items: stretch; }
.comparison-section .simple-card { display: flex; flex-direction: column; height: 100%; }
.accent-card {
  position: relative;
  overflow: visible;
  border: 2px solid var(--pmm-orange);
  background: #effdff;
  box-shadow: 0 18px 40px rgba(242, 135, 5, .2);
}
.magnetic-waves {
  position: absolute;
  inset: -62px -52px -62px -52px;
  z-index: 0;
  display: block;
  overflow: visible;
  fill: none;
  stroke: rgba(100, 116, 139, .22);
  stroke-linecap: round;
  pointer-events: none;
}
.magnetic-waves path {
  vector-effect: non-scaling-stroke;
  stroke-dasharray: .8 1.4;
}
.wave-left,
.wave-right {
  stroke-width: 1.8;
  opacity: .72;
}
.wave-top,
.wave-bottom {
  stroke-width: 1.8;
  opacity: .82;
}
.wave-side path:nth-child(1) { opacity: .9; }
.wave-side path:nth-child(2) { opacity: .62; }
.wave-side path:nth-child(3) { opacity: .38; }
.accent-card > h2,
.accent-card > p {
  position: relative;
  z-index: 1;
}
.accent-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  overflow: visible;
  fill: none;
  stroke: #20b15a;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 4px 8px rgba(32, 177, 90, .24));
  pointer-events: none;
}
.accent-arrow path { vector-effect: non-scaling-stroke; }
.accent-arrow .arrow-head { fill: none; }
.accent-arrow-top {
  top: -124px;
  left: 16%;
  width: 190px;
  height: 120px;
  transform: rotate(-5deg);
}
.accent-arrow-right {
  top: 16%;
  right: -166px;
  width: 200px;
  height: 132px;
  transform: rotate(4deg);
}
.accent-arrow-bottom {
  right: 14%;
  bottom: -126px;
  width: 178px;
  height: 130px;
  transform: rotate(7deg);
}
.pelvic-appointment-section { text-align: center; }
.pelvic-appointment-section .section-heading { margin-bottom: 20px; }
.pelvic-appointment-section .button { margin-inline: auto; }
.process-images img {
  margin-top: 16px;
  border-radius: 14px;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  width: 100%;
  background: #fff;
  border: 1px solid var(--pmm-border);
}
.faq-item { border: 1px solid var(--pmm-border); border-radius: 16px; padding: 18px 22px; margin-bottom: 14px; background: #fff; }
.faq-item summary { cursor: pointer; font-weight: 850; color: var(--pmm-navy); }
.faq-item p { margin: 14px 0 0; }

.legal-text { font-size: 17px; }
.site-footer { background: #04BFBF; color: #06242f; }
.site-footer .container { width: min(1520px, calc(100% - 32px)); }
.footer-grid { display: grid; grid-template-columns: 1.75fr .9fr 1.05fr .9fr; gap: 32px; padding: 58px 0; }
.footer-brand {
  align-self: start;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: min(100%, 380px);
  padding: 18px 20px;
  border-radius: var(--pmm-radius);
  background:
    linear-gradient(180deg, rgba(4, 191, 191, .1), transparent 24%, transparent 76%, rgba(4, 191, 191, .1)),
    linear-gradient(90deg, rgba(4, 191, 191, .1), transparent 22%, transparent 78%, rgba(4, 191, 191, .1)),
    #fff;
  box-shadow: inset 0 0 0 1px rgba(7, 21, 33, .06), 0 0 10px rgba(255, 255, 255, .24), 0 8px 18px rgba(7, 21, 33, .08);
  transform: translateY(-6px);
}
.footer-logo { flex: 0 0 auto; width: 176px; margin-bottom: 0; }
.footer-brand p { margin: 0; color: #06242f; }
.site-footer h2 { color: #071521; font-size: 18px; margin-bottom: 12px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer a { color: #06242f; }
.site-footer a:hover { color: #071521; text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(7,21,33,.16); background: #fff; color: #06242f; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #06242f; }

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 920px;
  margin-inline: auto;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--pmm-border);
  border-radius: 18px;
  box-shadow: var(--pmm-shadow);
}
.cookie-banner p { margin: 4px 0 0; }
.cookie-actions { display: flex; align-items: center; gap: 14px; white-space: nowrap; }
.mobile-appointment-button {
  display: none;
}

@media (max-width: 1300px) {
  .brand-text { display: none; }
}

@media (max-width: 1180px) {
  .header-cta { display: none; }
  .primary-menu a { font-size: 13px; padding-inline: 8px; }
  .mobile-appointment-button {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    z-index: 90;
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 54px;
    color: #fff;
    background: linear-gradient(135deg, var(--pmm-orange), #ffad2f);
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(20, 33, 61, .22), 0 8px 18px rgba(255, 152, 0, .28);
  }
  .mobile-appointment-button svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}
@media (max-width: 920px) {
  .brand-text { display: inline; }
  .nav-toggle { display: block; margin-left: auto; }
  .primary-navigation {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--pmm-header-height);
    background: #fff;
    border-bottom: 1px solid var(--pmm-border);
    box-shadow: var(--pmm-shadow);
    display: none;
  }
  body.admin-bar .primary-navigation { top: calc(var(--pmm-header-height) + 32px); }
  body.nav-open .primary-navigation { display: block; }
  .primary-menu { display: block; padding: 14px 20px 24px; }
  .primary-menu a { padding: 12px 0; font-size: 16px; }
  .primary-menu .has-sub-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .primary-menu .has-sub-menu > a { flex: 1 1 auto; min-width: 0; }
  .submenu-toggle {
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--pmm-navy);
    cursor: pointer;
  }
  .submenu-toggle::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .18s ease;
  }
  .submenu-toggle:hover,
  .submenu-toggle:focus { background: var(--pmm-surface); outline: 0; }
  .submenu-toggle:focus-visible { outline: 3px solid rgba(6,191,210,.24); }
  .primary-menu .has-sub-menu.submenu-open > .submenu-toggle::before { transform: rotate(225deg); }
  .primary-menu .sub-menu {
    flex: 0 0 100%;
    position: static;
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: none;
    box-shadow: none;
    border: 0;
    padding: 0 0 0 16px;
  }
  .primary-menu .has-sub-menu.submenu-open > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .hero-grid,
  .split-grid,
  .contact-grid,
  .event-entry,
  .team-detail { grid-template-columns: 1fr; }
  .event-copy { position: static; }
  .card-grid,
  .video-grid,
  .price-cards,
  .process-grid,
  .application-grid,
  .gallery-grid,
  .event-gallery,
  .ergo-offer-catalog,
  .map-grid,
  .therapy-meta-box,
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .process-card:nth-child(2),
  .process-card:nth-child(3) { margin-top: 0; }
  .accent-card::before,
  .accent-card::after,
  .accent-arrow,
  .magnetic-waves { display: none; }
  .accent-card::before,
  .accent-card::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    width: 116px;
    height: 82px;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    filter: drop-shadow(0 3px 6px rgba(32, 177, 90, .18));
  }
  .accent-card::before {
    top: -68px;
    right: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 116 82' fill='none'%3E%3Cpath d='M106 8 C82 56 50 18 35 65' stroke='%2320b15a' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23 80 L31 50 L52 66 Z' fill='%2320b15a'/%3E%3C/svg%3E");
  }
  .accent-card::after {
    bottom: -70px;
    left: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 116 82' fill='none'%3E%3Cpath d='M10 74 C34 26 66 64 81 17' stroke='%2320b15a' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M93 2 L85 32 L64 16 Z' fill='%2320b15a'/%3E%3C/svg%3E");
  }
  .team-grid { grid-template-columns: 1fr; }
  .team-card { grid-template-columns: 1fr; }
  .team-card:has(.team-photo-contain) { grid-template-columns: 1fr; }
  .team-photo { height: 380px; }
}
@media (max-width: 640px) {
  :root { --pmm-header-height: 68px; }
  body.admin-bar .site-header { top: 46px; }
  body.admin-bar .primary-navigation { top: calc(var(--pmm-header-height) + 46px); }
  .container, .narrow { width: min(100% - 28px, var(--pmm-container)); }
  .brand-logo { width: 48px; height: 48px; }
  .brand-text { font-size: 15px; }
  .primary-navigation { top: var(--pmm-header-height); }
  .card-grid,
  .video-grid,
  .price-cards,
  .process-grid,
  .info-strip,
  .stats-grid,
  .testimonial-grid,
  .contact-cards,
  .gallery-grid,
  .event-gallery,
  .ergo-offer-catalog,
  .map-grid,
  .reimbursement-grid,
  .therapy-meta-box,
  .footer-grid,
  .stacked-images { grid-template-columns: 1fr; }
  .event-gallery .gallery-item:first-child { grid-row: auto; }
  .event-gallery .gallery-item img { object-position: center top; }
  .event-gallery .gallery-item:first-child img { height: 280px; }
  .team-detail-contact { grid-template-columns: 1fr; }
  .check-list.columns { columns: 1; }
  .footer-bottom .container { display: block; }
  .cookie-banner { display: block; }
  .cookie-actions { margin-top: 12px; justify-content: space-between; }
}

@media (max-width: 600px) {
  body.admin-bar.admin-bar-scrolled .site-header { top: 0; }
  body.admin-bar.admin-bar-scrolled .primary-navigation { top: var(--pmm-header-height); }
}

/* v1.2 stability pass: cookie fix + closer first-image treatment without brittle layout overrides. */
.cookie-banner[hidden],
.cookie-banner.is-hidden {
  display: none !important;
}

/* Canonical dropdowns are rendered by the theme; keep the menu compact and stable. */
.primary-menu .sub-menu a { white-space: nowrap; }
.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu { z-index: 20; }

@media (max-width: 920px) {
  .home-hero {
    min-height: 620px;
    align-items: end;
  }
  .home-hero::before { background-position: 58% center; }
  .home-hero::after {
    background:
      linear-gradient(180deg, rgba(7, 21, 33, .12) 0%, rgba(7, 21, 33, .46) 46%, rgba(7, 21, 33, .88) 100%),
      linear-gradient(90deg, rgba(7, 21, 33, .42), rgba(7, 21, 33, .12));
  }
}
@media (max-width: 640px) {
  .home-hero {
    min-height: 0;
    padding: calc(56vw + 34px) 0 54px;
    background:
      #071521;
  }
  .home-hero::before {
    background-image: var(--home-hero-image);
    background-size: 100% auto;
    background-position: center top;
  }
  .home-hero::after {
    background: none;
  }
  .home-hero h1,
  .home-hero .eyebrow,
  .home-hero .hero-lead {
    color: var(--pmm-white);
    text-shadow: none;
  }
  .home-hero .eyebrow { color: #9ff3f8; }
  .home-hero .button.secondary {
    color: var(--pmm-white);
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .38);
  }
}
