/**
 * GMTS Design Tokens v1.2
 * Corporate & Enterprise: monochrome black/white/grey. NO PURPLE.
 * Hexes are placeholders pending Phase 0 live-site brand audit.
 */
:root {
  --font-display: "Archivo", system-ui, -apple-system, sans-serif;
  --font-body: "IBM Plex Sans", system-ui, -apple-system, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "Cascadia Code", monospace;
  --nav-h: 80px;
  --nav-h-compact: 64px;
  --subnav-h: 44px;
  --radius-card: 14px;
  --radius-btn: 10px;
  --maxw: 1240px;
  --sec-pad: 88px;
  --sec-pad-tight: 48px;
  --gmts-blue: #0b5fd9;
}

[data-theme="marine"] {
  --c-primary: #0a3d62;
  --c-secondary: #d63031;
  --c-accent: #74b9ff;
  --c-bg: #ffffff;
  --c-surface: #eff6fd;
  --c-ink: #0b1b2b;
  --c-muted: #5a7184;
  --shadow-glow: 0 0 28px rgba(116, 185, 255, 0.65);
}

[data-theme="mobile"] {
  --c-primary: #f6c700;
  --c-secondary: #f2711c;
  --c-accent: #f6c700;
  --c-bg: #141414;
  --c-surface: #1e1e1e;
  --c-ink: #ffffff;
  --c-muted: #a5a5a5;
  --shadow-glow: 0 0 28px rgba(246, 199, 0, 0.5);
}

[data-theme="enterprise"] {
  --c-primary: #111111;
  --c-secondary: #55595f;
  --c-accent: #c9cdd4;
  --c-bg: #ffffff;
  --c-surface: #f4f5f7;
  --c-ink: #111111;
  --c-muted: #6e6a78;
  --shadow-glow: 0 0 28px rgba(17, 17, 17, 0.18);
}

[data-theme="corporate"] {
  --c-primary: #111111;
  --c-secondary: #16181c;
  --c-accent: #c9cdd4;
  --c-bg: #ffffff;
  --c-surface: #f4f5f7;
  --c-ink: #16181c;
  --c-muted: #6b7078;
  --shadow-glow: 0 0 28px rgba(17, 17, 17, 0.18);
}
