@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:auto;scrollbar-width:none}html::-webkit-scrollbar{display:none}body{font-family:Inter,sans-serif;color:#fff;background:#000;-webkit-font-smoothing:antialiased}.video-bg,body{overflow:hidden}.video-bg{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:0}.video-bg video{position:absolute;top:50%;left:50%;width:100vw;height:100vh;transform:translate(-50%,-50%);object-fit:cover;filter:brightness(.8)}.video-bg .overlay{background:radial-gradient(ellipse at center,transparent 0,rgba(0,0,0,.3) 100%)}.video-bg .grid-overlay,.video-bg .overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.video-bg .grid-overlay{background-image:linear-gradient(rgba(255,255,255,.012) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 0);background-size:300px 300px}.nav{position:fixed;top:0;left:0;right:0;z-index:100;height:66px;justify-content:space-between;padding:0 2.5rem}.nav,.nav-left{display:flex;align-items:center}.nav-left{gap:2rem}.nav-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.nav-logo img{height:52px}.nav-link-bold{font-size:20px;font-weight:900;color:rgba(255,255,255,.65);text-decoration:none;cursor:pointer;transition:color .15s ease-out;background:none;border:none;font-family:inherit;padding:0}.nav-link-bold:active{color:#fff}.sound-wrap{position:relative;gap:0}.sound-btn,.sound-wrap{display:flex;align-items:center}.sound-btn{justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.5);cursor:pointer;transition:color .15s ease-out,background .15s ease-out;padding:0;will-change:color}.sound-btn:active{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.3)}.sound-slider-wrap{display:flex;align-items:center;max-width:0;opacity:0;overflow:hidden;transition:max-width .3s cubic-bezier(.4,0,.2,1),opacity .25s ease-out}.sound-wrap:focus-within .sound-slider-wrap,.sound-wrap:hover .sound-slider-wrap{max-width:130px;opacity:1}.volume-track{width:100px;height:4px;background:rgba(255,255,255,.1);border-radius:2px;cursor:pointer;position:relative;overflow:hidden}@media (max-width:768px){.mobile-menu,.mobile-menu-btn{display:flex}.nav-left{display:none}.volume-track{width:70px;height:3px}.volume-ball{width:10px;height:10px}}@media (max-width:480px){.sound-wrap{gap:4px}.volume-track{width:50px;height:2px}.volume-ball{width:8px;height:8px}}.volume-fill{top:0;left:0;height:100%;border-radius:4px;transition:width .08s linear;will-change:width}.volume-ball,.volume-fill{position:absolute;background:#fff;pointer-events:none}.volume-ball{top:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;box-shadow:0 0 8px rgba(255,255,255,.3);transition:left .08s linear;will-change:left}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;width:100%}.hero-logo{width:280px;animation:logoFloat 6s ease-in-out infinite;-moz-user-select:none;user-select:none;-webkit-user-select:none;cursor:default;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;pointer-events:none;transition:opacity .2s ease-out}.modal-overlay.active{opacity:1;pointer-events:all}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.about-modal{background:transparent;border:none;border-radius:16px;padding:3rem 2.5rem;max-width:750px;width:90%;overflow:hidden;position:relative;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.about-header{display:flex;justify-content:center;margin-bottom:2.5rem}.about-logo{width:160px;height:auto;-moz-user-select:none;user-select:none;-webkit-user-select:none;pointer-events:none}.about-description{text-align:center;margin-bottom:3rem;padding:1.5rem;background:transparent;border:none;border-radius:12px}.about-description p{font-size:20px;line-height:1.6;color:rgba(255,255,255,.65);margin-bottom:1.2rem;font-weight:700}.about-description p:last-child{margin-bottom:0}.projects-grid{display:flex;justify-content:center;gap:1.8rem;margin-top:2rem}.project-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;width:220px}.project-image{width:100%;height:160px;background:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;-moz-user-select:none;user-select:none;-webkit-user-select:none;pointer-events:none;transition:transform .2s ease-out}.project-card:hover .project-image img{transform:scale(1.05)}.project-info{padding:1.3rem;text-align:center}.project-info h3{font-size:16px;font-weight:700;margin:0 0 .6rem;color:#fff;letter-spacing:.5px}.coming-soon{font-size:11px;color:rgba(255,255,255,.6);font-weight:700;margin:0;letter-spacing:1.5px;text-transform:uppercase}.close-btn{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;color:rgba(255,255,255,.7);width:32px;height:32px;border-radius:6px;font-size:18px;cursor:pointer;transition:color .15s ease-out,background .15s ease-out;display:flex;align-items:center;justify-content:center;z-index:10;will-change:color;padding:0}.close-btn:active{background:rgba(255,255,255,.1);color:#fff}.mobile-menu-btn{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);cursor:pointer;padding:0;z-index:999;color:rgba(255,255,255,.5);width:36px;height:36px;border-radius:50%;transition:color .15s ease-out,background .15s ease-out;display:none}.mobile-menu-btn:active{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.3)}.hamburger{display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}.hamburger span{display:block;width:16px;height:2px;background:currentColor;border-radius:1px;transition:all .25s ease-out}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;top:70px;left:0;right:0;background:transparent;flex-direction:column;padding:.5rem 1rem;gap:.5rem;z-index:900;animation:slideDown .25s ease-out;display:none}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-item{padding:.9rem 1.5rem;background:transparent;border:none;color:rgba(255,255,255,.5);font-size:16px;font-weight:700;cursor:pointer;text-decoration:none;transition:color .15s ease-out;text-align:left;display:block;width:100%}.mobile-menu-item:active{color:#fff}@media (max-width:768px){.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.mobile-menu{display:flex}.nav-left{display:none}.nav{padding:0 1rem;height:70px}.nav-logo img{height:52px}.sound-btn{width:32px;height:32px}.nav-link-bold{font-size:20px}.volume-track{width:100px}.hero-logo{width:150px;margin-bottom:2rem}.about-modal{padding:2rem 1rem;max-width:95vw}.about-logo{width:80px}.about-description{margin-bottom:2rem}.about-description p{font-size:15px}.project-card{max-width:100%;width:100%}.project-image{height:140px}.close-btn{width:26px;height:26px;font-size:14px}}@media (max-width:480px){.nav{padding:0 .5rem;height:45px;gap:.25rem}.nav-left{gap:.5rem;flex-wrap:wrap}.nav-logo img{height:28px}.nav-link-bold{font-size:11px}.sound-btn{width:24px;height:24px;font-size:12px}.sound-wrap{gap:2px}.volume-track{width:40px;height:2px}.volume-ball{width:6px;height:6px}.hero-logo{width:100px}.about-modal{padding:1.5rem .75rem;max-width:100vw;border-radius:8px}.about-header{margin-bottom:1rem}.about-logo{width:60px}.about-description p{font-size:13px;line-height:1.4;margin-bottom:.6rem}.projects-grid{gap:.5rem}.project-card{max-width:100%}.project-image{height:100px}.project-info{padding:.75rem}.project-info h3{font-size:13px}.coming-soon{font-size:9px}.close-btn{width:22px;height:22px;font-size:12px;top:.75rem;right:.75rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}