:root{--navy:#081523;--navy-mid:#1a3344;--off-white:#f5f2ec;--teal:#00c6ae;--teal-dim:rgba(0,198,174,.12);--gold:#c9a96e;--muted:hsla(40,31%,94%,.5);--border:rgba(0,198,174,.16);--display:"Cormorant Garamond",Georgia,serif;--body:"Hanken Grotesk",sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--navy);color:var(--off-white);font-family:var(--body);min-height:100vh;overflow-x:hidden}body:after{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");opacity:.026;pointer-events:none;z-index:9999}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-thumb{background:rgba(0,198,174,.25);border-radius:2px}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes countUp{0%{opacity:0}to{opacity:1}}@keyframes glowPulse{0%,to{opacity:.08}50%{opacity:.15}}