:root {
    --gnw-graphite: #263331;
    --gnw-graphite-2: #344340;
    --gnw-stone: #f2f0e8;
    --gnw-stone-2: #d9d5c8;
    --gnw-gold: #c99a45;
    --gnw-green: #1f6b55;
}

body {
    color: #394440;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
}

header .gnw-logo {
    width: 132px;
    height: auto;
}

header.header-mobile .gnw-logo {
    width: 118px;
}

header.header-float .header-inner {
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, .55);
    box-shadow: 0 16px 40px rgba(31, 39, 38, .11);
}

.btn-main,
a.btn-main,
a.btn-main:visited,
#mainmenu li ul.mega a.btn-main {
    border-radius: 4px;
    letter-spacing: 0;
}

.gnw-hero {
    min-height: 780px;
}

.gnw-hero > .abs-centered {
    pointer-events: none;
}

.gnw-hero > .abs-centered a,
.gnw-hero-panel {
    pointer-events: auto;
}

.gnw-hero h1 {
    max-width: 820px;
    font-size: clamp(44px, 6vw, 86px);
    line-height: .98;
}

.gnw-hero .hero-copy {
    max-width: 680px;
    color: rgba(255, 255, 255, .86);
    font-size: 19px;
}

.gnw-hero .swiper-button-next,
.gnw-hero .swiper-button-prev {
    width: 54px;
    height: 54px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .42);
    background: rgba(15, 24, 23, .35);
    backdrop-filter: blur(12px);
    transition: all .25s ease;
    z-index: 30;
    pointer-events: auto;
}

.gnw-hero .swiper-button-next {
    right: 34px;
}

.gnw-hero .swiper-button-prev {
    left: 34px;
}

.gnw-hero .swiper-button-next::after,
.gnw-hero .swiper-button-prev::after {
    font-size: 18px;
    font-weight: 700;
}

.gnw-hero .swiper-button-next:hover,
.gnw-hero .swiper-button-prev:hover {
    background: var(--gnw-gold);
    border-color: var(--gnw-gold);
}

.gnw-hero .swiper-pagination {
    bottom: 24px;
}

.gnw-hero .swiper-pagination-bullet {
    width: 32px;
    height: 3px;
    border-radius: 0;
    background: rgba(255, 255, 255, .8);
    opacity: .45;
}

.gnw-hero .swiper-pagination-bullet-active {
    background: var(--gnw-gold);
    opacity: 1;
}

.gnw-hero-panel {
    background: rgba(18, 25, 24, .68);
    border: 1px solid rgba(255, 255, 255, .18);
    padding: 30px;
    backdrop-filter: blur(14px);
}

.gnw-hero-panel span {
    display: block;
    color: var(--gnw-gold);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.gnw-hero-panel strong {
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 1.12;
    margin-bottom: 14px;
}

.gnw-hero-panel p {
    color: rgba(255, 255, 255, .76);
    margin-bottom: 18px;
}

.gnw-hero-panel a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.gnw-hero-tags h6 {
    color: #fff;
    padding: 10px 14px;
    border-left: 2px solid var(--gnw-gold);
    background: rgba(0, 0, 0, .18);
    backdrop-filter: blur(8px);
}

.gnw-stat {
    height: 100%;
    padding: 28px;
    background: #fff;
    border: 1px solid rgba(38, 51, 49, .10);
    box-shadow: 0 22px 60px rgba(39, 48, 46, .08);
}

.gnw-stat span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background: var(--gnw-stone);
    color: var(--gnw-green);
    font-weight: 800;
    margin-bottom: 18px;
}

.gnw-stat h4,
.gnw-service h3 {
    margin-bottom: 10px;
}

.gnw-service {
    min-height: 235px;
    height: 100%;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .055);
}

.gnw-service p {
    color: rgba(255, 255, 255, .72);
}

.gnw-service a {
    display: inline-flex;
    margin-top: 8px;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid var(--gnw-gold);
}

.gnw-gallery-img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    filter: saturate(.92) contrast(1.04);
}

.gnw-result-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(38, 51, 49, .10);
    box-shadow: 0 22px 60px rgba(39, 48, 46, .08);
}

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

.gnw-result-card > div {
    padding: 26px;
}

.gnw-result-card span {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--gnw-green);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.gnw-result-card h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.gnw-result-card p {
    margin-bottom: 0;
}

#gallery .relative::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .58) 100%);
    z-index: 1;
}

.gnw-timeline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gnw-timeline > div {
    padding: 28px;
    background: var(--gnw-stone);
    border: 1px solid rgba(38, 51, 49, .09);
}

.gnw-timeline span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background: var(--gnw-graphite);
    color: #fff;
    font-weight: 800;
    margin-bottom: 18px;
}

.gnw-area-band {
    padding: 92px 0;
    background:
        linear-gradient(90deg, rgba(20, 28, 27, .95), rgba(28, 39, 36, .82)),
        url("../images/gnw/gallery/galeria-piso-claro-02.webp") center / cover no-repeat;
}

.gnw-contact-card {
    padding: 36px;
    background: #fff;
    border: 1px solid rgba(38, 51, 49, .10);
    box-shadow: 0 22px 60px rgba(39, 48, 46, .08);
}

.gnw-contact-link {
    display: block;
    padding: 20px;
    background: var(--gnw-stone);
    color: var(--gnw-graphite);
}

.gnw-contact-link span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #6d756f;
    margin-bottom: 6px;
}

.gnw-contact-link strong {
    font-size: 17px;
}

.gnw-footer-logo {
    width: 170px;
    max-width: 100%;
    filter: brightness(2.1);
}

.gnw-footer-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.gnw-footer-list li {
    margin-bottom: 8px;
}

.gnw-back-to-top {
    position: fixed;
    left: 22px;
    top: 50%;
    z-index: 9998;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    color: #fff;
    background: rgba(22, 31, 29, .86);
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: 0 18px 46px rgba(20, 28, 27, .22);
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left center;
    backdrop-filter: blur(12px);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
}

.gnw-back-to-top i {
    font-size: 14px;
}

.gnw-back-to-top:hover {
    color: #fff;
    background: var(--gnw-gold);
    border-color: var(--gnw-gold);
}

.subfooter a {
    color: #fff;
    font-weight: 700;
}

.subfooter a:hover {
    color: var(--gnw-gold);
}

.gnw-float-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 10000;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: #22c55e;
    color: #fff;
    box-shadow: 0 16px 38px rgba(20, 112, 58, .32);
    border-radius: 4px;
    font-weight: 800;
}

.gnw-float-whatsapp:hover {
    color: #fff;
    transform: translateY(-2px);
}

.gnw-float-whatsapp i {
    font-size: 24px;
}

.gnw-cookie {
    position: fixed;
    left: 22px;
    bottom: 18px;
    z-index: 10001;
    width: min(430px, calc(100vw - 48px));
    padding: 16px;
    background: #fff;
    border: 1px solid rgba(38, 51, 49, .12);
    box-shadow: 0 18px 50px rgba(34, 42, 40, .16);
    display: none;
}

.gnw-cookie p {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.45;
}

.gnw-cookie div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gnw-cookie button {
    border: 0;
    background: var(--gnw-graphite);
    color: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    font-weight: 700;
}

.gnw-cookie a {
    color: var(--gnw-green);
    font-weight: 700;
}

@media (max-width: 991px) {
    .gnw-hero {
        min-height: 820px;
    }

    .gnw-hero h1 {
        font-size: 44px;
    }

    .gnw-hero-panel {
        padding: 22px;
    }

    .gnw-timeline {
        grid-template-columns: 1fr;
    }

    header.header-mobile .btn-main {
        display: none !important;
    }

    .gnw-hero .swiper-button-next,
    .gnw-hero .swiper-button-prev {
        width: 44px;
        height: 44px;
        top: auto !important;
        bottom: 96px;
        margin-top: 0;
    }

    .gnw-hero .swiper-button-next {
        right: 14px;
    }

    .gnw-hero .swiper-button-prev {
        left: auto;
        right: 68px;
    }
}

@media (max-width: 767px) {
    .gnw-hero {
        min-height: 760px;
    }

    .gnw-hero .abs-centered {
        top: 54%;
    }

    .gnw-hero h1 {
        font-size: 38px;
    }

    .gnw-hero .hero-copy {
        font-size: 16px;
    }

    .gnw-hero .swiper-button-next,
    .gnw-hero .swiper-button-prev {
        top: auto;
        bottom: 92px;
    }

    .gnw-contact-card {
        padding: 24px;
    }

    .gnw-result-card > div {
        padding: 22px;
    }

    .gnw-float-whatsapp {
        right: 14px;
        bottom: 14px;
        padding: 13px 14px;
    }

    .gnw-back-to-top {
        left: 14px;
        top: auto;
        bottom: 78px;
        transform: none;
        padding: 11px 12px;
    }

    .gnw-float-whatsapp span {
        display: none;
    }

    .gnw-cookie {
        left: 14px;
        bottom: 14px;
        width: calc(100vw - 28px);
        padding: 14px;
    }
}
