/*
Theme Name: Molar Cost Atlas
Version: 1.0.0
*/
:root{--ink:#102c35;--muted:#60757b;--teal:#087f78;--teal2:#0aa49a;--mist:#edf7f5;--paper:#fbfdfc;--line:#dbe8e5;--white:#fff;--r:22px;--shadow:0 20px 55px rgba(20,65,70,.10);--max:1180px}
*{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;font-size:17px;line-height:1.75;word-break:keep-all}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}a:focus-visible,button:focus-visible{outline:3px solid #f0b95b;outline-offset:3px}.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(251,253,252,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(219,232,229,.8)}.headin{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.04em}.brand img{width:38px;height:38px;border-radius:11px}.nav{display:flex;gap:28px;font-size:15px;font-weight:650}.nav a:hover{color:var(--teal)}.menu-toggle{display:none}.hero{padding:96px 0 88px}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:64px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--teal);font-size:14px;font-weight:800;letter-spacing:.08em}.eyebrow:before{content:"";width:24px;height:2px;background:var(--teal)}h1,h2,h3{line-height:1.22;letter-spacing:-.045em;margin:0 0 24px}h1{font-size:clamp(48px,6vw,78px)}h2{font-size:clamp(34px,4vw,52px)}h3{font-size:25px}.hero p{font-size:20px;color:var(--muted);max-width:620px}.hero-photo{position:relative}.hero-photo img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:38px;box-shadow:var(--shadow)}.hero-note{position:absolute;left:-30px;bottom:30px;background:var(--white);padding:20px 24px;border-radius:18px;box-shadow:var(--shadow);font-size:14px;font-weight:700}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;background:var(--teal);color:white;font-weight:750;transition:.2s}.button:hover{background:#056b65;transform:translateY(-2px)}.section{padding:110px 0}.soft{background:var(--mist)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:46px}.section-head p{color:var(--muted);max-width:540px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:white;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:.25s;box-shadow:0 8px 24px rgba(20,65,70,.04)}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.card img{width:100%;aspect-ratio:16/10;object-fit:cover}.card-body{padding:26px}.card h3{font-size:22px}.meta{color:var(--teal);font-size:13px;font-weight:800}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step{padding:32px;border-top:2px solid var(--teal);background:white;border-radius:0 0 var(--r) var(--r)}.step b{display:block;font-size:14px;color:var(--teal);margin-bottom:12px}.site-footer{background:#0c2931;color:#dce9e7;padding:72px 0 28px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:60px}.footer-links{display:flex;gap:22px;flex-wrap:wrap}.legal-foot{border-top:1px solid rgba(255,255,255,.13);margin-top:44px;padding-top:24px;font-size:13px;color:#a9bfbd}.article-hero{padding:72px 0 40px}.article-hero .wrap{max-width:920px}.article-hero h1{font-size:clamp(40px,6vw,64px)}.article-cover{width:min(calc(100% - 40px),980px);margin:0 auto 56px;border-radius:30px;aspect-ratio:16/9;object-fit:cover;box-shadow:var(--shadow)}.article{max-width:800px;margin:0 auto;padding:0 20px 100px}.article p{margin:0 0 24px}.article h2{font-size:34px;margin-top:72px}.article h3{margin-top:44px}.article .lead,.summary-box{font-size:19px}.summary-box,.callout{background:var(--mist);border:1px solid var(--line);padding:26px 28px;border-radius:18px;margin:32px 0}.callout{border-left:4px solid var(--teal)}.article figure{margin:42px 0}.article figure img{width:100%;border-radius:22px;aspect-ratio:16/10;object-fit:cover}.article figcaption{font-size:13px;color:var(--muted);margin-top:9px}.article ul,.article ol{padding-left:24px;margin:24px 0}.article li{margin:9px 0}.table-wrap{overflow-x:auto;margin:30px 0;border:1px solid var(--line);border-radius:16px}.article table{width:100%;border-collapse:collapse;min-width:620px;background:white}.article th,.article td{padding:16px;text-align:left;border-bottom:1px solid var(--line)}.article th{background:var(--mist);font-size:14px}.timeline{display:grid;gap:10px;margin:28px 0}.timeline div{display:grid;grid-template-columns:100px 1fr;gap:18px;align-items:center}.timeline span{height:10px;border-radius:99px;background:linear-gradient(90deg,var(--teal),var(--teal2))}.toc{background:white;border:1px solid var(--line);border-radius:18px;padding:24px;margin:30px 0}.page-wrap{max-width:800px;margin:auto;padding:80px 20px 110px}.page-wrap h1{font-size:54px}.ai-notice,.legal-notice{font-size:.85em}.screen-reader-text{position:absolute;clip:rect(1px,1px,1px,1px)}
@media(max-width:800px){body{font-size:16px}.wrap{width:min(calc(100% - 28px),var(--max))}.nav{display:none}.hero{padding:56px 0}.hero-grid,.footer-grid{grid-template-columns:1fr;gap:36px}.hero-photo img{aspect-ratio:4/3}.hero-note{left:12px;bottom:12px}.section{padding:76px 0}.grid3,.steps{grid-template-columns:1fr}.section-head{display:block}.article-hero{padding-top:50px}.article-cover{width:calc(100% - 28px);border-radius:20px}.article h2{font-size:29px;margin-top:56px}.headin{height:68px}.brand{font-size:15px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
