.Navigation-module__yDraKW__nav{z-index:100;height:var(--nav-height);background:linear-gradient(#0a0a0c70 0%,#0a0a0c2e 58%,#0a0a0c00 100%);transition:transform .5s cubic-bezier(.22,1,.36,1),background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s;position:fixed;top:0;left:0;right:0}.Navigation-module__yDraKW__navHidden{transform:translateY(-100%)}.Navigation-module__yDraKW__inner{height:100%;padding:0 var(--side-padding);max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navigation-module__yDraKW__logo{flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.Navigation-module__yDraKW__logoIcon{flex-shrink:0;width:auto;height:34px}.Navigation-module__yDraKW__logoText{letter-spacing:.2em;text-transform:uppercase;color:var(--text-primary);white-space:nowrap;font-size:.875rem;font-weight:500}.Navigation-module__yDraKW__links{align-items:center;gap:var(--space-lg);display:flex}.Navigation-module__yDraKW__link{letter-spacing:.14em;text-transform:uppercase;color:#f5f5f5b8;font-size:.75rem;font-weight:500;transition:color .2s}.Navigation-module__yDraKW__link:hover,.Navigation-module__yDraKW__linkActive{color:var(--text-primary)}.Navigation-module__yDraKW__burger{flex-direction:column;flex-shrink:0;justify-content:center;gap:7px;width:36px;height:36px;padding:4px;display:none}.Navigation-module__yDraKW__burger span{background:var(--text-primary);transform-origin:50%;height:1px;transition:transform .45s cubic-bezier(.22,1,.36,1),width .3s;display:block}.Navigation-module__yDraKW__burger span:last-child{width:60%;transition:transform .45s cubic-bezier(.22,1,.36,1),width .3s}.Navigation-module__yDraKW__burger:hover span:last-child{width:100%}.Navigation-module__yDraKW__burgerOpen span:first-child{transform:translateY(4px)rotate(45deg)}.Navigation-module__yDraKW__burgerOpen span:last-child{transform:translateY(-4px)rotate(-45deg);width:100%!important}.Navigation-module__yDraKW__menu{z-index:99;background:var(--bg-primary);padding:var(--space-3xl) var(--side-padding) var(--space-xl);opacity:0;pointer-events:none;flex-direction:column;justify-content:center;transition:opacity .45s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;inset:0}.Navigation-module__yDraKW__menuOpen{opacity:1;pointer-events:auto}.Navigation-module__yDraKW__menuLinks{flex-direction:column;gap:2px;display:flex}.Navigation-module__yDraKW__menuLink{align-items:baseline;gap:var(--space-md);letter-spacing:-.02em;color:#f5f5f51f;opacity:0;font-size:clamp(2.5rem,8vw,5rem);font-weight:300;line-height:1.1;transition:color .3s,opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(24px)}.Navigation-module__yDraKW__menuOpen .Navigation-module__yDraKW__menuLink{color:var(--text-primary);opacity:1;transform:translateY(0)}.Navigation-module__yDraKW__menuLink:hover{color:var(--accent)}.Navigation-module__yDraKW__menuNum{letter-spacing:.18em;color:var(--text-muted);flex-shrink:0;align-self:center;margin-bottom:2px;font-size:.625rem;font-weight:500}.Navigation-module__yDraKW__menuFooter{bottom:var(--space-xl);left:var(--side-padding);gap:var(--space-xs);opacity:0;flex-direction:column;transition:opacity .4s .35s;display:flex;position:absolute}.Navigation-module__yDraKW__menuOpen .Navigation-module__yDraKW__menuFooter{opacity:1}.Navigation-module__yDraKW__menuFooter a{color:var(--text-muted);font-size:.875rem;transition:color .2s}.Navigation-module__yDraKW__menuFooter a:hover{color:var(--text-secondary)}.Navigation-module__yDraKW__menuSocials{gap:var(--space-md);margin-top:var(--space-sm);display:flex}.Navigation-module__yDraKW__menuSocials a{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem;font-weight:500;transition:color .2s}.Navigation-module__yDraKW__menuSocials a:hover{color:var(--text-secondary)}@media (max-width:1023px){.Navigation-module__yDraKW__links{display:none}.Navigation-module__yDraKW__burger{display:flex}}
.Footer-module__3hUVsW__footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:var(--space-2xl) var(--side-padding) var(--space-xl)}.Footer-module__3hUVsW__inner{gap:var(--space-2xl);max-width:var(--max-width);padding-bottom:var(--space-2xl);border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;margin:0 auto;display:grid}.Footer-module__3hUVsW__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:var(--space-md);font-size:.75rem;font-weight:500}.Footer-module__3hUVsW__heading{color:var(--text-primary);max-width:400px;margin-bottom:var(--space-xl);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:300;line-height:1.3}.Footer-module__3hUVsW__contactDetails{gap:var(--space-xs);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.Footer-module__3hUVsW__contactLink{color:var(--text-secondary);transition:color var(--duration-fast) var(--ease-out);font-size:.9375rem}.Footer-module__3hUVsW__contactLink:hover{color:var(--text-primary)}.Footer-module__3hUVsW__socials{gap:var(--space-md);display:flex}.Footer-module__3hUVsW__socials a{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);transition:color var(--duration-fast) var(--ease-out);font-size:.8125rem;font-weight:500}.Footer-module__3hUVsW__socials a:hover{color:var(--text-primary)}.Footer-module__3hUVsW__form{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__3hUVsW__field{flex-direction:column;gap:8px;display:flex}.Footer-module__3hUVsW__field label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem;font-weight:500}.Footer-module__3hUVsW__field input,.Footer-module__3hUVsW__field textarea{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-primary);font-family:var(--font-body);resize:none;transition:border-color var(--duration-fast) var(--ease-out);border-radius:4px;outline:none;width:100%;padding:14px 16px;font-size:.9375rem}.Footer-module__3hUVsW__field input::placeholder,.Footer-module__3hUVsW__field textarea::placeholder{color:var(--text-muted)}.Footer-module__3hUVsW__field input:focus,.Footer-module__3hUVsW__field textarea:focus{border-color:var(--border-light)}.Footer-module__3hUVsW__submit{background:var(--text-primary);color:var(--bg-primary);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background var(--duration-fast) var(--ease-out), opacity var(--duration-fast) var(--ease-out);margin-top:var(--space-xs);border-radius:2px;align-self:flex-start;padding:16px 36px;font-size:.8125rem;font-weight:600}.Footer-module__3hUVsW__submit:hover:not(:disabled){background:var(--accent)}.Footer-module__3hUVsW__submit:disabled{opacity:.5;cursor:default}.Footer-module__3hUVsW__bottom{max-width:var(--max-width);margin:var(--space-xl) auto 0;justify-content:space-between;align-items:center;display:flex}.Footer-module__3hUVsW__bottom p{color:var(--text-muted);font-size:.8125rem}.Footer-module__3hUVsW__bottomNav{gap:var(--space-md);display:flex}.Footer-module__3hUVsW__bottomNav a{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;transition:color var(--duration-fast) var(--ease-out);font-size:.8125rem}.Footer-module__3hUVsW__bottomNav a:hover{color:var(--text-secondary)}@media (max-width:768px){.Footer-module__3hUVsW__inner{gap:var(--space-xl);grid-template-columns:1fr}.Footer-module__3hUVsW__bottom{gap:var(--space-md);text-align:center;flex-direction:column}.Footer-module__3hUVsW__submit{text-align:center;width:100%}}
.LoadingScreen-module__z61aPG__screen{z-index:1000;background:var(--bg-primary);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:fixed;inset:0}.LoadingScreen-module__z61aPG__icon{width:auto;height:56px}.LoadingScreen-module__z61aPG__brand{letter-spacing:.3em;color:var(--text-primary);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:400}.LoadingScreen-module__z61aPG__line{transform-origin:0;background:#f5f5f52e;width:200px;height:1px}.LoadingScreen-module__z61aPG__tagline{letter-spacing:.28em;text-transform:uppercase;color:#f5f5f54d;margin-top:4px;font-size:.625rem;font-weight:400}
:root{--bg-primary:#0a0a0c;--bg-secondary:#111114;--bg-elevated:#1a1a1f;--text-primary:#f5f5f5;--text-secondary:#8a8a8e;--text-muted:#5a5a5e;--accent:#d4c5a9;--accent-hover:#e8dcc4;--border:#ffffff14;--border-light:#ffffff26;--overlay:#0a0a0c80;--overlay-heavy:#0a0a0cb3;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:40px;--space-xl:64px;--space-2xl:104px;--space-3xl:168px;--max-width:1400px;--nav-height:80px;--side-padding:clamp(20px, 4vw, 80px);--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--duration-fast:.2s;--duration-normal:.4s;--duration-slow:.6s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);font-size:clamp(1rem,.9rem + .5vw,1.125rem);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}video::-webkit-media-controls-overlay-play-button{-webkit-appearance:none;display:none!important}video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}video::-webkit-media-controls-panel{-webkit-appearance:none;display:none!important}button{color:inherit;cursor:pointer;font:inherit;background:0 0;border:none}ul,ol{list-style:none}::selection{background-color:var(--accent);color:var(--bg-primary)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:2px}
