/* Theme Name: Clean Habit Guide */
:root{--ink:#13251f;--muted:#5d6d67;--brand:#146b55;--brand2:#dcebe4;--paper:#f6f8f5;--white:#fff;--line:#dfe7e2;--r:18px;--shadow:0 18px 55px rgba(19,37,31,.09);--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",sans-serif;font-size:17px;line-height:1.75;overflow-wrap:anywhere}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.site-head{position:sticky;top:0;z-index:20;background:rgba(246,248,245,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(19,37,31,.08)}.head-in{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.03em}.brand img{width:42px;height:42px;border-radius:12px}.nav{display:flex;gap:28px;font-size:15px;font-weight:650}.nav a{min-height:44px;display:flex;align-items:center}.nav a:hover{color:var(--brand)}.hero{padding:88px 0 104px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center}.eyebrow{color:var(--brand);font-size:14px;font-weight:800;letter-spacing:.12em}.hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(56px,7vw,92px);line-height:1.05;letter-spacing:-.065em;margin:18px 0 28px}.hero p{font-size:20px;color:var(--muted);max-width:590px}.hero-media{position:relative}.hero-media img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.hero-note{position:absolute;left:-36px;bottom:36px;background:var(--white);padding:20px 24px;border-radius:16px;box-shadow:var(--shadow);max-width:260px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;background:var(--brand);color:white;font-weight:700;margin-top:18px;transition:.2s}.btn:hover{transform:translateY(-2px);background:#0f5846}.section{padding:96px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}.section h2{font-family:"Noto Serif KR",serif;font-size:clamp(34px,4vw,52px);letter-spacing:-.045em;line-height:1.2;margin:0}.section-head p{color:var(--muted);max-width:520px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:.24s;box-shadow:0 8px 22px rgba(19,37,31,.04)}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.card img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}.card-body{padding:24px}.card small{color:var(--brand);font-weight:750}.card h3{font-size:23px;line-height:1.35;margin:8px 0}.card p{color:var(--muted);font-size:15px;margin:0}.site-foot{background:var(--ink);color:#dce6e1;padding:64px 0 28px}.foot-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.site-foot a{color:#fff;margin-right:20px}.fine{font-size:13px;color:#aebdb6;border-top:1px solid rgba(255,255,255,.13);margin-top:36px;padding-top:24px}.article{width:min(820px,calc(100% - 40px));margin:72px auto 110px}.article-head{text-align:center;margin-bottom:48px}.article-head h1{font-family:"Noto Serif KR",serif;font-size:clamp(44px,7vw,72px);line-height:1.15;letter-spacing:-.055em;margin:16px 0}.article-head p{color:var(--muted);font-size:19px}.featured{width:min(1100px,calc(100% - 40px));margin:auto}.featured img{width:100%;max-height:620px;object-fit:cover;border-radius:28px}.entry h2{font-family:"Noto Serif KR",serif;font-size:32px;line-height:1.35;margin:80px 0 22px;scroll-margin-top:100px}.entry p{margin:0 0 22px}.entry figure{margin:40px 0}.entry figure img{border-radius:18px;width:100%}.entry figcaption{font-size:14px;color:var(--muted);margin-top:8px}.quick,.toc,blockquote{background:var(--white);border:1px solid var(--line);border-radius:var(--r);padding:26px 30px;margin:32px 0}.quick{border-left:5px solid var(--brand)}.toc ol{columns:2;padding-left:22px}.toc a{text-decoration:underline;text-decoration-color:#b9cec5;text-underline-offset:4px}blockquote{border-left:5px solid var(--brand);font-family:"Noto Serif KR",serif;font-size:20px}.table-wrap{overflow-x:auto;margin:32px 0;border:1px solid var(--line);border-radius:14px}table{width:100%;border-collapse:collapse;background:white;min-width:600px}th,td{padding:16px;text-align:left;border-bottom:1px solid var(--line)}th{background:var(--brand2);font-size:14px}.steps li{margin:10px 0}.page-copy{min-height:48vh}.focus-visible,*:focus-visible{outline:3px solid #46a68b;outline-offset:3px}@media(max-width:800px){.nav{display:none}.hero{padding:48px 0 72px}.hero-grid{grid-template-columns:1fr;gap:40px}.hero-media img{aspect-ratio:16/11}.hero-note{left:16px;bottom:16px}.grid{grid-template-columns:1fr}.section{padding:72px 0}.section-head,.foot-grid{display:block}.toc ol{columns:1}.entry h2{font-size:27px;margin-top:64px}.wrap,.article,.featured{width:min(100% - 28px,1180px)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
