/* Hallmark · macrostructure: Marquee Hero · theme: custom
 * vibe: "savage AI roast, late-night ember gradient" · paper: oklch(11% 0.018 35) · accent: oklch(66% 0.19 32)
 * display: Bricolage Grotesque · body: Geist · axes: dark / geometric-sans / warm
 * studied: no · context: explicit (brand colors + product supplied) · v1.1.0
 */

:root {
  /* Colour — dark, ember-tinted (paper-band: dark / accent-hue: warm) */
  --color-paper:      oklch(11% 0.018 35);
  --color-paper-2:    oklch(15% 0.019 35);
  --color-paper-3:    oklch(19% 0.020 35);
  --color-ink:         oklch(95% 0.012 40);
  --color-ink-2:       oklch(75% 0.012 40);
  --color-rule:        oklch(29% 0.022 35);
  --color-rule-2:      oklch(23% 0.020 35);
  --color-muted:       oklch(58% 0.016 38);
  --color-neutral:     oklch(42% 0.016 38);

  --color-accent:      oklch(66% 0.19 32);   /* ember orange-red */
  --color-accent-2:    oklch(54% 0.19 350);  /* magenta-pink — secondary bloom, RoastCard's shipped gradient partner */
  --color-accent-ink:  oklch(13% 0.02 30);   /* dark text on accent fills (accent L > 50) */
  --color-focus:       oklch(62% 0.22 32);

  --color-error:       oklch(62% 0.19 25);
  --color-success:     oklch(68% 0.15 150);

  /* 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;

  --text-xs:      0.7rem;
  --text-sm:      0.85rem;
  --text-base:    1rem;
  --text-md:      1.1875rem;
  --text-lg:      1.4844rem;
  --text-xl:      1.9531rem;
  --text-2xl:     2.4414rem;
  --text-3xl:     3.0518rem;
  --text-4xl:     3.8147rem;
  --text-display:   clamp(2.75rem, 5vw + 1rem, 5.25rem);
  --text-display-s: clamp(2.25rem, 4vw + 1rem, 3.75rem);

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

  --page-gutter: clamp(1.25rem, 5vw, 3rem);

  /* Radius */
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  /* Rule weight */
  --rule-hair: 1px;
  --rule-thick: 3px;

  /* 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;

  /* Z-index */
  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
}
