/* Unified visual treatment for all inner-page heroes. The home slider uses .copp-hero and is intentionally excluded. */
.copp-news-hero:not(.copp-hero) {
    background: var(--copp-soft);
    border-bottom: 1px solid var(--copp-line);
    overflow: hidden;
    position: relative;
}

.copp-news-hero:not(.copp-hero) .copp-news-hero__inner {
    align-items: center;
    display: grid;
    gap: clamp(28px, 5vw, 88px);
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    margin: 0 auto;
    max-width: var(--copp-hero-inner-max);
    min-height: 390px;
    padding: 54px clamp(24px, 6vw, 108px) 48px;
    position: relative;
}

.copp-news-hero:not(.copp-hero) .copp-news-hero__copy {
    max-width: 650px;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.copp-news-hero:not(.copp-hero) .copp-news-hero__title {
    color: var(--copp-ink);
    font-size: clamp(38px, 5vw, 70px);
    font-weight: var(--copp-fw-heading-bold);
    letter-spacing: -0.035em;
    line-height: 0.98;
    margin: 0 0 22px;
    max-width: 650px;
    text-transform: uppercase;
}

.copp-news-hero:not(.copp-hero) .copp-news-hero__lead,
.copp-news-hero:not(.copp-hero) .copp-school-hero__subtitle {
    color: var(--copp-ink);
    font-size: clamp(16px, 1.45vw, 20px);
    line-height: 1.45;
    margin: 0 0 24px;
    max-width: 610px;
}

.copp-news-hero:not(.copp-hero) .copp-news-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.copp-news-hero:not(.copp-hero) .copp-news-hero__media {
    align-self: stretch;
    background: var(--copp-pale);
    display: block !important;
    isolation: isolate;
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.copp-news-hero:not(.copp-hero) .copp-news-hero__media::before {
    background: var(--copp-pale) url('/templates/modern/images/news/copp_building.png') no-repeat right bottom / contain;
    content: '';
    inset: 0;
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 0;
}

.copp-news-hero:not(.copp-hero) .copp-news-hero__media::after {
    border: 1px solid rgba(var(--copp-ink-rgb), 0.12);
    content: '';
    inset: 18px;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.copp-news-hero:not(.copp-hero) .copp-news-hero__media > img,
.copp-news-hero:not(.copp-hero) .copp-news-hero__media > .copp-visual,
.copp-news-hero:not(.copp-hero) .copp-news-hero__media > .copp-news-hero__tile,
.copp-news-hero:not(.copp-hero) .copp-news-hero__media > .copp-news-hero__badge {
    display: none !important;
}

.copp-news-hero:not(.copp-hero) .copp-news-hero__media .copp-hero__people,
.copp-news-hero:not(.copp-hero) .copp-news-hero__media .copp-visual__block,
.copp-news-hero:not(.copp-hero) .copp-news-hero__media .copp-visual__tile,
.copp-news-hero:not(.copp-hero) .copp-news-hero__media .copp-visual__arc,
.copp-news-hero:not(.copp-hero) .copp-news-hero__media .copp-visual__line,
.copp-news-hero:not(.copp-hero) .copp-news-hero__media .copp-person {
    display: none !important;
}

@media (max-width: 900px) {
    .copp-news-hero:not(.copp-hero) .copp-news-hero__inner {
        gap: 28px;
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.88fr);
        min-height: 340px;
        padding-bottom: 36px;
        padding-top: 42px;
    }

    .copp-news-hero:not(.copp-hero) .copp-news-hero__media {
        min-height: 260px;
    }
}

@media (max-width: 640px) {
    .copp-news-hero:not(.copp-hero) .copp-news-hero__inner {
        display: flex;
        flex-direction: column;
        gap: 22px;
        min-height: 0;
        padding: 34px 18px 24px;
    }

    .copp-news-hero:not(.copp-hero) .copp-news-hero__title {
        font-size: clamp(34px, 11vw, 52px);
        margin-bottom: 16px;
    }

    .copp-news-hero:not(.copp-hero) .copp-news-hero__media {
        min-height: 230px;
        width: 100%;
    }

    .copp-news-hero:not(.copp-hero) .copp-news-hero__media::after {
        inset: 10px;
    }
}
