.homepage {
    width: 100%;
    background-color: #111111;
    color: #F1E9E0;
}

@media (prefers-reduced-motion: reduce) {
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

.hero-section {
    position: relative;
    width: 100%;
    height: 48.96vw;
    overflow: hidden;
}

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

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

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

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 100%;
    padding: 0 15vw;
}

.hero-subtitle {
    font-family: 'Kapakana';
    font-size: 2.86vw;
    color: #F1E9E0;
    margin-bottom: 1.04vw;
    font-weight: 400;
}

.hero-subtitle span {
    display: block;
}

.hero-title {
    font-family: 'CormorantGaramond', serif;
    font-size: 4.17vw;
    font-weight: 400;
    letter-spacing: 0.125vw;
    text-transform: uppercase;
    color: #F1E9E0;
    line-height: 1.2;
    margin-bottom: 0.52vw;
}

.hero-title span {
    color: #A37F66;
    display: block;
}

.hero-description {
    font-family: 'CormorantGaramond', serif;
    font-size: 1.15vw;
    font-weight: 400;
    line-height: 1.56vw;
    color: #F1E9E0;
    max-width: 41.67vw;
    margin: 0 auto;
}

.about-section {
    position: relative;
    display: flex;
    padding: 5.26vw 0;
    min-height: 52.08vw;
}

.about-images {
    position: relative;
    width: 55.2vw;
    min-height: 45.83vw;
    flex-shrink: 0;
}

.about-image-principal {
    position: absolute;
    top: 0;
    left: 19vw;
    overflow: hidden;
}

.about-image-principal img {
    width: 29.32vw;
    height: 41.61vw;
    object-fit: cover;
    border-radius: 1000px;
}

.about-image-secondary {
    position: absolute;
    top: 27.29vw;
    left: 17vw;
    overflow: hidden;
}

.about-image-secondary img {
    width: 13.8vw;
    height: 19.01vw;
    object-fit: cover;
}

.about-image-logo {
    position: absolute;
    top: 31.63vw;
    left: 40vw;
}

.about-image-logo img {
    width: 10.99vw;
    height: 13.41vw;
}

.about-content {
    flex: 1;
    padding-right: 15vw;
    padding-top: 3.2vw;
}
.about-line-block {
    display: flex;
    align-items: center;
    margin-bottom: 2.08vw;
}
.about-line {
    width: 4vw;
    height: 1px;
    background-color: #A37F66;
    margin-right: 1.56vw;
}

.about-label {
    font-family: 'CormorantGaramond', serif;
    font-size: 1.04vw;
    font-weight: 300;
    color: #F1E9E0;
    line-height: 1.15vw;
    display: block;
    
}

.about-text-content h2 {
    font-family: 'CormorantGaramond', serif;
    font-size: 3.02vw;
    font-weight: 600;
    line-height: 1.1;
    color: #F1E9E0;
    margin-bottom: 2.08vw;
}

.about-text-content h2 em,
.about-text-content h2 i {
    font-family: 'Kapakana';
    font-size: 4.48vw;
    font-style: normal;
    font-weight: 400;
}



.about-text-content p {
    font-family: 'CormorantGaramond', serif;
    font-size: 1.04vw;
    font-weight: 300;
    line-height: 1.56vw;
    color: #F1E9E0;
    max-width: 26.77vw;
    margin-bottom: 2vw;
}
.about-text-content p strong {
    font-weight: 500;
    font-size: 1.06vw;
}


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

    .hero-content {
        padding: 0 7%;
        top: 30%;
        transform: translate(-50%, 0%);
    }

    .hero-subtitle {
        font-size: 7vw;
        margin-bottom: 4vw;
    }

    .hero-title {
        font-size: 10vw;
        letter-spacing: 0.3vw;
    }

    .hero-description {
        font-size: 4vw;
        line-height: 6vw;
        max-width: 100%;
    }

    .about-section {
        flex-direction: column;
        padding: 5vw 7% 10vw;
    }

    .about-images {
        width: 100%;
        min-height: 120vw;
        margin-bottom: 10vw;
    }

    .about-image-principal {
        left: 0%;
        width: 100%;
    }

    .about-image-principal img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .about-image-secondary {
        display: none !important;
        /* top: 60vw;
        left: 0; */
    }

    .about-image-secondary img {
        width: 35vw;
        height: 45vw;
    }

    .about-image-logo {
        top: 85vw;
        left: auto;
        right: 0;
    }

    .about-image-logo img {
        width: 25vw;
        height: 30vw;
    }

    .about-content {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }

    .about-line {
        width: 15vw;
        margin-right: 6vw;
    }
    .about-line-block {
        margin-bottom: 6vw;
    }
    .about-label {
        font-size: 4vw;
        line-height: normal;
    }

    .about-text-content h2 {
        font-size: 10vw;
        line-height: 1.2;
        margin-bottom: 6vw;
    }

    .about-text-content h2 em,
    .about-text-content h2 i {
        font-size: 11vw;
    }

    .about-text-content p {
        font-size: 3.5vw;
        line-height: 5.5vw;
        max-width: 100%;
    }
    .about-text-content p strong {
        font-size: 4vw;
        line-height: 6vw;
    }

   
}
