.ph-team-grid{display:grid;gap:clamp(1.25rem,2.5vw,2rem);margin-block:2rem}.ph-team-grid--1{grid-template-columns:1fr}.ph-team-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-team-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ph-team-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.ph-team-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--wp--preset--color--ph-line,#d9e2ea);border-radius:14px;background:var(--wp--preset--color--ph-white,#fff);box-shadow:0 8px 28px rgba(15,35,55,.08)}.ph-team-card__media{display:block;aspect-ratio:4/3;overflow:hidden;background:#eef3f7}.ph-team-card__image,.ph-team-card__media img{width:100%;height:100%;object-fit:cover;display:block}.ph-team-card__body{display:flex;flex:1;flex-direction:column;padding:clamp(1rem,2vw,1.4rem)}.ph-team-card__name{margin:0;font-size:clamp(1.25rem,2vw,1.55rem)}.ph-team-card__role{margin:.35rem 0 .75rem;font-weight:700;color:var(--wp--preset--color--ph-blue,#0e5fa8)}.ph-team-card__text{margin:0 0 1.25rem;line-height:1.65}.ph-team-card__actions{margin:auto 0 0}.ph-team-card__button{display:inline-flex;text-decoration:none}@media (max-width:900px){.ph-team-grid--3,.ph-team-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.ph-team-grid--2,.ph-team-grid--3,.ph-team-grid--4{grid-template-columns:1fr}}