.founder{background:hsl(var(--dark));color:hsl(var(--bg-warm));position:relative;overflow:hidden}.founder-glow{pointer-events:none;background:radial-gradient(circle,#bf56361a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:30%;transform:translate(-50%,-50%)}.founder-inner{z-index:1;grid-template-columns:.38fr .62fr;min-height:560px;display:grid;position:relative}.founder-left{background:hsl(var(--dark-2));justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.founder-avatar{background:linear-gradient(135deg, hsl(var(--dark)) 0%, #3a3632 100%);border:3px solid #ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;font-size:4.5rem;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s;display:flex}.founder-avatar:hover{transform:scale(1.05);box-shadow:0 0 60px #bf563626}.founder-right{flex-direction:column;justify-content:center;padding:4.5rem 4rem;display:flex}.founder-qmark{color:hsl(var(--rust));opacity:.25;margin-bottom:1.25rem;font-family:Bricolage Grotesque,sans-serif;font-size:5.5rem;line-height:.6}.founder-right blockquote{margin-bottom:2.25rem;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(1.25rem,2.2vw,1.7rem);font-weight:200;line-height:1.55}.founder-right blockquote strong{color:#fff;font-weight:700}.founder-right blockquote .hl{color:hsl(var(--rust));font-weight:400}.fn-name{color:#fff;font-size:1rem;font-weight:600}.fn-role{color:hsl(var(--text-3));margin-top:.15rem;font-size:.88rem}.fn-badges{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.fn-badge{color:hsl(var(--sand));border:1px solid #ffffff14;border-radius:100px;padding:.35rem .75rem;font-size:.72rem;font-weight:500;transition:border-color .3s,color .3s}.fn-badge:hover{color:#fff;border-color:#ffffff40}@media (width<=900px){.founder-inner{grid-template-columns:1fr}.founder-left{padding:3rem 2rem}.founder-right{text-align:center;padding:3rem 2rem}.founder-qmark{text-align:center}.fn-badges{justify-content:center}}@media (width<=600px){.founder-left,.founder-right{padding:2.5rem 1.5rem}.founder-right blockquote{font-size:1.1rem}}