.sm-team-page {
    --team-navy: #001a34;
    --team-navy-2: #061f3d;
    --team-cream: #f5efe2;
    --team-card: #fffaf0;
    --team-gold: #bd8b3d;
    --team-gold-2: #e1b86e;
    --team-ink: #0b1728;
    --team-muted: #6d7480;
    --team-line: rgba(10, 23, 40, .14);
    background: var(--team-cream);
    color: var(--team-ink);
}

.sm-team-page a {
    color: inherit;
    text-decoration: none;
}

.sm-team-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 42px;
    background:
        radial-gradient(circle at 80% 20%, rgba(225, 184, 110, .16), transparent 25%),
        linear-gradient(135deg, #001429 0%, #001e3d 62%, #001326 100%);
    color: #fff;
}

.sm-team-hero::before {
    content: "";
    position: absolute;
    inset: auto -90px -210px auto;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(225, 184, 110, .22);
    border-radius: 50%;
}

.sm-team-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.sm-team-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    font-weight: 900;
    text-transform: none;
}

.sm-team-breadcrumb i {
    color: var(--team-gold-2);
    font-size: 10px;
}

.sm-team-hero h1 {
    margin: 0;
    color: var(--team-gold-2);
    font-size: clamp(36px, 4.4vw, 56px);
    line-height: .96;
    font-weight: 950;
    text-transform: none;
    letter-spacing: 0;
}

.sm-team-hero p {
    max-width: 660px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .78) !important;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
}

.sm-team-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.sm-team-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.sm-team-btn-gold {
    background: linear-gradient(135deg, var(--team-gold-2), var(--team-gold));
    color: #fff;
    box-shadow: 0 14px 28px rgba(112, 74, 23, .18);
}

.sm-team-btn-outline {
    border: 1px solid rgba(255, 255, 255, .46);
    color: #fff;
    background: rgba(255, 255, 255, .06);
}

.sm-team-match-card {
    background: rgba(255, 250, 240, .98);
    color: var(--team-ink);
    border: 1px solid rgba(225, 184, 110, .38);
    border-radius: 8px;
    box-shadow: 0 28px 58px rgba(0, 0, 0, .22);
}

.sm-team-match-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    background: var(--team-navy);
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.sm-team-match-top span,
.sm-team-section-head span,
.sm-team-staff-card span {
    color: var(--team-gold-2);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.sm-team-match-top strong {
    color: rgba(255, 255, 255, .74);
    font-size: 13px;
}

.sm-team-vs {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
    padding: 28px 22px 20px;
}

.sm-team-vs b {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--team-navy);
    color: var(--team-gold-2);
    font-size: 13px;
}

.sm-team-club {
    text-align: center;
    min-width: 0;
}

.sm-team-club span {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--team-gold-2), var(--team-gold));
    color: #fff;
    font-size: 24px;
    font-weight: 950;
}

.sm-team-club strong {
    display: block;
    color: var(--team-navy);
    font-size: 17px;
    line-height: 1.2;
}

.sm-team-match-meta {
    display: grid;
    gap: 10px;
    padding: 0 22px 24px;
}

.sm-team-match-meta span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--team-muted);
    font-weight: 800;
}

.sm-team-match-meta i {
    color: var(--team-gold);
    width: 16px;
}

.sm-team-stat-strip {
    padding: 0 0 28px;
    background: var(--team-cream);
}

.sm-team-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: -28px;
    position: relative;
    z-index: 2;
    background: var(--team-card);
    border: 1px solid var(--team-line);
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(0, 26, 52, .1);
}

.sm-team-stats div {
    padding: 22px 24px;
    border-right: 1px solid var(--team-line);
}

.sm-team-stats div:last-child {
    border-right: 0;
}

.sm-team-stats strong {
    display: block;
    color: var(--team-navy);
    font-size: clamp(22px, 2.4vw, 32px);
    line-height: 1;
    font-weight: 950;
}

.sm-team-stats span {
    display: block;
    margin-top: 8px;
    color: var(--team-muted);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.sm-team-section {
    padding: 58px 0;
}

.sm-team-roster {
    padding-top: 34px;
}

.sm-team-match-board,
.sm-team-quick-links {
    background: #efe7d8;
}

.sm-team-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 24px;
}

.sm-team-section-head.compact {
    margin-bottom: 16px;
}

.sm-team-section-head h2,
.sm-team-staff-card h2 {
    margin: 4px 0 0;
    color: var(--team-navy);
    font-size: clamp(22px, 2.3vw, 30px);
    line-height: 1.06;
    font-weight: 950;
    text-transform: none;
}

.sm-team-section-head a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--team-navy);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.sm-team-player-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sm-team-player-card {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    border-radius: 8px;
    background:
        radial-gradient(circle at 78% 18%, rgba(225, 184, 110, .18), transparent 26%),
        linear-gradient(135deg, var(--team-navy), var(--team-navy-2));
    box-shadow: 0 18px 36px rgba(0, 26, 52, .12);
}

.sm-team-player-card::after {
    content: "";
    position: absolute;
    inset: auto -70px -120px auto;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(225, 184, 110, .22);
    border-radius: 50%;
}

.sm-team-player-copy {
    position: relative;
    z-index: 2;
    width: 52%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.sm-team-player-copy strong {
    color: var(--team-gold-2);
    font-size: 54px;
    line-height: .9;
    font-weight: 950;
}

.sm-team-player-copy h3 {
    margin: 10px 0 4px;
    color: #fff;
    font-size: 21px;
    line-height: 1.05;
    font-weight: 950;
}

.sm-team-player-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .68) !important;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.sm-team-player-card img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 54%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.sm-team-player-card > i {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--team-gold);
    color: #fff;
    font-size: 13px;
}

.sm-team-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: 22px;
}

.sm-team-list {
    display: grid;
    gap: 10px;
}

.sm-team-list-row,
.sm-team-result-row,
.sm-team-staff-card,
.sm-team-link-grid a,
.sm-team-empty {
    background: var(--team-card);
    border: 1px solid var(--team-line);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(0, 26, 52, .08);
}

.sm-team-list-row {
    display: grid;
    grid-template-columns: 86px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 14px;
}

.sm-team-list-row time {
    display: grid;
    place-items: center;
    min-height: 72px;
    border-radius: 6px;
    background: var(--team-navy);
    color: #fff;
}

.sm-team-list-row time strong {
    color: var(--team-gold-2);
    font-size: 28px;
    line-height: 1;
}

.sm-team-list-row time span {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.sm-team-list-row h3,
.sm-team-result-row h3 {
    margin: 0;
    color: var(--team-navy);
    font-size: 17px;
    font-weight: 950;
}

.sm-team-list-row p {
    margin: 5px 0 0;
    color: var(--team-muted) !important;
    font-weight: 800;
}

.sm-team-list-row b {
    color: var(--team-gold);
    font-size: 12px;
    text-transform: uppercase;
}

.sm-team-result-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 18px;
}

.sm-team-result-row span {
    color: var(--team-gold);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.sm-team-result-row strong {
    min-width: 76px;
    color: var(--team-navy);
    font-size: 26px;
    text-align: right;
    font-weight: 950;
}

.sm-team-staff-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    padding: clamp(22px, 4vw, 38px);
    background:
        linear-gradient(135deg, rgba(255, 250, 240, .96), rgba(255, 250, 240, .9)),
        url("../images/hero1.png") center/cover;
}

.sm-team-staff-card p {
    max-width: 720px;
    margin: 14px 0 0;
    color: var(--team-muted) !important;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 800;
}

.sm-team-link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sm-team-link-grid a {
    padding: 24px;
    transition: transform .22s ease, box-shadow .22s ease;
}

.sm-team-link-grid a:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(0, 26, 52, .12);
}

.sm-team-link-grid i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--team-navy);
    color: var(--team-gold-2);
}

.sm-team-link-grid strong {
    display: block;
    color: var(--team-navy);
    font-size: 20px;
    font-weight: 950;
}

.sm-team-link-grid span {
    display: block;
    margin-top: 7px;
    color: var(--team-muted);
    font-weight: 800;
}

.sm-team-empty,
.sm-team-empty-small {
    padding: 22px;
    color: var(--team-muted) !important;
    font-weight: 800;
}

@media (max-width: 991px) {
    .sm-team-hero-grid,
    .sm-team-two-col,
    .sm-team-staff-card {
        grid-template-columns: 1fr;
    }

    .sm-team-player-grid,
    .sm-team-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .sm-team-hero {
        padding: 52px 0 38px;
    }

    .sm-team-hero h1 {
        font-size: 38px;
    }

    .sm-team-hero p {
        font-size: 16px;
    }

    .sm-team-vs {
        grid-template-columns: 1fr;
    }

    .sm-team-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm-team-stats div:nth-child(2) {
        border-right: 0;
    }

    .sm-team-stats div:nth-child(-n+2) {
        border-bottom: 1px solid var(--team-line);
    }

    .sm-team-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .sm-team-player-grid,
    .sm-team-link-grid {
        grid-template-columns: 1fr;
    }

    .sm-team-list-row {
        grid-template-columns: 72px 1fr;
    }

    .sm-team-list-row b {
        grid-column: 2;
    }
}
