:root {
  --color-brand: #9f009f;
  --color-brand-dark: #720076;
  --color-brand-light: #d83bba;
  --color-brand-soft: #f8edf8;
  --color-violet: #6d35d5;
  --color-pink: #ed54bc;
  --color-ink: #0d1326;
  --color-copy: #41485d;
  --color-muted: #6d7387;
  --color-line: #e9e4ed;
  --color-line-strong: #dcd2e1;
  --color-soft: #faf8fb;
  --color-surface: #fff;
  --color-surface-muted: #f7f4f8;
  --color-white: #fff;
  --color-navy: #050b1c;
  --gradient-brand: linear-gradient(112deg, #79007d 0%, #9f009f 52%, #cf31b2 100%);
  --gradient-brand-deep: linear-gradient(135deg, #68006e 0%, #9f009f 55%, #bd28a7 100%);
  --gradient-dark: linear-gradient(135deg, #050b1c 0%, #0b1530 62%, #210526 100%);
  --shadow-xs: 0 1px 2px rgba(25, 13, 34, .05), 0 5px 16px rgba(38, 17, 48, .04);
  --shadow-sm: 0 12px 36px rgba(34, 16, 48, .075);
  --shadow-md: 0 22px 64px rgba(42, 14, 55, .13);
  --shadow-brand: 0 14px 32px rgba(139, 0, 143, .22);
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1280px;
  --font-sans: Inter, "Avenir Next", Avenir, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease-standard: cubic-bezier(.22, 1, .36, 1);
  --ease-emphasized: cubic-bezier(.16, 1, .3, 1);
  --duration-fast: 180ms;
  --duration-medium: 360ms;
  --duration-slow: 720ms;
  --section-space: clamp(76px, 8vw, 116px);
}
