.founders-section { padding: 58px 5.1% 68px; background: #f7f5ef; }
.founders-section > h2 { max-width: 1060px; margin: 0 auto 26px; color: #171717; font-size: 34px; font-weight: 800; letter-spacing: -1px; text-align: center; text-transform: uppercase; }
.founders-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1060px; margin: 0 auto; gap: 20px; align-items: stretch; }
.founder-bio { padding: 26px; border: 1px solid #dedbd3; border-radius: 4px; background: #fff; box-shadow: 0 3px 10px rgba(0, 0, 0, .05); }
.founder-photo { display: block; width: 100%; height: 240px; margin: 0 0 22px; object-fit: cover; object-position: center; }
.founder-bio h3 { margin: 0; color: #171717; font-size: 24px; line-height: 1.25; }
.founder-bio .founder-title { margin: 5px 0 18px; color: var(--orange); font-size: 14px; font-weight: 700; text-transform: uppercase; }
.founder-bio p:last-child { margin: 0; color: #333; font-size: 16px; line-height: 1.65; }
@media (max-width: 900px) { .founders-grid { grid-template-columns: 1fr; max-width: 600px; }.founder-bio { padding: 24px; }.founder-photo { height: 320px; } }
@media (max-width: 560px) { .founders-section { padding: 44px 20px 50px; }.founders-section > h2 { font-size: 28px; }.founder-bio { padding: 20px; }.founder-photo { height: 240px; }.founder-bio p:last-child { font-size: 15px; } }
