/* Pousada do Léo — brand overrides (homepage only) */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --pdl-navy: #0D1B3D;
    --pdl-blue: #1763FF;
    --pdl-cyan: #38B6FF;
    --pdl-light: #F3F6FB;
    --pdl-accent: #1763FF;
    --pdl-heading: #0D1B3D;
    --booking-blue: #003580;
    --pdl-motif: url("../assets/brand/palmeira-barco.png");
    /* Fixed navbar clearance for in-page anchors (matches .navbar heights) */
    --pdl-header-height: 5rem; /* 80px — default / tablet */
    --pdl-anchor-gap: 1.25rem;
    --pdl-scroll-offset: calc(var(--pdl-header-height) + var(--pdl-anchor-gap));
}

/* Anchor navigation only — does not change section spacing while scrolling normally.
   Use scroll-margin on targets (not also scroll-padding on html) to avoid double offset. */
html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

#pousada,
#quartos,
#comodidades,
#localizacao,
#faq,
#contato {
    scroll-margin-top: var(--pdl-scroll-offset);
}

body {
    font-family: 'Manrope', sans-serif;
    color: #4a5568;
    overflow-x: clip;
}

/* Contain Pace.js bar that can inflate document width */
.pace,
.pace-progress {
    max-width: 100vw;
    overflow: hidden;
}

/* Palm + sailboat watermark — white sections, bottom-right (native 87×167) */
.about:not(.bg-lightblue),
.facilties:not(.bg-lightblue) {
    background-color: #fff;
    background-image: var(--pdl-motif);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
}

h1, h2, h3, h4, h5, h6,
.section-title,
.section-subtitle,
.navbar .nav-link,
.footer-title {
    font-family: 'Manrope', sans-serif;
}

.section-title {
    font-weight: 700;
    color: var(--pdl-navy);
}

.section-subtitle {
    font-weight: 600;
    color: var(--pdl-blue);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bg-lightblue {
    background: var(--pdl-light) !important;
}

a {
    color: var(--pdl-blue);
}

a:hover {
    color: var(--pdl-cyan);
}

.butn-light a,
.butn-dark a,
.btn-form1-submit,
.btn-whatsapp {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}

.butn-light a {
    border-color: #fff;
}

.butn-light a:hover {
    background: var(--pdl-blue);
    border-color: var(--pdl-blue);
}

.butn-dark a {
    background: var(--pdl-blue);
    border-color: var(--pdl-blue);
}

.butn-dark a:hover {
    background: var(--pdl-navy);
    border-color: var(--pdl-navy);
}

.btn-whatsapp {
    display: inline-block;
    padding: 14px 28px;
    background: #25D366;
    color: #fff !important;
    border: 1px solid #25D366;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.btn-whatsapp:hover {
    background: #1ebe5a;
    border-color: #1ebe5a;
    color: #fff !important;
}

.btn-whatsapp i {
    margin-right: 8px;
}

/* ===== Navbar =====
   Scroll tone uses opacity on a ::before layer (gradients can't interpolate).
   Logos crossfade via opacity — never display toggles mid-scroll. */
.navbar {
    --pdl-nav-tone-duration: 0.55s;
    --pdl-nav-tone-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --pdl-nav-scrolled-bg: #0a152e;
    isolation: isolate;
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: 0 2px 16px rgba(13, 27, 61, 0.06);
    border-bottom: none;
    height: auto !important;
    min-height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition:
        background-color var(--pdl-nav-tone-duration) var(--pdl-nav-tone-ease),
        box-shadow var(--pdl-nav-tone-duration) var(--pdl-nav-tone-ease);
}

.navbar::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    background:
        radial-gradient(ellipse 80% 60% at 12% 20%, rgba(56, 182, 255, 0.14), transparent 55%),
        radial-gradient(ellipse 70% 50% at 88% 70%, rgba(23, 99, 255, 0.18), transparent 50%),
        linear-gradient(165deg, #0a152e 0%, var(--pdl-navy) 45%, #0a1733 100%);
    transition: opacity var(--pdl-nav-tone-duration) var(--pdl-nav-tone-ease);
}

.navbar > .container {
    position: relative;
    z-index: 1;
}

.nav-scroll {
    height: auto !important;
    background-color: var(--pdl-nav-scrolled-bg) !important;
    background-image: none !important;
    box-shadow: 0 8px 30px rgba(13, 27, 61, 0.28) !important;
    border-bottom: none !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    /* Kill template slide-in (top:-100px + translateY) — color fade is the motion */
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
}

.nav-scroll::before {
    opacity: 1;
}

.navbar .navbar-nav .nav-link {
    color: var(--pdl-navy) !important;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 10px 14px !important;
    transition:
        color var(--pdl-nav-tone-duration) var(--pdl-nav-tone-ease),
        background-color 0.25s ease;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
    color: var(--pdl-blue) !important;
}

.nav-scroll .navbar-nav .nav-link {
    color: #fff !important;
}

.nav-scroll .navbar-nav .nav-link.active,
.nav-scroll .navbar-nav .nav-link:hover {
    color: var(--pdl-cyan) !important;
}

.navbar .navbar-toggler-icon,
.navbar .navbar-toggler-icon i {
    color: var(--pdl-navy) !important;
    background: transparent !important;
    border: none !important;
    transition: color var(--pdl-nav-tone-duration) var(--pdl-nav-tone-ease);
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .navbar-toggler-icon i {
    color: #fff !important;
}

.navbar .logo-wrapper {
    flex-shrink: 0;
    float: none;
    padding: 0;
}

.nav-scroll .logo-wrapper {
    padding: 0;
    background: transparent;
}

.navbar .logo--pdl {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border-radius: 8px;
    line-height: 0;
}

.navbar .logo--pdl:focus-visible {
    outline: 2px solid var(--pdl-blue);
    outline-offset: 4px;
}

.nav-scroll .logo--pdl:focus-visible {
    outline-color: var(--pdl-cyan);
}

.navbar .logo-img {
    display: block;
    width: auto !important;
    height: 56px !important;
    max-height: none !important;
    max-width: min(220px, 52vw) !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    object-fit: contain;
    transition: opacity var(--pdl-nav-tone-duration) var(--pdl-nav-tone-ease);
}

.navbar .logo-img--dark {
    position: relative;
    opacity: 1;
}

.navbar .logo-img--light {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
}

.nav-scroll .logo-img--dark {
    opacity: 0;
}

.nav-scroll .logo-img--light {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .navbar {
        --pdl-nav-tone-duration: 0.01ms;
    }

    .navbar,
    .navbar::before,
    .navbar .navbar-nav .nav-link,
    .navbar .navbar-toggler-icon,
    .navbar .navbar-toggler-icon i,
    .navbar .logo-img {
        transition: none;
    }
}

.preloader-position.loader span {
    border-color: var(--pdl-cyan) transparent transparent transparent;
}

/* ===== Floating actions cluster (back-to-top + WhatsApp) ===== */
:root {
    --pdl-float-size: 56px;
    --pdl-float-gap: 12px;
    --pdl-float-inset: 28px;
    --pdl-float-stack: calc(var(--pdl-float-size) * 2 + var(--pdl-float-gap));
}

.pdl-float-actions {
    position: fixed;
    z-index: 100;
    right: max(var(--pdl-float-inset), env(safe-area-inset-right, 0px));
    bottom: max(var(--pdl-float-inset), env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    width: var(--pdl-float-size);
    pointer-events: none;
}

.pdl-float-actions .progress-wrap,
.pdl-float-actions .fab-reservar {
    pointer-events: auto;
    box-sizing: border-box !important;
}

/* Override template fixed positioning — cluster owns placement */
.pdl-float-actions .progress-wrap {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    top: auto !important;
    margin: 0 !important;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--pdl-float-size) !important;
    height: 0 !important;
    min-width: var(--pdl-float-size) !important;
    min-height: 0 !important;
    background: transparent !important;
    border: 2px solid transparent !important;
    box-shadow: none !important;
    border-radius: 50%;
    backdrop-filter: none;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: none !important;
    -webkit-transform: none !important;
    cursor: pointer;
    transition: opacity 0.25s ease, visibility 0.25s ease, height 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.pdl-float-actions .progress-wrap.active-progress {
    height: var(--pdl-float-size) !important;
    min-height: var(--pdl-float-size) !important;
    margin-bottom: var(--pdl-float-gap) !important;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    border-color: rgba(255, 255, 255, 0.95) !important;
    background: rgba(13, 27, 61, 0.28) !important;
}

.pdl-float-actions .progress-wrap::after {
    color: #fff !important;
    font-size: calc(var(--pdl-float-size) * 0.28) !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    text-align: center;
    transform: none !important;
    -webkit-transform: none !important;
    box-sizing: border-box;
    opacity: 0.95;
}

.pdl-float-actions .progress-wrap:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: #fff !important;
}

.pdl-float-actions .progress-wrap:hover::after {
    opacity: 1;
}

.pdl-float-actions .progress-wrap.progress-wrap--on-light {
    border-color: rgba(13, 27, 61, 0.75) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 4px 12px rgba(13, 27, 61, 0.12) !important;
}

.pdl-float-actions .progress-wrap.progress-wrap--on-light::after {
    color: var(--pdl-navy) !important;
}

.pdl-float-actions .progress-wrap.progress-wrap--on-light:hover {
    background: #fff !important;
    border-color: var(--pdl-navy) !important;
}

.pdl-float-actions .progress-wrap.progress-wrap--on-dark {
    border-color: rgba(255, 255, 255, 0.95) !important;
    background: rgba(13, 27, 61, 0.28) !important;
}

.pdl-float-actions .progress-wrap.progress-wrap--on-dark::after {
    color: #fff !important;
}

.pdl-float-actions .progress-wrap.progress-wrap--on-dark:hover {
    background: rgba(255, 255, 255, 0.16) !important;
    border-color: #fff !important;
}

.pdl-float-actions .progress-wrap:focus-visible {
    outline: 2px solid var(--pdl-cyan);
    outline-offset: 3px;
}

.pdl-float-actions .progress-wrap svg.progress-circle path {
    stroke: transparent !important;
    stroke-width: 0 !important;
}

.pdl-float-actions .fab-reservar {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: var(--pdl-float-size);
    height: var(--pdl-float-size);
    min-width: var(--pdl-float-size);
    min-height: var(--pdl-float-size);
    padding: 0;
    background: #25D366;
    color: #fff !important;
    text-decoration: none;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.pdl-float-actions .fab-reservar i {
    font-size: calc(var(--pdl-float-size) * 0.5);
    line-height: 1;
}

.pdl-float-actions .fab-reservar:hover {
    background: #1ebe5a;
    border-color: #fff;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}

.pdl-float-actions .fab-reservar:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.pdl-float-actions .fab-reservar.fab-reservar--on-light {
    border-color: #fff;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
}

.pdl-float-actions .fab-reservar.fab-reservar--on-light:hover {
    border-color: #fff;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.5);
}

.pdl-float-actions .fab-reservar.fab-reservar--on-light:focus-visible {
    outline-color: var(--pdl-blue);
}

.pdl-float-actions .fab-reservar.fab-reservar--on-dark {
    border-color: #fff;
}

.pdl-float-actions .fab-reservar.fab-reservar--on-dark:hover {
    border-color: #fff;
}

/* Tablet / mobile inset + size */
@media (max-width: 991.98px) {
    :root {
        --pdl-float-size: 52px;
        --pdl-float-gap: 10px;
        --pdl-float-inset: 18px;
    }
}

@media (max-width: 575.98px) {
    :root {
        --pdl-float-size: 50px;
        --pdl-float-gap: 10px;
        --pdl-float-inset: 16px;
    }
}

@media (min-width: 1200px) {
    :root {
        --pdl-float-size: 60px;
        --pdl-float-gap: 14px;
        --pdl-float-inset: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pdl-float-actions .fab-reservar,
    .pdl-float-actions .progress-wrap {
        transition: none;
    }

    .pdl-float-actions .fab-reservar:hover {
        transform: none;
    }
}

/* Clearance so the cluster does not cover CTAs / footer */
.room.section-padding {
    padding-bottom: calc(clamp(3.5rem, 2.5rem + 4vw, 7.5rem) + var(--pdl-float-stack));
}

.btn-whatsapp--contato {
    margin-bottom: calc(var(--pdl-float-stack) + 1.5rem);
}

.footer--pdl .footer-bottom {
    padding-bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
}

/* ===== Content ===== */
.reservations a,
.reservations .text a {
    color: var(--pdl-blue);
}

.reservations a:hover {
    color: var(--pdl-cyan);
}

.single-facility span {
    color: var(--pdl-blue);
}

.single-facility:hover span {
    color: var(--pdl-cyan);
}

.star-rating::before {
    color: var(--pdl-cyan);
}

.header.slider-fade .caption h4 {
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.header.slider-fade .caption h1 {
    font-weight: 800;
    letter-spacing: -0.02em;
}

/* Hero slide dots — right edge, vertical */
.header.slider-fade .owl-dots {
    position: absolute;
    top: 50%;
    right: 28px;
    width: auto;
    transform: translateY(-50%);
    text-align: center !important;
    z-index: 12;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.header.slider-fade .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    border: 1.5px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    background: transparent;
    display: block;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.header.slider-fade .owl-dots .owl-dot span {
    display: none;
}

.header.slider-fade .owl-dots .owl-dot.active,
.header.slider-fade .owl-dots .owl-dot:hover {
    background: var(--pdl-cyan);
    border-color: var(--pdl-cyan);
    transform: scale(1.15);
}

.header.slider-fade .owl-dots .owl-dot:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

@media (max-width: 767px) {
    .header.slider-fade .owl-dots {
        right: 14px;
        gap: 8px;
    }

    .header.slider-fade .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
    }
}

.rooms .caption h4 a {
    color: var(--pdl-navy);
}

.rooms .caption h4 a:hover {
    color: var(--pdl-blue);
}

/* ===== Highlights strip ===== */
.pdl-highlights {
    background: linear-gradient(90deg, #081428 0%, var(--pdl-navy) 50%, #081428 100%);
    padding: 36px 0;
}

.pdl-highlights__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 28px 56px;
}

.pdl-highlights__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 140px;
}

.pdl-highlights__value {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--pdl-cyan);
    letter-spacing: -0.02em;
}

.pdl-highlights__label {
    margin-top: 6px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .pdl-highlights {
        padding: 28px 0;
    }

    .pdl-highlights__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px 16px;
    }

    .pdl-highlights__item {
        min-width: 0;
    }
}

/* ===== Booking awards ===== */
.booking-score-card {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--booking-blue);
    border-radius: 10px;
    padding: 20px 36px 18px;
    margin-bottom: 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(0, 53, 128, 0.12);
    min-width: 160px;
}

.booking-score-card__brand {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--booking-blue) !important;
}

.booking-score-card__value {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--booking-blue) !important;
    margin: 6px 0 4px;
}

.booking-score-card__label {
    font-size: 13px;
    font-weight: 700;
    color: #1a4480 !important;
    letter-spacing: 0.02em;
}

.testimonials .head-box h4 {
    color: #fff;
    font-weight: 700;
    margin-top: 8px;
}

.awards-lead,
.awards-quote {
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.7;
}

.awards-lead {
    margin-bottom: 24px;
}

.awards-quote {
    margin-top: 24px;
    font-size: 15px;
    font-style: italic;
}

.award-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 12px 20px;
    margin: 8px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
}

.award-badge strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--pdl-cyan);
}

/* ===== Location ===== */
.location-map-col {
    display: flex;
}

.location-map {
    border: 0;
    width: 100%;
    height: 100%;
    min-height: 380px;
    filter: grayscale(20%);
    border-radius: 6px;
}

.location-photo {
    display: flex;
    flex-direction: column;
}

.location-photo img {
    width: 100%;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .location-map {
        height: 320px;
        min-height: 320px;
    }
}

/* ===== Contact / reservation CTA ===== */
#contato .reservations .text p,
#contato .reservations .text a {
    color: #fff !important;
}

#contato .reservations .icon span {
    color: var(--pdl-cyan) !important;
}

#contato h5 {
    color: #fff;
    font-weight: 600;
    line-height: 1.7;
}

/* ===== Footer (Pousada do Léo) ===== */
.footer.footer--pdl {
    position: relative;
    background: transparent;
    overflow: hidden;
}

.footer--pdl .footer-wave {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 40px;
    color: rgba(56, 182, 255, 0.35);
    z-index: 2;
    pointer-events: none;
    line-height: 0;
}

.footer--pdl .footer-wave svg {
    display: block;
    width: 100%;
    height: 100%;
}

.footer--pdl .footer-top {
    background:
        radial-gradient(ellipse 80% 60% at 12% 20%, rgba(56, 182, 255, 0.14), transparent 55%),
        radial-gradient(ellipse 70% 50% at 88% 70%, rgba(23, 99, 255, 0.18), transparent 50%),
        linear-gradient(165deg, #0a152e 0%, var(--pdl-navy) 45%, #0a1733 100%);
    padding: 96px 0 56px;
}

.footer--pdl .footer-grid {
    row-gap: 40px;
}

.footer--pdl .footer-column {
    margin-bottom: 0;
}

.footer--pdl .footer-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(56, 182, 255, 0.28);
}

.footer--pdl .footer-brand-link {
    display: inline-block;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 12px;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.footer--pdl .footer-brand-link:hover {
    transform: translateY(-2px);
}

.footer--pdl .footer-brand-link:focus-visible {
    outline: 2px solid var(--pdl-cyan);
    outline-offset: 4px;
}

.footer--pdl .footer-logo-full {
    display: block;
    width: auto;
    max-width: 240px;
    height: auto;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.footer--pdl .footer-about-text {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(243, 246, 251, 0.88);
    max-width: 36ch;
    margin: 0;
}

.footer--pdl .footer-booking-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    background: rgba(0, 53, 128, 0.45);
    border: 1px solid rgba(56, 182, 255, 0.35);
    border-radius: 999px;
    padding: 8px 16px;
    margin-top: 20px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.footer--pdl .footer-booking-pill__brand {
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.03em;
}

.footer--pdl .footer-booking-pill__score {
    font-size: 18px;
    font-weight: 800;
    color: var(--pdl-cyan);
    line-height: 1;
}

.footer--pdl .footer-booking-pill__text {
    font-size: 13px;
    font-weight: 600;
    color: rgba(243, 246, 251, 0.9);
}

.footer--pdl .footer-explore-list {
    margin: 0;
    padding: 0;
}

.footer--pdl .footer-explore-list li + li {
    margin-top: 4px;
}

.footer--pdl .footer-explore-list li a {
    display: inline-block;
    min-height: 44px;
    padding: 10px 0;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    transition: color 200ms ease;
}

.footer--pdl .footer-explore-list li a:before {
    display: none;
}

.footer--pdl .footer-explore-list li a:hover {
    color: var(--pdl-cyan) !important;
    padding-left: 0;
    background-color: transparent;
}

.footer--pdl .footer-explore-list li a:focus-visible {
    outline: 2px solid var(--pdl-cyan);
    outline-offset: 3px;
    color: var(--pdl-cyan) !important;
}

.footer--pdl .footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.footer--pdl .footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
    color: rgba(243, 246, 251, 0.92);
    font-size: 15px;
    line-height: 1.6;
}

.footer--pdl .footer-contact-list li i {
    color: var(--pdl-cyan);
    font-size: 18px;
    margin-top: 12px;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}

.footer--pdl .footer-contact-list a,
.footer--pdl .footer-address-link {
    display: inline-block;
    min-height: 44px;
    padding: 10px 0;
    color: #fff !important;
    font-weight: 600;
    font-family: 'Manrope', sans-serif !important;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    transition: color 200ms ease;
}

.footer--pdl .footer-contact-list a:hover,
.footer--pdl .footer-address-link:hover {
    color: var(--pdl-cyan) !important;
}

.footer--pdl .footer-contact-list a:focus-visible,
.footer--pdl .footer-address-link:focus-visible {
    outline: 2px solid var(--pdl-cyan);
    outline-offset: 3px;
}

.footer--pdl .footer-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 320px;
    min-height: 48px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 14px 22px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.28);
    cursor: pointer;
    transition: background-color 200ms ease, border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.footer--pdl .footer-whatsapp-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.36);
}

.footer--pdl .footer-whatsapp-btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.footer--pdl .footer-whatsapp-btn i {
    margin-right: 0;
    font-size: 18px;
}

.footer--pdl .footer-bottom {
    background: #070f22;
    border-top: 1px solid rgba(56, 182, 255, 0.12);
    padding: 22px 0;
}

.footer--pdl .footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 24px;
}

.footer--pdl .footer-bottom-copy-right {
    font-size: 13px;
    font-weight: 500;
    color: rgba(243, 246, 251, 0.72);
    margin: 0;
}

.footer--pdl .footer-bottom-tagline {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(56, 182, 255, 0.85);
    margin: 0;
}

@media (max-width: 991px) {
    .footer--pdl .footer-top {
        padding: 72px 0 40px;
    }

    .footer--pdl .footer-logo-full {
        max-width: 220px;
    }

    .footer--pdl .footer-about-text {
        max-width: none;
    }

    .footer--pdl .footer-whatsapp-btn {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .footer--pdl .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer--pdl .footer-wave {
        height: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .footer--pdl .footer-brand-link,
    .footer--pdl .footer-explore-list li a,
    .footer--pdl .footer-whatsapp-btn,
    .footer--pdl .footer-contact-list a,
    .footer--pdl .footer-address-link {
        transition: none;
    }

    .footer--pdl .footer-brand-link:hover,
    .footer--pdl .footer-whatsapp-btn:hover {
        transform: none;
    }
}

/* ===== Template accent overrides ===== */
.navbar .nav-link::before,
.butn-dark a span::before,
.butn-light a span::before,
.single-facility:hover h5,
.link-btn {
    color: var(--pdl-blue);
}

.butn-dark a,
.btn-form1-submit {
    background-color: var(--pdl-blue);
    border-color: var(--pdl-blue);
}

.section-title span,
.reservations .icon span {
    color: var(--pdl-blue);
}

/* ===== Nav ===== */
@media (max-width: 991px) {
    :root {
        --pdl-header-height: 4.5rem; /* 72px */
        --pdl-anchor-gap: 1rem;
    }

    .navbar {
        height: auto !important;
        min-height: 72px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navbar .logo-img {
        height: 48px !important;
        max-width: min(180px, 58vw) !important;
    }

    .navbar .navbar-nav {
        background: #fff;
        padding: 12px 16px 20px;
        border-radius: 8px;
        margin-top: 8px;
        box-shadow: 0 8px 24px rgba(13, 27, 61, 0.08);
        transition:
            background-color var(--pdl-nav-tone-duration) var(--pdl-nav-tone-ease),
            box-shadow var(--pdl-nav-tone-duration) var(--pdl-nav-tone-ease),
            border-color var(--pdl-nav-tone-duration) var(--pdl-nav-tone-ease);
        border: 1px solid transparent;
    }

    .nav-scroll .navbar-nav {
        background: #0a1733;
        border-color: rgba(56, 182, 255, 0.12);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
    }

    .navbar .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar .navbar-toggler:focus-visible {
        outline: 2px solid var(--pdl-blue);
        outline-offset: 3px;
    }

    .nav-scroll .navbar-toggler:focus-visible {
        outline-color: var(--pdl-cyan);
    }
}

@media (min-width: 992px) {
    :root {
        --pdl-header-height: 6rem; /* 96px */
        --pdl-anchor-gap: 1.5rem;
    }

    .navbar {
        min-height: 96px;
    }

    .navbar .logo-img {
        height: 64px !important;
        max-width: 240px !important;
    }
}

/* Amenities grid (shared desktop + mobile) */
.room-facilities--grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 1.25rem;
}

.room-facilities--grid ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.35;
}

.room-facilities--grid ul li i {
    flex-shrink: 0;
    color: var(--pdl-blue);
    font-size: 18px;
    margin-top: 1px;
}
#faq .accordion-box .block .acc-btn {
    color: var(--pdl-navy);
    font-family: Manrope, system-ui, sans-serif;
    font-weight: 600;
}

#faq .accordion-box .block .acc-btn:before,
#faq .accordion-box .block .acc-btn.active {
    color: var(--pdl-blue);
}

#faq .accordion-box .block .content {
    color: #4a5568;
    font-family: Manrope, system-ui, sans-serif;
}

/* ===== About collage (desktop offset preserved) ===== */
.about-collage__cell--a img {
    margin-top: 25%;
}

/* ===== Contact CTA (replaces inline styles) ===== */
.contato-lead {
    color: #fff !important;
    font-weight: 600;
    line-height: 1.7;
}

.reservations--contato {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

/* margin-bottom for contato CTA lives with .pdl-float-actions clearance */

/* ==========================================================================
   Production responsive layer — mobile-first composition
   Break when content breaks; preserve desktop identity
   ========================================================================== */

/* Fluid type & section rhythm */
.section-title {
    font-size: clamp(1.75rem, 1.2rem + 2.4vw, 2.875rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.section-subtitle {
    font-size: clamp(0.72rem, 0.65rem + 0.3vw, 0.9375rem);
    letter-spacing: 0.1em;
    line-height: 1.4;
}

.section-padding {
    padding: clamp(3.5rem, 2.5rem + 4vw, 7.5rem) 0;
}

/* Hero — brand type, modern viewport units */
.header,
.slider-fade .owl-item {
    min-height: calc(100vh - var(--pdl-header-height));
    min-height: calc(100dvh - var(--pdl-header-height));
}

.header.slider-fade .caption h1,
.header .caption h1 {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 800 !important;
    font-size: clamp(1.85rem, 1.1rem + 3.6vw, 4.5rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.025em !important;
    text-transform: none;
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
    text-wrap: balance;
}

.header.slider-fade .caption h4,
.header .caption h4 {
    font-family: 'Manrope', sans-serif !important;
    font-size: clamp(0.7rem, 0.62rem + 0.35vw, 0.9375rem) !important;
    letter-spacing: 0.14em !important;
    margin-bottom: clamp(0.5rem, 1.5vw, 0.85rem);
}

.header.slider-fade .caption .container {
    padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
    padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
}

.header .caption .butn-light a,
.header .caption .butn-dark a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 28px;
    letter-spacing: 0.06em;
}

/* Touch-friendly buttons globally */
.butn-dark a,
.butn-light a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    letter-spacing: 0.06em;
    text-align: center;
}

.btn-whatsapp {
    min-height: 48px;
    letter-spacing: 0.04em;
    text-align: center;
}

/* Clearance so FABs don't cover final CTAs — see .pdl-float-actions stack vars */

@media (max-width: 991.98px) {
    /* ----- Navbar / hamburger ----- */
    .navbar .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-left: max(16px, env(safe-area-inset-left, 0px));
        padding-right: max(16px, env(safe-area-inset-right, 0px));
    }

    .navbar .logo-wrapper {
        float: none;
        padding: 0 !important;
    }

    .navbar .navbar-toggler {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        margin: 0 !important;
        padding: 0;
        border: none;
        -webkit-tap-highlight-color: transparent;
    }

    .navbar .navbar-toggler-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        font-size: 22px;
        line-height: 1;
    }

    .navbar .navbar-collapse {
        width: 100%;
        flex-basis: 100%;
        max-height: min(70vh, 420px);
        padding: 0 !important;
        background: transparent !important;
        overflow: visible;
    }

    .navbar .navbar-nav {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 8px;
        padding: 8px 4px 12px !important;
    }

    .navbar .navbar-nav .nav-link {
        display: flex;
        align-items: center;
        min-height: 48px;
        padding: 12px 16px !important;
        font-size: 15px;
        letter-spacing: 0.08em;
        -webkit-tap-highlight-color: transparent;
    }

    .nav-scroll {
        height: auto !important;
        min-height: 72px;
    }

    /* ----- Hero mobile composition ----- */
    .header.slider-fade .caption .container {
        padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
        padding-bottom: 3.5rem;
    }

    .header.slider-fade .caption h1 {
        max-width: 16ch;
    }

    .header .caption .butn-light,
    .header .caption .butn-dark {
        margin-right: 0;
    }

    .header .caption .butn-light a,
    .header .caption .butn-dark a {
        width: min(100%, 320px);
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 13px;
        letter-spacing: 0.05em;
    }

    /* Dots: bottom row on narrow screens (thumb-friendly, no side clash) */
    .header.slider-fade .owl-dots {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        top: auto !important;
        right: auto !important;
        left: 50% !important;
        bottom: max(18px, calc(10px + env(safe-area-inset-bottom, 0px))) !important;
        transform: translateX(-50%) !important;
        gap: 14px !important;
        width: auto !important;
        height: auto !important;
        text-align: center !important;
        z-index: 12;
    }

    .header.slider-fade .owl-dots .owl-dot {
        display: inline-block !important;
        float: none !important;
        width: 12px !important;
        height: 12px !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
        position: relative;
        vertical-align: middle;
    }

    .header.slider-fade .owl-dots .owl-dot::before {
        content: "";
        position: absolute;
        inset: -10px;
    }

    body.nav-open .pdl-float-actions {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }

    /* ----- About collage: even 2×2 on tablet/phone ----- */
    .about-collage {
        margin-top: 8px;
    }

    .about-collage__cell {
        text-align: center !important;
    }

    .about-collage__cell--a img {
        margin-top: 0 !important;
    }

    .about-collage img {
        width: 100% !important;
        max-width: none !important;
        height: clamp(120px, 32vw, 180px);
        object-fit: cover;
        object-position: center;
        border-radius: 8px;
    }

    .reservations .text a {
        font-size: clamp(1.35rem, 5vw, 1.75rem);
        word-break: break-word;
    }

    /* ----- Rooms: vertical card composition ----- */
    .room .owl-carousel {
        margin-bottom: 8px;
    }

    .rooms {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 10px 32px rgba(13, 27, 61, 0.08);
        margin-bottom: 8px;
    }

    .rooms figure {
        width: 100%;
        margin: 0;
        overflow: hidden;
    }

    .rooms figure img {
        width: 100%;
        height: clamp(200px, 58vw, 280px);
        object-fit: cover;
        object-position: center;
        transform: none !important;
        display: block;
    }

    .rooms .caption {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        transform: none;
        padding: 1.35rem 1.15rem 1.5rem;
        background: #fff;
    }

    .rooms.left .caption {
        left: auto;
        right: auto;
    }

    .rooms .caption h4,
    .rooms .caption h4 a {
        font-family: 'Manrope', sans-serif;
        font-size: clamp(1.35rem, 1.1rem + 1.5vw, 1.75rem);
        font-weight: 700;
        line-height: 1.25;
        color: var(--pdl-navy);
        margin-bottom: 0.65rem;
    }

    .rooms .caption > p {
        font-size: 0.95rem;
        line-height: 1.65;
        margin-bottom: 1rem;
    }

    /* Amenities: 2-column scan grid */
    .rooms .room-facilities--grid ul {
        grid-template-columns: 1fr 1fr;
        gap: 0.55rem 0.85rem;
        margin: 0 0 0.75rem;
    }

    .rooms .room-facilities--grid ul li {
        font-size: 0.82rem;
    }

    .rooms .caption hr.border-2 {
        margin: 0.75rem 0 1rem;
        border-color: rgba(23, 99, 255, 0.2);
    }

    .rooms .caption .info-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 0.85rem;
    }

    .rooms .caption .info-wrapper .more {
        order: 2;
        text-align: center;
    }

    .rooms .caption .info-wrapper .more a,
    .rooms .caption .info-wrapper .link-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        font-family: 'Manrope', sans-serif;
        letter-spacing: 0.06em;
        padding: 8px 4px;
    }

    .rooms .caption .info-wrapper .butn-dark {
        order: 1;
        width: 100%;
    }

    .rooms .caption .info-wrapper .butn-dark a {
        width: 100%;
        padding: 14px 18px;
        font-size: 13px;
        letter-spacing: 0.05em;
    }

    /* Room carousel dots */
    .room .owl-dots {
        margin-top: 16px !important;
    }

    .room .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 4px;
    }

    .room .owl-dots .owl-dot {
        position: relative;
    }

    .room .owl-dots .owl-dot::before {
        content: "";
        position: absolute;
        inset: -8px;
    }

    /* ----- Services (comodidades) ----- */
    .services .img {
        min-height: 0;
    }

    .services .img img {
        width: 100%;
        height: clamp(200px, 56vw, 280px);
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .services .content {
        padding: clamp(1.5rem, 4vw, 2rem) clamp(1.15rem, 4vw, 1.75rem);
    }

    .services .content .cont h4 {
        font-family: 'Manrope', sans-serif;
        font-size: clamp(1.35rem, 1.1rem + 1.2vw, 1.75rem);
        line-height: 1.25;
        font-weight: 700;
    }

    .services .content .cont p {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .services .butn-dark a {
        width: 100%;
        max-width: 320px;
    }

    /* ----- Facilities grid ----- */
    .facilties .single-facility {
        height: 100%;
        padding: 1.15rem 0.85rem;
        margin-bottom: 1rem;
        line-height: 1.35;
        text-align: center;
    }

    .facilties .single-facility span {
        font-size: clamp(1.75rem, 6vw, 2.25rem);
        margin-bottom: 0.65rem;
    }

    .facilties .single-facility h5 {
        font-family: 'Manrope', sans-serif;
        font-size: clamp(0.9rem, 0.8rem + 0.5vw, 1.05rem);
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 0.4rem;
    }

    .facilties .single-facility p {
        font-size: 0.78rem;
        line-height: 1.45;
    }

    .facilties .single-facility .facility-shape {
        display: none;
    }

    /* ----- Location ----- */
    .location-map {
        height: clamp(240px, 55vw, 320px);
        min-height: 240px;
        border-radius: 8px;
    }

    .location-photo .butn-dark a {
        width: 100%;
        max-width: 320px;
    }

    /* ----- Awards / testimonials ----- */
    .testimonials .background.section-padding {
        padding: clamp(3.5rem, 8vw, 5rem) 0;
    }

    .testimonials-box {
        margin-bottom: 0 !important;
        padding: 0 4px !important;
    }

    .booking-score-card {
        padding: 16px 28px 14px;
        min-width: 140px;
    }

    .booking-score-card__value {
        font-size: clamp(2.25rem, 8vw, 3rem);
    }

    .awards-lead,
    .awards-quote {
        font-size: 0.95rem;
        line-height: 1.65;
        padding: 0 4px;
    }

    .award-badge {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        margin: 6px;
        padding: 10px 16px;
        min-width: 7.5rem;
    }

    .award-badge strong {
        font-size: 1.25rem;
    }

    /* ----- FAQ ----- */
    #faq .accordion-box .block .acc-btn {
        font-size: clamp(1rem, 0.9rem + 0.5vw, 1.15rem);
        line-height: 1.35;
        padding: 1.1rem 3rem 1.1rem 1.15rem;
        min-height: 56px;
    }

    #faq .accordion-box .block .acc-btn:before {
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
    }

    #faq .accordion-box .block .content {
        padding: 0 1.15rem 1.25rem;
    }

    #faq .accordion-box .block .content .text {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    /* ----- Contact ----- */
    .contato-lead {
        font-size: clamp(1rem, 0.9rem + 0.6vw, 1.25rem) !important;
        line-height: 1.55 !important;
        padding: 0 4px;
    }

    .reservations--contato {
        margin: 1.5rem 0;
        flex-wrap: wrap;
        gap: 8px;
    }

    .btn-whatsapp--contato {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: min(100%, 340px);
        margin-bottom: calc(var(--pdl-float-stack) + 1.25rem + env(safe-area-inset-bottom, 0px));
    }

    /* ----- Footer ----- */
    .footer--pdl .footer-top {
        padding: clamp(4rem, 10vw, 5rem) 0 clamp(2rem, 5vw, 2.5rem);
        padding-left: env(safe-area-inset-left, 0px);
        padding-right: env(safe-area-inset-right, 0px);
    }

    .footer--pdl .footer-logo-full {
        max-width: min(200px, 70vw);
    }

    .footer--pdl .footer-bottom {
        padding: 1.25rem 0 calc(1.25rem + env(safe-area-inset-bottom, 0px));
    }

    .footer--pdl .footer-bottom-inner {
        gap: 6px 16px;
    }

    /* Motif: don't fight narrow layouts */
    .about:not(.bg-lightblue),
    .facilties:not(.bg-lightblue) {
        background-size: 64px auto;
        background-position: right -8px bottom -4px;
    }
}

@media (max-width: 575.98px) {
    .container,
    .container-sm {
        padding-left: max(16px, env(safe-area-inset-left, 0px));
        padding-right: max(16px, env(safe-area-inset-right, 0px));
    }

    .pdl-highlights {
        padding: 1.5rem 0;
    }

    .pdl-highlights__list {
        gap: 1.15rem 0.75rem;
    }

    .pdl-highlights__label {
        font-size: 0.62rem;
        letter-spacing: 0.08em;
        max-width: 14ch;
    }

    .header.slider-fade .caption h1 {
        font-size: clamp(1.85rem, 6.5vw, 2.25rem) !important;
        max-width: 15ch;
    }

    /* Very narrow: amenities single readable column if needed at 320 */
    .rooms .caption {
        padding: 1.15rem 1rem 1.35rem;
    }

    .rooms .room-facilities--grid ul li {
        font-size: 0.78rem;
    }

    .facilties .single-facility {
        padding: 1rem 0.65rem;
    }

    .facilties .single-facility p {
        font-size: 0.72rem;
    }
}

/* Landscape phones / short viewports */
@media (max-height: 500px) and (orientation: landscape) {
    .header,
    .slider-fade .owl-item {
        min-height: 100vh;
        min-height: 100dvh;
    }

    .header.slider-fade .caption h1 {
        font-size: clamp(1.35rem, 4vw, 1.85rem) !important;
        max-width: 28ch;
        margin-bottom: 0.65rem;
    }

    .header.slider-fade .caption h4 {
        margin-bottom: 0.35rem;
    }

    .header.slider-fade .owl-dots {
        bottom: 12px;
    }

    .header .caption .butn-light a {
        min-height: 40px;
        padding: 10px 20px;
    }

    .v-middle {
        transform: translate(0%, -48%);
    }
}

/* Hover alternatives for touch — avoid sticky hover states */
@media (hover: none) {
    .rooms figure img:hover {
        transform: none;
    }

    .services .img:hover img {
        transform: none;
        filter: none;
    }

    .pdl-float-actions .fab-reservar:hover {
        transform: none;
    }

    .butn-dark a:hover:after,
    .butn-light a:hover:after {
        width: 0;
    }

    .single-facility:hover span {
        color: var(--pdl-blue);
    }
}

/* Prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
    .header.slider-fade .owl-dots .owl-dot,
    .rooms figure img,
    .services .img img {
        transition: none;
    }
}

/* Desktop polish — keep horizontal room layout intact */
@media (min-width: 992px) {
    .about-collage__cell--a img {
        margin-top: 25%;
    }

    .rooms {
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
    }

    .rooms figure img {
        height: auto;
        object-fit: initial;
    }

    .header.slider-fade .caption h1 {
        max-width: 20ch;
    }
}
