:root {
  /* Ranks Limited brand system — edit here first */
  --green-950: #082d18;
  --green-900: #0d4222;
  --green-800: #145b2a;
  --green-700: #187334;
  --green-600: #2d8b37;
  --leaf-500: #77bd38;
  --leaf-300: #b7df78;
  --charcoal-950: #141714;
  --charcoal-800: #242924;
  --ink: #303831;
  --muted: #667067;
  --line: #dbe4dc;
  --surface: #f3f7f2;
  --surface-strong: #e9f0e8;
  --white: #ffffff;
  --danger: #b93a32;

  --font-display: "Manrope", "Aptos Display", "Segoe UI", Arial, sans-serif;
  --font-body: "Inter", "Aptos", "Segoe UI", Arial, sans-serif;

  --container: 1240px;
  --header-height: 86px;
  --section-space: clamp(4.75rem, 8vw, 8.5rem);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 36px;
  --shadow-sm: 0 12px 34px rgba(8, 45, 24, 0.08);
  --shadow-md: 0 24px 64px rgba(8, 45, 24, 0.14);
  --shadow-lg: 0 36px 100px rgba(8, 45, 24, 0.20);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --transition: 220ms var(--ease);
}
