/* Homepage portrait extension. Existing shared styles remain unchanged. */
.hero.rr-founder-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:clamp(24px,4vw,64px);align-items:center;padding:64px 7%;background:radial-gradient(ellipse at 80% 50%,#2a220d 0%,#080808 65%)}
.rr-founder-copy h1{font-size:clamp(42px,5.2vw,78px);line-height:1.02;max-width:9ch}
.rr-founder-copy .lead{line-height:1.65}
.rr-founder-portrait{margin:0;min-width:0;border:1px solid #55491f;border-radius:16px;overflow:hidden;background:#10100d;box-shadow:0 24px 60px #0006}
.rr-founder-portrait img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain}
@media(max-width:800px){.hero.rr-founder-hero{grid-template-columns:1fr;padding:44px 7%;gap:28px}.rr-founder-copy h1{max-width:none;font-size:clamp(42px,9vw,64px)}.rr-founder-portrait{width:100%;max-width:640px;justify-self:center}}
