@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color:#141414;--bg-secondary:#141414;--text-primary:#fff;--text-secondary:#a0a0a0;--text-muted:#666;--accent:#fff;--border-color:#ffffff1a;--font-main:"Inter", sans-serif;--nav-height:80px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-main);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--bg-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-color)}.section{flex-direction:column;min-height:100vh;padding:100px 5%;display:flex}.glass-nav{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);background:#14141499}.snap-container{scroll-snap-type:y mandatory;scroll-behavior:smooth;height:100vh;overflow-y:scroll}.snap-container>section,.snap-container>nav+section{scroll-snap-align:start!important;scroll-snap-stop:always!important;box-sizing:border-box!important;flex-direction:column!important;justify-content:center!important;height:100vh!important;padding:80px 5% 40px!important;display:flex!important;overflow:hidden!important}#home.section,section#home{padding:0!important}@media (width<=768px){main{min-height:100vh;height:auto!important;overflow:visible!important}section#work,section#studio{min-height:100vh;height:auto!important;padding-top:96px!important;padding-bottom:96px!important;overflow:visible!important}section#home video{object-fit:cover!important}nav{padding:0 5%!important}nav img{height:50px!important}nav a{letter-spacing:.02em!important;font-size:.8rem!important}nav>div:last-child{gap:16px!important}}
