:root{--brand:#ff8d36;--brand-text:#b85a14;--brand-soft:#ffe7d3;--text:#3e3e3e;--text-muted:#5e5e5e;--border:#ececec;--card:#f4f4f4;--bg:#ffffff;--radius:16px;--radius-pill:999px;--maxw:1440px;--step-h1:clamp(2.25rem,1.5rem + 4vw,4.5rem);--step-h2:clamp(1.75rem,1.2rem + 2.8vw,3.5rem);--step-body:clamp(1.1rem,1rem + 0.5vw,1.35rem);--space-section:clamp(6rem,10vw,14rem);--header-h:72px}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Pretendard,system-ui,-apple-system,Apple SD Gothic Neo,sans-serif;-webkit-font-smoothing:antialiased}.container{max-width:var(--maxw);margin:0 auto;padding:0 clamp(1rem,5vw,3rem)}.js [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.js [data-reveal].in-view{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js [data-reveal]{opacity:1;transform:none;transition:none}}