body { font-family: "Noto Sans KR", sans-serif; background: var(--san-paper); }
.container { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.site-header { position: sticky; z-index: 70; top: 0; background: rgba(247, 248, 245, .97); border-bottom: 1px solid var(--san-line); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 32px; }
.wordmark { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; color: var(--san-ink); text-decoration: none; white-space: nowrap; }
.wordmark strong { font-size: 22px; }
.wordmark span { color: var(--san-moss); font-size: 11px; font-weight: 600; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; color: #2d3934; font-size: 14px; font-weight: 600; text-decoration: none; }
.desktop-nav a:hover { color: var(--san-amber); }
.header-cta { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; color: white; background: var(--san-pine); border-radius: 6px; font-size: 14px; font-weight: 700; text-decoration: none; }
.mobile-toggle { display: none; margin-left: auto; border: 1px solid var(--san-line); border-radius: 6px; color: var(--san-pine); background: transparent; cursor: pointer; }
.mobile-nav { padding: 12px 20px 20px; border-top: 1px solid var(--san-line); background: var(--san-paper); }
.mobile-nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--san-line); text-decoration: none; font-weight: 600; }
.mobile-nav__cta { margin-top: 12px; justify-content: center; color: white; background: var(--san-pine); border: 0 !important; border-radius: 6px; }

.hero { overflow: hidden; }
.hero-grid { min-height: 700px; padding: 70px 0 58px; display: grid; grid-template-columns: minmax(0, 7fr) minmax(380px, 5fr); align-items: center; gap: 64px; }
.hero-copy { min-width: 0; }
.hero-slides { min-height: 424px; }
.hero-slides article { min-height: 424px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--san-moss); font-family: "Instrument Sans", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.hero h1, .hero-title { margin: 0; max-width: 740px; font-size: 58px; line-height: 1.2; letter-spacing: 0; word-break: keep-all; overflow-wrap: anywhere; }
.hero-lead { margin: 24px 0 0; max-width: 650px; color: #45534d; font-size: 18px; line-height: 1.75; word-break: keep-all; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }
.button { min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--san-pine); border-radius: 6px; text-decoration: none; font-size: 15px; font-weight: 700; }
.button--primary { color: var(--san-ink); border-color: var(--san-amber); background: var(--san-amber); }
.button--secondary { color: var(--san-pine); background: transparent; }
.carousel-controls { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.carousel-arrow { border: 1px solid var(--san-line); border-radius: 6px; color: var(--san-pine); background: transparent; cursor: pointer; }
.carousel-dots { display: flex; align-items: center; gap: 7px; }
.carousel-dots button { position: relative; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.carousel-dots button::after { position: absolute; top: 50%; left: 50%; width: 26px; height: 4px; content: ""; transform: translate(-50%, -50%); border-radius: 2px; background: #b9c7c1; }
.carousel-dots button[aria-current="true"]::after { background: var(--san-amber); }
.hero-visual { position: relative; min-height: 520px; margin-right: 24px; }
.hero-visual > img { width: 100%; height: 500px; display: block; object-fit: cover; border-radius: 8px; filter: saturate(.58) contrast(.95); }
.scope-panel { position: absolute; right: -24px; bottom: -16px; width: min(340px, 88%); padding: 24px; color: white; background: var(--san-pine); border-radius: 8px; box-shadow: 0 18px 36px rgba(20, 60, 51, .18); }
.scope-panel__head { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.scope-panel__head p { margin: 0; color: #c6d8d1; font-size: 12px; }
.scope-panel__head span { color: #c6d8d1; font-family: "Instrument Sans", sans-serif; font-size: 10px; text-align: right; }
.scope-panel__head span strong { display: block; color: var(--san-amber); font-size: 26px; line-height: 1; }
.scope-panel ol { margin: 0; padding: 0; list-style: none; }
.scope-panel li { min-height: 66px; display: grid; grid-template-columns: 40px 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.16); }
.scope-panel li > span { color: var(--san-amber); font-family: "Instrument Sans", sans-serif; font-weight: 700; }
.scope-panel li strong, .scope-panel li small { display: block; }
.scope-panel li strong { font-size: 14px; }
.scope-panel li small { margin-top: 3px; color: #bcd0c8; font-size: 11px; }

.system-strip { color: white; background: var(--san-pine); }
.system-strip__grid { min-height: 94px; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr) auto; align-items: center; }
.system-strip__grid > * { min-height: 48px; padding: 0 22px; display: flex; align-items: center; border-left: 1px solid rgba(255,255,255,.16); }
.system-strip__grid > :first-child { padding-left: 0; border-left: 0; }
.system-strip__grid p { margin: 0; flex-direction: column; align-items: flex-start; justify-content: center; }
.system-strip__grid p strong { font-size: 12px; }
.system-strip__grid p span { margin-top: 4px; color: #bcd0c8; font-size: 10px; }
.system-strip__grid > span { font-weight: 700; }
.system-strip__grid a { gap: 7px; color: #f1cd8f; font-size: 12px; text-decoration: none; white-space: nowrap; }

.section { padding: 112px 0; }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 90px; margin-bottom: 52px; }
.section-heading h2, .about-copy h2, .resource-heading h2, .faq-intro h2, .quote-copy h2, .contact-section h2 { margin: 0; font-size: 43px; line-height: 1.28; letter-spacing: 0; word-break: keep-all; }
.split-heading > p { margin: 0; color: var(--san-moss); font-size: 17px; line-height: 1.8; }
.navigator-list { border-top: 2px solid var(--san-pine); }
.navigator-list article { min-height: 128px; display: grid; grid-template-columns: 90px minmax(0,1fr) 52px; align-items: center; gap: 22px; border-bottom: 1px solid var(--san-line); }
.navigator-list__number { color: var(--san-amber); font-family: "Instrument Sans", sans-serif; font-weight: 700; }
.navigator-list h3 { margin: 0; font-size: 24px; }
.navigator-list p { margin: 9px 0 0; color: var(--san-moss); line-height: 1.7; }
.icon-link { border: 1px solid var(--san-line); border-radius: 6px; text-decoration: none; }
.icon-link:hover { color: white; border-color: var(--san-pine); background: var(--san-pine); }
.status-note { margin: 20px 0 0; display: flex; align-items: center; gap: 8px; color: var(--san-moss); font-size: 12px; }
.status-note svg { width: 15px; height: 15px; }

.evidence-section { padding: 104px 0; color: white; background: var(--san-pine); }
.evidence-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.section-kicker--light { color: #b8d0c7; }
.evidence-intro h2 { margin: 0; font-size: 42px; line-height: 1.3; word-break: keep-all; }
.evidence-intro > p:last-child { margin: 24px 0 0; color: #c6d8d1; line-height: 1.8; }
.source-list { border-top: 1px solid rgba(255,255,255,.28); }
.source-list a { min-height: 112px; display: grid; grid-template-columns: 44px minmax(0,1fr) 48px; align-items: center; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.2); text-decoration: none; }
.source-list > a > span { color: var(--san-amber); font-family: "Instrument Sans", sans-serif; font-weight: 700; }
.source-list small, .source-list strong { display: block; }
.source-list small { margin-bottom: 8px; color: #a9c3ba; font-size: 11px; }
.source-list strong { font-size: 17px; line-height: 1.5; }
.source-list .icon-box { border: 1px solid rgba(255,255,255,.2); border-radius: 6px; }

.about { background: white; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 88px; }
.about-image { position: relative; }
.about-image img { width: 100%; height: 470px; display: block; object-fit: cover; border-radius: 8px; filter: saturate(.66); }
.about-image > span { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; color: white; background: rgba(20,60,51,.9); border-radius: 4px; font-size: 11px; }
.about-copy > p:not(.section-kicker) { margin: 24px 0 0; color: var(--san-moss); font-size: 17px; line-height: 1.8; }
.about-points { margin-top: 32px; border-top: 1px solid var(--san-line); }
.about-points > div { min-height: 92px; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--san-line); }
.about-points .icon-box { color: var(--san-pine); background: var(--san-mist); border-radius: 6px; }
.about-points strong, .about-points small { display: block; }
.about-points small { margin-top: 5px; color: var(--san-moss); line-height: 1.5; }
.text-link { min-height: 44px; margin-top: 24px; display: inline-flex; align-items: center; gap: 8px; color: var(--san-pine); font-weight: 700; text-decoration: none; }

.resource-section { background: var(--san-paper); }
.resource-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; }
.resource-metrics { display: flex; border-top: 1px solid var(--san-line); border-bottom: 1px solid var(--san-line); }
.resource-metrics span { min-width: 150px; padding: 18px 20px; color: var(--san-moss); font-size: 11px; }
.resource-metrics span + span { border-left: 1px solid var(--san-line); }
.resource-metrics strong { display: block; margin-bottom: 4px; color: var(--san-pine); font-family: "Instrument Sans", sans-serif; font-size: 30px; }
.resource-tools { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; margin-top: 42px; }
.resource-search { min-height: 60px; display: grid; grid-template-columns: 54px 1fr; align-items: center; border: 1px solid var(--san-pine); background: white; }
.resource-search .icon-box { width: 54px; height: 54px; }
.resource-search input { height: 58px; border: 0; outline: 0; color: var(--san-ink); background: transparent; font-size: 16px; }
.resource-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.resource-filters button { min-height: 44px; padding: 0 14px; border: 1px solid var(--san-line); border-radius: 4px; color: var(--san-moss); background: transparent; cursor: pointer; }
.resource-filters button.is-active { color: white; border-color: var(--san-pine); background: var(--san-pine); }
.resource-table { margin-top: 20px; border-top: 2px solid var(--san-pine); }
.resource-table__head, .resource-table > a { display: grid; grid-template-columns: 150px minmax(0,1fr) 110px 52px; align-items: center; gap: 16px; }
.resource-table__head { min-height: 48px; padding: 0 18px; color: var(--san-moss); font-size: 11px; }
.resource-table__head span:last-child { text-align: center; }
.resource-table > a { min-height: 104px; padding: 16px 18px; border-top: 1px solid var(--san-line); background: white; text-decoration: none; }
.resource-table > a:hover { background: var(--san-mist); }
.resource-tag { color: var(--san-moss); font-family: "Instrument Sans", sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.resource-table a strong, .resource-table a small { display: block; }
.resource-table a strong { font-size: 17px; line-height: 1.5; }
.resource-table a small { margin-top: 7px; color: var(--san-moss); font-size: 12px; line-height: 1.5; }
.resource-table a em { color: var(--san-moss); font-size: 11px; font-style: normal; }
.resource-table a .icon-box { border: 1px solid var(--san-line); border-radius: 4px; }
.resource-empty { min-height: 190px; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-top: 1px solid var(--san-line); background: white; }
.resource-empty .icon-box { margin-bottom: 12px; color: var(--san-moss); }
.resource-empty span { margin-top: 8px; color: var(--san-moss); font-size: 13px; }
.sample-note { margin: 18px 0 0; color: var(--san-moss); font-size: 12px; line-height: 1.7; }

.process-section { background: white; }
.process-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 2px solid var(--san-pine); list-style: none; }
.process-list li { min-height: 260px; padding: 26px; border-bottom: 1px solid var(--san-line); }
.process-list li + li { border-left: 1px solid var(--san-line); }
.process-list > li > span { color: var(--san-amber); font-family: "Instrument Sans", sans-serif; font-weight: 700; }
.process-list .icon-box { margin-top: 34px; color: var(--san-pine); background: var(--san-mist); border-radius: 6px; }
.process-list strong { display: block; margin-top: 26px; font-size: 20px; }
.process-list p { margin: 10px 0 0; color: var(--san-moss); line-height: 1.7; }

.faq-section { background: var(--san-paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-intro > p:not(.section-kicker) { margin: 22px 0 0; color: var(--san-moss); line-height: 1.8; }
.faq-list { border-top: 2px solid var(--san-pine); }
.faq-list article { border-bottom: 1px solid var(--san-line); }
.faq-list button { width: 100%; min-height: 76px; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; color: var(--san-ink); background: transparent; font-size: 17px; font-weight: 700; text-align: left; cursor: pointer; }
.faq-list button .icon-box { border: 1px solid var(--san-line); border-radius: 4px; }
.faq-answer { padding: 0 64px 24px 0; color: var(--san-moss); line-height: 1.8; }
.faq-answer p { margin: 0; }

.quote-section { padding: 112px 0; color: white; background: var(--san-pine); }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.quote-copy > p:not(.section-kicker) { margin: 24px 0 0; color: #c4d7cf; font-size: 17px; line-height: 1.8; }
.quote-help { margin-top: 38px; display: flex; align-items: center; gap: 16px; }
.quote-help .icon-box { color: var(--san-pine); background: var(--san-amber); border-radius: 6px; }
.quote-help strong, .quote-help small { display: block; }
.quote-help small { margin-top: 5px; color: #bcd0c8; line-height: 1.55; }
.quote-form-wrap { padding: 30px; color: var(--san-ink); background: white; border-radius: 8px; }
.quote-form { display: grid; gap: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label > span { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; }
.quote-form input:not([type="checkbox"]), .quote-form select, .quote-form textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid var(--san-line); border-radius: 4px; color: var(--san-ink); background: #fbfcfb; }
.quote-form textarea { min-height: 112px; resize: vertical; }
.privacy { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; color: var(--san-moss); line-height: 1.6; cursor: pointer; }
.privacy input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--san-pine); }
.privacy span { margin: 0 !important; font-weight: 500 !important; }
.form-submit { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 4px; color: var(--san-ink); background: var(--san-amber); font-weight: 700; cursor: pointer; }

.contact-section { padding: 90px 0; background: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.contact-grid > div > p:last-child { color: var(--san-moss); }
.contact-grid dl { margin: 0; border-top: 2px solid var(--san-pine); }
.contact-grid dl > div { min-height: 76px; display: grid; grid-template-columns: 110px 1fr; align-items: center; border-bottom: 1px solid var(--san-line); }
.contact-grid dt { color: var(--san-moss); font-size: 12px; font-weight: 700; }
.contact-grid dd { margin: 0; line-height: 1.6; }
.contact-grid dd small { color: var(--san-moss); }
.site-footer { padding: 54px 0; color: white; background: #0f2d27; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 30px; }
.wordmark--footer { color: white; }
.footer-grid nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-grid nav a { min-height: 44px; display: inline-flex; align-items: center; color: #c3d6cf; font-size: 12px; text-decoration: none; }
.footer-grid > p { grid-column: 1 / 3; margin: 14px 0 0; color: #9cb7ad; font-size: 11px; }

@media (max-width: 1060px) {
  .desktop-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 38px; }
  .hero h1, .hero-title { font-size: 50px; }
  .system-strip__grid { grid-template-columns: 1.4fr repeat(3,1fr); }
  .system-strip__grid a { display: none; }
  .resource-tools { grid-template-columns: 1fr; }
  .resource-filters { justify-content: flex-start; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 40px, 1240px); }
  .desktop-nav, .header-cta { display: none; }
  .mobile-toggle { display: inline-flex; }
  .hero-grid { min-height: 0; padding: 58px 0 72px; grid-template-columns: 1fr; gap: 36px; }
  .hero-slides, .hero-slides article { min-height: 360px; }
  .hero h1, .hero-title { font-size: 46px; }
  .hero-visual { min-height: 460px; }
  .hero-visual > img { height: 430px; }
  .system-strip__grid { grid-template-columns: 1fr 1fr 1fr; padding: 18px 0; }
  .system-strip__grid p { grid-column: 1 / 4; padding: 0 0 16px; border: 0; }
  .system-strip__grid > span { justify-content: center; padding: 0 12px; font-size: 13px; }
  .section { padding: 88px 0; }
  .split-heading, .evidence-grid, .about-grid, .faq-grid, .quote-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-image img { height: 520px; }
  .resource-heading { grid-template-columns: 1fr; }
  .resource-metrics { width: 100%; }
  .resource-metrics span { flex: 1; min-width: 0; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(3) { border-left: 0; }
}

@media (max-width: 640px) {
  .header-inner { min-height: 72px; }
  .wordmark { flex-direction: column; align-items: flex-start; gap: 2px; }
  .wordmark strong { font-size: 19px; }
  .hero-grid { padding-top: 44px; }
  .hero-slides, .hero-slides article { min-height: 390px; }
  .hero h1, .hero-title { font-size: 38px; line-height: 1.25; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { min-height: 420px; margin-right: 12px; }
  .hero-visual > img { height: 350px; }
  .scope-panel { right: -12px; bottom: 0; width: 90%; }
  .system-strip__grid > span { font-size: 11px; }
  .section { padding: 72px 0; }
  .about-image img { height: 360px; }
  .section-heading h2, .about-copy h2, .resource-heading h2, .faq-intro h2, .quote-copy h2, .contact-section h2, .evidence-intro h2 { font-size: 32px; }
  .navigator-list article { min-height: 154px; grid-template-columns: 42px 1fr 44px; gap: 12px; }
  .navigator-list p { font-size: 14px; }
  .resource-tools { margin-top: 30px; }
  .resource-filters { display: grid; grid-template-columns: 1fr 1fr; }
  .resource-filters button { width: 100%; }
  .resource-table__head { display: none; }
  .resource-table > a { min-height: 150px; grid-template-columns: 1fr 44px; gap: 8px; padding: 20px 14px; }
  .resource-table > a > .resource-tag, .resource-table > a > span:nth-child(2), .resource-table > a > em { grid-column: 1; }
  .resource-table > a > .icon-box { grid-column: 2; grid-row: 1 / 4; align-self: center; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li + li { border-left: 0; }
  .process-list li { min-height: 220px; }
  .field-row { grid-template-columns: 1fr; }
  .quote-form-wrap { padding: 20px; }
  .contact-grid dl > div { grid-template-columns: 80px 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { justify-content: flex-start; }
  .footer-grid > p { grid-column: 1; }
}
