/*
Theme Name: KOMD Medical Journey 2026.9
Theme URI: https://komdtour.com/
Author: KOMD
Description: A responsive, self-contained corporate theme for Korea Omni Medical Design (KOMD).
Version: 1.0.9
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: komd-medical-journey
*/

:root {
  --komd-deep: #032f58;
  --komd-navy: #074c84;
  --komd-blue: #0b79bb;
  --komd-cyan: #13a8df;
  --komd-pale: #eff9fd;
  --komd-line: #d4e7f0;
  --komd-ink: #123956;
  --komd-muted: #648099;
  --komd-white: #ffffff;
  --komd-width: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--komd-white);
  color: var(--komd-ink);
  font-family: Arial, "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-is-open,
body.modal-is-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.screen-reader-text:focus {
  position: fixed;
  z-index: 99;
  top: 16px;
  left: 16px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  margin: 0;
  clip: auto;
  background: white;
  color: var(--komd-deep);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 82px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: grid;
  grid-template-columns: minmax(164px, 1fr) auto minmax(285px, 1fr);
  align-items: center;
  gap: 28px;
  background: rgba(3, 47, 88, .98);
  color: var(--komd-white);
  box-shadow: 0 8px 22px rgba(1, 27, 51, .13);
}
.brand { width: 151px; }
.brand img { width: 151px; height: auto; }
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.5vw, 42px);
}
.main-nav a {
  position: relative;
  padding: 8px 0;
  color: #d7edf6;
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .025em;
  white-space: nowrap;
}
.main-nav a:after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--komd-cyan);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}
.main-nav a:hover:after,
.main-nav a:focus-visible:after { transform: scaleX(1); transform-origin: left; }
.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  padding: 3px;
  border: 1px solid rgba(185, 229, 246, .29);
  border-radius: 999px;
  background: rgba(8, 72, 122, .55);
}
.language-switcher button,
.language-switcher a {
  min-width: 25px;
  height: 25px;
  padding: 0 5px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #cbe7f3;
  font-size: .59rem;
  font-weight: 900;
  letter-spacing: .035em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.language-switcher button:hover,
.language-switcher button:focus-visible,
.language-switcher a:hover,
.language-switcher a:focus-visible { color: white; background: rgba(126, 223, 255, .24); outline: none; }
.language-switcher button.is-active,
.language-switcher a.is-active { background: var(--komd-cyan); color: white; box-shadow: 0 2px 7px rgba(0, 0, 0, .18); }
.language-select-mobile { display: none; }
.header-contact {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 0;
  background: transparent;
  color: white;
  font-size: .79rem;
  font-weight: 900;
  letter-spacing: .015em;
  white-space: nowrap;
}
.header-contact span { color: var(--komd-cyan); font-size: 1rem; }
.header-contact:hover { color: #9ae8ff; }
.mobile-menu-toggle { display: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
  min-height: min(876px, calc(100svh - 82px));
  background: #f4fbfe;
}
.hero-copy {
  max-width: 645px;
  padding: clamp(76px, 12vh, 150px) clamp(26px, 6.7vw, 116px) clamp(58px, 10vh, 116px);
  align-self: center;
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--komd-blue);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.35;
}
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; }
.hero h1,
.section h2,
.contact-section h2 {
  margin-bottom: 28px;
  color: var(--komd-deep);
  font-weight: 900;
  letter-spacing: -.074em;
  line-height: 1.01;
}
.hero h1 { max-width: 540px; font-size: clamp(3.7rem, 5.3vw, 5.65rem); }
.hero h1 .accent { color: var(--komd-cyan); }
.hero-description {
  max-width: 500px;
  margin: 0;
  color: #4e718b;
  font-size: 1rem;
  line-height: 1.75;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button {
  min-height: 49px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid transparent;
  background: var(--komd-cyan);
  color: white;
  font-size: .85rem;
  font-weight: 900;
  line-height: 1.2;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover,
.button:focus-visible {
  background: #078fc8;
  color: white;
  box-shadow: 0 10px 21px rgba(4, 126, 188, .19);
  outline: none;
  transform: translateY(-2px);
}
.button-outline { border-color: #b9dcea; background: transparent; color: var(--komd-deep); }
.button-outline:hover,
.button-outline:focus-visible { border-color: var(--komd-cyan); background: white; color: var(--komd-blue); }
.button-light { min-width: 210px; background: white; color: var(--komd-deep); }
.button-light:hover,
.button-light:focus-visible { background: #e2f6fe; color: var(--komd-deep); }
.hero-proof {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: clamp(46px, 8vh, 78px);
  padding-top: 22px;
  border-top: 1px solid var(--komd-line);
}
.hero-proof strong { color: var(--komd-navy); font-size: 1.68rem; font-weight: 900; letter-spacing: -.06em; }
.hero-proof span { color: var(--komd-cyan); }
.hero-proof p { margin: 0; color: #52738b; font-size: .61rem; font-weight: 900; letter-spacing: .105em; line-height: 1.35; }
.hero-media { position: relative; min-height: 620px; overflow: hidden; background: var(--komd-deep); }
.hero-media:after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(180deg, rgba(2, 38, 72, .00) 60%, rgba(2, 38, 72, .69) 100%); }
.hero-media img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: 57% center; }
.media-badge {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: clamp(24px, 4vw, 52px);
  color: white;
}
.media-badge span { display: block; color: #b6ecfb; font-size: .64rem; font-weight: 900; letter-spacing: .15em; }
.media-badge strong { display: block; margin-top: 5px; font-size: 1rem; letter-spacing: .05em; }

.section, .process-section { padding: clamp(78px, 10vw, 140px) clamp(22px, 7vw, 118px); }
.section-inner { max-width: var(--komd-width); margin: 0 auto; }
.section h2, .contact-section h2 { font-size: clamp(2.55rem, 4.65vw, 5rem); }
.lead-copy { margin: 0; color: #1d4766; font-size: clamp(1rem, 1.28vw, 1.14rem); line-height: 1.75; }
.body-copy { margin: 0; color: var(--komd-muted); font-size: .95rem; line-height: 1.72; }

.about-heading { max-width: 900px; }
.about-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 8vw, 130px); margin: 44px 0 60px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--komd-line); border-bottom: 1px solid var(--komd-line); }
.metric {
  min-height: 172px;
  padding: 27px 10px;
  border-right: 1px solid var(--komd-line);
  background: #f3fbff;
}
.metric:first-child { padding-left: 0; }
.metric:last-child { border-right: 0; }
.metric strong { display: block; color: var(--komd-navy); font-size: clamp(3.4rem, 5vw, 4.6rem); font-weight: 900; letter-spacing: -.09em; line-height: .9; }
.metric strong span { color: var(--komd-cyan); font-size: .55em; }
.metric p { margin: 16px 0 0; color: #4e789a; font-size: .63rem; font-weight: 900; letter-spacing: .11em; line-height: 1.45; white-space: pre-line; }

.leadership { display: grid; grid-template-columns: minmax(0, .92fr) minmax(330px, .92fr); gap: clamp(42px, 10vw, 166px); align-items: center; background: var(--komd-pale); }
.leadership-panel { padding: clamp(32px, 5vw, 64px); background: var(--komd-deep); color: white; box-shadow: 0 24px 58px rgba(3, 47, 88, .16); }
.leadership-panel .panel-number { color: var(--komd-cyan); font-size: .66rem; font-weight: 900; letter-spacing: .18em; }
.leadership-panel h3 { margin: 38px 0 25px; color: white; font-size: clamp(2rem, 3.2vw, 3.7rem); font-weight: 900; letter-spacing: -.07em; line-height: 1.03; }
.leadership-panel > p { margin: 0 0 28px; color: #c6e4ef; font-size: .93rem; line-height: 1.72; }
.leadership-panel ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(195, 235, 249, .27); }
.leadership-panel li { padding: 14px 0; border-bottom: 1px solid rgba(195, 235, 249, .27); color: #e8f7fc; font-size: .87rem; }

.journey { display: grid; grid-template-columns: minmax(295px, .67fr) minmax(0, 1.16fr); gap: clamp(45px, 9vw, 140px); align-items: center; }
.journey-visual { min-height: 555px; overflow: hidden; }
.journey-visual img { width: 100%; height: 100%; min-height: 555px; object-fit: cover; object-position: 62% center; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 40px; }
.service-item { min-height: 56px; padding: 15px 0; display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--komd-line); color: var(--komd-navy); font-size: .88rem; font-weight: 900; }
.service-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--komd-line); }
.service-item:nth-child(odd) { margin-right: 26px; }
.service-no {
  min-width: 25px;
  height: 25px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--komd-cyan);
  border-radius: 50%;
  color: var(--komd-blue);
  font-size: .56rem;
  font-weight: 900;
}

.arrival { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr); gap: clamp(38px, 10vw, 165px); align-items: center; background: var(--komd-pale); }
.arrival-list { margin: 39px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--komd-line); }
.arrival-list li { padding: 14px 0; border-bottom: 1px solid var(--komd-line); color: var(--komd-navy); font-size: .93rem; font-weight: 800; }
.arrival-list b { margin-right: 20px; color: var(--komd-cyan); font-size: .66rem; letter-spacing: .1em; }
.arrival-visual { min-height: 540px; overflow: hidden; }
.arrival-visual img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; object-position: 55% center; }

.gallery { background: #fff; }
.gallery-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 55px; align-items: end; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { margin: 0; color: var(--komd-muted); font-size: .96rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 52px; overflow: hidden; background: var(--komd-line); }
.gallery-card { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: var(--komd-deep); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-card:after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 50%, rgba(1, 31, 60, .68)); }
.gallery-card:hover img { transform: scale(1.055); }
.gallery-card-caption { position: absolute; z-index: 1; right: 18px; bottom: 17px; left: 18px; color: white; }
.gallery-card-caption span { display: block; color: #9beaff; font-size: .58rem; font-weight: 900; letter-spacing: .13em; }
.gallery-card-caption p { margin: 5px 0 0; font-size: .86rem; font-weight: 900; line-height: 1.35; }

.portfolio { background: var(--komd-pale); }
.portfolio-heading { max-width: 875px; }
.package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 61px; background: var(--komd-line); }
.package-card { min-height: 405px; padding: clamp(27px, 3.1vw, 45px); display: flex; flex-direction: column; justify-content: space-between; background: white; }
.package-card:nth-child(2) { background: var(--komd-deep); }
.package-card .card-label { color: var(--komd-cyan); font-size: .65rem; font-weight: 900; letter-spacing: .14em; }
.package-card h3 { margin: 35px 0 27px; color: var(--komd-deep); font-size: clamp(1.66rem, 2.4vw, 2.45rem); font-weight: 900; letter-spacing: -.06em; line-height: 1.05; white-space: pre-line; }
.package-card p { margin: auto 0 0; color: var(--komd-muted); font-size: .9rem; line-height: 1.72; }
.package-card:nth-child(2) h3 { color: white; }
.package-card:nth-child(2) p { color: #c6e8f3; }

.process-section { background: #fff; }
.process-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(260px, .75fr); gap: 50px; align-items: end; }
.process-heading h2 { margin-bottom: 0; }
.process-heading > p { margin: 0; color: var(--komd-muted); }
.process-list { max-width: var(--komd-width); margin: 61px auto 0; padding: 0; list-style: none; border-top: 1px solid var(--komd-line); }
.process-list li { padding: 24px 0; display: grid; grid-template-columns: 87px 1fr; gap: 24px; border-bottom: 1px solid var(--komd-line); }
.step-no { color: var(--komd-cyan); font-size: .73rem; font-weight: 900; letter-spacing: .13em; }
.process-list li > div { display: grid; grid-template-columns: minmax(260px, .92fr) 1.15fr; gap: 44px; }
.process-list h3 { margin: 0; color: var(--komd-deep); font-size: clamp(1.18rem, 2vw, 1.7rem); font-weight: 900; letter-spacing: -.05em; line-height: 1.25; }
.process-list p { margin: 0; color: var(--komd-muted); font-size: .92rem; }

.aftercare { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); gap: clamp(42px, 10vw, 155px); align-items: center; background: var(--komd-pale); }
.aftercare-image { min-height: 615px; overflow: hidden; }
.aftercare-image img { width: 100%; min-height: 615px; height: 100%; object-fit: cover; object-position: 63% center; }
.aftercare-points { margin-top: 41px; }
.aftercare-point { padding: 16px 0; display: grid; grid-template-columns: 43px 1fr; gap: 16px; border-top: 1px solid var(--komd-line); }
.aftercare-point:last-child { border-bottom: 1px solid var(--komd-line); }
.aftercare-point .point-no { color: var(--komd-cyan); font-size: .67rem; font-weight: 900; }
.aftercare-point h3 { margin: 0 0 2px; color: var(--komd-navy); font-size: 1rem; font-weight: 900; }
.aftercare-point p { margin: 0; color: var(--komd-muted); font-size: .88rem; }

.transparency { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .85fr); gap: clamp(42px, 11vw, 190px); align-items: end; background: var(--komd-deep); color: white; }
.transparency .eyebrow { color: #8eeaff; }
.transparency h2 { color: white; }
.transparency-copy > p { max-width: 600px; margin: 0; color: #c7e6f1; font-size: 1rem; line-height: 1.8; }
.transparency-note { padding: 32px; border: 1px solid rgba(173, 232, 250, .54); background: rgba(11, 121, 187, .68); }
.transparency-note span { color: #8eeaff; font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.transparency-note p { margin: 18px 0 0; color: white; font-size: 1.03rem; font-weight: 800; line-height: 1.6; }

.cheongju { position: relative; min-height: 620px; padding: 0; overflow: hidden; background: var(--komd-deep); }
.cheongju > img { width: 100%; height: 620px; object-fit: cover; object-position: center; opacity: .86; }
.cheongju:after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(2, 43, 80, .93), rgba(2, 43, 80, .52) 53%, rgba(2, 43, 80, .13)); }
.cheongju-content { position: absolute; z-index: 1; top: 50%; left: clamp(22px, 7vw, 118px); max-width: 720px; transform: translateY(-50%); color: white; }
.cheongju-content .eyebrow { color: #a2ecff; }
.cheongju-content h2 { color: white; }
.cheongju-content p:last-child { max-width: 515px; margin: 0; color: #d2eff8; font-size: 1rem; line-height: 1.78; }

.journal { background: var(--komd-pale); }
.journal-heading { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: end; }
.journal-heading h2 { margin-bottom: 0; }
.journal-link { color: var(--komd-blue); font-size: .83rem; font-weight: 900; }
.journal-link:hover { color: var(--komd-cyan); }
.journal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 53px; }
.journal-card { border: 1px solid var(--komd-line); background: white; }
.journal-card img { width: 100%; aspect-ratio: 1.5 / 1; object-fit: cover; }
.journal-card-body { min-height: 230px; padding: 24px; }
.journal-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--komd-blue); font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.journal-card h3 { margin: 22px 0 13px; color: var(--komd-deep); font-size: 1.36rem; font-weight: 900; letter-spacing: -.05em; line-height: 1.24; }
.journal-card h3 a:hover { color: var(--komd-blue); }
.journal-card p { margin: 0; color: var(--komd-muted); font-size: .88rem; line-height: 1.68; }
.journal-empty { padding: 37px; border: 1px solid var(--komd-line); background: white; color: var(--komd-muted); }

.contact-section { padding: clamp(84px, 11vw, 156px) 22px; background: var(--komd-deep); color: white; text-align: center; }
.contact-section .eyebrow { color: #8be7ff; }
.contact-section h2 { max-width: 800px; margin-right: auto; margin-left: auto; color: white; }
.contact-details { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px 26px; margin-top: 31px; color: #abd9e8; font-size: .84rem; }
.contact-details > * + *:before { margin-right: 26px; content: "·"; color: var(--komd-cyan); }

.site-footer {
  padding: 26px clamp(22px, 7vw, 118px);
  display: grid;
  grid-template-columns: minmax(120px, .68fr) minmax(350px, 2.3fr) minmax(160px, .75fr);
  gap: clamp(22px, 3.5vw, 50px);
  align-items: center;
  background: #012442;
  color: #9ccada;
}
.footer-brand img { width: 128px; }
.company-info { margin: 0; color: #a4cede; font-size: .7rem; font-style: normal; line-height: 1.55; }
.company-info p { margin: 0; }
.company-info p:first-child { display: flex; flex-wrap: wrap; }
.company-info strong { color: white; letter-spacing: .06em; }
.company-info strong + span:before,
.company-info span + span:before { margin: 0 8px; content: "·"; color: var(--komd-cyan); }
.company-info a { color: #d4f2fb; font-weight: 800; }
.copyright { margin: 0; color: #8dbdce; font-size: .68rem; text-align: right; }

.contact-modal {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: none;
  padding: 24px;
  place-items: center;
  background: rgba(0, 27, 52, .72);
  backdrop-filter: blur(8px);
}
.contact-modal.is-open { display: grid; }
.modal-card {
  position: relative;
  width: min(100%, 630px);
  max-height: min(90vh, 740px);
  padding: clamp(29px, 5vw, 54px);
  overflow-y: auto;
  background: white;
  box-shadow: 0 26px 85px rgba(0, 24, 55, .35);
}
.modal-card h2 { margin: 0 42px 12px 0; color: var(--komd-deep); font-size: clamp(2.05rem, 5vw, 3.1rem); font-weight: 900; letter-spacing: -.07em; line-height: 1.08; }
.modal-card > p { margin: 0 0 26px; color: var(--komd-muted); font-size: .95rem; }
.modal-close { position: absolute; top: 13px; right: 15px; width: 42px; height: 42px; border: 0; background: transparent; color: var(--komd-deep); font-size: 2rem; line-height: 1; }
.modal-close:hover { color: var(--komd-cyan); }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: var(--komd-deep); font-size: .78rem; font-weight: 900; letter-spacing: .035em; }
.contact-form input,
.contact-form textarea { width: 100%; min-height: 47px; padding: 12px 13px; border: 1px solid var(--komd-line); border-radius: 0; background: #fbfdfe; color: var(--komd-ink); outline: 0; resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--komd-cyan); box-shadow: 0 0 0 3px rgba(19, 168, 223, .15); }
.contact-form textarea { min-height: 114px; }
.contact-form .button { width: 100%; margin-top: 4px; }
.form-status { min-height: 1.5em; margin: 13px 0 0; color: var(--komd-blue); font-size: .84rem; font-weight: 800; }

.content-shell { max-width: 900px; margin: 0 auto; padding: 100px 24px; }
.content-shell h1 { color: var(--komd-deep); font-size: clamp(2.4rem, 5vw, 4.6rem); letter-spacing: -.07em; }
.post-list { margin-top: 48px; }
.post-list article { padding: 28px 0; border-top: 1px solid var(--komd-line); }
.post-list h2 { margin-bottom: 12px; color: var(--komd-deep); font-size: 1.8rem; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: minmax(130px, 1fr) auto auto; gap: 14px; }
  .main-nav {
    position: absolute;
    z-index: -1;
    top: 100%;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 6px 28px 20px;
    border-top: 1px solid rgba(190, 231, 248, .16);
    background: var(--komd-deep);
    box-shadow: 0 17px 28px rgba(0, 23, 46, .25);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .main-nav.is-open { z-index: 1; opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
  .main-nav a { padding: 12px 2px; border-bottom: 1px solid rgba(190, 231, 248, .16); }
  .mobile-menu-toggle { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(190, 231, 248, .35); border-radius: 50%; background: transparent; color: white; font-size: 1.2rem; }
  .mobile-menu-toggle:hover { border-color: var(--komd-cyan); color: var(--komd-cyan); }
  .header-actions { gap: 24px; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { max-width: 700px; padding-top: 76px; padding-bottom: 70px; }
  .hero-media, .hero-media img { min-height: 500px; }
  .about-grid, .leadership, .journey, .arrival, .aftercare, .transparency { grid-template-columns: 1fr; }
  .journey-visual { order: 2; min-height: 420px; }
  .journey-visual img { min-height: 420px; }
  .arrival-visual { min-height: 460px; }
  .arrival-visual img { min-height: 460px; }
  .aftercare-image { min-height: 480px; }
  .aftercare-image img { min-height: 480px; }
  .gallery-heading, .process-heading { grid-template-columns: 1fr; gap: 19px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { min-height: 280px; }
  .process-list li > div { grid-template-columns: 1fr; gap: 10px; }
  .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .copyright { text-align: left; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 66px; }
  .site-header { min-height: 66px; padding: 9px 15px; gap: 7px; }
  .brand, .brand img { width: 108px; }
  .language-switcher { display: none; }
  .language-select-mobile { display: block; }
  .language-select-mobile select { width: 48px; min-height: 34px; padding: 0 6px; border: 1px solid rgba(190, 231, 248, .35); border-radius: 999px; background: var(--komd-deep); color: #e5f7fc; font-size: .64rem; font-weight: 900; text-align: center; }
  .header-actions { gap: 6px; }
  .header-contact { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(190, 231, 248, .35); border-radius: 50%; font-size: 0; }
  .header-contact span { margin: 0; font-size: 1rem; }
  .mobile-menu-toggle { width: 34px; height: 34px; font-size: 1.1rem; }
  .main-nav { padding: 5px 16px 16px; }
  .section, .process-section { padding: 61px 18px; }
  .hero-copy { padding: 52px 18px 47px; }
  .hero h1 { font-size: clamp(2.48rem, 12vw, 3.46rem); line-height: 1.05; }
  .section h2, .contact-section h2 { font-size: clamp(2.15rem, 9.7vw, 3.12rem); line-height: 1.1; }
  .eyebrow { margin-bottom: 14px; font-size: .63rem; }
  .hero-description { font-size: .94rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; min-height: 52px; }
  .hero-proof { margin-top: 41px; }
  .hero-media, .hero-media img { min-height: 410px; }
  .media-badge { bottom: 22px; left: 18px; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric { min-height: 124px; padding: 22px; border-right: 0; border-bottom: 1px solid var(--komd-line); }
  .metric:first-child { padding-left: 22px; }
  .metric:last-child { border-bottom: 0; }
  .metric strong { font-size: 3.45rem; }
  .metric p { margin-top: 11px; }
  .leadership-panel { padding: 34px 23px; }
  .leadership-panel h3 { margin: 25px 0 22px; font-size: 2rem; }
  .journey-visual, .journey-visual img { min-height: 355px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .service-item:nth-child(odd) { margin-right: 0; }
  .service-item:nth-last-child(2) { border-bottom: 0; }
  .arrival-visual, .arrival-visual img { min-height: 405px; }
  .gallery-grid { margin-top: 34px; }
  .gallery-card-caption { right: 11px; bottom: 11px; left: 11px; }
  .gallery-card-caption p { font-size: .75rem; }
  .package-grid { margin-top: 36px; }
  .package-card { min-height: 251px; padding: 26px 22px; }
  .package-card h3 { margin: 22px 0; font-size: 1.7rem; }
  .process-list { margin-top: 38px; }
  .process-list li { padding: 19px 0; grid-template-columns: 43px 1fr; gap: 10px; }
  .process-list h3 { font-size: 1.1rem; }
  .process-list p { font-size: .86rem; }
  .aftercare-image, .aftercare-image img { min-height: 400px; }
  .aftercare-point { grid-template-columns: 41px 1fr; gap: 9px; }
  .transparency-note { padding: 25px 21px; }
  .cheongju, .cheongju > img { min-height: 515px; height: 515px; }
  .cheongju:after { background: linear-gradient(90deg, rgba(2, 43, 80, .91), rgba(2, 43, 80, .30)); }
  .cheongju-content { right: 18px; left: 18px; max-width: none; }
  .journal-heading { grid-template-columns: 1fr; gap: 17px; }
  .journal-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .journal-card-body { min-height: 0; }
  .contact-section { padding: 67px 18px; }
  .contact-details { display: grid; gap: 6px; }
  .contact-details > * + *:before { display: none; }
  .site-footer { padding: 25px 18px; gap: 16px; }
  .company-info { font-size: .69rem; }
  .contact-modal { align-items: end; padding: 0; }
  .modal-card { width: 100%; max-height: 88dvh; padding: 29px 18px max(22px, env(safe-area-inset-bottom)); border-radius: 20px 20px 0 0; }
  .modal-card h2 { font-size: 2rem; }
  .contact-form input, .contact-form textarea { font-size: 16px; }
}

/* Local-reference layout overrides (ported from app/globals.css). */

:root {
  --navy: #04497f;
  --deep-navy: #022b52;
  --blue: #087ec2;
  --cyan: #13a8df;
  --sky: #e8f7fc;
  --pale: #f5fbfe;
  --ink: #173a59;
  --muted: #6a8294;
  --line: #cbe5f0;
  --paper: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 25;
  min-height: 82px;
  padding: 0 clamp(24px, 5vw, 78px);
  background: var(--deep-navy);
  color: white;
  display: grid;
  grid-template-columns: minmax(158px, 208px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  box-shadow: 0 8px 20px rgba(0, 23, 46, .10);
}
.brand, .footer-brand { display: inline-flex; align-items: center; }
.official-logo { width: 142px; height: auto; object-fit: contain; }
.official-logo-footer { width: 126px; }
.site-header nav { display: flex; justify-content: center; gap: clamp(16px, 2.2vw, 36px); }
.site-header nav a { color: #c3e9fb; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.04em; }
.site-header nav a:hover { color: white; }
.language-select-mobile, .mobile-menu-toggle, .mobile-nav-cta { display: none; }
.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; }
.header-actions { display: inline-flex; align-items: center; justify-content: flex-end; gap: 32px; }
.language-switcher { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid rgba(190, 231, 248, .28); border-radius: 999px; }
.language-switcher button, .language-switcher a { min-width: 29px; padding: 3px 4px; border: 0; border-radius: 999px; background: transparent; color: #b7dce9; font-size: .62rem; font-weight: 900; letter-spacing: .04em; text-decoration: none; transition: background .2s ease, color .2s ease; }
.language-switcher button:hover, .language-switcher button.is-active, .language-switcher a:hover, .language-switcher a.is-active { background: var(--cyan); color: white; }
.header-cta { padding: 0; border: 0; background: transparent; color: white; font-size: 0.82rem; font-weight: 800; white-space: nowrap; }
.header-cta span { color: var(--cyan); margin-left: 8px; font-size: 1.1rem; }

.section { padding: clamp(76px, 10vw, 150px) clamp(24px, 7vw, 120px); }
.eyebrow { margin: 0 0 17px; color: var(--blue); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.12em; }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 0; color: var(--deep-navy); font-size: clamp(2.3rem, 4.5vw, 4.8rem); line-height: 1.12; letter-spacing: -0.065em; }
h3 { line-height: 1.28; }
.lead-copy { font-size: clamp(1.08rem, 1.35vw, 1.35rem); line-height: 1.75; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 0 25px; border: 0; font-size: 0.94rem; font-weight: 800; text-align: center; white-space: normal; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: white; }
.button-quiet { border: 1px solid #a8d9ee; color: var(--navy); }
.button-light { min-width: 264px; background: white; color: var(--navy); }

.hero { min-height: 730px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(450px, 1.06fr); background: var(--pale); }
.hero-copy { padding: clamp(70px, 9vw, 146px) clamp(24px, 6.6vw, 112px); align-self: center; }
.hero h1 { max-width: 670px; margin-bottom: 28px; color: var(--deep-navy); font-size: clamp(3.1rem, 5.35vw, 6.35rem); line-height: .99; letter-spacing: -0.085em; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-description { max-width: 565px; margin-bottom: 34px; font-size: 1.02rem; color: #4d6b7f; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { margin-top: 66px; border-top: 1px solid var(--line); padding-top: 18px; display: flex; align-items: baseline; gap: 14px; }
.hero-proof span { color: var(--navy); font-size: 1.75rem; font-weight: 900; letter-spacing: -0.07em; }
.hero-proof p { margin: 0; color: #55758a; font-size: .66rem; font-weight: 900; letter-spacing: .07em; }
.hero-media { position: relative; min-height: 620px; overflow: hidden; }
.hero-media:after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(0deg, rgba(1, 49, 91, .65), transparent); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: 55% 48%; }
.media-badge { position: absolute; left: 42px; bottom: 42px; z-index: 1; color: white; }
.media-badge span { display: block; color: #c7f0ff; font-size: .7rem; font-weight: 800; letter-spacing: .13em; }
.media-badge strong { font-size: 1.05rem; letter-spacing: .06em; }

.intro { background: white; }
.section-heading { max-width: 870px; }
.intro-content { max-width: 1060px; margin: 58px 0 66px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 7vw, 120px); color: var(--muted); }
.intro-content p { margin: 0; }
.intro-content .lead-copy { color: var(--ink); }
.metric-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3.8vw, 58px); max-width: 1180px; }
.metric-grid article { min-height: 188px; padding: 34px clamp(22px, 3vw, 42px); display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); background: #f5fbfe; }
.metric-grid strong { color: var(--navy); font-size: clamp(3rem, 5vw, 5.2rem); line-height: .85; letter-spacing: -0.09em; }
.metric-grid p { margin: 18px 0 0; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .07em; line-height: 1.6; }

.gallery { background: var(--deep-navy); color: white; }
.gallery-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .65fr); gap: clamp(30px, 7vw, 120px); align-items: end; }
.gallery .eyebrow { color: #7de1ff; }
.gallery h2 { color: white; }
.gallery-heading > p { max-width: 480px; margin: 0 0 5px; color: #c5e9f5; font-size: clamp(.98rem, 1.25vw, 1.18rem); line-height: 1.7; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2px; margin-top: clamp(38px, 5vw, 66px); background: rgba(211, 244, 255, .32); }
.gallery-card { position: relative; aspect-ratio: 1; overflow: hidden; background: #0a4b75; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.gallery-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 44%, rgba(1, 35, 64, .82) 100%); pointer-events: none; }
.gallery-card-caption { position: absolute; z-index: 1; right: 18px; bottom: 15px; left: 18px; display: flex; align-items: end; justify-content: space-between; gap: 12px; color: white; }
.gallery-card-caption span { color: #80e5ff; font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.gallery-card-caption p { margin: 0; font-size: .9rem; font-weight: 850; line-height: 1.25; }
@media (hover: hover) { .gallery-card:hover img { transform: scale(1.045); filter: saturate(1.04); } }

.journal { background: var(--pale); }
.journal-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr); gap: clamp(30px, 7vw, 120px); align-items: end; }
.journal-heading h2 { max-width: 760px; white-space: pre-line; }
.journal-heading-actions { display: grid; gap: 22px; justify-items: start; }
.journal-heading-actions > p { max-width: 520px; margin: 0; color: var(--muted); font-size: clamp(.98rem, 1.25vw, 1.14rem); line-height: 1.7; }
.journal-admin-link { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); font-size: .78rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.journal-admin-link span { color: var(--cyan); font-size: 1.15rem; }
.journal-admin-link:hover { color: var(--cyan); }
.journal-status { margin: 45px 0 0; color: var(--muted); }
.journal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 58px; }
.journal-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); background: white; }
.journal-card-media { aspect-ratio: 4 / 3; overflow: hidden; background: #d9ebf4; }
.journal-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.journal-card-copy { display: flex; min-height: 0; flex-direction: column; padding: 23px 24px 26px; }
.journal-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--muted); font-size: .64rem; font-weight: 900; letter-spacing: .09em; }
.journal-meta span { color: var(--cyan); }
.journal-meta time { white-space: nowrap; }
.journal-card h3 { margin: 24px 0 0; color: var(--navy); font-size: clamp(1.22rem, 1.75vw, 1.68rem); letter-spacing: -0.045em; }
.journal-card p { margin: 0; color: var(--muted); font-size: .91rem; line-height: 1.68; }
.journal-card-detail { margin-top: 14px !important; color: var(--ink) !important; }
.journal-fallback-note { margin: 20px 0 0; color: #9ec4d5; font-size: .62rem; font-weight: 900; letter-spacing: .14em; }
@media (hover: hover) { .journal-card:hover .journal-card-media img { transform: scale(1.045); } }

.leadership { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 10vw, 180px); background: var(--sky); }
.leadership-copy h2 { margin-bottom: 34px; }
.leadership-panel { position: relative; padding: 56px clamp(28px, 5vw, 78px); overflow: hidden; background: var(--deep-navy); color: white; }
.leadership-panel:before { content: ""; position: absolute; width: 360px; height: 360px; right: -140px; top: -170px; border-radius: 50%; background: rgba(22, 167, 223, .24); }
.panel-mark { position: relative; color: var(--cyan); font-weight: 900; font-size: .77rem; letter-spacing: .1em; }
.leadership-panel h3 { position: relative; margin: 35px 0 42px; font-size: clamp(1.9rem, 3.5vw, 3.8rem); letter-spacing: -0.06em; }
.leadership-panel ul { position: relative; margin: 0 0 43px; padding: 0; list-style: none; border-top: 1px solid rgba(204, 239, 255, .28); }
.leadership-panel li { padding: 14px 0; border-bottom: 1px solid rgba(204, 239, 255, .28); color: #ddf5ff; font-size: .92rem; }
.leadership-panel > p { position: relative; max-width: 570px; margin: 0; color: #b7e1f0; }

.journey { display: grid; grid-template-columns: minmax(270px, .76fr) 1.24fr; gap: clamp(36px, 8vw, 130px); align-items: center; }
.image-frame { overflow: hidden; background: #dbeef6; }
.journey-visual { min-height: 590px; }
.journey-visual img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; object-position: 52% 72%; }
.journey-content h2 { margin-bottom: 26px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 39px; border-top: 1px solid var(--line); }
.service-item { padding: 17px 12px 18px 0; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); }
.service-item:nth-child(odd) { margin-right: 20px; }
.service-item span { width: 30px; height: 30px; border: 1px solid var(--cyan); border-radius: 50%; display: grid; place-items: center; color: var(--blue); font-size: .63rem; font-weight: 900; }
.service-item p { margin: 0; font-size: .9rem; font-weight: 800; color: var(--navy); }

.arrival { display: grid; grid-template-columns: 1fr minmax(280px, .85fr); gap: clamp(36px, 8vw, 130px); align-items: center; background: var(--pale); }
.arrival-copy h2 { margin-bottom: 29px; }
.arrival-list { margin-top: 37px; border-top: 1px solid var(--line); }
.arrival-list span { padding: 14px 0; display: block; border-bottom: 1px solid var(--line); color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.arrival-list b { margin-left: 20px; color: var(--ink); font-size: .98rem; letter-spacing: 0; }
.arrival-visual { min-height: 535px; }
.arrival-visual img { width: 100%; height: 100%; min-height: 535px; object-fit: cover; object-position: 63% 55%; }

.packages { background: var(--deep-navy); color: white; }
.packages .eyebrow { color: #7de1ff; }
.packages h2 { color: white; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 62px; background: rgba(207, 239, 255, .24); }
.package-card { min-height: 355px; padding: 29px 28px 32px; background: var(--deep-navy); display: flex; flex-direction: column; }
.package-card > div { display: flex; justify-content: space-between; align-items: center; }
.package-card > div span { color: var(--cyan); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.package-card > div p { margin: 0; color: #82dffb; font-size: .62rem; font-weight: 900; letter-spacing: .09em; }
.package-card h3 { margin: auto 0 25px; color: white; font-size: clamp(1.45rem, 2.2vw, 2.15rem); letter-spacing: -0.06em; }
.package-card > p { margin: 0; color: #bfdfeb; font-size: .92rem; }

.process { background: white; padding: clamp(76px, 10vw, 150px) clamp(24px, 7vw, 120px); }
.process-heading { padding: 0; display: grid; grid-template-columns: 1.1fr .9fr; column-gap: 62px; align-items: end; }
.process-heading h2 { grid-row: 2; }
.process-heading > p:last-child { grid-column: 2; grid-row: 2; margin: 0 0 4px; color: var(--muted); }
.process-list { margin: 68px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { padding: 24px 0; display: grid; grid-template-columns: 95px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--cyan); font-weight: 900; font-size: .78rem; letter-spacing: .1em; }
.process-list li > div { display: grid; grid-template-columns: minmax(220px, .85fr) 1.15fr; gap: 30px; }
.process-list h3 { margin: 0; color: var(--navy); font-size: clamp(1.25rem, 2vw, 1.75rem); letter-spacing: -0.045em; }
.process-list p { margin: 0; color: var(--muted); }

.care { display: grid; grid-template-columns: minmax(280px, .9fr) 1.1fr; gap: clamp(36px, 8vw, 135px); align-items: center; background: var(--pale); }
.care-visual { min-height: 620px; }
.care-visual img { width: 100%; min-height: 620px; height: 100%; object-fit: cover; object-position: 65% 52%; }
.care-content h2 { margin-bottom: 28px; }
.care-points { margin-top: 42px; }
.care-points article { padding: 17px 0; display: grid; grid-template-columns: 50px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.care-points article:last-child { border-bottom: 1px solid var(--line); }
.care-points span { color: var(--cyan); font-weight: 900; font-size: .73rem; }
.care-points h3 { margin: 0 0 3px; color: var(--navy); font-size: 1rem; letter-spacing: .02em; }
.care-points p { margin: 0; color: var(--muted); font-size: .92rem; }

.trust { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(40px, 10vw, 160px); align-items: end; background: var(--navy); color: white; }
.trust .eyebrow { color: #80e5ff; }
.trust h2 { color: white; }
.trust-copy p:last-child { max-width: 600px; margin: 31px 0 0; color: #c9e8f3; }
.trust-note { padding: 32px; background: rgba(12, 117, 176, .75); border: 1px solid rgba(178, 234, 253, .55); }
.trust-note span { color: #82e2fb; font-size: .67rem; font-weight: 900; letter-spacing: .1em; }
.trust-note p { margin: 20px 0 0; color: white; font-size: 1.05rem; }

.cheongju { position: relative; min-height: 650px; padding: 0; overflow: hidden; background: var(--deep-navy); }
.cheongju > img { width: 100%; height: 650px; object-fit: cover; object-position: 50% 57%; opacity: .84; }
.cheongju:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 41, 78, .91) 0%, rgba(2, 41, 78, .45) 50%, rgba(2, 41, 78, .12) 100%); }
.cheongju-overlay { position: absolute; z-index: 1; left: clamp(24px, 7vw, 120px); top: 50%; max-width: 720px; transform: translateY(-50%); color: white; }
.cheongju-overlay .eyebrow { color: #a5ecff; }
.cheongju-overlay h2 { color: white; margin-bottom: 28px; }
.cheongju-overlay > p:last-child { max-width: 510px; color: #d9f2fb; }

.contact { padding: clamp(80px, 11vw, 160px) 24px; background: var(--deep-navy); color: white; text-align: center; }
.contact .eyebrow { color: #8be7ff; }
.contact h2 { color: white; margin-bottom: 37px; }
.contact-details { margin-top: 33px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 26px; color: #a8d9e9; font-size: .84rem; }
.contact-details span + span:before, .contact-details a + span:before { content: "·"; margin-right: 26px; color: var(--cyan); }
footer { padding: 28px clamp(24px, 7vw, 120px); background: #012340; color: #84b9cc; display: grid; grid-template-columns: minmax(128px, .65fr) minmax(360px, 2.2fr) minmax(170px, .72fr); align-items: center; gap: clamp(22px, 3vw, 48px); }
footer p { margin: 0; font-size: .69rem; }
.footer-company-info { display: grid; gap: 4px; margin: 0; color: #9bc9da; font-style: normal; font-size: .7rem; line-height: 1.45; }
.footer-company-info p { font-size: inherit; }
.footer-company-info p:first-child { display: flex; flex-wrap: wrap; gap: 0; }
.footer-company-info strong { color: white; font-size: .72rem; letter-spacing: .055em; }
.footer-company-info span { display: inline-flex; align-items: center; }
.footer-company-info strong + span:before, .footer-company-info span + span:before { content: "·"; margin: 0 9px; color: var(--cyan); }
.footer-company-info a { width: fit-content; color: #c7edf8; font-weight: 800; }
.footer-copyright { color: #84b9cc; text-align: right; line-height: 1.5; }

.contact-modal-backdrop { position: fixed; z-index: 30; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(0, 26, 54, .72); backdrop-filter: blur(8px); }
.contact-modal { position: relative; width: min(100%, 640px); max-height: min(90vh, 760px); overflow-y: auto; padding: clamp(30px, 5vw, 52px); background: white; box-shadow: 0 24px 80px rgba(0, 24, 56, .32); }
.contact-modal h2 { margin-bottom: 14px; font-size: clamp(2.05rem, 5vw, 3.25rem); }
.modal-description { max-width: 520px; margin-bottom: 28px; color: var(--muted); }
.modal-close { position: absolute; top: 14px; right: 18px; width: 38px; height: 38px; border: 0; background: transparent; color: var(--navy); font-size: 2rem; line-height: 1; }
.contact-modal form { display: grid; gap: 17px; }
.contact-modal label { display: grid; gap: 7px; color: var(--navy); font-size: .82rem; font-weight: 900; letter-spacing: .03em; }
.contact-modal input, .contact-modal textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 13px 14px; background: #fbfdfe; color: var(--ink); outline: 0; resize: vertical; }
.contact-modal input:focus, .contact-modal textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(19, 168, 223, .14); }
.contact-modal form .button { width: 100%; margin-top: 7px; }
.form-status { margin: 18px 0 0; color: var(--blue); font-size: .86rem; font-weight: 700; }

.blog-admin { min-height: 100vh; background: var(--pale); color: var(--ink); }
.blog-admin-header { min-height: 82px; padding: 0 clamp(24px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--deep-navy); color: white; }
.blog-admin-header > a:last-child { color: #c9edf9; font-size: .82rem; font-weight: 900; }
.blog-admin-shell { max-width: 1320px; margin: 0 auto; padding: clamp(72px, 9vw, 136px) clamp(24px, 6vw, 88px); }
.blog-admin-intro { max-width: 820px; }
.blog-admin-intro h1 { margin: 0 0 24px; color: var(--deep-navy); font-size: clamp(2.8rem, 5.1vw, 5.7rem); line-height: 1.02; letter-spacing: -.075em; }
.blog-admin-intro > p:last-child { max-width: 600px; margin: 0; color: var(--muted); font-size: 1.04rem; }
.admin-account { margin: 22px 0 0; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .02em; }
.blog-admin-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .65fr); gap: clamp(30px, 7vw, 108px); margin-top: clamp(52px, 8vw, 100px); align-items: start; }
.blog-editor { display: grid; gap: 20px; padding: clamp(25px, 4vw, 48px); background: white; border: 1px solid var(--line); }
.editor-heading { display: flex; align-items: start; justify-content: space-between; gap: 18px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.editor-heading h2, .blog-admin-posts h2 { margin: 0; color: var(--deep-navy); font-size: clamp(1.7rem, 2.5vw, 2.45rem); letter-spacing: -.055em; }
.editor-heading > span { padding: 5px 8px; background: #e7f8fe; color: var(--blue); font-size: .64rem; font-weight: 900; letter-spacing: .11em; }
.editor-kicker { margin: 0 0 8px; color: var(--cyan); font-size: .66rem; font-weight: 900; letter-spacing: .13em; }
.blog-editor label { display: grid; gap: 8px; color: var(--navy); font-size: .81rem; font-weight: 900; letter-spacing: .02em; }
.blog-editor label small { color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: 0; }
.blog-editor input:not([type="checkbox"]), .blog-editor textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 0; background: #fbfdfe; color: var(--ink); outline: 0; resize: vertical; }
.blog-editor input:focus, .blog-editor textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(19, 168, 223, .13); }
.editor-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.privacy-check { display: flex !important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; color: var(--muted) !important; font-size: .78rem !important; line-height: 1.55; letter-spacing: 0 !important; }
.privacy-check input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--cyan); }
.blog-editor .button { width: 100%; margin-top: 4px; }
.blog-editor .button:disabled { cursor: wait; opacity: .68; transform: none; }
.editor-status { margin: 0; color: var(--blue); font-size: .86rem; font-weight: 800; line-height: 1.65; }
.blog-admin-posts { padding-top: 17px; }
.blog-admin-posts h2 { margin-bottom: 28px; }
.admin-empty { margin: 0; color: var(--muted); }
.admin-post-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.admin-post-list article { display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: stretch; padding: 0; background: white; }
.admin-post-list img { width: 96px; height: 100%; min-height: 104px; object-fit: cover; }
.admin-post-list article > div { padding: 16px 16px 16px 0; }
.admin-post-list span { display: block; color: var(--cyan); font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
.admin-post-list h3 { margin: 8px 0; color: var(--navy); font-size: .96rem; line-height: 1.37; }
.admin-post-list time { color: var(--muted); font-size: .7rem; font-weight: 700; }

@media (max-width: 1020px) {
  .site-header { position: sticky; top: 0; z-index: 25; grid-template-columns: minmax(0, 1fr) auto auto; gap: 12px; }
  .site-header nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 4px 32px 20px;
    border-top: 1px solid rgba(190, 231, 248, .16);
    background: var(--deep-navy);
    box-shadow: 0 16px 28px rgba(0, 23, 46, .24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .site-header nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .site-header nav a { display: block; padding: 12px 2px; border-bottom: 1px solid rgba(190, 231, 248, .16); color: #e0f7ff; font-size: .9rem; }
  .mobile-menu-toggle { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(190, 231, 248, .36); border-radius: 50%; background: transparent; color: white; font-size: 1.28rem; line-height: 1; }
  .mobile-menu-toggle:hover { border-color: var(--cyan); color: var(--cyan); }
  .mobile-nav-cta { margin-top: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 47px; border: 0; background: var(--cyan); color: white; font-size: .88rem; font-weight: 900; }
}

@media (max-width: 880px) {
  .site-header { min-height: 76px; }
  .official-logo { width: 127px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding-top: 76px; padding-bottom: 65px; }
  .hero-media, .hero-media img { min-height: 520px; }
  .hero-media img { object-position: 55% 39%; }
  .intro-content, .leadership, .journey, .arrival, .care, .trust { grid-template-columns: 1fr; }
  .gallery-heading { grid-template-columns: 1fr; gap: 18px; }
  .gallery-heading > p { max-width: 640px; }
  .journal-heading { grid-template-columns: 1fr; gap: 20px; }
  .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-admin-layout { grid-template-columns: 1fr; }
  .blog-admin-posts { padding-top: 0; }
  .leadership-panel { min-height: 0; }
  .journey-visual { min-height: 430px; order: 2; }
  .journey-visual img { min-height: 430px; }
  .journey-content { order: 1; }
  .arrival-visual { min-height: 440px; }
  .arrival-visual img { min-height: 440px; }
  .care-visual { min-height: 470px; }
  .care-visual img { min-height: 470px; }
  .process-heading { display: block; }
  .process-heading > p:last-child { margin-top: 25px; }
  .process-list li > div { grid-template-columns: 1fr; gap: 10px; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { min-height: 280px; }
  .metric-grid { grid-template-columns: 1fr; gap: 13px; }
  .metric-grid article { min-height: 136px; padding: 24px 25px; }
  .cheongju, .cheongju > img { min-height: 610px; height: 610px; }
  .cheongju:after { background: linear-gradient(90deg, rgba(2, 41, 78, .89), rgba(2, 41, 78, .30)); }
  .cheongju-overlay { right: 24px; }
}

@media (max-width: 640px) {
  .site-header { min-height: 64px; padding: 10px 16px; gap: 8px; }
  .official-logo { width: 108px; }
  .language-switcher-desktop { display: none; }
  .language-select-mobile { display: block; }
  .language-select-mobile select { width: 52px; min-height: 34px; appearance: none; border: 1px solid rgba(190, 231, 248, .36); border-radius: 999px; padding: 0 7px; background: var(--deep-navy); color: #e0f7ff; font-size: .65rem; font-weight: 900; letter-spacing: .04em; text-align: center; }
  .header-actions { gap: 6px; }
  .header-cta { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(190, 231, 248, .36); border-radius: 50%; font-size: 0; }
  .header-cta span { margin: 0; font-size: 1rem; }
  .mobile-menu-toggle { width: 34px; height: 34px; font-size: 1.12rem; }
  .site-header nav { padding: 4px 16px 16px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journal-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .section, .process { padding: 58px 18px; }
  .hero-copy { padding: 52px 18px 46px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.45rem, 12vw, 3.35rem); line-height: 1.04; letter-spacing: -0.075em; overflow-wrap: anywhere; }
  h2 { font-size: clamp(2rem, 9vw, 2.85rem); line-height: 1.13; overflow-wrap: anywhere; }
  .eyebrow { margin-bottom: 13px; font-size: .66rem; }
  .lead-copy { font-size: 1rem; line-height: 1.68; }
  .hero-description { margin-bottom: 27px; font-size: .96rem; line-height: 1.72; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; min-height: 52px; padding: 0 18px; gap: 16px; }
  .hero-proof { margin-top: 42px; gap: 10px; }
  .hero-proof span { font-size: 1.5rem; }
  .hero-proof p { font-size: .6rem; }
  .hero-media, .hero-media img { min-height: 420px; }
  .media-badge { left: 18px; bottom: 19px; }
  .media-badge strong { font-size: .93rem; }
  .intro-content { margin: 30px 0 38px; gap: 24px; }
  .gallery { padding-top: 58px; padding-bottom: 58px; }
  .gallery-heading > p { font-size: .94rem; line-height: 1.65; }
  .gallery-grid { gap: 1px; margin-top: 32px; }
  .gallery-card-caption { right: 12px; bottom: 11px; left: 12px; }
  .gallery-card-caption span { font-size: .58rem; }
  .gallery-card-caption p { font-size: .78rem; }
  .journal-heading-actions { gap: 16px; }
  .journal-grid { margin-top: 34px; gap: 14px; }
  .journal-card-copy { min-height: 0; padding: 20px; }
  .journal-card h3 { margin: 18px 0 0; font-size: 1.3rem; }
  .blog-admin-header { min-height: 66px; padding: 0 18px; }
  .blog-admin-header .official-logo { width: 108px; }
  .blog-admin-header > a:last-child { font-size: .72rem; }
  .blog-admin-shell { padding: 56px 18px; }
  .blog-admin-intro h1 { font-size: clamp(2.25rem, 10vw, 3.25rem); }
  .blog-admin-intro > p:last-child { font-size: .96rem; line-height: 1.68; }
  .blog-admin-layout { margin-top: 44px; }
  .blog-editor { padding: 24px 18px; gap: 17px; }
  .editor-split { grid-template-columns: 1fr; gap: 17px; }
  .blog-editor input:not([type="checkbox"]), .blog-editor textarea { font-size: 16px; }
  .admin-post-list article { grid-template-columns: 82px 1fr; }
  .admin-post-list img { width: 82px; min-height: 92px; }
  .metric-grid article { min-height: 122px; padding: 22px; }
  .metric-grid strong { font-size: 3.45rem; }
  .metric-grid p { margin-top: 12px; font-size: .61rem; }
  .leadership { gap: 32px; }
  .leadership-copy h2 { margin-bottom: 22px; }
  .leadership-panel { padding: 35px 22px; }
  .leadership-panel h3 { margin: 25px 0 28px; font-size: 1.95rem; }
  .leadership-panel li { padding: 12px 0; font-size: .86rem; }
  .journey, .arrival, .care, .trust { gap: 34px; }
  .journey-visual, .journey-visual img { min-height: 360px; }
  .arrival-visual, .arrival-visual img { min-height: 420px; }
  .care-visual, .care-visual img { min-height: 400px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-item:nth-child(odd) { margin-right: 0; }
  .service-item { padding: 14px 0; }
  .arrival-list { margin-top: 29px; }
  .arrival-list b { display: inline; margin-left: 13px; font-size: .91rem; }
  .package-grid { margin-top: 38px; }
  .package-card { min-height: 255px; padding: 25px 22px; }
  .package-card h3 { margin-bottom: 19px; font-size: 1.65rem; }
  .package-card > p { font-size: .88rem; line-height: 1.62; }
  .process-heading > p:last-child { margin-top: 18px; }
  .process-list { margin-top: 38px; }
  .process-list li { padding: 18px 0; grid-template-columns: 43px 1fr; gap: 11px; }
  .process-list li > div { gap: 7px; }
  .process-list h3 { font-size: 1.1rem; }
  .process-list p, .care-points p { font-size: .86rem; line-height: 1.65; }
  .care-points { margin-top: 30px; }
  .care-points article { padding: 14px 0; grid-template-columns: 42px 1fr; gap: 10px; }
  .care-points h3 { font-size: .95rem; }
  .trust-note { padding: 26px 22px; }
  .trust-copy p:last-child { margin-top: 22px; }
  .trust-note p { font-size: .97rem; }
  .cheongju, .cheongju > img { min-height: 520px; height: 520px; }
  .cheongju:after { background: linear-gradient(90deg, rgba(2, 41, 78, .90), rgba(2, 41, 78, .36)); }
  .cheongju-overlay { left: 18px; right: 18px; max-width: none; }
  .cheongju-overlay h2 { margin-bottom: 19px; }
  .contact { padding: 66px 18px; }
  .contact h2 { margin-bottom: 28px; }
  .button-light { min-width: 0; }
  .contact-details { display: grid; gap: 8px; }
  .contact-details span + span:before, .contact-details a + span:before { content: ""; margin: 0; }
  footer { padding: 25px 18px; grid-template-columns: 1fr; align-items: start; gap: 17px; }
  .official-logo-footer { width: 112px; }
  .footer-company-info { gap: 5px; font-size: .7rem; line-height: 1.55; }
  .footer-company-info strong { font-size: .71rem; }
  .footer-company-info strong + span:before, .footer-company-info span + span:before { margin: 0 7px; }
  .footer-copyright { text-align: left; }
  .contact-modal-backdrop { align-items: end; padding: 0; }
  .contact-modal { width: 100%; max-height: 88dvh; padding: 28px 18px max(22px, env(safe-area-inset-bottom)); border-radius: 20px 20px 0 0; }
  .contact-modal h2 { padding-right: 42px; font-size: clamp(1.8rem, 8vw, 2.3rem); }
  .modal-close { top: 8px; right: 8px; width: 44px; height: 44px; }
  .modal-description { margin-bottom: 23px; font-size: .92rem; line-height: 1.62; }
  .contact-modal form { gap: 14px; }
  .contact-modal input, .contact-modal textarea { min-height: 48px; padding: 12px 13px; font-size: 16px; }
.contact-modal textarea { min-height: 112px; }
}

/* iOS Safari: keep the selected language precisely centered in the mobile control. */
@media (max-width: 640px) {
  .language-select-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 34px;
    line-height: 1;
    vertical-align: middle;
  }

  .language-select-mobile select {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0 7px;
    -webkit-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: .65rem;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: .04em;
    text-align: center;
    text-align-last: center;
    vertical-align: middle;
  }
}

@media (max-width: 360px) {
  .language-select-mobile { width: 48px; }
}

@media (max-width: 360px) {
  .site-header { padding-right: 12px; padding-left: 12px; gap: 6px; }
  .official-logo { width: 98px; }
  .language-select-mobile select { width: 48px; padding: 0 5px; }
  .section, .process { padding: 48px 16px; }
  .hero-copy { padding: 45px 16px 40px; }
  .hero h1 { font-size: clamp(2.2rem, 11.5vw, 2.8rem); }
  h2 { font-size: clamp(1.85rem, 8.8vw, 2.45rem); }
  .hero-media, .hero-media img { min-height: 390px; }
  .journey-visual, .journey-visual img { min-height: 330px; }
  .arrival-visual, .arrival-visual img { min-height: 390px; }
  .care-visual, .care-visual img { min-height: 370px; }
  .cheongju, .cheongju > img { min-height: 490px; height: 490px; }
}

/* WordPress editorial views keep the same visual system as the landing page. */
.wp-admin-bar .site-header { top: 32px; }
.content-shell { min-height: 70vh; padding: clamp(76px, 10vw, 150px) clamp(24px, 7vw, 120px); background: var(--pale); }
.content-shell > h1 { max-width: 980px; margin-bottom: 52px; color: var(--deep-navy); font-size: clamp(2.8rem, 5.1vw, 5.7rem); line-height: 1.03; letter-spacing: -.075em; }
.post-list { display: grid; gap: 1px; max-width: 1100px; border-top: 1px solid var(--line); }
.post-list article { padding: 35px 0; border-bottom: 1px solid var(--line); }
.post-list h2 { margin: 9px 0 14px; font-size: clamp(1.55rem, 2.75vw, 2.6rem); }
.post-list .body-copy { max-width: 750px; color: var(--muted); }
.journal-article { --journal-content-width: 900px; --journal-content-gutter: clamp(24px, 7vw, 120px); background: var(--paper); }
.journal-article-header { padding: clamp(70px, 10vw, 144px) clamp(24px, 7vw, 120px) clamp(42px, 6vw, 78px); background: var(--pale); }
.journal-article-header-inner { max-width: 980px; }
.journal-article-back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 35px; color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.journal-article-back:hover { color: var(--cyan); }
.journal-article-header h1 { margin: 0; color: var(--deep-navy); font-size: clamp(1.325rem, 2.55vw, 2.925rem); line-height: 1.12; letter-spacing: -.055em; overflow-wrap: anywhere; }
.journal-article-meta { margin: 22px 0 0; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .04em; }
.journal-featured { width: 100%; max-width: var(--journal-content-width); box-sizing: border-box; margin: 0 auto; padding-inline: var(--journal-content-gutter); background: transparent; }
.journal-featured img { width: 100%; max-width: none; height: auto; max-height: none; margin: 0; object-fit: contain; }
.journal-content { max-width: var(--journal-content-width); margin: 0 auto; padding: clamp(50px, 8vw, 110px) var(--journal-content-gutter) clamp(80px, 12vw, 160px); color: var(--ink); font-size: clamp(1rem, 1.2vw, 1.18rem); line-height: 1.85; }
.journal-content > * { max-width: 760px; }
.journal-content h2, .journal-content h3, .journal-content h4 { margin: 2.5em 0 .75em; color: var(--deep-navy); }
.journal-content h2 { font-size: clamp(1.8rem, 3.3vw, 3.25rem); }
.journal-content h3 { font-size: clamp(1.35rem, 2.25vw, 2.1rem); }
.journal-content p, .journal-content ul, .journal-content ol { margin: 0 0 1.3em; }
.journal-content ul, .journal-content ol { padding-left: 1.25em; }
.journal-content a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: .18em; }
.journal-content figure, .journal-content .wp-block-image, .journal-content .wp-block-gallery, .journal-content .wp-block-embed { width: 100%; max-width: 100%; margin: 2.25em 0; }
.journal-content img { width: auto; max-width: 100%; height: auto; }
.journal-content figure img, .journal-content .wp-block-image img { width: 100%; height: auto; }
.journal-content > img:not(.emoji), .journal-content > p > img:not(.emoji), .journal-content figure img:not(.emoji), .journal-content .wp-block-image img:not(.emoji) { display: block; width: 100%; max-width: 100%; height: auto; }
.journal-content figcaption { margin-top: .75em; color: var(--muted); font-size: .8em; text-align: center; }
.journal-content blockquote { max-width: 760px; margin: 2em 0; padding: 1.1em 1.4em; border-left: 4px solid var(--cyan); background: var(--pale); color: var(--navy); font-size: 1.18em; }
.journal-content .wp-block-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.journal-content .wp-block-gallery .wp-block-image { margin: 0; }
.journal-content .wp-block-embed iframe { width: 100%; max-width: 100%; }
.journal-pagination { display: flex; justify-content: space-between; gap: 24px; max-width: 900px; margin: 0 auto; padding: 0 clamp(24px, 7vw, 120px) 92px; }
.journal-pagination a { color: var(--navy); font-size: .86rem; font-weight: 900; }
.journal-pagination a:hover { color: var(--cyan); }
@media (max-width: 782px) { .wp-admin-bar .site-header { top: 46px; } }
@media (max-width: 640px) { .journal-article-header { padding-top: 55px; } .journal-content .wp-block-gallery { grid-template-columns: 1fr; } .journal-pagination { flex-direction: column; } }

/* KOMD language navigation links */
.language-switcher a {
  min-width: 29px;
  min-height: 29px;
  padding: 3px 4px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #b7dce9;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}
.language-switcher a:hover,
.language-switcher a:focus-visible,
.language-switcher a.is-active {
  background: var(--komd-cyan);
  color: white;
  outline: none;
}

/* Keep the consultation layer out of the way until it is explicitly opened. */
.contact-modal-backdrop[aria-hidden="true"] {
  display: none;
}

/* Purpose-built contact channel buttons in the partnership CTA. */
.contact-links {
  width: min(100%, 940px);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.contact-link {
  min-height: 70px;
  padding: 11px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(177, 232, 248, .34);
  background: rgba(13, 112, 169, .33);
  color: #eaf9ff;
  font-size: .77rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.contact-link:hover,
.contact-link:focus-visible {
  transform: translateY(-3px);
  border-color: #bdeffd;
  background: #ffffff;
  color: var(--komd-deep);
  outline: none;
}
.contact-link-mark {
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #15a8df;
  color: #ffffff;
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .02em;
}
.contact-link-instagram .contact-link-mark { background: linear-gradient(135deg, #d64a88, #7255d8); }
.contact-link-whatsapp .contact-link-mark { background: #2abf6a; }
.contact-link-kakao .contact-link-mark { background: #f7d600; color: #26323a; }
.contact-link-email .contact-link-mark { background: #158dcb; }
.contact-link-phone .contact-link-mark { background: #06548e; font-size: .48rem; }

/* The legacy modal selector also targets the inner card; restore its display explicitly. */
.contact-modal-backdrop {
  z-index: 1000;
}
.contact-modal-backdrop[hidden],
.contact-modal-backdrop[aria-hidden="true"] {
  display: none !important;
}
.contact-modal-backdrop[aria-hidden="false"] {
  display: grid;
}
.contact-modal-backdrop[aria-hidden="false"] .contact-modal {
  display: block;
}
body.modal-is-open { overflow: hidden; }

/* Keep the full consultation form in one fixed desktop card without an inner scrollbar. */
@media (min-width: 561px) and (min-height: 780px) {
  .contact-modal-backdrop[aria-hidden="false"] .contact-modal {
    max-height: none;
    overflow-y: visible;
  }
}

@media (max-width: 880px) {
  .contact-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .contact-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .contact-link { min-height: 62px; padding: 9px 10px; font-size: .72rem; }
  .contact-link-phone { grid-column: 1 / -1; }
}

/* Journal listing thumbnails: keep a portrait 4:5 crop at every breakpoint. */
.journal-card-media { aspect-ratio: 4 / 5; }

/* Dedicated Cheongju hospital partnership page. */
.partnership-page { background: var(--pale); }
.partnership-hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); background: linear-gradient(118deg, #effaff 0%, #f8fcfe 54%, #d8f1fb 100%); }
.partnership-hero-copy { max-width: 830px; padding: clamp(110px, 13vw, 184px) clamp(24px, 7vw, 120px) clamp(82px, 10vw, 144px); }
.partnership-hero h1 { max-width: 820px; margin: 0; color: var(--deep-navy); font-size: clamp(3rem, 5.7vw, 6.15rem); line-height: 1.02; letter-spacing: -.078em; overflow-wrap: anywhere; }
.partnership-hero .lead-copy { max-width: 700px; margin: 30px 0 0; }
.partnership-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.partnership-hero-panel { min-height: 100%; padding: clamp(38px, 5vw, 82px); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; background: var(--deep-navy); color: white; }
.partnership-hero-panel:before, .partnership-hero-panel:after { position: absolute; border-radius: 50%; content: ""; pointer-events: none; }
.partnership-hero-panel:before { width: clamp(250px, 35vw, 520px); height: clamp(250px, 35vw, 520px); top: -28%; right: -34%; border: 1px solid rgba(167, 235, 255, .45); box-shadow: 0 0 0 54px rgba(36, 163, 214, .22), 0 0 0 107px rgba(36, 163, 214, .12); }
.partnership-hero-panel:after { width: 150px; height: 150px; left: -52px; bottom: 58px; background: rgba(25, 169, 221, .18); }
.partnership-hero-panel > * { position: relative; z-index: 1; }
.partnership-hero-panel > span { margin-bottom: auto; color: #80e5ff; font-size: .75rem; font-weight: 900; letter-spacing: .16em; }
.partnership-hero-panel strong { font-size: clamp(2rem, 3.7vw, 4.1rem); line-height: .98; letter-spacing: -.06em; }
.partnership-hero-panel p { margin: 20px 0 0; color: #98ddec; font-size: .72rem; font-weight: 900; letter-spacing: .15em; }
.partnership-section-heading { max-width: 900px; }
.partnership-section-heading h2 { max-width: 900px; }
.partnership-section-heading .lead-copy { max-width: 760px; margin: 27px 0 0; }
.partnership-focus { background: white; }
.partnership-specialty-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 58px; background: var(--line); }
.partnership-specialty-card { min-height: 290px; padding: 34px clamp(24px, 3vw, 43px); background: #f7fcfe; }
.partnership-specialty-card > span, .partnership-value-grid > article > span, .partnership-steps > li > span { color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.partnership-specialty-card h3 { margin: 66px 0 17px; color: var(--deep-navy); font-size: clamp(1.5rem, 2.2vw, 2.25rem); letter-spacing: -.05em; }
.partnership-specialty-card p { max-width: 300px; margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.68; }
.partnership-value { background: var(--deep-navy); color: white; }
.partnership-value .eyebrow { color: #7de1ff; }
.partnership-value h2 { color: white; }
.partnership-value-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 62px; border-top: 1px solid rgba(189, 239, 255, .28); border-left: 1px solid rgba(189, 239, 255, .28); }
.partnership-value-grid > article { min-height: 220px; padding: 34px clamp(24px, 3.5vw, 48px); border-right: 1px solid rgba(189, 239, 255, .28); border-bottom: 1px solid rgba(189, 239, 255, .28); }
.partnership-value-grid > article > span { color: #83e7ff; }
.partnership-value-grid h3 { margin: 39px 0 12px; color: white; font-size: clamp(1.22rem, 1.8vw, 1.75rem); letter-spacing: -.04em; }
.partnership-value-grid p { max-width: 425px; margin: 0; color: #c3e7f1; font-size: .95rem; line-height: 1.7; }
.partnership-process { background: #f7fcfe; }
.partnership-steps { max-width: 1100px; margin: 62px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.partnership-steps > li { display: grid; grid-template-columns: 104px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.partnership-steps > li > span { padding-top: 5px; }
.partnership-steps h3 { margin: 0 0 9px; color: var(--deep-navy); font-size: clamp(1.2rem, 1.7vw, 1.7rem); letter-spacing: -.04em; }
.partnership-steps p { max-width: 760px; margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.7; }
.partnership-cta { padding: clamp(86px, 12vw, 168px) clamp(24px, 7vw, 120px); background: var(--navy); color: white; text-align: center; }
.partnership-cta .eyebrow { color: #7de1ff; }
.partnership-cta h2 { max-width: 920px; margin: 0 auto; color: white; font-size: clamp(2.35rem, 4.65vw, 4.85rem); }
.partnership-cta > p:not(.eyebrow):not(.partnership-home-link) { max-width: 650px; margin: 28px auto 35px; color: #c7eaf4; font-size: 1.05rem; line-height: 1.75; }
.partnership-cta .button { min-width: 250px; }
.partnership-home-link { margin: 31px 0 0; }
.partnership-home-link a { color: #a6eafb; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.partnership-home-link a:hover { color: white; }
.partnership-teaser .process-heading { grid-template-columns: minmax(0, 1fr) minmax(250px, .74fr); }
.partnership-teaser .process-heading > p:last-of-type { margin: 0; }
.partnership-teaser .partnership-teaser-link { grid-column: 2; justify-self: start; margin-top: 30px; }

@media (max-width: 880px) {
  .partnership-hero { min-height: 0; grid-template-columns: 1fr; }
  .partnership-hero-copy { max-width: none; padding-top: 92px; }
  .partnership-hero-panel { min-height: 300px; }
  .partnership-specialty-grid { grid-template-columns: 1fr; }
  .partnership-specialty-card { min-height: 0; }
  .partnership-specialty-card h3 { margin-top: 35px; }
  .partnership-teaser .process-heading { grid-template-columns: 1fr; }
  .partnership-teaser .partnership-teaser-link { grid-column: 1; }
}

@media (max-width: 560px) {
  .partnership-hero-copy, .partnership-focus, .partnership-value, .partnership-process { padding-right: 18px; padding-left: 18px; }
  .partnership-hero-copy { padding-top: 70px; padding-bottom: 60px; }
  .partnership-hero h1 { font-size: clamp(2.55rem, 11.5vw, 3.5rem); }
  .partnership-hero-actions { display: grid; grid-template-columns: 1fr; }
  .partnership-hero-panel { min-height: 245px; padding: 28px 18px; }
  .partnership-hero-panel strong { font-size: 2.4rem; }
  .partnership-specialty-grid { margin-top: 34px; }
  .partnership-specialty-card { padding: 27px 22px; }
  .partnership-value-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .partnership-value-grid > article { min-height: 0; padding: 28px 22px; }
  .partnership-value-grid h3 { margin-top: 27px; }
  .partnership-steps { margin-top: 38px; }
  .partnership-steps > li { grid-template-columns: 48px 1fr; gap: 11px; padding: 20px 0; }
  .partnership-steps h3 { font-size: 1.1rem; }
  .partnership-steps p { font-size: .9rem; }
  .partnership-cta { padding: 70px 18px; }
  .partnership-cta .button { width: 100%; }
}

