/* Hallmark · genre: atmospheric · macrostructure: Stat-Led · theme: Midnight-band (dark 14% / weighty-sans / warm-amber) · enrichment: none · nav: N9 · footer: Ft5 */

:root {
  /* Colour — midnight anchor, hue 40 (warm) */
  --color-paper:    oklch(14% 0.008 40);
  --color-paper-2:  oklch(17% 0.010 40);
  --color-paper-3:  oklch(20% 0.012 40);
  --color-rule:     oklch(30% 0.008 40);
  --color-neutral:  oklch(65% 0.008 40);
  --color-muted:    oklch(74% 0.006 40);
  --color-ink:      oklch(94% 0.006 80);
  --color-accent:   oklch(74% 0.15 60);
  --color-focus:    oklch(72% 0.19 55);
  --color-orb:      oklch(62% 0.19 300); /* the product's orb violet — depiction only, never UI accent */
  --color-orb-hi:   oklch(78% 0.14 300);
  --color-bloom-1:  oklch(24% 0.05 55 / 0.55);
  --color-bloom-2:  oklch(21% 0.04 40 / 0.45);
  --color-selection: oklch(40% 0.09 55);

  /* Type — Geist display+body, JetBrains Mono outlier (wordmark + hero figure) */
  --font-display: "Geist", ui-sans-serif, system-ui, sans-serif;
  --font-body:    "Geist", ui-sans-serif, system-ui, sans-serif;
  --font-outlier: "JetBrains Mono", ui-monospace, monospace;

  /* Scale — major third from 16px */
  --text-xs:   0.8rem;
  --text-sm:   0.9rem;
  --text-base: 1rem;
  --text-md:   1.25rem;
  --text-lg:   1.5625rem;
  --text-xl:   1.9531rem;
  --text-2xl:  2.4414rem;
  --text-3xl:  3.0518rem;
  --text-display: clamp(2.75rem, 5vw + 1rem, 5.25rem);
  --text-figure:  clamp(7rem, 22vw, 15rem);

  /* Space — 4pt scale */
  --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;
  --space-4xl: 9rem;

  --page-gutter: clamp(1rem, 5vw, 4rem);
  --rule-hair: 1px;
  --radius-md: 10px;
  --radius-lg: 16px;

  /* Motion — Midnight runs 0.9×: snappy, technical */
  --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: 110ms;
  --dur-short: 200ms;
  --dur-long:  380ms;

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