.elementor-230 .elementor-element.elementor-element-9848481{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e875970 */html,
body,
#page,
.site,
.site-content,
.content-area,
.entry-content {
    margin-left: 20px;
}


/* =========================================================
   CASA DO AZIBO — PÁGINA QUARTO LUAR
   ========================================================= */


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

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

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

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


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

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

.azibo-room-hero-image {
    position: absolute;
    inset: 0;

    background-image: url("https://casadoazibo.pt/wp-content/uploads/2026/09/IMG_0115-scaled.jpg");
    background-size: cover;
    background-position: center;
    transform: scale(1.01);
}

.azibo-room-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-room-hero-content {
    position: absolute;
    left: 8%;
    bottom: 7.5%;
    z-index: 2;

    max-width: 900px;

    color: #f5f5f1;
}

.azibo-room-eyebrow {
    margin-bottom: 0;
    margin-left: 7px;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.azibo-room-hero h1 {
    margin: 0;

    color: #f5f5f1;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(80px, 12vw, 180px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.055em;
}

.azibo-room-hero-subtitle {
    max-width: 500px;
    margin: 35px 0 0;
    margin-left: 7px;

    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: .04em;
}

.azibo-room-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-room-scroll div {
    width: 55px;
    height: 1px;

    background: rgba(245,245,241,.7);
}


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

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

.azibo-room-intro-label {
    margin-bottom: 65px;

    color: #65735f;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2em;
}

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

.azibo-room-intro-title h2 {
    max-width: 700px;
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(54px, 6vw, 88px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

.azibo-room-intro h2 em,
.azibo-room-gallery h2 em,
.azibo-room-amenities h2 em,
.azibo-room-book h2 em {
    font-style: italic;
}

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

.azibo-room-intro-text p {
    margin: 0 0 27px;

    color: #55534f;

    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.85;
}


/* =========================================================
   DETAILS
   ========================================================= */

.azibo-room-details {
    position: relative;

    padding: 0 8% 150px;

    background: #f3f2ed;
}

.azibo-room-details-heading {
    display: flex;
    align-items: center;
    gap: 24px;

    margin-bottom: 0;
    padding-bottom: 24px;

    border-bottom: 1px solid rgba(41,41,41,.16);
}

.azibo-room-details-heading span {
    color: #65735f;

    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .18em;
}

.azibo-room-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-room-details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    border-bottom: 1px solid rgba(41,41,41,.16);
}

.azibo-room-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-room-detail:first-child {
    padding-left: 0;
}

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

.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;
}

.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-room-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-room-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-room-detail:hover {
    background: rgba(101,115,95,.035);
}

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

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

.azibo-room-detail:hover .detail-number {
    transform: translateX(5px);
    color: #65735f;
}

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

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


/* =========================================================
   GALLERY
   ========================================================= */

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

.azibo-room-gallery-intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    padding: 0 2% 70px;
}

.azibo-room-gallery-intro > span {
    color: #65735f;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
}

.azibo-room-gallery h2 {
    max-width: 550px;
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(50px, 5vw, 76px);
    font-weight: 400;
    line-height: .95;
    letter-spacing: -.045em;

    text-align: right;
}

.azibo-room-gallery-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    grid-template-rows: 430px 330px;

    gap: 20px;
}

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

.room-gallery-image img {
    transition:
        transform .8s cubic-bezier(.2,.6,.2,1);
}

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

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

.room-gallery-wide {
    grid-column: 1 / -1;
    height: 400px;
}


/* =========================================================
   COMODIDADES
   ========================================================= */

.azibo-room-amenities {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 12%;

    padding: 135px 8%;

    background: #f3f2ed;
}

.azibo-room-amenities-title > span {
    color: #65735f;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
}

.azibo-room-amenities-title h2 {
    max-width: 520px;
    margin: 45px 0 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 5vw, 76px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

.azibo-room-amenities-list {
    display: grid;
    grid-template-columns: 1fr 1fr;

    border-top: 1px solid rgba(41,41,41,.18);

    overflow: hidden;
}

.amenity-item {
    position: relative;

    display: flex;
    align-items: center;
    gap: 20px;

    min-height: 82px;

    border-bottom: 1px solid rgba(41,41,41,.18);

    opacity: 0;
    transform: translateY(25px);

    animation:
        aziboAmenityReveal
        .8s
        cubic-bezier(.22,.61,.36,1)
        forwards;
}

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

.amenity-item:nth-child(1) {
    animation-delay: .10s;
}

.amenity-item:nth-child(2) {
    animation-delay: .18s;
}

.amenity-item:nth-child(3) {
    animation-delay: .26s;
}

.amenity-item:nth-child(4) {
    animation-delay: .34s;
}

.amenity-item:nth-child(5) {
    animation-delay: .42s;
}

.amenity-item:nth-child(6) {
    animation-delay: .50s;
}

@keyframes aziboAmenityReveal {

    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

.amenity-item span {
    color: #65735f;

    font-family: Arial, sans-serif;
    font-size: 9px;
    letter-spacing: .12em;

    transition:
        transform .45s cubic-bezier(.22,.61,.36,1),
        color .35s ease;
}

.amenity-item p {
    margin: 0;

    color: #44423f;

    font-family: Arial, sans-serif;
    font-size: 14px;

    transition:
        transform .45s cubic-bezier(.22,.61,.36,1),
        color .35s ease;
}

.amenity-item:hover span {
    transform: translateX(5px);
}

.amenity-item:hover p {
    transform: translateX(4px);
    color: #65735f;
}

.amenity-item::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -1px;

    width: 0;
    height: 1px;

    background: #65735f;

    transition:
        width .55s cubic-bezier(.22,.61,.36,1);
}

.amenity-item:hover::after {
    width: calc(100% - 35px);
}


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

.azibo-room-info {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 12%;

    padding: 135px 8%;

    background: #e9e8e1;
    color: #292929;
}

.azibo-room-info-title > span {
    color: #65735f;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
}

.azibo-room-info-title h2 {
    max-width: 500px;
    margin: 45px 0 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 5vw, 76px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

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

.azibo-room-info-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: start;

    border-top: 1px solid rgba(41,41,41,.18);
}

.azibo-room-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-room-info-item:nth-child(odd) {
    margin-right: 35px;
}

.azibo-room-info-item span {
    margin-bottom: 12px;

    color: #65735f;

    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .14em;
}

.azibo-room-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-room-info-item:hover strong {
    transform: translateX(4px);
    color: #65735f;
}


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

.azibo-room-book {
    position: relative;
    overflow: hidden;

    padding: 150px 8%;

    background: #292929;
    color: #f5f5f1;
}

.azibo-room-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-room-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-room-book:hover::before {
    transform: scale(1.08);
    opacity: .9;
}

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

.azibo-room-book-inner {
    position: relative;
    z-index: 2;

    max-width: 850px;
}

.azibo-room-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-room-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-room-book h2 em {
    display: block;

    color: #c4cdbb;
    font-style: italic;

    text-shadow:
        0 2px 18px rgba(0,0,0,.22);
}

.azibo-room-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-room-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-room-book-button span {
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
}

.azibo-room-book-button:hover {
    gap: 40px;

    border-color: #a5af9e;
    background: #a5af9e;

    color: #292929;
}


/* =========================================================
   NAVEGAÇÃO
   ========================================================= */

.azibo-room-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;

    min-height: 145px;

    background: #f3f2ed;

    border-top: 1px solid rgba(41,41,41,.15);
}

.azibo-room-navigation > div,
.azibo-room-navigation > a {
    min-width: 0;
}

.azibo-room-nav-prev {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    padding: 35px 10%;

    border-right: 1px solid rgba(41,41,41,.15);

    color: #292929;
    text-decoration: none;

    text-align: left;

    transition:
        background .4s ease,
        color .35s ease;
}

.azibo-room-nav-prev span {
    margin-bottom: 10px;

    color: #65735f;

    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .15em;
}

.azibo-room-nav-prev strong {
    color: #292929;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;

    transition:
        transform .4s cubic-bezier(.22,.61,.36,1),
        color .35s ease;
}

.azibo-room-nav-prev:hover {
    background: #c4cdbb;
    color: #292929;
}

.azibo-room-nav-prev:hover strong {
    transform: translateX(-6px);
    color: #292929;
}

.azibo-room-nav-all {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px 25px;

    border-right: 1px solid rgba(41,41,41,.15);

    color: #292929 !important;
    text-decoration: none;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;

    transition:
        background .4s ease,
        color .35s ease;
}

.azibo-room-nav-all:hover {
    background: #c4cdbb;
    color: #292929 !important;
}

.azibo-room-nav-next {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;

    padding: 35px 10%;

    color: #292929;
    text-decoration: none;

    text-align: right;

    transition:
        background .4s ease,
        color .35s ease;
}

.azibo-room-nav-next span {
    margin-bottom: 10px;

    color: #65735f;

    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .15em;
}

.azibo-room-nav-next strong {
    color: #292929;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;

    transition:
        transform .4s cubic-bezier(.22,.61,.36,1),
        color .35s ease;
}

.azibo-room-nav-next:hover {
    background: #c4cdbb;
    color: #292929;
}

.azibo-room-nav-next:hover strong {
    transform: translateX(6px);
    color: #292929;
}


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

@media (min-width: 1025px) {

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

}


/* =========================================================
   TABLET — 601px a 1024px
   ========================================================= */

@media (max-width: 1024px) {

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

    .azibo-room-page {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 70px;
    }


    /* HERO */

    .azibo-room-hero {
        height: 76vh;
        min-height: 570px;
    }

    .azibo-room-hero-content {
        left: 7%;
        right: 7%;
        bottom: 9%;
        max-width: 850px;
    }

    .azibo-room-eyebrow {
        margin-left: 5px;
        font-size: 9px;
        letter-spacing: .19em;
    }

    .azibo-room-hero h1 {
        font-size: clamp(78px, 12vw, 125px);
        line-height: 1;
    }

    .azibo-room-hero-subtitle {
        max-width: 470px;
        margin-top: 25px;
        margin-left: 5px;
        font-size: 14px;
        line-height: 1.65;
    }


    /* INTRO */

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

    .azibo-room-intro-label {
        margin-bottom: 48px;
        font-size: 9px;
    }

    .azibo-room-intro-content {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .azibo-room-intro-title h2 {
        max-width: 800px;
        font-size: clamp(52px, 7vw, 72px);
        line-height: .98;
    }

    .azibo-room-intro-text {
        max-width: 680px;
        margin-top: 45px;
        padding-top: 0;
    }

    .azibo-room-intro-text p {
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.8;
    }


    /* DETAILS */

    .azibo-room-details {
        padding: 0 7% 105px;
    }

    .azibo-room-details-heading {
        gap: 18px;
        padding-bottom: 20px;
    }

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

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

    .azibo-room-detail {
        min-height: 165px;
        padding: 30px 28px;
    }

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

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

    .azibo-room-detail:nth-child(3),
    .azibo-room-detail:nth-child(4) {
        border-bottom: 0;
    }

    .detail-number {
        margin-bottom: 32px;
    }

    .azibo-room-detail strong {
        font-size: 20px;
    }


    /* GALLERY */

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

    .azibo-room-gallery-intro {
        padding-bottom: 55px;
    }

    .azibo-room-gallery h2 {
        max-width: 450px;
        font-size: clamp(48px, 6vw, 68px);
    }

    .azibo-room-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 16px;
    }

    .room-gallery-large {
        grid-column: 1 / -1;
        grid-row: auto;
        height: 420px;
    }

    .room-gallery-image:not(.room-gallery-large):not(.room-gallery-wide) {
        height: 285px;
    }

    .room-gallery-wide {
        grid-column: 1 / -1;
        height: 300px;
    }


    /* COMODIDADES */

    .azibo-room-amenities {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 100px 7%;
    }

    .azibo-room-amenities-title h2 {
        max-width: 650px;
        margin-top: 32px;
        font-size: clamp(50px, 6vw, 68px);
    }

    .azibo-room-amenities-list {
        grid-template-columns: 1fr;
        margin-top: 55px;
    }

    .amenity-item,
    .amenity-item:nth-child(odd) {
        min-height: 74px;
        margin-right: 0;
        gap: 18px;
    }

    .amenity-item p {
        font-size: 14px;
        line-height: 1.5;
    }

    .amenity-item:hover::after {
        width: 100%;
    }


    /* INFORMAÇÕES */

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

    .azibo-room-info-title h2 {
        max-width: 650px;
        margin-top: 32px;
        font-size: clamp(50px, 6vw, 68px);
    }

    .azibo-room-info-content {
        grid-template-columns: 1fr 1fr;
        margin-top: 55px;
    }

    .azibo-room-info-item {
        min-height: 100px;
        padding: 25px 0;
    }

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


    /* CTA */

    .azibo-room-book {
        padding: 110px 7% 115px;
    }

    .azibo-room-book-inner > span {
        margin-bottom: 35px;
    }

    .azibo-room-book h2 {
        max-width: 700px;
        font-size: clamp(52px, 7vw, 82px);
    }

    .azibo-room-book p {
        max-width: 480px;
        margin: 38px 0 32px;
        font-size: 14px;
    }


    /* NAVEGAÇÃO */

    .azibo-room-navigation {
        min-height: 125px;
    }

    .azibo-room-nav-prev,
    .azibo-room-nav-next {
        padding: 28px 7%;
    }

    .azibo-room-nav-all {
        padding: 25px 15px;
        font-size: 9px;
        text-align: center;
        line-height: 1.45;
    }

}


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

@media (max-width: 600px) {

    /* -----------------------------------------
       BASE
       ----------------------------------------- */

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

    .azibo-room-page {
        width: 100%;
        max-width: 100%;
        margin: 0 0 40px;
    }


    /* -----------------------------------------
       HERO
       ----------------------------------------- */

    .azibo-room-hero {
        height: 76vh;
        min-height: 520px;
        max-height: 680px;
    }

    .azibo-room-hero-content {
        left: 7%;
        right: 7%;
        bottom: 8%;
    }

    .azibo-room-eyebrow {
        margin-left: 2px;
        margin-bottom: 12px;
        font-size: 8px;
        letter-spacing: .17em;
        line-height: 1.4;
    }

    .azibo-room-hero h1 {
        max-width: 100%;
        font-size: clamp(64px, 18vw, 92px);
        line-height: .95;
        letter-spacing: -.06em;
    }

    .azibo-room-hero-subtitle {
        max-width: 370px;
        margin-top: 22px;
        margin-left: 2px;
        font-size: 13px;
        line-height: 1.65;
        letter-spacing: .025em;
    }

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


    /* -----------------------------------------
       INTRO
       ----------------------------------------- */

    .azibo-room-intro {
        padding: 72px 7% 75px;
    }

    .azibo-room-intro-label {
        margin-bottom: 38px;
        font-size: 8px;
        letter-spacing: .17em;
        line-height: 1.4;
    }

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

    .azibo-room-intro-title h2 {
        max-width: 100%;
        font-size: clamp(43px, 12.5vw, 58px);
        line-height: .98;
        letter-spacing: -.045em;
    }

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

    .azibo-room-intro-text p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.78;
    }


    /* -----------------------------------------
       DETAILS
       ----------------------------------------- */

    .azibo-room-details {
        padding: 0 7% 72px;
    }

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

    .azibo-room-details-heading span {
        flex-shrink: 0;
        font-size: 8px;
        letter-spacing: .13em;
    }

    .azibo-room-details-heading h3 {
        font-size: 23px;
        line-height: 1.05;
    }

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

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

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

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

    .detail-label {
        margin-bottom: 8px;
        font-size: 8px;
        letter-spacing: .17em;
    }

    .azibo-room-detail strong {
        max-width: 100%;
        font-size: 19px;
        line-height: 1.25;
    }

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


    /* -----------------------------------------
       GALLERY
       ----------------------------------------- */

    .azibo-room-gallery {
        padding: 72px 5% 78px;
    }

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

    .azibo-room-gallery-intro > span {
        display: block;
        font-size: 8px;
        letter-spacing: .15em;
    }

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

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

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

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

    .room-gallery-wide {
        height: 300px;
    }

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


    /* -----------------------------------------
       COMODIDADES
       ----------------------------------------- */

    .azibo-room-amenities {
        display: block;
        padding: 75px 7% 78px;
    }

    .azibo-room-amenities-title > span {
        font-size: 8px;
        letter-spacing: .16em;
    }

    .azibo-room-amenities-title h2 {
        max-width: 100%;
        margin: 27px 0 0;
        font-size: clamp(43px, 12.5vw, 58px);
        line-height: .98;
        letter-spacing: -.045em;
    }

    .azibo-room-amenities-list {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 52px;
    }

    .amenity-item,
    .amenity-item:nth-child(odd) {
        min-height: 67px;
        margin-right: 0;
        padding: 17px 0;
        gap: 15px;
    }

    .amenity-item span {
        flex-shrink: 0;
        font-size: 8px;
        letter-spacing: .09em;
    }

    .amenity-item p {
        min-width: 0;
        font-size: 13px;
        line-height: 1.45;
    }

    .amenity-item::after,
    .amenity-item:hover::after {
        width: 100%;
    }


    /* -----------------------------------------
       INFORMAÇÕES
       ----------------------------------------- */

    .azibo-room-info {
        display: block;
        padding: 76px 7% 80px;
    }

    .azibo-room-info-title > span {
        font-size: 8px;
        letter-spacing: .16em;
    }

    .azibo-room-info-title h2 {
        max-width: 100%;
        margin: 27px 0 0;
        font-size: clamp(43px, 12.5vw, 58px);
        line-height: .98;
        letter-spacing: -.045em;
    }

    .azibo-room-info-content {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 55px;
    }

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

    .azibo-room-info-item span {
        margin-bottom: 8px;
        font-size: 8px;
        letter-spacing: .12em;
    }

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


    /* -----------------------------------------
       CTA
       ----------------------------------------- */

    .azibo-room-book {
        padding: 78px 7% 82px;
    }

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

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

    .azibo-room-book-inner {
        max-width: 100%;
    }

    .azibo-room-book-inner > span {
        margin-bottom: 32px;
        font-size: 8px;
        letter-spacing: .16em;
    }

    .azibo-room-book h2 {
        max-width: 100%;
        font-size: clamp(43px, 12.5vw, 62px);
        line-height: .94;
        letter-spacing: -.05em;
    }

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

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

    .azibo-room-book-button span {
        flex-shrink: 0;
        font-size: 16px;
    }


    /* -----------------------------------------
       NAVEGAÇÃO
       ----------------------------------------- */

    .azibo-room-navigation {
        grid-template-columns: 1fr 1fr 1fr;
        min-height: 100px;
    }

    .azibo-room-nav-prev,
    .azibo-room-nav-next {
        min-width: 0;
        padding: 19px 10px;
    }

    .azibo-room-nav-all {
        min-width: 0;
        padding: 18px 8px;
        font-size: 8px;
        letter-spacing: .08em;
        line-height: 1.4;
        overflow-wrap: anywhere;
    }

    .azibo-room-nav-prev span,
    .azibo-room-nav-next span {
        margin-bottom: 7px;
        font-size: 7px;
        letter-spacing: .08em;
        line-height: 1.3;
    }

    .azibo-room-nav-prev strong,
    .azibo-room-nav-next strong {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

}


/* =========================================================
   MOBILE MUITO PEQUENO — ATÉ 380px
   ========================================================= */

@media (max-width: 380px) {

    .azibo-room-hero {
        min-height: 500px;
    }

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

    .azibo-room-intro-title h2,
    .azibo-room-gallery h2,
    .azibo-room-amenities-title h2,
    .azibo-room-info-title h2 {
        font-size: 42px;
    }

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

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

    .azibo-room-book h2 {
        font-size: 42px;
    }

    .azibo-room-nav-prev strong,
    .azibo-room-nav-next strong {
        font-size: 14px;
    }

}


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

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

    .amenity-item {
        opacity: 1;
        transform: none;
        animation: none;
    }

    .azibo-room-book::before {
        animation: none;
    }

    .amenity-item span,
    .amenity-item p,
    .amenity-item::after,
    .azibo-room-detail .detail-number,
    .azibo-room-detail .detail-label,
    .azibo-room-detail strong,
    .azibo-room-info-item strong,
    .azibo-room-book-button,
    .azibo-room-nav-all,
    .azibo-room-nav-prev,
    .azibo-room-nav-next,
    .azibo-room-nav-prev strong,
    .azibo-room-nav-next strong,
    .azibo-room-book::before,
    .azibo-room-book::after {
        transition: none;
    }

}


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

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