/* Founder portrait composition and revised About-page rhythm */
.founder{grid-template-columns:48% 52%;min-height:880px}
.portrait{background:var(--red);display:flex;align-items:flex-end;justify-content:center}
.portrait:after{display:none}
.portrait:before{content:"";position:absolute;width:520px;height:520px;border:1px solid #07152d24;border-radius:50%;left:-190px;top:-180px;box-shadow:0 0 0 70px #07152d0d,0 0 0 140px #07152d08}
.portrait img{position:relative;z-index:2;width:94%;height:92%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 28px 24px #07152d45)}
.portraitWords{position:absolute;z-index:1;left:7%;top:8%;display:flex;flex-direction:column;color:var(--navy);transform:rotate(-5deg)}
.portrait .portraitWords span,.portraitWords strong,.portraitWords em{position:static;color:inherit;font-size:clamp(42px,5vw,78px);line-height:.9;letter-spacing:-.06em;text-transform:none}
.portraitWords strong{color:var(--cream);font-size:clamp(65px,7vw,110px)}
.portraitWords em{font-family:Georgia,serif}
.founderCopy{padding:7vw}
.founderCopy h2{margin-bottom:38px}
.founderCopy blockquote{font-size:27px;line-height:1.42;margin-bottom:34px}
@media(max-width:900px){.founder{grid-template-columns:1fr}.portrait{min-height:740px}.portrait img{height:90%}}
@media(max-width:560px){.portrait{min-height:560px}.portrait img{width:112%;height:93%}.portraitWords{top:7%;left:6%}}
