.team-skeleton-page main { background:#fff; color:#171717; }
.team-skeleton-page main > * { display:none!important; }
.team-skeleton-page main > .team-skeleton { display:block!important; }
.team-skeleton section { border-bottom:1px solid #d9ddd8; padding:clamp(70px,10vw,140px) 0; }
.team-inner { width:min(1120px,calc(100% - 48px)); margin:auto; }
.team-skeleton h1,.team-skeleton h2,.team-skeleton h3 { margin:0; color:#171717; font-family:var(--font-display,sans-serif); letter-spacing:-.045em; }
.team-skeleton h1 { max-width:830px; font-size:clamp(52px,9vw,116px); line-height:.9; }
.team-skeleton h2 { font-size:clamp(36px,5vw,68px); line-height:.95; }
.team-skeleton h3 { font-size:clamp(28px,4vw,52px); line-height:.95; }
.team-skeleton p { max-width:650px; color:#575d58; font-size:17px; line-height:1.65; }
.team-hero-min { min-height:62vh; display:flex; align-items:end; }
.team-hero-min p { margin-top:26px; font-size:20px; }
.team-hero-min em,.team-role { color:#218044; font-style:normal; }
.team-role { font:700 11px var(--font-mono,monospace); letter-spacing:.14em; text-transform:uppercase; }
.team-list { margin-top:62px; }
.team-member { display:grid; grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr); gap:clamp(35px,8vw,110px); align-items:center; padding:56px 0; border-top:1px solid #171717; }
.team-member:last-child { border-bottom:1px solid #171717; }
.team-robot { height:390px; min-width:0; position:relative; isolation:isolate; background:radial-gradient(ellipse 42% 47% at 50% 43%, rgba(255,255,255,.98) 0%, rgba(238,242,239,.8) 48%, rgba(255,255,255,0) 78%); overflow:visible; }
.team-robot canvas { position:absolute; left:0; top:-2%; width:100%; height:104%; display:block; filter:none; transform:scale(.94) translateY(-3%); transform-origin:center center; }
.team-member:nth-child(2) .team-robot { order:2; }.team-member:nth-child(2) .team-copy { order:1; }
.team-member:nth-child(3) .team-robot { order:1; }.team-member:nth-child(3) .team-copy { order:2; }
.team-copy p { margin-top:22px; }
.team-copy h3 { margin-top:15px; }
.team-cta h2 { max-width:720px; }.team-cta p { margin-top:24px; }
.team-cta { display:none !important; }
.team-link { display:inline-block; margin-top:28px; color:#171717; font-weight:700; text-decoration:underline; text-decoration-color:#218044; text-underline-offset:6px; }
@media(max-width:720px){.team-member,.team-member:nth-child(2),.team-member:nth-child(3){display:flex;flex-direction:column;align-items:stretch;gap:26px}.team-member .team-robot,.team-member .team-copy{order:initial}.team-robot{height:330px}}
