:root {
  /* Brand — from MARS Hospitality Experts PDF */
  --mars-black: #0a0a0a;
  --mars-white: #ffffff;
  --mars-off-white: #f7f9fb;
  --mars-muted: #5c6670;
  --mars-border: #e2e8ee;

  --mars-cyan: #00a8c8;
  --mars-teal: #1b5e7d;
  --mars-purple: #8b2fc9;
  --mars-magenta: #9c27b0;
  --mars-pink-line: #e8a0c8;

  --mars-placeholder: #d8e0e8;
  --mars-placeholder-label: #7a8694;

  --font-display: "Outfit", sans-serif;
  --font-body: "Outfit", sans-serif;

  --header-height: 4.5rem;
  --section-space: clamp(3.5rem, 8vw, 6.5rem);
  --radius-soft: 0.35rem;
  --radius-pill: 999px;
  --max-content: 1140px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}
