.page-shell.team-page { width: 100vw; max-width: none; margin: 0; padding: 0; }
.team-section { width: 100%; max-width: none; padding: clamp(82px, 9vw, 140px) 0; overflow: hidden; background: #17251f; color: #fff; }
.team-section__inner { width: 100%; max-width: none; padding-inline: clamp(20px, 4vw, 76px); }
.team-heading { max-width: 820px; margin: 0 auto clamp(55px, 7vw, 90px); text-align: center; }
.team-heading__kicker { margin: 0 0 16px; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.team-heading h2 { margin: 0; color: #fff; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.02; }
.team-heading__intro { max-width: 700px; margin: 23px auto 0; color: rgb(255 255 255 / 70%); font-size: 1.05rem; line-height: 1.75; }
.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(22px, 2.4vw, 42px); align-items: stretch; }
.team-card { display: flex; min-width: 0; height: 100%; flex-direction: column; border: 1px solid rgb(225 182 87 / 55%); background: #f7f6f2; color: var(--green-950); box-shadow: 0 20px 48px rgb(0 0 0 / 18%); }
.team-card__portrait { position: relative; width: 100%; aspect-ratio: 4 / 5; overflow: hidden; border-bottom: 3px solid var(--gold); background: linear-gradient(145deg, #315a4d, #0e3026); }
.team-card__portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.team-card__initials { position: absolute; inset: 0; display: grid; place-items: center; color: rgb(255 255 255 / 82%); font-family: 'Playfair Display', Georgia, serif; font-size: clamp(3rem, 6vw, 6rem); }
.team-card__body { display: flex; min-height: 245px; align-items: center; flex: 1; flex-direction: column; padding: 30px 24px 27px; text-align: center; }
.team-card h3 { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.45rem, 2vw, 1.9rem); line-height: 1.15; }
.team-card__role { margin: 9px 0 0; color: #9a772e; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.team-card__bio { display: -webkit-box; margin-top: 17px; overflow: hidden; color: #60706a; font-size: .88rem; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.team-card__bio p { margin: 0; }
.team-card__links { display: flex; gap: 18px; margin-top: auto; padding-top: 22px; }
.team-card__links a { color: var(--green-800); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.team-empty { padding: 70px 24px; border: 1px dashed rgb(255 255 255 / 28%); text-align: center; }
@media (max-width: 1180px) { .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 850px) { .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 540px) {
	.team-section__inner { padding-inline: 14px; }
	.team-grid { grid-template-columns: 1fr; }
	.team-card { max-width: 420px; margin-inline: auto; }
}
