.hero-section{overflow:hidden;padding-bottom:16rem;padding-top:16rem;position:relative;width:100%}.hero-video{height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:1}.hero-overlay{background-color:rgba(0,0,0,.3);inset:0;position:absolute;z-index:2}.hero-header{left:0;position:absolute;right:0;top:0;width:100%;z-index:20}.hero-header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1.5rem 2rem}.hero-logo-link{flex-shrink:0}.hero-logo-img{height:auto;width:65px}.hero-nav-desktop{align-items:center;display:none;gap:3rem}@media (min-width:1280px){.hero-nav-desktop{display:flex}}.hero-nav-link{color:#fff;font-size:1.125rem;font-weight:700;text-decoration:none;transition:color .3s ease;white-space:nowrap}.hero-nav-link:hover{color:hsl(var(--brand-orange))}.hero-nav-button{align-items:center;background-color:#653e97;border-radius:9999px;color:#fff;display:inline-flex;font-size:1.125rem;font-weight:700;gap:.5rem;height:2.75rem;justify-content:center;padding:0 1.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.hero-nav-button:hover{filter:brightness(.8)}.hero-nav-mobile{align-items:center;display:flex;gap:1rem}@media (min-width:1280px){.hero-nav-mobile{display:none}}.hero-nav-button-mobile{align-items:center;background-color:#653e97;border-radius:9999px;color:#fff;display:inline-flex;font-size:1.125rem;font-weight:700;gap:.5rem;height:2.75rem;justify-content:center;padding:0 1.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.hero-nav-button-mobile:hover{filter:brightness(.9)}.hero-menu-toggle{align-items:center;background:transparent;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:2.5rem;justify-content:center;transition:all .3s ease;width:2.5rem}.hero-menu-toggle:hover{background-color:#faa81a;color:#fff}.hero-menu-icon{height:1.5rem;width:1.5rem}.hero-mobile-menu{background-color:rgba(0,0,0,.5);inset:0;opacity:0;position:fixed;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:50}.hero-mobile-menu.active{opacity:1;visibility:visible}.hero-mobile-menu-content{background-color:#000;bottom:0;box-shadow:-4px 0 8px rgba(0,0,0,.3);min-width:280px;padding:1.5rem;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .5s ease;width:33.333%}@media (min-width:640px){.hero-mobile-menu-content{max-width:400px;width:33.333%}}.hero-mobile-menu.active .hero-mobile-menu-content{transform:translateX(0)}.hero-mobile-menu-close{align-items:center;background:transparent;border:none;color:#fff;cursor:pointer;display:flex;height:2rem;justify-content:center;opacity:.7;position:absolute;right:1rem;top:1rem;transition:opacity .3s ease;width:2rem}.hero-mobile-menu-close:hover{opacity:1}.hero-mobile-menu-close svg{height:1rem;width:1rem}.hero-mobile-nav{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.hero-mobile-nav-link{color:#fff;font-size:1.125rem;font-weight:700;text-decoration:none;transition:color .3s ease}.hero-mobile-nav-link:hover{color:#faa81a}.hero-content{position:relative;width:100%;z-index:10}.hero-content-container{margin:0 auto;max-width:1400px;padding:0 2rem}.hero-content-wrapper{align-items:center;display:flex;gap:3rem;justify-content:space-between}.hero-text-content{flex-shrink:0;max-width:42rem;padding:2rem 0}.hero-title{color:#fff;font-family:var(--font-heading);font-size:3.75rem;line-height:1;margin-bottom:.5rem;text-align:left}@media (min-width:768px){.hero-title{font-size:5rem}}@media (min-width:1024px){.hero-title{font-size:6rem}}.hero-subtitle{color:#fff;font-family:var(--font-heading);font-size:2.25rem;font-weight:400;line-height:2.5rem;margin-bottom:1.5rem;text-align:left}@media (min-width:768px){.hero-subtitle{font-size:3rem;line-height:1}}.hero-cta-group{display:flex;flex-wrap:wrap;gap:1rem}.hero-cta-primary{align-items:center;background-color:#653e97;border-radius:9999px;color:#fff;display:inline-flex;font-size:1.125rem;font-weight:700;gap:.5rem;height:2.75rem;justify-content:center;padding:0 1.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.hero-cta-primary:hover{color:#fff important!;filter:brightness(.8)}.hero-cta-secondary{align-items:center;background:transparent;border:none;border-radius:9999px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:700;gap:.5rem;height:2.75rem;justify-content:center;padding:0;transition:all .3s ease;white-space:nowrap}.hero-cta-secondary:hover{opacity:.8}.hero-artwork-container{align-items:flex-end;display:none;flex-shrink:0;gap:2rem;margin-left:auto;margin-right:1rem}@media (min-width:1024px){.hero-artwork-container{display:flex}}.hero-artwork-img{height:320px;object-fit:contain;width:auto}@media (max-width:767px){.hero-section{padding-bottom:8rem;padding-top:8rem}.hero-header-container{padding:1rem}.hero-content-container{padding:0 1rem}.hero-text-content{padding:1rem 0}.hero-title{font-size:2.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1.5rem;line-height:2rem;margin-bottom:1.5rem}}@media (min-width:768px) and (max-width:1023px){.hero-section{padding-bottom:12rem;padding-top:12rem}}