:root {
  --bg-deep: #030303;
  --bg-elevated: #0a0a0a;
  --bg-card: #111111;
  --accent-red: #c80000;
  --accent-red-bright: #d32f2f;
  --accent-red-dark: #800000;
  --text-silver: #d1d1d1;
  --text-body: #b8b8b8;
  --text-muted: #8e8e8e;
  --star-trail: #666666;
  --border-subtle: rgba(255, 255, 255, 0.08);
  --glass-bg: rgba(12, 12, 12, 0.52);
  --glass-bg-strong: rgba(8, 8, 8, 0.68);
  --glass-border: rgba(255, 255, 255, 0.1);
  --glass-blur: 14px;
  --glass-blur-strong: 20px;
  --z-background: 0;
  --z-spaceship: 1;
  --z-foreground: 2;
  --header-height: 2.75rem;
  --container: min(68rem, 90vw);
  --section-pad: clamp(3.5rem, 8vh, 6rem);
  --content-width: 42rem;
  --radius: 0.5rem;
  --radius-lg: 1rem;
  --font-display: "Exo 2", system-ui, sans-serif;
  --font-tagline: "Century Gothic", CenturyGothic, AppleGothic, "Futura", "Trebuchet MS", sans-serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
  --font-geo: "Noto Sans Georgian", "Source Sans 3", system-ui, sans-serif;
  --font-geo-display: "IBM Plex Sans Georgian", "Noto Sans Georgian", system-ui, sans-serif;
  --transition: 0.25s ease;
  --shadow-red: 0 0 40px rgba(200, 0, 0, 0.15);
  --section-alt-mid: #0b0b0b;
  --section-alt-glow: rgba(200, 0, 0, 0.14);
  --section-alt-haze: rgba(255, 255, 255, 0.045);
  --content-grid-bg: var(--section-alt-mid);
  --content-grid-dot: rgba(255, 255, 255, 0.07);
}
