/* ==========================================================================
   TAP Theme — Executive Gold (default)
   Remove this file + toggle option to drop the gold theme.
   ========================================================================== */

:root,
[data-theme="gold"] {
  --bg-primary: #0A0A0A;
  --bg-secondary: #0A0A0A;
  --bg-surface: #111111;
  --background: var(--bg-primary);

  --text-primary: #FFFFFF;
  --text-secondary: #CCCCCC;
  --text-muted: #999999;
  --text-footer: #666666;
  --text-nav: #E8E8E8;
  --text-bright: rgba(255, 255, 255, 0.9);
  --foreground: var(--text-primary);

  --accent: #C9A84C;
  --accent-soft: oklch(0.84 0.10 86);
  --accent-light: #D4B96A;
  --accent-on: #0A0A0A;

  --accent-15: oklch(0.76 0.12 84 / 0.15);
  --accent-20: oklch(0.76 0.12 84 / 0.20);
  --accent-25: oklch(0.76 0.12 84 / 0.25);
  --accent-30: oklch(0.76 0.12 84 / 0.30);
  --accent-60: oklch(0.76 0.12 84 / 0.60);
  --accent-70: oklch(0.76 0.12 84 / 0.70);
  --accent-80: oklch(0.76 0.12 84 / 0.80);
  --accent-90: oklch(0.76 0.12 84 / 0.90);

  --border: oklch(0.76 0.12 84 / 0.15);

  --overlay-header: rgba(0, 0, 0, 0.85);
  --overlay-mobile-nav: rgba(0, 0, 0, 0.95);
  --overlay-hero-1: linear-gradient(to right, #000, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.55));
  --overlay-hero-2: rgba(0, 0, 0, 0.4);
  --overlay-clients: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.85), #000);
  --overlay-portfolio-1: rgba(0, 0, 0, 0.75);
  --overlay-portfolio-2: linear-gradient(to right, #000, transparent, #000);
  --overlay-modal: rgba(0, 0, 0, 0.8);

  --selection-bg: var(--accent);
  --selection-color: var(--accent-on);
}
