/* Founder introduction shared by the contact and booking sections. */
.founder-intro{border-top:1px solid var(--line)}
.founder-heading{font:800 23px/1.1 Archivo,sans-serif;letter-spacing:-.04em;color:var(--ink)}
.founder-role{margin-top:5px!important;font-size:12px!important;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)!important}
.founder-photo{margin:0;padding:6px;background:var(--soft);border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden;transform:rotate(-1deg)}
.founder-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 62%}
.founder-photo figcaption{padding:8px 4px 1px;font-size:11px;color:var(--muted)}
.founder-intro--compact{margin:24px 0 22px;padding:17px 0 0}
.founder-photo--compact{width:min(100%,340px);height:180px;margin-bottom:17px}
.founder-photo--compact img{object-position:center 42%}
.founder-compact-copy>p:last-child{margin:12px 0 0!important;max-width:40ch;font-size:14px!important;line-height:1.6}
.founder-intro--full{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:64px;align-items:center;margin:65px auto 70px;padding:46px 0 0}
.founder-photo--full{width:100%;max-width:430px}
.founder-photo--full img{height:auto;aspect-ratio:4/5}
.founder-bio .eyebrow{margin-bottom:15px}
.founder-bio h2{color:var(--ink);margin-bottom:24px}
.founder-quote{max-width:26ch;margin-top:24px;font:600 clamp(25px,3vw,34px)/1.1 Caveat,cursive;transform:rotate(-1deg);color:var(--ink)}
.founder-bio{padding-top:8px;color:var(--muted)}
.founder-bio p+p{margin-top:18px}
.founder-bio .button{margin-top:28px}
@media(max-width:800px){.founder-intro--full{grid-template-columns:1fr;gap:30px;margin-bottom:50px;padding-top:34px}.founder-photo--full{max-width:440px}.founder-photo--full img{aspect-ratio:4/3}.founder-bio{padding-top:0}.founder-quote{margin-top:20px}}
@media(max-width:650px){.founder-intro--compact{margin:20px 0;padding-top:15px}.founder-photo--compact{width:100%;height:145px;margin-bottom:14px}.founder-compact-copy>p:last-child{font-size:13px!important}.founder-intro--full{margin-bottom:45px;padding-top:30px}.founder-heading{font-size:21px}.founder-quote{font-size:27px}}
