:root{--shbio-ink:#14213d;--shbio-muted:#667085;--shbio-accent:#0b66d8;--shbio-accent2:#13a8a8;--shbio-bg:#f7f9fc;--shbio-card:#fff;--shbio-line:#e8edf4;--shbio-shadow:0 14px 40px rgba(16,24,40,.08)}
.shbio-wrap,.shbio-profile{box-sizing:border-box;font-family:inherit;color:var(--shbio-ink)}
.shbio-wrap *,.shbio-profile *{box-sizing:border-box}
.shbio-section-head{display:flex;align-items:end;justify-content:space-between;margin:0 0 22px}
.shbio-section-head__kicker{display:block;color:var(--shbio-accent);font-size:12px;line-height:1.2;font-weight:800;letter-spacing:.16em;margin-bottom:7px}
.shbio-section-head__title{font-size:clamp(24px,3vw,34px);line-height:1.12;margin:0;color:var(--shbio-ink)}
.shbio-grid{display:grid;grid-template-columns:repeat(var(--shbio-cols,3),minmax(0,1fr));gap:22px}
.shbio-card{position:relative;overflow:hidden;background:var(--shbio-card);border:1px solid var(--shbio-line);border-radius:22px;box-shadow:var(--shbio-shadow);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.shbio-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(16,24,40,.13);border-color:#d7e3f3}
.shbio-card__media{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(135deg,#eaf2ff,#eefaf8)}
.shbio-card__media:after{content:"";position:absolute;inset:auto 0 0;height:32%;background:linear-gradient(to top,rgba(20,33,61,.16),transparent);pointer-events:none}
.shbio-card__image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease}
.shbio-card:hover .shbio-card__image{transform:scale(1.025)}
.shbio-card__placeholder,.shbio-profile__placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:linear-gradient(135deg,#0b66d8,#13a8a8);color:#fff;font-weight:850;letter-spacing:.05em;font-size:46px}
.shbio-card__body{padding:22px 22px 23px}
.shbio-card__eyebrow,.shbio-profile__badge{display:inline-flex;align-items:center;border-radius:999px;background:#eef5ff;color:var(--shbio-accent);font-size:10px;font-weight:850;letter-spacing:.13em;padding:7px 10px;margin-bottom:11px}
.shbio-card__name{font-size:22px;line-height:1.18;margin:0 0 7px;color:var(--shbio-ink);letter-spacing:-.02em}
.shbio-card__name a{color:inherit;text-decoration:none}
.shbio-card__role{font-size:14px;line-height:1.45;color:var(--shbio-accent);font-weight:700;margin:0 0 12px}
.shbio-card__excerpt{font-size:14px;line-height:1.7;color:var(--shbio-muted);margin:0 0 18px}
.shbio-card__link{display:inline-flex;align-items:center;gap:7px;color:var(--shbio-ink);text-decoration:none;font-size:13px;font-weight:800;border-bottom:1px solid #cdd8e8;padding-bottom:3px}
.shbio-card__link:hover{color:var(--shbio-accent);border-color:var(--shbio-accent)}
.shbio-card__link:focus-visible,.shbio-card__name a:focus-visible,.shbio-card__media:focus-visible{outline:3px solid rgba(11,102,216,.28);outline-offset:3px}
.shbio-card--compact{display:grid;grid-template-columns:112px minmax(0,1fr);min-height:142px;border-radius:18px}
.shbio-card--compact .shbio-card__media{aspect-ratio:auto;height:100%;min-height:142px}
.shbio-card--compact .shbio-card__body{padding:17px 18px}
.shbio-card--compact .shbio-card__eyebrow{margin-bottom:7px;padding:5px 8px;font-size:9px}
.shbio-card--compact .shbio-card__name{font-size:18px;margin-bottom:4px}
.shbio-card--compact .shbio-card__role{font-size:12px;margin-bottom:7px}
.shbio-card--compact .shbio-card__excerpt{font-size:12.5px;line-height:1.55;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.shbio-card--compact .shbio-card__link{font-size:12px}
.shbio-empty{padding:24px;border:1px dashed #cdd8e8;border-radius:16px;background:#fbfcfe;color:var(--shbio-muted);text-align:center}
.shbio-profile{max-width:1120px;margin:34px auto 60px;padding:0 22px}
.shbio-profile__hero{display:grid;grid-template-columns:minmax(260px,38%) minmax(0,1fr);overflow:hidden;background:#fff;border:1px solid var(--shbio-line);border-radius:28px;box-shadow:0 24px 65px rgba(16,24,40,.10)}
.shbio-profile__photo-wrap{min-height:420px;background:linear-gradient(135deg,#eaf2ff,#eefaf8)}
.shbio-profile__photo{display:block;width:100%;height:100%;min-height:420px;object-fit:cover}
.shbio-profile__intro{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,5vw,64px)}
.shbio-profile__badge{align-self:flex-start;margin-bottom:17px}
.shbio-profile__name{font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.045em;margin:0 0 12px;color:var(--shbio-ink)}
.shbio-profile__role{font-size:clamp(16px,2vw,20px);line-height:1.45;color:var(--shbio-accent);font-weight:750;margin:0}
.shbio-profile__rule{width:62px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--shbio-accent),var(--shbio-accent2));margin:26px 0}
.shbio-profile__lead{font-size:17px;line-height:1.8;color:var(--shbio-muted);margin:0}
.shbio-profile__content{max-width:820px;margin:36px auto 0;background:#fff;border:1px solid var(--shbio-line);border-radius:24px;padding:clamp(26px,5vw,52px);box-shadow:0 16px 45px rgba(16,24,40,.06);font-size:17px;line-height:1.85;color:#344054}
.shbio-profile__content>:first-child{margin-top:0}.shbio-profile__content>:last-child{margin-bottom:0}
.shbio-profile__content h2,.shbio-profile__content h3{color:var(--shbio-ink);line-height:1.25;margin-top:1.6em}
@media (max-width:900px){.shbio-grid{grid-template-columns:repeat(min(var(--shbio-cols,3),2),minmax(0,1fr))}.shbio-profile__hero{grid-template-columns:1fr}.shbio-profile__photo-wrap,.shbio-profile__photo{min-height:0;aspect-ratio:4/3}.shbio-profile__intro{padding:34px}}
@media (max-width:620px){.shbio-grid{grid-template-columns:1fr}.shbio-card{border-radius:18px}.shbio-card--compact{grid-template-columns:92px minmax(0,1fr)}.shbio-card--compact .shbio-card__body{padding:14px}.shbio-card--compact .shbio-card__excerpt{display:none}.shbio-profile{padding:0 14px;margin-top:18px}.shbio-profile__hero{border-radius:20px}.shbio-profile__content{border-radius:20px;padding:24px 20px}.shbio-profile__name{font-size:36px}}
@media (prefers-reduced-motion:reduce){.shbio-card,.shbio-card__image{transition:none}}
