.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin:2rem 0}.gallery p{display:contents}.gallery img{width:100%;height:250px;object-fit:cover;border-radius:4px;cursor:zoom-in;transition:transform .2s ease}.gallery img:hover{transform:scale(1.02)}.lightbox-overlay{display:none;position:fixed;z-index:9999;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.85);align-items:center;justify-content:center;cursor:zoom-out}.lightbox-overlay.visible{display:flex}.lightbox-overlay img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px;box-shadow:0 5px 25px rgba(0,0,0,.5)}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);color:#fff;background:rgba(0,0,0,.4);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:2rem;cursor:pointer;user-select:none;transition:background .2s,transform .2s;z-index:10000}.lightbox-prev:hover,.lightbox-next:hover{background:rgba(0,0,0,.8);transform:translateY(-50%)scale(1.1)}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}.gallery-item{margin:0;display:flex;flex-direction:column}.gallery-caption{text-align:center;font-size:1.4rem;color:#888;margin-top:.8rem}.lightbox-caption{position:absolute;bottom:4rem;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.85);background:rgba(0,0,0,.3);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.6rem 1.5rem;border-radius:2rem;font-size:1.6rem;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.5);pointer-events:none}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .3s ease-in-out}@media(max-width:768px){.lightbox-overlay img{max-width:100vw;max-height:85vh;border-radius:0}.lightbox-prev,.lightbox-next{width:40px;height:40px;font-size:1.5rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-caption{bottom:2rem;width:85%;font-size:1.2rem;padding:.5rem 1rem}}