/* =========================================================
   AASTHA QUIET-LUXURY HOMEPAGE PREVIEW — V2 REFINEMENT
   Preview-only. Loaded after premium-minimal-preview.css.

   V2 goals:
   - make real photography the visual centre of gravity
   - reduce "website card" language further
   - introduce one strong editorial contrast section
   - create asymmetry and rhythm without visual noise
   - turn treatment cards into a magazine-like image story
   - make mobile feel composed rather than merely stacked
   ========================================================= */

body.cms-home-page {
  --lux2-bone: #f3efe7;
  --lux2-paper: #faf8f3;
  --lux2-white: #fffdf9;
  --lux2-ink: #151210;
  --lux2-charcoal: #1a1715;
  --lux2-muted: #716a64;
  --lux2-wine: #74233d;
  --lux2-wine-deep: #53172b;
  --lux2-brass: #a58a63;
  --lux2-line: rgba(21, 18, 16, .15);
  --lux2-line-soft: rgba(21, 18, 16, .08);
  --lux2-serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", Palatino, Georgia, serif;
  --lux2-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --lux2-container: 1360px;
  background: var(--lux2-bone);
}

body.cms-home-page .container {
  width: min(calc(100% - 84px), var(--lux2-container));
}

/* ---------- Header refinement ---------- */
body.cms-home-page .topbar {
  background: var(--lux2-charcoal);
}

body.cms-home-page .topbar-inner {
  min-height: 29px;
  font-size: .69rem;
  letter-spacing: .055em;
}

body.cms-home-page .site-header {
  background: rgba(250,248,243,.94);
  border-bottom-color: rgba(21,18,16,.11);
  backdrop-filter: blur(22px) saturate(110%);
  -webkit-backdrop-filter: blur(22px) saturate(110%);
}

body.cms-home-page .nav-shell {
  min-height: 88px;
}

body.cms-home-page .brand strong {
  font-size: 1.13rem;
  letter-spacing: -.03em;
}

body.cms-home-page .brand small {
  opacity: .8;
}

body.cms-home-page .primary-nav {
  gap: 2px;
}

body.cms-home-page .primary-nav > a,
body.cms-home-page .nav-item > button {
  min-height: 42px;
  padding-inline: 12px;
  font-size: .81rem;
  font-weight: 620;
}

body.cms-home-page .primary-nav .button {
  min-height: 42px;
  padding-inline: 18px;
  border-radius: 0;
  letter-spacing: .015em;
}

/* ---------- Hero: photography-first ---------- */
body.cms-home-page .home-hero {
  min-height: min(900px, calc(100svh - 116px));
  padding: clamp(74px, 7.3vw, 118px) 0 clamp(74px, 7.5vw, 112px);
  background: var(--lux2-bone);
}

body.cms-home-page .home-hero-grid {
  grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
  gap: clamp(72px, 8vw, 132px);
  align-items: center;
}

body.cms-home-page .home-hero-copy {
  max-width: 670px;
  padding-top: 10px;
}

body.cms-home-page .home-hero .eyebrow {
  margin-bottom: 30px;
  color: var(--lux2-wine);
  font-size: .65rem;
  letter-spacing: .21em;
}

body.cms-home-page .home-hero h1 {
  max-width: 760px;
  font-size: clamp(4.3rem, 6vw, 7rem);
  line-height: .91;
  letter-spacing: -.067em;
}

body.cms-home-page .home-hero h1 em {
  color: var(--lux2-wine);
  font-style: italic;
}

body.cms-home-page .home-hero .lead {
  max-width: 520px;
  margin-top: 34px;
  color: #514a45;
  font-size: clamp(.98rem, 1.08vw, 1.08rem);
  line-height: 1.82;
}

body.cms-home-page .hero-actions {
  margin-top: 38px;
}

body.cms-home-page .hero-actions .button {
  min-width: 174px;
}

body.cms-home-page .hero-note {
  max-width: 510px;
  margin-top: 28px;
  font-size: .77rem;
  line-height: 1.55;
}

body.cms-home-page .home-hero-media {
  min-height: 690px;
  display: block;
  position: relative;
}

body.cms-home-page .home-hero-media > img {
  display: block;
  width: 100%;
  height: 690px;
  min-height: 690px;
  max-height: none;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
  border: 0;
  border-radius: 0;
  background: #ddd4ca;
}

/* Tiny architectural frame — enough depth without a card/shadow. */
body.cms-home-page .home-hero-media::after {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: -1;
  border: 1px solid rgba(116,35,61,.24);
  pointer-events: none;
}

body.cms-home-page .hero-booking-card {
  left: -48px;
  right: auto;
  bottom: 34px;
  width: min(342px, 74%);
  padding: 26px 28px;
  border: 0;
  border-left: 3px solid var(--lux2-wine);
  border-radius: 0;
  background: rgba(255,253,249,.975);
  box-shadow: none;
}

body.cms-home-page .hero-booking-card strong {
  font-size: 1.16rem;
  line-height: 1.15;
}

body.cms-home-page .hero-booking-card p,
body.cms-home-page .hero-booking-card .fee {
  font-size: .79rem;
}

body.cms-home-page .hero-booking-card .button {
  width: auto;
  min-width: 100%;
}

/* Trust becomes a low-key editorial fact strip. */
body.cms-home-page .trust-ribbon {
  margin-top: clamp(86px, 8vw, 126px);
  border-top-color: var(--lux2-line);
  border-bottom-color: var(--lux2-line);
}

body.cms-home-page .trust-item {
  min-height: 92px;
  padding: 22px 20px;
  gap: 12px;
}

body.cms-home-page .trust-icon {
  display: none;
}

body.cms-home-page .trust-item strong {
  font-family: var(--lux2-serif);
  font-size: .96rem;
  font-weight: 600;
  letter-spacing: -.025em;
}

body.cms-home-page .trust-item span {
  margin-top: 5px;
  font-size: .67rem;
  line-height: 1.45;
}

/* ---------- Global section rhythm ---------- */
body.cms-home-page .home-section {
  padding: clamp(112px, 11vw, 172px) 0;
}

body.cms-home-page .section-heading {
  margin-bottom: clamp(58px, 5.5vw, 84px);
}

body.cms-home-page .section-heading h2 {
  font-size: clamp(3.2rem, 5vw, 5.45rem);
  line-height: .95;
}

body.cms-home-page .section-heading p {
  max-width: 560px;
  color: var(--lux2-muted);
}

/* ---------- Concerns: numbered two-column editorial index ---------- */
body.cms-home-page .concern-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(56px, 7vw, 116px);
  border-bottom: 1px solid var(--lux2-line);
  counter-reset: concern;
}

body.cms-home-page .concern-card {
  counter-increment: concern;
  min-height: 232px;
  padding: 30px 0 36px 62px;
  position: relative;
  border-top-color: var(--lux2-line);
}

body.cms-home-page .concern-card::before {
  content: counter(concern, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 33px;
  color: var(--lux2-brass);
  font-family: var(--lux2-serif);
  font-size: .78rem;
  letter-spacing: .04em;
}

body.cms-home-page .concern-card .icon-bubble {
  display: none;
}

body.cms-home-page .concern-card:hover {
  padding-left: 72px;
}

body.cms-home-page .concern-card h3 {
  max-width: 430px;
  font-size: clamp(1.8rem, 2.1vw, 2.32rem);
  line-height: 1.04;
}

body.cms-home-page .concern-card p {
  max-width: 420px;
  font-size: .82rem;
}

body.cms-home-page .concern-card .card-link {
  padding-top: 24px;
}

/* ---------- Doctor section: one strong brand moment ---------- */
body.cms-home-page .home-section:has(.doctor-feature) {
  position: relative;
  overflow: hidden;
  background: var(--lux2-charcoal) !important;
  color: rgba(255,253,249,.84);
}

body.cms-home-page .home-section:has(.doctor-feature)::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -260px;
  top: -310px;
  border: 1px solid rgba(165,138,99,.18);
  border-radius: 50%;
  pointer-events: none;
}

body.cms-home-page .doctor-feature {
  grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr);
  gap: clamp(78px, 9vw, 150px);
  align-items: center;
}

body.cms-home-page .doctor-visual {
  min-height: 760px;
  margin-left: clamp(-34px, -2.2vw, 0px);
  background: #d8d0c7;
}

body.cms-home-page .doctor-visual img {
  width: 100%;
  height: 760px;
  max-height: none;
  object-fit: cover;
  object-position: center 16%;
  filter: none;
}

body.cms-home-page .doctor-visual::after {
  left: 0;
  bottom: -1px;
  padding: 12px 18px;
  border-radius: 0;
  color: var(--lux2-charcoal);
  background: var(--lux2-white);
  box-shadow: none;
  font-size: .69rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.cms-home-page .doctor-copy {
  max-width: 660px;
}

body.cms-home-page .doctor-copy .section-kicker,
body.cms-home-page .doctor-copy .doctor-role {
  color: #ceb88f;
}

body.cms-home-page .doctor-copy h2 {
  max-width: 720px;
  color: #fffdf9;
  font-size: clamp(3.9rem, 5.4vw, 6.4rem);
  line-height: .91;
  letter-spacing: -.06em;
}

body.cms-home-page .doctor-copy > p {
  max-width: 610px;
  color: rgba(255,253,249,.66);
  font-size: .94rem;
  line-height: 1.8;
}

body.cms-home-page .doctor-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: 34px 0 38px;
  border-top: 1px solid rgba(255,253,249,.18);
}

body.cms-home-page .doctor-points li {
  min-height: 70px;
  padding: 20px 0 18px 24px;
  border: 0;
  border-bottom: 1px solid rgba(255,253,249,.18);
  border-radius: 0;
  background: transparent;
  color: rgba(255,253,249,.83);
  font-size: .8rem;
  font-weight: 560;
  position: relative;
}

body.cms-home-page .doctor-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 27px;
  width: 8px;
  height: 8px;
  border: 1px solid #ceb88f;
  border-radius: 50%;
}

body.cms-home-page .doctor-copy .button {
  background: #fffdf9;
  border-color: #fffdf9;
  color: var(--lux2-charcoal) !important;
}

body.cms-home-page .doctor-copy .button:hover {
  background: #f2eadf;
  border-color: #f2eadf;
  color: var(--lux2-charcoal) !important;
}

body.cms-home-page .doctor-copy .button-secondary {
  background: transparent;
  color: #fffdf9 !important;
  border-color: rgba(255,253,249,.35);
}

body.cms-home-page .doctor-copy .button-secondary:hover {
  color: #fffdf9 !important;
  border-color: #fffdf9;
}

/* ---------- Treatments: asymmetric editorial image story ---------- */
body.cms-home-page .treatment-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(44px, 5vw, 74px) clamp(22px, 3vw, 38px);
  align-items: start;
}

body.cms-home-page .treatment-card {
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

body.cms-home-page .treatment-card:nth-child(1) { grid-column: span 7; }
body.cms-home-page .treatment-card:nth-child(2) { grid-column: span 5; margin-top: 86px; }
body.cms-home-page .treatment-card:nth-child(3) { grid-column: span 5; }
body.cms-home-page .treatment-card:nth-child(4) { grid-column: span 7; margin-top: -28px; }

body.cms-home-page .treatment-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #e5ddd4;
  filter: saturate(.9) contrast(.98);
}

body.cms-home-page .treatment-card:nth-child(2) img,
body.cms-home-page .treatment-card:nth-child(3) img {
  aspect-ratio: 4 / 3;
}

body.cms-home-page .treatment-card-body {
  padding: 22px 0 0;
  border-top: 0;
}

body.cms-home-page .treatment-card h3 {
  max-width: 480px;
  margin-bottom: 10px;
  font-size: clamp(1.7rem, 2.3vw, 2.55rem);
  line-height: 1.02;
}

body.cms-home-page .treatment-card p {
  max-width: 460px;
  color: var(--lux2-muted);
  font-size: .8rem;
  line-height: 1.66;
}

body.cms-home-page .treatment-card .text-link {
  padding-top: 18px;
  color: var(--lux2-wine);
  font-size: .74rem;
  font-weight: 690;
}

/* ---------- Why Aastha: fewer boxes, more authority ---------- */
body.cms-home-page .why-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(54px, 7vw, 108px);
  border-bottom: 1px solid var(--lux2-line);
}

body.cms-home-page .why-card {
  min-height: 230px;
  padding: 34px 0 40px;
  border: 0;
  border-top: 1px solid var(--lux2-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.cms-home-page .why-card .why-number {
  margin-bottom: 42px;
  color: var(--lux2-brass);
  font-size: .76rem;
  letter-spacing: .06em;
}

body.cms-home-page .why-card h3 {
  max-width: 420px;
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 2.1vw, 2.25rem);
  line-height: 1.04;
}

body.cms-home-page .why-card p {
  max-width: 430px;
  color: var(--lux2-muted);
  font-size: .8rem;
  line-height: 1.68;
}

/* ---------- Locations: elegant practical information ---------- */
body.cms-home-page .location-pro-grid {
  gap: clamp(28px, 3.6vw, 52px);
}

body.cms-home-page .location-pro-card {
  grid-template-columns: minmax(150px, .38fr) minmax(0, .62fr);
  min-height: 350px;
  border: 1px solid var(--lux2-line);
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

body.cms-home-page .location-pro-card .location-art {
  background: #ece5dc;
  border-right: 1px solid var(--lux2-line);
}

body.cms-home-page .location-pro-card .location-art img {
  width: 110px;
  opacity: .82;
}

body.cms-home-page .location-pro-card .location-copy {
  padding: clamp(30px, 3.4vw, 48px);
}

body.cms-home-page .location-pro-card h3 {
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  line-height: 1.02;
}

body.cms-home-page .location-pro-card address {
  margin-top: 18px;
  font-size: .8rem;
  line-height: 1.65;
}

body.cms-home-page .location-pro-card .location-hours {
  margin: 20px 0 26px;
  padding: 14px 0;
  border-top: 1px solid var(--lux2-line-soft);
  border-bottom: 1px solid var(--lux2-line-soft);
  border-radius: 0;
  background: transparent;
  font-size: .76rem;
}

body.cms-home-page .location-actions .button {
  min-height: 40px;
  padding: 8px 14px;
  font-size: .72rem;
}

/* ---------- FAQ: an editorial list, not accordions in boxes ---------- */
body.cms-home-page .faq-pro-list {
  max-width: 980px;
  gap: 0;
  border-top: 1px solid var(--lux2-line);
}

body.cms-home-page .faq-pro-list details {
  border: 0;
  border-bottom: 1px solid var(--lux2-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.cms-home-page .faq-pro-list summary {
  min-height: 88px;
  display: flex;
  align-items: center;
  padding: 22px 68px 22px 0;
  color: var(--lux2-ink);
  font-family: var(--lux2-serif);
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  font-weight: 500;
  letter-spacing: -.025em;
}

body.cms-home-page .faq-pro-list summary::after {
  right: 2px;
  color: var(--lux2-wine);
  font-weight: 400;
}

body.cms-home-page .faq-pro-list details p {
  max-width: 760px;
  padding: 0 0 28px;
  color: var(--lux2-muted);
  font-size: .88rem;
  line-height: 1.76;
}

/* ---------- Final CTA: confident, simple, not gradient-heavy ---------- */
body.cms-home-page .home-cta {
  padding: clamp(92px, 10vw, 142px) 0;
  background: var(--lux2-wine-deep);
}

body.cms-home-page .home-cta::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -220px;
  top: -330px;
  border: 1px solid rgba(255,253,249,.16);
  border-radius: 50%;
}

body.cms-home-page .home-cta-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 70px;
}

body.cms-home-page .home-cta h2 {
  max-width: 900px;
  font-size: clamp(3.4rem, 5.6vw, 6.3rem);
  line-height: .91;
  letter-spacing: -.06em;
}

body.cms-home-page .home-cta p {
  max-width: 610px;
  color: rgba(255,253,249,.68);
  font-size: .88rem;
  line-height: 1.72;
}

body.cms-home-page .home-cta .button {
  min-width: 184px;
  background: #fffdf9;
  border-color: #fffdf9;
  color: var(--lux2-wine-deep) !important;
}

body.cms-home-page .home-cta .button:hover {
  background: #f2e9de;
  border-color: #f2e9de;
}

body.cms-home-page .home-cta .button-secondary {
  color: #fffdf9 !important;
  background: transparent;
  border-color: rgba(255,253,249,.4);
}

/* ---------- Premium motion: only enabled by the tiny preview JS ---------- */
body.cms-home-page.premium-motion-ready [data-premium-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .72s cubic-bezier(.22,.61,.36,1),
    transform .72s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--premium-delay, 0ms);
}

body.cms-home-page.premium-motion-ready [data-premium-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.cms-home-page.premium-motion-ready .home-hero-copy,
body.cms-home-page.premium-motion-ready .home-hero-media {
  animation: premiumHeroIn .82s cubic-bezier(.22,.61,.36,1) both;
}

body.cms-home-page.premium-motion-ready .home-hero-media {
  animation-delay: 90ms;
}

@keyframes premiumHeroIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Dark mode: keep quiet luxury rather than reverting to pink-black ---------- */
html[data-theme="dark"] body.cms-home-page {
  --lux2-bone: #141210;
  --lux2-paper: #191613;
  --lux2-white: #1e1a17;
  --lux2-ink: #f2ece4;
  --lux2-charcoal: #0e0c0b;
  --lux2-muted: #b6ada4;
  --lux2-line: rgba(242,236,228,.16);
  --lux2-line-soft: rgba(242,236,228,.09);
  background: var(--lux2-bone);
  color: var(--lux2-ink);
}

html[data-theme="dark"] body.cms-home-page .site-header {
  background: rgba(20,18,16,.94);
}

html[data-theme="dark"] body.cms-home-page .primary-nav > a,
html[data-theme="dark"] body.cms-home-page .nav-item > button,
html[data-theme="dark"] body.cms-home-page .brand strong,
html[data-theme="dark"] body.cms-home-page .home-hero h1,
html[data-theme="dark"] body.cms-home-page .section-heading h2,
html[data-theme="dark"] body.cms-home-page .concern-card h3,
html[data-theme="dark"] body.cms-home-page .treatment-card h3,
html[data-theme="dark"] body.cms-home-page .why-card h3,
html[data-theme="dark"] body.cms-home-page .location-pro-card h3,
html[data-theme="dark"] body.cms-home-page .faq-pro-list summary {
  color: var(--lux2-ink);
}

html[data-theme="dark"] body.cms-home-page .home-hero .lead,
html[data-theme="dark"] body.cms-home-page .section-heading p,
html[data-theme="dark"] body.cms-home-page .concern-card p,
html[data-theme="dark"] body.cms-home-page .treatment-card p,
html[data-theme="dark"] body.cms-home-page .why-card p,
html[data-theme="dark"] body.cms-home-page .location-pro-card address,
html[data-theme="dark"] body.cms-home-page .faq-pro-list details p {
  color: var(--lux2-muted);
}

html[data-theme="dark"] body.cms-home-page .home-section--soft,
html[data-theme="dark"] body.cms-home-page .home-section--blush,
html[data-theme="dark"] body.cms-home-page .home-section:nth-of-type(even) {
  background: var(--lux2-paper);
}

html[data-theme="dark"] body.cms-home-page .hero-booking-card {
  background: rgba(30,26,23,.97);
  color: var(--lux2-ink);
}

html[data-theme="dark"] body.cms-home-page .hero-booking-card strong,
html[data-theme="dark"] body.cms-home-page .hero-booking-card .fee {
  color: var(--lux2-ink);
}

html[data-theme="dark"] body.cms-home-page .location-pro-card .location-art {
  background: #24201c;
}

/* ---------- Responsive composition ---------- */
@media (max-width: 1120px) {
  body.cms-home-page .container {
    width: min(calc(100% - 52px), var(--lux2-container));
  }

  body.cms-home-page .home-hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(400px, 1.08fr);
    gap: 54px;
  }

  body.cms-home-page .home-hero-media,
  body.cms-home-page .home-hero-media > img {
    min-height: 610px;
    height: 610px;
  }

  body.cms-home-page .doctor-feature {
    grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
    gap: 58px;
  }

  body.cms-home-page .doctor-visual,
  body.cms-home-page .doctor-visual img {
    min-height: 650px;
    height: 650px;
  }
}

@media (max-width: 900px) {
  body.cms-home-page .container {
    width: min(calc(100% - 40px), var(--lux2-container));
  }

  body.cms-home-page .home-hero {
    min-height: 0;
    padding: 68px 0 88px;
  }

  body.cms-home-page .home-hero-grid,
  body.cms-home-page .doctor-feature {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  body.cms-home-page .home-hero-copy {
    max-width: 760px;
  }

  body.cms-home-page .home-hero h1 {
    max-width: 780px;
  }

  body.cms-home-page .home-hero-media {
    width: min(100%, 690px);
    min-height: 650px;
    margin-left: auto;
  }

  body.cms-home-page .home-hero-media > img {
    height: 650px;
    min-height: 650px;
  }

  body.cms-home-page .hero-booking-card {
    left: -22px;
  }

  body.cms-home-page .trust-ribbon {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  body.cms-home-page .trust-item {
    border-bottom: 1px solid var(--lux2-line);
  }

  body.cms-home-page .trust-item:nth-child(2n) {
    border-right: 0;
  }

  body.cms-home-page .doctor-visual {
    width: min(100%, 650px);
    margin-left: 0;
  }

  body.cms-home-page .doctor-copy {
    max-width: 760px;
  }

  body.cms-home-page .treatment-card:nth-child(n) {
    grid-column: span 6;
    margin-top: 0;
  }

  body.cms-home-page .home-cta-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 700px) {
  body.cms-home-page .container {
    width: min(calc(100% - 32px), var(--lux2-container));
  }

  body.cms-home-page .topbar-inner {
    min-height: 27px;
    font-size: .62rem;
  }

  body.cms-home-page .nav-shell {
    min-height: 72px;
  }

  body.cms-home-page .home-hero {
    padding: 54px 0 72px;
  }

  body.cms-home-page .home-hero-grid {
    gap: 48px;
  }

  body.cms-home-page .home-hero h1 {
    font-size: clamp(3.4rem, 16vw, 5.25rem);
    line-height: .9;
  }

  body.cms-home-page .home-hero .lead {
    margin-top: 28px;
    font-size: .95rem;
    line-height: 1.72;
  }

  body.cms-home-page .hero-actions {
    margin-top: 30px;
  }

  body.cms-home-page .hero-actions .button {
    flex: 1 1 100%;
    width: 100%;
  }

  body.cms-home-page .home-hero-media {
    width: calc(100% - 12px);
    min-height: 500px;
    margin-left: 0;
  }

  body.cms-home-page .home-hero-media > img {
    min-height: 500px;
    height: 500px;
  }

  body.cms-home-page .home-hero-media::after {
    inset: 10px -10px -10px 10px;
  }

  body.cms-home-page .hero-booking-card {
    position: relative;
    left: 18px;
    bottom: auto;
    width: calc(100% - 18px);
    margin-top: -74px;
    padding: 22px;
    z-index: 3;
  }

  body.cms-home-page .trust-ribbon {
    margin-top: 70px;
    grid-template-columns: 1fr;
  }

  body.cms-home-page .trust-item,
  body.cms-home-page .trust-item:nth-child(2n) {
    min-height: 72px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--lux2-line);
  }

  body.cms-home-page .trust-item:last-child {
    border-bottom: 0;
  }

  body.cms-home-page .home-section {
    padding: 92px 0;
  }

  body.cms-home-page .section-heading {
    display: block;
    margin-bottom: 46px;
  }

  body.cms-home-page .section-heading h2 {
    font-size: clamp(2.8rem, 13vw, 4.15rem);
  }

  body.cms-home-page .section-heading > a {
    display: inline-block;
    margin-top: 26px;
  }

  body.cms-home-page .concern-grid,
  body.cms-home-page .why-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  body.cms-home-page .concern-card {
    min-height: 0;
    padding: 28px 0 30px 50px;
  }

  body.cms-home-page .concern-card::before {
    top: 31px;
  }

  body.cms-home-page .concern-card:hover {
    padding-left: 56px;
  }

  body.cms-home-page .doctor-feature {
    gap: 52px;
  }

  body.cms-home-page .doctor-visual,
  body.cms-home-page .doctor-visual img {
    width: 100%;
    min-height: 540px;
    height: 540px;
  }

  body.cms-home-page .doctor-copy h2 {
    font-size: clamp(3.2rem, 14vw, 4.7rem);
  }

  body.cms-home-page .doctor-points {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.cms-home-page .treatment-grid {
    display: block;
  }

  body.cms-home-page .treatment-card:nth-child(n) {
    margin: 0 0 58px;
  }

  body.cms-home-page .treatment-card:last-child {
    margin-bottom: 0;
  }

  body.cms-home-page .treatment-card img,
  body.cms-home-page .treatment-card:nth-child(2) img,
  body.cms-home-page .treatment-card:nth-child(3) img {
    aspect-ratio: 4 / 3;
  }

  body.cms-home-page .why-card {
    min-height: 0;
  }

  body.cms-home-page .location-pro-grid {
    grid-template-columns: 1fr;
  }

  body.cms-home-page .location-pro-card {
    grid-template-columns: 1fr;
  }

  body.cms-home-page .location-pro-card .location-art {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid var(--lux2-line);
  }

  body.cms-home-page .faq-pro-list summary {
    min-height: 78px;
    padding-right: 48px;
    font-size: 1.18rem;
  }

  body.cms-home-page .home-cta {
    padding: 86px 0 96px;
  }

  body.cms-home-page .home-cta h2 {
    font-size: clamp(3.2rem, 14vw, 4.8rem);
  }

  body.cms-home-page .home-cta .button,
  body.cms-home-page .home-cta .button-secondary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.cms-home-page.premium-motion-ready [data-premium-reveal],
  body.cms-home-page.premium-motion-ready .home-hero-copy,
  body.cms-home-page.premium-motion-ready .home-hero-media {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}
