/* Approved homepage composition v1.2.1. Loaded last to keep the seven blocks aligned. */
body.home,
body.page-template-front-page {
    background: #020a1c;
}

body.home #site-content,
body.page-template-front-page #site-content {
    overflow: hidden;
    background: #020a1c;
}

.caligo-homepage-v2 {
    width: 100%;
    overflow: hidden;
    background: #020a1c;
}

.caligo-homepage-v2 > section {
    margin: 0;
}

/* Hero: use the approved LA/truck reference poster without a duplicated button. */
.caligo-hero-media.is-reference-poster .caligo-hero-media__play {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 0;
    border-radius: 0;
    transform: none;
}

.caligo-hero-media.is-reference-poster .caligo-hero-media__play-label {
    display: none;
}

.caligo-hero-media.is-reference-poster.is-playing .caligo-hero-media__play {
    pointer-events: none;
}

/* The reference poster already contains the exact initial player graphics. */
.caligo-video-player__frame--reference-poster:not(.is-playing) .caligo-video-player__main-play {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 0;
    border-radius: 0;
    transform: none;
}

.caligo-video-player__frame--reference-poster:not(.is-playing) .caligo-video-controls {
    opacity: 0;
    pointer-events: none;
}

.caligo-video-player__frame--reference-poster.is-playing .caligo-video-controls {
    opacity: 1;
    pointer-events: auto;
}

/* Match approved vertical sequence and remove accidental gaps from generic theme rules. */
.caligo-video-process,
.caligo-statistics,
.caligo-why-choose,
.caligo-areas,
.caligo-reviews,
.caligo-services {
    border-top: 0;
    border-bottom: 0;
}

/* Desktop framing from the approved 1672/2048 mockups. */
@media (min-width: 1500px) {
    .caligo-video-process {
        min-height: 682px;
        display: flex;
        align-items: center;
    }

    .caligo-statistics {
        min-height: 682px;
        display: flex;
        align-items: center;
    }

    .caligo-why-choose {
        min-height: 941px;
        display: flex;
        align-items: center;
    }

    .caligo-areas {
        min-height: 682px;
    }

    .caligo-reviews {
        min-height: 941px;
    }

    .caligo-services {
        min-height: 1086px;
    }
}

/* Smooth focus styling, preserving neon graphics. */
.caligo-homepage-v2 a:focus-visible,
.caligo-homepage-v2 button:focus-visible,
.caligo-homepage-v2 input:focus-visible,
.caligo-homepage-v2 select:focus-visible,
.caligo-homepage-v2 textarea:focus-visible {
    outline: 2px solid #49a9ff;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .caligo-homepage-v2 *,
    .caligo-homepage-v2 *::before,
    .caligo-homepage-v2 *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
