@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable-dynamic-subset.css');

:root {
  --primary: #123F39;
  --primary-dark: #0B2E2A;
  --primary-soft: #DDE9E5;
  --accent: #B68D63;
  --accent-soft: #F0E5D8;
  --background: #F7F4EF;
  --surface: #FFFFFF;
  --text: #17201E;
  --muted: #66706C;
  --line: #E3DED6;
  --shadow-sm: 0 8px 24px rgba(19, 42, 38, .06);
  --shadow-md: 0 20px 54px rgba(19, 42, 38, .10);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--background);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: -.015em;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { border: 0; cursor: pointer; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 48px), 840px); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; padding: 10px 16px; background: var(--primary); color: #fff; border-radius: 6px; transition: top .2s; }
.skip-link:focus { top: 16px; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(20, 53, 49, .08);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; }
.brand-name { font-size: 21px; font-weight: 760; letter-spacing: -.055em; }
.brand-name .com { color: var(--accent); font-size: .72em; margin-left: 2px; font-weight: 650; letter-spacing: -.03em; }
.main-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.main-nav a { position: relative; padding: 26px 0 24px; font-size: 14px; font-weight: 630; color: #39433f; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 17px; height: 2px; background: var(--primary); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--primary); }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--primary); background: transparent; }
.menu-toggle svg { width: 24px; height: 24px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--primary); box-shadow: 0 12px 24px rgba(23,63,59,.16); }
.btn-primary:hover { background: var(--primary-dark); box-shadow: 0 15px 30px rgba(23,63,59,.20); }
.btn-secondary { color: var(--primary); background: rgba(255,255,255,.83); border-color: rgba(23,63,59,.22); }
.btn-secondary:hover { background: #fff; border-color: var(--primary); }
.btn-light { color: var(--primary); background: #fff; }
.btn-link { min-height: auto; padding: 0; border: 0; border-radius: 0; color: var(--primary); background: transparent; font-size: 14px; }
.btn-link svg, .btn svg { width: 17px; height: 17px; flex: 0 0 auto; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* Hero */
.hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #e9e2da;
  isolation: isolate;
}
.hero-media { position: absolute; inset: 0; overflow: hidden; background: center/cover no-repeat; z-index: -3; }
.hero-video { width: 112%; height: 100%; object-fit: cover; object-position: 58% center; transform: translateX(5%); }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(247,244,239,.98) 0%, rgba(247,244,239,.94) 30%, rgba(247,244,239,.66) 50%, rgba(247,244,239,.08) 75%, rgba(247,244,239,0) 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  z-index: -1;
  background: linear-gradient(0deg, var(--background), transparent);
}
.hero-inner { min-height: 650px; display: flex; align-items: center; padding: 92px 0 84px; }
.hero-copy { width: min(600px, 52%); }
.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: 14px; font-weight: 730; letter-spacing: .03em; }
.hero h1 { margin: 0; font-size: clamp(43px, 4.5vw, 68px); line-height: 1.13; letter-spacing: -.065em; font-weight: 760; }
.hero h1 span { display: block; }
.hero-text { max-width: 580px; margin: 24px 0 30px; color: #4f5754; font-size: 18px; line-height: 1.78; }
.hero-note { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: #5f6864; font-size: 13px; }
.hero-note span { display: inline-flex; align-items: center; gap: 7px; }
.hero-note svg { width: 17px; height: 17px; color: var(--accent); }
.hero-static { min-height: 570px; }
.hero-static .hero-inner { min-height: 570px; }

/* Concern strip */
.concern-strip { background: #fff; border-bottom: 1px solid var(--line); }
.concern-inner { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 40px; min-height: 170px; }
.concern-inner h2 { margin: 0; font-size: 25px; line-height: 1.35; letter-spacing: -.04em; }
.concern-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.concern-list a { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; min-height: 126px; gap: 12px; border-left: 1px solid var(--line); color: #464e4b; transition: background .2s ease, color .2s ease; }
.concern-list a:last-child { border-right: 1px solid var(--line); }
.concern-list a:hover { color: var(--primary); background: #fbfaf8; }
.concern-thumb { width: 66px; height: 66px; border-radius: 50%; overflow: hidden; background: var(--accent-soft); box-shadow: inset 0 0 0 1px rgba(0,0,0,.04); }
.concern-thumb img { width: 100%; height: 100%; object-fit: cover; }
.concern-label { font-size: 13px; font-weight: 650; white-space: nowrap; }

/* Sections */
.section { padding: 104px 0; }
.section-compact { padding: 78px 0; }
.section-white { background: #fff; }
.section-soft { background: #f0ece6; }
.section-dark { color: #fff; background: var(--primary-dark); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 40px; }
.section-head-center { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-kicker { margin: 0 0 10px; color: var(--accent); font-size: 13px; font-weight: 730; letter-spacing: .05em; }
.section-title { margin: 0; font-size: clamp(32px, 3.4vw, 47px); line-height: 1.22; letter-spacing: -.055em; }
.section-desc { max-width: 640px; margin: 14px 0 0; color: var(--muted); font-size: 16px; }

/* Criteria */
.criteria-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.criteria-item { padding: 32px 28px; border-left: 1px solid var(--line); }
.criteria-item:last-child { border-right: 1px solid var(--line); }
.criteria-icon { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 22px; color: var(--primary); background: var(--primary-soft); border-radius: 50%; }
.criteria-icon svg { width: 23px; height: 23px; }
.criteria-item h3 { margin: 0 0 9px; font-size: 18px; }
.criteria-item p { margin: 0; color: var(--muted); font-size: 14px; }

/* Carousel cards */
.carousel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.info-card { position: relative; min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease; }
.info-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-image { position: relative; aspect-ratio: 1.52 / 1; overflow: hidden; background: #e8e3dd; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.info-card:hover .card-image img { transform: scale(1.025); }
.card-number { position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 52px; height: 42px; color: #fff; background: #1d2422; font-size: 13px; font-weight: 750; letter-spacing: .04em; }
.card-body { display: flex; flex-direction: column; min-height: 278px; padding: 26px 26px 24px; }
.card-category { align-self: flex-start; display: inline-flex; align-items: center; min-height: 30px; margin-bottom: 13px; padding: 0 11px; color: #fff; background: var(--primary); border-radius: 7px; font-size: 12px; font-weight: 720; letter-spacing: -.01em; }
.card-title { margin: 0; font-size: 22px; line-height: 1.4; letter-spacing: -.045em; }
.card-text { margin: 13px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--primary); font-size: 14px; font-weight: 710; }
.card-link svg { width: 17px; height: 17px; }

/* Region split */
.region-split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.region-card { position: relative; min-height: 390px; overflow: hidden; color: #fff; background: #172825; }
.region-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .76; transition: transform .6s ease, opacity .3s ease; }
.region-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,29,26,.88), rgba(8,29,26,.06) 70%); }
.region-card:hover img { transform: scale(1.025); opacity: .82; }
.region-copy { position: absolute; z-index: 1; left: 34px; right: 34px; bottom: 32px; }
.region-copy small { display: inline-block; margin-bottom: 8px; color: #e6d3b8; font-weight: 700; }
.region-copy h3 { margin: 0 0 9px; font-size: 30px; letter-spacing: -.045em; }
.region-copy p { max-width: 500px; margin: 0 0 18px; color: rgba(255,255,255,.82); font-size: 14px; }
.region-copy a { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; }
.region-copy svg { width: 17px; height: 17px; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.blog-card { overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.blog-card-image { aspect-ratio: 1.65/1; overflow: hidden; background: var(--accent-soft); }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 22px 20px 23px; }
.blog-meta { display: flex; gap: 9px; align-items: center; margin-bottom: 9px; color: var(--muted); font-size: 12px; }
.blog-category { color: var(--primary); font-weight: 700; }
.blog-card h3 { margin: 0; font-size: 18px; line-height: 1.48; letter-spacing: -.035em; }
.blog-card p { display: -webkit-box; overflow: hidden; margin: 10px 0 16px; color: var(--muted); font-size: 13px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

/* Trust */
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: rgba(255,255,255,.62); }
.trust-item { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 24px; border-left: 1px solid var(--line); }
.trust-item:first-child { border-left: 0; }
.trust-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--primary); background: #fff; border-radius: 50%; box-shadow: var(--shadow-sm); }
.trust-icon svg { width: 21px; height: 21px; }
.trust-item h3 { margin: 0 0 4px; font-size: 15px; }
.trust-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

/* CTA */
.cta-banner { display: grid; grid-template-columns: 1.35fr .65fr; overflow: hidden; background: var(--primary); color: #fff; }
.cta-copy { padding: 48px 52px; }
.cta-copy h2 { margin: 0 0 12px; font-size: 33px; letter-spacing: -.05em; }
.cta-copy p { max-width: 620px; margin: 0 0 24px; color: rgba(255,255,255,.78); }
.cta-visual { position: relative; min-height: 280px; }
.cta-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .86; }
.cta-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--primary), transparent 55%); }

/* Footer */
.site-footer { color: #dae4e0; background: #142925; }
.footer-main { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 44px; padding: 64px 0 48px; }
.footer-brand .brand-name { color: #fff; }
.footer-brand p { max-width: 390px; margin: 18px 0 0; color: #9eaaa6; font-size: 13px; }
.footer-col h3 { margin: 0 0 15px; color: #fff; font-size: 14px; }
.footer-col a { display: block; margin: 8px 0; color: #aeb9b5; font-size: 13px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 20px 0 28px; border-top: 1px solid rgba(255,255,255,.09); color: #82918c; font-size: 12px; }

/* Article pages */
.page-hero { padding: 92px 0 58px; background: linear-gradient(135deg, #f1ece5, #faf8f5); border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.breadcrumb a:hover { color: var(--primary); }
.page-hero h1 { max-width: 880px; margin: 0; font-size: clamp(38px, 5vw, 61px); line-height: 1.2; letter-spacing: -.065em; }
.page-hero .lead { max-width: 760px; margin: 22px 0 0; color: #555e5a; font-size: 18px; }
.article-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 70px; padding: 70px 0 110px; }
.article-main { min-width: 0; }
.article-cover { overflow: hidden; margin-bottom: 42px; aspect-ratio: 1.55/1; background: #e8e3dc; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-byline { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 0 0 30px; color: var(--muted); font-size: 13px; }
.article-byline strong { color: var(--text); }
.article-summary { margin: 0 0 44px; padding: 28px 30px; background: #f0ece6; border-left: 3px solid var(--accent); }
.article-summary h2 { margin: 0 0 14px; font-size: 20px; }
.article-summary ul { margin: 0; padding-left: 20px; }
.article-summary li + li { margin-top: 7px; }
.article-main > p { margin: 0 0 20px; color: #3f4945; font-size: 17px; line-height: 1.9; }
.article-section { margin-top: 52px; }
.article-section h2 { margin: 0 0 18px; font-size: 30px; letter-spacing: -.045em; }
.article-section p { margin: 0 0 16px; color: #3f4945; font-size: 16px; line-height: 1.9; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; padding: 15px 16px; background: #f7f4ef; border: 1px solid var(--line); font-size: 14px; }
.check-list svg { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 3px; color: var(--primary); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; color: var(--text); background: transparent; text-align: left; font-weight: 700; }
.faq-question svg { width: 19px; height: 19px; transition: transform .2s; }
.faq-item.open .faq-question svg { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 0 20px; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }
.references { margin-top: 52px; padding-top: 28px; border-top: 1px solid var(--line); }
.references h2 { font-size: 19px; }
.references a { display: inline-flex; margin: 6px 14px 6px 0; color: var(--primary); font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.article-sidebar { position: relative; }
.sidebar-sticky { position: sticky; top: 104px; }
.sidebar-box { padding: 26px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.sidebar-box + .sidebar-box { margin-top: 16px; }
.sidebar-box h3 { margin: 0 0 12px; font-size: 18px; }
.sidebar-box p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.sidebar-links a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.sidebar-links a:last-child { border-bottom: 0; }

/* Blog and content pages */
.blog-index-hero { padding: 88px 0 48px; }
.blog-index-hero h1 { margin: 0; font-size: clamp(42px, 5vw, 62px); letter-spacing: -.06em; }
.blog-index-hero p { max-width: 680px; color: var(--muted); font-size: 17px; }
.blog-index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-bottom: 110px; }
.blog-index-grid .blog-card h2 { margin: 0; font-size: 21px; line-height: 1.45; }
.prose-page { padding: 90px 0 110px; }
.prose-page h1 { margin: 0 0 22px; font-size: clamp(40px, 5vw, 60px); letter-spacing: -.06em; }
.prose-page .intro { margin-bottom: 50px; color: var(--muted); font-size: 18px; }
.prose-section { padding: 34px 0; border-top: 1px solid var(--line); }
.prose-section h2 { margin: 0 0 14px; font-size: 26px; }
.prose-section p { margin: 0 0 12px; color: #444d49; }

/* Partner */
.partner-hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 580px; background: #f1ece5; }
.partner-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px max(48px, calc((100vw - var(--container))/2)); padding-right: 56px; }
.partner-copy h1 { margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.15; letter-spacing: -.065em; }
.partner-copy p { max-width: 620px; color: var(--muted); font-size: 17px; }
.partner-image img { width: 100%; height: 100%; object-fit: cover; }
.partner-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.partner-benefit { padding: 30px; background: #fff; border: 1px solid var(--line); }
.partner-benefit h3 { margin: 0 0 10px; font-size: 20px; }
.partner-benefit p { margin: 0; color: var(--muted); font-size: 14px; }
.process { display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid var(--line); background: #fff; }
.process-item { padding: 30px 22px; border-left: 1px solid var(--line); }
.process-item:first-child { border-left: 0; }
.process-number { color: var(--accent); font-size: 34px; font-weight: 760; }
.process-item h3 { margin: 8px 0; font-size: 17px; }
.process-item p { margin: 0; color: var(--muted); font-size: 13px; }

/* Mobile fixed button */
.mobile-consult { display: none; }

/* 404 */
.error-page { display: grid; min-height: 70vh; place-items: center; text-align: center; }
.error-page h1 { margin: 0; font-size: 90px; letter-spacing: -.08em; color: var(--accent); }
.error-page p { color: var(--muted); }

@media (max-width: 1080px) {
  .main-nav { gap: 22px; }
  .hero-copy { width: 60%; }
  .criteria-grid { grid-template-columns: repeat(2,1fr); }
  .criteria-item:nth-child(3) { border-top: 1px solid var(--line); }
  .criteria-item:nth-child(4) { border-top: 1px solid var(--line); }
  .blog-grid { grid-template-columns: repeat(2,1fr); }
  .trust-row { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(3) { border-top: 1px solid var(--line); }
  .trust-item:nth-child(3) { border-left: 0; }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-col:last-child { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .container, .narrow { width: min(calc(100% - 36px), var(--container)); }
  .main-nav { position: fixed; inset: 78px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 20px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .main-nav a::after { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-actions .btn { display: none; }
  .hero, .hero-inner { min-height: 620px; }
  .hero-video { width: 145%; transform: translateX(16%); object-position: 55% center; }
  .hero::before { background: linear-gradient(90deg, rgba(247,244,239,.98), rgba(247,244,239,.90) 48%, rgba(247,244,239,.28) 80%, transparent); }
  .hero-copy { width: 68%; }
  .hero h1 { font-size: clamp(38px, 7.2vw, 56px); }
  .hero-text { font-size: 16px; }
  .concern-inner { grid-template-columns: 1fr; gap: 18px; padding: 28px 0; }
  .concern-list { overflow-x: auto; grid-template-columns: repeat(6, 118px); scrollbar-width: none; }
  .concern-list::-webkit-scrollbar { display: none; }
  .concern-list a { border: 0; }
  .carousel-grid { grid-template-columns: repeat(2,1fr); }
  .region-split { grid-template-columns: 1fr; }
  .article-wrap { grid-template-columns: 1fr; gap: 40px; }
  .article-sidebar { order: -1; }
  .sidebar-sticky { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .sidebar-box + .sidebar-box { margin-top: 0; }
  .blog-index-grid { grid-template-columns: repeat(2,1fr); }
  .partner-hero { grid-template-columns: 1fr; }
  .partner-copy { padding: 72px 28px 50px; }
  .partner-image { min-height: 420px; }
  .partner-benefits { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .process-item { border-top: 1px solid var(--line); }
  .process-item:nth-child(odd) { border-left: 0; }
  .process-item:first-child, .process-item:nth-child(2) { border-top: 0; }
  .cta-banner { grid-template-columns: 1fr; }
  .cta-visual { min-height: 240px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: auto; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: 18px; }
  .main-nav { top: 68px; }
  .hero, .hero-inner { min-height: 680px; }
  .hero-media { background-image: url('/images/yangsan/hero-poster-mobile.webp'); background-position: center; }
  .hero-video { width: 185%; height: 64%; top: auto; bottom: 0; position: absolute; transform: translateX(22%); object-position: 50% center; opacity: .96; }
  .hero::before { background: linear-gradient(180deg, rgba(247,244,239,1) 0%, rgba(247,244,239,.96) 46%, rgba(247,244,239,.20) 75%, rgba(247,244,239,.04) 100%); }
  .hero-inner { align-items: flex-start; padding: 66px 0 280px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 39px; }
  .hero-text { margin: 18px 0 24px; font-size: 15px; }
  .hero-note { display: none; }
  .button-row .btn { flex: 1 1 150px; min-width: 0; padding-inline: 14px; }
  .hero-static, .hero-static .hero-inner { min-height: 600px; }
  .hero-static .hero-inner { padding-bottom: 230px; }
  .section { padding: 76px 0; }
  .section-compact { padding: 58px 0; }
  .section-head { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .section-title { font-size: 32px; }
  .criteria-grid { grid-template-columns: 1fr; }
  .criteria-item { border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .criteria-item:first-child { border-top: 0; }
  .carousel-grid { grid-template-columns: 1fr; gap: 18px; }
  .card-body { min-height: 240px; padding: 23px 21px; }
  .card-title { font-size: 21px; }
  .region-card { min-height: 330px; }
  .region-copy { left: 24px; right: 24px; bottom: 24px; }
  .region-copy h3 { font-size: 27px; }
  .blog-grid, .blog-index-grid { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-item:first-child { border-top: 0; }
  .cta-copy { padding: 34px 26px; }
  .cta-copy h2 { font-size: 28px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; padding-top: 48px; }
  .footer-brand, .footer-col:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 68px 0 42px; }
  .page-hero h1 { font-size: 39px; }
  .page-hero .lead { font-size: 16px; }
  .article-wrap { padding-top: 44px; }
  .sidebar-sticky { grid-template-columns: 1fr; }
  .article-cover { margin-bottom: 30px; }
  .article-summary { padding: 23px 21px; }
  .article-main > p, .article-section p { font-size: 15px; }
  .article-section h2 { font-size: 25px; }
  .check-list { grid-template-columns: 1fr; }
  .partner-copy h1 { font-size: 39px; }
  .partner-image { min-height: 320px; }
  .process { grid-template-columns: 1fr; }
  .process-item { border-left: 0; border-top: 1px solid var(--line); }
  .process-item:first-child { border-top: 0; }
  .mobile-consult { position: fixed; z-index: 190; display: flex; left: 14px; right: 14px; bottom: 14px; min-height: 52px; align-items: center; justify-content: center; color: #fff; background: var(--primary); border-radius: 10px; box-shadow: 0 15px 35px rgba(13,48,44,.28); font-weight: 720; }
  .site-footer { padding-bottom: 78px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .hero-video { display: none; }
  .hero-media { background-image: url('/images/yangsan/hero-poster.webp'); background-size: cover; background-position: center; }
}

/* V1.8 FINAL PREMIUM VIDEO HERO */
body.overlay-hero-page{overflow-x:hidden}
body.overlay-hero-page .site-header-overlay{position:absolute!important;inset:0 0 auto!important;z-index:300!important;width:100%!important;background:rgba(18,22,20,.26)!important;border-bottom:1px solid rgba(255,255,255,.14)!important;backdrop-filter:blur(7px)!important;box-shadow:none!important}
body.overlay-hero-page .site-header-overlay .header-inner.container{width:100%!important;max-width:none!important;padding-inline:clamp(24px,4.3vw,76px)!important}
body.overlay-hero-page .site-header-overlay:not(.is-scrolled) .brand-name,body.overlay-hero-page .site-header-overlay:not(.is-scrolled) .main-nav a,body.overlay-hero-page .site-header-overlay:not(.is-scrolled) .menu-toggle{color:#fff4e3!important;text-shadow:0 1px 10px rgba(0,0,0,.30)!important}
body.overlay-hero-page .site-header-overlay:not(.is-scrolled) .brand-name .com{color:#dfbd91!important}
body.overlay-hero-page .site-header-overlay:not(.is-scrolled) .main-nav a::after{background:#fff4e3!important}
body.overlay-hero-page .site-header-overlay.is-scrolled{position:fixed!important;background:rgba(255,255,255,.96)!important;border-bottom-color:rgba(20,63,57,.10)!important;backdrop-filter:blur(16px)!important;box-shadow:0 8px 24px rgba(20,30,27,.06)!important}
body.overlay-hero-page .site-header-overlay.is-scrolled .brand-name,body.overlay-hero-page .site-header-overlay.is-scrolled .main-nav a,body.overlay-hero-page .site-header-overlay.is-scrolled .menu-toggle{color:#153f39!important;text-shadow:none!important}
body.overlay-hero-page .hero{position:relative!important;width:100vw!important;height:100svh!important;min-height:760px!important;margin:0!important;overflow:hidden!important;background:#665a50!important}
body.overlay-hero-page .hero-media{position:absolute!important;inset:0!important;z-index:0!important;width:100%!important;height:100%!important;overflow:hidden!important;background:#665a50!important}
body.overlay-hero-page .hero-video{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;filter:none!important;transform:none!important}
body.overlay-hero-page .hero-yangsan .hero-video{object-position:38% center!important}
body.overlay-hero-page .hero-mulgeum .hero-video{object-position:62% center!important}
body.overlay-hero-page .hero::before,body.overlay-hero-page .hero-media::before,body.overlay-hero-page .hero-media::after,body.overlay-hero-page .hero-copy::before,body.overlay-hero-page .hero-copy::after{content:none!important;display:none!important;background:none!important}
body.overlay-hero-page .hero::after{content:""!important;display:block!important;position:absolute!important;z-index:1!important;inset:0!important;pointer-events:none!important}
body.overlay-hero-page .hero-yangsan::after{background:linear-gradient(90deg,rgba(22,18,15,0) 42%,rgba(22,18,15,.12) 60%,rgba(22,18,15,.42) 100%)!important}
body.overlay-hero-page .hero-mulgeum::after{background:linear-gradient(90deg,rgba(22,18,15,.42) 0%,rgba(22,18,15,.12) 40%,rgba(22,18,15,0) 58%)!important}
body.overlay-hero-page .hero-inner.container{position:relative!important;z-index:5!important;display:flex!important;width:100%!important;max-width:none!important;height:100%!important;margin:0!important;padding:calc(78px + 26px) clamp(32px,5.2vw,90px) 48px!important;align-items:center!important}
body.overlay-hero-page .hero-copy{position:relative!important;z-index:6!important;display:flex!important;flex-direction:column!important;justify-content:center!important;opacity:1!important;visibility:visible!important;transform:none!important;width:min(480px,36vw)!important;max-width:480px!important;margin:0!important;color:#fff4e3!important}
body.overlay-hero-page .hero-yangsan .hero-inner{justify-content:flex-end!important}
body.overlay-hero-page .hero-mulgeum .hero-inner{justify-content:flex-start!important}
body.overlay-hero-page .hero .eyebrow{color:#e1b782!important;text-shadow:0 2px 12px rgba(0,0,0,.26)!important}
body.overlay-hero-page .hero h1{color:#fff4e3!important;text-shadow:0 2px 18px rgba(0,0,0,.34)!important;font-size:clamp(50px,4.6vw,68px)!important;line-height:1.07!important;letter-spacing:-.065em!important}
body.overlay-hero-page .hero .hero-text,body.overlay-hero-page .hero .hero-note{color:rgba(255,247,235,.92)!important;text-shadow:0 1px 10px rgba(0,0,0,.30)!important}
body.overlay-hero-page .hero .hero-text{font-size:17px!important;line-height:1.72!important;max-width:460px!important}
body.overlay-hero-page .hero .button-row{display:flex!important;gap:10px!important;flex-wrap:nowrap!important}
body.overlay-hero-page .hero .btn{width:auto!important;min-width:0!important;white-space:nowrap!important}
body.overlay-hero-page .hero .btn-primary{background:#fff4e3!important;color:#124b43!important;border-color:#fff4e3!important}
body.overlay-hero-page .hero .btn-secondary{background:rgba(15,49,44,.20)!important;color:#fff4e3!important;border-color:rgba(255,244,227,.72)!important;backdrop-filter:blur(4px)!important}
@media(min-width:861px) and (max-aspect-ratio:4/3){body.overlay-hero-page .hero-copy{width:330px!important;max-width:330px!important}body.overlay-hero-page .hero h1{font-size:clamp(42px,4vw,56px)!important}body.overlay-hero-page .hero .hero-text{font-size:15px!important}}
@media(max-width:860px){body.overlay-hero-page .site-header-overlay{background:rgba(18,22,20,.22)!important;backdrop-filter:blur(6px)!important}body.overlay-hero-page .site-header-overlay .header-inner.container{padding-inline:20px!important}body.overlay-hero-page .hero{height:100svh!important;min-height:720px!important}body.overlay-hero-page .hero-video{object-fit:cover!important;object-position:center top!important}body.overlay-hero-page .hero::after{background:linear-gradient(180deg,rgba(22,18,15,0) 42%,rgba(22,18,15,.16) 66%,rgba(22,18,15,.52) 100%)!important}body.overlay-hero-page .hero-inner.container,body.overlay-hero-page .hero-align-right .hero-inner.container{align-items:flex-end!important;justify-content:flex-start!important;padding:calc(68px + 10px) 18px 28px!important}body.overlay-hero-page .hero-copy,body.overlay-hero-page .hero-yangsan .hero-copy,body.overlay-hero-page .hero-mulgeum .hero-copy{width:100%!important;max-width:380px!important}body.overlay-hero-page .hero h1{font-size:clamp(36px,9.5vw,44px)!important;line-height:1.08!important}body.overlay-hero-page .hero-text{max-width:350px!important;margin:14px 0 20px!important}body.overlay-hero-page .hero-note{display:none!important}body.overlay-hero-page .hero .button-row{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important}body.overlay-hero-page .hero .btn{width:100%!important}}

/* V1.9 FINAL IVORY VIDEO HERO — Yangsan right / Mulgeum left */
body.overlay-hero-page .site-header-overlay{position:absolute!important;inset:0 0 auto!important;z-index:500!important;width:100%!important;background:rgba(13,35,32,.24)!important;border-bottom:1px solid rgba(255,248,237,.16)!important;backdrop-filter:blur(6px) saturate(1.04)!important;box-shadow:none!important}
body.overlay-hero-page .site-header-overlay .header-inner.container{width:100%!important;max-width:none!important;margin:0!important;padding-inline:clamp(24px,4.4vw,76px)!important}
body.overlay-hero-page .site-header-overlay:not(.is-scrolled) .brand-name,body.overlay-hero-page .site-header-overlay:not(.is-scrolled) .main-nav a,body.overlay-hero-page .site-header-overlay:not(.is-scrolled) .menu-toggle{color:#fff4e3!important;text-shadow:0 1px 10px rgba(0,0,0,.32)!important}
body.overlay-hero-page .site-header-overlay:not(.is-scrolled) .brand-name .com{color:#e5c49e!important}.overlay-hero-page .site-header-overlay:not(.is-scrolled) .main-nav a::after{background:#fff4e3!important}
body.overlay-hero-page .site-header-overlay.is-scrolled{position:fixed!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(16px)!important;box-shadow:0 8px 24px rgba(20,30,27,.06)!important}
body.overlay-hero-page .site-header-overlay.is-scrolled .brand-name,body.overlay-hero-page .site-header-overlay.is-scrolled .main-nav a,body.overlay-hero-page .site-header-overlay.is-scrolled .menu-toggle{color:#153f39!important;text-shadow:none!important}
body.overlay-hero-page .hero{position:relative!important;width:100%!important;height:100svh!important;min-height:760px!important;margin:0!important;overflow:hidden!important;background:#665a50!important}
body.overlay-hero-page .hero-media{position:absolute!important;inset:0!important;z-index:0!important;width:100%!important;height:100%!important;overflow:hidden!important;background:none!important}
body.overlay-hero-page .hero-video{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;filter:none!important;transform:none!important}
body.overlay-hero-page .hero-yangsan .hero-video{object-position:38% center!important}.overlay-hero-page .hero-mulgeum .hero-video{object-position:62% center!important}
body.overlay-hero-page .hero::before,body.overlay-hero-page .hero-media::before,body.overlay-hero-page .hero-media::after,body.overlay-hero-page .hero-copy::before,body.overlay-hero-page .hero-copy::after{content:none!important;display:none!important;background:none!important}
body.overlay-hero-page .hero::after{content:""!important;display:block!important;position:absolute!important;z-index:1!important;inset:0!important;pointer-events:none!important}
body.overlay-hero-page .hero-yangsan::after{background:linear-gradient(90deg,rgba(14,31,28,0) 38%,rgba(14,31,28,.12) 58%,rgba(14,31,28,.45) 100%)!important}
body.overlay-hero-page .hero-mulgeum::after{background:linear-gradient(90deg,rgba(14,31,28,.45) 0%,rgba(14,31,28,.12) 42%,rgba(14,31,28,0) 62%)!important}
body.overlay-hero-page .hero-inner.container{position:relative!important;z-index:5!important;display:flex!important;width:100%!important;max-width:none!important;height:100%!important;margin:0!important;padding:calc(78px + 28px) clamp(30px,5.2vw,92px) 48px!important;align-items:center!important}
body.overlay-hero-page .hero-copy{position:relative!important;z-index:6!important;display:flex!important;flex-direction:column!important;justify-content:center!important;opacity:1!important;visibility:visible!important;transform:none!important;width:min(480px,36vw)!important;max-width:480px!important;margin:0!important;color:#fff4e3!important}
body.overlay-hero-page .hero-yangsan .hero-inner{justify-content:flex-end!important}.overlay-hero-page .hero-mulgeum .hero-inner{justify-content:flex-start!important}
body.overlay-hero-page .hero .eyebrow{color:#e4ba86!important;text-shadow:0 2px 12px rgba(0,0,0,.30)!important}
body.overlay-hero-page .hero h1{color:#fff4e3!important;text-shadow:0 2px 18px rgba(0,0,0,.40)!important;font-size:clamp(50px,4.6vw,68px)!important;line-height:1.07!important;letter-spacing:-.065em!important}
body.overlay-hero-page .hero .hero-text,body.overlay-hero-page .hero .hero-note{color:rgba(255,247,235,.94)!important;text-shadow:0 1px 12px rgba(0,0,0,.38)!important}.overlay-hero-page .hero .hero-text{font-size:17px!important;line-height:1.72!important;max-width:460px!important}
body.overlay-hero-page .hero .button-row{display:flex!important;gap:10px!important;flex-wrap:nowrap!important}.overlay-hero-page .hero .btn{width:auto!important;min-width:0!important;white-space:nowrap!important}
body.overlay-hero-page .hero .btn-primary{background:#fff4e3!important;color:#124b43!important;border-color:#fff4e3!important}.overlay-hero-page .hero .btn-secondary{background:rgba(14,49,44,.24)!important;color:#fff4e3!important;border-color:rgba(255,244,227,.75)!important;backdrop-filter:blur(4px)!important}
@media(max-width:860px){body.overlay-hero-page .site-header-overlay{background:rgba(15,32,29,.18)!important;backdrop-filter:blur(5px)!important}body.overlay-hero-page .site-header-overlay .header-inner.container{padding-inline:18px!important}body.overlay-hero-page .hero{height:100svh!important;min-height:720px!important}body.overlay-hero-page .hero-video{object-fit:cover!important;object-position:center top!important}body.overlay-hero-page .hero::after{background:linear-gradient(180deg,rgba(14,31,28,0) 38%,rgba(14,31,28,.14) 64%,rgba(14,31,28,.58) 100%)!important}body.overlay-hero-page .hero-inner.container,body.overlay-hero-page .hero-align-right .hero-inner.container{align-items:flex-end!important;justify-content:flex-start!important;padding:calc(68px + 10px) 18px 28px!important}body.overlay-hero-page .hero-copy,body.overlay-hero-page .hero-yangsan .hero-copy,body.overlay-hero-page .hero-mulgeum .hero-copy{width:100%!important;max-width:380px!important}body.overlay-hero-page .hero h1{font-size:clamp(36px,9.5vw,44px)!important;line-height:1.08!important}body.overlay-hero-page .hero-text{max-width:350px!important;margin:14px 0 20px!important}body.overlay-hero-page .hero-note{display:none!important}body.overlay-hero-page .hero .button-row{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important}body.overlay-hero-page .hero .btn{width:100%!important}}

/* ================================================================
   CHANGWON V1.0 — FULL-SCREEN VIDEO HERO / URBAN PREMIUM EDITORIAL
   ================================================================ */
:root{--header-height:78px}
body{background:#f7f4ef}

/* hero header floats over the video without a white bar */
body.overlay-hero-page .site-header-overlay{
  position:absolute!important;inset:0 0 auto!important;z-index:500!important;
  background:rgba(247,244,239,.10)!important;border-bottom:1px solid rgba(18,63,57,.10)!important;
  backdrop-filter:blur(5px) saturate(1.03)!important;-webkit-backdrop-filter:blur(5px) saturate(1.03)!important;
  box-shadow:none!important;
}
body.overlay-hero-page .site-header-overlay .header-inner.container{width:100%!important;max-width:none!important;padding-inline:clamp(24px,4.4vw,78px)!important}
body.overlay-hero-page .site-header-overlay:not(.is-scrolled) .brand-name,
body.overlay-hero-page .site-header-overlay:not(.is-scrolled) .main-nav a,
body.overlay-hero-page .site-header-overlay:not(.is-scrolled) .menu-toggle{color:#123f39!important;text-shadow:0 1px 5px rgba(255,255,255,.76)!important}
body.overlay-hero-page .site-header-overlay:not(.is-scrolled) .brand-name .com{color:#9b704d!important}
body.overlay-hero-page .site-header-overlay:not(.is-scrolled) .main-nav a::after{background:#123f39!important}
body.overlay-hero-page .site-header-overlay.is-scrolled{position:fixed!important;background:rgba(255,255,255,.96)!important;border-bottom-color:rgba(18,63,57,.08)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;box-shadow:0 8px 26px rgba(19,35,31,.06)!important}
body.overlay-hero-page .site-header-overlay.is-scrolled .brand-name,
body.overlay-hero-page .site-header-overlay.is-scrolled .main-nav a,
body.overlay-hero-page .site-header-overlay.is-scrolled .menu-toggle{color:#123f39!important;text-shadow:none!important}

/* first viewport is video itself */
body.overlay-hero-page .hero{position:relative!important;width:100vw!important;height:100svh!important;min-height:760px!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#e9dfd2!important}
body.overlay-hero-page .hero-media{position:absolute!important;inset:0!important;z-index:0!important;width:100%!important;height:100%!important;overflow:hidden!important;background:#e9dfd2!important}
body.overlay-hero-page .hero-video{display:block!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;filter:none!important;transform:none!important;opacity:1!important}
body.overlay-hero-page .hero::before,
body.overlay-hero-page .hero::after,
body.overlay-hero-page .hero-media::before,
body.overlay-hero-page .hero-media::after,
body.overlay-hero-page .hero-copy::before,
body.overlay-hero-page .hero-copy::after{content:none!important;display:none!important;background:none!important}

body.overlay-hero-page .hero-inner.container{position:relative!important;z-index:5!important;display:flex!important;width:100%!important;max-width:none!important;height:100%!important;margin:0!important;padding:calc(var(--header-height) + 26px) clamp(34px,5.2vw,94px) 54px!important;align-items:center!important}
body.overlay-hero-page .hero-align-left .hero-inner{justify-content:flex-start!important}
body.overlay-hero-page .hero-align-right .hero-inner{justify-content:flex-end!important}
body.overlay-hero-page .hero-copy{position:relative!important;z-index:6!important;width:min(535px,39vw)!important;max-width:535px!important;margin:0!important;padding:0!important;color:#123f39!important;opacity:1!important;visibility:visible!important;transform:none!important}
body.overlay-hero-page .hero .eyebrow{margin:0 0 16px!important;color:#8e6040!important;font-size:14px!important;font-weight:760!important;letter-spacing:.01em!important;text-shadow:0 1px 5px rgba(255,255,255,.86)!important}
body.overlay-hero-page .hero h1{margin:0!important;color:#123f39!important;font-size:clamp(50px,4.7vw,72px)!important;line-height:1.08!important;letter-spacing:-.068em!important;font-weight:780!important;text-shadow:0 1px 8px rgba(255,255,255,.78)!important}
body.overlay-hero-page .hero h1 span span{display:block}
.hero-title-mobile,.hero-text-mobile{display:none}
body.overlay-hero-page .hero .hero-text{max-width:510px!important;margin:24px 0 28px!important;color:#46534f!important;font-size:17px!important;line-height:1.76!important;text-shadow:0 1px 6px rgba(255,255,255,.88)!important}
body.overlay-hero-page .hero .button-row{display:flex!important;flex-wrap:nowrap!important;gap:10px!important;margin:0!important}
body.overlay-hero-page .hero .btn{width:auto!important;min-width:0!important;white-space:nowrap!important;border-radius:3px!important;padding:0 22px!important;min-height:50px!important}
body.overlay-hero-page .hero .btn-primary{background:#123f39!important;color:#fff!important;border-color:#123f39!important;box-shadow:0 10px 28px rgba(18,63,57,.14)!important}
body.overlay-hero-page .hero .btn-secondary{background:rgba(255,252,247,.72)!important;color:#123f39!important;border-color:rgba(18,63,57,.28)!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}
body.overlay-hero-page .hero .hero-note{margin-top:28px!important;color:#52625d!important;text-shadow:0 1px 5px rgba(255,255,255,.9)!important}

/* next section begins after one full screen */
.concern-strip{border-top:0!important;background:#fff!important}
.local-intro-section{padding-top:94px!important;padding-bottom:74px!important;background:#f7f4ef!important}
.local-intro{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(420px,1.2fr);gap:clamp(34px,7vw,110px);align-items:start}
.local-intro .section-kicker{grid-column:1/-1;margin-bottom:-18px}
.local-intro h2{margin:0;font-size:clamp(34px,3.5vw,50px);line-height:1.22;letter-spacing:-.06em}
.local-intro>p:last-child{margin:4px 0 0;color:#57615d;font-size:17px;line-height:1.9}

/* editorial cards */
.carousel-grid{gap:22px!important}
.info-card{border-radius:0!important;box-shadow:none!important;border-color:#ded8cf!important}
.info-card:hover{transform:translateY(-3px)!important;box-shadow:0 18px 44px rgba(37,39,35,.07)!important}
.card-image{aspect-ratio:1.48/1!important}
.card-number{background:#123f39!important}
.card-category{border-radius:2px!important;background:#123f39!important}
.card-body{min-height:270px!important}
.region-triple{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
.region-triple .region-card{min-height:420px!important}
.region-triple .region-copy h3{font-size:28px!important}

/* mobile first-screen video: preserve subject direction, no fog / no giant wash */
@media(max-width:860px){
  :root{--header-height:68px}
  body.overlay-hero-page .site-header-overlay{background:rgba(247,244,239,.18)!important;border-bottom-color:rgba(18,63,57,.09)!important;backdrop-filter:blur(4px)!important}
  body.overlay-hero-page .site-header-overlay .header-inner.container{padding-inline:18px!important}
  body.overlay-hero-page .hero{height:100svh!important;min-height:700px!important}
  body.overlay-hero-page .hero-media,body.overlay-hero-page .hero-video{height:100%!important;width:100%!important}
  body.overlay-hero-page .hero-video{object-fit:cover!important;top:0!important;bottom:auto!important;transform:none!important}
  body.overlay-hero-page .hero-changwon .hero-video{object-position:68% center!important}
  body.overlay-hero-page .hero-sangnam .hero-video{object-position:31% center!important}
  body.overlay-hero-page .hero-jungdong .hero-video{object-position:69% center!important}
  body.overlay-hero-page .hero-inner.container,
  body.overlay-hero-page .hero-align-right .hero-inner.container,
  body.overlay-hero-page .hero-align-left .hero-inner.container{height:100%!important;align-items:flex-end!important;justify-content:flex-start!important;padding:calc(var(--header-height) + 12px) 20px 30px!important}
  body.overlay-hero-page .hero-copy{width:100%!important;max-width:390px!important;padding:0!important}
  body.overlay-hero-page .hero-sangnam .hero-copy{margin-left:auto!important;text-align:left!important}
  body.overlay-hero-page .hero .eyebrow{margin-bottom:10px!important;font-size:13px!important;color:#875a3b!important}
  body.overlay-hero-page .hero h1{font-size:clamp(34px,9.2vw,43px)!important;line-height:1.1!important;text-shadow:0 1px 7px rgba(255,255,255,.92)!important}
  .hero-title-desktop,.hero-text-desktop{display:none!important}
  .hero-title-mobile,.hero-text-mobile{display:inline!important}
  .hero-title-mobile>span{display:block!important}
  body.overlay-hero-page .hero .hero-text{max-width:350px!important;margin:15px 0 20px!important;font-size:15px!important;line-height:1.65!important;color:#46534f!important;text-shadow:0 1px 7px rgba(255,255,255,.95)!important}
  body.overlay-hero-page .hero .button-row{display:grid!important;grid-template-columns:1fr!important;width:min(330px,100%)!important;gap:8px!important}
  body.overlay-hero-page .hero .btn{width:100%!important;min-height:48px!important}
  body.overlay-hero-page .hero .hero-note{display:none!important}
  .region-triple{grid-template-columns:1fr!important}
  .local-intro{grid-template-columns:1fr!important;gap:20px!important}
  .local-intro .section-kicker{grid-column:auto;margin-bottom:0}
  .mobile-consult{display:flex!important;opacity:0!important;pointer-events:none!important;transform:translateY(12px)!important;transition:opacity .2s ease,transform .2s ease!important}
  .mobile-consult.is-visible{opacity:1!important;pointer-events:auto!important;transform:none!important}
}

@media(max-width:520px){
  body.overlay-hero-page .hero{min-height:680px!important}
  body.overlay-hero-page .hero-inner.container{padding-left:18px!important;padding-right:18px!important;padding-bottom:24px!important}
  body.overlay-hero-page .hero-copy{max-width:350px!important}
  body.overlay-hero-page .hero h1{font-size:clamp(32px,9.4vw,40px)!important}
  body.overlay-hero-page .hero .hero-text{font-size:14px!important;margin-bottom:17px!important}
  body.overlay-hero-page .hero .button-row{width:100%!important;max-width:315px!important}
}

@media(prefers-reduced-motion:reduce){
  body.overlay-hero-page .hero-video{display:none!important}
  body.hub-changwon .hero-media{background:url('/images/changwon/hero-poster.webp') center/cover no-repeat!important}
  body.hub-sangnam .hero-media{background:url('/images/sangnam/hero-poster.webp') center/cover no-repeat!important}
  body.hub-jungdong .hero-media{background:url('/images/jungdong/hero-poster.webp') center/cover no-repeat!important}
}
