.apec-hero-card {
    grid-template-columns: minmax(320px, 46%) minmax(0, 54%);
    min-height: 460px;
}

.apec-hero-copy {
    min-width: 0;
    padding: clamp(1.75rem, 3.2vw, 3.4rem);
}

.apec-hero-copy h2 {
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.04;
    hyphens: auto;
    overflow-wrap: anywhere;
    word-break: normal;
}

.apec-hero-image {
    display: grid;
    place-items: center;
    padding: clamp(12px, 1.8vw, 28px);
}

.apec-hero-image-link {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

.apec-hero-image-link:focus-visible {
    outline: 4px solid #a9283f;
    outline-offset: -4px;
}

.apec-hero-image img {
    width: 100%;
    height: 100%;
    max-height: 460px;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 991px) {
    .apec-hero-card {
        min-height: 0;
    }

    .apec-hero-copy {
        min-height: 0;
        padding: 1.5rem;
    }

    .apec-hero-copy h2 {
        font-size: clamp(1.9rem, 8vw, 2.7rem);
    }

    .apec-hero-image {
        padding: 10px;
    }

    .apec-hero-image img {
        max-height: none;
    }
}
