.coaches-hero {
    padding: 20px 0;
}

.coaches-hero .container {
    max-width: 1400px;
}

.coaches-hero__wrp {
    border-radius: var(--radius-md);
    overflow: hidden;
    background-color: var(--color-penn-blue);
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    position: relative;
}


.coaches-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 881px;
    text-align: center;
}

.coaches-hero__label {
    font-size: var(--fs-14);
    font-weight: var(--fw-regular);
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: var(--color-white);
}

.coaches-hero__title {
    font-size: var(--fs-64);
    font-weight: var(--fw-medium);
    line-height: 1.1;
    color: var(--color-white);
}

.coaches-hero__subtitle {
    font-size: var(--fs-16);
    font-weight: var(--fw-regular);
    line-height: 1.4;
    color: var(--color-white);
    opacity: 0.8;
    max-width: 720px;
}

@media (max-width: 1023px) {
    .coaches-hero__wrp {
        min-height: 480px;
    }

    .coaches-hero__title {
        font-size: var(--fs-40);
    }
}

@media (max-width: 767px) {
    .coaches-hero .container {
        padding-inline: 10px;
    }

    .coaches-hero__wrp {
        border-radius: 24px;
        min-height: 500px;
        padding: 64px 20px;
    }

    .coaches-hero__content {
        gap: 24px;
        width: 100%;
    }
}

.coaches-intro {
    padding: 40px 0;
}

.coaches-intro__wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
}

.coaches-intro__title {
    font-size: var(--fs-64);
    font-weight: var(--fw-medium);
    line-height: 1.1;
    color: var(--color-black);
    text-align: center;
}

.coaches-intro__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 140px;
    width: 100%;
}

.coaches-intro__col {
    flex: 1;
    min-width: 0;
    max-width: 550px;
}

.coaches-intro__col p {
    font-size: var(--fs-16);
    font-weight: var(--fw-regular);
    line-height: 1.4;
    color: var(--color-black);
    opacity: 0.8;
}

.coaches-intro__col p + p {
    margin-top: 16px;
}

@media (max-width: 1023px) {
    .coaches-intro {
        padding: 32px 0;
    }

    .coaches-intro__wrp {
        gap: 48px;
    }

    .coaches-intro__title {
        font-size: var(--fs-40);
    }

    .coaches-intro__row {
        gap: 40px;
    }

    .coaches-intro__col {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .coaches-intro {
        padding: 24px 0;
    }

    .coaches-intro__wrp {
        gap: 32px;
    }

    .coaches-intro__title {
        font-size: var(--fs-32);
    }

    .coaches-intro__row {
        flex-direction: column;
        gap: 16px;
    }
}

.coaches-mentoring {
    padding: 40px 0;
}

.coaches-mentoring__wrp {
    display: flex;
    align-items: stretch;
    border-radius: 24px;
    overflow: hidden;
}

.coaches-mentoring__content {
    width: 50%;
    flex-shrink: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    background-color: var(--color-blue-vivid);
    padding: 40px;
}

.coaches-mentoring__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
}

.coaches-mentoring__eyebrow span {
    font-size: var(--fs-14);
    font-weight: var(--fw-medium);
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: var(--color-white);
}

.coaches-mentoring__title {
    font-size: var(--fs-32);
    font-weight: var(--fw-medium);
    line-height: 1.4;
    color: var(--color-white);
}

.coaches-mentoring__text {
    font-size: var(--fs-16);
    font-weight: var(--fw-regular);
    line-height: 1.4;
    color: var(--color-white);
    opacity: 0.8;
}

.coaches-mentoring__text p + p {
    margin-top: 16px;
}

.coaches-mentoring__media {
    width: 50%;
    flex-shrink: 0;
    min-width: 0;
}

.coaches-mentoring__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1023px) {
    .coaches-mentoring {
        padding: 32px 0;
    }

    .coaches-mentoring__content {
        padding: 32px;
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .coaches-mentoring {
        padding: 24px 0;
    }

    .coaches-mentoring__wrp {
        flex-direction: column;
        border-radius: 16px;
    }

    .coaches-mentoring__content {
        width: 100%;
        padding: 24px;
    }

    .coaches-mentoring__media {
        width: 100%;
        aspect-ratio: 4 / 3;
    }
}

.coaches-work {
    padding: 64px 0;
}

.coaches-work__wrp {
    display: flex;
    align-items: center;
    gap: 70px;
}

.coaches-work--reversed .coaches-work__wrp {
    flex-direction: row-reverse;
}

.coaches-work__media {
    flex-shrink: 0;
    width: 53%;
    height: auto;
    aspect-ratio: 640 / 450;
    border-radius: 24px;
    overflow: hidden;
}

.coaches-work__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.coaches-work__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.coaches-work__title {
    font-size: var(--fs-32);
    font-weight: var(--fw-medium);
    line-height: 1.4;
    color: var(--color-black);
}

.coaches-work__text {
    font-size: var(--fs-16);
    font-weight: var(--fw-regular);
    line-height: 1.4;
    color: var(--color-black);
    opacity: 0.8;
}

.coaches-work__text p + p {
    margin-top: 16px;
}

@media (max-width: 1023px) {
    .coaches-work {
        padding: 48px 0;
    }

    .coaches-work__wrp {
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .coaches-work {
        padding: 32px 0;
    }

    .coaches-work__wrp,
    .coaches-work--reversed .coaches-work__wrp {
        flex-direction: column;
        gap: 24px;
    }

    .coaches-work__media {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .coaches-work__title {
        font-size: var(--fs-24);
    }
}
