﻿/* ===== Team Refresh ===== */

.team-page {
    padding-top: 2rem;
}

.team-hero {
    padding: 1.35rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}

.team-group + .team-group {
    margin-top: 2rem;
}

.team-group__header {
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.team-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.team-card {
    height: 100%;
    padding: 1.2rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.07);
}

.team-card:hover {
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.1);
}

.team-photo {
    width: 100%;
    max-width: 13rem;
    aspect-ratio: 1;
    margin: 0 auto 1rem;
    object-fit: cover;
    border-radius: 1.5rem;
    border: none;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}

.team-role {
    color: #4a5f54;
    font-size: 0.9rem;
}

.team-member-description {
    margin-top: 0.85rem;
    color: #4a5f54;
    font-size: 0.92rem;
    line-height: 1.6;
}
