/* page themes: 견고·산업적인 톤 — 콘크리트 계열 배경 + 채도 높인 스틸/세이프티 컬러 accent */
body[data-theme="home"]{--bg:#E4E7E9; --fg:#14181B; --accent:#1B4965; --font-heading:'Paperlogy','Pretendard',sans-serif}
body[data-theme="leak"]{--bg:#DCE6EA; --fg:#0D1F29; --accent:#146C94; --font-heading:'SUIT','Pretendard',sans-serif}
body[data-theme="panel"]{--bg:#EFE3D6; --fg:#201810; --accent:#B8460E; --font-heading:'Gmarket Sans','Pretendard',sans-serif}
body[data-theme="gutter"]{--bg:#DCE6DE; --fg:#16211B; --accent:#2F6B4F; --font-heading:'Nanum Square Neo','Pretendard',sans-serif}
body[data-theme="rust"]{--bg:#EAD9CC; --fg:#2A1810; --accent:#8B3A1E; --font-heading:'Freesentation','Noto Sans KR',sans-serif}
body[data-theme="cost"]{--bg:#DEE2E5; --fg:#171B1E; --accent:#37474F; --font-heading:'Pretendard',sans-serif; --font-body:'Pretendard',sans-serif}
body[data-theme="hub"]{--bg:#E9DCD3; --fg:#1D1512; --accent:#A83815; --font-heading:'Gmarket Sans','Pretendard',sans-serif}
body[data-theme="areas"]{--bg:#DDE3E0; --fg:#171E1B; --accent:#2C5875; --font-heading:'SUIT','Pretendard',sans-serif}
body[data-theme="consult"]{--bg:#14181B; --fg:#ECE9E2; --accent:#E8A33D; --font-heading:'Paperlogy','Pretendard',sans-serif}
body[data-theme="map"]{--bg:#E3E3E1; --fg:#16171B; --accent:#52585E; --font-heading:'Pretendard',sans-serif}

body[data-theme="consult"] .hero-media{background:rgba(255,255,255,.08)}
body[data-theme="consult"] main h2{border-top-color:rgba(255,255,255,.15)}
body[data-theme="consult"] .step-list li{background:rgba(255,255,255,.06)}
body[data-theme="consult"] footer.site-footer{background:#0a1216}
body[data-theme="consult"] .btn-primary{color:#14181B}
body[data-theme="consult"] .btn-secondary{border-color:var(--fg); color:var(--fg)}
body[data-theme="consult"] section.hero{padding:32px 0 24px}
body[data-theme="consult"] .hero-media{max-width:560px; margin-left:auto; margin-right:auto}
body[data-theme="consult"] .dropdown-menu,
body[data-theme="consult"] .toc-sidebar,
body[data-theme="consult"] .carousel-card,
body[data-theme="consult"] .card-grid a.card,
body[data-theme="consult"] .stage-grid>div{background:#1C2226; color:var(--fg); border-color:rgba(255,255,255,.15)}

/* areas-local accent + background 색조 per region, layered on top of the shared "areas" theme */
body[data-theme="areas"].area-suwon{--accent:#2C5875; --bg:#DCE5EA}
body[data-theme="areas"].area-hwaseong{--accent:#3F6B4A; --bg:#DEE6DC}
body[data-theme="areas"].area-osan{--accent:#7A5A2E; --bg:#E7DECE}
body[data-theme="areas"].area-pyeongtaek{--accent:#1F5C68; --bg:#D8E4E6}
body[data-theme="areas"].area-yongin{--accent:#5C4A78; --bg:#E2DCE8}
body[data-theme="areas"].area-gwangju{--accent:#6B4030; --bg:#E6DAD2}
