/* Phase 6C17 — compact, premium Core Team cards */
.ozb-team-section .ozb-team-grid{
  grid-auto-columns:clamp(300px,30vw,356px)!important;
  gap:22px!important;
  padding-bottom:16px!important;
}
.ozb-team-section .ozb-team-card{
  align-self:start;
  height:auto!important;
  min-height:0!important;
  border-radius:24px!important;
  background:linear-gradient(155deg,rgba(255,255,255,.075),rgba(255,255,255,.018))!important;
}
.ozb-team-section .ozb-team-photo{
  aspect-ratio:4/3.15!important;
  min-height:0!important;
}
.ozb-team-section .ozb-team-photo img{object-position:center 24%!important}
.ozb-team-section .ozb-team-content{
  min-height:0!important;
  padding:22px 22px 23px!important;
}
.ozb-team-section .ozb-leadership-title-row{align-items:center!important}
.ozb-team-section .ozb-leadership-title-row h4{
  font-size:clamp(23px,1.8vw,29px)!important;
  line-height:1.06!important;
}
.ozb-team-section .ozb-leadership-designation{
  margin-top:6px!important;
  font-size:11px!important;
}
.ozb-team-section .ozb-team-responsibility{
  margin-top:15px!important;
  padding:13px 14px!important;
  border-radius:14px!important;
}
.ozb-team-section .ozb-team-responsibility p{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-size:13px!important;
  line-height:1.55!important;
}
.ozb-team-section .ozb-leadership-bio{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin-top:13px!important;
  font-size:13px!important;
  line-height:1.55!important;
}
.ozb-team-section .ozb-leadership-link{width:36px;height:36px;flex-basis:36px;border-radius:11px}
@media(min-width:1100px){
  .ozb-team-section .ozb-team-grid{grid-auto-columns:clamp(310px,29vw,356px)!important}
}
@media(max-width:1024px){
  .ozb-team-section .ozb-team-grid{grid-auto-columns:minmax(290px,46%)!important}
}
@media(max-width:720px){
  .ozb-team-section .ozb-team-grid{grid-auto-columns:min(82vw,330px)!important;gap:14px!important}
  .ozb-team-section .ozb-team-card{border-radius:21px!important}
  .ozb-team-section .ozb-team-content{padding:19px!important}
  .ozb-team-section .ozb-team-photo{aspect-ratio:4/3.1!important}
}
