/* Hallmark · genre: atmospheric · macrostructure: Marquee Hero (adapted: CTA + dates in fold per brief)
 * theme: custom (vibe: "amber October, after-dark arcade, premium calm"
 *   · paper oklch(13% 0.010 55) · accent oklch(74% 0.155 60) warm-amber
 *   · Bricolage Grotesque + Geist · outlier Geist Mono)
 * axes: dark / geometric-sans / warm · nav: N9 · footer: Ft5 · enrichment: none
 * H1 Marquee knobs: size=xl, alignment=centred, underlay=none
 */

:root {
  /* ---- colour ------------------------------------------------ */
  --color-paper:    oklch(13% 0.010 55);
  --color-paper-2:  oklch(17% 0.012 55);
  --color-paper-3:  oklch(21% 0.014 55);
  --color-rule:     oklch(29% 0.012 55);
  --color-neutral:  oklch(62% 0.010 55);
  --color-muted:    oklch(74% 0.008 55);
  --color-ink:      oklch(94% 0.006 75);
  --color-accent:   oklch(74% 0.155 60);
  --color-accent-ink: oklch(16% 0.030 60);  /* text on accent fill */
  --color-focus:    oklch(78% 0.150 60);
  --color-bloom-a:  oklch(38% 0.090 50);
  --color-bloom-b:  oklch(30% 0.070 25);

  /* ---- type -------------------------------------------------- */
  --font-display: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  --font-body:    "Geist", ui-sans-serif, system-ui, sans-serif;
  --font-outlier: "Geist Mono", ui-monospace, monospace; /* wordmark + kicker ONLY */

  --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-s: clamp(2.1rem, 3.5vw + 1rem, 3.4rem);
  --text-display:   clamp(2.75rem, 5vw + 1rem, 5.25rem);

  /* ---- space (4pt) ------------------------------------------- */
  --space-2xs: 0.25rem;
  --space-xs:  0.5rem;
  --space-sm:  0.75rem;
  --space-md:  1.25rem;
  --space-lg:  2rem;
  --space-xl:  3.25rem;
  --space-2xl: 5.25rem;
  --space-3xl: 8.5rem;
  --page-gutter: clamp(1.25rem, 4vw, 2.5rem);

  /* ---- motion ------------------------------------------------ */
  --ease-out:    cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in:     cubic-bezier(0.55, 0, 1, 0.45);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 160ms;
  --dur-med:  320ms;
  --dur-slow: 640ms;

  /* ---- shape ------------------------------------------------- */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-pill: 999px;
  --rule-hairline: 1px solid var(--color-rule);
}
