.hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#727272}.hero video.hero-video{position:absolute;top:0;left:0;width:100vw;height:100vh;object-fit:cover;opacity:.8;z-index:0;filter:brightness(.6)}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);z-index:1}.hero-content.glass{z-index:2;max-width:100%;padding:2rem;border-radius:16px;background:rgba(255,255,255,.06);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);text-align:center;animation:fadeUp 1.4s ease-out;color:#f5f5f5;margin:6rem 0;box-shadow:0 8px 20px rgba(0,0,0,.85)}.studio-name{font-size:2.8rem!important;font-weight:800;margin-bottom:1rem;color:#f5f5f5;text-shadow:0 2px 10px rgba(0,0,0,.6)}.tagline{font-size:1.35rem;font-weight:500;line-height:1.6;text-align:center;margin-top:1rem;margin-bottom:1.5rem}.tagline span{display:inline-block;margin-right:1rem}.tagline span:after{content:" "}.logo-wrapper{display:flex;justify-content:center;align-items:center;margin-bottom:2.2rem}.hero-logo{border-radius:50%;max-width:100%;height:auto;object-fit:contain}.cta-button{background-color:crimson;color:#f5f5f5;padding:.8rem 2rem;font-size:1.25rem;font-weight:600;border-radius:10px;text-decoration:none;transition:background .3s ease,transform .2s ease}.cta-button:hover{background-color:#e6005c;transform:translateY(-2px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero{position:relative;align-items:baseline}.hero-content.glass{height:auto;position:relative;padding:2rem 1.5rem;top:0;margin:1.5rem}.hero h1{padding-bottom:1.2rem;line-height:1.1}.studio-name{font-size:2rem;line-height:2.4rem;text-align:center}.tagline{font-size:1rem;text-align:center}.cta-button{font-size:1.3rem;padding:.6rem 1.2rem}.logo-wrapper{height:200px;margin-bottom:2.1rem}.logo-wrapper img{width:200px;height:200px}.hero-logo{width:100px;height:auto}}