.cpcc-player-hub {
    padding-top: clamp(20px, 3vw, 38px);
}

.cpcc-hub-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
    gap: clamp(30px, 6vw, 80px);
    align-items: end;
    min-height: 430px;
    padding: clamp(40px, 7vw, 84px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 88% 18%, rgba(244, 189, 25, .24), transparent 26%),
        linear-gradient(125deg, #061f33 0%, #0a3552 58%, #0d466b 100%);
    border-radius: 20px;
    box-shadow: 0 22px 54px rgba(8, 43, 69, .22);
}

.cpcc-hub-hero::before,
.cpcc-hub-hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.cpcc-hub-hero::before {
    top: -80px;
    right: -70px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018);
}

.cpcc-hub-hero::after {
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--cpcc-ps-gold), #ffe387 36%, transparent 82%);
}

.cpcc-hub-hero-copy,
.cpcc-hub-hero-stats {
    position: relative;
    z-index: 1;
}

.cpcc-hub-hero h1 {
    max-width: 790px;
    margin: 0;
    color: #fff;
    font-size: clamp(52px, 7.5vw, 96px);
    line-height: .91;
    letter-spacing: -.055em;
}

.cpcc-hub-hero h1 span {
    color: var(--cpcc-ps-gold);
}

.cpcc-hub-hero-copy > p:not(.cpcc-ps-eyebrow) {
    max-width: 650px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.55;
}

.cpcc-hub-search {
    display: flex;
    max-width: 620px;
    margin-top: 30px;
    padding: 6px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.cpcc-hub-search input,
.cpcc-hub-filter input {
    min-width: 0;
    color: var(--cpcc-ps-ink);
    background: #fff;
    border: 0;
    outline: 0;
    font: 650 15px/1.2 system-ui, sans-serif;
}

.cpcc-hub-search input {
    flex: 1;
    padding: 13px 16px;
}

.cpcc-hub-search button {
    padding: 12px 19px;
    color: #082b45;
    background: var(--cpcc-ps-gold);
    border: 0;
    border-radius: 8px;
    font-weight: 850;
    cursor: pointer;
}

.cpcc-hub-search button:hover,
.cpcc-hub-search button:focus-visible {
    background: #ffd14d;
}

.cpcc-hub-hero-stats {
    display: grid;
    gap: 14px;
}

.cpcc-hub-hero-stats div {
    padding: 18px 20px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 12px;
    backdrop-filter: blur(8px);
}

.cpcc-hub-hero-stats strong,
.cpcc-hub-hero-stats span {
    display: block;
}

.cpcc-hub-hero-stats strong {
    color: #fff;
    font-size: clamp(21px, 3vw, 30px);
    line-height: 1.05;
}

.cpcc-hub-hero-stats span {
    margin-top: 5px;
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.cpcc-hub-section {
    margin-top: clamp(24px, 4vw, 42px);
    padding: clamp(25px, 4vw, 44px);
    background: #fff;
    border: 1px solid var(--cpcc-ps-line);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(8, 43, 69, .065);
}

.cpcc-hub-section-heading {
    display: flex;
    gap: 24px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 26px;
}

.cpcc-hub-section-heading h2,
.cpcc-hub-history h2 {
    margin: 0;
    color: var(--cpcc-ps-navy);
    font-size: clamp(28px, 4vw, 43px);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.cpcc-hub-section-heading > a,
.cpcc-hub-history-link {
    color: var(--cpcc-ps-navy);
    font-weight: 800;
    text-decoration: none;
}

.cpcc-hub-section-heading > a:hover,
.cpcc-hub-history-link:hover {
    color: #0d5c86;
}

.cpcc-hub-star-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.cpcc-hub-star-card {
    overflow: hidden;
    background: #f7f9fa;
    border: 1px solid #e0e7eb;
    border-radius: 13px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.cpcc-hub-star-card:hover {
    transform: translateY(-3px);
    border-color: #ccd8df;
    box-shadow: 0 14px 28px rgba(8, 43, 69, .11);
}

.cpcc-hub-star-photo {
    display: block;
    height: 145px;
    overflow: hidden;
    background: linear-gradient(145deg, var(--cpcc-ps-navy), var(--cpcc-ps-navy-2));
    text-decoration: none;
}

.cpcc-hub-star-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cpcc-hub-star-photo span {
    display: grid;
    height: 100%;
    place-items: center;
    color: rgba(255, 255, 255, .88);
    font-size: 62px;
    font-weight: 900;
}

.cpcc-hub-star-body {
    padding: 19px;
}

.cpcc-hub-star-body > p {
    margin: 0 0 5px;
    color: #70808b;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.cpcc-hub-star-body h3 {
    min-height: 48px;
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.18;
}

.cpcc-hub-star-body h3 a {
    color: var(--cpcc-ps-navy);
    text-decoration: none;
}

.cpcc-hub-star-number {
    display: flex;
    gap: 9px;
    align-items: baseline;
}

.cpcc-hub-star-number strong {
    color: var(--cpcc-ps-navy);
    font-size: 35px;
    line-height: 1;
}

.cpcc-hub-star-number span,
.cpcc-hub-star-body small {
    color: var(--cpcc-ps-muted);
    font-size: 12px;
    font-weight: 700;
}

.cpcc-hub-star-body small {
    display: block;
    margin-top: 8px;
}

.cpcc-hub-history {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: clamp(30px, 6vw, 70px);
    align-items: center;
    padding: 0;
    overflow: hidden;
    background: #082b45;
    border-color: #082b45;
}

.cpcc-hub-history-photo {
    align-self: stretch;
    min-height: 430px;
    background: linear-gradient(145deg, #0d466b, #061f33);
}

.cpcc-hub-history-photo img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.cpcc-hub-history-photo span {
    display: grid;
    height: 100%;
    min-height: 430px;
    place-items: center;
    color: rgba(255, 255, 255, .82);
    font-size: 130px;
    font-weight: 900;
}

.cpcc-hub-history-copy {
    padding: 42px clamp(28px, 5vw, 64px) 42px 0;
}

.cpcc-hub-history h2 {
    color: #fff;
}

.cpcc-hub-history-years {
    margin: 8px 0 27px;
    color: rgba(255, 255, 255, .62);
    font-weight: 700;
}

.cpcc-hub-history-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
}

.cpcc-hub-history-stats div {
    padding: 15px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 10px;
}

.cpcc-hub-history-stats strong,
.cpcc-hub-history-stats span {
    display: block;
}

.cpcc-hub-history-stats strong {
    color: #fff;
    font-size: 23px;
    line-height: 1.05;
}

.cpcc-hub-history-stats span {
    margin-top: 5px;
    color: rgba(255, 255, 255, .58);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cpcc-hub-history-link {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 17px;
    color: #082b45;
    background: var(--cpcc-ps-gold);
    border-radius: 8px;
}

.cpcc-hub-history-link:hover {
    color: #082b45;
    background: #ffd14d;
}

.cpcc-hub-filter {
    width: min(330px, 100%);
}

.cpcc-hub-filter input {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #cfd9df;
    border-radius: 9px;
}

.cpcc-hub-filter input:focus {
    border-color: #5184a2;
    box-shadow: 0 0 0 3px rgba(81, 132, 162, .15);
}

.cpcc-hub-alphabet {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 15px;
    background: #f4f7f9;
    border-radius: 10px;
}

.cpcc-hub-alphabet a {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    color: var(--cpcc-ps-navy);
    background: #fff;
    border: 1px solid #dce5ea;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.cpcc-hub-alphabet a:hover {
    color: #fff;
    background: var(--cpcc-ps-navy);
    border-color: var(--cpcc-ps-navy);
}

.cpcc-hub-directory-count {
    margin: 14px 0 0;
    color: var(--cpcc-ps-muted);
    font-size: 12px;
    font-weight: 750;
}

.cpcc-hub-directory-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px 34px;
    margin-top: 30px;
}

.cpcc-hub-letter-group {
    scroll-margin-top: 130px;
}

.cpcc-hub-letter-group h3 {
    margin: 0 0 10px;
    padding-bottom: 9px;
    color: var(--cpcc-ps-navy);
    border-bottom: 3px solid var(--cpcc-ps-gold);
    font-size: 24px;
}

.cpcc-hub-letter-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cpcc-hub-letter-group li {
    margin: 0;
    border-bottom: 1px solid #e5ebef;
}

.cpcc-hub-letter-group a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 3px;
    color: #264354;
    font-weight: 700;
    text-decoration: none;
}

.cpcc-hub-letter-group a span {
    color: #9eabb3;
    transition: transform .15s ease;
}

.cpcc-hub-letter-group a:hover {
    color: var(--cpcc-ps-navy);
}

.cpcc-hub-letter-group a:hover span {
    transform: translateX(3px);
}

.cpcc-hub-no-results {
    margin: 30px 0 0;
    padding: 28px;
    color: var(--cpcc-ps-muted);
    text-align: center;
    background: #f4f7f9;
    border-radius: 10px;
}

@media (max-width: 1020px) {
    .cpcc-hub-star-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cpcc-hub-directory-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .cpcc-hub-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .cpcc-hub-hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cpcc-hub-history {
        grid-template-columns: 1fr;
    }

    .cpcc-hub-history-photo,
    .cpcc-hub-history-photo img,
    .cpcc-hub-history-photo span {
        min-height: 310px;
        max-height: 410px;
    }

    .cpcc-hub-history-copy {
        padding: 0 28px 34px;
    }

    .cpcc-hub-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .cpcc-hub-filter {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .cpcc-player-hub {
        padding-right: 12px;
        padding-left: 12px;
    }

    .cpcc-hub-hero {
        padding: 34px 24px;
        border-radius: 14px;
    }

    .cpcc-hub-hero h1 {
        font-size: clamp(44px, 16vw, 66px);
    }

    .cpcc-hub-search {
        display: block;
        background: transparent;
        box-shadow: none;
    }

    .cpcc-hub-search input,
    .cpcc-hub-search button {
        width: 100%;
    }

    .cpcc-hub-search input {
        min-height: 48px;
        margin-bottom: 8px;
        border-radius: 8px;
    }

    .cpcc-hub-hero-stats,
    .cpcc-hub-history-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cpcc-hub-star-grid,
    .cpcc-hub-directory-groups {
        grid-template-columns: 1fr;
    }

    .cpcc-hub-star-photo {
        height: 175px;
    }

    .cpcc-hub-section {
        padding: 24px 20px;
    }

    .cpcc-hub-history {
        padding: 0;
    }

    .cpcc-hub-history-photo,
    .cpcc-hub-history-photo img,
    .cpcc-hub-history-photo span {
        min-height: 280px;
    }
}
