.hr-teamgrid{background:var(--hr-surface);padding:calc(var(--section-y)/2) 0 var(--section-y)}.hr-teamgrid *,.hr-teamgrid :after,.hr-teamgrid :before{box-sizing:border-box}.hr-teamgrid__container{margin:0 auto;max-width:var(--container-max);padding:0 var(--container-pad)}.hr-teamgrid__founders{display:grid;gap:clamp(16px,2vw,24px);grid-template-columns:repeat(var(--tg-fn,2),minmax(0,1fr));margin-bottom:clamp(14px,1.7vw,22px)}.hr-teamgrid__f{aspect-ratio:16/10;border-radius:var(--r-xl);box-shadow:var(--shadow-xl);display:block;isolation:isolate;margin:0;overflow:hidden;position:relative;text-decoration:none}.hr-teamgrid__f-img{height:100%;inset:0;object-fit:cover;object-position:center top;position:absolute;width:100%;z-index:-2}.hr-teamgrid__f-img--ph{background:linear-gradient(135deg,var(--hr-blue-700),var(--hr-navy))}.hr-teamgrid__f:after{background:linear-gradient(180deg,transparent 30%,color-mix(in srgb,var(--hr-navy) 94%,transparent) 100%);content:"";inset:0;position:absolute;z-index:-1}.hr-teamgrid__f-cap{bottom:0;display:block;left:0;padding:clamp(20px,2.6vw,30px);position:absolute;right:0}.hr-teamgrid__f-eyebrow{color:var(--hr-green);font-size:.6875rem;letter-spacing:.13em;margin-bottom:var(--sp-2);text-transform:uppercase}.hr-teamgrid__f-eyebrow,.hr-teamgrid__f-name{display:block;font-family:var(--font-display);font-weight:var(--fw-extrabold)}.hr-teamgrid__f-name{color:#fff;font-size:clamp(20px,2.2vw,25px);letter-spacing:-.015em;line-height:var(--lh-snug)}.hr-teamgrid__f-bio,.hr-teamgrid__f-bio p{color:#c7d2dc;font-family:var(--font-sans);font-size:var(--fs-small);line-height:1.55;margin:var(--sp-2) 0 0;max-width:44ch}.hr-teamgrid__f-bio p+p{margin-top:var(--sp-2)}.hr-teamgrid__f-cta{align-items:center;color:var(--hr-green);display:inline-flex;font-family:var(--font-display);font-size:.75rem;font-weight:var(--fw-extrabold);gap:6px;letter-spacing:.06em;line-height:1;margin-top:var(--sp-3);text-transform:uppercase}.hr-teamgrid__f-arrow{display:block;flex:none;transition:transform var(--dur) var(--ease-out)}.hr-teamgrid__f--linked{cursor:pointer}.hr-teamgrid__f--linked:focus-visible{box-shadow:var(--shadow-focus);outline:none}.hr-teamgrid__f--linked:hover .hr-teamgrid__f-arrow{transform:translateX(4px)}.hr-teamgrid__tabs{border-bottom:1px solid var(--hr-border);display:flex;flex-wrap:wrap;gap:clamp(18px,2.4vw,34px);margin-bottom:clamp(22px,2.6vw,32px)}.hr-teamgrid__tab{appearance:none;background:none;border:0;border-bottom:2px solid transparent;color:var(--hr-text-muted);cursor:pointer;font-family:var(--font-display);font-size:var(--fs-body);font-weight:var(--fw-bold);margin-bottom:-1px;padding:12px 2px;transition:color var(--dur) var(--ease-out),border-color var(--dur) var(--ease-out)}.hr-teamgrid__tab:hover{color:var(--hr-navy)}.hr-teamgrid__tab.is-active{border-bottom-color:var(--hr-blue);color:var(--hr-navy)}.hr-teamgrid__tab:focus-visible{border-radius:var(--r-sm);box-shadow:var(--shadow-focus);outline:none}.hr-teamgrid__panel[hidden]{display:none}.hr-teamgrid__grid{display:grid;gap:clamp(18px,2.2vw,28px);grid-template-columns:repeat(4,minmax(0,1fr))}.hr-teamgrid__card{display:flex;flex-direction:column}.hr-teamgrid__card[hidden]{display:none}.hr-teamgrid a,.hr-teamgrid a:active,.hr-teamgrid a:focus,.hr-teamgrid a:hover,.hr-teamgrid a:link,.hr-teamgrid a:visited{text-decoration:none}.hr-teamgrid__card:focus-visible{border-radius:var(--r-lg);outline:3px solid var(--hr-green);outline-offset:3px}.hr-teamgrid__photo{aspect-ratio:4/5;background:var(--hr-surface-alt);border-radius:var(--r-lg);box-shadow:0 0 0 1px color-mix(in srgb,var(--hr-navy) 10%,transparent),0 12px 28px -12px color-mix(in srgb,var(--hr-navy) 28%,transparent);display:block;overflow:hidden;position:relative}.hr-teamgrid__img{display:block;height:100%;object-fit:cover;width:100%}.hr-teamgrid__overlay{align-items:flex-end;background:linear-gradient(0deg,rgba(15,37,55,.86),rgba(15,37,55,.25) 45%,rgba(15,37,55,0) 72%);display:flex;inset:0;opacity:0;padding:var(--sp-4);position:absolute;transition:opacity var(--dur) var(--ease-out)}.hr-teamgrid__card:focus-visible .hr-teamgrid__overlay,.hr-teamgrid__card:hover .hr-teamgrid__overlay{opacity:1}.hr-teamgrid__view{align-items:center;color:var(--hr-text-on-color);display:inline-flex;font-family:var(--font-display);font-size:var(--fs-small);font-weight:var(--fw-bold);gap:6px}.hr-teamgrid__view svg{flex:none;height:16px;width:16px}.hr-teamgrid__body{display:flex;flex-direction:column;gap:2px;padding:var(--sp-4) 0 0}.hr-teamgrid__role{color:var(--hr-blue);font-family:var(--font-display);font-size:var(--fs-micro);font-weight:var(--fw-extrabold);letter-spacing:.08em;text-transform:uppercase}.hr-teamgrid__name{color:var(--hr-navy);font-family:var(--font-display);font-size:var(--fs-h5);font-weight:var(--fw-bold);line-height:var(--lh-snug)}.hr-teamgrid__cred{color:var(--hr-text-muted);font-family:var(--font-sans);font-size:var(--fs-small)}@media (max-width:1023px){.hr-teamgrid__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.hr-teamgrid__founders{grid-template-columns:1fr}.hr-teamgrid__f{aspect-ratio:4/3}}@media (max-width:640px){.hr-teamgrid__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.hr-teamgrid__f-arrow,.hr-teamgrid__overlay,.hr-teamgrid__tab{transition:none!important}.hr-teamgrid__f--linked:hover .hr-teamgrid__f-arrow{transform:none}}