﻿@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

/* Source Serif 4 — self-hosted (latin + latin-ext subsets, Google Fonts v14).
   Keep the ?v= query in sync with the <link rel="preload"> emitted by
   tools/build_global_static_site.mjs (assetVersion) or the preload is wasted. */
/* latin */
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("/assets/fonts/source-serif-4-latin-wght-500-600.woff2?v=20260612-perf-v1") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("/assets/fonts/source-serif-4-latin-ext-wght-500-600.woff2?v=20260612-perf-v1") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin italic */
@font-face {
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/source-serif-4-latin-italic-500.woff2?v=20260612-perf-v1") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext italic */
@font-face {
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/source-serif-4-latin-ext-italic-500.woff2?v=20260612-perf-v1") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* "Editorial" palette pass (2026-06-12). Variable names kept for compatibility. */
  --ink: #322F2B;
  --ink-soft: #6E675D;
  --paper: #ffffff;
  --bg: #ffffff;
  --mist: #F7F5F1;
  --line: var(--gray-200);
  --navy: #162852;
  --navy-deep: #0F1B3D;
  --teal: #0E7C8F;
  --teal-deep: #0B6B7D;
  --coral: #0E7C8F; /* coral is an alias of teal in this palette */
  --teal-light: #E6F3F5;
  --teal-bright: #17abc1; /* accent text on dark navy backgrounds only */
  --line-green: #06C755;
  --line-green-hover: #05B34C;
  --gray-50: #F7F5F1;
  --gray-100: #EFEBE4;
  --gray-200: #E4DFD6;
  --gray-300: #CCC5B9;
  --gray-400: #7A7368;
  --gray-500: #6E675D;
  --gray-700: #3E3A33;
  --green: #3E6B4E;
  --amber: #A87F2A;
  --shadow: 0 1px 3px rgba(22, 40, 82, 0.07);
  --shadow-pop: 0 16px 40px rgba(22, 40, 82, 0.1);
  --font-display: "Source Serif 4", Georgia, "Pretendard", serif;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  font-family: "Pretendard", "PingFang TC", "Microsoft JhengHei", "Noto Sans Thai", "Leelawadee UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

main {
  max-width: 100%;
  overflow-x: clip;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* WebP <picture> wrappers emitted by the build (tools/build_global_static_site.mjs).
   display:contents removes the wrapper box so grid/flex/absolute layouts treat
   the inner <img> exactly like a direct child. */
picture.webp-pic {
  display: contents;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  font-family: "Pretendard", "PingFang TC", "Microsoft JhengHei", "Noto Sans Thai", "Leelawadee UI", Arial, sans-serif;
  margin-top: 0;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 44px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(10, 31, 53, 0.10);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  backdrop-filter: blur(12px);
}

.site-header[data-elevated="true"] {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(10, 31, 53, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 6px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  font-size: 12px;
  opacity: 0.78;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
}

.mobile-menu {
  display: none;
}

.main-nav a,
.header-actions a {
  text-decoration: none;
}

.main-nav a {
  font-size: 14px;
  font-weight: 700;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-switcher {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 6px;
}

.language-switcher button,
.language-switcher a {
  display: inline-flex;
  min-width: 44px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.language-switcher button.active,
.language-switcher a.active {
  color: var(--ink);
  background: #fff;
}

.site-header[data-elevated="true"] .language-switcher button.active,
.site-header[data-elevated="true"] .language-switcher a.active {
  color: #fff;
  background: var(--navy);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--teal);
  border-radius: 6px;
  color: #fff;
  background: var(--teal);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
  background: var(--teal-deep);
  border-color: var(--teal-deep);
}

.button-light {
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.button-small {
  min-height: 36px;
  padding: 0 14px;
  font-size: 14px;
}

.hero {
  position: relative;
  display: grid;
  min-height: 76vh;
  padding: 96px clamp(18px, 5vw, 64px) 0;
  color: #fff;
  background-image: url("assets/doctors-team.jpg");
  background-image: image-set(url("assets/doctors-team.webp") type("image/webp"), url("assets/doctors-team.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 22, 34, 0.88), rgba(12, 32, 47, 0.56) 48%, rgba(10, 22, 34, 0.08));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  align-self: center;
  padding-bottom: 30px;
}

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

.hero .eyebrow {
  color: var(--teal-bright);
}

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

h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(40px, 6vw, 62px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.hero-proof li {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 800;
}

.hero-step-strip {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(var(--max), 100%);
  margin: 0 auto;
  color: var(--ink);
  background: #fff;
  border-radius: 8px 8px 0 0;
  box-shadow: var(--shadow);
}

.hero-step-strip div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 18px 22px;
  border-right: 1px solid var(--line);
}

.hero-step-strip div:last-child {
  border-right: 0;
}

.hero-step-strip strong {
  color: var(--coral);
  font-size: 13px;
}

.hero-step-strip span {
  font-weight: 800;
}

.quick-entry,
.section {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 64px);
}

.quick-entry {
  background: var(--mist);
}

.section-heading {
  width: min(var(--max), 100%);
  margin: 0 auto clamp(24px, 3vw, 40px);
}

.section-heading h2,
.split-heading h2 {
  max-width: 920px;
  margin-bottom: 0;
  line-height: 1.12;
}

.section-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
}

.entry-grid,
.treatment-grid,
.process-grid,
.location-grid {
  display: grid;
  width: min(var(--max), 100%);
  margin: 0 auto;
  gap: 18px;
}

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

.entry-grid a {
  min-height: 168px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
}

.entry-grid span {
  color: var(--teal);
  font-weight: 800;
}

.entry-grid strong,
.entry-grid small {
  display: block;
}

.entry-grid strong {
  margin-top: 14px;
  font-size: 22px;
}

.entry-grid small {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 14px;
}

.treatments {
  background: #fff;
}

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

.treatment-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.treatment-card img {
  width: 100%;
  aspect-ratio: 1.24 / 1;
  object-fit: cover;
}

.treatment-card div {
  padding: 20px;
}

.treatment-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.treatment-card h3 {
  margin-top: 10px;
  min-height: 48px;
}

.treatment-card p {
  min-height: 96px;
  color: var(--ink-soft);
}

.treatment-card a {
  color: var(--coral);
  font-weight: 800;
  text-decoration: none;
}

.process {
  background: var(--navy);
  color: #fff;
}

.process .eyebrow {
  color: var(--teal-bright);
}

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

.process-step {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.process-step strong {
  color: var(--teal-bright);
}

.process-step h3 {
  margin-top: 28px;
}

.process-step p {
  color: rgba(255, 255, 255, 0.78);
}

.cost {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 40px;
  align-items: start;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.cost-content p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 17px;
}

.cost-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 3px solid var(--amber);
}

.cost-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.trust {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 42px;
  align-items: center;
  background: var(--mist);
}

.trust-image,
.trust-copy {
  min-width: 0;
}

.trust-image img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
}

.trust-points {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.trust-points div {
  padding-left: 18px;
  border-left: 4px solid var(--teal);
}

.trust-points strong {
  display: block;
  font-size: 18px;
}

.trust-points p {
  margin: 8px 0 0;
  color: var(--ink-soft);
}

.locations {
  background: #fff;
}

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

.location-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.location-card h3 {
  font-size: 28px;
}

.location-note {
  color: var(--ink-soft);
}

.location-card a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--teal);
  font-weight: 800;
  text-decoration: none;
}

.faq {
  background: var(--mist);
}

.faq-list {
  display: grid;
  width: min(900px, 100%);
  margin: 0 auto;
  gap: 14px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

summary {
  min-height: 64px;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.72;
}

.consultation {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  gap: 42px;
  align-items: start;
  background: #fff;
}

.consultation-copy p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 17px;
}

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

.channel-row a {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.consult-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.consult-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.consult-form span {
  font-size: 13px;
  font-weight: 800;
}

.consult-form input,
.consult-form select,
.consult-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbd8d6;
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
}

.consult-form textarea {
  resize: vertical;
}

.consult-form .wide {
  grid-column: 1 / -1;
}

.form-step {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding: 12px;
  border-radius: 6px;
  color: #fff;
  background: var(--navy);
}

.form-step span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  color: var(--navy);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.form-step strong {
  font-size: 15px;
}

.legacy-form-fields {
  display: none;
}

.consent-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--mist);
}

.consent-field input {
  width: auto;
  min-height: auto;
  margin-top: 3px;
}

.consent-field span {
  line-height: 1.5;
}

.upload-field input {
  padding: 10px;
  background: var(--mist);
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.consult-form small {
  grid-column: 1 / -1;
  color: var(--ink-soft);
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: none;
}

.sticky-cta a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 18px;
  border-radius: 6px;
  color: #fff;
  background: var(--green);
  box-shadow: var(--shadow);
  font-weight: 800;
  text-decoration: none;
}

.site-footer {
  padding: 34px clamp(18px, 5vw, 64px) 84px;
  color: rgba(255, 255, 255, 0.84);
  background: var(--navy);
}

.site-footer p {
  width: min(var(--max), 100%);
  margin: 8px auto;
}

.page-hero {
  position: relative;
  display: grid;
  min-height: 440px;
  padding: 118px clamp(18px, 5vw, 64px) 52px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(10, 22, 34, 0.9), rgba(12, 32, 47, 0.62), rgba(10, 22, 34, 0.18)),
    var(--page-bg, url("assets/doctors-team.jpg"));
  background-position: center;
  background-size: cover;
}

.page-hero-inner,
.page-section-inner,
.blog-section-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 126px clamp(24px, 5vw, 70px) 54px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f7f7f7, #fff);
}

.contact-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
}

.contact-hero p {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: clamp(17px, 2vw, 21px);
}

.contact-photo-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-photo-card small {
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
}

.contact-photo-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: var(--ink-soft);
  font-weight: 800;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb a {
  text-decoration: none;
}

.contact-hero .breadcrumb {
  color: var(--ink-soft);
}

.page-hero h1 {
  max-width: 820px;
  font-size: clamp(38px, 5vw, 62px);
}

.page-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 2vw, 21px);
}

.page-section,
.blog-section {
  padding: clamp(52px, 7vw, 86px) clamp(18px, 5vw, 64px);
}

.page-section.alt,
.blog-section.alt {
  background: var(--mist);
}

.answer-box {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.answer-box strong {
  color: var(--teal);
  font-size: 13px;
  text-transform: uppercase;
}

.answer-box p {
  margin: 0;
  font-size: 18px;
}

.inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(232, 111, 92, 0.35);
  border-radius: 8px;
  background: #fff7f4;
}

.inline-cta strong {
  font-size: 14px;
}

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

.detail-card,
.blog-card,
.link-card,
.faq-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(19, 32, 45, 0.07);
}

.detail-card,
.link-card,
.faq-card {
  padding: 22px;
}

.detail-card h3,
.link-card h3,
.faq-card h3 {
  margin-bottom: 10px;
}

.content-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 28px;
  align-items: start;
}

.content-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding-left: 28px;
  position: relative;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
}

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

.blog-card {
  display: grid;
  min-height: 220px;
  padding: 22px;
  text-decoration: none;
}

.blog-card small {
  color: var(--teal);
  font-weight: 800;
}

.blog-card strong {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.2;
}

.blog-card span {
  margin-top: 14px;
  color: var(--ink-soft);
}

.blog-lounge-hero,
.blog-article-hero {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 132px 0 42px;
}

.blog-lounge-hero.compact {
  padding-bottom: 28px;
}

.blog-lounge-hero .breadcrumb,
.blog-article-hero .breadcrumb {
  color: var(--ink-soft);
}

.blog-lounge-hero h1,
.blog-article-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
}

.blog-lounge-hero p:not(.eyebrow),
.blog-article-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--ink-soft);
  font-size: 18px;
}

.blog-lounge {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 34px;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 18px 0 clamp(64px, 8vw, 104px);
  align-items: start;
}

.blog-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.blog-sidebar > strong {
  font-size: 18px;
}

.blog-sidebar p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.blog-sidebar nav {
  display: grid;
  gap: 4px;
}

.blog-sidebar nav a {
  display: grid;
  gap: 2px;
  padding: 12px 10px;
  border-radius: 6px;
  text-decoration: none;
}

.blog-sidebar nav a:hover {
  background: var(--mist);
}

.blog-sidebar nav span {
  font-weight: 800;
}

.blog-sidebar nav small {
  color: var(--ink-soft);
  font-size: 12px;
}

.blog-sidebar .button {
  width: 100%;
}

.blog-feed {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.blog-feature {
  display: grid;
  gap: 16px;
  min-height: 320px;
  padding: clamp(26px, 5vw, 46px);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 35, 51, 0.95), rgba(21, 154, 162, 0.72)),
    url("assets/doctors-team.jpg");
  background:
    linear-gradient(135deg, rgba(18, 35, 51, 0.95), rgba(21, 154, 162, 0.72)),
    image-set(url("assets/doctors-team.webp") type("image/webp"), url("assets/doctors-team.jpg") type("image/jpeg"));
  background-position: center;
  background-size: cover;
  text-decoration: none;
}

.blog-feature small {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.blog-feature strong {
  max-width: 760px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
}

.blog-feature span {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.blog-feed-list {
  display: grid;
  gap: 10px;
}

.blog-feed-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.blog-feed-card:hover {
  border-color: rgba(22, 40, 82, 0.35);
  box-shadow: none;
}

.blog-feed-card small {
  color: var(--teal);
  font-weight: 800;
}

.blog-feed-card strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.24;
}

.blog-feed-card p {
  margin: 8px 0 0;
  color: var(--ink-soft);
}

.blog-feed-card > span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--navy);
  font-weight: 800;
}

.blog-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 320px);
  gap: 34px;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 0 0 clamp(64px, 8vw, 104px);
  align-items: start;
}

.blog-post {
  min-width: 0;
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.blog-post h2 {
  margin-top: 34px;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.18;
}

.blog-post h2:first-of-type {
  margin-top: 28px;
}

.blog-post p {
  color: var(--ink-soft);
  font-size: 17px;
}

.blog-post .answer-box {
  box-shadow: none;
}

.blog-article-side {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
}

.article-toc,
.related-procedures {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.article-toc strong,
.related-procedures strong {
  color: var(--navy);
  font-size: 14px;
  text-transform: uppercase;
}

.article-toc nav,
.related-procedures nav {
  display: grid;
  gap: 6px;
}

.article-toc a,
.related-procedures a {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 10px;
  border-radius: 6px;
  color: var(--ink);
  background: var(--mist);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.article-toc a:hover,
.related-procedures a:hover {
  color: #fff;
  background: var(--navy);
}

.blog-article-side > .button {
  width: 100%;
}

.blog-article-side .lead-panel {
  position: static;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
}

.article-meta span,
.tag {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 6px;
  color: var(--ink);
  background: var(--mist);
  font-size: 13px;
  font-weight: 800;
}

.lead-panel {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 0;
  padding: 30px;
  border-radius: 8px;
  color: #f6fbfb;
  background: var(--navy);
  box-shadow: 0 18px 42px rgba(10, 31, 53, 0.18);
}

.lead-panel .eyebrow {
  margin-bottom: 16px;
  color: var(--teal-bright);
}

.lead-panel h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(21px, 2.4vw, 26px);
  line-height: 1.32;
}

.lead-panel p:not(.eyebrow) {
  margin: 0;
  color: rgba(246, 251, 251, 0.88);
  font-size: 16px;
  line-height: 1.72;
}

.lead-panel .button {
  width: 100%;
  min-height: 56px;
  margin-top: 26px;
  color: #fff;
}

.lead-panel .lead-channel-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.lead-panel .lead-channel-row a {
  display: inline-flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-color: rgba(255, 255, 255, 0.54);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.lead-panel .lead-channel-row a:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

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

.legal-note {
  margin-top: 22px;
  color: var(--ink-soft);
  font-size: 13px;
}

.global-hero,
.doctor-hero,
.clinic-hero,
.country-hero,
.treatment-hero,
.cost-hero {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 118px clamp(18px, 5vw, 64px) 46px;
}

.global-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  min-height: 760px;
  color: var(--ink);
  background: var(--mist);
  overflow: hidden;
}

.global-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 580px;
  padding-bottom: 58px;
}

.global-hero h1,
.country-hero h1,
.treatment-hero h1,
.cost-hero h1,
.doctor-hero h1,
.clinic-hero h1,
.reviews-hero h1,
.selector-hero h1,
.faq-hero h1 {
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.98;
}

.global-hero p,
.country-hero p,
.treatment-hero p,
.cost-hero p,
.doctor-hero p,
.clinic-hero p,
.reviews-hero p,
.selector-hero p,
.faq-hero p {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: clamp(17px, 2vw, 21px);
}

.button-ghost {
  border-color: var(--navy);
  color: var(--navy);
  background: transparent;
}

.global-hero-image {
  position: relative;
  min-width: 0;
  min-height: 420px;
}

.global-hero-image img {
  position: relative;
  z-index: 2;
  width: min(980px, 118%);
  max-width: none;
  margin-left: -5%;
}

.hero-microcopy {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
}

.hero-line-note {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 36px;
  align-items: center;
  margin: 14px 0 0;
  padding: 8px 12px;
  border: 1px solid rgba(14, 124, 143, 0.22);
  border-radius: 6px;
  color: var(--teal);
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

.hero-consult-card {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 14px;
  align-self: start;
  max-width: 420px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.hero-consult-card small,
.market-treatment-card small {
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-consult-card strong,
.market-treatment-card strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.12;
}

.hero-consult-card ol,
.market-treatment-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: var(--ink-soft);
  font-weight: 800;
}

.ghost-word {
  position: absolute;
  left: -6%;
  top: -12%;
  z-index: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(19, 32, 45, 0.13);
  font-size: clamp(110px, 16vw, 230px);
  font-weight: 800;
  line-height: 1;
}

.hero-proof-bar {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-proof-bar span {
  padding: 18px;
  border-right: 1px solid var(--line);
  font-weight: 800;
}

.patient-route-section,
.market-consult-strip {
  padding: clamp(46px, 6vw, 78px) clamp(18px, 5vw, 64px);
}

.route-card-grid,
.treatment-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 14px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.route-card,
.treatment-row a {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  text-decoration: none;
}

.route-card:first-child,
.treatment-row a:first-child {
  grid-row: span 2;
  align-content: end;
  min-height: 270px;
  color: #fff;
  background: var(--navy);
}

.route-card small,
.treatment-row a small {
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
}

.route-card:first-child small,
.treatment-row a:first-child small {
  color: var(--teal-bright);
}

.route-card h3,
.route-card p,
.treatment-row strong,
.treatment-row span {
  margin: 0;
}

.route-card h3,
.treatment-row strong {
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.12;
}

.route-card p,
.treatment-row span {
  color: var(--ink-soft);
}

.route-card:first-child p,
.route-card:first-child span,
.treatment-row a:first-child span {
  color: rgba(255, 255, 255, 0.82);
}

.route-card > span {
  width: fit-content;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 6px;
  color: #fff;
  background: var(--teal);
  font-weight: 800;
}

.market-consult-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 24px;
  align-items: end;
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(24px, 4vw, 42px) auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.market-consult-strip h2,
.market-consult-strip p {
  margin: 0;
}

.market-consult-strip .eyebrow {
  margin-bottom: 10px;
}

.market-channel-row,
.hero-channel-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.market-treatment-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.market-treatment-hero {
  background: var(--mist);
}

.signature-section,
.today-post-section,
.review-preview,
.process-section,
.doctor-system,
.cost-table-section,
.route-section,
.story-grid,
.photo-guide-section,
.branch-grid,
.faq-tabs,
.faq-accordion,
.bottom-consult,
.review-filter,
.symptom-selector,
.feature-band {
  padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 64px);
}

.split-heading {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  width: min(var(--max), 100%);
  margin: 0 auto 30px;
}

.split-heading h2 {
  font-size: clamp(32px, 4vw, 54px);
}

.center-showcase {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-auto-rows: minmax(220px, auto);
  gap: 16px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.center-tile {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  background: var(--ink);
}

.center-tile:first-child {
  grid-row: span 2;
}

.center-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
  transition: transform 0.6s ease-out;
}

.center-tile:hover img {
  transform: scale(1.02);
}

.center-tile span,
.center-tile small {
  position: absolute;
  left: 22px;
  right: 22px;
  z-index: 2;
}

.center-tile span {
  bottom: 62px;
  font-size: 28px;
  font-weight: 800;
}

.center-tile small {
  bottom: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.journey-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.journey-card {
  min-height: 320px;
  padding: clamp(32px, 6vw, 72px);
  color: #fff;
  background: var(--navy);
}

.journey-card:nth-child(2) {
  background: var(--navy);
}

.journey-card small {
  color: var(--teal-bright);
  font-weight: 800;
  text-transform: uppercase;
}

.journey-card h2 {
  max-width: 720px;
  margin: 16px 0 24px;
  font-size: clamp(30px, 4vw, 52px);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.post-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.review-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.review-shot {
  overflow: hidden;
  border-radius: 8px;
  background: var(--mist);
}

.review-shot img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.country-hero,
.doctor-hero,
.clinic-hero,
.treatment-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  color: var(--ink);
  background: #fff;
}

.country-hero img,
.doctor-hero img,
.clinic-hero img,
.treatment-hero img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.treatment-hero {
  min-height: 700px;
  background: linear-gradient(180deg, #fff, var(--mist));
}

.treatment-hero img {
  aspect-ratio: 4 / 3;
}

.proof-stack {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
}

.proof-stack span,
.review-filter span,
.faq-tabs span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  font-weight: 800;
}

.diagnosis-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 28px;
  padding: clamp(54px, 7vw, 90px) clamp(18px, 5vw, 64px);
  background: #fff;
}

.large-question {
  padding: clamp(28px, 5vw, 64px);
  border-left: 6px solid var(--teal);
  background: var(--mist);
}

.large-question h2 {
  max-width: 900px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.12;
}

.story-grid,
.branch-grid,
.route-section,
.symptom-selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.story-grid article,
.route-section article,
.branch-grid article,
.symptom-selector a,
.field-list article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
}

.story-grid small,
.route-section small,
.branch-grid small,
.symptom-selector small {
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
}

.process-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(var(--max), 100%);
  margin: 0 auto;
  border-top: 1px solid var(--ink);
}

.process-timeline article {
  padding: 24px 18px;
  border-right: 1px solid var(--line);
}

.process-timeline small {
  color: var(--teal);
  font-weight: 800;
}

.photo-guide-section,
.feature-band,
.cost-hero,
.reviews-hero,
.selector-hero,
.faq-hero,
.bottom-consult {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  border-radius: 8px;
}

.photo-guide-section,
.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 26px;
  background: var(--navy);
  color: #fff;
}

.photo-guide-section p,
.feature-band p {
  color: rgba(255, 255, 255, 0.78);
}

.photo-guide-section ul,
.feature-band ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
  font-weight: 800;
}

.cost-hero,
.reviews-hero,
.selector-hero,
.faq-hero,
.bottom-consult {
  padding: 126px clamp(24px, 5vw, 70px) 54px;
  background: linear-gradient(135deg, #f7f7f7, #fff);
}

.cost-note {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding: 22px;
  border-left: 5px solid var(--teal);
  background: #fff;
}

.cost-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
}

.cost-hero-copy {
  min-width: 0;
}

.cost-hero-copy h1 {
  max-width: 760px;
}

.cost-estimate-card {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(19, 32, 45, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.cost-estimate-card small {
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
}

.cost-estimate-card strong {
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.16;
}

.cost-estimate-card p {
  margin: 0;
  color: var(--ink-soft);
}

.cost-estimate-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cost-estimate-card span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 10px;
  border-radius: 6px;
  background: var(--mist);
  font-size: 13px;
  font-weight: 800;
}

.cost-overview-section {
  padding: clamp(54px, 7vw, 86px) clamp(18px, 5vw, 64px);
}

.cost-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.cost-summary-grid article {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.cost-summary-grid small {
  color: var(--teal);
  font-weight: 800;
}

.cost-summary-grid h3,
.cost-summary-grid p {
  margin: 0;
}

.cost-summary-grid p {
  color: var(--ink-soft);
}

.cost-table {
  width: min(var(--max), 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.cost-row {
  display: grid;
  grid-template-columns: 0.7fr 1.4fr 1.1fr;
  border-top: 1px solid var(--line);
  background: #fff;
}

.cost-row:first-child {
  border-top: 0;
}

.cost-row span {
  padding: 18px;
  border-right: 1px solid var(--line);
}

.cost-row.head {
  color: #fff;
  background: var(--navy);
}

.cost-row span:first-child,
.cost-row.head {
  font-weight: 800;
}

.cost-bottom {
  margin-bottom: clamp(44px, 7vw, 80px);
}

.doctor-system,
.today-post-section.alt,
.review-preview,
.cost-table-section,
.process-section {
  background: var(--mist);
}

.field-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.field-list span {
  font-weight: 800;
}

.review-filter,
.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.faq-tabs {
  padding: clamp(32px, 4vw, 48px) clamp(18px, 5vw, 64px) 18px;
}

.faq-tabs a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}

.faq-accordion {
  display: grid;
  gap: 14px;
  width: min(960px, 100%);
  margin: 0 auto;
  padding: 0 clamp(18px, 5vw, 64px) clamp(54px, 7vw, 86px);
}

.faq-accordion details,
.faq-list.compact details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.faq-accordion summary,
.faq-list.compact summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 22px 24px;
  list-style: none;
}

.faq-accordion summary.with-tag {
  grid-template-columns: 74px minmax(0, 1fr) auto;
}

.faq-accordion summary::-webkit-details-marker,
.faq-list.compact summary::-webkit-details-marker {
  display: none;
}

.faq-tag {
  min-width: 74px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.faq-question {
  flex: 1;
  min-width: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.48;
  text-transform: none;
}

.faq-arrow {
  display: inline-grid;
  width: 34px;
  height: 34px;
  min-width: 34px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--navy);
  font-size: 17px;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}

details[open] .faq-arrow {
  transform: rotate(90deg);
  background: var(--teal);
}

.faq-item p,
.faq-accordion details p,
.faq-list.compact details p {
  max-width: 760px;
  padding: 0 24px 24px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.72;
}

.faq-accordion details p {
  padding-left: calc(24px + 74px + 16px);
}

.bottom-consult {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 42px;
}

@media (max-width: 1060px) {
  .main-nav {
    display: none;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    justify-content: space-between;
  }

  .mobile-menu {
    position: relative;
    z-index: 105;
    display: block;
    justify-self: end;
  }

  .mobile-menu summary {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    gap: 4px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--ink);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .mobile-menu[open] summary span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .mobile-menu[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu[open] summary span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-menu-panel {
    position: fixed;
    top: 66px;
    left: 12px;
    right: 12px;
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(19, 32, 45, 0.16);
    backdrop-filter: blur(14px);
  }

  .mobile-menu-panel nav {
    display: grid;
    gap: 2px;
  }

  .mobile-menu-panel nav a,
  .mobile-menu-cta {
    display: inline-flex;
    min-width: 0;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border-radius: 6px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-menu-panel nav a::after {
    content: ">";
    color: var(--teal);
  }

  .mobile-menu-panel nav a:hover {
    background: var(--mist);
  }

  .mobile-menu-cta {
    justify-content: center;
    color: #fff;
    background: var(--teal);
  }

  .mobile-menu-langs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .mobile-menu-langs a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-menu-langs a.active {
    color: #fff;
    background: var(--navy);
  }

  .treatment-grid,
  .process-grid,
  .detail-grid,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .site-header {
    gap: 12px;
    grid-template-columns: auto auto;
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand small,
  .header-actions {
    display: none;
  }

  .language-switcher button,
  .language-switcher a {
    min-width: 38px;
  }

  .language-switcher a:not(.active),
  .language-switcher button:not(.active) {
    display: none;
  }

  .hero {
    min-height: 66vh;
    padding-top: 126px;
    padding-bottom: 30px;
    background-position: 58% top;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(10, 22, 34, 0.88), rgba(10, 22, 34, 0.58) 62%, rgba(10, 22, 34, 0.1));
  }

  h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.04;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  h2 {
    font-size: clamp(28px, 8vw, 34px);
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero-content {
    align-self: start;
    padding-bottom: 0;
  }

  .hero-copy {
    margin-top: 14px;
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

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

  .hero-proof,
  .hero-step-strip {
    display: none;
  }

  .entry-grid,
  .treatment-grid,
  .process-grid,
  .detail-grid,
  .blog-grid,
  .blog-lounge,
  .blog-article-layout,
  .cost-summary-grid,
  .content-columns,
  .link-grid,
  .location-grid,
  .cost,
  .trust,
  .consultation {
    grid-template-columns: 1fr;
  }

  .treatment-card h3,
  .treatment-card p {
    min-height: auto;
  }

  .consult-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .sticky-cta {
    display: block;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .sticky-cta a {
    width: 100%;
    justify-content: center;
  }

  .page-hero {
    min-height: 360px;
    padding-top: 132px;
    padding-bottom: 34px;
  }

  .global-hero,
  .doctor-hero,
  .clinic-hero,
  .country-hero,
  .treatment-hero,
  .cost-hero,
  .contact-hero,
  .reviews-hero,
  .selector-hero,
  .faq-hero {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 118px 16px 34px;
    overflow: hidden;
  }

  .global-hero > *,
  .doctor-hero > *,
  .clinic-hero > *,
  .country-hero > *,
  .treatment-hero > *,
  .cost-hero > *,
  .contact-hero > *,
  .reviews-hero > *,
  .selector-hero > *,
  .faq-hero > *,
  .split-heading > *,
  .section-heading > *,
  .large-question > * {
    min-width: 0;
    max-width: 100%;
  }

  .global-hero-copy,
  .treatment-hero-copy {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }

  .global-hero h1,
  .country-hero h1,
  .treatment-hero h1,
  .cost-hero h1,
  .contact-hero h1,
  .doctor-hero h1,
  .clinic-hero h1,
  .reviews-hero h1,
  .selector-hero h1,
  .faq-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(29px, 8vw, 36px);
    line-height: 1.08;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .global-hero p,
  .country-hero p,
  .treatment-hero p,
  .cost-hero p,
  .contact-hero p,
  .doctor-hero p,
  .clinic-hero p,
  .reviews-hero p,
  .selector-hero p,
  .faq-hero p {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .global-hero-image {
    min-height: 210px;
    order: 2;
  }

  .global-hero-image img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    margin-left: 0;
    object-fit: cover;
    object-position: center top;
    border-radius: 8px;
  }

  .ghost-word {
    display: none;
  }

  .hero-proof-bar {
    display: flex;
    order: 3;
    gap: 8px;
    overflow-x: auto;
    border: 0;
    scrollbar-width: none;
  }

  .hero-proof-bar::-webkit-scrollbar {
    display: none;
  }

  .hero-proof-bar span {
    min-width: max-content;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fff;
    font-size: 13px;
  }

  .hero-consult-card {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding: 18px;
  }

  .hero-consult-card strong,
  .market-treatment-card strong {
    font-size: 21px;
  }

  .hero-channel-row,
  .market-channel-row {
    grid-template-columns: 1fr;
  }

  .patient-route-section,
  .market-consult-strip {
    padding: 40px 16px;
  }

  .route-card-grid,
  .treatment-row,
  .market-consult-strip {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .route-card:first-child,
  .treatment-row a:first-child {
    grid-row: auto;
    min-height: 220px;
  }

  .route-card,
  .treatment-row a,
  .market-treatment-card,
  .contact-photo-card {
    padding: 20px;
  }

  .split-heading,
  .photo-guide-section,
  .feature-band,
  .diagnosis-layout {
    grid-template-columns: 1fr;
  }

  .split-heading h2,
  .section-heading h2,
  .large-question h2 {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.12;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .large-question {
    padding: 24px;
  }

  .center-showcase {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .center-tile {
    min-width: 82%;
    min-height: 280px;
    scroll-snap-align: start;
  }

  .center-tile:first-child {
    grid-row: auto;
  }

  .journey-band,
  .post-grid,
  .review-mosaic,
  .story-grid,
  .branch-grid,
  .route-section,
  .symptom-selector,
  .field-list,
  .process-timeline {
    grid-template-columns: 1fr;
  }

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

  .process-timeline {
    border-top: 0;
  }

  .process-timeline article {
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .cost-row,
  .cost-row.head {
    grid-template-columns: 1fr;
  }

  .cost-row span {
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .bottom-consult {
    align-items: stretch;
    flex-direction: column;
  }

  .cost-estimate-card,
  .cost-summary-grid article,
  .blog-post,
  .blog-sidebar {
    padding: 20px;
  }

  .cost-summary-grid {
    gap: 10px;
  }

  .blog-lounge-hero,
  .blog-article-hero {
    width: min(100%, calc(100vw - 28px));
    padding-top: 116px;
    padding-bottom: 28px;
  }

  .blog-lounge-hero h1,
  .blog-article-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(27px, 7vw, 34px);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .blog-lounge-hero p:not(.eyebrow),
  .blog-article-hero p:not(.eyebrow) {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    overflow-wrap: break-word;
  }

  .blog-lounge {
    width: min(100%, calc(100vw - 28px));
    gap: 16px;
    padding-bottom: 72px;
  }

  .blog-sidebar,
  .blog-article-side {
    position: static;
  }

  .blog-sidebar nav {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .blog-sidebar nav::-webkit-scrollbar {
    display: none;
  }

  .blog-sidebar nav a {
    min-width: min(250px, 72vw);
    scroll-snap-align: start;
    border: 1px solid var(--line);
  }

  .blog-sidebar nav small {
    white-space: normal;
    overflow-wrap: break-word;
  }

  .blog-feature {
    min-height: 260px;
    padding: 24px;
  }

  .blog-feature strong {
    font-size: clamp(27px, 8vw, 36px);
  }

  .blog-feed-card {
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 12px;
    padding: 18px;
  }

  .blog-feed-card > span {
    width: 32px;
    height: 32px;
  }

  .blog-article-layout {
    width: min(100%, calc(100vw - 28px));
    gap: 16px;
    padding-bottom: 72px;
  }

  .faq-accordion summary,
  .faq-list.compact summary {
    align-items: flex-start;
    gap: 10px;
  }

  .faq-accordion summary.with-tag {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .faq-accordion summary.with-tag .faq-tag {
    grid-column: 1 / -1;
  }

  .faq-accordion details p {
    padding-left: 24px;
  }

  .faq-tag {
    min-width: 64px;
  }

  .faq-arrow {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .answer-box {
    grid-template-columns: 1fr;
  }

  .inline-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .inline-cta .button {
    width: 100%;
  }

  .lead-panel {
    position: static;
  }
}

@media (max-width: 420px) {
  .sticky-cta {
    display: block;
  }

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

  .quick-entry,
  .section {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Stitch design system pass */
main {
  background: var(--bg);
}

.site-header,
.site-header[data-elevated="true"] {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(7, 24, 42, 0.1);
  box-shadow: 0 8px 28px rgba(7, 24, 42, 0.06);
  backdrop-filter: blur(18px);
}

.brand-mark {
  border-color: rgba(10, 31, 53, 0.24);
  color: #fff;
  background: var(--navy);
}

.main-nav a {
  color: rgba(17, 24, 39, 0.78);
  transition: color 0.18s ease;
}

.main-nav a:hover {
  color: var(--navy);
}

.language-switcher {
  border-color: rgba(10, 31, 53, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.language-switcher button.active,
.language-switcher a.active,
.site-header[data-elevated="true"] .language-switcher button.active,
.site-header[data-elevated="true"] .language-switcher a.active {
  color: #fff;
  background: var(--navy);
}

.button,
.mobile-menu-cta,
.sticky-cta a {
  border-color: var(--teal);
  color: #fff;
  background: var(--teal);
  box-shadow: none;
}

.button:hover,
.sticky-cta a:hover {
  background: var(--teal-deep);
  border-color: var(--teal-deep);
  box-shadow: none;
}

.button-ghost {
  border-color: rgba(10, 31, 53, 0.28);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
}

.button-light {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.quick-entry,
.patient-route-section,
.signature-section,
.today-post-section,
.process-section,
.cost-table-section,
.route-section,
.faq-tabs,
.faq-accordion,
.bottom-consult,
.blog-lounge,
.blog-article-layout {
  background: var(--bg);
}

.review-preview,
.today-post-section.alt,
.process-section,
.cost-table-section {
  background: var(--mist);
}

.global-hero,
.market-treatment-hero {
  background: var(--mist);
}

.global-hero {
  min-height: 720px;
  align-items: center;
}

.global-hero-copy {
  padding-bottom: 24px;
}

.global-hero h1,
.country-hero h1,
.treatment-hero h1,
.cost-hero h1,
.doctor-hero h1,
.clinic-hero h1,
.reviews-hero h1,
.selector-hero h1,
.faq-hero h1,
.blog-lounge-hero h1,
.blog-article-hero h1 {
  color: var(--navy-deep);
  letter-spacing: 0;
}

.eyebrow,
.route-card small,
.treatment-row a small,
.blog-feed-card small,
.blog-card small,
.faq-tag,
.hero-line-note {
  color: var(--teal-deep);
}

.global-hero-image img {
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 24, 42, 0.08);
}

.ghost-word {
  -webkit-text-stroke-color: rgba(10, 31, 53, 0.12);
}

.hero-consult-card,
.route-card,
.treatment-row a,
.market-treatment-card,
.detail-card,
.blog-card,
.link-card,
.faq-card,
.location-card,
.contact-photo-card,
.cost-estimate-card,
.cost-summary-grid article,
.blog-post,
.blog-sidebar,
.faq-accordion details,
.faq-list.compact details {
  border-color: var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.hero-line-note,
.channel-row a,
.article-meta span,
.tag {
  border-color: rgba(14, 124, 143, 0.22);
  background: rgba(14, 124, 143, 0.08);
}

.route-card:first-child,
.treatment-row a:first-child,
.form-step,
.large-question,
.cost-row.head {
  background: var(--navy-deep);
}

.route-card > span {
  color: #fff;
  background: var(--teal);
}

.journey-card,
.lead-panel {
  background: var(--navy-deep);
}

.journey-card:nth-child(2) {
  background: var(--navy);
}

.post-grid img,
.review-shot,
.center-tile {
  box-shadow: none;
}

.photo-guide-section,
.feature-band {
  color: #fff;
  background: var(--navy-deep);
}

.photo-guide-section h2,
.feature-band h2 {
  color: #fff;
}

.photo-guide-section p,
.feature-band p {
  color: rgba(255, 255, 255, 0.78);
}

.blog-lounge-hero,
.blog-article-hero {
  padding-top: 128px;
  padding-bottom: 34px;
}

.blog-lounge {
  grid-template-columns: minmax(220px, 264px) minmax(0, 1fr);
  gap: 24px;
  padding-top: 0;
}

.blog-sidebar {
  gap: 14px;
  padding: 18px;
}

.blog-sidebar > strong {
  color: var(--navy-deep);
}

.blog-sidebar nav {
  gap: 0;
}

.blog-sidebar nav a {
  padding: 12px 8px;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.blog-sidebar nav a:last-child {
  border-bottom: 0;
}

.blog-sidebar nav a:hover {
  background: var(--mist);
}

.blog-sidebar nav span {
  color: var(--ink);
}

.blog-sidebar nav small,
.article-meta span,
.tag {
  color: var(--ink-soft);
}

.blog-feed {
  gap: 12px;
}

.blog-feature {
  min-height: auto;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-left: 4px solid var(--teal);
  color: var(--ink);
  background: #fff;
}

.blog-feature small {
  width: fit-content;
  padding: 5px 8px;
  border: 1px solid rgba(14, 124, 143, 0.18);
  border-radius: 4px;
  color: var(--teal-deep);
  background: rgba(14, 124, 143, 0.07);
}

.blog-feature strong {
  color: var(--navy-deep);
  font-size: clamp(28px, 3.4vw, 42px);
}

.blog-feature span {
  color: var(--ink-soft);
}

.blog-feed-list {
  gap: 12px;
}

.blog-feed-card {
  padding: 18px 20px;
  border-color: var(--line);
  background: #fff;
}

.blog-feed-card:hover {
  border-color: rgba(22, 40, 82, 0.35);
  box-shadow: none;
}

.blog-feed-card small {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(10, 31, 53, 0.1);
  border-radius: 6px;
  color: var(--navy);
  background: var(--mist);
  font-size: 12px;
  line-height: 1.25;
}

.blog-feed-card strong {
  color: var(--ink);
}

.blog-feed-card > span {
  position: relative;
  color: transparent;
  background: var(--navy);
  font-size: 0;
}

.blog-feed-card > span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.faq-tabs {
  padding-top: 28px;
}

.faq-tabs a {
  border-color: rgba(10, 31, 53, 0.14);
  border-radius: 8px;
  color: var(--navy);
  background: #fff;
}

.faq-tabs a:hover {
  border-color: rgba(14, 124, 143, 0.38);
  color: var(--teal-deep);
}

.faq-accordion {
  gap: 10px;
}

.faq-accordion summary,
.faq-list.compact summary {
  padding: 20px 22px;
}

.faq-accordion details[open],
.faq-list.compact details[open] {
  border-color: rgba(22, 40, 82, 0.3);
}

.faq-question {
  color: var(--ink);
  font-weight: 800;
}

.faq-arrow {
  position: relative;
  color: transparent;
  background: rgba(10, 31, 53, 0.08);
  font-size: 0;
}

.faq-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

details[open] .faq-arrow {
  background: var(--teal);
  transform: none;
}

details[open] .faq-arrow::before {
  border-color: #fff;
  transform: rotate(225deg);
}

.sticky-cta {
  right: 18px;
  bottom: 18px;
  left: auto;
}

.sticky-cta a {
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(7, 24, 42, 0.14);
}

.sticky-cta a::before {
  content: "Book Now";
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 8px;
  border-radius: 4px;
  color: var(--teal);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

html[data-mobile-menu-open] {
  overflow: hidden;
}

@media (max-width: 1060px) {
  .mobile-menu summary {
    border-color: rgba(10, 31, 53, 0.16);
    background: rgba(255, 255, 255, 0.88);
  }

  .mobile-menu summary span {
    background: var(--navy);
  }

  .mobile-menu-panel {
    top: 64px;
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(7, 24, 42, 0.14);
  }

  .mobile-menu-panel nav a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--teal);
    border-right: 2px solid var(--teal);
    transform: rotate(45deg);
  }

  .mobile-menu-cta {
    background: var(--teal);
  }
}

@media (max-width: 780px) {
  .global-hero {
    gap: 18px;
    padding-top: 104px;
    padding-bottom: 30px;
  }

  .global-hero h1,
  .blog-lounge-hero h1,
  .blog-article-hero h1,
  .faq-hero h1 {
    font-size: clamp(30px, 8vw, 38px);
    line-height: 1.1;
  }

  .hero-consult-card {
    order: 3;
  }

  .global-hero-image {
    order: 2;
  }

  .center-showcase {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .center-tile {
    min-width: 0;
    min-height: 220px;
  }

  .blog-lounge,
  .blog-article-layout {
    grid-template-columns: 1fr;
    width: min(100%, calc(100vw - 28px));
    gap: 16px;
  }

  .blog-feed {
    width: 100%;
  }

  .blog-sidebar {
    padding: 16px;
  }

  .blog-sidebar nav {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .blog-sidebar nav::-webkit-scrollbar {
    display: none;
  }

  .blog-sidebar nav a {
    min-width: min(250px, 72vw);
    border: 1px solid var(--line);
    border-radius: 8px;
    scroll-snap-align: start;
  }

  .blog-feature {
    padding: 22px;
  }

  .blog-feed-card {
    grid-template-columns: minmax(0, 1fr) 32px;
    padding: 16px;
  }

  .faq-accordion summary,
  .faq-list.compact summary {
    min-height: 64px;
    padding: 18px;
  }

  .faq-accordion details p {
    padding-right: 18px;
    padding-left: 18px;
  }

  .sticky-cta {
    left: auto;
    right: 12px;
    bottom: 12px;
  }

  .sticky-cta a {
    width: auto;
    min-width: 58px;
    width: 58px;
    min-height: 58px;
    padding: 0;
    border-radius: 999px;
    font-size: 0;
  }

  .sticky-cta a::before {
    content: "Book\A Now";
    color: #fff;
    background: transparent;
    font-size: 11px;
    line-height: 1.05;
    white-space: pre-line;
  }

  .sticky-cta a::after {
    content: none;
  }
}

/* Stitch QA overrides: prevent mobile clipping and keep CTA contrast accessible. */
.button,
.mobile-menu-cta,
.sticky-cta a {
  color: var(--navy-deep);
}

.button-light {
  color: #fff;
}

.button:hover,
.sticky-cta a:hover {
  color: var(--navy-deep);
}

@media (max-width: 780px) {
  .global-hero,
  .country-hero,
  .treatment-hero,
  .cost-hero,
  .contact-hero,
  .reviews-hero,
  .selector-hero,
  .faq-hero,
  .blog-lounge-hero,
  .blog-article-hero {
    overflow: visible;
  }

  .global-hero h1,
  .country-hero h1,
  .treatment-hero h1,
  .cost-hero h1,
  .contact-hero h1,
  .doctor-hero h1,
  .clinic-hero h1,
  .reviews-hero h1,
  .selector-hero h1,
  .faq-hero h1,
  .blog-lounge-hero h1,
  .blog-article-hero h1,
  .global-hero p,
  .country-hero p,
  .treatment-hero p,
  .cost-hero p,
  .contact-hero p,
  .doctor-hero p,
  .clinic-hero p,
  .reviews-hero p,
  .selector-hero p,
  .faq-hero p,
  .blog-lounge-hero p,
  .blog-article-hero p {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero-line-note,
  .hero-microcopy {
    display: block;
    width: auto;
    max-width: calc(100vw - 56px);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .global-hero-copy,
  .cost-hero-copy,
  .global-hero h1,
  .country-hero h1,
  .treatment-hero h1,
  .cost-hero h1,
  .contact-hero h1,
  .doctor-hero h1,
  .clinic-hero h1,
  .reviews-hero h1,
  .selector-hero h1,
  .faq-hero h1,
  .blog-lounge-hero h1,
  .blog-article-hero h1,
  .global-hero p,
  .country-hero p,
  .treatment-hero p,
  .cost-hero p,
  .contact-hero p,
  .doctor-hero p,
  .clinic-hero p,
  .reviews-hero p,
  .selector-hero p,
  .faq-hero p,
  .blog-lounge-hero p,
  .blog-article-hero p {
    width: auto;
    max-width: calc(100vw - 56px) !important;
  }

  .blog-sidebar nav {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .blog-sidebar nav a {
    width: 100%;
    min-width: 0;
  }

  .blog-feature,
  .blog-feed-card,
  .blog-post,
  .blog-sidebar {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .blog-feature strong,
  .blog-feature span,
  .blog-feed-card strong,
  .blog-feed-card p {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

@media (max-width: 420px) {
  .global-hero,
  .country-hero,
  .treatment-hero,
  .cost-hero,
  .contact-hero,
  .reviews-hero,
  .selector-hero,
  .faq-hero {
    display: grid;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .global-hero-copy,
  .cost-hero-copy,
  .global-hero h1,
  .country-hero h1,
  .treatment-hero h1,
  .cost-hero h1,
  .contact-hero h1,
  .doctor-hero h1,
  .clinic-hero h1,
  .reviews-hero h1,
  .selector-hero h1,
  .faq-hero h1,
  .blog-lounge-hero h1,
  .blog-article-hero h1,
  .global-hero p,
  .country-hero p,
  .treatment-hero p,
  .cost-hero p,
  .contact-hero p,
  .doctor-hero p,
  .clinic-hero p,
  .reviews-hero p,
  .selector-hero p,
  .faq-hero p,
  .blog-lounge-hero p,
  .blog-article-hero p,
  .hero-line-note,
  .hero-microcopy {
    width: auto;
    max-width: calc(100vw - 56px) !important;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .global-hero h1,
  .blog-lounge-hero h1,
  .blog-article-hero h1,
  .faq-hero h1 {
    font-size: clamp(27px, 7vw, 31px);
    line-height: 1.12;
  }

  .global-hero p,
  .blog-lounge-hero p,
  .blog-article-hero p {
    font-size: 15px;
  }

  .blog-lounge,
  .blog-article-layout {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .blog-sidebar nav {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    padding-bottom: 0;
  }

  .blog-sidebar nav a {
    min-width: 0;
  }

  .sticky-cta a::before {
    color: var(--navy-deep);
  }
}

/* Functional pass: dropdown language selector, live search, and local lead storage. */
html,
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
.brand strong {
  font-family: "Pretendard", "PingFang TC", "Microsoft JhengHei", "Noto Sans Thai", "Leelawadee UI", Arial, sans-serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.language-select {
  display: inline-flex;
  align-items: center;
}

.language-select select {
  min-width: 86px;
  min-height: 36px;
  padding: 0 34px 0 12px;
  border: 1px solid rgba(10, 31, 53, 0.18);
  border-radius: 6px;
  color: var(--navy);
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}

.blog-search {
  display: grid;
  gap: 8px;
}

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

.blog-search input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
}

.blog-search-status {
  min-height: 20px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.is-hidden-by-search {
  display: none !important;
}

.field-error {
  display: block;
  margin-top: 6px;
  color: #ba1a1a;
  font-size: 13px;
  font-weight: 800;
}

.is-invalid {
  border-color: #ba1a1a !important;
  background: #fff7f6 !important;
}

.form-status.success {
  color: #065f46;
}

.form-status.error {
  color: #ba1a1a;
}

.lead-history {
  display: none;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.lead-history.has-items {
  display: grid;
}

.lead-history strong {
  color: var(--navy);
}

.lead-history article {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--mist);
}

.lead-history small,
.lead-history span {
  color: var(--ink-soft);
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .header-actions {
    display: flex;
  }

  .header-actions .button-small {
    display: none;
  }

  .language-select select {
    min-width: 74px;
    max-width: 84px;
    min-height: 42px;
  }
}

/* Conversion redesign: mobile-first spacing, contrast, and page-specific layouts. */
:root {
  /* Editorial palette mapping for the conversion-pass tokens (synced 2026-06-12). */
  --td-bg: #F7F5F1;
  --td-paper: #ffffff;
  --td-ink: #322F2B;
  --td-muted: #6E675D;
  --td-line: #E4DFD6;
  --td-navy: #162852;
  --td-navy-deep: #0F1B3D;
  --td-teal: #0E7C8F;
  --td-teal-deep: #0B6B7D;
  --td-teal-soft: #E6F3F5;
  --td-coral: #0E7C8F;
  --td-green: #3E6B4E;
  --td-gold: #A87F2A;
  --td-shadow: 0 1px 3px rgba(22, 40, 82, 0.07);
  --td-section: clamp(46px, 7vw, 88px);
  --td-gutter: clamp(18px, 5vw, 64px);
  --td-radius: 4px;
}

html,
body {
  color: var(--td-ink);
  background: var(--td-bg);
}

body,
button,
input,
select,
textarea {
  font-family: "Pretendard", "PingFang TC", "Microsoft JhengHei", "Noto Sans Thai", "Leelawadee UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

h1,
h2,
h3,
h4,
p {
  text-wrap: pretty;
}

a {
  text-underline-offset: 0.18em;
}

.site-header,
.site-header[data-elevated="true"] {
  min-height: 70px;
  padding: 12px var(--td-gutter);
  color: var(--td-ink);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(16, 32, 43, 0.1);
  box-shadow: 0 8px 24px rgba(16, 32, 43, 0.06);
  backdrop-filter: blur(16px);
}

.brand {
  gap: 11px;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--td-navy);
  border-radius: 8px;
}

.brand strong {
  color: var(--td-ink);
  font-size: 15px;
  line-height: 1.2;
}

.brand small {
  color: var(--td-muted);
  font-size: 12px;
  line-height: 1.35;
}

.main-nav {
  align-items: center;
  align-self: center;
  justify-content: center;
  gap: 2px;
}

.main-nav a,
.language-select select,
.header-actions .button-small {
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.15;
}

.main-nav a {
  display: inline-flex;
  padding: 0 11px;
  color: var(--td-ink);
  font-weight: 800;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--td-navy-deep);
  background: var(--td-teal-soft);
}

.language-select select {
  min-width: 78px;
  border-color: rgba(16, 32, 43, 0.16);
  color: var(--td-ink);
  background-color: #fff;
}

.button,
.mobile-menu-cta,
.sticky-cta a,
.consult-form button,
.hero-actions .button {
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--td-teal);
  border-radius: 8px;
  color: #fff !important;
  background: var(--td-teal);
  box-shadow: none;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.button:hover,
.mobile-menu-cta:hover,
.consult-form button:hover {
  background: #00604F;
}

.button.button-ghost,
.hero-actions .button-ghost {
  color: var(--td-navy-deep) !important;
  background: #fff;
  border-color: rgba(16, 32, 43, 0.2);
  box-shadow: none;
}

.button.button-light,
.journey-card .button-light {
  color: var(--td-navy-deep) !important;
  background: #fff;
  border-color: #fff;
}

.sticky-cta {
  left: 16px;
  right: 16px;
  bottom: 20px;
  width: auto;
  transform: none;
}

.sticky-cta a {
  width: min(520px, calc(100vw - 32px));
  margin: 0 auto;
  background: var(--td-coral);
  border-color: var(--td-coral);
  box-shadow: none;
}

.sticky-cta a::before {
  color: #fff !important;
}

.global-hero,
.country-hero,
.treatment-hero,
.market-treatment-hero,
.cost-hero,
.contact-hero,
.doctor-hero,
.clinic-hero,
.reviews-hero,
.selector-hero,
.faq-hero,
.blog-lounge-hero,
.blog-article-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(94px, 12vw, 128px) var(--td-gutter) clamp(34px, 5vw, 56px);
  color: var(--td-ink);
  background: linear-gradient(180deg, #fff 0%, var(--td-bg) 100%);
  overflow: hidden;
}

.global-hero {
  display: grid;
  min-height: auto;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
}

.global-hero-copy {
  max-width: 650px;
  padding: 0;
}

.eyebrow,
.admin-kicker {
  color: var(--td-teal);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: none;
}

.breadcrumb a {
  display: inline-flex;
  min-width: 38px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  border-radius: 6px;
}

.breadcrumb a:hover {
  background: rgba(14, 124, 143, 0.08);
}

.global-hero h1,
.country-hero h1,
.treatment-hero h1,
.market-treatment-hero h1,
.cost-hero h1,
.contact-hero h1,
.doctor-hero h1,
.clinic-hero h1,
.reviews-hero h1,
.selector-hero h1,
.faq-hero h1,
.blog-lounge-hero h1,
.blog-article-hero h1 {
  max-width: 880px;
  margin: 0 0 18px;
  color: var(--td-navy-deep);
  font-size: clamp(38px, 6vw, 74px);
  line-height: 1.06;
  font-weight: 800;
}

.global-hero p,
.country-hero p,
.treatment-hero p,
.market-treatment-hero p,
.cost-hero p,
.contact-hero p,
.doctor-hero p,
.clinic-hero p,
.reviews-hero p,
.selector-hero p,
.faq-hero p,
.blog-lounge-hero p,
.blog-article-hero p {
  max-width: 680px;
  color: var(--td-muted);
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-line-note,
.hero-microcopy {
  max-width: 580px;
  color: var(--td-muted);
  font-size: 14px !important;
  line-height: 1.58;
}

.global-hero-image {
  min-height: clamp(270px, 42vw, 520px);
  display: flex;
  align-items: center;
  order: 0;
}

.global-hero-image img {
  width: 100%;
  max-width: 780px;
  aspect-ratio: 5 / 4;
  margin: 0;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--td-shadow);
}

.ghost-word {
  display: none;
}

.hero-consult-card {
  grid-column: 1;
  max-width: 560px;
  padding: 18px;
  border: 1px solid rgba(16, 32, 43, 0.1);
  border-radius: 8px;
  color: var(--td-ink);
  background: #fff;
  box-shadow: var(--td-shadow);
}

.hero-consult-card small,
.hero-consult-card strong {
  color: var(--td-ink);
}

.hero-consult-card ol {
  display: grid;
  gap: 7px;
  margin: 12px 0 14px;
  padding-left: 20px;
  color: var(--td-muted);
}

.hero-channel-row,
.contact-channel-row,
.channel-row {
  gap: 8px;
}

.hero-proof-bar {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  margin-top: 12px;
  border: 1px solid rgba(16, 32, 43, 0.1);
  border-radius: 8px;
  background: #fff;
}

.hero-proof-bar span {
  min-height: 56px;
  padding: 14px;
  color: var(--td-ink);
  border-right: 1px solid rgba(16, 32, 43, 0.08);
  font-size: 14px;
  font-weight: 800;
}

.hero-proof-bar span:last-child {
  border-right: 0;
}

.section,
.patient-route-section,
.signature-section,
.photo-guide-section,
.today-post-section,
.review-preview,
.related-blogs,
.faq-tabs,
.faq-accordion,
.bottom-consult,
.blog-lounge,
.blog-article-layout,
.consultation,
.content-columns,
.cost-summary-grid,
.feature-band {
  width: min(1180px, calc(100% - 36px));
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--td-section);
  padding-bottom: var(--td-section);
}

.section-heading {
  margin-bottom: clamp(20px, 4vw, 34px);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(120px, 220px) minmax(0, 760px);
  gap: clamp(14px, 4vw, 40px);
  align-items: start;
}

.split-heading h2,
.section-heading h2,
.consultation h2,
.bottom-consult h2 {
  margin: 0;
  color: var(--td-navy-deep);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.14;
}

.route-card-grid,
.link-grid,
.doctor-grid,
.review-grid,
.content-card-grid {
  gap: 14px;
}

.route-card,
.content-card,
.doctor-card,
.review-card,
.blog-card,
.faq-item,
.cost-summary-card,
.center-tile,
.blog-feature,
.blog-feed-card,
.blog-sidebar,
.article-toc,
.article-card,
.lead-history article {
  border: 1px solid rgba(16, 32, 43, 0.1);
  border-radius: 8px;
  box-shadow: none;
}

.route-card {
  min-height: 240px;
  padding: 24px;
  color: var(--td-ink);
  background: #fff;
}

.route-card:first-child {
  color: #fff;
  background: var(--td-navy-deep);
  border-color: var(--td-navy-deep);
}

.route-card:hover {
  border-color: rgba(22, 40, 82, 0.35);
  transform: none;
}

.route-card small,
.route-card span {
  color: var(--td-teal);
  font-weight: 800;
}

.route-card > span {
  color: #000 !important;
}

.route-card:first-child small,
.route-card:first-child span:not(:last-child) {
  color: var(--teal-bright);
}

.route-card h3 {
  color: var(--td-navy-deep);
  font-size: 24px;
  line-height: 1.22;
}

.route-card:first-child h3 {
  color: #fff;
}

.route-card p,
.content-card p,
.blog-card p {
  color: var(--td-muted);
  font-size: 15px;
  line-height: 1.64;
}

.route-card:first-child p {
  color: rgba(255, 255, 255, 0.86);
}

.center-showcase {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
}

.center-tile {
  display: grid;
  align-content: end;
  gap: 8px;
  min-height: 320px;
  padding: 22px;
  overflow: hidden;
  background: var(--td-navy);
  isolation: isolate;
}

.center-tile:first-child {
  grid-row: span 2;
}

.center-tile img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.02);
}

.center-tile::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, rgba(7, 29, 43, 0.14) 0%, rgba(7, 29, 43, 0.48) 48%, rgba(7, 29, 43, 0.86) 100%);
}

.center-tile span,
.center-tile small {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.center-tile span {
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
}

.center-tile small {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.photo-guide-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(20px, 5vw, 58px);
  align-items: start;
  border-top: 1px solid var(--td-line);
  border-bottom: 1px solid var(--td-line);
}

.photo-guide-section ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
}

.photo-guide-section li {
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 32, 43, 0.1);
  border-radius: 8px;
  color: var(--td-ink);
  background: #fff;
  font-weight: 800;
}

.journey-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--td-navy-deep);
}

.journey-card {
  min-height: 330px;
  padding: clamp(28px, 6vw, 72px) var(--td-gutter);
  color: #fff;
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.journey-card:last-child {
  border-right: 0;
}

.journey-card small {
  color: var(--teal-bright);
}

.journey-card h2 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1.12;
}

.today-post-section .post-grid {
  gap: 14px;
}

.post-grid img,
.review-shot img {
  border-radius: 8px;
  box-shadow: none;
}

.cost-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: clamp(22px, 5vw, 58px);
  align-items: end;
}

.cost-estimate-card {
  padding: 22px;
  border: 1px solid rgba(16, 32, 43, 0.12);
  border-radius: 8px;
  color: var(--td-ink);
  background: #fff;
  box-shadow: var(--td-shadow);
}

.estimate-row,
.cost-row {
  grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1fr) minmax(120px, 0.8fr);
  gap: 14px;
  min-height: 60px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(16, 32, 43, 0.09);
}

.cost-row:last-child,
.estimate-row:last-child {
  border-bottom: 0;
}

.cost-row span,
.estimate-row span {
  color: var(--td-muted);
  line-height: 1.5;
}

.cost-row strong,
.estimate-row strong {
  color: var(--td-navy-deep);
  line-height: 1.45;
}

.faq-hero {
  text-align: left;
}

.faq-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  padding-top: 30px;
  padding-bottom: 18px;
  background: transparent;
}

.faq-tabs a {
  min-height: 42px;
  white-space: nowrap;
  border-radius: 8px;
  color: var(--td-ink);
  background: #fff;
  border: 1px solid rgba(16, 32, 43, 0.12);
}

.faq-tabs a.active,
.faq-tabs a:hover {
  color: #fff;
  background: var(--td-navy);
}

.faq-accordion {
  max-width: 980px;
  gap: 10px;
  padding-top: 16px;
  background: transparent;
}

.faq-accordion details,
.faq-list.compact details {
  background: #fff;
}

.faq-accordion summary,
.faq-list.compact summary {
  min-height: 68px;
  padding: 20px 22px;
  color: var(--td-navy-deep);
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.42;
}

.faq-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--td-teal);
}

.faq-arrow::before {
  border-color: #fff;
}

.faq-accordion details[open] {
  border-color: rgba(22, 40, 82, 0.3);
}

.faq-accordion details p,
.faq-list.compact details p {
  color: var(--td-muted);
  font-size: 16px;
  line-height: 1.72;
}

.blog-lounge-hero {
  padding-bottom: 26px;
}

.blog-lounge {
  grid-template-columns: minmax(230px, 285px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  background: transparent;
}

.blog-sidebar {
  position: sticky;
  top: 92px;
  padding: 18px;
  background: #fff;
}

.blog-search input {
  min-height: 46px;
  border-color: rgba(16, 32, 43, 0.16);
  border-radius: 8px;
  font-size: 16px;
}

.blog-sidebar nav {
  display: grid;
  gap: 6px;
}

.blog-sidebar nav a {
  min-height: 42px;
  padding: 11px 12px;
  border-radius: 8px;
  color: var(--td-ink);
  background: var(--td-bg);
  font-weight: 850;
}

.blog-sidebar nav a:hover {
  color: #fff;
  background: var(--td-navy);
}

.blog-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 0;
  overflow: hidden;
  background: #fff;
}

.blog-feature img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.blog-feature > div {
  padding: clamp(22px, 4vw, 42px);
}

.blog-feature h2 {
  color: var(--td-navy-deep);
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.15;
}

.blog-feed {
  display: grid;
  gap: 10px;
}

.blog-feed-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 16px;
  padding: 12px;
  background: #fff;
}

.blog-feed-card img {
  width: 118px;
  height: 94px;
  object-fit: cover;
  border-radius: 8px;
}

.blog-feed-card h3 {
  color: var(--td-navy-deep);
  font-size: 18px;
  line-height: 1.35;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: end;
}

.contact-hero-card {
  padding: 22px;
  border: 1px solid rgba(16, 32, 43, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--td-shadow);
}

.consultation {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 5vw, 54px);
  align-items: start;
}

.consult-form {
  gap: 14px;
  padding: clamp(18px, 4vw, 28px);
  border: 1px solid rgba(16, 32, 43, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--td-shadow);
}

.consult-form label {
  gap: 7px;
}

.consult-form span {
  color: var(--td-ink);
  font-size: 13px;
  line-height: 1.35;
}

.consult-form input,
.consult-form select,
.consult-form textarea {
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid rgba(16, 32, 43, 0.18);
  border-radius: 8px;
  color: var(--td-ink);
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.consult-form textarea {
  min-height: 128px;
}

.consult-form input[type="file"] {
  display: flex;
  min-height: 48px;
  padding: 10px;
  align-items: center;
}

.consent-field {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px !important;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(16, 32, 43, 0.1);
  border-radius: 8px;
  background: var(--td-bg);
}

.consent-field input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.consent-field span {
  color: var(--td-muted);
  font-size: 14px;
  line-height: 1.5;
}

.form-status {
  min-height: 24px;
  padding: 0;
  font-weight: 800;
}

.form-status.success,
.form-status.error {
  padding: 12px 14px;
  border-radius: 8px;
}

.form-status.success {
  color: #064e3b;
  background: #dcfce7;
}

.form-status.error {
  color: #7f1d1d;
  background: #fee2e2;
}

.lead-history {
  border-color: rgba(16, 32, 43, 0.12);
  background: #fff;
}

.is-invalid {
  border-color: #b91c1c !important;
  background: #fff7f7 !important;
}

.field-error {
  color: #7f1d1d;
  font-weight: 850;
  line-height: 1.4;
}

.site-footer {
  color: rgba(255, 255, 255, 0.86);
  background: var(--td-navy-deep);
}

.site-footer p {
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 1060px) {
  .site-header,
  .site-header[data-elevated="true"] {
    min-height: 64px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    padding: 10px 14px;
  }

  .main-nav {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand small {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-actions {
    display: flex;
    align-items: center;
  }

  .language-select select {
    min-width: 70px;
    max-width: 76px;
    min-height: 42px;
    padding-left: 9px;
    padding-right: 26px;
    font-size: 13px;
  }

  .mobile-menu {
    display: block;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .mobile-menu:not([open]) .mobile-menu-panel {
    display: none !important;
  }

  .mobile-menu summary {
    display: grid;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    max-width: 44px;
    max-height: 44px;
    aspect-ratio: 1 / 1;
    align-content: center;
    justify-items: center;
    gap: 5px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(16, 32, 43, 0.16);
    border-radius: 8px;
    background: #fff;
    list-style: none;
  }

  .mobile-menu summary span {
    background: var(--td-ink);
  }

  .mobile-menu-panel {
    top: 70px;
    left: 14px;
    right: 14px;
    display: grid;
    gap: 12px;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    padding: 14px;
    border: 1px solid rgba(16, 32, 43, 0.14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16, 32, 43, 0.18);
  }

  .mobile-menu-panel nav a,
  .mobile-menu-cta,
  .mobile-menu-langs a {
    min-height: 46px;
    padding: 12px;
    border-radius: 8px;
    color: var(--td-ink);
    font-size: 15px;
    line-height: 1.3;
  }

  .mobile-menu-panel nav a {
    background: var(--td-bg);
  }
}

@media (max-width: 780px) {
  body {
    font-size: 16px;
    line-height: 1.64;
  }

  .global-hero,
  .country-hero,
  .treatment-hero,
  .market-treatment-hero,
  .cost-hero,
  .contact-hero,
  .doctor-hero,
  .clinic-hero,
  .reviews-hero,
  .selector-hero,
  .faq-hero,
  .blog-lounge-hero,
  .blog-article-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 92px 18px 34px;
  }

  .global-hero h1,
  .country-hero h1,
  .treatment-hero h1,
  .market-treatment-hero h1,
  .cost-hero h1,
  .contact-hero h1,
  .doctor-hero h1,
  .clinic-hero h1,
  .reviews-hero h1,
  .selector-hero h1,
  .faq-hero h1,
  .blog-lounge-hero h1,
  .blog-article-hero h1 {
    width: auto;
    max-width: 100% !important;
    font-size: clamp(31px, 9vw, 40px);
    line-height: 1.1;
  }

  .global-hero p,
  .country-hero p,
  .treatment-hero p,
  .market-treatment-hero p,
  .cost-hero p,
  .contact-hero p,
  .doctor-hero p,
  .clinic-hero p,
  .reviews-hero p,
  .selector-hero p,
  .faq-hero p,
  .blog-lounge-hero p,
  .blog-article-hero p {
    width: auto;
    max-width: 100% !important;
    font-size: 16px;
    line-height: 1.66;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .button,
  .mobile-menu-cta,
  .sticky-cta a,
  .consult-form button {
    width: 100%;
    min-height: 50px;
    padding: 13px 16px;
    font-size: 15px;
  }

  .global-hero-image {
    min-height: 220px;
    order: 2;
  }

  .global-hero-image img {
    aspect-ratio: 4 / 3;
  }

  .hero-consult-card {
    grid-column: auto;
    order: 3;
    max-width: 100%;
    padding: 16px;
  }

  .hero-proof-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    order: 4;
  }

  .hero-proof-bar span {
    min-height: 48px;
    padding: 12px;
    font-size: 13px;
  }

  .section,
  .patient-route-section,
  .signature-section,
  .photo-guide-section,
  .today-post-section,
  .review-preview,
  .related-blogs,
  .faq-tabs,
  .faq-accordion,
  .bottom-consult,
  .blog-lounge,
  .blog-article-layout,
  .consultation,
  .content-columns,
  .cost-summary-grid,
  .feature-band {
    width: min(100%, calc(100vw - 28px));
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .split-heading,
  .photo-guide-section,
  .consultation,
  .center-showcase,
  .journey-band,
  .blog-lounge,
  .blog-feature {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 8px;
  }

  .split-heading h2,
  .section-heading h2,
  .consultation h2,
  .bottom-consult h2 {
    font-size: clamp(25px, 7vw, 34px);
    line-height: 1.16;
  }

  .route-card {
    min-height: auto;
    padding: 20px;
  }

  .route-card h3 {
    font-size: 22px;
  }

  .center-tile,
  .center-tile:first-child {
    grid-row: auto;
    min-height: 260px;
  }

  .photo-guide-section ul {
    grid-template-columns: 1fr;
  }

  .journey-card {
    min-height: auto;
    padding: 34px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .journey-card:last-child {
    border-bottom: 0;
  }

  .cost-estimate-card,
  .contact-hero-card {
    padding: 18px;
  }

  .estimate-row,
  .cost-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }

  .faq-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, calc(100vw - 28px));
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    padding-top: 24px;
  }

  .faq-tabs a {
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .faq-accordion {
    padding-top: 10px;
  }

  .faq-accordion summary,
  .faq-list.compact summary {
    min-height: 62px;
    padding: 17px;
    gap: 10px;
  }

  .faq-accordion summary.with-tag {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .faq-tag {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .faq-accordion details p,
  .faq-list.compact details p {
    padding: 0 17px 17px;
  }

  .blog-sidebar {
    position: static;
    order: 2;
  }

  .blog-sidebar nav {
    grid-template-columns: 1fr;
  }

  .blog-feature img {
    min-height: 220px;
  }

  .blog-feature > div {
    padding: 20px;
  }

  .blog-feed-card {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 12px;
  }

  .blog-feed-card img {
    width: 94px;
    height: 86px;
  }

  .consult-form {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .consult-form .wide {
    grid-column: auto;
  }

  .consent-field {
    padding: 12px;
  }

  .sticky-cta {
    position: static;
    width: min(100%, calc(100vw - 28px));
    margin: 18px auto 20px;
    padding: 0;
  }

  .sticky-cta a {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .site-header,
  .site-header[data-elevated="true"] {
    grid-template-columns: minmax(0, 1fr) auto auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand strong {
    max-width: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand small {
    display: none;
  }

  .language-select select {
    min-width: 66px;
    max-width: 66px;
  }

  .global-hero,
  .country-hero,
  .treatment-hero,
  .market-treatment-hero,
  .cost-hero,
  .contact-hero,
  .doctor-hero,
  .clinic-hero,
  .reviews-hero,
  .selector-hero,
  .faq-hero,
  .blog-lounge-hero,
  .blog-article-hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  .global-hero h1,
  .country-hero h1,
  .treatment-hero h1,
  .market-treatment-hero h1,
  .cost-hero h1,
  .contact-hero h1,
  .doctor-hero h1,
  .clinic-hero h1,
  .reviews-hero h1,
  .selector-hero h1,
  .faq-hero h1,
  .blog-lounge-hero h1,
  .blog-article-hero h1 {
    font-size: clamp(29px, 8vw, 34px);
    line-height: 1.12;
  }

  .hero-proof-bar {
    grid-template-columns: 1fr;
  }

  .blog-feed-card {
    grid-template-columns: 1fr;
  }

  .blog-feed-card img {
    width: 100%;
    height: 150px;
  }
}

/* Cost table QA: keep header readable and switch narrow screens to cards. */
.cost-row.head {
  color: #fff;
  background: var(--td-navy-deep);
}

.cost-row.head span {
  color: #fff !important;
  font-weight: 800;
}

@media (max-width: 780px) {
  .cost-table {
    display: grid;
    gap: 12px;
    width: min(100%, calc(100vw - 28px));
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
  }

  .cost-row.head {
    display: none;
  }

  .cost-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 18px;
    border: 1px solid rgba(16, 32, 43, 0.12);
    border-radius: 8px;
    background: #fff;
  }

  .cost-row:last-child {
    border-bottom: 1px solid rgba(16, 32, 43, 0.12);
  }

  .cost-row span {
    display: grid;
    gap: 4px;
    padding: 0;
    border-right: 0;
    color: var(--td-ink);
    line-height: 1.45;
  }

  .cost-row span::before {
    content: attr(data-label);
    color: var(--td-teal-deep);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .cost-row span:first-child {
    color: var(--td-navy-deep);
    font-size: 22px;
    font-weight: 800;
  }

  .cost-row span:first-child::before {
    display: none;
  }

  .cost-row span:not(:first-child) {
    padding-top: 12px;
    border-top: 1px solid rgba(16, 32, 43, 0.08);
  }
}

/* Home/reviews implant proof: HTML text for translation and SEO, images only for clinical visuals. */
.implant-proof-section {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(68px, 8vw, 112px) 0 clamp(56px, 7vw, 96px);
  overflow: hidden;
  background: #fff;
}

.implant-proof-watermark {
  position: absolute;
  top: 18px;
  right: 0;
  transform: translateX(18%);
  color: rgba(7, 25, 52, 0.055);
  font-size: clamp(84px, 15vw, 180px);
  font-weight: 800;
  line-height: 0.9;
  pointer-events: none;
  user-select: none;
}

.implant-proof-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.implant-proof-copy {
  max-width: 820px;
}

.implant-proof-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #667383;
  font-size: 15px;
  line-height: 1.35;
}

.implant-proof-kicker::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--navy);
}

.implant-proof-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 4.2vw, 50px);
  font-weight: 650;
  line-height: 1.28;
}

.implant-proof-copy h2 strong {
  color: var(--navy);
  font-weight: 800;
}

.implant-proof-copy p:not(.implant-proof-kicker) {
  margin: 24px 0 0;
  color: #3e4652;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.7;
}

.implant-proof-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.8fr);
  gap: clamp(34px, 4.8vw, 56px);
  align-items: start;
  margin-top: clamp(46px, 6vw, 72px);
}

.implant-proof-media {
  display: grid;
  gap: 22px;
  align-content: start;
}

.implant-proof-media > img,
.implant-proof-media > picture.webp-pic > img {
  display: block;
  width: 100%;
  aspect-ratio: 637 / 371;
  object-fit: cover;
}

.implant-proof-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.implant-brand {
  display: inline-flex;
  align-items: baseline;
  min-height: 34px;
  color: var(--navy);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 800;
  line-height: 1;
}

.implant-brand.megagen::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, #16a8dc 50%, #f05b93 0) top / 100% 50% no-repeat,
    linear-gradient(90deg, #8bc53f 50%, #ffc845 0) bottom / 100% 50% no-repeat;
}

.implant-brand.osstem {
  color: #e96518;
  font-style: italic;
}

.implant-brand.osstem em {
  margin-left: 5px;
  color: #9a9a9a;
  font-size: 0.62em;
  font-style: italic;
  font-weight: 800;
}

.implant-proof-more {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  justify-self: center;
  color: #555f6b;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.implant-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 44px);
}

.implant-case-card {
  min-width: 0;
}

.implant-case-image {
  position: relative;
  overflow: hidden;
  background: #edf1f4;
}

.implant-case-image img {
  display: block;
  width: 100%;
  aspect-ratio: 505 / 250;
  object-fit: cover;
  filter: grayscale(0.08);
}

.implant-case-badge {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 2px solid #fff;
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.implant-case-badge strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.implant-case-compare {
  display: grid;
  grid-template-columns: auto minmax(44px, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  color: #9aa2ad;
  font-size: 12px;
  text-transform: uppercase;
}

.implant-case-compare i {
  height: 1px;
  background: #c7cdd4;
}

.implant-case-date {
  margin: 8px 0 0;
  color: #87909d;
  font-size: 12px;
  line-height: 1.45;
}

.implant-case-card h3 {
  margin: 26px 0 12px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.implant-case-card h3 span {
  display: block;
  margin-bottom: 2px;
}

.implant-case-card p:not(.implant-case-date) {
  margin: 0;
  color: #4d5663;
  font-size: 15px;
  line-height: 1.72;
}

.implant-proof-disclaimer {
  max-width: 620px;
  margin: clamp(42px, 5vw, 64px) auto 0;
  color: #a8afb8;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 900px) {
  .implant-proof-section {
    padding: 56px 0 64px;
  }

  .implant-proof-inner {
    width: min(100% - 32px, 760px);
  }

  .implant-proof-watermark {
    top: 22px;
    right: 0;
    transform: translateX(14%);
    font-size: clamp(76px, 24vw, 150px);
  }

  .implant-proof-layout {
    grid-template-columns: 1fr;
  }

  .implant-proof-media {
    max-width: 560px;
  }

  .implant-case-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 520px) {
  .implant-proof-section {
    padding: 44px 0 56px;
  }

  .implant-proof-inner {
    width: calc(100% - 30px);
  }

  .implant-proof-kicker {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .implant-proof-copy h2 {
    font-size: 30px;
    line-height: 1.28;
  }

  .implant-proof-copy p:not(.implant-proof-kicker) {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.68;
  }

  .implant-proof-layout {
    margin-top: 34px;
    gap: 32px;
  }

  .implant-proof-media {
    gap: 18px;
  }

  .implant-proof-brands {
    justify-content: flex-start;
  }

  .implant-proof-more {
    justify-self: start;
  }

  .implant-case-badge {
    width: 58px;
    height: 58px;
  }

  .implant-case-card h3 {
    margin-top: 20px;
  }
}

/* Home orthodontic proof: source-site inspired section built as translatable HTML/CSS. */
.orthodontic-proof-section {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.orthodontic-proof-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  min-height: clamp(320px, 30vw, 420px);
  background:
    linear-gradient(90deg, rgba(247, 251, 252, 0.96) 0%, rgba(247, 251, 252, 0.94) 45%, rgba(247, 251, 252, 0.74) 62%, rgba(247, 251, 252, 0.2) 100%),
    url("/assets/clinic-system.png?v=20260612-perf-v1") right center / auto 112% no-repeat,
    #f4fafb;
  background:
    linear-gradient(90deg, rgba(247, 251, 252, 0.96) 0%, rgba(247, 251, 252, 0.94) 45%, rgba(247, 251, 252, 0.74) 62%, rgba(247, 251, 252, 0.2) 100%),
    image-set(url("/assets/clinic-system.webp?v=20260612-perf-v1") type("image/webp"), url("/assets/clinic-system.png?v=20260612-perf-v1") type("image/png")) right center / auto 112% no-repeat,
    #f4fafb;
}

.orthodontic-proof-copy {
  width: min(520px, calc(100% - 48px));
  margin: clamp(54px, 6vw, 78px) 0 clamp(46px, 5vw, 68px) max(48px, calc((100vw - 1180px) / 2 + 48px));
}

.orthodontic-proof-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(25px, 2.6vw, 36px);
  font-weight: 500;
  line-height: 1.46;
}

.orthodontic-proof-copy h2 strong {
  display: block;
  color: var(--navy);
  font-weight: 850;
}

.orthodontic-proof-copy p:not(.implant-proof-kicker) {
  margin: 24px 0 0;
  color: #4d5663;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.8;
}

.orthodontic-proof-copy .implant-proof-more {
  justify-self: start;
  margin-top: 22px;
}

.orthodontic-case-band {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 118px) 0 clamp(54px, 7vw, 92px);
}

.orthodontic-watermark {
  position: absolute;
  top: clamp(60px, 8vw, 104px);
  left: min(-6vw, -32px);
  color: rgba(16, 32, 43, 0.055);
  font-size: clamp(72px, 10vw, 132px);
  font-weight: 800;
  line-height: 0.92;
  pointer-events: none;
  user-select: none;
}

.orthodontic-case-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 48px);
  width: min(760px, 68vw);
  margin-left: auto;
  margin-right: clamp(48px, 8vw, 126px);
}

.orthodontic-case-card {
  min-width: 0;
}

.orthodontic-screenshot-visual {
  aspect-ratio: 506 / 296;
  overflow: hidden;
  border: 1px solid rgba(16, 42, 85, 0.1);
  background: #f7f8f9;
}

.orthodontic-screenshot-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.orthodontic-case-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: clamp(148px, 15vw, 198px);
  overflow: hidden;
  border: 1px solid rgba(16, 42, 85, 0.08);
  background:
    radial-gradient(circle at 50% 55%, rgba(255, 235, 230, 0.92), rgba(231, 139, 126, 0.52) 58%, rgba(142, 52, 61, 0.36) 100%),
    #e9aca5;
}

.orthodontic-case-visual::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.82);
}

.ortho-mouth {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  padding: 42px 16px 34px;
}

.ortho-mouth::before,
.ortho-mouth::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  height: 30px;
  border-radius: 999px;
  background: rgba(210, 88, 98, 0.42);
  filter: blur(0.2px);
}

.ortho-mouth::before {
  top: 32px;
}

.ortho-mouth::after {
  bottom: 28px;
}

.ortho-mouth i {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(13px, 1.6vw, 20px);
  height: clamp(30px, 3.4vw, 42px);
  border: 1px solid rgba(105, 92, 84, 0.18);
  border-radius: 42% 42% 32% 32%;
  background: linear-gradient(180deg, #fff 0%, #f8f1e8 100%);
  box-shadow: 0 3px 7px rgba(44, 30, 28, 0.14);
}

.ortho-mouth.before i:nth-child(1),
.ortho-mouth.before i:nth-child(4),
.ortho-mouth.before i:nth-child(7) {
  transform: translateY(-8px) rotate(-8deg);
}

.ortho-mouth.before i:nth-child(2),
.ortho-mouth.before i:nth-child(5) {
  transform: translateY(7px) rotate(7deg);
}

.ortho-mouth.before i:nth-child(6),
.ortho-mouth.before i:nth-child(8) {
  transform: translateY(4px) rotate(-5deg);
}

.orthodontic-case-visual.bite .ortho-mouth.before i:nth-child(3),
.orthodontic-case-visual.bite .ortho-mouth.before i:nth-child(6) {
  transform: translateY(12px) rotate(11deg);
}

.ortho-mouth.after i {
  transform: translateY(0) rotate(0deg);
}

.source-before-after-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: clamp(170px, 18vw, 242px);
  aspect-ratio: 506 / 296;
  overflow: hidden;
  border: 1px solid rgba(16, 42, 85, 0.1);
  background: #f6f8fa;
}

.source-before-after-visual::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.88);
}

.source-before-after-visual figure {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  background: #f7f8f9;
}

.source-before-after-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.orthodontic-source-visual {
  background: #f4f1ef;
}

.smile-shape-source-visual {
  background: #f4ebe6;
}

.smile-shape-source-visual figure:first-of-type img {
  object-position: left center;
}

.smile-shape-source-visual figure:last-of-type img {
  object-position: right center;
}

.orthodontic-case-card h3 {
  margin: 24px 0 12px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.orthodontic-case-card h3 span {
  display: block;
  margin-bottom: 2px;
}

.orthodontic-case-card p:not(.implant-case-date) {
  margin: 0;
  color: #4d5663;
  font-size: 15px;
  line-height: 1.72;
}

@media (max-width: 900px) {
  .orthodontic-proof-hero {
    grid-template-columns: 1fr;
    background:
      linear-gradient(180deg, rgba(247, 251, 252, 0.96) 0%, rgba(247, 251, 252, 0.9) 56%, rgba(247, 251, 252, 0.5) 100%),
      url("/assets/clinic-system.png?v=20260612-perf-v1") center bottom / 100% auto no-repeat,
      #f4fafb;
    background:
      linear-gradient(180deg, rgba(247, 251, 252, 0.96) 0%, rgba(247, 251, 252, 0.9) 56%, rgba(247, 251, 252, 0.5) 100%),
      image-set(url("/assets/clinic-system.webp?v=20260612-perf-v1") type("image/webp"), url("/assets/clinic-system.png?v=20260612-perf-v1") type("image/png")) center bottom / 100% auto no-repeat,
      #f4fafb;
  }

  .orthodontic-proof-copy {
    width: min(100% - 32px, 680px);
    margin: 48px auto 220px;
  }

  .orthodontic-case-band {
    width: min(100% - 32px, 760px);
  }

  .orthodontic-watermark {
    left: 0;
    font-size: clamp(64px, 17vw, 120px);
  }

  .orthodontic-case-grid {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .orthodontic-proof-hero {
    min-height: 0;
    background-size: 150% auto;
  }

  .orthodontic-proof-copy {
    margin: 42px auto 190px;
  }

  .orthodontic-proof-copy h2 {
    font-size: 27px;
    line-height: 1.38;
  }

  .orthodontic-proof-copy p:not(.implant-proof-kicker) {
    font-size: 16px;
    line-height: 1.7;
  }

  .orthodontic-case-band {
    padding: 54px 0 58px;
  }

  .orthodontic-case-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .orthodontic-watermark {
    top: 38px;
    font-size: 58px;
  }
}

/* Home smile-shape proof: source-site inspired prosthetic section built in HTML/CSS. */
.smile-shape-proof-section {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #fff 78%, #fbf7f2 100%);
}

.smile-shape-proof-inner {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 118px) 0 clamp(58px, 7vw, 96px);
}

.smile-shape-proof-copy {
  width: min(720px, 100%);
  margin: 0 auto clamp(42px, 5vw, 68px);
}

.smile-shape-proof-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(25px, 2.35vw, 34px);
  font-weight: 500;
  line-height: 1.46;
}

.smile-shape-proof-copy h2 strong {
  display: inline;
  color: var(--navy);
  font-weight: 850;
}

.smile-shape-proof-copy p:not(.implant-proof-kicker) {
  margin: 22px 0 0;
  color: #575f69;
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.78;
}

.smile-shape-proof-layout {
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(34px, 4.5vw, 58px);
}

.smile-shape-lab {
  display: grid;
  gap: 22px;
  align-content: start;
}

.smile-shape-lab-visual {
  position: relative;
  min-height: 222px;
  overflow: hidden;
  background:
    radial-gradient(circle at 55% 32%, rgba(255, 255, 255, 0.96), transparent 28%),
    linear-gradient(135deg, #f9efe0 0%, #e2b986 42%, #fff7e8 100%);
  box-shadow: 0 24px 48px rgba(94, 72, 50, 0.14);
}

.smile-shape-lab-visual::before {
  content: "";
  position: absolute;
  left: 11%;
  right: 10%;
  bottom: 34px;
  height: 62px;
  border-radius: 16px 16px 28px 28px;
  background:
    linear-gradient(180deg, rgba(255, 244, 205, 0.96), rgba(224, 184, 111, 0.88));
  box-shadow: inset 0 -8px 0 rgba(158, 110, 55, 0.13);
}

.source-lab-visual {
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: #f4f1ee;
}

.source-lab-visual::before {
  content: none;
}

.source-lab-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lab-tooth-row {
  position: absolute;
  left: 13%;
  right: 12%;
  bottom: 90px;
  display: flex;
  justify-content: center;
  gap: 4px;
  transform: perspective(360px) rotateX(6deg);
}

.lab-tooth-row i {
  display: block;
  width: clamp(24px, 3vw, 34px);
  height: clamp(48px, 5vw, 60px);
  border-radius: 44% 44% 30% 30%;
  background: linear-gradient(180deg, #fffefa 0%, #f5e8c9 100%);
  border: 1px solid rgba(137, 102, 55, 0.15);
  box-shadow: 0 6px 12px rgba(97, 70, 39, 0.1);
  transform: translateY(calc((var(--i) - 3) * 1px)) rotate(calc((var(--i) - 3) * 1.5deg));
}

.lab-tool {
  position: absolute;
  left: 50%;
  top: -18px;
  width: 10px;
  height: 118px;
  border-radius: 999px;
  background: linear-gradient(180deg, #c2c9ce, #6c767d);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.34);
  transform: translateX(-50%) rotate(3deg);
}

.lab-tool::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle at 45% 38%, #fdfbf8, #d6bea0 70%);
  transform: translateX(-50%);
  box-shadow: 0 8px 15px rgba(96, 65, 40, 0.16);
}

.smile-shape-lab .implant-proof-more {
  justify-self: center;
}

.smile-shape-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 46px);
}

.smile-shape-case-card {
  min-width: 0;
}

.smile-shape-case-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: clamp(160px, 15vw, 200px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 240, 231, 0.96), rgba(224, 126, 111, 0.48) 62%, rgba(117, 45, 57, 0.28) 100%),
    #efbeb4;
  border: 1px solid rgba(16, 42, 85, 0.08);
}

.smile-shape-case-visual::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.84);
}

.smile-shape-before,
.smile-shape-after {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  padding: 50px 14px 40px;
}

.smile-shape-before::before,
.smile-shape-after::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 42px;
  height: 36px;
  border-radius: 999px;
  background: rgba(205, 82, 92, 0.34);
}

.smile-shape-before i,
.smile-shape-after i {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(18px, 2.1vw, 28px);
  height: clamp(48px, 4.8vw, 62px);
  border-radius: 45% 45% 33% 33%;
  background: linear-gradient(180deg, #fffdf8 0%, #f3e6c9 100%);
  border: 1px solid rgba(103, 84, 68, 0.16);
  box-shadow: 0 4px 10px rgba(58, 42, 35, 0.12);
}

.smile-shape-before i:nth-child(1),
.smile-shape-before i:nth-child(2) {
  transform: translateY(-5px) rotate(-3deg);
}

.smile-shape-before i:nth-child(3) {
  transform: translateY(9px) rotate(3deg);
}

.smile-shape-before i:nth-child(4) {
  transform: translateY(7px) rotate(-4deg);
}

.smile-shape-before i:nth-child(5),
.smile-shape-before i:nth-child(6) {
  transform: translateY(-4px) rotate(3deg);
}

.smile-shape-case-visual.veneer .smile-shape-before i:nth-child(1),
.smile-shape-case-visual.veneer .smile-shape-before i:nth-child(6) {
  opacity: 0.72;
  transform: translateY(8px) rotate(-7deg);
}

.smile-shape-after i {
  width: clamp(22px, 2.4vw, 31px);
  background: linear-gradient(180deg, #fffefa 0%, #faf0dc 100%);
  transform: translateY(0);
}

.smile-shape-case-card h3 {
  margin: 24px 0 12px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.smile-shape-case-card h3 span {
  display: block;
  margin-bottom: 2px;
}

.smile-shape-case-card p:not(.implant-case-date) {
  margin: 0;
  color: #4d5663;
  font-size: 15px;
  line-height: 1.72;
}

@media (max-width: 900px) {
  .smile-shape-proof-inner {
    width: min(100% - 32px, 760px);
    padding-top: 62px;
  }

  .smile-shape-proof-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .smile-shape-proof-layout {
    grid-template-columns: 1fr;
  }

  .smile-shape-lab {
    width: min(100%, 420px);
  }

  .smile-shape-lab .implant-proof-more {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .smile-shape-proof-inner {
    padding: 54px 0 58px;
  }

  .smile-shape-proof-copy h2 {
    font-size: 27px;
    line-height: 1.38;
  }

  .smile-shape-proof-copy p:not(.implant-proof-kicker) {
    font-size: 16px;
    line-height: 1.7;
  }

  .smile-shape-lab-visual {
    min-height: 200px;
  }

  .source-lab-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .source-before-after-visual {
    min-height: 0;
  }

  .smile-shape-case-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

/* Home cleanup QA: one consultation CTA, full hero image, and light photo guide. */
.global-hero-image {
  justify-content: center;
}

.global-hero-image img {
  width: 100%;
  max-width: 780px;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.route-single-cta {
  width: min(var(--max), 100%);
  margin: 18px auto 0;
  display: flex;
  justify-content: center;
}

.route-single-cta .button {
  width: min(100%, 560px);
  min-height: 56px;
  justify-content: center;
}

.photo-guide-section.home-photo-guide {
  background: transparent !important;
  color: var(--td-ink);
}

.photo-guide-section.home-photo-guide h2 {
  color: var(--td-navy-deep) !important;
}

.photo-guide-section.home-photo-guide p {
  color: var(--td-muted) !important;
}

.photo-guide-section.home-photo-guide .eyebrow {
  color: var(--td-teal) !important;
}

.photo-guide-section.home-photo-guide li {
  color: var(--td-ink);
  background: #fff;
}

@media (max-width: 780px) {
  .global-hero-image img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: auto;
    object-fit: contain;
  }
}

/* Home mobile polish: normalize route cards, remove guide frame, adjust select arrow. */
.patient-route-section .route-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.patient-route-section .route-card,
.patient-route-section .route-card:first-child {
  grid-row: auto;
  align-content: start;
  min-height: 220px;
  padding: 24px;
  border-color: rgba(16, 32, 43, 0.1);
  color: var(--td-ink);
  background: #fff;
}

.patient-route-section .route-card:first-child small,
.patient-route-section .route-card:first-child span:not(:last-child) {
  color: var(--td-teal);
}

.patient-route-section .route-card:first-child h3 {
  color: var(--td-navy-deep);
}

.patient-route-section .route-card:first-child p {
  color: var(--td-muted);
}

.photo-guide-section.home-photo-guide {
  border: 0 !important;
}

.language-select select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, var(--td-navy-deep) 50%),
    linear-gradient(135deg, var(--td-navy-deep) 50%, transparent 50%);
  background-position: calc(100% - 21px) 50%, calc(100% - 15px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

@media (max-width: 980px) {
  .patient-route-section .route-card-grid {
    grid-template-columns: 1fr;
  }

  .patient-route-section .route-card,
  .patient-route-section .route-card:first-child {
    min-height: auto;
    padding: 20px;
  }
}

/* Mobile-only home hero: use a tall doctor-team image like the source mobile site. */
.global-hero-picture {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.global-hero-image-band {
  width: 100%;
}

@media (max-width: 780px) {
  .global-hero {
    display: flex;
    width: 100%;
    min-height: 0;
    padding: 0 0 42px;
    flex-direction: column;
    gap: 0;
    background: #fff;
  }

  .global-hero-image {
    order: 2;
    display: block;
    width: 100%;
    min-height: 0;
    margin: 12px 0 0;
  }

  .global-hero-image img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center top;
    border-radius: 0;
    box-shadow: none;
  }

  .global-hero-image .ghost-word {
    display: none !important;
  }

  .global-hero-copy {
    width: 100%;
    max-width: none;
    padding: 32px 18px 0;
  }

  .hero-consult-card {
    width: calc(100% - 36px);
    margin: 20px auto 0;
  }
}

/* Web-only hero rearrangement from annotated QA. Mobile hero stays unchanged. */
@media (min-width: 781px) {
  .global-hero {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "image"
      "consult";
    gap: clamp(18px, 3vw, 34px);
    align-items: stretch;
  }

  .global-hero-copy {
    grid-area: copy;
    width: 100%;
    max-width: none;
  }

  .global-hero-copy h1 {
    max-width: none;
  }

  .global-hero-copy > p:not(.eyebrow),
  .global-hero-copy .hero-microcopy {
    max-width: 720px;
  }

  .global-hero-image {
    grid-area: image;
    width: 100%;
    min-height: 0;
    align-self: stretch;
    justify-content: stretch;
  }

  .global-hero-image-band {
    width: 100%;
    height: clamp(180px, 22vw, 320px);
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--td-shadow);
  }

  .global-hero-picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .global-hero-image img {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center 42%;
    border-radius: 0;
    box-shadow: none;
  }

  .hero-consult-card {
    grid-area: consult;
    display: grid;
    grid-template-columns: minmax(260px, 0.78fr) minmax(320px, 1fr);
    column-gap: clamp(24px, 4vw, 48px);
    width: 100%;
    max-width: none;
    align-self: start;
    padding: clamp(24px, 3.2vw, 34px);
  }

  .hero-consult-card small,
  .hero-consult-card strong {
    grid-column: 1;
  }

  .hero-consult-card ol {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .hero-consult-card .hero-channel-row {
    grid-column: 1 / -1;
    grid-template-columns: repeat(auto-fit, minmax(122px, 1fr));
    margin-top: 8px;
  }

  .hero-consult-card .hero-channel-row a {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    text-align: center;
    white-space: nowrap;
  }
}

@media (min-width: 781px) and (max-width: 980px) {
  .hero-consult-card {
    grid-template-columns: minmax(230px, 0.9fr) minmax(260px, 1fr);
  }

  .hero-consult-card .hero-channel-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-consult-card .hero-channel-row a {
    padding: 10px 6px;
    font-size: 13px;
  }
}

@media (min-width: 980px) {
  .global-hero-copy {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
    column-gap: clamp(28px, 6vw, 78px);
    align-items: end;
  }

  .global-hero-copy .eyebrow,
  .global-hero-copy h1 {
    grid-column: 1;
  }

  .global-hero-copy > p:not(.eyebrow),
  .global-hero-copy .hero-actions,
  .global-hero-copy .hero-microcopy {
    grid-column: 2;
  }

  .global-hero-copy .hero-actions {
    margin-top: 0;
  }
}

/* Home section card-grid polish from annotated QA. */
.signature-section,
.photo-guide-section {
  scroll-margin-top: 96px;
}

@media (min-width: 781px) {
  .signature-section .center-showcase {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    overflow: visible;
  }

  .signature-section .center-tile,
  .signature-section .center-tile:first-child {
    grid-row: auto;
    min-width: 0;
    min-height: clamp(260px, 30vw, 360px);
    scroll-snap-align: unset;
  }

  .signature-section .center-tile span {
    font-size: clamp(24px, 2.7vw, 32px);
  }

  .photo-guide-section.home-photo-guide {
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
    align-items: center;
  }

  .photo-guide-section.home-photo-guide ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(86px, auto);
    gap: 12px;
  }

  .photo-guide-section.home-photo-guide li {
    display: flex;
    min-height: 86px;
    align-items: center;
    padding: 18px 20px;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.34;
  }
}

@media (min-width: 781px) and (max-width: 980px) {
  .signature-section .center-showcase {
    gap: 14px;
  }

  .signature-section .center-tile,
  .signature-section .center-tile:first-child {
    min-height: 260px;
    padding: 20px;
  }

  .photo-guide-section.home-photo-guide {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
  }

  .photo-guide-section.home-photo-guide ul {
    grid-auto-rows: minmax(74px, auto);
    gap: 10px;
  }

  .photo-guide-section.home-photo-guide li {
    min-height: 74px;
    padding: 14px 16px;
    font-size: 18px;
  }
}

/* ============================================================
   Manus "Clinical Precision" redesign pass (2026-06-11)
   Visual overhaul only: palette, motion language, hero, proof
   sections, page header bands, sticky CTA, scroll reveal.
   No copy, URL, CTA href or data-track changes.
   ============================================================ */

/* --- Foundations ------------------------------------------- */
html,
body {
  background: #fff;
}

.eyebrow,
.admin-kicker,
.implant-proof-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.eyebrow::before,
.admin-kicker::before,
.implant-proof-kicker::before {
  content: "";
  flex: none;
  width: 26px;
  height: 1px;
  margin: 0;
  background: currentColor;
  opacity: 0.55;
}

/* --- Buttons: editorial flat language ----------------------- */
.button,
.mobile-menu-cta,
.consult-form button,
.hero-actions .button {
  border: 1px solid var(--teal);
  border-radius: 4px;
  color: #fff !important;
  background: var(--teal);
  box-shadow: none;
  transition: background 0.18s ease-out, border-color 0.18s ease-out, color 0.18s ease-out;
}

.button:hover,
.mobile-menu-cta:hover,
.consult-form button:hover {
  background: var(--teal-deep);
  border-color: var(--teal-deep);
  transform: none;
  box-shadow: none;
  filter: none;
}

.button:active,
.mobile-menu-cta:active,
.consult-form button:active {
  background: #095B6B;
  border-color: #095B6B;
  transform: none;
  box-shadow: none;
}

.button:focus-visible,
.mobile-menu-cta:focus-visible,
.consult-form button:focus-visible,
.sticky-cta a:focus-visible,
.channel-row a:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}

.button.button-ghost,
.hero-actions .button-ghost {
  border-color: var(--gray-300);
  color: var(--navy) !important;
  background: #fff;
  box-shadow: none;
  filter: none;
}

.button.button-ghost:hover,
.hero-actions .button-ghost:hover {
  border-color: var(--navy);
  background: var(--gray-50);
  transform: none;
  box-shadow: none;
  filter: none;
}

.button.button-light,
.journey-card .button-light {
  border-color: #fff;
  color: var(--navy) !important;
  background: #fff;
  box-shadow: none;
}

.button.button-light:hover {
  filter: none;
  background: var(--gray-100);
  border-color: var(--gray-100);
  box-shadow: none;
}

/* --- Header ------------------------------------------------- */
.site-header,
.site-header[data-elevated="true"] {
  min-height: 64px;
  padding: 8px var(--td-gutter);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--gray-200);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.brand {
  /* keep a 44px touch target even though the visual mark is 28px */
  min-height: 44px;
  align-items: center;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 6px;
  background: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.brand strong {
  color: var(--navy);
  font-size: 14px;
}

.brand small {
  color: var(--gray-400);
}

.main-nav a {
  color: var(--gray-700);
  font-weight: 700;
  border-radius: 8px;
  transition: color 0.18s ease, background 0.18s ease;
}

.main-nav a:hover {
  color: var(--navy);
  background: var(--gray-50);
}

.main-nav a.active,
.main-nav a[aria-current="page"],
.main-nav a.active:hover,
.main-nav a[aria-current="page"]:hover {
  color: var(--teal-deep);
  background: var(--teal-light);
}

@media (max-width: 1060px) {
  .site-header,
  .site-header[data-elevated="true"] {
    min-height: 56px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .mobile-menu-panel {
    top: 60px;
  }
}

/* --- Mobile sticky CTA: white blur bar + LINE green button -- */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: block;
  width: auto;
  margin: 0;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid var(--gray-200);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
  transform: none;
}

.sticky-cta a {
  display: flex;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 0;
  padding: 16px;
  border: 1px solid var(--line-green);
  border-radius: 6px;
  color: #fff !important;
  background: var(--line-green);
  box-shadow: none;
  font-size: 15px;
  font-weight: 800;
  transition: background 0.18s ease-out, border-color 0.18s ease-out;
}

.sticky-cta a:hover {
  background: var(--line-green-hover);
  border-color: var(--line-green-hover);
  transform: none;
  box-shadow: none;
  filter: none;
}

.sticky-cta a:active {
  transform: none;
}

.sticky-cta a::before {
  content: none;
}

@media (max-width: 1023.98px) {
  /* keep content clear of the fixed bar */
  .site-footer {
    padding-bottom: 128px;
  }
}

@media (min-width: 1024px) {
  .sticky-cta {
    display: none;
  }
}

/* --- Home hero: flat editorial band -------------------------- */
.global-hero {
  background: var(--mist);
  border-bottom: 1px solid var(--line);
}

.global-hero h1 {
  color: var(--navy);
  font-weight: 800;
}

.global-hero-copy > p:not(.eyebrow) {
  color: var(--gray-500);
}

.hero-microcopy {
  color: var(--gray-500);
  font-size: 13px !important;
}

.global-hero-image {
  position: relative;
}

.global-hero-image .ghost-word,
.ghost-word {
  display: flex !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  align-items: center;
  justify-content: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(22, 40, 82, 0.16);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(80px, 18vw, 230px);
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

@media (min-width: 781px) {
  .global-hero {
    overflow: visible;
    padding-bottom: clamp(28px, 4vw, 48px);
  }

  .global-hero h1 {
    font-size: clamp(44px, 6.5vw, 88px);
    letter-spacing: -0.015em;
    line-height: 1.04;
  }

  .global-hero-image {
    display: block;
    width: 100vw;
    min-height: 0;
    margin-left: calc(50% - 50vw);
  }

  .global-hero-image-band {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .global-hero-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
}

@media (max-width: 780px) {
  .global-hero {
    background: var(--mist);
    /* fixed header is 56px tall on mobile; keep the eyebrow clear of it */
    padding-top: 76px;
  }

  .global-hero h1 {
    font-size: clamp(30px, 8.5vw, 34px);
    line-height: 1.12;
  }
}

@media (max-width: 639px) {
  /* Manus pattern: below sm only the T mark identifies the brand,
     avoiding the truncated "Today Dental Cli…" label */
  .brand > span:not(.brand-mark) {
    display: none;
  }

  .brand {
    min-width: 0;
  }
}

/* Hero is fully static in the editorial pass — no entrance animation. */

/* --- Hero consult card -------------------------------------- */
.hero-consult-card,
.hero-consult-card small,
.hero-consult-card strong,
.hero-consult-card ol,
.hero-consult-card .hero-channel-row {
  grid-column: auto;
  grid-row: auto;
}

.hero-consult-card {
  display: block;
  max-width: 28rem;
  padding: 20px 24px;
  border: 1px solid var(--gray-200);
  border-radius: 6px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-consult-card small {
  display: block;
  color: var(--teal);
  font-size: 11px;
}

.hero-consult-card strong {
  display: block;
  margin-top: 2px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.3;
}

.hero-consult-card ol {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 12px 0 14px;
  padding: 0;
  list-style: none;
  counter-reset: consult-step;
  align-self: auto;
}

.hero-consult-card ol li {
  display: flex;
  align-items: center;
  gap: 6px;
  counter-increment: consult-step;
  color: var(--gray-500);
  font-size: 13px;
  font-weight: 700;
}

.hero-consult-card ol li::before {
  content: counter(consult-step);
  display: grid;
  flex: none;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  color: var(--teal-deep);
  background: var(--teal-light);
  font-size: 11px;
  font-weight: 800;
}

.hero-consult-card .hero-channel-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
}

/* Channel buttons: brand colors (LINE / WhatsApp / WeChat order is fixed in markup) */
.channel-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 8px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--line-green);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.18s ease-out, border-color 0.18s ease-out;
}

.channel-row a:nth-child(2) {
  background: #25D366;
}

.channel-row a:nth-child(3) {
  background: #07C160;
}

.channel-row a:hover {
  transform: none;
  filter: none;
  box-shadow: none;
  background: var(--line-green-hover);
}

.channel-row a:nth-child(2):hover {
  background: #1FB85A;
}

.channel-row a:nth-child(3):hover {
  background: #06A852;
}

.channel-row a:active {
  transform: none;
}

/* Scroll reveal CSS removed in the editorial pass: content is always
   statically visible. script.js still tags .is-revealed for QA hooks. */

/* --- Shared card language: flat, hairline, no motion --------- */
.route-card,
.center-tile,
.blog-card,
.blog-feed-card,
.content-card,
.cost-summary-card,
.market-treatment-card {
  border-radius: 4px;
  transition: border-color 0.18s ease-out, background 0.18s ease-out;
}

a.route-card:hover,
.center-tile:hover,
a.blog-card:hover,
.blog-feed-card:hover,
a.content-card:hover {
  transform: none;
  border-color: rgba(22, 40, 82, 0.35);
  box-shadow: none;
  background: var(--gray-50);
}

/* --- Section heading scale (editorial type) ------------------ */
.split-heading h2,
.section-heading h2,
.consultation h2,
.bottom-consult h2 {
  font-size: clamp(26px, 3.4vw, 38px);
  letter-spacing: -0.01em;
  line-height: 1.18;
}

/* --- Implant proof: dark navy section ------------------------ */
.implant-proof-section {
  background: var(--navy);
}

.implant-proof-watermark {
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.05);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(110px, 16vw, 210px);
  white-space: nowrap;
}

.implant-proof-section .implant-proof-kicker {
  color: var(--teal-bright);
}

.implant-proof-copy h2 {
  color: #fff;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.25;
}

.implant-proof-copy h2 strong {
  color: var(--teal-bright);
}

.implant-proof-copy p:not(.implant-proof-kicker) {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(15px, 1.5vw, 17px);
}

.implant-proof-media > img,
.implant-proof-media > picture.webp-pic > img {
  border-radius: 4px;
}

.implant-proof-brands {
  justify-content: flex-start;
}

.implant-brand,
.implant-brand.osstem {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.implant-brand {
  min-height: 0;
  align-items: baseline;
  padding: 8px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
}

.implant-brand.megagen::before {
  content: none;
}

.implant-brand.osstem em {
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
}

.implant-proof-more {
  color: var(--teal);
  font-weight: 700;
  text-decoration: none;
  justify-self: start;
}

.implant-proof-more:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.implant-proof-section .implant-proof-more {
  color: var(--teal-bright);
}

.implant-case-card {
  overflow: hidden;
  padding-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.18s ease-out;
}

.implant-case-card:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: none;
  box-shadow: none;
}

.implant-case-card .implant-case-compare,
.implant-case-card .implant-case-date,
.implant-case-card h3,
.implant-case-card p:not(.implant-case-date) {
  margin-left: 16px;
  margin-right: 16px;
}

.implant-case-card .implant-case-compare {
  color: rgba(255, 255, 255, 0.62);
}

.implant-case-card .implant-case-compare i {
  background: rgba(255, 255, 255, 0.2);
}

.implant-case-card .implant-case-date {
  color: rgba(255, 255, 255, 0.62);
}

.implant-case-card h3 {
  margin-top: 14px;
  margin-bottom: 8px;
  color: #fff;
}

.implant-case-card h3 span {
  color: var(--teal-bright);
}

.implant-case-card p:not(.implant-case-date) {
  color: rgba(255, 255, 255, 0.6);
}

.implant-case-image img {
  filter: none;
}

.implant-case-badge {
  top: 12px;
  left: 12px;
  display: inline-flex;
  width: auto;
  height: auto;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border: 0;
  border-radius: 2px;
  color: var(--navy);
  background: var(--mist);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 12px;
  font-weight: 500;
}

.implant-case-badge strong {
  display: inline;
  font-size: 12px;
  font-weight: 500;
}

.implant-proof-disclaimer {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  color: rgba(255, 255, 255, 0.62);
  text-align: left;
}

/* Light proof sections reuse the disclaimer class — restore muted gray there */
.orthodontic-proof-section .implant-proof-disclaimer,
.smile-shape-proof-section .implant-proof-disclaimer {
  color: var(--gray-400);
}

/* Case point labels read inline like Manus ("✓ 01 Implant point") */
.implant-case-card h3 span,
.orthodontic-case-card h3 span,
.smile-shape-case-card h3 span {
  display: inline;
  margin-right: 6px;
}

/* --- Orthodontic proof: light section with top-right watermark */
.orthodontic-watermark {
  top: 0;
  right: 0;
  left: auto;
  color: rgba(22, 40, 82, 0.045);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  text-align: right;
}

.orthodontic-case-grid {
  width: 100%;
  margin-right: 0;
}

.orthodontic-proof-copy h2,
.smile-shape-proof-copy h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.25;
}

.orthodontic-proof-copy h2 strong,
.smile-shape-proof-copy h2 strong {
  color: var(--teal);
}

.orthodontic-case-card,
.smile-shape-case-card {
  overflow: hidden;
  padding-bottom: 18px;
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.18s ease-out, background 0.18s ease-out;
}

.orthodontic-case-card:hover,
.smile-shape-case-card:hover {
  transform: none;
  border-color: rgba(22, 40, 82, 0.35);
  box-shadow: none;
  background: var(--gray-50);
}

.orthodontic-case-card .implant-case-compare,
.orthodontic-case-card .implant-case-date,
.orthodontic-case-card h3,
.orthodontic-case-card p:not(.implant-case-date),
.smile-shape-case-card .implant-case-compare,
.smile-shape-case-card .implant-case-date,
.smile-shape-case-card h3,
.smile-shape-case-card p:not(.implant-case-date) {
  margin-left: 16px;
  margin-right: 16px;
}

.orthodontic-case-card h3,
.smile-shape-case-card h3 {
  margin-top: 14px;
  margin-bottom: 8px;
  color: var(--navy);
}

.orthodontic-case-card h3 span,
.smile-shape-case-card h3 span {
  color: var(--teal);
}

.orthodontic-screenshot-visual,
.source-before-after-visual {
  border: 0;
}

.smile-shape-case-card .implant-case-badge {
  color: #fff;
  background: rgba(22, 40, 82, 0.85);
}

/* --- Smile shape proof: gray-50 section ----------------------- */
.smile-shape-proof-section {
  background: var(--gray-50);
}

.source-lab-visual {
  border-radius: 4px;
}

/* --- Page header bands (all non-home heroes) ------------------ */
.country-hero,
.treatment-hero,
.market-treatment-hero,
.cost-hero,
.contact-hero,
.doctor-hero,
.clinic-hero,
.reviews-hero,
.selector-hero,
.faq-hero,
.blog-lounge-hero,
.blog-article-hero {
  background: var(--gray-50);
  border-bottom: 1px solid var(--gray-200);
}

.country-hero h1,
.treatment-hero h1,
.market-treatment-hero h1,
.cost-hero h1,
.contact-hero h1,
.doctor-hero h1,
.clinic-hero h1,
.reviews-hero h1,
.selector-hero h1,
.faq-hero h1,
.blog-lounge-hero h1,
.blog-article-hero h1 {
  color: var(--navy);
  font-size: clamp(30px, 4.2vw, 42px);
  line-height: 1.15;
}

/* --- FAQ accordion: card style ------------------------------- */
.faq-accordion details,
.faq-list.compact details,
.faq-list details {
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  transition: border-color 0.18s ease-out;
}

.faq-accordion details:hover,
.faq-list.compact details:hover {
  border-color: rgba(22, 40, 82, 0.3);
}

.faq-accordion details[open],
.faq-list.compact details[open],
.faq-list details[open] {
  border-color: rgba(22, 40, 82, 0.3);
  box-shadow: none;
}

/* --- Forms: focus ring + full-width submit -------------------- */
.consult-form input,
.consult-form select,
.consult-form textarea {
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  transition: border-color 0.18s ease-out, box-shadow 0.18s ease-out;
}

.consult-form input:focus,
.consult-form select:focus,
.consult-form textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(14, 124, 143, 0.16);
}

.consult-form .consent-field {
  background: var(--gray-50);
}

.consult-form button[type="submit"] {
  width: 100%;
}

.consult-form input.is-invalid,
.consult-form textarea.is-invalid,
.consult-form select.is-invalid {
  border-color: #b91c1c !important;
}

/* --- Footer ---------------------------------------------------- */
.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer p {
  color: rgba(255, 255, 255, 0.78);
}

/* --- Reduced motion -------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .center-tile img,
  .faq-arrow,
  .faq-arrow::before,
  .nav-dropdown-toggle svg {
    transition: none;
  }

  .center-tile:hover img {
    transform: none;
  }
}

/* ============================================================
   Center detail pages + Treatments nav dropdown (2026-06-11)
   Additive only — Manus tone: white cards, gray-200 borders,
   rounded-xl, soft shadow, teal hover.
   ============================================================ */

/* --- Desktop nav: Treatments dropdown ----------------------- */
.nav-item-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.nav-dropdown-toggle {
  display: inline-grid;
  place-items: center;
  /* keep a 36px minimum click/touch target */
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: var(--gray-700);
  background: transparent;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease;
}

.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible {
  color: var(--navy);
  background: var(--gray-50);
}

.nav-dropdown-toggle svg {
  transition: transform 0.2s ease;
}

.nav-item-dropdown.is-open .nav-dropdown-toggle svg {
  transform: rotate(180deg);
}

.nav-dropdown-panel {
  position: fixed;
  top: 72px;
  left: 50%;
  z-index: 130;
  display: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  width: min(1040px, calc(100vw - 40px));
  padding: 22px;
  border: 1px solid var(--gray-200);
  border-radius: 6px;
  background: #fff;
  box-shadow: var(--shadow-pop);
  transform: translateX(-50%);
}

.nav-item-dropdown.is-open .nav-dropdown-panel {
  display: grid;
}

.nav-dropdown-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.nav-dropdown-label {
  margin: 0 0 8px;
  padding: 0 8px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-dropdown-panel a {
  display: block;
  padding: 7px 8px;
  border-radius: 4px;
  color: var(--gray-700);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.18s ease-out;
}

.nav-dropdown-panel a:hover,
.nav-dropdown-panel a:focus-visible {
  color: var(--navy);
  background: transparent;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.nav-dropdown-panel a.nav-dropdown-hub {
  color: var(--navy);
  font-weight: 800;
}

@media (max-width: 1060px) {
  .nav-dropdown-panel {
    display: none !important;
  }
}

/* --- Mobile menu: center group sections ---------------------- */
.mobile-menu-panel {
  max-height: calc(100vh - 88px);
  overflow-y: auto;
}

.mobile-menu-group-label {
  margin: 12px 0 2px;
  padding: 0 12px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* --- Treatments hub: center group cards ----------------------- */
.treatment-center-groups {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(40px, 6vw, 72px) 0;
}

.center-group-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}

.center-group-card {
  padding: 18px;
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.18s ease-out, background 0.18s ease-out;
}

.center-group-card:hover {
  transform: none;
  border-color: rgba(22, 40, 82, 0.35);
  box-shadow: none;
  background: var(--gray-50);
}

.center-group-label {
  margin: 0 0 8px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.center-group-card a {
  display: block;
  padding: 7px 8px;
  border-radius: 8px;
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s ease, background 0.15s ease;
}

.center-group-card a:hover,
.center-group-card a:focus-visible {
  color: var(--teal);
  background: var(--teal-light);
}

.center-group-card a.center-group-hub {
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
}

/* --- Center detail page --------------------------------------- */
.center-hero {
  padding: 126px clamp(24px, 5vw, 70px) 54px;
  border-bottom: 1px solid var(--gray-200);
  background: var(--gray-50);
}

.center-hero-inner {
  display: grid;
  gap: 14px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.center-hero h1 {
  margin: 0;
  max-width: 24ch;
  color: var(--navy);
  font-size: clamp(30px, 4.2vw, 40px);
  line-height: 1.12;
}

.center-hero p:not(.eyebrow):not(.hero-microcopy) {
  margin: 0;
  max-width: 70ch;
  color: var(--gray-500);
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.6;
}

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

.center-section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(40px, 6vw, 72px) 0;
}

.center-quick-answer {
  padding-bottom: 0;
}

.center-answer-box {
  border-radius: 4px;
}

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

.center-who-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  background: #fff;
  color: var(--gray-700);
  font-weight: 600;
  line-height: 1.5;
}

.center-who-list li::before {
  content: "✓";
  flex: none;
  color: var(--teal);
  font-weight: 800;
}

.center-steps-grid,
.center-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.center-steps-grid article,
.center-trust-grid article {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 22px;
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.18s ease-out, background 0.18s ease-out;
}

.center-steps-grid article:hover,
.center-trust-grid article:hover {
  transform: none;
  border-color: rgba(22, 40, 82, 0.35);
  box-shadow: none;
  background: var(--gray-50);
}

.center-steps-grid small {
  color: var(--teal);
  font-weight: 800;
}

.center-steps-grid h3,
.center-trust-grid h3 {
  margin: 0;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.35;
}

.center-steps-grid p,
.center-trust-grid p {
  margin: 0;
  color: var(--gray-500);
  font-size: 14px;
  line-height: 1.6;
}

.center-trust-section {
  padding-top: 0;
}

.center-case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.center-case-card {
  min-width: 0;
}

.center-case-section .implant-proof-disclaimer {
  margin-top: 20px;
  color: var(--gray-400);
}

@media (max-width: 780px) {
  .center-hero {
    padding: 92px 18px 34px;
  }

  .center-hero h1 {
    max-width: 100%;
    font-size: clamp(28px, 8.4vw, 36px);
  }

  .center-section {
    padding: 34px 0;
  }

  .center-who-list {
    grid-template-columns: 1fr;
  }

  .center-steps-grid,
  .center-trust-grid,
  .center-case-grid {
    grid-template-columns: 1fr;
  }

  .center-answer-box {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-dropdown-toggle svg {
    transition: none;
  }
}

/* ============================================================
   "Editorial" finishing pass (2026-06-12)
   De-AI design language: serif display type, flat surfaces,
   4px radius system, static content, hairline section breaks.
   CSS only — no HTML/content/URL changes.
   ============================================================ */

/* --- Display serif for Latin headings (EN only) -------------- */
html[lang="en"] h1,
html[lang="en"] h2 {
  font-family: var(--font-display);
}

/* --- Body rhythm ---------------------------------------------- */
p {
  line-height: 1.65;
}

/* Hero blocks style descendant <p> at 16-21px; the eyebrow is a <p>,
   so it needs matching specificity to keep the editorial kicker scale. */
p.eyebrow,
.global-hero .eyebrow,
.section-heading .eyebrow {
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

/* Dark bands keep the bright accent for AA contrast. */
.photo-guide-section:not(.home-photo-guide) .eyebrow,
.feature-band .eyebrow,
.journey-card .eyebrow,
.lead-panel .eyebrow,
.process .eyebrow {
  color: var(--teal-bright);
}

.implant-case-date {
  font-variant-numeric: tabular-nums;
}

/* --- Radius system: content surfaces 4px ---------------------- */
.entry-grid a,
.treatment-card,
.process-step,
.location-card,
details,
.consult-form,
.consult-form input,
.consult-form select,
.consult-form textarea,
.consent-field,
.upload-field input,
.hero-step-strip,
.trust-image img,
.answer-box,
.center-answer-box,
.detail-card,
.blog-card,
.link-card,
.faq-card,
.content-panel,
.blog-post,
.blog-sidebar,
.blog-sidebar nav a,
.blog-search input,
.article-toc,
.article-toc a,
.related-procedures,
.related-procedures a,
.lead-panel,
.blog-feature,
.blog-feed-card,
.blog-feed-card img,
.blog-feed-card > span,
.market-consult-strip,
.market-treatment-card,
.contact-photo-card,
.contact-hero-card,
.cost-estimate-card,
.cost-estimate-card span,
.cost-summary-grid article,
.cost-table,
.cost-row,
.story-grid article,
.route-section article,
.branch-grid article,
.symptom-selector a,
.field-list article,
.post-grid img,
.review-shot,
.country-hero img,
.doctor-hero img,
.clinic-hero img,
.treatment-hero img,
.global-hero-image img,
.lead-history,
.lead-history article,
.hero-proof-bar,
.hero-proof-bar span,
.hero-line-note,
.hero-proof li,
.article-meta span,
.tag,
.faq-tabs a,
.proof-stack span,
.review-filter span,
.faq-tabs span,
.route-card > span,
.form-step,
.form-status.success,
.form-status.error,
.language-select select,
.language-switcher,
.main-nav a,
.nav-dropdown-toggle,
.breadcrumb a,
.mobile-menu summary,
.mobile-menu-panel nav a,
.mobile-menu-cta,
.mobile-menu-langs a,
.center-group-card a,
.implant-brand {
  border-radius: 4px;
}

/* --- Radius system: floating surfaces 6px --------------------- */
.nav-dropdown-panel,
.hero-consult-card,
.sticky-cta a {
  border-radius: 6px;
}

.mobile-menu-panel {
  border-radius: 6px;
  box-shadow: var(--shadow-pop);
}

/* Pills survive only on the step counter and FAQ arrow. */
.hero-consult-card ol li::before {
  border-radius: 999px;
}

.faq-arrow {
  border-radius: 999px;
}

/* --- Editorial section devices: hairline + asymmetric rhythm -- */
.signature-section,
.patient-route-section,
.review-preview {
  border-top: 1px solid var(--line);
  padding-top: clamp(72px, 9vw, 120px);
  padding-bottom: clamp(40px, 5vw, 64px);
}

/* --- CJK / Thai: no Latin tracking, system sans stays ---------- */
:lang(zh-TW) :is(h1, h2, h3, p, a, span, strong, small),
:lang(th) :is(h1, h2, h3, p, a, span, strong, small) {
  letter-spacing: 0;
}
