:root {
  --ink: oklch(0.22 0.025 190); --ink-soft: oklch(0.42 0.022 190); --paper: oklch(0.985 0.003 190); --surface: oklch(1 0 0); --teal: oklch(0.42 0.09 190); --teal-dark: oklch(0.30 0.06 190); --mint: oklch(0.94 0.025 190); --line: oklch(0.88 0.013 190); --max: clamp(1180px, 82vw, 1560px);
}
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; color: var(--ink); background: var(--paper); font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; } button, input, select, textarea { font: inherit; } button { cursor: pointer; } img { display: block; max-width: 100%; } ::selection { color: white; background: var(--teal); } :focus-visible { outline: 3px solid oklch(0.62 0.11 190 / .5); outline-offset: 4px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; transform: translateY(-160%); background: var(--ink); color: white; padding: 8px 12px; }.skip-link:focus { transform: none; }
.site-header, .hero, .section, .trust-bar, .site-footer { width: min(var(--max), calc(100% - 48px)); margin: auto; }.site-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }.brand { display: inline-flex; align-items: center; min-height: 44px; gap: 10px; flex-shrink: 0; }.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; background: var(--teal); color: white; font-family: Georgia, serif; font-size: 18px; font-weight: 700; }.brand strong, .brand small { display: block; }.brand strong { font-size: 16px; line-height: 1.15; letter-spacing: .02em; }.brand small { color: var(--ink-soft); font-size: 10px; letter-spacing: .12em; margin-top: 2px; }.site-nav { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 32px); margin-left: auto; font-size: 14px; color: var(--ink-soft); }.site-nav a { display: inline-flex; align-items: center; min-height: 44px; }.header-action { display: inline-grid; place-items: center; min-width: 76px; min-height: 44px; padding: 0 14px; background: var(--ink); color: white; font-size: 13px; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(38px, 7vw, 104px); align-items: center; padding: clamp(56px, 9vw, 120px) 0 clamp(48px, 7vw, 92px); }.kicker, .section-label { margin: 0 0 16px; color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: .09em; }h1, h2, h3, p { margin-top: 0; }h1, h2, h3 { text-wrap: balance; }h1 { max-width: 660px; margin-bottom: 22px; font-size: clamp(42px, 5.5vw, 76px); line-height: 1.12; letter-spacing: -.035em; }h2 { margin: 0; font-size: clamp(32px, 4vw, 54px); line-height: 1.18; letter-spacing: -.035em; }h3 { margin-bottom: 8px; font-size: 19px; line-height: 1.35; }.hero-intro { max-width: 510px; margin-bottom: 27px; color: var(--ink-soft); font-size: 17px; text-wrap: pretty; }.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }.button { min-height: 48px; border: 1px solid var(--ink); display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 17px; font-weight: 700; font-size: 14px; transition: background-color .2s cubic-bezier(.16, 1, .3, 1), border-color .2s cubic-bezier(.16, 1, .3, 1), color .2s cubic-bezier(.16, 1, .3, 1); }.button-primary { background: var(--ink); color: white; }.text-link { color: var(--ink-soft); font-size: 14px; font-weight: 700; }.text-link span { margin-left: 5px; }.microcopy { margin: 24px 0 0; color: var(--ink-soft); font-size: 12px; }.hero-portrait { position: relative; margin: 0; min-height: 520px; overflow: hidden; background: var(--mint); }.hero-portrait img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }.hero-portrait figcaption { position: absolute; left: 0; bottom: 0; right: 0; margin: 0; padding: 16px 20px; color: white; background: oklch(0.19 0.03 190 / .82); font-size: 13px; }
.trust-bar { display: flex; justify-content: center; gap: 19px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 15px; color: var(--ink-soft); font-size: 13px; }.trust-bar p { margin: 0; }.trust-bar span { color: var(--teal); }.section { padding: clamp(70px, 10vw, 136px) 0; }.about-grid { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(44px, 10vw, 150px); align-items: start; }.lead { color: var(--ink); font-size: clamp(18px, 2vw, 24px); line-height: 1.55; }.about-grid > div > p:not(.lead), .section-heading > p, .contact-copy > p { color: var(--ink-soft); }.credentials { margin: 34px 0 0; border-top: 1px solid var(--line); }.credentials div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; }.credentials dt { color: var(--ink-soft); }.credentials dd { margin: 0; font-weight: 700; }
.credential-section { padding-bottom: clamp(72px, 10vw, 136px); }.credential-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 48px 0 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.credential-summary p { margin: 0; padding: 19px 20px; border-right: 1px solid var(--line); }.credential-summary p:first-child { padding-left: 0; }.credential-summary p:last-child { border-right: 0; }.credential-summary b, .credential-summary span { display: block; }.credential-summary b { font-size: 14px; }.credential-summary span { margin-top: 4px; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }.credential-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }.credential-item { grid-column: span 4; margin: 0; }.credential-item.credential-wide { grid-column: span 6; }.credential-item img { width: 100%; height: 250px; object-fit: cover; background: var(--mint); }.credential-item.credential-wide img { height: 310px; }.credential-item figcaption { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }.credential-item figcaption b { color: var(--ink); font-size: 13px; }.credential-item figcaption span { text-align: right; }
.care { background: var(--ink); color: white; width: 100%; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); }.care .section-label { color: oklch(0.76 0.1 190); }.care .section-heading { max-width: 770px; }.care-list { margin-top: clamp(40px, 6vw, 76px); border-top: 1px solid oklch(1 0 0 / .2); }.care-list article { display: grid; grid-template-columns: 64px minmax(200px, .75fr) 1fr; gap: 28px; align-items: baseline; padding: 25px 0; border-bottom: 1px solid oklch(1 0 0 / .2); }.care-list span { color: oklch(0.75 0.08 190); font-size: 13px; }.care-list h3 { margin: 0; }.care-list p { margin: 0; max-width: 420px; color: oklch(0.84 0.014 190); font-size: 14px; }.medical-note { margin: 28px 0 0; color: oklch(0.74 0.013 190); font-size: 12px; }
.split-heading { display: flex; justify-content: space-between; gap: 48px; align-items: end; }.split-heading > p { max-width: 400px; margin-bottom: 0; font-size: 15px; }.article-list { margin-top: 50px; border-top: 1px solid var(--line); }.article-item { display: grid; grid-template-columns: 110px 1fr auto; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }.article-item span { color: var(--ink-soft); font-size: 12px; }.article-item h3 { margin: 0; font-size: clamp(18px, 2vw, 23px); }.article-item i { font-style: normal; font-size: 22px; }
.contact { display: block; background: var(--mint); width: 100%; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); }.contact-copy { max-width: 680px; }.contact-copy > p { max-width: 460px; margin-top: 26px; }.contact-details { max-width: 620px; margin-top: 38px; }.contact-details > * { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; border-top: 1px solid oklch(0.75 0.025 190); background: transparent; color: var(--ink); text-align: left; }.contact-details > *:last-child { border-bottom: 1px solid oklch(0.75 0.025 190); }.contact-details a b { font-variant-numeric: tabular-nums; }.contact-details span { color: var(--ink-soft); font-size: 13px; }.contact-details b { font-size: 14px; }.site-footer { display: flex; justify-content: space-between; gap: 30px; padding: 30px 0 44px; color: var(--ink-soft); font-size: 12px; }.site-footer .brand { color: var(--ink); }.site-footer div > p { max-width: 490px; margin: 14px 0 0; }
@media (max-width: 800px) { .site-header { min-height: auto; padding: 16px 0; flex-wrap: wrap; }.site-nav { order: 3; width: 100%; justify-content: space-between; gap: 8px; font-size: 13px; }.header-action { margin-left: auto; }.hero, .about-grid, .contact { grid-template-columns: 1fr; }.hero { padding-top: 52px; }.hero-portrait, .hero-portrait img { min-height: 440px; }.care-list article { grid-template-columns: 40px 1fr; gap: 8px 18px; }.care-list p { grid-column: 2; }.split-heading, .site-footer { display: block; }.split-heading > p { margin-top: 22px; }.credential-summary { grid-template-columns: repeat(2, 1fr); }.credential-summary p:nth-child(2) { border-right: 0; }.credential-summary p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.credential-item, .credential-item.credential-wide { grid-column: span 6; }.credential-item img, .credential-item.credential-wide img { height: 240px; }.booking-form { margin-top: 10px; }.site-footer > p { margin-top: 24px; } }
@media (max-width: 520px) { .site-header, .hero, .section, .trust-bar, .site-footer { width: min(100% - 32px, var(--max)); }.site-nav a:nth-child(3) { display: none; }.hero h1 br, .profile h2 br, .credential-section h2 br, .care h2 br, .articles h2 br, .contact h2 br { display: none; }.hero-portrait, .hero-portrait img { min-height: 390px; }.trust-bar { gap: 9px; padding-left: 0; padding-right: 0; font-size: 11px; }.trust-bar span { display: none; }.trust-bar p + p::before { content: "·"; margin-right: 9px; color: var(--teal); }.credentials div { grid-template-columns: 1fr; gap: 3px; }.credential-summary { grid-template-columns: 1fr; margin-top: 34px; }.credential-summary p, .credential-summary p:first-child { padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }.credential-summary p:last-child { border-bottom: 0; }.credential-item, .credential-item.credential-wide { grid-column: span 12; }.credential-item img, .credential-item.credential-wide img { height: 220px; }.credential-item figcaption { display: block; }.credential-item figcaption span { display: block; margin-top: 2px; text-align: left; }.article-item { grid-template-columns: 1fr auto; gap: 6px 15px; }.article-item span { grid-column: 1 / -1; }.contact { width: 100%; }.button { width: 100%; }.text-link { width: 100%; }.hero-actions { gap: 18px; } }
@media (hover: hover) and (pointer: fine) { .site-nav a:hover, .text-link:hover { color: var(--teal); }.button-primary:hover { background: var(--teal); border-color: var(--teal); }.article-item { transition: color .2s cubic-bezier(.16, 1, .3, 1), transform .2s cubic-bezier(.16, 1, .3, 1); }.article-item:hover { color: var(--teal); padding-left: 0; transform: translateX(8px); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button, .article-item { transition: color .15s linear, background-color .15s linear, border-color .15s linear; }.article-item:hover { transform: none; } }

/* Institution, environment, and filing footer additions. */
.clinic { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(42px, 8vw, 124px); align-items: center; }.clinic-photo { min-height: 460px; overflow: hidden; background: var(--mint); }.clinic-photo img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }.clinic-copy { max-width: 500px; }.clinic-copy > p { margin: 24px 0 0; color: var(--ink-soft); font-size: 16px; }.footer-meta { display: grid; align-content: end; gap: 10px; text-align: right; }.footer-meta a { color: var(--teal-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }.footer-meta p { margin: 0; }
@media (max-width: 800px) { .site-nav { overflow-x: auto; }.hero, .about-grid, .clinic, .contact { grid-template-columns: 1fr; }.clinic-photo, .clinic-photo img { min-height: 380px; }.site-footer > .footer-meta { margin-top: 24px; text-align: left; } }
@media (max-width: 520px) { .site-nav a:nth-child(3) { display: inline-flex; }.clinic-photo, .clinic-photo img { min-height: 290px; }.clinic h2 br { display: none; } }
