/* Hallmark · genre: playful · macrostructure: Maker World · theme: Plume evolved · enrichment: Tier-B hand-built SVG · nav: N7 · footer: Ft5 · contrast: pass (46–50) · slop: pass (51–60) · mobile: pass (36, 59, 61–69) */
/* Hallmark · pre-emit critique: P5 H5 E5 S5 R4 V5 */
:root {
  --color-paper: oklch(97% 0.025 84);
  --color-paper-2: oklch(94% 0.038 82);
  --color-paper-3: oklch(90% 0.050 80);
  --color-surface: oklch(99% 0.010 82);
  --color-surface-strong: oklch(96% 0.018 82);
  --color-rule: oklch(80% 0.035 72);
  --color-rule-2: oklch(65% 0.040 64);
  --color-muted: oklch(43% 0.030 50);
  --color-neutral: oklch(34% 0.028 48);
  --color-ink-2: oklch(28% 0.035 35);
  --color-ink: oklch(20% 0.040 31);
  --color-night: oklch(25% 0.075 278);
  --color-night-2: oklch(32% 0.085 278);
  --color-night-ink: oklch(98% 0.015 84);
  --color-accent: oklch(65% 0.160 28);
  --color-accent-strong: oklch(55% 0.175 27);
  --color-accent-soft: oklch(91% 0.065 28);
  --color-accent-ink: oklch(18% 0.030 30);
  --color-yellow: oklch(83% 0.145 87);
  --color-yellow-soft: oklch(94% 0.060 88);
  --color-yellow-ink: oklch(20% 0.035 55);
  --color-blue: oklch(58% 0.135 252);
  --color-blue-soft: oklch(91% 0.050 250);
  --color-blue-ink: oklch(19% 0.050 255);
  --color-green: oklch(57% 0.115 155);
  --color-green-soft: oklch(91% 0.050 150);
  --color-green-ink: oklch(19% 0.040 150);
  --color-violet: oklch(58% 0.145 300);
  --color-violet-soft: oklch(92% 0.050 300);
  --color-violet-ink: oklch(19% 0.050 300);
  --color-warning: oklch(62% 0.145 70);
  --color-error: oklch(51% 0.185 25);
  --color-focus: oklch(36% 0.170 275);
  --color-backdrop: oklch(18% 0.040 31 / .52);
  --color-shadow: oklch(25% 0.070 25 / .14);
  --color-shadow-strong: oklch(22% 0.060 25 / .22);
  --font-display: ui-rounded, 'Arial Rounded MT Bold', 'Trebuchet MS', sans-serif;
  --font-journal: 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-label: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: ui-monospace, 'SFMono-Regular', Consolas, monospace;
  --space-3xs: .25rem;
  --space-2xs: .5rem;
  --space-xs: .75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-md: 1.1875rem;
  --text-lg: 1.5rem;
  --text-xl: 2rem;
  --text-2xl: 2.75rem;
  --text-display: clamp(3rem, 8.5vw, 7.2rem);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in: cubic-bezier(.7, 0, .84, 0);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --dur-fast: 140ms;
  --dur-base: 240ms;
  --dur-slow: 420ms;
  --rule-hair: 1px;
  --rule-strong: 3px;
  --rule-heavy: 5px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-card: 14px;
  --radius-pill: 999px;
  --shadow-card: 0 12px 0 var(--color-shadow);
  --shadow-float: 0 22px 55px var(--color-shadow-strong);
  --page-gutter: clamp(1rem, 4vw, 3rem);
  --content: 82rem;
  --banner-height: 4.5rem;
  --z-sticky: 200;
  --z-sticky-nav: 300;
}
