/**
 * Do not edit directly, this file was auto-generated.
 */

:root {
  --color-forest: #1e4b33; /** Primary brand green. Wordmark, headings, primary buttons on light. */
  --color-pine: #0f2a1c; /** Darkest ground. Dark surfaces, footers, reversed contexts. */
  --color-sage: #9dba9e; /** Support green. Muted labels on dark, pattern tint, borders. */
  --color-sunset-gold: #e8a13c; /** Signature accent. The bud, CTAs on dark, highlights. Never body text. */
  --color-ember: #d96f2e; /** Warm emphasis. Eyebrow labels, links on cream, small accents. */
  --color-cream: #f7f3e8; /** Light field. Page backgrounds, reversed wordmark. */
  --color-charcoal: #2b2b27; /** Neutral ink for long body text on cream. */
  --color-background-secondary: #ffffff;
  --color-surface-raised: #ffffff;
  --color-surface-muted: #eef2ea;
  --color-text-secondary: #5d625b;
  --color-border-primary: #d8ded4;
  --color-brand-accent-hover: #c77f20;
  --color-error: #a83d27;
  --typography-family-primary: Jost, Futura, 'Century Gothic', sans-serif; /** All set type. The script wordmark is drawn artwork, never typeset. */
  --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-unit: 8px; /** Base spacing unit. All gaps are multiples. */
  --space-section: 96px;
  --radius-control: 3px;
  --radius-card: 6px;
  --radius-media: 6px;
  --radius-pill: 999px;
  --logo-clear-space: 1rem;
  --logo-min-width-digital: 120px;
  --logo-min-width-print: 1.25in;
  --layout-container: 1140px;
  --layout-container-wide: 1320px;
  --layout-measure: 68ch;
  --layout-header-height: 86px;
  --type-display-xl: clamp(3rem, 7vw, 6.4rem);
  --type-display: clamp(2.55rem, 5vw, 5rem);
  --type-heading-xl: clamp(2.15rem, 4vw, 3.75rem);
  --type-heading-lg: clamp(1.7rem, 3vw, 2.65rem);
  --type-heading-md: clamp(1.3rem, 2vw, 1.75rem);
  --type-body-lg: clamp(1.05rem, 1.3vw, 1.22rem);
  --type-body: 1rem;
  --type-small: 0.875rem;
  --type-micro: 0.75rem;
  --shadow-card: 0 18px 48px rgba(15, 42, 28, 0.08);
  --shadow-lift: 0 24px 70px rgba(15, 42, 28, 0.14);
  --shadow-nav: 0 10px 30px rgba(15, 42, 28, 0.08);
  --motion-fast: 160ms;
  --motion-base: 280ms;
  --motion-slow: 600ms;
  --motion-ease: 0.22,1,0.36,1;
  --color-background-primary: var(--color-cream);
  --color-background-alternative: var(--color-pine);
  --color-text-primary: var(--color-charcoal);
  --color-text-alternative: var(--color-cream);
  --color-border-strong: var(--color-sage);
  --color-brand-primary: var(--color-forest);
  --color-brand-primary-hover: var(--color-pine);
  --color-brand-accent: var(--color-sunset-gold);
  --color-focus: var(--color-sunset-gold);
  --color-success: var(--color-forest);
  --typography-display: [object Object];
  --typography-heading: [object Object];
  --typography-body: [object Object];
  --typography-label-caps: [object Object]; /** Sublines, eyebrows, chips. Always letterspaced caps. */
}
