:root {
  /* Background layers */
  --bg-base: #0A0A0B;
  --bg-elevated: #111113;
  --bg-subtle: #17171A;

  /* Borders */
  --border-subtle: #1F1F23;
  --border-default: #2A2A2F;
  --border-strong: #3A3A40;

  /* Text */
  --text-primary: #F5F5F7;
  --text-secondary: #A1A1AA;
  --text-tertiary: #6B6B72;
  --text-disabled: #48484D;

  /* Accent */
  --accent: #FFFFFF;
  --accent-hover: #E0E0E0;
  --accent-muted: rgba(255, 255, 255, 0.12);
  --cta-primary: #FFFFFF;
  --cta-hover: #E0E0E0;

  /* Semantic */
  --success: #4ADE80;

  /* Typography */
  --font-display: "Fraunces", "Pretendard Variable", serif;
  --font-body: "Pretendard Variable", -apple-system, sans-serif;
  --text-hero: clamp(2.75rem, 6vw, 5.5rem);
  --text-h1: clamp(2rem, 4vw, 3.5rem);
  --text-h2: clamp(1.5rem, 3vw, 2.25rem);
  --text-h3: clamp(1.25rem, 2vw, 1.5rem);
  --text-body-lg: 1.125rem;
  --text-body: 1rem;
  --text-sm: 0.875rem;
  --text-xs: 0.75rem;
  --leading-tight: 1.1;
  --leading-snug: 1.3;
  --leading-normal: 1.6;

  /* Spacing */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;
  --space-40: 160px;
  --section-py: clamp(80px, 10vw, 160px);

  /* Layout */
  --container-max: 1280px;
  --container-px: clamp(20px, 5vw, 48px);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --line-thin: 1px;
  --control-height: 46px;
  --menu-size: 44px;
  --header-height: 80px;
  --header-height-lg: 88px;
  --menu-line-width: 18px;
  --menu-line-offset: 6px;
  --reveal-shift: 24px;
  --hero-reveal-shift: 20px;
  --hero-scroll-threshold: 16px;

  /* Motion */
  --duration-fast: 150ms;
  --duration-base: 600ms;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);

  /* Effects */
  --header-blur-bg: rgba(10, 10, 11, 0.8);
  --shadow-soft: 0 16px 40px rgba(0, 0, 0, 0.25);
}
