.founders-block .container{padding-top:clamp(4rem,7vw,6rem);padding-bottom:clamp(4rem,7vw,6rem)}.founders-block-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem;max-width:42rem}.founders-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:2rem;gap:2rem}.founder-card{display:grid;grid-template-columns:minmax(14rem,16rem) minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem;padding:1.5rem;border:1px solid var(--rule);border-radius:1.5rem;background:linear-gradient(180deg,rgba(255,255,255,.5),rgba(255,255,255,0)),var(--surface);box-shadow:0 1rem 2.5rem rgba(15,14,12,.04)}.founder-card--cool{background:linear-gradient(180deg,rgba(183,209,242,.35),rgba(255,255,255,0)),var(--surface)}.founder-card--warm{background:linear-gradient(180deg,rgba(222,150,91,.22),rgba(255,255,255,0)),var(--surface)}.founder-card-image{overflow:hidden;border-radius:1rem;aspect-ratio:5/6}.founder-card-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.founder-card-copy{display:flex;flex-direction:column;gap:1.25rem}.founder-card-top{display:flex;gap:1rem;flex-wrap:wrap}.founder-card-identity{display:flex;flex-direction:column;gap:.6rem}.founder-card-labels{display:flex;gap:.6rem;flex-wrap:wrap}.founder-card-role,.founder-card-tagline{padding:.45rem .7rem;border:1px solid var(--rule);border-radius:999px;width:-moz-fit-content;width:fit-content;background:rgba(255,255,255,.55)}.founder-card-bio{display:flex;flex-direction:column;gap:.9rem}.founder-card-meta{display:flex;gap:.85rem;flex-wrap:wrap}.founder-card-stat{min-width:10rem;display:flex;flex-direction:column;gap:.35rem;padding:.9rem 1rem;border:1px solid var(--rule);border-radius:1rem;background:rgba(255,255,255,.5)}.founder-card-stat p:last-child{font-family:PP Neue Montreal;font-size:1rem;line-height:1.15}@media (max-width:1000px){.founder-card,.founders-grid{grid-template-columns:1fr}.founder-card-image{max-width:26rem}.founder-card-top .profile-links{width:100%}}