/* Hallmark · macrostructure: Stat-Led · genre: modern-minimal · theme: Cobalt · anchor hue: electric cobalt · nav: N13 · footer: Ft5 */
:root {
  --color-paper: oklch(98.5% 0.004 250);
  --color-paper-2: oklch(96.8% 0.008 250);
  --color-paper-3: oklch(94.6% 0.011 250);
  --color-ink: oklch(24% 0.02 258);
  --color-ink-2: oklch(34% 0.018 257);
  --color-muted: oklch(42% 0.016 255);
  --color-faint: oklch(49% 0.014 250);
  --color-rule: oklch(88% 0.012 250);
  --color-rule-strong: oklch(77% 0.016 254);
  --color-accent: oklch(53% 0.19 256);
  --color-accent-ink: oklch(98.5% 0.004 250);
  --color-accent-soft: oklch(94% 0.05 256);
  --color-focus: oklch(50% 0.19 256);
  --color-graphite: oklch(22% 0.016 260);
  --color-graphite-2: oklch(28% 0.018 260);
  --color-graphite-ink: oklch(93% 0.01 250);
  --color-graphite-muted: oklch(73% 0.012 250);
  --color-graphite-rule: oklch(38% 0.016 260);
  --color-overlay: oklch(24% 0.02 258 / 0.34);
  --shadow-soft: 0 1px 2px oklch(24% 0.02 258 / 0.06);
  --shadow-float: 0 18px 40px oklch(24% 0.02 258 / 0.1);

  --font-display: "Space Grotesk", ui-sans-serif, sans-serif;
  --font-body: "Inter", ui-sans-serif, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.9531rem;
  --text-2xl: 2.4414rem;
  --text-display: clamp(3rem, 5vw + 1rem, 5.25rem);
  --text-display-sm: clamp(2.5rem, 4vw + 0.75rem, 4.25rem);
  --text-stat: clamp(5rem, 14vw, 10rem);

  --size-container: 78rem;
  --nav-scroll-offset: 5.5rem;
  --rule-hair: 1px;
  --radius-control: 6px;
  --radius-card: 10px;
  --radius-pill: 999px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 500ms;

  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
}
