.hero-image .hero-image__wrapper {
    position: relative;
    background-color: #141414;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 640px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.hero-image .hero-image__overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, 0.35);
    /* extra left-to-right gradient so bottom-left text stays legible */
    background-image: linear-gradient(90deg, rgba(20,20,20,0.45) 0%, rgba(20,20,20,0) 60%),
                      linear-gradient(0deg, rgba(20,20,20,0.55) 0%, rgba(20,20,20,0) 45%);
    z-index: 1;
}

.hero-image .hero-image__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 60%;
    margin: 0;
    margin-right: auto;
    padding: 60px 7.75rem 70px;
    text-align: left;
    box-sizing: border-box;
}

.hero-image .hero-image__eyebrow {
    font-family: 'Galvji', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 14px;
}

.hero-image .hero-image__content {
    text-transform: uppercase;
    font-size: 64px;
    line-height: 1.05;
    margin: 0;
    max-width: 14ch;
}

.hero-image .hero-image__content p { margin: 0; line-height: 1.05; }

.hero-image .hero-image__content .italic,
.hero-image .hero-image__content em {
    font-family: freighttextcmp-pro, serif;
    font-weight: 400;
    font-style: italic;
    text-transform: lowercase;
}

.hero-image .hero-image__body {
    max-width: 40ch;
    font-size: 16px;
    line-height: 1.35;
    margin: 16px 0 0;
}

/* Button intentionally inherits the site-standard button style
   (.wp-block-buttons .wp-block-button__link): light fill, thin #191919
   border, uppercase, no hover change. */
.hero-image .hero-image__button {
    margin-top: 28px;
}

.hero-image .hero-image__caption {
    font-family: 'Galvji', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 700;
    font-size: 13px;
    margin: 24px 0 0;
}

@media only screen and (max-width: 1023px) {
    .hero-image .hero-image__inner { max-width: 80%; padding: 50px 40px 56px; }
    .hero-image .hero-image__content { font-size: 48px; }
}

@media only screen and (max-width: 767px) {
    .hero-image .hero-image__wrapper { min-height: 520px; }
    .hero-image .hero-image__inner { max-width: 100%; padding: 40px 24px 44px; }
    .hero-image .hero-image__content { font-size: 38px; max-width: none; }
    .hero-image .hero-image__body { max-width: none; }
}
