/* =====================================================================
   Aastha Skin Centre — Professional release v23
   Final patient-facing design layer. Loaded after the legacy styles.
   ===================================================================== */

:root {
  --r23-burgundy: #7a183f;
  --r23-burgundy-2: #a82d60;
  --r23-rose: #d86f91;
  --r23-gold: #cda842;
  --r23-ink: #241b20;
  --r23-text: #4e4248;
  --r23-muted: #766970;
  --r23-paper: #ffffff;
  --r23-soft: #fff8fa;
  --r23-cream: #fffaf5;
  --r23-line: #eadde2;
  --r23-success: #25755b;
  --r23-warning: #8b5b13;
  --r23-radius-sm: 12px;
  --r23-radius: 20px;
  --r23-radius-lg: 30px;
  --r23-shadow-sm: 0 10px 30px rgba(70, 25, 43, .07);
  --r23-shadow: 0 24px 65px rgba(70, 25, 43, .12);
  --r23-container: 1180px;
  --r23-prose: 780px;
}

html { scroll-padding-top: 110px; }
body.release-v24 {
  background: var(--r23-paper);
  color: var(--r23-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.release-v24 .container { width: min(calc(100% - 36px), var(--r23-container)); }
.release-v24 .narrow { width: min(calc(100% - 36px), 820px); }
.release-v24 main { min-height: 55vh; overflow: clip; }
.release-v24 h1,
.release-v24 h2,
.release-v24 h3,
.release-v24 h4 {
  color: var(--r23-ink);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.025em;
}
.release-v24 p { color: var(--r23-text); }
.release-v24 address { font-style: normal; }
.release-v24 a { text-underline-offset: .2em; }

/* ---------- Header and navigation ---------- */
.release-v24 .topbar {
  background: linear-gradient(90deg, #681332, #861e49 50%, #681332);
  color: #fff;
  border: 0;
}
.release-v24 .topbar-inner {
  min-height: 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  color: #fff;
  font-size: .88rem;
}
.release-v24 .topbar-inner > span,
.release-v24 .topbar strong,
.release-v24 .topbar a {
  color: #fff !important;
  opacity: 1 !important;
}
.release-v24 .topbar [data-global-fee] { color: #ffe38a !important; font-weight: 850; }
.release-v24 .topbar-contact { text-align: center; }
.release-v24 .topbar a { text-decoration-color: rgba(255,255,255,.55); }
.release-v24 .topbar-social { display: flex; gap: 8px; }
.release-v24 .topbar-social .social-link {
  min-height: 30px;
  padding: 4px 8px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 9px;
  background: rgba(255,255,255,.08);
}
.release-v24 .site-header {
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(86,34,54,.10);
  box-shadow: 0 7px 24px rgba(52,18,31,.05);
  backdrop-filter: blur(16px);
}
.release-v24 .nav-shell { min-height: 78px; }
.release-v24 .brand { min-width: 215px; }
.release-v24 .brand strong { color: var(--r23-ink); font-size: 1.05rem; }
.release-v24 .brand small { color: var(--r23-muted); font-size: .76rem; }
.release-v24 .primary-nav { gap: 2px; }
.release-v24 .primary-nav > a,
.release-v24 .nav-item > button,
.release-v24 .theme-toggle {
  min-height: 42px;
  padding-inline: 10px;
  color: #3e3238;
  border-radius: 10px;
  font-size: .91rem;
  font-weight: 700;
}
.release-v24 .primary-nav > a:hover,
.release-v24 .primary-nav > a.is-current,
.release-v24 .nav-item > button:hover,
.release-v24 .nav-item > button[aria-expanded="true"] {
  background: #f8e9ee;
  color: var(--r23-burgundy);
}
.release-v24 .primary-nav > .button {
  min-height: 44px;
  padding-inline: 15px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--r23-burgundy), var(--r23-burgundy-2)) !important;
  border-color: transparent !important;
  box-shadow: 0 8px 22px rgba(122,24,63,.19);
}
.release-v24 .dropdown {
  border: 1px solid var(--r23-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--r23-shadow);
}
.release-v24 .dropdown a { border-radius: 9px; }
.release-v24 .dropdown a:hover { background: var(--r23-soft); color: var(--r23-burgundy); }
.release-v24 .mega-intro .eyebrow,
.release-v24 .mega-column h3 {
  text-transform: none;
  letter-spacing: 0;
}

/* ---------- Buttons ---------- */
.release-v24 .button,
.release-v24 a.button,
.release-v24 button.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--r23-burgundy), var(--r23-burgundy-2));
  box-shadow: 0 10px 24px rgba(122,24,63,.19);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.release-v24 .button:hover { transform: translateY(-1px); box-shadow: 0 15px 30px rgba(122,24,63,.25); }
.release-v24 .button-secondary,
.release-v24 a.button-secondary {
  color: var(--r23-burgundy) !important;
  background: #fff !important;
  border-color: rgba(122,24,63,.38) !important;
  box-shadow: none;
}
.release-v24 .button-secondary:hover { background: #fff3f7 !important; }
.release-v24 .hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }

/* ---------- Calm labels, not shouting uppercase ---------- */
.release-v24 .eyebrow,
.release-v24 .section-kicker,
.release-v24 .quiet-label,
.release-v24 .guide-topic {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--r23-burgundy);
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .015em;
  text-transform: none;
}
.release-v24 .eyebrow::before,
.release-v24 .section-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: var(--r23-gold);
}

/* ---------- Inner-page hero ---------- */
.release-v24 .page-hero.page-hero--professional {
  padding: clamp(46px, 6.5vw, 78px) 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(213,94,136,.14), transparent 31%),
    linear-gradient(135deg, #fffaf6 0%, #fff 50%, #fdf0f4 100%);
  border-bottom: 1px solid var(--r23-line);
}
.release-v24 .page-hero.page-hero--professional > .container {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(260px,.75fr);
  gap: clamp(34px,5vw,68px);
  align-items: center;
}
.release-v24 .breadcrumbs,
.release-v24 .page-hero-copy nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: var(--r23-muted);
  font-size: .87rem;
}
.release-v24 .page-hero-copy .eyebrow { margin-top: 22px; }
.release-v24 .page-hero h1 {
  max-width: 820px;
  margin: 12px 0 17px;
  font-size: clamp(2.45rem,4.7vw,4.7rem);
  line-height: 1.03;
  letter-spacing: -.043em;
}
.release-v24 .page-hero .lead {
  max-width: 700px;
  margin: 0;
  color: #5d5057;
  font-size: clamp(1.03rem,1.4vw,1.16rem);
  line-height: 1.72;
}
.release-v24 .page-hero-art {
  min-height: 285px;
  padding: clamp(20px,3vw,34px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(122,24,63,.10);
  border-radius: 30px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--r23-shadow);
}
.release-v24 .page-hero-art img { width: 100%; max-width: 440px; max-height: 330px; object-fit: contain; }

/* ---------- Reusable summary strip ---------- */
.release-v24 .premium-summary-strip { margin-top: -24px; position: relative; z-index: 4; }
.release-v24 .premium-summary-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--r23-line);
  border-radius: 18px;
  background: var(--r23-line);
  box-shadow: var(--r23-shadow-sm);
}
.release-v24 .premium-summary-item { padding: 19px 21px; background: #fff; }
.release-v24 .premium-summary-item strong { display: block; color: var(--r23-ink); font-weight: 750; }
.release-v24 .premium-summary-item span { display: block; margin-top: 4px; color: var(--r23-muted); font-size: .88rem; }

/* ---------- Treatment, doctor and location article template ---------- */
.release-v24 .section:has(.content-layout) {
  padding: clamp(48px,6vw,78px) 0;
  background: linear-gradient(180deg, #fff, #fffafc 48%, #fff);
}
.release-v24 .content-layout {
  display: grid;
  grid-template-columns: minmax(0,var(--r23-prose)) minmax(270px,320px);
  gap: clamp(34px,5vw,65px);
  align-items: start;
}
.release-v24 article.prose.article-stack { max-width: none; }
.release-v24 .article-stack > :first-child { margin-top: 0; }
.release-v24 .article-section {
  margin: 0;
  padding: 0 0 34px;
  border-bottom: 1px solid var(--r23-line);
}
.release-v24 .article-section + .article-section { padding-top: 34px; }
.release-v24 .article-section h2 {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  color: var(--r23-ink);
  font-size: clamp(1.55rem,2.4vw,2.15rem);
  line-height: 1.19;
}
.release-v24 .article-section h2::after { display: none; }
.release-v24 .article-section h3 {
  margin: 23px 0 9px;
  color: #38262f;
  font-family: inherit;
  font-size: 1.07rem;
  font-weight: 800;
  letter-spacing: 0;
}
.release-v24 .article-section h3::before { display: none; }
.release-v24 .article-section p,
.release-v24 .deep-dive p,
.release-v24 .faq-answer p {
  max-width: 750px;
  margin: 0 0 15px;
  color: var(--r23-text);
  font-size: 1rem;
  line-height: 1.78;
}
.release-v24 .article-section .page-intro {
  color: #3f3339;
  font-size: 1.08rem;
}
.release-v24 .article-section a:not(.button) { color: var(--r23-burgundy); }

/* Real lists: restrained bullets, no card around every sentence. */
.release-v24 .clean-list,
.release-v24 .premium-bullet-grid,
.release-v24 article.prose ul,
.release-v24 article.prose ol {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px 26px;
  margin: 16px 0 20px;
  padding: 0;
  list-style: none;
}
.release-v24 .clean-list li,
.release-v24 .premium-bullet-grid li,
.release-v24 article.prose ul > li,
.release-v24 article.prose ol > li {
  position: relative;
  min-height: 0;
  padding: 4px 0 4px 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #493d43;
  font-size: .97rem;
  font-weight: 450;
  line-height: 1.55;
}
.release-v24 .clean-list li::before,
.release-v24 .premium-bullet-grid li::before,
.release-v24 article.prose ul > li::before,
.release-v24 article.prose ol > li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: .8em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--r23-gold);
  box-shadow: 0 0 0 4px rgba(205,168,66,.14);
}
.release-v24 .clean-list li a,
.release-v24 .premium-bullet-grid li a { color: var(--r23-burgundy); font-weight: 650; }
.release-v24 .clean-list--three { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.release-v24 .clean-list--three li {
  padding: 16px 16px 16px 38px;
  border: 1px solid var(--r23-line);
  border-radius: 14px;
  background: var(--r23-soft);
}
.release-v24 .clean-list--three li::before { left: 17px; top: 25px; }

/* One or two broad disclosures, rather than dozens of tiny accordions. */
.release-v24 .deep-dive {
  margin: 30px 0 0;
  border: 1px solid var(--r23-line);
  border-radius: var(--r23-radius);
  background: #fff;
  box-shadow: var(--r23-shadow-sm);
  overflow: hidden;
}
.release-v24 .deep-dive > summary {
  position: relative;
  padding: 20px 55px 20px 22px;
  color: var(--r23-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.release-v24 .deep-dive > summary::-webkit-details-marker { display: none; }
.release-v24 .deep-dive > summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  color: var(--r23-burgundy);
  font-family: inherit;
  font-size: 1.45rem;
}
.release-v24 .deep-dive[open] > summary::after { content: "−"; }
.release-v24 .deep-dive-body { padding: 4px 22px 24px; }
.release-v24 .deep-dive-body .article-section { padding-top: 28px; }
.release-v24 .deep-dive-body .article-section:first-child { padding-top: 12px; }
.release-v24 .deep-dive-body .article-section:last-child { border-bottom: 0; padding-bottom: 0; }

/* Compact article navigation created by JS. */
.release-v24 .release-toc {
  margin: 0 0 31px;
  padding: 17px 18px;
  border: 1px solid var(--r23-line);
  border-radius: 16px;
  background: var(--r23-cream);
}
.release-v24 .release-toc > strong { display: block; margin-bottom: 9px; color: var(--r23-ink); font-size: .9rem; }
.release-v24 .release-toc-links { display: flex; flex-wrap: wrap; gap: 7px; }
.release-v24 .release-toc a {
  padding: 6px 10px;
  border: 1px solid rgba(122,24,63,.14);
  border-radius: 999px;
  background: #fff;
  color: #59454f;
  font-size: .82rem;
  text-decoration: none;
}
.release-v24 .release-toc a:hover { border-color: var(--r23-burgundy); color: var(--r23-burgundy); }

/* Consultation sidebar. */
.release-v24 .care-sidebar { position: sticky; top: 108px; }
.release-v24 .care-sidebar-card {
  padding: 25px;
  border: 1px solid var(--r23-line);
  border-radius: var(--r23-radius);
  background: #fff;
  box-shadow: var(--r23-shadow-sm);
}
.release-v24 .care-sidebar-card h2 { margin: 0 0 10px; font-size: 1.65rem; }
.release-v24 .care-sidebar-card p { margin: 0 0 17px; color: var(--r23-text); font-size: .94rem; }
.release-v24 .care-facts { margin: 0 0 19px; padding: 14px 0; border-block: 1px solid var(--r23-line); }
.release-v24 .care-facts > div { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; }
.release-v24 .care-facts dt { color: var(--r23-muted); font-size: .83rem; }
.release-v24 .care-facts dd { margin: 0; color: var(--r23-ink); font-size: .88rem; font-weight: 750; text-align: right; }
.release-v24 .care-sidebar-card .button { width: 100%; margin-top: 8px; }
.release-v24 .plain-link { display: block; margin-top: 15px; color: var(--r23-burgundy); font-weight: 750; text-align: center; }

/* Clinic cards within articles and appointment/contact pages. */
.release-v24 .clinic-choice-section { padding-top: 34px; }
.release-v24 .clinic-choice-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}
.release-v24 .clinic-choice-grid > article {
  padding: 22px;
  border: 1px solid var(--r23-line);
  border-radius: 17px;
  background: var(--r23-soft);
}
.release-v24 .clinic-choice-grid h2,
.release-v24 .clinic-choice-grid h3 { margin: 0 0 8px; font-size: 1.38rem; }
.release-v24 .clinic-choice-grid address { margin-bottom: 13px; color: #51454b; line-height: 1.63; }
.release-v24 .clinic-choice-grid p { margin: 0 0 12px; font-size: .91rem; line-height: 1.62; }
.release-v24 .clinic-choice-grid strong { color: var(--r23-ink); font-weight: 750; }
.release-v24 .inline-actions { display: flex; flex-wrap: wrap; gap: 8px 14px; }
.release-v24 .inline-actions a { color: var(--r23-burgundy); font-size: .88rem; font-weight: 750; }

/* FAQs — only actual questions become accordions. */
.release-v24 .faq-section { padding-top: 34px; }
.release-v24 .faq-clean-list { display: grid; gap: 9px; }
.release-v24 .faq-clean-list details {
  border: 1px solid var(--r23-line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.release-v24 .faq-clean-list summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--r23-ink);
  font-size: .97rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.release-v24 .faq-clean-list summary::-webkit-details-marker { display: none; }
.release-v24 .faq-clean-list summary::after {
  content: "+";
  position: absolute;
  right: 17px;
  top: 50%;
  translate: 0 -50%;
  color: var(--r23-burgundy);
  font-size: 1.25rem;
}
.release-v24 .faq-clean-list details[open] summary::after { content: "−"; }
.release-v24 .faq-answer { padding: 0 18px 17px; }
.release-v24 .faq-answer p { margin: 0; font-size: .94rem; }

/* Standard end CTA and disclaimer. */
.release-v24 .article-cta {
  margin: 38px 0 0;
  padding: clamp(25px,4vw,38px);
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 24px;
  align-items: center;
  border-radius: var(--r23-radius);
  background: linear-gradient(135deg, #711436, #a72c5f);
  box-shadow: var(--r23-shadow);
}
.release-v24 .article-cta h2,
.release-v24 .article-cta p,
.release-v24 .article-cta .quiet-label { color: #fff; }
.release-v24 .article-cta h2 { margin: 0 0 8px; font-size: clamp(1.6rem,2.8vw,2.25rem); }
.release-v24 .article-cta p { margin: 0; color: #f5dfe8; }
.release-v24 .article-cta .button { background: #fff; color: var(--r23-burgundy) !important; border-color: #fff; box-shadow: none; }
.release-v24 .article-cta .button-secondary { background: transparent !important; color: #fff !important; border-color: rgba(255,255,255,.55) !important; }
.release-v24 .medical-disclaimer {
  margin: 22px 0 0;
  padding: 15px 17px;
  border: 1px solid #e6d8aa;
  border-left: 4px solid var(--r23-gold);
  border-radius: 11px;
  background: #fffaf0;
  color: #685a32;
  font-size: .82rem;
  line-height: 1.58;
}
.release-v24 .medical-disclaimer strong { color: #493d24; }

/* ---------- Appointment page ---------- */
.release-v24 .appointment-section { padding: clamp(48px,6vw,76px) 0; background: #fff; }
.release-v24 .appointment-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(260px,315px);
  gap: clamp(28px,5vw,60px);
  align-items: start;
}
.release-v24 .appointment-form-card {
  padding: clamp(24px,4vw,40px);
  border: 1px solid var(--r23-line);
  border-radius: var(--r23-radius-lg);
  background: #fff;
  box-shadow: var(--r23-shadow);
}
.release-v24 .compact-heading { margin-bottom: 25px; }
.release-v24 .compact-heading h2 { margin: 0 0 8px; font-size: clamp(1.8rem,3vw,2.45rem); }
.release-v24 .compact-heading p { margin: 0; }
.release-v24 .form-grid,
.release-v24 .premium-form-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 17px;
}
.release-v24 .form-grid label,
.release-v24 .premium-form-grid label {
  display: grid;
  gap: 7px;
  color: #3c3036;
  font-size: .88rem;
  font-weight: 700;
}
.release-v24 .form-grid .full,
.release-v24 .premium-form-grid .full { grid-column: 1 / -1; }
.release-v24 input,
.release-v24 select,
.release-v24 textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #d9cbd1;
  border-radius: 11px;
  background: #fff;
  color: var(--r23-ink);
  font: inherit;
  font-weight: 450;
}
.release-v24 textarea { min-height: 110px; resize: vertical; }
.release-v24 input:focus,
.release-v24 select:focus,
.release-v24 textarea:focus { outline: 3px solid rgba(168,45,96,.15); border-color: var(--r23-burgundy-2); }
.release-v24 .consent-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 20px;
  color: #5d5057;
  font-size: .86rem;
}
.release-v24 .consent-row input { width: 18px; min-height: 18px; margin-top: 3px; }
.release-v24 .form-submit-row { display: flex; gap: 16px; align-items: center; margin-top: 22px; }
.release-v24 .form-submit-row p { margin: 0; color: var(--r23-muted); font-size: .82rem; line-height: 1.5; }
.release-v24 .appointment-aside { display: grid; gap: 14px; }
.release-v24 .appointment-fact-card {
  padding: 22px;
  border: 1px solid var(--r23-line);
  border-radius: 17px;
  background: var(--r23-soft);
}
.release-v24 .appointment-fact-card h2 { margin: 0 0 9px; font-size: 1.45rem; }
.release-v24 .appointment-fact-card p { margin: 0; color: var(--r23-text); font-size: .9rem; }
.release-v24 .contact-number { display: block; margin: 5px 0; color: var(--r23-burgundy); font-size: 1.12rem; font-weight: 800; }
.release-v24 .emergency-card { background: #fff9ed; border-color: #ead6a8; }
.release-v24 .clinic-options-section,
.release-v24 .appointment-faq-section { padding: clamp(48px,6vw,74px) 0; }
.release-v24 .clinic-options-section { background: var(--r23-soft); }
.release-v24 .clinic-choice-grid--wide > article { padding: 28px; background: #fff; box-shadow: var(--r23-shadow-sm); }
.release-v24 .appointment-faq-section { background: #fff; }

/* ---------- Contact page ---------- */
.release-v24 .contact-section { padding: clamp(48px,6vw,76px) 0; }
.release-v24 .contact-action-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
  margin-bottom: 30px;
}
.release-v24 .contact-action-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--r23-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--r23-shadow-sm);
  text-decoration: none;
}
.release-v24 .contact-action-card span { display: block; color: var(--r23-muted); font-size: .8rem; }
.release-v24 .contact-action-card strong { display: block; margin-top: 5px; color: var(--r23-burgundy); overflow-wrap: anywhere; font-size: .96rem; }
.release-v24 .contact-clinic-grid { margin-top: 8px; }
.release-v24 .contact-note {
  margin-top: 24px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff8ea;
  color: #65552f;
  font-size: .9rem;
}

/* ---------- Journal ---------- */
.release-v24 .journal-section { padding: clamp(50px,6vw,80px) 0; background: #fff; }
.release-v24 .section-heading { display: flex; justify-content: space-between; gap: 25px; align-items: end; margin-bottom: 28px; }
.release-v24 .section-heading h2 { margin: 0 0 7px; font-size: clamp(1.9rem,3.2vw,2.8rem); }
.release-v24 .section-heading p { margin: 0; max-width: 680px; }
.release-v24 .journal-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.release-v24 .journal-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--r23-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--r23-shadow-sm);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.release-v24 .journal-card:hover { transform: translateY(-3px); box-shadow: var(--r23-shadow); }
.release-v24 .journal-card img { width: 100%; aspect-ratio: 16/9; object-fit: contain; background: #fff2f5; }
.release-v24 .journal-card > div { padding: 20px; }
.release-v24 .journal-card > div > span { color: var(--r23-burgundy); font-size: .78rem; font-weight: 800; }
.release-v24 .journal-card h2 { margin: 7px 0 9px; font-size: 1.33rem; line-height: 1.25; }
.release-v24 .journal-card p { margin: 0 0 14px; font-size: .91rem; line-height: 1.58; }
.release-v24 .journal-card strong { color: var(--r23-burgundy); font-size: .88rem; }
.release-v24 .journal-cta { width: min(calc(100% - 36px), var(--r23-container)); margin: 0 auto clamp(50px,6vw,80px); }

/* ---------- Hubs and homepage refinements ---------- */
.release-v24 .hub-section { padding: clamp(48px,6vw,76px) 0; }
.release-v24 .hub-link,
.release-v24 .treatment-card,
.release-v24 .concern-card,
.release-v24 .value-card,
.release-v24 .about-story-card {
  border-color: var(--r23-line);
  box-shadow: var(--r23-shadow-sm);
}
.release-v24 .hub-link strong,
.release-v24 .treatment-card h3,
.release-v24 .concern-card h3 { font-weight: 700; }
.release-v24 .home-hero .eyebrow,
.release-v24 .home-main .section-kicker { text-transform: none; letter-spacing: .015em; }
.release-v24 .home-hero h1 { font-size: clamp(2.75rem,4.8vw,4.9rem); }
.release-v24 .location-pro-card address,
.release-v24 .location-pro-card .location-hours { color: #4f4349; opacity: 1; }
.release-v24 .location-pro-card .location-hours { background: #fff; border: 1px solid var(--r23-line); }

/* ---------- Simple status and legal pages ---------- */
.release-v24 .simple-status-main { display: grid; place-items: center; padding: 70px 18px; background: var(--r23-soft); }
.release-v24 .simple-status-card { width: min(650px,100%); padding: 42px; border: 1px solid var(--r23-line); border-radius: 25px; background: #fff; box-shadow: var(--r23-shadow); text-align: center; }
.release-v24 .status-icon { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: #e7f5ef; color: var(--r23-success); font-size: 1.7rem; font-weight: 900; }
.release-v24 .simple-status-card h1 { margin: 0 0 13px; font-size: clamp(2rem,4vw,3rem); }
.release-v24 .simple-status-card p { margin: 0 0 13px; }
.release-v24 .simple-status-card .hero-actions { justify-content: center; }

/* ---------- Footer ---------- */
.release-v24 .site-footer { background: #26171e; color: #f5edf0; }
.release-v24 .site-footer p,
.release-v24 .site-footer li,
.release-v24 .site-footer a,
.release-v24 .site-footer strong,
.release-v24 .site-footer small { color: #f3e8ed !important; opacity: 1 !important; }
.release-v24 .site-footer h2 { color: #f2cf67; font-family: inherit; font-size: .82rem; letter-spacing: .05em; text-transform: uppercase; }
.release-v24 .footer-grid { gap: 32px; }
.release-v24 .footer-bottom { border-top-color: rgba(255,255,255,.13); }

/* ---------- Dark mode: explicit, high-contrast and complete ---------- */
html[data-theme="dark"] body.release-v24 {
  --r23-ink: #fff8fb;
  --r23-text: #e6d8df;
  --r23-muted: #c3b2ba;
  --r23-paper: #0f0b0d;
  --r23-soft: #171115;
  --r23-cream: #1c1418;
  --r23-line: #49303c;
  background: #0f0b0d;
  color: #fff8fb;
}
html[data-theme="dark"] .release-v24 .site-header { background: rgba(20,13,17,.97); border-bottom-color: #3d2732; }
html[data-theme="dark"] .release-v24 .brand strong,
html[data-theme="dark"] .release-v24 .primary-nav > a,
html[data-theme="dark"] .release-v24 .nav-item > button,
html[data-theme="dark"] .release-v24 .theme-toggle { color: #fff7fa; }
html[data-theme="dark"] .release-v24 .brand small { color: #c9bac1; }
html[data-theme="dark"] .release-v24 .primary-nav > a:hover,
html[data-theme="dark"] .release-v24 .primary-nav > a.is-current,
html[data-theme="dark"] .release-v24 .nav-item > button:hover,
html[data-theme="dark"] .release-v24 .nav-item > button[aria-expanded="true"] { background: #722044; color: #fff; }
html[data-theme="dark"] .release-v24 .dropdown { background: #1d1419; border-color: #523340; }
html[data-theme="dark"] .release-v24 .dropdown a { color: #f5eaf0; }
html[data-theme="dark"] .release-v24 .dropdown a:hover { background: #34202a; color: #fff; }
html[data-theme="dark"] .release-v24 .page-hero.page-hero--professional,
html[data-theme="dark"] .release-v24 .home-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(174,45,96,.20), transparent 31%),
    linear-gradient(135deg,#120d10,#1c1117 58%,#25131b);
  border-bottom-color: #432a36;
}
html[data-theme="dark"] .release-v24 .page-hero h1,
html[data-theme="dark"] .release-v24 .page-hero .lead,
html[data-theme="dark"] .release-v24 .breadcrumbs,
html[data-theme="dark"] .release-v24 .page-hero-copy nav,
html[data-theme="dark"] .release-v24 .home-hero h1,
html[data-theme="dark"] .release-v24 .home-hero .lead { color: #fff8fb; opacity: 1; }
html[data-theme="dark"] .release-v24 .page-hero .lead,
html[data-theme="dark"] .release-v24 .home-hero .lead { color: #dfd0d7; }
html[data-theme="dark"] .release-v24 .page-hero-art { background: #24171d; border-color: #51313f; }
html[data-theme="dark"] .release-v24 .premium-summary-grid { background: #49303c; border-color: #49303c; }
html[data-theme="dark"] .release-v24 .premium-summary-item { background: #1a1216; }
html[data-theme="dark"] .release-v24 .premium-summary-item strong { color: #fff8fb; }
html[data-theme="dark"] .release-v24 .premium-summary-item span { color: #c9b9c1; }
html[data-theme="dark"] .release-v24 .section:has(.content-layout),
html[data-theme="dark"] .release-v24 .appointment-section,
html[data-theme="dark"] .release-v24 .contact-section,
html[data-theme="dark"] .release-v24 .journal-section,
html[data-theme="dark"] .release-v24 .appointment-faq-section,
html[data-theme="dark"] .release-v24 .hub-section { background: #0f0b0d; }
html[data-theme="dark"] .release-v24 .article-section { border-bottom-color: #452c38; }
html[data-theme="dark"] .release-v24 .article-section h2,
html[data-theme="dark"] .release-v24 .article-section h3,
html[data-theme="dark"] .release-v24 .article-section p,
html[data-theme="dark"] .release-v24 .deep-dive p,
html[data-theme="dark"] .release-v24 .faq-answer p { color: #f6edf1; opacity: 1; }
html[data-theme="dark"] .release-v24 .article-section p,
html[data-theme="dark"] .release-v24 .deep-dive p,
html[data-theme="dark"] .release-v24 .faq-answer p { color: #d8c9d1; }
html[data-theme="dark"] .release-v24 .clean-list li,
html[data-theme="dark"] .release-v24 .premium-bullet-grid li,
html[data-theme="dark"] .release-v24 article.prose ul > li,
html[data-theme="dark"] .release-v24 article.prose ol > li { color: #e6d9df; }
html[data-theme="dark"] .release-v24 .clean-list--three li { background: #1c1418; border-color: #49303c; }
html[data-theme="dark"] .release-v24 .deep-dive,
html[data-theme="dark"] .release-v24 .release-toc,
html[data-theme="dark"] .release-v24 .care-sidebar-card,
html[data-theme="dark"] .release-v24 .faq-clean-list details,
html[data-theme="dark"] .release-v24 .appointment-form-card,
html[data-theme="dark"] .release-v24 .appointment-fact-card,
html[data-theme="dark"] .release-v24 .contact-action-card,
html[data-theme="dark"] .release-v24 .journal-card,
html[data-theme="dark"] .release-v24 .simple-status-card { background: #1a1216; border-color: #4a303c; }
html[data-theme="dark"] .release-v24 .release-toc a { background: #271820; border-color: #543440; color: #f1e5eb; }
html[data-theme="dark"] .release-v24 .care-sidebar-card h2,
html[data-theme="dark"] .release-v24 .care-sidebar-card p,
html[data-theme="dark"] .release-v24 .care-facts dt,
html[data-theme="dark"] .release-v24 .care-facts dd,
html[data-theme="dark"] .release-v24 .faq-clean-list summary,
html[data-theme="dark"] .release-v24 .appointment-fact-card h2,
html[data-theme="dark"] .release-v24 .appointment-fact-card p,
html[data-theme="dark"] .release-v24 .contact-action-card span,
html[data-theme="dark"] .release-v24 .contact-action-card strong,
html[data-theme="dark"] .release-v24 .journal-card h2,
html[data-theme="dark"] .release-v24 .journal-card p { color: #fff7fa; opacity: 1; }
html[data-theme="dark"] .release-v24 .care-sidebar-card p,
html[data-theme="dark"] .release-v24 .care-facts dt,
html[data-theme="dark"] .release-v24 .appointment-fact-card p,
html[data-theme="dark"] .release-v24 .contact-action-card span,
html[data-theme="dark"] .release-v24 .journal-card p { color: #d3c3cb; }
html[data-theme="dark"] .release-v24 .clinic-choice-grid > article,
html[data-theme="dark"] .release-v24 .location-pro-card,
html[data-theme="dark"] .release-v24 .location-pro-card .location-copy { background: #1b1317; border-color: #4b303c; }
html[data-theme="dark"] .release-v24 .clinic-choice-grid h2,
html[data-theme="dark"] .release-v24 .clinic-choice-grid h3,
html[data-theme="dark"] .release-v24 .clinic-choice-grid address,
html[data-theme="dark"] .release-v24 .clinic-choice-grid p,
html[data-theme="dark"] .release-v24 .clinic-choice-grid strong,
html[data-theme="dark"] .release-v24 .location-pro-card h3,
html[data-theme="dark"] .release-v24 .location-pro-card address,
html[data-theme="dark"] .release-v24 .location-pro-card .location-hours,
html[data-theme="dark"] .release-v24 .location-pro-card .location-hours strong { color: #fff7fa; opacity: 1; }
html[data-theme="dark"] .release-v24 .clinic-choice-grid address,
html[data-theme="dark"] .release-v24 .clinic-choice-grid p { color: #d7c8d0; }
html[data-theme="dark"] .release-v24 .location-pro-card .location-hours { background: #261820; border-color: #543440; }
html[data-theme="dark"] .release-v24 .appointment-section input,
html[data-theme="dark"] .release-v24 .appointment-section select,
html[data-theme="dark"] .release-v24 .appointment-section textarea { background: #120d10; border-color: #5b3947; color: #fff; }
html[data-theme="dark"] .release-v24 input::placeholder,
html[data-theme="dark"] .release-v24 textarea::placeholder { color: #aa99a2; opacity: 1; }
html[data-theme="dark"] .release-v24 .form-grid label,
html[data-theme="dark"] .release-v24 .consent-row { color: #f3e8ed; }
html[data-theme="dark"] .release-v24 .clinic-options-section { background: #151014; }
html[data-theme="dark"] .release-v24 .medical-disclaimer { background: #2a2414; border-color: #685d2c; color: #f0e1a4; }
html[data-theme="dark"] .release-v24 .medical-disclaimer strong { color: #fff1b0; }
html[data-theme="dark"] .release-v24 .button-secondary { background: #21151b !important; color: #fff !important; border-color: #d26b93 !important; }
html[data-theme="dark"] .release-v24 .article-cta .button { background: #fff !important; color: #7a183f !important; }
html[data-theme="dark"] .release-v24 .article-cta .button-secondary { background: transparent !important; color: #fff !important; border-color: rgba(255,255,255,.6) !important; }

/* ---------- Responsive ---------- */
@media (max-width: 1050px) {
  .release-v24 .topbar-inner { grid-template-columns: 1fr auto; }
  .release-v24 .topbar-contact { text-align: left; }
  .release-v24 .topbar-social { grid-column: 2; grid-row: 1 / span 2; }
  .release-v24 .content-layout { grid-template-columns: minmax(0,1fr) 280px; gap: 30px; }
  .release-v24 .contact-action-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 860px) {
  .release-v24 .page-hero.page-hero--professional > .container { grid-template-columns: 1fr; }
  .release-v24 .page-hero-art { min-height: 220px; }
  .release-v24 .page-hero-art img { max-height: 250px; }
  .release-v24 .content-layout,
  .release-v24 .appointment-layout { grid-template-columns: 1fr; }
  .release-v24 .care-sidebar { position: static; }
  .release-v24 .care-sidebar-card { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; align-items: center; }
  .release-v24 .care-sidebar-card .quiet-label,
  .release-v24 .care-sidebar-card h2,
  .release-v24 .care-sidebar-card p,
  .release-v24 .care-sidebar-card .care-facts,
  .release-v24 .care-sidebar-card .plain-link { grid-column: 1 / -1; }
  .release-v24 .journal-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .release-v24 .article-cta { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .release-v24 .container,
  .release-v24 .narrow { width: min(calc(100% - 24px), var(--r23-container)); }
  .release-v24 .topbar-inner { min-height: 38px; grid-template-columns: 1fr auto; gap: 7px 10px; font-size: .76rem; }
  .release-v24 .topbar-contact { grid-column: 1; }
  .release-v24 .topbar-social { grid-column: 2; grid-row: 1 / span 2; }
  .release-v24 .topbar-social .social-link span { display: none; }
  .release-v24 .nav-shell { min-height: 72px; }
  .release-v24 .page-hero.page-hero--professional { padding: 38px 0 45px; }
  .release-v24 .page-hero h1 { font-size: clamp(2.25rem,11vw,3.25rem); }
  .release-v24 .page-hero .lead { font-size: 1rem; }
  .release-v24 .page-hero-art { display: none; }
  .release-v24 .hero-actions .button { width: 100%; }
  .release-v24 .premium-summary-grid { grid-template-columns: 1fr; }
  .release-v24 .clean-list,
  .release-v24 .premium-bullet-grid,
  .release-v24 article.prose ul,
  .release-v24 article.prose ol,
  .release-v24 .clean-list--three,
  .release-v24 .clinic-choice-grid,
  .release-v24 .form-grid,
  .release-v24 .premium-form-grid,
  .release-v24 .contact-action-grid,
  .release-v24 .journal-grid { grid-template-columns: 1fr; }
  .release-v24 .article-section { padding-bottom: 28px; }
  .release-v24 .article-section + .article-section { padding-top: 28px; }
  .release-v24 .article-section h2 { font-size: 1.58rem; }
  .release-v24 .release-toc-links { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; }
  .release-v24 .release-toc a { white-space: nowrap; }
  .release-v24 .care-sidebar-card { display: block; }
  .release-v24 .care-sidebar-card .button { margin-top: 9px; }
  .release-v24 .article-cta { margin-inline: -2px; padding: 24px; }
  .release-v24 .article-cta .hero-actions { margin-top: 4px; }
  .release-v24 .appointment-form-card { padding: 21px 17px; border-radius: 20px; }
  .release-v24 .form-grid .full,
  .release-v24 .premium-form-grid .full { grid-column: auto; }
  .release-v24 .form-submit-row { align-items: stretch; flex-direction: column; }
  .release-v24 .form-submit-row .button { width: 100%; }
  .release-v24 .section-heading { align-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  .topbar, .site-header, .mobile-actions, .care-sidebar, .release-toc, .hero-actions, .site-footer { display: none !important; }
  body.release-v24 { background: #fff !important; color: #000 !important; }
  .release-v24 .page-hero.page-hero--professional { padding: 20px 0 !important; background: #fff !important; }
  .release-v24 .page-hero-art { display: none !important; }
  .release-v24 .page-hero h1 { font-size: 31pt !important; }
  .release-v24 .content-layout { display: block !important; }
  .release-v24 .article-section { break-inside: avoid; }
  .release-v24 .deep-dive { break-inside: avoid; box-shadow: none; }
  .release-v24 .deep-dive > summary { display: none; }
  .release-v24 .deep-dive-body { display: block !important; }
  .release-v24 .article-cta { background: #eee !important; box-shadow: none; }
  .release-v24 .article-cta h2, .release-v24 .article-cta p { color: #000 !important; }
}


/* =====================================================================
   Aastha professional release v24 — final editorial and visual system
   ===================================================================== */

/* Curated directory cards. */
.release-v24 .hub-main { overflow: clip; }
.release-v24 .hub-section { padding: clamp(58px, 7vw, 92px) 0; }
.release-v24 .hub-section--soft { background: linear-gradient(180deg, #fff, var(--r23-cream)); }
.release-v24 .hub-intro { max-width: 800px; margin: 0 0 32px; color: var(--r23-muted); font-size: 1.04rem; line-height: 1.75; }
.release-v24 .hub-category-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.release-v24 .hub-category { padding: clamp(22px,3vw,32px); border: 1px solid var(--r23-line); border-radius: 22px; background: #fff; box-shadow: var(--r23-shadow-sm); }
.release-v24 .hub-category--wide { grid-column: 1 / -1; }
.release-v24 .hub-category-heading { display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 15px; align-items: start; margin-bottom: 19px; }
.release-v24 .hub-category-heading h2 { margin: 0 0 6px; font-size: clamp(1.42rem,2.1vw,1.92rem); line-height: 1.18; }
.release-v24 .hub-category-heading p { margin: 0; color: var(--r23-muted); line-height: 1.62; }
.release-v24 .hub-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid #efd9e2; border-radius: 17px; background: linear-gradient(145deg,#fff0f5,#f8e8ef); color: var(--r23-burgundy); font-size: 1.23rem; }
.release-v24 .hub-link-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.release-v24 .hub-category--wide .hub-link-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.release-v24 .hub-link { min-height: 92px; display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 14px 15px; border: 1px solid #eee0e5; border-radius: 14px; background: #fffafc; color: var(--r23-ink); text-decoration: none; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.release-v24 .hub-link strong { color: var(--r23-ink); line-height: 1.35; font-weight: 750; }
.release-v24 .hub-link span { color: var(--r23-muted); font-size: .84rem; line-height: 1.42; }
.release-v24 .hub-link::after { content: "View care →"; margin-top: 5px; color: var(--r23-burgundy); font-size: .78rem; font-weight: 800; }
.release-v24 .hub-link:hover { transform: translateY(-2px); border-color: rgba(122,24,63,.34); box-shadow: 0 12px 24px rgba(76,28,47,.09); }
.release-v24 .hub-notice { margin-top: 26px; padding: 18px 20px; border: 1px solid #ecdcae; border-left: 5px solid var(--r23-gold); border-radius: 14px; background: #fffbed; color: #514522; line-height: 1.65; }

/* About, profile and location cards. */
.release-v24 .about-story-grid,
.release-v24 .clinic-location-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.release-v24 .about-story-card,
.release-v24 .clinic-location-card { padding: clamp(22px,3vw,32px); border: 1px solid var(--r23-line); border-radius: 22px; background: #fff; box-shadow: var(--r23-shadow-sm); }
.release-v24 .about-story-card h2,
.release-v24 .clinic-location-card h2 { margin-top: 0; }
.release-v24 .about-story-card p,
.release-v24 .clinic-location-card p,
.release-v24 .clinic-location-card address { color: var(--r23-muted); line-height: 1.68; }
.release-v24 .value-grid,
.release-v24 .process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.release-v24 .value-card,
.release-v24 .process-step { padding: 22px; border: 1px solid var(--r23-line); border-radius: 17px; background: #fff; box-shadow: var(--r23-shadow-sm); }
.release-v24 .value-card > span,
.release-v24 .process-step > span { color: var(--r23-gold); font: 700 1.4rem Georgia,serif; }
.release-v24 .value-card h3,
.release-v24 .process-step h3 { margin: 8px 0 7px; font-size: 1.08rem; }
.release-v24 .value-card p,
.release-v24 .process-step p { margin: 0; color: var(--r23-muted); font-size: .9rem; line-height: 1.58; }
.release-v24 .value-grid--compact { grid-template-columns: repeat(2,minmax(0,1fr)); }

/* Professional doctor and branch pages. */
.release-v24 .focus-link-grid,
.release-v24 .service-link-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.release-v24 .focus-link-grid a,
.release-v24 .service-link-grid a { min-height: 98px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 17px 18px; border: 1px solid var(--r23-line); border-radius: 15px; background: var(--r23-soft); color: var(--r23-ink); text-decoration: none; transition: transform .18s ease,box-shadow .18s ease; }
.release-v24 .focus-link-grid a:hover,
.release-v24 .service-link-grid a:hover { transform: translateY(-2px); box-shadow: var(--r23-shadow-sm); }
.release-v24 .focus-link-grid strong,
.release-v24 .service-link-grid strong { color: var(--r23-ink); }
.release-v24 .focus-link-grid span,
.release-v24 .service-link-grid span { color: var(--r23-muted); font-size: .88rem; line-height: 1.45; }
.release-v24 .location-contact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.release-v24 .location-contact-card { min-height: 175px; display: flex; flex-direction: column; gap: 9px; padding: 22px; border: 1px solid var(--r23-line); border-radius: 17px; background: var(--r23-soft); }
.release-v24 .location-contact-card > span { color: var(--r23-burgundy); font-size: .8rem; font-weight: 850; }
.release-v24 .location-contact-card address { color: var(--r23-ink); font-size: 1.03rem; line-height: 1.62; }
.release-v24 .location-contact-card a { color: var(--r23-burgundy); font-weight: 750; }
.release-v24 .location-contact-card .contact-number { font-size: 1.16rem; }
.release-v24 .hours-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.release-v24 .hours-card { padding: 20px; border: 1px solid var(--r23-line); border-radius: 16px; background: #fff; }
.release-v24 .hours-card h3 { margin: 0 0 8px; font-size: 1.04rem; }
.release-v24 .hours-card p { margin: 0; color: var(--r23-muted); line-height: 1.62; }
.release-v24 .nearby-list { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; list-style: none; }
.release-v24 .nearby-list li { padding: 8px 12px; border: 1px solid var(--r23-line); border-radius: 999px; background: var(--r23-soft); color: var(--r23-text); }

/* Calm, sentence-case typography. */
.release-v24 .section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
.release-v24 .section-heading h2 { margin: 0; font-size: clamp(1.9rem,3.2vw,3rem); line-height: 1.12; }
.release-v24 .section-heading p { margin: 8px 0 0; color: var(--r23-muted); }
.release-v24 .home-cta h2,
.release-v24 .home-cta p,
.release-v24 .home-cta .section-kicker { color: #fff !important; }
.release-v24 .home-cta p { opacity: .88; }

/* Final dark mode: every section and every card has deliberate contrast. */
html[data-theme="dark"] .release-v24 .topbar { background: linear-gradient(90deg,#661433,#8c1e4d 50%,#65122f) !important; }
html[data-theme="dark"] .release-v24 .topbar,
html[data-theme="dark"] .release-v24 .topbar span,
html[data-theme="dark"] .release-v24 .topbar a,
html[data-theme="dark"] .release-v24 .topbar strong { color: #fff !important; opacity: 1 !important; }
html[data-theme="dark"] .release-v24 .topbar [data-global-fee] { color: #ffe48a !important; }
html[data-theme="dark"] .release-v24 .home-section,
html[data-theme="dark"] .release-v24 .home-section--soft,
html[data-theme="dark"] .release-v24 .home-section--blush,
html[data-theme="dark"] .release-v24 .hub-section,
html[data-theme="dark"] .release-v24 .hub-section--soft { background: #0f0b0d !important; color: #fff8fb !important; }
html[data-theme="dark"] .release-v24 .home-section h2,
html[data-theme="dark"] .release-v24 .home-section h3,
html[data-theme="dark"] .release-v24 .section-heading h2,
html[data-theme="dark"] .release-v24 .section-heading p,
html[data-theme="dark"] .release-v24 .hub-intro { color: #fff8fb !important; opacity: 1 !important; }
html[data-theme="dark"] .release-v24 .section-heading p,
html[data-theme="dark"] .release-v24 .hub-intro { color: #d1c1c9 !important; }
html[data-theme="dark"] .release-v24 .hero-booking-card { background: #fff !important; }
html[data-theme="dark"] .release-v24 .hero-booking-card h3,
html[data-theme="dark"] .release-v24 .hero-booking-card .fee { color: #601532 !important; }
html[data-theme="dark"] .release-v24 .hero-booking-card p:not(.fee) { color: #6c5f65 !important; }
html[data-theme="dark"] .release-v24 .hub-category,
html[data-theme="dark"] .release-v24 .hub-link,
html[data-theme="dark"] .release-v24 .about-story-card,
html[data-theme="dark"] .release-v24 .clinic-location-card,
html[data-theme="dark"] .release-v24 .value-card,
html[data-theme="dark"] .release-v24 .process-step,
html[data-theme="dark"] .release-v24 .focus-link-grid a,
html[data-theme="dark"] .release-v24 .service-link-grid a,
html[data-theme="dark"] .release-v24 .location-contact-card,
html[data-theme="dark"] .release-v24 .hours-card { background: #1a1216 !important; border-color: #4a303c !important; color: #fff8fb !important; }
html[data-theme="dark"] .release-v24 .hub-category h2,
html[data-theme="dark"] .release-v24 .hub-category-heading p,
html[data-theme="dark"] .release-v24 .hub-link strong,
html[data-theme="dark"] .release-v24 .hub-link span,
html[data-theme="dark"] .release-v24 .about-story-card h2,
html[data-theme="dark"] .release-v24 .about-story-card p,
html[data-theme="dark"] .release-v24 .clinic-location-card h2,
html[data-theme="dark"] .release-v24 .clinic-location-card p,
html[data-theme="dark"] .release-v24 .clinic-location-card address,
html[data-theme="dark"] .release-v24 .value-card h3,
html[data-theme="dark"] .release-v24 .value-card p,
html[data-theme="dark"] .release-v24 .process-step h3,
html[data-theme="dark"] .release-v24 .process-step p,
html[data-theme="dark"] .release-v24 .focus-link-grid strong,
html[data-theme="dark"] .release-v24 .focus-link-grid span,
html[data-theme="dark"] .release-v24 .service-link-grid strong,
html[data-theme="dark"] .release-v24 .service-link-grid span,
html[data-theme="dark"] .release-v24 .location-contact-card address,
html[data-theme="dark"] .release-v24 .location-contact-card a,
html[data-theme="dark"] .release-v24 .hours-card h3,
html[data-theme="dark"] .release-v24 .hours-card p { color: #fff8fb !important; opacity: 1 !important; }
html[data-theme="dark"] .release-v24 .hub-category-heading p,
html[data-theme="dark"] .release-v24 .hub-link span,
html[data-theme="dark"] .release-v24 .about-story-card p,
html[data-theme="dark"] .release-v24 .clinic-location-card p,
html[data-theme="dark"] .release-v24 .clinic-location-card address,
html[data-theme="dark"] .release-v24 .value-card p,
html[data-theme="dark"] .release-v24 .process-step p,
html[data-theme="dark"] .release-v24 .focus-link-grid span,
html[data-theme="dark"] .release-v24 .service-link-grid span,
html[data-theme="dark"] .release-v24 .hours-card p { color: #d3c3cb !important; }
html[data-theme="dark"] .release-v24 .hub-icon,
html[data-theme="dark"] .release-v24 .nearby-list li { background: #2b1b23 !important; border-color: #5a3544 !important; color: #f2c0d2 !important; }
html[data-theme="dark"] .release-v24 .hub-notice,
html[data-theme="dark"] .release-v24 .notice { background: #2a2414 !important; border-color: #685d2c !important; color: #f0e1a4 !important; }
html[data-theme="dark"] .release-v24 .home-cta h2,
html[data-theme="dark"] .release-v24 .home-cta p { color: #fff !important; }

@media (max-width: 960px) {
  .release-v24 .value-grid,
  .release-v24 .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .release-v24 .hub-category--wide .hub-link-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .release-v24 .hours-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .release-v24 .hub-category-grid,
  .release-v24 .hub-link-grid,
  .release-v24 .hub-category--wide .hub-link-grid,
  .release-v24 .about-story-grid,
  .release-v24 .clinic-location-grid,
  .release-v24 .value-grid,
  .release-v24 .process-grid,
  .release-v24 .focus-link-grid,
  .release-v24 .service-link-grid,
  .release-v24 .location-contact-grid { grid-template-columns: 1fr; }
  .release-v24 .hub-category--wide { grid-column: auto; }
  .release-v24 .hub-category-heading { grid-template-columns: 46px minmax(0,1fr); }
  .release-v24 .hub-icon { width: 46px; height: 46px; border-radius: 14px; }
  .release-v24 .hub-link { min-height: 76px; }
  .release-v24 .section-heading { align-items: start; }
}

/* =====================================================================
   Release v25 acceptance fixes
   Shared corrections for long clinical pages and dark-mode components.
   ===================================================================== */

/* Keep the article/sidebar grid inside laptop and print-preview viewports. */
@media (max-width: 1200px) {
  .release-v24 .content-layout {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 280px);
    gap: 28px;
  }
}
@media (max-width: 940px) {
  .release-v24 .content-layout,
  .release-v24 .appointment-layout { grid-template-columns: minmax(0, 1fr); }
  .release-v24 .care-sidebar { position: static; }
}

/* Imported article content must retain a calm, readable hierarchy. */
.release-v24 .deep-dive-body .article-section h2,
.release-v24 .faq-section h2,
.release-v24 .clinic-choice-section > h2 {
  font-size: clamp(1.42rem, 2.15vw, 1.82rem) !important;
  line-height: 1.24 !important;
}
.release-v24 .deep-dive-body .article-section h3 {
  margin: 20px 0 8px !important;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 1.04rem !important;
  line-height: 1.42 !important;
}
.release-v24 .deep-dive-body .article-section {
  padding-block: 24px !important;
}
.release-v24 .deep-dive-body .article-section:first-child { padding-top: 12px !important; }
.release-v24 .deep-dive-body .article-section:last-child { padding-bottom: 0 !important; }

/*
 * A disclosure is not an .article-section, so the normal adjacent-section
 * spacing rule does not apply when "How care is planned" follows it.
 * Restore the same deliberate visual break on every long treatment page.
 */
.release-v24 .article-stack > .deep-dive + .article-section {
  padding-top: clamp(40px, 4.5vw, 52px);
}

/* Ensure long words, addresses and links never force horizontal overflow. */
.release-v24 .content-layout,
.release-v24 .article-stack,
.release-v24 .article-section,
.release-v24 .care-sidebar,
.release-v24 .clinic-choice-grid > article { min-width: 0; }
.release-v24 .article-stack p,
.release-v24 .article-stack li,
.release-v24 .article-stack address,
.release-v24 .article-stack a { overflow-wrap: anywhere; }

/* Accessible dark mode for every repeated article component. */
html[data-theme="dark"] body.release-v24 {
  --r23-ink: #fff8fb;
  --r23-text: #eadde4;
  --r23-muted: #cbbbc3;
  --r23-paper: #0f0b0d;
  --r23-soft: #1b1217;
  --r23-cream: #171014;
  --r23-line: #4c303d;
  background: #0f0b0d !important;
  color: #fff8fb !important;
}
html[data-theme="dark"] .release-v24 .section:has(.content-layout),
html[data-theme="dark"] .release-v24 .appointment-section,
html[data-theme="dark"] .release-v24 .clinic-options-section,
html[data-theme="dark"] .release-v24 .appointment-faq-section {
  background: #0f0b0d !important;
}
html[data-theme="dark"] .release-v24 .article-section h2,
html[data-theme="dark"] .release-v24 .article-section h3,
html[data-theme="dark"] .release-v24 .article-section p,
html[data-theme="dark"] .release-v24 .article-section li,
html[data-theme="dark"] .release-v24 .article-section address,
html[data-theme="dark"] .release-v24 .deep-dive p,
html[data-theme="dark"] .release-v24 .faq-answer p,
html[data-theme="dark"] .release-v24 .clinic-choice-grid h2,
html[data-theme="dark"] .release-v24 .clinic-choice-grid h3,
html[data-theme="dark"] .release-v24 .clinic-choice-grid p,
html[data-theme="dark"] .release-v24 .clinic-choice-grid address {
  color: #f7edf2 !important;
  opacity: 1 !important;
}
html[data-theme="dark"] .release-v24 .article-section p,
html[data-theme="dark"] .release-v24 .deep-dive p,
html[data-theme="dark"] .release-v24 .faq-answer p,
html[data-theme="dark"] .release-v24 .clinic-choice-grid p,
html[data-theme="dark"] .release-v24 .clinic-choice-grid address {
  color: #dfd0d8 !important;
}
html[data-theme="dark"] .release-v24 .deep-dive,
html[data-theme="dark"] .release-v24 .faq-clean-list details,
html[data-theme="dark"] .release-v24 .care-sidebar-card,
html[data-theme="dark"] .release-v24 .clinic-choice-grid > article,
html[data-theme="dark"] .release-v24 .premium-summary-item,
html[data-theme="dark"] .release-v24 .release-toc,
html[data-theme="dark"] .release-v24 .release-toc a,
html[data-theme="dark"] .release-v24 .appointment-form-card,
html[data-theme="dark"] .release-v24 .appointment-fact-card {
  background: #1b1217 !important;
  border-color: #4c303d !important;
  color: #fff8fb !important;
}
html[data-theme="dark"] .release-v24 .deep-dive > summary,
html[data-theme="dark"] .release-v24 .faq-clean-list summary,
html[data-theme="dark"] .release-v24 .care-sidebar-card h2,
html[data-theme="dark"] .release-v24 .care-facts dd,
html[data-theme="dark"] .release-v24 .premium-summary-item strong,
html[data-theme="dark"] .release-v24 .release-toc > strong,
html[data-theme="dark"] .release-v24 .release-toc a {
  color: #fff8fb !important;
}
html[data-theme="dark"] .release-v24 .care-sidebar-card p,
html[data-theme="dark"] .release-v24 .care-facts dt,
html[data-theme="dark"] .release-v24 .premium-summary-item span {
  color: #d6c5ce !important;
}
html[data-theme="dark"] .release-v24 .clean-list li,
html[data-theme="dark"] .release-v24 .premium-bullet-grid li,
html[data-theme="dark"] .release-v24 article.prose ul > li,
html[data-theme="dark"] .release-v24 article.prose ol > li {
  background: transparent !important;
  color: #f3e8ed !important;
}
html[data-theme="dark"] .release-v24 .clean-list--three li {
  background: #21161b !important;
  border-color: #4c303d !important;
}
html[data-theme="dark"] .release-v24 .faq-pro-list details,
html[data-theme="dark"] .release-v24 .faq-pro-list summary,
html[data-theme="dark"] .release-v24 .faq-item,
html[data-theme="dark"] .release-v24 .faq-item button {
  background: #1b1217 !important;
  border-color: #4c303d !important;
  color: #fff8fb !important;
}

@media (max-width: 700px) {
  .release-v24 .deep-dive > summary { padding: 17px 48px 17px 17px; font-size: 1.08rem; }
  .release-v24 .deep-dive-body { padding: 2px 17px 20px; }
  .release-v24 .deep-dive-body .article-section h2 { font-size: 1.38rem !important; }
  .release-v24 .article-stack > .deep-dive + .article-section { padding-top: 34px; }
}

/* =====================================================================
   Release v27 content-integrity and long-page rhythm
   Complete FAQ content, semantic list leads and deliberate inline CTAs.
   ===================================================================== */

/* Imported list introductions belong above the bullets, not inside them. */
.release-v24 .list-lead {
  max-width: 750px;
  margin: 15px 0 8px;
  color: var(--r23-ink);
  font-size: .98rem;
  font-weight: 680;
  line-height: 1.55;
}
.release-v24 .list-lead + .clean-list { margin-top: 8px; }

/* A purposeful action panel replaces the former heading + raw numbers. */
.release-v24 .deep-dive-cta {
  margin: 7px 0 2px;
  padding: clamp(19px, 3vw, 27px);
  border: 1px solid #dbc1cc;
  border-left: 4px solid var(--r23-burgundy);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff 0%, #fff8fb 100%);
  box-shadow: 0 10px 28px rgba(80, 28, 49, .08);
}
.release-v24 .deep-dive-cta .quiet-label {
  display: block;
  margin-bottom: 7px;
  color: var(--r23-burgundy);
}
.release-v24 .deep-dive-cta h3 {
  max-width: 680px;
  margin: 0 0 9px !important;
  color: var(--r23-ink);
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.25rem, 2.15vw, 1.58rem) !important;
  font-weight: 750;
  line-height: 1.28 !important;
  text-wrap: balance;
}
.release-v24 .deep-dive-cta p {
  margin: 0;
  color: var(--r23-text);
  font-size: .96rem;
  line-height: 1.6;
}
.release-v24 .deep-dive-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 13px;
  margin-top: 17px;
}
.release-v24 .deep-dive-actions .button {
  min-height: 43px;
  padding: 10px 16px;
  font-size: .88rem;
}
.release-v24 .deep-dive-actions .plain-link {
  padding: 9px 2px;
  color: var(--r23-burgundy);
  font-size: .9rem;
  font-weight: 750;
}

/* Related pages that arrived as orphaned plain text are now real links. */
.release-v24 .related-care-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  max-width: 750px;
  margin: 20px 0 6px;
  padding: 13px 15px;
  border: 1px solid var(--r23-line);
  border-radius: 13px;
  background: var(--r23-soft);
}
.release-v24 .related-care-links .quiet-label { margin-right: 2px; }
.release-v24 .related-care-links a {
  padding: 6px 10px;
  border: 1px solid #dfc5d0;
  border-radius: 999px;
  background: #fff;
  color: var(--r23-burgundy);
  font-size: .84rem;
  font-weight: 720;
  line-height: 1.35;
}

/* Restored FAQ answers contain paragraphs, lists and occasional subheads. */
.release-v24 .faq-clean-list summary {
  line-height: 1.45;
  text-wrap: pretty;
}
.release-v24 .faq-clean-list details[open] summary {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--r23-line);
}
.release-v24 .faq-answer {
  padding: 17px 18px 20px;
}
.release-v24 .faq-answer p {
  max-width: 760px;
  margin: 0;
  font-size: .94rem;
  line-height: 1.65;
}
.release-v24 .faq-answer > * + * { margin-top: 12px; }
.release-v24 .faq-answer .clean-list {
  gap: 7px;
  margin: 12px 0 1px;
}
.release-v24 .faq-answer .clean-list li {
  padding-left: 20px;
  font-size: .92rem;
  line-height: 1.52;
}
.release-v24 .faq-answer .clean-list li::before {
  left: 2px;
  top: .65em;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 3px rgba(205,168,66,.12);
}
.release-v24 .faq-answer .faq-answer-heading {
  margin: 18px 0 7px !important;
  color: var(--r23-ink);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: .98rem !important;
  font-weight: 780;
  line-height: 1.4 !important;
}

/* Give the standard care block an unmistakable break after disclosures. */
.release-v24 .article-stack > .deep-dive + .care-principles {
  margin-top: clamp(15px, 2vw, 22px);
}

/* Link contrast must remain clear against dark cards and disclosures. */
html[data-theme="dark"] .release-v24 .list-lead,
html[data-theme="dark"] .release-v24 .deep-dive-cta h3,
html[data-theme="dark"] .release-v24 .faq-answer .faq-answer-heading {
  color: #fff8fb !important;
}
html[data-theme="dark"] .release-v24 .deep-dive-cta {
  border-color: #684052;
  border-left-color: #e287aa;
  background: linear-gradient(135deg, #21161b 0%, #261720 100%);
  box-shadow: none;
}
html[data-theme="dark"] .release-v24 .deep-dive-cta p {
  color: #e3d4dc !important;
}
html[data-theme="dark"] .release-v24 .deep-dive-cta .quiet-label {
  color: #f0d985 !important;
}
html[data-theme="dark"] .release-v24 .deep-dive-actions .plain-link,
html[data-theme="dark"] .release-v24 .faq-answer a,
html[data-theme="dark"] .release-v24 .related-care-links a,
html[data-theme="dark"] .release-v24 .clean-list li a {
  color: #f5abc6 !important;
}
html[data-theme="dark"] .release-v24 .related-care-links {
  border-color: #4c303d;
  background: #1b1217;
}
html[data-theme="dark"] .release-v24 .related-care-links a {
  border-color: #684052;
  background: #25171e;
}
html[data-theme="dark"] .release-v24 .faq-clean-list details[open] summary {
  border-bottom-color: #4c303d;
}

@media (max-width: 700px) {
  .release-v24 .deep-dive-cta { padding: 18px 16px; }
  .release-v24 .deep-dive-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .release-v24 .deep-dive-actions .button {
    width: 100%;
    justify-content: center;
  }
  .release-v24 .deep-dive-actions .plain-link { text-align: center; }
  .release-v24 .related-care-links {
    align-items: stretch;
    flex-direction: column;
  }
  .release-v24 .related-care-links .quiet-label { margin-bottom: 2px; }
  .release-v24 .related-care-links a { text-align: center; }
  .release-v24 .faq-answer { padding: 15px 16px 18px; }
  .release-v24 .article-stack > .deep-dive + .care-principles { margin-top: 12px; }
}

@media print {
  .release-v24 .deep-dive-cta {
    border: 1px solid #bbb;
    border-left: 4px solid #555;
    background: #fff !important;
    box-shadow: none;
  }
  .release-v24 .deep-dive-actions { display: none; }
}
