/* STEP 45 — Search uses the same native Hayler Discover transition. */
.gimmons-search-native-stage {
    position: fixed;
    inset: 0;
    z-index: 2147482999;
    pointer-events: none;
}
.gimmons-search-native-stage .trigger-item,
.gimmons-search-native-stage .item-effects {
    position: static !important;
    width: 0 !important;
    height: 0 !important;
}
.gimmons-search-native-stage .item-link {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.gimmons-search-native-stage .item-media {
    pointer-events: none;
    background: #e9e0d6;
    box-shadow: 0 24px 70px rgba(27,20,16,.18);
    backface-visibility: hidden;
}
.gimmons-search-native-stage .item-media-wrapper,
.gimmons-search-native-stage .item-image {
    width: 100%;
    height: 100%;
    display: block;
}
.gimmons-search-native-stage .item-image {
    object-fit: cover;
    object-position: center;
}

/* Siren hero keeps the exact native destination container used by ThumbLoadEvent. */
body.music-art-siren-voice-page .siren-voice-top-hero__media {
    position: relative;
}
body.music-art-siren-voice-page .siren-voice-top-hero__media #hero-media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
    overflow: hidden !important;
}
body.music-art-siren-voice-page .siren-voice-top-hero__media #hero-media-effects,
body.music-art-siren-voice-page .siren-voice-top-hero__media #hero-media-wrapper {
    width: 100% !important;
    height: 100% !important;
}
body.music-art-siren-voice-page .siren-voice-top-hero__media #hero-media-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}
body.music-art-siren-voice-page .siren-voice-top-hero__overlay,
body.music-art-siren-voice-page .siren-voice-top-hero__caption {
    z-index: 2 !important;
}
