.ach-press-hero figure {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
}

.ach-press-hero figcaption {
    padding: 10px 24px 13px;
    background: rgba(5, 5, 5, 0.88);
    color: var(--ap-muted);
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.ach-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.ach-press-title-wordmark {
    display: block;
    width: min(520px, 92%);
    height: auto;
    max-height: 190px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1) drop-shadow(0 14px 32px rgba(244, 223, 0, 0.13));
}

.ach-press-title-suffix {
    display: block;
    margin-top: 0.18em;
    color: var(--ap-yellow);
    font-size: 0.32em;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
