@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";
:root{--bg:#111;--bg-dark:#000;--bg-panel:#1a1a1a;--text-primary:#fff;--text-secondary:#999;--text-muted:#666;--accent:#fff;--border:#333;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--container:100%;--gutter:1rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;font-size:16px}body{font-family:var(--font-sans);background:var(--bg);color:var(--text-primary);scroll-snap-type:y mandatory;width:100%;line-height:1.5;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.7}button{cursor:pointer;color:inherit;background:0 0;border:none;outline:none;font-family:inherit}ul,ol{list-style:none}.container{width:100%;max-width:1600px;padding:0 var(--gutter);margin:0 auto}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:500;line-height:1.1}.display-xl{font-size:clamp(2.5rem,8vw,6.5rem)}.display-lg{font-size:clamp(1.75rem,5vw,4rem)}.display-sm{font-size:clamp(1.25rem,4vw,3rem)}.text-sm{font-size:.875rem}.text-xs{letter-spacing:.05em;text-transform:uppercase;font-size:.75rem}.text-muted{color:var(--text-muted)}.btn{letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--border);white-space:nowrap;justify-content:center;align-items:center;width:100%;padding:.75rem 1.5rem;font-size:.75rem;transition:all .3s;display:inline-flex}.btn-primary{background:var(--text-primary);color:var(--bg-dark);border-color:var(--text-primary)}.btn-primary:hover{color:var(--text-primary);border-color:var(--text-primary);background:0 0}.btn-outline{color:var(--text-primary);background:0 0;border-color:#fff3}.btn-outline:hover{background:var(--text-primary);color:var(--bg-dark)}.btn-light{color:#000;background:#fff;border-color:#fff}.btn-light:hover{background:#fffc}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.w-full{width:100%}.h-full{height:100%}.h-screen{height:100vh}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.z-10{z-index:10}.overflow-hidden{overflow:hidden}.object-cover{object-fit:cover}.uppercase{text-transform:uppercase}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.p-8{padding:2rem}.py-20{padding-top:5rem;padding-bottom:5rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.site-header{z-index:100;padding:1rem var(--gutter);mix-blend-mode:difference;justify-content:space-between;align-items:center;display:flex;position:absolute;top:0;left:0;right:0}.nav-links{color:#fff;text-transform:none;letter-spacing:normal;gap:1.5rem;font-family:__PASSENGER_bea76c,__PASSENGER_Fallback_bea76c,-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,Cantarell,Ubuntu,roboto,noto,arial,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:21px;display:flex}.nav-icons{gap:1rem;display:flex}.full-section{min-height:100svh;padding:clamp(2rem, 5vw, 4rem) var(--gutter);scroll-snap-align:start;scroll-snap-stop:always;flex-direction:column;justify-content:flex-end;width:100%;display:flex;position:relative}.logo-hero{width:80%;max-width:200px;height:auto}.card-tall{height:300px}.desktop-nav,.desktop-icon{display:none}.mobile-menu-btn{display:block}.responsive-bottom-row{flex-direction:column;gap:1.5rem;width:100%;display:flex}.responsive-text-align{text-align:left}.responsive-flex-end{flex-direction:column;justify-content:flex-start}.footer-links-grid{flex-direction:column;gap:2rem;display:flex}.footer-top{padding:3rem var(--gutter);border-bottom:1px solid var(--border);flex-direction:column;gap:2rem;display:flex}.footer-bottom{padding:1.5rem var(--gutter);color:var(--text-muted);flex-direction:column;gap:1.5rem;font-size:.7rem;display:flex}@media (min-width:640px){.logo-hero{max-width:250px}.card-tall{height:350px}.grid-cols-sm-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){:root{--gutter:2rem}.btn{width:auto}.logo-hero{max-width:350px}.card-tall{height:400px}.full-section{padding:4rem var(--gutter)}.responsive-bottom-row{flex-direction:row;justify-content:space-between;align-items:flex-end}.responsive-text-align{text-align:right}.responsive-flex-end{flex-direction:row;justify-content:flex-end}.footer-links-grid{flex-direction:row;gap:3rem}.footer-top{flex-direction:row;justify-content:space-between}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:flex-end}.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.logo-hero{max-width:450px}.card-tall{height:500px}.desktop-nav{display:flex}.desktop-icon{display:block}.mobile-menu-btn{display:none}.nav-links{gap:2rem;font-size:.8rem}.nav-icons{gap:1.5rem}.footer-links-grid{gap:5rem}}@media (min-width:1280px){.logo-hero{max-width:750px}.container{padding:0 4rem}.full-section{height:100vh;min-height:850px;padding:6rem 0}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-container{width:max-content;animation:40s linear infinite marquee;display:flex}@media (max-width:768px){.marquee-container{animation-duration:20s}}.z-50{z-index:50}.z-100{z-index:100}.transition-all{transition:all .3s}.overflow-x-hidden{overflow-x:hidden}
