/* HCS-006 second pass — quieter, lower-right photographer attribution. */
.pressbox-event-credit--hero,
.pressbox-home-hero__credit {
    position: absolute;
    right: clamp(0.65rem, 1.6vw, 1rem);
    bottom: clamp(0.65rem, 1.6vw, 1rem);
    z-index: 5;
    max-width: min(58%, 28rem);
    padding: 0.24rem 0.42rem;
    border-radius: 0.35rem;
    background: rgba(5, 10, 20, 0.34);
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(0.68rem, 0.9vw, 0.76rem);
    font-weight: 500;
    line-height: 1.2;
    text-align: right;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.pressbox-event-credit--hero {
    top: auto;
}

.pressbox-event-credit--hero a,
.pressbox-home-hero__credit a {
    color: inherit;
    font-weight: 650;
    text-decoration-thickness: 0.06em;
    text-underline-offset: 0.12em;
}

.pressbox-home-hero__credit {
    z-index: 3;
}

@media (max-width: 720px) {
    .pressbox-event-hero__title-block {
        padding-bottom: 3rem;
    }

    .pressbox-event-credit--hero,
    .pressbox-home-hero__credit {
        right: 0.65rem;
        bottom: 0.55rem;
        max-width: calc(100% - 1.3rem);
        font-size: 0.68rem;
    }

    .pressbox-home-hero__content {
        padding-bottom: 4.5rem;
    }
}
