
: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}}
