.elementor-303 .elementor-element.elementor-element-13893d2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-62631e7 *//* =========================================================
   CASA DO AZIBO — PÁGINA CASA COMPLETA
   ========================================================= */


/* =========================================================
   BASE
   ========================================================= */

html,
body,
#page,
.site,
.site-content,
.content-area,
.entry-content {
    margin-left: 20px;
}

.azibo-house-page {
    width: 100%;
    margin: 0 0 100px;
    padding: 0;
    background: #f3f2ed;
    color: #292929;
    overflow: hidden;
    margin-top: -10px;
}

.azibo-house-page *,
.azibo-house-page *::before,
.azibo-house-page *::after {
    box-sizing: border-box;
}

.azibo-house-page img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =========================================================
   HERO
   ========================================================= */

.azibo-house-hero {
    position: relative;
    width: 100%;
    height: 88vh;
    min-height: 680px;
    overflow: hidden;
}

.azibo-house-hero-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.01);
}

.azibo-house-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,.08) 0%,
        rgba(0,0,0,.12) 35%,
        rgba(0,0,0,.68) 100%
    );
}

.azibo-house-hero-content {
    position: absolute;
    left: 8%;
    bottom: 7.5%;
    z-index: 2;
    max-width: 900px;
    color: #f5f5f1;
}

.azibo-house-eyebrow {
    margin-bottom: 24px;
    color: #f5f5f1;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.azibo-house-hero h1 {
    margin: 0 0 20px;
    color: #f5f5f1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(80px, 12vw, 180px);
    font-weight: 400;
    line-height: .82;
    letter-spacing: -.055em;
}

.azibo-house-hero-subtitle {
    max-width: 700px;
    margin: 35px 0 0;
    color: #f5f5f1;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: .04em;
}

.azibo-house-scroll {
    position: absolute;
    right: 7%;
    bottom: 8%;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #f5f5f1;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .2em;
}

.azibo-house-scroll div {
    width: 55px;
    height: 1px;
    background: rgba(245,245,241,.7);
}


/* =========================================================
   INTRO
   ========================================================= */

.azibo-house-intro {
    padding: 125px 8% 120px;
    background: #f3f2ed;
}

.azibo-house-intro-label {
    margin-bottom: 65px;
    color: #65735f;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2em;
}

.azibo-house-intro-content {
    display: grid;
    grid-template-columns: 1.05fr .8fr;
    gap: 14%;
    align-items: start;
}

.azibo-house-intro-title h2 {
    max-width: 700px;
    margin: 0;
    color: #292929;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(54px, 6vw, 78px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

.azibo-house-intro-title h2 em {
    font-style: italic;
}

.azibo-house-intro-text {
    padding-top: 12px;
}

.azibo-house-intro-text p {
    margin: 0 0 27px;
    color: #55534f;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.85;
}


/* =========================================================
   DETALHES
   ========================================================= */

.azibo-house-details {
    position: relative;
    padding: 0 8% 150px;
    background: #f3f2ed;
}

.azibo-house-details-heading {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(41,41,41,.16);
}

.azibo-house-details-heading span {
    color: #65735f;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .18em;
}

.azibo-house-details-heading h3 {
    margin: 0;
    color: #292929;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.02em;
}

.azibo-house-details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid rgba(41,41,41,.16);
}

.azibo-house-detail {
    position: relative;
    min-height: 190px;
    padding: 34px 32px 35px;
    border-right: 1px solid rgba(41,41,41,.14);
    overflow: hidden;
    transition: background .45s ease;
}

.azibo-house-detail:first-child {
    padding-left: 0;
}

.azibo-house-detail:last-child {
    border-right: 0;
}

.azibo-house-detail .detail-number {
    display: block;
    margin-bottom: 40px;
    color: #65735f;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .16em;
    transition:
        transform .5s cubic-bezier(.22,.61,.36,1),
        color .35s ease;
}

.azibo-house-detail .detail-label {
    display: block;
    margin-bottom: 12px;
    color: #817d76;
    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .2em;
    line-height: 1.3;
    transition:
        transform .5s cubic-bezier(.22,.61,.36,1),
        color .35s ease;
}

.azibo-house-detail strong {
    display: block;
    max-width: 190px;
    color: #292929;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -.015em;
    transition:
        transform .55s cubic-bezier(.22,.61,.36,1),
        color .35s ease;
}

.azibo-house-detail::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #65735f;
    transition: width .65s cubic-bezier(.22,.61,.36,1);
}

.azibo-house-detail:hover {
    background: rgba(101,115,95,.035);
}

.azibo-house-detail:hover::after {
    width: calc(100% - 32px);
}

.azibo-house-detail:first-child:hover::after {
    width: 100%;
}

.azibo-house-detail:hover .detail-number {
    transform: translateX(5px);
}

.azibo-house-detail:hover .detail-label {
    transform: translateX(4px);
    color: #65735f;
}

.azibo-house-detail:hover strong {
    transform: translateX(4px);
    color: #65735f;
}


/* =========================================================
   GALERIA
   ========================================================= */

.azibo-house-gallery {
    padding: 130px 6% 145px;
    background: #e9e8e1;
}

.azibo-house-gallery-intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 2% 70px;
}

.azibo-house-gallery-intro > span {
    color: #65735f;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
}

.azibo-house-gallery h2 {
    max-width: 750px;
    margin: 0;
    color: #292929;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(50px, 2vw, 76px);
    font-weight: 400;
    line-height: .95;
    letter-spacing: -.045em;
    text-align: right;
}

.azibo-house-gallery h2 em {
    font-style: italic;
}

.azibo-house-gallery-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    grid-template-rows:
        430px
        330px
        400px
        330px
        430px;
    gap: 20px;
}

.house-gallery-image {
    overflow: hidden;
}

.house-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform .8s cubic-bezier(.2,.6,.2,1);
}

.house-gallery-image:hover img {
    transform: scale(1.04);
}

.house-gallery-large {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.azibo-house-gallery-grid > .house-gallery-image:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.azibo-house-gallery-grid > .house-gallery-image:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

.house-gallery-wide {
    grid-column: 1 / -1;
    grid-row: 3;
    height: 400px;
}

.azibo-house-gallery-grid > .house-gallery-image:nth-child(5) {
    grid-column: 1;
    grid-row: 4;
}

.azibo-house-gallery-grid > .house-gallery-image:nth-child(6) {
    grid-column: 2;
    grid-row: 4;
}

.house-gallery-large-2 {
    grid-column: 1 / -1;
    grid-row: 5;
    height: 430px;
}


/* =========================================================
   ESPAÇOS
   ========================================================= */

.azibo-house-spaces {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 12%;
    padding: 135px 8%;
    background: #f3f2ed;
}

.azibo-house-spaces-title > span {
    color: #65735f;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
}

.azibo-house-spaces-title h2 {
    max-width: 520px;
    margin: 45px 0 0;
    color: #292929;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 5vw, 76px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

.azibo-house-spaces-title h2 em {
    font-style: italic;
}

.azibo-house-spaces-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(41,41,41,.18);
}

.house-space-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    min-height: 150px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(41,41,41,.18);
}

.house-space-item:nth-child(odd) {
    margin-right: 35px;
}

.house-space-item > span {
    color: #65735f;
    font-family: Arial, sans-serif;
    font-size: 9px;
    letter-spacing: .12em;
    transition:
        transform .45s cubic-bezier(.22,.61,.36,1);
}

.house-space-item h3 {
    margin: 0 0 12px;
    color: #292929;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    transition:
        transform .45s cubic-bezier(.22,.61,.36,1),
        color .35s ease;
}

.house-space-item p {
    max-width: 270px;
    margin: 0;
    color: #55534f;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.65;
}

.house-space-item:hover > span {
    transform: translateX(5px);
}

.house-space-item:hover h3 {
    transform: translateX(4px);
    color: #65735f;
}


/* =========================================================
   EXPERIÊNCIA
   ========================================================= */

.azibo-house-experience {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 12%;
    padding: 135px 8%;
    background: #e9e8e1;
}

.azibo-house-experience-title > span {
    color: #65735f;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
}

.azibo-house-experience-title h2 {
    max-width: 520px;
    margin: 45px 0 0;
    color: #292929;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 5vw, 76px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

.azibo-house-experience-title h2 em {
    font-style: italic;
}

.azibo-house-experience-content {
    padding-top: 75px;
}

.azibo-house-experience-content p {
    max-width: 650px;
    margin: 0 0 25px;
    color: #55534f;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.85;
}


/* =========================================================
   GALERIA DA EXPERIÊNCIA
   ========================================================= */

.azibo-house-experience-gallery {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    grid-template-rows: 420px 300px;
    gap: 20px;
    padding: 0 6% 145px;
    background: #e9e8e1;
}

.experience-gallery-image {
    overflow: hidden;
}

.experience-gallery-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform .8s cubic-bezier(.2,.6,.2,1);
}

.experience-gallery-image:hover img {
    transform: scale(1.04);
}

.experience-gallery-large {
    grid-row: span 2;
}

.azibo-house-experience-gallery
.experience-gallery-image:nth-child(2) {
    grid-column: 2;
}

.azibo-house-experience-gallery
.experience-gallery-image:nth-child(3) {
    grid-column: 2;
}


/* =========================================================
   INFORMAÇÕES
   ========================================================= */

.azibo-house-info {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 12%;
    padding: 135px 8%;
    background: #f3f2ed;
}

.azibo-house-info-title > span {
    color: #65735f;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
}

.azibo-house-info-title h2 {
    max-width: 500px;
    margin: 45px 0 0;
    color: #292929;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 5vw, 76px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

.azibo-house-info-title h2 em {
    font-style: italic;
}

.azibo-house-info-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    border-top: 1px solid rgba(41,41,41,.18);
}

.azibo-house-info-item {
    min-height: 105px;
    padding: 28px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid rgba(41,41,41,.18);
}

.azibo-house-info-item:nth-child(odd) {
    margin-right: 35px;
}

.azibo-house-info-item span {
    margin-bottom: 12px;
    color: #65735f;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .14em;
}

.azibo-house-info-item strong {
    color: #292929;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition:
        transform .4s cubic-bezier(.22,.61,.36,1),
        color .35s ease;
}

.azibo-house-info-item:hover strong {
    transform: translateX(4px);
    color: #65735f;
}


/* =========================================================
   CTA / BOOKING
   ========================================================= */

.azibo-house-book {
    position: relative;
    overflow: hidden;
    padding: 150px 8%;
    background: #292929;
    color: #f5f5f1;
}

.azibo-house-book::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -120px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(245,245,241,.08);
    border-radius: 50%;
    transition:
        transform 1.4s cubic-bezier(.22,.61,.36,1),
        opacity 1.2s ease;
}

.azibo-house-book::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -20px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(245,245,241,.06);
    border-radius: 50%;
    transition:
        transform 1.4s cubic-bezier(.22,.61,.36,1),
        opacity 1.2s ease;
}

.azibo-house-book:hover::before {
    transform: scale(1.08);
    opacity: .9;
}

.azibo-house-book:hover::after {
    transform: scale(1.12);
    opacity: .9;
}

.azibo-house-book-inner {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

.azibo-house-book-inner > span {
    display: block;
    margin-bottom: 45px;
    color: #a5af9e;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
}

.azibo-house-book h2 {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0;
    color: #f5f5f1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(55px, 7vw, 105px);
    font-weight: 400;
    line-height: .92;
    letter-spacing: -.055em;
    text-shadow: 0 2px 18px rgba(0,0,0,.18);
}

.azibo-house-book h2 em {
    display: block;
    color: #c4cdbb;
    font-style: italic;
    text-shadow: 0 2px 18px rgba(0,0,0,.22);
}

.azibo-house-book p {
    max-width: 440px;
    margin: 45px 0 35px;
    color: rgba(245,245,241,.65);
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

.azibo-house-book-button {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    padding: 17px 22px;
    border: 1px solid rgba(245,245,241,.35);
    color: #f5f5f1;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    transition:
        background .4s ease,
        border-color .4s ease,
        color .4s ease,
        gap .4s cubic-bezier(.22,.61,.36,1);
}

.azibo-house-book-button span:last-child {
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
}

.azibo-house-book-button:hover {
    gap: 40px;
    border-color: #a5af9e;
    background: #a5af9e;
    color: #292929;
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 1025px) {

    .azibo-house-page {
        margin-left: 0;
        width: 100%;
    }

}


/* =========================================================
   TABLET — ATÉ 1024px
   ========================================================= */

@media (max-width: 1024px) {

    html,
    body,
    #page,
    .site,
    .site-content,
    .content-area,
    .entry-content {
        margin-left: 0 !important;
    }

}


/* =========================================================
   TABLET — ATÉ 900px
   ========================================================= */

@media (max-width: 900px) {

    /* =====================================================
       HERO
       ===================================================== */

    .azibo-house-hero {
        height: 78vh;
        min-height: 580px;
    }

    .azibo-house-hero-content {
        left: 7%;
        right: 7%;
        bottom: 6%;
    }

    .azibo-house-hero h1 {
        font-size: clamp(72px, 13vw, 120px);
    }

    .azibo-house-hero-subtitle {
        max-width: 600px;
        font-size: 15px;
    }
    
    .azibo-house-scroll {
        display: none;
    }


    /* =====================================================
       INTRO
       ===================================================== */

    .azibo-house-intro {
        padding: 95px 7%;
    }

    .azibo-house-intro-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .azibo-house-intro-title h2 {
        font-size: clamp(50px, 7vw, 68px);
    }

    .azibo-house-intro-text {
        padding-top: 0;
    }


    /* =====================================================
       DETALHES
       ===================================================== */

    .azibo-house-details {
        padding: 0 7% 100px;
    }

    .azibo-house-details-heading {
        gap: 18px;
    }

    .azibo-house-details-heading h3 {
        font-size: 27px;
    }

    .azibo-house-details-grid {
        grid-template-columns: 1fr 1fr;
    }

    .azibo-house-detail {
        min-height: 175px;
        padding: 30px 30px 32px;
    }

    .azibo-house-detail:first-child {
        padding-left: 0;
    }

    .azibo-house-detail:nth-child(2) {
        border-right: 0;
    }

    .azibo-house-detail:nth-child(-n+2) {
        border-bottom: 1px solid rgba(41,41,41,.14);
    }

    /*
       03 começa a segunda linha.
       Tem de alinhar com o 01.
    */

    .azibo-house-detail:nth-child(3) {
        padding-left: 0;
    }

    .azibo-house-detail strong {
        max-width: 210px;
    }


    /* =====================================================
       GALERIA
       ===================================================== */

    .azibo-house-gallery {
        padding: 100px 5% 110px;
    }

    .azibo-house-gallery-intro {
        display: block;
        padding: 0 2% 50px;
    }

    .azibo-house-gallery h2 {
        max-width: 700px;
        margin-top: 30px;
        font-size: clamp(48px, 6vw, 65px);
        text-align: left;
    }

    .azibo-house-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows:
            400px
            300px
            300px
            300px
            300px;
        gap: 12px;
    }

    .house-gallery-large {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .azibo-house-gallery-grid > .house-gallery-image:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }

    .azibo-house-gallery-grid > .house-gallery-image:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }

    .house-gallery-wide {
        grid-column: 1 / -1;
        grid-row: 3;
        height: 300px;
    }

    .azibo-house-gallery-grid > .house-gallery-image:nth-child(5) {
        grid-column: 1;
        grid-row: 4;
    }

    .azibo-house-gallery-grid > .house-gallery-image:nth-child(6) {
        grid-column: 2;
        grid-row: 4;
    }

    .house-gallery-large-2 {
        grid-column: 1 / -1;
        grid-row: 5;
        height: 300px;
    }


    /* =====================================================
       ESPAÇOS
       ===================================================== */

    .azibo-house-spaces {
        grid-template-columns: 1fr;
        gap: 65px;
        padding: 100px 7%;
    }

    .azibo-house-spaces-title h2 {
        margin-top: 35px;
        font-size: clamp(50px, 6vw, 68px);
    }

    .azibo-house-spaces-list {
        grid-template-columns: 1fr 1fr;
    }

    .house-space-item:nth-child(2n) {
        margin-right: 0;
    }

    /*
       O item 03 é o primeiro da segunda linha.
       Alinha com o 01.
    */

    .house-space-item:nth-child(3) {
        padding-left: 0;
    }


    /* =====================================================
       EXPERIÊNCIA
       ===================================================== */

    .azibo-house-experience {
        grid-template-columns: 1fr;
        gap: 55px;
        padding: 100px 7%;
    }

    .azibo-house-experience-title h2 {
        margin-top: 35px;
        font-size: clamp(50px, 6vw, 68px);
    }

    .azibo-house-experience-content {
        padding-top: 0;
    }

    .azibo-house-experience-content p {
        max-width: 650px;
        font-size: 14px;
        line-height: 1.8;
    }


    /* =====================================================
       GALERIA EXPERIÊNCIA
       ===================================================== */

    .azibo-house-experience-gallery {
        padding: 0 5% 110px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 400px 300px;
        gap: 12px;
    }

    .experience-gallery-large {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .azibo-house-experience-gallery
    .experience-gallery-image:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }

    .azibo-house-experience-gallery
    .experience-gallery-image:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }


    /* =====================================================
       INFORMAÇÕES
       ===================================================== */

    .azibo-house-info {
        grid-template-columns: 1fr;
        gap: 65px;
        padding: 100px 7%;
    }

    .azibo-house-info-title h2 {
        margin-top: 35px;
        font-size: clamp(50px, 6vw, 68px);
    }

    .azibo-house-info-content {
        grid-template-columns: 1fr 1fr;
    }

    .azibo-house-info-item:nth-child(odd) {
        margin-right: 35px;
    }


    /* =====================================================
       BOOKING
       ===================================================== */

    .azibo-house-book {
        padding: 120px 7%;
    }

    .azibo-house-book h2 {
        font-size: clamp(55px, 7vw, 85px);
    }

}


/* =========================================================
   MOBILE — ATÉ 600px
   ========================================================= */

@media (max-width: 600px) {

    html,
    body,
    #page,
    .site,
    .site-content,
    .content-area,
    .entry-content {
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        overflow-x: hidden;
    }

    .azibo-house-page {
        width: 100%;
        max-width: 100%;
        margin: 0 0 70px;
        overflow: hidden;
    }


    /* =====================================================
       HERO
       ===================================================== */

    .azibo-house-hero {
        height: 78vh;
        min-height: 540px;
        max-height: 700px;
    }

    .azibo-house-hero-content {
        left: 7%;
        right: 7%;
        bottom: 4%;
    }

    .azibo-house-eyebrow {
        margin-bottom: 18px;
        font-size: 9px;
        letter-spacing: .18em;
    }

    .azibo-house-hero h1 {
        font-size: clamp(64px, 19vw, 100px);
        line-height: .86;
        letter-spacing: -.06em;
    }

    .azibo-house-hero-subtitle {
        max-width: 100%;
        margin-top: 25px;
        font-size: 13px;
        line-height: 1.7;
        letter-spacing: .025em;
    }

    .azibo-house-scroll {
        display: none;
    }


    /* =====================================================
       INTRO
       ===================================================== */

    .azibo-house-intro {
        padding: 75px 7% 80px;
    }

    .azibo-house-intro-label {
        margin-bottom: 38px;
        font-size: 9px;
    }

    .azibo-house-intro-content {
        display: block;
    }

    .azibo-house-intro-title h2 {
        max-width: 100%;
        font-size: clamp(43px, 12.5vw, 58px);
        line-height: .96;
        text-align: left;
    }

    .azibo-house-intro-text {
        margin-top: 48px;
        padding-top: 0;
    }

    .azibo-house-intro-text p {
        margin-bottom: 20px;
        font-size: 13.5px;
        line-height: 1.8;
        text-align: left;
    }


    /* =====================================================
       DETALHES
       ===================================================== */

    .azibo-house-details {
        padding: 0 7% 75px;
    }

    .azibo-house-details-heading {
        gap: 13px;
        margin-bottom: 32px;
        padding-bottom: 17px;
    }

    .azibo-house-details-heading span {
        font-size: 8px;
    }

    .azibo-house-details-heading h3 {
        font-size: 23px;
    }

    .azibo-house-details-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .azibo-house-detail,
    .azibo-house-detail:first-child,
    .azibo-house-detail:nth-child(2),
    .azibo-house-detail:nth-child(3),
    .azibo-house-detail:nth-child(4) {
        min-height: 0;
        padding: 23px 0 24px;
        border-right: 0;
        border-bottom: 1px solid rgba(41,41,41,.14);
    }

    .azibo-house-detail:last-child {
        border-bottom: 0;
    }

    .azibo-house-detail .detail-number {
        margin-bottom: 22px;
        font-size: 8px;
    }

    .azibo-house-detail .detail-label {
        margin-bottom: 8px;
        font-size: 8px;
    }

    .azibo-house-detail strong {
        max-width: 100%;
        font-size: 19px;
    }


    /* =====================================================
       GALERIA
       ===================================================== */

    .azibo-house-gallery {
        padding: 75px 5% 85px;
    }

    .azibo-house-gallery-intro {
        display: block;
        padding: 0 2% 45px;
    }

    .azibo-house-gallery-intro > span {
        font-size: 9px;
    }

    .azibo-house-gallery h2 {
        max-width: 100%;
        margin-top: 28px;
        font-size: clamp(43px, 12.5vw, 58px);
        line-height: .96;
        text-align: left;
    }

    .azibo-house-gallery-grid {
        display: block;
    }

    .house-gallery-image,
    .house-gallery-large,
    .house-gallery-large-2,
    .house-gallery-wide {
        width: 100%;
        height: 300px !important;
        margin-bottom: 10px;
    }

    .house-gallery-large,
    .house-gallery-large-2 {
        height: 430px !important;
    }

    .azibo-house-gallery-grid > .house-gallery-image:last-child {
        margin-bottom: 0;
    }


    /* =====================================================
       ESPAÇOS
       ===================================================== */

    .azibo-house-spaces {
        display: block;
        padding: 75px 7% 80px;
    }

    .azibo-house-spaces-title h2 {
        margin: 28px 0 0;
        font-size: clamp(43px, 12.5vw, 58px);
        line-height: .96;
        text-align: left;
    }

    .azibo-house-spaces-list {
        grid-template-columns: 1fr;
        margin-top: 52px;
    }

    .house-space-item,
    .house-space-item:nth-child(odd) {
        min-height: 0;
        margin-right: 0;
        padding: 22px 0 24px;
        gap: 15px;
    }

    .house-space-item > span {
        font-size: 8px;
    }

    .house-space-item h3 {
        margin-bottom: 9px;
        font-size: 20px;
    }

    .house-space-item p {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.65;
    }


    /* =====================================================
       EXPERIÊNCIA
       ===================================================== */

    .azibo-house-experience {
        display: block;
        padding: 78px 7% 82px;
    }

    .azibo-house-experience-title h2 {
        margin: 28px 0 0;
        font-size: clamp(43px, 12.5vw, 58px);
        line-height: .96;
        text-align: left;
    }

    .azibo-house-experience-content {
        margin-top: 48px;
        padding-top: 0;
    }

    .azibo-house-experience-content p {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: 13.5px;
        line-height: 1.8;
        text-align: left;
    }


    /* =====================================================
       GALERIA EXPERIÊNCIA
       ===================================================== */

    .azibo-house-experience-gallery {
        display: block;
        padding: 0 5% 85px;
    }

    .experience-gallery-image {
        width: 100%;
        height: 300px;
        margin-bottom: 10px;
    }

    .experience-gallery-large {
        height: 430px;
    }

    .experience-gallery-image:last-child {
        margin-bottom: 0;
    }


    /* =====================================================
       INFORMAÇÕES
       ===================================================== */

    .azibo-house-info {
        display: block;
        padding: 78px 7% 82px;
    }

    .azibo-house-info-title h2 {
        max-width: 100%;
        margin: 28px 0 52px;
        font-size: clamp(43px, 12.5vw, 58px);
        line-height: .96;
        text-align: left;
        margin-bottom: 30px !important;
    }

    .azibo-house-info-content {
        grid-template-columns: 1fr;
    }

    .azibo-house-info-item,
    .azibo-house-info-item:nth-child(odd) {
        min-height: 82px;
        margin-right: 0;
        padding: 21px 0;
    }

    .azibo-house-info-item span {
        margin-bottom: 8px;
        font-size: 8px;
    }

    .azibo-house-info-item strong {
        font-size: 13px;
        line-height: 1.45;
    }


    /* =====================================================
       BOOKING
       ===================================================== */

    .azibo-house-book {
        padding: 80px 7% 90px;
    }

    .azibo-house-book::before {
        top: -130px;
        right: -190px;
        width: 380px;
        height: 380px;
    }

    .azibo-house-book::after {
        top: -55px;
        right: -100px;
        width: 250px;
        height: 250px;
    }

    .azibo-house-book-inner > span {
        margin-bottom: 32px;
        font-size: 8px;
    }

    .azibo-house-book h2 {
        max-width: 100%;
        margin: 0;
        font-size: clamp(43px, 12.5vw, 62px);
        line-height: .94;
    }

    .azibo-house-book p {
        max-width: 100%;
        margin: 34px 0 28px;
        font-size: 13px;
        line-height: 1.7;
    }

    .azibo-house-book-button {
        display: flex;
        width: 100%;
        padding: 16px 18px;
        justify-content: space-between;
        gap: 18px;
        font-size: 9px;
    }

}


/* =========================================================
   VERY SMALL MOBILE — ATÉ 380px
   ========================================================= */

@media (max-width: 380px) {

    .azibo-house-hero {
        min-height: 510px;
    }

    .azibo-house-hero h1 {
        font-size: 62px;
    }

    .azibo-house-intro-title h2,
    .azibo-house-gallery h2,
    .azibo-house-spaces-title h2,
    .azibo-house-experience-title h2,
    .azibo-house-info-title h2,
    .azibo-house-book h2 {
        font-size: 42px;
    }

    .azibo-house-details-heading h3 {
        font-size: 21px;
    }

    .azibo-house-detail strong {
        font-size: 18px;
    }

    .house-space-item h3 {
        font-size: 19px;
    }

}


/* =========================================================
   ACESSIBILIDADE — REDUZIR MOVIMENTO
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .azibo-house-detail .detail-number,
    .azibo-house-detail .detail-label,
    .azibo-house-detail strong,
    .house-gallery-image img,
    .house-space-item > span,
    .house-space-item h3,
    .azibo-house-info-item strong,
    .azibo-house-book-button,
    .azibo-house-book::before,
    .azibo-house-book::after,
    .experience-gallery-image img {
        transition: none;
    }

}


/* =========================================================
   ELEMENTO EXTERNO / WORKAROUND EXISTENTE
   ========================================================= */

body > div:has(a[href*="/opensource/"]),
body > div:has(a[href*="/opensource-home/"]) {
    display: none !important;
}/* End custom CSS */