/* =========================================================
   CHALÉS PAGE
========================================================= */

.landin-chale-details {
    padding:
        var(--landin-space-xxl)
        0;
}

/* =========================================================
   CHALÉS PAGE
========================================================= */

.landin-chale-details {
    padding:
        var(--landin-space-xxl)
        0;
}

/* =========================================================
   HERO BASE
========================================================= */

.hero--chale {
    position: relative;

    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.hero--chale .hero__bg {
    position: absolute;
    inset: 0;

    background-size: cover;
    background-position: center;

    background-repeat: no-repeat;

    transform: scale(1.05);
}

.hero--chale .hero__overlay {
    position: absolute;
    inset: 0;
 z-index: 2;
    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,.85),
            rgba(0,0,0,.45)
        );
}

.hero--chale .hero__content {
    position: relative;
    z-index: 2;

    max-width: 900px;

    text-align: center;
}

.hero--chale .landin-heading-xl {
    color: var(--bs-white);
}

.hero--chale .landin-subtitle {
    max-width: 720px;
    margin-inline: auto;

    color: rgba(255,255,255,.88);
}

.hero--chale .landin-eyebrow {
    color: var(--landin-primary-light);
}

/* =========================================================
   HERO IMAGES
========================================================= */

.hero--bangalo-especial .hero__bg {
    background-image:
        url("/assets/img/chales/chale-especial-banner.webp");
}

.hero--bangalo-lua-de-mel .hero__bg {
    background-image:
        url("/assets/img/chales/chale-especial-banner-1.jpg");
}

.hero--chale-alpino .hero__bg {
    background-image:
        url("/assets/img/chales/chale-especial-banner-2.jpg");
}

.hero--chale-mirante .hero__bg {
    background-image:
        url("/assets/img/chales/chale-especial-banner-3.jpg");
}

.hero--estudio-caminho-do-sol .hero__bg {
    background-image:
        url("/assets/img/chales/chale-especial-banner-4.jpg");
}

.hero--estudio-encanto-por-do-sol .hero__bg {
    background-image:
        url("/assets/img/chales/chale-especial-banner-5.jpg");
}

/* =========================================================
   CAROUSEL
========================================================= */

.landin-about-carousel {
    position: relative;

    overflow: hidden;

    border-radius: var(--landin-radius-xl);

    border: 1px solid var(--landin-border-light);

    box-shadow: var(--landin-shadow-lg);
}

.landin-about-carousel::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.55),
            rgba(0,0,0,.15) 35%,
            transparent 65%
        );

    pointer-events: none;
}

.landin-about-carousel img {
    width: 100%;
    height: clamp(380px, 45vw, 620px);

    display: block;

    object-fit: cover;

    transition: transform 8s ease;
}

.landin-about-carousel .carousel-item.active img {
    transform: scale(1.04);
}

.landin-carousel-caption {
    position: absolute;

    left: 2rem;
    bottom: 2rem;

    z-index: 2;

    max-width: 320px;

    color: var(--bs-white);
}

.landin-carousel-caption h3 {
    margin: 0;

    font-family: var(--landin-font-accent);
    font-size: 1.5rem;
}

.landin-carousel-tag {
    display: inline-block;

    margin-bottom: .75rem;
    padding: .35rem .75rem;

    font-size: .75rem;

    letter-spacing: .15em;
    text-transform: uppercase;

    background: rgba(0,0,0,.35);

    backdrop-filter: blur(10px);

    border-radius: var(--landin-radius-pill);
}

/* =========================================================
   CHALÉ DESCRIPTION
========================================================= */

.landin-about-description {
    margin-top: 1rem;
    margin-bottom: 2rem;

    font-size: var(--landin-text-lg);
    line-height: 1.8;

    color: var(--landin-text-muted);
}

/* =========================================================
   META BADGES
========================================================= */

.landin-about-meta {
    display: flex;
    flex-wrap: wrap;

    gap: .75rem;

    margin-bottom: 2rem;
}

.landin-about-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;

    padding: .75rem 1rem;

    background: rgba(198,164,108,.08);

    border: 1px solid rgba(198,164,108,.15);

    border-radius: var(--landin-radius-pill);

    font-size: var(--landin-text-sm);

    transition:
        transform var(--landin-transition-fast),
        background-color var(--landin-transition-fast),
        border-color var(--landin-transition-fast);
}

.landin-about-badge:hover {
    transform: translateY(-2px);

    background: rgba(198,164,108,.12);

    border-color: var(--landin-primary);
}

.landin-about-badge i {
    color: var(--landin-primary);
}

/* =========================================================
   CTA RESERVA
========================================================= */

.landin-chale-booking {
    display: flex;
    flex-wrap: wrap;

    gap: 1rem;

    margin-top: 2rem;
}

/* =========================================================
   FEATURES
========================================================= */

.landin-chale-features-section {
    padding:
        var(--landin-space-xxl)
        0;

    background:
        linear-gradient(
            180deg,
            rgba(198,164,108,.03),
            transparent
        );
}

.landin-features-grid {
    display: grid;

    grid-template-columns:
        repeat(auto-fit,minmax(240px,1fr));

    gap: 1rem;
}

.landin-feature {
    display: flex;
    align-items: center;
    gap: .75rem;

    padding: 1rem 1.25rem;

    background: var(--bs-white);

    border: 1px solid rgba(198,164,108,.12);

    border-radius: var(--landin-radius-lg);

    transition:
        transform var(--landin-transition-fast),
        border-color var(--landin-transition-fast),
        box-shadow var(--landin-transition-fast);
}

.landin-feature:hover {
    transform: translateY(-4px);

    border-color: var(--landin-primary);

    box-shadow: var(--landin-shadow-sm);
}

.landin-feature i {
    font-size: 1.1rem;

    color: var(--landin-primary);
}

/* =========================================================
   EXPERIENCE
========================================================= */

.landin-chale-experience {
    padding:
        var(--landin-space-xxl)
        0;

    text-align: center;
}

.landin-chale-experience .container {
    max-width: 900px;
}

/* =========================================================
   GALLERY
========================================================= */

.landin-gallery-section {
    padding-bottom: var(--landin-space-xxl);
}

.landin-gallery-section .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

.landin-gallery-section img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: var(--landin-radius-lg);

    transition:
        transform .5s ease,
        box-shadow .5s ease;
}

.landin-gallery-section img:hover {
    transform: scale(1.03);

    box-shadow: var(--landin-shadow-md);
}

.landin-gallery-section .row>* {
    overflow: hidden;
}

.landin-gallery-section .col-md-4 {
    min-height: 280px;
}

.landin-gallery-section .col-md-4 img {
    height: 280px;
}

.landin-gallery-section .col-md-6 {
    min-height: 420px;
}

.landin-gallery-section .col-md-6 img {
    height: 420px;
}

/* =========================================================
   CTA PREMIUM
========================================================= */

.landin-cta-premium {
    padding:
        calc(var(--landin-space-xxl) * 1.2)
        0;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            rgba(15,15,15,.98),
            rgba(30,30,30,.98)
        );
}

.landin-cta-premium .landin-heading-lg {
    color: var(--bs-white);
}

.landin-cta-premium .landin-section-description {
    color: rgba(255,255,255,.75);
}

.landin-cta-premium .landin-btn {
    margin-top: 2rem;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991.98px) {

    .landin-about-meta {
        justify-content: center;
    }

    .landin-chale-details {
        text-align: center;
    }

    .landin-chale-booking {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {

    .hero--chale {
        min-height: 60vh;
    }

    .landin-about-carousel img {
        height: 340px;
    }

    .landin-carousel-caption {
        left: 1.25rem;
        bottom: 1.25rem;
    }

    .landin-carousel-caption h3 {
        font-size: 1.15rem;
    }

    .landin-features-grid {
        grid-template-columns: 1fr;
    }

    .landin-about-badge {
        width: 100%;
        justify-content: center;
    }

    .landin-gallery-section .col-md-4 img,
    .landin-gallery-section .col-md-6 img {
        height: 260px;
    }
}
/* =========================================================
   HERO IMAGES
========================================================= */

.hero--bangalo-especial .hero__bg {
    background-image:
        url("/assets/img/chales/chale-especial-banner.webp");
}

.hero--bangalo-lua-de-mel .hero__bg {
    background-image:
        url("/assets/img/chales/chale-especial-banner-1.jpg");
}

.hero--chale-alpino .hero__bg {
    background-image:
        url("/assets/img/chales/chale-especial-banner-2.jpg");
}

.hero--chale-mirante .hero__bg {
    background-image:
        url("/assets/img/chales/chale-especial-banner-3.jpg");
}

.hero--estudio-caminho-do-sol .hero__bg {
    background-image:
        url("/assets/img/chales/chale-especial-banner-4.jpg");
}

.hero--estudio-encanto-por-do-sol .hero__bg {
    background-image:
        url("/assets/img/chales/chale-especial-banner-5.jpg");
}

/* =========================================================
   CAROUSEL
========================================================= */

.landin-about-carousel {
    position: relative;

    overflow: hidden;

    border-radius: var(--landin-radius-xl);

    border: 1px solid var(--landin-border-light);

    box-shadow: var(--landin-shadow-lg);
}

.landin-about-carousel::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.55),
            rgba(0,0,0,.15) 35%,
            transparent 65%
        );

    pointer-events: none;
}

.landin-about-carousel img {
    width: 100%;
    height: clamp(380px, 45vw, 620px);

    display: block;

    object-fit: cover;

    transition: transform 8s ease;
}

.landin-about-carousel .carousel-item.active img {
    transform: scale(1.04);
}

.landin-carousel-caption {
    position: absolute;

    left: 2rem;
    bottom: 2rem;

    z-index: 2;

    max-width: 320px;

    color: var(--bs-white);
}

.landin-carousel-caption h3 {
    margin: 0;

    font-family: var(--landin-font-accent);
    font-size: 1.5rem;
}

.landin-carousel-tag {
    display: inline-block;

    margin-bottom: .75rem;
    padding: .35rem .75rem;

    font-size: .75rem;

    letter-spacing: .15em;
    text-transform: uppercase;

    background: rgba(0,0,0,.35);

    backdrop-filter: blur(10px);

    border-radius: var(--landin-radius-pill);
}

/* =========================================================
   CHALÉ DESCRIPTION
========================================================= */

.landin-about-description {
    margin-top: 1rem;
    margin-bottom: 2rem;

    font-size: var(--landin-text-lg);
    line-height: 1.8;

    color: var(--landin-text-muted);
}

/* =========================================================
   META BADGES
========================================================= */

.landin-about-meta {
    display: flex;
    flex-wrap: wrap;

    gap: .75rem;

    margin-bottom: 2rem;
}

.landin-about-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;

    padding: .75rem 1rem;

    background: rgba(198,164,108,.08);

    border: 1px solid rgba(198,164,108,.15);

    border-radius: var(--landin-radius-pill);

    font-size: var(--landin-text-sm);

    transition:
        transform var(--landin-transition-fast),
        background-color var(--landin-transition-fast),
        border-color var(--landin-transition-fast);
}

.landin-about-badge:hover {
    transform: translateY(-2px);

    background: rgba(198,164,108,.12);

    border-color: var(--landin-primary);
}

.landin-about-badge i {
    color: var(--landin-primary);
}

/* =========================================================
   CTA RESERVA
========================================================= */

.landin-chale-booking {
    display: flex;
    flex-wrap: wrap;

    gap: 1rem;

    margin-top: 2rem;
}

/* =========================================================
   FEATURES
========================================================= */

.landin-chale-features-section {
    padding:
        var(--landin-space-xxl)
        0;

    background:
        linear-gradient(
            180deg,
            rgba(198,164,108,.03),
            transparent
        );
}

.landin-features-grid {
    display: grid;

    grid-template-columns:
        repeat(auto-fit,minmax(240px,1fr));

    gap: 1rem;
}

.landin-feature {
    display: flex;
    align-items: center;
    gap: .75rem;

    padding: 1rem 1.25rem;

    background: var(--bs-white);

    border: 1px solid rgba(198,164,108,.12);

    border-radius: var(--landin-radius-lg);

    transition:
        transform var(--landin-transition-fast),
        border-color var(--landin-transition-fast),
        box-shadow var(--landin-transition-fast);
}

.landin-feature:hover {
    transform: translateY(-4px);

    border-color: var(--landin-primary);

    box-shadow: var(--landin-shadow-sm);
}

.landin-feature i {
    font-size: 1.1rem;

    color: var(--landin-primary);
}

/* =========================================================
   EXPERIENCE
========================================================= */

.landin-chale-experience {
    padding:
        var(--landin-space-xxl)
        0;

    text-align: center;
}

.landin-chale-experience .container {
    max-width: 900px;
}

/* =========================================================
   GALLERY
========================================================= */

.landin-gallery-section {
    padding-bottom: var(--landin-space-xxl);
}

.landin-gallery-section .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

.landin-gallery-section img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: var(--landin-radius-lg);

    transition:
        transform .5s ease,
        box-shadow .5s ease;
}

.landin-gallery-section img:hover {
    transform: scale(1.03);

    box-shadow: var(--landin-shadow-md);
}

.landin-gallery-section .row>* {
    overflow: hidden;
}

.landin-gallery-section .col-md-4 {
    min-height: 280px;
}

.landin-gallery-section .col-md-4 img {
    height: 280px;
}

.landin-gallery-section .col-md-6 {
    min-height: 420px;
}

.landin-gallery-section .col-md-6 img {
    height: 420px;
}

/* =========================================================
   CTA PREMIUM
========================================================= */

.landin-cta-premium {
    padding:
        calc(var(--landin-space-xxl) * 1.2)
        0;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            rgba(15,15,15,.98),
            rgba(30,30,30,.98)
        );
}

.landin-cta-premium .landin-heading-lg {
    color: var(--bs-white);
}

.landin-cta-premium .landin-section-description {
    color: rgba(255,255,255,.75);
}

.landin-cta-premium .landin-btn {
    margin-top: 2rem;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991.98px) {

    .landin-about-meta {
        justify-content: center;
    }

    .landin-chale-details {
        text-align: center;
    }

    .landin-chale-booking {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {

    .hero--chale {
        min-height: 100vh;
    }

    .landin-about-carousel img {
        height: 340px;
    }

    .landin-carousel-caption {
        left: 1.25rem;
        bottom: 1.25rem;
    }

    .landin-carousel-caption h3 {
        font-size: 1.15rem;
    }

    .landin-features-grid {
        grid-template-columns: 1fr;
    }

    .landin-about-badge {
        width: 100%;
        justify-content: center;
    }

    .landin-gallery-section .col-md-4 img,
    .landin-gallery-section .col-md-6 img {
        height: 260px;
    }
}