/* Photos d'eleves : compositions adaptees aux emplacements existants. */
.student-photo-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 16px; width: 100%; min-width: 0; }
.student-photo-pair > img { display: block; width: 100%; max-width: 100%; height: auto; min-width: 0; }
.student-photo-pair--hero { position: relative; z-index: 2; }
.student-photo-pair--hero > img:first-child { transform: translateY(-28px); }
.student-photo-pair--hero > img:last-child { transform: translateY(28px); }
.split-portrait > .student-photo-pair { gap: 12px; }
.student-editorial-aside { position: sticky; top: 112px; display: grid; gap: 24px; min-width: 0; }
.student-editorial-aside > .profile-editorial__intro { position: relative; top: auto; }
.student-editorial-aside > img { display: block; width: 100%; max-width: 500px; height: auto; margin-inline: auto; border-radius: 24px; }
.article-body > .student-photo-pair { margin-bottom: 36px; }
.article-body > .student-photo-pair > img { border-radius: 16px; }
.org-media > .student-photo-pair { height: 100%; gap: 0; }
.org-media > .student-photo-pair > img { height: 100%; object-fit: cover; }
.sc-hero__visual > .student-photo-pair > img { height: auto; object-fit: contain; }
.sc-hero__visual > .student-photo-pair + .sc-hero__quote { position: relative; left: auto; right: auto; bottom: auto; margin-top: 16px; }
.student-photo-pair--cover { position: absolute; inset: 0; height: 100%; gap: 0; pointer-events: none; }
.student-photo-pair--cover > img { height: 100%; object-fit: cover; }
.featured-card:has(> .student-photo-pair--cover)::before,
.article-card:has(> .student-photo-pair--cover)::after { z-index: 1; }
.featured-card:has(> .student-photo-pair--cover) > .featured-card__body,
.article-card:has(> .student-photo-pair--cover) > .article-card__body { z-index: 2; }
@media (max-width: 900px) { .student-editorial-aside { position: static; } }
@media (min-width: 761px) { .student-photo-pair--hero + .immersion-badge { width: clamp(150px, 14vw, 210px); } }
@media (max-width: 760px) {
  .student-photo-pair { gap: 10px; }
  .student-photo-pair--hero > img:first-child { transform: translateY(-16px); }
  .student-photo-pair--hero > img:last-child { transform: translateY(16px); }
  .student-photo-pair--cover, .org-media > .student-photo-pair { gap: 0; }
}
