@media (max-width: 1120px) {
    .desktop-nav {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .mobile-nav-backdrop {
        position: fixed;
        inset: 0;
        display: block;
        background: rgba(0, 0, 0, .58);
        opacity: 0;
        pointer-events: none;
        transition: opacity .32s ease;
        backdrop-filter: blur(5px);
    }

    .mobile-nav-backdrop.active {
        opacity: 1;
        pointer-events: auto;
    }

    .mobile-nav {
        position: fixed;
        inset: 0 auto 0 0;
        display: grid;
        grid-template-rows: auto 1fr auto auto;
        gap: 20px;
        width: min(390px, 88vw);
        height: 100dvh;
        padding: 22px;
        border-right: 1px solid rgba(223, 195, 134, .22);
        border-radius: 0 8px 8px 0;
        background:
            linear-gradient(155deg, rgba(17, 17, 17, .98), rgba(27, 24, 20, .96)),
            linear-gradient(90deg, rgba(199, 163, 90, .12), transparent 42%);
        box-shadow: 24px 0 80px rgba(0, 0, 0, .42);
        transform: translateX(-105%);
        pointer-events: none;
        transition: transform .36s cubic-bezier(.22, 1, .36, 1);
        backdrop-filter: blur(18px);
    }

    .mobile-nav.active {
        transform: translateX(0);
        pointer-events: auto;
    }

    .mobile-nav-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .mobile-brand {
        display: inline-flex;
        align-items: center;
        gap: 12px;
    }

    .mobile-logo {
        max-width: 190px;
        max-height: 62px;
    }

    .mobile-nav-close {
        display: grid;
        place-items: center;
        width: 46px;
        height: 46px;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 8px;
        color: #ffffff;
        background: rgba(255, 255, 255, .07);
    }

    .mobile-nav-close i {
        color: #dfc386;
        font-size: 1.05rem;
    }

    .mobile-nav-links {
        display: grid;
        align-content: start;
        gap: 10px;
        padding-top: 6px;
    }

    .mobile-nav-links a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 54px;
        padding: 14px 15px;
        border: 1px solid rgba(255, 255, 255, .10);
        border-radius: 8px;
        color: rgba(255, 255, 255, .86);
        background: rgba(255, 255, 255, .055);
        font-weight: 800;
        transition: background .25s ease, color .25s ease, transform .25s ease, border-color .25s ease;
    }

    .mobile-nav-links a i {
        color: rgba(223, 195, 134, .72);
        font-size: .8rem;
    }

    .mobile-nav-links a:hover,
    .mobile-nav-links a.active {
        color: #111111;
        border-color: rgba(223, 195, 134, .82);
        background: linear-gradient(135deg, #dfc386, #c7a35a);
        transform: translateX(4px);
    }

    .mobile-nav-links a:hover i,
    .mobile-nav-links a.active i {
        color: #111111;
    }

    .mobile-nav-contact {
        display: grid;
        gap: 10px;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, .10);
        border-radius: 8px;
        background: rgba(255, 255, 255, .055);
    }

    .mobile-nav-contact a {
        display: flex;
        align-items: center;
        gap: 11px;
        color: rgba(255, 255, 255, .82);
        font-size: .92rem;
        font-weight: 800;
    }

    .mobile-nav-contact i {
        display: grid;
        place-items: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        color: #111111;
        background: #dfc386;
    }

    .mobile-nav-reserve {
        width: 100%;
    }

    .top-header-inner {
        width: min(100% - 28px, 1280px);
    }

    .why-grid,
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .room-features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .content-grid,
    .detail-layout {
        grid-template-columns: 1fr;
    }

    .quote-panel {
        position: static;
    }
}

@media (max-width: 900px) {
    .container {
        width: min(100% - 34px, 1180px);
    }

    .header-inner {
        width: min(100% - 28px, 1280px);
        min-height: 76px;
    }

    .site-header.scrolled .header-inner {
        min-height: 68px;
    }

    .brand {
        min-width: auto;
    }

    .brand .site-logo {
        max-width: 180px;
        max-height: 56px;
    }

    .header-reserve {
        display: none;
    }

    .hotel-hero {
        min-height: 100svh;
    }

    .page-hero {
        min-height: 52vh;
    }

    .hero-content,
    .page-hero-content {
        padding-top: 116px;
    }

    .hero-content {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 310px);
        gap: 34px;
        width: min(100% - 28px, 1280px);
    }

    .hero-video-card {
        width: min(100%, 280px);
    }

    .split-layout,
    .split-layout.compact,
    .breakfast-panel,
    .showcase-grid,
    .contact-preview-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .primary-photo,
    .stacked-media > img,
    .stacked-media > .image-placeholder,
    .breakfast-photo img,
    .breakfast-photo .image-placeholder {
        min-height: auto;
        height: clamp(360px, 70vw, 560px);
    }

    .experience-badge {
        right: 18px;
        bottom: 18px;
    }

    .map-placeholder {
        min-height: 480px;
    }

    .google-map {
        min-height: 460px;
    }

    .advantage-grid {
        grid-template-columns: 1fr;
    }

    .advantage-grid > div {
        border-right: 1px solid rgba(255, 255, 255, .14);
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .room-grid,
    .mini-gallery-grid,
    .masonry-grid,
    .gallery-page-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-strip {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-strip > *:nth-child(2) {
        margin-top: 0;
    }

    .gallery-strip > *:last-child {
        grid-column: 1 / -1;
    }

    .contact-cards {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid {
        gap: 28px;
    }
}

@media (max-width: 640px) {
    body {
        padding-bottom: 72px;
    }

    .section {
        padding: 66px 0;
    }

    .container {
        width: min(100% - 26px, 1180px);
    }

    .brand-mark {
        width: 42px;
        height: 42px;
    }

    .brand-text {
        font-size: 1rem;
    }

    .logo-upload-slot {
        width: 132px;
        height: 44px;
    }

    .hotel-hero,
    .page-hero {
        min-height: 78vh;
    }

    .hotel-hero {
        min-height: 100svh;
        padding: 122px 0 34px;
    }

    .top-header-inner {
        min-height: 34px;
        font-size: .78rem;
    }

    .top-header-address {
        display: none;
    }

    .compact-hero {
        min-height: 55vh;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .hero-text {
        max-width: none;
    }

    .hero-video-card {
        justify-self: center;
        width: min(74vw, 286px);
        max-height: 50vh;
    }

    .hero-overlay {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .86)),
            linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .2));
    }

    .hero-actions,
    .cta-actions,
    .contact-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .btn,
    .cta-actions .btn,
    .contact-buttons .btn {
        width: 100%;
    }

    .hero-perks {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .feature-mini-grid,
    .icon-list,
    .room-grid,
    .mini-gallery-grid,
    .masonry-grid,
    .gallery-page-grid,
    .why-grid,
    .contact-cards,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .room-image img,
    .room-image .image-placeholder,
    .gallery-item img,
    .gallery-item .image-placeholder,
    .masonry-grid .gallery-item:nth-child(3n + 2) img,
    .masonry-grid .gallery-item:nth-child(3n + 2) .image-placeholder {
        height: 300px;
    }

    .room-topline {
        flex-direction: column;
    }

    .gallery-strip {
        grid-template-columns: 1fr;
    }

    .gallery-strip > *:last-child {
        grid-column: auto;
    }

    .slider-arrow {
        width: 44px;
        height: 44px;
    }

    .slider-arrow.prev {
        left: 10px;
    }

    .slider-arrow.next {
        right: 10px;
    }

    .slider-thumbs {
        grid-template-columns: repeat(5, minmax(70px, 1fr));
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .slider-thumbs img,
    .slider-thumbs .image-placeholder {
        height: 82px;
    }

    .room-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .feature-card {
        min-height: 112px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        font-size: .92rem;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .map-placeholder {
        min-height: 390px;
        padding: 8px;
    }

    .google-map {
        min-height: 374px;
    }

    .map-caption {
        left: 18px;
        right: 18px;
        bottom: 18px;
        padding: 14px 16px;
    }

    .footer-bottom {
        width: min(100% - 26px, 1180px);
    }

    .maintenance-page {
        padding: 18px;
    }

    .maintenance-shell {
        padding: 34px 20px;
    }

    .maintenance-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .maintenance-actions .btn {
        width: 100%;
    }

    .maintenance-contact {
        flex-direction: column;
    }

    .floating-whatsapp {
        display: none;
    }

    .mobile-cta {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 10px;
        z-index: 120;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 8px;
        background: rgba(17, 17, 17, .94);
        box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
        backdrop-filter: blur(16px);
    }

    .mobile-cta a {
        display: grid;
        place-items: center;
        gap: 3px;
        min-height: 58px;
        color: #ffffff;
        font-size: .72rem;
        font-weight: 900;
        text-transform: uppercase;
    }

    .mobile-cta a + a {
        border-left: 1px solid rgba(255, 255, 255, .12);
    }

    .mobile-cta i {
        color: #dfc386;
        font-size: 1.05rem;
    }
}

@media (max-width: 390px) {
    h1 {
        font-size: clamp(2.55rem, 17vw, 3.1rem);
    }

    .btn {
        padding-inline: 16px;
    }

    .room-features {
        grid-template-columns: 1fr;
    }
}
