:root {
  --brand-earth-blue: #004392;
  --brand-flow-blue: #245BFF;
  --brand-aqua: #20D9D2;
  --brand-ink: #101E36;
  --brand-ice: #F2F6FA;
  --brand-white: #FFFFFF;
  --text-primary: #101E36;
  --text-secondary: #5C6B7D;
  --border-subtle: #DCE3EC;
  --action-primary: #245BFF;
  --action-hover: #004392;
  --action-on-primary: #FFFFFF;
  --font-brand: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Malgun Gothic', sans-serif;
  --weight-display: 650;
  --weight-heading: 600;
  --weight-body: 400;
  --font-display: clamp(2.75rem, 5.1vw, 4.5rem);
  --font-section: clamp(2.125rem, 3.4vw, 3rem);
  --font-heading: clamp(1.5rem, 2vw, 1.75rem);
  --font-body: 1.125rem;
  --line-display: 1.2;
  --line-body: 1.8;
  --space-unit: 8px;
  --section-space: 120px;
  --page-gutter: 64px;
  --content-max: 1320px;
  --radius-control: 4px;
  --radius-image: 4px;
  --motion-control: 240ms;
  --motion-enter: 600ms;
  --ease-brand: cubic-bezier(.2,.65,.2,1);
}
@media(max-width:760px){:root{--font-body:1rem;--section-space:72px;--page-gutter:22px;}}
@media(prefers-reduced-motion:reduce){:root{--motion-control:0ms;--motion-enter:0ms;}}
