/* Hallmark · genre: atmospheric · macrostructure: Stat-Led · theme: Midnight · enrichment: three.js chip (E9 custom) · nav: N5 floating pill · footer: Ft5 statement */
:root {
  /* ---- colour (Midnight, anchor hue 40, warm accent) ---- */
  --color-paper:    oklch(14% 0.008 40);
  --color-paper-2:  oklch(18% 0.010 40);
  --color-paper-3:  oklch(22% 0.012 40);
  --color-rule:     oklch(30% 0.008 40);
  --color-neutral:  oklch(58% 0.008 40);
  --color-muted:    oklch(72% 0.006 40);
  --color-ink:      oklch(94% 0.006 80);
  --color-accent:   #FC4C02;
  --color-accent-soft: oklch(62% 0.17 40);
  --color-focus:    oklch(70% 0.19 55);

  /* ---- type ---- */
  --font-display: "Tomorrow", "Arial Narrow", sans-serif;
  --font-body: "Geist", "Helvetica Neue", sans-serif;
  --font-outlier: "Geist Mono", ui-monospace, monospace;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-display: clamp(4.5rem, 15vw, 12rem);

  /* ---- spacing (4pt) ---- */
  --space-3xs: 0.125rem; --space-2xs: 0.25rem; --space-xs: 0.5rem;
  --space-sm: 0.75rem;   --space-md: 1rem;     --space-lg: 1.5rem;
  --space-xl: 2.5rem;    --space-2xl: 4rem;    --space-3xl: 6rem;

  /* ---- motion ---- */
  --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: 420ms;

  /* ---- rules & radius ---- */
  --rule-hair: 1px;
  --radius-card: 14px;
  --radius-pill: 999px;

  /* ---- z ---- */
  --z-base: 1; --z-raised: 10; --z-sticky: 200;
}
