:root {
  --ink: #1F2A1C;
  --ink-soft: #4A5A44;
  --olive-900: #2E4A1E;
  --olive-700: #4A6B2E;
  --olive-500: #6B8A4A;
  --sage: #B8C9A6;
  --bone: #F7F3EC;
  --cream: #EFE8DA;
  --stone: #C9B89A;
  --terracotta: #B5654A;
  --whatsapp: #25D366;
  --line: rgba(31, 42, 28, 0.10);
  --line-strong: rgba(31, 42, 28, 0.18);
  --shadow-sm: 0 1px 2px rgba(31, 42, 28, 0.06), 0 2px 8px rgba(31, 42, 28, 0.04);
  --shadow-md: 0 12px 28px -12px rgba(31, 42, 28, 0.14), 0 2px 6px rgba(31, 42, 28, 0.05);
  --shadow-lg: 0 24px 60px -20px rgba(31, 42, 28, 0.18);

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;
  --space-11: 192px;
  --section-y: clamp(96px, 12vw, 192px);

  --radius-1: 4px;
  --radius-2: 8px;
  --radius-3: 16px;
  --radius-4: 24px;
  --radius-pill: 999px;

  --container: 1240px;
  --container-prose: 64ch;
  --gutter: clamp(20px, 4vw, 40px);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --transition: 240ms var(--ease);

  --font-display: 'Frank Ruhl Libre', 'David', 'Times New Roman', serif;
  --font-text: 'Heebo', 'Arial Hebrew', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-latin: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --fs-eyebrow: 0.8125rem;
  --fs-body: clamp(1.0625rem, 0.4vw + 0.95rem, 1.1875rem);
  --fs-h3: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  --fs-h2: clamp(2rem, 3vw + 1rem, 3.25rem);
  --fs-h1: clamp(1.75rem, 5vw + 0.75rem, 5rem);
  --fs-num: clamp(2.5rem, 4vw + 1rem, 4rem);

  --header-h: 124px;
  --logo-h: 104px;
}

@media (max-width: 1024px) {
  :root { --header-h: 108px; --logo-h: 88px; }
}
@media (max-width: 480px) {
  :root { --header-h: 88px; --logo-h: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { --transition: 0ms; }
}
