/* Full, owner-supplied family photograph. Never crop faces or cover the photo. */
.founder-section .jens-photo,
.about-hero .jens-photo{margin:0;min-width:0;width:100%;max-width:560px;align-self:center}
.founder-section .jens-photo img,
.about-hero .jens-photo img{display:block;width:100%;height:auto;aspect-ratio:960/957;object-fit:contain;border-radius:14px}
.jens-photo figcaption{margin-top:12px;color:var(--muted,#52656b);font-size:.8125rem;line-height:1.6}
@media(max-width:680px){
 .founder-section .jens-photo,.about-hero .jens-photo{max-width:100%;margin-inline:auto}
 .founder-section .jens-photo img,.about-hero .jens-photo img{aspect-ratio:960/957;object-fit:contain;border-radius:12px}
}
