/* The live raysolute.com design tokens and base element rules (read from the live page, 26 Sep 2026), values unchanged. */
:root {
  --accent-blue: #2563eb;
  --accent-blue-light: #3b82f6;
  --accent-gold: #b8860b;
  --accent-gold-light: #daa520;
  --font-primary: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: 'IBM Plex Serif', Georgia, serif;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1e293b;
  --primary-navy: #0a1628;
  --primary-navy-light: #1a2d4a;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1);
  --sky-faint: #8FA6C8;
  --sky-gold: #E0A82E;
  --sky-ink: #EAF2FF;
  --transition-base: 250ms ease;
  --transition-fast: 150ms ease;
  --white: #ffffff;
}
*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; text-size-adjust: 100%; }
body { font-family: var(--font-primary); font-size: 1rem; line-height: 1.7; color: var(--gray-800); background: var(--white); -webkit-font-smoothing: antialiased; }
a:focus:not(:focus-visible), button:focus:not(:focus-visible) { outline: none; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-serif); font-weight: 600; line-height: 1.2; color: var(--primary-navy); }
h1 { font-size: clamp(2.25rem, 5vw, 3.75rem); }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
p { margin-block-end: 1rem; }
a { color: var(--accent-blue); text-decoration: none; transition: color var(--transition-fast); }
a:hover { color: var(--primary-navy); }
html { overflow-x: hidden; }
body { overflow-x: hidden; width: 100%; }
img, svg, video, iframe { max-width: 100%; height: auto; }
