:root {
  --button-pad-x: 32px;
  --button-pad-y: 15px;
  --color-accent: #b0915b;
  --color-accent-dark: #a3844f;
  --color-band: #d8ceb0;
  --color-bg: #fcf7f1;
  --color-bg-alt: #f3ece1;
  --color-border: #ddd5c8;
  --color-border-strong: #c4b8a8;
  --color-brand: #3f4d33;
  --color-brand-dark: #323e29;
  --color-brand-light: #8ba475;
  --color-cta-bg: #3f4d33;
  --color-cta-text: #fcf7f1;
  --color-focus: #3f4d33;
  --color-footer-bg: #2c3623;
  --color-footer-link: #c5bfb0;
  --color-footer-text: #e9e5da;
  --color-heading: #1f2a1c;
  --color-link: #4c5c3d;
  --color-logo-wordmark: #ed1c24;
  --color-muted: #6b6456;
  --color-success: #4f7142;
  --color-surface: #ffffff;
  --color-surface-elevated: #faf5ef;
  --color-text: #2a2a26;
  --container-content-max: 820px;
  --container-max: 1290px;
  --container-pad: 24px;
  --duration-base: 0.4s;
  --duration-fast: 0.2s;
  --duration-medium: 0.8s;
  --duration-slow: 0.9s;
  --duration-utility: 0.3s;
  --ease-enter: cubic-bezier(0.45, 0, 0.55, 1);
  --ease-out: ease-in-out;
  --ease-reveal: cubic-bezier(0.45, 0, 0.55, 1);
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --font-body: 'Plus Jakarta Sans', 'Noto Sans', -apple-system, system-ui, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-display: 'Lora', Georgia, serif;
  --grid-gap-lg: 56px;
  --grid-gap-md: 20px;
  --grid-gap-sm: 11px;
  --grid-gutter: 24px;
  --input-pad-x: 16px;
  --input-pad-y: 12px;
  --letter-spacing-heading: 0.06em;
  --letter-spacing-wide: 0.12em;
  --nav-height: 72px;
  --radius-button: 8px;
  --radius-card: 16px;
  --radius-input: 8px;
  --section-pad-x: 24px;
  --section-pad-y: 74px;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 64px;
  --space-6: 96px;
  --text-body: clamp(0.9375rem, 1.4vw, 1.0625rem);
  --text-body-line-height: 1.6;
  --text-body-weight: 400;
  --text-button: 0.875rem;
  --text-button-line-height: 1.4;
  --text-button-weight: 600;
  --text-eyebrow: 0.75rem;
  --text-eyebrow-letter-spacing: 0.12em;
  --text-eyebrow-line-height: 1.4;
  --text-eyebrow-transform: uppercase;
  --text-eyebrow-weight: 600;
  --text-h1: clamp(1.75rem, 4vw, 3rem);
  --text-h1-letter-spacing: 0.06em;
  --text-h1-line-height: 1.2;
  --text-h1-weight: 600;
  --text-h2: clamp(1.25rem, 2.5vw, 2rem);
  --text-h2-letter-spacing: 0.06em;
  --text-h2-line-height: 1.3;
  --text-h2-weight: 700;
  --text-h3: clamp(1rem, 1.8vw, 1.4rem);
  --text-h3-letter-spacing: 0.06em;
  --text-h3-line-height: 1.35;
  --text-h3-weight: 700;
  --text-h4: clamp(0.875rem, 1.5vw, 1.1rem);
  --text-h4-letter-spacing: 0.06em;
  --text-h4-line-height: 1.4;
  --text-h4-weight: 600;
  --text-hero: clamp(2.5rem, 6vw, 4.5rem);
  --text-hero-letter-spacing: 0.02em;
  --text-hero-line-height: 1.1;
  --text-hero-weight: 300;
  --text-nav: 0.9375rem;
  --text-nav-line-height: 1.4;
  --text-nav-weight: 400;
  --text-small: 0.8125rem;
  --text-small-line-height: 1.5;
  --text-small-weight: 400;
  --weight-bold: 700;
  --weight-regular: 400;
  --weight-semibold: 600;
}
