/* --- گالری ماسونری واقعی --- */

.photo-reports-gallery,
.photo-reports-latest {
    column-count: 4; /* دسکتاپ ۴ ستون */
    column-gap: 12px;
    margin-top: 20px;
}

/* ریسپانسیو */
@media (max-width: 1400px) {
    .photo-reports-gallery,
    .photo-reports-latest { column-count: 3; }
}

@media (max-width: 900px) {
    .photo-reports-gallery,
    .photo-reports-latest { column-count: 2; }
}

@media (max-width: 550px) {
    .photo-reports-gallery,
    .photo-reports-latest { column-count: 1; }
}

.photo-reports-figure {
    break-inside: avoid;
    margin: 0 0 12px;
    padding: 0;
}

.photo-reports-item {
    display: block;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform .2s ease, box-shadow .2s ease;
    cursor: pointer;
}

.photo-reports-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

.photo-reports-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* کپشن‌ها حذف، اما کلاس می‌ماند برای سازگاری */
.photo-reports-caption { display: none; }

/* لایت‌باکس داخلی حذف شده، فقط Simple Lightbox فعال است */
