.pd-founder{background:var(--pd-cream)}
.pd-founder__chapters{display:flex;flex-direction:column;gap:36px;max-width:920px;margin:0 auto}
.pd-founder__chapter{display:flex;flex-direction:column;gap:20px;align-items:center}
@media(min-width:780px){
  .pd-founder__chapter{flex-direction:row}
  .pd-founder__chapter--rev{flex-direction:row-reverse}
}
.pd-founder__img{width:100%;max-width:320px;border-radius:16px;display:block;object-fit:cover}
.pd-founder__text{flex:1}
.pd-founder__badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--pd-indigo);background:rgba(61,75,140,.08);border-radius:100px;padding:5px 12px;margin-bottom:10px}
.pd-founder__text p{font-size:16px;line-height:1.6;color:var(--pd-ink);margin:0}

.pd-founder__quote{
  margin:48px auto 0;max-width:560px;text-align:center;background:var(--pd-surface);
  border:1px solid var(--pd-line);border-radius:16px;padding:30px 26px;
}
.pd-founder__quote img{width:60px;height:60px;border-radius:50%;object-fit:cover;margin:0 auto 14px;display:block}
.pd-founder__quote p{font-family:var(--font-heading--family,'Space Grotesk',sans-serif);font-size:17px;font-style:italic;color:var(--pd-ink);line-height:1.5;margin:0 0 10px}
.pd-founder__quote span{font-size:12.5px;color:var(--pd-soft);font-weight:600}
