@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Regular.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Bold.otf)format("opentype");font-weight:700 800;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--accent-color:#01e1ff}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:#fff;background:#000;font-family:Satoshi,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,select,textarea{color:inherit;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (width>=768px){.container{padding:0 3rem}}@media (width>=1024px){.container{padding:0 5rem}}.section-spacing{padding:5rem 1.5rem}.scroll-mt{scroll-margin-top:var(--navbar-height,5.25rem)}@media screen and (width<=768px){.section-screen{min-height:calc(100dvh - var(--navbar-height,5.25rem));align-items:center;display:flex}}.text-primary{color:var(--accent-color)}.bg-primary{background-color:var(--accent-color)}.fade-up{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-left{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translate(-40px)}.fade-left.visible{opacity:1;transform:translate(0)}.fade-right{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translate(40px)}.fade-right.visible{opacity:1;transform:translate(0)}.scale-up{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:scale(.92)}.scale-up.visible{opacity:1;transform:scale(1)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-wrapper{z-index:10;-webkit-backdrop-filter:blur(8px);background:#0009;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;width:100%;padding:1.25rem 0;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.marquee-track{width:max-content;animation:20s linear infinite marquee;display:flex}.marquee-item{letter-spacing:.1em;white-space:nowrap;color:#ffffffb3;align-items:center;gap:2rem;padding:0 2rem;font-size:1.125rem;font-weight:700;display:flex}.marquee-dot{color:var(--accent-color);font-size:1.5rem}.navbar{z-index:50;background:#121212;padding:1.25rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);background:#121212f2;border-bottom:1px solid #ffffff1a}.navbar-inner{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}@media (width>=768px){.navbar-inner{padding:0 3rem}}.navbar-logo img{height:2.75rem}.navbar-links{align-items:center;gap:2.5rem;display:none}@media (width>=768px){.navbar-links{display:flex}}.navbar-links a{color:#ffffffb3;font-size:1rem;font-weight:400;transition:color .2s}.navbar-links a:hover{color:#fff}.navbar-contact{color:#fff;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;transition:color .2s;display:none}@media (width>=768px){.navbar-contact{display:flex}}.navbar-contact:hover{color:var(--accent-color)}.navbar-contact svg{width:1rem;height:1rem}.navbar-lang-desktop{display:none}@media (width>=768px){.navbar-lang-desktop{display:inline-flex}}.navbar-lang-mobile{border-top:1px solid #ffffff1a;margin-top:.5rem;padding-top:1rem;display:flex}@media (width>=768px){.navbar-lang-mobile{display:none}}.player-toggle{cursor:pointer;justify-content:center;align-items:center;padding:0;display:flex}.player-toggle svg{width:2rem;height:2rem}.player-toggle .player-toggle-bg{transition:fill .2s}.player-toggle:hover .player-toggle-bg{fill:#fff}.navbar-player{max-width:1280px;max-height:0;margin:0 auto;padding:0 1.5rem;transition:max-height .3s,padding .3s;overflow:hidden}.navbar-player.open{max-height:100px;padding:.75rem 3rem 0}@media (width>=768px){.navbar-player{padding:0 3rem}}.navbar-player iframe{border-radius:4px}.mobile-toggle{color:#fff;justify-content:center;align-items:center;display:flex}@media (width>=768px){.mobile-toggle{display:none}}.mobile-toggle svg{width:1.5rem;height:1.5rem}.mobile-menu{background:#121212;border-top:1px solid #ffffff1a;flex-direction:column;gap:1rem;margin-top:1.25rem;padding:1rem 1.5rem 1.5rem;display:none}.mobile-menu.open{display:flex}@media (width>=768px){.mobile-menu{display:none!important}}.mobile-menu a{color:#ffffffb3;padding:.5rem 0;font-size:1rem;transition:color .2s}.mobile-menu a:hover{color:#fff}.hero{background:#000;justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-video--mobile{display:block}.hero-video--desktop{display:none}@media (width>=768px){.hero-video--mobile{display:none}.hero-video--desktop{display:block}}.hero-overlay{background:#000c;position:absolute;inset:0}.hero-content{z-index:10;text-align:left;max-width:900px;padding:0 1.5rem;position:relative}.hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,7vw,5rem);font-weight:800;line-height:1.1}.accent{color:var(--accent-color)}.hero-title .italic{font-style:italic}.hero-subtitle{color:#fff9;max-width:600px;margin:0 0 2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.hero-buttons{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}@media (width>=640px){.hero-buttons{flex-direction:row}}.btn-primary{background:var(--accent-color);color:#000;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 2rem;font-size:.9375rem;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.btn-primary:hover{background:#fff;transform:translateY(-1px)}.btn-outline{color:#fff;background:0 0;border:1px solid #ffffff4d;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 2rem;font-size:.9375rem;font-weight:700;transition:background .2s,border-color .2s;display:inline-flex}.btn-outline:hover{background:#ffffff0d;border-color:#ffffff80}.studio-section{background:#000}.studio-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.studio-grid{grid-template-columns:repeat(3,1fr)}}.studio-card{aspect-ratio:4/5;cursor:pointer;border-radius:1rem;position:relative;overflow:hidden}.studio-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s ease-out}.studio-card:hover img{transform:scale(.92)}.studio-card-overlay{background:linear-gradient(#0000 50%,#000000b3 100%);position:absolute;inset:0}.studio-card-label{opacity:0;font-size:1.25rem;font-weight:700;transition:opacity .4s ease-out,transform .4s ease-out;position:absolute;bottom:1.5rem;left:1.5rem;transform:translateY(8px)}.studio-card:hover .studio-card-label{opacity:1;transform:translateY(0)}.concept-section{background:#000}.concept-inner{text-align:center;max-width:800px;margin:0 auto}.concept-heading{margin-bottom:1.5rem;font-size:clamp(2rem,5vw,2.8rem);font-weight:800;line-height:1.15}.concept-subheading{color:#ffffff80;margin-bottom:2.5rem;font-size:1.25rem;font-weight:400}.concept-text{color:#ffffffb3;font-size:1.0625rem;line-height:1.8}.concept-text p{margin-bottom:1rem}.founder-section{background:#121212}.founder-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=768px){.founder-grid{grid-template-columns:1fr 1fr;gap:5rem}}.founder-img-wrapper{aspect-ratio:3/4;border-radius:1rem;overflow:hidden}.founder-img-wrapper img{object-fit:cover;width:100%;height:100%}.founder-heading{margin-bottom:2rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.founder-text{color:#ffffffb3;font-size:1.0625rem;line-height:1.8}.founder-text p{margin-bottom:1rem}.services-section{background:#000}.services-title{margin-bottom:3rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.services-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{background:#121212;border:1px solid #ffffff1a;border-radius:1rem;flex-direction:column;transition:border-color .3s;display:flex;position:relative;overflow:hidden}.service-card:hover{border-color:var(--accent-color)}.service-card-img{height:200px;position:relative;overflow:hidden}.service-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.service-card:hover .service-card-img img{transform:scale(1.05)}.service-card-img-overlay{background:linear-gradient(#0000 40%,#121212 100%);position:absolute;inset:0}.service-card-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.service-card-icon{width:2.5rem;height:2.5rem;color:var(--accent-color);background:#d4ff011a;border-radius:.5rem;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.service-card-icon svg{width:1.25rem;height:1.25rem}.service-card-name{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.service-card-desc{color:#fff9;flex:1;font-size:.9375rem;line-height:1.6}.service-card-link{color:var(--accent-color);align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.875rem;font-weight:700;transition:gap .2s;display:inline-flex}.service-card:hover .service-card-link{gap:.75rem}.cta-banner{background:var(--accent-color);text-align:center;padding:2.5rem 1.5rem}.cta-banner a{color:#000;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.75rem;font-size:clamp(1.25rem,3vw,2rem);font-weight:800;transition:gap .3s;display:inline-flex}.cta-banner a:hover{gap:1.25rem}.cta-banner svg{width:1.5rem;height:1.5rem}.roster-section{background:#121212}.roster-title{margin-bottom:2rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.roster-subsection-title{margin-bottom:1rem;font-size:clamp(1.5rem,4vw,3rem);font-weight:500}.roster-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:1rem;display:grid}@media (width>=768px){.roster-grid{grid-template-columns:repeat(2,1fr)}}.roster-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:1rem;overflow:hidden}.roster-card-img{height:350px;position:relative;overflow:hidden}.roster-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.roster-card-img.position-top img{object-position:center top}.roster-card-img.position-top-25 img{object-position:center 30%}.roster-card-img.position-center img{object-position:center}.roster-card:hover .roster-card-img img{transform:scale(1.05)}.roster-card-body{padding:2rem}.roster-card-name{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.roster-card-desc{color:#fff9;font-size:.9375rem;line-height:1.7}.listen-section{background:#121212}.listen-title{margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.listen-subtitle{color:#fff9;margin-bottom:2rem;font-size:1.125rem}.listen-player{border-radius:12px;overflow:hidden}.location-section{background:#000}.location-title{margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.location-text{color:#ffffffb3;margin-bottom:.5rem;font-size:1.0625rem;line-height:1.7}.location-subtext{color:#fff9;margin-bottom:2.5rem;font-size:.9375rem}.location-map{border-radius:1rem;margin-bottom:2rem;overflow:hidden}.location-map iframe{border:0;width:100%;height:350px}.location-label{color:#ffffffb3;align-items:center;gap:.5rem;font-size:.9375rem;display:inline-flex}.location-label svg{width:1rem;height:1rem;color:var(--accent-color)}.contact-section{background:#000}.contact-grid{grid-template-columns:1fr;align-items:start;gap:3rem;display:grid}@media (width>=768px){.contact-grid{grid-template-columns:1fr 1fr;gap:5rem}}.contact-heading{margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.contact-desc{color:#ffffffb3;font-size:1.0625rem;line-height:1.7}.contact-desc p{margin-bottom:.5rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-group label{color:#ffffffb3;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.form-group input,.form-group select,.form-group textarea{color:#fff;background:#121212;border:1px solid #ffffff1a;border-radius:.5rem;outline:none;width:100%;padding:.75rem 1rem;font-size:.9375rem;transition:border-color .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent-color)}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-group select option{color:#fff;background:#121212}.form-group textarea{resize:vertical;min-height:120px}.form-submit{width:100%}.contact-form.is-hidden{display:none}.form-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:none}.form-success.show{display:flex}.form-success-icon{width:3rem;height:3rem;color:var(--accent-color);background:#d4ff011a;border-radius:50%;justify-content:center;align-items:center;display:flex}.form-success-icon svg{width:1.5rem;height:1.5rem}.form-success p{color:#ffffffb3;font-size:1.0625rem}.form-error{color:#fca5a5;background:#dc262626;border:1px solid #dc262666;border-radius:.5rem;margin-top:1.5rem;padding:1rem 1.25rem;font-size:.9375rem;line-height:1.5;display:none}.form-error.show{display:block}.form-submit:disabled{opacity:.5;cursor:not-allowed}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.footer{background:#121212;border-top:1px solid #ffffff0f;padding:3rem 1.5rem}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:2rem;max-width:1280px;margin:0 auto;display:flex}@media (width>=768px){.footer-inner{text-align:left;flex-direction:row;justify-content:space-between}}.footer-left{flex-direction:column;align-items:center;gap:.5rem;display:flex}@media (width>=768px){.footer-left{align-items:flex-start}}.footer-logo{height:2rem}.footer-location{color:#ffffff80;font-size:.875rem}.footer-links{gap:2rem;display:flex}.footer-links a{color:#ffffffb3;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-copyright{color:#ffffff80;font-size:.875rem}.footer-agency{color:#ffffff59;border-top:1px solid #ffffff0f;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding-top:1.5rem;font-size:.75rem;display:flex}.footer-agency-logo{height:3rem}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(6px);background:#000c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}body.modal-open{overflow:hidden}.modal-card{text-align:center;background:#121212;border:1px solid #ffffff1a;border-radius:1rem;width:100%;max-width:480px;padding:2.5rem}.modal-title{margin-bottom:1rem;font-size:1.75rem;font-weight:800}.modal-text{color:#ffffffb3;margin-bottom:2rem;font-size:.9375rem;line-height:1.7}.modal-actions{justify-content:center;gap:1rem;display:flex}.modal-btn{flex:1;max-width:180px}@media (width<=400px){.modal-actions{flex-direction:column;align-items:center}.modal-btn{width:100%;max-width:100%}}.privacy-modal{text-align:left;flex-direction:column;max-width:600px;max-height:80dvh;padding:2.5rem;display:flex}.privacy-scroll{flex:1;min-height:0;padding-right:1rem;overflow-y:auto}.privacy-meta{color:#fff6;margin-bottom:1.5rem;font-size:.8125rem}.privacy-content h3{margin-top:1.5rem;margin-bottom:.5rem;font-size:1rem;font-weight:700}.privacy-content p{color:#ffffffb3;font-size:.875rem;line-height:1.7}.privacy-content ul{color:#ffffffb3;margin:.5rem 0 .5rem 1.25rem;font-size:.875rem;line-height:1.7}.privacy-content a{color:var(--accent-color);transition:opacity .2s}.privacy-content a:hover{opacity:.8}.privacy-modal .modal-actions{margin-top:2rem}.form-group-checkbox{margin-bottom:1.5rem}.checkbox-label{cursor:pointer;color:#ffffffb3;align-items:flex-start;gap:.75rem;font-size:.875rem;line-height:1.5;display:flex}.checkbox-label input[type=checkbox]{width:1.125rem;height:1.125rem;accent-color:var(--accent-color);cursor:pointer;flex-shrink:0;margin-top:.15rem}.checkbox-label a,.checkbox-label button{color:var(--accent-color);text-decoration:underline;transition:opacity .2s}.checkbox-label a:hover{opacity:.8}.iframe-placeholder{text-align:center;background:#ffffff08;border:1px dashed #ffffff26;border-radius:.75rem;justify-content:center;align-items:center;width:100%;padding:2rem;display:flex}.iframe-placeholder p{color:#ffffff80;font-size:.875rem;line-height:1.6}.iframe-placeholder button{color:var(--accent-color);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;font-weight:700;text-decoration:underline;transition:opacity .2s}.iframe-placeholder button:hover{opacity:.8}
