.gallery-container{max-width:min(1680px,100% - 48px);margin:0 auto;padding:2rem 1rem 4rem}.gallery-hero-banner{background:linear-gradient(135deg,#1e293b,#0f172a);color:#ffffff;padding:3.5rem 1.5rem;border-radius:16px;text-align:center;margin-bottom:2.5rem;box-shadow:0 10px 25px rgba(0,0,0,.15)}.gallery-hero-title{font-size:2.5rem;font-weight:800;margin-bottom:.75rem;letter-spacing:-.02em}.gallery-hero-subtitle{font-size:1.1rem;color:#94a3b8;max-width:600px;margin:0 auto}.gallery-playlist-section{margin-bottom:3.5rem;background:#ffffff;border-radius:16px;padding:0;border:1px solid #f1f5f9}.gallery-playlist-heading{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:.75rem;border-left:4px solid #f2962c;padding-left:.85rem;text-align:center}.gallery-playlist-description{font-size:1rem;color:#475569;line-height:1.65;margin-bottom:1.75rem;text-align:center}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.gallery-card{position:relative;border-radius:12px;overflow:hidden;background:#f8fafc;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}.gallery-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.12)}.gallery-card-img-wrapper{position:relative;width:100%;padding-top:66.66%;overflow:hidden;background:#e2e8f0}.gallery-card-img-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-card:hover .gallery-card-img-wrapper img{transform:scale(1.08)}.gallery-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,23,42,.85) 0,transparent 60%);opacity:0;display:flex;align-items:flex-end;padding:1.25rem;transition:opacity .3s ease}.gallery-card:hover .gallery-card-overlay{opacity:1}.gallery-card-title{color:#ffffff;font-size:1.05rem;font-weight:600;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.4)}.gallery-lightbox-overlay{position:fixed;inset:0;z-index:99999;background:rgba(10,9,35,.98);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:2rem;overscroll-behavior:contain;touch-action:none}.gallery-lightbox-content{position:relative;max-width:90vw;max-height:85vh;display:flex;flex-direction:column;align-items:center}.gallery-lightbox-img{max-width:100%;max-height:75vh;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.5);object-fit:contain}.gallery-lightbox-caption{color:#ffffff;margin-top:1rem;font-size:1.15rem;font-weight:600;text-align:center}.gallery-lightbox-close{top:-2.5rem;right:0;background:transparent;font-size:1.5rem}.gallery-lightbox-close,.gallery-lightbox-nav{position:absolute;border:none;color:#ffffff;cursor:pointer}.gallery-lightbox-nav{top:50%;transform:translateY(-50%);background:rgba(255,255,255,.15);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.gallery-lightbox-nav:hover{background:rgba(255,255,255,.35)}.gallery-lightbox-nav.prev{left:-4rem}.gallery-lightbox-nav.next{right:-4rem}@media (max-width:768px){.gallery-hero-title{font-size:1.85rem}.gallery-playlist-section{padding:1.25rem}.gallery-lightbox-nav.prev{left:.5rem}.gallery-lightbox-nav.next{right:.5rem}}.gallery-lightbox-close svg{color:#ffffff;stroke:#ffffff}