/*
Theme Name: Pension Compass
Version: 1.0
*/
:root{--ink:#17233d;--muted:#657086;--paper:#f7f5ef;--white:#fff;--navy:#15365f;--amber:#c58b32;--line:#dfe3e8;--radius:20px;--shadow:0 18px 50px rgba(23,35,61,.10);--space:8px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Pretendard,"Noto Sans KR",sans-serif;line-height:1.75;letter-spacing:-.015em}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(247,245,239,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,35,61,.08)}.nav{height:80px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:800}.brand img{width:40px;height:40px;border-radius:12px}.menu{display:flex;gap:28px;align-items:center}.menu a{font-size:15px;font-weight:650}.menu a:hover{color:var(--amber)}.hero{padding:96px 0 112px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}.eyebrow{color:var(--amber);font-weight:800;letter-spacing:.08em;font-size:14px}.hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(46px,6vw,78px);line-height:1.13;letter-spacing:-.055em;margin:20px 0 24px}.hero p{font-size:19px;color:var(--muted);max-width:620px}.hero-media{position:relative}.hero-media img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}.hero-note{position:absolute;left:-36px;bottom:34px;background:var(--white);padding:22px 26px;border-radius:18px;box-shadow:var(--shadow);font-weight:750}.btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;background:var(--navy);color:white;font-weight:750;transition:.2s}.btn:hover{transform:translateY(-2px);background:#0c294d}.btn.alt{background:transparent;color:var(--navy);border:1px solid var(--navy)}.actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.section{padding:104px 0}.section.white{background:var(--white)}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:40px}.section h2{font-family:"Noto Serif KR",serif;font-size:clamp(32px,4vw,50px);line-height:1.25;letter-spacing:-.045em;margin:0}.section-head p{max-width:480px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s;box-shadow:0 8px 26px rgba(23,35,61,.04)}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card img{width:100%;aspect-ratio:16/10;object-fit:cover}.card-body{padding:25px}.card h3{font-size:21px;line-height:1.4;margin:6px 0 10px}.card p{color:var(--muted);font-size:15px;margin:0}.chip{font-size:13px;color:var(--amber);font-weight:800}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:s}.step{counter-increment:s;background:#edf1f5;padding:28px;border-radius:var(--radius)}.step:before{content:"0" counter(s);display:block;color:var(--amber);font-weight:850;margin-bottom:28px}.article-shell{padding:72px 0 110px}.article{width:min(800px,calc(100% - 40px));margin:auto}.article h1{font-family:"Noto Serif KR",serif;font-size:clamp(38px,6vw,62px);line-height:1.2;letter-spacing:-.05em;margin:18px 0 24px}.article .lead{font-size:19px;color:var(--muted)}.feature{border-radius:28px;width:100%;aspect-ratio:16/9;object-fit:cover;margin:38px 0}.entry h2{font-family:"Noto Serif KR",serif;font-size:31px;line-height:1.35;margin:72px 0 22px}.entry h3{font-size:23px;margin:40px 0 16px}.entry p{margin:0 0 22px}.entry ul,.entry ol{background:var(--white);border:1px solid var(--line);padding:24px 28px 24px 48px;border-radius:16px;margin:28px 0}.entry li+li{margin-top:10px}.entry blockquote{margin:36px 0;padding:24px 28px;border-left:4px solid var(--amber);background:#fff8eb;border-radius:0 16px 16px 0}.entry figure{margin:48px 0}.entry figure img{width:100%;border-radius:22px;aspect-ratio:16/10;object-fit:cover}.entry figcaption{font-size:14px;color:var(--muted);margin-top:10px}.table-wrap{overflow-x:auto;margin:30px 0;border-radius:16px;border:1px solid var(--line)}table{width:100%;border-collapse:collapse;background:white;min-width:600px}th,td{padding:16px;text-align:left;border-bottom:1px solid var(--line)}th{background:#eef2f6;color:var(--navy)}.chart{padding:24px;background:white;border-radius:16px;border:1px solid var(--line);margin:28px 0}.bar{display:grid;grid-template-columns:100px 1fr;gap:12px;align-items:center;margin:12px 0}.bar i{display:block;height:12px;border-radius:10px;background:var(--amber)}.toc{background:#eef2f6;border-radius:18px;padding:24px 28px;margin:32px 0}.toc strong{display:block;margin-bottom:10px}.toc a{display:block;padding:5px 0;color:var(--navy)}.site-footer{background:#101b30;color:#dbe2ec;padding:64px 0 30px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.notice{font-size:13px;color:#aeb8c7;border-top:1px solid #2b3850;padding-top:24px;margin-top:32px}.copyright{font-size:13px;color:#8f9bad;margin-top:24px}.screen-reader-text{position:absolute;clip:rect(1px,1px,1px,1px)}:focus-visible{outline:3px solid var(--amber);outline-offset:3px}
@media(max-width:820px){.wrap{width:min(100% - 28px,1180px)}.nav{height:68px}.menu a:not(:last-child){display:none}.hero{padding:56px 0 72px}.hero-grid{grid-template-columns:1fr;gap:38px}.hero-media img{aspect-ratio:4/3}.hero-note{left:16px;bottom:16px}.section{padding:72px 0}.section-head{display:block}.grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.article-shell{padding-top:44px}.article h1{font-size:42px}.entry h2{font-size:27px;margin-top:58px}}
@media(max-width:480px){.steps{grid-template-columns:1fr}.hero h1{font-size:44px}.hero-note{position:static;margin-top:12px}.footer-links{display:grid}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
