@media (max-width: 760px) {
  /* Conservative mobile portrait crop refinement:
     shift slightly left and reduce perceived zoom by ~10%. */
  .home-trust__portrait,
  .p7-attitude__portrait,
  .ac-portrait-frame,
  .ac-personal-contact,
  .local-founder-card picture {
    overflow: hidden;
  }

  .home-trust__portrait img,
  .p7-attitude__portrait img,
  .ac-portrait-frame img,
  .ac-personal-contact > img,
  .local-founder-card picture img {
    display: block;
    width: 92%;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
    transform-origin: center top;
    will-change: transform;
  }

  .home-trust__portrait img,
  .p7-attitude__portrait img {
    transform: translateX(-8%) scale(0.92);
  }

  .ac-portrait-frame img,
  .local-founder-card picture img {
    transform: translateX(-7%) scale(0.92);
  }

  .ac-personal-contact > img {
    width: min(92%, 20rem);
    transform: translateX(-6%) scale(0.94);
  }
}

@media (max-width: 560px) {
  .home-trust__portrait img,
  .p7-attitude__portrait img {
    transform: translateX(-9%) scale(0.9);
  }

  .ac-portrait-frame img,
  .local-founder-card picture img {
    transform: translateX(-8%) scale(0.9);
  }
}
