:root{color-scheme:light;--bg:#f8f7f2;--surface:#fff;--surface-muted:#f0efe7;--text:#23251f;--muted:#696c62;--line:#dedbd0;--accent:#006b68;--accent-strong:#004f4c;--sun:#c9822f;--date:#8a3e2f;--shadow:0 16px 40px #1e1c1614;font-family:Pretendard,Noto Sans KR,Apple SD Gothic Neo,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);word-break:keep-all;margin:0;line-height:1.72}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(1120px,100% - 32px);margin:0 auto}.skip-link{z-index:100;background:var(--text);color:#fff;padding:10px 14px;position:absolute;top:-48px;left:16px}.skip-link:focus{top:12px}.site-header{z-index:10;backdrop-filter:blur(16px);background:#f8f7f2eb;border-bottom:1px solid #dedbd0cc;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:28px;min-height:72px;display:flex}.brand{letter-spacing:0;gap:0;font-weight:800;display:grid}.brand span{color:var(--muted);font-size:.78rem;font-weight:600}.nav{flex-wrap:wrap;justify-content:flex-end;gap:8px;font-size:.95rem;display:flex}.nav a{color:var(--muted);border-radius:999px;padding:8px 12px}.nav a:hover,.nav a[aria-current=page]{background:var(--surface-muted);color:var(--text)}.hero{padding:56px 0 36px}.hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:end;gap:36px;display:grid}.eyebrow{color:var(--accent);font-size:.9rem;font-weight:800}h1,h2,h3{letter-spacing:0;line-height:1.22}h1{max-width:820px;margin:12px 0 16px;font-size:clamp(2.25rem,4.5vw,4.35rem)}h2{margin:0 0 18px;font-size:clamp(1.55rem,2.2vw,2.15rem)}h3{margin:0 0 10px;font-size:1.15rem}.lead{max-width:760px;color:var(--muted);margin:0;font-size:1.12rem}.hero-panel{border-left:4px solid var(--accent);color:var(--muted);padding:18px 0 18px 22px}.section{padding:42px 0}.section-muted{background:var(--surface-muted)}.section-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;display:flex}.section-head p{max-width:580px;color:var(--muted);margin:0}.post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.post-card{border:1px solid var(--line);background:var(--surface);min-height:100%;box-shadow:var(--shadow);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.post-card img{aspect-ratio:16/9;object-fit:cover;background:var(--surface-muted);width:100%}.post-card-body{gap:10px;padding:18px;display:grid}.meta{color:var(--muted);flex-wrap:wrap;gap:8px;font-size:.86rem;display:flex}.pill{color:var(--accent-strong);font-weight:800}.post-card p{color:var(--muted);margin:0}.feature-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.feature{border-top:3px solid var(--sun);padding:18px 0 0}.feature p{color:var(--muted);margin:0}.article{width:min(820px,100% - 32px);margin:0 auto;padding:44px 0 70px}.article-header{margin-bottom:26px}.article-title{font-size:clamp(2rem,4vw,3.35rem)}.article-image{border-radius:8px;margin:28px 0;overflow:hidden}.article-image img{aspect-ratio:16/9;object-fit:cover;width:100%}.article-body{font-size:1.05rem}.article-body a{color:var(--accent-strong);text-underline-offset:4px;text-decoration:underline}.article-body h2{border-top:1px solid var(--line);margin-top:42px;padding-top:18px}.article-body blockquote{border-left:4px solid var(--sun);color:var(--muted);margin:28px 0;padding-left:18px}.tag-list{flex-wrap:wrap;gap:8px;margin-top:32px;display:flex}.tag-list span{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:6px 10px;font-size:.9rem}.footer{border-top:1px solid var(--line);background:var(--surface);color:var(--muted);padding:32px 0;font-size:.92rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.footer-links{flex-wrap:wrap;gap:14px;display:flex}@media (width<=860px){.header-inner,.hero-grid,.section-head,.footer-inner{flex-direction:column;align-items:start}.hero-grid,.post-grid,.feature-list{grid-template-columns:1fr}.nav{justify-content:flex-start}}
