:root{--background:#0a0a0a;--foreground:#f0f0f0;--gold:#D4AF37}body,html{max-width:100%;height:100%;scroll-behavior:smooth}body,html{overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-y:scroll;font-family:Manrope,Sinkin Sans,Helvetica,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;width:100%;min-height:100vh}::selection{background:#d4af37;color:#0a0a0a}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border-radius:5px;border:2px solid #0a0a0a}::-webkit-scrollbar-thumb:hover{background:#d4af37}.noise-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}*{box-sizing:border-box;padding:0;margin:0}:focus{outline:none;box-shadow:0 0 0 2px rgba(212,175,55,.5)}a{color:inherit;text-decoration:none;transition:color .3s ease}a:hover{color:#d4af37}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 20px}input,select,textarea{display:block;width:100%;padding:1rem 1.2rem;font-size:1rem;line-height:1.5;font-family:Manrope,Sinkin Sans,Helvetica,sans-serif;color:#fff;background-color:hsla(0,0%,100%,.05);background-clip:padding-box;border:1px solid hsla(0,0%,100%,.1);border-radius:4px;transition:all .3s ease}input::placeholder,select::placeholder,textarea::placeholder{color:hsla(0,0%,100%,.3)}input:focus,select:focus,textarea:focus{background-color:hsla(0,0%,100%,.08);border-color:#d4af37;box-shadow:0 0 15px rgba(212,175,55,.1);outline:none}select{appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23D4AF37%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:right 1rem top 50%;background-size:.65rem auto}select option{background-color:#0a0a0a;color:#fff}input[type=checkbox]{width:1.2rem;height:1.2rem;accent-color:#d4af37}.full,.split{margin-bottom:25px;position:relative;width:100%}.full label,.split label{color:#d4af37;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;display:block}.split{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.split .left,.split .right{width:100%}@media(min-width:768px){.split .left,.split .right{width:48%}}.bold{font-weight:700}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:400;margin-bottom:1rem;color:#fff}p{margin-bottom:1rem;color:hsla(0,0%,100%,.8)}