.oma-presence-hero {
    min-height: min(82vh, 820px);
}

.oma-presence-hero__story {
    position: relative;
    z-index: 2;
    justify-content: center;
}

.oma-presence-hero--right .oma-presence-hero__story {
    margin-left: auto;
}

.oma-presence-hero--center .oma-presence-hero__story {
    align-items: center;
    margin-inline: auto;
    text-align: center;
}

.oma-presence-hero__eyebrow {
    margin: 0 0 1rem;
    color: var(--oma-color-sand, #d8cbb5);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.oma-presence-hero h1 {
    max-width: 780px;
    margin: 0;
    color: inherit;
    font-family: var(--oma-font-heading, Georgia, serif);
    font-size: clamp(3rem, 6.6vw, 6.2rem);
    font-weight: 500;
    line-height: .94;
    letter-spacing: -.045em;
}

.oma-presence-hero__body {
    max-width: 580px;
    margin: 1.5rem 0 0;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.65;
}

.oma-presence-hero__cta {
    display: inline-flex;
    margin-top: 2rem;
    padding: .8rem 1.25rem;
    color: inherit;
    border: 1px solid currentColor;
    border-radius: 999px;
    text-decoration: none;
}

.oma-presence-hero__cta:hover,
.oma-presence-hero__cta:focus {
    color: var(--oma-color-dusk, #493f3b);
    background: var(--oma-color-paper, #f8f5ee);
}

.oma-presence-hero__empty {
    padding: 2rem;
    color: #493f3b;
    background: #e7dac9;
    border: 1px dashed #a8a49a;
}

@media (max-width: 720px) {
    .oma-presence-hero {
        min-height: 74vh;
    }

    .oma-presence-hero__story {
        justify-content: flex-end;
        padding-bottom: 3rem;
    }

    .oma-presence-hero h1 {
        font-size: clamp(2.7rem, 12vw, 4.6rem);
    }
}
