:root {
  --ink: #17211e;
  --muted: #64706b;
  --line: #dfe5e1;
  --paper: #ffffff;
  --soft: #f4f7f5;
  --brand: #173b31;
  --brand-2: #2f6253;
  --accent: #b88a4c;
  --radius: 22px;
  --shadow: 0 18px 60px rgba(24, 56, 47, 0.10);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
  line-height: 1.7;
  word-break: keep-all;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--brand); color: #fff; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-heading { max-width: 670px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.light h2, .section-heading.light p { color: #fff; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.18; letter-spacing: -.045em; }
.section-heading > p:last-child { color: var(--muted); }
.split-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.split-heading > p { max-width: 420px; margin: 0; }
.lead { font-size: 22px; font-weight: 700; line-height: 1.55; }

.skip-link { position: absolute; top: -60px; left: 20px; z-index: 9999; padding: 12px 16px; background: #000; color: #fff; }
.skip-link:focus { top: 20px; }
.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; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(223,229,225,.8); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 58px; height: 32px; border-radius: 999px; background: var(--brand); color: #fff; font-size: 12px; font-weight: 800; }
.brand-text { font-size: 17px; font-weight: 700; letter-spacing: -.03em; }
.brand-text strong { color: var(--brand-2); }
.brand-name,
.brand-branch { font-family: inherit; font-weight: 800; letter-spacing: -.035em; }
.brand-name { font-size: 18px; color: var(--ink); }
.brand-branch { font-size: 13px; color: var(--brand-2); }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 700; }
.primary-nav a { position: relative; padding: 28px 0; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--brand-2); transition: .25s; }
.primary-nav a:hover::after { right: 0; }
.header-call { padding: 12px 17px; border-radius: 999px; background: var(--brand); color: #fff; font-size: 14px; font-weight: 800; }
.header-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.header-booking { padding: 11px 16px; border: 1px solid #03c75a; border-radius: 999px; background: #03c75a; color: #fff; font-size: 14px; font-weight: 800; }
.header-call,
.header-booking { white-space: nowrap; transition: transform .2s, box-shadow .2s; }
.header-call:hover,
.header-booking:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(23,59,49,.14); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); transition: .25s; }

.hero { padding-top: 84px; overflow: hidden; }
.hero-grid { min-height: 580px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 74px; }
.hero-copy h1 { margin: 0; font-size: clamp(56px, 7vw, 92px); line-height: 1.02; letter-spacing: -.065em; }
.hero-copy h1 span { color: var(--brand-2); }
.hero-lead { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brand); color: #fff; box-shadow: 0 12px 30px rgba(23,59,49,.18); }
.button-secondary { border: 1px solid var(--line); background: #fff; }
.button-light { background: #fff; color: var(--brand); }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.hero-points li::before { content: "•"; margin-right: 8px; color: var(--accent); }
.hero-visual { position: relative; min-height: 480px; }
.visual-card { position: absolute; border-radius: 36px; box-shadow: var(--shadow); }
.large-card { inset: 40px 30px 20px 20px; padding: 48px; background: linear-gradient(145deg, #dfeae5, #f7f5ef); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.large-card::before, .large-card::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(47,98,83,.25); }
.large-card::before { width: 390px; height: 390px; right: -110px; top: -100px; }
.large-card::after { width: 220px; height: 220px; right: -30px; top: 30px; }
.visual-label { position: absolute; top: 42px; left: 48px; color: var(--brand-2); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.large-card p { position: relative; z-index: 2; margin: 0; font-size: clamp(30px, 4vw, 46px); font-weight: 800; line-height: 1.24; letter-spacing: -.045em; }
.small-card { z-index: 3; width: 150px; padding: 22px; background: #fff; }
.small-card span { display: block; color: var(--brand); font-size: 34px; font-weight: 900; line-height: 1; }
.small-card p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.top-card { top: 0; right: 0; }
.bottom-card { left: 0; bottom: 0; }

.trust-strip { background: var(--brand); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 30px 24px; border-right: 1px solid rgba(255,255,255,.14); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 18px; }
.trust-grid span { margin-top: 4px; color: rgba(255,255,255,.68); font-size: 13px; }

.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.content-stack p { margin: 0 0 20px; }
.quote-box { margin-top: 34px; padding: 28px; border-left: 4px solid var(--accent); background: var(--soft); border-radius: 0 18px 18px 0; }
.quote-box p { margin: 0; font-size: 20px; font-weight: 700; }
.about-more-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; color: var(--brand-2); font-weight: 900; }
.about-more-link span { transition: transform .2s ease; }
.about-more-link:hover span { transform: translateX(4px); }

.doctor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.doctor-card { position: relative; display: flex; flex-direction: column; overflow: hidden; min-height: 0; background: linear-gradient(155deg, #fff 0%, #f4f0e9 100%); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 40px rgba(23,59,49,.06); }
.doctor-card::before { display: none; }
.doctor-card:nth-child(2) { background: linear-gradient(155deg, #fff 0%, #edf3f0 100%); }
.doctor-card:nth-child(3) { background: linear-gradient(155deg, #fff 0%, #f3eee6 100%); }
.doctor-portrait { display: block; width: 164px; height: 164px; margin: 30px auto 0; object-fit: cover; object-position: center 18%; border: 6px solid rgba(255,255,255,.92); border-radius: 50%; background: #f8f3eb; box-shadow: 0 12px 30px rgba(23,59,49,.12); }
.doctor-info { position: relative; z-index: 1; display: flex; flex: 1; flex-direction: column; padding: 30px 30px 32px; }
.doctor-index { position: absolute; right: 24px; top: -54px; display: grid; place-items: center; width: 42px; height: 42px; margin: 0; border: 1px solid rgba(23,59,49,.12); border-radius: 50%; background: rgba(255,255,255,.9); color: rgba(23,59,49,.55); font-family: Georgia, serif; font-size: 19px; line-height: 1; backdrop-filter: blur(8px); }
.doctor-info .doctor-link { margin-top: auto; padding-top: 24px; }
.tag { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: #e7efeb; color: var(--brand-2); font-size: 12px; font-weight: 800; }
.doctor-info h3 { margin: 12px 0 10px; font-size: 24px; }
.doctor-info p { color: var(--muted); }
.doctor-info ul { margin: 18px 0 0; padding-left: 20px; font-size: 14px; }
.doctor-link { display: inline-flex; margin-top: 20px; color: var(--brand-2); font-size: 14px; font-weight: 900; }

.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.care-card { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); transition: .25s; }
.care-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.care-card > span { color: var(--accent); font-weight: 900; }
.care-card h3 { margin: 38px 0 12px; font-size: 24px; }
.care-card p { margin: 0; color: var(--muted); }
.care-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.care-links a { display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--brand-2); font-size: 13px; font-weight: 900; }
.care-links a::after { content: " →"; margin-left: 4px; }
.care-links a:hover { border-color: var(--brand-2); background: var(--soft); }

.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.treatment-card { padding: 36px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.045); }
.treatment-card-link { display: block; color: inherit; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.treatment-card-link:hover { transform: translateY(-3px); border-color: rgba(213,178,127,.7); background: rgba(255,255,255,.075); }
.treatment-no { color: #d5b27f; font-size: 13px; font-weight: 900; }
.treatment-card h3 { margin: 26px 0 10px; font-size: 28px; }
.treatment-card p { margin: 0; color: rgba(255,255,255,.7); }
.treatment-more { display: inline-block; margin-top: 24px; color: #d5b27f; font-size: 14px; font-weight: 900; }

.column-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.column-card { display: flex; flex-direction: column; min-height: 300px; padding: 28px; border-radius: var(--radius); background: var(--soft); }
.column-category { color: var(--brand-2); font-size: 12px; font-weight: 900; }
.column-card h3 { margin: 28px 0 12px; font-size: 22px; line-height: 1.45; }
.column-card p { color: var(--muted); }
.column-card a { margin-top: auto; color: var(--brand-2); font-size: 14px; font-weight: 800; }
.column-card-published { padding: 0 0 28px; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.column-card-published > :not(.column-cover) { margin-left: 28px; margin-right: 28px; }
.column-cover { display: block; width: 100%; margin: 0 0 24px !important; aspect-ratio: 16 / 10; overflow: hidden; background: var(--soft); }
.column-cover img { width: 100%; height: 100%; object-fit: cover; }
.column-card-published h3 { margin-top: 14px; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 46px 24px 0; cursor: pointer; font-size: 19px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--brand-2); font-size: 27px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 46px 24px 0; color: var(--muted); }
.faq-more-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 28px; padding: 13px 20px; border: 1px solid var(--brand); border-radius: 999px; color: var(--brand); font-weight: 800; transition: .2s ease; }
.faq-more-link:hover { background: var(--brand); color: #fff; transform: translateY(-1px); }
.article-figure-anatomy figcaption strong { display: block; margin-bottom: 6px; color: var(--brand); }
.article-figure-anatomy figcaption span { display: block; }
.article-quote { margin: 30px 0 0; padding: 26px 28px; border-left: 4px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; background: var(--soft); color: var(--brand); font-size: 21px; font-weight: 900; line-height: 1.65; }
.text-link { color: var(--brand-2); font-weight: 900; text-decoration: underline; text-decoration-color: rgba(38,96,80,.35); text-underline-offset: 5px; }

.visit-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 34px; align-items: stretch; }
.directions-panel { padding: 44px 12px 10px 0; }
.directions-panel h2,
.hours-panel h2 { margin: 0; font-size: clamp(34px, 4vw, 48px); letter-spacing: -.045em; }
.visit-address { margin: 14px 0 30px; color: var(--ink); font-size: clamp(20px, 2.2vw, 28px); font-weight: 800; line-height: 1.5; }
.direction-cards { display: grid; gap: 14px; }
.direction-card { padding: 24px 26px; border-radius: 22px; background: #f5f2ec; }
.direction-card strong,
.direction-card span { display: block; }
.direction-card strong { margin-bottom: 4px; color: var(--brand); font-size: 18px; }
.direction-card span { color: var(--ink); font-size: 17px; }
.map-actions,
.hours-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.map-button,
.hours-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 800; }
.map-button-primary { border-color: var(--brand); background: var(--brand); color: #fff; }
.hours-panel { padding: 44px 40px; border-radius: 30px; background: var(--brand); color: #fff; }
.hours-list { margin: 22px 0 0; }
.hours-list > div { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.hours-list dt { font-weight: 700; }
.hours-list dd { margin: 0; font-size: 20px; font-weight: 900; white-space: nowrap; }
.hours-note { margin: 24px 0 0; color: rgba(255,255,255,.72); }
.hours-actions a { border-color: #fff; color: var(--brand); }
.hours-actions a.is-pending { cursor: not-allowed; opacity: .72; }

.doctor-detail { min-height: 100vh; background: var(--soft); }
.doctor-detail-main { padding: 64px 0 100px; }
.doctor-detail-hero { overflow: hidden; border-radius: 30px; background: var(--brand); box-shadow: var(--shadow); }
.doctor-detail-hero img { width: 100%; height: auto; }
.doctor-detail-hero .doctor-detail-portrait { display: block; width: 100%; height: auto; padding: 0; object-fit: cover; object-position: center; background: #faf4ec; }
.doctor-detail-content { display: grid; grid-template-columns: .7fr 1.3fr; gap: 56px; padding: 54px; background: #fff; }
.doctor-detail-title .tag { margin-bottom: 16px; }
.doctor-detail-title h1 { margin: 0; font-size: clamp(38px, 5vw, 64px); letter-spacing: -.055em; }
.doctor-detail-title .doctor-affiliation { margin: 10px 0 0; color: var(--brand-2); font-size: 15px; font-weight: 800; }
.doctor-detail-title p { margin: 18px 0 0; color: var(--muted); font-size: 18px; }
.doctor-care-list { margin: 30px 0 0; padding: 24px; border-radius: 20px; background: var(--soft); }
.doctor-care-list strong { display: block; margin-bottom: 8px; color: var(--brand-2); }
.doctor-care-list p { margin: 0; }
.doctor-profile-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; }
.doctor-profile-columns h2 { margin: 0 0 16px; font-size: 21px; }
.doctor-profile-columns ul { margin: 0; padding-left: 20px; color: var(--muted); }
.doctor-profile-columns li + li { margin-top: 8px; }
.doctor-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.doctor-interview { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.doctor-interview .eyebrow { margin: 0 0 12px; }
.doctor-interview h2 { margin: 0 0 20px; color: var(--brand); font-size: clamp(24px, 3vw, 34px); line-height: 1.38; letter-spacing: -.035em; }
.doctor-interview p:not(.eyebrow), .doctor-philosophy p { margin: 0; color: var(--muted); line-height: 1.9; }
.doctor-interview p + p { margin-top: 12px; }
.doctor-philosophy { margin-bottom: 34px; padding: 24px 26px; border-radius: 20px; background: var(--soft); }
.doctor-philosophy h2 { margin: 0 0 10px; font-size: 20px; }
.shared-direction { margin-top: 30px; padding: clamp(28px, 5vw, 48px); border-radius: 30px; background: var(--brand); color: #fff; box-shadow: var(--shadow); }
.shared-direction .eyebrow { color: var(--gold); }
.shared-direction h2 { margin: 8px 0 14px; font-size: clamp(28px, 4vw, 42px); letter-spacing: -.045em; }
.shared-direction > p:not(.eyebrow) { max-width: 760px; margin: 0; color: rgba(255,255,255,.76); }
.shared-direction ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.shared-direction li { padding: 15px 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.06); font-weight: 700; }
.shared-direction > strong { display: block; color: var(--gold); font-size: clamp(18px, 2.4vw, 24px); line-height: 1.55; }

.condition-page { background: var(--paper); }
.condition-hero { padding: 86px 0 78px; background: linear-gradient(145deg, #e4eee9, #f8f5ef); }
.condition-hero-inner { max-width: 900px; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.breadcrumb a { color: var(--brand-2); font-weight: 700; }
.breadcrumb span[aria-hidden="true"] { opacity: .55; }
.condition-hero h1 { max-width: 820px; margin: 0; font-size: clamp(44px, 6vw, 76px); line-height: 1.12; letter-spacing: -.06em; }
.condition-hero .condition-intro { max-width: 780px; margin: 28px 0 0; color: var(--muted); font-size: 20px; }
.condition-main { padding: 84px 0 108px; }
.condition-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 70px; align-items: start; }
.condition-article { max-width: 790px; }
.condition-section + .condition-section { margin-top: 68px; }
.condition-section h2 { margin: 0 0 20px; font-size: clamp(28px, 3vw, 40px); line-height: 1.28; letter-spacing: -.045em; }
.condition-section p { margin: 0 0 16px; color: #3e4b46; font-size: 17px; }
.condition-list { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.condition-list li { position: relative; padding: 15px 18px 15px 46px; border-radius: 14px; background: var(--soft); }
.condition-list li::before { content: "✓"; position: absolute; left: 18px; color: var(--brand-2); font-weight: 900; }
.condition-sidebar { position: sticky; top: 104px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.condition-sidebar strong { display: block; margin-bottom: 8px; font-size: 20px; }
.condition-sidebar p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.condition-sidebar .button { width: 100%; }
.condition-sidebar .button + .button { margin-top: 10px; }
.doctor-note { margin-top: 68px; padding: 34px; border-left: 5px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; background: var(--soft); }
.doctor-note h2 { margin: 0 0 14px; font-size: 26px; }
.doctor-note p { margin: 0; color: #3e4b46; font-size: 17px; }
.references { margin-top: 68px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.references h2 { margin: 0 0 10px; font-size: 24px; }
.references > p { margin: 0 0 18px; color: var(--muted); }
.references ul { margin: 0; padding-left: 20px; }
.references li + li { margin-top: 8px; }
.references a { color: var(--brand-2); text-decoration: underline; text-underline-offset: 3px; }
.references .medical-disclaimer { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 14px; }
.visit-detail-note { margin: 18px 0 0; color: var(--muted); font-size: 14px; }
.hours-kicker { margin: -10px 0 22px; color: var(--brand-2); font-weight: 800; }
.medical-review { margin-top: 28px; padding: 24px 28px; border: 1px solid rgba(23, 59, 49, .12); border-radius: var(--radius); background: var(--surface); }
.medical-review h2 { margin: 0 0 12px; color: var(--brand); font-size: 1.12rem; }
.medical-review strong { display: block; color: var(--text); }
.medical-review p { margin: 5px 0 0; color: var(--muted); }
.condition-faq details { border-top: 1px solid var(--line); }
.condition-faq details:last-child { border-bottom: 1px solid var(--line); }
.condition-faq summary { padding: 20px 36px 20px 0; cursor: pointer; font-weight: 800; }
.condition-faq details p { padding: 0 20px 20px 0; }
.info-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 28px 0; }
.info-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.info-card h3 { margin: 0 0 10px; color: var(--brand); font-size: 19px; }
.info-card p { margin: 0; color: var(--muted); font-size: 15px; }
.info-card-link { display: block; color: inherit; transition: transform .2s ease, border-color .2s ease; }
.info-card-link:hover { transform: translateY(-3px); border-color: var(--brand-2); }
.info-card-link span { display: inline-block; margin-top: 18px; color: var(--brand-2); font-size: 14px; font-weight: 900; }
.principle-list { display: grid; gap: 14px; margin-top: 28px; }
.principle-item { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 26px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.principle-item > span { color: var(--accent); font-family: Georgia, serif; font-size: 25px; font-weight: 700; }
.principle-item h3 { margin: 0 0 8px; color: var(--brand); font-size: 20px; }
.principle-item p { margin: 0; color: var(--muted); }
.article-byline { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 24px 0 0; color: var(--muted); font-size: 14px; }
.article-byline strong { color: var(--brand); }
.article-summary { margin: 0 0 54px; padding: 26px 28px; border-left: 4px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; background: var(--soft); }
.article-summary strong { display: block; margin-bottom: 10px; color: var(--brand); font-size: 18px; }
.article-figure { margin: 34px 0 10px; }
.article-figure img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.article-figure figcaption { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.program-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
.program-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.program-card.featured { border-color: var(--accent); background: linear-gradient(145deg, #fff, var(--soft)); }
.program-label { display: block; margin-bottom: 8px; color: var(--accent); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.program-card h3 { margin: 0 0 8px; font-size: 25px; }
.program-card p { font-size: 15px; }
.program-table-wrap { overflow-x: auto; margin-top: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.program-table { width: 100%; min-width: 620px; border-collapse: collapse; }
.program-table th, .program-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.program-table th { background: var(--soft); color: var(--brand); font-weight: 900; }
.program-table tr:last-child td { border-bottom: 0; }
.process-list { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; counter-reset: process; }
.process-list li { position: relative; padding: 15px 18px 15px 54px; border-bottom: 1px solid var(--line); counter-increment: process; }
.process-list li::before { content: counter(process, decimal-leading-zero); position: absolute; left: 10px; color: var(--accent); font-weight: 900; }

.contact-cta { padding: 80px 0; background: var(--brand-2); color: #fff; }
.cta-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-wrap p { margin: 0 0 8px; color: rgba(255,255,255,.72); }
.cta-wrap h2 { margin: 0; font-size: clamp(28px, 4vw, 46px); }
.cta-wrap h2 a { color: #fff; }

.site-footer { padding: 50px 0 110px; background: #102a23; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-branch { color: rgba(255,255,255,.56); }
.site-footer p { color: rgba(255,255,255,.58); font-size: 13px; }
.footer-meta { text-align: right; }
.footer-policy-link { color: rgba(255,255,255,.86); text-decoration: underline; text-underline-offset: 4px; }
.footer-policy-link:hover { color: #fff; }

.privacy-hero .condition-hero-inner { padding-bottom: 54px; }
.privacy-effective { margin-top: 18px; color: var(--muted); font-size: 14px; }
.privacy-layout { max-width: 940px; }
.privacy-article { width: 100%; }
.privacy-list { display: grid; gap: 9px; margin: 18px 0; padding-left: 22px; color: var(--text); }
.privacy-list li { padding-left: 4px; }
.privacy-table-wrap { overflow-x: auto; margin: 22px 0; border: 1px solid var(--line); border-radius: 18px; }
.privacy-table { width: 100%; border-collapse: collapse; background: #fff; }
.privacy-table th, .privacy-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.privacy-table tr:last-child th, .privacy-table tr:last-child td { border-bottom: 0; }
.privacy-table th { width: 180px; color: var(--brand); background: var(--soft); font-weight: 700; }
.privacy-contact { margin-top: 20px; padding: 22px; border-radius: 18px; background: var(--soft); }
.privacy-contact p { margin: 7px 0 0; }
.mobile-call,
.mobile-contact-bar { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  .primary-nav { gap: 15px; }
  .primary-nav a { font-size: 13px; }
  .header-actions { display: none; }
  .hero-grid { gap: 30px; }
  .doctor-grid, .care-grid, .column-grid { grid-template-columns: repeat(2, 1fr); }
  .two-column { gap: 50px; }
}

@media (max-width: 820px) {
  body { padding-bottom: 74px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .nav-wrap { min-height: 68px; }
  .menu-button { display: block; margin-left: auto; }
  .primary-nav { position: fixed; inset: 68px 0 auto 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 22px 22px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(23,59,49,.1); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .primary-nav a::after { display: none; }
  .menu-button.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button.is-open span:nth-child(2) { opacity: 0; }
  .menu-button.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 46px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: clamp(50px, 15vw, 74px); }
  .hero-lead { font-size: 18px; }
  .hero-visual { min-height: 430px; }
  .large-card { inset: 30px 10px 16px 10px; padding: 34px; border-radius: 28px; }
  .visual-label { left: 34px; top: 30px; }
  .small-card { width: 126px; padding: 18px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .two-column, .faq-layout, .visit-grid, .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .doctor-detail-content { grid-template-columns: 1fr; gap: 34px; padding: 38px; }
  .condition-layout { grid-template-columns: 1fr; gap: 50px; }
  .info-card-grid { grid-template-columns: 1fr; }
  .principle-item { grid-template-columns: 42px 1fr; padding: 22px 20px; }
  .condition-sidebar { position: static; }
  .program-cards { grid-template-columns: 1fr; }
  .doctor-grid, .care-grid, .column-grid, .treatment-grid { grid-template-columns: 1fr; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 18px; }
  .doctor-card { min-height: 0; }
  .doctor-portrait { width: 148px; height: 148px; margin-top: 26px; }
  .directions-panel { padding: 10px 0 0; }
  .cta-wrap { display: block; text-align: center; }
  .cta-wrap .button { margin-top: 24px; }
  .footer-meta { text-align: left; }
  .mobile-contact-bar { position: fixed; z-index: 1500; left: 12px; right: 12px; bottom: 10px; display: grid; grid-template-columns: 1fr 1fr; min-height: 62px; overflow: hidden; border-radius: 18px; box-shadow: 0 12px 34px rgba(0,0,0,.25); }
  .mobile-contact-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8px 10px; background: var(--brand); color: #fff; text-align: center; }
  .mobile-contact-bar a + a { border-left: 1px solid rgba(255,255,255,.25); background: #f5d90a; color: #2b2415; }
  .mobile-contact-bar span { font-size: 13px; font-weight: 800; }
  .mobile-contact-bar strong { font-size: 14px; }
}

@media (max-width: 560px) {
  .brand-mark { width: 52px; }
  .brand-text { font-size: 15px; }
  .brand { gap: 6px; }
  .brand-name { font-size: 16px; }
  .brand-branch { font-size: 12px; }
  .hero-actions .button, .visit-actions .button { width: 100%; }
  .hero-points { display: grid; gap: 5px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .doctor-card { min-height: 0; }
  .section-heading h2 { font-size: 36px; }
  .care-card { min-height: auto; }
  .hours-panel { padding: 34px 24px; border-radius: 24px; }
  .map-actions .map-button,
  .hours-actions a { flex: 1 1 140px; }
  .direction-card { padding: 21px 22px; }
  .direction-card span { font-size: 16px; }
  .hours-list > div { gap: 14px; }
  .hours-list dd { font-size: 18px; }
  .doctor-detail-main { padding: 28px 0 80px; }
  .doctor-detail-hero { border-radius: 22px; }
  .doctor-detail-hero .doctor-detail-portrait { height: 310px; padding: 0; object-fit: cover; object-position: center; }
  .doctor-detail-content { padding: 28px 22px; }
  .doctor-profile-columns { grid-template-columns: 1fr; gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: .01ms !important; }
}
