.team-hero{padding-top:clamp(8rem,13vw,11rem);padding-bottom:clamp(1.5rem,3vw,2.5rem)}.team-hero__title{max-width:20ch;font-size:clamp(2.25rem,4.4vw,3.4rem)}.team-profile__grid{grid-template-columns:18rem 1fr;align-items:start;gap:clamp(2.5rem,5vw,4.5rem);display:grid}.team-profile__avatar-col{justify-content:center;display:flex}.team-profile__avatar{border:1px solid var(--hairline);background:var(--ivory-deep);clip-path:circle(0%);border-radius:50%;width:14rem;height:14rem;transition:clip-path 1.1s cubic-bezier(.16,.8,.24,1);position:relative;overflow:hidden}.team-profile__avatar-col.reveal--visible .team-profile__avatar{clip-path:circle(100%)}.team-profile__name{font-size:1.9rem}.team-profile__title{color:var(--blue-accent);letter-spacing:.06em;text-transform:uppercase;margin-top:.35rem;font-size:.85rem;font-weight:700}.team-profile__bio{max-width:46rem;color:var(--stone);margin-top:1.5rem;font-size:1rem;line-height:1.75}.team-profile__serves{margin-top:2.25rem}.team-profile__serves ul{flex-direction:column;gap:1.1rem;margin-top:1.25rem;display:flex}.team-profile__serves li{padding-left:1rem;position:relative}.team-profile__serves li:before{content:"";background:var(--blue-accent);transform-origin:top;width:2px;transition:transform .8s cubic-bezier(.16,.8,.24,1) .1s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.team-profile__serves li.reveal--visible:before{transform:scaleY(1)}.team-profile__specialty-title{font-family:var(--font-display);color:var(--navy);font-weight:600;display:block}.team-profile__specialty-copy{color:var(--stone);margin-top:.25rem;font-size:.88rem;line-height:1.6;display:block}.team-profile__grid>.reveal:last-child>.btn{margin-top:2.25rem}@media (max-width:800px){.team-profile__grid{grid-template-columns:1fr}.team-profile__avatar-col{justify-content:flex-start}}
