/* Light Gate 3 consistency for primary inner pages — spacing/type only */
.page-hero-fill h1,
.hero h1,
.legal-hero h1{
  max-width:22ch;
  line-height:1.12;
  letter-spacing:-.02em;
}
main .section{
  padding-block:clamp(52px,6vw,88px);
}
main .section .section-head p,
main .hero-lede{
  max-width:62ch;
}

/* Leadership founders page — roster link + card padding safety */
.leadership-roster-link{margin:2rem auto 0;text-align:center;max-width:36rem;color:#475467;line-height:1.55}
.leadership-roster-link a{color:#ed0000;font-weight:700;text-decoration:underline;text-underline-offset:3px}
#management .team-card-premium{padding:0!important}
#management .team-card-premium .team-body{padding:clamp(20px,2.2vw,28px)!important}

/* Leadership portraits — match /team/ founder fill (cover + face framing) */
#management .team-portrait{
  overflow:hidden!important;
  background:#07111f!important;
}
#management .team-portrait img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center 14%!important;
  display:block!important;
}
#management #joseph-marwa .team-portrait img{object-position:center 14%!important}
#management #dennis-wilson .team-portrait img{object-position:center 18%!important}
#management #altho-mwangoa .team-portrait img{object-position:center 12%!important}
/* Stacked / mobile: square frames like /team/ founders */
@media (max-width:900px){
  #management .team-portrait{
    aspect-ratio:1/1!important;
    min-height:0!important;
    height:auto!important;
  }
}
