/* SroProtect Design Tokens — Dark Premium / Riot-inspired */

:root {
  /* === BRAND COLORS === */
  --gold: #c8a45d;
  --gold-bright: #e3c98b;
  --gold-dark: #8f6f3a;
  --gold-glow: rgba(200, 164, 93, 0.18);
  --gold-line: rgba(200, 164, 93, 0.35);

  /* === SURFACES === */
  --bg: #0A0A0B;
  --bg-deep: #060607;
  --surface-1: #111114;
  --surface-2: #161619;
  --surface-3: #1D1D22;
  --surface-4: #242429;
  --border: rgba(255,255,255,0.07);
  --border-gold: rgba(200, 164, 93, 0.25);

  /* === TEXT === */
  --text: #E8E6E0;
  --text-muted: #8A8880;
  --text-faint: #4A4845;
  --text-inverse: #0A0A0B;

  /* === TYPE SCALE === */
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  --text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.75vw, 1.5rem);
  --text-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);
  --text-2xl: clamp(2rem, 1.2rem + 2.5vw, 3.5rem);
  --text-3xl: clamp(2.5rem, 1rem + 4vw, 5rem);
  --text-hero: clamp(3rem, 0.5rem + 7vw, 7.5rem);

  /* === SPACING === */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* === LAYOUT === */
  --content-narrow: 680px;
  --content-default: 980px;
  --content-wide: 1280px;
  --content-full: 100%;

  /* === RADIUS === */
  --radius-sm: 3px;
  --radius-md: 6px;
  --radius-lg: 10px;

  /* === FONTS === */
  --font-display: 'Barlow Condensed', 'Impact', sans-serif;
  --font-body: 'Barlow', 'Helvetica Neue', sans-serif;

  /* === TRANSITIONS === */
  --transition: 200ms cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: 400ms cubic-bezier(0.16, 1, 0.3, 1);

  /* === SHADOWS === */
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.4);
  --shadow-md: 0 8px 24px rgba(0,0,0,0.5);
  --shadow-lg: 0 16px 48px rgba(0,0,0,0.6);
  --shadow-gold: 0 0 30px rgba(200, 164, 93, 0.15);
}
