article.at-heroBanner {
    position: relative;
    margin-bottom: 0;
    clip-path: ellipse(90% 100% at 50% 0);
}

.at-heroBanner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(269deg, rgba(238,238,238,0) 0%, rgba(28,28,28,0.4) 60%);
}

.at-heroBanner__inner {
    position: relative;
    min-height: min(50vw, 650px);
    padding: min(10vw, calc(2 * var(--innerPaddingY))) 0 calc(5 * var(--innerPaddingY));
    z-index: 2;
    background-color: transparent;
}

.at-heroBanner__content {
    max-width: 500px;
    color: var(--baseLight100);
}

.at-heroBanner__title,
.at-heroBanner__text {
    text-shadow: 0 1px 4px rgba(0,0,0, 0.5);
}

.at-heroBanner__image {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
