/*
Theme Name: Airclean Price
Version: 1.0
*/
:root{--ink:#102a2e;--muted:#607579;--brand:#087f78;--brand2:#0b5b62;--pale:#eaf7f4;--line:#dce9e7;--white:#fff;--radius:20px;--shadow:0 16px 48px rgba(16,42,46,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Pretendard,"Noto Sans KR",system-ui,sans-serif;background:#fbfdfc;line-height:1.72}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(251,253,252,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,233,231,.8)}.head-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center;font-weight:800;letter-spacing:-.04em}.brand img{width:40px;height:40px}.nav{display:flex;gap:28px;font-weight:650;font-size:15px}.nav a:hover{color:var(--brand)}.hero{min-height:680px;display:grid;align-items:center;background:linear-gradient(90deg,rgba(5,34,38,.9) 0%,rgba(5,34,38,.62) 52%,rgba(5,34,38,.15)),var(--hero) center/cover;color:#fff}.hero-copy{max-width:720px;padding:96px 0}.eyebrow{font-weight:750;color:#9de3d8;letter-spacing:.08em}.hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(46px,7vw,82px);line-height:1.1;letter-spacing:-.065em;margin:20px 0 28px}.hero p{font-size:20px;max-width:620px;color:#e6f1ef}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;background:var(--brand);color:#fff;font-weight:750;transition:.2s}.button:hover{background:var(--brand2);transform:translateY(-2px)}.section{padding:112px 0}.section.alt{background:var(--pale)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.section h2,.article h2{font-family:"Noto Serif KR",serif;letter-spacing:-.045em}.section h2{font-size:clamp(32px,4vw,50px);margin:0}.lead{color:var(--muted);max-width:590px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 1px 0 rgba(16,42,46,.03);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 small{color:var(--brand);font-weight:750}.card h3{margin:8px 0;font-size:21px;line-height:1.45}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{padding:28px;background:#fff;border-radius:var(--radius);border:1px solid var(--line)}.step b{display:block;color:var(--brand);font-size:14px;margin-bottom:10px}.site-footer{background:#0d282c;color:#d8e7e5;padding:72px 0 28px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:60px}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.notice{font-size:12px;color:#9eb3b5;border-top:1px solid #294448;margin-top:40px;padding-top:24px}.article-shell{padding:72px 0 120px}.article{width:min(800px,calc(100% - 40px));margin:auto}.article-header{text-align:center;margin-bottom:48px}.article-header h1{font-family:"Noto Serif KR",serif;font-size:clamp(38px,6vw,62px);line-height:1.18;letter-spacing:-.055em}.featured{border-radius:28px;aspect-ratio:16/9;object-fit:cover;box-shadow:var(--shadow);margin:36px 0}.article p{font-size:17px;color:#293f43}.article h2{font-size:32px;margin:80px 0 24px;scroll-margin-top:100px}.article figure{margin:32px 0}.article figure img{border-radius:18px;width:100%}.article figcaption{font-size:13px;color:var(--muted);margin-top:10px}.key-summary,.toc{padding:28px;border-radius:18px;background:var(--pale);border:1px solid var(--line);margin:28px 0}.toc ol{columns:2}.table-wrap{overflow-x:auto;margin:30px 0;border-radius:16px;border:1px solid var(--line)}table{border-collapse:collapse;width:100%;min-width:620px;background:#fff}th,td{padding:16px;text-align:left;border-bottom:1px solid var(--line)}th{background:#edf7f5;color:var(--brand2)}blockquote{margin:30px 0;padding:24px;border-left:4px solid var(--brand);background:#f4faf8;border-radius:0 14px 14px 0;font-weight:650}.page-content{min-height:55vh}.menu-toggle{display:none}.focus-ring:focus-visible,a:focus-visible{outline:3px solid #f0b94d;outline-offset:3px}@media(max-width:760px){.wrap{width:min(100% - 28px,1160px)}.nav{display:none}.grid,.steps,.footer-grid{grid-template-columns:1fr}.hero{min-height:610px}.hero-copy{padding:72px 0}.section{padding:76px 0}.section-head{display:block}.article{width:min(100% - 28px,800px)}.article-shell{padding-top:40px}.article h2{font-size:27px;margin-top:60px}.toc ol{columns:1}.footer-grid{gap:28px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
