.video-modal__backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.video-modal__content{aspect-ratio:9/16;border-radius:16px;width:min(90vw,400px);position:relative;overflow:hidden;box-shadow:0 0 60px #0009}.video-modal__iframe{border:none;width:100%;height:100%}.video-modal__close{width:40px;height:40px;color:var(--foreground);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:background .2s;display:flex;position:absolute;top:-48px;right:0}.video-modal__close:hover,.video-modal__close:focus-visible{outline:2px solid var(--accent);outline-offset:2px;background:#fff3}
.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}
