/* About Us -> Our Team. Brand: royal blue #053cae, gold #f1b917 (from the Way2Vidyalaya logo). */
.w2team { background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%); padding: 72px 0 80px; }
.w2team__head { text-align: center; max-width: 720px; margin: 0 auto 44px; padding: 0 20px; }
.w2team__eyebrow { display: inline-block; font: 800 .78rem/1 Inter, system-ui, sans-serif; letter-spacing: .14em; text-transform: uppercase; color: #053cae; background: #e8efff; padding: 8px 14px; border-radius: 999px; margin-bottom: 14px; }
.w2team__title { font: 800 clamp(1.8rem, 4.5vw, 2.5rem)/1.15 Inter, system-ui, sans-serif; color: #0f172a; margin: 0 0 12px; letter-spacing: -.02em; }
.w2team__title span { color: #053cae; box-shadow: inset 0 -.32em 0 rgba(241, 185, 23, .55); }
.w2team__sub { color: #475569; font-size: 1.05rem; line-height: 1.65; margin: 0; }

.w2team__group { max-width: 1180px; margin: 0 auto 44px; padding: 0 20px; }
.w2team__group:last-of-type { margin-bottom: 0; }
.w2team__group-title { display: flex; align-items: center; gap: 14px; font: 800 1.15rem Inter, system-ui, sans-serif; color: #0f172a; margin: 0 0 22px; }
.w2team__group-title::before { content: ''; width: 28px; height: 4px; border-radius: 4px; background: #f1b917; }
.w2team__group-title::after { content: ''; flex: 1; height: 1px; background: #dbe4f5; }

.w2team__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 26px; }

.w2member { position: relative; background: #fff; border: 1px solid #e3eaf7; border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 14px 34px -22px rgba(5, 60, 174, .5); transition: transform .25s ease, box-shadow .25s ease, border-color .25s; }
.w2member::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: linear-gradient(90deg, #053cae, #f1b917); opacity: 0; transition: opacity .25s; z-index: 2; }
.w2member:hover { transform: translateY(-6px); box-shadow: 0 26px 48px -24px rgba(5, 60, 174, .55); border-color: #c7d6f7; }
.w2member:hover::before { opacity: 1; }

.w2member__photo { position: relative; aspect-ratio: 1 / 1; background: linear-gradient(145deg, #e8efff, #fff6d9); overflow: hidden; }
.w2member__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; transition: transform .5s ease; }
.w2member:hover .w2member__photo img { transform: scale(1.05); }
.w2member__avatar { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 30% 20%, #2f6bff 0%, #053cae 55%, #032a80 100%); }
.w2member__avatar span { display: flex; align-items: center; justify-content: center; width: 46%; aspect-ratio: 1; border-radius: 50%; background: rgba(255, 255, 255, .1); border: 3px solid #f1b917; color: #fff; font: 800 clamp(1.8rem, 5vw, 2.6rem) Inter, system-ui, sans-serif; letter-spacing: .02em; }

.w2member__body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.w2member__name { font: 800 1.15rem/1.25 Inter, system-ui, sans-serif; color: #0f172a; margin: 0; }
.w2member__role { align-self: flex-start; font: 700 .78rem/1.2 Inter, system-ui, sans-serif; color: #7a5a00; background: #fff3c6; border: 1px solid #f3dc86; padding: 6px 12px; border-radius: 999px; }
.w2member__bio { color: #475569; font-size: .94rem; line-height: 1.6; margin: 0; }
.w2member__social { display: flex; gap: 8px; margin-top: auto; padding-top: 6px; }
.w2member__social a { width: 38px; height: 38px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: #f1f5ff; color: #053cae; text-decoration: none; transition: background .2s, color .2s; }
.w2member__social a:hover { background: #053cae; color: #fff; }

.w2team__cta { max-width: 760px; margin: 52px auto 0; padding: 26px 22px; text-align: center; background: linear-gradient(135deg, #053cae, #0a56e0); color: #fff; border-radius: 22px; }
.w2team__cta strong { display: block; font: 800 1.25rem Inter, system-ui, sans-serif; margin-bottom: 6px; }
.w2team__cta p { margin: 0 0 16px; opacity: .92; }
.w2team__cta a { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 26px; border-radius: 14px; background: #f1b917; color: #1e2a44; font: 800 .98rem Inter, system-ui, sans-serif; text-decoration: none; }
.w2team__cta a:hover { background: #ffc832; }

@media (max-width: 640px) {
    .w2team { padding: 52px 0 60px; }
    .w2team__grid { grid-template-columns: 1fr; gap: 20px; }
    .w2member { flex-direction: row; align-items: stretch; }
    .w2member__photo { flex: 0 0 38%; aspect-ratio: auto; min-height: 180px; }
    .w2member__body { padding: 16px; }
    .w2member__avatar span { width: 62%; font-size: 1.6rem; }
    .w2member__bio { font-size: .9rem; }
}
@media (max-width: 380px) {
    .w2member { flex-direction: column; }
    .w2member__photo { flex: none; aspect-ratio: 16 / 11; min-height: 0; }
}
