.installations-page {
    width: 100%;
    background-color: transparent;
    color: #F1E9E0;
}
.page-template-page-installations {
        background: linear-gradient(180deg, #111, #111 82.84%, #3f3127);
}
.page-template-page-installations footer#colophon {
    background: transparent;
}
.installations-page .hero-section {
    position: relative;
    width: 100%;
    height: 48.96vw;
    overflow: hidden;
}

.installations-page .hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.installations-page .hero-video {
    width: 100%;
    height: calc(100% + 7.29vw);
    object-fit: cover;
}

.installations-page .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.86) 0%, #111111 100%);
}

.installations-page .hero-content {
    position: absolute;
    top: 16.67vw;
    left: 20.94vw;
    transform: none;
    text-align: center;
    z-index: 2;
}

.installations-page .hero-title-apropos {
    font-family: 'Kapakana';
    font-size: 15.63vw;
    color: #A37F66;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.location-section {
    position: relative;
    min-height: 52.08vw;
    padding: 0;
}

.location-title {
    position: absolute;
    top: 0;
    left: 18.54vw;
    font-family: 'CormorantGaramond', serif;
    font-size: 3.02vw;
    font-weight: 600;
    line-height: 3.28vw;
    color: #F1E9E0;
    margin: 0;
    max-width: 35vw;
}

.location-title span {
    font-family: 'Kapakana';
    font-size: 5.21vw;
    font-weight: 400;
    color: #A37F66;
}

.location-text {
    position: absolute;
    top: 13.02vw;
    left: 26.56vw;
    font-family: 'CormorantGaramond', serif;
    font-size: 1.15vw;
    font-weight: 300;
    line-height: 1.56vw;
    color: #F1E9E0;
    width: 25.16vw;
}

.location-text p {
    margin: 0 0 1.04vw;
}

.location-image-principal {
    position: absolute;
    top: 5.78vw;
    left: 60.1vw;
    overflow: hidden;
}

.location-image-principal img {
    width: 21.35vw;
    height: 30.42vw;
    object-fit: cover;
}

.location-image-secondary {
    position: absolute;
    top: 33.49vw;
    left: 18.54vw;
    overflow: hidden;
    border-radius: 7.81vw;
    border: 1px solid #A37F66;
    padding: 1vw;
}

.location-image-secondary img {
    width: 30.26vw;
    height: 20.73vw;
    object-fit: cover;
    border-radius: 7.29vw;
    display: block;
}

.location-image-logo {
    position: absolute;
    top: 32.29vw;
    left: 52.81vw;
}

.location-image-logo img {
    width: 10.99vw;
    height: 13.41vw;
    object-fit: contain;
}

.infrastructure-section {
    position: relative;
    padding: 15vw 0 12vw;
    min-height: 20vw;
}

.infrastructure-title {
    font-family: 'CormorantGaramond', serif;
    font-size: 3.02vw;
    font-weight: 500;
    line-height: 3.28vw;
    color: #F1E9E0;
    margin: 0 0 5vw;
    text-align: center;
    width: 100%;
}

.infrastructure-title span {
    font-family: 'Kapakana';
    font-size: 5.21vw;
    font-weight: 400;
    color: #A37F66;
    display: block;
}

.infrastructure-content {
    display: flex;
    align-items: flex-start;
    gap: 5.21vw;
    padding: 0 19.95vw;
}

.infrastructure-image {
    flex-shrink: 0;
    width: 22vw;
    height: 28vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infrastructure-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infrastructure-text {
    position: relative;
    font-family: 'CormorantGaramond', serif;
    font-size: 1.15vw;
    font-weight: 300;
    line-height: 1.56vw;
    color: #F1E9E0;
    max-width: 25.26vw;
    padding-top: 3.91vw;
}

.infrastructure-text p {
    margin: 0 0 1.04vw;
}

@media only screen and (max-width: 767px) {
    .installations-page .hero-section {
        height: 120vw;
    }

    .installations-page .hero-content {
        top: 35%;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
    }

    .installations-page .hero-title-apropos {
        font-size: 18vw;
    }

    .location-section {
        position: relative;
        min-height: auto;
        padding: 0vw 7% 10vw;
        display: flex;
        flex-direction: column;
    }

    .location-title {
        position: relative;
        top: auto;
        left: auto;
        font-size: 7vw;
        line-height: 1.2;
        margin-bottom: 6vw;
        max-width: 100%;
    }

    .location-title span {
        font-size: 11vw;
    }

    .location-text {
        position: relative;
        top: auto;
        left: auto;
        font-size: 3.5vw;
        line-height: 5.5vw;
        width: 100%;
        margin-bottom: 8vw;
    }

    .location-image-principal {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-bottom: 6vw;
    }

    .location-image-principal img {
        width: 100%;
        height: 100vw;
        border-radius: 50vw;
        object-position: center;
    }

    .location-image-secondary {
        display: none;
    }

    .location-image-logo {
        top: unset;
        left: auto;
        right: 5%;
        bottom: 0;
    }

    .location-image-logo img {
        width: 30vw;
        height: 35vw;
        
    }
    .infrastructure-section {
        position: relative;
        padding: 8vw 7% 10vw;
        min-height: auto;
    }

    .infrastructure-title {
        font-size: 6vw;
        line-height: 1.3;
        margin-bottom: 8vw;
        text-align: center;
    }

    .infrastructure-title span {
        font-size: 9vw;
    }

    .infrastructure-content {
        flex-direction: column-reverse;
        padding: 0;
        gap: 8vw;
    }

    .infrastructure-image {
        width: 100%;
        height: auto;
        align-self: center;
    }

    .infrastructure-image img {
        width: 100%;
        height: auto;
    }

    .infrastructure-text {
        font-size: 3.5vw;
        line-height: 5.5vw;
        max-width: 100%;
        text-align: center;
        padding-top: 0;
    }
}
