.media-press-collection-page .mpa-hero h1 {
  max-width: 13ch;
  font-size: clamp(2.7rem, 5vw, 5.3rem);
  line-height: 0.96;
}

.mpa-hero figure {
  display: grid;
  place-items: center;
}

.mpa-hero figure img {
  width: auto;
  max-width: 100%;
  max-height: 660px;
  object-fit: contain;
}

.mpa-grid {
  align-items: start;
}

/* Reuse the established related-media presentation: a consistent 4:5 dark
   viewport with the complete native image centered inside it. */
.media-press-collection-page .mpa-grid .opl-card {
  min-height: 0;
  align-self: start;
}

.media-press-collection-page .mpa-grid .opl-card-image {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 5;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #172b26;
  cursor: zoom-in;
}

.media-press-collection-page .mpa-grid .opl-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.media-press-collection-page .mpa-grid .opl-card-body {
  padding: clamp(1.15rem, 2vw, 1.65rem);
}

.mpa-card {
  display: grid;
  grid-template-rows: minmax(260px, 1fr) auto;
}

.mpa-card .opl-card-media {
  display: grid;
  min-height: 260px;
  place-items: center;
  padding: 0;
  overflow: hidden;
  background: #172b26;
}

.mpa-card .opl-card-media img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
}

.mpa-card .opl-card-copy {
  display: flex;
  flex-direction: column;
}

.mpa-card .opl-card-copy > a {
  margin-top: auto;
}

.mpa-status {
  color: #526760;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mpa-detail-media {
  display: grid;
  place-items: center;
  background: #172b26;
}

.mpa-detail-media img {
  width: 100%;
  height: auto;
  max-height: min(78vh, 900px);
  object-fit: contain;
}

.mpa-rights {
  margin-top: 2rem;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid var(--opl-line);
  border-radius: 22px;
  background: var(--opl-paper);
}

.mpa-rights h2 {
  margin-top: 0.35rem;
}

.mpa-related-media img {
  object-fit: contain;
  background: #172b26;
}

@media (min-width: 761px) and (max-width: 1050px) {
  .mpa-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .media-press-collection-page .mpa-hero h1 {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .mpa-card {
    grid-template-rows: auto auto;
  }

  .mpa-card .opl-card-media {
    min-height: 230px;
  }

  .mpa-card .opl-card-media img {
    max-height: 520px;
  }
}
