.VideoGallery-module__P_YkhW__section{padding:var(--section-y) 0;background:#fff;position:relative}.VideoGallery-module__P_YkhW__sectionHeader{text-align:center;max-width:700px;margin:0 auto 60px}.VideoGallery-module__P_YkhW__sectionTag{color:var(--secondary);letter-spacing:2px;text-transform:uppercase;background:#c5a0591a;border:1px solid #c5a05933;border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;font-size:.7rem;font-weight:800;display:inline-flex}.VideoGallery-module__P_YkhW__sectionTitle{font-size:var(--step-5);letter-spacing:-1px;color:var(--primary);margin-bottom:12px;font-weight:800;line-height:1.15}.VideoGallery-module__P_YkhW__sectionSubtitle{color:var(--text-muted);font-size:1.05rem;line-height:1.6}.VideoGallery-module__P_YkhW__container{max-width:1200px;margin:0 auto;padding:0 20px}.VideoGallery-module__P_YkhW__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.VideoGallery-module__P_YkhW__videoCard{aspect-ratio:9/16;border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow-warm-md);background:#f1f5f9;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.VideoGallery-module__P_YkhW__videoCard:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 30px 60px -10px #0003}.VideoGallery-module__P_YkhW__videoCard:after{content:"";border-radius:var(--radius-lg);z-index:5;pointer-events:none;border:2px solid #0000;transition:border-color .4s;position:absolute;inset:0}.VideoGallery-module__P_YkhW__videoCard:hover:after{border-color:var(--secondary);box-shadow:inset 0 0 20px #c5a0591a}.VideoGallery-module__P_YkhW__thumbnail{background:#000;width:100%;height:100%;position:relative}.VideoGallery-module__P_YkhW__videoElement{object-fit:cover;width:100%;height:100%;transition:transform .8s}.VideoGallery-module__P_YkhW__videoCard:hover .VideoGallery-module__P_YkhW__videoElement{transform:scale(1.05)}.VideoGallery-module__P_YkhW__thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.VideoGallery-module__P_YkhW__videoCard:hover .VideoGallery-module__P_YkhW__thumbnail img{transform:scale(1.1)}.VideoGallery-module__P_YkhW__overlay{z-index:2;background:linear-gradient(#0000 40%,#0000001a 60%,#000000b3 100%);flex-direction:column;justify-content:flex-end;padding:24px;display:flex;position:absolute;inset:0}.VideoGallery-module__P_YkhW__playButton{-webkit-backdrop-filter:blur(12px);color:#fff;z-index:3;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.VideoGallery-module__P_YkhW__playButton svg{fill:currentColor;width:24px;height:24px;margin-left:4px}.VideoGallery-module__P_YkhW__videoCard:hover .VideoGallery-module__P_YkhW__playButton{opacity:0;transform:translate(-50%,-50%)scale(.8)}.VideoGallery-module__P_YkhW__videoTitle{color:#fff;text-shadow:0 2px 4px #0000004d;margin-bottom:4px;font-size:1rem;font-weight:700}.VideoGallery-module__P_YkhW__videoCategory{color:var(--secondary);text-transform:uppercase;letter-spacing:2px;margin-bottom:4px;font-size:.7rem;font-weight:800}@media (max-width:1024px){.VideoGallery-module__P_YkhW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.VideoGallery-module__P_YkhW__section{padding:40px 0 60px}.VideoGallery-module__P_YkhW__sectionTitle{font-size:2rem}.VideoGallery-module__P_YkhW__grid{grid-template-columns:1fr 1fr;gap:12px}.VideoGallery-module__P_YkhW__videoCard{aspect-ratio:9/14}}