:root{--black:#0e0e0d;--charcoal:#161614;--surface:#1c1c1a;--surface-2:#242422;--border:#ffffff14;--border-strong:#ffffff24;--gold:#c9a84c;--gold-light:#e2c97e;--gold-muted:#c9a84c1f;--cream:#f0ebe0;--cream-muted:#f0ebe099;--cream-dim:#f0ebe059;--white:#fff;--teal:#2a9d8f;--teal-muted:#2a9d8f1f;--danger:#e05252;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--max-w:1120px;--radius:4px;--radius-lg:8px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--cream);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}img{max-width:100%}.container{max-width:var(--max-w);margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 1.25rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes pulse-ring{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}@keyframes draw{0%{stroke-dashoffset:200px}to{stroke-dashoffset:0}}.fade-up{animation:.7s forwards fadeUp}.fade-up-1{animation:.7s .1s both fadeUp}.fade-up-2{animation:.7s .2s both fadeUp}.fade-up-3{animation:.7s .3s both fadeUp}.fade-up-4{animation:.7s .4s both fadeUp}.fade-up-5{animation:.7s .5s both fadeUp}.fade-up-6{animation:.7s .6s both fadeUp}
