.leaders { grid-template-columns: 1.35fr .65fr; gap: 46px; }
.principal-profile { grid-row: span 2; }
.partner-profile, .advisor-profile { margin-top: 0; }
.partner-profile .portrait, .advisor-profile .portrait { height: 285px; }
.portrait { height: 390px; overflow: hidden; position: relative; background: #d5cec1; }
.portrait::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(245, 241, 232, .4); pointer-events: none; }
.portrait img { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: saturate(.78) contrast(1.03); transition: transform .7s ease; }
.leaders article:hover .portrait img { transform: scale(1.025); }
.leaders .leader-role { font-size: 10px; text-transform: uppercase; letter-spacing: .17em; color: var(--gold); margin: 22px 0 0; }
.leaders h3 { font-size: 36px; margin: 8px 0 3px; }
.leaders .credentials { font-size: 11px; text-transform: uppercase; letter-spacing: .15em; color: #6c665d; margin: 0 0 22px; }
.leaders .leader-bio { font-size: 14px; text-transform: none; letter-spacing: 0; color: #47443e; line-height: 1.8; max-width: 570px; margin: 0 0 20px; }
.leaders a { display: inline-block; color: var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 7px; }
.leaders a span { margin-left: 20px; }
@media (max-width: 760px) { .portrait { height: 300px; } .leaders { gap: 70px; } }
.closing-note { color: rgba(245,241,232,.72); font-size: 12px; text-transform: uppercase; letter-spacing: .15em; margin: 0; }
.legal-disclaimer { background: #11110f; color: rgba(245,241,232,.48); padding: 0 4vw 34px; }
.legal-disclaimer p { margin: 0; border-top: 1px solid rgba(255,255,255,.12); padding-top: 25px; max-width: 950px; font-size: 9px; line-height: 1.7; letter-spacing: .04em; }
@media (max-width: 760px) { .leaders { grid-template-columns: 1fr; } .principal-profile { grid-row: auto; } .partner-profile, .advisor-profile { margin-top: 0; } .partner-profile .portrait, .advisor-profile .portrait { height: 300px; } }
