/* Preserve the scene, including the people at its edges, on every screen. */
.hero__visual,
.page-hero__visual { min-height: 0; }
.hero__visual img,
.page-hero__visual img {
  position: relative;
  display: block;
  inset: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}
.page-hero__visual figcaption {
  position: relative;
  inset: auto;
  width: 100%;
  margin-top: 18px;
  box-sizing: border-box;
}
.story-image img,
.story-v20__photo img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
.v18 .knowledge-hero__visual img { height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
.story-v20__photo figcaption {
  margin-top: 12px;
  color: #39564e;
  font: 0.875rem/1.55 var(--font-geist, Arial, sans-serif);
}
.legal-v22-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: 56px; align-items: center; }
.legal-v22-grid figure { margin: 0; }
.legal-v22-grid img { display: block; width: 100%; height: auto; border-radius: 2px 40px 2px 2px; }
.pv-v22-photo { margin: 0 0 18px; }
.pv-v22-photo img { display: block; width: 100%; height: auto; border-radius: 12px; }
@media (max-width: 980px) {
  .legal-v22-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .legal-v22-grid figure { max-width: 720px; }
}
@media (max-width: 720px) {
  .hero__visual,
  .page-hero__visual { min-height: 0; }
  .page-hero__visual figcaption { font-size: 1rem; padding: 18px; }
  .legal-v22-grid img { border-radius: 2px 26px 2px 2px; }
}
