:root{--navy-deep: #0f1428;--navy: #1a1f3c;--navy-light: #252b4d;--amber: #e85d04;--amber-light: #f77f00;--amber-glow: #ffb347;--gold: #d4a03a;--cream: #f8f5f0;--cream-dark: #e8e2d9;--white: #ffffff;--white-soft: rgba(255, 255, 255, .9);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--section-padding: clamp(4rem, 10vw, 8rem);--transition-smooth: cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--navy-deep);color:var(--cream);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:var(--amber);color:var(--navy-deep)}html:focus-within{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--navy-deep)}::-webkit-scrollbar-thumb{background:var(--navy-light);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--amber)}:focus-visible{outline:2px solid var(--amber);outline-offset:3px}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}
