/* Hallmark · macrostructure: Bento Grid · genre: playful · theme: custom (cartoon)
 * paper: oklch(97% 0.012 85) warm-cream  ·  accent: oklch(58% 0.24 28) coral
 * display: Bricolage Grotesque 800 · body: Satoshi · mono: JetBrains Mono
 * theme_axes: light / display-grotesque-heavy / warm
 * nav: N7 Brutal slab · footer: Ft5 Statement
 * pre-emit critique: P4 H4 E4 S4 R4 V4
 */

:root {
  /* ── Colour ── */
  --color-paper:        oklch(97% 0.012 85);
  --color-paper-2:      oklch(93% 0.016 85);
  --color-paper-3:      oklch(88% 0.018 85);
  --color-rule:         oklch(83% 0.012 85);
  --color-muted:        oklch(50% 0.010 60);
  --color-ink:          oklch(16% 0.015 50);
  --color-accent:       oklch(58% 0.24 28);
  --color-on-accent:    oklch(97% 0.008 85);
  --color-on-accent-m:  oklch(90% 0.010 85);
  --color-focus:        oklch(58% 0.24 28);
  --color-ok:           oklch(55% 0.22 145);

  /* ── Typography ── */
  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body:    "Satoshi", ui-sans-serif, system-ui, sans-serif;
  --font-mono:    "JetBrains Mono", ui-monospace, monospace;

  /* ── Type scale (major third × 1.25) ── */
  --text-xs:        0.64rem;
  --text-sm:        0.8rem;
  --text-base:      1rem;
  --text-md:        1.25rem;
  --text-lg:        1.5625rem;
  --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(2rem, 3.5vw + 0.5rem, 3.5rem);

  /* ── Spacing (4pt base) ── */
  --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;

  /* ── 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;

  /* ── Cartoon borders ── */
  --border-w:    2px;
  --border:      var(--border-w) solid var(--color-ink);
  --radius:      0px;
  --radius-pill: 999px;

  /* ── Z-index ── */
  --z-base:     1;
  --z-raised:   10;
  --z-dropdown: 100;
  --z-sticky:   200;
  --z-modal:    400;
  --z-toast:    500;
  --z-tooltip:  600;
}
