:root{--navy: #0d1b2a;--navy-mid: #162032;--navy-light: #1e3048;--ice: #e8eef4;--ice-dim: #c8d4de;--gold: #c9a84c;--gold-light: #e2c47a;--gold-dim: rgba(201, 168, 76, .18);--gold-muted: #8a6f2e;--gold-glow: rgba(201, 168, 76, .08);--red: #c0392b;--red-dim: rgba(192, 57, 43, .15);--green: #1a7a4a;--green-light: #2ecc71;--white: #f7f9fb;--text: #dce8f0;--text-dim: #8aa0b4;--border: rgba(200, 220, 240, .08);--border-mid: rgba(200, 220, 240, .15);--font-display: "Playfair Display", serif;--font-body: "Source Serif 4", serif;--font-mono: "DM Mono", monospace;--nav-bg: rgba(13, 27, 42, .92);--nav-dropdown-bg: rgba(13, 27, 42, .95)}html.light{--navy: #f0f4f8;--navy-mid: #e0e8f0;--navy-light: #d0dce8;--ice: #0d1b2a;--ice-dim: #1e3048;--gold: #b8922e;--gold-light: #c9a84c;--gold-dim: rgba(184, 146, 46, .2);--gold-muted: #7a5c1a;--gold-glow: rgba(184, 146, 46, .1);--red: #c0392b;--red-dim: rgba(192, 57, 43, .12);--green: #1a7a4a;--green-light: #1a6a3e;--white: #ffffff;--text: #0d1b2a;--text-dim: #4a6680;--border: rgba(13, 27, 42, .1);--border-mid: rgba(13, 27, 42, .18);--nav-bg: rgba(240, 244, 248, .96);--nav-dropdown-bg: rgba(240, 244, 248, .99)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--navy);color:var(--text);font-family:"Source Serif 4",Georgia,serif;font-size:18px;line-height:1.7;overflow-x:hidden}html.overflow-hidden{overflow:hidden}
