/* === 한국 전통 — Korean traditional (dancheong/taegeuk) theme === */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@500;600;700;900&family=Noto+Sans+KR:wght@400;500;700&display=swap');

:root{
  --blue:#0a5cb5; --blue-600:#0047A0; --blue-700:#06336f;
  --red:#CD2E3A; --purple:#7c5aa0; --navy:#0b2a52; --ink:#1A1A1A;
  --muted:#6a6258; --bg:#fbf7ee; --bg-soft:#f5efe2; --line:#e7ddca;
  --grad:linear-gradient(100deg,#0047A0 0%,#1F6E5E 50%,#CD2E3A 100%);
  --grad-blue:linear-gradient(135deg,#0047A0,#06336f);
}
body{font-family:'Noto Sans KR','Be Vietnam Pro',system-ui,sans-serif}
.brand-name,.hero-title,.section-title,.card-body h3,.hl-cap h3,.cta-inner h2,
.stat-num,.about-badge strong,.contact-form h3,.footer-col h4{
  font-family:'Noto Serif KR',serif;font-weight:700}

/* Dancheong multi-colour top band (청·적·황·록) */
.site-header{border-top:5px solid transparent;
  border-image:linear-gradient(90deg,#0047A0 0 25%,#CD2E3A 25% 50%,#E5A50A 50% 75%,#1F6E5E 75% 100%) 1}
.hero{border-bottom:6px solid #CD2E3A}
.hero-overlay{background:linear-gradient(115deg,rgba(8,24,49,.94) 0%,rgba(11,42,82,.9) 45%,rgba(10,92,181,.5) 100%)}
.eyebrow{background:rgba(205,46,58,.16);border-color:rgba(229,165,10,.5);color:#ffe2b8}

/* Hanji paper + deep-blue stats */
.bg-soft,.gallery{background-color:#f5efe2}
.stats{background:#0b2a52}
.stat-num{background:linear-gradient(100deg,#7fb4ee,#f3c75a);-webkit-background-clip:text;background-clip:text}

/* Taegeuk-red title underline + obangsaek kicker */
.section-head.center .section-title::after{content:"";display:block;width:58px;height:4px;
  margin:16px auto 0;background:linear-gradient(90deg,#0047A0,#CD2E3A);border-radius:3px}
.kicker{color:#CD2E3A}
.kicker::before{content:"❖ ";color:#0047A0}

/* Dancheong-style accent band under hero */
.hero::after{content:"";position:absolute;left:0;right:0;bottom:6px;height:10px;z-index:3;pointer-events:none;
  background:repeating-linear-gradient(90deg,#0047A0 0 16px,#CD2E3A 16px 32px,#E5A50A 32px 48px,#1F6E5E 48px 64px);
  opacity:.9}

.btn-primary{box-shadow:0 10px 24px -8px rgba(0,71,160,.55)}
.chip.active{background:var(--grad-blue)}
.lang-switch>summary{border-color:#e0cfa6}
