/* Preserve the established Campus Carats light theme and typography.
   Editorial biography: variance 4, motion 1, density 3. No new dependencies. */
.founder-nav,.founder-main,.founder-footer{max-width:1120px;margin-inline:auto;padding-inline:32px}
.founder-nav{height:80px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--hairline)}
.founder-nav img{width:200px;height:auto;display:block}
.founder-nav>a:last-child{font-size:14px;text-decoration:underline;text-underline-offset:5px}
.founder-intro{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:64px;padding-block:64px}
.founder-role{font-size:14px;color:var(--text-secondary);margin-bottom:18px}
.founder-intro h1{font-family:var(--font-head);font-weight:500;font-size:clamp(36px,4.5vw,56px);letter-spacing:-.045em;line-height:1.12;max-width:10ch}
.founder-deck{font-size:18px;line-height:1.6;margin-block:22px 28px;max-width:29ch}
.founder-portrait{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-img)}
.founder-story{max-width:720px;margin-inline:auto;border-top:1px solid var(--hairline);padding-block:42px 72px}
.founder-story p{font-size:17px;line-height:1.85;margin-bottom:20px}
.founder-story .founder-lead{font-size:20px;line-height:1.7}
.founder-story h2{font-family:var(--font-head);font-size:25px;font-weight:500;letter-spacing:-.02em;margin-block:40px 16px}
.founder-story a{text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}
.founder-footer{border-top:1px solid var(--hairline);display:flex;justify-content:space-between;gap:20px;padding-block:28px;font-size:13px}
.founder-footer nav{display:flex;gap:20px}
.founder-footer a{text-decoration:underline;text-underline-offset:3px}
.founder-page a:focus-visible{outline:2px solid var(--text-primary);outline-offset:5px}
@media(max-width:767px){
  .founder-nav,.founder-main,.founder-footer{padding-inline:24px}
  .founder-nav{height:72px;gap:16px}
  .founder-nav img{width:155px}
  .founder-nav>a:last-child{font-size:13px;white-space:nowrap}
  .founder-intro{grid-template-columns:1fr;gap:32px;padding-block:36px}
  .founder-intro h1{max-width:12ch;font-size:40px}
  .founder-portrait{max-width:480px}
  .founder-story{padding-block:30px 48px}
  .founder-story .founder-lead{font-size:18px}
  .founder-story p{font-size:16px}
  .founder-footer{flex-direction:column;gap:12px}
}
