/*
Theme Name: Clearwall Atelier
Version: 1.0.0
*/
:root{--ink:#182522;--muted:#64716d;--paper:#fbfaf4;--white:#fff;--teal:#126b62;--teal2:#0b4e48;--line:#dce5df;--soft:#edf4f0;--radius:20px;--shadow:0 18px 55px rgba(23,52,46,.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;font-size:17px;line-height:1.75;word-break:keep-all}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(251,250,244,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(24,37,34,.08)}.header-in{max-width:1180px;margin:auto;height:76px;padding:0 24px;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:42px;height:42px;border-radius:13px}.nav{display:flex;gap:8px}.nav a{padding:11px 15px;border-radius:12px;font-size:15px}.nav a:hover{background:var(--soft);color:var(--teal)}.wrap{max-width:1180px;margin:auto;padding:0 24px}.article{max-width:800px;margin:0 auto;padding:72px 24px 120px}.article-head{margin-bottom:40px}.eyebrow{color:var(--teal);font-size:14px;font-weight:750;letter-spacing:.08em}.article h1{font-family:"Noto Serif KR",serif;font-size:clamp(40px,6vw,68px);line-height:1.12;letter-spacing:-.055em;margin:12px 0 20px}.lead{font-size:20px;color:var(--muted)}.hero-img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow);margin:32px 0}.article h2{font-size:30px;line-height:1.3;letter-spacing:-.04em;margin:80px 0 20px}.article p{margin:0 0 22px}.article section>p:first-of-type{font-size:18px}.quick-summary,.post-toc,.safety-callout{background:var(--soft);border:1px solid var(--line);border-radius:var(--radius);padding:28px;margin:32px 0}.post-toc ol{columns:2;margin-bottom:0}.post-toc a{color:var(--teal);text-decoration:underline;text-underline-offset:4px}.article figure{margin:40px 0}.article figure img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius)}figcaption{font-size:14px;color:var(--muted);margin-top:10px}.table-wrap{overflow-x:auto;margin:36px 0;border:1px solid var(--line);border-radius:16px;background:var(--white)}table{border-collapse:collapse;width:100%;min-width:560px}th,td{padding:16px;text-align:left;border-bottom:1px solid var(--line)}th{background:var(--soft);font-size:14px}blockquote{margin:36px 0;padding:22px 24px;border-left:4px solid var(--teal);background:var(--white);box-shadow:var(--shadow);border-radius:0 16px 16px 0}.site-footer{background:#142823;color:#dce7e2;padding:72px 0 32px}.foot-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:64px}.site-footer a{color:#fff}.fine{margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.14);font-size:13px;color:#aebdb7}.legal-foot{font-size:.8em;color:#b8c5c0;background:rgba(255,255,255,.04);padding:16px;border-radius:12px;margin-top:20px}.focus-ring:focus-visible,a:focus-visible{outline:3px solid #e3a629;outline-offset:3px}@media(max-width:720px){body{font-size:16px}.header-in{height:68px;padding:0 16px}.brand span{font-size:15px}.nav a:not(:last-child){display:none}.article{padding:48px 18px 88px}.article h1{font-size:40px}.article h2{font-size:26px;margin-top:64px}.post-toc ol{columns:1}.foot-grid{grid-template-columns:1fr}.quick-summary,.post-toc,.safety-callout{padding:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
