.bco-subpage-hero {
    position: relative;
    display: flex;
    min-height: clamp(11rem, 18vw, 14rem);
    overflow: hidden;
    isolation: isolate;
    align-items: center;
    color: #fff;
    background: #0b4da8;
}

.bco-subpage-hero__image,
.bco-subpage-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.bco-subpage-hero__image {
    z-index: -2;
    object-fit: cover;
    object-position: center 48%;
}

.bco-subpage-hero__overlay {
    z-index: -1;
    background: linear-gradient(90deg, rgba(5, 28, 58, 0.9), rgba(7, 43, 89, 0.66) 65%, rgba(7, 43, 89, 0.5));
}

.bco-subpage-hero__content {
    display: flex;
    padding-top: clamp(1.75rem, 3vw, 2.5rem);
    padding-bottom: clamp(1.75rem, 3vw, 2.5rem);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bco-subpage-hero h1 {
    width: 100%;
    max-width: 60rem;
    margin: 0;
    color: #fff;
    font-size: clamp(1.9rem, 3.5vw, 3rem);
    line-height: 1.1;
    letter-spacing: -0.035em;
    overflow-wrap: break-word;
    text-align: center;
    text-wrap: balance;
    text-shadow: 0 0.15rem 1rem rgba(0, 0, 0, 0.25);
}

.single-post .bco-subpage-hero h1 {
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    line-height: 1.12;
}

.single-post .bco-subpage-hero h1,
.single-post .bco-subpage-hero__breadcrumb,
.single-post.bco-subpage-layout .single-blog .post-content > .post-title {
    text-transform: none;
}

.single-post.bco-subpage-layout .single-blog .post-content > .post-title {
    display: none;
}

.bco-subpage-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.55rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.84rem;
    font-weight: 600;
}

.bco-subpage-hero__breadcrumb a {
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, 0.55);
    text-underline-offset: 0.2em;
}

.bco-subpage-hero__breadcrumb a:hover,
.bco-subpage-hero__breadcrumb a:focus-visible {
    color: #fff;
    text-decoration-color: #fff;
}

.bco-subpage-layout .section-padding.page-s,
.bco-subpage-layout .page-s {
    padding-top: clamp(2.5rem, 5vw, 4rem);
    padding-bottom: clamp(3.5rem, 7vw, 5rem);
}

.bco-subpage-layout .site-content > .board-page,
.bco-subpage-layout .site-content > .members-page,
.bco-subpage-layout .site-content > .member-page,
.bco-subpage-layout .site-content > .teams-page,
.bco-subpage-layout .site-content > .achievements-page,
.bco-subpage-layout .site-content > .hall-of-fame-page,
.bco-subpage-layout .site-content > p:first-child + .board-page {
    margin-top: 0;
}

@media (max-width: 575.98px) {
    .bco-subpage-hero {
        min-height: 10rem;
    }

    .bco-subpage-hero__image {
        object-position: center;
    }

    .bco-subpage-hero__content {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .bco-subpage-hero h1 {
        font-size: clamp(1.7rem, 8vw, 2.25rem);
    }

    .single-post .bco-subpage-hero h1 {
        font-size: clamp(1.55rem, 7vw, 2rem);
    }
}
