:root {
  /* ─── Backgrounds ─────────────────────────────── */
  --bg-primary:   #0A0F0C;
  --bg-secondary: #0F1612;
  --bg-elevated:  #131A15;
  --bg-glass:     rgba(20, 28, 22, 0.55);

  /* ─── Accent — Growon Green ───────────────────── */
  --accent-green: #6FAE7C;
  --accent-deep:  #2D5039;
  --accent-glow:  #A8D5B5;

  /* ─── Text ────────────────────────────────────── */
  --text-primary:   #F4EFE6;
  --text-secondary: #B8B0A0;
  --text-tertiary:  #6E6960;

  /* ─── Borders ─────────────────────────────────── */
  --border-subtle: rgba(244, 239, 230, 0.08);
  --border-medium: rgba(244, 239, 230, 0.15);
  --border-glow:   rgba(168, 213, 181, 0.3);

  /* ─── Typography ──────────────────────────────── */
  --font-display: 'Instrument Serif', serif;
  --font-body:    'Jost', sans-serif;

  --text-hero: clamp(3.5rem, 9vw, 8rem);
  --text-h1:   clamp(2.5rem, 5vw, 4.5rem);
  --text-h2:   clamp(1.75rem, 3vw, 2.5rem);
  --text-h3:   1.5rem;
  --text-lg:   1.125rem;
  --text-base: 1rem;
  --text-sm:   0.875rem;
  --text-xs:   0.75rem;

  /* ─── Spacing ─────────────────────────────────── */
  --space-xs:  0.25rem;
  --space-sm:  0.5rem;
  --space-md:  1rem;
  --space-lg:  1.5rem;
  --space-xl:  2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  /* ─── Layout ──────────────────────────────────── */
  --max-width:   1400px;
  --gutter:      clamp(1.5rem, 4vw, 3rem);
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-pill: 999px;

  /* ─── Motion ──────────────────────────────────── */
  --ease-out:        cubic-bezier(0.25, 0.1, 0.25, 1);
  --ease-in-out:     cubic-bezier(0.65, 0, 0.35, 1);
  --duration-fast:   200ms;
  --duration-base:   400ms;
  --duration-slow:   600ms;
  --duration-slower: 1000ms;
}
