/*
Theme Name: Hana Dental Heritage
Theme URI: https://hanadental.co.kr
Author: Hana Dental Clinic
Description: 1987년부터 이어진 하나치과의 가족 진료와 전문성을 담은 국문·영문 통합 에디토리얼 테마.
Version: 2.4.1
License: GNU General Public License v2 or later
Text Domain: hanadental-heritage
*/

@font-face {
  font-family: "MaruBuri";
  src: url("assets/fonts/MaruBuri.woff2") format("woff2");
  font-display: swap;
  font-weight: 400 700;
}

@font-face {
  font-family: "SUIT";
  src: url("assets/fonts/SUIT-Variable.woff2") format("woff2-variations");
  font-display: swap;
  font-weight: 100 900;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/IBMPlexMono-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}

:root {
  --ink: #1c1c18;
  --copy: #55564d;
  --paper: #f8f6f0;
  --surface: #f1eee4;
  --warm-white: #ffffff;
  --olive: #6f9636;
  --olive-deep: #446b1d;
  --sage: #e9f0dc;
  --stone: #8a8a7e;
  --line: rgba(28, 28, 24, 0.14);
  --serif: "MaruBuri", "Iowan Old Style", serif;
  --sans: "SUIT", "Apple SD Gothic Neo", sans-serif;
  --mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure, p, h1, h2, h3, dl, dd, ol { margin: 0; }
button, input, summary { font: inherit; }
::selection { background: var(--olive); color: white; }

.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 100;
  padding: 10px 16px; background: white; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative; z-index: 20; height: 86px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 clamp(24px, 4vw, 72px); color: white; background: var(--ink);
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.wordmark { display: inline-flex; flex-direction: column; width: max-content; line-height: 1; }
.wordmark span { font-family: var(--serif); font-size: 23px; letter-spacing: -.04em; }
.wordmark small { margin-top: 8px; font-family: var(--mono); font-size: 8px; letter-spacing: .12em; }
.brand-logo { width: 196px; display: inline-flex; align-items: center; }
.brand-logo img { width: 100%; height: auto; object-fit: contain; }
.desktop-nav { display: flex; gap: clamp(24px, 3vw, 48px); font-size: 18.2px; font-weight: 600; }
.is-korean .desktop-nav { gap: clamp(16px, 1.8vw, 28px); font-size: 16.8px; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: white; transition: right .3s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-nav a[aria-current="page"]::after { right: 0; }
.header-cta { justify-self: end; display: flex; align-items: center; gap: 14px; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; }
.header-cta span { font-size: 15px; }
.mobile-nav { display: none; }
.mobile-nav a[aria-current="page"] { color: var(--olive-deep); }

.hero { min-height: 720px; height: min(840px, calc(100svh - 86px)); display: grid; grid-template-columns: 61% 39%; background: var(--ink); color: white; }
.hero-copy { padding: clamp(72px, 8vw, 126px) clamp(30px, 4.5vw, 72px) 46px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { font-family: var(--mono); font-size: 10px; line-height: 1.3; letter-spacing: .13em; text-transform: uppercase; }
.hero-eyebrow { color: var(--sage); margin-bottom: 28px; animation: fade-up .8s .15s both; }
.hero h1 { font-family: var(--serif); font-size: clamp(48px, 4.5vw, 72px); font-weight: 400; line-height: 1.19; letter-spacing: -.055em; animation: fade-up .9s .25s both; }
.hero-lead { max-width: 540px; margin-top: 30px; color: rgba(255,255,255,.68); font-size: clamp(15px, 1.2vw, 18px); animation: fade-up .9s .4s both; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; animation: fade-up .9s .52s both; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 22px; font-family: var(--mono); font-size: 11px; letter-spacing: .04em; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { background: var(--paper); color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 14px; width: max-content; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 650; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(2px, -2px); }
.text-link.light { color: rgba(255,255,255,.78); border-color: rgba(255,255,255,.35); }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: auto; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.18); animation: fade-up .9s .65s both; }
.hero-facts dt { font-family: var(--mono); font-size: 8px; letter-spacing: .12em; color: rgba(255,255,255,.43); }
.hero-facts dd { margin-top: 6px; font-family: var(--sans); font-size: 14px; font-weight: 650; letter-spacing: -.02em; }
.hero-portrait { position: relative; min-width: 0; overflow: hidden; background: #edeaec; }
.family-photo { position: absolute; inset: 0; overflow: hidden; animation: image-reveal 1.15s .15s both; }
.family-photo img { object-position: 49% center; filter: saturate(.76) contrast(.98); transform: scale(1.012); }
.hero-photo-caption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 20px; padding: 17px clamp(18px,2.4vw,34px); background: rgba(28,28,24,.88); color: rgba(255,255,255,.72); font-family: var(--mono); font-size: 8px; letter-spacing: .11em; animation: fade-up .8s .75s both; }

.continuum { min-height: 170px; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; gap: 20px; align-items: center; padding: 46px clamp(24px, 6vw, 96px) 36px; background: var(--warm-white); border-bottom: 1px solid var(--line); }
.continuum .year { font-family: var(--mono); font-size: 12px; letter-spacing: .06em; }
.continuum-track { position: relative; height: 1px; background: rgba(17,24,23,.18); }
.track-fill { display: block; width: 100%; height: 100%; transform-origin: left; background: var(--olive); animation: line-draw 1.6s .8s cubic-bezier(.2,.7,.2,1) both; }
.track-dot { position: absolute; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--olive); transform: translate(-50%,-50%); }
.start-dot { left: 0; }.end-dot { left: 100%; }
.continuum p { grid-column: 2; font-family: var(--serif); font-size: clamp(16px, 1.5vw, 22px); color: #58625d; text-align: center; }

/* 1987 archive — a single, editorial scroll story rather than a decorative timeline. */
.heritage-scroll {
  position: relative;
  overflow: clip;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.heritage-scroll__stage {
  width: min(100%, 1600px);
  min-height: 800px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(390px, 42%) minmax(0, 58%);
}
.heritage-scroll__panel {
  position: relative;
  z-index: 3;
  min-width: 0;
  padding: clamp(64px, 6vw, 96px) clamp(28px, 5vw, 80px);
  overflow: hidden;
  background: var(--surface);
}
.heritage-scroll__mast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(28, 28, 24, .24);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .09em;
}
.heritage-scroll__mast .eyebrow { font-size: inherit; }
.heritage-scroll__chapters {
  display: grid;
  gap: clamp(76px, 8vw, 120px);
  margin-top: clamp(86px, 9vw, 138px);
}
.heritage-scroll__chapter { max-width: 560px; }
.heritage-scroll__chapter-no {
  margin-bottom: 22px;
  color: var(--olive-deep);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
}
.heritage-scroll__chapter h2 {
  font-family: var(--serif);
  font-size: clamp(40px, 4.2vw, 68px);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -.055em;
}
.heritage-scroll.is-english .heritage-scroll__chapter h2 {
  font-size: clamp(38px, 3.8vw, 62px);
  line-height: 1.16;
  letter-spacing: -.045em;
}
.heritage-scroll__chapter > p:last-child {
  max-width: 500px;
  margin-top: 28px;
  color: var(--copy);
  font-size: 15px;
  line-height: 1.8;
}
.heritage-scroll__years { display: none; }
.heritage-scroll__frame {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  grid-template-rows: repeat(2, minmax(390px, 1fr));
  background: #d9d7cf;
}
.heritage-scroll__photo {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #d9d7cf;
}
.heritage-scroll__photo img { transform-origin: 50% 50%; }
.heritage-scroll__photo.is-opening img {
  object-position: center 42%;
  filter: saturate(.62) contrast(1.04) sepia(.04);
}
.heritage-scroll__photo.is-current img {
  object-position: 49% center;
  filter: saturate(.74) contrast(.99);
}
.heritage-scroll__photo figcaption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 13px 18px;
  background: rgba(28, 28, 24, .82);
  color: rgba(255, 255, 255, .72);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
}
.heritage-scroll__line,
.heritage-scroll__hint { display: none; }

/* JS only opts large, motion-enabled screens into the pinned version. */
.heritage-scroll.is-motion-ready .heritage-scroll__stage {
  width: 100%;
  height: 100svh;
  min-height: 720px;
  max-height: 1080px;
  overflow: hidden;
}
.heritage-scroll.is-motion-ready .heritage-scroll__panel { display: flex; flex-direction: column; }
.heritage-scroll.is-motion-ready .heritage-scroll__chapters {
  flex: 1;
  display: grid;
  align-items: center;
  margin-top: 0;
}
.heritage-scroll.is-motion-ready .heritage-scroll__chapter { grid-area: 1 / 1; }
.heritage-scroll.is-motion-ready .heritage-scroll__chapter.is-continuity { opacity: 0; visibility: hidden; }
.heritage-scroll.is-motion-ready .heritage-scroll__years {
  position: absolute;
  z-index: -1;
  right: clamp(-18px, -1vw, -8px);
  bottom: clamp(20px, 3.5vw, 56px);
  display: grid;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(124px, 15vw, 248px);
  font-variant-numeric: lining-nums;
  line-height: .72;
  letter-spacing: -.08em;
  opacity: .055;
  pointer-events: none;
}
.heritage-scroll.is-motion-ready .heritage-scroll__years span { grid-area: 1 / 1; }
.heritage-scroll.is-motion-ready .heritage-scroll__years [data-heritage-year="now"] { opacity: 0; }
.heritage-scroll.is-motion-ready .heritage-scroll__frame { display: block; }
.heritage-scroll.is-motion-ready .heritage-scroll__photo { position: absolute; inset: 0; }
.heritage-scroll.is-motion-ready .heritage-scroll__photo.is-opening { z-index: 1; }
.heritage-scroll.is-motion-ready .heritage-scroll__photo.is-current {
  z-index: 2;
  clip-path: inset(0 0 0 100%);
}
.heritage-scroll.is-motion-ready .heritage-scroll__line {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: clamp(18px, 3.5vh, 42px);
  left: 0;
  display: block;
  width: 100%;
  height: clamp(120px, 17vh, 220px);
  overflow: visible;
  pointer-events: none;
}
.heritage-scroll__line path {
  fill: none;
  stroke: var(--olive-deep);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}
.heritage-scroll.is-motion-ready .heritage-scroll__hint {
  position: absolute;
  z-index: 7;
  right: clamp(24px, 4vw, 64px);
  bottom: clamp(35px, 5.5vh, 64px);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 13px;
  background: rgba(248, 246, 240, .82);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
  backdrop-filter: blur(8px);
}
.heritage-scroll__hint span { color: var(--olive-deep); font-size: 13px; }

@media (max-width: 860px) {
  .heritage-scroll { overflow: hidden; }
  .heritage-scroll__stage { min-height: 0; grid-template-columns: 1fr; }
  .heritage-scroll__panel { padding: 72px 20px 82px; }
  .heritage-scroll__mast { font-size: 8px; }
  .heritage-scroll__chapters { gap: 64px; margin-top: 68px; }
  .heritage-scroll__chapter + .heritage-scroll__chapter { padding-top: 58px; border-top: 1px solid var(--line); }
  .heritage-scroll__chapter h2 { font-size: clamp(36px, 10.2vw, 51px); }
  .heritage-scroll.is-english .heritage-scroll__chapter h2 { font-size: clamp(34px, 9.4vw, 48px); }
  .heritage-scroll__chapter > p:last-child { margin-top: 22px; font-size: 14px; }
  .heritage-scroll__frame { grid-template-rows: none; grid-template-columns: 1fr; }
  .heritage-scroll__photo { aspect-ratio: 1.18; }
  .heritage-scroll__photo.is-opening img { object-position: center; }
}

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

.section-shell { padding: clamp(96px, 11vw, 170px) clamp(24px, 6vw, 96px); }
.section-label { display: grid; grid-template-columns: 36px 1fr; gap: 20px; align-items: center; }
.section-label::before { content: ""; width: 36px; height: 2px; background: var(--olive); }
.section-label p { padding-top: 1px; font-family: var(--mono); font-size: 9px; letter-spacing: .13em; }
.manifesto { display: grid; grid-template-columns: 21% 1fr; background: var(--paper); }
.manifesto-copy { max-width: 980px; }
.manifesto-copy > .eyebrow { color: var(--olive); margin-bottom: 22px; }
.manifesto h2, .precision-copy h2, .doctor-intro h2, .journal h2, .heritage h2, .contact h2 { font-family: var(--serif); font-size: clamp(38px, 4.25vw, 68px); font-weight: 400; line-height: 1.28; letter-spacing: -.052em; }
.manifesto-detail { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(32px, 5vw, 86px); max-width: 770px; margin-top: 58px; margin-left: auto; color: var(--copy); font-size: 15px; }

.care { padding-top: 0; display: grid; grid-template-columns: 21% 1fr; }
.care-list { display: flex; flex-direction: column; gap: clamp(110px, 14vw, 210px); }
.care-feature { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); gap: clamp(40px, 7vw, 110px); align-items: center; }
.care-feature.reverse { grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); }
.care-feature.reverse .care-visual { order: 2; }
.care-visual { position: relative; aspect-ratio: 1.2; overflow: hidden; background: #d8dbd4; }
.care-visual img { transition: transform .9s cubic-bezier(.2,.65,.2,1); }
.care-feature:hover .care-visual img { transform: scale(1.025); }
.laminate-visual img { filter: saturate(.78) contrast(1.02); }
.implant-visual img { filter: saturate(.7); }
.gum-visual img { filter: saturate(.7) contrast(1.04); }
.image-index { position: absolute; top: 14px; right: 14px; padding: 7px 10px; background: rgba(248,246,240,.9); color: var(--ink); font-family: var(--mono); font-size: 8px; letter-spacing: .05em; }
.care-copy { max-width: 440px; }
.care-copy .eyebrow { margin-bottom: 20px; color: var(--olive); }
.care-copy h3 { font-family: var(--serif); font-size: clamp(42px, 4.5vw, 70px); font-weight: 400; line-height: 1.1; letter-spacing: -.06em; }
.care-kicker { margin: 24px 0 16px; font-family: var(--serif); font-size: clamp(19px, 1.7vw, 25px); }
.care-copy > p:not(.eyebrow,.care-kicker) { max-width: 410px; color: var(--copy); font-size: 15px; }
.care-copy .text-link { margin-top: 32px; }

.precision-band { display: grid; grid-template-columns: 43% 57%; min-height: 760px; background: var(--sage); }
.precision-image { position: relative; margin: clamp(28px,4vw,64px) 0 clamp(28px,4vw,64px) clamp(28px,4vw,64px); overflow: hidden; }
.precision-image img { object-position: center 60%; filter: saturate(.55) contrast(1.05); }
.precision-copy { padding: clamp(80px, 10vw, 160px) clamp(36px, 9vw, 140px); align-self: center; }
.precision-copy .eyebrow { margin-bottom: 24px; }
.precision-copy > p:not(.eyebrow) { max-width: 560px; margin-top: 38px; font-size: 15px; color: var(--copy); }
.precision-specs { margin-top: 58px; border-top: 1px solid rgba(17,24,23,.25); }
.precision-specs div { display: grid; grid-template-columns: 44% 1fr; padding: 15px 0; border-bottom: 1px solid rgba(17,24,23,.2); }
.precision-specs dt, .precision-specs dd { font-family: var(--mono); font-size: 9px; letter-spacing: .06em; }

.doctors { display: grid; grid-template-columns: 21% 1fr; background: var(--warm-white); }
.doctor-intro .eyebrow { margin-bottom: 22px; color: var(--olive); }
.doctor-grid { grid-column: 2; display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(18px, 2.4vw, 38px); margin-top: 90px; align-items: start; }
.doctor-card figure { overflow: hidden; background: var(--paper); }
.doctor-card figure img { filter: saturate(.62); transition: transform .8s ease, filter .5s ease; }
.doctor-card:hover figure img { transform: scale(1.02); filter: saturate(.82); }
.doctor-card > div { padding-top: 20px; border-top: 1px solid var(--ink); margin-top: 12px; }
.doctor-card h3 { margin-top: 9px; font-family: var(--serif); font-size: clamp(26px, 2.3vw, 36px); font-weight: 400; letter-spacing: -.04em; }
.doctor-card h3 small { font-family: var(--sans); font-size: 12px; font-weight: 500; }
.doctor-card > div > p:last-child { margin-top: 8px; color: var(--copy); font-size: 13px; line-height: 1.6; }
.doctor-no { font-family: var(--mono); font-size: 8px; letter-spacing: .08em; color: var(--olive); }
.founder-doctor { grid-column: 1 / 5; padding-top: 76px; }
.center-doctor { grid-column: 5 / 9; }
.next-doctor { grid-column: 9 / 13; padding-top: 128px; }
.doctor-card figure { aspect-ratio: .73; }
.doctor-card figure img { object-position: center 22%; }

.journal { padding: clamp(100px, 11vw, 170px) clamp(24px, 6vw, 96px); background: var(--ink); color: white; }
.journal-heading { display: grid; grid-template-columns: 1fr minmax(260px, 390px); gap: 60px; align-items: end; }
.journal-heading .eyebrow { color: var(--sage); margin-bottom: 22px; }
.journal-heading > p { color: rgba(255,255,255,.55); font-size: 14px; }
.journal-feature { display: grid; grid-template-columns: 64% 36%; margin-top: 74px; border-top: 1px solid rgba(255,255,255,.2); }
.journal-feature figure { padding: 34px 34px 0 0; border-right: 1px solid rgba(255,255,255,.2); }
.journal-feature figure img { aspect-ratio: 1; object-fit: cover; filter: saturate(.72); }
.journal-feature figcaption { margin-top: 12px; color: rgba(255,255,255,.38); font-size: 10px; }
.journal-copy { padding: 48px 0 0 clamp(32px, 5vw, 76px); }
.case-id { font-family: var(--mono); font-size: 9px; color: var(--sage); }
.journal-copy h3 { margin-top: 20px; font-family: var(--serif); font-size: clamp(32px, 3vw, 48px); font-weight: 400; }
.journal-copy > p:not(.case-id) { margin-top: 22px; color: rgba(255,255,255,.57); font-size: 14px; }
.journal-copy dl { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.16); }
.journal-copy dl div { display: grid; grid-template-columns: 35% 1fr; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.journal-copy dt { font-family: var(--mono); font-size: 8px; color: rgba(255,255,255,.45); }
.journal-copy dd { font-size: 12px; }
.journal-copy .text-link { margin-top: 34px; }

.heritage { display: grid; grid-template-columns: 21% 1fr; }
.heritage-grid { display: grid; grid-template-columns: 1fr .83fr; gap: 44px clamp(40px, 7vw, 112px); }
.heritage-copy .eyebrow { margin-bottom: 20px; color: var(--olive); }
.heritage-copy > p:last-child { max-width: 560px; margin-top: 38px; color: var(--copy); }
.team-photo { grid-column: 2; grid-row: 1 / span 2; min-height: 600px; }
.team-photo img { filter: saturate(.65); }
.team-photo figcaption { margin-top: 10px; font-family: var(--mono); font-size: 8px; letter-spacing: .09em; color: var(--stone); }
.history-list { list-style: none; padding: 0; align-self: end; border-top: 1px solid var(--line); }
.history-list li { display: grid; grid-template-columns: 90px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.history-list time { font-family: var(--mono); font-size: 10px; color: var(--olive); }

.contact { display: grid; grid-template-columns: 55% 45%; background: var(--olive); }
.contact-title { padding: clamp(90px, 10vw, 150px) clamp(28px, 7vw, 110px); border-right: 1px solid rgba(17,24,23,.25); }
.contact-title .eyebrow { margin-bottom: 24px; }
.contact-title .button { margin-top: 52px; }
.contact-details { padding: clamp(90px, 10vw, 150px) clamp(28px, 7vw, 100px); display: flex; flex-direction: column; gap: 48px; }
.contact-label { margin-bottom: 12px; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
address { font-style: normal; font-size: 16px; }
.hours { max-width: 420px; border-top: 1px solid rgba(17,24,23,.25); }
.hours div { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid rgba(17,24,23,.25); font-size: 13px; }
.hours dd { font-family: var(--mono); font-size: 10px; }
.map-link { display: flex; justify-content: space-between; padding: 16px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-weight: 700; font-size: 13px; }

footer { min-height: 180px; display: grid; grid-template-columns: 1fr auto auto; gap: 48px; align-items: center; padding: 44px clamp(24px,6vw,96px); background: var(--ink); color: white; }
.footer-mark { color: white; }
footer > p { font-family: var(--mono); font-size: 8px; line-height: 1.7; color: rgba(255,255,255,.43); }

.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.65,.2,1); }
.js [data-reveal][data-delay="1"] { transition-delay: .12s; }
.js [data-reveal][data-delay="2"] { transition-delay: .24s; }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes fade-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes line-draw { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes image-reveal { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0); } }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; column-gap: 6px; }
  .header-cta { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { list-style: none; width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { display: block; width: 22px; height: 1px; background: currentColor; }
  .mobile-nav nav { position: absolute; top: 54px; right: 0; min-width: 230px; padding: 20px; display: flex; flex-direction: column; gap: 13px; background: var(--paper); color: var(--ink); font-size: 140%; box-shadow: 0 16px 40px rgba(0,0,0,.18); }
  .hero { grid-template-columns: 58% 42%; }
  .hero-copy { padding-inline: 34px; }
  .manifesto, .care, .doctors, .heritage { grid-template-columns: 15% 1fr; }
  .care-feature, .care-feature.reverse { gap: 50px; }
  .precision-band { grid-template-columns: 44% 56%; }
  .journal-feature { grid-template-columns: 58% 42%; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .site-header { height: 76px; padding: 0 20px; }
  .brand-logo { width: 152px; }
  .wordmark span { font-size: 20px; }
  .wordmark small { font-size: 7px; }
  .hero { height: auto; min-height: 0; display: flex; flex-direction: column; }
  .hero-copy { order: 1; min-height: 590px; padding: 82px 24px 34px; }
  .hero h1 { font-size: clamp(48px, 13vw, 64px); }
  .hero-lead br { display: none; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-facts { gap: 12px; }
  .hero-facts dd { font-size: 12px; }
  .hero-portrait { order: 2; height: min(66vw, 500px); }
  .family-photo img { object-position: center 46%; }
  .continuum { grid-template-columns: auto 1fr auto; padding: 38px 20px 28px; }
  .continuum p { grid-column: 1 / -1; font-size: 15px; }
  .section-shell { padding: 94px 20px; }
  .manifesto, .care, .doctors, .heritage { display: block; }
  .section-label { margin-bottom: 52px; }
  .manifesto h2, .precision-copy h2, .doctor-intro h2, .journal h2, .heritage h2, .contact h2 { font-size: clamp(36px, 10.5vw, 52px); }
  .manifesto-detail { grid-template-columns: 1fr; gap: 24px; margin-top: 42px; }
  .care { padding-top: 0; }
  .care-list { gap: 100px; }
  .care-feature, .care-feature.reverse { display: flex; flex-direction: column; align-items: stretch; gap: 34px; }
  .care-feature.reverse .care-visual { order: 0; }
  .care-visual { aspect-ratio: 1.08; }
  .care-copy h3 { font-size: 48px; }
  .precision-band { display: block; }
  .precision-image { height: 500px; margin: 0; }
  .precision-copy { padding: 86px 20px; }
  .precision-specs div { grid-template-columns: 39% 1fr; }
  .doctor-grid { grid-column: auto; grid-template-columns: repeat(2,1fr); gap: 62px 16px; margin-top: 60px; }
  .doctor-card, .founder-doctor, .center-doctor, .next-doctor { grid-column: auto; padding-top: 0; }
  .next-doctor { grid-column: 1 / -1; width: calc(50% - 8px); margin-left: auto; }
  .doctor-card h3 { font-size: 28px; }
  .journal { padding: 94px 20px; }
  .journal-heading { grid-template-columns: 1fr; gap: 28px; }
  .journal-feature { display: block; margin-top: 50px; }
  .journal-feature figure { padding: 24px 0 0; border-right: 0; }
  .journal-feature figure img { aspect-ratio: 1; }
  .journal-copy { padding: 48px 0 0; }
  .heritage-grid { display: flex; flex-direction: column; gap: 50px; }
  .team-photo { min-height: 480px; order: 2; }
  .history-list { order: 3; }
  .contact { display: block; }
  .contact-title { padding: 90px 20px; border-right: 0; border-bottom: 1px solid rgba(17,24,23,.25); }
  .contact-details { padding: 70px 20px 90px; }
  footer { grid-template-columns: 1fr; gap: 24px; padding: 52px 20px; }
}

@media (max-width: 430px) {
  .hero-photo-caption { padding: 13px 14px; }
  .hero-photo-caption span:last-child { display: none; }
  .doctor-grid { display: block; }
  .doctor-card, .next-doctor { width: 82%; margin: 0 0 58px; }
  .doctor-card:nth-child(even) { margin-left: auto; }
}

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

/* Full-site extension — keeps the original Continuum / Precision concept. */
:focus-visible { outline: 2px solid var(--olive); outline-offset: 4px; }

.header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.header-actions .header-cta { justify-self: auto; }
.language-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 5px 18px rgba(0,0,0,.14);
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1;
  letter-spacing: .08em;
  transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}
.language-link:hover,
.language-link:focus-visible { transform: translateY(-1px); background: var(--sage); box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.language-link__icon { width: 15px; height: 15px; display: grid; place-items: center; }
.language-link__icon svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.content-shell { width: min(100%, 1480px); margin-inline: auto; padding: clamp(100px, 10vw, 160px) clamp(24px, 6vw, 96px); }
.content-narrow { width: min(calc(100% - 48px), 900px); margin-inline: auto; }
.subpage { background: var(--paper); }
.subpage .eyebrow { color: var(--olive); }

.page-hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1fr); background: var(--ink); color: white; }
.page-hero.has-image { grid-template-columns: 61% 39%; }
.page-hero-copy { max-width: 980px; display: flex; flex-direction: column; justify-content: center; padding: clamp(90px, 10vw, 150px) clamp(24px, 6vw, 96px); }
.page-hero .eyebrow { margin-bottom: 25px; color: var(--sage); }
.page-hero h1 { font-family: var(--serif); font-size: clamp(48px, 5.6vw, 86px); font-weight: 400; line-height: 1.17; letter-spacing: -.06em; }
.page-hero-copy > p:not(.eyebrow) { max-width: 720px; margin-top: 30px; color: rgba(255,255,255,.66); font-size: clamp(15px, 1.25vw, 18px); }
.page-hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.page-hero > figure { min-width: 0; overflow: hidden; background: #e8e6e4; }
.page-hero > figure img { object-position: center; filter: saturate(.68) contrast(1.02); animation: image-reveal 1.1s .1s both; }

.inner-heading { max-width: 980px; margin-bottom: clamp(48px, 6vw, 82px); }
.inner-heading.center { margin-inline: auto; text-align: center; }
.inner-heading .eyebrow { margin-bottom: 21px; }
.inner-heading h2 { font-family: var(--serif); font-size: clamp(38px, 4.2vw, 66px); font-weight: 400; line-height: 1.23; letter-spacing: -.055em; }
.long-lead { max-width: 900px; margin: -22px 0 clamp(64px, 8vw, 110px) auto; color: var(--copy); font-size: clamp(16px, 1.45vw, 20px); line-height: 1.9; }
.section-lead { max-width: 760px; margin: -36px 0 64px; color: var(--copy); }

.principle-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.principle-grid article { min-height: 310px; padding: 25px clamp(18px, 2.3vw, 34px) 34px; border-right: 1px solid var(--line); }
.principle-grid article:last-child { border-right: 0; }
.principle-no { font-family: var(--mono); font-size: 9px; color: var(--olive); }
.principle-grid h3 { margin-top: 70px; font-family: var(--serif); font-size: clamp(24px, 2vw, 32px); font-weight: 400; letter-spacing: -.04em; }
.principle-grid article > p:last-child { margin-top: 16px; color: var(--copy); font-size: 14px; }

.process-section { background: var(--surface); }
.process-list { list-style: none; border-top: 1px solid var(--ink); }
.process-list li { display: grid; grid-template-columns: 15% minmax(260px, .8fr) minmax(0, 1.2fr); gap: clamp(24px, 5vw, 80px); padding: 46px 0; border-bottom: 1px solid var(--line); }
.process-count, .process-tag { font-family: var(--mono); font-size: 9px; letter-spacing: .08em; color: var(--olive); }
.process-copy h3 { margin-top: 4px; font-family: var(--serif); font-size: clamp(27px, 2.8vw, 42px); font-weight: 400; letter-spacing: -.045em; }
.process-copy > p:last-child { margin-top: 17px; color: var(--copy); font-size: 14px; }
.process-list figure { min-height: 280px; max-height: 460px; overflow: hidden; background: #d9d8d2; }
.process-list figure img { filter: saturate(.75); }

.comparison-table { border-top: 1px solid var(--ink); }
.comparison-row { display: grid; grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr); border-bottom: 1px solid var(--line); }
.comparison-row > div { padding: 23px clamp(16px, 2vw, 30px); }
.comparison-row > div:first-child { border-right: 1px solid var(--line); font-family: var(--serif); font-size: 19px; }
.comparison-row > div:last-child { color: var(--copy); font-size: 14px; }
.comparison-head { background: var(--ink); color: white; }
.comparison-head > div { font-family: var(--mono) !important; font-size: 9px !important; letter-spacing: .08em; color: rgba(255,255,255,.72) !important; }

.craft-section { background: var(--warm-white); }
.feature-pair { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(22px, 4vw, 60px); }
.feature-pair article { border-top: 1px solid var(--ink); }
.feature-pair figure { height: clamp(330px, 38vw, 560px); margin-top: 14px; overflow: hidden; background: var(--surface); }
.feature-pair figure img { filter: saturate(.72); transition: transform .8s ease; }
.feature-pair article:hover img { transform: scale(1.02); }
.feature-pair article > div { padding: 25px 0; }
.feature-pair h3 { font-family: var(--serif); font-size: clamp(26px, 2.6vw, 40px); font-weight: 400; letter-spacing: -.04em; }
.feature-pair p { max-width: 590px; margin-top: 12px; color: var(--copy); }

.cases-section, .case-category { background: var(--ink); color: white; }
.cases-section .eyebrow, .case-category .eyebrow { color: var(--sage); }
.case-gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(16px, 2vw, 30px); }
.case-gallery figure { overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: #eee; color: var(--ink); }
.case-gallery img { aspect-ratio: 1.08; filter: saturate(.72); }
.case-gallery figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 16px 17px; background: var(--paper); }
.case-gallery figcaption span { font-family: var(--serif); font-size: 17px; }
.case-gallery figcaption small { font-family: var(--mono); font-size: 7px; letter-spacing: .05em; color: var(--stone); }
.medical-notice { max-width: 1000px; margin-top: 30px; color: rgba(255,255,255,.47); font-size: 11px; }
.center-action { display: flex; justify-content: center; margin-top: 40px; }
.cases-section .center-action { color: white; }

.faq-section { background: var(--paper); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 30px; padding: 24px 0; list-style: none; cursor: pointer; font-family: var(--serif); font-size: clamp(18px, 1.8vw, 25px); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--olive); font-family: var(--mono); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > p { max-width: 850px; padding: 0 52px 28px 0; color: var(--copy); }
.notice-box { margin-bottom: clamp(80px, 10vw, 140px); padding: 22px 24px; border: 1px solid var(--line); color: var(--copy); font-size: 12px; }

.page-cta { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; padding: clamp(90px, 10vw, 150px) clamp(24px, 6vw, 96px); background: var(--olive); }
.page-cta h2 { max-width: 900px; margin-top: 22px; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 70px); font-weight: 400; line-height: 1.2; letter-spacing: -.055em; }
.page-cta > div:first-child > p:last-child { max-width: 650px; margin-top: 24px; color: rgba(28,28,24,.68); }
.page-cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; min-width: 220px; }

.about-story { display: grid; grid-template-columns: minmax(0,.85fr) minmax(320px,1.15fr); gap: clamp(50px, 8vw, 130px); align-items: center; }
.about-story > figure { min-height: 650px; }
.about-story > figure img { filter: saturate(.65); }
.about-story .inner-heading { margin-bottom: 45px; }
.about-story .long-lead { margin: 0; }
.about-story blockquote { margin: 40px 0 0; padding: 28px 0 0; border-top: 1px solid var(--line); font-family: var(--serif); font-size: clamp(20px, 2vw, 29px); line-height: 1.6; color: var(--olive-deep); }
.history-band { background: var(--sage); }
.history-band ol { list-style: none; border-top: 1px solid var(--ink); }
.history-band li { display: grid; grid-template-columns: 130px 1fr; gap: 30px; padding: 30px 0; border-bottom: 1px solid rgba(28,28,24,.2); }
.history-band time { font-family: var(--mono); font-size: 11px; color: var(--olive-deep); }
.history-band strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.history-band li p { margin-top: 8px; color: var(--copy); }

.doctor-profiles > .inner-heading { margin-bottom: 100px; }
.doctor-profile { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(50px, 8vw, 130px); align-items: start; padding: 84px 0; border-top: 1px solid var(--line); }
.doctor-profile:nth-of-type(odd) { background: var(--surface); margin-inline: clamp(-96px, -6vw, -24px); padding-inline: clamp(24px, 6vw, 96px); }
.doctor-profile figure { height: min(700px, 65vw); min-height: 560px; overflow: hidden; }
.doctor-profile figure img { object-position: center 18%; filter: saturate(.65); }
.doctor-profile-copy { padding-top: 28px; }
.doctor-profile-copy h2 { margin-top: 18px; font-family: var(--serif); font-size: clamp(38px, 4vw, 62px); font-weight: 400; letter-spacing: -.05em; }
.doctor-focus { margin-top: 12px; color: var(--olive-deep); font-weight: 650; }
.doctor-intro { max-width: 760px; margin-top: 34px; color: var(--copy); font-size: 16px; }
.credential-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 40px; margin-top: 55px; padding-top: 25px; border-top: 1px solid var(--line); }
.credential-grid h3 { font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.credential-grid ul { margin: 16px 0 0; padding-left: 18px; color: var(--copy); font-size: 13px; }
.credential-grid li { margin-bottom: 8px; }
.family-statement { padding-block: 30px clamp(100px, 12vw, 180px); }
.family-statement > p { color: var(--copy); font-size: 18px; line-height: 1.9; }

.case-category.alt-surface { background: var(--surface); color: var(--ink); }
.case-category.alt-surface .eyebrow { color: var(--olive); }
.case-category.alt-surface .case-gallery figure { border-color: var(--line); }

.visit-grid { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: clamp(50px, 8vw, 130px); }
.visit-hours { border-top: 1px solid var(--ink); }
.visit-hours div { display: flex; justify-content: space-between; gap: 30px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.visit-hours dd { font-family: var(--mono); font-size: 11px; }
.visit-contact { margin-top: 52px; border-top: 1px solid var(--line); }
.visit-contact p { display: grid; grid-template-columns: 110px 1fr; padding: 16px 0; border-bottom: 1px solid var(--line); }
.visit-contact span { font-family: var(--mono); font-size: 9px; color: var(--olive); }
.visit-contact a { font-weight: 700; }
.map-frame { min-height: 680px; background: var(--surface); }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.3) saturate(.65); }
.directions { padding-top: 0; }
.direction-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--ink); }
.direction-grid article { min-height: 240px; padding: 25px clamp(18px,2.5vw,36px); border-right: 1px solid var(--line); }
.direction-grid article:last-child { border-right: 0; }
.direction-grid h3 { margin-top: 50px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.direction-grid article > p:last-child { margin-top: 12px; color: var(--copy); font-size: 14px; }

.post-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 80px clamp(24px,5vw,70px); }
.post-grid article { border-top: 1px solid var(--ink); }
.post-grid figure { height: clamp(300px,37vw,540px); margin-top: 14px; overflow: hidden; background: var(--surface); }
.post-grid figure img { filter: saturate(.68); transition: transform .8s ease; }
.post-grid a:hover figure img { transform: scale(1.02); }
.post-meta { display: flex; justify-content: space-between; margin-top: 18px; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; color: var(--olive); }
.post-grid h2 { margin-top: 18px; font-family: var(--serif); font-size: clamp(26px,2.7vw,42px); font-weight: 400; line-height: 1.35; letter-spacing: -.04em; }
.post-grid article p { margin-top: 15px; color: var(--copy); }
.post-grid .text-link { margin-top: 25px; }
.blog-handoff { display: block; max-width: 820px; margin: 90px auto 0; padding: 22px 24px; border: 1px solid var(--line); color: var(--copy); font-size: 12px; text-align: center; text-decoration: none; transition: background-color .25s ease, color .25s ease; }
.blog-handoff:hover { background: var(--ink); color: var(--paper); }

/* Footer consultation form — an editorial bridge into the site footer. */
.footer-inquiry {
  padding: clamp(92px,10vw,148px) clamp(24px,6vw,96px);
  border-top: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
}
.footer-inquiry__inner {
  width: min(100%,1480px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr);
  gap: clamp(64px,9vw,150px);
  align-items: start;
}
.footer-inquiry__intro .eyebrow { color: var(--olive-deep); }
.footer-inquiry__intro h2 {
  max-width: 650px;
  margin-top: 26px;
  font-size: clamp(45px,4.7vw,76px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.footer-inquiry__intro > p:not(.eyebrow):not(.footer-inquiry__direct) {
  max-width: 590px;
  margin-top: 28px;
  color: var(--copy);
  font-size: 16px;
  line-height: 1.85;
}
.footer-inquiry__direct {
  max-width: 590px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 56px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 10px;
}
.footer-inquiry__direct span { color: var(--copy); }
.footer-inquiry__direct a { color: var(--olive-deep); }
.lead-form { min-width: 0; border-top: 1px solid var(--ink); }
.lead-form__contact-rule { margin: 17px 0 -2px; color: var(--copy); font-size: 11px; }
.lead-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 30px; }
.lead-field {
  min-width: 0;
  padding: 19px 0 16px;
  border-bottom: 1px solid var(--line);
  transition: border-color .2s ease;
}
.lead-field:focus-within { border-color: var(--olive-deep); }
.lead-field--wide { grid-column: 1 / -1; }
.lead-field label {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .06em;
  color: var(--olive-deep);
}
.lead-field label span { color: var(--ink); }
.lead-field input,
.lead-field textarea {
  width: 100%;
  display: block;
  margin: 0;
  padding: 12px 0 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  appearance: none;
}
.lead-field textarea { min-height: 132px; resize: vertical; }
.lead-field input::placeholder,
.lead-field textarea::placeholder { color: rgba(28,28,24,.38); }
.lead-field input:focus-visible,
.lead-field textarea:focus-visible { outline: 2px solid var(--olive); outline-offset: 5px; }
.lead-field__note { margin-top: 9px; color: var(--copy); font-size: 11px; line-height: 1.65; }
.lead-form__consents { display: grid; gap: 12px; margin-top: 25px; }
.lead-consent { display: grid; grid-template-columns: 19px 1fr; gap: 11px; align-items: start; cursor: pointer; }
.lead-consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--olive-deep); }
.lead-consent span { color: var(--copy); font-size: 12px; line-height: 1.6; }
.lead-consent b { margin-right: 5px; color: var(--ink); font-family: var(--mono); font-size: 9px; letter-spacing: .04em; }
.lead-consent input:focus-visible { outline: 2px solid var(--olive); outline-offset: 3px; }
.lead-privacy { margin-top: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lead-privacy summary {
  padding: 15px 0;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--copy);
}
.lead-privacy summary::marker { color: var(--olive); }
.lead-privacy summary:focus-visible { outline: 2px solid var(--olive); outline-offset: 3px; }
.lead-privacy__body {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 11px 28px;
  padding: 2px 0 22px;
}
.lead-privacy__body p { color: var(--copy); font-size: 11px; line-height: 1.65; }
.lead-privacy__body b { display: block; margin-bottom: 3px; color: var(--ink); font-weight: 700; }
.lead-form__submit-row { display: grid; grid-template-columns: minmax(220px,300px) 1fr; gap: 24px; align-items: center; margin-top: 30px; }
.lead-submit {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: white;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease;
}
.lead-submit:hover { transform: translateY(-2px); background: var(--olive-deep); border-color: var(--olive-deep); }
.lead-submit:focus-visible { outline: 3px solid var(--olive); outline-offset: 4px; }
.lead-form__submit-row > p { max-width: 330px; color: var(--copy); font-size: 10px; line-height: 1.6; }
.lead-form__status { margin: 18px 0 0; padding: 14px 16px; border-left: 3px solid var(--olive-deep); background: var(--sage); font-size: 13px; }
.lead-form__status.is-error { border-color: #8c3a30; background: rgba(140,58,48,.08); }
.lead-form__trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.footer-inquiry.is-english { word-break: normal; overflow-wrap: break-word; }

@media (max-width: 960px) {
  .footer-inquiry__inner { grid-template-columns: 1fr; gap: 66px; }
  .footer-inquiry__intro > p:not(.eyebrow):not(.footer-inquiry__direct),
  .footer-inquiry__direct { max-width: 720px; }
}

@media (max-width: 760px) {
  .footer-inquiry { padding: 88px 20px; }
  .footer-inquiry__inner { gap: 56px; }
  .footer-inquiry__intro h2 { font-size: clamp(40px,11vw,54px); }
  .footer-inquiry__intro > p:not(.eyebrow):not(.footer-inquiry__direct) { font-size: 14px; }
  .footer-inquiry__direct { align-items: flex-end; margin-top: 42px; }
  .lead-form__grid { grid-template-columns: 1fr; }
  .lead-field--wide { grid-column: auto; }
  .lead-privacy__body { grid-template-columns: 1fr; }
  .lead-form__submit-row { grid-template-columns: 1fr; }
  .lead-submit { width: 100%; }
}

.site-footer { min-height: 0; grid-template-columns: 1fr 1.4fr; align-items: start; padding: 75px clamp(24px,6vw,96px) 45px; }
.footer-brand-column > p { margin-top: 27px; color: rgba(255,255,255,.43); font-size: 12px; }
.footer-logo { width: min(245px, 100%); }
.footer-nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px; }
.footer-nav div { display: flex; flex-direction: column; gap: 9px; }
.footer-nav strong { margin-bottom: 10px; font-family: var(--mono); font-size: 8px; letter-spacing: .09em; color: var(--sage); }
.footer-nav a { width: max-content; color: rgba(255,255,255,.62); font-size: 12px; }
.footer-legal { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.7fr auto; gap: 35px; margin-top: 60px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); }
.site-footer .footer-legal p { font-family: var(--mono); font-size: 7px; line-height: 1.7; color: rgba(255,255,255,.38); }
.floating-contact {
  position: fixed;
  z-index: 60;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(22px, calc(env(safe-area-inset-bottom) + 14px));
  width: 80px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(248,246,240,.97);
  color: var(--ink);
  border: 1px solid rgba(28,28,24,.16);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(12,12,10,.2), 0 2px 8px rgba(12,12,10,.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.floating-contact__link {
  position: relative;
  min-height: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: var(--mono);
  font-size: 7.5px;
  line-height: 1;
  letter-spacing: -.03em;
  transition: background-color .22s ease, color .22s ease;
}
.floating-contact__link + .floating-contact__link { border-top: 1px solid var(--line); }
.floating-contact__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  bottom: 13px;
  width: 2px;
  background: var(--olive);
  transform: scaleY(0);
  transition: transform .22s ease;
}
.floating-contact__link:hover,
.floating-contact__link:focus-visible { background: var(--sage); }
.floating-contact__link:hover::before,
.floating-contact__link:focus-visible::before { transform: scaleY(1); }
.floating-contact__link:focus-visible { outline: 2px solid var(--olive); outline-offset: -4px; }
.floating-contact__icon { width: 23px; height: 23px; display: grid; place-items: center; }
.floating-contact__icon svg { width: 21px; height: 21px; overflow: visible; }
.floating-contact__icon path { fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.floating-contact__link.is-kakao .floating-contact__icon path { fill: currentColor; stroke: none; }

@media (max-width: 1080px) {
  .header-actions { display: flex; }
  .header-actions .header-cta { display: none; }
  .page-hero.has-image { grid-template-columns: 56% 44%; }
  .principle-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .principle-grid article:nth-child(2) { border-right: 0; }
  .principle-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-list li { grid-template-columns: 110px 1fr; }
  .process-list figure { grid-column: 2; }
  .doctor-profile { grid-template-columns: .8fr 1.2fr; gap: 55px; }
}

@media (max-width: 760px) {
  .language-link { min-height: 36px; padding-inline: 12px; }
  .page-hero, .page-hero.has-image { min-height: 0; display: flex; flex-direction: column; }
  .page-hero-copy { min-height: 570px; padding: 90px 20px 70px; }
  .page-hero h1 { font-size: clamp(45px, 12vw, 62px); }
  .page-hero-actions { flex-direction: column; align-items: flex-start; }
  .page-hero > figure { height: 72vw; min-height: 380px; }
  .content-shell { padding: 90px 20px; }
  .content-narrow { width: calc(100% - 40px); }
  .inner-heading h2 { font-size: clamp(36px, 10vw, 50px); }
  .long-lead { margin: -15px 0 65px; }
  .principle-grid { display: block; }
  .principle-grid article { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle-grid h3 { margin-top: 42px; }
  .process-list li { display: block; padding: 38px 0; }
  .process-copy { margin-top: 22px; }
  .process-list figure { height: 70vw; min-height: 280px; margin-top: 30px; }
  .comparison-row { grid-template-columns: 1fr; }
  .comparison-row > div:first-child { padding-bottom: 8px; border-right: 0; }
  .comparison-row > div:last-child { padding-top: 5px; }
  .comparison-head { grid-template-columns: 38% 1fr; }
  .comparison-head > div:first-child { padding-bottom: 23px; border-right: 1px solid rgba(255,255,255,.2); }
  .comparison-head > div:last-child { padding-top: 23px; }
  .feature-pair, .case-gallery, .post-grid { grid-template-columns: 1fr; }
  .feature-pair { gap: 60px; }
  .case-gallery { gap: 24px; }
  .page-cta { grid-template-columns: 1fr; gap: 45px; padding: 90px 20px; }
  .about-story { display: flex; flex-direction: column; align-items: stretch; padding-top: 0; }
  .about-story > figure { min-height: 480px; margin-inline: -20px; }
  .history-band li { grid-template-columns: 70px 1fr; gap: 20px; }
  .doctor-profiles > .inner-heading { margin-bottom: 50px; }
  .doctor-profile, .doctor-profile:nth-of-type(odd) { display: block; margin-inline: 0; padding: 60px 0; }
  .doctor-profile figure { height: 125vw; min-height: 520px; }
  .doctor-profile-copy { padding-top: 38px; }
  .credential-grid { grid-template-columns: 1fr; }
  .visit-grid { grid-template-columns: 1fr; }
  .map-frame { min-height: 520px; }
  .directions { padding-top: 0; }
  .direction-grid { display: block; }
  .direction-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 112px; }
  .footer-nav { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 25px; }
  .footer-legal { grid-column: auto; grid-template-columns: 1fr; margin-top: 35px; }
  .floating-contact {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, calc(env(safe-area-inset-bottom) + 8px));
    width: min(220px, calc(100vw - 24px));
    flex-direction: row;
    border-radius: 15px;
  }
  .floating-contact__link { flex: 1 1 0; min-width: 0; min-height: 62px; }
  .floating-contact__link + .floating-contact__link { border-top: 0; border-left: 1px solid var(--line); }
  .floating-contact__link::before { left: 13px; right: 13px; top: auto; bottom: 0; width: auto; height: 2px; transform: scaleX(0); }
  .floating-contact__link:hover::before,
  .floating-contact__link:focus-visible::before { transform: scaleX(1); }
  .floating-contact__icon { width: 21px; height: 21px; }
  .floating-contact__icon svg { width: 19px; height: 19px; }
}

@media (max-width: 430px) {
  .page-hero-copy { min-height: 540px; }
  .page-hero > figure { min-height: 330px; }
  .footer-nav { grid-template-columns: 1fr; }
}

@media print {
  .floating-contact { display: none; }
}

/* English international patient experience */
.english-page { word-break: normal; overflow-wrap: break-word; }
.english-page h1, .english-page h2, .english-page h3 { text-wrap: balance; }
.english-detail-page { word-break: normal; overflow-wrap: break-word; }
.english-detail-page h1, .english-detail-page h2, .english-detail-page h3 { text-wrap: balance; }
.english-wordmark span { font-family: var(--serif); font-size: 18px; letter-spacing: .025em; }
.english-site-header { word-break: normal; }
.english-site-header .desktop-nav { gap: clamp(12px, 1.45vw, 22px); font-size: 14.7px; white-space: nowrap; }

.en-hero { min-height: 760px; height: min(860px, calc(100svh - 86px)); display: grid; grid-template-columns: 61% 39%; background: var(--ink); color: white; }
.en-hero-copy { padding: clamp(70px, 7.5vw, 118px) clamp(30px, 5vw, 82px) 44px; display: flex; flex-direction: column; justify-content: center; }
.en-hero-copy > .eyebrow { margin-bottom: 28px; color: var(--sage); animation: fade-up .8s .12s both; }
.en-hero h1 { max-width: 900px; font-family: var(--serif); font-size: clamp(50px, 5vw, 80px); font-weight: 400; line-height: 1.08; letter-spacing: -.055em; animation: fade-up .9s .22s both; }
.en-hero-lead { max-width: 690px; margin-top: 30px; color: rgba(255,255,255,.66); font-size: clamp(15px,1.18vw,18px); line-height: 1.75; animation: fade-up .9s .35s both; }
.en-hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; animation: fade-up .9s .48s both; }
.en-hero-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin-top: auto; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); animation: fade-up .9s .6s both; }
.en-hero-facts dt { font-family: var(--mono); font-size: 8px; letter-spacing: .12em; color: rgba(255,255,255,.4); }
.en-hero-facts dd { margin-top: 7px; font-size: 12px; font-weight: 650; line-height: 1.4; }
.en-hero-portrait { position: relative; min-width: 0; overflow: hidden; background: #e7e4e2; }
.en-hero-portrait figure { position: absolute; inset: 0; animation: image-reveal 1.1s .14s both; }
.en-hero-portrait img { object-position: 49% center; filter: saturate(.72) contrast(.98); }
.en-hero-portrait > p { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 20px; padding: 17px clamp(18px,2.4vw,34px); background: rgba(28,28,24,.88); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; color: rgba(255,255,255,.7); }

.en-continuum { min-height: 170px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: 20px; align-items: center; padding: 42px clamp(24px,6vw,96px); background: white; border-bottom: 1px solid var(--line); }
.en-continuum > span { font-family: var(--mono); font-size: 11px; letter-spacing: .06em; }
.en-continuum > i { position: relative; height: 1px; background: var(--olive); }
.en-continuum > i::after { content: ""; position: absolute; top: 50%; right: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--olive); transform: translate(50%,-50%); }
.en-continuum > p { font-family: var(--serif); font-size: clamp(16px,1.45vw,22px); text-align: center; color: #58625d; }

.en-intro { display: grid; grid-template-columns: 21% 1fr; gap: 30px; }
.en-side-label { display: grid; grid-template-columns: 36px 1fr; gap: 18px; align-items: start; padding-top: 8px; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.en-side-label span { height: 2px; margin-top: 6px; background: var(--olive); }
.en-intro-copy { max-width: 1060px; }
.en-intro-copy > .eyebrow, .en-section-heading > .eyebrow { margin-bottom: 22px; color: var(--olive); }
.en-intro h2, .en-section-heading h2, .en-process-heading h2, .en-visit h2, .en-final-cta h2 { font-family: var(--serif); font-size: clamp(39px,4.5vw,70px); font-weight: 400; line-height: 1.18; letter-spacing: -.052em; }
.en-long-lead { max-width: 800px; margin: 52px 0 0 auto; color: var(--copy); font-size: clamp(16px,1.25vw,19px); line-height: 1.9; }

.en-strengths { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); padding-top: 0; }
.en-strengths article { min-height: 310px; display: flex; flex-direction: column; padding: 34px clamp(24px,4vw,64px) 42px; border-top: 1px solid var(--ink); }
.en-strengths article:nth-child(odd) { border-right: 1px solid var(--line); padding-left: 0; }
.en-strengths article > span { font-family: var(--mono); font-size: 9px; color: var(--olive); }
.en-strengths h3 { max-width: 520px; margin-top: 70px; font-family: var(--serif); font-size: clamp(26px,2.6vw,42px); font-weight: 400; line-height: 1.25; letter-spacing: -.04em; }
.en-strengths article > p { max-width: 580px; margin-top: 18px; color: var(--copy); font-size: 14px; }

.en-doctor { min-height: 850px; display: grid; grid-template-columns: 43% 57%; background: var(--sage); }
.en-doctor > figure { margin: clamp(28px,4vw,64px) 0 clamp(28px,4vw,64px) clamp(28px,4vw,64px); min-height: 700px; overflow: hidden; }
.en-doctor > figure img { object-position: center 18%; filter: saturate(.58); }
.en-doctor-copy { align-self: center; padding: 90px clamp(36px,8vw,130px); }
.en-doctor-copy > .eyebrow { margin-bottom: 18px; color: var(--olive-deep); }
.en-doctor-copy h2 { font-family: var(--serif); font-size: clamp(46px,5vw,78px); font-weight: 400; line-height: 1.1; letter-spacing: -.055em; }
.en-doctor-role { margin-top: 14px; color: var(--olive-deep); font-weight: 700; }
.en-doctor-copy > p:not(.eyebrow,.en-doctor-role) { max-width: 690px; margin-top: 34px; color: var(--copy); }
.en-doctor-copy ul { margin: 38px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(28,28,24,.22); list-style: none; }
.en-doctor-copy li { position: relative; padding: 7px 0 7px 18px; color: var(--copy); font-size: 13px; }
.en-doctor-copy li::before { content: ""; position: absolute; left: 0; top: 17px; width: 6px; height: 1px; background: var(--olive-deep); }
.en-doctor-copy .text-link { margin-top: 34px; }

.en-section-heading { display: grid; grid-template-columns: 1fr minmax(280px,450px); gap: 25px 70px; align-items: end; margin-bottom: 88px; }
.en-section-heading > .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.en-section-heading > p:last-child { color: var(--copy); font-size: 14px; }
.en-treatment-list { display: flex; flex-direction: column; gap: clamp(110px,13vw,190px); }
.en-treatment-list article { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(330px,.88fr); gap: clamp(45px,7vw,110px); align-items: center; scroll-margin-top: 30px; }
.en-treatment-list article.reverse { grid-template-columns: minmax(330px,.88fr) minmax(0,1.12fr); }
.en-treatment-list article.reverse figure { order: 2; }
.en-treatment-list figure { position: relative; aspect-ratio: 1.12; overflow: hidden; background: var(--surface); }
.en-treatment-list figure img { filter: saturate(.72); transition: transform .8s ease; }
.en-treatment-list article:hover figure img { transform: scale(1.02); }
.en-treatment-list figure > span { position: absolute; top: 14px; right: 14px; padding: 7px 10px; background: rgba(248,246,240,.9); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }
.en-treatment-no { font-family: var(--mono); font-size: 9px; color: var(--olive); }
.en-treatment-list h3 { margin-top: 18px; font-family: var(--serif); font-size: clamp(44px,4.5vw,70px); font-weight: 400; line-height: 1.08; letter-spacing: -.055em; }
.en-treatment-lead { margin-top: 25px; font-family: var(--serif); font-size: clamp(20px,1.8vw,28px); line-height: 1.45; }
.en-treatment-list article > div > p:not(.en-treatment-no,.en-treatment-lead) { max-width: 580px; margin-top: 18px; color: var(--copy); font-size: 14px; }
.en-treatment-list dl { display: grid; grid-template-columns: 130px 1fr; gap: 20px; margin-top: 34px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.en-treatment-list dt { font-family: var(--mono); font-size: 8px; color: var(--olive); }
.en-treatment-list dd { font-size: 12px; font-weight: 650; }
.en-treatment-link { margin-top: 28px; }

.en-process { padding-bottom: clamp(90px,10vw,150px); background: var(--ink); color: white; }
.en-process-heading { display: grid; grid-template-columns: 1fr minmax(300px,500px); gap: 25px 80px; align-items: end; }
.en-process-heading > .eyebrow { grid-column: 1 / -1; color: var(--sage); }
.en-process-heading > p:last-child { color: rgba(255,255,255,.55); font-size: 14px; }
.en-process ol { list-style: none; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 0 clamp(24px,6vw,96px); padding: 0; border-top: 1px solid rgba(255,255,255,.3); }
.en-process li { min-height: 330px; padding: 26px clamp(18px,2vw,34px); border-right: 1px solid rgba(255,255,255,.15); }
.en-process li:last-child { border-right: 0; }
.en-process li > span { font-family: var(--mono); font-size: 8px; color: var(--sage); }
.en-process h3 { margin-top: 86px; font-family: var(--serif); font-size: clamp(20px,1.7vw,28px); font-weight: 400; line-height: 1.35; }
.en-process li > p { margin-top: 18px; color: rgba(255,255,255,.52); font-size: 12px; }

.en-accountability { background: var(--paper); }
.en-compare { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid var(--ink); }
.en-compare > div { padding: clamp(35px,5vw,75px); }
.en-compare > div:first-child { background: var(--surface); border-right: 1px solid var(--ink); }
.en-compare > div:last-child { background: var(--olive); }
.en-compare h3 { font-family: var(--serif); font-size: clamp(29px,3vw,46px); font-weight: 400; letter-spacing: -.04em; }
.en-compare ul { list-style: none; margin: 45px 0 0; padding: 0; border-top: 1px solid rgba(28,28,24,.25); }
.en-compare li { padding: 16px 0; border-bottom: 1px solid rgba(28,28,24,.2); font-size: 14px; }

.en-cases { background: var(--surface); }
.en-case-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 55px clamp(18px,2.5vw,38px); }
.en-case-grid figure { border-top: 1px solid var(--ink); padding-top: 12px; }
.en-case-grid img { aspect-ratio: 1.15; filter: saturate(.72); }
.en-case-grid figcaption { display: flex; justify-content: space-between; gap: 15px; margin-top: 12px; font-family: var(--mono); font-size: 8px; letter-spacing: .04em; }
.en-case-grid figcaption small { color: var(--stone); font-size: 7px; }
.en-disclaimer { max-width: 920px; margin: 70px auto 0; color: var(--copy); font-size: 11px; text-align: center; }

.en-visit { display: grid; grid-template-columns: 55% 45%; }
.en-visit-copy { padding: clamp(90px,10vw,150px) clamp(28px,7vw,110px); background: var(--olive); }
.en-visit-copy > .eyebrow, .en-consultation > .eyebrow { margin-bottom: 24px; }
.en-visit-copy > p:not(.eyebrow) { max-width: 680px; margin-top: 32px; color: rgba(28,28,24,.7); }
.en-travel-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 65px; border-top: 1px solid rgba(28,28,24,.35); }
.en-travel-grid article { min-height: 215px; padding: 20px 18px 20px 0; border-right: 1px solid rgba(28,28,24,.25); }
.en-travel-grid article:not(:first-child) { padding-left: 20px; }
.en-travel-grid article:last-child { border-right: 0; }
.en-travel-grid span { font-family: var(--mono); font-size: 9px; }
.en-travel-grid h3 { margin-top: 60px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.en-travel-grid p { margin-top: 10px; font-size: 11px; color: rgba(28,28,24,.64); }
.en-consultation { padding: clamp(90px,10vw,150px) clamp(28px,6vw,90px); background: var(--ink); color: white; }
.en-consultation h2 { font-size: clamp(43px,4.6vw,72px); }
.en-consultation > p:not(.eyebrow) { max-width: 580px; margin-top: 30px; color: rgba(255,255,255,.55); }
.en-contact-links { margin-top: 55px; border-top: 1px solid rgba(255,255,255,.25); }
.en-contact-links a { position: relative; display: grid; grid-template-columns: 120px 1fr auto; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 13px; }
.en-contact-links a > span { font-family: var(--mono); font-size: 8px; color: var(--sage); }
.en-contact-links b { font-weight: 400; transition: transform .25s ease; }
.en-contact-links a:hover b { transform: translate(2px,-2px); }

.en-faq .en-section-heading { grid-template-columns: 1fr; }
.en-faq .faq-list { max-width: 1050px; margin-left: auto; }
.en-faq .faq-list details p { max-width: 850px; }
.en-final-cta { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: end; padding: clamp(90px,10vw,150px) clamp(24px,6vw,96px); background: var(--olive-deep); color: white; }
.en-final-cta .eyebrow { margin-bottom: 22px; color: var(--sage); }
.en-final-cta h2 { max-width: 980px; }
.en-final-cta > div:first-child > p:last-child { margin-top: 24px; color: rgba(255,255,255,.58); }
.en-final-cta > div:last-child { min-width: 230px; display: flex; flex-direction: column; align-items: flex-start; gap: 25px; }
.english-site-footer { word-break: normal; }

@media (max-width: 1080px) {
  .en-hero { grid-template-columns: 58% 42%; }
  .en-hero-copy { padding-inline: 34px; }
  .en-intro { grid-template-columns: 15% 1fr; }
  .en-process ol { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .en-process li:nth-child(3) { border-right: 0; }
  .en-process li:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .en-process li { min-height: 290px; }
  .en-travel-grid { grid-template-columns: 1fr; }
  .en-travel-grid article, .en-travel-grid article:not(:first-child) { min-height: 145px; padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(28,28,24,.2); }
  .en-travel-grid h3 { margin-top: 28px; }
}

@media (max-width: 760px) {
  .english-wordmark span { font-size: 16px; }
  .en-hero { height: auto; min-height: 0; display: flex; flex-direction: column; }
  .en-hero-copy { min-height: 650px; padding: 82px 20px 34px; }
  .en-hero h1 { font-size: clamp(45px,12vw,61px); }
  .en-hero-lead { font-size: 14px; }
  .en-hero-actions { flex-direction: column; align-items: flex-start; }
  .en-hero-facts { gap: 10px; }
  .en-hero-facts dd { font-size: 10px; }
  .en-hero-portrait { height: 72vw; min-height: 380px; }
  .en-hero-portrait figure { position: absolute; }
  .en-hero-portrait img { object-position: center 46%; }
  .en-hero-portrait > p span:last-child { display: none; }
  .en-continuum { grid-template-columns: auto 1fr auto; padding: 35px 20px; }
  .en-continuum > p { grid-column: 1 / -1; grid-row: 2; }
  .en-continuum > i:nth-of-type(2) { display: none; }
  .en-intro { display: block; }
  .en-side-label { margin-bottom: 50px; }
  .en-intro h2, .en-section-heading h2, .en-process-heading h2, .en-visit h2, .en-final-cta h2 { font-size: clamp(37px,10.5vw,52px); }
  .en-long-lead { margin-top: 40px; }
  .en-strengths { display: block; }
  .en-strengths article, .en-strengths article:nth-child(odd) { min-height: 270px; padding: 28px 0 35px; border-right: 0; }
  .en-strengths h3 { margin-top: 52px; }
  .en-doctor { display: block; }
  .en-doctor > figure { min-height: 560px; height: 125vw; margin: 0; }
  .en-doctor-copy { padding: 80px 20px 90px; }
  .en-doctor-copy h2 { font-size: 54px; }
  .en-section-heading, .en-process-heading { display: block; margin-bottom: 52px; }
  .en-section-heading > p:last-child, .en-process-heading > p:last-child { margin-top: 25px; }
  .en-treatment-list { gap: 100px; }
  .en-treatment-list article, .en-treatment-list article.reverse { display: flex; flex-direction: column; align-items: stretch; gap: 34px; }
  .en-treatment-list article.reverse figure { order: 0; }
  .en-treatment-list figure { aspect-ratio: 1.08; }
  .en-treatment-list h3 { font-size: 48px; }
  .en-treatment-list dl { grid-template-columns: 105px 1fr; }
  .en-process-heading { padding-bottom: 55px; }
  .en-process ol { grid-template-columns: 1fr; margin: 0 20px; }
  .en-process li, .en-process li:nth-child(3) { min-height: 0; padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .en-process h3 { margin-top: 38px; }
  .en-compare { grid-template-columns: 1fr; }
  .en-compare > div:first-child { border-right: 0; border-bottom: 1px solid var(--ink); }
  .en-case-grid { grid-template-columns: 1fr; gap: 45px; }
  .en-visit { grid-template-columns: 1fr; }
  .en-visit-copy, .en-consultation { padding: 90px 20px; }
  .en-contact-links a { grid-template-columns: 95px minmax(0,1fr) auto; font-size: 11px; }
  .en-final-cta { grid-template-columns: 1fr; gap: 50px; padding: 90px 20px; }
  .english-site-footer .footer-nav { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .en-hero-copy { min-height: 680px; }
  .en-hero h1 br:nth-child(2) { display: none; }
  .en-contact-links a { display: flex; flex-wrap: wrap; gap: 6px 12px; }
  .en-contact-links a > span { width: 100%; }
  .en-contact-links b { margin-left: auto; }
}

/* WordPress template compatibility */
:root {
  --green-900: var(--ink);
  --green-700: var(--olive-deep);
  --green-600: var(--olive);
  --green-500: var(--olive);
  --green-100: var(--sage);
  --green-50: var(--surface);
  --ink-soft: var(--copy);
  --bg: var(--paper);
  --white: #fff;
  --radius: 0;
  --shadow: none;
  --shadow-lg: none;
  --font: var(--sans);
  --display: var(--sans);
  --accent: var(--serif);
}

.container { width: min(100%, 1480px); margin-inline: auto; padding-inline: clamp(24px,6vw,96px); }
.container.narrow { width: min(100%, 1120px); }
.text-center { text-align: center; }
.serif { font-family: var(--serif); }
.breadcrumb { margin-bottom: 28px; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; color: rgba(255,255,255,.48); }
.breadcrumb a { color: rgba(255,255,255,.7); }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid currentColor; font-family: var(--mono); font-size: 10px; letter-spacing: .04em; transition: transform .25s ease, background .25s ease, color .25s ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn-phone { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.btn-kakao { background: var(--olive); border-color: var(--olive); color: var(--ink); }
.btn-outline { background: transparent; color: var(--ink); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }

/* Korean site-wide CTAs: consistent, high-visibility treatment and contact actions. */
body.is-korean .btn {
  min-height: 64px;
  padding-inline: 28px;
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.015em;
}
body.is-korean .btn-kakao {
  background: #fee500;
  border-color: #fee500;
  color: #191919;
}
body.is-korean .btn-kakao:hover,
body.is-korean .btn-kakao:focus-visible { background: #f3dc00; border-color: #f3dc00; }

:is(body:not(.home):not(.is-english), body.is-english-detail) main > section:not(.page-hero):not(.cta-band) { padding-block: clamp(95px,10vw,155px); }
:is(body:not(.home):not(.is-english), body.is-english-detail) main > .container { padding-block: 50px; }
:is(body:not(.home):not(.is-english), body.is-english-detail) .page-hero { min-height: 620px; display: block; }
:is(body:not(.home):not(.is-english), body.is-english-detail) .page-hero > .container { min-height: 620px; display: flex; flex-direction: column; justify-content: center; }
:is(body:not(.home):not(.is-english), body.is-english-detail) .page-hero h1 { max-width: 1120px; }
:is(body:not(.home):not(.is-english), body.is-english-detail) .page-hero .lead { max-width: 820px; margin-top: 30px; color: rgba(255,255,255,.64); font-size: clamp(15px,1.2vw,18px); }
:is(body:not(.home):not(.is-english), body.is-english-detail) .page-hero .hero-ctas { margin-top: 38px !important; justify-content: flex-start !important; }
body.is-english-detail .page-hero > .container > .eyebrow { order: -1; margin: 0 0 24px; color: var(--sage); }
body.is-english-detail .page-hero .breadcrumb { order: -2; }
body.is-english-detail .english-cta-band .btn-kakao { background: var(--ink); border-color: var(--ink); color: white; }
body.is-english-detail .pstep > img { height: auto; margin-top: 28px; }
.english-guide-grid .card-body .eyebrow { display: block; margin-bottom: 14px; color: var(--olive-deep); }
.english-guide-grid .card-body h2 { margin-top: 0; }

.section-title { margin: 16px 0 0; font-family: var(--serif); font-size: clamp(36px,4.2vw,64px); font-weight: 400; line-height: 1.25; letter-spacing: -.052em; }
.section-sub { max-width: 760px; margin: 22px auto 0; color: var(--copy); }
.why-list { counter-reset: hana-principle; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 70px; border-top: 1px solid var(--ink); }
.why-item { counter-increment: hana-principle; min-height: 285px; padding: 28px clamp(22px,3vw,48px) 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-item:nth-child(even) { border-right: 0; }
.why-item .ico { height: 16px; overflow: hidden; color: transparent; font-size: 0; }
.why-item .ico::before { content: counter(hana-principle, decimal-leading-zero); color: var(--olive); font-family: var(--mono); font-size: 9px; }
.why-item h3 { margin-top: 55px; font-family: var(--serif); font-size: clamp(23px,2vw,32px); font-weight: 400; letter-spacing: -.04em; }
.why-item p { margin-top: 15px; color: var(--copy); font-size: 14px; }

.pstep, .step-item { position: relative; padding: 34px 0; border-top: 1px solid var(--line); }
.pstep:last-child, .step-item:last-child { border-bottom: 1px solid var(--line); }
.ps-head { display: grid; grid-template-columns: 120px 1fr; gap: 30px; align-items: baseline; }
.ps-num, .ps-tag { font-family: var(--mono); font-size: 9px; letter-spacing: .05em; color: var(--olive); }
.ps-head h3, .step-item h3 { font-family: var(--serif); font-size: clamp(23px,2.2vw,34px); font-weight: 400; }
.pstep > p, .step-item p { max-width: 760px; margin: 12px 0 0 150px; color: var(--copy); }
.pstep .ps-tag { display: block; margin: 13px 0 0 150px; }
.step-list { counter-reset: hana-step; margin-top: 50px; }
.step-item { counter-increment: hana-step; display: grid; grid-template-columns: 120px 1fr; gap: 30px; }
.step-item::before { content: "STEP " counter(hana-step, decimal-leading-zero); padding-top: 8px; font-family: var(--mono); font-size: 9px; color: var(--olive); }
.step-item p { grid-column: 2; margin: -8px 0 0; }

.trust-visual { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(35px,5vw,80px); margin-top: 70px; }
.tv-item { border-top: 1px solid var(--ink); padding-top: 13px; }
.tv-item > img { height: clamp(360px,38vw,590px); filter: saturate(.66); }
.tv-body { padding-top: 25px; }
.tv-body h3 { font-family: var(--serif); font-size: clamp(24px,2.3vw,36px); font-weight: 400; }
.tv-body p { margin-top: 13px; color: var(--copy); }

.compare-table, .hours-table { width: 100%; margin-top: 45px; border-collapse: collapse; border-top: 1px solid var(--ink); }
.compare-table th, .compare-table td, .hours-table th, .hours-table td { padding: 18px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table th, .hours-table th { width: 32%; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; color: var(--olive-deep); }
.compare-table td, .hours-table td { color: var(--copy); }

.case-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 55px clamp(18px,2.5vw,38px); margin-top: 55px; }
.case-grid.two-case-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.case-item { border-top: 1px solid var(--ink); padding-top: 12px; }
.case-ba { overflow: hidden; background: var(--surface); }
.case-ba img { height: auto; aspect-ratio: 1.15; object-fit: cover; filter: saturate(.72); }
.case-label { display: flex; justify-content: space-between; gap: 15px; margin-top: 12px; font-family: var(--mono); font-size: 8px; letter-spacing: .04em; color: var(--copy); }
.gallery-note { max-width: 900px; margin: 45px auto 0; font-size: 11px; text-align: center; }
.notice-box { width: min(100%,1000px); margin: 35px auto; padding: 22px 24px; border: 1px solid var(--line); color: var(--copy); font-size: 12px; }

.cta-band { display: grid; grid-template-columns: 1fr; background: var(--olive); }
.cta-band > .container { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; padding-block: clamp(90px,10vw,150px); }
.cta-band h2 { max-width: 900px; font-size: clamp(38px,4.5vw,70px); font-weight: 400; line-height: 1.2; letter-spacing: -.055em; }
.cta-band p { max-width: 650px; margin-top: 24px; color: rgba(28,28,24,.68); }
.cta-buttons { grid-column: 2; grid-row: 1 / span 2; align-self: center; display: flex; flex-direction: column; gap: 12px; min-width: 210px; }
.cta-buttons svg { display: none; }

.story > .container { display: grid; grid-template-columns: minmax(0,.85fr) minmax(320px,1.15fr); gap: clamp(50px,8vw,130px); align-items: center; }
.story-photo { min-height: 650px; filter: saturate(.65); }
.story blockquote { margin: 38px 0 0; padding: 27px 0 0; border-top: 1px solid var(--line); font-family: var(--serif); font-size: clamp(20px,2vw,29px); line-height: 1.6; color: var(--olive-deep); }
.timeline { list-style: none; margin: 42px 0 0; padding: 0; border-top: 1px solid var(--ink); }
.timeline li { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.timeline .year { font-family: var(--mono); font-size: 10px; color: var(--olive); }

.profile-feature { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(50px,8vw,130px); align-items: start; }
.profile-photo-col .photo { height: min(700px,65vw); min-height: 560px; object-position: center 18%; filter: saturate(.65); }
.profile-feature h2 { margin-top: 16px; font-size: clamp(38px,4vw,62px) !important; color: var(--ink) !important; font-weight: 400; letter-spacing: -.05em; }
.profile-feature .role { color: var(--olive-deep) !important; }
.profile-feature > div:last-child > p { max-width: 760px; margin-top: 28px; color: var(--copy); }
.profile-creds { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px; margin-top: 45px; padding-top: 24px; border-top: 1px solid var(--line); }
.profile-creds h4 { font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.profile-creds ul { margin: 15px 0 0; padding-left: 18px; color: var(--copy); font-size: 13px; }
.profile-creds li { margin-bottom: 7px; }

.info-grid { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: clamp(50px,8vw,130px); }
.address-line { display: grid; grid-template-columns: 95px 1fr; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--copy); }
.address-line > span { font-family: var(--mono); font-size: 9px; color: var(--olive); }
.map-box { min-height: 650px; background: var(--surface); }
.map-box iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.3) saturate(.65); }

.cards-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 50px 28px; }
.card { display: block; border-top: 1px solid var(--ink); padding-top: 12px; }
.card > img { height: 320px; filter: saturate(.68); }
.card-body { padding-top: 20px; }
.card-body h2, .card-body h3 { font-family: var(--serif); font-size: clamp(24px,2.3vw,36px); font-weight: 400; line-height: 1.35; }
.card-body p { margin-top: 13px; color: var(--copy); }
.card-link { display: inline-flex; margin-top: 24px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.entry-content { width: min(calc(100% - 48px),920px); margin-inline: auto; padding-block: clamp(70px,8vw,120px); color: var(--copy); }
.entry-content > img, .entry-content figure img, .entry-content .wp-block-image img { height: auto; }
.entry-content h2, .entry-content h3 { margin: 2.2em 0 .7em; font-family: var(--serif); color: var(--ink); font-weight: 400; }
.entry-content h2 { font-size: clamp(28px,3vw,44px); }
.entry-content h3 { font-size: clamp(22px,2.2vw,32px); }
.entry-content p, .entry-content li { margin-bottom: 1em; }
.entry-content a { color: var(--olive-deep); text-decoration: underline; text-underline-offset: 3px; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.nav-links .page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); }
.nav-links .current { background: var(--ink); color: white; }

@media (max-width: 760px) {
  .container { padding-inline: 20px; }
  :is(body:not(.home):not(.is-english), body.is-english-detail) .page-hero, :is(body:not(.home):not(.is-english), body.is-english-detail) .page-hero > .container { min-height: 540px; }
  :is(body:not(.home):not(.is-english), body.is-english-detail) .page-hero h1 { font-size: clamp(43px,11vw,58px); }
  :is(body:not(.home):not(.is-english), body.is-english-detail) main > section:not(.page-hero):not(.cta-band) { padding-block: 88px; }
  .why-list, .trust-visual, .profile-creds, .info-grid, .cards-3 { grid-template-columns: 1fr; }
  .why-item, .why-item:nth-child(even) { min-height: 250px; padding-inline: 0; border-right: 0; }
  .ps-head, .step-item { grid-template-columns: 1fr; gap: 18px; }
  .pstep > p, .pstep .ps-tag, .step-item p { grid-column: auto; margin-left: 0; }
  .case-grid, .case-grid.two-case-grid { grid-template-columns: 1fr; gap: 42px; }
  body.is-english-detail .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  body.is-english-detail .compare-table th { min-width: 135px; }
  body.is-english-detail .compare-table td { min-width: 250px; }
  .cta-band > .container { grid-template-columns: 1fr; gap: 40px; padding-block: 88px; }
  .cta-buttons { grid-column: auto; grid-row: auto; min-width: 0; align-items: flex-start; }
  .story > .container { display: flex; flex-direction: column; align-items: stretch; }
  .story-photo { min-height: 480px; margin-inline: -20px; width: calc(100% + 40px); }
  .profile-feature { display: block; }
  .profile-photo-col .photo { height: 125vw; min-height: 520px; }
  .profile-feature > div:last-child { padding-top: 38px; }
  .map-box { min-height: 500px; }
  .card > img { height: 75vw; max-height: 460px; }
}
