/* =============================================================
   CPT Placeholder
   Fallback visuel quand aucune image n'est disponible.
   ============================================================= */

.cpt-placeholder {
    width: 100%;
    height: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cpt-placeholder--marbre   { background-color: var(--cpt-color-marbre); }
.cpt-placeholder--carriere { background-color: var(--cpt-color-carriere); }
.cpt-placeholder--monument { background-color: var(--cpt-color-monument); }
.cpt-placeholder--personne { background-color: var(--cpt-color-personne); }

.cpt-placeholder svg {
    width: 45%;
    height: 45%;
    max-width: 90px;
    max-height: 90px;
}

/* Contexte header-grid single page */
.header-grid__image .cpt-placeholder {
    width: 350px;
    height: 400px;
}

/* Contexte cartes related posts — le parent a aspect-ratio: 3/4 */
.related-post-card__image .cpt-placeholder {
    position: absolute;
    inset: 0;
}