.video-modal__backdrop{width:100%;max-width:none;height:100%;max-height:none;color:var(--foreground);background:0 0;border:0;margin:0;padding:56px 16px 16px;position:fixed;inset:0}.video-modal__backdrop[open]{justify-content:center;align-items:center;display:flex}.video-modal__backdrop::backdrop{background:#000000e0}.video-modal__content{aspect-ratio:9/16;background:#15111c;border-radius:12px;width:min(90vw,400px,56.25dvh - 49.5px);position:relative}.video-modal__iframe{border:0;border-radius:12px;width:100%;height:100%;position:relative}.video-modal__close{color:#fff;cursor:pointer;background:#20192c;border:1px solid #a69ab6;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:28px;display:flex;position:absolute;top:-52px;right:0}.video-modal__close:hover{background:#392b4b}.video-modal__loading{color:#e8e0f5;place-items:center;margin:0;display:grid;position:absolute;inset:0}
.video-carousel{width:100%;position:relative;overflow:hidden}.video-carousel__stage{perspective:1000px;-webkit-user-select:none;user-select:none;cursor:grab;justify-content:center;align-items:center;height:clamp(500px,75vh,720px);display:flex;position:relative}.video-carousel__stage:active{cursor:grabbing}.video-carousel__slide{background:var(--card);border:1px solid var(--border);cursor:pointer;will-change:transform,opacity;border-radius:16px;width:min(85vw,400px);transition:transform .5s cubic-bezier(.25,.46,.45,.94),opacity .5s cubic-bezier(.25,.46,.45,.94);position:absolute;overflow:hidden}.video-carousel__thumbnail-wrap{aspect-ratio:9/16;position:relative;overflow:hidden}.video-carousel__thumbnail{object-fit:cover;width:100%;height:100%}.video-carousel__play-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.video-carousel__play-icon{background:#00000080;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:background .2s,transform .2s;display:flex}.video-carousel__play-btn:hover .video-carousel__play-icon,.video-carousel__play-btn:focus-visible .video-carousel__play-icon{background:#000000b3;transform:scale(1.08)}.video-carousel__play-btn:focus-visible .video-carousel__play-icon{outline:2px solid var(--accent);outline-offset:2px}.video-carousel__artist-name{color:var(--foreground);background:linear-gradient(#0000,#000000b3);padding:24px 16px 16px;font-size:clamp(14px,2vw,18px);font-weight:600;position:absolute;bottom:0;left:0;right:0}.video-carousel__video-title{color:var(--muted);margin-top:4px;font-size:clamp(11px,1.5vw,13px)}.video-carousel__dots{justify-content:center;gap:8px;margin-top:clamp(16px,3vw,24px);display:flex}.video-carousel__dot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s}.video-carousel__dot--active{background:var(--accent)}.video-carousel__more{justify-content:center;margin-top:clamp(16px,3vw,24px);display:flex}.video-carousel__more-link{color:var(--accent);border:1px solid var(--accent);border-radius:9999px;padding:8px 24px;font-size:clamp(13px,1.5vw,15px);font-weight:500;text-decoration:none;transition:background .2s,color .2s}.video-carousel__more-link:hover,.video-carousel__more-link:focus-visible{background:var(--accent);color:var(--background)}@media (max-width:640px){.video-carousel__stage{height:clamp(400px,70vh,600px)}.video-carousel__slide{width:75vw}.video-carousel__play-icon{width:48px;height:48px}.video-carousel__play-icon svg{width:18px;height:18px}}@media (min-width:641px) and (max-width:768px){.video-carousel__slide{width:55vw}}@media (prefers-reduced-motion:reduce){.video-carousel__slide,.video-carousel__play-icon,.video-carousel__dot{transition:none}}
.video-reel{background:var(--bg-deep,#060609);flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:560px;padding:4rem 1.5rem;display:flex;position:relative;overflow:hidden}.video-reel__aurora{pointer-events:none;position:absolute;inset:0;overflow:hidden}.video-reel__orb{filter:blur(80px);border-radius:50%;position:absolute}.video-reel__orb--1{background:var(--aurora-indigo,#8b6914);opacity:.06;width:600px;height:600px;top:10%;left:-10%}.video-reel__orb--2{background:var(--aurora-purple,#d4a853);opacity:.05;width:500px;height:500px;top:5%;right:-10%}.video-reel__container{z-index:1;width:100%;max-width:900px;position:relative}.video-reel__header{text-align:center;margin-bottom:2rem}.video-reel__title{color:var(--foreground);letter-spacing:2px;margin:0;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700}
