/* Stable portrait sizing; the image cannot determine grid track height. */
.about-section .portrait-placeholder {
  display: block;
  overflow: hidden;
}
.about-section .portrait-placeholder img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
.footer-company { overflow-wrap: anywhere; }
