.subteam-card{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;padding:54px 0;border-top:1px solid var(--line)}.subteam-card:nth-child(even) .subteam-image{order:2}.subteam-image{overflow:hidden;border-radius:var(--radius);background:#08090a}.subteam-image img{width:100%;height:390px;object-fit:cover}.subteam-copy h2{margin:.3rem 0 1rem;font-size:clamp(2rem,4vw,3.4rem)}.subteam-copy p{color:var(--muted)}.subteam-index{color:#f06c74;font-size:.8rem;font-weight:900;letter-spacing:.12em}@media(max-width:800px){.subteam-card{grid-template-columns:1fr}.subteam-card:nth-child(even) .subteam-image{order:0}.subteam-image img{height:300px}}
