/* Container styling */
.lvh-073e305c-scroll-container {
    position: relative;
    width: 100%;
    will-change: transform;
}

/* Sticky viewport frame occupying full view height */
.lvh-073e305c-sticky-viewport {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

/* Admin bar corrections */
body.admin-bar .lvh-073e305c-sticky-viewport {
    top: var(--wp-admin--admin-bar--height, 32px);
    height: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
}
@media screen and (max-width: 782px) {
    body.admin-bar .lvh-073e305c-sticky-viewport {
        top: 46px;
        height: calc(100vh - 46px);
    }
}

/* Fallback state background image */
.lvh-073e305c-fallback-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Scrubbing video element */
.lvh-073e305c-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* Video ready and showing state */
.lvh-073e305c-video.lvh-video-ready {
    opacity: 1;
}

/* Dark elegant gradient overlay */
.lvh-073e305c-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

/* Cinematic content wrapper positioned at bottom-left */
.lvh-073e305c-content-wrapper {
    position: absolute;
    bottom: 10%;
    left: 8%;
    right: 8%;
    max-width: 700px;
    z-index: 4;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.1s linear, transform 0.1s linear;
}

/* Luxurious typography defaults */
.lvh-073e305c-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    color: #dfdfdf;
    text-transform: uppercase;
}

.lvh-073e305c-title {
    font-family: 'Playfair Display', 'Didot', serif;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 400;
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.01em;
    text-shadow: 0 4px 12px rgba(0,0,0,0.35);
}

.lvh-073e305c-desc {
    font-family: 'Lora', 'Georgia', serif;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    color: #eaeaea;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* Elegant button */
.lvh-073e305c-action {
    margin-top: 1rem;
}

.lvh-073e305c-btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 1.1rem 2.5rem;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: transparent;
}

.lvh-073e305c-btn:hover {
    letter-spacing: 0.25em;
    background-color: #ffffff;
    color: #111111;
}

/* Responsive mobile adjustments */
@media (max-width: 768px) {
    .lvh-073e305c-content-wrapper {
        bottom: 12%;
        left: 6%;
        right: 6%;
        gap: 1.2rem;
    }
}
