/* Treatment Detail page-specific CSS extracted by Phase 3R. */
.site-main > .treatment-v1-page {
  width: 100%;
  max-width: none;
  margin: 0;
}
.treatment-v1-page {
  --treatment-gold-a: #a4692a;
  --treatment-gold-b: #be8c3c;
  --treatment-gold-c: #d3b15f;
  --treatment-gold-light: #faf0a0;
  --treatment-dark: #4f4f4f;
  --treatment-dark-deep: #3f3f3f;
  overflow: hidden;
  background: #fff;
  color: #333;
}
.treatment-v1-page *,
.treatment-v1-page *::before,
.treatment-v1-page *::after {
  box-sizing: border-box;
}
.treatment-v1-container {
  width: min(1500px, calc(100% - 40px));
  margin-inline: auto;
}
.treatment-v1-container--text {
  width: min(900px, calc(100% - 48px));
}
.treatment-v1-kicker {
  margin: 0 0 14px;
  color: #ead2a8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.treatment-v1-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(34px, 5vw, 62px);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
}
.treatment-v1-breadcrumb a {
  color: #efd9ad;
  text-decoration: none;
}
.treatment-v1-breadcrumb a:hover {
  text-decoration: underline;
}
.treatment-v1-hero,
.treatment-v1-story {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.9fr);
  min-height: clamp(520px, 58vw, 760px);
  background: radial-gradient(
    circle at 48% 42%,
    #737373 0%,
    #5f5f5f 34%,
    #4f4f4f 70%,
    #454545 100%
  );
}
.treatment-v1-hero__copy,
.treatment-v1-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 7vw, 108px) clamp(32px, 7vw, 110px);
}
.treatment-v1-hero__copy {
  align-items: flex-start;
}
.treatment-v1-hero__media,
.treatment-v1-story__media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #ddd;
}
.treatment-v1-hero__media img,
.treatment-v1-story__media img,
.treatment-v1-media-fallback {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.treatment-v1-hero__media img {
  object-position: center;
}
.treatment-v1-story__media img {
  object-position: center;
}
.treatment-v1-media-fallback,
.treatment-v1-card-fallback {
  display: block;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 38% 32%, #777, #555 58%, #444);
}
.treatment-v1-lead {
  max-width: 780px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.04rem, 1.5vw, 1.25rem);
  line-height: 1.76;
}
.treatment-v1-actions--center {
  justify-content: center;
}
.treatment-v1-page .button {
  min-height: 44px;
  padding: 11px 22px;
  border: 1px solid #bb8332;
  border-radius: 0;
  background: #bb8332;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.treatment-v1-page .button:hover {
  border-color: #a4692a;
  background: #a4692a;
  color: #fff;
  transform: none;
}
.treatment-v1-page .treatment-v1-button--outline {
  border-color: rgba(255, 255, 255, 0.68);
  background: transparent;
  color: #fff;
}
.treatment-v1-page .treatment-v1-button--outline:hover {
  border-color: #bb8332;
  background: #bb8332;
  color: #fff;
}
.treatment-v1-story:nth-of-type(even) {
  background: radial-gradient(
    circle at 55% 38%,
    #676767 0%,
    #535353 45%,
    #464646 78%,
    #3f3f3f 100%
  );
}
.treatment-v1-story--reverse {
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.45fr);
}
.treatment-v1-story--reverse .treatment-v1-story__copy {
  order: 2;
}
.treatment-v1-story--reverse .treatment-v1-story__media {
  order: 1;
}
.treatment-v1-story--text-only {
  display: block;
  min-height: 0;
}
.treatment-v1-story--text-only .treatment-v1-story__copy {
  width: min(1050px, calc(100% - 48px));
  margin-inline: auto;
  padding-inline: 0;
}
.treatment-v1-prose {
  max-width: 820px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.87);
  font-size: 1rem;
  line-height: 1.82;
}
.treatment-v1-prose > *:first-child {
  margin-top: 0;
}
.treatment-v1-prose > *:last-child {
  margin-bottom: 0;
}
.treatment-v1-prose p,
.treatment-v1-prose ul,
.treatment-v1-prose ol {
  margin: 0 0 1.25em;
}
.treatment-v1-prose ul,
.treatment-v1-prose ol {
  padding-left: 1.35em;
}
.treatment-v1-prose li + li {
  margin-top: 0.55em;
}
.treatment-v1-prose h3,
.treatment-v1-prose h4 {
  margin: 2em 0 0.75em;
  color: #e0bd75;
  font-family: var(--font-body, Roboto, Arial, Helvetica, sans-serif);
  font-weight: 500;
}
.treatment-v1-prose a {
  color: #f1cf88;
}
.treatment-v1-prose strong {
  color: #fff;
}
.treatment-v1-prose img {
  max-width: 100%;
  height: auto;
  margin: 26px 0;
}
.treatment-v1-story__media p {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  margin: 0;
  padding: 9px 11px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.78rem;
}
.treatment-v1-band--white,
.treatment-v1-band--faq {
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(190, 140, 60, 0.055),
      transparent 28%
    ),
    radial-gradient(
      circle at 82% 72%,
      rgba(164, 105, 42, 0.04),
      transparent 30%
    ),
    #fff;
}
.treatment-v1-band--dark {
  background: radial-gradient(
    circle at 50% 35%,
    #686868 0%,
    #555 40%,
    #4a4a4a 74%,
    #414141 100%
  );
  color: #fff;
}
.treatment-v1-related-links {
  width: min(760px, 100%);
  margin: 0 auto;
  border-top: 1px solid #e5ddd1;
}
.treatment-v1-related-links a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #e5ddd1;
  color: #333;
  text-decoration: none;
}
.treatment-v1-related-links a:hover {
  color: #a4692a;
}
.treatment-v1-related-links small {
  color: #9a7a56;
}
.treatment-v1-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
}
.treatment-v1-video-grid--single {
  width: min(720px, 100%);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr);
}
.treatment-v1-video-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(32, 32, 32, 0.34);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.13);
}
.treatment-v1-video-embed {
  aspect-ratio: 16 / 9;
  background: #222;
}
.treatment-v1-video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.treatment-v1-video-card__body {
  padding: 20px 20px 24px;
}
.treatment-v1-video-card__body h3 {
  margin: 0;
  color: #e0bd75;
  font-family: var(--font-body, Roboto, Arial, Helvetica, sans-serif);
  font-size: 1.18rem;
  font-weight: 500;
}
.treatment-v1-video-card__body p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
}
.treatment-v1-video-card__body a {
  display: inline-block;
  margin-top: 16px;
  color: #f1cf88;
  text-decoration: none;
}
.treatment-v1-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
}
.treatment-v1-article-card a {
  display: flex;
  height: 100%;
  flex-direction: column;
  border: 1px solid #e7e0d6;
  background: #fff;
  color: #333;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(37, 31, 25, 0.07);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.treatment-v1-article-card a:hover {
  transform: translateY(-3px);
  border-color: #cfad70;
  box-shadow: 0 13px 28px rgba(37, 31, 25, 0.11);
}
.treatment-v1-article-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.treatment-v1-article-card__body {
  display: grid;
  gap: 10px;
  padding: 19px;
}
.treatment-v1-article-card__body strong {
  color: #9d692a;
  font-size: 1.04rem;
  line-height: 1.4;
}
.treatment-v1-article-card__body small {
  color: #666;
  line-height: 1.55;
}
.treatment-v1-article-card__body em {
  color: #8e632d;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 650;
}
.treatment-v1-cta {
  padding: clamp(72px, 8vw, 110px) 0;
  background: radial-gradient(
    circle at 50% 45%,
    #626262 0%,
    #505050 48%,
    #424242 100%
  );
  color: #fff;
  text-align: center;
}
.treatment-v1-cta p {
  max-width: 720px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  line-height: 1.75;
}
body:has(.treatment-v1-page) .site-footer,
body.visual-parity-v1:has(.treatment-v1-page) .site-footer {
  margin-top: 0;
}
@media (max-width: 1050px) {
.treatment-v1-hero,
.treatment-v1-story,
.treatment-v1-story--reverse {
    grid-template-columns: 1fr;
    min-height: 0;
  }
.treatment-v1-hero__copy,
.treatment-v1-story__copy {
    padding: clamp(48px, 8vw, 76px) clamp(26px, 6vw, 60px);
  }
.treatment-v1-hero__media,
.treatment-v1-story__media {
    min-height: min(70vw, 620px);
  }
.treatment-v1-story--reverse .treatment-v1-story__copy {
    order: 1;
  }
.treatment-v1-story--reverse .treatment-v1-story__media {
    order: 2;
  }
.treatment-v1-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
.treatment-v1-container,
.treatment-v1-container--text,
.treatment-v1-story--text-only .treatment-v1-story__copy {
    width: calc(100% - 36px);
  }
.treatment-v1-hero__copy,
.treatment-v1-story__copy {
    padding: 44px 20px;
  }
.treatment-v1-hero__media,
.treatment-v1-story__media {
    min-height: 78vw;
  }
.treatment-v1-breadcrumb {
    margin-bottom: 34px;
  }
.treatment-v1-video-grid,
.treatment-v1-article-grid {
    grid-template-columns: 1fr;
  }
.treatment-v1-prose {
    font-size: 0.97rem;
  }
}
.treatment-v1-prose {
  font-size: clamp(1.04rem, 1.5vw, 1.25rem);
  line-height: 1.76;
}
.treatment-v1-prose--hero {
  margin-top: 24px;
}
.treatment-v1-hero-subtitle {
  margin: 30px 0 0;
  color: #e0bd75;
  font-family: var(--font-body, Roboto, Arial, Helvetica, sans-serif);
  font-size: clamp(1.32rem, 2vw, 1.72rem);
  font-weight: 500;
  line-height: 1.35;
}
@media (max-width: 760px) {
.treatment-v1-prose {
    font-size: 1.04rem;
  }
}
@media (min-width: 981px) {
.treatment-v1-hero,
.treatment-v1-story {
    align-items: center;
  }
.treatment-v1-hero__media,
.treatment-v1-story__media {
    align-self: center;
    width: 100%;
    height: clamp(520px, 43vw, 690px);
    min-height: 0;
  }
.treatment-v1-hero__media img,
.treatment-v1-story__media img,
.treatment-v1-media-fallback {
    min-height: 0;
  }
}
@media (max-width: 980px) {
.treatment-v1-hero__media,
.treatment-v1-story__media {
    height: min(78vw, 620px);
    min-height: 0;
  }
.treatment-v1-hero__media img,
.treatment-v1-story__media img,
.treatment-v1-media-fallback {
    min-height: 0;
  }
}
/* Shared Treatment price links — used by Treatment Detail */

.treatment-v1-price-links {
  padding-top: clamp(48px, 6vw, 78px);
  padding-bottom: clamp(48px, 6vw, 78px);
}

.treatment-v1-price-link-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
@media (max-width: 680px) {
  .treatment-v1-price-link-grid .button {
    width: 100%;
  }}
