/*
 * Static-site visual fixes.
 * The project image slider forced every photo into a fixed-size box with the
 * browser-default object-fit:fill, which stretched any photo whose aspect ratio
 * didn't match the frame. Use object-fit:cover so photos keep their real
 * proportions (filling the frame, cropping overflow) instead of distorting.
 */
.wimg,
.swiper-slide img,
.swiper-slide .wimg,
.sppb-carousel-item img { object-fit: cover !important; }
