
/* Theme Name: Accident Compass */
:root{--ink:#10243b;--muted:#5c6977;--paper:#f7f5f1;--white:#fff;--accent:#c76536;--line:#dbe1e6;--navy:#112a46;--r:20px;--shadow:0 18px 55px rgba(16,36,59,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Pretendard,"Noto Sans KR",system-ui,sans-serif;line-height:1.75;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(16,36,59,.08)}.nav{max-width:1200px;margin:auto;min-height:76px;display:flex;align-items:center;gap:28px;padding:0 24px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.03em}.brand img{width:42px;height:42px;border-radius:12px}.brand small{display:block;color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.04em}.menu{display:flex;gap:24px;margin-left:auto;font-size:14px;font-weight:650}.menu a{min-height:44px;display:flex;align-items:center}.menu a:hover{color:var(--accent)}.hero{min-height:680px;display:grid;align-items:end;background:linear-gradient(90deg,rgba(7,25,44,.92),rgba(7,25,44,.58),rgba(7,25,44,.12)),var(--hero) center/cover;color:#fff}.hero-inner{width:min(1200px,100%);margin:auto;padding:140px 24px 100px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:#f0b28d;font-size:13px;font-weight:800}.hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(48px,7vw,88px);line-height:1.08;letter-spacing:-.055em;margin:16px 0 26px}.hero p{font-size:clamp(17px,2vw,21px);max-width:620px;color:#e1e8ef}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;background:var(--accent);color:#fff;font-weight:750;transition:.22s}.btn:hover{transform:translateY(-2px);filter:brightness(.95)}.section{padding:112px 24px}.section.alt{background:var(--paper)}.wrap{max-width:1200px;margin:auto}.section-head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:48px}.section h2{font-family:"Noto Serif KR",serif;font-size:clamp(32px,4vw,50px);line-height:1.2;letter-spacing:-.04em;margin:0}.section-head p{max-width:520px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:0 2px 0 rgba(16,36,59,.02);transition:.25s}.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 .cat{color:var(--accent);font-size:12px;font-weight:800}.card h3{font-size:21px;letter-spacing:-.035em;margin:8px 0}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--r);overflow:hidden}.process div{background:#fff;padding:30px}.process b{display:block;color:var(--accent);font-size:13px;margin-bottom:10px}.site-footer{background:#0d2238;color:#dce5ed;padding:72px 24px 32px}.footer-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.5fr 1fr;gap:60px}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.footer-notice{max-width:1200px;margin:44px auto 0;border-top:1px solid rgba(255,255,255,.14);padding-top:24px;font-size:12px;color:#aab8c5}.article-hero{background:var(--paper);padding:90px 24px 56px}.article-hero .inner{max-width:920px;margin:auto}.article-hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(40px,6vw,68px);line-height:1.14;letter-spacing:-.055em;margin:14px 0 28px}.feature{display:block;max-width:1100px;width:calc(100% - 48px);aspect-ratio:16/8;object-fit:cover;margin:0 auto 64px;border-radius:28px;box-shadow:var(--shadow)}.article{max-width:790px;margin:auto;padding:0 24px 110px;font-size:18px}.article h2{font-family:"Noto Serif KR",serif;font-size:32px;line-height:1.35;margin:76px 0 20px;letter-spacing:-.04em}.article h3{font-size:21px;margin-top:28px}.article p{margin:0 0 24px}.article-summary,.toc,.faq{background:var(--paper);border-radius:var(--r);padding:28px;margin:0 0 32px}.toc ol{columns:2;padding-left:22px}.toc a{color:var(--navy);text-decoration:underline;text-underline-offset:4px}.article figure{margin:44px 0}.article figure img{width:100%;max-height:520px;object-fit:cover;border-radius:var(--r)}figcaption{font-size:13px;color:var(--muted);margin-top:10px}.table-wrap{overflow-x:auto;margin:36px 0;border:1px solid var(--line);border-radius:16px}table{width:100%;border-collapse:collapse;min-width:580px;background:#fff}caption{text-align:left;padding:18px 20px;background:var(--navy);color:#fff;font-weight:800}th,td{padding:15px 18px;border-bottom:1px solid var(--line);text-align:left}th{background:#f2f5f7;font-size:14px}blockquote{margin:40px 0;padding:26px 28px;border-left:4px solid var(--accent);background:#fff8f3;border-radius:0 16px 16px 0;font-family:"Noto Serif KR",serif;font-size:20px}.check-list{padding:24px 24px 24px 46px;background:#f4f7f9;border-radius:16px}.steps{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.steps li{border:1px solid var(--line);border-radius:14px;padding:18px}.steps span{display:block;color:var(--accent);font-weight:850;font-size:12px}.page-shell{max-width:850px;margin:auto;padding:90px 24px 120px}.page-shell h1{font-family:"Noto Serif KR",serif;font-size:50px}.legal-notice{font-size:.85em}.focus-visible,a:focus-visible,button:focus-visible{outline:3px solid #e89a70;outline-offset:3px}@media(max-width:800px){.menu{display:none}.hero{min-height:600px}.section{padding:80px 20px}.grid{grid-template-columns:1fr}.process{grid-template-columns:1fr 1fr}.section-head{display:block}.footer-grid{grid-template-columns:1fr}.article{font-size:17px}.toc ol{columns:1}.steps{grid-template-columns:1fr}}@media(max-width:480px){.process{grid-template-columns:1fr}.article-hero{padding-top:64px}.feature{width:calc(100% - 32px);border-radius:18px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
