﻿/*
Theme Name: Dr Keren Kadence Child v45
Theme URI: https://dr-keren-cohen.ussl.store/
Description: Child theme for Dr. Keren Haya Cohen, built on Kadence. Provides site-wide brand, footer, schema, clinic polish, responsive homepage layout, and clinical photo presentation.
Author: Dr. Keren Cohen Project
Template: kadence
Version: 1.0.45
Text Domain: dr-keren-kadence-child-v45
*/

:root {
  --kc-ink: #191f1d;
  --kc-charcoal: #2d302e;
  --kc-soft-black: #111614;
  --kc-deep: #1e332e;
  --kc-accent: #40594f;
  --kc-soft: #f1f3ef;
  --kc-cream: #f7f3ed;
  --kc-warm: #e9e1d7;
  --kc-line: #dedbd4;
}

body {
  color: var(--kc-ink);
  background: #f8f8f6;
}

/* v41 homepage patient intent layer */
.kc-v41-home {
  direction: rtl;
  background: #fbf7f1;
  color: #2d2a2a;
  font-family: Rubik, Assistant, Arial, sans-serif;
}

.kc-v41-home h1,
.kc-v41-home h2,
.kc-v41-home h3 {
  color: #2d2a2a;
  font-family: "Frank Ruhl Libre", "Noto Serif Hebrew", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}

.kc-v41-home h1 {
  font-size: clamp(42px, 5vw, 72px);
  margin: 0 0 22px;
  max-width: 760px;
}

.kc-v41-home h2 {
  font-size: clamp(32px, 3vw, 48px);
  margin: 0 0 18px;
}

.kc-v41-home h3 {
  font-size: clamp(22px, 1.7vw, 30px);
  margin: 0 0 12px;
}

.kc-v41-home p,
.kc-v41-home li {
  color: #5a5454;
  font-size: 18px;
  line-height: 1.75;
}

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

.kc-v41-section {
  padding: clamp(64px, 8vw, 112px) 0;
}

.kc-v41-section--soft {
  background: #f4ece5;
}

.kc-v41-eyebrow {
  color: #a87560;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.4 !important;
  margin: 0 0 14px;
}

.kc-v41-hero {
  padding: clamp(56px, 8vw, 108px) 0 clamp(48px, 7vw, 92px);
}

.kc-v41-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
}

.kc-v41-lead {
  color: #514d4a;
  font-size: clamp(19px, 1.4vw, 23px) !important;
  line-height: 1.72 !important;
  max-width: 740px;
}

.kc-v41-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.kc-v41-button {
  align-items: center;
  background: #243b35;
  border: 1px solid #243b35;
  border-radius: 7px;
  color: #fffaf4 !important;
  display: inline-flex;
  font-size: 17px;
  font-weight: 700;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  text-decoration: none !important;
}

.kc-v41-button--light {
  background: #fffaf4;
  color: #243b35 !important;
}

.kc-v41-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.kc-v41-chip {
  background: rgba(255, 250, 244, 0.9);
  border: 1px solid rgba(45, 42, 42, 0.13);
  border-radius: 999px;
  color: #2d2a2a;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 14px;
}

.kc-v41-figure,
.kc-v41-card-media {
  background: #eee5dc;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(45, 42, 42, 0.08), 0 18px 48px -30px rgba(45, 42, 42, 0.3);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.kc-v41-figure {
  aspect-ratio: 4 / 3;
}

.kc-v41-portrait {
  aspect-ratio: 4 / 5;
}

.kc-v41-figure img,
.kc-v41-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.kc-v41-answer {
  background: #243b35;
  color: #fffaf4;
  padding: clamp(52px, 7vw, 82px) 0;
}

.kc-v41-answer h2,
.kc-v41-answer h3,
.kc-v41-answer p,
.kc-v41-answer li {
  color: #fffaf4;
}

.kc-v41-answer .kc-v41-eyebrow {
  color: #d7c3b1;
}

.kc-v41-answer-grid {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.kc-v41-answer-panel {
  background: rgba(255, 250, 244, 0.08);
  border: 1px solid rgba(255, 250, 244, 0.16);
  border-radius: 12px;
  padding: clamp(28px, 4vw, 46px);
}

.kc-v41-authority-list {
  display: grid;
  gap: 12px;
}

.kc-v41-authority-item {
  background: #fffaf4;
  border: 1px solid rgba(255, 250, 244, 0.22);
  border-radius: 9px;
  color: #243b35;
  font-size: 17px;
  font-weight: 700;
  padding: 16px 18px;
}

.kc-v41-head {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
  margin-bottom: 34px;
}

.kc-v41-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kc-v41-card {
  background: #fffaf4;
  border: 1px solid rgba(45, 42, 42, 0.1);
  border-radius: 10px;
  box-shadow: 0 14px 36px -28px rgba(45, 42, 42, 0.36);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.kc-v41-card--priority {
  grid-column: span 1;
}

.kc-v41-card-media {
  aspect-ratio: 16 / 10;
  border-radius: 0;
  box-shadow: none;
}

.kc-v41-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.kc-v41-card p {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 20px;
}

.kc-v41-link {
  color: #7c5949 !important;
  font-size: 15px;
  font-weight: 800;
  margin-top: auto;
  text-decoration: none !important;
}

.kc-v41-feature {
  align-items: center;
  display: grid;
  gap: clamp(28px, 4vw, 54px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

.kc-v41-feature--reverse {
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr);
}

.kc-v41-mini-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.kc-v41-mini {
  background: #fffaf4;
  border: 1px solid rgba(45, 42, 42, 0.11);
  border-radius: 9px;
  padding: 18px;
}

.kc-v41-mini strong {
  color: #2d2a2a;
  display: block;
  font-size: 17px;
  margin-bottom: 8px;
}

.kc-v41-mini span {
  color: #665d59;
  display: block;
  font-size: 15px;
  line-height: 1.55;
}

.kc-v41-process {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kc-v41-step {
  background: #fffaf4;
  border: 1px solid rgba(45, 42, 42, 0.1);
  border-radius: 10px;
  padding: 24px;
}

.kc-v41-step-number {
  color: #a87560;
  display: block;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

.kc-v41-disclosure {
  background: #fffaf4;
  border-right: 4px solid #a87560;
  border-radius: 10px;
  padding: clamp(26px, 4vw, 38px);
}

.kc-v41-disclosure p {
  margin-bottom: 0;
}

.kc-v41-footer-cta {
  background: #243b35;
  color: #fffaf4;
  padding: clamp(56px, 7vw, 86px) 0;
}

.kc-v41-footer-cta h2,
.kc-v41-footer-cta p {
  color: #fffaf4;
}

@media (max-width: 1020px) {
  .kc-v41-hero-grid,
  .kc-v41-answer-grid,
  .kc-v41-head,
  .kc-v41-feature,
  .kc-v41-feature--reverse {
    grid-template-columns: 1fr;
  }

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

  .kc-v41-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .kc-v41-container {
    width: calc(100% - 28px);
  }

  .kc-v41-section,
  .kc-v41-hero {
    padding: 42px 0;
  }

  .kc-v41-home h1 {
    font-size: clamp(32px, 8vw, 40px);
  }

  .kc-v41-home h2 {
    font-size: clamp(26px, 7vw, 34px);
  }

  .kc-v41-home p,
  .kc-v41-home li {
    font-size: 16px !important;
    line-height: 1.68 !important;
  }

  .kc-v41-actions,
  .kc-v41-grid,
  .kc-v41-mini-grid,
  .kc-v41-process {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kc-v41-button {
    width: 100%;
  }

  .kc-v41-portrait {
    aspect-ratio: 16 / 10;
  }

  .kc-v41-figure,
  .kc-v41-card-media {
    aspect-ratio: 16 / 10;
    max-height: 235px;
  }
}

/* v42b mobile/thumbnail refinement */
body.home .entry-content .kc-v42-treatment-icon,
body.page-id-10 .entry-content .kc-v42-treatment-icon {
  height: 122px !important;
  background: #fffaf4 !important;
  box-shadow: inset 0 0 0 1px rgba(45, 42, 42, .05) !important;
}

body.home .entry-content .kc-v42-treatment-icon img,
body.page-id-10 .entry-content .kc-v42-treatment-icon img {
  width: min(100%, 190px) !important;
  height: 100% !important;
  margin-inline: auto !important;
  object-fit: contain !important;
}

@media (max-width: 720px) {
  body.home .entry-content .kc-v42-treatment-icon,
  body.page-id-10 .entry-content .kc-v42-treatment-icon {
    height: 112px !important;
  }

  body.home .entry-content .kc-v42-treatment-icon img,
  body.page-id-10 .entry-content .kc-v42-treatment-icon img {
    width: 160px !important;
  }
}

.home .entry-header,
body:has(.kc-v20-home) .entry-header,
body:has(.kc-v20-page) .entry-header,
.page-id-10 .entry-header,
.page-id-11 .entry-header,
.page-id-12 .entry-header,
.page-id-18 .entry-header,
.page-id-19 .entry-header {
  display: none !important;
}

.site-header {
  background: rgba(255, 255, 252, 0.96);
  border-bottom: 1px solid var(--kc-line);
}

.site-branding .custom-logo {
  max-height: 108px;
  width: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 2px;
  filter: none;
}

.site-branding {
  min-width: 150px;
}

.site-branding .site-title-wrap,
.site-branding .site-title,
.site-branding .site-description {
  display: none !important;
}

.main-navigation a {
  color: var(--kc-charcoal);
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #6f8f7f !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 6px rgba(111, 143, 127, .22) !important;
}

.entry-content a:not(.wp-block-button__link):not(.kc-footer a) {
  color: var(--kc-accent);
  text-decoration: none;
  font-weight: 700;
}

.entry-content a:not(.wp-block-button__link):not(.kc-footer a):hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.wp-block-button__link {
  border-radius: 4px !important;
  text-decoration: none !important;
  background: var(--kc-charcoal) !important;
  color: #fff !important;
}

.is-style-outline .wp-block-button__link {
  background: transparent !important;
  border: 1px solid var(--kc-charcoal) !important;
  color: var(--kc-charcoal) !important;
}

.entry-content .kc-hero,
.entry-content .kc-split-band {
  background: var(--kc-cream) !important;
}

.entry-content .kc-proof,
.entry-content .kc-final-cta {
  background: var(--kc-soft-black) !important;
}

.entry-content .kc-card {
  border-color: var(--kc-line) !important;
  box-shadow: 0 12px 34px rgba(17, 22, 20, .06) !important;
}

.kc-logo,
.kc-logo-mark {
  filter: grayscale(1) contrast(1.08);
  mix-blend-mode: multiply;
}

.kc-global-footer {
  direction: rtl;
  background: var(--kc-soft-black);
  color: #e7e2da;
  padding: 46px 24px 24px;
  margin-top: 0;
}

.kc-global-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
}

.kc-global-footer strong {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font-size: 17px;
}

.kc-global-footer p,
.kc-global-footer li {
  margin: 0 0 8px;
  color: #e7e2da;
  font-size: 15px;
  line-height: 1.7;
}

.kc-global-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kc-global-footer a {
  color: #fff !important;
  text-decoration: none !important;
}

.kc-global-footer a:hover {
  text-decoration: underline !important;
  text-underline-offset: 0.18em;
}

.kc-footer-contact-actions {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.kc-footer-contact-actions a,
.kc-mobile-sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
}

.kc-global-footer__bottom {
  max-width: 1180px;
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #aebdb8;
  font-size: 13px;
  line-height: 1.7;
}

.site-footer .site-footer-wrap {
  display: none;
}

.entry-content .kc-related-links {
  margin-top: 42px;
  margin-bottom: 18px;
  padding: 28px;
  background: #f7f4ee;
  border: 1px solid var(--kc-line);
  border-radius: 8px;
}

.entry-content .kc-related-links h2 {
  margin: 0 0 10px;
  color: var(--kc-ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.entry-content .kc-related-links p {
  max-width: 760px;
  margin: 0 0 18px;
  color: #52645f;
}

.entry-content .kc-related-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.entry-content .kc-related-links li {
  margin: 0;
}

.entry-content .kc-related-links a {
  display: block;
  padding: 13px 15px;
  color: var(--kc-deep) !important;
  background: #fff;
  border: 1px solid #d9dfd9;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 800;
}

.entry-content .kc-related-links a:hover,
.entry-content .kc-related-links a:focus-visible {
  border-color: var(--kc-accent);
  background: #fbfcfa;
}

.kc-p0-page {
  direction: rtl;
  color: var(--kc-ink);
  font-size: 18px;
  line-height: 1.85;
}

.entry-content .kc-p0-page a:not(.wp-block-button__link) {
  color: var(--kc-deep) !important;
  text-decoration: none !important;
  font-weight: 800;
}

.entry-content .kc-p0-page a:not(.wp-block-button__link):hover {
  text-decoration: underline !important;
  text-underline-offset: 0.2em;
}

.kc-p0-hero {
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(42px, 6vw, 86px) 24px;
  background: linear-gradient(180deg, #fff 0%, var(--kc-cream) 100%);
  border-bottom: 1px solid var(--kc-line);
}

.kc-p0-container {
  max-width: 1180px;
  margin-inline: auto;
}

.kc-p0-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.kc-p0-kicker {
  margin: 0 0 12px;
  color: var(--kc-accent);
  font-weight: 900;
}

.kc-p0-hero h1,
.kc-p0-page h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--kc-ink);
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1.1;
  letter-spacing: 0;
}

.kc-p0-lead {
  max-width: 780px;
  margin: 0 0 20px;
  color: #334541;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.7;
}

.kc-mobile-sticky-cta {
  display: none;
}

.kc-p0-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.kc-p0-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid #d8ddd6;
  border-radius: 999px;
  color: var(--kc-deep);
  background: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  font-size: 15px;
}

.kc-p0-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.kc-p0-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid var(--kc-deep);
  border-radius: 4px;
  color: #fff !important;
  background: var(--kc-deep);
  text-decoration: none !important;
  font-weight: 900;
}

.kc-p0-button--light {
  color: var(--kc-deep) !important;
  background: #fff;
}

.kc-p0-portrait-card {
  position: relative;
  padding: 16px;
  border: 1px solid var(--kc-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(17, 22, 20, 0.12);
}

.kc-p0-portrait-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
}

.kc-p0-portrait-caption {
  padding: 14px 4px 0;
  color: #52645f;
  font-size: 15px;
  line-height: 1.55;
}

.kc-p0-section {
  max-width: none !important;
  padding: clamp(48px, 6vw, 76px) 24px;
  background: #fff;
}

.kc-p0-section--soft {
  background: var(--kc-cream);
}

.kc-p0-section--green {
  background: #eef3ef;
}

.kc-p0-section h2 {
  margin: 0 0 16px;
  color: var(--kc-ink);
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.18;
  letter-spacing: 0;
}

.kc-p0-intro {
  max-width: 820px;
  margin: 0 0 30px;
  color: #52645f;
}

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

.kc-p0-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--kc-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(17, 22, 20, 0.06);
}

.kc-p0-card--dark {
  color: #eef4ef;
  background: var(--kc-deep);
  border-color: var(--kc-deep);
}

.kc-p0-card h3 {
  margin: 0 0 10px;
  color: inherit;
  font-size: 23px;
  line-height: 1.25;
}

.kc-p0-card p {
  margin: 0 0 12px;
}

.kc-p0-card--dark a {
  color: #fff !important;
}

.kc-p0-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
}

.kc-p0-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.kc-p0-list li,
.kc-p0-step {
  padding: 14px 16px;
  border: 1px solid #d9dfd9;
  border-radius: 8px;
  background: #fff;
}

.kc-p0-steps {
  display: grid;
  gap: 12px;
}

.kc-p0-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.kc-p0-faq details {
  padding: 18px;
  border: 1px solid var(--kc-line);
  border-radius: 8px;
  background: #fff;
}

.kc-p0-faq summary {
  cursor: pointer;
  color: var(--kc-ink);
  font-weight: 900;
}

.kc-p0-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.kc-p0-source-grid a {
  display: block;
  padding: 15px 16px;
  border: 1px solid var(--kc-line);
  border-radius: 8px;
  background: #faf9f6;
}

.kc-p0-disclaimer {
  margin-top: 28px;
  padding: 16px 18px;
  border-right: 4px solid var(--kc-accent);
  background: #f4f7f6;
  color: #52645f;
  font-size: 16px;
}

.kc-p0-final {
  max-width: none !important;
  padding: 46px 24px;
  color: #eef4ef;
  background: var(--kc-soft-black);
}

.kc-p0-final .kc-p0-container {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.kc-p0-final h2,
.kc-p0-final p {
  color: inherit;
  margin: 0;
}

.kc-p0-final h2 {
  margin-bottom: 8px;
  font-size: 32px;
}

@media (max-width: 900px) {
  .kc-global-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .kc-p0-hero-grid,
  .kc-p0-split {
    grid-template-columns: 1fr;
  }

  .kc-p0-card-grid,
  .kc-p0-faq {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  body {
    padding-bottom: 76px;
  }

  .site-branding .custom-logo {
    max-height: 82px;
  }

  .kc-mobile-sticky-cta {
    position: fixed;
    z-index: 9998;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(17, 22, 20, .96);
    border-top: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 -12px 30px rgba(17, 22, 20, .22);
    opacity: 0;
    pointer-events: none;
    transform: translateY(112%);
    transition: opacity .18s ease, transform .18s ease;
  }

  body.kc-sticky-ready .kc-mobile-sticky-cta {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .kc-global-footer__inner {
    grid-template-columns: 1fr;
  }

  .entry-content .kc-related-links {
    padding: 20px;
  }

  .entry-content .kc-related-links ul {
    grid-template-columns: 1fr;
  }

  .kc-p0-hero,
  .kc-p0-section,
  .kc-p0-final {
    padding-right: 18px;
    padding-left: 18px;
  }

  .kc-p0-hero h1,
  .kc-p0-page h1 {
    font-size: 36px;
  }

  .kc-p0-card-grid,
  .kc-p0-list,
  .kc-p0-faq,
  .kc-p0-source-grid {
    grid-template-columns: 1fr;
  }

  .kc-p0-final .kc-p0-container {
    display: block;
  }

  .kc-p0-final .kc-p0-buttons {
    margin-top: 18px;
  }
}

/* V17 homepage system */
:root {
  --kc-v17-canvas: #f5ede6;
  --kc-v17-canvas-raised: #fffaf4;
  --kc-v17-ink: #2d2a2a;
  --kc-v17-ink-soft: #5c5654;
  --kc-v17-line: rgba(45, 42, 42, 0.12);
  --kc-v17-copper: #a87560;
  --kc-v17-copper-deep: #8a5a47;
  --kc-v17-blush: #d9c8bc;
  --kc-v17-blush-tint: #ebdfd4;
  --kc-v17-sage: #6e817a;
  --kc-v17-deep: #243b35;
  --kc-v17-shadow: 0 24px 70px rgba(66, 49, 42, 0.11);
  --kc-v17-display: "Frank Ruhl Libre", Georgia, "Times New Roman", serif;
  --kc-v17-body: "Rubik", "Heebo", Arial, sans-serif;
}

html[dir="rtl"] body {
  font-family: var(--kc-v17-body);
  letter-spacing: 0;
}

body {
  background: var(--kc-v17-canvas);
}

.site-header,
.main-header-bar-wrap,
.site-main-header-wrap {
  background: rgba(255, 252, 247, 0.96) !important;
}

.site-branding .custom-logo {
  max-height: 88px;
  max-width: 210px;
  object-fit: contain;
  image-rendering: auto;
  background: #fff;
  padding: 4px 6px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.main-navigation a {
  color: var(--kc-v17-ink) !important;
  font-family: var(--kc-v17-body);
  font-weight: 500;
  letter-spacing: 0;
}

.main-navigation .sub-menu,
.header-navigation .sub-menu,
.mobile-navigation,
.popup-drawer .drawer-inner,
.popup-drawer .drawer-content {
  background: #fffaf4 !important;
  color: var(--kc-v18-ink) !important;
}

.main-navigation .sub-menu a,
.header-navigation .sub-menu a,
.mobile-navigation a,
.popup-drawer .drawer-content a {
  color: var(--kc-v18-ink) !important;
  background: transparent !important;
}

.main-navigation .sub-menu a:hover,
.header-navigation .sub-menu a:hover,
.mobile-navigation a:hover,
.popup-drawer .drawer-content a:hover {
  color: var(--kc-v18-copper-deep) !important;
  background: rgba(168, 117, 96, 0.08) !important;
}

.kc-v17-header-cta {
  direction: rtl;
  background: var(--kc-v17-deep);
  color: #fffaf4;
  font-family: var(--kc-v17-body);
  font-size: 14px;
  letter-spacing: 0;
}

.kc-v17-header-cta__inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 38px;
  margin: 0 auto;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.kc-v17-header-cta a {
  color: #fffaf4 !important;
  text-decoration: none !important;
  font-weight: 700;
}

.kc-v17-home {
  direction: rtl;
  overflow: hidden;
  max-width: none !important;
  margin: 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.94) 0%, rgba(245, 237, 230, 1) 42%, rgba(255, 250, 244, 1) 100%);
  color: var(--kc-v17-ink);
  font-family: var(--kc-v17-body);
  letter-spacing: 0;
}

.kc-v17-home *,
.kc-v17-home *::before,
.kc-v17-home *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.kc-v17-home a {
  color: inherit;
}

.kc-v17-container {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.kc-v17-eyebrow {
  margin: 0 0 12px;
  color: var(--kc-v17-copper-deep);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.kc-v17-home h1,
.kc-v17-home h2,
.kc-v17-home h3 {
  color: var(--kc-v17-ink);
  font-family: var(--kc-v17-display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.kc-v17-home h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(42px, 6.2vw, 78px);
}

.kc-v17-home h2 {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 54px);
}

.kc-v17-home h3 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 30px);
}

.kc-v17-home p {
  color: var(--kc-v17-ink-soft);
  font-size: 18px;
  line-height: 1.85;
}

.kc-v17-lead {
  max-width: 660px;
  margin: 22px 0 0;
  font-size: clamp(20px, 2.2vw, 26px) !important;
  line-height: 1.72 !important;
}

.kc-v17-hero {
  min-height: calc(100vh - 116px);
  padding: clamp(42px, 6vw, 78px) 0 clamp(36px, 5vw, 68px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--kc-v17-line);
}

.kc-v17-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.kc-v17-hero-copy {
  position: relative;
  z-index: 1;
}

.kc-v17-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.kc-v17-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 13px;
  border: 1px solid var(--kc-v17-line);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.72);
  color: var(--kc-v17-ink);
  font-size: 14px;
  font-weight: 700;
}

.kc-v17-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.kc-v17-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--kc-v17-deep);
  border-radius: 6px;
  background: var(--kc-v17-deep);
  color: #fffaf4 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.kc-v17-button:hover {
  transform: translateY(-1px);
  background: #1c302b;
  border-color: #1c302b;
}

.kc-v17-button--light {
  background: rgba(255, 250, 244, 0.75);
  color: var(--kc-v17-deep) !important;
  border-color: rgba(36, 59, 53, 0.28);
}

.kc-v17-portrait-panel {
  position: relative;
  margin: 0;
}

.kc-v17-portrait-frame {
  overflow: hidden;
  position: relative;
  min-height: 650px;
  border-radius: 8px;
  background: var(--kc-v17-blush-tint);
  box-shadow: var(--kc-v17-shadow);
}

.kc-v17-portrait-frame::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 250, 244, 0.72);
  border-radius: 6px;
  z-index: 1;
  pointer-events: none;
}

.kc-v17-portrait-frame img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  display: block;
  object-fit: cover;
  object-position: 50% 18%;
}

.kc-v17-portrait-caption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  padding: 16px 18px;
  border-radius: 6px;
  background: rgba(255, 250, 244, 0.9);
  color: var(--kc-v17-ink);
  font-size: 15px;
  line-height: 1.65;
}

.kc-v17-trust-strip {
  border-top: 1px solid var(--kc-v17-line);
  border-bottom: 1px solid var(--kc-v17-line);
  background: var(--kc-v17-blush-tint);
}

.kc-v17-trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(45, 42, 42, 0.1);
}

.kc-v17-trust-item {
  min-height: 136px;
  padding: 24px;
  background: var(--kc-v17-blush-tint);
}

.kc-v17-trust-item b {
  display: block;
  margin-bottom: 8px;
  color: var(--kc-v17-ink);
  font-family: var(--kc-v17-display);
  font-size: 22px;
  line-height: 1.15;
}

.kc-v17-trust-item span {
  display: block;
  color: var(--kc-v17-ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.kc-v17-section {
  padding: clamp(56px, 8vw, 108px) 0;
}

.kc-v17-section--raised {
  background: var(--kc-v17-canvas-raised);
}

.kc-v17-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.5fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: end;
  margin-bottom: 34px;
}

.kc-v17-section-head p {
  margin: 0;
}

.kc-v17-bento {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.kc-v17-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--kc-v17-line);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.86);
  text-decoration: none !important;
  box-shadow: 0 12px 38px rgba(66, 49, 42, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.kc-v17-card:hover {
  transform: translateY(-2px);
  border-color: rgba(168, 117, 96, 0.45);
  box-shadow: 0 20px 54px rgba(66, 49, 42, 0.1);
}

.kc-v17-card--large {
  grid-column: span 3;
  min-height: 336px;
  background: var(--kc-v17-deep);
}

.kc-v17-card--medium {
  grid-column: span 3;
}

.kc-v17-card--small {
  grid-column: span 2;
}

.kc-v17-card--large h3,
.kc-v17-card--large p,
.kc-v17-card--large span,
.kc-v17-card--large small {
  color: #fffaf4;
}

.kc-v17-card small {
  color: var(--kc-v17-copper-deep);
  font-weight: 800;
  line-height: 1.4;
}

.kc-v17-card p {
  margin: 12px 0 0;
  font-size: 16px;
}

.kc-v17-card span {
  color: var(--kc-v17-copper-deep);
  font-weight: 800;
}

.kc-v17-answer {
  border-block: 1px solid var(--kc-v17-line);
  background: linear-gradient(90deg, var(--kc-v17-blush-tint), rgba(255, 250, 244, 0.88));
}

.kc-v17-answer__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.55fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(44px, 7vw, 86px) 0;
}

.kc-v17-answer-card {
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid rgba(168, 117, 96, 0.28);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.72);
}

.kc-v17-answer-card p:last-child {
  margin-bottom: 0;
}

.kc-v17-answer-media {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(45, 42, 42, 0.1);
  border-radius: 8px;
  background: var(--kc-v17-canvas-raised);
  box-shadow: 0 20px 54px rgba(66, 49, 42, 0.08);
}

.kc-v17-answer-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.kc-v17-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.kc-v17-step {
  padding: 24px;
  border: 1px solid var(--kc-v17-line);
  border-radius: 8px;
  background: var(--kc-v17-canvas-raised);
}

.kc-v17-step b {
  display: block;
  margin-bottom: 12px;
  color: var(--kc-v17-copper);
  font-family: var(--kc-v17-display);
  font-size: 44px;
  font-style: italic;
  line-height: 1;
}

.kc-v17-step span {
  display: block;
  color: var(--kc-v17-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
}

.kc-v17-step p {
  margin: 8px 0 0;
  font-size: 15px;
}

.kc-v17-doctor {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 0.82fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.kc-v17-doctor-image {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--kc-v17-blush-tint);
  box-shadow: var(--kc-v17-shadow);
}

.kc-v17-doctor-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 22%;
}

.kc-v17-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.kc-v17-list li {
  padding: 16px 18px;
  border: 1px solid var(--kc-v17-line);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.72);
  color: var(--kc-v17-ink);
  font-size: 16px;
  line-height: 1.65;
}

.kc-v17-guides {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.kc-v17-guide {
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--kc-v17-line);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.78);
  text-decoration: none !important;
}

.kc-v17-guide b {
  display: block;
  margin-bottom: 10px;
  color: var(--kc-v17-ink);
  font-family: var(--kc-v17-display);
  font-size: 22px;
  line-height: 1.2;
}

.kc-v17-guide span {
  color: var(--kc-v17-ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.kc-v17-local {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: stretch;
}

.kc-v17-local-card {
  min-height: 100%;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--kc-v17-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.93), rgba(235, 223, 212, 0.72)),
    repeating-linear-gradient(90deg, rgba(45, 42, 42, 0.06) 0, rgba(45, 42, 42, 0.06) 1px, transparent 1px, transparent 42px);
}

.kc-v17-local-card p {
  margin-top: 14px;
}

.kc-v17-faq {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.kc-v17-faq details {
  border: 1px solid var(--kc-v17-line);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.86);
}

.kc-v17-faq summary {
  cursor: pointer;
  padding: 18px 22px;
  color: var(--kc-v17-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.kc-v17-faq details p {
  margin: 0;
  padding: 0 22px 20px;
  font-size: 16px;
}

.kc-v17-final {
  padding: clamp(42px, 7vw, 84px) 0;
  background: var(--kc-v17-deep);
  color: #fffaf4;
}

.kc-v17-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(260px, 0.4fr);
  gap: 28px;
  align-items: center;
}

.kc-v17-final h2,
.kc-v17-final p {
  color: #fffaf4;
}

.kc-v17-final p {
  margin-bottom: 0;
}

@media (max-width: 1020px) {
  .kc-v17-hero {
    min-height: auto;
  }

  .kc-v17-hero-grid,
  .kc-v17-answer__inner,
  .kc-v17-doctor,
  .kc-v17-local,
  .kc-v17-final__inner,
  .kc-v17-section-head {
    grid-template-columns: 1fr;
  }

  .kc-v17-portrait-frame,
  .kc-v17-portrait-frame img {
    min-height: 560px;
  }

  .kc-v17-trust-strip__grid,
  .kc-v17-process,
  .kc-v17-guides {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kc-v17-card--large,
  .kc-v17-card--medium,
  .kc-v17-card--small {
    grid-column: span 3;
  }
}

@media (max-width: 720px) {
  .kc-v17-header-cta {
    display: none;
  }

  .site-branding .custom-logo {
    max-height: 72px;
    max-width: 170px;
  }

  .kc-v17-container {
    width: min(100% - 28px, 1180px);
  }

  .kc-v17-hero {
    padding-top: 30px;
  }

  .kc-v17-home h1 {
    font-size: 40px;
  }

  .kc-v17-portrait-frame,
  .kc-v17-portrait-frame img {
    min-height: 450px;
  }

  .kc-v17-portrait-caption {
    position: static;
    border-radius: 0;
  }

  .kc-v17-answer-media {
    display: none;
  }

  .kc-v17-trust-strip__grid,
  .kc-v17-process,
  .kc-v17-guides,
  .kc-v17-list {
    grid-template-columns: 1fr;
  }

  .kc-v17-bento {
    grid-template-columns: 1fr;
  }

  .kc-v17-card,
  .kc-v17-card--large,
  .kc-v17-card--medium,
  .kc-v17-card--small {
    grid-column: auto;
    min-height: 220px;
  }

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

  .kc-v17-button {
    width: 100%;
  }
}

/* V18 correction pass: premium editorial homepage */
:root {
  --kc-v18-canvas: #f5ede6;
  --kc-v18-paper: #fffaf4;
  --kc-v18-paper-soft: #fbf5ee;
  --kc-v18-ink: #2d2a2a;
  --kc-v18-muted: #625b57;
  --kc-v18-line: rgba(45, 42, 42, 0.12);
  --kc-v18-copper: #a87560;
  --kc-v18-copper-deep: #875744;
  --kc-v18-blush: #d9c8bc;
  --kc-v18-sage: #71847d;
  --kc-v18-deep: #263a35;
  --kc-v18-display: "Frank Ruhl Libre", Georgia, "Times New Roman", serif;
  --kc-v18-body: "Rubik", "Heebo", Arial, sans-serif;
  --kc-v18-shadow: 0 26px 76px rgba(66, 49, 42, 0.14);
}

.site-branding .custom-logo {
  max-height: 92px;
  max-width: 228px;
  background: #fff;
  padding: 5px 8px;
}

.kc-v17-header-cta {
  background: #2b3633;
}

.kc-v18-home {
  direction: rtl;
  overflow: hidden;
  max-width: none !important;
  margin: 0 !important;
  background: var(--kc-v18-canvas);
  color: var(--kc-v18-ink);
  font-family: var(--kc-v18-body);
  letter-spacing: 0;
}

.kc-v18-home *,
.kc-v18-home *::before,
.kc-v18-home *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.kc-v18-home a {
  color: inherit;
}

.kc-v18-container {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.kc-v18-eyebrow {
  margin: 0 0 13px;
  color: var(--kc-v18-copper-deep);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.kc-v18-home h1,
.kc-v18-home h2,
.kc-v18-home h3 {
  margin-top: 0;
  color: var(--kc-v18-ink);
  font-family: var(--kc-v18-display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.kc-v18-home h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(44px, 6.4vw, 84px);
}

.kc-v18-home h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.4vw, 58px);
}

.kc-v18-home h3 {
  margin-bottom: 10px;
  font-size: clamp(24px, 2.4vw, 34px);
}

.kc-v18-home p {
  color: var(--kc-v18-muted);
  font-size: 18px;
  line-height: 1.84;
}

.kc-v18-hero {
  position: relative;
  min-height: calc(100vh - 116px);
  padding: clamp(48px, 6vw, 86px) 0 clamp(36px, 5vw, 70px);
  display: flex;
  align-items: center;
  isolation: isolate;
}

.kc-v18-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(245, 237, 230, 0.98) 0%, rgba(245, 237, 230, 0.86) 42%, rgba(245, 237, 230, 0.52) 100%),
    var(--kc-v18-canvas);
}

.kc-v18-hero-bg {
  position: absolute;
  inset: 0 42% 0 0;
  z-index: -3;
  opacity: 0.48;
}

.kc-v18-hero-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kc-v18-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.66fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.kc-v18-lead {
  max-width: 720px;
  margin: 0;
  color: #463e3b !important;
  font-size: clamp(20px, 2.2vw, 27px) !important;
  line-height: 1.72 !important;
}

.kc-v18-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.kc-v18-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(168, 117, 96, 0.22);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.82);
  color: var(--kc-v18-ink);
  font-size: 14px;
  font-weight: 800;
}

.kc-v18-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.kc-v18-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid var(--kc-v18-copper-deep);
  border-radius: 6px;
  background: var(--kc-v18-copper);
  color: #fffaf4 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.kc-v18-button:hover {
  transform: translateY(-1px);
  background: var(--kc-v18-copper-deep);
  border-color: var(--kc-v18-copper-deep);
}

.kc-v18-button--light {
  background: rgba(255, 250, 244, 0.86);
  color: var(--kc-v18-deep) !important;
  border-color: rgba(38, 58, 53, 0.26);
}

.kc-v18-portrait {
  position: relative;
  margin: 0;
}

.kc-v18-portrait::before {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  border: 1px solid rgba(168, 117, 96, 0.22);
  border-radius: 12px;
  background: rgba(255, 250, 244, 0.5);
}

.kc-v18-portrait-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(45, 42, 42, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--kc-v18-shadow);
}

.kc-v18-portrait-frame img {
  width: 100%;
  min-height: 610px;
  display: block;
  object-fit: cover;
  object-position: 50% 18%;
}

.kc-v18-portrait-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 15px 18px;
  border: 1px solid rgba(168, 117, 96, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.91);
  color: #393431;
  font-size: 15px;
  line-height: 1.65;
}

.kc-v18-answer {
  padding: 0 0 clamp(44px, 6vw, 76px);
}

.kc-v18-answer-card {
  margin-top: -22px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(168, 117, 96, 0.32);
  border-radius: 10px;
  background: rgba(255, 250, 244, 0.94);
  box-shadow: 0 16px 48px rgba(66, 49, 42, 0.08);
}

.kc-v18-answer-card h2 {
  max-width: 920px;
  font-size: clamp(30px, 3.4vw, 46px);
}

.kc-v18-answer-card p {
  max-width: 1000px;
  margin-bottom: 0;
}

.kc-v18-authority {
  border-block: 1px solid var(--kc-v18-line);
  background: #eaded3;
}

.kc-v18-authority-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(45, 42, 42, 0.12);
}

.kc-v18-authority-item {
  min-height: 158px;
  padding: 28px 24px;
  background: #eaded3;
}

.kc-v18-authority-item small {
  display: block;
  margin-bottom: 10px;
  color: var(--kc-v18-copper-deep);
  font-weight: 900;
}

.kc-v18-authority-item b {
  display: block;
  color: var(--kc-v18-ink);
  font-family: var(--kc-v18-display);
  font-size: 28px;
  line-height: 1.1;
}

.kc-v18-authority-item span {
  display: block;
  margin-top: 9px;
  color: var(--kc-v18-muted);
  font-size: 15px;
  line-height: 1.7;
}

.kc-v18-section {
  padding: clamp(58px, 8vw, 112px) 0;
  background: var(--kc-v18-paper);
}

.kc-v18-section--canvas {
  background: var(--kc-v18-canvas);
}

.kc-v18-section--deep {
  background: var(--kc-v18-deep);
  color: var(--kc-v18-paper);
}

.kc-v18-section--deep h2,
.kc-v18-section--deep h3,
.kc-v18-section--deep p,
.kc-v18-section--deep .kc-v18-eyebrow {
  color: var(--kc-v18-paper);
}

.kc-v18-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(260px, 0.48fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: end;
  margin-bottom: 36px;
}

.kc-v18-section-head p {
  margin: 0;
}

.kc-v18-bento {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.kc-v18-treatment-card {
  position: relative;
  overflow: hidden;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--kc-v18-line);
  border-radius: 10px;
  background: rgba(255, 250, 244, 0.86);
  text-decoration: none !important;
  box-shadow: 0 12px 38px rgba(66, 49, 42, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.kc-v18-treatment-visual {
  overflow: hidden;
  margin: -10px -10px 18px;
  border: 1px solid rgba(168, 117, 96, 0.16);
  border-radius: 8px;
  background: var(--kc-v18-paper-soft);
}

.kc-v18-treatment-visual img {
  width: 100%;
  aspect-ratio: 4 / 2.55;
  display: block;
  object-fit: cover;
}

.kc-v18-treatment-card:hover {
  transform: translateY(-2px);
  border-color: rgba(168, 117, 96, 0.42);
  box-shadow: 0 22px 56px rgba(66, 49, 42, 0.12);
}

.kc-v18-treatment-card--large {
  grid-column: span 3;
  min-height: 372px;
}

.kc-v18-treatment-card--small {
  grid-column: span 2;
}

.kc-v18-treatment-card--dark {
  background:
    linear-gradient(180deg, rgba(38, 58, 53, 0.94), rgba(38, 58, 53, 0.94)),
    var(--kc-v18-deep);
}

.kc-v18-treatment-card--dark h3,
.kc-v18-treatment-card--dark p,
.kc-v18-treatment-card--dark span,
.kc-v18-treatment-card--dark small {
  color: var(--kc-v18-paper);
}

.kc-v18-treatment-card--dark .kc-v18-treatment-visual {
  border-color: rgba(255, 250, 244, 0.18);
  opacity: 0.9;
}

.kc-v18-treatment-card small {
  display: block;
  margin-bottom: 12px;
  color: var(--kc-v18-copper-deep);
  font-weight: 900;
  line-height: 1.5;
}

.kc-v18-treatment-card p {
  margin: 0;
  font-size: 16px;
}

.kc-v18-treatment-card span {
  margin-top: 22px;
  color: var(--kc-v18-copper-deep);
  font-weight: 900;
}

.kc-v18-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(310px, 0.58fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: stretch;
}

.kc-v18-feature-media {
  overflow: hidden;
  min-height: 420px;
  margin: 0;
  border: 1px solid rgba(45, 42, 42, 0.12);
  border-radius: 12px;
  background: var(--kc-v18-paper-soft);
  box-shadow: 0 20px 58px rgba(66, 49, 42, 0.1);
}

.kc-v18-feature-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kc-v18-feature-panel {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--kc-v18-line);
  border-radius: 12px;
  background: rgba(255, 250, 244, 0.84);
}

.kc-v18-mini-grid,
.kc-v18-guide-grid {
  display: grid;
  gap: 14px;
}

.kc-v18-mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.kc-v18-mini-card,
.kc-v18-guide-card {
  padding: 20px;
  border: 1px solid var(--kc-v18-line);
  border-radius: 10px;
  background: rgba(255, 250, 244, 0.88);
}

.kc-v18-mini-card b,
.kc-v18-guide-card b {
  display: block;
  margin-bottom: 8px;
  color: var(--kc-v18-ink);
  font-weight: 900;
}

.kc-v18-mini-card span,
.kc-v18-guide-card span {
  color: var(--kc-v18-muted);
  font-size: 15px;
  line-height: 1.7;
}

.kc-v18-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.kc-v18-step {
  position: relative;
  min-height: 230px;
  padding: 26px 22px;
  border: 1px solid rgba(255, 250, 244, 0.18);
  border-radius: 10px;
  background: rgba(255, 250, 244, 0.08);
}

.kc-v18-step b {
  display: block;
  margin-bottom: 20px;
  color: #d9c8bc;
  font-family: var(--kc-v18-display);
  font-size: 60px;
  font-style: italic;
  line-height: 0.9;
}

.kc-v18-step span {
  display: block;
  color: var(--kc-v18-paper);
  font-size: 18px;
  font-weight: 900;
}

.kc-v18-step p {
  margin: 9px 0 0;
  color: rgba(255, 250, 244, 0.78);
  font-size: 15px;
}

.kc-v18-doctor-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.58fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.kc-v18-credentials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.kc-v18-credential {
  padding: 18px;
  border: 1px solid var(--kc-v18-line);
  border-radius: 10px;
  background: rgba(255, 250, 244, 0.9);
}

.kc-v18-credential b {
  display: block;
  margin-bottom: 6px;
  color: var(--kc-v18-ink);
  font-weight: 900;
}

.kc-v18-credential span {
  color: var(--kc-v18-muted);
  font-size: 15px;
  line-height: 1.7;
}

.kc-v18-guide-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 0.5fr) minmax(0, 0.9fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: stretch;
}

.kc-v18-guide-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--kc-v18-line);
  border-radius: 12px;
  background: var(--kc-v18-paper-soft);
}

.kc-v18-guide-visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
}

.kc-v18-guide-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kc-v18-guide-card {
  display: block;
  min-height: 164px;
  text-decoration: none !important;
}

.kc-v18-local {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.58fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.kc-v18-local-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--kc-v18-line);
  border-radius: 12px;
  background: var(--kc-v18-paper-soft);
  box-shadow: 0 18px 52px rgba(66, 49, 42, 0.08);
}

.kc-v18-local-visual img {
  width: 100%;
  display: block;
}

.kc-v18-local-card {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--kc-v18-line);
  border-radius: 10px;
  background: rgba(255, 250, 244, 0.88);
}

.kc-v18-gallery {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(310px, 0.58fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.kc-v18-gallery-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--kc-v18-line);
  border-radius: 12px;
  background: var(--kc-v18-paper-soft);
  box-shadow: 0 18px 52px rgba(66, 49, 42, 0.08);
}

.kc-v18-gallery-visual img {
  width: 100%;
  display: block;
}

.kc-v18-faq {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.kc-v18-faq details {
  border: 1px solid var(--kc-v18-line);
  border-radius: 10px;
  background: rgba(255, 250, 244, 0.9);
}

.kc-v18-faq summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--kc-v18-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.kc-v18-faq details p {
  margin: 0;
  padding: 0 24px 22px;
  font-size: 16px;
}

.kc-v18-final {
  padding: clamp(46px, 7vw, 86px) 0;
  background:
    linear-gradient(90deg, rgba(38, 58, 53, 0.96), rgba(38, 58, 53, 0.92)),
    var(--kc-v18-deep);
  color: var(--kc-v18-paper);
}

.kc-v18-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.42fr);
  gap: 28px;
  align-items: center;
}

.kc-v18-final h2,
.kc-v18-final p {
  color: var(--kc-v18-paper);
}

.kc-v18-final .kc-v18-button--light {
  background: transparent;
  color: var(--kc-v18-paper) !important;
  border-color: rgba(255, 250, 244, 0.44);
}

@media (max-width: 1040px) {
  .kc-v18-hero {
    min-height: auto;
  }

  .kc-v18-hero-grid,
  .kc-v18-feature,
  .kc-v18-doctor-grid,
  .kc-v18-gallery,
  .kc-v18-guide-wrap,
  .kc-v18-local,
  .kc-v18-final-grid,
  .kc-v18-section-head {
    grid-template-columns: 1fr;
  }

  .kc-v18-hero-bg {
    inset: 0;
    opacity: 0.18;
  }

  .kc-v18-authority-grid,
  .kc-v18-process,
  .kc-v18-mini-grid,
  .kc-v18-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kc-v18-treatment-card--large,
  .kc-v18-treatment-card--small {
    grid-column: span 3;
  }
}

@media (max-width: 720px) {
  .kc-v18-container {
    width: min(100% - 28px, 1240px);
  }

  .kc-v18-home h1 {
    font-size: 40px;
  }

  .kc-v18-hero {
    padding-top: 32px;
  }

  .kc-v18-portrait-frame img {
    min-height: 470px;
  }

  .kc-v18-portrait-caption {
    position: static;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0;
  }

  .kc-v18-answer-card {
    margin-top: 0;
  }

  .kc-v18-bento,
  .kc-v18-authority-grid,
  .kc-v18-process,
  .kc-v18-mini-grid,
  .kc-v18-guide-grid,
  .kc-v18-credentials {
    grid-template-columns: 1fr;
  }

  .kc-v18-treatment-card,
  .kc-v18-treatment-card--large,
  .kc-v18-treatment-card--small {
    grid-column: auto;
    min-height: 230px;
  }

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

  .kc-v18-button {
    width: 100%;
  }
}

/* Clinical thumbnail homepage system */
:root {
  --kc-v20-canvas: #f5ede6;
  --kc-v20-paper: #fffaf7;
  --kc-v20-white: #fffdf9;
  --kc-v20-ink: #2d2a2a;
  --kc-v20-soft: #625b57;
  --kc-v20-muted: #817772;
  --kc-v20-copper: #a87560;
  --kc-v20-copper-dark: #865846;
  --kc-v20-blush: #d9c8bc;
  --kc-v20-sage: #6f837b;
  --kc-v20-deep: #243631;
  --kc-v20-line: rgba(45, 42, 42, 0.12);
  --kc-v20-line-strong: rgba(45, 42, 42, 0.2);
  --kc-v20-shadow: 0 22px 60px rgba(67, 48, 40, 0.1);
  --kc-v20-display: Georgia, "Times New Roman", "Noto Serif Hebrew", serif;
  --kc-v20-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body {
  background: var(--kc-v20-canvas);
}

.site-header,
.main-header-bar-wrap,
.site-main-header-wrap {
  background: rgba(255, 253, 249, 0.98) !important;
  border-bottom: 1px solid var(--kc-v20-line);
}

.site-branding .custom-logo {
  max-height: 82px;
  max-width: 218px;
  padding: 5px 8px;
  background: #fff;
  filter: grayscale(1) contrast(1.08);
  image-rendering: auto;
}

.main-navigation a,
.header-navigation a,
.mobile-navigation a {
  color: var(--kc-v20-ink) !important;
  font-family: var(--kc-v20-body);
  letter-spacing: 0;
}

.main-navigation .sub-menu,
.header-navigation .sub-menu,
.mobile-navigation,
.popup-drawer .drawer-inner,
.popup-drawer .drawer-content {
  background: var(--kc-v20-paper) !important;
  color: var(--kc-v20-ink) !important;
}

.main-navigation .sub-menu a,
.header-navigation .sub-menu a,
.mobile-navigation a,
.popup-drawer .drawer-content a {
  color: var(--kc-v20-ink) !important;
  background: transparent !important;
}

.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu a:focus,
.header-navigation .sub-menu a:hover,
.header-navigation .sub-menu a:focus,
.mobile-navigation a:hover,
.mobile-navigation a:focus,
.popup-drawer .drawer-content a:hover,
.popup-drawer .drawer-content a:focus {
  color: var(--kc-v20-copper-dark) !important;
  background: rgba(168, 117, 96, 0.1) !important;
}

.kc-v20-home,
.kc-v20-page {
  direction: rtl;
  max-width: none !important;
  margin: 0 !important;
  overflow: hidden;
  background: var(--kc-v20-canvas);
  color: var(--kc-v20-ink);
  font-family: var(--kc-v20-body);
  letter-spacing: 0;
}

.kc-v20-home *,
.kc-v20-home *::before,
.kc-v20-home *::after,
.kc-v20-page *,
.kc-v20-page *::before,
.kc-v20-page *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.kc-v20-home img,
.kc-v20-page img {
  max-width: 100%;
  height: auto;
}

.kc-v20-container {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.kc-v20-eyebrow {
  margin: 0 0 12px;
  color: var(--kc-v20-copper-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.kc-v20-home h1,
.kc-v20-home h2,
.kc-v20-home h3,
.kc-v20-page h1,
.kc-v20-page h2,
.kc-v20-page h3 {
  margin-top: 0;
  color: var(--kc-v20-ink);
  font-family: var(--kc-v20-display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.kc-v20-home h1,
.kc-v20-page h1 {
  margin-bottom: 20px;
  font-size: clamp(40px, 5.5vw, 72px);
}

.kc-v20-home h2,
.kc-v20-page h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4.2vw, 56px);
}

.kc-v20-home h3,
.kc-v20-page h3 {
  margin-bottom: 10px;
  font-size: clamp(23px, 2.3vw, 32px);
}

.kc-v20-home p,
.kc-v20-page p,
.kc-v20-home li,
.kc-v20-page li {
  color: var(--kc-v20-soft);
  font-size: 18px;
  line-height: 1.84;
}

.kc-v20-link,
.kc-v20-home a:not(.kc-v20-button),
.kc-v20-page a:not(.kc-v20-button) {
  color: var(--kc-v20-copper-dark);
  text-decoration: none;
  font-weight: 800;
}

.kc-v20-link:hover,
.kc-v20-home a:not(.kc-v20-button):hover,
.kc-v20-page a:not(.kc-v20-button):hover {
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.kc-v20-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid var(--kc-v20-deep);
  border-radius: 6px;
  background: var(--kc-v20-deep);
  color: var(--kc-v20-paper) !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.kc-v20-button:hover,
.kc-v20-button:focus-visible {
  transform: translateY(-1px);
  background: #172622;
  border-color: #172622;
}

.kc-v20-button--light {
  background: rgba(255, 253, 249, 0.88);
  color: var(--kc-v20-deep) !important;
  border-color: rgba(36, 54, 49, 0.3);
}

.kc-v20-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.kc-v20-hero {
  min-height: calc(100vh - 118px);
  display: flex;
  align-items: center;
  padding: clamp(48px, 7vw, 94px) 0 clamp(40px, 6vw, 80px);
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 253, 249, 0.96) 0, rgba(255, 253, 249, 0.55) 34%, rgba(255, 253, 249, 0) 62%),
    linear-gradient(180deg, #fffaf7 0%, var(--kc-v20-canvas) 100%);
  border-bottom: 1px solid var(--kc-v20-line);
}

.kc-v20-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.68fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.kc-v20-lead {
  max-width: 760px;
  margin: 0;
  color: #453d39 !important;
  font-size: clamp(20px, 2.1vw, 26px) !important;
  line-height: 1.74 !important;
}

.kc-v20-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.kc-v20-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(168, 117, 96, 0.24);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.78);
  color: var(--kc-v20-ink);
  font-size: 14px;
  font-weight: 800;
}

.kc-v20-portrait {
  position: relative;
  margin: 0;
}

.kc-v20-portrait::before {
  content: "";
  position: absolute;
  inset: 24px -20px -24px 20px;
  z-index: 0;
  border: 1px solid rgba(168, 117, 96, 0.22);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.58);
}

.kc-v20-portrait-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid var(--kc-v20-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--kc-v20-shadow);
}

.kc-v20-portrait-frame img {
  width: 100%;
  min-height: 620px;
  display: block;
  object-fit: cover;
  object-position: 50% 17%;
}

.kc-v20-portrait-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 15px 18px;
  border: 1px solid rgba(168, 117, 96, 0.2);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.92);
  color: #393431;
  font-size: 15px;
  line-height: 1.65;
}

.kc-v20-section {
  padding: clamp(58px, 8vw, 112px) 0;
  background: var(--kc-v20-paper);
}

.kc-v20-section--canvas {
  background: var(--kc-v20-canvas);
}

.kc-v20-section--deep {
  background: var(--kc-v20-deep);
  color: var(--kc-v20-paper);
}

.kc-v20-section--deep h2,
.kc-v20-section--deep h3,
.kc-v20-section--deep p,
.kc-v20-section--deep li,
.kc-v20-section--deep .kc-v20-eyebrow {
  color: var(--kc-v20-paper);
}

.kc-v20-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.48fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-bottom: 36px;
}

.kc-v20-section-head p {
  margin: 0;
}

.kc-v20-answer-card {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(168, 117, 96, 0.28);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.93);
  box-shadow: 0 16px 46px rgba(67, 48, 40, 0.08);
}

.kc-v20-answer-card p {
  max-width: 1040px;
  margin-bottom: 0;
}

.kc-v20-authority-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(45, 42, 42, 0.12);
  border: 1px solid rgba(45, 42, 42, 0.1);
}

.kc-v20-authority-item {
  min-height: 160px;
  padding: 28px 24px;
  background: #eaded3;
}

.kc-v20-authority-item small {
  display: block;
  margin-bottom: 10px;
  color: var(--kc-v20-copper-dark);
  font-weight: 900;
}

.kc-v20-authority-item b {
  display: block;
  color: var(--kc-v20-ink);
  font-family: var(--kc-v20-display);
  font-size: 28px;
  line-height: 1.1;
}

.kc-v20-authority-item span {
  display: block;
  margin-top: 9px;
  color: var(--kc-v20-soft);
  font-size: 15px;
  line-height: 1.7;
}

.kc-v20-bento {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.kc-v20-treatment-card {
  position: relative;
  overflow: hidden;
  min-height: 318px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(20px, 2.6vw, 30px);
  border: 1px solid var(--kc-v20-line);
  border-radius: 12px;
  background: rgba(255, 253, 249, 0.9);
  text-decoration: none !important;
  box-shadow: 0 12px 34px rgba(67, 48, 40, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.kc-v20-treatment-card:hover,
.kc-v20-treatment-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(168, 117, 96, 0.44);
  box-shadow: 0 20px 52px rgba(67, 48, 40, 0.12);
}

.kc-v20-treatment-card--large {
  grid-column: span 3;
  min-height: 418px;
}

.kc-v20-treatment-card--small {
  grid-column: span 2;
}

.kc-v20-treatment-card--dark {
  background: var(--kc-v20-deep);
  border-color: rgba(255, 253, 249, 0.18);
}

.kc-v20-treatment-card--dark h3,
.kc-v20-treatment-card--dark p,
.kc-v20-treatment-card--dark span,
.kc-v20-treatment-card--dark small {
  color: var(--kc-v20-paper);
}

.kc-v20-treatment-card--dark small,
.kc-v20-treatment-card--dark > span {
  color: #fffdf9 !important;
}

.kc-v20-treatment-visual {
  overflow: hidden;
  margin: -8px -8px 18px;
  border: 1px solid rgba(168, 117, 96, 0.18);
  border-radius: 10px;
  background: var(--kc-v20-white);
}

.kc-v20-treatment-visual img {
  width: 100%;
  aspect-ratio: 4 / 2.55;
  display: block;
  object-fit: cover;
}

.kc-v20-treatment-card small {
  display: block;
  margin-bottom: 12px;
  color: var(--kc-v20-copper-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
}

.kc-v20-treatment-card p {
  margin: 0;
  font-size: 16px;
}

.kc-v20-treatment-card span {
  display: block;
  margin-top: 22px;
  color: var(--kc-v20-copper-dark);
  font-weight: 900;
}

.kc-v20-feature,
.kc-v20-local,
.kc-v20-guide-wrap,
.kc-v20-final-grid,
.kc-v20-page-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(310px, 0.58fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.kc-v20-visual-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--kc-v20-line);
  border-radius: 14px;
  background: var(--kc-v20-white);
  box-shadow: 0 18px 50px rgba(67, 48, 40, 0.08);
}

.kc-v20-visual-frame img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.kc-v20-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.kc-v20-mini-card,
.kc-v20-guide-card,
.kc-v20-page-card {
  padding: 20px;
  border: 1px solid var(--kc-v20-line);
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.9);
}

.kc-v20-mini-card b,
.kc-v20-guide-card b,
.kc-v20-page-card b {
  display: block;
  margin-bottom: 8px;
  color: var(--kc-v20-ink);
  font-weight: 900;
}

.kc-v20-mini-card span,
.kc-v20-guide-card span,
.kc-v20-page-card span {
  color: var(--kc-v20-soft);
  font-size: 15px;
  line-height: 1.7;
}

.kc-v20-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.kc-v20-step {
  min-height: 232px;
  padding: 26px 22px;
  border: 1px solid rgba(255, 253, 249, 0.18);
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.08);
}

.kc-v20-step b {
  display: block;
  margin-bottom: 20px;
  color: #d9c8bc;
  font-family: var(--kc-v20-display);
  font-size: 60px;
  font-style: italic;
  line-height: 0.9;
}

.kc-v20-step span {
  display: block;
  color: var(--kc-v20-paper);
  font-size: 18px;
  font-weight: 900;
}

.kc-v20-step p {
  margin: 9px 0 0;
  color: rgba(255, 253, 249, 0.78);
  font-size: 15px;
}

.kc-v20-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.kc-v20-guide-card,
.kc-v20-page-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 150px;
  text-decoration: none !important;
}

.kc-v20-guide-thumb {
  overflow: hidden;
  border: 1px solid rgba(168, 117, 96, 0.18);
  border-radius: 8px;
  background: var(--kc-v20-white);
}

.kc-v20-guide-thumb img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
}

.kc-v20-local-card {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--kc-v20-line);
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.9);
}

.kc-v20-faq {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.kc-v20-faq details {
  border: 1px solid var(--kc-v20-line);
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.92);
}

.kc-v20-faq summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--kc-v20-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.kc-v20-faq details p {
  margin: 0;
  padding: 0 24px 22px;
  font-size: 16px;
}

.kc-v20-final {
  padding: clamp(46px, 7vw, 86px) 0;
  background: var(--kc-v20-deep);
  color: var(--kc-v20-paper);
}

.kc-v20-final h2,
.kc-v20-final p {
  color: var(--kc-v20-paper);
}

.kc-v20-page-hero {
  padding: clamp(48px, 7vw, 86px) 0 clamp(38px, 6vw, 70px);
  background: linear-gradient(180deg, #fffaf7 0%, var(--kc-v20-canvas) 100%);
  border-bottom: 1px solid var(--kc-v20-line);
}

.kc-v20-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 1040px) {
  .kc-v20-hero {
    min-height: auto;
  }

  .kc-v20-hero-grid,
  .kc-v20-feature,
  .kc-v20-local,
  .kc-v20-guide-wrap,
  .kc-v20-final-grid,
  .kc-v20-section-head,
  .kc-v20-page-split {
    grid-template-columns: 1fr;
  }

  .kc-v20-authority-grid,
  .kc-v20-process,
  .kc-v20-mini-grid,
  .kc-v20-guide-grid,
  .kc-v20-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kc-v20-treatment-card--large,
  .kc-v20-treatment-card--small {
    grid-column: span 3;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 76px;
  }

  .kc-v17-header-cta {
    display: none;
  }

  .site-branding .custom-logo {
    max-height: 68px;
    max-width: 168px;
  }

  .kc-v20-container {
    width: min(100% - 28px, 1240px);
  }

  .kc-v20-home h1,
  .kc-v20-page h1 {
    font-size: 39px;
  }

  .kc-v20-hero {
    padding-top: 34px;
  }

  .kc-v20-portrait-frame img {
    min-height: 470px;
  }

  .kc-v20-portrait-caption {
    position: static;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0;
  }

  .kc-v20-bento,
  .kc-v20-authority-grid,
  .kc-v20-process,
  .kc-v20-mini-grid,
  .kc-v20-guide-grid,
  .kc-v20-page-grid {
    grid-template-columns: 1fr;
  }

  .kc-v20-treatment-card,
  .kc-v20-treatment-card--large,
  .kc-v20-treatment-card--small {
    grid-column: auto;
    min-height: 250px;
  }

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

  .kc-v20-button {
    width: 100%;
  }

  .kc-v20-guide-card,
  .kc-v20-page-card {
    grid-template-columns: 88px minmax(0, 1fr);
    min-height: 132px;
  }
}

/* V26 width, photographic asset, and Kadence shell corrections */
.home .content-container.site-container,
.page-id-10 .content-container.site-container,
.page-id-11 .content-container.site-container,
.page-id-12 .content-container.site-container,
.page-id-18 .content-container.site-container,
.page-id-19 .content-container.site-container {
  max-width: none !important;
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.home .content-area,
.page-id-10 .content-area,
.page-id-11 .content-area,
.page-id-12 .content-area,
.page-id-18 .content-area,
.page-id-19 .content-area {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.home article.entry,
.page-id-10 article.entry,
.page-id-11 article.entry,
.page-id-12 article.entry,
.page-id-18 article.entry,
.page-id-19 article.entry {
  background: transparent !important;
  box-shadow: none !important;
}

.home .entry-content-wrap,
.page-id-10 .entry-content-wrap,
.page-id-11 .entry-content-wrap,
.page-id-12 .entry-content-wrap,
.page-id-18 .entry-content-wrap,
.page-id-19 .entry-content-wrap {
  padding: 0 !important;
}

.home .entry-content,
.page-id-10 .entry-content,
.page-id-11 .entry-content,
.page-id-12 .entry-content,
.page-id-18 .entry-content,
.page-id-19 .entry-content {
  width: 100% !important;
}

.kc-v20-container {
  width: min(1360px, calc(100% - 56px));
}

.kc-v20-hero {
  min-height: min(780px, calc(100vh - 118px));
  padding: clamp(58px, 7vw, 104px) 0 clamp(48px, 6vw, 88px);
}

.kc-v20-hero-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.92fr);
  gap: clamp(42px, 6vw, 96px);
}

.kc-v20-portrait-frame img {
  aspect-ratio: 4 / 5;
  min-height: 660px;
}

.kc-v20-treatment-visual {
  margin: -12px -12px 20px;
}

.kc-v20-treatment-visual img {
  aspect-ratio: 4 / 2.6;
}

.kc-v20-visual-frame img {
  aspect-ratio: 4 / 3;
}

.kc-v20-guide-thumb img {
  aspect-ratio: 1;
}

.kc-v20-treatment-card--large {
  min-height: 470px;
}

.kc-v20-treatment-card--small {
  min-height: 360px;
}

@media (max-width: 720px) {
  .kc-v20-container {
    width: min(100% - 28px, 1360px);
  }

  .kc-v20-hero {
    min-height: auto;
  }

  .kc-v20-portrait-frame img {
    min-height: 500px;
  }
}

/* V27 responsive clinical image art direction */
.kc-v20-home,
.kc-v20-page {
  width: 100% !important;
}

.home article.entry,
.page-id-10 article.entry,
.page-id-11 article.entry,
.page-id-12 article.entry,
.page-id-18 article.entry,
.page-id-19 article.entry {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.kc-v20-portrait-frame,
.kc-v20-treatment-visual,
.kc-v20-visual-frame,
.kc-v20-guide-thumb {
  position: relative;
}

.kc-v20-portrait-frame picture,
.kc-v20-treatment-visual picture,
.kc-v20-visual-frame picture,
.kc-v20-guide-thumb picture {
  display: block;
  width: 100%;
  height: 100%;
}

.kc-v20-portrait-frame img,
.kc-v20-treatment-visual img,
.kc-v20-visual-frame img,
.kc-v20-guide-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.kc-v20-portrait-frame {
  aspect-ratio: 4 / 5;
}

.kc-v20-portrait-frame img {
  min-height: 0;
  object-position: 50% 42%;
}

.kc-v20-treatment-visual {
  aspect-ratio: 4 / 3;
}

.kc-v20-treatment-visual img {
  aspect-ratio: auto;
}

.kc-v20-visual-frame {
  aspect-ratio: 4 / 3;
}

.kc-v20-guide-thumb {
  aspect-ratio: 1;
}

.kc-v20-treatment-visual--breast img,
.kc-v20-guide-thumb--breast img {
  object-position: 58% 50%;
}

.kc-v20-treatment-visual--body img,
.kc-v20-guide-thumb--body img,
.kc-v20-treatment-visual--body-secondary img,
.kc-v20-guide-thumb--body-secondary img {
  object-position: 48% 52%;
}

.kc-v20-treatment-visual--face img,
.kc-v20-guide-thumb--face img,
.kc-v20-treatment-visual--aesthetic img,
.kc-v20-guide-thumb--aesthetic img,
.kc-v20-treatment-visual--lips img,
.kc-v20-guide-thumb--lips img {
  object-position: 50% 50%;
}

.kc-v20-treatment-visual--gender img,
.kc-v20-guide-thumb--gender img,
.kc-v20-treatment-visual--intimate img,
.kc-v20-guide-thumb--intimate img {
  object-position: 52% 50%;
}

@media (max-width: 1040px) {
  .kc-v20-hero-grid,
  .kc-v20-feature,
  .kc-v20-local,
  .kc-v20-guide-wrap,
  .kc-v20-final-grid,
  .kc-v20-section-head,
  .kc-v20-page-split {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .kc-v20-hero-grid > *,
  .kc-v20-feature > *,
  .kc-v20-local > *,
  .kc-v20-guide-wrap > *,
  .kc-v20-final-grid > *,
  .kc-v20-section-head > *,
  .kc-v20-page-split > * {
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .kc-v20-home,
  .kc-v20-page {
    overflow-x: clip;
  }

  .kc-v20-hero {
    padding-top: 24px;
    padding-bottom: 34px;
  }

  .kc-v20-hero-grid {
    gap: 18px;
  }

  .kc-v20-hero-copy {
    display: contents;
  }

  .kc-v20-hero-copy .kc-v20-eyebrow {
    order: 1;
    margin-bottom: 4px;
  }

  .kc-v20-hero-copy h1 {
    order: 2;
    margin-bottom: 12px;
    font-size: 34px !important;
    line-height: 1.15 !important;
  }

  .kc-v20-hero-copy .kc-v20-lead {
    order: 3;
    font-size: 18px !important;
    line-height: 1.62 !important;
  }

  .kc-v20-hero .kc-v20-portrait {
    order: 4;
    margin-top: 4px;
  }

  .kc-v20-hero .kc-v20-portrait::before {
    inset: 14px -8px -14px 8px;
    border-radius: 12px;
  }

  .kc-v20-hero .kc-v20-portrait-frame {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
  }

  .kc-v20-hero .kc-v20-portrait-frame img {
    object-position: 50% 33%;
  }

  .kc-v20-hero .kc-v20-portrait-caption {
    font-size: 13px;
    line-height: 1.55;
    padding: 12px 14px;
  }

  .kc-v20-hero-copy .kc-v20-proof-row {
    order: 5;
    margin-top: 10px;
    gap: 8px;
  }

  .kc-v20-hero-copy .kc-v20-chip {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 13px;
  }

  .kc-v20-hero-copy .kc-v20-actions {
    order: 6;
    margin-top: 14px;
  }

  .kc-v20-hero-grid,
  .kc-v20-feature,
  .kc-v20-local,
  .kc-v20-guide-wrap,
  .kc-v20-final-grid,
  .kc-v20-page-split {
    gap: 24px;
  }

  .kc-v20-portrait-frame,
  .kc-v20-treatment-visual,
  .kc-v20-visual-frame {
    aspect-ratio: 4 / 5;
  }

  .kc-v20-treatment-visual {
    margin: -8px -8px 18px;
  }

  .kc-v20-treatment-card,
  .kc-v20-treatment-card--large,
  .kc-v20-treatment-card--small {
    min-height: auto;
    padding: 18px;
  }

  .kc-v20-treatment-visual--breast img,
  .kc-v20-guide-thumb--breast img {
    object-position: 58% 50%;
  }

  .kc-v20-treatment-visual--body img,
  .kc-v20-treatment-visual--body-secondary img {
    object-position: 48% 52%;
  }

  .kc-v20-treatment-visual--profile img,
  .kc-v20-portrait-frame img {
    object-position: 50% 42%;
  }

  .kc-v20-guide-card,
  .kc-v20-page-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .kc-v20-guide-thumb {
    width: 96px;
    min-width: 96px;
  }
}

/* V32 mobile composition and responsive image hardening */
@media (max-width: 720px) {
  .kc-v20-home,
  .kc-v20-page {
    overflow-x: hidden !important;
  }

  .kc-v20-container {
    width: min(100% - 24px, 1240px) !important;
  }

  .kc-v20-hero {
    padding-top: 22px !important;
    padding-bottom: 30px !important;
  }

  .kc-v20-hero-grid,
  .kc-v20-feature,
  .kc-v20-local,
  .kc-v20-guide-wrap,
  .kc-v20-final-grid,
  .kc-v20-page-split {
    gap: 20px !important;
  }

  .kc-v20-section {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .kc-v20-section-head {
    gap: 12px !important;
    margin-bottom: 22px !important;
  }

  .kc-v20-home h1,
  .kc-v20-page h1,
  .kc-v20-hero-copy h1 {
    font-size: clamp(30px, 8.8vw, 35px) !important;
    line-height: 1.18 !important;
  }

  .kc-v20-home h2,
  .kc-v20-page h2 {
    font-size: clamp(27px, 7.6vw, 34px) !important;
    line-height: 1.16 !important;
  }

  .kc-v20-home h3,
  .kc-v20-page h3 {
    font-size: clamp(21px, 6vw, 25px) !important;
    line-height: 1.22 !important;
  }

  .kc-v20-home p,
  .kc-v20-page p,
  .kc-v20-home li,
  .kc-v20-page li {
    font-size: 16px !important;
    line-height: 1.72 !important;
  }

  .kc-v20-eyebrow {
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin-bottom: 8px !important;
  }

  .kc-v20-lead,
  .kc-v20-hero-copy .kc-v20-lead {
    font-size: 17px !important;
    line-height: 1.58 !important;
  }

  .kc-v20-proof-row {
    gap: 8px !important;
    margin-top: 14px !important;
  }

  .kc-v20-chip {
    min-height: 34px !important;
    padding: 7px 10px !important;
    font-size: 13px !important;
  }

  .kc-v20-portrait::before {
    display: none !important;
  }

  .kc-v20-portrait-frame,
  .kc-v20-treatment-visual,
  .kc-v20-visual-frame,
  .kc-v20-guide-thumb {
    max-width: 100% !important;
  }

  .kc-v20-portrait-frame picture,
  .kc-v20-treatment-visual picture,
  .kc-v20-visual-frame picture,
  .kc-v20-guide-thumb picture,
  .kc-v20-portrait-frame img,
  .kc-v20-treatment-visual img,
  .kc-v20-visual-frame img,
  .kc-v20-guide-thumb img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }

  .kc-v20-hero .kc-v20-portrait-frame {
    aspect-ratio: 4 / 3 !important;
    max-height: 292px !important;
    border-radius: 12px !important;
  }

  .kc-v20-page .kc-v20-portrait-frame {
    aspect-ratio: 4 / 5 !important;
    max-height: 520px !important;
  }

  .kc-v20-visual-frame {
    aspect-ratio: 16 / 11 !important;
    max-height: 292px !important;
  }

  .kc-v20-treatment-visual {
    aspect-ratio: 16 / 10 !important;
    margin: -6px -6px 14px !important;
  }

  .kc-v20-guide-thumb {
    width: 82px !important;
    min-width: 82px !important;
    aspect-ratio: 1 !important;
  }

  .kc-v20-treatment-card,
  .kc-v20-treatment-card--large,
  .kc-v20-treatment-card--small {
    min-height: auto !important;
    padding: 14px !important;
  }

  .kc-v20-treatment-card small {
    margin-bottom: 8px !important;
  }

  .kc-v20-treatment-card span {
    margin-top: 14px !important;
  }

  .kc-v20-guide-card,
  .kc-v20-page-card {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 12px !important;
    min-height: auto !important;
    padding: 12px !important;
  }

  .kc-v20-mini-grid,
  .kc-v20-guide-grid,
  .kc-v20-page-grid,
  .kc-v20-authority-grid,
  .kc-v20-process,
  .kc-v20-bento {
    gap: 12px !important;
  }

  .kc-v20-step {
    min-height: auto !important;
  }

  .kc-v20-final {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
}

@media (max-width: 360px) {
  .kc-v20-container {
    width: min(100% - 20px, 1240px) !important;
  }

  .kc-v20-home h1,
  .kc-v20-page h1,
  .kc-v20-hero-copy h1 {
    font-size: 30px !important;
  }

  .kc-v20-chip {
    padding-right: 9px !important;
    padding-left: 9px !important;
    font-size: 12px !important;
  }

  .kc-v20-button {
    min-height: 48px !important;
    font-size: 15px !important;
  }

  .kc-v20-guide-card,
  .kc-v20-page-card {
    grid-template-columns: 72px minmax(0, 1fr) !important;
  }

  .kc-v20-guide-thumb {
    width: 72px !important;
    min-width: 72px !important;
  }
}

/* V33 tablet breakpoint, prevents desktop-height portrait on small tablets */
@media (min-width: 721px) and (max-width: 1040px) {
  .kc-v20-hero {
    min-height: auto !important;
    padding-top: 44px !important;
    padding-bottom: 48px !important;
  }

  .kc-v20-hero-grid {
    gap: 28px !important;
  }

  .kc-v20-hero .kc-v20-portrait-frame {
    aspect-ratio: 16 / 10 !important;
    max-height: 430px !important;
  }

  .kc-v20-hero .kc-v20-portrait-frame img {
    min-height: 0 !important;
    height: 100% !important;
    object-position: 50% 34% !important;
  }

  .kc-v20-visual-frame {
    aspect-ratio: 16 / 10 !important;
    max-height: 440px !important;
  }

  .kc-v20-visual-frame img,
  .kc-v20-treatment-visual img {
    min-height: 0 !important;
    height: 100% !important;
  }

  .kc-v20-treatment-visual {
    aspect-ratio: 16 / 10 !important;
  }
}

/* V34 phone-first composition hardening */
@media (max-width: 720px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .site-header,
  .site-main-header-wrap,
  .site-main-header-inner-wrap,
  .main-header-bar-wrap {
    min-height: 66px !important;
  }

  .site-branding {
    min-width: 118px !important;
  }

  .site-branding .custom-logo {
    max-height: 58px !important;
    max-width: 142px !important;
    padding: 3px 5px !important;
  }

  .mobile-toggle-open-container .menu-toggle-open,
  .menu-toggle-open.drawer-toggle {
    min-width: 44px !important;
    min-height: 44px !important;
  }

  .kc-v20-container {
    width: calc(100% - 28px) !important;
  }

  .kc-v20-hero {
    padding-top: 20px !important;
    padding-bottom: 28px !important;
  }

  .kc-v20-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  .kc-v20-hero-copy {
    display: contents !important;
  }

  .kc-v20-hero-copy .kc-v20-eyebrow {
    order: 1 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }

  .kc-v20-hero-copy h1 {
    order: 2 !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    font-size: clamp(28px, 8.2vw, 33px) !important;
    line-height: 1.14 !important;
    text-align: center !important;
  }

  .kc-v20-hero-copy .kc-v20-lead {
    order: 3 !important;
    max-width: 100% !important;
    margin: 12px auto 0 !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
    text-align: center !important;
  }

  .kc-v20-hero-copy .kc-v20-actions {
    order: 4 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin-top: 12px !important;
  }

  .kc-v20-hero .kc-v20-portrait {
    order: 5 !important;
    margin-top: 2px !important;
  }

  .kc-v20-hero .kc-v20-portrait-frame {
    aspect-ratio: 16 / 10 !important;
    max-height: 235px !important;
    border-radius: 12px !important;
  }

  .kc-v20-hero .kc-v20-portrait-frame img {
    object-position: 50% 31% !important;
  }

  .kc-v20-hero .kc-v20-portrait-caption {
    display: none !important;
  }

  .kc-v20-hero-copy .kc-v20-proof-row {
    order: 6 !important;
    justify-content: center !important;
    margin-top: 6px !important;
  }

  .kc-v20-chip {
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .kc-v20-button {
    width: 100% !important;
    min-height: 48px !important;
    padding: 11px 14px !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  .kc-v20-section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .kc-v20-section-head {
    display: block !important;
  }

  .kc-v20-home h2,
  .kc-v20-page h2 {
    font-size: clamp(25px, 7.3vw, 31px) !important;
  }

  .kc-v20-treatment-card,
  .kc-v20-treatment-card--large,
  .kc-v20-treatment-card--small {
    padding: 13px !important;
  }

  .kc-v20-treatment-visual {
    aspect-ratio: 16 / 9.5 !important;
    margin: -5px -5px 12px !important;
  }

  .kc-v20-visual-frame {
    aspect-ratio: 16 / 10 !important;
    max-height: 245px !important;
  }

  .kc-v20-guide-card,
  .kc-v20-page-card {
    grid-template-columns: 76px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 11px !important;
  }

  .kc-v20-guide-thumb {
    width: 76px !important;
    min-width: 76px !important;
  }

  .kc-global-footer {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
}

@media (max-width: 360px) {
  .kc-v20-container {
    width: calc(100% - 22px) !important;
  }

  .site-branding .custom-logo {
    max-height: 52px !important;
    max-width: 128px !important;
  }

  .kc-v20-hero-copy h1 {
    font-size: 27px !important;
  }

  .kc-v20-hero .kc-v20-portrait-frame {
    max-height: 212px !important;
  }

  .kc-v20-treatment-visual {
    aspect-ratio: 16 / 9.2 !important;
  }

  .kc-v20-guide-card,
  .kc-v20-page-card {
    grid-template-columns: 68px minmax(0, 1fr) !important;
  }

  .kc-v20-guide-thumb {
    width: 68px !important;
    min-width: 68px !important;
  }
}

/* V36 phone art direction and mobile composition fix */
@media (max-width: 720px) {
  .kc-v20-hero {
    padding-top: 14px !important;
    padding-bottom: 24px !important;
  }

  .kc-v20-hero-grid {
    gap: 12px !important;
  }

  .kc-v20-hero-copy .kc-v20-eyebrow {
    order: 1 !important;
    font-size: 12px !important;
  }

  .kc-v20-hero .kc-v20-portrait {
    order: 2 !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin-top: 0 !important;
  }

  .kc-v20-hero .kc-v20-portrait-frame {
    aspect-ratio: 5 / 4 !important;
    width: min(100%, 274px) !important;
    max-height: 218px !important;
    border: 1px solid rgba(36, 52, 45, 0.13) !important;
    box-shadow: 0 10px 24px rgba(36, 52, 45, 0.10) !important;
  }

  .kc-v20-hero .kc-v20-portrait-frame img {
    object-position: 50% 38% !important;
  }

  .kc-v20-hero-copy h1 {
    order: 3 !important;
    font-size: clamp(27px, 7.7vw, 31px) !important;
    line-height: 1.16 !important;
  }

  .kc-v20-hero-copy .kc-v20-lead {
    order: 4 !important;
    margin-top: 8px !important;
    font-size: 15.5px !important;
    line-height: 1.55 !important;
  }

  .kc-v20-hero-copy .kc-v20-proof-row {
    order: 5 !important;
    margin-top: 8px !important;
    gap: 7px !important;
  }

  .kc-v20-hero-copy .kc-v20-chip {
    min-height: 30px !important;
    padding: 6px 10px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .kc-v20-hero-copy .kc-v20-actions {
    order: 6 !important;
    margin-top: 10px !important;
    gap: 8px !important;
  }

  .kc-v20-button {
    min-height: 46px !important;
    padding: 10px 13px !important;
  }

  .kc-v20-section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .kc-v20-answer-card {
    padding: 18px 16px !important;
  }

  .kc-v20-authority-grid,
  .kc-v20-bento,
  .kc-v20-process,
  .kc-v20-mini-grid,
  .kc-v20-guide-grid {
    gap: 10px !important;
  }

  .kc-v20-treatment-card,
  .kc-v20-treatment-card--large,
  .kc-v20-treatment-card--small {
    padding: 11px !important;
  }

  .kc-v20-treatment-card h3 {
    margin-top: 5px !important;
    margin-bottom: 7px !important;
  }

  .kc-v20-treatment-card p {
    line-height: 1.56 !important;
  }

  .kc-v20-treatment-card > span {
    margin-top: 10px !important;
  }

  .kc-v20-treatment-visual {
    aspect-ratio: 16 / 8.7 !important;
    max-height: 184px !important;
    margin: -3px -3px 10px !important;
  }

  .kc-v20-visual-frame {
    aspect-ratio: 16 / 8.8 !important;
    max-height: 206px !important;
  }

  .kc-v20-guide-card,
  .kc-v20-page-card {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 9px !important;
    padding: 10px !important;
  }

  .kc-v20-guide-thumb {
    width: 64px !important;
    min-width: 64px !important;
    border-radius: 8px !important;
  }

  .kc-v20-treatment-visual--breast img,
  .kc-v20-guide-thumb--breast img {
    object-position: 56% 46% !important;
  }

  .kc-v20-treatment-visual--gender img,
  .kc-v20-guide-thumb--gender img {
    object-position: 52% 44% !important;
  }

  .kc-v20-treatment-visual--intimate img,
  .kc-v20-guide-thumb--intimate img {
    object-position: 52% 38% !important;
  }

  .kc-v20-treatment-visual--body img,
  .kc-v20-guide-thumb--body img,
  .kc-v20-treatment-visual--body-secondary img,
  .kc-v20-guide-thumb--body-secondary img {
    object-position: 47% 55% !important;
  }

  .kc-v20-treatment-visual--face img,
  .kc-v20-guide-thumb--face img,
  .kc-v20-treatment-visual--aesthetic img,
  .kc-v20-guide-thumb--aesthetic img,
  .kc-v20-treatment-visual--lips img,
  .kc-v20-guide-thumb--lips img {
    object-position: 50% 42% !important;
  }

  .kc-v20-final {
    padding-top: 34px !important;
    padding-bottom: calc(96px + env(safe-area-inset-bottom)) !important;
  }
}

/* V37 strict mobile hardening for live phones, cached browsers, and logged-in admin views */
@media (max-width: 720px) {
  html,
  body,
  #page,
  .site,
  .site-content,
  .content-area,
  .entry-content,
  .kc-v20-home {
    max-width: 100vw !important;
    overflow-x: clip !important;
  }

  .kc-v20-home *,
  .kc-v20-home *::before,
  .kc-v20-home *::after {
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .kc-v20-home picture {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
  }

  .kc-v20-home img {
    display: block !important;
    max-width: 100% !important;
  }

  .kc-v20-hero .kc-v20-portrait-frame,
  .kc-v20-treatment-visual,
  .kc-v20-visual-frame,
  .kc-v20-guide-thumb {
    overflow: hidden !important;
    contain: layout paint !important;
  }

  .kc-v20-hero .kc-v20-portrait-frame picture,
  .kc-v20-treatment-visual picture,
  .kc-v20-visual-frame picture,
  .kc-v20-guide-thumb picture {
    height: 100% !important;
  }

  .kc-v20-hero .kc-v20-portrait-frame img,
  .kc-v20-treatment-visual img,
  .kc-v20-visual-frame img,
  .kc-v20-guide-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .kc-v20-hero .kc-v20-portrait-frame {
    width: min(100%, 260px) !important;
    max-height: 206px !important;
  }

  .kc-v20-treatment-visual {
    max-height: 170px !important;
  }

  .kc-v20-visual-frame {
    max-height: 190px !important;
  }

  .kc-v20-guide-card,
  .kc-v20-page-card {
    align-items: start !important;
  }

  .kc-v20-guide-card h3,
  .kc-v20-page-card h3,
  .kc-v20-guide-card p,
  .kc-v20-page-card p,
  .kc-v20-treatment-card h3,
  .kc-v20-treatment-card p {
    overflow-wrap: anywhere !important;
  }

  .popup-drawer,
  .popup-drawer .drawer-inner,
  .popup-drawer .drawer-content,
  .mobile-navigation {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  #masthead,
  #masthead .site-header-row,
  #masthead .site-container {
    max-width: 100vw !important;
    overflow-x: clip !important;
  }
}

@media (max-width: 360px) {
  .kc-v20-hero .kc-v20-portrait-frame {
    width: min(100%, 244px) !important;
    max-height: 190px !important;
  }

  .kc-v20-treatment-visual {
    max-height: 158px !important;
  }

  .kc-v20-visual-frame {
    max-height: 176px !important;
  }
}

/* V39 final phone image override, kept last */
@media (max-width: 720px) {
  .kc-v20-home .kc-v20-treatment-visual,
  .kc-v20-page .kc-v20-treatment-visual,
  .kc-v20-home .kc-v20-visual-frame,
  .kc-v20-page .kc-v20-visual-frame {
    aspect-ratio: 1 / 1 !important;
    max-height: none !important;
    min-height: 0 !important;
  }

  .kc-v20-home .kc-v20-treatment-visual picture,
  .kc-v20-page .kc-v20-treatment-visual picture,
  .kc-v20-home .kc-v20-visual-frame picture,
  .kc-v20-page .kc-v20-visual-frame picture,
  .kc-v20-home .kc-v20-treatment-visual img,
  .kc-v20-page .kc-v20-treatment-visual img,
  .kc-v20-home .kc-v20-visual-frame img,
  .kc-v20-page .kc-v20-visual-frame img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }
}

/* V38 final phone image override, kept after v37 rules */
@media (max-width: 720px) {
  .kc-v20-home .kc-v20-treatment-visual,
  .kc-v20-page .kc-v20-treatment-visual,
  .kc-v20-home .kc-v20-visual-frame,
  .kc-v20-page .kc-v20-visual-frame {
    aspect-ratio: 1 / 1 !important;
    max-height: none !important;
    min-height: 0 !important;
  }

  .kc-v20-home .kc-v20-treatment-visual picture,
  .kc-v20-page .kc-v20-treatment-visual picture,
  .kc-v20-home .kc-v20-visual-frame picture,
  .kc-v20-page .kc-v20-visual-frame picture,
  .kc-v20-home .kc-v20-treatment-visual img,
  .kc-v20-page .kc-v20-treatment-visual img,
  .kc-v20-home .kc-v20-visual-frame img,
  .kc-v20-page .kc-v20-visual-frame img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }
}

@media (max-width: 360px) {
  .kc-v20-home .kc-v20-treatment-visual,
  .kc-v20-page .kc-v20-treatment-visual,
  .kc-v20-home .kc-v20-visual-frame,
  .kc-v20-page .kc-v20-visual-frame {
    aspect-ratio: 1 / 1 !important;
    max-height: none !important;
  }
}

/* V38 mobile image art direction: readable phone crops */
@media (max-width: 720px) {
  .kc-v20-treatment-visual,
  .kc-v20-visual-frame {
    aspect-ratio: 1 / 1 !important;
    max-height: none !important;
  }

  .kc-v20-treatment-visual picture,
  .kc-v20-visual-frame picture,
  .kc-v20-treatment-visual img,
  .kc-v20-visual-frame img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
  }

  .kc-v20-treatment-visual img,
  .kc-v20-visual-frame img {
    object-fit: cover !important;
  }

  .kc-v20-treatment-visual--breast img,
  .kc-v20-guide-thumb--breast img {
    object-position: 56% 48% !important;
  }

  .kc-v20-treatment-visual--gender img,
  .kc-v20-guide-thumb--gender img {
    object-position: 52% 47% !important;
  }

  .kc-v20-treatment-visual--intimate img,
  .kc-v20-guide-thumb--intimate img {
    object-position: 52% 45% !important;
  }

  .kc-v20-treatment-visual--body img,
  .kc-v20-treatment-visual--body-secondary img,
  .kc-v20-guide-thumb--body img,
  .kc-v20-guide-thumb--body-secondary img {
    object-position: 48% 52% !important;
  }

  .kc-v20-treatment-visual--face img,
  .kc-v20-treatment-visual--aesthetic img,
  .kc-v20-treatment-visual--lips img,
  .kc-v20-guide-thumb--face img,
  .kc-v20-guide-thumb--aesthetic img,
  .kc-v20-guide-thumb--lips img {
    object-position: 50% 48% !important;
  }

  .kc-v20-treatment-card,
  .kc-v20-guide-card,
  .kc-v20-page-card {
    overflow: hidden !important;
  }
}

@media (max-width: 360px) {
  .kc-v20-treatment-visual,
  .kc-v20-visual-frame {
    aspect-ratio: 1 / 1 !important;
    max-height: none !important;
  }
}

@media (max-width: 600px) {
  html #wpadminbar {
    min-width: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: auto !important;
  }

  body.admin-bar .kc-mobile-sticky-cta {
    bottom: calc(8px + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 360px) {
  .kc-v20-hero .kc-v20-portrait-frame {
    max-height: 195px !important;
  }

  .kc-v20-hero-copy h1 {
    font-size: 26px !important;
  }

  .kc-v20-treatment-visual {
    max-height: 168px !important;
  }

  .kc-v20-visual-frame {
    max-height: 184px !important;
  }

  .kc-v20-guide-card,
  .kc-v20-page-card {
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }

  .kc-v20-guide-thumb {
    width: 58px !important;
    min-width: 58px !important;
  }
}

/* V37 final responsive overrides, kept last on purpose */
@media (max-width: 720px) {
  .kc-v20-home,
  .kc-v20-home section,
  .kc-v20-home .kc-v20-container,
  .kc-v20-home .kc-v20-hero-grid,
  .kc-v20-home .kc-v20-bento,
  .kc-v20-home .kc-v20-guide-grid,
  .kc-v20-home .kc-v20-authority-grid,
  .kc-v20-home .kc-v20-process,
  .kc-v20-home .kc-v20-mini-grid {
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  .kc-v20-hero .kc-v20-portrait-frame {
    width: min(100%, 260px) !important;
    max-height: 206px !important;
  }

  .kc-v20-hero .kc-v20-portrait-frame picture,
  .kc-v20-treatment-visual picture,
  .kc-v20-visual-frame picture,
  .kc-v20-guide-thumb picture,
  .kc-v20-hero .kc-v20-portrait-frame img,
  .kc-v20-treatment-visual img,
  .kc-v20-visual-frame img,
  .kc-v20-guide-thumb img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }

  .kc-v20-treatment-visual {
    aspect-ratio: 16 / 8.7 !important;
    max-height: 170px !important;
  }

  .kc-v20-visual-frame {
    aspect-ratio: 16 / 8.8 !important;
    max-height: 190px !important;
  }

  .kc-mobile-sticky-cta {
    left: max(10px, env(safe-area-inset-left)) !important;
    right: max(10px, env(safe-area-inset-right)) !important;
    width: auto !important;
    max-width: calc(100vw - 20px) !important;
  }
}

@media (max-width: 360px) {
  .kc-v20-hero .kc-v20-portrait-frame {
    width: min(100%, 244px) !important;
    max-height: 190px !important;
  }

  .kc-v20-treatment-visual {
    max-height: 158px !important;
  }

  .kc-v20-visual-frame {
    max-height: 176px !important;
  }
}

/* V39 truly final phone image override */
@media (max-width: 720px) {
  .kc-v20-home .kc-v20-treatment-visual,
  .kc-v20-page .kc-v20-treatment-visual,
  .kc-v20-home .kc-v20-visual-frame,
  .kc-v20-page .kc-v20-visual-frame {
    aspect-ratio: 1 / 1 !important;
    max-height: none !important;
    min-height: 0 !important;
  }

  .kc-v20-home .kc-v20-treatment-visual picture,
  .kc-v20-page .kc-v20-treatment-visual picture,
  .kc-v20-home .kc-v20-visual-frame picture,
  .kc-v20-page .kc-v20-visual-frame picture,
  .kc-v20-home .kc-v20-treatment-visual img,
  .kc-v20-page .kc-v20-treatment-visual img,
  .kc-v20-home .kc-v20-visual-frame img,
  .kc-v20-page .kc-v20-visual-frame img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }
}
/* V40 preview release: content depth, contact form, footer cleanup, and phone image framing */
body .site-footer:not(.kc-global-footer),
body .site-footer-wrap,
body .site-info,
body .powered-by,
body .footer-html,
body [class*="kadence"] .powered-by {
  display: none !important;
}

.kc-v40-page,
.kc-v40-home {
  direction: rtl;
  color: var(--kc-v17-ink);
  font-family: var(--kc-v17-body);
  letter-spacing: 0;
}

.kc-v40-page *,
.kc-v40-home * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.kc-v40-container {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.kc-v40-hero {
  padding: clamp(44px, 7vw, 92px) 0;
  background: linear-gradient(180deg, #fffaf4 0%, #f5ede6 100%);
  border-bottom: 1px solid var(--kc-v17-line);
}

.kc-v40-hero-grid,
.kc-v40-split {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, .72fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.kc-v40-eyebrow {
  margin: 0 0 10px;
  color: var(--kc-v17-copper-deep);
  font-weight: 800;
  font-size: 14px;
  line-height: 1.6;
}

.kc-v40-page h1,
.kc-v40-home h1,
.kc-v40-page h2,
.kc-v40-home h2,
.kc-v40-page h3,
.kc-v40-home h3 {
  color: var(--kc-v17-ink);
  font-family: var(--kc-v17-display);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.kc-v40-page h1,
.kc-v40-home h1 {
  max-width: 780px;
  margin: 0 0 16px;
  font-size: clamp(36px, 5.5vw, 70px);
}

.kc-v40-page h2,
.kc-v40-home h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 50px);
}

.kc-v40-page h3,
.kc-v40-home h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 30px);
}

.kc-v40-page p,
.kc-v40-home p,
.kc-v40-page li,
.kc-v40-home li {
  color: var(--kc-v17-ink-soft);
  font-size: 18px;
  line-height: 1.85;
}

.kc-v40-lead {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: clamp(20px, 2.1vw, 26px) !important;
  line-height: 1.7 !important;
}

.kc-v40-actions,
.kc-v40-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kc-v40-actions {
  margin-top: 24px;
}

.kc-v40-chip {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 7px 13px;
  border: 1px solid var(--kc-v17-line);
  border-radius: 999px;
  background: rgba(255, 250, 244, .82);
  color: var(--kc-v17-ink);
  font-weight: 800;
  font-size: 14px;
}

.kc-v40-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid var(--kc-v17-deep);
  border-radius: 6px;
  background: var(--kc-v17-deep);
  color: #fffaf4 !important;
  text-decoration: none !important;
  font-weight: 800;
}

.kc-v40-button--light {
  background: #fffaf4;
  color: var(--kc-v17-deep) !important;
}

.kc-v40-figure,
.kc-v40-thumb,
.kc-v40-card-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--kc-v17-line);
  border-radius: 10px;
  background: #fffaf4;
  box-shadow: 0 16px 44px rgba(66, 49, 42, .08);
}

.kc-v40-figure {
  aspect-ratio: 4 / 3;
}

.kc-v40-portrait {
  aspect-ratio: 4 / 5;
}

.kc-v40-thumb,
.kc-v40-card-visual {
  aspect-ratio: 4 / 3;
}

.kc-v40-figure img,
.kc-v40-thumb img,
.kc-v40-card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kc-v40-section {
  padding: clamp(48px, 7vw, 86px) 0;
  background: #fffaf4;
}

.kc-v40-section--soft {
  background: #f5ede6;
}

.kc-v40-section--ink {
  background: var(--kc-v17-deep);
}

.kc-v40-section--ink h2,
.kc-v40-section--ink h3,
.kc-v40-section--ink p,
.kc-v40-section--ink li {
  color: #fffaf4;
}

.kc-v40-head {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(240px, .5fr);
  gap: clamp(20px, 4vw, 46px);
  align-items: end;
  margin-bottom: 28px;
}

.kc-v40-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.kc-v40-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kc-v40-card,
.kc-v40-callout,
.kc-v40-disclosure,
.kc-v40-faq details,
.kc-v40-facts {
  border: 1px solid var(--kc-v17-line);
  border-radius: 10px;
  background: rgba(255, 250, 244, .9);
  box-shadow: 0 10px 32px rgba(66, 49, 42, .05);
}

.kc-v40-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  color: inherit;
  text-decoration: none !important;
}

.kc-v40-card h3 {
  margin-top: 4px;
}

.kc-v40-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
}

.kc-v40-card .kc-v40-link {
  margin-top: auto;
  color: var(--kc-v17-copper-deep);
  font-weight: 800;
}

.kc-v40-callout,
.kc-v40-disclosure,
.kc-v40-facts {
  padding: clamp(18px, 3vw, 28px);
}

.kc-v40-callout {
  border-right: 4px solid var(--kc-v17-copper);
}

.kc-v40-facts ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.kc-v40-facts li {
  padding: 12px 14px;
  border: 1px solid rgba(45, 42, 42, .1);
  border-radius: 8px;
  background: #fff;
}

.kc-v40-article {
  max-width: 900px;
}

.kc-v40-article-section {
  padding: 30px 0;
  border-bottom: 1px solid var(--kc-v17-line);
}

.kc-v40-article-section:last-child {
  border-bottom: 0;
}

.kc-v40-article-section ul {
  margin: 14px 0 0;
}

.kc-v40-faq {
  display: grid;
  gap: 12px;
}

.kc-v40-faq details {
  padding: 18px;
}

.kc-v40-faq summary {
  cursor: pointer;
  color: var(--kc-v17-ink);
  font-weight: 900;
}

.kc-contact-form-wrap {
  margin-top: 28px;
}

.kc-contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--kc-v17-line);
  border-radius: 10px;
  background: #fffaf4;
  box-shadow: 0 14px 40px rgba(66, 49, 42, .07);
}

.kc-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.kc-contact-form label {
  display: grid;
  gap: 7px;
  color: var(--kc-v17-ink);
  font-weight: 800;
}

.kc-contact-form input,
.kc-contact-form select,
.kc-contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(45, 42, 42, .18);
  border-radius: 6px;
  background: #fff;
  color: var(--kc-v17-ink);
  font: inherit;
}

.kc-contact-form textarea {
  min-height: 132px;
}

.kc-contact-form button {
  min-height: 50px;
  border: 0;
  border-radius: 6px;
  background: var(--kc-v17-deep);
  color: #fffaf4;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.kc-contact-form__privacy {
  margin: 0;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.kc-contact-notice {
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 800;
}

.kc-contact-notice--success {
  background: #edf4ee;
  color: #243b35;
}

.kc-contact-notice--error {
  background: #f7e8e3;
  color: #653d31;
}

@media (max-width: 900px) {
  .kc-v40-hero-grid,
  .kc-v40-split,
  .kc-v40-head {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .kc-v40-container {
    width: calc(100% - 28px);
  }

  .kc-v40-hero {
    padding: 28px 0 36px;
  }

  .kc-v40-page h1,
  .kc-v40-home h1 {
    font-size: clamp(30px, 8vw, 36px);
    line-height: 1.18;
  }

  .kc-v40-page h2,
  .kc-v40-home h2 {
    font-size: clamp(25px, 7vw, 32px);
  }

  .kc-v40-lead,
  .kc-v40-page p,
  .kc-v40-home p,
  .kc-v40-page li,
  .kc-v40-home li {
    font-size: 16px !important;
    line-height: 1.68 !important;
  }

  .kc-v40-grid,
  .kc-v40-grid--two,
  .kc-v40-facts ul,
  .kc-contact-form__grid {
    grid-template-columns: 1fr;
  }

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

  .kc-v40-button {
    width: 100%;
  }

  .kc-v40-portrait {
    width: min(100%, 280px);
    margin-inline: auto;
    aspect-ratio: 5 / 4;
  }

  .kc-v40-figure,
  .kc-v40-card-visual {
    aspect-ratio: 16 / 10;
    max-height: 220px;
  }

  .kc-v40-thumb {
    aspect-ratio: 1 / 1;
  }

  .kc-v20-home .kc-v20-treatment-visual,
  .kc-v20-page .kc-v20-treatment-visual,
  .kc-v20-home .kc-v20-visual-frame,
  .kc-v20-page .kc-v20-visual-frame {
    aspect-ratio: 16 / 10 !important;
    max-height: 220px !important;
  }
}

/* V41 hard homepage shell, kept last so live cache and legacy rules cannot flatten the layout */
body.home .entry-content > .kc-v41-home,
body.page-id-10 .entry-content > .kc-v41-home {
  display: block !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home .entry-content .kc-v41-container,
body.page-id-10 .entry-content .kc-v41-container {
  max-width: 1180px !important;
  width: min(1180px, calc(100% - 48px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
}

body.home .entry-content .kc-v41-hero,
body.page-id-10 .entry-content .kc-v41-hero {
  min-height: calc(100vh - 124px);
  display: flex !important;
  align-items: center !important;
  padding: clamp(58px, 7vw, 96px) 0 !important;
  background: linear-gradient(90deg, #fbf7f1 0%, #fbf7f1 58%, #f4ece5 58%, #f4ece5 100%) !important;
}

body.home .entry-content .kc-v41-hero-grid,
body.page-id-10 .entry-content .kc-v41-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.9fr) !important;
  gap: clamp(42px, 6vw, 86px) !important;
  align-items: center !important;
}

body.home .entry-content .kc-v41-home h1,
body.page-id-10 .entry-content .kc-v41-home h1 {
  max-width: 700px !important;
  font-size: clamp(42px, 4.5vw, 66px) !important;
  line-height: 1.08 !important;
  margin: 0 0 20px !important;
}

body.home .entry-content .kc-v41-lead,
body.page-id-10 .entry-content .kc-v41-lead {
  max-width: 620px !important;
  font-size: clamp(18px, 1.25vw, 21px) !important;
  line-height: 1.72 !important;
}

body.home .entry-content .kc-v41-figure,
body.home .entry-content .kc-v41-card-media,
body.page-id-10 .entry-content .kc-v41-figure,
body.page-id-10 .entry-content .kc-v41-card-media {
  display: block !important;
  overflow: hidden !important;
  contain: layout paint !important;
}

body.home .entry-content .kc-v41-portrait,
body.page-id-10 .entry-content .kc-v41-portrait {
  aspect-ratio: 4 / 5 !important;
  max-height: 680px !important;
  min-height: 520px !important;
}

body.home .entry-content .kc-v41-figure > img,
body.home .entry-content .kc-v41-card-media > img,
body.page-id-10 .entry-content .kc-v41-figure > img,
body.page-id-10 .entry-content .kc-v41-card-media > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

body.home .entry-content .kc-v41-grid,
body.page-id-10 .entry-content .kc-v41-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

body.home .entry-content .kc-v41-card-media,
body.page-id-10 .entry-content .kc-v41-card-media {
  aspect-ratio: 16 / 10 !important;
  max-height: none !important;
}

body.home .entry-content .kc-v41-feature,
body.page-id-10 .entry-content .kc-v41-feature {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr) !important;
  gap: clamp(30px, 5vw, 68px) !important;
  align-items: center !important;
}

body.home .entry-content .kc-v41-feature--reverse,
body.page-id-10 .entry-content .kc-v41-feature--reverse {
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr) !important;
}

@media (max-width: 1020px) {
  body.home .entry-content .kc-v41-hero,
  body.page-id-10 .entry-content .kc-v41-hero {
    min-height: auto !important;
    background: #fbf7f1 !important;
  }

  body.home .entry-content .kc-v41-hero-grid,
  body.home .entry-content .kc-v41-feature,
  body.home .entry-content .kc-v41-feature--reverse,
  body.page-id-10 .entry-content .kc-v41-hero-grid,
  body.page-id-10 .entry-content .kc-v41-feature,
  body.page-id-10 .entry-content .kc-v41-feature--reverse {
    grid-template-columns: 1fr !important;
  }

  body.home .entry-content .kc-v41-grid,
  body.page-id-10 .entry-content .kc-v41-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  html,
  body,
  #page,
  .site,
  .site-content,
  .content-area,
  .entry-content,
  body.home .entry-content > .kc-v41-home,
  body.page-id-10 .entry-content > .kc-v41-home {
    max-width: 100vw !important;
    overflow-x: clip !important;
  }

  body.home .entry-content .kc-v41-container,
  body.page-id-10 .entry-content .kc-v41-container {
    width: calc(100% - 28px) !important;
  }

  body.home .entry-content .kc-v41-hero,
  body.page-id-10 .entry-content .kc-v41-hero {
    padding: 34px 0 38px !important;
  }

  body.home .entry-content .kc-v41-home h1,
  body.page-id-10 .entry-content .kc-v41-home h1 {
    font-size: clamp(31px, 8vw, 39px) !important;
    line-height: 1.16 !important;
  }

  body.home .entry-content .kc-v41-actions,
  body.home .entry-content .kc-v41-grid,
  body.home .entry-content .kc-v41-mini-grid,
  body.home .entry-content .kc-v41-process,
  body.page-id-10 .entry-content .kc-v41-actions,
  body.page-id-10 .entry-content .kc-v41-grid,
  body.page-id-10 .entry-content .kc-v41-mini-grid,
  body.page-id-10 .entry-content .kc-v41-process {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.home .entry-content .kc-v41-portrait,
  body.page-id-10 .entry-content .kc-v41-portrait {
    aspect-ratio: 4 / 3 !important;
    min-height: 0 !important;
    max-height: 260px !important;
  }

  body.home .entry-content .kc-v41-figure,
  body.home .entry-content .kc-v41-card-media,
  body.page-id-10 .entry-content .kc-v41-figure,
  body.page-id-10 .entry-content .kc-v41-card-media {
    aspect-ratio: 4 / 3 !important;
    max-height: 245px !important;
  }
}

/* V42 visual credibility pass: one real portrait, restrained graphics, stable responsive frames */
body.home .entry-content > .kc-v42-home,
body.page-id-10 .entry-content > .kc-v42-home {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f5ede6 !important;
  color: #2d2a2a !important;
  direction: rtl !important;
}

body.home .entry-content .kc-v42-home *,
body.page-id-10 .entry-content .kc-v42-home * {
  box-sizing: border-box !important;
}

body.home .entry-content .kc-v42-container,
body.page-id-10 .entry-content .kc-v42-container {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.home .entry-content .kc-v42-section,
body.page-id-10 .entry-content .kc-v42-section {
  padding: clamp(64px, 8vw, 112px) 0 !important;
}

body.home .entry-content .kc-v42-section--soft,
body.page-id-10 .entry-content .kc-v42-section--soft {
  background: #fbf7f1 !important;
}

body.home .entry-content .kc-v42-hero,
body.page-id-10 .entry-content .kc-v42-hero {
  padding: clamp(62px, 8vw, 118px) 0 !important;
  background:
    radial-gradient(circle at 14% 20%, rgba(168, 117, 96, .10), transparent 26%),
    linear-gradient(90deg, #fbf7f1 0%, #fbf7f1 56%, #f2e5dc 56%, #f2e5dc 100%) !important;
}

body.home .entry-content .kc-v42-hero-grid,
body.page-id-10 .entry-content .kc-v42-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr) !important;
  gap: clamp(36px, 7vw, 92px) !important;
  align-items: center !important;
}

body.home .entry-content .kc-v42-eyebrow,
body.page-id-10 .entry-content .kc-v42-eyebrow {
  margin: 0 0 16px !important;
  color: #a87560 !important;
  font-family: Heebo, Rubik, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

body.home .entry-content .kc-v42-home h1,
body.page-id-10 .entry-content .kc-v42-home h1 {
  margin: 0 0 24px !important;
  max-width: 760px !important;
  color: #2d2a2a !important;
  font-family: "Frank Ruhl Libre", Georgia, serif !important;
  font-size: clamp(42px, 5.1vw, 76px) !important;
  font-weight: 500 !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
}

body.home .entry-content .kc-v42-home h2,
body.page-id-10 .entry-content .kc-v42-home h2 {
  margin: 0 0 20px !important;
  color: #2d2a2a !important;
  font-family: "Frank Ruhl Libre", Georgia, serif !important;
  font-size: clamp(34px, 3.5vw, 58px) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body.home .entry-content .kc-v42-home h3,
body.page-id-10 .entry-content .kc-v42-home h3 {
  margin: 0 0 12px !important;
  color: #2d2a2a !important;
  font-family: "Frank Ruhl Libre", Georgia, serif !important;
  font-size: clamp(24px, 2vw, 32px) !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

body.home .entry-content .kc-v42-home p,
body.home .entry-content .kc-v42-home li,
body.page-id-10 .entry-content .kc-v42-home p,
body.page-id-10 .entry-content .kc-v42-home li {
  color: #5c5654 !important;
  font-family: Heebo, Rubik, Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
}

body.home .entry-content .kc-v42-lead,
body.page-id-10 .entry-content .kc-v42-lead {
  max-width: 680px !important;
  font-size: clamp(18px, 1.35vw, 22px) !important;
  line-height: 1.72 !important;
}

body.home .entry-content .kc-v42-micro,
body.page-id-10 .entry-content .kc-v42-micro {
  margin-top: 18px !important;
  color: #8a5a47 !important;
  font-size: 15px !important;
}

body.home .entry-content .kc-v42-actions,
body.page-id-10 .entry-content .kc-v42-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
  margin-top: 26px !important;
}

body.home .entry-content .kc-v42-actions--center,
body.page-id-10 .entry-content .kc-v42-actions--center {
  justify-content: center !important;
}

body.home .entry-content .kc-v42-button,
body.page-id-10 .entry-content .kc-v42-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  min-width: 168px !important;
  padding: 0 26px !important;
  border-radius: 999px !important;
  border: 1px solid transparent !important;
  font-family: Heebo, Rubik, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease !important;
}

body.home .entry-content .kc-v42-button:hover,
body.page-id-10 .entry-content .kc-v42-button:hover {
  transform: translateY(-1px) !important;
  text-decoration: none !important;
}

body.home .entry-content .kc-v42-button--primary,
body.page-id-10 .entry-content .kc-v42-button--primary {
  background: #243b35 !important;
  color: #fffaf4 !important;
}

body.home .entry-content .kc-v42-button--outline,
body.page-id-10 .entry-content .kc-v42-button--outline {
  background: transparent !important;
  color: #2d2a2a !important;
  border-color: #a87560 !important;
}

body.home .entry-content .kc-v42-button--light,
body.page-id-10 .entry-content .kc-v42-button--light {
  background: #fffaf4 !important;
  color: #243b35 !important;
}

body.home .entry-content .kc-v42-button--light-outline,
body.page-id-10 .entry-content .kc-v42-button--light-outline {
  background: transparent !important;
  color: #fffaf4 !important;
  border-color: rgba(255, 250, 244, .55) !important;
}

body.home .entry-content .kc-v42-hero-visual,
body.page-id-10 .entry-content .kc-v42-hero-visual {
  position: relative !important;
  justify-self: center !important;
  width: min(100%, 390px) !important;
}

body.home .entry-content .kc-v42-portrait,
body.page-id-10 .entry-content .kc-v42-portrait {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  aspect-ratio: 4 / 5 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 0 0 1px rgba(45, 42, 42, .12), 0 28px 70px -44px rgba(45, 42, 42, .48) !important;
}

body.home .entry-content .kc-v42-portrait img,
body.page-id-10 .entry-content .kc-v42-portrait img,
body.home .entry-content .kc-v42-clinic img,
body.page-id-10 .entry-content .kc-v42-clinic img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

body.home .entry-content .kc-v42-portrait-note,
body.page-id-10 .entry-content .kc-v42-portrait-note {
  position: absolute !important;
  right: 22px !important;
  bottom: 18px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: rgba(255, 250, 244, .92) !important;
  color: #2d2a2a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  box-shadow: 0 0 0 1px rgba(45, 42, 42, .08) !important;
}

body.home .entry-content .kc-v42-trust-strip,
body.page-id-10 .entry-content .kc-v42-trust-strip {
  padding: 22px 0 !important;
  background: #fffaf4 !important;
  border-block: 1px solid rgba(45, 42, 42, .08) !important;
}

body.home .entry-content .kc-v42-trust-grid,
body.page-id-10 .entry-content .kc-v42-trust-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

body.home .entry-content .kc-v42-trust-grid div,
body.page-id-10 .entry-content .kc-v42-trust-grid div {
  display: grid !important;
  gap: 4px !important;
  padding-inline: 18px !important;
  border-inline-start: 1px solid rgba(45, 42, 42, .08) !important;
}

body.home .entry-content .kc-v42-trust-grid strong,
body.page-id-10 .entry-content .kc-v42-trust-grid strong {
  color: #2d2a2a !important;
  font-family: "Frank Ruhl Libre", Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
}

body.home .entry-content .kc-v42-trust-grid span,
body.page-id-10 .entry-content .kc-v42-trust-grid span {
  color: #6f6662 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

body.home .entry-content .kc-v42-answer,
body.page-id-10 .entry-content .kc-v42-answer {
  padding: clamp(48px, 6vw, 74px) 0 !important;
  background: #f5ede6 !important;
}

body.home .entry-content .kc-v42-answer-box,
body.page-id-10 .entry-content .kc-v42-answer-box,
body.home .entry-content .kc-v42-disclosure,
body.page-id-10 .entry-content .kc-v42-disclosure,
body.home .entry-content .kc-v42-doctor,
body.page-id-10 .entry-content .kc-v42-doctor {
  max-width: 900px !important;
  padding: clamp(28px, 4vw, 48px) !important;
  border-radius: 18px !important;
  background: #fffaf4 !important;
  border-inline-start: 4px solid #a87560 !important;
  box-shadow: 0 0 0 1px rgba(45, 42, 42, .08) !important;
}

body.home .entry-content .kc-v42-section-head,
body.page-id-10 .entry-content .kc-v42-section-head {
  display: grid !important;
  gap: 12px !important;
  max-width: 760px !important;
  margin-bottom: 34px !important;
}

body.home .entry-content .kc-v42-treatment-grid,
body.page-id-10 .entry-content .kc-v42-treatment-grid,
body.home .entry-content .kc-v42-guide-grid,
body.page-id-10 .entry-content .kc-v42-guide-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

body.home .entry-content .kc-v42-treatment-card,
body.page-id-10 .entry-content .kc-v42-treatment-card,
body.home .entry-content .kc-v42-guide-card,
body.page-id-10 .entry-content .kc-v42-guide-card {
  min-height: 100% !important;
  padding: 24px !important;
  border-radius: 18px !important;
  background: #fffaf4 !important;
  box-shadow: 0 0 0 1px rgba(45, 42, 42, .10) !important;
}

body.home .entry-content .kc-v42-treatment-icon,
body.page-id-10 .entry-content .kc-v42-treatment-icon {
  width: 100% !important;
  height: 138px !important;
  margin: 0 0 22px !important;
  overflow: hidden !important;
  border-radius: 14px !important;
  background: #f5ede6 !important;
}

body.home .entry-content .kc-v42-treatment-icon img,
body.page-id-10 .entry-content .kc-v42-treatment-icon img,
body.home .entry-content .kc-v42-ink-icon img,
body.page-id-10 .entry-content .kc-v42-ink-icon img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

body.home .entry-content .kc-v42-treatment-copy a,
body.home .entry-content .kc-v42-guide-card a,
body.page-id-10 .entry-content .kc-v42-treatment-copy a,
body.page-id-10 .entry-content .kc-v42-guide-card a {
  color: #8a5a47 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.home .entry-content .kc-v42-section--ink,
body.page-id-10 .entry-content .kc-v42-section--ink,
body.home .entry-content .kc-v42-footer-cta,
body.page-id-10 .entry-content .kc-v42-footer-cta {
  background: #243b35 !important;
}

body.home .entry-content .kc-v42-section--ink h2,
body.home .entry-content .kc-v42-section--ink p,
body.home .entry-content .kc-v42-section--ink .kc-v42-eyebrow,
body.home .entry-content .kc-v42-footer-cta h2,
body.home .entry-content .kc-v42-footer-cta p,
body.home .entry-content .kc-v42-footer-cta .kc-v42-eyebrow,
body.page-id-10 .entry-content .kc-v42-section--ink h2,
body.page-id-10 .entry-content .kc-v42-section--ink p,
body.page-id-10 .entry-content .kc-v42-section--ink .kc-v42-eyebrow,
body.page-id-10 .entry-content .kc-v42-footer-cta h2,
body.page-id-10 .entry-content .kc-v42-footer-cta p,
body.page-id-10 .entry-content .kc-v42-footer-cta .kc-v42-eyebrow {
  color: #fffaf4 !important;
}

body.home .entry-content .kc-v42-feature,
body.page-id-10 .entry-content .kc-v42-feature {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr) !important;
  gap: clamp(30px, 5vw, 72px) !important;
  align-items: center !important;
}

body.home .entry-content .kc-v42-feature--reverse,
body.page-id-10 .entry-content .kc-v42-feature--reverse {
  grid-template-columns: minmax(340px, .92fr) minmax(0, 1fr) !important;
}

body.home .entry-content .kc-v42-ink-icon,
body.page-id-10 .entry-content .kc-v42-ink-icon {
  width: min(100%, 300px) !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 auto !important;
  opacity: .88 !important;
}

body.home .entry-content .kc-v42-clinic,
body.page-id-10 .entry-content .kc-v42-clinic {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  aspect-ratio: 16 / 10 !important;
  border-radius: 20px !important;
  box-shadow: 0 0 0 1px rgba(45, 42, 42, .10), 0 28px 70px -52px rgba(45, 42, 42, .35) !important;
}

body.home .entry-content .kc-v42-checks,
body.page-id-10 .entry-content .kc-v42-checks {
  display: grid !important;
  gap: 10px !important;
  margin: 22px 0 0 !important;
  padding: 0 22px 0 0 !important;
}

body.home .entry-content .kc-v42-guide-card span,
body.page-id-10 .entry-content .kc-v42-guide-card span {
  display: inline-block !important;
  margin-bottom: 14px !important;
  color: #a87560 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.home .entry-content .kc-v42-faq,
body.page-id-10 .entry-content .kc-v42-faq {
  max-width: 920px !important;
}

body.home .entry-content .kc-v42-faq-list,
body.page-id-10 .entry-content .kc-v42-faq-list {
  display: grid !important;
  gap: 12px !important;
  margin-top: 26px !important;
}

body.home .entry-content .kc-v42-faq-item,
body.page-id-10 .entry-content .kc-v42-faq-item {
  border-radius: 14px !important;
  background: #fffaf4 !important;
  box-shadow: 0 0 0 1px rgba(45, 42, 42, .10) !important;
}

body.home .entry-content .kc-v42-faq-item summary,
body.page-id-10 .entry-content .kc-v42-faq-item summary {
  cursor: pointer !important;
  padding: 18px 22px !important;
  color: #2d2a2a !important;
  font-weight: 700 !important;
}

body.home .entry-content .kc-v42-faq-item p,
body.page-id-10 .entry-content .kc-v42-faq-item p {
  margin: 0 !important;
  padding: 0 22px 20px !important;
}

body.home .entry-content .kc-v42-footer-cta,
body.page-id-10 .entry-content .kc-v42-footer-cta {
  padding: clamp(64px, 8vw, 104px) 0 !important;
  text-align: center !important;
}

@media (max-width: 1020px) {
  body.home .entry-content .kc-v42-hero,
  body.page-id-10 .entry-content .kc-v42-hero {
    background: #fbf7f1 !important;
  }

  body.home .entry-content .kc-v42-hero-grid,
  body.home .entry-content .kc-v42-feature,
  body.home .entry-content .kc-v42-feature--reverse,
  body.page-id-10 .entry-content .kc-v42-hero-grid,
  body.page-id-10 .entry-content .kc-v42-feature,
  body.page-id-10 .entry-content .kc-v42-feature--reverse {
    grid-template-columns: 1fr !important;
  }

  body.home .entry-content .kc-v42-trust-grid,
  body.page-id-10 .entry-content .kc-v42-trust-grid,
  body.home .entry-content .kc-v42-treatment-grid,
  body.home .entry-content .kc-v42-guide-grid,
  body.page-id-10 .entry-content .kc-v42-treatment-grid,
  body.page-id-10 .entry-content .kc-v42-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  body.home .entry-content > .kc-v42-home,
  body.page-id-10 .entry-content > .kc-v42-home {
    max-width: 100vw !important;
    overflow-x: clip !important;
  }

  body.home .entry-content .kc-v42-container,
  body.page-id-10 .entry-content .kc-v42-container {
    width: calc(100% - 28px) !important;
  }

  body.home .entry-content .kc-v42-hero,
  body.page-id-10 .entry-content .kc-v42-hero {
    padding: 34px 0 44px !important;
  }

  body.home .entry-content .kc-v42-home h1,
  body.page-id-10 .entry-content .kc-v42-home h1 {
    font-size: clamp(34px, 9vw, 42px) !important;
    line-height: 1.12 !important;
  }

  body.home .entry-content .kc-v42-home h2,
  body.page-id-10 .entry-content .kc-v42-home h2 {
    font-size: clamp(29px, 8vw, 36px) !important;
  }

  body.home .entry-content .kc-v42-actions,
  body.page-id-10 .entry-content .kc-v42-actions,
  body.home .entry-content .kc-v42-trust-grid,
  body.home .entry-content .kc-v42-treatment-grid,
  body.home .entry-content .kc-v42-guide-grid,
  body.page-id-10 .entry-content .kc-v42-trust-grid,
  body.page-id-10 .entry-content .kc-v42-treatment-grid,
  body.page-id-10 .entry-content .kc-v42-guide-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.home .entry-content .kc-v42-button,
  body.page-id-10 .entry-content .kc-v42-button {
    width: 100% !important;
  }

  body.home .entry-content .kc-v42-hero-visual,
  body.page-id-10 .entry-content .kc-v42-hero-visual {
    width: min(100%, 310px) !important;
  }

  body.home .entry-content .kc-v42-portrait,
  body.page-id-10 .entry-content .kc-v42-portrait {
    aspect-ratio: 4 / 5 !important;
    max-height: 380px !important;
  }

  body.home .entry-content .kc-v42-treatment-icon,
  body.page-id-10 .entry-content .kc-v42-treatment-icon {
    height: 118px !important;
  }

  body.home .entry-content .kc-v42-clinic,
  body.page-id-10 .entry-content .kc-v42-clinic {
    aspect-ratio: 4 / 3 !important;
    max-height: 240px !important;
  }

  body.home .entry-content .kc-v42-section,
  body.page-id-10 .entry-content .kc-v42-section {
    padding: 52px 0 !important;
  }
}

body.home .entry-content .kc-v42-treatment-icon,
body.page-id-10 .entry-content .kc-v42-treatment-icon {
  height: 116px !important;
  background: #fffaf4 !important;
  display: grid !important;
  place-items: center !important;
  box-shadow: inset 0 0 0 1px rgba(45, 42, 42, .05) !important;
}

body.home .entry-content .kc-v42-treatment-icon img,
body.page-id-10 .entry-content .kc-v42-treatment-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.home .entry-content .kc-v42-treatment-card,
body.page-id-10 .entry-content .kc-v42-treatment-card {
  overflow: hidden !important;
}

@media (max-width: 720px) {
  body.home .entry-content .kc-v42-treatment-icon,
  body.page-id-10 .entry-content .kc-v42-treatment-icon {
    height: 104px !important;
    margin-bottom: 18px !important;
  }

  body.home .entry-content .kc-v42-treatment-icon img,
  body.page-id-10 .entry-content .kc-v42-treatment-icon img {
    width: 100% !important;
    height: 100% !important;
  }
}
