
:root{
  --navy:#10395f; --navy-deep:#082e4e; --blue:#87c8f4;
  --ink:#15283a; --muted:#687887; --line:#e2e9ef; --soft:#f4f8fb;
  --warm:#faf9f6; --white:#fff; --shadow:0 22px 60px rgba(16,52,82,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Pretendard","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;color:var(--ink);line-height:1.65;letter-spacing:-.025em;background:#fff}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1380px,calc(100% - 120px));margin:0 auto}

/* HEADER */
header{height:94px;background:#fff;border-bottom:1px solid #eef2f5;display:flex;align-items:center;position:sticky;top:0;z-index:50}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;white-space:nowrap;flex:0 0 auto}
.brand img{display:block;width:600px;height:82px;max-width:none;object-fit:cover;object-position:center center}
.mobile-logo{display:none!important}
nav{display:flex;align-items:center;gap:33px;font-size:16px;font-weight:780;color:#283b4d;white-space:nowrap}
nav a{position:relative;padding:10px 0}
nav a:not(.reserve):after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:#4b8fbe;transition:.2s}
nav a:hover:after{right:0}
.reserve{background:#123f6b;color:#fff!important;padding:13px 20px!important;border-radius:999px}
.menu-button{display:none;border:0;background:none;font-size:26px;color:#173e60}

/* HERO — 기존 선호 화면 방향 유지 */
.hero{position:relative;height:calc(100vh - 94px);min-height:760px;max-height:900px;overflow:hidden;background:#173952}
.hero-photo{position:absolute;inset:0;background-image:url("/assets/a1d8d527ba19fe1545e1e0d0df65f864c5761b5686125e3f3473398158071fea.png");background-repeat:no-repeat;background-size:94% auto;background-position:right 30%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,37,61,.96) 0%,rgba(8,43,69,.84) 28%,rgba(15,49,74,.56) 50%,rgba(20,52,75,.20) 70%,rgba(12,38,58,.05) 100%)}
.hero-overlay:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,26,42,.03),rgba(7,26,42,.13))}
.hero-inner{position:relative;z-index:2;height:100%;display:flex;align-items:center}
.hero-copy{width:625px;color:#fff}
.eyebrow{display:inline-flex;align-items:center;min-height:44px;padding:0 32px;border-radius:999px;background:rgba(255,255,255,.95);color:#367ab4;font-size:16px;font-weight:690;margin-bottom:42px;box-shadow:0 8px 24px rgba(9,39,61,.07)}
.hero h1{font-size:64px;line-height:1.15;letter-spacing:-.065em;margin:0;font-weight:900;text-shadow:0 3px 16px rgba(0,0,0,.12)}
.hero h1 span{display:block;color:#94cef7;margin-top:8px}
.hero-desc{margin:30px 0 0;font-size:22px;line-height:1.72;color:rgba(255,255,255,.95);font-weight:520}
.hero-actions{display:flex;gap:18px;margin-top:46px}
.hero-btn{min-width:164px;height:62px;border:2px solid rgba(255,255,255,.92);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:17px;font-weight:830}
.hero-btn.primary{background:#fff;color:#143e61}
.hero-btn.secondary{background:rgba(255,255,255,.04);color:#fff;backdrop-filter:blur(4px)}
.hero-proof{margin-top:54px;padding-top:25px;position:relative;color:rgba(255,255,255,.78);font-size:15px;font-weight:650}
.hero-proof:before{content:"";position:absolute;top:0;left:0;width:48px;height:1px;background:rgba(255,255,255,.65)}

/* COMMON */
section.content{padding:112px 0}
.kicker{font-size:12px;letter-spacing:.14em;color:#3977a8;font-weight:900;margin-bottom:15px}
.title{margin:0;font-size:43px;line-height:1.27;letter-spacing:-.055em;color:#142e44}
.desc{margin:18px 0 0;max-width:750px;font-size:17px;color:var(--muted)}
.section-row{display:flex;align-items:end;justify-content:space-between;gap:32px}
.text-link{font-size:14px;color:#34739f;font-weight:850;white-space:nowrap}

/* PHILOSOPHY */
.philosophy{background:#fff}
.philosophy-head{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:end}
.mission{font-size:27px;line-height:1.55;font-weight:830;color:#153f63}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:54px}
.value{border:1px solid var(--line);border-radius:24px;padding:31px 30px 34px;background:#fff}
.value-num{font-size:12px;color:#4d86b1;font-weight:900;letter-spacing:.08em}
.value h3{font-size:21px;margin:17px 0 8px}
.value p{margin:0;color:#6b7986;font-size:14px}


/* HISTORY */
.history{background:#0e3556;color:#fff;padding:88px 0 86px}
.history .kicker{color:#9bcff1;margin-bottom:13px}
.history-head{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:38px}
.history-title{margin:0;font-size:39px;line-height:1.24;letter-spacing:-.05em;color:#fff}
.history-note{max-width:610px;margin:0;color:#d7e5ee;font-size:16px;line-height:1.78}
.history-note .nowrap{white-space:nowrap}
.history-year b{font-weight:850;color:#fff}
.history-years{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.24);border-bottom:1px solid rgba(255,255,255,.24)}
.history-year{padding:30px 34px 31px;min-height:142px;position:relative}
.history-year+ .history-year{border-left:1px solid rgba(255,255,255,.20)}
.history-year strong{display:block;font-size:31px;line-height:1;color:#9bd0f3;letter-spacing:-.03em;margin-bottom:15px}
.history-year span{display:block;font-size:15px;line-height:1.62;color:#fff;font-weight:650}
.history-closing{margin-top:28px;font-size:21px;line-height:1.55;font-weight:800;color:#fff}
@media(max-width:840px){
  .history{padding:68px 0 66px}
  .history-head{display:block;margin-bottom:30px}
  .history-title{font-size:33px}
  .history-note{margin-top:19px;font-size:15px}
  .history-years{grid-template-columns:1fr}
  .history-year{padding:23px 4px;min-height:0}
  .history-year+ .history-year{border-left:0;border-top:1px solid rgba(255,255,255,.18)}
  .history-year strong{font-size:27px;margin-bottom:10px}
  .history-year span{font-size:14px}
  .history-closing{font-size:19px;margin-top:24px}
}

/* DIRECTOR */
.director{background:var(--soft)}
.director-grid{display:grid;grid-template-columns:.83fr 1.17fr;gap:80px;align-items:center}
.director-photo{height:620px;border-radius:30px;overflow:hidden;background:#e8eef2;box-shadow:var(--shadow)}
.director-photo img{width:100%;height:100%;object-fit:cover;object-position:center 27%}
.director-quote{font-size:27px;line-height:1.5;color:#163f62;font-weight:840;margin:27px 0 24px}
.director-copy p{font-size:16px;color:#61717e;margin:0 0 14px}
.director-meta{display:flex;gap:28px;margin-top:30px;padding-top:23px;border-top:1px solid #dce4ea;font-size:14px}
.director-meta b{color:#153d60}
.director-meta span{color:#788692}

/* TREATMENTS */
.treatments{background:#fff}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:45px}
.card{border:1px solid var(--line);border-radius:22px;padding:28px 28px 30px;min-height:215px;background:#fff;transition:.2s}
.card:hover{transform:translateY(-4px);box-shadow:0 12px 34px rgba(21,57,87,.09)}
.tag{display:inline-flex;padding:6px 10px;border-radius:8px;background:#eef6fb;color:#326e9d;font-size:12px;font-weight:850}
.card h3{font-size:21px;margin:18px 0 9px}
.card p{margin:0 0 20px;color:#6c7a87;font-size:14px}
.card-go{font-size:13px;color:#173d5e;font-weight:850}

/* EXPLANATION */
.explanation{padding:0;background:#0e3556;color:#fff}
.explain-grid{display:grid;grid-template-columns:1.18fr .82fr;min-height:650px}
.explain-photo{position:relative;overflow:hidden}
.explain-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.explain-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,53,86,0) 58%,rgba(14,53,86,.9) 100%)}
.explain-copy{display:flex;flex-direction:column;justify-content:center;padding:68px 7vw 68px 64px}
.explain-copy .kicker{color:#9ed0f1}
.explain-copy .title{color:#fff;font-size:39px}
.explain-copy .desc{color:#cadbe7}
.mini-points{display:grid;gap:16px;margin-top:34px}
.mini{padding-left:18px;border-left:2px solid #79bce9}
.mini b{display:block;font-size:16px}
.mini span{display:block;color:#b9cfdd;font-size:13px;margin-top:3px}

/* KNOWLEDGE FAQ */
.knowledge{background:var(--warm)}
.knowledge-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:72px;align-items:start}
.search-box{margin-top:30px;height:56px;border-radius:16px;background:#fff;border:1px solid #dde5eb;display:flex;align-items:center;padding:0 18px;color:#84919d;font-size:14px}
.topic-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.chip{padding:8px 11px;border-radius:999px;background:#fff;border:1px solid #e0e7ed;font-size:12px;color:#526575}
.faq-list{border-top:1px solid #dfe5ea}
.faq-item{display:flex;justify-content:space-between;gap:20px;padding:23px 2px;border-bottom:1px solid #dfe5ea}
.faq-item b{font-size:16px}
.plus{color:#4f83a9;font-size:21px}
.faq-more{display:inline-flex;margin-top:22px;color:#2f6f9e;font-weight:850;font-size:14px}

/* COLUMN */
.columns{background:#fff}
.column-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}
.column{border-radius:22px;background:#f7f9fb;padding:28px;min-height:230px;border:1px solid #e7ebef}
.column-cat{font-size:12px;font-weight:850;color:#4c82a8}
.column h3{font-size:20px;line-height:1.45;margin:16px 0 13px}
.column p{margin:0;color:#6b7985;font-size:14px}
.column-date{margin-top:25px;font-size:12px;color:#96a1aa}

/* SURGERY */
.surgery{position:relative;padding:0;overflow:hidden;background:#0a1622}
.surgery:before{content:"";position:absolute;inset:0;background-image:var(--surgery-bg);background-size:cover;background-position:left center;filter:grayscale(1) brightness(.78) contrast(1.03);transform:scale(1.03)}
.surgery:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,21,34,.74) 0%,rgba(8,21,34,.62) 34%,rgba(8,21,34,.44) 55%,rgba(8,21,34,.74) 100%)}
.surgery-wrap{position:relative;z-index:2;display:grid;grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);gap:52px;align-items:center;min-height:600px;width:min(1240px,calc(100% - 120px));margin:0 auto;padding:64px 0}
.surgery-visual{display:flex;justify-content:flex-start}
.surgery-card{width:min(420px,100%);height:500px;border-radius:28px;overflow:hidden;background:#09111a;box-shadow:0 24px 60px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.18)}
.surgery-card img{width:100%;height:100%;object-fit:cover;object-position:center center}
.surgery-copy{padding:18px 0;color:#fff;max-width:520px}
.surgery-copy .kicker{color:#c8d8e5}
.surgery-copy .title{color:#fff;font-size:41px;line-height:1.28;margin-bottom:18px}
.surgery-copy p{color:#dce5eb;font-size:17px;max-width:500px}
@media(max-width:840px){
  .surgery-wrap{grid-template-columns:1fr;width:calc(100% - 40px);gap:28px;min-height:0;padding:44px 0}
  .surgery-visual{justify-content:center}
  .surgery-card{height:430px;max-width:420px}
  .surgery-copy{padding:0 0 20px}
}
@media(max-width:560px){
  .surgery-card{height:360px}
}

/* VISIT */
.visit{background:#f2f6f8}
.visit-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;margin-top:42px}
.box{background:#fff;border-radius:24px;border:1px solid #e0e7ec;padding:32px}
.box h3{margin:0 0 18px;font-size:21px}
.address{font-size:18px;color:#153f62;font-weight:850}
.muted{font-size:14px;color:#73808c}
.map{margin-top:22px;border-radius:17px;border:1px solid #dce5eb;background:#fff;overflow:hidden}
.map img{width:100%;height:auto;display:block}
.map-links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}
.map-link{min-height:46px;border:1px solid #cbd8e2;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:820;color:#29465f;background:#fff}
.map-link.primary{background:#123f6b;border-color:#123f6b;color:#fff}
.map-link:hover{filter:brightness(.98)}
.hour{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid #edf0f2;font-size:14px}
.hour b{color:#163e60}
.hour.sunday,.hour.sunday b{color:#3F7FAE}
.hour.thursday,.hour.thursday b{color:#B94A48}
.notice{margin-top:18px;padding:15px 16px;border-radius:14px;background:#f4f7f9;color:#697987;font-size:12px}

/* FOOTER */
footer{background:#0d304f;color:#dbe6ee;padding:46px 0}
.footer-inner{display:flex;justify-content:space-between;gap:40px;align-items:flex-end}
.footer-logo{font-size:27px;font-weight:900;color:#fff}
.footer-sub{font-size:13px;color:#a9bfce;margin-top:7px}
.footer-meta{font-size:12px;color:#9eb5c5;text-align:right}
.mobile-cta{display:none}

/* RESPONSIVE */
@media(max-width:1150px){
  .container{width:min(100% - 54px,1100px)}
  nav{gap:20px;font-size:14px}
  .brand .desktop-logo{width:470px;height:68px;max-width:none;object-fit:cover;object-position:center center}
  .hero-photo{background-size:cover;background-position:58% center}
  .hero-copy{width:570px}
}
@media(max-width:840px){
  header{height:74px} nav{display:none} .menu-button{display:block}
  .container{width:calc(100% - 40px)}
  .brand .desktop-logo{display:none!important}
  .brand .mobile-logo{display:block!important;width:auto;height:56px;max-width:calc(100vw - 96px);object-fit:contain;object-position:left center}
  .hero{height:700px;min-height:0;max-height:none}
  .hero-photo{background-size:cover;background-position:61% center}
  .hero-overlay{background:linear-gradient(180deg,rgba(8,37,60,.15) 0%,rgba(8,37,60,.30) 37%,rgba(7,34,56,.93) 76%,rgba(7,34,56,.98) 100%)}
  .hero-inner{align-items:flex-end;padding-bottom:54px}
  .hero-copy{width:100%}
  .eyebrow{min-height:35px;padding:0 17px;font-size:12px;margin-bottom:20px}
  .hero h1{font-size:43px} .hero-desc{font-size:16px;margin-top:18px}
  .hero-actions{margin-top:27px} .hero-btn{height:50px;min-width:132px;font-size:14px}
  .hero-proof{margin-top:29px}
  section.content{padding:78px 0}
  .title{font-size:34px}
  .philosophy-head,.director-grid,.knowledge-grid,.visit-grid{grid-template-columns:1fr}
  .philosophy-head{gap:30px} .values,.cards,.column-cards{grid-template-columns:1fr 1fr}
  .director-photo{height:520px;max-width:520px}
  .explain-grid{grid-template-columns:1fr} .explain-photo{height:420px}
  .explain-photo:after{background:linear-gradient(180deg,rgba(14,53,86,0) 70%,rgba(14,53,86,.78) 100%)}
  .explain-copy{padding:58px 32px}
  .surgery-wrap{grid-template-columns:1fr;min-height:0}
  .surgery-visual{padding:0;background:#0f141a;justify-content:center}
  .surgery-visual img{width:100%;height:360px;max-height:none;object-fit:cover;object-position:center}
  .surgery-copy{padding:42px 28px 48px;background:linear-gradient(180deg,#142131,#101a25)}
  .footer-inner{display:block} .footer-meta{text-align:left;margin-top:18px}
  .mobile-cta{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:0;right:0;bottom:0;z-index:60;height:58px;box-shadow:0 -8px 28px rgba(9,38,60,.15)}
  .mobile-cta a{display:flex;align-items:center;justify-content:center;font-weight:850;font-size:14px}
  .mobile-cta .call{background:#fff;color:#123b5d} .mobile-cta .booking{background:#123d66;color:#fff}
  footer{padding-bottom:105px}
}
@media(max-width:560px){
  .values,.cards,.column-cards{grid-template-columns:1fr}
  .hero{height:650px} .hero h1{font-size:38px}
  .hero-actions{gap:10px} .hero-btn{flex:1;min-width:0}
  .mission{font-size:22px} .director-photo{height:460px}
  .explain-photo{height:330px} .explain-copy{padding:48px 20px}
  .surgery-wrap{height:auto}
}


/* DIRECTOR STORY + HISTORY — 2026-09-14 final candidate */
.director-story{background:var(--soft)}
.director-story .director{background:var(--soft);padding-top:96px;padding-bottom:92px}
.director-story .director-grid{display:grid;grid-template-columns:.80fr 1.20fr;gap:76px;align-items:start}
.director-story .director-photo{height:650px;border-radius:30px;overflow:hidden;background:#e8eef2;box-shadow:var(--shadow);position:sticky;top:104px}
.director-story .director-photo img{width:100%;height:100%;object-fit:cover;object-position:center 27%}
.director-story .director-copy .title{font-size:42px;line-height:1.28;margin-bottom:25px}
.director-story .director-copy p{font-size:16px;line-height:1.86;color:#596b79;margin:0 0 16px}
.director-story .director-copy p strong{color:#183f60}
.director-story .director-memory{font-size:25px;line-height:1.55;color:#173f61;font-weight:840;margin:27px 0 25px;padding:22px 0;border-top:1px solid #d7e2e9;border-bottom:1px solid #d7e2e9}
.director-story .director-belief{margin-top:28px;padding:27px 28px;border-radius:20px;background:#fff;border:1px solid #dfe8ee;font-size:21px;line-height:1.65;font-weight:830;color:#173f61;box-shadow:0 8px 28px rgba(18,57,88,.05)}
.director-story .director-ending{font-weight:760;color:#203f56!important;margin-top:17px!important}
.director-profile{display:grid;grid-template-columns:170px 1fr;gap:24px;margin-top:31px;padding-top:28px;border-top:1px solid #d7e1e8}
.director-profile-head b{display:block;font-size:20px;color:#163e60;margin-bottom:5px}.director-profile-head span{font-size:13px;color:#7a8894;font-weight:700}
.director-profile-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px;font-size:14px;line-height:1.65;color:#556b7a}
.director-profile-list span{position:relative;padding-left:12px}.director-profile-list span:before{content:"";position:absolute;left:0;top:.78em;width:4px;height:4px;border-radius:50%;background:#4f88b1}

.director-story .history{background:#0e3556;color:#fff;padding:88px 0 90px}
.director-story .history .kicker{color:#9bcff1;margin-bottom:13px}
.director-story .history-head{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:end;margin-bottom:37px}
.director-story .history-title{margin:0;font-size:40px;line-height:1.25;letter-spacing:-.05em;color:#fff}
.director-story .history-note{margin:0;color:#d7e5ee;font-size:16px;line-height:1.82;max-width:none}
.director-story .history-note b{color:#fff}
.director-story .history-years{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.23);border-bottom:1px solid rgba(255,255,255,.23);margin-bottom:42px}
.director-story .history-year{padding:29px 32px 30px;min-height:140px}.director-story .history-year+.history-year{border-left:1px solid rgba(255,255,255,.18)}
.director-story .history-year strong{display:block;font-size:30px;line-height:1;color:#9bd0f3;margin-bottom:14px}.director-story .history-year span{display:block;font-size:15px;line-height:1.62;color:#fff;font-weight:650}.director-story .history-year b{color:#fff}
.history-photo-title{font-size:14px;letter-spacing:.02em;color:#b9d9ed;font-weight:800;margin-bottom:14px}
.history-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:40px}
.history-photo-card{margin:0;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 11px 30px rgba(0,0,0,.14)}
.history-photo-card img{display:block;width:100%;height:245px;object-fit:cover;background:#e9eef2}
.history-photo-card figcaption{padding:15px 17px 17px;color:#163e5f;font-weight:800;font-size:14px;line-height:1.45}
.history-photo-card figcaption span{display:block;margin-top:4px;font-size:12px;color:#70808c;font-weight:650}
.history-change{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:12px}
.history-change .history-photo-card img{height:370px}
.history-closing-row{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:35px;padding-top:29px;border-top:1px solid rgba(255,255,255,.20)}
.director-story .history-closing{margin:0;font-size:22px;line-height:1.55;font-weight:850;color:#fff}
.history-column-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:12px;border:1px solid rgba(255,255,255,.42);color:#fff;font-size:14px;font-weight:800;white-space:nowrap;transition:.2s}.history-column-link:hover{background:#fff;color:#173e60}

@media(max-width:980px){
  .director-story .director-grid{grid-template-columns:1fr;gap:42px}
  .director-story .director-photo{position:relative;top:auto;height:560px;max-width:560px}
  .director-story .history-head{grid-template-columns:1fr;gap:18px}
  .history-photo-grid{grid-template-columns:1fr 1fr}.history-photo-grid .history-photo-card:last-child{grid-column:1/-1}
  .history-change .history-photo-card img{height:320px}
}
@media(max-width:680px){
  .director-story .director{padding-top:67px;padding-bottom:66px}
  .director-story .director-photo{height:455px}
  .director-story .director-copy .title{font-size:33px}
  .director-story .director-copy p{font-size:15px;line-height:1.8}
  .director-story .director-memory{font-size:21px;padding:18px 0;margin:22px 0}
  .director-story .director-belief{font-size:18px;padding:22px 20px}
  .director-profile{grid-template-columns:1fr;gap:15px}
  .director-profile-list{grid-template-columns:1fr;gap:6px}
  .director-story .history{padding:68px 0 70px}
  .director-story .history-title{font-size:33px}
  .director-story .history-note{font-size:15px}
  .director-story .history-years{grid-template-columns:1fr;margin-bottom:34px}
  .director-story .history-year{min-height:0;padding:22px 4px}.director-story .history-year+.history-year{border-left:0;border-top:1px solid rgba(255,255,255,.17)}
  .history-photo-grid,.history-change{grid-template-columns:1fr;gap:14px}.history-photo-grid .history-photo-card:last-child{grid-column:auto}
  .history-photo-card img,.history-change .history-photo-card img{height:auto;aspect-ratio:4/3;object-fit:cover}
  .history-closing-row{display:block}.director-story .history-closing{font-size:19px}.history-column-link{margin-top:19px}
}


/* Bottom reservation CTA — added 2026-09-16 */
.bottom-reservation-cta{margin:48px 0 28px;padding:28px 30px;border-radius:20px;background:#f3f8fb;border:1px solid #dce8f0;display:flex;align-items:center;justify-content:space-between;gap:24px}
.bottom-reservation-copy{display:flex;flex-direction:column;gap:5px}
.bottom-reservation-copy strong{font-size:18px;line-height:1.4;color:#163e60}
.bottom-reservation-copy span{font-size:14px;line-height:1.55;color:#6c7b87}
.bottom-reservation-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;background:#123f6b;color:#fff!important;font-size:15px;font-weight:850;white-space:nowrap}
.bottom-reservation-btn:hover{filter:brightness(1.04)}
@media(max-width:680px){.bottom-reservation-cta{margin:38px 0 24px;padding:22px 20px;display:block}.bottom-reservation-btn{width:100%;margin-top:16px}.bottom-reservation-copy strong{font-size:17px}.bottom-reservation-copy span{font-size:14px}}


/* Original images preserved; only card crop/zoom adjusted. */
.history-photo-card--topzoom img{transform:scale(1.19);transform-origin:50% 14%;}
.history-photo-card--building img{object-position:50% 50%;}
@media (max-width:680px){.history-photo-card--topzoom img{transform:scale(1.10);transform-origin:50% 12%;}}


/* FINAL history layout: original user photos only; crop handled by CSS. */
.director-story .history-photo-card .history-photo-frame{
  height:245px;
  overflow:hidden;
  background:#e9eef2;
}
.director-story .history-photo-card .history-photo-frame img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.director-story .history-photo-card--building .history-photo-frame img{
  object-position:50% 50%;
}
.director-story .history-photo-card--center-banner .history-photo-frame img{
  transform:scale(1.34);
  transform-origin:50% 8%;
}
.director-story .history-photo-card--right-banner .history-photo-frame img{
  transform:scale(1.31);
  transform-origin:64% 8%;
}
.director-story .history-story{
  display:grid;
  grid-template-columns:.36fr .64fr;
  gap:54px;
  margin:48px 0 42px;
  padding-top:38px;
  border-top:1px solid rgba(255,255,255,.20);
}
.director-story .history-story-title .kicker{color:#91c8ec}
.director-story .history-story-title h3{
  margin:9px 0 0;
  color:#fff;
  font-size:30px;
  line-height:1.3;
  letter-spacing:-.045em;
}
.director-story .history-story-copy p{
  margin:0 0 17px;
  color:#d7e5ee;
  font-size:16px;
  line-height:1.85;
}
.director-story .history-story-copy p:last-child{margin-bottom:0}
.director-story .history-story-copy strong{color:#fff;font-weight:850}
.director-story .history-photo-title--change{margin-top:6px}
.director-story .history-change{
  grid-template-columns:1fr 1fr;
  align-items:stretch;
}
.director-story .history-photo-frame--compare{
  height:350px;
}
.director-story .history-photo-frame--compare img{
  object-fit:cover;
  object-position:50% 48%;
  transform:none;
}
.director-story .history-change .history-photo-card img{height:100%}
.director-story .history-legacy{
  margin:34px 0 0;
  padding:26px 30px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:18px;
  background:rgba(255,255,255,.055);
}
.director-story .history-legacy p{
  margin:0;
  color:#d7e5ee;
  font-size:16px;
  line-height:1.8;
}
.director-story .history-legacy p+p{margin-top:6px}
.director-story .history-legacy strong{color:#fff;font-weight:850}

@media(max-width:980px){
  .director-story .history-story{grid-template-columns:1fr;gap:18px}
  .director-story .history-photo-frame--compare{height:320px}
}
@media(max-width:680px){
  .director-story .history-change{grid-template-columns:1fr}
  .director-story .history-photo-card .history-photo-frame{height:auto;aspect-ratio:4/3}
  .director-story .history-photo-card--center-banner .history-photo-frame img{transform:scale(1.28);transform-origin:50% 8%}
  .director-story .history-photo-card--right-banner .history-photo-frame img{transform:scale(1.24);transform-origin:64% 8%}
  .director-story .history-story{margin:39px 0 34px;padding-top:31px}
  .director-story .history-story-title h3{font-size:27px}
  .director-story .history-story-copy p{font-size:15px;line-height:1.8}
  .director-story .history-photo-frame--compare{height:auto;aspect-ratio:4/3}
  .director-story .history-legacy{padding:22px 20px;margin-top:28px}
  .director-story .history-legacy p{font-size:15px}
}


/* Only the Seonkyung vs Well comparison photos: preserve the original 4:3 framing. */
.director-story .history-photo-frame--compare{
  height:auto !important;
  aspect-ratio:4 / 3;
}
.director-story .history-photo-frame--compare img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 50%;
  transform:none !important;
}
@media(max-width:980px){
  .director-story .history-photo-frame--compare{height:auto !important;aspect-ratio:4 / 3;}
}


/* Comparison only: keep Seonkyung framing, enlarge current Well Dental so both buildings read at similar visual size. */
.director-story .history-change .history-photo-card:nth-child(1) .history-photo-frame--compare img{
  transform:none !important;
  object-position:50% 50% !important;
}
.director-story .history-change .history-photo-card:nth-child(2) .history-photo-frame--compare img{
  transform:scale(1.30) !important;
  transform-origin:47% 52% !important;
  object-position:50% 50% !important;
}


.director-column-link{display:inline-flex;align-items:center;gap:8px;margin-top:20px;padding:11px 15px;border:1px solid rgba(21,83,127,.18);border-radius:10px;color:#0d5c97;font-weight:700;text-decoration:none;font-size:14px;background:#f7fbfe}
.director-column-link:hover{background:#edf7fd}
.column--published h3 a{color:inherit;text-decoration:none}
.column--published h3 a:hover{color:#0d6fb8}
.column-open{display:inline-block;margin-top:14px;color:#0d6fb8;font-weight:700;text-decoration:none;font-size:14px}
@media (max-width:760px){.director-column-link{width:100%;justify-content:center;text-align:center}}


.column-page{background:#fff}
.column-hero{background:#173952;color:#fff;padding:74px 0 70px}
.column-hero-inner{width:min(900px,calc(100% - 40px));margin:0 auto}
.column-kicker{font-size:12px;letter-spacing:.18em;font-weight:800;color:#9bccec;margin-bottom:16px}
.column-hero h1{margin:0 0 22px;font-size:clamp(36px,5vw,58px);line-height:1.16;letter-spacing:-.045em;color:#fff}
.column-sub{margin:0;font-size:18px;color:#d7e8f2}
.column-meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:27px;font-size:14px;color:#a9cadc}

.column-article{width:min(820px,calc(100% - 40px));margin:0 auto;padding:64px 0 94px;font-size:18px;line-height:1.82;color:#17324a}
.column-article p{margin:0 0 25px}
.column-article h2{margin:60px 0 24px;font-size:30px;line-height:1.35;letter-spacing:-.03em;color:#0a4d79}
.column-article strong{color:#0b527e}
.column-article .quote{font-size:22px;font-weight:750;color:#0b527e;border-left:4px solid #42a4d8;padding:4px 0 4px 20px;margin:28px 0 32px}

.column-article .photo{margin:38px -80px 48px}
.column-article .photo>img{display:block;width:100%;height:auto;border-radius:16px;box-shadow:0 14px 45px rgba(18,54,78,.13)}
.column-article .photo figcaption{font-size:14px;color:#6b8291;margin-top:10px;line-height:1.55}
.column-article .photo figcaption b{display:block;color:#254d68;font-size:15px}
.column-article .photo figcaption span{display:block;margin-top:3px}

.column-article .banner-frame{height:460px;overflow:hidden;border-radius:16px;background:#e9eef2;box-shadow:0 14px 45px rgba(18,54,78,.13)}
.column-article .banner-frame img{width:100%;height:100%;object-fit:cover;display:block}
.column-article .banner-normal img{transform:scale(1.34);transform-origin:50% 8%}
.column-article .banner-move img{transform:scale(1.31);transform-origin:64% 8%}

.column-article .compare{margin:48px -110px 58px}
.column-article .section-label{font-size:15px;font-weight:800;color:#315c78;margin:0 0 14px}
.column-article .column-compare-shell{background:transparent}
.column-article .column-compare-shell .history-change{margin-top:0}

.column-article .triptych{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:44px -120px 54px}
.column-article .triptych figure{margin:0}
.column-article .triptych .frame{aspect-ratio:4/3;overflow:hidden;border-radius:14px;background:#e9eef2;box-shadow:0 12px 36px rgba(18,54,78,.12)}
.column-article .triptych img{width:100%;height:100%;object-fit:cover;display:block}
.column-article .triptych figure:nth-child(2) img{object-position:50% 55%}
.column-article .triptych figcaption{font-size:14px;color:#657b8b;margin-top:10px;line-height:1.55}
.column-article .triptych figcaption b{display:block;color:#254d68}

.column-article .values{margin:26px 0 30px;padding:22px 28px;background:#f5f9fc;border:1px solid #e0eaf0;border-radius:14px}
.column-article .values div{padding:7px 0;font-weight:650}
.column-article .closing{margin-top:42px;padding:28px 30px;background:#0e3556;color:#fff;border-radius:16px}
.column-article .closing p{margin:0 0 10px;color:#dfeef7}
.column-article .closing strong{font-size:21px;color:#fff}
.column-article .back{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #dfe8ee;padding-top:36px;margin-top:55px;color:#0b659d;font-weight:750}
.column-article .back a{color:#0b659d}

@media(max-width:980px){
  .column-article .photo,.column-article .compare,.column-article .triptych{margin-left:0;margin-right:0}
}
@media(max-width:680px){
  .column-hero{padding:52px 0 48px}
  .column-sub{font-size:16px}
  .column-article{padding-top:46px;font-size:17px}
  .column-article h2{font-size:25px;margin-top:48px}
  .column-article .quote{font-size:19px}
  .column-article .banner-frame{height:auto;aspect-ratio:4/3}
  .column-article .banner-normal img{transform:scale(1.28);transform-origin:50% 8%}
  .column-article .banner-move img{transform:scale(1.24);transform-origin:64% 8%}
  .column-article .triptych{grid-template-columns:1fr}
  .column-article .back{display:block}
  .column-article .back a{display:block;margin:9px 0}
}


.column-hero{background:#0e3556!important}
.column-article .banner-normal img{transform:scale(1.34)!important;transform-origin:50% 8%!important;object-position:50% 50%!important}
.column-article .history-change{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important;align-items:stretch!important}
.column-article .history-change .history-photo-card{display:flex!important;flex-direction:column!important;height:100%!important;margin:0!important}
.column-article .history-change .history-photo-frame--compare{height:350px!important;overflow:hidden!important;background:#e9eef2!important}
.column-article .history-change .history-photo-frame--compare img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:50% 50%!important;transform:none!important}
.column-article .history-change .history-photo-card:nth-child(2) .history-photo-frame--compare img{transform:scale(1.04)!important;transform-origin:50% 50%!important}
.column-article .history-change figcaption{min-height:74px!important;box-sizing:border-box!important}
.column-article .photo figcaption span{display:block!important;margin-top:4px!important}
@media(max-width:680px){.column-article .history-change{grid-template-columns:1fr!important}.column-article .history-change .history-photo-frame--compare{height:auto!important;aspect-ratio:4/3!important}}


/* Existing approved column text is preserved. Only photo sources/display are locked here. */
.column-article .banner-normal img{transform:none !important;object-fit:cover !important;object-position:50% 50% !important}
.column-article .banner-move img{transform:scale(1.31) !important;transform-origin:64% 8% !important;object-fit:cover !important}


/* 2026-09-17: LOCKED PC header appearance copied from the current main MASTER. */
header{height:94px!important;background:#fff!important;border-bottom:1px solid #eef2f5!important;display:flex!important;align-items:center!important;position:sticky!important;top:0!important;z-index:50!important}
header .header-inner{width:min(1380px,calc(100% - 60px))!important;margin:0 auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important}
header .brand{display:flex!important;align-items:center!important;white-space:nowrap!important;flex:0 0 auto!important;position:relative!important}
header .brand .desktop-logo{display:block!important;width:560px!important;height:78px!important;max-width:none!important;object-fit:cover!important;object-position:center center!important}
header .brand .mobile-logo{display:none!important}
header .brand-tagline{position:absolute!important;z-index:2!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;width:130px!important;min-height:64px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;background:#fff!important;color:#0b7bd3!important;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif!important;font-size:18.5px!important;line-height:1.28!important;font-weight:650!important;letter-spacing:-.035em!important;text-align:center!important}
header nav{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:13px!important;font-size:21px!important;font-weight:680!important;letter-spacing:-.025em!important;white-space:nowrap!important;color:#283b4d!important}
header nav>a{position:relative!important;padding:10px 1px!important;color:inherit!important;text-decoration:none!important}
header nav>a:first-of-type{font-size:23px!important;font-weight:720!important;color:#173e60!important}
header nav>a:not(.reserve):after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:#4b8fbe;transition:.2s}
header nav>a:hover:after{right:0}
header .nav-sep{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;margin:0 1px!important;color:#a7b1ba!important;font-weight:400!important;line-height:1!important;user-select:none!important}
header .reserve{margin-left:13px!important;font-size:15.5px!important;min-height:48px!important;padding:7px 15px 7px 8px!important;gap:8px!important;border-radius:999px!important;background:#03C75A!important;color:#fff!important;display:inline-flex!important;align-items:center!important;font-weight:850!important;box-shadow:0 6px 16px rgba(3,199,90,.16)!important;white-space:nowrap!important}
header .header-naver-n{width:30px!important;height:30px!important;border-radius:50%!important;background:#fff!important;color:#03C75A!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;font-weight:950!important;line-height:1!important}
header .header-naver-label{display:inline-block!important;white-space:nowrap!important}
header .menu-button{display:none!important}

/* Confirmed 3-stage history wording; inserted without altering the recovered article body. */
.column-timeline-section{padding:48px 0 10px;background:#fff}
.column-timeline-container{width:min(1120px,calc(100% - 120px));margin:0 auto}
.column-timeline-container h2{margin:0;color:#12314b;font-size:27px;line-height:1.35;font-weight:900;letter-spacing:-.045em}
.column-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.column-tl{padding:26px 25px;border:1px solid #e2e9ef;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(12,36,60,.05)}
.column-tl .year{font-size:29px;font-weight:900;color:#3d7ea9;line-height:1;margin-bottom:14px}
.column-tl .txt{font-size:16px;color:#17354f;font-weight:700;line-height:1.65}

/* Approved comparison asset: use the single final file without crop/zoom. */
.history-change--approved-combined{display:block!important;margin-top:0!important}
.history-approved-combined-card{margin:0;border-radius:18px;overflow:hidden;background:#fff;border:1px solid #e1e8ed;box-shadow:0 11px 30px rgba(0,0,0,.10)}
.history-approved-combined-frame{width:100%;background:#fff;overflow:hidden}
.history-approved-combined-frame img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;object-fit:contain!important;object-position:center center!important;transform:none!important}
.history-approved-combined-caption{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid #e8eef2;background:#fff}
.history-approved-caption-item{padding:18px 20px 20px}
.history-approved-caption-item+ .history-approved-caption-item{border-left:1px solid #e8eef2}
.history-approved-caption-item b{display:block;color:#173e60;font-size:16px;line-height:1.4;font-weight:900}
.history-approved-caption-item span{display:block;margin-top:6px;color:#6d7e8c;font-size:13px;line-height:1.55;font-weight:650}


/* Final compare: exact photos from the locked homepage + user's supplied middle photo */
.column-article .compare{margin:52px -135px 60px}
.compare-three-final{
  display:grid;
  grid-template-columns:minmax(0,1fr) 46px minmax(0,1fr) 46px minmax(0,1fr);
  gap:16px; align-items:start; margin-top:14px;
}
.compare-three-final figure{margin:0}
.compare-three-final .frame{
  aspect-ratio:711/690; overflow:hidden; border-radius:16px; background:#eef3f6;
  box-shadow:0 12px 34px rgba(18,54,78,.12);
}
.compare-three-final img{width:100%;height:100%;display:block;object-fit:cover}
.compare-three-final figcaption{font-size:14px;color:#657b8b;margin-top:10px;line-height:1.55}
.compare-three-final figcaption b{display:block;color:#254d68;font-size:15px;margin-bottom:2px}
.compare-three-final .arrow{
  align-self:center; display:flex; align-items:center; justify-content:center;
  font-size:38px; font-weight:850; color:#315c78; padding-bottom:48px;
}

/* Final closing: night photo + clinic philosophy */
.final-story-grid{
  margin:54px -105px 42px;
  display:grid; grid-template-columns:.93fr 1.07fr; gap:46px; align-items:center;
}
.final-night-card{border-radius:18px;overflow:hidden;box-shadow:0 14px 42px rgba(18,54,78,.14);background:#091521}
.final-night-card img{display:block;width:100%;height:auto}
.final-story-copy h2{margin:0 0 24px;font-size:30px;line-height:1.35;letter-spacing:-.03em;color:#0a4d79}
.final-story-copy p{margin:0 0 20px;font-size:18px;line-height:1.82;color:#17324a}
.final-story-copy .final-lead{font-weight:800;color:#0b527e;font-size:20px}

/* Naver CTA — same visual language as the locked main header */
.bottom-reservation-cta{align-items:center}
.bottom-naver-btn{
  background:#03C75A!important;color:#fff!important;border-radius:999px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  gap:9px!important;padding:9px 16px 9px 9px!important;font-weight:850!important;
  box-shadow:0 7px 18px rgba(3,199,90,.18)!important;min-width:154px;
}
.bottom-naver-n{
  width:30px;height:30px;border-radius:50%;background:#fff;color:#03C75A;
  display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:950;line-height:1;
}
.bottom-naver-btn:hover{filter:brightness(1.03)}

@media(max-width:980px){
  .column-article .compare,.final-story-grid{margin-left:0;margin-right:0}
  .compare-three-final{grid-template-columns:1fr;gap:14px}
  .compare-three-final .arrow{padding:0;transform:rotate(90deg);font-size:28px}
  .final-story-grid{grid-template-columns:1fr;gap:28px}
}

/* 4th photo: show the approved sharp image itself, without the old banner crop/zoom */
.column-article .photo-fourth-final .banner-frame{
  height:auto!important;
  aspect-ratio:auto!important;
  overflow:visible!important;
  background:transparent!important;
  box-shadow:none!important;
}
.column-article .photo-fourth-final .banner-frame img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  transform:none!important;
  transform-origin:center!important;
  border-radius:16px!important;
  box-shadow:0 14px 45px rgba(18,54,78,.13)!important;
}

/* final finish patch */

.compare-three-final .frame{aspect-ratio:4/3;}
.compare-three-final .compare-middle-final .frame{background:#ffffff; overflow:hidden;}
.compare-three-final .compare-middle-final .frame img{object-fit:contain; width:100%; height:100%; background:#ffffff;}
.final-story-copy p{font-size:18px; line-height:1.9;}
.final-story-copy p br{content:"";}
.history-highlight-final{
  margin:12px 0 22px!important;
  font-size:27px!important;
  line-height:1.55!important;
  letter-spacing:-0.02em;
  color:#17324a!important;
  font-weight:800;
}

/* final locked typography */
.history-highlight-final{font-size:27px!important;line-height:1.58!important;margin:18px 0 30px!important;}
.column-article p br{line-height:1.25;}

/* center-photo-only adjustment: user supplied original */
.compare-three-final .compare-middle-final .frame img{
  object-fit:cover!important;
  object-position:50% 53%!important;
  transform:scale(1.19)!important;
  transform-origin:50% 53%!important;
  background:#fff!important;
}

/* v4 FINAL center photo crop: only middle image changed */
.compare-three-final .compare-middle-final .frame{overflow:hidden!important;background:#eef3f6!important;}
.compare-three-final .compare-middle-final .frame img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:50% 50%!important;transform:none!important;transform-origin:center!important;background:#eef3f6!important;}


/* Mobile-only readability + timeline density. No image/content-order changes. */
.column-article .mobile-readable .mline{display:inline;}
@media(max-width:840px){
  .column-timeline-section{padding-top:20px!important;}
  .column-timeline{margin-top:8px!important;gap:5px!important;}
  .column-tl{padding:7px 12px 8px!important;border-radius:14px!important;min-height:0!important;height:auto!important;}
  .column-tl .year{margin:0 0 2px!important;line-height:1!important;}
  .column-tl .txt{line-height:1.32!important;}
  .column-article .mobile-readable .mline{display:block!important;}
  .column-article .mobile-readable{margin-bottom:12px!important;line-height:1.64!important;}
}


@media (max-width:840px){
  /* On mobile the photo-side PC bridge copy becomes repetitive when stacked. */
  .column-article .final-story-copy{display:none!important;}
  .column-article .final-story-grid{gap:0!important;margin-bottom:14px!important;}
}


@media (max-width:840px){
  .column-article .mobile-history-ending span{display:block!important;}
  .column-article .mobile-history-ending span + span{margin-top:2px!important;}
}


/* REVIEW: additive mobile rules only. Original PC rules and image bytes are retained. */
@media (max-width:840px) {
  html {scroll-padding-top:88px;-webkit-text-size-adjust:100%;}
  body {word-break:keep-all;overflow-wrap:break-word;}
  .container {width:calc(100% - 40px);max-width:640px;}
  header {height:76px!important;}
  header .header-inner {width:calc(100% - 32px)!important;max-width:672px;gap:16px!important;}
  header .brand {min-width:0;}
  header .brand .desktop-logo, header .brand-tagline {display:none!important;}
  header .brand .mobile-logo {display:block!important;width:168px!important;height:auto!important;max-width:calc(100vw - 108px)!important;object-fit:contain!important;}
  header .menu-button {display:flex!important;align-items:center;justify-content:center;width:48px;height:48px;flex:0 0 48px;padding:0;border:1px solid #dce5ed;border-radius:12px;background:#fff;color:#173e60;font-size:26px;cursor:pointer;}
  header nav {display:none!important;position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - 150px);overflow:auto;background:#fff;border-bottom:1px solid #dce5ed;box-shadow:0 18px 25px rgba(8,46,78,.13);padding:12px 20px 20px;margin:0!important;white-space:normal!important;}
  header.mobile-menu-open nav {display:grid!important;grid-template-columns:1fr;gap:0!important;}
  header .nav-sep {display:none!important;}
  header nav>a, header nav>a:first-of-type {display:flex!important;align-items:center;min-height:52px;padding:12px 8px!important;border-bottom:1px solid #edf1f5;font-size:17px!important;font-weight:750!important;}
  header nav>a:after {display:none!important;}
  header nav>a.reserve {justify-content:center;gap:9px!important;background:#03c75a!important;color:#fff!important;margin:14px 0 0!important;padding:9px 16px!important;border:0;border-radius:999px;}
  header .header-naver-n {display:inline-flex!important;align-items:center;justify-content:center;width:30px!important;height:30px!important;flex:0 0 30px;border-radius:50%;background:#fff;color:#03c75a;font-size:18px!important;font-weight:950;}
  header .header-naver-label {display:inline-block!important;}
  a:focus-visible, button:focus-visible {outline:3px solid #1687d0;outline-offset:4px;}
  .mobile-cta {display:grid;grid-template-columns:1fr 1.2fr;position:fixed;left:0;right:0;bottom:0;z-index:60;height:auto;min-height:58px;padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid #e2e9ef;box-shadow:0 -5px 18px rgba(9,38,60,.10);}
  .mobile-cta a {display:flex;align-items:center;justify-content:center;min-height:58px;font-size:16px;font-weight:800;}
  .mobile-cta .call {background:#fff;color:#123b5d;}
  .mobile-cta .booking {background:#03c75a;color:#fff;}
  footer {padding:36px 0 calc(90px + env(safe-area-inset-bottom,0px));}
  .footer-inner {display:block;}
  .footer-brand {display:block;white-space:normal;}
  .footer-logo {font-size:25px;}
  .footer-sub {font-size:14px;margin-top:8px;}
  .footer-meta {text-align:left;margin-top:22px;font-size:13px;line-height:1.8;}
}
@media (max-width:359px) {
  .container {width:calc(100% - 32px);}
}
@media (max-width:840px) and (prefers-reduced-motion:reduce) {
  html {scroll-behavior:auto;}
  *,*::before,*::after {transition:none!important;}
}

@media (max-width:840px) {
  .column-hero {padding:42px 0 38px;}
  .column-hero-inner,.column-timeline-container,.column-article {width:calc(100% - 40px);max-width:640px;}
  .column-kicker {font-size:11px;letter-spacing:.1em;line-height:1.65;margin-bottom:18px;}
  .column-hero h1 {font-size:clamp(30px,8.2vw,44px);line-height:1.34;letter-spacing:-.045em;margin-bottom:22px;text-wrap:balance;}
  .column-sub {font-size:16px;line-height:1.75;}
  .column-meta {gap:10px 14px;font-size:13px;line-height:1.6;margin-top:22px;}
  .column-timeline-section {padding:34px 0 0;}
  .column-timeline-container h2 {font-size:25px;line-height:1.4;}
  .column-timeline {grid-template-columns:1fr;gap:12px;margin-top:22px;}
  .column-tl {padding:22px;border-radius:18px;box-shadow:none;}
  .column-tl .year {font-size:25px;margin-bottom:12px;}
  .column-tl .txt {font-size:16px;line-height:1.75;}
  .column-article {padding:42px 0 54px;font-size:17px;line-height:1.9;}
  .column-article p {margin-bottom:24px;}
  .column-article p br {display:none;}
  .column-article h2 {font-size:27px;line-height:1.45;margin:44px 0 24px;text-wrap:balance;}
  .column-article .quote {font-size:21px;line-height:1.65;padding:4px 0 4px 17px;margin:28px 0 30px;}
  .column-article .photo {margin:30px 0 36px;}
  .column-article .photo>img {width:100%;height:auto;object-fit:contain;}
  .column-article .banner-frame {height:auto!important;aspect-ratio:auto!important;overflow:hidden;}
  .column-article .banner-frame img {width:100%!important;height:auto!important;object-fit:contain!important;transform:none!important;}
  .column-article .photo figcaption {font-size:14px;line-height:1.75;margin-top:13px;}
  .column-article .photo figcaption b {font-size:16px;line-height:1.55;margin-bottom:6px;}
  .column-article .photo figcaption span {margin-top:8px!important;}
  .column-article .compare {margin:38px 0 42px;}
  .column-article .section-label {font-size:18px;line-height:1.55;margin-bottom:20px;}
  .compare-three-final {grid-template-columns:1fr;gap:16px;}
  .compare-three-final figure {min-width:0;}
  .compare-three-final .frame {aspect-ratio:4/3;width:100%;}
  .compare-three-final .frame img {width:100%;height:100%;object-fit:cover;object-position:center;transform:none!important;}
  .compare-three-final .arrow {height:30px;min-height:30px;padding:0;transform:rotate(90deg);font-size:30px;line-height:1;}
  .compare-three-final figcaption {font-size:14px;line-height:1.75;margin-top:12px;}
  .compare-three-final figcaption b {font-size:16px;margin-bottom:5px;}
  .column-article .triptych {grid-template-columns:1fr;gap:26px;margin:32px 0 40px;}
  .column-article .triptych .frame {aspect-ratio:4/3;}
  .column-article .triptych img {width:100%;height:100%;object-fit:cover;}
  .column-article .triptych figcaption {font-size:14px;line-height:1.75;margin-top:12px;}
  .column-article .triptych figcaption b {font-size:16px;margin-bottom:5px;}
  .final-story-grid {grid-template-columns:1fr;gap:28px;margin:40px 0 34px;}
  .final-night-card img {width:100%;height:auto;object-fit:contain;}
  .final-story-copy h2 {font-size:27px;line-height:1.45;margin:0 0 22px;}
  .final-story-copy p {font-size:17px;line-height:1.9;}
  .final-story-copy .final-lead {font-size:21px;line-height:1.6;}
  .column-article .history-highlight-final {font-size:22px!important;line-height:1.75!important;margin:30px 0!important;}
  .column-article .closing {padding:25px 22px;margin-top:32px;}
  .column-article .closing p {font-size:15px;line-height:1.65;margin-bottom:16px;}
  .column-article .closing strong {display:block;font-size:22px;line-height:1.6;}
  .bottom-reservation-cta {display:block;margin:32px 0 24px;padding:24px 22px;}
  .bottom-reservation-copy strong {font-size:20px;line-height:1.5;}
  .bottom-reservation-copy span {font-size:16px;line-height:1.7;margin-top:5px;}
  .bottom-reservation-btn {width:100%;min-height:52px;font-size:16px;margin-top:22px;}
  .column-article .back {display:flex;flex-direction:column;gap:8px;margin-top:32px;padding-top:24px;font-size:16px;}
  .column-article .back a {display:flex;align-items:center;min-height:48px;margin:0;}
}
@media (max-width:359px) {
  .column-hero-inner,.column-timeline-container,.column-article {width:calc(100% - 32px);}
  .column-hero h1 {font-size:29px;}
}



/* First mobile revision: visible menu label; header/logo dimensions are unchanged. */
@media (max-width:840px) {
  header .menu-button {width:92px;flex-basis:92px;gap:7px;}
  header .menu-button::after {content:"MENU";font-size:12px;line-height:1;font-weight:750;letter-spacing:.035em;}
}

@media (max-width:840px) {
  .column-page {letter-spacing:0;word-spacing:.025em;}
  .column-hero {padding-top:32px;padding-bottom:28px;}
  .column-hero h1 {margin-bottom:16px;letter-spacing:-.015em;word-spacing:.045em;}
  .column-kicker {margin-bottom:14px;}
  .column-meta {margin-top:16px;}
  .column-timeline-section {padding-top:26px;}
  .column-timeline {gap:10px;margin-top:16px;}
  .column-tl {padding-top:16px;padding-bottom:16px;}
  .column-tl .year {margin-bottom:8px;}
  .column-article {padding-top:30px;padding-bottom:40px;letter-spacing:0;word-spacing:.025em;}
  .column-article p {margin-bottom:16px;}
  .column-article h2 {margin-top:32px;margin-bottom:16px;letter-spacing:0;word-spacing:.045em;}
  .column-article .quote {margin-top:20px;margin-bottom:22px;letter-spacing:0;}
  .column-article .photo {margin-top:22px;margin-bottom:26px;}
  .column-article .photo figcaption {margin-top:9px;}
  .column-article .photo figcaption b {margin-bottom:4px;}
  .column-article .photo figcaption span {margin-top:5px!important;}
  .column-article .compare {margin-top:28px;margin-bottom:30px;}
  .column-article .section-label {margin-bottom:14px;}
  .compare-three-final {gap:12px;}
  .compare-three-final figcaption {margin-top:9px;}
  .compare-three-final figcaption b {margin-bottom:4px;}
  .column-article .triptych {gap:20px;margin-top:24px;margin-bottom:30px;}
  .column-article .triptych figcaption {margin-top:9px;}
  .column-article .triptych figcaption b {margin-bottom:4px;}
  .final-story-grid {gap:20px;margin-top:30px;margin-bottom:26px;}
  .final-story-copy h2 {margin-top:0;margin-bottom:16px;}
  .final-story-copy p {margin-bottom:16px;}
  .column-article .history-highlight-final {margin-top:22px!important;margin-bottom:22px!important;letter-spacing:0!important;word-spacing:.035em;}
  .column-article .closing {margin-top:24px;padding-top:20px;padding-bottom:20px;letter-spacing:0;word-spacing:.035em;}
  .column-article .closing p {margin-bottom:12px;}
  .bottom-reservation-cta {margin-top:24px;margin-bottom:18px;padding-top:18px;padding-bottom:18px;}
  .bottom-reservation-btn {margin-top:16px;}
  .column-article .back {margin-top:24px;padding-top:18px;}
}



/* R2 REVIEW: intermediate widths only; preserve the 840px and 1440px layouts. */
@media (min-width:841px) and (max-width:1338px) {
  header .header-inner {width:calc(100% - 20px)!important;gap:8px!important;}
  header nav {display:grid!important;grid-template-columns:repeat(4,max-content max-content) max-content;column-gap:2px!important;row-gap:2px!important;font-size:15px!important;}
  header nav>a:not(.reserve) {padding:6px 1px!important;}
  header nav>a:first-of-type {font-size:15px!important;}
  header .reserve {grid-column:1 / -1;justify-self:end;margin-left:0!important;}
}

@media (min-width:841px) and (max-width:1338px) {
  header nav {grid-template-columns:repeat(3,max-content)!important;column-gap:4px!important;}
  header .nav-sep {display:none!important;}
  header .reserve {grid-column:auto;}
}


@media (min-width:981px) and (max-width:1099px) {
  .column-article .compare,
  .column-article .triptych,
  .column-article .final-story-grid {
    width:auto;
    max-width:100%;
    margin-left:0;
    margin-right:0;
  }
}


@media (max-width:840px){
  /* Same mobile density as the approved main-page pass. Keep section changes visible, remove internal air. */
  .column-hero-inner,
  .column-timeline-container,
  .column-article{width:calc(100% - 32px)!important;max-width:640px!important;}

  /* Hero */
  .column-hero{padding:26px 0 24px!important;}
  .column-kicker{margin-bottom:8px!important;line-height:1.45!important;}
  .column-hero h1{margin:0 0 10px!important;line-height:1.26!important;}
  .column-sub{margin:0!important;line-height:1.55!important;}
  .column-meta{margin-top:10px!important;gap:6px 12px!important;line-height:1.4!important;}

  /* Timeline */
  .column-timeline-section{padding:18px 0 0!important;}
  .column-timeline-container h2{margin:0!important;line-height:1.28!important;}
  .column-timeline{margin-top:10px!important;gap:6px!important;}
  .column-tl{padding:10px 14px!important;border-radius:15px!important;min-height:0!important;height:auto!important;}
  .column-tl .year{margin:0 0 3px!important;line-height:1.05!important;}
  .column-tl .txt{line-height:1.42!important;}

  /* Article reading rhythm */
  .column-article{padding:24px 0 34px!important;line-height:1.68!important;}
  .column-article p{margin:0 0 11px!important;line-height:1.68!important;}
  .column-article h2{margin:25px 0 10px!important;line-height:1.30!important;}
  .column-article .quote{margin:14px 0 16px!important;padding:3px 0 3px 14px!important;line-height:1.48!important;}

  /* Article images + captions */
  .column-article .photo{margin:18px 0 20px!important;}
  .column-article .photo figcaption{margin-top:6px!important;line-height:1.40!important;}
  .column-article .photo figcaption b{margin:0 0 1px!important;line-height:1.30!important;}
  .column-article .photo figcaption span{margin-top:1px!important;line-height:1.38!important;}

  /* Seon-gyeong -> Well comparison */
  .column-article .compare{margin:20px 0 22px!important;}
  .column-article .section-label{margin:0 0 7px!important;line-height:1.30!important;}
  .compare-three-final{gap:8px!important;}
  .compare-three-final .arrow{height:22px!important;min-height:22px!important;font-size:23px!important;line-height:1!important;}
  .compare-three-final figcaption{margin-top:5px!important;line-height:1.38!important;}
  .compare-three-final figcaption b{margin-bottom:1px!important;line-height:1.28!important;}

  /* 3-stage clinic move photos */
  .column-article .triptych{gap:10px!important;margin:18px 0 22px!important;}
  .column-article .triptych figcaption{margin-top:5px!important;line-height:1.38!important;}
  .column-article .triptych figcaption b{margin-bottom:1px!important;line-height:1.28!important;}

  /* Closing story */
  .final-story-grid{gap:12px!important;margin:22px 0 20px!important;}
  .final-story-copy h2{margin:0 0 8px!important;line-height:1.30!important;}
  .final-story-copy p{margin:0 0 10px!important;line-height:1.65!important;}
  .final-story-copy .final-lead{line-height:1.40!important;}
  .column-article .history-highlight-final{margin:16px 0!important;line-height:1.50!important;}
  .column-article .closing{margin-top:14px!important;padding:12px 14px!important;border-radius:14px!important;}
  .column-article .closing p{margin:0 0 6px!important;line-height:1.45!important;}
  .column-article .closing strong{line-height:1.38!important;}

  /* Reservation + navigation */
  .bottom-reservation-cta{margin:16px 0 12px!important;padding:12px 14px!important;border-radius:14px!important;}
  .bottom-reservation-copy strong{line-height:1.35!important;}
  .bottom-reservation-copy span{margin-top:2px!important;line-height:1.45!important;}
  .bottom-reservation-btn{margin-top:10px!important;min-height:48px!important;}
  .column-article .back{margin-top:14px!important;padding-top:12px!important;gap:4px!important;}
  .column-article .back a{min-height:38px!important;}

  /* Footer: same compact finish as main mobile */
  footer{padding-top:28px!important;}
  .footer-meta{margin-top:14px!important;line-height:1.65!important;}

  /* Guard against any inherited fixed heights */
  .column-tl,
  .column-article .closing,
  .bottom-reservation-cta{min-height:0!important;height:auto!important;}
}
