:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}h1,h2,h3{font-weight:700}a{font-weight:500;color:#646cff;text-decoration:inherit;transition:color .3s}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{position:fixed;top:0;left:0;width:100%;padding:1.5rem 2rem;z-index:100;transition:transform .3s ease,background .3s ease;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.header.hidden{transform:translateY(-100%)}.header.visible{transform:translateY(0)}.logo{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:1px;z-index:102}.nav-menu{display:flex;gap:20px;align-items:center}.nav-btn{background:transparent;border:none;color:#fff;cursor:pointer;font-size:1rem;transition:color .3s;padding:.5rem}.nav-btn:hover{color:#e50914}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;background:none;border:none;z-index:102;padding:.5rem}.hamburger span{display:block;width:25px;height:3px;background-color:#fff;transition:all .3s ease;border-radius:2px}@media(max-width:768px){.header{padding:1rem 1.5rem}.hamburger{display:flex}.nav-menu{position:fixed;top:0;right:0;height:100vh;width:100%;background:#000000f2;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translate(100%);transition:transform .3s ease-in-out;z-index:101}.nav-menu.active{transform:translate(0)}.nav-btn{font-size:1.5rem;width:100%;text-align:center;padding:1rem}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}}.hero-section{position:relative;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0 1rem}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;will-change:transform}.hero-content{text-align:center;color:#fff;z-index:10;will-change:transform,opacity;position:relative;max-width:800px;width:100%}.hero-title{font-size:4rem;margin-bottom:1rem;text-shadow:0 4px 10px rgba(0,0,0,.5);line-height:1.2}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;text-shadow:0 2px 5px rgba(0,0,0,.5)}.cta-button{padding:1rem 2rem;font-size:1.2rem;background:#e50914;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:transform .3s ease,background-color .3s ease}.cta-button:hover{background-color:#f40612;transform:scale(1.05)}@media(max-width:1024px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.25rem}}@media(max-width:768px){.hero-title{font-size:2.5rem;margin-bottom:.8rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem;padding:0 1rem}.cta-button{padding:.8rem 1.5rem;font-size:1rem}}@media(max-width:480px){.hero-title{font-size:2rem}}.video-section{background:#050505;padding:100px 0;position:relative;overflow:hidden}.video-container{max-width:1400px;margin:0 auto;padding:0 20px}.video-main-title{font-size:clamp(3rem,8vw,6rem);text-align:center;margin-bottom:100px;color:#fff;text-transform:uppercase;letter-spacing:-2px;line-height:.9}.video-main-title span{color:#e50914;display:block}.project-item{display:flex;align-items:center;margin-bottom:150px;gap:5%;position:relative}.project-item.reverse{flex-direction:row-reverse}.project-image-wrapper{flex:1.2;height:60vh;min-height:400px;overflow:hidden;border-radius:4px;position:relative}.project-image-inner{width:100%;height:100%;background-size:cover;background-position:center;transform:scale(1.2);will-change:transform}.project-overlay{position:absolute;inset:0;background:#0003}.project-info{flex:.8;padding:20px;z-index:2}.project-category{color:#e50914;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;display:block;margin-bottom:1rem}.project-title{font-size:clamp(2.5rem,4vw,4rem);margin:0 0 1.5rem;line-height:1.1;color:#fff}.project-description{font-size:1.1rem;color:#aaa;line-height:1.6;margin-bottom:2rem;max-width:400px}.project-btn{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:15px 30px;border-radius:30px;cursor:pointer;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease}.project-btn:hover{background:#fff;color:#000}@media(max-width:768px){.video-section{padding:60px 0}.video-main-title{margin-bottom:60px}.project-item,.project-item.reverse{flex-direction:column;margin-bottom:80px;gap:30px}.project-image-wrapper{width:100%;height:40vh;min-height:300px;flex:none}.project-info{width:100%;padding:0;flex:none;text-align:left}.project-description{max-width:100%}}.vfx-section{position:relative;min-height:120vh;background:#050505;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px}.vfx-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.vfx-content{position:relative;z-index:2;width:100%;max-width:1400px}.vfx-header{text-align:center;margin-bottom:100px;margin-top:-10vh}.vfx-main-title{font-size:clamp(3rem,10vw,8rem);color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.2);margin-bottom:6rem;text-transform:uppercase;letter-spacing:10px;will-change:transform}.vfx-description{font-size:1.5rem;color:#fff;max-width:600px;margin:0 auto;text-shadow:0 0 20px rgba(0,255,204,.5)}.vfx-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;padding:0 20px}.vfx-card{background:#14141499;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:40px;transition:all .3s ease;will-change:transform}.vfx-card.accent-red{border:1px solid rgba(229,9,20,.3)}.vfx-card:nth-child(2){margin-top:50px}.vfx-card:nth-child(3){margin-top:100px}.icon-box{width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:30px}.icon-box span{font-size:2rem}.card-title{font-size:2rem;color:#fff;margin-bottom:15px}.card-text{color:#aaa;line-height:1.6;font-size:1.1rem}@media(max-width:768px){.vfx-section{padding:60px 15px;min-height:auto}.vfx-header{margin-bottom:50px;margin-top:0}.vfx-main-title{font-size:3rem;letter-spacing:5px;margin-bottom:2rem}.vfx-description{font-size:1.1rem;padding:0 10px}.vfx-features{grid-template-columns:1fr;gap:30px;padding:0}.vfx-card{padding:30px;margin-top:0!important}.card-title{font-size:1.5rem}.card-text{font-size:1rem}}.footer{background:#050505;padding:4rem 2rem 2rem;border-top:1px solid #222;color:#fff}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-around;gap:3rem;max-width:1200px;margin:0 auto;margin-bottom:3rem}.footer-section{flex:1;min-width:300px}.footer-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:#e50914;text-transform:uppercase;letter-spacing:1px}.location-item{margin-bottom:1.5rem}.location-item h4{font-size:1.2rem;margin-bottom:.5rem;color:#fff}.location-item p{color:#aaa}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.contact-form input,.contact-form textarea{width:100%;padding:1rem;background:#ffffff0d;border:1px solid #333;border-radius:4px;color:#fff;font-family:inherit;transition:border-color .3s}.contact-form input.error,.contact-form textarea.error{border-color:#f44336}.error-text{color:#f44336;font-size:.85rem}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#e50914}.contact-form textarea{resize:none}.contact-form button{padding:1rem;background:#e50914;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700;text-transform:uppercase;transition:background .3s}.contact-form button:hover{background:#f40612}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #222;color:#666;font-size:.9rem}.map-wrapper{position:relative;width:100%;max-width:500px;margin:0 auto;border-radius:8px;overflow:hidden;background:#ffffff05;border:1px solid rgba(255,255,255,.05)}.world-map-img{width:100%;height:auto;display:block;filter:invert(1) opacity(.3) sepia(1) hue-rotate(180deg) saturate(.5)}.map-pin{position:absolute;display:flex;flex-direction:column;align-items:center;transform:translate(-50%,-50%);cursor:pointer}.pin-dot{width:8px;height:8px;background-color:#e50914;border-radius:50%;box-shadow:0 0 10px #e50914;z-index:2}.pin-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background:#e5091466;border-radius:50%;animation:pulse 2s infinite;z-index:1}.pin-text{margin-top:8px;font-size:.8rem;color:#fff;background:#000c;padding:2px 6px;border-radius:4px;white-space:nowrap;opacity:1;transition:opacity .3s}.pin-sfo{top:36%;left:16%}.pin-hyd{top:51%;left:71%}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.5);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@media(max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{flex-direction:column;gap:3rem}.footer-section{min-width:100%}.map-wrapper{max-width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#000;color:#fff;overflow-x:hidden}.app{min-height:100vh;display:flex;flex-direction:column}section{min-height:100vh;position:relative;overflow:hidden}
