/* Team portraits lead the section; collaboration follows below. */
#team .team-layout{grid-template-columns:minmax(0,1fr);gap:48px}
#team .people{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px}
#team .person{padding:0;border-top:0;min-width:0}
#team .person-intro{display:flex;flex-direction:column;align-items:flex-start;gap:24px;margin-bottom:20px}
#team .person-photo-frame{width:100%;max-width:420px;height:auto;aspect-ratio:4/5}
#team .person-photo-frame .person-photo{display:block;width:100%;height:100%}
#team .person-identity h3{font-size:clamp(26px,3vw,34px);margin-bottom:10px}
#team .person>p{max-width:52ch}
#team .working-rhythm{width:100%}
#team .working-rhythm dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
#team .working-rhythm dl>div{padding:20px 0}
#team .working-rhythm dt{font-size:18px}
@media(max-width:800px){#team .working-rhythm dl{grid-template-columns:1fr;gap:0}}
@media(max-width:620px){
 #team .people{grid-template-columns:1fr;gap:40px}
 #team .team-layout{gap:36px}
 #team .person-intro{gap:20px}
 #team .person-photo-frame{max-width:none}
 #team .person+.person{border-top:1px solid var(--line);padding-top:32px}
}
