.mod-hero {
    position: relative;
    display: block;
    overflow: hidden;
}

.mod-hero__image {
    display: block;
    width: 100%;
    height: auto;
}

.mod-hero__content {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 2rem;
    max-width: 50%;
}

.mod-hero__eyebrow {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
}

.mod-hero__title {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 700;
    line-height: 1.15;
}

.mod-hero__button {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border: 2px solid currentColor;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
}
