/* monitorMyLawn — /founders. Page-scoped; composes with marketing.css. Tokens only. */

.founders-grid { margin-top: var(--sp-2xl); row-gap: var(--sp-2xl); }

.founder__name {
  margin: 0 0 var(--sp-xs);
  font-size: 1.15rem; font-weight: 700; line-height: 1.25;
  display: flex; align-items: center; gap: var(--sp-sm); flex-wrap: wrap;
}
.founder__role { margin: 0 0 var(--sp-md); color: var(--mml-link); }
.founder__focus { margin: 0; color: var(--mml-text-2); max-width: 48ch; line-height: 1.65; }
