@import"https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";.transition-overlay{position:fixed;top:0;left:0;width:100vw;height:100svh;display:flex;pointer-events:none;z-index:9999}.block{flex:1;height:100%;background:#0f0f0f;transform:scaleX(0);transform-origin:left}.progress-bar{position:fixed;top:0;left:0;width:100%;height:7px;background-color:var(--foreground);z-index:10000;will-change:transform;transform:scaleX(0%);transform-origin:center left;mix-blend-mode:difference}.glass-navbar{position:sticky;top:0;left:0;width:100%;padding:1rem 8rem;display:flex;justify-content:space-between;align-items:center;background:#00000057;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:1000;color:beige;box-sizing:border-box}.nav-icons{background:#ffffff1f;border-radius:999px;padding:.4rem 1rem;margin-right:1em}.desktop-navbar{display:flex;width:100%;margin:0 auto}.mobile-navbar{display:none}.logo-time{display:flex;align-items:center;gap:1rem}.logo{font-size:1.3rem;font-weight:700;text-transform:uppercase;color:beige;text-decoration:none}.play-pause-control{display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s ease}.play-pause-control:hover{transform:scale(1.1)}.play-pause-icon{font-size:1.1rem;color:#fff;flex-shrink:0;transition:color .2s ease}.play-pause-control:hover .play-pause-icon{color:#00ff62}.nav-items{display:flex;gap:.75rem}.nav-items a{padding:.4rem 1rem;white-space:nowrap;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.05);color:beige;text-decoration:none;font-size:.95rem;transition:all .2s ease;text-transform:uppercase}.nav-items a:hover{background:#00ff6233;border-color:#00ff6280;color:#00ff62}.radio-pill{display:flex;align-items:center;gap:.6rem;padding:.4rem 1rem;border-radius:999px;background:#ff5722;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.radio-pill>*{display:inline-flex;align-items:center}.live-dot{width:10px;height:10px;background:#00ff62;border-radius:50%;box-shadow:0 0 10px #00ff62cc;animation:blink 1s infinite;flex-shrink:0}.sound-bars{width:20px;height:20px}.music-status{font-size:.9rem;font-weight:500;color:beige;text-transform:uppercase}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:.3}}.radio-pill-container{display:flex;align-items:center;gap:.6rem}.now-playing-pill{padding:.4rem 1rem;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;font-size:.9rem;color:beige}.back-button{background:#ffffff14;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.25rem;padding:.5rem 1rem;border-radius:999px;cursor:pointer;transition:all .2s ease}.back-button:hover{background:#ffffff26}@media(max-width:1439px){.glass-navbar{padding:1rem 3rem}}@media(max-width:1100px){.desktop-navbar{display:none}.mobile-navbar{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:.6rem 1.2rem;gap:1rem}.mobile-navbar .radio-pill{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border-radius:999px;background:#ff5722;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.play-pause-control{padding:.2rem}.play-pause-icon{font-size:.95rem}.menu-button{background:#ffffff0d;border:1px solid rgba(255,255,255,.05);color:#fff;border-radius:999px;padding:.6rem;cursor:pointer;transition:background .2s ease}.menu-button:hover{background:#fff3}.mobile-menu-overlay{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;align-items:center;z-index:9999;animation:fadeDown .3s ease forwards;background:#000000e6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0}@keyframes fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mobile-menu{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:300px}.mobile-menu a{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:beige;text-decoration:none;font-size:.9rem;text-transform:uppercase;padding:.6rem 1.2rem;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease;letter-spacing:.05em;text-align:center}.mobile-menu a:hover{background:#00ff6233;border-color:#00ff6266;color:#00ff62;transform:scale(1.05)}.close-menu{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:beige;border-radius:8px;padding:.6rem 1.2rem;cursor:pointer;transition:all .2s ease;font-size:1.2rem;margin-bottom:.5rem}.close-menu:hover{background:#f003;border-color:#f006;color:#f44}}.outro{position:relative;width:100vw;overflow:hidden;height:100svh;display:flex;justify-content:center;align-items:center;padding:2rem}.work-item{position:relative;width:100vw;overflow:hidden;height:120svh}.work-item-img{position:absolute;width:100%;height:100%;clip-path:none;z-index:0}.work-item-img img,.work-item-video{width:100%;height:100%;object-fit:cover;object-position:center}.work-item-img:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0006,#0003,#0009);z-index:1;pointer-events:none}.work-item-name{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;z-index:2;clip-path:none}.work-item-name h1{color:#fff}.work-item-name.in-section{display:flex;align-items:center;justify-content:center;padding:2rem;height:100%}.home-page{background:transparent;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden;position:relative}.home-mobile-aurora{display:none;position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;z-index:0;pointer-events:none;overflow:hidden!important;margin:0!important;padding:0!important}.home-mobile-aurora .aurora-container{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;display:block!important;margin:0!important;padding:0!important}.home-mobile-wrapper{position:relative}@media(max-width:768px){.home-mobile-aurora{display:block;visibility:visible!important;opacity:1!important}.home-mobile-aurora .aurora-container{visibility:visible!important;opacity:1!important}.home-mobile-aurora canvas{visibility:visible!important;opacity:1!important}.home-mobile-wrapper{position:relative;z-index:1}.home-mobile-wrapper>*{position:relative;z-index:1}}@media(max-width:1000px){h1,.work-item-name h1{font-size:2.5rem}}.play-button-container{position:relative;display:flex;align-items:center;justify-content:center;margin:0 auto;width:fit-content;height:fit-content}.play-button-small{width:160px}.play-button-medium{width:250px}.play-button-large{width:300px}.play-button-container .hero-play-button{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:50%;width:130px;height:130px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #ff6b354d;position:relative;overflow:hidden;z-index:2}.play-button-container .hero-play-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 25px #ff6b3566}.play-button-container .hero-play-button:active{transform:translateY(0) scale(.95)}.play-button-container .play-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center}.play-button-container .play-icon svg{width:100%;height:100%}.play-button-container .loading-spinner{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top:3px solid #fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.play-button-container .circular-live-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:250px;height:250px;pointer-events:none;z-index:1}.play-button-container .circular-text-svg{width:100%;height:100%;animation:rotate 15s linear infinite}.play-button-container .circular-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:700;fill:#fff;text-transform:uppercase;letter-spacing:6px;filter:drop-shadow(0 0 8px rgba(255,255,255,.8));text-anchor:middle}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.play-button-container.play-button-small .hero-play-button{width:100px;height:100px}.play-button-container.play-button-small .play-icon{width:45px;height:45px}.play-button-container.play-button-small .circular-live-text{width:160px;height:160px}.play-button-container.play-button-small .circular-text{font-size:9px;letter-spacing:4.5px}.play-button-container.play-button-medium .hero-play-button{width:130px;height:130px}.play-button-container.play-button-medium .play-icon{width:60px;height:60px}.play-button-container.play-button-medium .circular-live-text{width:250px;height:250px}.play-button-container.play-button-medium .circular-text{font-size:12px;letter-spacing:6px}.play-button-container.play-button-large .hero-play-button{width:160px;height:160px}.play-button-container.play-button-large .play-icon{width:75px;height:75px}.play-button-container.play-button-large .circular-live-text{width:300px;height:300px}.play-button-container.play-button-large .circular-text{font-size:16px;letter-spacing:7px}@media(min-width:1920px){.play-button-large,.play-button-large .circular-live-text{width:350px}.play-button-large .circular-text{font-size:18px;letter-spacing:8px}}@media(max-width:1919px)and (min-width:1440px){.play-button-large,.play-button-large .circular-live-text{width:320px}.play-button-large .circular-text{font-size:16px;letter-spacing:7px}}@media(max-width:1439px)and (min-width:1280px){.play-button-medium,.play-button-medium .circular-live-text{width:280px}.play-button-medium .circular-text{font-size:11px;letter-spacing:5.5px}}@media(max-width:1440px)and (min-width:1024px){.play-button-medium,.play-button-medium .circular-live-text{width:260px}.play-button-medium .circular-text{font-size:10px;letter-spacing:5px}}@media(max-width:1023px)and (min-width:768px){.play-button-medium,.play-button-medium .circular-live-text{width:240px}.play-button-medium .circular-text{font-size:9px;letter-spacing:4.5px}}@media(max-width:768px)and (min-width:481px){.play-button-medium,.play-button-medium .circular-live-text{width:200px}.play-button-medium .circular-text{font-size:8px;letter-spacing:4px}.play-button-small,.play-button-small .circular-live-text{width:160px}.play-button-small .circular-text{font-size:7px;letter-spacing:3.5px}}@media(max-width:480px)and (min-width:401px){.play-button-medium,.play-button-medium .circular-live-text{width:180px}.play-button-medium .circular-text{font-size:7px;letter-spacing:3.5px}.play-button-small,.play-button-small .circular-live-text{width:140px}.play-button-small .circular-text{font-size:6px;letter-spacing:3px}}@media(max-width:400px){.play-button-medium,.play-button-medium .circular-live-text{width:160px}.play-button-medium .circular-text{font-size:6px;letter-spacing:3px}.play-button-small,.play-button-small .circular-live-text{width:120px}.play-button-small .circular-text{font-size:5px;letter-spacing:2.5px}}.hero{position:relative;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(to bottom,#0006,#0003,#0000)}:where(.hero) .fan-hero-bg{position:absolute;inset:0;z-index:0}:where(.hero) .hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-content:space-between;width:100%;max-width:1400px;padding:2rem;margin:0 auto;gap:3rem;grid-auto-flow:row;min-height:500px}:where(.hero) .hero-left{grid-column:1;z-index:3;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;width:100%}:where(.hero) .logo-container{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;animation:logoFloat 6s ease-in-out infinite;margin-bottom:1em}:where(.hero) .hero-logo-container{width:500px!important;min-width:500px!important;max-width:500px!important;height:auto!important;min-height:auto!important;display:flex;align-items:center;justify-content:center;contain:layout style paint}:where(.hero) .logo-wrapper{position:relative;display:block;width:100%;height:auto}:where(.hero) .hero-logo{width:500px!important;height:auto!important;max-width:500px!important;display:block;margin:0 auto;opacity:1;transform:scale(1);transition:opacity 1s ease-in-out,transform 1s ease-in-out;will-change:opacity,transform;object-fit:contain}@media(max-width:768px){:where(.hero) .hero-logo-container{width:400px!important;min-width:400px!important;max-width:400px!important;height:auto!important}:where(.hero) .hero-logo{width:400px!important;max-width:400px!important}}@media(max-width:480px){:where(.hero) .hero-logo-container{width:350px!important;min-width:350px!important;max-width:350px!important;height:auto!important}:where(.hero) .hero-logo{width:350px!important;max-width:350px!important}}:where(.hero) .hero-logo:hover{transform:scale(1.05) rotate(2deg)}:where(.hero) .logo-glow{display:none}:where(.hero) .hero-right{grid-column:2;display:flex;justify-content:center;align-items:center;position:relative;min-height:420px;min-width:0;width:100%;justify-self:stretch}:where(.hero) .hero-actions{display:flex;flex-direction:column;align-items:center}:where(.hero) .hero-title{color:#fff;font-size:clamp(2.5rem,8vw,8rem);font-weight:900;line-height:1.1;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}:where(.hero) .hero-description{color:#fff;font-size:1.3rem;line-height:1.6;margin:0;max-width:400px;text-align:center;font-weight:600;text-transform:uppercase}:where(.hero) .hero-description strong{font-weight:700}:where(.hero) .carousel-wrapper{position:relative;width:100%;height:420px;display:flex;justify-content:center;align-items:center;perspective:60rem;transform-style:preserve-3d;transform:rotateX(16deg) rotate(18deg);margin-top:4em}:where(.hero) .carousel{position:absolute;display:flex;justify-content:center;align-items:center;transform-style:preserve-3d;grid-column-gap:1.2rem;grid-row-gap:1.2rem;transform:translateZ(0)}:where(.hero) .card{position:absolute;width:12rem;aspect-ratio:14 / 26;border-radius:.84rem;overflow:hidden;cursor:grab;transform-style:preserve-3d;-webkit-user-select:none;user-select:none;box-shadow:0 0 40px #00000059;backface-visibility:hidden;transition:transform .6s ease}:where(.hero) .card img,:where(.hero) .card video{width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:inherit}:where(.hero) .carousel-media{width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:inherit}:where(.hero) .card:active{cursor:grabbing}@media(min-width:1920px){:where(.hero) .hero-content{max-width:1600px;padding:5rem 3rem}:where(.hero) .hero-logo{width:100%!important}:where(.hero) .carousel-wrapper{height:500px;transform:rotateX(18deg) rotate(20deg)}:where(.hero) .card{width:14rem}}@media(max-width:1919px)and (min-width:1440px){:where(.hero) .hero-content{max-width:1400px;padding:4rem 2rem}:where(.hero) .hero-logo{width:100%!important}:where(.hero) .carousel-wrapper{height:450px;transform:rotateX(16deg) rotate(18deg)}:where(.hero) .card{width:12rem}}@media(max-width:1439px)and (min-width:1280px){:where(.hero) .hero-content{max-width:1200px;padding:3.5rem 2rem;gap:2.5rem}:where(.hero) .hero-logo{width:100%!important}:where(.hero) .carousel-wrapper{height:380px;transform:rotateX(14deg) rotate(16deg)}:where(.hero) .card{width:12rem}:where(.hero) .hero-title{font-size:clamp(2.5rem,6vw,4rem)}}@media(max-width:1440px)and (min-width:1024px){:where(.hero) .hero-content{padding:3rem 0;gap:2.5rem}:where(.hero) .hero-logo{width:100%!important}:where(.hero) .carousel-wrapper{height:380px;transform:rotateX(14deg) rotate(16deg)}}@media(max-width:1023px)and (min-width:768px){:where(.hero) .hero-content{padding:2.5rem 1.5rem;gap:2rem}:where(.hero) .hero-logo{width:100%!important}:where(.hero) .carousel-wrapper{height:350px;transform:rotateX(13deg) rotate(15deg)}:where(.hero) .card{width:8.5rem}}@media(max-width:1279px){:where(.hero) .hero-content{max-width:100%;padding:2.5rem 1.5rem;gap:1.5rem}:where(.hero) .hero-logo-container{width:100%!important;min-width:0!important;max-width:500px!important}:where(.hero) .hero-logo{width:100%!important;max-width:100%!important}:where(.hero) .hero-description{font-size:1.1rem}:where(.hero) .carousel-wrapper{height:340px;margin-top:2em}:where(.hero) .card{width:min(12rem,34vw)}}@media(max-width:900px){:where(.hero) .hero-content{padding:2rem 1rem;gap:1rem;min-height:420px}:where(.hero) .hero-right{min-height:320px}:where(.hero) .carousel-wrapper{height:300px}}.hero-mobile{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:3rem;padding-bottom:0;padding-left:2rem;padding-right:2rem;box-sizing:border-box;margin-bottom:0}:where(.hero-mobile) .fan-hero-bg{position:absolute;inset:0;z-index:0}:where(.hero-mobile) .hero-mobile-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:100%;margin:0 auto;gap:2rem}:where(.hero-mobile) .hero-mobile-logo-section{display:flex;justify-content:center;align-items:center;flex:0 0 auto}:where(.hero-mobile) .hero-mobile-play-section{display:flex;justify-content:center;align-items:center;flex:0 0 auto}:where(.hero-mobile) .hero-mobile-carousel{flex:0 0 auto;width:100%;padding-bottom:2rem;position:relative;display:flex;flex-direction:column;justify-content:center;margin-top:3rem}:where(.hero-mobile) .logo-container{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;animation:logoFloat 6s ease-in-out infinite;margin-bottom:1em;filter:none!important;box-shadow:none!important}:where(.hero-mobile) .logo-wrapper{position:relative;display:block;width:100%;height:auto}:where(.hero-mobile) .hero-mobile-logo-container{width:400px!important;min-width:400px!important;max-width:400px!important;height:auto!important;min-height:auto!important;display:flex;align-items:center;justify-content:center;contain:layout style paint;padding-bottom:2rem}:where(.hero-mobile) .hero-mobile-logo{width:400px!important;height:auto!important;max-width:400px!important;display:block;margin:0 auto;opacity:1;transform:scale(1);transition:opacity 1s ease-in-out,transform 1s ease-in-out;will-change:opacity,transform;object-fit:contain}@media(max-width:480px){:where(.hero-mobile) .hero-mobile-logo-container{width:350px!important;min-width:350px!important;max-width:350px!important;height:auto!important;padding-bottom:1.5rem}:where(.hero-mobile) .hero-mobile-logo{width:350px!important;max-width:350px!important}}@media(max-width:400px){:where(.hero-mobile) .hero-mobile-logo-container{width:300px!important;min-width:300px!important;max-width:300px!important;height:auto!important;padding-bottom:1.5rem}:where(.hero-mobile) .hero-mobile-logo{width:300px!important;max-width:300px!important}}@media(max-height:600px)and (orientation:landscape){:where(.hero-mobile) .hero-mobile-logo-container{width:120px!important;min-width:120px!important;max-width:120px!important;height:auto!important}:where(.hero-mobile) .hero-mobile-logo{width:120px!important;max-width:120px!important}}:where(.hero-mobile) .hero-mobile-logo:hover{transform:scale(1.05) rotate(2deg)}:where(.hero-mobile) .logo-glow{display:none}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes logoPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes logoGlow{0%{opacity:.3;transform:translate(-50%,-50%) scale(.8)}to{opacity:.6;transform:translate(-50%,-50%) scale(1.2)}}:where(.hero-mobile) .hero-mobile-actions{display:flex;flex-direction:column;align-items:center}:where(.hero-mobile) .hero-mobile-video-slider{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:auto}:where(.hero-mobile) .hero-mobile-video-slider:active{cursor:grabbing}:where(.hero-mobile) .hero-mobile-video-slider::-webkit-scrollbar{display:none}:where(.hero-mobile) .hero-mobile-video-slider{-ms-overflow-style:none;scrollbar-width:none}:where(.hero-mobile) .hero-mobile-video-card{flex:0 0 85vw;max-width:300px;min-width:250px;scroll-snap-align:start;border-radius:22px;overflow:hidden;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 4px 20px #0000004d;transition:transform .2s ease}:where(.hero-mobile) .hero-mobile-video-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0006}:where(.hero-mobile) .hero-mobile-video-card:first-child{margin-left:0}:where(.hero-mobile) .hero-mobile-video{width:100%;height:100%;min-height:400px;object-fit:cover;display:block;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}:where(.hero-mobile) .hero-mobile-video::-webkit-media-controls{display:none!important}:where(.hero-mobile) .hero-mobile-video::-webkit-media-controls-enclosure{display:none!important}:where(.hero-mobile) .hero-mobile-video::-webkit-media-controls-play-button{display:none!important}:where(.hero-mobile) .hero-mobile-video::-webkit-media-controls-start-playback-button{display:none!important}@media(max-width:768px)and (min-width:481px){.hero-mobile{padding-top:1.5rem;padding-bottom:0;padding-left:1rem;padding-right:1rem}:where(.hero-mobile) .hero-mobile-carousel{padding-bottom:1.5rem}:where(.hero-mobile) .hero-mobile-logo{width:500px;max-width:85%}:where(.hero-mobile) .hero-mobile-video-card{flex:0 0 85vw;min-width:220px}:where(.hero-mobile) .hero-mobile-video{min-height:350px}:where(.hero-mobile) .hero-mobile-video-slider{padding:2rem 1rem 0;scroll-padding:0 1rem}}@media(max-width:480px)and (min-width:401px){.hero-mobile{padding-top:3rem;padding-bottom:0;padding-left:1.5rem;padding-right:1.5rem}:where(.hero-mobile) .hero-mobile-carousel{padding-bottom:2rem}:where(.hero-mobile) .hero-mobile-logo{width:250px;max-width:90%}:where(.hero-mobile) .hero-mobile-video-slider{padding:2rem 1rem 0 1.5rem;scroll-padding:0 1rem}:where(.hero-mobile) .hero-mobile-video-card{flex:0 0 85vw;min-width:220px}:where(.hero-mobile) .hero-mobile-video-card:first-child{margin-left:0}:where(.hero-mobile) .hero-mobile-video{min-height:350px}}@media(max-width:400px){.hero-mobile{padding-top:3rem;padding-bottom:0;padding-left:1.5rem;padding-right:1.5rem}:where(.hero-mobile) .hero-mobile-carousel{padding-bottom:2rem}:where(.hero-mobile) .hero-mobile-logo{width:220px;max-width:95%}:where(.hero-mobile) .hero-mobile-video-slider{scroll-padding:0 1rem}:where(.hero-mobile) .hero-mobile-video-card{flex:0 0 85vw;min-width:220px}:where(.hero-mobile) .hero-mobile-video-card:first-child{margin-left:0}:where(.hero-mobile) .hero-mobile-video{min-height:320px}}@media(max-height:600px)and (orientation:landscape){.hero-mobile{height:100vh;padding:.5rem}:where(.hero-mobile) .hero-mobile-content{flex-direction:row;align-items:center;gap:1rem}:where(.hero-mobile) .hero-mobile-logo-section{flex:0 0 auto}:where(.hero-mobile) .hero-mobile-play-section{flex:0 0 auto}:where(.hero-mobile) .hero-mobile-carousel{flex:1;max-width:300px}:where(.hero-mobile) .hero-mobile-logo{width:120px;max-width:100%}:where(.hero-mobile) .hero-mobile-video-card{flex:0 0 85vw;min-width:200px}:where(.hero-mobile) .hero-mobile-video-card:first-child{margin-left:0}:where(.hero-mobile) .hero-mobile-video{min-height:300px}:where(.hero-mobile) .hero-mobile-video-slider{padding:1rem 1rem 0;scroll-padding:0 1rem}}.listen-anywhere{color:#fff;display:flex;flex-direction:column;align-items:center;overflow:hidden;position:relative;width:100%;padding:4rem 0;margin-top:10rem}:where(.listen-anywhere) .listen-header{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;width:100%;margin:0 auto}:where(.listen-anywhere) .listen-header-left{text-align:left}:where(.listen-anywhere) .listen-header-middle{display:flex;justify-content:center;align-items:center}:where(.listen-anywhere) .listen-header-right{text-align:right}:where(.listen-anywhere) .listen-play-section{display:flex;justify-content:center;margin-bottom:0}:where(.listen-anywhere) .listen-title-top,:where(.listen-anywhere) .listen-title-bottom{font-family:Poppins,sans-serif;font-weight:800;font-size:clamp(1.5rem,4vw,3rem);line-height:1.2;margin:0}:where(.listen-anywhere) .listen-title-top{margin-bottom:.5rem}:where(.listen-anywhere) .listen-desc{color:#fff;font-size:1.5rem;line-height:1.6;margin:0}:where(.listen-anywhere) .scroll-arrows{display:flex;justify-content:left;gap:1rem;margin-top:1rem}:where(.listen-anywhere) .scroll-arrow{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}:where(.listen-anywhere) .scroll-arrow svg{width:20px;height:20px;color:#fff;transition:all .3s ease}:where(.listen-anywhere) .scroll-arrow:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}:where(.listen-anywhere) .scroll-arrow:active{transform:translateY(0) scale(.95)}:where(.listen-anywhere) .scroll-arrow:hover svg{color:#ff6b35;transform:scale(1.1)}:where(.listen-anywhere) .listen-slider{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2rem 5vw;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:auto}:where(.listen-anywhere) .listen-slider:active{cursor:grabbing}:where(.listen-anywhere) .listen-slider::-webkit-scrollbar{display:none}:where(.listen-anywhere) .listen-slider{-ms-overflow-style:none;scrollbar-width:none}:where(.listen-anywhere) .listen-card-link{flex:0 0 30vw;max-width:400px;min-width:320px;text-decoration:none;color:inherit;scroll-snap-align:start}:where(.listen-anywhere) .listen-card{width:100%;height:100%;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none;animation:pulse-border 2s ease-in-out infinite;box-shadow:inset 0 0 2rem #fff3}:where(.listen-anywhere) .listen-card:hover{transform:translateY(-10px)}:where(.listen-anywhere) .listen-card-content{padding:2rem 2rem 0;text-align:center}:where(.listen-anywhere) .listen-card-content h3{font-size:1.6rem;font-weight:700;margin-bottom:.5rem}:where(.listen-anywhere) .listen-card-content h4{font-size:1.1rem;font-weight:600;color:#f7c77c;margin-bottom:.75rem}:where(.listen-anywhere) .listen-card-content p{color:#e0e0e0;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}:where(.listen-anywhere) .listen-app-button{margin-bottom:.5rem}:where(.listen-anywhere) .listen-app-button img{width:250px;height:auto;border-radius:8px;padding:0;pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}:where(.listen-anywhere) .listen-card-img{display:flex;justify-content:center;align-items:center}:where(.listen-anywhere) .listen-card-img img{height:20rem;width:auto;object-fit:contain;border-radius:0;margin:0 auto;pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}@media(max-width:900px){:where(.listen-anywhere) .listen-header{grid-template-columns:1fr;gap:1.5rem;text-align:center}:where(.listen-anywhere) .listen-header-left,:where(.listen-anywhere) .listen-header-right{text-align:center}:where(.listen-anywhere) .listen-title-top,:where(.listen-anywhere) .listen-title-bottom{font-size:clamp(1.8rem,6vw,2.5rem)}:where(.listen-anywhere) .listen-desc{font-size:clamp(.9rem,3vw,1.1rem)}:where(.listen-anywhere) .listen-card-link{flex:0 0 70vw}:where(.listen-anywhere) .listen-card-content{padding:1.5rem}:where(.listen-anywhere) .listen-app-button img{width:120px}:where(.listen-anywhere) .scroll-arrow{width:45px;height:45px}:where(.listen-anywhere) .scroll-arrow svg{width:18px;height:18px}}.listen-anywhere-mobile{color:#fff;display:flex;flex-direction:column;align-items:center;overflow:hidden;position:relative;width:100%;margin-top:0}.listen-anywhere-mobile-title-container{position:relative;width:100%;padding:0 2rem}.listen-anywhere-mobile{padding-bottom:0}.mobile-title-card{width:100%;border-radius:16px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;min-height:120px;padding:1.25rem;margin:0 auto;color:#fff}.mobile-title-card .mobile-title-text{font-family:Poppins,sans-serif;font-weight:800;font-size:2rem;line-height:1.2;z-index:2;max-width:80%;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.2)}.mobile-title-card .mobile-title-image{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.35;z-index:0}.mobile-title-card .mobile-title-image img{width:100%;height:100%;object-fit:cover;filter:saturate(1.2) contrast(1.05)}.mobile-title-orange{background:linear-gradient(135deg,#ff9f1c,#b87300)}.mobile-title-magenta{background:linear-gradient(135deg,#ff2ea6,#a10062)}.mobile-title-blue{background:linear-gradient(135deg,#2a63ff,#0a2a8a)}@media(max-width:768px)and (min-width:481px){.listen-anywhere-mobile-title-container{padding:0 1rem}.listen-anywhere-mobile{padding-top:0;padding-bottom:0}.listen-mobile-slider{padding:1.5rem 1rem 0}.listen-mobile-stations{padding:0 1rem 1.5rem;margin-bottom:0}}@media(max-width:480px){.listen-anywhere-mobile-title-container{padding:0 1.5rem}.listen-anywhere-mobile{padding-top:0;padding-bottom:0}.listen-mobile-slider{padding:2rem 1.5rem 0}.listen-mobile-stations{margin-bottom:0;padding-bottom:2rem}}.listen-mobile-header{display:flex;flex-direction:column;align-items:center;width:100%;margin:0 auto;text-align:center;gap:1.5rem}.listen-mobile-header-left{text-align:center}.listen-mobile-header-middle{display:flex;justify-content:center;align-items:center}.listen-mobile-header-right{text-align:center}.listen-mobile-play-section{display:flex;justify-content:center;margin-bottom:0}.listen-mobile-desc{color:#fff;font-size:clamp(.9rem,3vw,1.1rem);line-height:1.6;margin:0}.listen-mobile-stations{width:100%;padding:0 2rem 2rem;margin-top:2rem;margin-bottom:0}.listen-mobile-stations-list{background:#b85800;border-radius:20px;padding:1.25rem 1.25rem 1rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15)}.listen-mobile-stations-heading{font-family:Poppins,sans-serif;font-weight:800;font-size:1.25rem;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .75rem;text-align:left}.listen-mobile-station-item{padding:1rem 0}.listen-mobile-station-header{margin-bottom:.75rem}.listen-mobile-station-label{font-family:Roboto,sans-serif;font-size:clamp(.85rem,2.5vw,1rem);color:#fff;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.listen-mobile-station-value{display:flex;align-items:center;gap:.75rem;font-family:Roboto,sans-serif;font-size:1.45rem;color:#fff;font-weight:500}.listen-mobile-station-value span{font-weight:600}.listen-mobile-station-icon{width:20px;height:20px;flex-shrink:0;color:#fff}.listen-mobile-station-divider{height:1px;background:#ffffff40;margin:.5rem 0}.scroll-arrows-mobile{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.scroll-arrow-mobile{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.scroll-arrow-mobile svg{width:18px;height:18px;color:#fff;transition:all .3s ease}.scroll-arrow-mobile:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.scroll-arrow-mobile:active{transform:translateY(0) scale(.95)}.scroll-arrow-mobile:hover svg{color:#ff6b35;transform:scale(1.1)}.listen-mobile-slider{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2rem 2rem 0;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:auto;scroll-padding:0 2rem}.listen-mobile-slider:active{cursor:grabbing}.listen-mobile-slider::-webkit-scrollbar{display:none}.listen-mobile-slider{-ms-overflow-style:none;scrollbar-width:none}.listen-mobile-card-link{flex:0 0 70vw;max-width:300px;min-width:250px;text-decoration:none;color:inherit;scroll-snap-align:start}.listen-mobile-card{width:100%;height:100%;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none;animation:pulse-border 2s ease-in-out infinite;box-shadow:inset 0 0 2rem #fff3;min-height:400px}.listen-mobile-card:hover{transform:translateY(-10px)}@keyframes pulse-border{0%{border-color:#ffffff4d;box-shadow:0 0 #fff6}50%{border-color:#fffc;box-shadow:0 0 0 4px #ffffff1a}to{border-color:#ffffff4d;box-shadow:0 0 #fff6}}.listen-mobile-card-content{padding:1.5rem 1.5rem 0;text-align:center}.listen-mobile-card-content h3{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.listen-mobile-card-content h4{font-size:1rem;font-weight:600;color:#f7c77c;margin-bottom:.75rem}.listen-mobile-card-content p{color:#e0e0e0;font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.listen-mobile-app-button{margin-bottom:.5rem}.listen-mobile-app-button img{width:200px;height:auto;border-radius:8px;padding:0;pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.listen-mobile-card-img{display:flex;justify-content:center;align-items:center;flex:1;min-height:15rem}.listen-mobile-card-img img{height:15rem;min-height:15rem;width:auto;max-width:100%;object-fit:contain;border-radius:0;margin:0 auto;pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}@media(max-width:480px){.listen-mobile-header{margin-bottom:1.5rem;gap:1rem}.listen-mobile-title-top{font-size:clamp(1.5rem,5vw,2rem)}.listen-mobile-desc{font-size:clamp(.8rem,2.5vw,1rem)}.listen-mobile-stations{padding:0 1.5rem 2rem}.listen-mobile-stations-title{font-size:clamp(1.2rem,4vw,2rem);margin-bottom:1.5rem}.listen-mobile-stations-list{padding:1rem}.listen-mobile-card-link{flex:0 0 75vw;min-width:220px}.listen-mobile-card-link.first-card{margin-left:1.5rem}.listen-mobile-card{min-height:350px}.listen-mobile-card-content{padding:1rem 1rem 0}.listen-mobile-app-button img{width:100px}.listen-mobile-card-img{min-height:15rem}.listen-mobile-card-img img{height:15rem;min-height:15rem}.scroll-arrow-mobile{width:40px;height:40px}.scroll-arrow-mobile svg{width:16px;height:16px}}@media(max-width:360px){.listen-mobile-card-link{flex:0 0 80vw;min-width:200px}.listen-mobile-card-link.first-card{margin-left:1rem}.listen-mobile-card{min-height:320px}.listen-mobile-card-content{padding:.75rem .75rem 0}.listen-mobile-app-button img{width:90px}.listen-mobile-card-img{min-height:15rem}.listen-mobile-card-img img{height:15rem;min-height:15rem}}:where(.yza) img{width:100%;height:100%;object-fit:cover}.slider:where(.yza){position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:pan-y}:where(.yza) .slide{position:absolute;width:45vw;height:100%;overflow:hidden;background:#333;border:1px solid #666;will-change:transform;backface-visibility:hidden;transform:translateZ(0)}:where(.yza) .slide-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;text-transform:uppercase;font-size:.8rem;font-weight:500;line-height:1;background-color:#000;padding:.2rem .4rem;pointer-events:none;z-index:3;white-space:nowrap}:where(.yza) .thumbnail-wheel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;pointer-events:none;z-index:2}:where(.yza) .thumbnail-item{position:absolute;width:35px;height:50px;overflow:hidden}@media(max-width:1000px){:where(.yza) .slide{width:75vw}:where(.yza) .thumbnail-item{width:20px;height:30px}}.yza-mobile{color:#fff;display:flex;flex-direction:column;align-items:center;overflow:hidden;position:relative;width:100%;padding-top:0;padding-bottom:0;background:transparent}.yza-mobile-title-container{position:relative;width:100%;padding:0 2rem}.yza-mobile-carousel-container{position:relative;width:100%;padding:0 2rem 2rem}.yza-mobile-carousel{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:1rem 2rem 1rem 0;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:auto;scroll-snap-stop:normal;overscroll-behavior-x:contain}.yza-mobile-carousel:active{cursor:grabbing}.yza-mobile-carousel::-webkit-scrollbar{display:none}.yza-mobile-carousel{-ms-overflow-style:none;scrollbar-width:none}.yza-mobile-slide{flex:0 0 70vw;max-width:300px;min-width:250px;scroll-snap-align:start;position:relative}.yza-mobile-slide:first-child{padding-left:1rem}.yza-mobile-slide.active{opacity:1}.yza-mobile-slide-image{width:100%;height:500px;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0006;position:relative}.yza-mobile-slide-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.yza-mobile-slide-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;z-index:1}.yza-mobile-slide-gradient{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,.4),transparent);pointer-events:none}.yza-mobile-slide-title{position:relative;z-index:2;font-family:Poppins,sans-serif;font-weight:800;font-size:clamp(1.25rem,6vw,2rem);color:#fff;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1.5rem;padding:0 1.5rem;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.5)}.yza-mobile-slide:hover .yza-mobile-slide-image img{transform:scale(1.05)}@media(max-width:768px)and (min-width:481px){.yza-mobile-title{font-size:clamp(1.8rem,6vw,2.5rem)}.yza-mobile-title-container{padding:0 1rem}.yza-mobile-carousel-container{padding:0 1rem 1.5rem}.yza-mobile{padding-top:0;padding-bottom:0}.yza-mobile-slide{flex:0 0 75vw}.yza-mobile-slide-image{height:450px}}@media(max-width:480px){.yza-mobile-title{font-size:clamp(1.5rem,5vw,2rem)}.yza-mobile-title-container{padding:0 1.5rem}.yza-mobile-carousel-container{padding:0 1.5rem 2rem;gap:.5rem}.yza-mobile{padding-top:0;padding-bottom:0}.yza-mobile-nav-arrow{width:40px;height:40px}.yza-mobile-nav-arrow svg{width:18px;height:18px}.yza-mobile-slide{flex:0 0 75vw;min-width:220px}.yza-mobile-slide-image{height:400px;border-radius:20px}}@media(max-width:360px){.yza-mobile-slide-image{height:250px}}.spotlight-wrap{position:relative;width:100%}.spotlight{position:sticky;top:0;width:100%;height:100vh;overflow:hidden;background:#000}.spotlight-bg{position:absolute;inset:0;z-index:0}.spotlight-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .8s ease}.spotlight-bg-img.is-active{opacity:1}.spotlight-bg-overlay{position:absolute;inset:0;background:#0000008c;z-index:1}.spotlight-grid{position:absolute;inset:0;z-index:2;display:grid;grid-template-columns:1fr 1.3fr 1fr;align-items:center;padding:0 4%;gap:2rem}.spotlight-contact{justify-self:start;color:#fff;max-width:340px}.spotlight-contact p{font-size:1.05rem;font-weight:500;line-height:1.2;margin:0;padding-top:14px}.spotlight-contact-eyebrow{text-transform:uppercase;letter-spacing:.05em;font-weight:700!important;padding-top:0!important}.spotlight-names-viewport{justify-self:center;width:100%;height:480px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 28%,#000 72%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 28%,#000 72%,transparent)}.spotlight-names{list-style:none;margin:0;padding:0;transition:transform .6s cubic-bezier(.22,1,.36,1)}.spotlight-name{height:96px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:2.5rem;font-weight:600;line-height:1.05;color:#fff;opacity:.25;transition:opacity .4s ease}.spotlight-name.is-active{opacity:1}.spotlight-action{justify-self:end}.spotlight-cta{display:inline-flex;align-items:center;gap:7px;padding:14px 26px;background:#fff;color:#111;font-size:.95rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;text-decoration:none;border-radius:999px;box-shadow:0 8px 24px #0000004d;transition:background .2s ease,box-shadow .2s ease,transform .15s ease}.spotlight-cta:hover{background:#ececec;box-shadow:0 10px 28px #0006;transform:scale(1.03)}.spotlight-cta-icon{display:inline-flex;align-items:center;transform:translateY(-1px)}.spotlight-cta-icon svg{display:block}@media(max-width:1100px){.spotlight-grid{grid-template-columns:1fr 1fr;grid-template-areas:"names names" "contact action";align-content:center;gap:3rem 2rem}.spotlight-names-viewport{grid-area:names;height:360px}.spotlight-name{height:80px;font-size:2rem}.spotlight-contact{grid-area:contact}.spotlight-action{grid-area:action;align-self:center}}.frames-mobile{color:#fff;display:flex;flex-direction:column;align-items:center;overflow:hidden;position:relative;width:100%;padding-top:0;padding-bottom:3rem;background:transparent}.frames-mobile-title-container{position:relative;width:100%;padding:0 2rem}.mobile-title-card .mobile-title-content{z-index:2;display:flex;flex-direction:column;align-items:center;gap:.85rem}.frames-mobile-banner-btn{display:inline-flex;align-items:center;background:#fff;color:#111;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;text-decoration:none;padding:9px 18px;border-radius:999px;white-space:nowrap;box-shadow:0 4px 14px #0000004d}.frames-mobile-carousel-container{position:relative;width:100%;padding:0 2rem 2rem}.frames-mobile-carousel{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:1rem 2rem 1rem 0;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:auto;scroll-snap-stop:normal;overscroll-behavior-x:contain}.frames-mobile-carousel:active{cursor:grabbing}.frames-mobile-carousel::-webkit-scrollbar{display:none}.frames-mobile-carousel{-ms-overflow-style:none;scrollbar-width:none}.frames-mobile-slide{flex:0 0 70vw;max-width:300px;min-width:250px;scroll-snap-align:start;position:relative}.frames-mobile-slide:first-child{padding-left:1rem}.frames-mobile-slide-image{width:100%;height:500px;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0006;position:relative}.frames-mobile-slide-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.frames-mobile-slide-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;z-index:1}.frames-mobile-slide-gradient{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,.4),transparent);pointer-events:none}.frames-mobile-slide-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:.7rem;margin-bottom:1.5rem;padding:0 1.25rem}.frames-mobile-ad-btn{display:inline-flex;align-items:center;gap:5px;background:#fff;color:#111;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;text-decoration:none;padding:8px 16px;border-radius:999px;white-space:nowrap;box-shadow:0 4px 14px #00000059}.frames-mobile-ad-btn svg{display:block}.frames-mobile-slide-title{position:relative;z-index:2;font-family:Poppins,sans-serif;font-weight:800;font-size:clamp(1.25rem,6vw,2rem);color:#fff;text-transform:uppercase;letter-spacing:.1em;margin:0;padding:0 1.5rem;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.5)}.frames-mobile-slide:hover .frames-mobile-slide-image img{transform:scale(1.05)}.frames-mobile-slide-link{text-decoration:none;color:inherit;display:block}@media(max-width:768px)and (min-width:481px){.frames-mobile-title{font-size:clamp(1.8rem,6vw,2.5rem)}.frames-mobile-title-container{padding:0 1rem}.frames-mobile-carousel-container{padding:0 1rem 1.5rem}.frames-mobile{padding-top:0;padding-bottom:0}.frames-mobile-slide{flex:0 0 75vw}.frames-mobile-slide-image{height:450px}}@media(max-width:480px){.frames-mobile-title{font-size:clamp(1.5rem,5vw,2rem)}.frames-mobile-title-container{padding:0 1.5rem}.frames-mobile-carousel-container{padding:0 1.5rem 2rem;gap:.5rem}.frames-mobile{padding-top:0;padding-bottom:0}.frames-mobile-nav-arrow{width:40px;height:40px}.frames-mobile-nav-arrow svg{width:18px;height:18px}.frames-mobile-slide{flex:0 0 75vw;min-width:220px}.frames-mobile-slide-image{height:400px;border-radius:20px}}@media(max-width:360px){.frames-mobile-slide-image{height:250px}}.aurora-container{width:100%;height:100%;position:relative;display:block}.aurora-container canvas{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;display:block!important;margin:0!important;padding:0!important}.latest{position:relative;background:#000;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:6rem 0}.latest-inner{max-width:1300px;margin:0 auto;padding:0 4%}.latest-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3rem}.latest-eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#9a9a9a}.latest-dot{width:8px;height:8px;border-radius:50%;background:#ff3b30;box-shadow:0 0 10px #ff3b30;animation:latest-pulse 1.6s infinite}@keyframes latest-pulse{0%,to{opacity:1}50%{opacity:.35}}.latest-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.01em;color:#fff;margin:.6rem 0 0}.latest-more{display:inline-flex;align-items:center;gap:9px;flex-shrink:0;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:12px 24px;color:#fff;text-decoration:none;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease}.latest-more svg{transition:transform .2s ease}.latest-more:hover{background:#fff;color:#000;border-color:#fff}.latest-more:hover svg{transform:translate(3px)}.latest-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:2.5rem}.latest-meta{font-size:.85rem;color:#888;margin:0}.latest-sep{opacity:.6;margin:0 .15rem}.latest-featured{display:flex;flex-direction:column;text-decoration:none;color:inherit}.latest-featured-img{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:14px;overflow:hidden;background:#111;margin-bottom:1.35rem}.latest-featured-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.latest-featured:hover .latest-featured-img img{transform:scale(1.04)}.latest-chip{position:absolute;top:1rem;left:1rem;background:#0009;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:6px 12px;border-radius:6px}.latest-featured-title{font-size:1.85rem;font-weight:700;line-height:1.2;color:#fff;margin:0 0 .75rem;transition:color .2s ease}.latest-featured:hover .latest-featured-title{color:#cfcfcf}.latest-featured-excerpt{font-size:1rem;line-height:1.55;color:#999;margin:0 0 1.1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.latest-list{display:flex;flex-direction:column}.latest-item{display:flex;gap:1.25rem;padding:1.5rem 0;text-decoration:none;color:inherit;border-bottom:1px solid rgba(255,255,255,.1)}.latest-item:first-child{padding-top:0}.latest-item:last-child{border-bottom:none;padding-bottom:0}.latest-item-img{flex:0 0 130px;height:100px;border-radius:10px;overflow:hidden;background:#111}.latest-item-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.latest-item:hover .latest-item-img img{transform:scale(1.05)}.latest-item-body{display:flex;flex-direction:column;gap:.5rem}.latest-chip-sm{align-self:flex-start;background:#1f1f1f;color:#ddd;font-size:.66rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:3px 9px;border-radius:5px}.latest-item-title{font-size:1.1rem;font-weight:600;line-height:1.3;color:#fff;margin:0;transition:color .2s ease}.latest-item:hover .latest-item-title{color:#cfcfcf}@media(max-width:900px){.latest{padding:4rem 0}.latest-header{flex-direction:column;align-items:flex-start;gap:1.25rem;margin-bottom:2rem}.latest-grid{grid-template-columns:1fr;gap:2.5rem}.latest-featured-title{font-size:1.45rem}}.simple-footer{position:relative;z-index:2;background-color:#0f0f0f;color:beige;padding:3rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer-logo img,.footer-logo Image{width:700px;height:auto;object-fit:contain}.footer-logo img{width:700px!important;max-width:100%!important;height:auto!important}.footer-apps{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.pill-btn{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:.5rem 1rem;color:beige;text-decoration:none;font-size:.9rem;transition:all .2s ease}.pill-btn svg{font-size:1.1rem}.pill-btn:hover{background:#00ff6233;border-color:#00ff6266;color:#00ff62}.footer-contact{text-align:center;margin:1rem 0}.footer-contact h3{color:beige;font-size:1.2rem;margin-bottom:.75rem;font-weight:600}.contact-info{display:flex;flex-direction:column;gap:.5rem}.contact-info p{margin:0;color:beige;font-size:1.3rem;line-height:1.4}.contact-info a{color:#00ff62;text-decoration:none;transition:color .2s ease}.contact-info a:hover{color:beige;text-decoration:underline}.footer-socials{display:flex;gap:1rem;justify-content:center}.footer-socials a{font-size:2.2rem;color:beige;transition:color .2s ease}.footer-socials a:hover{color:#00ff62}@media(max-width:768px){.footer-logo img,.footer-logo Image{width:350px!important}.pill-btn{font-size:.85rem;padding:.45rem .9rem}.footer-contact h3{font-size:1.1rem}.contact-info p{font-size:1.25rem}.simple-footer{padding-bottom:6em}}.footer-legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-top:28px;font-size:13px;color:#f5f5dc99}.footer-legal a{color:#f5f5dccc;text-decoration:underline;text-underline-offset:3px}.footer-legal a:hover{color:#fff}.home-seo{position:relative;z-index:2;background:#0f0f0f;border-top:1px solid rgba(255,255,255,.1);color:#fff}.home-seo-inner{max-width:1120px;margin:0 auto;padding:3rem 1.5rem 2.5rem}.home-seo-copy{font-family:Roboto,system-ui,sans-serif;font-weight:400;font-size:.98rem;line-height:1.72;color:#ffffffad;max-width:78ch}.home-seo-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:2.5rem}.home-seo-links h2{font-family:Poppins,system-ui,sans-serif;font-weight:600;font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:#c4b59c;margin-bottom:.9rem}.home-seo-links ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.home-seo-links a{font-family:Roboto,system-ui,sans-serif;font-weight:500;font-size:.9rem;color:#ffffffb8;text-decoration:none}.home-seo-links a:hover{color:#fbf6c1}@media(max-width:768px){.home-seo-inner{padding:2.25rem 1.15rem 2rem}}.about-page{background:transparent;color:#fff;font-family:Roboto,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden;position:relative}:where(.about-page) .about-page-aurora{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;z-index:0;pointer-events:none}.about-page:before{content:"";position:fixed;inset:0;background:#0006;z-index:-1;pointer-events:none}@media(max-width:768px){.about-page:before{display:none}:where(.about-page) .about-page-aurora{display:block}body.global-bg:has(.about-page){background-image:none!important;background-color:#000!important}body.global-bg:has(.about-page):before{display:none}:where(.about-page) .about-section{background:#000000b3!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:none!important;position:relative;z-index:1}:where(.about-page) .parallax-banner,:where(.about-page) .hero-section,:where(.about-page) .story-section,:where(.about-page) .mission-section,:where(.about-page) .impact-section,:where(.about-page) .connect-section{position:relative;z-index:1}}:where(.about-page) .parallax-banner{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:768px){:where(.about-page) .parallax-banner{display:none}}:where(.about-page) .banner-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;opacity:0;transition:opacity 1.5s ease-in-out;z-index:1}:where(.about-page) .banner-bg-image.active{opacity:1}:where(.about-page) .banner-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#000c,#0009);display:flex;align-items:center;justify-content:center;z-index:2}:where(.about-page) .banner-content{text-align:center;z-index:3;animation:fadeInUp 1.5s ease-out;position:relative}:where(.about-page) .banner-logo-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}:where(.about-page) .banner-logo-container{width:450px!important;min-width:450px!important;max-width:450px!important;height:auto!important;display:flex;align-items:center;justify-content:center;contain:layout style paint;margin-bottom:2rem}:where(.about-page) .banner-logo{width:450px!important;height:auto!important;max-width:450px!important;display:block;margin:0 auto;opacity:1;transform:scale(1);transition:opacity 1s ease-in-out,transform 1s ease-in-out;will-change:opacity,transform;object-fit:contain}@media(max-width:768px){:where(.about-page) .banner-logo-container{width:400px!important;min-width:400px!important;max-width:400px!important}:where(.about-page) .banner-logo{width:400px!important;max-width:400px!important}}:where(.about-page) .floating-elements{position:absolute;inset:0;pointer-events:none;z-index:1}:where(.about-page) .floating-element{position:absolute;background:linear-gradient(45deg,#ff6b35,#ff6b354d);border-radius:50%;opacity:.6}:where(.about-page) .element-1{width:20px;height:20px;top:20%;left:10%;animation:float 3s ease-in-out infinite}:where(.about-page) .element-2{width:15px;height:15px;top:60%;right:15%;animation:float 4s ease-in-out infinite reverse}:where(.about-page) .element-3{width:25px;height:25px;bottom:30%;left:20%;animation:float 5s ease-in-out infinite}:where(.about-page) .banner-title{font-size:4rem;font-weight:900;margin-bottom:1rem;background:linear-gradient(45deg,#ff6b35,#fff,#ff6b35);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease-in-out infinite}:where(.about-page) .banner-subtitle{font-size:1.5rem;font-weight:300;letter-spacing:.1em;text-transform:uppercase;opacity:.9;animation:fadeInUp 1.5s ease-out .5s both}:where(.about-page) .section-label{font-size:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ff6b35;margin-bottom:1rem;display:block;font-family:Roboto,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}:where(.about-page) .hero-section{background:#0000008c;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.05);padding:6rem 2rem;min-height:60vh;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}@media(min-width:769px){:where(.about-page) .hero-section{display:none}}:where(.about-page) .hero-mobile-header{display:none;width:100%;margin-bottom:3rem}:where(.about-page) .hero-mobile-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:100%;margin:0 auto;gap:2rem}:where(.about-page) .hero-mobile-logo-section{display:flex;justify-content:center;align-items:center;flex:0 0 auto}:where(.about-page) .hero-mobile-play-section{display:flex;justify-content:center;align-items:center;flex:0 0 auto}:where(.about-page) .hero-mobile-logo-container{width:400px!important;min-width:400px!important;max-width:400px!important;height:auto!important;display:flex;align-items:center;justify-content:center;contain:layout style paint;filter:none!important;box-shadow:none!important}:where(.about-page) .hero-mobile-logo{width:400px!important;height:auto!important;max-width:400px!important;display:block;margin:0 auto;opacity:1;transform:scale(1);transition:opacity 1s ease-in-out,transform 1s ease-in-out;will-change:opacity,transform;object-fit:contain}@media(max-width:480px){:where(.about-page) .hero-mobile-logo-container{width:350px!important;min-width:350px!important;max-width:350px!important}:where(.about-page) .hero-mobile-logo{width:350px!important;max-width:350px!important}}@media(max-width:400px){:where(.about-page) .hero-mobile-logo-container{width:300px!important;min-width:300px!important;max-width:300px!important}:where(.about-page) .hero-mobile-logo{width:300px!important;max-width:300px!important}}@media(max-width:768px){:where(.about-page) .hero-mobile-header{display:flex}:where(.about-page) .hero-play-button{display:none}}:where(.about-page) .image-container{position:relative;display:inline-block}:where(.about-page) .hero-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center}:where(.about-page) .hero-center{max-width:800px;text-align:center;display:flex;flex-direction:column;align-items:center}:where(.about-page) .hero-title{font-size:48px;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff;position:relative;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}:where(.about-page) .hero-description{font-size:1.5rem;color:#fff;margin-bottom:2rem;line-height:1.6;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}:where(.about-page) .cta-button{background-color:#ff6b35;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}:where(.about-page) .cta-button:hover{background-color:#e55a2b;transform:translateY(-2px)}:where(.about-page) .story-section{padding:6rem 2rem;background:#0000008c;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden}:where(.about-page) .story-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}:where(.about-page) .story-image{position:relative;width:100%;height:500px;border-radius:12px;animation:zoomIn 1.5s ease-out;transition:transform .3s ease;z-index:2;overflow:hidden}:where(.about-page) .story-image:hover{transform:scale(1.05)}:where(.about-page) .section-title{font-size:48px;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff;position:relative;z-index:2;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}:where(.about-page) .section-description{font-size:1.375rem;color:#fff;line-height:1.7;position:relative;z-index:2;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}:where(.about-page) .mission-section{padding:6rem 2rem;background:#0000008c;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.05);text-align:center}:where(.about-page) .mission-content{max-width:800px;margin:0 auto}:where(.about-page) .impact-section{padding:6rem 2rem;background:#0000008c;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.05)}:where(.about-page) .impact-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}:where(.about-page) .impact-video{width:100%;height:400px;border-radius:12px;object-fit:cover}:where(.about-page) .impact-image{position:relative;width:100%;height:400px;border-radius:12px;overflow:hidden}:where(.about-page) .hero-section .play-button-container{margin-top:2rem;margin-bottom:3rem}:where(.about-page) .connect-section{padding:6rem 2rem;background:#0000008c;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.05);text-align:center}:where(.about-page) .connect-content{max-width:100%;margin:0 auto;padding:0 1rem}:where(.about-page) p.section-description.play-pad{padding-bottom:4em}@media(max-width:768px){:where(.about-page) p.section-description.play-pad{padding-bottom:0}:where(.about-page) .banner-title{font-size:2.5rem}:where(.about-page) .banner-subtitle{font-size:1.2rem}:where(.about-page) .banner-logo{width:250px;height:250px}:where(.about-page) .hero-section{padding:3rem 1.5rem;min-height:auto}:where(.about-page) .story-section,:where(.about-page) .mission-section,:where(.about-page) .impact-section,:where(.about-page) .connect-section{padding:3rem 1.5rem}:where(.about-page) .story-content,:where(.about-page) .impact-content{grid-template-columns:1fr;gap:2rem}:where(.about-page) .mission-section{text-align:left}:where(.about-page) .mission-content{text-align:left}:where(.about-page) .hero-mobile-logo{width:300px;max-width:85%}:where(.about-page) .hero-title{font-size:32px}:where(.about-page) .section-title{font-size:32px}:where(.about-page) .hero-description{font-size:1.125rem}:where(.about-page) .section-description{font-size:1.125rem}:where(.about-page) .hero-single-image{height:300px;padding:1rem}}@media(max-width:480px){:where(.about-page) .hero-section{padding:2rem 1rem}:where(.about-page) .story-section,:where(.about-page) .mission-section,:where(.about-page) .impact-section,:where(.about-page) .connect-section{padding:2rem 1rem}:where(.about-page) .hero-mobile-header{gap:1.5rem;margin-bottom:2rem}:where(.about-page) .hero-title{font-size:28px}:where(.about-page) .section-title{font-size:28px}:where(.about-page) .hero-description{font-size:1rem}:where(.about-page) .section-description{font-size:1rem}:where(.about-page) .hero-single-image{height:250px;padding:.5rem}}.slider:where(.arc){position:relative;width:100vw;height:100svh;background-color:#000;overflow:hidden}:where(.arc) .slide,:where(.arc) .slide-img{position:absolute;top:0;left:0;width:100vw;height:100svh}:where(.arc) .slide-img:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:35%;background:linear-gradient(to top,rgba(0,0,0,.75),transparent);pointer-events:none;z-index:1}:where(.arc) .slide{will-change:transform}:where(.arc) .slide-header{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:75%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;z-index:1}:where(.arc) .slide-description{width:60%;text-align:center;margin-bottom:1rem}:where(.arc) .slide-info{position:absolute;left:0;bottom:2rem;width:100vw;padding:0 2rem;display:flex;justify-content:space-between;align-items:flex-end}:where(.arc) .slide-tags{display:flex;flex-direction:column}:where(.arc) .slide-index-wrapper{display:flex}:where(.arc) .slide-index-wrapper p{text-align:center;width:2rem}:where(.arc) .slide-tags p:first-child{margin-bottom:1rem}:where(.arc) .line,:where(.arc) .word{position:relative;display:inline-block;will-change:transform;z-index:1}@media(max-width:1000px){:where(.arc) h1{font-size:2rem;letter-spacing:0}:where(.arc) p{font-size:.8rem}:where(.arc) .slide-header{top:50%;bottom:unset;transform:translate(-50%,-50%);width:90%}:where(.arc) .slide-description{width:100%}:where(.arc) .slide-img:after{height:50%}}.contact-form-section{background:#000000bf;padding:2rem 2rem 6rem;position:relative;z-index:10;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}:where(.contact-form-section) .contact-form-container{max-width:1200px;margin:0 auto;background:#042729;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #0000001a;color:#fff}:where(.contact-form-section) .contact-form-title{font-size:2.5rem;font-weight:700;line-height:1.1;margin:0 0 .75rem;color:#fff;text-align:center}:where(.contact-form-section) .contact-form-title .orange-period{color:#ff4800}:where(.contact-form-section) .contact-form-subtitle{font-size:1.0625rem;line-height:1.6;color:#fff;opacity:.85;margin:0 auto 2.5rem;max-width:40rem;text-align:center}:where(.contact-form-section) .contact-form{display:flex;flex-direction:column;gap:1.5rem}:where(.contact-form-section) .contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}:where(.contact-form-section) .contact-form-field{display:flex;flex-direction:column;gap:.5rem}:where(.contact-form-section) .contact-form-field-full{width:100%}:where(.contact-form-section) .contact-form-label{font-size:.9375rem;font-weight:600;color:#fff;letter-spacing:.01em}:where(.contact-form-section) .contact-form-input{width:100%;padding:.875rem 1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:1rem;font-family:inherit;line-height:1.4;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;box-sizing:border-box}:where(.contact-form-section) .contact-form-input::placeholder{color:#ffffff73}:where(.contact-form-section) .contact-form-input:focus{outline:none;border-color:#ff6b35;background:#ffffff17;box-shadow:0 0 0 3px #ff6b352e}:where(.contact-form-section) .contact-form-input:disabled{opacity:.6;cursor:not-allowed}:where(.contact-form-section) .contact-form-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1.5l5 5 5-5' fill='none' stroke='%23ff6b35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.75rem;cursor:pointer}:where(.contact-form-section) .contact-form-select option{background:#042729;color:#fff}:where(.contact-form-section) .contact-form-textarea{resize:vertical;min-height:140px;font-family:inherit}:where(.contact-form-section) .contact-form-hp{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}:where(.contact-form-section) .contact-form-actions{display:flex;justify-content:center;margin-top:.5rem}:where(.contact-form-section) .contact-form-submit{display:inline-block;background:#ff6b35;color:#fff;padding:1rem 2.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .3s ease,transform .2s ease;min-width:200px}:where(.contact-form-section) .contact-form-submit:hover:not(:disabled){background:#e55a2b;transform:translateY(-1px)}:where(.contact-form-section) .contact-form-submit:disabled{opacity:.7;cursor:not-allowed}:where(.contact-form-section) .contact-form-status{text-align:center;font-size:1rem;margin:.5rem 0 0;padding:.875rem 1rem;border-radius:8px}:where(.contact-form-section) .contact-form-status-success{background:#48bb7826;color:#68d391;border:1px solid rgba(72,187,120,.3)}:where(.contact-form-section) .contact-form-status-error{background:#f5656526;color:#fc8181;border:1px solid rgba(245,101,101,.3)}@media(max-width:768px){.contact-form-section{padding:1.5rem 1rem 4rem}:where(.contact-form-section) .contact-form-container{padding:2rem 1.5rem}:where(.contact-form-section) .contact-form-title{font-size:2rem}:where(.contact-form-section) .contact-form-subtitle{font-size:1rem;margin-bottom:2rem}:where(.contact-form-section) .contact-form-grid{grid-template-columns:1fr;gap:1.25rem}:where(.contact-form-section) .contact-form-submit{width:100%;min-width:0}}@media(max-width:480px){:where(.contact-form-section) .contact-form-container{padding:1.5rem 1.25rem}:where(.contact-form-section) .contact-form-title{font-size:1.75rem}:where(.contact-form-section) .contact-form-input{padding:.8125rem .875rem;font-size:16px}}:where(.contact-v2-page) .radio-pill.media-kit{width:200px}.contact-v2-page{color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;min-height:100vh;position:relative}:where(.contact-v2-page) .contact-aurora{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;z-index:0;pointer-events:none}:where(.contact-v2-page) .get-in-touch-section{background:#000000bf;padding:6rem 2rem 8rem;position:relative;overflow:hidden}:where(.contact-v2-page) .contact-mobile-header{display:none;width:100%;margin-bottom:3rem}:where(.contact-v2-page) .hero-mobile-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:100%;margin:0 auto;gap:2rem}:where(.contact-v2-page) .hero-mobile-logo-section{display:flex;justify-content:center;align-items:center;flex:0 0 auto}:where(.contact-v2-page) .hero-mobile-play-section{display:flex;justify-content:center;align-items:center;flex:0 0 auto}:where(.contact-v2-page) .contact-mobile-logo-container{width:400px!important;min-width:400px!important;max-width:400px!important;height:auto!important;display:flex;align-items:center;justify-content:center;contain:layout style paint;filter:none!important;box-shadow:none!important}:where(.contact-v2-page) .contact-mobile-logo{width:400px!important;height:auto!important;max-width:400px!important;display:block;margin:0 auto;opacity:1;transform:scale(1);transition:opacity 1s ease-in-out,transform 1s ease-in-out;will-change:opacity,transform;object-fit:contain}@media(max-width:480px){:where(.contact-v2-page) .contact-mobile-logo-container{width:350px!important;min-width:350px!important;max-width:350px!important}:where(.contact-v2-page) .contact-mobile-logo{width:350px!important;max-width:350px!important}}@media(max-width:400px){:where(.contact-v2-page) .contact-mobile-logo-container{width:300px!important;min-width:300px!important;max-width:300px!important}:where(.contact-v2-page) .contact-mobile-logo{width:300px!important;max-width:300px!important}}:where(.contact-v2-page) .get-in-touch-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}:where(.contact-v2-page) .get-in-touch-left{color:#fff}:where(.contact-v2-page) .get-in-touch-title{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}:where(.contact-v2-page) .orange-period{color:#ff6b35}:where(.contact-v2-page) .get-in-touch-description{font-size:1.25rem;line-height:1.6;opacity:.9;max-width:500px}:where(.contact-v2-page) .get-in-touch-right{display:flex;justify-content:center;align-items:center}:where(.contact-v2-page) .logo-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}:where(.contact-v2-page) .contact-logo-container{width:400px!important;min-width:400px!important;max-width:400px!important;height:auto!important;display:flex;align-items:center;justify-content:center;contain:layout style paint}:where(.contact-v2-page) .contact-logo{width:400px!important;height:auto!important;max-width:400px!important;display:block;margin:0 auto;opacity:1;transform:scale(1);transition:opacity 1s ease-in-out,transform 1s ease-in-out;will-change:opacity,transform;object-fit:contain}:where(.contact-v2-page) .contact-desktop-play-button-wrapper{display:flex;justify-content:flex-start;align-items:center;margin-bottom:2rem;width:100%}:where(.contact-v2-page) .contact-desktop-play-button-wrapper>*{margin-left:0;margin-right:auto}@media(max-width:768px){:where(.contact-v2-page) .contact-logo-container{width:220px!important;min-width:220px!important;max-width:220px!important}:where(.contact-v2-page) .contact-logo{width:220px!important;max-width:220px!important}:where(.contact-v2-page) .contact-desktop-play-button-wrapper{display:none}}@media(max-width:480px){:where(.contact-v2-page) .contact-logo-container{width:200px!important;min-width:200px!important;max-width:200px!important}:where(.contact-v2-page) .contact-logo{width:200px!important;max-width:200px!important}}:where(.contact-v2-page) .contact-cards-section{background:#000000bf;padding:0 2rem;position:relative;z-index:10}:where(.contact-v2-page) .contact-cards-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}:where(.contact-v2-page) .contact-card{background:#042729;border-radius:12px;padding:3rem;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;margin-top:-3rem}:where(.contact-v2-page) .contact-card-sales{background:#042729;border-radius:12px;padding:3rem;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;margin-top:-3rem}:where(.contact-v2-page) .contact-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}:where(.contact-v2-page) .card-icon{width:60px;height:60px;background:#ff4800;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem;color:#fff}:where(.contact-v2-page) .card-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}:where(.contact-v2-page) .card-title-sales{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}:where(.contact-v2-page) .card-description{font-size:1rem;line-height:1.6;color:#fff;margin-bottom:1.5rem}:where(.contact-v2-page) .card-description-sales{font-size:1rem;line-height:1.6;color:#fff;margin-bottom:1.5rem}:where(.contact-v2-page) .card-phone,:where(.contact-v2-page) .card-email{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}:where(.contact-v2-page) .card-email a{color:#fff;text-decoration:none}:where(.contact-v2-page) .card-phone a{color:#fff;text-decoration:none}:where(.contact-v2-page) .card-phone a:hover,:where(.contact-v2-page) .card-email a:hover{color:#ff6b35;text-decoration:underline}:where(.contact-v2-page) .card-button{margin-top:1rem}:where(.contact-v2-page) .card-button a{display:inline-block;background:#ff6b35;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background .3s ease}:where(.contact-v2-page) .card-button a:hover{background:#e55a2b}:where(.contact-v2-page) .global-offices-section{background:#000000bf;padding:3.5rem 2rem 6rem}:where(.contact-v2-page) .global-offices-title{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:2.5rem;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}:where(.contact-v2-page) .global-offices-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;background:#042729;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}:where(.contact-v2-page) .office-map{position:relative;height:100%}:where(.contact-v2-page) .office-image{width:100%;height:100%;object-fit:cover}:where(.contact-v2-page) .office-info{padding:3rem;color:#fff}:where(.contact-v2-page) .office-heading{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}:where(.contact-v2-page) .office-address,:where(.contact-v2-page) .office-contact,:where(.contact-v2-page) .office-email,:where(.contact-v2-page) .office-social{margin-bottom:2rem}:where(.contact-v2-page) .office-address p,:where(.contact-v2-page) .office-contact p,:where(.contact-v2-page) .office-email p{margin:.5rem 0;color:#fff;font-size:20px}:where(.contact-v2-page) .office-contact h4,:where(.contact-v2-page) .office-email h4,:where(.contact-v2-page) .office-social h4{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:#fff}:where(.contact-v2-page) .office-contact a,:where(.contact-v2-page) .office-email a{color:#fff;text-decoration:none}:where(.contact-v2-page) .office-contact a:hover,:where(.contact-v2-page) .office-email a:hover{color:#ff6b35;text-decoration:underline}:where(.contact-v2-page) .social-links{display:flex;gap:1rem;margin-top:.5rem}:where(.contact-v2-page) .social-links a{width:60px;height:60px;background:#ff6b35;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease;font-size:1.5rem}:where(.contact-v2-page) .social-links a svg{width:1.5rem;height:1.5rem}:where(.contact-v2-page) .social-links a:hover{background:#042729;color:#fff;transform:translateY(-2px)}@media(max-width:768px){:where(.contact-v2-page) .contact-aurora{display:block}:where(.contact-v2-page) .get-in-touch-section,:where(.contact-v2-page) .contact-cards-section,:where(.contact-v2-page) .global-offices-section{position:relative;z-index:1}:where(.contact-v2-page) .contact-mobile-header{display:flex}:where(.contact-v2-page) .get-in-touch-content{grid-template-columns:1fr;gap:2rem;text-align:center}:where(.contact-v2-page) .get-in-touch-right{display:none}:where(.contact-v2-page) .get-in-touch-title{font-size:32px;margin-top:2rem}:where(.contact-v2-page) .get-in-touch-description{margin:0 auto;max-width:36rem;font-size:1.0625rem;margin-bottom:1rem}:where(.contact-v2-page) .contact-cards-container{grid-template-columns:1fr;gap:1.5rem}:where(.contact-v2-page) .global-offices-content{grid-template-columns:1fr}:where(.contact-v2-page) .office-image{height:250px}:where(.contact-v2-page) .contact-card-sales,:where(.contact-v2-page) .contact-card{padding:2rem;margin-top:0}:where(.contact-v2-page) .card-icon{width:52px;height:52px;font-size:1.25rem}:where(.contact-v2-page) .card-title,:where(.contact-v2-page) .card-title-sales{font-size:1.375rem}:where(.contact-v2-page) .card-description,:where(.contact-v2-page) .card-description-sales{font-size:.9875rem}:where(.contact-v2-page) .card-phone,:where(.contact-v2-page) .card-email{font-size:1.125rem}:where(.contact-v2-page) .card-button a{width:100%;text-align:center}:where(.contact-v2-page) .get-in-touch-section{padding:3rem 1.5rem 1rem}:where(.contact-v2-page) .contact-cards-section{padding:1rem 1rem 1.5rem}:where(.contact-v2-page) .global-offices-section{padding:0 1rem 4rem}}@media(max-width:480px){:where(.contact-v2-page) .get-in-touch-section{padding:2rem 1rem 4rem}:where(.contact-v2-page) .contact-mobile-header{gap:1.5rem;margin-bottom:2rem}:where(.contact-v2-page) .get-in-touch-title{font-size:28px;margin-top:2rem}:where(.contact-v2-page) .global-offices-title{font-size:2rem}:where(.contact-v2-page) .contact-card-sales,:where(.contact-v2-page) .contact-card{padding:1.5rem}:where(.contact-v2-page) .office-info{padding:2rem}:where(.contact-v2-page) .logo-container{width:180px;height:120px}:where(.contact-v2-page) .contact-logo{max-width:160px}:where(.contact-v2-page) .social-links{justify-content:center}:where(.contact-v2-page) .office-address p,:where(.contact-v2-page) .office-contact p,:where(.contact-v2-page) .office-email p{font-size:.975rem}}:where(.live-on-air) .horizontal-schedule-wrapper{padding:4rem 2rem 8rem;color:beige;overflow:hidden}:where(.live-on-air) .scroll-hint{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}:where(.live-on-air) .arrows{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#ccc;font-weight:500;background-color:#ffffff0d;padding:.4rem 1rem;border-radius:999px;animation:fadePulse 3s ease-in-out infinite}:where(.live-on-air) .arrow{font-size:1.2rem;opacity:.7}@keyframes fadePulse{0%,to{opacity:.5}50%{opacity:1}}:where(.live-on-air) .day-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.live-on-air{padding:1rem 4rem;color:beige}:where(.live-on-air) .live-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}:where(.live-on-air) .live-title-section{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1rem}:where(.live-on-air) .live-title{margin-right:auto}:where(.live-on-air) .day-tabs-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}:where(.live-on-air) .scroll-arrows{display:flex;gap:.5rem;flex-shrink:0}:where(.live-on-air) .scroll-arrows-header{display:flex;margin-left:auto}:where(.live-on-air) .scroll-arrow{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:beige}:where(.live-on-air) .scroll-arrow:hover{background:#ff6b3533;border-color:#ff6b3566;color:#ff6b35;transform:scale(1.1)}:where(.live-on-air) .scroll-arrow svg{width:20px;height:20px}:where(.live-on-air) .live-title{font-size:1.4rem;margin:0;text-align:left;font-weight:600;text-transform:uppercase}:where(.live-on-air) .live-play-button{flex-shrink:0}:where(.live-on-air) .day-tabs-scroll{display:flex;overflow-x:auto;gap:.75rem;padding-bottom:1rem;scrollbar-width:none;flex:1;min-width:0}:where(.live-on-air) .day-tabs-scroll::-webkit-scrollbar{display:none}:where(.live-on-air) .day-tab{background:#ffffff0d;border:1px solid rgb(255 255 255 / 33%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.5rem 1rem;border-radius:999px;white-space:nowrap;cursor:pointer;transition:all .3s ease}:where(.live-on-air) .day-tab.active{background:#f18a21;color:#fff;font-weight:600}:where(.live-on-air) .live-dot{display:inline-block;margin-left:8px;width:10px;height:10px;background-color:#00ff62;border-radius:50%;box-shadow:0 0 8px #00ff62;animation:blink 1s infinite;vertical-align:middle;margin-right:.5rem}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}:where(.live-on-air) .horizontal-scroll-track{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;padding:1rem 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;scroll-behavior:smooth}:where(.live-on-air) .horizontal-scroll-track::-webkit-scrollbar{display:none}:where(.live-on-air) .horizontal-scroll-track:active{cursor:grabbing}:where(.live-on-air) .talent-card{flex:0 0 auto;width:260px;border-radius:16px;scroll-snap-align:start;background:#ffffff0d;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);pointer-events:auto}:where(.live-on-air) .play-button-card{display:flex;flex-direction:column}:where(.live-on-air) .play-button-card-image{width:100%;height:320px;display:flex;align-items:center;justify-content:center;border-radius:16px 16px 0 0;background-image:url(https://for-media.b-cdn.net/projects/rbr/nyc-skyline000-jpg.webp);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}:where(.live-on-air) .play-button-card-image:before{content:"";position:absolute;inset:0;background:#0009;border-radius:16px 16px 0 0;z-index:1}:where(.live-on-air) .play-button-card-image .play-button-container{position:relative;z-index:2}:where(.live-on-air) .talent-card:hover{transform:scale(1.05)}:where(.live-on-air) .talent-card img,:where(.live-on-air) .talent-card-image{width:100%;height:320px;object-fit:cover;border-radius:16px 16px 0 0;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}:where(.live-on-air) .talent-info{padding:1rem}:where(.live-on-air) .talent-info h3,:where(.live-on-air) .talent-info p{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none}:where(.live-on-air) .talent-info h3{margin:0;font-size:1.2rem}:where(.live-on-air) .show-time{font-weight:700;margin-top:.5rem}:where(.live-on-air) .topic{font-size:.9rem;color:#fff}:where(.live-on-air) .talent-info .talent{font-size:.87rem;padding-top:5px}:where(.live-on-air) .radio-controls{display:flex;flex-direction:column;align-items:center;gap:1rem}:where(.live-on-air) .volume-slider{width:100px;accent-color:#4ade80}:where(.live-on-air) .radio-wrapper{padding:6rem 2rem;color:beige;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}:where(.live-on-air) .radio-info{display:flex;flex-direction:column;align-items:center;gap:.5rem}:where(.live-on-air) .radio-art{width:200px;height:200px;border-radius:12px;object-fit:cover;box-shadow:0 0 25px #0006}:where(.live-on-air) .radio-topic{font-size:2rem;font-weight:700;margin-top:1rem}:where(.live-on-air) .radio-talent{font-size:1.1rem;opacity:.9}:where(.live-on-air) .radio-time{font-size:.95rem;opacity:.7}:where(.live-on-air) .radio-player-controls{display:flex;flex-direction:column;align-items:center;gap:1rem}:where(.live-on-air) .play-btn{width:70px;height:70px;border-radius:50%;background:beige;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 0 12px #0006;transition:transform .2s ease}:where(.live-on-air) .play-btn:hover{transform:scale(1.05)}:where(.live-on-air) .play-btn svg{width:28px;height:28px;fill:#111}@media(max-width:768px){.live-on-air{padding:0 1rem 1rem;color:beige;padding-top:0!important;border-top:none!important}:where(.live-on-air) .live-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%}:where(.live-on-air) .live-title-section{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:1rem}:where(.live-on-air) .live-title{text-align:left;margin:0}:where(.live-on-air) .live-play-button{display:none}:where(.live-on-air) .scroll-arrows-header{display:flex!important;margin-left:auto;gap:.5rem}:where(.live-on-air) .day-tabs-wrapper{flex-direction:column;align-items:flex-start;gap:.5rem}:where(.live-on-air) .day-tabs-scroll{width:100%}:where(.live-on-air) .day-tabs-wrapper .scroll-arrows{display:none}:where(.live-on-air) .archive-hero{padding-top:0}:where(.live-on-air) .scroll-arrow{width:35px;height:35px}:where(.live-on-air) .scroll-arrow svg{width:18px;height:18px}}.featured-wrapper{padding:2.5rem 4rem 1.5rem 4em;color:beige}:where(.featured-wrapper) .featured-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}:where(.featured-wrapper) .featured-title{font-size:1.4rem;margin:0;text-align:left;font-weight:600;text-transform:uppercase}:where(.featured-wrapper) .scroll-arrows{display:flex;gap:.5rem}:where(.featured-wrapper) .scroll-arrow{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:beige}:where(.featured-wrapper) .scroll-arrow:hover{background:#ff6b3533;border-color:#ff6b3566;color:#ff6b35;transform:scale(1.1)}:where(.featured-wrapper) .scroll-arrow svg{width:20px;height:20px}:where(.featured-wrapper) .featured-track{display:flex;overflow-x:auto;scrollbar-width:none;padding-bottom:.5rem;scroll-behavior:smooth;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}:where(.featured-wrapper) .featured-track:active{cursor:grabbing}:where(.featured-wrapper) .featured-track::-webkit-scrollbar{display:none}:where(.featured-wrapper) .featured-card{flex:0 0 auto;text-align:center;width:120px;transition:transform .2s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}:where(.featured-wrapper) .featured-card:hover{transform:translateY(-2px)}:where(.featured-wrapper) .featured-img{width:100px;height:100px;border-radius:50%;overflow:hidden;margin:0 auto .5rem;border:2px solid rgba(255,255,255,.1)}:where(.featured-wrapper) .featured-img img{width:100%;height:100%;object-fit:cover;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}:where(.featured-wrapper) .featured-name{font-size:.85rem;font-weight:500;margin:0}:where(.featured-wrapper) .featured-topic{font-size:.75rem;color:#aaa;margin:.25rem 0 0}@media(max-width:768px){.featured-wrapper{padding:2rem 1rem 1.5rem;color:beige}:where(.featured-wrapper) .featured-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%}:where(.featured-wrapper) .featured-title{text-align:left;margin:0}:where(.featured-wrapper) .scroll-arrows{margin-left:auto}:where(.featured-wrapper) .scroll-arrow{width:35px;height:35px}:where(.featured-wrapper) .scroll-arrow svg{width:16px;height:16px}}:where(.hero-banner) .herobanner-section{padding:0;margin:0;width:100%;height:auto}.hero-banner{display:flex;justify-content:center;align-items:stretch;padding:0;margin:0;color:beige;width:100%;height:auto}:where(.hero-banner) .hero-left{display:flex;justify-content:center;align-items:stretch;width:100%;max-width:100%;height:auto}@media(min-width:769px){:where(.hero-banner) .herobanner-section{padding:0!important}.hero-banner{padding:0!important}:where(.hero-banner) .hero-left{max-width:100%!important;width:100%!important}}:where(.hero-banner) .hero-slide{position:relative;width:100%;min-height:300px;height:auto;aspect-ratio:auto;border-radius:16px;overflow:visible}:where(.hero-banner) .hero-slide img,:where(.hero-banner) .hero-slide video,:where(.hero-banner) .hero-slide-image{width:100%;height:auto;object-fit:contain;border-radius:0;display:block;position:relative}@media(max-width:900px){.hero-banner{padding:1rem}:where(.hero-banner) .herobanner-section{padding:0}:where(.hero-banner) .hero-left{width:100%}:where(.hero-banner) .hero-slide{max-height:300px}:where(.hero-banner) .hero-slide img,:where(.hero-banner) .hero-slide video{width:100%;height:auto;object-fit:contain;display:block}}.marquee{position:relative;width:100%;overflow:hidden;padding:120px 0;background:transparent}.marquee-wrapper{display:flex;position:relative;width:fit-content;will-change:transform}.marquee h1{text-transform:uppercase;font-family:Nippo;font-weight:400;font-size:8rem;line-height:90%;letter-spacing:-.5rem;white-space:nowrap;padding-right:50px;will-change:transform;color:var(--foreground, #f3ede2)}.marquee,.marquee-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.live-page{background:transparent;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden;position:relative}:where(.live-page) .live-page-aurora{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;z-index:0;pointer-events:none}.live-page:before{content:"";position:fixed;inset:0;background:#0006;z-index:-1;pointer-events:none}@media(max-width:768px){.live-page:before{display:none}:where(.live-page) .live-page-aurora{display:block}body.global-bg:has(.live-page){background-image:none!important;background-color:#000!important}body.global-bg:has(.live-page):before{display:none}:where(.live-page) .live-section{background:#000000b3!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:none!important;position:relative;z-index:1}:where(.live-page) .parallax-banner,:where(.live-page) .hero-section,:where(.live-page) .schedule-scroll-section,:where(.live-page) .featured-section,:where(.live-page) .video-section{position:relative;z-index:1}}:where(.live-page) .parallax-banner{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:768px){:where(.live-page) .parallax-banner{display:none}}:where(.live-page) .banner-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;opacity:0;transition:opacity 1.5s ease-in-out;z-index:1}:where(.live-page) .banner-bg-image.active{opacity:1}:where(.live-page) .banner-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#000c,#0009);display:flex;align-items:center;justify-content:center;z-index:2}:where(.live-page) .banner-content{text-align:center;z-index:3;animation:fadeInUp 1.5s ease-out;position:relative}:where(.live-page) .banner-logo-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}:where(.live-page) .banner-logo-container{width:600px!important;min-width:600px!important;max-width:600px!important;height:auto!important;display:flex;align-items:center;justify-content:center;contain:layout style paint;margin-bottom:2rem}:where(.live-page) .banner-logo{width:600px!important;height:auto!important;max-width:600px!important;display:block;margin:0 auto;opacity:1;transform:scale(1);transition:opacity 1s ease-in-out,transform 1s ease-in-out;will-change:opacity,transform;object-fit:contain}@media(max-width:768px){:where(.live-page) .banner-logo-container{width:400px!important;min-width:400px!important;max-width:400px!important}:where(.live-page) .banner-logo{width:400px!important;max-width:400px!important}}:where(.live-page) .floating-elements{position:absolute;inset:0;pointer-events:none;z-index:1}:where(.live-page) .floating-element{position:absolute;background:linear-gradient(45deg,#ff6b35,#ff6b354d);border-radius:50%;opacity:.6}:where(.live-page) .element-1{width:20px;height:20px;top:20%;left:10%;animation:float 3s ease-in-out infinite}:where(.live-page) .element-2{width:15px;height:15px;top:60%;right:15%;animation:float 4s ease-in-out infinite reverse}:where(.live-page) .element-3{width:25px;height:25px;bottom:30%;left:20%;animation:float 5s ease-in-out infinite}:where(.live-page) .banner-title{font-size:4rem;font-weight:900;margin-bottom:1rem;background:linear-gradient(45deg,#ff6b35,#fff,#ff6b35);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease-in-out infinite}:where(.live-page) .banner-subtitle{font-size:1.5rem;font-weight:300;letter-spacing:.1em;text-transform:uppercase;opacity:.9;animation:fadeInUp 1.5s ease-out .5s both}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}:where(.live-page) .section-label{font-size:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ff6b35;margin-bottom:1rem;display:block;animation:slideInLeft 1s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}:where(.live-page) .hero-section{background:#0000008c;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:none;padding:4rem 0 2rem;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;min-height:fit-content}@media(min-width:769px){:where(.live-page) .hero-section{padding:3rem 2rem 1rem!important}:where(.live-page) .hero-content{max-width:100%!important;width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important}:where(.live-page) .herobanner-section{display:block!important;width:100%!important;margin:0!important;padding:0!important;visibility:visible!important;opacity:1!important;height:auto!important}:where(.live-page) .hero-section .hero-content .herobanner-section .hero-banner{display:flex!important;visibility:visible!important;opacity:1!important}:where(.live-page) .hero-mobile-header{display:none!important}}@media(max-width:768px){:where(.live-page) .hero-section{padding-top:2rem!important;padding-bottom:0!important}:where(.live-page) .herobanner-section{display:none!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden}:where(.live-page) .hero-section .hero-content{display:none!important;height:0!important;margin:0!important;padding:0!important}:where(.live-page) .hero-mobile-header{display:flex!important}}:where(.live-page) .hero-mobile-header{display:none;width:100%;margin-bottom:3rem}:where(.live-page) .hero-mobile-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:100%;margin:0 auto;gap:2rem}:where(.live-page) .hero-mobile-logo-section{display:flex;justify-content:center;align-items:center;flex:0 0 auto}:where(.live-page) .hero-mobile-play-section{display:flex;justify-content:center;align-items:center;flex:0 0 auto}:where(.live-page) .hero-mobile-logo-container{width:400px!important;min-width:400px!important;max-width:400px!important;height:auto!important;display:flex;align-items:center;justify-content:center;contain:layout style paint;filter:none!important;box-shadow:none!important}:where(.live-page) .hero-mobile-logo{width:400px!important;height:auto!important;max-width:400px!important;display:block;margin:0 auto;opacity:1;transform:scale(1);transition:opacity 1s ease-in-out,transform 1s ease-in-out;will-change:opacity,transform;object-fit:contain}@media(max-width:480px){:where(.live-page) .hero-mobile-logo-container{width:350px!important;min-width:350px!important;max-width:350px!important}:where(.live-page) .hero-mobile-logo{width:350px!important;max-width:350px!important}}@media(max-width:400px){:where(.live-page) .hero-mobile-logo-container{width:300px!important;min-width:300px!important;max-width:300px!important}:where(.live-page) .hero-mobile-logo{width:300px!important;max-width:300px!important}}@media(max-width:768px){:where(.live-page) .hero-mobile-header{display:flex}:where(.live-page) .hero-play-button{display:none}}:where(.live-page) .image-container{position:relative;display:inline-block}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(1deg)}}:where(.live-page) .hero-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center}:where(.live-page) .hero-center{max-width:800px;text-align:center;display:flex;flex-direction:column;align-items:center}:where(.live-page) .hero-title{font-size:48px;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff;animation:slideInUp 1s ease-out .3s both;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes expandLine{0%{width:0}to{width:100px}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}:where(.live-page) .hero-description{font-size:1.5rem;color:#fff;margin-bottom:2rem;line-height:1.6}:where(.live-page) .cta-button{background-color:#ff6b35;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}:where(.live-page) .cta-button:hover{background-color:#e55a2b;transform:translateY(-2px)}:where(.live-page) .story-section{padding:6rem 2rem;background:#0000008c;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden}@keyframes shimmer{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}:where(.live-page) .story-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}:where(.live-page) .story-image{width:100%;height:500px;object-fit:cover;border-radius:12px;animation:zoomIn 1.5s ease-out;transition:transform .3s ease;position:relative;z-index:2}:where(.live-page) .story-image:hover{transform:scale(1.05)}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}:where(.live-page) .section-title{font-size:48px;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff;animation:slideInUp 1s ease-out .3s both;position:relative;z-index:2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}:where(.live-page) .section-description{font-size:1.375rem;color:#fff;line-height:1.7;position:relative;z-index:2}:where(.live-page) .mission-section{padding:6rem 2rem;background:#0000008c;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.05);text-align:center}:where(.live-page) .mission-content{max-width:800px;margin:0 auto}:where(.live-page) .impact-section{padding:6rem 2rem;background:#0000008c;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.05)}:where(.live-page) .impact-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}:where(.live-page) .impact-video{width:100%;height:400px;border-radius:12px;object-fit:cover}:where(.live-page) .impact-image{width:100%;height:400px;border-radius:12px;object-fit:cover}:where(.live-page) .hero-section .play-button-container{margin-top:2rem;margin-bottom:3rem}:where(.live-page) .connect-section{padding:6rem 2rem;background:#0000008c;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.05);text-align:center}:where(.live-page) .connect-content{max-width:100%;margin:0 auto;padding:0 1rem}:where(.live-page) .video-section{padding:3rem 2rem;background:#0000008c!important;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:none;position:relative;overflow:hidden;height:auto!important}@media(min-width:769px){:where(.live-page) .video-section.live-section{padding-bottom:6rem!important}}:where(.live-page) .video-container{max-width:1200px;margin:0 auto;position:relative;width:100%}:where(.live-page) .video-section .fullscreen-video{width:100%;height:auto;border-radius:12px;object-fit:cover;position:relative!important;top:auto!important;left:auto!important;z-index:auto!important}:where(.live-page) .schedule-scroll-section,:where(.live-page) .featured-section{padding:3rem 2rem;background:#0000008c;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:none;position:relative;overflow:hidden}:where(.live-page) .schedule-scroll-section.live-section{padding-bottom:0!important}:where(.live-page) .featured-section.live-section{padding-top:0!important}@media(max-width:768px){:where(.live-page) .banner-title{font-size:2.5rem}:where(.live-page) .banner-subtitle{font-size:1.2rem}:where(.live-page) .banner-logo{width:250px;height:250px}:where(.live-page) .hero-section{padding:2rem 1rem 1rem;min-height:auto}:where(.live-page) .story-section,:where(.live-page) .mission-section,:where(.live-page) .impact-section,:where(.live-page) .connect-section,:where(.live-page) .schedule-scroll-section,:where(.live-page) .featured-section,:where(.live-page) .video-section{padding:2rem 1rem}:where(.live-page) .schedule-scroll-section.live-section{padding-bottom:0!important}:where(.live-page) .featured-section.live-section{padding-top:0!important}:where(.live-page) .story-content,:where(.live-page) .impact-content{grid-template-columns:1fr;gap:2rem}:where(.live-page) .mission-section{text-align:left}:where(.live-page) .mission-content{text-align:left}:where(.live-page) .hero-mobile-logo{width:300px;max-width:85%}:where(.live-page) .hero-title{font-size:32px}:where(.live-page) .section-title{font-size:32px}:where(.live-page) .hero-description{font-size:1.125rem}:where(.live-page) .section-description{font-size:1.125rem}:where(.live-page) .hero-single-image{height:300px;padding:1rem}}@media(max-width:480px){:where(.live-page) .hero-section{padding:1.5rem 1rem .5rem}:where(.live-page) .story-section,:where(.live-page) .mission-section,:where(.live-page) .impact-section,:where(.live-page) .connect-section,:where(.live-page) .schedule-scroll-section,:where(.live-page) .featured-section,:where(.live-page) .video-section{padding:1.5rem 1rem}:where(.live-page) .schedule-scroll-section.live-section{padding-bottom:0!important}:where(.live-page) .featured-section.live-section{padding-top:0!important}:where(.live-page) .hero-mobile-header{gap:1.5rem;margin-bottom:2rem}:where(.live-page) .hero-title{font-size:28px}:where(.live-page) .section-title{font-size:28px}:where(.live-page) .hero-description{font-size:1rem}:where(.live-page) .section-description{font-size:1rem}:where(.live-page) .hero-single-image{height:250px;padding:.5rem}}.talent-profile{display:flex;min-height:100vh;background:#1a1a1a;color:beige}.profile-image-wrapper{flex:1;position:relative}.profile-full-img{width:100%;height:100%;object-fit:cover;border-right:2px solid rgba(255,255,255,.1)}.profile-right{flex:1.2;display:flex;flex-direction:column;gap:.75rem;padding:3rem 2rem;justify-content:center}.profile-card{display:flex;align-items:center;gap:1rem;background:#ffffff0d;border-radius:12px;padding:1rem 1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #0000004d;text-align:left}.profile-img{width:70px;height:70px;border-radius:50%;object-fit:cover;flex-shrink:0;box-shadow:0 0 12px #00ff6266}.profile-details{display:flex;flex-direction:column;justify-content:center;text-align:left;padding-left:1rem}.profile-name{font-size:1.1rem;font-weight:500;margin:0}.profile-topic{font-size:.95rem;opacity:.8;margin:.2rem 0}.profile-time{display:inline-block;margin-top:.2rem;padding:.25rem .75rem;border-radius:999px;background:#ffffff1a;font-size:.8rem;color:#f6e39f;width:fit-content}.glass-card{background:#ffffff0f;border-radius:12px;padding:1.5rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 4px 20px #0000004d}.glass-card h3{margin-bottom:1rem;font-size:1.1rem;letter-spacing:1px;font-weight:400}.pill-group{display:flex;gap:.75rem;flex-wrap:wrap}.pill{padding:.4rem 1rem;border-radius:999px;background:#ffffff1a;color:beige;text-decoration:none;transition:all .2s ease;font-size:.85rem}.pill:hover{background:#00ff6226;border-color:#00ff6280;color:#00ff62}@media(max-width:900px){.talent-profile{flex-direction:column}.profile-image-wrapper{height:240px;flex:none}.profile-full-img{height:100%;border-right:none;border-bottom:2px solid rgba(255,255,255,.1)}.profile-right{padding:2rem 1.5rem;justify-content:flex-start}.profile-card{text-align:center}.profile-img{width:140px;height:140px}}.rb-legal{background:#0f0f0f;color:beige;padding:72px 24px 96px;font-family:Roboto,Poppins,system-ui,sans-serif}.rb-legal__inner{max-width:760px;margin:0 auto}.rb-legal h1{font-family:Poppins,system-ui,sans-serif;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.15;margin:0 0 6px;color:#fff}.rb-legal__meta{color:#f5f5dca6;font-size:14px;margin:0 0 28px}.rb-legal h2{font-family:Poppins,system-ui,sans-serif;font-size:20px;font-weight:600;margin:34px 0 10px;color:#fff}.rb-legal h3{font-size:16px;font-weight:600;margin:18px 0 6px;color:#fff}.rb-legal p{font-size:16px;line-height:1.65;margin:0 0 12px;color:#f5f5dce0}.rb-legal ul{margin:0 0 14px;padding-left:22px}.rb-legal li{font-size:16px;line-height:1.6;margin:4px 0;color:#f5f5dce0}.rb-legal a{color:#ff6b35;text-decoration:underline;text-underline-offset:3px}.rb-legal hr{border:0;border-top:1px solid rgba(255,255,255,.12);margin:32px 0 16px}.rb-legal__copy{font-size:13px;color:#f5f5dc8c}@media(max-width:600px){.rb-legal{padding:48px 18px 72px}.rb-legal p,.rb-legal li{font-size:15px}}.seo-page{position:relative;z-index:2;color:#fff}.seo-main{max-width:1120px;margin:0 auto;padding:3.5rem 1.5rem 4rem}.seo-hero{border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:2.25rem}.seo-kicker{font-family:Roboto,system-ui,sans-serif;font-weight:500;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:#c4b59c;margin-bottom:1rem}.seo-page h1{font-family:Poppins,system-ui,sans-serif;font-weight:700;font-size:clamp(2rem,5.2vw,3.4rem);line-height:1.05;letter-spacing:-.02em;max-width:18ch}.seo-lede{font-family:Roboto,system-ui,sans-serif;font-weight:500;font-size:clamp(1.02rem,1.9vw,1.3rem);line-height:1.5;color:#ffffffd1;max-width:62ch;margin-top:1.1rem}.seo-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem;margin-top:1.8rem}.seo-listen{display:inline-flex;align-items:center;gap:.55rem;font-family:Poppins,system-ui,sans-serif;font-weight:600;font-size:.92rem;letter-spacing:.02em;color:#0f0f0f;background:#fbf6c1;border:0;padding:.78rem 1.4rem;cursor:pointer;transition:background .16s ease}.seo-listen:hover{background:#fff}.seo-listen-dot{width:8px;height:8px;border-radius:50%;background:#e0413a;box-shadow:0 0 #e0413ab3;animation:seo-live 2s infinite}@keyframes seo-live{70%{box-shadow:0 0 0 8px #e0413a00}to{box-shadow:0 0 #e0413a00}}.seo-secondary{font-family:Roboto,system-ui,sans-serif;font-weight:500;font-size:.92rem;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.28);padding:.75rem 1.25rem;transition:border-color .16s ease,background .16s ease}.seo-secondary:hover{border-color:#fff9;background:#ffffff0f}.seo-signal{font-family:Roboto,system-ui,sans-serif;font-weight:500;font-size:.88rem;color:#fff9;margin-top:1.35rem;max-width:70ch}.seo-body{margin-top:2.5rem;max-width:68ch;display:flex;flex-direction:column;gap:1.1rem}.seo-body p{font-family:Roboto,system-ui,sans-serif;font-weight:400;font-size:1.02rem;line-height:1.72;color:#ffffffd1}.seo-section{margin-top:3.5rem}.seo-page h2{font-family:Poppins,system-ui,sans-serif;font-weight:600;font-size:clamp(1.25rem,2.4vw,1.7rem);letter-spacing:-.01em;margin-bottom:1.25rem}.seo-note{font-family:Roboto,system-ui,sans-serif;font-weight:400;font-size:.9rem;color:#ffffff8c;margin-top:1rem}.seo-note a{color:#fbf6c1;text-decoration:none;border-bottom:1px solid rgba(251,246,193,.4)}.seo-shows{list-style:none;border-top:1px solid rgba(255,255,255,.12)}.seo-shows li{display:grid;grid-template-columns:1.1fr 1fr 1.2fr;gap:1rem;align-items:baseline;padding:.95rem 0;border-bottom:1px solid rgba(255,255,255,.12)}.seo-show-name{font-family:Poppins,system-ui,sans-serif;font-weight:600;font-size:.98rem}.seo-show-host,.seo-show-when{font-family:Roboto,system-ui,sans-serif;font-weight:400;font-size:.92rem;color:#ffffff9e}.seo-genres{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem 2rem}.seo-genre h3{font-family:Poppins,system-ui,sans-serif;font-weight:600;font-size:1.02rem;margin-bottom:.45rem}.seo-genre h3 a{color:#fbf6c1;text-decoration:none}.seo-genre p{font-family:Roboto,system-ui,sans-serif;font-weight:400;font-size:.94rem;line-height:1.62;color:#ffffffad}.seo-stories{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.75rem 1.5rem}.seo-story{display:flex;flex-direction:column;text-decoration:none;color:inherit}.seo-story-img{display:block;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#1a1a1a;margin-bottom:.85rem}.seo-story-img img{width:100%;height:100%;object-fit:cover;transition:transform .42s ease}.seo-story:hover .seo-story-img img{transform:scale(1.04)}.seo-story-img-empty{background:linear-gradient(135deg,#1c1c1c,#262019)}.seo-story-meta{font-family:Roboto,system-ui,sans-serif;font-weight:500;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#c4b59c;margin-bottom:.4rem}.seo-story-title{font-family:Poppins,system-ui,sans-serif;font-weight:600;font-size:1rem;line-height:1.35}.seo-story-excerpt{font-family:Roboto,system-ui,sans-serif;font-weight:400;font-size:.9rem;line-height:1.55;color:#fff9;margin-top:.45rem}.seo-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;border-top:1px solid rgba(255,255,255,.12);padding-top:2.5rem}.seo-links h2{font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#c4b59c;margin-bottom:.9rem}.seo-links ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.seo-links a{font-family:Roboto,system-ui,sans-serif;font-weight:500;font-size:.92rem;color:#ffffffc7;text-decoration:none}.seo-links a:hover{color:#fbf6c1}@media(max-width:768px){.seo-main{padding:2.25rem 1.15rem 3rem}.seo-page h1{max-width:none}.seo-shows li{grid-template-columns:1fr;gap:.25rem}.seo-actions{gap:.55rem}}.seo-day{margin-top:1.75rem}.seo-day h3{font-family:Poppins,system-ui,sans-serif;font-weight:600;font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:#c4b59c;margin-bottom:.6rem}:root{--background: #0f0f0f;--foreground: #fbf6c1;--foreground-secondary: #30726e;--foreground-tertiary: #c4b59c;--background-light: #eee1ce;--foreground-light: #255956;--textonpage: #fff}@font-face{font-family:Poppins;src:url(https://for-media.b-cdn.net/projects/rbr/fonts/Poppins-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(https://for-media.b-cdn.net/projects/rbr/fonts/Poppins-SemiBold.ttf) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Poppins;src:url(https://for-media.b-cdn.net/projects/rbr/fonts/Poppins-Bold.ttf) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Roboto;src:url(https://for-media.b-cdn.net/projects/rbr/fonts/Roboto-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Roboto;src:url(https://for-media.b-cdn.net/projects/rbr/fonts/Roboto-Medium.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Roboto;src:url(https://for-media.b-cdn.net/projects/rbr/fonts/Roboto-Bold.ttf) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Inter;src:url(https://for-media.b-cdn.net/projects/rbr/fonts/Inter-VariableFont.ttf) format("truetype");font-weight:400;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}.global-bg{background:url(https://for-media.b-cdn.net/projects/rbr/micbg-bw-90kb.webp) center/cover no-repeat fixed!important;background-color:#000!important;min-height:100vh;color:#fff;position:relative}.global-bg:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#000000bf;z-index:-1;pointer-events:none}@media(max-width:768px){body.global-bg:has(.contact-v2-page){background-image:none!important;background-color:#000!important}body.global-bg:has(.contact-v2-page):before{display:none!important}}@media(max-width:768px){body.global-bg:has(.home-page){background-image:none!important;background-color:#000!important}body.global-bg:has(.home-page):before{display:none!important}}html,body{width:100%;height:100%;color:var(--textonpage)}img{width:100%;height:100%;object-fit:cover}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:400;color:var(--textonpage);line-height:1.1}h1{font-size:4rem;font-weight:700}h2{font-size:2.5rem}h3{font-size:1.75rem}p,span,li,a{font-family:Roboto,sans-serif;font-weight:400;line-height:1.6;color:var(--textonpage)}a{text-decoration:none;transition:color .3s ease}a:hover{color:var(--foreground)}.container{position:relative;width:100%;padding:4em}@media(max-width:900px){h1{font-size:2.5rem}h2{font-size:1.8rem}.container{padding:2em}}.floating-play-button{position:fixed;bottom:20px;right:20px;z-index:1000;pointer-events:auto;margin-bottom:2em}.floating-play-button .play-button-container{border-radius:50%}@media(max-width:768px){.floating-play-button{bottom:15px;right:15px}}@media(max-width:480px){.floating-play-button{bottom:10px;right:10px}}.video-section{width:100%;height:100vh;position:relative;overflow:hidden}.video-container{width:100%;height:100%;position:relative}.fullscreen-video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}@media(max-width:768px){.video-section{height:70vh}}@media(max-width:480px){.video-section{height:60vh}}
