/* Hallmark · genre: editorial · macrostructure: Split Studio · theme: Garden · enrichment: local product photo · nav: N6 · footer: Ft6 · contrast: pass (40–41) · honest: pass (46) · chrome: pass (47) · tokens: pass (48) · responsive: pass (34, 49–53) */
:root {
  --color-paper: oklch(97% 0.018 112);
  --color-paper-deep: oklch(93% 0.035 112);
  --color-surface: oklch(99% 0.012 112);
  --color-ink: oklch(27% 0.035 142);
  --color-muted: oklch(49% 0.035 142);
  --color-accent: oklch(42% 0.115 142);
  --color-accent-deep: oklch(33% 0.09 142);
  --color-accent-ink: var(--color-surface);
  --color-leaf: oklch(71% 0.11 132);
  --color-warm: oklch(74% 0.11 82);
  --color-rule: oklch(75% 0.05 130);
  --color-focus: oklch(45% 0.16 250);
  --color-danger: oklch(50% 0.16 25);
  --color-shadow: oklch(20% 0.04 140 / .25);
  --color-backdrop: oklch(20% 0.03 140 / .42);
  --font-display: Georgia, 'Times New Roman', serif;
  --font-body: 'Segoe UI', Arial, sans-serif;
  --space-2xs: .25rem;
  --space-xs: .5rem;
  --space-sm: .75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 5rem;
  --text-xs: .76rem;
  --text-sm: .9rem;
  --text-base: 1rem;
  --text-lg: 1.25rem;
  --text-xl: 1.6rem;
  --text-2xl: 2.1rem;
  --text-display: clamp(2.7rem, 6vw, 5.7rem);
  --radius-sm: .5rem;
  --radius-md: 1rem;
  --rule-hair: 1px;
  --dur-short: 160ms;
  --dur-medium: 260ms;
  --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);
}
