/**
 * Sustentabilidade — Página dedicada.
 */


/* ═══════════════════════════════════════════════════════════════════
   LIGHTBOX — link + zoom overlay
   ═══════════════════════════════════════════════════════════════════ */

.block-sust-pessoas .mde-history-gallery-slide__link {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 0;
    color: inherit;
    text-decoration: none;
}

.block-sust-pessoas .mde-history-gallery-slide__link:focus-visible {
    outline: 2px solid #0f3d81;
    outline-offset: 2px;
}

.block-sust-pessoas .mde-history-gallery-slide__zoom {
    display: none;
}


/* ═══════════════════════════════════════════════════════════════════
   1. HERO
   ═══════════════════════════════════════════════════════════════════ */

.block-sust-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 238px 0 154px;
    background-color: #141414;
}

@media (max-width: 991px) {
    .block-sust-hero {
        min-height: auto;
        padding: 120px 0 80px;
    }
}

.block-sust-hero__bg{
    width: 100%;
    height: 100%;
}



.block-sust-hero__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.block-sust-hero__title {
    color: #DDCBA6;
    margin-bottom: 44px;
}

@media (max-width: 991px) {


.block-sust-hero__content{
    margin-top: 20px;
}

    .block-sust-hero__title {
        margin-bottom: 32px;
    }
}

.block-sust-hero__text {
    color: #FFFFFF;
}

.block-sust-hero__text p {
    margin-bottom: 0;
}


/* ═══════════════════════════════════════════════════════════════════
   2. PESSOAS
   ═══════════════════════════════════════════════════════════════════ */

.block-sust-pessoas {
    position: relative;
    background-color: #FFFFFF;
}

/* --- Section header (tab) --- */
.block-sust-pessoas__section-header {
    position: relative;
    z-index: 2;
}

.block-sust-pessoas__section-header .container {
    position: relative;
}

.block-sust-pessoas__section-header .container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: max(0px, calc((100vw - 100%) / 2));
    height: 100%;
    background-color: #141414;
}

.block-sust-pessoas__section-header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-color: #141414;
}

.block-sust-pessoas__box-left {
    background-color: #141414;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 24px;
}

.block-sust-pessoas__box-right {
    background-color: #141414;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 24px;
}

.block-sust-pessoas__section-title-inner {
    position: relative;
    text-align: center;
    padding: 14px 0 8px;
}

.block-sust-pessoas__section-title-inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    aspect-ratio: 1;
    background-image: radial-gradient(
        circle at 100% 100%,
        transparent 71%,
        #141414 51%
    );
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.block-sust-pessoas__section-title-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    aspect-ratio: 1;
    background-image: radial-gradient(
        circle at 100% 100%,
        transparent 71%,
        #141414 51%
    );
    background-repeat: no-repeat;
    transform: rotate(0);
}

.block-sust-pessoas__section-title {
    margin: 0;
    text-transform: uppercase;
}

/* --- Body --- */
.block-sust-pessoas__body {
    position: relative;
    padding: 592px 0 175px;
}

@media (max-width: 991px) {
    .block-sust-pessoas__body {
        padding: 400px 0 80px;
    }
}

.block-sust-pessoas__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 0;
    opacity: 0.80;
    pointer-events: none;
}

.block-sust-pessoas__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}

.block-sust-pessoas__body > .container {
    position: relative;
    z-index: 1;
}

/* --- Featured image --- */
.block-sust-pessoas__featured {
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 12px;
}

.block-sust-pessoas__featured-img {
    width: 100%;
    height: 387px;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .block-sust-pessoas__featured-img {
        height: 300px;
    }
}

/* --- Gallery grid --- */
.block-sust-pessoas__gallery {
    margin-bottom: 108px;
}

@media (max-width: 991px) {
    .block-sust-pessoas__gallery {
        margin-bottom: 48px;
    }
}

.block-sust-pessoas__gallery-item {
    overflow: hidden;
    border-radius: 12px;
}

.block-sust-pessoas__gallery-img {
    width: 100%;
    height: 387px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.block-sust-pessoas .mde-history-gallery-slide__link:hover .block-sust-pessoas__gallery-img,
.block-sust-pessoas .mde-history-gallery-slide__link:focus-visible .block-sust-pessoas__gallery-img {
    transform: scale(1.06);
}

@media (max-width: 991px) {
    .block-sust-pessoas__gallery-img {
        height: 180px;
    }
}

/* --- Content --- */
.block-sust-pessoas__title {
    color: #231F20;
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .block-sust-pessoas__title {
        margin-bottom: 40px;
    }
}


.block-sust-pessoas__text {
    color: #8E9166;
    font-family: 'Canela Deck', sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
}


@media (max-width: 991px) {
    .block-sust-pessoas__text {
        font-size: 20px;
    }
}

.block-sust-pessoas__text p {
    margin-bottom: 36px;
}

.block-sust-pessoas__text p:last-child {
    margin-bottom: 0;
}

.block-sust-pessoas__text ul,
.block-sust-pessoas__text ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block-sust-pessoas__text li {
    margin-bottom: 36px;
}

@media (max-width: 991px) {
    .block-sust-pessoas__text li {
    margin-bottom: 26px;
}

}

.block-sust-pessoas__text li:last-child {
    margin-bottom: 0;
}


/* ═══════════════════════════════════════════════════════════════════
   3. AMBIENTE
   ═══════════════════════════════════════════════════════════════════ */

.block-sust-ambiente {
    position: relative;
    overflow: hidden;
}

.block-sust-ambiente__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-color: #8E9166;
    z-index: 0;
    pointer-events: none;
}

.block-sust-ambiente__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.50;
    pointer-events: none;
}

.block-sust-ambiente__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Section header (tab) --- */
.block-sust-ambiente__section-header {
    position: relative;
    z-index: 2;
}

.block-sust-ambiente__section-header .container {
    position: relative;
}

.block-sust-ambiente__section-header .container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: max(0px, calc((100vw - 100%) / 2));
    height: 100%;
    background-color: #ffffff;
}

.block-sust-ambiente__section-header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-color: #ffffff;
}

.block-sust-ambiente__box-left {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 24px;
}

.block-sust-ambiente__box-right {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 24px;
}

.block-sust-ambiente__section-title-inner {
    position: relative;
    text-align: center;
    padding: 14px 0 8px;
}

.block-sust-ambiente__section-title-inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    aspect-ratio: 1;
    background-image: radial-gradient(
        circle at 100% 100%,
        transparent 71%,
        #ffffff 51%
    );
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.block-sust-ambiente__section-title-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    aspect-ratio: 1;
    background-image: radial-gradient(
        circle at 100% 100%,
        transparent 71%,
        #ffffff 51%
    );
    background-repeat: no-repeat;
    transform: rotate(0);
}

.block-sust-ambiente__section-title {
    margin: 0;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* --- Body --- */
.block-sust-ambiente__body {
    position: relative;
    z-index: 1;
    padding: 240px 0 180px;
}

@media (max-width: 991px) {
    .block-sust-ambiente__body {
        padding: 80px 0;
    }
}

/* --- Swiper gallery --- */
.block-sust-ambiente__gallery-wrap {
    position: relative;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .block-sust-ambiente__gallery-wrap {
        margin-bottom: 0;
    }
}

.sust-ambiente-swiper {
    overflow: hidden;
    height: 870px;
}

@media (max-width: 991px) {
    .sust-ambiente-swiper {
        height: auto;
    }
}

.block-sust-ambiente__slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.sust-ambiente-swiper .swiper-slide {
    height: auto;
}

@media (max-width: 991px) {
    .block-sust-ambiente__slide-img {
        height: 300px;
    }
}

.sust-ambiente-swiper__controls {
    position: absolute;
    top: -140px;
    right: 0;
    z-index: 2;
}

.sust-ambiente-swiper__nav {
    background: none;
    border: none;
    border-right: 1px solid #ffffff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.3s ease;
    transform: rotate(90deg);
}

.sust-ambiente-swiper__nav svg path {
    fill: #FFFFFF;
}

.sust-ambiente-swiper__nav:hover {
    border-color: #FFFFFF;
}

@media (max-width: 991px) {
    .sust-ambiente-swiper__controls {
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
    }

    .sust-ambiente-swiper__nav {
        transform: rotate(0);
    }
}

/* --- Content --- */
.block-sust-ambiente__title {
    color: #231F20;
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .block-sust-ambiente__title {
        margin-bottom: 40px;
    }
}

.block-sust-ambiente__text {
    color: #FFFFFF;
    font-family: 'Canela Deck', sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
}

@media (max-width: 991px) {
    .block-sust-ambiente__text {
        font-size: 20px;
    }
}

.block-sust-ambiente__text p {
    margin-bottom: 36px;
}

.block-sust-ambiente__text p:last-child {
    margin-bottom: 0;
}

.block-sust-ambiente__text ul,
.block-sust-ambiente__text ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block-sust-ambiente__text li {
    margin-bottom: 36px;
}

.block-sust-ambiente__text li:last-child {
    margin-bottom: 0;
}


/* ═══════════════════════════════════════════════════════════════════
   4. COMUNIDADE
   ═══════════════════════════════════════════════════════════════════ */

.block-sust-comunidade {
    position: relative;
    background: radial-gradient(63.87% 70.28% at 73.13% 77.67%, #4D4D4D 0%, #474747 4%, #303030 24%, #202020 45%, #171717 69%, #141414 100%);
}

/* --- Section header (tab) --- */
.block-sust-comunidade__section-header {
    position: relative;
    z-index: 2;
}

.block-sust-comunidade__section-header .container {
    position: relative;
}

.block-sust-comunidade__section-header .container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: max(0px, calc((100vw - 100%) / 2));
    height: 100%;
    background-color: #ffffff;
}

.block-sust-comunidade__section-header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-color: #ffffff;
}

.block-sust-comunidade__box-left {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 24px;
}

.block-sust-comunidade__box-right {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 24px;
}

.block-sust-comunidade__section-title-inner {
    position: relative;
    text-align: center;
    padding: 14px 0 8px;
}

.block-sust-comunidade__section-title-inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    aspect-ratio: 1;
    background-image: radial-gradient(
        circle at 100% 100%,
        transparent 71%,
        #ffffff 51%
    );
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.block-sust-comunidade__section-title-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    aspect-ratio: 1;
    background-image: radial-gradient(
        circle at 100% 100%,
        transparent 71%,
        #ffffff 51%
    );
    background-repeat: no-repeat;
    transform: rotate(0);
}

.block-sust-comunidade__section-title {
    margin: 0;
    text-transform: uppercase;
    color: #FFFFFF;
}

/* --- Body --- */
.block-sust-comunidade__body {
    padding: 219px 0 0;
}

@media (max-width: 991px) {
    .block-sust-comunidade__body {
        padding: 48px 0 0;
    }
}

/* --- Content --- */
.block-sust-comunidade__title {
    color: #8E9166;
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .block-sust-comunidade__title {
        margin-bottom: 40px;
    }
}

.block-sust-comunidade__text {
    margin-bottom: 110px;
    color: #FFFFFF;
    font-family: 'Canela Deck', sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
}

@media (max-width: 991px) {
    .block-sust-comunidade__text {
        font-size: 20px;
        margin-bottom: 60px;;
    }
}

.block-sust-comunidade__text p {
    margin-bottom: 36px;
}

.block-sust-comunidade__text p:last-child {
    margin-bottom: 0;
}

.block-sust-comunidade__text a {
    color: #8E9166;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.block-sust-comunidade__text a:hover {
    opacity: 0.7;
}

.block-sust-comunidade__text ul,
.block-sust-comunidade__text ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block-sust-comunidade__text li {
    margin-bottom: 36px;
}

.block-sust-comunidade__text li:last-child {
    margin-bottom: 0;
}

/* --- Video --- */
.block-sust-comunidade__video {
    margin-bottom: 48px;
}

.block-sust-comunidade__video-ratio {
    width: 100%;
    height: 482px;
    overflow: hidden;
    background-color: #000;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .block-sust-comunidade__video-ratio {
        height: 280px;
    }
}

.block-sust-comunidade__video-ratio iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* --- Buttons --- */
.block-sust-comunidade__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 270px;
    margin-left: 33px;
}

@media (max-width: 991px) {
    .block-sust-comunidade__buttons {
        margin-bottom: 48px;
    }
}

.block-sust-comunidade__buttons .btn {
    background-color: #8E9166;
    border-color: #8E9166;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.block-sust-comunidade__buttons .btn svg {
    flex-shrink: 0;
}

/* --- Full image --- */
.block-sust-comunidade__full-image {
    width: 100%;
    overflow: hidden;
}

.block-sust-comunidade__full-img {
    width: 100%;
    height: 995px;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .block-sust-comunidade__full-img {
        height: 400px;
    }
}
