/* ---------- SHARED TEAM COMPONENT ---------- */
.team-subheading { margin: 38px 0 17px; color: var(--about-ink, #0d0d0d); font: 700 19px/1.2 'Sora', sans-serif; }
.team-people-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.team-people-grid--single { grid-template-columns: minmax(0, 360px); }
.team-person { padding: 14px; background: #fff; border: 1px solid #d9d9d1; border-radius: 18px; }
.team-person__visual { display: flex; align-items: flex-end; min-height: 125px; padding: 16px; border-radius: 12px; background: linear-gradient(135deg, #e3e3db, #c8c9c0); }
.team-person__no-photo { color: #77776f; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.team-person h3 { margin-top: 17px; color: #0d0d0d; font: 700 21px/1.2 'Sora', sans-serif; }
.team-person p { margin-top: 5px; color: #0d0d0d; font-size: 13px; font-weight: 800; }
.team-person > span { display: block; margin-top: 8px; color: #62625b; font-size: 12px; }
.team-department-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.team-department { min-height: 190px; padding: 22px; border: 1px solid #d9d9d1; border-radius: 16px; background: rgba(255,255,255,.72); }
.team-department__label { color: #77776f; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.team-department h3 { margin-top: 22px; color: #0d0d0d; font: 700 18px/1.25 'Sora', sans-serif; }
.team-department p { margin-top: 11px; color: #62625b; font-size: 13px; line-height: 1.55; }
.team-department small { display: block; margin-top: 17px; color: #44443e; font-size: 11px; line-height: 1.5; }
.team-architecture { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 25px; color: #0d0d0d; font-size: 13px; font-weight: 800; }
.team-architecture span { padding: 10px 13px; border: 1px solid #d9d9d1; border-radius: 999px; background: #fff; }
.team-architecture strong { color: #8c8c84; }
.team-department-grid--compact .team-department { min-height: 155px; padding: 18px; }
.team-department-grid--compact .team-department h3 { margin-top: 14px; font-size: 16px; }
.team-department-grid--compact .team-department p { font-size: 12px; }
.team-section-link { display: inline-flex; gap: 8px; margin-top: 24px; color: #0d0d0d; font-size: 13px; font-weight: 800; }
.team-section-link:hover { text-decoration: underline; }
@media (max-width: 900px) { .team-department-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .team-people-grid, .team-department-grid { grid-template-columns: 1fr; } .team-architecture { align-items: flex-start; flex-direction: column; } .team-architecture strong { transform: rotate(90deg); } }
