.doctor-page .page-hero h1 {
  font-size: clamp(70px, 8.2vw, 106px) !important;
}

.doctor-page .page-hero h1 em {
  font-size: 0.56em !important;
}

.doctor-page #intro .doctor-intro-title > span,
.doctor-page #intro .doctor-intro-title > em {
  display: block;
}

.doctor-page #intro .doctor-intro-title > span {
  white-space: nowrap;
}

.doctor-page #intro .doctor-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin: 14px 0 0;
}

.doctor-page #intro .doctor-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  min-width: 0;
  height: 52px;
  min-height: 0;
  padding: 8px 14px;
  border: 1px solid rgba(173, 129, 62, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 22px rgba(80, 60, 34, 0.05);
  color: #2e2924;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
}

.doctor-page #intro .doctor-tag-icon {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  color: #ad813e;
}

.doctor-page #intro .doctor-tag-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.doctor-page #intro .doctor-credential-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 88px;
  align-items: start;
  gap: 8px 12px;
  margin-top: 14px !important;
  border: 0 !important;
}

.doctor-page #intro .doctor-credential-cards .doctor-point {
  align-self: start;
  box-sizing: border-box;
  min-height: 0;
  height: 88px;
  padding: 10px 15px !important;
  border: 1px solid rgba(173, 129, 62, 0.2) !important;
  border-top: 3px solid #c3923f !important;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(80, 60, 34, 0.07);
}

.doctor-page #intro .doctor-credential-cards .doctor-point strong {
  color: #b47e2c;
  font-size: 10.5px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.doctor-page #intro .doctor-credential-cards .doctor-point span {
  margin-top: 4px;
  color: #625c54;
  font-size: 12px;
  line-height: 1.38;
}

@media (min-width: 901px) {
  .doctor-page #intro {
    padding-block: 40px !important;
  }

  .doctor-page #intro .doctor-grid {
    gap: clamp(32px, 3.4vw, 46px);
    align-items: stretch;
  }

  .doctor-page #intro .doctor-intro-title {
    font-size: clamp(42px, 3.55vw, 52px);
  }

  .doctor-page #intro .doctor-portrait {
    position: relative;
    align-self: stretch;
    min-height: 0;
    height: auto;
    max-height: none;
    aspect-ratio: auto !important;
  }

  .doctor-page #intro .doctor-portrait > img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .doctor-page #intro .doctor-bio {
    margin-block: 12px 18px;
    font-size: 16px;
    line-height: 1.62;
  }

  .doctor-page .page-hero-content > :not(.doctor-hero-metrics) {
    transform: translateY(25px);
  }
}

.doctor-page .doctor-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 740px);
  max-width: 740px;
  margin-top: calc(clamp(34px, 5vh, 60px) + 70px);
  padding-block: clamp(20px, 2.6vh, 30px);
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.doctor-page .doctor-hero-metrics > div {
  min-width: 0;
  padding-inline: clamp(16px, 1.8vw, 26px);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.doctor-page .doctor-hero-metrics > div:first-child {
  padding-left: 0;
}

.doctor-page .doctor-hero-metrics > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.doctor-page .doctor-hero-metrics strong,
.doctor-page .doctor-hero-metrics span {
  display: block;
}

.doctor-page .doctor-hero-metrics strong {
  color: #e8ba51;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(31px, 2.9vw, 50px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.doctor-page #philosophy .section-header {
  max-width: none;
  margin-inline: auto;
  margin-bottom: 48px;
  text-align: center;
}

.doctor-page #philosophy .section-header .eyebrow {
  display: block;
  margin-bottom: 18px;
}

.doctor-page #philosophy .section-header h2 {
  max-width: none;
  color: #171411;
  font-size: clamp(38px, 3.25vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.doctor-page #philosophy .section-header h2 em {
  color: #ad813e;
}

.doctor-page #philosophy .method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.doctor-page #philosophy .method-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 16px;
  align-items: center;
  min-height: 300px;
  padding: 36px 38px;
  border: 1px solid rgba(173, 129, 62, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(74, 55, 30, 0.08);
}

.doctor-page #philosophy .method-icon {
  width: 42px;
  height: 42px;
  margin: 0;
  color: #ad813e;
}

.doctor-page #philosophy .method-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.doctor-page #philosophy .method-card h3 {
  min-width: 0;
  margin: 0;
  color: #ad813e !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 1.75vw, 29px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.doctor-page #philosophy .method-card p {
  grid-column: 1 / -1;
  align-self: start;
  margin-top: 22px;
  color: #625c54 !important;
  font-size: 15px;
  line-height: 1.72;
}

.doctor-page #assessment .assessment-title {
  margin-top: 22px;
  font-size: clamp(48px, 4.15vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.doctor-page #assessment .assessment-title > span {
  display: block;
  white-space: nowrap;
}

.doctor-page #assessment .assessment-title em {
  color: #ad813e;
  font-weight: 600;
}

.doctor-page #assessment .assessment-cards {
  display: grid;
  gap: 6px;
}

@media (min-width: 901px) {
  .doctor-page main > #assessment {
    padding-block: 28px !important;
  }

  .doctor-page #assessment .split-grid {
    gap: clamp(32px, 3.5vw, 48px);
  }

  .doctor-page #assessment .doctor-portrait {
    aspect-ratio: 2 / 1 !important;
    margin-bottom: 10px !important;
  }

  .doctor-page #assessment .assessment-step,
  .doctor-page #assessment .assessment-step:last-child {
    min-height: 0;
    padding: 10px 16px;
  }

  .doctor-page #assessment .step-body h3 {
    margin-bottom: 4px;
  }

  .doctor-page #assessment .step-body p {
    line-height: 1.42;
  }

  .doctor-page #assessment .lead {
    line-height: 1.52;
  }

  .doctor-page #assessment .lead + div[style] {
    margin-top: 20px !important;
  }
}


.doctor-page main > #authority {
  padding-block: clamp(42px, 4vw, 56px) !important;
  border-top: 1px solid rgba(145, 106, 53, 0.14);
  border-bottom: 1px solid rgba(145, 106, 53, 0.14);
  background:
    radial-gradient(circle at 50% 0%, rgba(202, 164, 96, 0.12), transparent 38%),
    linear-gradient(180deg, #f3ede3 0%, #eee5d8 100%) !important;
  color: #26211c;
}

.doctor-page #authority > .container {
  width: min(calc(100% - 64px), 1280px);
}

.doctor-page #authority .section-header {
  max-width: 100%;
  margin: 0 auto 28px;
  text-align: center;
}

.doctor-page #authority .section-header .eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #9a6f2f;
}

.doctor-page #authority .section-header h2 {
  color: #26211c;
  font-size: clamp(44px, 4.35vw, 62px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.doctor-page #authority .section-header h2 em {
  color: #a67935;
  font-weight: 500;
}

.doctor-page #authority .section-header h2.authority-title {
  max-width: 100%;
  font-size: clamp(28px, 3.45vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.doctor-page #authority .authority-title > span,
.doctor-page #authority .authority-title > em {
  display: inline;
}

.doctor-page #authority .authority-title > span {
  white-space: nowrap;
}

.doctor-page #authority .authority-title > em {
  margin-top: 0;
}


.doctor-page main > #pathway {
  padding-block: 52px !important;
}

.doctor-page #pathway > .container {
  width: min(calc(100% - 64px), 1280px);
}

.doctor-page #pathway .pathway-header {
  max-width: none;
  margin: 0 auto 26px;
  text-align: center;
}

.doctor-page #pathway .pathway-header .eyebrow {
  display: block;
  margin-bottom: 14px;
}

.doctor-page #pathway .pathway-title {
  max-width: none;
  margin: 0;
  font-size: clamp(34px, 3.05vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  white-space: nowrap;
  text-wrap: nowrap;
}

.doctor-page #pathway .pathway-title > span,
.doctor-page #pathway .pathway-title > em {
  display: inline;
}

.doctor-page #pathway .pathway-title > span::after {
  content: " ";
}

.doctor-page #pathway .pathway-title em {
  color: #ad813e;
}

.doctor-page #pathway .pathway-intro {
  max-width: 700px;
  margin: 14px auto 0;
  color: #6d665e;
  font-size: 14px;
  line-height: 1.55;
}

.doctor-page #pathway .journey-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px;
  margin-top: 0;
}

.doctor-page #pathway .journey-step {
  min-height: 132px;
  padding: 18px 20px;
  border: 1px solid rgba(173, 129, 62, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 28px rgba(80, 60, 34, 0.055);
}

.doctor-page #pathway .journey-step::before {
  display: none !important;
}

.doctor-page #pathway .journey-step-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.doctor-page #pathway .journey-num {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 50%;
  background: linear-gradient(145deg, #c79a4a 0%, #a9752b 100%);
  color: #fff !important;
  box-shadow: 0 7px 16px rgba(132, 91, 35, .22), inset 0 1px 0 rgba(255, 255, 255, .28);
  font: 600 13px/1 "Montserrat", sans-serif;
  letter-spacing: .04em;
}

.doctor-page #pathway .journey-num::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: inherit;
  pointer-events: none;
}

.doctor-page #pathway .journey-step h3 {
  margin: 0;
  color: #ad813e !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.doctor-page #pathway .journey-step > p {
  margin: 13px 0 0;
  color: #6d665e;
  font-size: 13px;
  line-height: 1.55;
}

.doctor-page #pathway .pathway-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  text-align: center;
}

.doctor-page #pathway .pathway-action .btn {
  box-sizing: border-box;
  width: 260px;
  min-width: 260px;
  min-height: 52px;
  padding: 14px 24px;
  justify-content: center;
  border: 1px solid #c9973f;
  border-radius: 6px;
  background: #e7b954;
  color: #17130d;
  box-shadow: 0 10px 22px rgba(151, 105, 35, .16);
  font: 700 13px/1.2 "Inter", sans-serif;
  letter-spacing: 0;
  text-transform: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.doctor-page #pathway .pathway-action .btn:hover,
.doctor-page #pathway .pathway-action .btn:focus-visible {
  border-color: #ad813e;
  background: #ad813e;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(132, 91, 35, .24);
}

.doctor-page #pathway .pathway-action .btn:focus-visible {
  outline: 3px solid rgba(173, 129, 62, .25);
  outline-offset: 3px;
}

.doctor-page #pathway .pathway-action p {
  max-width: 430px;
  margin: 0;
  color: #756d64;
  font-size: 11px;
  line-height: 1.45;
}

.doctor-page #pathway .journey-phases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

.doctor-page #pathway .phase {
  padding: 13px 15px;
  border: 1px solid rgba(173, 129, 62, 0.13);
  border-radius: 12px;
  background: rgba(201, 163, 93, 0.07);
}

.doctor-page #pathway .phase h4 {
  margin: 0 0 5px;
  color: #ad813e !important;
  font-size: 13px;
  font-weight: 700;
}

.doctor-page #pathway .phase p {
  margin: 0;
  color: #6d665e;
  font-size: 11px;
  line-height: 1.5;
}

.doctor-page #authority .section-header .lead {
  max-width: 900px;
  margin-top: 22px;
  color: #6b6259;
  font-size: 15px;
  line-height: 1.65;
}

.doctor-page #authority .trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.doctor-page #authority .trust-item {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 22px 20px 20px;
  border: 1px solid rgba(153, 115, 61, 0.25) !important;
  border-radius: 16px !important;
  background: rgba(255, 252, 247, 0.82) !important;
  box-shadow: 0 14px 36px rgba(64, 47, 28, 0.07);
  color: #2c2722;
  text-align: left;
}

.doctor-page #authority .trust-item::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #b7863f, #ddc18b 58%, transparent);
}

.doctor-page #authority .trust-item:nth-child(even) {
  background: rgba(239, 230, 216, 0.9) !important;
}

.doctor-page #authority .trust-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 7px;
  min-height: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(94, 75, 53, 0.22);
}

.doctor-page #authority .trust-card-head h3 {
  min-width: 0;
  margin: 0;
  color: #2b251f !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(19px, 1.45vw, 22px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.doctor-page #authority .trust-card-head span {
  flex: 0 0 auto;
  padding: 5px 7px 4px;
  border: 1px solid rgba(166, 121, 53, 0.28);
  border-radius: 999px;
  background: rgba(189, 143, 71, 0.08);
  color: #966a2b;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.doctor-page #authority .trust-item ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.doctor-page #authority .trust-item li {
  position: relative;
  margin: 0;
  padding-left: 28px;
  color: #655d55;
  font-size: 12px;
  line-height: 1.55;
}

.doctor-page #authority .trust-item li::before {
  content: "✓";
  position: absolute;
  top: 0.08em;
  left: 0;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border: 1.5px solid #b07d31;
  border-radius: 50%;
  color: #9d6e29;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.doctor-page #assessment .assessment-step,
.doctor-page #assessment .assessment-step:last-child {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  box-sizing: border-box;
  min-height: 0;
  margin: 0;
  padding: 10px 16px;
  align-items: center;
  border: 1px solid rgba(173, 129, 62, 0.22);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(80, 60, 34, 0.065);
}

.doctor-page #assessment .step-num {
  color: #ad813e !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.doctor-page #assessment .step-body h3 {
  margin-bottom: 7px;
  color: #ad813e !important;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.doctor-page #assessment .step-body p {
  margin: 0;
  color: #625c54 !important;
  font-size: 12.5px;
  line-height: 1.52;
}


.doctor-page main > #planning-areas {
  padding-block: clamp(48px, 4.4vw, 64px) !important;
  background: #f8f4ec;
}

.doctor-page #planning-areas > .container {
  width: min(calc(100% - 64px), 1280px);
}

.doctor-page #planning-areas .planning-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(40px, 4vw, 58px);
  align-items: center;
}

.doctor-page #planning-areas .planning-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.doctor-page #planning-areas .planning-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 0;
  height: 206px;
  padding: 22px 20px 20px;
  border: 1px solid rgba(173, 129, 62, 0.26);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(80, 60, 34, 0.055);
}

.doctor-page #planning-areas .planning-card-label {
  color: #ad813e;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.doctor-page #planning-areas .planning-card h3 {
  margin: 16px 0 10px;
  color: #171411;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(23px, 1.65vw, 28px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.doctor-page #planning-areas .planning-card p {
  margin: auto 0 0;
  color: #625c54;
  font-size: 12px;
  line-height: 1.5;
}

.doctor-page #planning-areas .planning-copy {
  min-width: 0;
}

.doctor-page #planning-areas .planning-copy .eyebrow {
  display: block;
  margin-bottom: 18px;
}

.doctor-page #planning-areas .planning-copy h2 {
  max-width: 610px;
  color: #171411;
  font-size: clamp(43px, 3.55vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.doctor-page #planning-areas .planning-copy h2 em {
  color: #ad813e;
  font-weight: 500;
}

.doctor-page #planning-areas .planning-copy .divider {
  margin-block: 22px 18px;
}

.doctor-page #planning-areas .planning-copy .lead {
  max-width: 590px;
  color: #625c54;
  font-size: 13.5px;
  line-height: 1.62;
}

.doctor-page #planning-areas .planning-quote {
  margin-top: 22px;
  padding: 20px 22px 18px;
  border: 1px solid rgba(173, 129, 62, 0.25);
  border-radius: 15px;
  background: rgba(201, 163, 93, 0.08);
}

.doctor-page #planning-areas .planning-quote p {
  margin: 0;
  color: #2e2924;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.22;
}

.doctor-page #planning-areas .planning-quote span {
  display: block;
  margin-top: 11px;
  color: #ad813e;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}


.doctor-page main > #methodology {
  padding-block: 48px !important;
}

.doctor-page #methodology > .container {
  width: min(calc(100% - 64px), 1280px);
}

.doctor-page #methodology .methodology-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 4vw, 56px);
  align-items: center;
}

.doctor-page #methodology .methodology-video {
  width: min(100%, 360px);
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: 0 16px 38px rgba(80, 60, 34, 0.07);
  justify-self: center;
}

.doctor-page #methodology .methodology-video-media {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.doctor-page #methodology .methodology-video video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.doctor-page #methodology .methodology-video-media .video-load-fallback {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.doctor-page #methodology .methodology-video-media .video-load-fallback[hidden] {
  display: none;
}

.doctor-page #methodology .methodology-video figcaption {
  padding: 12px 16px;
  background: #f8f4ec;
  color: #756d64;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.doctor-page #methodology .methodology-mute {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(17, 17, 15, 0.76);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.doctor-page #methodology .methodology-mute:hover,
.doctor-page #methodology .methodology-mute:focus-visible {
  background: #ad813e;
}

.doctor-page #methodology .methodology-mute:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.doctor-page #methodology .mute-icon {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.doctor-page #methodology .mute-icon-sound,
.doctor-page #methodology .methodology-mute.is-unmuted .mute-icon-muted {
  display: none;
}

.doctor-page #methodology .methodology-mute.is-unmuted .mute-icon-sound {
  display: block;
}

.doctor-page #methodology .methodology-copy {
  min-width: 0;
}

.doctor-page #methodology .methodology-copy .eyebrow {
  display: block;
  margin-bottom: 14px;
}

.doctor-page #methodology .methodology-copy h2 {
  max-width: 680px;
  margin: 0;
  color: #171411;
  font-size: clamp(39px, 3.15vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.doctor-page #methodology .methodology-copy h2 em {
  color: #ad813e;
  font-weight: 500;
}

.doctor-page #methodology .methodology-copy .divider {
  margin-block: 18px 15px;
}

.doctor-page #methodology .methodology-copy > .lead {
  max-width: 680px;
  margin: 0;
  color: #625c54;
  font-size: 13.5px;
  line-height: 1.58;
}

.doctor-page #methodology .methodology-principles {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.doctor-page #methodology .methodology-principle {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 12px 15px;
  border: 1px solid rgba(173, 129, 62, 0.2);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 22px rgba(80, 60, 34, 0.045);
}

.doctor-page #methodology .methodology-principle-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(173, 129, 62, 0.1);
  color: #ad813e;
}

.doctor-page #methodology .methodology-principle-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.doctor-page #methodology .methodology-principle > div {
  min-width: 0;
}

.doctor-page #methodology .methodology-principle strong {
  display: block;
  color: #ad813e;
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.doctor-page #methodology .methodology-principle p {
  margin: 4px 0 0;
  color: #625c54;
  font-size: 12px;
  line-height: 1.48;
}

.doctor-page #methodology .methodology-action {
  margin-top: 18px;
  width: 100%;
  min-width: 0;
}

.doctor-page #methodology .methodology-action .btn {
  min-width: 250px;
  max-width: 100%;
  box-sizing: border-box;
}

.doctor-page .doctor-hero-metrics span {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(7px, 0.58vw, 9px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .doctor-page #methodology .methodology-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .doctor-page #methodology .methodology-video {
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .doctor-page .doctor-hero-metrics {
    width: 100%;
    margin-top: 50px;
  }

  .doctor-page .doctor-hero-metrics > div {
    padding-inline: 16px;
  }

  .doctor-page #philosophy .section-header h2 {
    white-space: normal;
  }

  .doctor-page #philosophy .method-grid {
    grid-template-columns: 1fr;
  }

  .doctor-page #philosophy .method-card {
    min-height: 0;
  }

  .doctor-page #assessment .assessment-title {
    font-size: clamp(42px, 7.2vw, 58px);
  }

  .doctor-page #authority .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .doctor-page #planning-areas .planning-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .doctor-page #planning-areas .planning-card {
    height: 190px;
  }

  .doctor-page #planning-areas .planning-copy {
    max-width: 720px;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .doctor-page #pathway .pathway-title {
    font-size: clamp(30px, 3.7vw, 40px);
  }
}

@media (max-width: 640px) {
  .doctor-page main > #methodology {
    padding-block: 32px !important;
  }

  .doctor-page #methodology > .container {
    width: min(calc(100% - 40px), 1280px);
  }

  .doctor-page #methodology .methodology-layout {
    gap: 22px;
  }

  .doctor-page #methodology .methodology-video video {
    aspect-ratio: 9 / 16;
  }

  .doctor-page #methodology .methodology-copy h2 {
    font-size: clamp(34px, 10.3vw, 42px);
    line-height: 1.06;
  }

  .doctor-page #methodology .methodology-principle {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .doctor-page #methodology .methodology-principle-icon {
    width: 28px;
    height: 28px;
  }

  .doctor-page #methodology .methodology-principle strong {
    font-size: 9.5px;
  }

  .doctor-page #methodology .methodology-action .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-inline: 16px;
  }

  .doctor-page main > #pathway {
    padding-block: 40px !important;
  }

  .doctor-page #pathway > .container {
    width: min(calc(100% - 40px), 1280px);
  }

  .doctor-page #pathway .pathway-header {
    margin-bottom: 24px;
  }

  .doctor-page #pathway .pathway-title {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.05;
    white-space: normal;
    text-wrap: balance;
  }

  .doctor-page #pathway .journey-steps,
  .doctor-page #pathway .journey-phases {
    grid-template-columns: 1fr !important;
  }

  .doctor-page #pathway .journey-step {
    min-height: 0;
    padding: 16px;
  }

  .doctor-page #pathway .journey-step-heading {
    gap: 11px;
  }

  .doctor-page #pathway .journey-step > p {
    margin-top: 11px;
  }

  .doctor-page #pathway .pathway-action {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .doctor-page #pathway .pathway-action .btn {
    width: 100%;
    min-width: 0;
  }

  .doctor-page #pathway .pathway-action p {
    max-width: 300px;
  }
  .doctor-page #intro .doctor-intro-title > span {
    white-space: normal;
  }

  .doctor-page #intro .doctor-tags {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .doctor-page #intro .doctor-tag {
    height: 52px;
    min-height: 0;
    padding: 11px 15px;
  }

  .doctor-page #intro .doctor-credential-cards {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .doctor-page #intro .doctor-credential-cards .doctor-point {
    min-height: 0;
    height: auto;
    padding: 18px 20px !important;
  }

  .doctor-page .page-hero h1 {
    font-size: clamp(44px, 13vw, 58px) !important;
  }

  .doctor-page .page-hero h1 em {
    font-size: 0.61em !important;
  }

  .doctor-page .doctor-hero-metrics {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 48px;
    padding-block: 10px 0;
  }

  .doctor-page .doctor-hero-metrics > div,
  .doctor-page .doctor-hero-metrics > div:first-child,
  .doctor-page .doctor-hero-metrics > div:last-child {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .doctor-page .doctor-hero-metrics > div:last-child {
    border-bottom: 0;
  }

  .doctor-page .doctor-hero-metrics strong {
    font-size: 27px;
  }

  .doctor-page .doctor-hero-metrics span {
    margin-top: 6px;
    font-size: 8px;
  }

  .doctor-page #philosophy .section-header {
    margin-bottom: 30px;
  }

  .doctor-page #philosophy .section-header .eyebrow {
    margin-bottom: 14px;
  }

  .doctor-page #philosophy .section-header h2 {
    font-size: clamp(34px, 10.4vw, 42px);
    line-height: 1.04;
  }

  .doctor-page #philosophy .method-grid {
    gap: 18px;
  }

  .doctor-page #philosophy .method-card {
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 14px;
    padding: 28px 24px;
    border-radius: 16px;
  }

  .doctor-page #philosophy .method-icon {
    width: 38px;
    height: 38px;
    margin: 0;
  }

  .doctor-page #philosophy .method-card h3 {
    margin: 0;
    font-size: clamp(22px, 6.4vw, 27px);
  }

  .doctor-page #philosophy .method-card p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.65;
  }

  .doctor-page #assessment .assessment-title {
    font-size: clamp(35px, 10.2vw, 43px);
    line-height: 1.08;
  }

  .doctor-page #assessment .assessment-title > span {
    white-space: normal;
  }

  .doctor-page #assessment .assessment-cards {
    gap: 10px;
  }

  .doctor-page #assessment .assessment-step,
  .doctor-page #assessment .assessment-step:last-child {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 16px;
    border-radius: 14px;
  }

  .doctor-page #assessment .step-body h3 {
    font-size: 14px;
  }

  .doctor-page #assessment .step-body p {
    font-size: 12px;
  }

  .doctor-page main > #authority {
    padding-block: 44px !important;
  }

  .doctor-page #authority > .container {
    width: min(calc(100% - 40px), 1280px);
  }

  .doctor-page #authority .section-header {
    margin-bottom: 28px;
  }

  .doctor-page #authority .section-header h2 {
    font-size: clamp(44px, 14vw, 58px);
  }

  .doctor-page #authority .section-header h2.authority-title {
    font-size: clamp(28px, 8.5vw, 38px);
    line-height: 1.08;
    white-space: normal;
  }

  .doctor-page #authority .authority-title > span {
    white-space: inherit;
  }

  .doctor-page #authority .section-header .lead {
    margin-top: 18px;
    font-size: 14px;
  }

  .doctor-page #authority .trust-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .doctor-page #authority .trust-item {
    padding: 24px 20px;
  }

  .doctor-page #authority .trust-card-head {
    min-height: 0;
  }

  .doctor-page main > #planning-areas {
    padding-block: 40px !important;
  }

  .doctor-page #planning-areas > .container {
    width: min(calc(100% - 40px), 1280px);
  }

  .doctor-page #planning-areas .planning-layout {
    gap: 34px;
  }

  .doctor-page #planning-areas .planning-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .doctor-page #planning-areas .planning-card {
    height: auto;
    min-height: 0;
    padding: 22px 20px;
  }

  .doctor-page #planning-areas .planning-card h3 {
    margin: 16px 0 10px;
    font-size: 26px;
  }

  .doctor-page #planning-areas .planning-card p {
    margin-top: 0;
  }

  .doctor-page #planning-areas .planning-copy h2 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .doctor-page #planning-areas .planning-quote {
    padding: 19px 20px 17px;
  }
}

.doctor-page .doctor-final-cta {
  padding-block: 44px !important;
}

.doctor-page .doctor-final-cta .urgency-note {
  margin-bottom: 10px;
}

.doctor-page .doctor-final-cta h2 {
  margin-bottom: 14px;
}

.doctor-page .doctor-final-cta > .container > p {
  width: 100%;
  max-width: none;
  margin: 0 auto 24px;
  white-space: nowrap;
}

.doctor-page .doctor-final-cta-actions {
  display: grid;
  grid-template-columns: repeat(2, 240px);
  justify-content: center;
  gap: 14px;
}

.doctor-page .doctor-final-cta-actions .btn {
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  min-height: 56px;
  padding: 0 22px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font: 600 14px/1.2 "Inter", sans-serif;
  white-space: nowrap;
  transition:
    background-color .2s ease,
    border-color .2s ease,
    color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

.doctor-page .doctor-final-cta-dark {
  color: #fff;
  background: var(--ref-ink, #171717);
  border: 1px solid var(--ref-ink, #171717);
}

.doctor-page .doctor-final-cta-gold {
  color: #171411;
  background: var(--ref-gold, #e2b95e);
  border: 1px solid var(--ref-gold, #e2b95e);
}

.doctor-page .doctor-final-cta-dark:hover,
.doctor-page .doctor-final-cta-dark:focus-visible {
  color: #fff;
  background: #292621;
  border-color: #292621;
  box-shadow: 0 10px 24px rgba(16, 14, 11, .2);
  transform: translateY(-2px);
}

.doctor-page .doctor-final-cta-gold:hover,
.doctor-page .doctor-final-cta-gold:focus-visible {
  color: #fff;
  background: var(--ref-bronze, #a57431);
  border-color: var(--ref-bronze, #a57431);
  box-shadow: 0 10px 24px rgba(140, 110, 56, .2);
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .doctor-page .doctor-final-cta {
    padding-block: 36px !important;
  }

  .doctor-page .doctor-final-cta > .container > p {
    max-width: 340px;
    margin-bottom: 22px;
    white-space: normal;
  }

  .doctor-page .doctor-final-cta-actions {
    width: min(100%, 340px);
    grid-template-columns: 1fr;
    margin-inline: auto;
    gap: 12px;
  }

  .doctor-page .doctor-final-cta-actions .btn {
    height: 54px;
    min-height: 54px;
  }
}
