.meet-our-team{text-align:center}.meet-our-team__title{font-size:var(--fs-h2);line-height:var(--lh-h2);margin-bottom:var(--space-5);color:var(--black)}.meet-our-team__grid{margin-bottom:var(--space-4)}.meet-our-team__card{display:flex;flex-direction:column;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-1);background:#fff;transition:transform .25s ease,box-shadow .25s ease}.meet-our-team__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-1h)}.meet-our-team__image{display:flex;align-items:center;justify-content:center;padding:clamp(20px,4vw,40px)}.meet-our-team__avatar{width:clamp(150px,18vw,220px);aspect-ratio:1/1;border-radius:50%;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.meet-our-team__avatar img{width:100%;height:100%;object-fit:cover}.meet-our-team__card:nth-child(1) .meet-our-team__image,.meet-our-team__card:nth-child(3) .meet-our-team__image{background:var(--hero-overlay)}.meet-our-team__card:nth-child(2) .meet-our-team__image{background:var(--yellow)}.meet-our-team__info{background:#fff6f1;padding:clamp(20px,3vw,30px);min-height:clamp(110px,14vw,185px);display:flex;flex-direction:column;justify-content:center;gap:.35em;text-align:center}.meet-our-team__name{font-size:var(--fs-h3);line-height:var(--lh-h3);font-weight:var(--w-h3);margin-bottom:.3em;color:var(--black)}.meet-our-team__role{font-size:var(--font-body);line-height:var(--lh-body);color:var(--black);opacity:.8;margin:0}.meet-our-team__cta{margin-top:var(--space-4)}@media (max-width:1023px){.meet-our-team__title{font-size:clamp(24px,4vw,38px)}}@media (max-width:599px){.meet-our-team__grid{gap:var(--space-3)}.meet-our-team__info{padding:var(--space-2)}}@media (max-width:1023px) and (min-width:600px){.meet-our-team__card:nth-child(3){grid-column:1/-1;justify-self:center;max-width:400px;width:100%}}