:root {
    --eqao-tier-1-banner-bg-height: clamp(15.2738rem, 0.0005rem + 31.2496vw, 37.5rem);
    --eqao-tier-1-banner-overhang-offset: clamp(2.1045rem, 0.0587rem + 2.5552vw, 3.125rem);
    --eqao-tier-1-banner-default-bg: var(--page-context-banner, var(--wp--preset--color--base, #f5f1e8));
    --content-p: 0px;
    --copy-p: 0 var(--global-p-x);

}
@media (max-width: 1280px) {
    :root {
        --eqao-tier-1-banner-overhang-offset: 0px;
    }
}
@media (max-width: 781px) {
    :root {
        --content-p:  var(--grid-size-dt-main) var(--global-p-x);
        --copy-p: 0;
    }
}

.eqao-tier-1-banner {
    margin-block-start: calc(var(--hdr-h) - 1px);
    /* margin-block-start: 0; */
    margin-bottom: var(--spacing-30-50);
}
.eqao-tier-1-banner__shell {
    background: var(--eqao-tier-1-banner-bg, var(--eqao-tier-1-banner-default-bg));
}
.eqao-tier-1-banner {
    height: calc(var(--eqao-tier-1-banner-bg-height) + var(--eqao-tier-1-banner-overhang-offset));
}

.eqao-tier-1-banner__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    min-height: var(--eqao-tier-1-banner-bg-height);
}
.eqao-tier-1-banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: var(--content-p);
}
.eqao-tier-1-banner__copy {
    /* max-width: min(40.625rem, 100%); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--copy-p);
}
@media (min-width: 1281px) {
    .eqao-tier-1-banner.is-banner-layout-overhang .eqao-tier-1-banner__copy {
        min-height: 66.667%;
    }
}
.eqao-tier-1-banner__title,
.eqao-tier-1-banner__subtitle {
    max-width: 100%;
}
.eqao-tier-1-banner__subtitle {
    margin-bottom: 0 !important;
}

body.home h1.eqao-tier-1-banner__title {
    font-size: var(--wp--preset--font-size--custom-2);
    /* margin-bottom: var(--h2-m-b) !important; */
    margin-bottom: 0.625rem !important;
}

.eqao-tier-1-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-15-20);
    margin-top: var(--spacing-20-30);
}
.eqao-tier-1-banner__button .wp-block-button__link {
    width: fit-content;
}
.eqao-tier-1-banner__graphic {
    display: flex;
    align-items: flex-end;
    min-height: 0;
}
.eqao-tier-1-banner__graphic-figure,
.eqao-tier-1-banner__media-figure {
    margin: 0;
    line-height: 0;
}
.eqao-tier-1-banner__graphic-figure {
    margin-top: auto;
}
.eqao-tier-1-banner__graphic-image {
    display: block;
    width: 100%;
    height: auto;
}
.eqao-tier-1-banner__media {
    width:100%
}
.eqao-tier-1-banner__media,
.eqao-tier-1-banner__media-figure,
.eqao-tier-1-banner__featured-image {
    height: var(--eqao-tier-1-banner-bg-height);
}

.eqao-tier-1-banner__featured-image {
    display: block;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1280px) {
    .eqao-tier-1-banner__graphic {
        display: none;
    }
    .eqao-tier-1-banner.is-banner-layout-overhang {
        min-height: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 781px) {
    .eqao-tier-1-banner {
        height: auto;
    }
    .eqao-tier-1-banner__panel {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
    }
    .eqao-tier-1-banner__content {
        min-height: 12.5rem;
    }
    .eqao-tier-1-banner__copy {
        max-width: 100%;
    }
    .eqao-tier-1-banner__media {
        width: 100%;
        min-width: 0;
    }
    .eqao-tier-1-banner__media,
    .eqao-tier-1-banner__media-figure,
    .eqao-tier-1-banner__featured-image {
        height: auto;
    }
    /* 
    .eqao-tier-1-banner__featured-image {
        aspect-ratio: 16 / 10;
    }
    */
}
