.suniva-scope-visual--unified.has-svp-portal-photo {
    background-image:
        linear-gradient(180deg, rgba(5, 29, 42, .08) 0%, rgba(5, 29, 42, .16) 55%, rgba(5, 29, 42, .5) 100%),
        var(--svp-portal-photo) !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.suniva-scope-visual--unified.has-svp-portal-photo .suniva-scope-camera-fallback {
    opacity: 0 !important;
}

.svp-portal-photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 28px;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(210, 165, 60, .4);
    border-radius: 28px;
    background: #eee8dc;
    box-shadow: 0 18px 44px rgba(21, 43, 52, .13);
}

.svp-portal-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.svp-portal-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 55%, rgba(3, 30, 44, .72));
}

.svp-portal-photo figcaption {
    position: absolute;
    z-index: 1;
    right: 28px;
    bottom: 24px;
    left: 28px;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

.svp-portal-photo figcaption span,
.svp-portal-photo figcaption strong {
    display: block;
}

.svp-portal-photo figcaption span {
    margin-bottom: 5px;
    color: #f4cf72;
    font: 700 13px/1.2 Georgia, serif;
    letter-spacing: .17em;
}

.svp-portal-photo figcaption strong {
    font: 700 clamp(24px, 3vw, 40px)/1.25 Georgia, 'Yu Mincho', serif;
}

@media (max-width: 600px) {
    .svp-portal-photo {
        margin-bottom: 20px;
        border-radius: 20px;
    }

    .svp-portal-photo figcaption {
        right: 18px;
        bottom: 16px;
        left: 18px;
    }

    .svp-portal-photo figcaption span {
        font-size: 11px;
    }
}
