/* Full WordPress leadership profiles, integrated into the branded Company page. */
.team-profiles{background:#171819;color:#fff}.team-heading{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end;margin-bottom:4rem}.team-heading .kicker{grid-column:1/-1;margin:0}.team-heading h2{margin:0}.team-heading>p:last-child{margin:0;color:#c5c5c0;font-size:1.1rem}.team-profile-list{border-top:1px solid #ffffff2b}.team-profile{display:grid;grid-template-columns:minmax(13rem,.58fr) minmax(0,1.42fr);gap:clamp(2rem,5vw,6rem);align-items:start;padding:clamp(2.5rem,5vw,5rem) 0;border-bottom:1px solid #ffffff2b}.team-profile:nth-child(even){grid-template-columns:minmax(0,1.42fr) minmax(13rem,.58fr)}.team-profile:nth-child(even) .team-photo{order:2}.team-photo{background:#24231e;border-top:4px solid var(--gold);overflow:hidden}.team-photo img{width:100%;aspect-ratio:4/5;object-fit:cover}.team-copy{max-width:56rem}.profile-role{color:var(--gold);font:600 .8rem "Barlow Condensed";letter-spacing:.14em;text-transform:uppercase}.team-copy h3{font-size:clamp(2.6rem,4vw,4.5rem);line-height:.95;margin:.45rem 0 1.6rem}.team-copy>p:not(.profile-role){color:#d7d5cf;margin-bottom:1rem}.team-profile:nth-child(even) .team-copy{order:1}@media(max-width:900px){.team-heading,.team-profile,.team-profile:nth-child(even){grid-template-columns:1fr;gap:2rem}.team-profile:nth-child(even) .team-photo,.team-profile:nth-child(even) .team-copy{order:initial}.team-photo{max-width:24rem}.team-heading{margin-bottom:2.5rem}}
