/* V8.5: let the approved documentary collage read as an editorial proof point. */
.about-intro .section-wrap {
  width: min(1280px, calc(100% - 64px));
}

.about-editorial {
  grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
  column-gap: clamp(42px, 4vw, 52px);
}

.about-media {
  align-self: center;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-media img {
  width: 100%;
  border-radius: 0;
}

@media (max-width: 960px) {
  .about-intro .section-wrap { width: min(760px, calc(100% - 48px)); }
  .about-editorial { column-gap: 0; }
}

@media (max-width: 600px) {
  .about-intro .section-wrap { width: min(620px, calc(100% - 40px)); }
  .about-media { padding: 0; border: 0; border-radius: 0; }
  .about-media img { border-radius: 0; }
}
