﻿*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Jost",sans-serif;background-color:#070707;color:#fff;line-height:1.6}body.menu-open{overflow:hidden}a{text-decoration:none;color:#fff;transition:opacity .3s ease}a:hover{opacity:.7}ul{list-style:none}header{position:fixed;width:100%;z-index:1000;padding:15px 0;background-color:rgba(0,0,0,.8)}.mobile-header{display:none;justify-content:space-between;align-items:center;padding:0 20px}.placeholder-div{width:30px}.logo-svg{height:5em;width:auto}.mobile-menu{display:none;position:fixed;top:100px;left:0;width:100%;height:calc(100vh - 100px);background-color:rgba(0,0,0,.95);transform:translateX(-100%);transition:transform .3s ease;overflow-y:auto;z-index:999}.mobile-menu.active{transform:translateX(0)}.mobile-nav-links{padding:40px 20px}.mobile-nav-links li{margin-bottom:20px}.mobile-nav-links .nav-item{display:block;font-size:18px;padding:10px 0}.desktop-nav{display:block}.nav-links{display:flex;justify-content:center;align-items:center;gap:40px}.nav-item{font-size:14px;letter-spacing:1px;font-weight:500;transition:opacity .3s ease}.nav-item:hover{opacity:.7}.logo-container{margin:0 20px;display:flex;align-items:center}.hero{position:relative;height:70vh;overflow:hidden}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("../img/hero-imgs/photo.jpg");background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center;width:100%}.hero-text{font-size:18px;font-weight:500;letter-spacing:1px;line-height:1.8;text-shadow:1px 1px 3px rgba(0,0,0,.8)}.clients{padding:40px 0;background-color:#070707}.client-logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:30px;max-width:1200px;margin:0 auto}.portfolio{padding:20px 0}.portfolio-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:10px;max-width:1200px;margin:0 auto;padding:0 20px}.secondary-portfolio{margin-top:20px}.rebate{padding:30px 0;text-align:center;font-size:14px;letter-spacing:1px}.rebate a{text-decoration:underline}.rebate a:hover{opacity:.8}.sponsorship{padding:30px 20px;text-align:center;max-width:1200px;margin:0 auto}.sponsorship h3{margin-bottom:15px;font-size:16px;letter-spacing:1px}.sponsorship p{font-size:14px;margin-bottom:10px;line-height:1.6}.contact{padding:30px 20px;text-align:center;max-width:1200px;margin:0 auto}.contact h3{margin-bottom:15px;font-size:16px;letter-spacing:1px}.contact p{font-size:14px;margin-bottom:10px}.contact a:hover{text-decoration:underline}.footer-logos{display:flex;justify-content:center;align-items:center;gap:30px;margin-top:30px}.footer-logos img{height:40px;width:auto;opacity:.7;transition:opacity .3s}.footer-logos img:hover{opacity:1}footer{padding:20px 0 40px;text-align:center}.social-icons a{font-size:18px;margin:0 10px;opacity:.7;transition:opacity .3s}.social-icons a:hover{opacity:1}.post{max-width:800px;margin:120px auto 60px;padding:0 20px}.post-header{margin-bottom:30px;text-align:center}.post-title{font-size:32px;font-weight:500}.post-image{margin-bottom:30px}.post-image img{width:100%;height:auto;border-radius:4px}.post-details{margin-bottom:30px}.post-details p{margin-bottom:10px}.imdb-link{display:inline-block;padding:10px 20px;background-color:#f5c518;color:#000;border-radius:4px;font-weight:500}.imdb-link:hover{opacity:.9}.post-description{line-height:1.8}.hamburger-menu{cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;width:30px;height:20px}.bar{height:2px;width:100%;background-color:#fff;transition:all .3s ease}.hamburger-menu.active .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger-menu.active .bar:nth-child(2){opacity:0}.hamburger-menu.active .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-logo{display:flex;justify-content:center}.mobile-dropdown{position:relative}.mobile-dropdown-toggle{display:flex;justify-content:space-between;align-items:center}.mobile-dropdown-toggle i{transition:transform .3s ease}.mobile-dropdown.active .mobile-dropdown-toggle i{transform:rotate(180deg)}.mobile-dropdown.active .mobile-dropdown-content{display:block}.mobile-dropdown-content{display:none;padding-left:20px;margin-top:10px}.mobile-dropdown-content li{margin-bottom:10px}.mobile-dropdown-content a{font-size:16px;opacity:.8}.dropdown{position:relative}.dropdown-content{display:none;position:absolute;background-color:rgba(0,0,0,.9);min-width:200px;box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);z-index:1;top:100%;left:50%;transform:translateX(-50%);padding:10px 0;margin-top:10px}.dropdown-content::before{content:"";position:absolute;top:-10px;left:0;width:100%;height:10px;background-color:rgba(0,0,0,0)}.dropdown-content a{color:#fff;padding:10px 15px;text-decoration:none;display:block;text-align:center;font-size:13px;letter-spacing:1px;transition:background-color .3s}.dropdown-content a:hover{background-color:hsla(0,0%,100%,.1)}.dropdown.active .dropdown-content{display:block}.client-logo{filter:grayscale(100%);opacity:.7;transition:all .3s ease}.client-logo:hover{filter:grayscale(0);opacity:1}.client-logo img{max-height:70px;width:auto}.portfolio-item{overflow:hidden;position:relative;aspect-ratio:3/4;transition:transform .3s ease}.portfolio-item:hover{transform:scale(1.02)}.portfolio-item img{width:100%;height:100%;object-fit:cover}#scroll-down-animation{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);cursor:pointer;z-index:10}.mouse{width:30px;height:50px;border:2px solid #fff;border-radius:20px;display:flex;justify-content:center;position:relative}.move{width:6px;height:6px;border-radius:50%;background-color:#fff;position:absolute;top:10px;animation:move-down 2s infinite}@keyframes move-down{0%{opacity:0;top:10px}50%{opacity:1}100%{opacity:0;top:30px}}@media(max-width: 1200px){.portfolio-grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 900px){.portfolio-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.desktop-nav{display:none}.mobile-header{display:flex}.mobile-menu{display:block}.hero-text{font-size:16px;padding:0 20px}.hero-text br{display:none}.client-logos{gap:20px}.footer-logos{flex-wrap:wrap}.logo-svg{height:4em}.mouse{width:25px;height:40px}.move{width:5px;height:5px}@keyframes move-down{0%{opacity:0;top:8px}50%{opacity:1}100%{opacity:0;top:25px}}.post{margin-top:100px}}@media(max-width: 480px){.hero-text{font-size:14px}.client-logo img{max-height:25px}.portfolio-grid{grid-template-columns:1fr}.logo-svg{height:4em}}.page-hero{position:relative;height:30vh;min-height:400px;background-size:cover;background-position:center;background-color:#070707;display:flex;align-items:center;justify-content:center}.page-hero-content{position:relative;z-index:2;text-align:center;padding:40px}.page-title{font-size:72px;font-weight:800;letter-spacing:2px;color:#fff;text-transform:uppercase}.page-subtitle{font-size:18px;color:#fff;margin-top:20px}.page-content{padding:40px 0}.contact-section{max-width:1200px;margin:0 auto;padding:0 20px}.contact-section section{margin-bottom:40px}.contact-section h2{font-size:24px;margin-bottom:20px;letter-spacing:1px}.button{display:inline-flex;align-items:center;justify-content:center;padding:15px 30px;background-color:#fff;color:#070707;border:none;font-size:14px;font-weight:500;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.button:hover{opacity:.9}.aspera-button{background-color:rgba(0,0,0,0);border:1px solid #fff;color:#fff}.aspera-button .aspera-logo{height:20px;margin-right:15px}.button-group{display:flex;gap:20px;margin-top:20px}.button.disabled{opacity:.5;cursor:not-allowed}.form-row{display:flex;gap:20px;margin-bottom:20px}.form-group{margin-bottom:20px}.form-group.half{flex:1}label{display:block;margin-bottom:10px;font-size:14px}label .required{color:red}input,textarea{width:100%;padding:15px;background-color:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.2);color:#fff;font-family:"Jost",sans-serif}input:focus,textarea:focus{outline:none;border-color:#fff}textarea{resize:vertical}.map-section{margin-top:40px}#map{width:100%;height:400px;filter:grayscale(100%)}.error-message{font-size:14px;margin-top:5px}@media(max-width: 768px){.page-title{font-size:48px}.form-row{flex-direction:column;gap:15px}.button-group{flex-direction:column;align-items:stretch}.button-group .button{width:100%}}.about-section{max-width:1200px;margin:0 auto;padding:0 20px}.studio-intro{margin:40px 0}.studio-intro .lead-text{font-size:24px;line-height:1.6;margin-bottom:40px;font-weight:300;text-align:center}.studio-philosophy p{margin-bottom:20px;line-height:1.8}.team-section{margin:40px 0}.team-member.featured{display:grid;grid-template-columns:1fr 1.5fr;gap:40px;margin-bottom:40px}.team-member.featured .member-photo{position:relative}.team-member.featured .member-photo .profile-image{width:100%;height:auto;border-radius:4px}.team-member.featured .member-photo .tmdb-link{position:absolute;bottom:20px;right:20px;background:#0d253f;padding:10px 10px 5px;border-radius:4px;transition:opacity .3s ease}.team-member.featured .member-photo .tmdb-link:hover{opacity:.5}.team-member.featured .member-photo .tmdb-link .tmdb-logo{height:24px;width:auto}.team-member.featured .member-info h2{font-size:32px;margin-bottom:10px}.team-member.featured .member-info h3{font-size:20px;color:hsla(0,0%,100%,.8);margin-bottom:20px}.team-member.featured .member-info .member-bio p{margin-bottom:20px;line-height:1.8}.department-section{margin:40px 0}.department-section h2{font-size:24px;margin-bottom:30px;text-align:center}.team-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:30px}@media(max-width: 900px){.team-member.featured{grid-template-columns:1fr;gap:30px}.team-member.featured .member-photo{max-width:500px;margin:0 auto}}@media(max-width: 768px){.studio-intro .lead-text{font-size:20px}.team-member.featured .member-info h2{font-size:28px}.team-member.featured .member-info h3{font-size:18px}}.service-page{min-height:100vh}.service-content{max-width:56rem;margin-left:auto;margin-right:auto;padding:2rem 1rem}@media(min-width: 768px){.service-content{padding:4rem 1.5rem}}.service-content h2{margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}@media(min-width: 768px){.service-content h2{font-size:2.25rem}}.service-content p{margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.service-highlights{margin-bottom:4rem}.service-highlights h2{margin-bottom:2rem;text-align:center}.highlights-grid{display:grid;gap:2rem}@media(min-width: 768px){.highlights-grid{grid-template-columns:repeat(2, 1fr)}}.highlight-item{display:flex;flex-direction:column;align-items:center;text-align:center}.highlight-item .highlight-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-bottom:1rem;border-radius:50%;background-color:#f0f4f8;color:#3182ce;font-size:1.75rem;transition:transform .3s ease,background-color .3s ease}.dark .highlight-item .highlight-icon{background-color:#2d3748;color:#63b3ed}.highlight-item:hover .highlight-icon{transform:translateY(-0.25rem);background-color:#e6f0ff}.dark .highlight-item:hover .highlight-icon{background-color:#2c5282}.highlight-item h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:600;color:#333}.dark .highlight-item h3{color:#f0f0f0}.highlight-item p{color:#555}.dark .highlight-item p{color:#d0d0d0}.case-studies{margin:5rem 0}.case-studies h2{margin-bottom:3rem;text-align:center}.approach-timeline{max-width:56rem;margin:0 auto;position:relative}.approach-timeline::before{content:"";position:absolute;top:0;bottom:0;left:2.5rem;width:2px;background-color:#e2e8f0}@media(min-width: 768px){.approach-timeline::before{left:50%;transform:translateX(-50%)}}.dark .approach-timeline::before{background-color:#4a5568}.approach-step{position:relative;margin-bottom:3rem;padding-left:5rem}@media(min-width: 768px){.approach-step{padding-left:0;display:flex;justify-content:flex-start}.approach-step:nth-child(even){justify-content:flex-end}.approach-step:nth-child(even) .step-number{left:auto;right:calc(50% - 2.5rem)}.approach-step:nth-child(even) .step-content{text-align:right;padding-right:3rem;padding-left:2rem}.approach-step:nth-child(odd) .step-content{padding-left:3rem;padding-right:2rem}}.approach-step:last-child{margin-bottom:0}.approach-step .step-number{position:absolute;left:0;top:0;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;background-color:#3182ce;color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;z-index:1}@media(min-width: 768px){.approach-step .step-number{left:calc(50% - 2.5rem)}}.approach-step .step-content{background-color:#f8fafc;border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}@media(min-width: 768px){.approach-step .step-content{width:45%}}.dark .approach-step .step-content{background-color:#2d3748}.approach-step .step-content h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:600;color:#2d3748}.dark .approach-step .step-content h3{color:#e2e8f0}.approach-step .step-content p{color:#4a5568;margin-bottom:0}.dark .approach-step .step-content p{color:#cbd5e0}.technical-specs{padding:4rem 1rem;background-color:#f0f4f8}.dark .technical-specs{background-color:#1f2937}@media(min-width: 768px){.technical-specs{padding:4rem 1.5rem}}.technical-specs h2{margin-bottom:3rem;text-align:center;font-size:1.875rem;font-weight:700;color:#1a202c}.dark .technical-specs h2{color:#f7fafc}@media(min-width: 768px){.technical-specs h2{font-size:2.25rem}}.specs-grid{max-width:72rem;margin-left:auto;margin-right:auto;display:grid;gap:2rem}@media(min-width: 768px){.specs-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.specs-grid{grid-template-columns:repeat(3, 1fr)}}.spec-item{padding:1.5rem;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transition:transform .3s ease}.dark .spec-item{background-color:#2d3748}.spec-item:hover{transform:translateY(-0.25rem)}.spec-item h3{margin-bottom:1rem;font-size:1.25rem;font-weight:600;color:#2d3748}.dark .spec-item h3{color:#e2e8f0}.spec-item h6{margin-bottom:1rem;font-size:1rem;font-weight:300;text-decoration:underline;color:#2d3748}.dark .spec-item h6{color:#e2e8f0}.spec-item ul{display:flex;flex-direction:column;gap:.5rem}.spec-item ul li{display:flex;align-items:center;color:#4a5568;font-size:1rem;line-height:1.5}.dark .spec-item ul li{color:#cbd5e0}.spec-item ul li::before{content:"";display:block;margin-right:.5rem;width:.375rem;height:.375rem;border-radius:9999px;background-color:#3182ce}.gallery-section{padding:2rem 1rem}@media(min-width: 768px){.gallery-section{padding:2rem 1.5rem}}.gallery-section h2{margin-bottom:3rem;text-align:center;font-size:1.875rem;font-weight:700}@media(min-width: 768px){.gallery-section h2{font-size:2.25rem}}.gallery-grid{max-width:72rem;margin-left:auto;margin-right:auto;display:grid;gap:1rem}@media(min-width: 640px){.gallery-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.gallery-grid{grid-template-columns:repeat(3, 1fr)}}.gallery-item{position:relative;overflow:hidden;border-radius:.5rem;cursor:pointer;aspect-ratio:16/9}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;text-align:center;background-color:rgba(0,0,0,.75);color:#fff;opacity:0;transition:opacity .3s ease}.gallery-overlay h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.gallery-overlay .expand-icon{font-size:1.875rem;font-weight:300}.gallery-modal{position:fixed;inset:0;z-index:50;display:none;align-items:center;justify-content:center;padding:1rem;background-color:rgba(0,0,0,.9)}.gallery-modal.active{display:flex}.modal-content{position:relative;max-height:90vh;max-width:56rem;overflow:hidden;border-radius:.5rem;background-color:#fff}.dark .modal-content{background-color:#2d3748}.modal-content img{max-height:60vh;width:100%;object-fit:contain}.modal-text{padding:1.5rem}.modal-text h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:700;color:#4b5563}.modal-text p{color:#4b5563}.dark .modal-text p{color:#d1d5db}.close-modal{position:absolute;top:1rem;right:1rem;font-size:1.875rem;color:#fff;cursor:pointer}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.service-details{margin:4rem 0}.service-details h2{margin-bottom:2rem;text-align:center}.details-grid{display:grid;gap:2rem}@media(min-width: 768px){.details-grid{grid-template-columns:repeat(2, 1fr)}}.details-item{background-color:#f8fafc;border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:transform .3s ease}.dark .details-item{background-color:#2d3748}.details-item:hover{transform:translateY(-0.25rem)}.details-item h3{margin-bottom:1rem;font-size:1.25rem;font-weight:600;color:#2d3748;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.dark .details-item h3{color:#e2e8f0;border-bottom-color:#4a5568}.details-item ul{list-style:none;padding:0;margin:0}.details-item ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#4a5568}.dark .details-item ul li{color:#cbd5e0}.details-item ul li:before{content:"•";position:absolute;left:.25rem;color:#3182ce;font-weight:bold}.details-item ul li:last-child{margin-bottom:0}.error-page{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:40px 0;background-color:#070707}.error-content{max-width:800px;text-align:center;padding:100px}.error-title{font-size:120px;font-weight:800;line-height:1;margin:0;background:linear-gradient(to right, #ff3d00, #ffeb3b, #00e676, #2979ff);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.error-subtitle{font-size:36px;font-weight:500;letter-spacing:4px;margin-bottom:40px;position:relative}.error-subtitle:after{content:"";display:block;width:100px;height:2px;background-color:#fff;margin:20px auto 0}.film-strip{display:flex;justify-content:center;margin:40px 0}.frame{width:120px;height:80px;background-color:hsla(0,0%,100%,.1);border:2px solid #fff;margin:0 15px;position:relative}.frame:before,.frame:after{content:"";position:absolute;width:15px;height:15px;background-color:#070707;border:2px solid #fff}.frame:before{top:-8px;left:10px}.frame:after{bottom:-8px;right:10px}.frame.missing{background-color:rgba(0,0,0,0);border-style:dashed;display:flex;justify-content:center;align-items:center}.frame.missing .question-mark{font-size:48px;font-weight:800;opacity:.7}.frame.missing.glitch{transform:translateX(5px);opacity:.8}.error-message{font-size:24px;margin:30px 0;font-style:italic}.error-details{margin:30px 0}.error-details p{margin-bottom:15px}.director-notes{background-color:hsla(0,0%,100%,.05);padding:20px;border-radius:4px;margin:30px 0;display:inline-block;text-align:left}.director-notes h3{margin-bottom:15px;color:#ffeb3b}.director-notes ul{list-style-type:none;padding:0}.director-notes ul li{margin-bottom:10px;position:relative;padding-left:20px}.director-notes ul li:before{content:"•";position:absolute;left:0;color:#ffeb3b}.action-buttons{margin-top:40px}.action-buttons .button{display:inline-block;padding:15px 30px;background-color:#fff;color:#070707;border:none;font-size:14px;font-weight:500;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;margin:0 15px 15px}.action-buttons .button:hover{opacity:.9;transform:translateY(-2px)}.action-buttons .button.secondary{background-color:rgba(0,0,0,0);border:1px solid #fff;color:#fff}@media(max-width: 768px){.error-title{font-size:80px}.error-subtitle{font-size:24px}.frame{width:80px;height:60px}}/*# sourceMappingURL=main.css.map */