.skh-team-page {
    background: #fff;
    color: #253044;
}

.skh-team-intro {
    padding: 72px 0 36px;
    background: #fff;
}

.skh-team-intro__inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.skh-team-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #d97816;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.skh-team-title {
    margin: 0 0 16px;
    color: #7b211b;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.18;
    font-weight: 800;
}

.skh-team-text {
    margin: 0;
    color: #566176;
    font-size: 17px;
    line-height: 1.8;
}

.skh-team-featured-wrap {
    padding: 34px 0 72px;
    background: #fff;
}

.skh-team-featured {
    overflow: hidden;
    border: 1px solid #eadfce;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(37, 48, 68, .08);
}

.skh-team-featured__media {
    height: 100%;
    min-height: 430px;
    background: linear-gradient(135deg, #7b211b, #253044);
}

.skh-team-photo,
.skh-team-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.skh-team-placeholder {
    height: 100%;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 36px;
    background: linear-gradient(135deg, #7b211b, #253044);
    color: #fff;
    text-align: center;
}

.skh-team-placeholder__initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    border: 2px solid rgba(255,255,255,.72);
    border-radius: 10px;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: .04em;
}

.skh-team-placeholder__label {
    max-width: 220px;
    color: rgba(255,255,255,.86);
    font-size: 13px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.skh-team-featured__body {
    padding: 42px;
}

.skh-team-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff2df;
    color: #7b211b;
    font-size: 13px;
    font-weight: 800;
}

.skh-team-featured__name {
    margin: 0 0 10px;
    color: #7b211b;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.18;
    font-weight: 800;
}

.skh-team-featured__role {
    margin: 0 0 4px;
    color: #253044;
    font-size: 18px;
    font-weight: 700;
}

.skh-team-featured__institute {
    margin: 0 0 24px;
    color: #667085;
    font-weight: 600;
}

.skh-team-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 26px;
}

.skh-team-detail {
    padding: 16px;
    border: 1px solid #eadfce;
    border-radius: 8px;
    background: #fffdf9;
}

.skh-team-detail__label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
    color: #d97816;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.skh-team-detail__value {
    color: #253044;
    font-weight: 700;
    line-height: 1.55;
    word-break: break-word;
}

.skh-team-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.skh-team-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none;
}

.skh-team-btn--mail,
.skh-team-btn--mail:hover {
    background: #d97816;
    color: #fff;
}

.skh-team-btn--call,
.skh-team-btn--call:hover {
    background: #7b211b;
    color: #fff;
}

.skh-team-grid-wrap {
    padding: 72px 0;
    background: #faf7f2;
}

.skh-team-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 34px;
}

.skh-team-filter__btn {
    border: 1px solid #eadfce;
    border-radius: 999px;
    background: #fff;
    color: #253044;
    padding: 9px 15px;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
}

.skh-team-filter__btn.is-active {
    background: #7b211b;
    border-color: #7b211b;
    color: #fff;
}

.skh-team-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #eadfce;
    border-top: 4px solid #d97816;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(37, 48, 68, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.skh-team-card:hover {
    transform: translateY(-4px);
    border-color: rgba(217, 120, 22, .5);
    box-shadow: 0 18px 38px rgba(37, 48, 68, .1);
}

.skh-team-card__photo {
    height: 240px;
    background: linear-gradient(135deg, #7b211b, #253044);
}

.skh-team-card .skh-team-placeholder {
    min-height: 240px;
    padding: 26px;
}

.skh-team-card .skh-team-placeholder__initials {
    width: 82px;
    height: 82px;
    font-size: 28px;
}

.skh-team-card__body {
    padding: 24px;
}

.skh-team-card__name {
    margin: 0 0 8px;
    color: #253044;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
}

.skh-team-card__role {
    margin: 0 0 5px;
    color: #7b211b;
    font-weight: 800;
    line-height: 1.45;
}

.skh-team-card__unit {
    margin: 0 0 18px;
    color: #667085;
    font-size: 14px;
    font-weight: 600;
}

.skh-team-mini-list {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.skh-team-mini {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
}

.skh-team-mini i {
    margin-top: 3px;
    color: #d97816;
}

.skh-team-mini strong {
    display: block;
    color: #253044;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.skh-team-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.skh-team-card__actions .skh-team-btn {
    flex: 1 1 120px;
    min-height: 40px;
    padding: 10px 14px;
    font-size: 13px;
}

.skh-team-cta {
    padding: 70px 0;
    background: #fff;
}

.skh-team-cta__panel {
    padding: 42px;
    border-radius: 10px;
    background: #7b211b;
    color: #fff;
}

.skh-team-cta__panel h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 800;
}

.skh-team-cta__panel p {
    max-width: 820px;
    margin: 0 0 24px;
    color: rgba(255,255,255,.9);
    line-height: 1.75;
}

@media (max-width: 991.98px) {
    .skh-team-featured__media,
    .skh-team-placeholder {
        min-height: 360px;
    }

    .skh-team-featured__body {
        padding: 32px;
    }
}

@media (max-width: 767.98px) {
    .skh-team-intro,
    .skh-team-grid-wrap,
    .skh-team-cta {
        padding: 50px 0;
    }

    .skh-team-details {
        grid-template-columns: 1fr;
    }

    .skh-team-actions,
    .skh-team-btn,
    .skh-team-card__actions {
        width: 100%;
    }

    .skh-team-card__actions .skh-team-btn {
        flex-basis: 100%;
    }

    .skh-team-cta__panel {
        padding: 28px 22px;
    }
}
