/* UIBS Shared Design Tokens — one brand, three sites */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Libre+Baskerville:ital,wght@0;400;700;1;400&display=swap');

:root {
  /* Brand — UIBS USA royal heritage, industrial depth */
  --uibs-navy: #0b1f3a;
  --uibs-navy-deep: #061525;
  --uibs-blue: #0742a0;
  --uibs-blue-bright: #1a5cb8;
  --uibs-steel: #4a647c;
  --uibs-mist: #e8eef5;
  --uibs-fog: #f4f7fb;
  --uibs-white: #ffffff;
  --uibs-ink: #121a24;
  --uibs-muted: #5c6b7a;
  --uibs-accent: #c45c26;
  --uibs-line: rgba(11, 31, 58, 0.12);

  /* Site accent overrides (set on body[data-site]) */
  --site-accent: var(--uibs-blue);
  --site-accent-soft: rgba(7, 66, 160, 0.12);

  --font-sans: 'Outfit', system-ui, sans-serif;
  --font-display: 'Libre Baskerville', Georgia, serif;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-8: 3rem;
  --space-10: 4.5rem;
  --space-12: 6rem;

  --radius-sm: 2px;
  --radius-md: 6px;
  --max-width: 1180px;
  --header-h: 72px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-soft: 0 12px 40px rgba(6, 21, 37, 0.12);
}

body[data-site='group'] {
  --site-accent: #0742a0;
  --site-accent-soft: rgba(7, 66, 160, 0.14);
}

body[data-site='ce'] {
  --site-accent: #c45c26;
  --site-accent-soft: rgba(196, 92, 38, 0.14);
}

body[data-site='hrs'] {
  --site-accent: #1a7a6d;
  --site-accent-soft: rgba(26, 122, 109, 0.14);
}
