/* Hallmark · genre: editorial · macrostructure: Split Studio · theme: custom existing brand · enrichment: generated photography · nav: preserved · footer: preserved
 * pre-emit critique: P5 H4 E4 S5 R4 V4
 * contrast: pass (40–41) · honest: pass (46) · chrome: pass (47) · tokens: pass (48) · responsive: pass (34, 49–57) · slop: 58/58
 */
:root {
  --color-brand-green: oklch(34% 0.105 153);
  --color-brand-green-deep: oklch(28% 0.086 153);
  --color-brand-red: oklch(50% 0.185 25);
  --color-brand-red-dark: oklch(38% 0.145 25);
  --color-paper: oklch(97% 0.008 145);
  --color-paper-2: oklch(94% 0.012 145);
  --color-surface: oklch(99% 0.006 145);
  --color-ink: oklch(22% 0.014 145);
  --color-muted: oklch(48% 0.018 145);
  --color-rule: oklch(86% 0.014 145);
  --color-focus: oklch(58% 0.205 25);
  --color-on-dark: oklch(97% 0.008 145);
  --color-on-dark-12: oklch(97% 0.008 145 / 0.12);
  --color-on-dark-35: oklch(97% 0.008 145 / 0.35);
  --color-on-dark-54: oklch(97% 0.008 145 / 0.54);
  --color-on-dark-66: oklch(97% 0.008 145 / 0.66);
  --color-on-dark-70: oklch(97% 0.008 145 / 0.7);
  --color-on-dark-72: oklch(97% 0.008 145 / 0.72);
  --color-on-dark-78: oklch(97% 0.008 145 / 0.78);
  --color-surface-glass: oklch(99% 0.006 145 / 0.96);
  --color-footer: oklch(23% 0.055 153);
  --color-shadow-soft: oklch(20% 0.01 145 / 0.18);
  --color-whatsapp: oklch(72% 0.19 145);

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --font-arabic: "Cairo", sans-serif;

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

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-3xl: 3.052rem;
  --text-display: clamp(2.7rem, 6vw, 5.25rem);

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

  --rule-hairline: 1px;
  --radius-sm: 0.375rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
}
