/* ==========================================================================
   Organism: Project Detail Section
   ========================================================================== */

.saha-project-detail {
    width: 100%;
}

/* --- Narrow centered container (~906px / 63% of 1440) --- */

.saha-project-detail__container {
    margin-left: 16.67%;
    margin-right: 16.67%;
}

/* --- Meta section --- */

.saha-project-detail__meta {
    margin-bottom: 60px;
}

/* --- Content (prose) --- */

.saha-project-detail__content {
    margin-bottom: 0;
}

/* --- Images section --- */

.saha-project-detail__images {
    margin-top: 60px;
}

/* Image spacing (multiple images) */

.saha-project-detail__images .saha-image + .saha-image {
    margin-top: 40px;
}

/* Full-width images within the container */

.saha-project-detail__images .saha-image__img {
    width: 100%;
    height: auto;
    display: block;
}

/* Caption override — Figma: Bold 16px, opacity 50% */

.saha-project-detail__images .saha-image__caption {
    font-family: var(--saha-font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--saha-color-text-primary);
    opacity: 0.5;
    margin-top: 20px;
}

/* --- Responsive: Tablet --- */

@media (max-width: 1023px) {
    .saha-project-detail__container {
        margin-left: 10%;
        margin-right: 10%;
    }
}

/* --- Responsive: Mobile --- */

@media (max-width: 639px) {
    .saha-project-detail__container {
        margin-left: 0;
        margin-right: 0;
    }

    .saha-project-detail__images {
        margin-top: 40px;
    }
}
