/* Excutia / Evidence in the open. Marketing tokens, September 2026.
   Existing aurora mark and Figtree preserved; roles and scale made explicit. */
:root {
  --color-canvas: #f7f8fa;
  --color-surface: #ffffff;
  --color-ink: #20232f;
  --color-muted: #5b606d;
  --color-line: #dde0e7;
  --color-accent: #5b4dd6;
  --color-accent-hover: #4636c2;
  --color-accent-soft: #ece9fa;
  --color-accent-stage: #e5e0f5;
  --color-night: #222332;
  --color-night-muted: #c6c7d5;
  --color-success: #226647;
  --color-success-soft: #e7f3ec;
  --color-caution: #895010;
  --color-caution-soft: #fcf1df;
  --color-error: #b42318;
  --color-error-soft: #fdecea;
  --font-body: "Figtree", sans-serif;
  --text-display: clamp(3.6rem, 7.2vw, 6rem);
  --text-heading: clamp(2.6rem, 4.5vw, 4rem);
  --text-title: clamp(1.35rem, 2vw, 1.75rem);
  --text-body: 1.0625rem;
  --text-small: .875rem;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --radius-small: 8px;
  --radius-panel: 20px;
  --radius-stage: 28px;
  --radius-button: 999px;
  --shadow-paper: 0 3px 8px rgb(31 26 66 / 4%), 0 24px 56px -24px rgb(31 26 66 / 28%);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --duration-fast: 160ms;
  --duration-medium: 300ms;
  --page-width: 1280px;
  --gutter: clamp(22px, 4.5vw, 64px);
  --section-space: clamp(72px, 8vw, 112px);
  color-scheme: light;
  accent-color: var(--color-accent);
}
