@charset "UTF-8";

/* Contact Block */

.contact-block {
    position: relative;
    padding: 180px 0 120px;
}

@media (max-width: 991px) {
    .contact-block{
        padding: 120px 0;
    }
}

.contact-block__title {
    font-size: 44px;
    color: #000;
    position: relative;
    padding: 0 10px;
    display: inline-flex;
    margin-bottom: 40px;
}


.contact-block__title::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    left: 0;
    background-color: #dd9f33;
    bottom: 14px;
    z-index: -1;

}

.contact-block__cf7{
    border-top: 1px solid #000;
    padding-top: 10px;
}

.contact-block__cf7 .wpcf7-form input[type="text"],
.contact-block__cf7 .wpcf7-form input[type="email"],
.contact-block__cf7 .wpcf7-form input[type="tel"],
.contact-block__cf7 .wpcf7-form textarea {
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 0 20px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
}

.contact-block__cf7 label{
    width: 100%;
}

.contact-block__cf7 .wpcf7-list-item{
    margin: 0;
}

.contact-block__cf7 .wpcf7-submit{
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 6px 14px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}


.contact-block__info-list{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 6px;
    margin-bottom: 60px;
}

.contact-block__info-item{
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-block__info-item a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    transition: all 0.3s ease;
    &:hover{
        color: #dd9f33;
    }
}

.contact-block__map-embed iframe{
    width: 100%;
    height: 360px;
    border: none;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Hero */

.c-hero{
    position: relative;
    width: 100%;
    
}

.c-hero__media{
    height: 85vh;
    width: 100%;
}

.c-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* intro title */

.c-intro-title{
    position: relative;
    width: 100%;
    padding: 70px 0 60px;
}

@media (max-width: 991px) {
    .c-intro-title{
        padding: 60px 0 30px;
    }
}


.c-intro-title__kicker{
    font-size: 44px;
    color: #000;
    position: relative;
    padding: 0 10px;
    display: inline-flex;
    margin-bottom: 0;
}

.c-intro-title__kicker::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    left: 0;
    background-color: #a3bc4f;
    bottom: 20px;
    z-index: -1;

}

.c-intro-title__headline{
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 1px;
}

/* Home — destaque produto */

.home-product {
    position: relative;
    width: 100%;
    padding: 100px 0 120px;
}

@media (max-width: 991px) {
    .home-product{
        padding: 60px 0;
    }
}

.home-product__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    height: 72%;
}

@media (max-width: 991px) {
    .home-product__bg{
        height: 100%;
    }
}

.home-product__bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-product__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #000;
    opacity: var(--home-product-overlay, 0.6);
    pointer-events: none;
}


.home-product__kicker{
    font-size: 34px;
    color: #ffffff;
    position: relative;
    display: inline-flex;
    margin-bottom: 0;
}

.home-product__headline{
    font-size: 34px;
    color: #dd9f33;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 8px 0 30px;
}

@media (max-width: 991px) {
    .home-product__headline{
        font-size: 32px;
    }
}


/* home-social */

.home-social{
    position: relative;
    width: 100%;
    padding: 0 0 26px;
}

@media (max-width: 991px) {
    .home-social{
        padding: 60px 0 60px;
    }
}

.home-social__kicker{
    font-size: 44px;
    color: #000;
    position: relative;
    padding: 0 10px;
    display: inline-flex;
    margin-bottom: 20px;
}


.home-social__kicker::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    left: 0;
    background-color: #a3bc4f;
    bottom: 20px;
    z-index: -1;
}

.home-social__title{
    font-size: 38px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 8px 0 30px;
}

@media (max-width: 991px) {
    .home-social__title{
        font-size: 32px;
        margin: 8px 0 24px;
    }
}

.home-social__handle{
    border: 1px solid #000;
    padding: 6px 14px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.home-social__handle a{
    text-decoration: none;
    color: #000;
}

.home-social__gallery {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-social__gallery-item {
    position: relative;
    overflow: hidden;
}

.home-social__gallery-img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

@media (max-width: 767px) {
    .home-social__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Home — about */

.home-about{
    position: relative;
    width: 100%;
    margin: 100px 0;;
}

@media (max-width: 991px) {
    .home-about{
        margin: 60px 0;
    }
}

.home-about__kicker{
    font-size: 44px;
    color: #000;
    position: relative;
    display: inline-flex;
    margin-bottom: 0;
}

.home-about__kicker::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    left: 0;
    background-color: #a3bc4f;
    bottom: 20px;
    z-index: -1;
}

.home-about__headline{
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 30px;
}

@media (max-width: 991px) {
    .home-about__headline{
        font-size: 32px;
    }
}

.home-about__body{
    margin-bottom: 30px;
}

.home-about__media{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc((100% / 12 * 6) - (var(--bs-gutter-x, 1.5rem) / 2));
    object-fit: cover;
}

@media (max-width: 991px) {
    .home-about__media{
        position: relative;
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
    }
}

.home-about__image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about__text{
    padding: 60px;
}

@media (max-width: 991px) {
    .home-about__text{
        padding: 0;
    }
}


/* Secção — Imagem e Texto (split-image-text) */

.split-block {
    position: relative;
    width: 100%;
    margin: 100px 0;
}

@media (max-width: 991px) {
    .split-block {
        margin: 60px 0;
    }
}

.split-block__media {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc((100% / 12 * 6) - (var(--bs-gutter-x, 1.5rem) / 2));
    overflow: hidden;
}

.split-block--image-right .split-block__media {
    left: auto;
    right: 0;
}

@media (max-width: 991px) {
    .split-block__media {
        position: relative;
        width: 100%;
        height: 340px;
        margin-bottom: 30px;
    }

    .split-block--image-right .split-block__media {
        right: auto;
    }
}

.split-block__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.split-block__text {
    padding: 60px;
}

@media (max-width: 991px) {
    .split-block__text {
        padding: 0;
    }
}

.split-block__kicker {
    font-size: 44px;
    color: #000;
    position: relative;
    display: inline-flex;
    margin-bottom: 0;
}

.split-block__kicker::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    left: 0;
    background-color: #a3bc4f;
    bottom: 20px;
    z-index: -1;
}

.split-block__headline {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 30px;
}

@media (max-width: 991px) {
    .split-block__headline {
        font-size: 32px;
    }
}

.split-block__subtitle {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1.5;
}

.split-block__body {
    margin-bottom: 30px;
}

/* Home — Hero */

.home-hero {
    position: relative;
    width: 100%;
    height: var(--home-hero-min-height, 100dvh);
    min-height: var(--home-hero-min-height, 100dvh);
}

.home-hero__inner {
    height: 100%;
    min-height: inherit;
}

.home-hero__swiper {
    width: 100%;
    height: 100%;
}

.home-hero .swiper-wrapper {
    height: 100%;
}

.home-hero__slide {
    height: 100%;
}

.home-hero__media {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.home-hero__img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #000;
    opacity: var(--home-hero-overlay, 0.35);
    pointer-events: none;
}

.home-hero__brand {
    z-index: 2;
}

.home-hero__logo-img {
    max-height: 540px;
    width: auto;
}

/* Hero — paginação Swiper (pontos brancos) */

.home-hero .home-hero__pagination.swiper-pagination {
    bottom: 1.75rem;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.home-hero .home-hero__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    border-radius: 50%;
    opacity: 1;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    box-shadow: none;
}

.home-hero .home-hero__pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    transform: scale(1);
}