/* Team is an internal directory page, so its hero stays intentionally compact. */
.team-page .standalone-hero{padding:24px 0 38px}
.team-page .standalone-hero .breadcrumbs{margin-bottom:20px}
.team-page .standalone-hero h1{margin:8px 0 12px;font-size:clamp(38px,4vw,50px)}
.team-page .standalone-hero p{max-width:700px;font-size:16px;line-height:1.55}
.team-page .standalone-hero .button{margin-top:20px}
@media(max-width:700px){
 .team-page .standalone-hero{padding:20px 0 30px}
 .team-page .standalone-hero .breadcrumbs{margin-bottom:16px}
 .team-page .standalone-hero h1{font-size:36px}
 .team-page .standalone-hero p{font-size:15px}
 .team-page .standalone-hero .button{width:100%;margin-top:18px}
}
