:root {
  --color-bg: #f3f0ea;
  --color-surface: #fbf9f4;
  --color-surface-muted: #eae5dc;
  --color-text: #23211f;
  --color-text-muted: #69645e;
  --color-border: #d8d2c9;
  --color-brand: #e76521;
  --color-brand-hover: #c94f12;
  --color-brand-contrast: #fff;
  --color-support: #255b3b;
  --color-support-hover: #19462d;
  --color-support-muted: #5da97b;
  --color-dark: #191817;
  --color-dark-surface: #242220;
  --color-white: #fffdf9;
  --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --font-ui: Inter, "Helvetica Neue", Arial, sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --heading-sm: clamp(1.25rem, 1.8vw, 1.65rem);
  --heading-md: clamp(2rem, 3vw, 3.25rem);
  --heading-lg: clamp(2.5rem, 4vw, 4.25rem);
  --heading-display: clamp(3rem, 5vw, 5.5rem);
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-8: 2.5rem;
  --space-10: 3.5rem;
  --space-12: 4.5rem;
  --space-16: 6rem;
  --space-20: 7rem;
  --space-24: 8rem;
  --space-section: clamp(4.5rem, 8vw, 7rem);
  --container-max: 1280px;
  --page-padding-desktop: 48px;
  --page-padding-tablet: 32px;
  --page-padding-mobile: 20px;
  --grid-gap: 24px;
  --header-height: 76px;
  --radius-sm: 4px;
  --radius-md: 6px;
  --shadow-subtle: 0 18px 46px rgba(28, 25, 21, 0.14);
  --transition-fast: 160ms ease;
  --transition-standard: 220ms ease;
}

@media (max-width: 767px) {
  :root { --header-height: 76px; --space-section: clamp(4rem, 12vw, 5rem); }
}
