/* Theme Name: Costguide Atelier */
:root{--ink:#102a43;--navy:#173b68;--accent:#e66d2e;--paper:#f7f8f6;--white:#fff;--muted:#607084;--line:#dce3e8;--r:20px;--shadow:0 18px 55px rgba(16,42,67,.1);--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",system-ui,sans-serif;line-height:1.75;letter-spacing:-.015em}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.site-header{position:sticky;top:0;z-index:50;background:rgba(247,248,246,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(16,42,67,.08)}.bar{max-width:1200px;margin:auto;min-height:76px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.identity{display:flex;align-items:center;gap:12px;font-weight:800}.mark{width:42px;height:42px;border-radius:13px;background:var(--navy);position:relative;box-shadow:inset -8px -8px 0 rgba(255,255,255,.08)}.mark:before,.mark:after{content:"";position:absolute;background:#fff;border-radius:2px}.mark:before{width:5px;height:26px;left:12px;top:8px;box-shadow:13px 0 #fff}.mark:after{height:4px;width:18px;left:12px;top:19px;background:var(--accent)}nav{display:flex;gap:24px;align-items:center}nav a{font-size:15px;font-weight:650}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:10px 20px;border-radius:999px;background:var(--navy);color:#fff;font-weight:750;transition:.2s}.button:hover{background:var(--accent);transform:translateY(-2px)}.hero{max-width:1200px;margin:0 auto;padding:100px 24px 72px;display:grid;grid-template-columns:1fr 1.08fr;gap:64px;align-items:center}.eyebrow{color:var(--accent);font-size:13px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(48px,6vw,82px);line-height:1.08;letter-spacing:-.055em;margin:18px 0 24px}.hero p{font-size:19px;color:var(--muted);max-width:560px}.hero img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:36px;box-shadow:var(--shadow)}.hero-visual{position:relative}.hero-note{position:absolute;left:-30px;bottom:30px;background:#fff;padding:20px 24px;border-radius:16px;box-shadow:var(--shadow);max-width:260px;font-weight:700}.section{padding:96px 24px}.inner{max-width:1200px;margin:auto}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:36px}.section h2{font-family:"Noto Serif KR",serif;font-size:clamp(34px,4vw,52px);line-height:1.2;margin:0}.section-head p{max-width:500px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:.25s;box-shadow:0 4px 15px rgba(16,42,67,.04)}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.card img{width:100%;aspect-ratio:16/10;object-fit:cover}.card-body{padding:24px}.card h3{font-size:21px;margin:4px 0 10px}.card p{color:var(--muted);font-size:15px;margin:0}.dark{background:var(--navy);color:#fff}.dark .section-head p{color:#cbd8e5}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{padding:28px;border:1px solid rgba(255,255,255,.18);border-radius:var(--r)}.step b{color:#f69a64;font-size:13px}.step h3{margin:12px 0 8px}.site-main{min-height:60vh}.article-hero{max-width:1000px;margin:auto;padding:80px 24px 42px}.article-hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(42px,6vw,70px);line-height:1.15;margin:14px 0 20px}.article-hero img{width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:28px;margin-top:38px}.content{max-width:800px;margin:0 auto;padding:16px 24px 100px;font-size:17px}.content h2{font-family:"Noto Serif KR",serif;font-size:32px;line-height:1.35;margin:72px 0 20px;scroll-margin-top:100px}.content p{margin:0 0 24px}.content figure{margin:36px 0}.content figure img{border-radius:18px;width:100%;max-height:520px;object-fit:cover}.content figcaption{font-size:13px;color:var(--muted);margin-top:10px}.keybox,.toc{padding:26px;background:#fff;border:1px solid var(--line);border-radius:18px;margin:0 0 24px}.toc ol{columns:2;margin:12px 0 0;padding-left:20px}.toc a{color:var(--navy);text-decoration:underline;text-decoration-color:#c7d5e2;text-underline-offset:4px}.content blockquote{margin:30px 0;padding:22px 26px;border-left:4px solid var(--accent);background:#fff;border-radius:0 14px 14px 0;font-weight:750}.tablewrap{overflow-x:auto;margin:32px 0;border-radius:16px;border:1px solid var(--line)}table{width:100%;border-collapse:collapse;min-width:600px;background:#fff}th,td{text-align:left;padding:16px;border-bottom:1px solid var(--line)}th{background:#edf2f5;color:var(--navy)}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:48px 0}.process span{padding:14px 8px;background:var(--navy);color:#fff;text-align:center;border-radius:10px;font-size:13px}.source-note{font-size:14px;color:var(--muted);border-top:1px solid var(--line);padding-top:24px}.site-footer{background:#0d2238;color:#d4dee8;padding:64px 24px 28px}.footer-inner{max-width:1200px;margin:auto}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:48px}.footer-title{color:#fff;font-size:20px;font-weight:800}.footer-links{display:flex;flex-direction:column;gap:8px}.notices{font-size:12px;color:#93a7ba;border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:24px}.legal-global{font-size:.8em;background:rgba(255,255,255,.05);padding:16px;border-radius:10px;margin-top:18px}.copyright{margin-top:20px;font-size:13px}.page-title{max-width:800px;margin:auto;padding:80px 24px 10px;font-family:"Noto Serif KR",serif;font-size:48px}@media(max-width:800px){.bar{min-height:68px}.bar nav a:not(.button){display:none}.identity span{font-size:14px}.hero{grid-template-columns:1fr;padding-top:64px;gap:36px}.hero img{aspect-ratio:4/3}.hero-note{left:12px;bottom:12px}.cards{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.section{padding:72px 20px}.section-head{display:block}.footer-grid{grid-template-columns:1fr}.toc ol{columns:1}.process{grid-template-columns:1fr}.article-hero{padding-top:52px}.content h2{font-size:27px;margin-top:56px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
