.founder-section{border-top:1px solid var(--line);padding-top:40px;padding-bottom:40px}
.founder-section>.section-label{margin-bottom:12px}
.founder-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:clamp(24px,4vw,64px);align-items:center;margin-top:0}
.founder-layout>*{min-width:0}
.founder-layout>.founder-portrait{margin-top:-4%;margin-bottom:-8%}
.founder-portrait{position:relative;aspect-ratio:4/5;width:100%;max-width:600px;border:0;background:transparent;justify-self:center}
.founder-portrait img{display:block;width:100%;height:100%;object-fit:cover;mask-image:linear-gradient(#000 60%,transparent 100%)}
/* Keep the canvas backing resolution out of grid and button intrinsic sizing. */
.founder-portrait canvas{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:100%;touch-action:pan-y}
.portrait-toggle{position:absolute;inset:0;display:block;min-width:0;width:100%;height:100%;padding:0;border:0;background:transparent;touch-action:pan-y;color:inherit;cursor:pointer}
.portrait-toggle:focus-visible{outline:1px dashed var(--purple);outline-offset:0;border-radius:40%}
.founder-profile{overflow-wrap:anywhere}
.founder-profile .founder-link{display:inline-flex;align-items:center;gap:10px;margin-top:22px;font-size:14px;line-height:1.6;color:var(--purple)}
.founder-link:hover{color:var(--text)}
.founder-profile h2{font-size:clamp(30px,3.4vw,52px);line-height:1.25;margin:0 0 14px;max-width:650px}
.founder-role{display:block;font-size:14px;color:var(--purple);margin-bottom:28px}
.founder-profile p{max-width:660px;font-size:clamp(16px,1.3vw,19px);line-height:1.85;margin:0;color:#d3cbdc}
@media(max-width:800px){.founder-section{padding-top:32px;padding-bottom:36px}.founder-layout{grid-template-columns:minmax(0,1fr);gap:12px;margin-top:0}.founder-portrait{max-width:600px}.founder-profile h2{font-size:34px}.founder-role{margin-bottom:20px}}
