:root {
  --ink: #17201d;
  --muted: #5c6862;
  --line: #dbe3dd;
  --cream: #f7f3ec;
  --white: #fffdf9;
  --sage: #6f887b;
  --sage-dark: #2e4f45;
  --copper: #b77a58;
  --gold: #b8860b;
  --mist: #edf2ef;
  --shadow: 0 24px 60px rgba(23, 32, 29, 0.16);
}

/* Always keep the complete site navigation visible on phones, including the home page. */
@media (max-width: 640px) {
  .site-header {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px 16px 18px;
  }

  .site-header .brand {
    display: inline-flex;
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .site-header .brand-logo {
    width: min(260px, 78vw);
  }

  .site-header .main-nav {
    display: grid;
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .site-header .language-switcher,
  .site-header .header-cta {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }
}

/* Final compact-screen typography: scale with the same viewport that scales the hero image. */
@media (max-width: 640px) {
  body:not(.route-active) .site-header .language-switcher select {
    font-size: clamp(15px, 3.35vw, 20px);
  }

  body:not(.route-active) .site-header .header-cta {
    padding-inline: clamp(12px, 3.7vw, 22px);
    font-size: clamp(13px, 3.15vw, 19px);
    white-space: nowrap;
  }

  body:not(.route-active) .hero-mobile-heading {
    padding:
      clamp(28px, 8.1vw, 48px)
      clamp(16px, 4.75vw, 28px)
      clamp(16px, 4.1vw, 24px);
  }

  body:not(.route-active) .hero-mobile-heading .eyebrow {
    max-width: 72%;
    font-size: clamp(11px, 2.85vw, 17px);
    line-height: 1.22;
    letter-spacing: clamp(0.07em, 0.12vw, 0.12em);
  }

  body:not(.route-active) .hero-mobile-heading h1 {
    max-width: 72%;
    margin-top: clamp(5px, 1.35vw, 8px);
    font-size: clamp(29px, 7.1vw, 42px);
    line-height: 0.98;
    letter-spacing: -0.025em;
  }

  body:not(.route-active) .hero > .hero-stats > div {
    min-height: clamp(168px, 35.5vw, 210px);
    padding:
      clamp(20px, 5.25vw, 31px)
      clamp(18px, 5.25vw, 31px)
      clamp(18px, 4.4vw, 26px);
  }

  body:not(.route-active) .hero > .hero-stats dt {
    margin-bottom: clamp(11px, 2.9vw, 17px);
    font-size: clamp(36px, 7.95vw, 47px);
  }

  body:not(.route-active) .hero > .hero-stats dd {
    font-size: clamp(13px, 2.9vw, 17px);
  }

  body:not(.route-active) .hero > .hero-stats .hero-google-score dt {
    font-size: clamp(31px, 7.1vw, 42px);
  }

  body:not(.route-active) .hero > .hero-stats .google-score-click-prompt {
    margin-top: clamp(8px, 2vw, 12px);
    font-size: clamp(12px, 2.7vw, 16px);
  }
}

/* Keep the revised landing-page structure consistent at every viewport size. */
body:not(.route-active) .service-strip,
body:not(.route-active) main > .approach,
body:not(.route-active) main > .approach-results,
body:not(.route-active) main > .results {
  display: none;
}

.treatments .treatment-grid .feature-card.skin-health-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  background: var(--white);
}

.treatments .treatment-grid .feature-card.skin-health-card > img {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 981px) {
  .treatments .treatment-grid .feature-card.skin-health-card > img {
    flex: 1 1 auto;
    aspect-ratio: auto;
  }
}

/* Preserve the complete portrait artwork on phone and tablet layouts. */
@media (max-width: 1200px) {
  .treatments .treatment-grid .feature-card.skin-health-card > img {
    flex: 0 0 auto;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(20px, 4vw, 56px);
  background: rgba(255, 253, 249, 0.92);
  border-bottom: 1px solid rgba(219, 227, 221, 0.8);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 260px;
  min-width: 260px;
}

.brand-logo {
  display: block;
  width: 260px;
  height: auto;
  overflow: visible;
}

.brand-logo-main {
  font-family: "Segoe UI Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 66px;
  font-weight: 300;
  letter-spacing: 1.4px;
  fill: #4a4a4a;
}

.brand-logo-sub {
  font-family: "Segoe UI Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  fill: #747474;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 36px);
  color: var(--muted);
  font-size: 14px;
}

.main-nav a,
.site-footer a {
  transition: color 160ms ease;
}

.main-nav a:hover,
.site-footer a:hover {
  color: var(--sage-dark);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.language-switcher select {
  min-height: 38px;
  max-width: 150px;
  border: 1px solid rgba(23, 32, 29, 0.18);
  border-radius: 999px;
  padding: 8px 30px;
  background: var(--white);
  color: var(--ink);
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-align-last: center;
  text-transform: none;
}

.header-cta {
  border: 1px solid var(--sage-dark);
  color: var(--sage-dark);
  white-space: nowrap;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-1px);
}

.primary {
  background: var(--sage-dark);
  color: var(--white);
}

.primary:hover {
  background: #203c34;
}

.secondary {
  border: 1px solid rgba(23, 32, 29, 0.2);
  background: rgba(255, 253, 249, 0.72);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  padding: clamp(72px, 9vw, 132px) clamp(20px, 5vw, 72px) 42px;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background: var(--cream);
}

.hero-media img {
  object-fit: contain;
  object-position: center top;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(247, 243, 236, 0.98) 0%, rgba(247, 243, 236, 0.86) 34%, rgba(247, 243, 236, 0.2) 66%),
    linear-gradient(0deg, rgba(23, 32, 29, 0.42), rgba(23, 32, 29, 0.06) 40%);
}

.hero-content {
  position: relative;
  max-width: 730px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: anywhere;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.05;
}

h1 {
  max-width: 690px;
  margin-bottom: 22px;
  font-size: clamp(48px, 7vw, 92px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 58px);
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 590px;
  color: #34413b;
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 920px;
  margin: 54px 0 0;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 29, 0.16);
  border-radius: 8px;
  background: rgba(23, 32, 29, 0.12);
  box-shadow: var(--shadow);
}

.hero-stats div {
  padding: 22px;
  background: rgba(255, 253, 249, 0.84);
  backdrop-filter: blur(10px);
}

.hero-stats dt {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
}

.hero-stats dd {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-google-score a {
  color: var(--gold);
  text-decoration: none;
}

.hero-google-score dt {
  font-family: inherit;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 800;
  white-space: nowrap;
}

.hero-google-score .google-score-click-prompt {
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: none;
}

.hero-google-score:hover,
.hero-google-score:focus-within {
  background: var(--white);
  box-shadow: inset 0 0 0 2px var(--sage-dark);
}

.intro-band,
.approach,
.visit {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  padding: clamp(48px, 6vw, 86px) clamp(20px, 5vw, 72px);
}

.approach {
  min-height: 760px;
  grid-template-areas:
    "copy stats"
    "copy steps";
  grid-template-rows: auto 1fr;
  background:
    linear-gradient(90deg, rgba(247, 243, 236, 0.98) 0%, rgba(247, 243, 236, 0.86) 34%, rgba(247, 243, 236, 0.2) 66%),
    linear-gradient(0deg, rgba(23, 32, 29, 0.42), rgba(23, 32, 29, 0.06) 40%),
    url("site-images-export/approach-lumecca-clinic.png") center / cover no-repeat;
}

.approach-copy {
  grid-area: copy;
}

.approach-stats {
  grid-area: stats;
  width: 100%;
  margin: 0;
  box-shadow: 0 12px 30px rgba(23, 32, 29, 0.12);
}

.approach-stats div {
  padding: 15px 16px;
}

.approach-stats dt {
  font-size: clamp(27px, 3vw, 39px);
}

.approach-stats dd {
  font-size: 11px;
}

.approach-stats .hero-google-score dt {
  font-size: clamp(16px, 1.7vw, 21px);
}

.approach-stats .hero-google-score {
  order: -1;
}

.approach-stats .google-score-click-prompt {
  font-size: 11px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}

.approach .steps {
  grid-area: steps;
  align-self: end;
  width: 100%;
}

.approach .steps article {
  background: rgba(255, 253, 249, 0.86);
}

.intro-band {
  align-items: center;
  background: var(--sage-dark);
  color: var(--white);
}

.intro-copy h2 {
  max-width: 600px;
}

.intro-details p {
  max-width: 700px;
  color: rgba(255, 253, 249, 0.8);
  font-size: 20px;
}

.intro-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.intro-points > div {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 253, 249, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.06);
  color: rgba(255, 253, 249, 0.88);
  font-size: 14px;
  font-weight: 800;
}

.intro-points > div > strong {
  flex: 0 0 auto;
  color: var(--copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.intro-points > div > span {
  min-width: 0;
}

.home-treatment-list-controls .treatment-search[hidden],
.home-treatment-list-controls .treatment-list-hide[hidden],
#treatment-directory[hidden] {
  display: none !important;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.treatments,
.therapy-lookbook,
.references,
.results {
  padding: clamp(64px, 8vw, 118px) clamp(20px, 5vw, 72px);
}

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

.feature-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.feature-card.large {
  position: relative;
  grid-row: span 2;
}

.skin-health-card {
  min-height: 760px;
  background:
    linear-gradient(180deg, var(--white) 0 31%, rgba(255, 253, 249, 0.8) 38%, rgba(255, 253, 249, 0) 58%),
    url("site-images-export/skin-health-facial-led.png") center bottom / cover no-repeat;
}

.feature-card img {
  aspect-ratio: 16 / 11;
  height: auto;
}

.feature-card div {
  padding: clamp(22px, 3vw, 34px);
}

.feature-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-card p,
.approach-copy p,
.result-grid p,
.visit p {
  color: var(--muted);
}

.visit-address {
  color: var(--sage-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(40, 75, 63, 0.35);
  text-underline-offset: 3px;
}

.visit-address:hover,
.visit-address:focus-visible {
  color: var(--copper);
  text-decoration-color: currentColor;
}

.feature-card a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--sage-dark);
  font-weight: 800;
}

.feature-card .feature-card-contact {
  margin: 10px 0 0;
  color: var(--sage-dark);
  font-weight: 800;
}

.feature-card .feature-card-contact a {
  margin-top: 0;
  color: var(--copper);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.feature-card .feature-card-contact a::before {
  content: "☎ ";
}

.feature-card .feature-card-contact a:hover,
.feature-card .feature-card-contact a:focus-visible {
  color: var(--sage-dark);
}

.treatment-directory-heading {
  max-width: 760px;
  margin: clamp(54px, 7vw, 92px) 0 28px;
}

.treatment-directory-heading h3 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3vw, 42px);
}

.treatment-directory-heading > p:last-child {
  color: var(--muted);
}

@media (min-width: 981px) {
  .treatment-directory-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: auto auto;
    column-gap: clamp(42px, 6vw, 110px);
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .treatment-directory-heading > .eyebrow {
    grid-column: 1;
    grid-row: 1;
  }

  .treatment-directory-heading > h3 {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 0;
  }

  .treatment-directory-heading > p:last-child {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: 760px;
    margin: 0;
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: 1.55;
  }

  .home-treatment-list-controls:has(.treatment-search[hidden]) {
    justify-content: center;
  }
}

.treatment-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.route-view[hidden] {
  display: none;
}

body.route-active main > :not(.route-view) {
  display: none !important;
}

body.route-active {
  overflow-anchor: none;
}

.route-view {
  min-height: calc(100vh - 92px);
  padding: clamp(42px, 7vw, 92px) clamp(20px, 5vw, 72px) clamp(70px, 9vw, 126px);
  background:
    linear-gradient(180deg, rgba(235, 241, 236, 0.78), rgba(255, 253, 249, 0) 360px),
    var(--paper);
}

.route-shell {
  width: min(1380px, 100%);
  margin: 0 auto;
}

.approach-route-page > .approach {
  margin: calc(-1 * clamp(42px, 7vw, 92px)) calc(-1 * clamp(20px, 5vw, 72px)) 0;
}

.approach-route-page > .approach-results {
  margin-top: 0;
}

.approach-route-desktop-copy {
  display: none;
}

.approach-route-page > .approach-route-desktop-steps {
  display: none;
}

.route-heading {
  max-width: 850px;
  margin: 0 0 clamp(30px, 5vw, 58px);
  scroll-margin-top: 24px;
}

@media (min-width: 1121px) {
  .route-heading {
    scroll-margin-top: 120px;
  }
}

.route-heading-description {
  white-space: pre-line;
}

.route-heading h1 {
  max-width: 1000px;
  margin-bottom: 16px;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.98;
}

.route-heading-description,
.route-heading-prompt,
.route-section-heading p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 19px);
}

.route-heading-prompt {
  margin-top: 24px;
  font-weight: 700;
  color: var(--ink);
}

.treatment-results-hero {
  min-height: 760px;
  display: flex;
  flex-direction: column;
  margin: calc(-1 * clamp(38px, 5vw, 72px)) calc(-1 * clamp(20px, 5vw, 72px)) clamp(34px, 5vw, 58px);
  padding: clamp(52px, 7vw, 92px) clamp(20px, 5vw, 72px) clamp(38px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(247, 243, 236, 0.98) 0%, rgba(247, 243, 236, 0.86) 34%, rgba(247, 243, 236, 0.2) 66%),
    linear-gradient(0deg, rgba(23, 32, 29, 0.42), rgba(23, 32, 29, 0.06) 40%),
    url("site-images-export/treatments-results-header.png") center / cover no-repeat;
}

.treatment-results-stats {
  width: min(720px, 100%);
  margin: clamp(24px, 4vw, 42px) 0 28px;
  box-shadow: 0 12px 30px rgba(23, 32, 29, 0.12);
}

.treatment-results-stats div {
  padding: 15px 16px;
}

.treatment-results-stats dt {
  font-size: clamp(27px, 3vw, 39px);
}

.treatment-results-stats dd {
  font-size: 11px;
}

.treatment-results-stats .hero-google-score dt {
  font-size: clamp(16px, 1.7vw, 21px);
}

.treatment-results-stats .hero-google-score {
  order: -1;
}

.treatment-results-stats .google-score-click-prompt {
  font-size: 11px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}

.treatment-results-hero .treatment-list-controls {
  width: 100%;
  margin-top: auto;
  background: rgba(255, 253, 249, 0.86);
}

.treatment-results-desktop-prompt {
  display: none;
}

.retinol-programme {
  display: grid;
  gap: 28px;
  margin: 0 0 clamp(38px, 6vw, 68px);
}

.retinol-programme-lead {
  max-width: 900px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(183, 122, 88, 0.3);
  border-left: 5px solid var(--copper);
  border-radius: 12px;
  background: linear-gradient(115deg, #fffaf5, #f4f8f5);
  box-shadow: 0 18px 40px rgba(39, 55, 48, 0.07);
}

.retinol-programme-lead .eyebrow {
  margin: 0 0 10px;
}

.retinol-programme-lead h2 {
  max-width: 720px;
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 400;
  line-height: 1.06;
}

.retinol-programme-lead > p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 19px);
}

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

.retinol-treatment-option {
  min-width: 0;
  padding: 26px 24px 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(39, 55, 48, 0.06);
}

.retinol-treatment-option > span {
  display: block;
  margin-bottom: 28px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.retinol-treatment-option h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.2vw, 31px);
  font-weight: 400;
  line-height: 1.1;
}

.retinol-treatment-option p {
  margin: 0;
  color: var(--muted);
}

.route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: clamp(34px, 5vw, 60px);
}

.route-actions .button.secondary {
  border: 1px solid var(--line);
  background: var(--white);
}

.button.call-cta,
.route-actions .button.call-cta {
  min-height: 48px;
  border: 0;
  padding: 12px 22px;
  color: var(--white);
  background: var(--sage-dark);
  box-shadow: 0 8px 20px rgba(39, 55, 48, 0.18);
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
}

.button.call-cta::before {
  content: none;
}

.button.call-cta:hover,
.button.call-cta:focus-visible,
.route-actions .button.call-cta:hover,
.route-actions .button.call-cta:focus-visible {
  border-color: var(--sage-dark);
  color: var(--white);
  background: #1f4f40;
  box-shadow: 0 10px 24px rgba(39, 55, 48, 0.26);
  transform: translateY(-2px);
}

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

.treatment-list-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  margin: -4px 0 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(39, 55, 48, 0.08);
}

.treatment-list-toggle,
.treatment-list-hide,
.treatment-list-call {
  min-height: 48px;
  padding-inline: 22px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(39, 55, 48, 0.18);
  cursor: pointer;
}

.treatment-list-primary-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.treatment-list-call {
  white-space: nowrap;
}

.treatment-search {
  position: relative;
  display: grid;
  flex: 1 1 360px;
  max-width: 560px;
  gap: 7px;
}

.treatment-search label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.treatment-search input {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 2px solid var(--sage-dark);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.treatment-search input:focus {
  border-color: var(--copper);
  outline: 3px solid rgba(155, 93, 61, 0.2);
  outline-offset: 1px;
}

.treatment-search-status {
  min-height: 18px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.treatment-search-results {
  position: absolute;
  z-index: 20;
  top: 70px;
  right: 0;
  left: 0;
  overflow: hidden;
  max-height: 320px;
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(25, 36, 31, 0.18);
}

.treatment-search-option {
  display: block;
  width: 100%;
  padding: 13px 15px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.treatment-search-option:last-child {
  border-bottom: 0;
}

.treatment-search-option:hover,
.treatment-search-option:focus-visible {
  color: #fff;
  background: var(--sage-dark);
  outline: 0;
}

.treatment-search-empty {
  margin: 0;
  padding: 14px 15px;
  color: var(--muted);
}

.treatment-index-grid.is-expanded-all {
  grid-template-columns: 1fr;
}

.before-after-name-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.before-after-name-list a {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.15;
  box-shadow: 0 10px 26px rgba(39, 55, 48, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.before-after-name-list a:hover,
.before-after-name-list a:focus-visible {
  border-color: rgba(126, 91, 67, 0.55);
  box-shadow: 0 14px 32px rgba(39, 55, 48, 0.11);
  transform: translateY(-2px);
}

.before-after-name-list a:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 3px;
}

.treatment-index-card {
  display: grid;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 14px 35px rgba(39, 55, 48, 0.06);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.treatment-index-card:hover,
.treatment-index-card:focus-within {
  border-color: rgba(126, 91, 67, 0.5);
  box-shadow: 0 18px 42px rgba(39, 55, 48, 0.12);
  transform: translateY(-3px);
}

.treatment-index-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f3eee7;
}

.treatment-index-card[data-treatment-slug="standard-enzyme-facial"] > img,
.treatment-index-card[data-treatment-slug="rapid-resurfacing-peel"] > img,
.treatment-index-card[data-treatment-slug="hydrating-calming-treatment"] > img {
  object-fit: contain;
  background: var(--white);
}

.treatment-index-copy {
  display: grid;
  align-content: start;
  min-height: 140px;
  padding: 22px;
}

.treatment-index-details {
  display: none;
  padding: 0 clamp(24px, 5vw, 64px) clamp(38px, 6vw, 72px);
  border-top: 1px solid var(--line);
  scroll-margin-top: 110px;
}

.treatment-index-grid.is-expanded-all .treatment-index-card {
  transform: none;
}

.treatment-index-grid.is-expanded-all .treatment-index-card.is-search-target {
  border-color: var(--copper);
  box-shadow: 0 0 0 4px rgba(155, 93, 61, 0.22), 0 18px 42px rgba(39, 55, 48, 0.12);
  scroll-margin-top: 105px;
}

.treatment-index-grid.is-expanded-all .treatment-index-copy {
  display: none;
}

.treatment-index-grid.is-expanded-all .treatment-index-details {
  display: block;
  padding-top: clamp(38px, 6vw, 70px);
}

.treatment-index-overview {
  max-width: 1000px;
  margin-bottom: clamp(40px, 6vw, 72px);
  scroll-margin-top: clamp(100px, 12vw, 180px);
}

.treatment-index-overview h2 {
  max-width: 1000px;
  margin: 0 0 18px;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.98;
}

.treatment-index-overview > p:last-child,
.treatment-index-gallery-heading > p {
  max-width: 850px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.treatment-index-gallery-heading {
  margin-bottom: 26px;
}

.treatment-index-gallery-heading h3 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.treatment-index-photos {
  margin-top: 0;
}

.treatment-card-collapse-all {
  display: none;
  margin: clamp(28px, 4vw, 46px) auto 0;
  box-shadow: 0 9px 22px rgba(39, 74, 61, 0.22);
}

.treatment-card-collapse-top {
  margin: 0;
}

.treatment-card-top-actions {
  display: none;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 clamp(28px, 4vw, 44px);
}

.treatment-index-grid.is-expanded-all .treatment-card-top-actions {
  display: flex;
}

.treatment-index-grid.is-expanded-all .treatment-card-collapse-all {
  display: inline-flex;
}

.treatment-index-photos .treatment-photo {
  aspect-ratio: auto;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(39, 55, 48, 0.08);
}

.treatment-index-photos .treatment-photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.treatment-index-empty {
  grid-column: 1 / -1;
  padding: 18px;
  border-radius: 6px;
  background: #f7f3ee;
}

.treatment-index-card small {
  margin-bottom: 9px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.treatment-index-card strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.05;
}

.route-section-heading {
  max-width: 760px;
  margin: 0 0 26px;
}

.route-section-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 48px);
}

.route-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.route-photo-grid.single {
  grid-template-columns: minmax(0, 615px);
  justify-content: center;
}

.route-photo-grid.empty {
  grid-template-columns: minmax(0, 900px);
}

.gallery-empty-state {
  margin: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
}

.external-reference-note {
  max-width: 900px;
  margin: 14px 0 0;
  padding: 12px 14px;
  border-left: 3px solid var(--copper);
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.external-reference-note a {
  color: var(--sage-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.route-photo-grid .treatment-photo {
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
  aspect-ratio: auto;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(39, 55, 48, 0.08);
}

.route-photo-grid .treatment-photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}


.treatment-gallery-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.treatment-gallery-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 22px 18px;
}

.treatment-gallery-card h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 25px);
}

.treatment-gallery-card header span {
  flex: 0 0 auto;
  padding-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

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

.treatment-photo-grid.single {
  grid-template-columns: 1fr;
}

.treatment-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #f3eee7;
  cursor: zoom-in;
}

.treatment-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 180ms ease;
}

.treatment-photo-fullsize {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: calc(100% - 24px);
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  color: #fff;
  background: rgba(20, 25, 22, 0.76);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  pointer-events: none;
  backdrop-filter: blur(5px);
}

.treatment-photo-fullsize::before {
  content: "↗";
  flex: 0 0 auto;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 13px;
  line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
  .treatment-photo:hover img,
  .treatment-photo:focus-visible img {
    transform: scale(1.025);
  }
}

.treatment-photo:hover .treatment-photo-fullsize,
.treatment-photo:focus-visible .treatment-photo-fullsize {
  background: rgba(155, 93, 61, 0.94);
}

.treatment-photo:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 2px;
}

.lookbook-photo {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #f3eee7;
  cursor: zoom-in;
}

.lookbook-photo img {
  transition: transform 180ms ease;
}

.lookbook-grid .lookbook-photo > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

@media (hover: hover) and (pointer: fine) {
  .lookbook-photo:hover img,
  .lookbook-photo:focus-visible img {
    transform: scale(1.025);
  }
}

.lookbook-photo:hover .treatment-photo-fullsize,
.lookbook-photo:focus-visible .treatment-photo-fullsize {
  background: rgba(155, 93, 61, 0.94);
}

.lookbook-photo:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 2px;
}

.treatment-lightbox {
  width: min(1100px, calc(100vw - 32px));
  max-height: calc(100dvh - 24px);
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #171917;
  color: var(--white);
  overflow: hidden;
}

.treatment-lightbox::backdrop {
  background: rgba(12, 15, 13, 0.86);
}

.treatment-lightbox-panel {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  align-items: center;
  width: 100%;
  height: min(900px, calc(100dvh - 24px));
  min-height: 0;
}

.treatment-lightbox-prev {
  grid-column: 1;
  grid-row: 1;
}

.treatment-lightbox figure {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 24px 0 18px;
  justify-self: stretch;
}

.treatment-lightbox figure img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  margin: auto;
  object-fit: contain;
}

.treatment-lightbox-next {
  grid-column: 3;
  grid-row: 1;
}

.treatment-lightbox figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.86);
}

.treatment-lightbox-close,
.treatment-lightbox-nav {
  border: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.treatment-lightbox-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
}

.treatment-lightbox-nav {
  width: 44px;
  height: 64px;
  margin: 0 auto;
  border-radius: 8px;
  font-size: 46px;
  line-height: 1;
}

.treatment-lightbox-close:hover,
.treatment-lightbox-nav:hover,
.treatment-lightbox-close:focus-visible,
.treatment-lightbox-nav:focus-visible {
  background: rgba(255, 255, 255, 0.24);
}

.service-strip {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--mist);
}

.service-carousel-track {
  position: relative;
  min-height: clamp(520px, 48vw, 760px);
}

.service-strip article {
  position: absolute;
  inset: 0;
  min-height: clamp(520px, 48vw, 760px);
  display: grid;
  grid-template-columns: 1fr;
  opacity: 0;
  transform: translateX(24px);
  pointer-events: none;
  animation: service-card-cycle 63s infinite;
}

.service-strip article.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.service-strip article:nth-child(1) {
  animation-delay: 0s;
}

.service-strip article:nth-child(2) {
  animation-delay: 7s;
}

.service-strip article:nth-child(3) {
  animation-delay: 14s;
}

.service-strip article:nth-child(4) {
  animation-delay: 21s;
}

.service-strip article:nth-child(5) {
  animation-delay: 28s;
}

.service-strip article:nth-child(6) {
  animation-delay: 35s;
}

.service-strip article:nth-child(7) {
  animation-delay: 42s;
}

.service-strip article:nth-child(8) {
  animation-delay: 49s;
}

.service-strip article:nth-child(9) {
  animation-delay: 56s;
}

@keyframes service-card-cycle {
  0%,
  10% {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  12%,
  100% {
    opacity: 0;
    transform: translateX(-18px);
    pointer-events: none;
  }
}

.service-image {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: clamp(520px, 48vw, 760px);
}

.service-image img {
  height: 100%;
  min-height: calc(clamp(520px, 48vw, 760px) - 52px);
  object-fit: cover;
  object-position: center;
}

.image-labels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: var(--sage-dark);
}

.image-labels b {
  display: grid;
  min-height: 52px;
  place-items: center;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.image-labels b:first-child {
  border-right: 1px solid rgba(255, 253, 249, 0.24);
}

.service-strip article > div:not(.service-image) {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: clamp(28px, 5vw, 72px);
  z-index: 2;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.service-strip strong,
.service-strip span {
  display: block;
}

.service-strip strong {
  margin-bottom: 8px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.05;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.service-strip span {
  max-width: 520px;
  color: var(--muted);
  font-size: 20px;
}

.service-carousel-status {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: 22px;
  display: flex;
  gap: 8px;
  z-index: 2;
}

.service-carousel-status span {
  width: 26px;
  height: 4px;
  border-radius: 999px;
  background: rgba(46, 79, 69, 0.22);
}

.service-carousel-status span.active {
  background: var(--sage-dark);
}

.therapy-lookbook {
  background: var(--white);
}

.therapy-lookbook .section-heading p:not(.eyebrow) {
  max-width: 780px;
  color: var(--muted);
}

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

.lookbook-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.lookbook-grid img {
  aspect-ratio: 16 / 11;
  height: auto;
}

.lookbook-grid div {
  padding: 24px;
}

.lookbook-grid article > div > span {
  display: block;
  margin-bottom: 10px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lookbook-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.references {
  background: var(--sage-dark);
  color: var(--white);
}

.treatments > .references {
  width: calc(100% + (2 * clamp(20px, 5vw, 72px)));
  margin-right: calc(-1 * clamp(20px, 5vw, 72px));
  margin-left: calc(-1 * clamp(20px, 5vw, 72px));
  padding: clamp(40px, 4vw, 64px) clamp(20px, 5vw, 72px);
}

.treatments > .references > .section-heading {
  margin-bottom: clamp(22px, 2.5vw, 32px);
}

@media (max-width: 640px) {
  .treatments > .references {
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.references .section-heading p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(255, 253, 249, 0.72);
}

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

.reference-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 253, 249, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.08), rgba(255, 253, 249, 0.02)),
    #1f2a26;
}

.reference-card img {
  aspect-ratio: 16 / 10;
  height: auto;
  order: 3;
  margin-top: 8px;
  border-bottom: 1px solid rgba(255, 253, 249, 0.14);
  border-top: 1px solid rgba(255, 253, 249, 0.14);
}

.reference-card .reference-photo {
  position: relative;
  order: 4;
  width: 100%;
  aspect-ratio: 3 / 2;
  margin-top: 8px;
  border-top: 1px solid rgba(255, 253, 249, 0.14);
  border-bottom: 1px solid rgba(255, 253, 249, 0.14);
  border-radius: 0;
  isolation: isolate;
}

.reference-card .reference-photo::before {
  position: absolute;
  z-index: 0;
  inset: -16px;
  content: "";
  background-image: var(--reference-image);
  background-position: center;
  background-size: cover;
  filter: blur(14px);
  opacity: 0.52;
}

.reference-card .reference-photo > img {
  position: relative;
  z-index: 1;
  display: block;
  order: initial;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  margin: 0;
  border: 0;
  object-fit: contain;
  object-position: center;
}

.reference-card .reference-photo > .treatment-photo-fullsize {
  z-index: 2;
}

.reference-card > span {
  order: 1;
  margin: 22px 24px 12px;
  color: #dfb69a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reference-card h3,
.reference-card p {
  padding-inline: 24px;
}

.reference-card h3 {
  order: 2;
}

/* Keep gallery image rows aligned when neighbouring titles wrap differently. */
@media (min-width: 641px) {
  .reference-card h3 {
    min-height: 2lh;
  }
}

.before-after-labels {
  order: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 10px 24px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 249, 0.16);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.06);
}

.before-after-labels b {
  min-height: 34px;
  display: grid;
  place-items: center;
  color: rgba(255, 253, 249, 0.9);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.before-after-labels b:first-child {
  border-right: 1px solid rgba(255, 253, 249, 0.16);
}

.reference-card p {
  order: 5;
  padding-top: 22px;
  margin-bottom: 24px;
  color: rgba(255, 253, 249, 0.7);
}

.steps {
  display: grid;
  gap: 16px;
}

.steps article,
.result-grid article,
.visit-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.steps article {
  display: grid;
  grid-template-columns: 64px 1fr;
  column-gap: 20px;
  padding: 24px;
}

.steps span {
  grid-row: span 2;
  color: var(--copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1;
}

.steps p {
  margin-bottom: 0;
  color: var(--muted);
}

.results {
  background: var(--cream);
}

#results {
  display: none;
}

.reviews-route-page {
  background: var(--cream);
}

.reviews-experiences-hero .section-heading > p:not(.eyebrow) {
  font-weight: 700;
}

.reviews-experiences-hero {
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: calc(-1 * clamp(64px, 8vw, 118px)) calc(-1 * clamp(20px, 5vw, 72px)) clamp(34px, 5vw, 58px);
  padding: clamp(64px, 8vw, 118px) clamp(20px, 5vw, 72px) clamp(38px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(247, 243, 236, 0.98) 0%, rgba(247, 243, 236, 0.86) 34%, rgba(247, 243, 236, 0.2) 66%),
    linear-gradient(0deg, rgba(23, 32, 29, 0.42), rgba(23, 32, 29, 0.06) 40%),
    url("site-images-export/reviews-experiences-header.png") center / cover no-repeat;
}

.reviews-experiences-stats {
  width: min(720px, 100%);
  margin: 28px 0 0;
  box-shadow: 0 12px 30px rgba(23, 32, 29, 0.12);
}

.reviews-experiences-stats div {
  padding: 15px 16px;
}

.reviews-experiences-stats dt {
  font-size: clamp(27px, 3vw, 39px);
}

.reviews-experiences-stats dd {
  font-size: 11px;
}

.reviews-experiences-stats .hero-google-score dt {
  font-size: clamp(16px, 1.7vw, 21px);
}

.reviews-experiences-stats .hero-google-score {
  order: -1;
}

.reviews-experiences-stats .google-score-click-prompt {
  font-size: 11px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}

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

.review-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 10px;
  padding: 10px 18px;
  border: 1px solid var(--sage-dark);
  border-radius: 999px;
  background: var(--sage-dark);
  color: var(--white);
  font-weight: 800;
}

.result-grid article {
  min-height: 220px;
  padding: 28px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.testimonial-grid article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.testimonial-grid p {
  color: var(--muted);
}

.testimonial-grid p::before {
  content: "\201C";
  color: var(--copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 0;
  vertical-align: -8px;
}

.testimonial-grid strong {
  color: var(--sage-dark);
}

.visit {
  background:
    radial-gradient(circle at 16% 10%, rgba(111, 136, 123, 0.18), transparent 32%),
    var(--white);
}

.visit-route-hero {
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: calc(-1 * clamp(38px, 5vw, 72px)) calc(-1 * clamp(20px, 5vw, 72px));
  padding: clamp(64px, 8vw, 118px) clamp(20px, 5vw, 72px) clamp(38px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(247, 243, 236, 0.98) 0%, rgba(247, 243, 236, 0.86) 34%, rgba(247, 243, 236, 0.2) 66%),
    linear-gradient(0deg, rgba(23, 32, 29, 0.42), rgba(23, 32, 29, 0.06) 40%),
    url("site-images-export/visit-header.png") center / cover no-repeat;
}

.visit-route-content {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.visit-route-content > div:first-child {
  max-width: 760px;
}

.visit-route-content h1 {
  font-size: clamp(48px, 6vw, 82px);
}

.visit-route-content > div:first-child > p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 20px);
}

.visit-route-content .visit-panel {
  background: rgba(255, 253, 249, 0.86);
}

.visit-route-stats {
  width: min(720px, 100%);
  margin: 32px 0 0;
  box-shadow: 0 12px 30px rgba(23, 32, 29, 0.12);
}

.visit-route-stats div {
  padding: 15px 16px;
}

.visit-route-stats dt {
  font-size: clamp(27px, 3vw, 39px);
}

.visit-route-stats dd {
  font-size: 11px;
}

.visit-route-stats .hero-google-score dt {
  font-size: clamp(16px, 1.7vw, 21px);
}

.visit-route-stats .hero-google-score {
  order: -1;
}

.visit-route-stats .google-score-click-prompt {
  font-size: 11px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}

.visit-panel {
  padding: 24px;
  box-shadow: var(--shadow);
}

.full {
  width: 100%;
  margin-bottom: 12px;
}

.visit-call-outline {
  min-height: 50px;
  border: 1px solid var(--sage-dark);
  color: var(--sage-dark);
  background: var(--white);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.visit-call-outline:hover,
.visit-call-outline:focus-visible {
  color: var(--white);
  background: var(--sage-dark);
  box-shadow: 0 8px 20px rgba(39, 55, 48, 0.18);
  transform: translateY(-2px);
}

.visit-address-button {
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}

.visit-late-appointments {
  margin-top: 10px;
}

.visit-booking-note,
.visit-late-appointments {
  font-weight: 700;
}

.visit-hours-title {
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 36px);
}

.visit-hours-title + ul {
  margin-top: 0;
}

.visit-call-button {
  margin-top: 20px;
}

.visit-panel ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.visit-panel li {
  padding: 11px 0;
  border-top: 1px solid var(--line);
}

.site-footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
    width: 100%;
  }

  .main-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 9px 14px;
    border: 1px solid rgba(23, 32, 29, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
  }

  .language-switcher {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: stretch;
  }

  .language-switcher select {
    flex: 1;
    max-width: none;
  }

  .header-cta {
    grid-column: 2;
    grid-row: 1;
    min-width: 190px;
  }
}

@media (max-width: 980px) {

  .approach {
    min-height: auto;
    grid-template-areas:
      "copy"
      "stats"
      "steps";
    grid-template-rows: auto;
  }

  .reviews-experiences-hero {
    min-height: auto;
  }

  .approach,
  .treatment-results-hero,
  .reviews-experiences-hero {
    background-size: 100% 100%, 100% 100%, 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .treatment-results-hero {
    min-height: auto;
  }

  .skin-health-card {
    background-size: 100% 100%, 100% auto;
    background-position: center, center bottom;
    background-repeat: no-repeat;
  }

  .visit-route-hero {
    --visit-mobile-pad: clamp(20px, 5vw, 42px);
    min-height: auto;
    padding: clamp(48px, 7vw, 72px) var(--visit-mobile-pad) clamp(42px, 7vw, 72px);
    background-color: var(--cream);
    background-image:
      linear-gradient(90deg, rgba(247, 243, 236, 0.98) 0%, rgba(247, 243, 236, 0.86) 34%, rgba(247, 243, 236, 0.2) 66%),
      linear-gradient(0deg, rgba(23, 32, 29, 0.42), rgba(23, 32, 29, 0.06) 40%),
      url("site-images-export/visit-header.png");
    background-size: 100% 100%, 100% 100%, 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .visit-route-content h1 {
    font-size: clamp(42px, 7vw, 58px);
    overflow-wrap: anywhere;
  }

  .visit-route-content {
    grid-template-columns: 1fr;
  }

  .treatment-index-grid,
  .before-after-name-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: 720px;
  }

  .hero-media::after {
    background:
      linear-gradient(90deg, rgba(247, 243, 236, 0.97) 0%, rgba(247, 243, 236, 0.82) 52%, rgba(247, 243, 236, 0.32) 100%),
      linear-gradient(0deg, rgba(23, 32, 29, 0.45), rgba(23, 32, 29, 0.06) 46%);
  }

  .intro-band,
  .approach,
  .visit,
  .treatment-grid,
  .treatment-directory,
  .lookbook-grid,
  .result-grid {
    grid-template-columns: 1fr;
  }

  .intro-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .feature-card.large {
    grid-row: auto;
  }

  .skin-health-card {
    min-height: 640px;
    background:
      linear-gradient(180deg, var(--white) 0 36%, rgba(255, 253, 249, 0.78) 45%, rgba(255, 253, 249, 0) 64%),
      url("site-images-export/skin-health-facial-led.png") center bottom / 100% auto no-repeat;
  }

  .service-strip article {
    grid-template-columns: 1fr;
    grid-template-rows: auto 320px;
    min-height: 590px;
  }

  .service-strip article > div:not(.service-image) {
    position: static;
    grid-row: 1;
    justify-content: flex-start;
    max-width: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .service-image {
    grid-row: 2;
  }

  .service-image {
    min-height: 320px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-image img {
    width: 100%;
    min-height: 0;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .service-carousel-track {
    min-height: 590px;
  }

  .service-carousel-status {
    right: 20px;
    bottom: 16px;
  }
}

@media (max-width: 640px) {
  /* Keep headings over the responsive hero image, then move regular copy below it. */
  .approach-copy > h2 + p,
  .reviews-experiences-hero .section-heading > h2 + p,
  .treatment-results-hero .route-heading-description,
  .visit-route-content > div:first-child > h1 + p {
    margin-top: clamp(72px, 22vw, 140px);
    padding: 18px 16px 0;
    background: var(--cream);
  }

  .approach-copy > h2 + p,
  .reviews-experiences-hero .section-heading > h2 + p {
    margin-right: -16px;
    margin-left: -16px;
  }

  .visit-route-content > div:first-child > p:not(.eyebrow) {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
    background: var(--cream);
  }

  .visit-route-content > div:first-child > p:not(.eyebrow) + p {
    margin-top: 0;
    padding-top: 12px;
  }

  .reviews-experiences-hero {
    min-height: auto;
  }

  .visit-route-hero {
    min-height: auto;
    margin: -38px -16px -72px;
    padding: 42px 16px 72px;
  }

  .route-view {
    min-height: 0;
    padding: 38px 16px 72px;
  }

  .route-heading h1 {
    font-size: 40px;
  }

  .route-actions,
  .treatment-index-grid,
  .before-after-name-list,
  .retinol-treatment-options,
  .treatment-index-photos,
  .route-photo-grid,
  .route-photo-grid.single {
    grid-template-columns: 1fr;
  }

  .route-actions {
    display: grid;
  }

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

  .treatment-index-copy {
    min-height: 142px;
  }

  .route-photo-grid .treatment-photo {
    aspect-ratio: auto;
  }

  .site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px 16px;
  }

  .brand {
    width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
  }

  .brand-logo {
    width: 260px;
    max-width: 86vw;
  }

  .main-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 8px;
  }

  .main-nav a {
    width: 100%;
    padding: 10px 9px;
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 1.25;
    text-align: center;
  }

  .header-cta {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
    min-width: 0;
    padding: 11px 14px;
    font-size: clamp(13px, 3.5vw, 16px);
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding: 0 0 28px;
    background: var(--cream);
  }

  .hero-media {
    position: relative;
    inset: auto;
    order: 1;
    min-height: 0;
    overflow: hidden;
    background: var(--mist);
  }

  .hero-media::after {
    display: none;
  }

  .hero-media img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }

  .hero-content {
    order: 2;
    padding: 28px 16px 0;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 31px;
  }

  h3 {
    font-size: 20px;
  }

  .hero-copy,
  .intro-details p,
  .service-strip span {
    font-size: 17px;
  }

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

  .hero-stats,
  .intro-points,
  .reference-grid,
  .treatment-directory,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .treatment-gallery-card header {
    display: block;
  }

  .treatment-gallery-card header span {
    display: block;
    padding-top: 8px;
  }

  .treatment-lightbox-panel {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .treatment-lightbox figure {
    padding-top: 60px;
  }

  .treatment-lightbox figcaption {
    display: block;
    padding: 12px 4px 0;
  }

  .treatment-lightbox figcaption span {
    display: block;
    margin-top: 5px;
  }

  .treatment-lightbox-nav {
    width: 36px;
    height: 54px;
  }

  .intro-band,
  .approach,
  .visit,
  .treatments,
  .therapy-lookbook,
  .references,
  .results {
    padding: 46px 16px;
  }

  .approach {
    grid-template-areas:
      "copy"
      "stats"
      "steps";
    background-color: var(--cream);
    background-image:
      linear-gradient(90deg, rgba(247, 243, 236, 0.98) 0%, rgba(247, 243, 236, 0.86) 34%, rgba(247, 243, 236, 0.2) 66%),
      linear-gradient(0deg, rgba(23, 32, 29, 0.42), rgba(23, 32, 29, 0.06) 40%),
      url("site-images-export/approach-lumecca-clinic.png");
    background-size: 100% 100%, 100% 100%, 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .approach::before {
    display: none;
  }

  .skin-health-card {
    min-height: 680px;
    background:
      linear-gradient(180deg, var(--white) 0 34%, rgba(255, 253, 249, 0.78) 46%, rgba(255, 253, 249, 0) 66%),
      url("site-images-export/skin-health-facial-led.png") center bottom / 100% auto no-repeat;
  }

  .service-strip article {
    grid-template-rows: auto minmax(360px, 1fr);
    min-height: 700px;
  }

  .service-carousel-track {
    min-height: 700px;
  }

  .service-strip strong {
    font-size: 32px;
  }

  .service-strip article > div:not(.service-image) {
    justify-content: flex-start;
    padding: 26px 20px 18px;
  }

  .hero-stats div,
  .result-grid article,
  .testimonial-grid article {
    padding: 20px;
  }

  .image-labels b {
    min-height: 42px;
  }

  .service-image {
    min-height: 360px;
  }

  .service-image img,
  .reference-card img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
  }

  .reviews-experiences-hero {
    background-size: 100% 100%, 100% 100%, 100% auto;
    background-position: center, center, center top;
    background-repeat: no-repeat;
  }

  .skin-health-card {
    background-size: 100% 100%, 100% auto;
    background-position: center, center bottom;
    background-repeat: no-repeat;
  }

  .feature-card img,
  .lookbook-grid img {
    height: 100%;
    min-height: 260px;
    object-fit: cover;
  }

  .feature-card img,
  .lookbook-grid img,
  .reference-card img {
    aspect-ratio: 4 / 3;
  }

  .before-after-labels {
    margin-inline: 18px;
  }

  .reference-card span {
    margin-inline: 18px;
  }

  .reference-card h3,
  .reference-card p {
    padding-inline: 18px;
  }

  .steps article {
    grid-template-columns: 1fr;
  }

  .steps span {
    grid-row: auto;
    margin-bottom: 10px;
  }

  .site-footer {
    display: flex;
    justify-content: center;
  }

  .site-footer a {
    display: inline-flex;
    margin-top: 0;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: 238px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  .hero-stats dt {
    font-size: 34px;
  }

  .service-strip article {
    grid-template-rows: auto minmax(330px, 1fr);
    min-height: 670px;
  }

  .service-carousel-track {
    min-height: 670px;
  }

  .service-strip strong {
    font-size: 28px;
  }

  .service-carousel-status span {
    width: 18px;
  }

  .service-image {
    min-height: 330px;
  }

  .service-image img,
  .reference-card img {
    min-height: 240px;
  }
}
.google-score-block {
  display: grid;
  max-width: 560px;
  gap: 14px;
  margin-top: 24px;
}

.google-score-block h3 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(26px, 3vw, 38px);
}

.google-score-display-link {
  display: grid;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}

.google-score-click-prompt {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.google-score-display-link:hover .google-score-value,
.google-score-display-link:focus-visible .google-score-value {
  color: #8f6808;
}

.google-score-value {
  margin: 0;
  color: var(--gold);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.google-score-block .review-link {
  justify-self: start;
}
.approach-results {
  width: min(100%, 1800px);
  margin: 0 auto clamp(70px, 9vw, 120px);
  padding: 0 clamp(18px, 4vw, 48px);
}

.approach-results article {
  min-height: 0;
  padding: clamp(18px, 2.5vw, 24px);
}

.approach-results article > :last-child {
  margin-bottom: 0;
}

.visit-mobile-heading {
  display: none;
}

.reviews-mobile-heading {
  display: none;
}

.approach-mobile-heading {
  display: none;
}

.hero-mobile-heading {
  display: none;
}

/* Visit responsive composition: heading overlays the complete image; body copy follows it. */
@media (max-width: 1200px) {
  .visit-route-hero {
    --visit-image-height: calc(100vw * 884 / 1780);
    --visit-side-pad: clamp(16px, 5vw, 60px);
    position: relative;
    min-height: 0;
    padding-top: 0;
    padding-right: var(--visit-side-pad);
    padding-left: var(--visit-side-pad);
    background-color: var(--cream);
    background-image:
      linear-gradient(90deg, rgba(247, 243, 236, 0.98) 0%, rgba(247, 243, 236, 0.86) 34%, rgba(247, 243, 236, 0.2) 66%),
      linear-gradient(0deg, rgba(23, 32, 29, 0.42), rgba(23, 32, 29, 0.06) 40%),
      url("site-images-export/visit-header.png");
    background-size: 100% var(--visit-image-height), 100% var(--visit-image-height), 100% var(--visit-image-height);
    background-position: center top;
    background-repeat: no-repeat;
  }

  .visit-route-content {
    grid-template-columns: 1fr;
  }

  .visit-route-content > div:first-child {
    position: relative;
    max-width: none;
    padding-top: calc(var(--visit-image-height) - clamp(32px, 5vw, 60px) + 24px);
  }

  .visit-route-content > div:first-child > .eyebrow {
    position: absolute;
    top: 0;
    left: 0;
  }

  .visit-route-content > div:first-child > h1 {
    position: absolute;
    top: clamp(34px, 5vw, 58px);
    left: 0;
    max-width: clamp(270px, 62vw, 700px);
    margin: 0;
    font-size: clamp(38px, 5.8vw, 64px);
    line-height: 0.98;
    letter-spacing: -0.035em;
    text-wrap: balance;
    text-shadow: 0 1px 18px rgba(255, 253, 249, 0.42);
  }

  .visit-route-content > div:first-child > h1 + p,
  .visit-route-content > div:first-child > p:not(.eyebrow),
  .visit-route-content > div:first-child > p:not(.eyebrow) + p {
    margin: 0;
    padding: 12px 0 0;
    background: var(--cream);
  }

  .visit-route-stats {
    position: static;
    z-index: 2;
    order: 2;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: calc(100% + (2 * var(--visit-side-pad)));
    max-width: none;
    margin: 0 calc(-1 * var(--visit-side-pad));
    border-radius: 0;
    transform: none;
  }

  .visit-route-stats > div {
    text-align: center;
  }

  .visit-route-stats .google-score-display-link {
    justify-items: center;
  }

  .visit-route-stats .review-link {
    justify-self: center;
  }

  .visit-mobile-heading {
    position: relative;
    display: block;
    order: 1;
    min-height: var(--visit-image-height);
    padding: clamp(32px, 5vw, 60px) clamp(20px, 5vw, 42px);
  }

  .visit-mobile-heading h1 {
    max-width: clamp(270px, 62vw, 700px);
    margin: 18px 0 0;
    font-size: clamp(38px, 5.8vw, 64px);
    line-height: 0.98;
    letter-spacing: -0.035em;
    text-wrap: balance;
  }

  .visit-route-content {
    order: 3;
  }

  .visit-route-content > div:first-child {
    padding-top: 0;
  }

  .visit-route-content > div:first-child > .eyebrow,
  .visit-route-content > div:first-child > h1 {
    display: none;
  }
}

@media (max-width: 1200px) {
  .reviews-experiences-hero {
    --reviews-image-height: calc(100vw * 883 / 1780);
    --reviews-side-pad: clamp(16px, 5vw, 60px);
    min-height: 0;
    padding: 0 var(--reviews-side-pad) clamp(42px, 7vw, 72px);
    background-color: var(--cream);
    background-size: 100% var(--reviews-image-height), 100% var(--reviews-image-height), 100% var(--reviews-image-height);
    background-position: center top;
    background-repeat: no-repeat;
  }

  .reviews-mobile-heading {
    display: block;
    order: 1;
    min-height: var(--reviews-image-height);
    padding: clamp(32px, 5vw, 60px) var(--reviews-side-pad);
  }

  .reviews-mobile-heading h2 {
    max-width: min(760px, 72%);
    margin-top: 10px;
    font-size: clamp(38px, 5.8vw, 64px);
    line-height: 0.98;
    letter-spacing: -0.035em;
    text-wrap: balance;
  }

  .reviews-experiences-stats {
    order: 2;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: calc(100% + (2 * var(--reviews-side-pad)));
    max-width: none;
    margin: 0 calc(-1 * var(--reviews-side-pad)) 32px;
    border-radius: 0;
  }

  .reviews-experiences-stats > div {
    text-align: center;
  }

  .reviews-experiences-stats .hero-google-score {
    order: -1;
  }

  .reviews-experiences-stats .google-score-display-link {
    justify-items: center;
  }

  .reviews-experiences-stats .review-link {
    justify-self: center;
  }

  .reviews-experiences-hero > .section-heading {
    order: 3;
    max-width: none;
    margin: 0;
  }

  .reviews-experiences-hero > .section-heading > .eyebrow,
  .reviews-experiences-hero > .section-heading > h2 {
    display: none;
  }

  .reviews-experiences-hero > .section-heading > p:not(.eyebrow) {
    margin: 0;
    padding: 0;
    background: var(--cream);
  }
}

@media (max-width: 640px) {
  .visit-route-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reviews-experiences-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Landing and Approach: preserve every complete image on mobile and tablet. */
@media (max-width: 1200px) {
  .hero {
    --landing-side-pad: clamp(16px, 5vw, 60px);
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0 var(--landing-side-pad) clamp(42px, 7vw, 72px);
    background: var(--cream);
  }

  .hero-media {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1717 / 916;
    overflow: hidden;
    background: var(--cream);
  }

  .hero-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center top;
  }

  .hero-content {
    position: relative;
    width: 100%;
    max-width: 730px;
    padding: 28px 0 0;
  }

  .hero-mobile-heading {
    position: relative;
    display: block;
    flex: 0 0 auto;
    box-sizing: border-box;
    width: calc(100% + (2 * var(--landing-side-pad)));
    aspect-ratio: 1717 / 916;
    margin: 0 calc(-1 * var(--landing-side-pad));
    padding: clamp(28px, 5vw, 58px) var(--landing-side-pad);
  }

  .hero-mobile-heading h1 {
    max-width: min(830px, 72%);
    margin-top: 10px;
    font-size: clamp(27px, 5vw, 64px);
    line-height: 0.94;
    text-wrap: balance;
  }

  .hero-content > .eyebrow,
  .hero-content > h1 {
    display: none;
  }

  .approach {
    --approach-side-pad: clamp(16px, 5vw, 60px);
    --approach-image-height: calc(100vw * 882 / 1783);
    position: relative;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0 var(--approach-side-pad) clamp(42px, 7vw, 72px);
    background-color: var(--cream);
    background-image:
      linear-gradient(90deg, rgba(247, 243, 236, 0.98) 0%, rgba(247, 243, 236, 0.86) 34%, rgba(247, 243, 236, 0.2) 66%),
      linear-gradient(0deg, rgba(23, 32, 29, 0.42), rgba(23, 32, 29, 0.06) 40%),
      url("site-images-export/approach-lumecca-clinic.png");
    background-size:
      100% var(--approach-image-height),
      100% var(--approach-image-height),
      100% var(--approach-image-height);
    background-position: center top;
    background-repeat: no-repeat;
  }

  .approach::before {
    display: none;
  }

  .approach-mobile-heading {
    display: block;
    flex: 0 0 auto;
    box-sizing: border-box;
    width: calc(100% + (2 * var(--approach-side-pad)));
    min-height: var(--approach-image-height);
    margin: 0 calc(-1 * var(--approach-side-pad));
    padding: clamp(28px, 5vw, 58px) var(--approach-side-pad);
  }

  .approach-mobile-heading h2 {
    max-width: min(760px, 72%);
    margin-top: 10px;
    font-size: clamp(27px, 5vw, 60px);
    line-height: 0.96;
    text-wrap: balance;
  }

  .approach-copy {
    padding-top: 28px;
  }

  .approach-copy > .eyebrow,
  .approach-copy > h2 {
    display: none;
  }

  .approach-copy > p:not(.eyebrow) {
    margin: 0;
    padding: 0;
    background: transparent;
  }

  .approach-stats {
    position: absolute;
    z-index: 2;
    top: var(--approach-image-height);
    left: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    transform: translateY(-100%);
  }

  .approach-stats > div {
    text-align: center;
  }

  .approach .steps {
    margin-top: 28px;
  }

  .skin-health-card {
    background-size: 100% 100%, 100% auto;
    background-position: center, center bottom;
    background-repeat: no-repeat;
  }

  .feature-card img,
  .lookbook-grid img,
  .reference-card img,
  .service-image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }

  .service-carousel-track {
    height: calc(174px + (100vw * 626 / 615));
    min-height: 0;
  }

  .service-strip article {
    height: 100%;
    min-height: 0;
    grid-template-rows: auto auto;
    align-content: start;
  }

  .service-strip article > div:not(.service-image) {
    min-height: 122px;
  }

  .service-image {
    min-height: 0;
    grid-template-rows: 52px auto;
  }
}

@media (max-width: 640px) {
  .approach-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Visit desktop: keep the location and appointment notes beneath the complete image. */
@media (min-width: 1201px) {
  body:not(.route-active) main > .approach,
  body:not(.route-active) main > .approach-results,
  body:not(.route-active) main > .results {
    display: none;
  }

  .reviews-route-page .reviews-experiences-hero {
    --reviews-desktop-image-height: min(760px, calc(100vw * 884 / 1780));
    margin-bottom: 32px;
    padding-bottom: 32px;
    background-size:
      100% var(--reviews-desktop-image-height),
      100% var(--reviews-desktop-image-height),
      100% var(--reviews-desktop-image-height);
    background-position: center top;
    background-repeat: no-repeat;
  }

  .approach-route-page > .approach {
    --approach-route-image-height: min(760px, calc(100vw * 882 / 1783));
    position: relative;
    background-size:
      100% var(--approach-route-image-height),
      100% var(--approach-route-image-height),
      100% var(--approach-route-image-height);
    background-position: center top;
    background-repeat: no-repeat;
  }

  .approach-route-page .approach-stats {
    position: absolute;
    z-index: 2;
    grid-area: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    top: var(--approach-route-image-height);
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    transform: translateY(-100%);
  }

  .approach-route-page .approach-stats .hero-google-score {
    order: -1;
  }

  .approach-route-page .approach-stats div {
    padding: 15px 16px;
  }

  .approach-route-page .approach-stats dt {
    font-size: clamp(27px, 3vw, 39px);
  }

  .approach-route-page .approach-stats dd,
  .approach-route-page .approach-stats .hero-google-score dd,
  .approach-route-page .approach-stats .hero-google-score .google-score-click-prompt {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .approach-route-page .approach-stats .hero-google-score dt {
    font-size: clamp(16px, 1.7vw, 21px);
  }

  .approach-route-page .approach-copy > p:not(.eyebrow) {
    display: none;
  }

  .approach-route-page .approach-route-desktop-copy {
    display: block;
    margin: 0;
    padding: 28px 0;
    color: var(--muted);
    font-size: clamp(17px, 1.4vw, 20px);
    font-weight: 700;
  }

  .approach-route-page > .approach .steps {
    display: none;
  }

  .approach-route-page > .approach-route-desktop-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 28px;
  }

  .approach-route-page > .approach-route-desktop-steps article {
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 14px;
    height: 100%;
  }

  .treatment-results-hero .route-heading > .route-heading-prompt {
    display: none;
  }

  .treatment-results-hero .treatment-results-desktop-prompt {
    display: block;
    margin: 16px 0 24px;
  }

  .treatment-results-hero .treatment-list-controls {
    align-items: center;
  }

  .treatment-results-hero .treatment-list-primary-controls,
  .treatment-results-hero .treatment-search {
    align-self: center;
  }

  .treatment-results-hero .treatment-results-stats {
    width: min(900px, 100%);
  }

  .treatment-results-hero .treatment-results-stats .hero-google-score {
    order: -1;
  }

  .treatment-results-hero .treatment-results-stats .hero-google-score dd,
  .treatment-results-hero .treatment-results-stats .hero-google-score .google-score-click-prompt {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .visit-route-hero {
    --visit-desktop-image-height: min(760px, calc(100vw * 884 / 1780));
    position: relative;
    min-height: 0;
    padding-top: 0;
    background-color: var(--cream);
    background-size:
      100% var(--visit-desktop-image-height),
      100% var(--visit-desktop-image-height),
      100% var(--visit-desktop-image-height);
    background-position: center top;
    background-repeat: no-repeat;
  }

  .visit-route-content > div:first-child {
    position: relative;
    max-width: none;
    padding-top: calc(var(--visit-desktop-image-height) + 124px);
  }

  .visit-route-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .visit-route-content .visit-panel {
    width: 100%;
    max-width: none;
  }

  .visit-route-stats {
    position: absolute;
    z-index: 2;
    top: var(--visit-desktop-image-height);
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
    margin: 0;
    border-radius: 0;
    transform: none;
  }

  .visit-route-stats .hero-google-score {
    order: -1;
  }

  .visit-route-stats .hero-google-score dd,
  .visit-route-stats .hero-google-score .google-score-click-prompt {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .visit-route-content > div:first-child > .eyebrow {
    position: absolute;
    top: clamp(58px, 6vw, 94px);
    left: 0;
  }

  .visit-route-content > div:first-child > h1 {
    position: absolute;
    top: clamp(94px, 9vw, 148px);
    left: 0;
    max-width: 720px;
  }

  .reviews-route-page .reviews-experiences-hero {
    --reviews-desktop-side-pad: clamp(20px, 5vw, 72px);
    --reviews-desktop-image-height: min(760px, calc(100vw * 884 / 1780));
    position: relative;
    min-height: 0;
    display: block;
    padding: 0 var(--reviews-desktop-side-pad) clamp(38px, 5vw, 64px);
    background-color: var(--cream);
    background-size:
      100% var(--reviews-desktop-image-height),
      100% var(--reviews-desktop-image-height),
      100% var(--reviews-desktop-image-height);
    background-position: center top;
    background-repeat: no-repeat;
  }

  .reviews-route-page .reviews-experiences-hero > .section-heading {
    position: relative;
    max-width: none;
    margin: 0;
    padding-top: calc(var(--reviews-desktop-image-height) + 28px);
  }

  .reviews-route-page .reviews-experiences-hero > .section-heading > .eyebrow {
    position: absolute;
    top: clamp(58px, 6vw, 94px);
    left: 0;
  }

  .reviews-route-page .reviews-experiences-hero > .section-heading > h2 {
    position: absolute;
    top: clamp(94px, 9vw, 148px);
    left: 0;
    max-width: min(760px, 72%);
  }

  .reviews-route-page .reviews-experiences-hero > .section-heading > p:not(.eyebrow) {
    margin: 0;
  }

  .reviews-route-page .reviews-experiences-stats {
    position: absolute;
    z-index: 2;
    top: calc(var(--reviews-desktop-image-height) - 172px);
    left: var(--reviews-desktop-side-pad);
    width: min(900px, calc(100% - (2 * var(--reviews-desktop-side-pad))));
    margin: 0;
  }

  .reviews-route-page .reviews-experiences-stats .hero-google-score {
    order: -1;
  }

  .reviews-route-page .reviews-experiences-stats .hero-google-score dd,
  .reviews-route-page .reviews-experiences-stats .hero-google-score .google-score-click-prompt {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

.treatment-results-hero .route-heading > .route-heading-prompt {
  display: block;
  margin: 0 0 12px;
}

.treatment-results-hero .treatment-results-desktop-prompt {
  display: none;
}

/* Vertically center the landing heading within its image, keeping left alignment. */
@media (max-width: 1200px) {
  .hero-mobile-heading h1 {
    position: absolute;
    top: 50%;
    right: auto;
    left: var(--landing-side-pad);
    width: min(830px, 72%);
    max-width: none;
    margin: 0;
    text-align: left;
    transform: translateY(-50%);
  }
}

/* Keep the landing statistics bar beneath the hero image like the route bars. */
.hero > .hero-stats .hero-google-score {
  order: -1;
}

.hero > .hero-stats .google-score-click-prompt {
  font-size: 13px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .hero > .hero-stats {
    order: 2;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: calc(100% + (2 * var(--landing-side-pad)));
    max-width: none;
    margin: 0 calc(-1 * var(--landing-side-pad));
    border-radius: 0;
  }

  .hero-content {
    order: 3;
  }
}

@media (max-width: 640px) {
  .hero > .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Keep the long header phone CTA comfortably inside its pill on compact layouts. */
@media (max-width: 1120px) {
  .header-cta {
    flex-wrap: wrap;
    column-gap: 0.45em;
    row-gap: 2px;
    min-width: 0;
    padding-inline: 18px;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    overflow-wrap: normal;
  }

  .header-cta > span {
    white-space: nowrap;
  }
}

@media (min-width: 1201px) {
  .skin-health-card {
    display: flex;
    flex-direction: column;
    background: var(--white);
  }

  .skin-health-card > img {
    flex: 1 1 auto;
    min-height: 0;
    object-fit: cover;
    object-position: center;
  }

  .skin-health-card > div {
    flex: 0 0 auto;
  }

  .approach-route-page .approach-copy > .eyebrow {
    color: var(--copper);
  }

  .hero {
    --landing-desktop-image-height: min(760px, calc(100vw * 916 / 1717));
    min-height: calc(var(--landing-desktop-image-height) + 126px);
    padding-bottom: 0;
  }

  .hero-media {
    inset: 0 0 auto;
    width: 100%;
    bottom: auto;
    height: var(--landing-desktop-image-height);
    overflow: hidden;
  }

  .hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .hero-content {
    position: absolute;
    z-index: 1;
    top: clamp(58px, 6vw, 94px);
    bottom: auto;
    left: clamp(20px, 5vw, 72px);
    width: min(760px, 72%);
    max-width: none;
  }

  .hero-content > .eyebrow {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.55;
    letter-spacing: 0.12em;
  }

  .hero-content > h1 {
    max-width: 760px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: normal;
    text-wrap: balance;
  }

  .hero > .hero-stats {
    position: absolute;
    z-index: 2;
    top: var(--landing-desktop-image-height);
    left: 0;
    right: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: auto;
    max-width: none;
    margin: 0;
    border-radius: 0;
  }
}

/* Desktop header: larger branding with controls kept fully inside the viewport. */
@media (min-width: 1201px) {
  .site-header {
    grid-template-columns:
      clamp(264px, 20vw, 340px)
      minmax(0, 1fr)
      clamp(264px, 22vw, 340px);
    grid-template-rows: auto auto;
    column-gap: clamp(14px, 1.6vw, 30px);
    row-gap: 10px;
    min-height: clamp(142px, 11vw, 166px);
    padding: clamp(16px, 1.5vw, 22px) clamp(20px, 2.4vw, 44px);
  }

  .brand {
    grid-column: 1;
    grid-row: 1 / -1;
    width: 100%;
    min-width: 0;
  }

  .brand-logo {
    width: 100%;
  }

  .main-nav {
    grid-column: 2;
    grid-row: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(12px, 1.25vw, 24px);
    width: 100%;
    padding: 0;
    font-family: "Segoe UI Light", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(16px, 1.45vw, 28px);
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0.01em;
    transform: translateX(clamp(-24px, -1.2vw, -12px));
  }

  .main-nav a {
    text-align: center;
    white-space: nowrap;
  }

  .language-switcher {
    grid-column: 3;
    grid-row: 1;
    width: 100%;
  }

  .language-switcher select {
    width: 100%;
    max-width: none;
    min-height: 46px;
    font-size: 16px;
  }

  .header-cta {
    grid-column: 3;
    grid-row: 2;
    width: 100%;
    min-height: 48px;
    padding-inline: clamp(10px, 1vw, 16px);
    font-size: clamp(12px, 1vw, 14px);
    gap: 0.4em;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }
}

/* Give the desktop navigation a visibly separate lane from the right controls. */
@media (min-width: 1400px) {
  .site-header {
    grid-template-columns: 260px minmax(0, 1fr) clamp(308px, 22vw, 340px);
    column-gap: 60px;
  }
}

/* Show the supplied Skin Health image cleanly, without the faded top overlay. */
.skin-health-card {
  background-image: url("site-images-export/skin-health-facial-led.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .skin-health-card {
    background-size: 100% auto;
  }
}

/* Keep the Treatments & Results statistics bar locked to the image like Visit. */
@media (max-width: 1200px) {
  .treatment-results-hero {
    --treatment-image-height: calc(100vw * 883 / 1782);
    --treatment-side-pad: clamp(16px, 5vw, 60px);
    position: relative;
    padding: 0 var(--treatment-side-pad) clamp(42px, 7vw, 72px);
    background-size:
      100% var(--treatment-image-height),
      100% var(--treatment-image-height),
      100% var(--treatment-image-height);
    background-position: center top;
    background-repeat: no-repeat;
  }

  .treatment-results-hero > .route-heading {
    position: relative;
    max-width: none;
    margin-bottom: clamp(30px, 5vw, 58px);
    padding-top: calc(var(--treatment-image-height) + 28px);
  }

  .treatment-results-hero > .route-heading > .eyebrow {
    position: absolute;
    top: clamp(38px, 6vw, 78px);
    left: 0;
  }

  .treatment-results-hero > .route-heading > :is(h1, h2) {
    position: absolute;
    top: clamp(74px, 9vw, 132px);
    left: 0;
    max-width: min(760px, 72%);
    margin: 0;
    font-size: clamp(38px, 5.8vw, 64px);
    line-height: 0.98;
    letter-spacing: -0.035em;
  }

  .treatment-results-hero > .route-heading > .route-heading-description {
    margin: 0;
    padding: 0;
    background: var(--cream);
  }

  .treatment-results-hero .treatment-results-stats {
    position: absolute;
    z-index: 2;
    top: var(--treatment-image-height);
    left: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    transform: translateY(-100%);
  }

  .treatment-results-stats > div {
    text-align: center;
  }

  .treatment-results-stats .google-score-display-link {
    justify-items: center;
  }

  .treatment-results-stats .review-link {
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .treatment-results-hero .treatment-results-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1201px) {
  .treatment-results-hero {
    --treatment-image-height: min(760px, calc(100vw * 884 / 1780));
    --treatment-side-pad: clamp(20px, 5vw, 72px);
    position: relative;
    min-height: 0;
    padding: 0 var(--treatment-side-pad) clamp(38px, 5vw, 64px);
    background-size:
      100% var(--treatment-image-height),
      100% var(--treatment-image-height),
      100% var(--treatment-image-height);
    background-position: center top;
    background-repeat: no-repeat;
  }

  .treatment-results-hero > .route-heading {
    position: relative;
    max-width: none;
    margin-bottom: clamp(30px, 5vw, 58px);
    padding-top: calc(var(--treatment-image-height) + 28px);
  }

  .treatment-results-hero > .route-heading > .eyebrow {
    position: absolute;
    top: clamp(58px, 6vw, 94px);
    left: 0;
  }

  .treatment-results-hero > .route-heading > :is(h1, h2) {
    position: absolute;
    top: clamp(94px, 9vw, 148px);
    left: 0;
    max-width: min(760px, 72%);
    margin: 0;
    font-size: clamp(48px, 6vw, 82px);
    line-height: 0.98;
    letter-spacing: -0.035em;
  }

  .treatment-results-hero > .route-heading > .route-heading-description {
    margin: 0;
  }

  .treatment-results-hero .treatment-results-stats {
    position: absolute;
    z-index: 2;
    top: var(--treatment-image-height);
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    transform: translateY(-100%);
  }
}

/* Match every route image heading to the Approach heading typography. */
@media (max-width: 1200px) {
  .treatment-results-hero > .route-heading > :is(h1, h2),
  .reviews-mobile-heading h2,
  .visit-mobile-heading h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 5vw, 60px);
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: normal;
    text-wrap: balance;
  }
}

@media (min-width: 1201px) {
  .treatment-results-hero > .route-heading > :is(h1, h2),
  .reviews-route-page .reviews-experiences-hero > .section-heading > h2,
  .visit-route-content > div:first-child > h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: normal;
    text-wrap: balance;
  }
}

/* Center the Visit title within its background image. */
.visit-route-hero h1 > span {
  display: block;
  white-space: nowrap;
}

/* Mobile landing-page composition matched to the supplied 591px reference. */
@media (max-width: 640px) {
  body:not(.route-active) .site-header {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 18px 24px 20px;
    background: var(--cream);
  }

  body:not(.route-active) .site-header .brand,
  body:not(.route-active) .site-header .main-nav {
    display: none;
  }

  body:not(.route-active) .site-header .language-switcher {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }

  body:not(.route-active) .site-header .language-switcher select {
    width: 100%;
    max-width: none;
    min-height: 60px;
    padding: 0 24px;
    border: 1px solid rgba(23, 32, 29, 0.2);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.72);
    font-size: 20px;
    text-align: center;
    text-align-last: center;
  }

  body:not(.route-active) .site-header .header-cta {
    grid-column: 1;
    grid-row: 2;
    min-height: 72px;
    padding: 12px 22px;
    border: 1.5px solid var(--green);
    border-radius: 999px;
    background: transparent;
    color: var(--green);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
  }

  body:not(.route-active) .site-header .header-cta > span {
    white-space: nowrap;
  }

  body:not(.route-active) .hero {
    --landing-side-pad: 0px;
    padding: 0;
  }

  body:not(.route-active) .hero-media,
  body:not(.route-active) .hero-mobile-heading {
    aspect-ratio: 1717 / 916;
  }

  body:not(.route-active) .hero-media img {
    object-fit: cover;
    object-position: center top;
  }

  body:not(.route-active) .hero-mobile-heading {
    width: 100%;
    margin: 0;
    padding: 48px 28px 24px;
  }

  body:not(.route-active) .hero-mobile-heading .eyebrow {
    max-width: 390px;
    margin: 0;
    color: var(--copper);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.12em;
  }

  body:not(.route-active) .hero-mobile-heading h1 {
    max-width: 430px;
    margin: 8px 0 0;
    font-size: 42px;
    font-weight: 500;
    line-height: 0.94;
    letter-spacing: -0.02em;
    text-wrap: initial;
  }

  body:not(.route-active) .hero > .hero-stats {
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  body:not(.route-active) .hero > .hero-stats > div {
    box-sizing: border-box;
    min-height: 210px;
    padding: 31px 31px 26px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    text-align: left;
  }

  body:not(.route-active) .hero > .hero-stats > div:nth-child(2n) {
    border-right: 0;
  }

  body:not(.route-active) .hero > .hero-stats dt {
    margin: 0 0 17px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 47px;
    font-weight: 500;
    line-height: 1;
  }

  body:not(.route-active) .hero > .hero-stats dd {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
    text-transform: uppercase;
  }

  body:not(.route-active) .hero > .hero-stats .hero-google-score dt {
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 42px;
    line-height: 1;
    white-space: nowrap;
  }

  body:not(.route-active) .hero > .hero-stats .hero-google-score dt a {
    color: var(--gold);
  }

  body:not(.route-active) .hero > .hero-stats .google-score-click-prompt {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
  }

  body:not(.route-active) .hero-content {
    order: 3;
    padding: 42px 28px 0;
  }
}

@media (max-width: 1200px) {
  .visit-mobile-heading h1 {
    position: absolute;
    top: 50%;
    right: auto;
    left: clamp(20px, 5vw, 42px);
    width: min(760px, 72%);
    max-width: none;
    margin: 0;
    text-align: left;
    transform: translateY(-50%);
  }
}

@media (min-width: 1201px) {
  .visit-route-content > div:first-child > h1 {
    top: calc(var(--visit-desktop-image-height) / 2);
    right: auto;
    left: 0;
    width: min(760px, 72%);
    max-width: none;
    margin: 0;
    text-align: left;
    transform: translateY(-50%);
  }
}

/* Position the Reviews title like the Visit title. */
@media (max-width: 1200px) {
  .reviews-mobile-heading {
    position: relative;
  }

  .reviews-mobile-heading h2 {
    position: absolute;
    top: 50%;
    right: auto;
    left: var(--reviews-side-pad);
    width: min(760px, 72%);
    max-width: none;
    margin: 0;
    text-align: left;
    transform: translateY(-50%);
  }
}

@media (min-width: 1201px) {
  .reviews-route-page .reviews-experiences-hero > .section-heading > h2 {
    top: calc(var(--reviews-desktop-image-height) / 2);
    right: auto;
    left: 0;
    width: min(760px, 72%);
    max-width: none;
    margin: 0;
    text-align: left;
    transform: translateY(-50%);
  }
}

/* Place every route statistics bar beneath its background image. */
@media (max-width: 1200px) {
  .approach {
    gap: 0;
  }

  .approach-mobile-heading {
    order: 1;
  }

  .approach-stats {
    position: static;
    order: 2;
    width: calc(100% + (2 * var(--approach-side-pad)));
    max-width: none;
    margin: 0 calc(-1 * var(--approach-side-pad));
    border-radius: 0;
    transform: none;
  }

  .approach-copy {
    order: 3;
  }

  .approach .steps {
    order: 4;
  }

  .treatment-results-hero > .route-heading {
    padding-top: calc(var(--treatment-image-height) + 124px);
  }

  .treatment-results-hero .treatment-results-stats {
    left: 0;
    right: 0;
    width: auto;
    transform: none;
  }
}

@media (max-width: 640px) {
  .treatment-results-hero > .route-heading {
    padding-top: calc(var(--treatment-image-height) + 220px);
  }
}

@media (min-width: 1201px) {
  .approach-route-page > .approach {
    --approach-route-side-pad: clamp(20px, 5vw, 72px);
    min-height: calc(var(--approach-route-image-height) + 96px);
  }

  .approach-route-page .approach-stats {
    left: 0;
    right: 0;
    width: auto;
    transform: none;
  }

  .reviews-route-page .reviews-experiences-hero {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .reviews-route-page .reviews-experiences-hero > .section-heading {
    padding-top: calc(var(--reviews-desktop-image-height) + 124px);
  }

  .reviews-route-page .reviews-experiences-hero > .section-heading > p:not(.eyebrow) {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(20px, 1.55vw, 23px);
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
  }

  .reviews-route-page .reviews-experiences-stats {
    top: var(--reviews-desktop-image-height);
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
    border-radius: 0;
    transform: none;
  }

  .treatment-results-hero > .route-heading {
    padding-top: calc(var(--treatment-image-height) + 124px);
  }

  .treatment-results-hero .treatment-results-stats {
    left: 0;
    right: 0;
    width: auto;
    transform: none;
  }

  .visit-route-hero {
    --visit-desktop-side-pad: clamp(20px, 5vw, 72px);
  }

  .visit-route-stats {
    left: 0;
    right: 0;
    width: auto;
  }

  .visit-route-content > div:first-child > h1 {
    font-size: clamp(34px, 4vw, 58px);
  }

  .visit-route-content > div:first-child > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.55;
  }

  .treatment-results-hero > .route-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    column-gap: clamp(40px, 5vw, 88px);
    align-items: center;
    margin-bottom: 32px;
  }

  .treatment-results-hero > .route-heading > .eyebrow {
    top: clamp(58px, 6vw, 94px);
    left: 0;
  }

  .treatment-results-hero > .route-heading > :is(h1, h2) {
    top: calc(var(--treatment-image-height) / 2);
    right: auto;
    left: 0;
    width: min(760px, 72%);
    max-width: none;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: left;
    text-wrap: balance;
    transform: translateY(-50%);
  }

  .treatment-results-hero > .route-heading > .eyebrow {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.55;
    letter-spacing: 0.12em;
  }

  .treatment-results-hero > .route-heading > .route-heading-prompt,
  .treatment-results-hero > .route-heading > .route-heading-description {
    max-width: none;
    margin: 0;
    font-size: clamp(20px, 1.5vw, 23px);
    line-height: 1.45;
  }

  .treatment-results-hero > .route-heading > .route-heading-prompt {
    font-weight: 700;
  }

  .treatment-results-hero > .route-heading > .route-heading-description {
    font-weight: 500;
  }

  .hero > .hero-stats > div,
  .approach-stats > div,
  .treatment-results-stats > div,
  .reviews-experiences-stats > div,
  .visit-route-stats > div {
    text-align: center;
    justify-items: center;
  }

  .hero > .hero-stats dt,
  .hero > .hero-stats dd,
  .approach-stats dt,
  .approach-stats dd,
  .treatment-results-stats dt,
  .treatment-results-stats dd,
  .reviews-experiences-stats dt,
  .reviews-experiences-stats dd,
  .visit-route-stats dt,
  .visit-route-stats dd {
    width: 100%;
    text-align: center;
  }

}

/* Final mobile header rule: never hide the logo or primary navigation. */
@media (max-width: 640px) {
  body .site-header {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px 16px 18px;
  }

  body .site-header .brand {
    display: inline-flex;
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  body .site-header .brand-logo {
    display: block;
    width: min(260px, 78vw);
  }

  body .site-header .main-nav {
    display: grid;
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  body .site-header .language-switcher,
  body .site-header .header-cta {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }
}
