.founders-page{min-height:100vh;background:#111;color:#f8f8f8}.founders-main{width:min(1040px,92vw);margin:0 auto;padding:120px 0 90px;font-family:Commissioner,sans-serif}.founders-main h1{text-align:center;font-size:clamp(28px,4vw,42px);margin-bottom:10px}.founders-subtitle{text-align:center;color:#b8b8b8;margin:0 auto 40px;max-width:720px;font-size:14px;line-height:1.6}.founders-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.founder-card{background:#141414;border:1px solid #232323;border-radius:18px;padding:22px;box-shadow:0 16px 28px rgba(0,0,0,.2);display:flex;flex-direction:column;gap:14px}.founder-avatar{width:140px;height:140px;border-radius:999px;overflow:hidden;border:6px solid rgba(221,154,56,.25);box-shadow:0 16px 30px rgba(0,0,0,.35);background:rgba(221,154,56,.08)}.founder-avatar-img{width:140px;height:140px;object-fit:cover;border-radius:999px}.founder-avatar-fallback{width:140px;height:140px;display:flex;align-items:center;justify-content:center;font-size:44px;font-weight:700;color:#dd9a38;background:linear-gradient(180deg,rgba(221,154,56,.12),rgba(221,154,56,.02))}.founder-meta h3{margin:0;font-size:18px}.founder-role{margin-top:4px;font-size:12px;color:#b8b8b8}.founder-bio{font-size:13px;line-height:1.6;color:#e6e6e6}