@import "https://fonts.googleapis.com/css2?family=Genos:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap";
:root{--colour-obsidian:#05060a;--colour-midnight:#0a0c14;--colour-surface:#111420;--colour-card:#181c2a;--colour-border:#ffffff12;--colour-line:#ffffff1f;--colour-gold:#c9a84c;--colour-gold-light:#e2c579;--colour-gold-dim:#c9a84c26;--colour-text-primary:#f0ede8;--colour-text-secondary:#f0ede88c;--colour-text-muted:#f0ede84d;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--ease:cubic-bezier(.25, .46, .45, .94);--ease-out:cubic-bezier(0, 0, .2, 1);--duration:.3s;--duration-lg:.6s;--shadow-sm:0 1px 3px #00000080;--shadow-md:0 4px 24px #0009;--shadow-lg:0 8px 48px #000000b3;--shadow-gold:0 0 40px #c9a84c26;--sidebar-width:clamp(120px, 15.8vw, 302px);--central-max:1315px;--nav-height:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:16px}body{font-family:var(--font-body);background-color:var(--colour-obsidian);color:var(--colour-text-primary);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:.01em;font-weight:300;line-height:1.15}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:100%;max-width:1440px;padding-inline:var(--space-8);margin-inline:auto}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--colour-obsidian)}::-webkit-scrollbar-thumb{background:#c9a84c4d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#c9a84c80}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
