:root {
  --paper: #faf8f3;
  --white: #fffefb;
  --ink: #253b34;
  --muted: #6a756e;
  --coral: #bb563a;
  --coral-dark: #913d2c;
  --coral-soft: #f4e2d6;
  --line: #dce0d6;
  --warm: #edf0e7;
  --sage: #edf0e7;
  --radius: 22px;
  --shadow: 0 14px 45px rgba(37, 59, 52, .055);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 124px; }
body {
  margin: 0;
  min-width: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Malgun Gothic", "Apple SD Gothic Neo", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: -.025em;
  -webkit-font-smoothing: antialiased;
}
body, p, a, dd, td, th { overflow-wrap: break-word; }
h1, h2, h3, h4, p, figure, dl { margin: 0; }
h1, h2, h3, h4 { word-break: keep-all; }
h2, h3, h4 { font-family: inherit; }
h2 { font-size: 34px; line-height: 1.48; letter-spacing: -.055em; font-weight: 700; }
h3 { font-size: 21px; line-height: 1.55; letter-spacing: -.04em; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
button, input, summary { font: inherit; }
button, summary { cursor: pointer; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
svg { flex-shrink: 0; max-width: 100%; }
.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; }
ul, ol { padding-left: 1.35em; }
::selection { background: #d8ddcb; color: var(--ink); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 5px; border-radius: 4px; }
.wrap { width: 100%; max-width: 1140px; padding-right: 24px; padding-left: 24px; margin-right: auto; margin-left: auto; }
main, section, article, aside, figure, .hero > *, .split > *, .doctor-grid > *, .visit-grid > *, .section-head > * { min-width: 0; }

.preview-strip {
  padding: 7px 20px;
  background: var(--warm);
  color: var(--ink);
  text-align: center;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: .015em;
}
.preview-strip span { margin-left: 10px; color: var(--muted); }
.site-header {
  position: sticky;
  top: 12px;
  z-index: 100;
  width: calc(100% - 40px);
  max-width: 1140px;
  margin: 17px auto 0;
  border: 1px solid rgba(220, 224, 214, .9);
  border-radius: 100px;
  background: rgba(255, 254, 251, .96);
  box-shadow: 0 8px 30px rgba(37, 59, 52, .06);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 76px; padding: 12px 25px; }
.header-row.wrap { max-width: none; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; font-size: 24px; line-height: 1.3; font-weight: 800; letter-spacing: -.055em; }
.brand::before { content: ""; width: 8px; height: 24px; border-radius: 8px 8px 2px 8px; background: var(--coral); transform: rotate(24deg); }
.brand-sub { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; font-weight: 400; letter-spacing: .035em; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 25px; min-width: 0; font-size: 13px; font-weight: 600; }
.main-nav a { padding: 8px 0; white-space: nowrap; transition: color .18s ease; }
.main-nav a:hover, .footer-links a:hover { color: var(--coral); }
.header-phone { display: inline-flex; align-items: center; justify-content: center; gap: 7px; flex-shrink: 0; padding: 10px 17px; border-radius: 50px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 700; white-space: nowrap; }
.header-phone:hover { background: #385548; }
.breadcrumb { padding-top: 36px; padding-bottom: 5px; color: var(--muted); font-size: 11px; letter-spacing: -.015em; }
.breadcrumb a { border-bottom: 1px solid transparent; }
.breadcrumb a:hover { border-bottom-color: currentColor; }
.breadcrumb span { margin: 0 7px; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 62px; min-height: 520px; padding-top: 32px; padding-bottom: 78px; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .14em; line-height: 1.6; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; flex-shrink: 0; }
.hero h1 { margin: 20px 0 15px; font-family: Batang, "바탕", Georgia, serif; font-size: 64px; font-weight: 400; line-height: 1.25; letter-spacing: -.065em; word-break: keep-all; }
.hero-tagline { color: var(--coral); font-size: 24px; line-height: 1.6; font-weight: 500; letter-spacing: -.04em; word-break: keep-all; }
.hero h1 { display: flex; flex-wrap: wrap; align-items: baseline; gap: 9px 12px; }
.hero h1 .clinic-specialty { color: var(--muted); font-family: "Malgun Gothic", "Apple SD Gothic Neo", system-ui, sans-serif; font-size: 14px; font-weight: 400; line-height: 1.6; letter-spacing: -.025em; white-space: nowrap; }
.hero-desc { max-width: 465px; margin-top: 21px; color: var(--muted); font-size: 15px; line-height: 1.95; word-break: keep-all; }
.hero-desc + .hero-desc { margin-top: 11px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px 22px; margin-top: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 48px; max-width: 100%; padding: 12px 23px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); color: var(--ink); font-size: 13px; line-height: 1.65; font-weight: 700; text-align: center; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.button.primary, .primary.button { border-color: var(--ink); background: var(--ink); color: #fff; }
.button:hover { border-color: #a9b1a0; background: var(--warm); transform: translateY(-1px); }
.button.primary:hover { border-color: #385548; background: #385548; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 7px 0; border-bottom: 1px solid currentColor; color: var(--coral); font-size: 13px; line-height: 1.5; font-weight: 600; }
.text-link:hover { color: var(--coral-dark); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 7px 15px; margin: 24px 0 0; padding: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.hero-facts span, .hero-facts li { list-style: none; }
.hero-facts span + span, .hero-facts li + li { border-left: 1px solid var(--line); padding-left: 15px; }
.hero-facts strong { color: var(--ink); font-weight: 600; }
.hero-photo { position: relative; align-self: stretch; min-height: 492px; margin: 0; border-radius: 120px 120px 24px 24px; overflow: hidden; background: var(--warm); box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; min-height: 492px; object-fit: cover; object-position: center; }
.photo-note { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 12px 17px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 10px; background: rgba(255, 254, 251, .93); color: #56665a; font-size: 11px; line-height: 1.6; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.photo-note span, .photo-note strong, .photo-note small { display: block; }
.photo-note span { color: var(--coral); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.photo-note strong { margin-top: 3px; color: var(--ink); font-size: 18px; font-weight: 600; }
.photo-note small { margin-top: 3px; color: var(--muted); font-size: 10px; }

.section { padding-top: 76px; padding-bottom: 76px; border-top: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; margin-bottom: 30px; }
.section-kicker { display: block; margin-bottom: 12px; color: var(--coral); font-size: 11px; font-weight: 700; line-height: 1.5; letter-spacing: .13em; }
.section-intro { max-width: 655px; }
.section-intro h2 { font-size: 34px; }
.section-intro p:not(.section-kicker), .section-head > p { margin-top: 14px; color: var(--muted); font-size: 14px; line-height: 1.9; word-break: keep-all; }
.section-head > p { max-width: 330px; }
.point-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.point-card { position: relative; min-width: 0; padding: 25px 23px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.point-number { display: block; margin-bottom: 23px; color: var(--coral); font-size: 12px; font-weight: 700; letter-spacing: .09em; }
.point-card h3 { margin-bottom: 13px; font-size: 20px; }
.point-card p { color: var(--muted); font-size: 13px; line-height: 1.9; word-break: keep-all; }
.source-link { display: inline-block; margin-top: 20px; padding-bottom: 2px; border-bottom: 1px solid #c8d0bf; color: var(--coral); font-size: 11px; line-height: 1.7; }
.source-link:hover { border-bottom-color: var(--coral); }

.doctor-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: 64px; }
.portrait { margin: 0; border: 1px solid var(--line); border-radius: 26px; background: var(--sage); overflow: hidden; }
.portrait img { width: 100%; height: 480px; object-fit: contain; object-position: center bottom; }
.portrait-caption { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 7px 18px; padding: 17px 23px; border-top: 1px solid var(--line); background: var(--white); color: var(--muted); font-size: 12px; }
.portrait-caption strong { color: var(--ink); font-size: 18px; font-weight: 700; }
.portrait-caption > span { color: var(--coral); font-size: 9px; letter-spacing: .08em; }
.portrait-caption a { color: var(--coral); font-size: 11px; text-decoration: underline; }
.doctor-copy > p { margin-top: 19px; color: var(--muted); font-size: 14px; line-height: 1.95; word-break: keep-all; }
.doctor-copy .section-kicker { margin-top: 0; color: var(--coral); font-size: 11px; }
.doctor-copy > .text-link, .feature-copy > .text-link { margin-top: 19px; }
.care-steps { display: grid; gap: 0; margin-top: 25px; }
.care-step { display: grid; grid-template-columns: 33px minmax(0, 1fr); gap: 14px; padding: 19px 0; border-top: 1px solid var(--line); }
.step-no { display: inline-flex; justify-content: center; align-items: center; align-self: start; width: 31px; height: 31px; margin-top: 2px; border-radius: 50%; background: var(--coral-soft); color: var(--coral); font-size: 11px; font-weight: 700; }
.care-step h3 { font-size: 17px; line-height: 1.65; }
.care-step p { margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.85; word-break: keep-all; }

.pigment-band { background: var(--warm); border-top-color: var(--warm); }
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: 66px; }
.feature-copy > p { margin-top: 19px; color: var(--muted); font-size: 14px; line-height: 1.95; word-break: keep-all; }
.feature-copy .section-kicker { margin-top: 0; color: var(--coral); font-size: 11px; }
.focus-card { padding: 33px 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.focus-card + .focus-card { margin-top: 15px; }
.focus-card h3 { margin-bottom: 14px; font-size: 22px; }
.focus-card p { color: var(--muted); font-size: 13px; line-height: 1.95; word-break: keep-all; }
.focus-card ul, .focus-card ol { margin-top: 15px; margin-bottom: 0; color: var(--muted); font-size: 13px; }
.focus-card li + li { margin-top: 8px; }
.focus-card p.eyebrow { margin-bottom: 17px; color: var(--coral); font-size: 10px; }
.focus-card ul { list-style: none; padding: 0; }
.focus-card ul li { padding-top: 13px; border-top: 1px solid var(--line); }
.focus-card li strong, .focus-card li span { display: block; }
.focus-card li strong { margin-bottom: 3px; color: var(--ink); font-weight: 600; }
.space-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.space-photo { min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.space-photo img { width: 100%; height: 310px; object-fit: cover; object-position: center; }
.space-photo figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; padding: 16px 20px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.space-photo figcaption strong { color: var(--ink); font-weight: 600; }

.care-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.care-card { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 29px 27px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.care-icon { display: inline-flex; justify-content: center; align-items: center; min-width: 43px; height: 43px; margin-bottom: 24px; padding: 0 9px; border-radius: 12px; background: var(--coral-soft); color: var(--coral); font-size: 18px; font-weight: 500; }
.care-card h3 { margin-bottom: 12px; font-size: 22px; }
.care-card p { color: var(--muted); font-size: 13px; line-height: 1.95; word-break: keep-all; }
.care-card > a { margin-top: auto; padding-top: 22px; color: var(--coral); font-size: 12px; text-decoration: underline; }
.care-card .source-link { margin-top: auto; padding-top: 22px; }

.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.faq-card { position: relative; min-width: 0; padding: 28px 29px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); transition: border-color .18s ease, box-shadow .18s ease; }
.faq-card:hover { border-color: #a9b1a0; box-shadow: 0 9px 28px rgba(37, 59, 52, .035); }
.faq-number { display: block; margin-bottom: 12px; color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.faq-card h3 { padding-right: 4px; margin-bottom: 13px; font-size: 21px; line-height: 1.65; }
.faq-card p { color: var(--muted); font-size: 13px; line-height: 1.95; word-break: keep-all; }
.faq-more { display: inline-flex; align-items: center; gap: 13px; margin-top: 19px; color: var(--coral); font-size: 12px; line-height: 1.7; font-weight: 600; }
.faq-more:hover { text-decoration: underline; }
.faq-detail { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.faq-detail summary, .faq-detail details summary { color: var(--coral); font-size: 12px; font-weight: 600; }
.faq-detail p { margin-top: 12px; font-size: 12px; }
.faq-detail a { color: var(--coral); text-decoration: underline; }
details > summary { list-style-position: outside; margin-left: 1.15em; }
details[open] > summary { margin-bottom: 12px; }

.column-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.column-card { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 29px 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--sage); }
.column-type { display: block; margin-bottom: 25px; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .09em; }
.column-card h3 { margin-bottom: 13px; font-size: 20px; line-height: 1.7; }
.column-card p:not(.column-type) { margin-bottom: 25px; color: var(--muted); font-size: 13px; line-height: 1.9; word-break: keep-all; }
.column-link { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; padding-bottom: 3px; border-bottom: 1px solid #c8d0bf; color: var(--coral); font-size: 12px; font-weight: 600; }
.column-link:hover { border-bottom-color: var(--coral); }
.review-banner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 22px 35px; margin-top: 36px; padding: 27px 32px; border: 1px solid var(--line); border-radius: 18px; background: var(--sage); }
.review-banner > div { flex: 1 1 340px; min-width: 0; }
.review-banner h3 { font-size: 20px; }
.review-banner h2 { font-size: 24px; line-height: 1.6; }
.review-banner p { margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.85; word-break: keep-all; }
.review-banner .section-kicker { margin-top: 0; margin-bottom: 8px; color: var(--coral); font-size: 10px; }
.review-banner .button { flex-shrink: 0; margin-top: 0; }
.review-banner .button:not(.primary) { background: var(--white); }

.visit-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; align-items: stretch; }
.visit-card { min-width: 0; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.visit-card h3 { margin-bottom: 23px; font-size: 24px; }
.visit-card > p { margin-top: 13px; color: var(--muted); font-size: 12px; line-height: 1.85; word-break: keep-all; }
.visit-card > .eyebrow { margin-top: 0; margin-bottom: 15px; color: var(--coral); font-size: 10px; }
.visit-note { margin-top: 15px; color: var(--muted); font-size: 12px; line-height: 1.85; }
.visit-card > .text-link { margin-top: 18px; }
.visit-card dl { margin: 0; }
.visit-card dl > div { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.85; }
.visit-card dl > div:first-child { padding-top: 0; }
.visit-card dt { color: var(--muted); }
.visit-card dd { margin: 0; color: var(--ink); word-break: keep-all; }
.visit-card dd a { color: var(--coral); }
.hours-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 13px; line-height: 1.85; }
.hours-table th, .hours-table td { padding: 12px 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.hours-table th { width: 43%; padding-right: 14px; color: var(--muted); font-weight: 400; }
.hours-table td { color: var(--ink); }
.hours-table tr:first-child th, .hours-table tr:first-child td { padding-top: 0; }
.hours-table small { display: block; color: var(--muted); font-size: 11px; }
.visit-links { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px; margin-top: 25px; }
.visit-links .button { min-height: 43px; padding: 10px 17px; font-size: 12px; }
.visit-links a:not(.button) { color: var(--coral); font-size: 12px; text-decoration: underline; }

.footer { padding: 39px 0 35px; border-top: 1px solid var(--line); background: var(--paper); }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 28px; }
.footer-brand { color: var(--ink); font-size: 22px; font-weight: 800; line-height: 1.5; letter-spacing: -.055em; }
.footer-brand span { color: var(--muted); font-size: 13px; font-weight: 400; }
.footer p { margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.9; word-break: keep-all; }
.footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 24px; padding-top: 7px; font-size: 12px; }
.editorial-note { margin-top: 26px; padding-top: 21px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.9; }
.editorial-note details { max-width: 810px; }
.editorial-note summary { color: #56665a; font-size: 11px; }
.editorial-note p { margin-top: 9px; }
.editorial-note a { text-decoration: underline; }
.mobile-actions { display: none; }

@media (min-width: 1500px) {
  .hero { gap: 70px; padding-top: 43px; padding-bottom: 90px; }
  .hero-photo, .hero-photo img { min-height: 525px; }
}

@media (max-width: 1000px) {
  .header-row { gap: 18px; padding-right: 21px; padding-left: 21px; }
  .main-nav { gap: 17px; font-size: 12px; }
  .header-phone { padding: 9px 13px; font-size: 12px; }
  .brand { font-size: 21px; }
  .hero { gap: 35px; padding-bottom: 62px; }
  .hero h1 { font-size: 55px; }
  .hero-tagline { font-size: 21px; }
  .hero-photo, .hero-photo img { min-height: 440px; }
  .hero-photo { border-radius: 92px 92px 22px 22px; }
  .point-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .point-card { padding: 25px; }
  .point-number { margin-bottom: 16px; }
  .doctor-grid, .split { gap: 36px; }
  .portrait img { height: 430px; }
  .care-grid, .column-grid { gap: 15px; }
  .care-card, .column-card { padding: 24px 21px; }
  .section-intro h2, h2 { font-size: 30px; }
  .space-photo img { height: 265px; }
  .visit-card { padding: 26px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 142px; }
  .site-header { top: 8px; width: calc(100% - 24px); margin-top: 12px; border-radius: 22px; }
  .header-row { flex-wrap: wrap; gap: 8px; min-height: 0; padding: 15px 18px 8px; }
  .brand { font-size: 22px; }
  .brand-sub { display: inline; margin-left: 8px; font-size: 10px; }
  .header-phone { display: none; }
  .main-nav { order: 2; flex: 0 0 100%; width: 100%; max-width: 100%; justify-content: flex-start; gap: 24px; padding: 0 2px 3px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: #c8d0bf transparent; }
  .main-nav a { flex-shrink: 0; padding-top: 9px; padding-bottom: 8px; font-size: 12px; }
  .main-nav::-webkit-scrollbar { height: 3px; }
  .main-nav::-webkit-scrollbar-thumb { border-radius: 3px; background: #c8d0bf; }
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 31px; min-height: 0; padding-top: 25px; padding-bottom: 48px; }
  .hero h1 { font-size: 42px; line-height: 1.3; }
  .hero-desc { max-width: 580px; font-size: 14px; }
  .hero-photo { min-height: 380px; max-height: 480px; border-radius: 80px 80px 20px 20px; }
  .hero-photo img { height: 420px; min-height: 380px; }
  .section { padding-top: 49px; padding-bottom: 49px; }
  .section-head { display: block; margin-bottom: 25px; }
  .section-head > p { max-width: none; margin-top: 16px; }
  .doctor-grid, .split, .space-grid, .care-grid, .faq-grid, .column-grid, .visit-grid { grid-template-columns: minmax(0, 1fr); }
  .doctor-grid, .split { gap: 30px; }
  .portrait { width: 100%; max-width: 480px; margin-right: auto; margin-left: auto; }
  .portrait img { height: 410px; }
  .space-grid { gap: 20px; }
  .space-photo img { height: 310px; }
  .care-card { padding: 26px; }
  .care-icon { margin-bottom: 18px; }
  .faq-card { padding: 25px 27px; }
  .column-card { padding: 26px; }
  .column-type { margin-bottom: 17px; }
  .column-card p:not(.column-type) { margin-bottom: 20px; }
  .review-banner { align-items: flex-start; gap: 18px; margin-top: 27px; padding: 24px; }
  .review-banner > div { flex-basis: 100%; }
  .visit-grid { gap: 20px; }
  .footer { padding-top: 31px; padding-bottom: 28px; }
  .footer-top { flex-direction: column; gap: 17px; }
  .footer-links { padding-top: 0; }
  .mobile-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 110; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 11px 18px calc(11px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255, 254, 251, .97); box-shadow: 0 -5px 24px rgba(37, 59, 52, .045); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
  .mobile-actions a, .mobile-actions button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 0; min-height: 47px; margin: 0; padding: 10px 12px; border: 1px solid var(--coral); border-radius: 9px; background: var(--white); color: var(--coral); font-size: 13px; font-weight: 700; text-align: center; }
  .mobile-actions .primary, .mobile-actions a:last-child { background: var(--ink); color: #fff; }
}

@media (max-width: 480px) {
  .main-nav { gap: 10px; justify-content: space-between; scrollbar-width: none; }
  .main-nav a { font-size: 11px; }
  .main-nav::-webkit-scrollbar { display: none; }
  .wrap { padding-right: 24px; padding-left: 24px; }
  .preview-strip { font-size: 10px; padding: 6px 12px; }
  .preview-strip span { margin-left: 6px; }
  .brand-sub { display: block; margin: 3px 0 0; }
  .breadcrumb { padding-top: 25px; font-size: 10px; }
  .hero { gap: 28px; padding-top: 21px; }
  .eyebrow { font-size: 10px; letter-spacing: .08em; }
  .hero h1 { margin-top: 17px; margin-bottom: 12px; font-size: 42px; }
  .hero-tagline { font-size: 20px; }
  .hero-desc { margin-top: 18px; font-size: 13px; line-height: 1.95; }
  .actions { gap: 12px 18px; margin-top: 23px; }
  .button { padding: 12px 18px; font-size: 12px; }
  .text-link { font-size: 12px; }
  .hero-facts { gap: 7px 10px; margin-top: 20px; font-size: 10px; }
  .hero-facts span + span, .hero-facts li + li { padding-left: 10px; }
  .hero-photo { min-height: 330px; max-height: 390px; border-radius: 65px 65px 18px 18px; }
  .hero-photo img { height: 365px; min-height: 330px; }
  .photo-note { right: 14px; bottom: 14px; left: 14px; padding: 10px 13px; font-size: 10px; }
  h2, .section-intro h2 { font-size: 27px; line-height: 1.55; }
  .section-kicker { font-size: 10px; margin-bottom: 10px; }
  .section-intro p:not(.section-kicker), .section-head > p { font-size: 13px; }
  .point-grid { grid-template-columns: minmax(0, 1fr); gap: 13px; }
  .point-card { padding: 23px 24px; border-radius: 18px; }
  .point-number { margin-bottom: 12px; }
  .point-card h3 { font-size: 20px; margin-bottom: 9px; }
  .point-card p { font-size: 13px; }
  .portrait img { height: 365px; }
  .portrait-caption { padding: 14px 19px; font-size: 11px; }
  .portrait-caption strong { font-size: 17px; }
  .doctor-copy > p, .feature-copy > p { font-size: 13px; }
  .doctor-copy .section-kicker, .feature-copy .section-kicker { font-size: 10px; }
  .care-step { grid-template-columns: 30px minmax(0, 1fr); gap: 12px; padding: 17px 0; }
  .step-no { width: 28px; height: 28px; }
  .care-step h3 { font-size: 16px; }
  .care-step p { font-size: 12px; }
  .focus-card { padding: 25px 23px; }
  .focus-card h3 { font-size: 21px; }
  .space-photo img { height: 225px; }
  .space-photo figcaption { padding: 13px 17px; font-size: 11px; }
  .care-card, .faq-card, .column-card { padding: 24px; border-radius: 18px; }
  .care-card h3 { font-size: 21px; }
  .faq-card h3 { font-size: 19px; line-height: 1.7; }
  .faq-card p { font-size: 13px; }
  .review-banner { padding: 23px; }
  .review-banner h3 { font-size: 19px; }
  .review-banner h2 { font-size: 22px; }
  .visit-card { padding: 25px 23px; border-radius: 18px; }
  .visit-card h3 { margin-bottom: 20px; font-size: 23px; }
  .visit-card dl > div { grid-template-columns: 53px minmax(0, 1fr); gap: 12px; font-size: 12px; }
  .hours-table { font-size: 12px; }
  .hours-table th { width: 41%; }
  .footer-links { gap: 12px 19px; font-size: 11px; }
  .editorial-note { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .button:hover { transform: none; }
}

@media print {
  body { padding-bottom: 0; background: #fff; color: #000; }
  .preview-strip, .site-header, .mobile-actions, .main-nav { display: none !important; }
  .wrap { max-width: none; padding: 0; }
  .breadcrumb { padding-top: 0; }
  .hero { padding-top: 20px; padding-bottom: 30px; }
  .section { padding-top: 28px; padding-bottom: 28px; }
  .hero-photo, .hero-photo img { min-height: 300px; height: 300px; }
  .point-card, .faq-card, .care-card, .column-card, .visit-card, .portrait, .space-photo { break-inside: avoid; box-shadow: none; }
  .footer { background: #fff; }
  a { text-decoration: underline; }
}
