:root {
  /* Brand palette — industrial strength */
  --color-charcoal: #0E0E0E;
  --color-steel: #1A1A1A;
  --color-steel-light: #252525;
  --color-orange: #FF5A1F;
  --color-orange-hover: #E04E18;
  --color-off-white: #F2F2F0;
  --color-off-white-muted: #C8C8C4;
  --color-dark-text: #1A1A1A;
  --color-dark-muted: #4A4A48;

  /* Typography */
  --font-display: "Bebas Neue", sans-serif;
  --font-body: "Manrope", sans-serif;

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

  /* Layout */
  --header-height: 4.5rem;
  --max-width: 1280px;
  --rail-width: 0;

  /* Motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --duration-fast: 200ms;
  --duration-normal: 400ms;
  --duration-slow: 800ms;

  /* Borders */
  --border-sharp: 0;
  --border-width: 2px;
}
