/* IHS Residencia - Multi-page design */
:root {
    --color-bg: #faf9f7;
    --color-surface: #fff;
    --color-text: #1a1a1a;
    --color-muted: #5a5a5a;
    --color-accent: #1e5f4a;
    --color-accent-dark: #164536;
    --color-gold: #c9a227;
    --font-head: 'Playfair Display', Georgia, serif;
    --font-body: 'Source Sans 3', system-ui, sans-serif;
    --container: min(92vw, 1140px);
    --radius: 12px;
    --shadow: 0 8px 32px rgba(0,0,0,0.08);
    --transition: 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); font-size: 1.05rem; line-height: 1.6; color: var(--color-text); background: var(--color-bg); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-accent); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 1.25rem; }

/* Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(250,249,247,0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.header-inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0.75rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-link { display: block; }
.logo-img { height: 72px; width: auto; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 1.75rem; flex-wrap: wrap; }
.nav a { color: var(--color-text); font-weight: 500; font-size: 0.95rem; }
.nav a:hover, .nav a.active { color: var(--color-accent); text-decoration: none; }
.btn-nav { padding: 0.5rem 1rem; font-size: 0.9rem; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--color-text); margin: 5px 0; }

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.85rem 1.75rem;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: var(--radius);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
}
.btn-primary { background: var(--color-accent); color: #fff; }
.btn-primary:hover { background: var(--color-accent-dark); color: #fff; text-decoration: none; }
.btn-outline { background: transparent; color: var(--color-accent); border-color: var(--color-accent); }
.btn-outline:hover { background: var(--color-accent); color: #fff; text-decoration: none; }
.btn-light { background: #fff; color: var(--color-accent); }
.btn-light:hover { background: var(--color-bg); color: var(--color-accent-dark); text-decoration: none; }
.btn-lg { padding: 1rem 2rem; font-size: 1rem; }
.btn-block { width: 100%; text-align: center; }

/* Hero Slider */
.hero-slider { min-height: 90vh; position: relative; }
.hero-swiper { height: 90vh; }
.hero-swiper .swiper-slide { position: relative; }
.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}
.slide-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.45); }
.slide-content {
    position: relative;
    z-index: 2;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 2rem;
}
.slide-title { font-family: var(--font-head); font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 700; margin: 0 0 0.5rem; text-shadow: 0 2px 20px rgba(0,0,0,0.3); letter-spacing: -0.02em; }
.slide-subtitle { font-size: 1.25rem; margin: 0 0 0.5rem; opacity: 0.95; }
.slide-tagline { font-size: 0.95rem; letter-spacing: 0.2em; text-transform: uppercase; margin: 0 0 2rem; opacity: 0.9; font-weight: 500; }
.btn-hero { box-shadow: 0 4px 24px rgba(0,0,0,0.25); padding: 1rem 2.25rem; font-size: 1.05rem; }
.btn-hero:hover { box-shadow: 0 6px 32px rgba(0,0,0,0.35); transform: translateY(-2px); }
.hero-impressive .slide-overlay { background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 100%); }
.hero-swiper .swiper-pagination-bullet { background: #fff; opacity: 0.7; }
.hero-swiper .swiper-pagination-bullet-active { opacity: 1; }
.hero-swiper .swiper-button-next, .hero-swiper .swiper-button-prev { color: #fff; }

/* Main content offset for fixed header */
.main-content { padding-top: 0; }

/* Stats strip */
.stats-strip {
    background: linear-gradient(135deg, var(--color-accent-dark) 0%, var(--color-accent) 100%);
    color: #fff;
    padding: 2.5rem 1.25rem;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; max-width: var(--container); margin: 0 auto; text-align: center; }
.stat-num { display: block; font-family: var(--font-head); font-size: 2.25rem; font-weight: 700; }
.stat-label { font-size: 0.9rem; opacity: 0.9; }
.stats-impressive { padding: 3rem 1.25rem; }
.stats-impressive .stat { padding: 0.5rem; }
.stats-impressive .stat-num { font-size: clamp(2rem, 4vw, 2.75rem); letter-spacing: -0.02em; }
.stats-impressive .stat-label { font-size: 0.85rem; letter-spacing: 0.04em; text-transform: uppercase; opacity: 0.95; }

/* Sections */
.section { padding: 4rem 0; }
.section-badge { display: inline-block; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 0.5rem; }
.section-badge-pill { background: rgba(30, 95, 74, 0.1); color: var(--color-accent); padding: 0.35rem 1rem; border-radius: 100px; }
.section-title { font-family: var(--font-head); font-size: clamp(1.85rem, 4vw, 2.5rem); font-weight: 700; margin: 0 0 0.5rem; }
.section-title-accent { position: relative; display: inline-block; }
.section-title-accent::after { content: ''; position: absolute; left: 0; bottom: -0.35rem; width: 3rem; height: 3px; background: linear-gradient(90deg, var(--color-accent), var(--color-gold)); border-radius: 2px; }
.why-section .section-title-accent::after,
.nearby-section .section-title-accent::after,
.choose-section .section-title-accent::after { left: 50%; transform: translateX(-50%); }
.section-intro { color: var(--color-muted); margin: 0 0 2rem; max-width: 36rem; }
.section-title.light, .section-intro.light { color: #fff; }
.section-title.light.section-title-accent::after { background: rgba(255,255,255,0.8); }
.text-center { text-align: center; }

/* Intro section */
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.intro-image img { border-radius: var(--radius); box-shadow: var(--shadow); }
.intro-text .section-title { margin-top: 0; }
.intro-impressive .intro-text { border-left: 4px solid var(--color-accent); padding-left: 1.5rem; }
.intro-impressive .intro-tagline { color: var(--color-accent); font-weight: 600; font-size: 1rem; margin-bottom: 0.5rem; }
.intro-impressive .intro-body { color: var(--color-muted); font-size: 1.05rem; line-height: 1.7; }

/* Why / Nearby / Choose sections (home) */
.why-section .section-title,
.nearby-section .section-title,
.choose-section .section-title { text-align: center; }
.why-section .why-text,
.nearby-section .section-intro { text-align: center; margin-left: auto; margin-right: auto; max-width: 42rem; }
.why-impressive .why-text { font-size: 1.08rem; line-height: 1.75; }
.nearby-section { background: var(--color-bg); }
.nearby-impressive { padding: 4.5rem 0; }
.nearby-impressive .nearby-text { font-size: 1.05rem; line-height: 1.8; }
.choose-section .container { text-align: center; }
.choose-points { text-align: left; display: inline-block; max-width: 28rem; margin: 0 auto; line-height: 2; color: var(--color-muted); font-size: 1.02rem; }
.choose-points br + * { margin-top: 0.25rem; }
.choose-impressive { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-bg) 100%); }

/* Room cards (home preview) */
.rooms-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.room-card {
    background: var(--color-surface);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform var(--transition), box-shadow var(--transition);
    position: relative;
}
.room-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,0.12); }
.room-badge { position: absolute; top: 1rem; right: 1rem; z-index: 2; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; padding: 0.35rem 0.75rem; background: var(--color-gold); color: #fff; border-radius: 100px; }
.room-card-img { aspect-ratio: 16/10; overflow: hidden; }
.room-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.room-card:hover .room-card-img img { transform: scale(1.05); }
.room-card-body { padding: 1.5rem; }
.room-card-body h3 { font-family: var(--font-head); font-size: 1.4rem; margin: 0 0 0.5rem; }
.room-desc { color: var(--color-muted); font-size: 0.95rem; margin: 0 0 1rem; }
.room-rates { display: flex; gap: 1rem; margin-bottom: 1rem; font-weight: 600; color: var(--color-accent); }
.room-card-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.room-card-actions .btn { flex: 1; min-width: 120px; }
.rooms-preview .text-center { margin-top: 2rem; }
.rooms-impressive .section-title { margin-bottom: 0.75rem; }
.rooms-impressive .rooms-intro { font-size: 1.05rem; margin-bottom: 2.5rem; }
.rooms-impressive .room-card { border: 1px solid rgba(0,0,0,0.06); }
.rooms-impressive .room-card-body h3 { font-size: 1.35rem; }
.rooms-impressive .room-rates { font-size: 1.05rem; }

/* CTA section */
.cta-section {
    background: linear-gradient(135deg, var(--color-accent-dark) 0%, var(--color-accent) 100%);
    color: #fff;
    text-align: center;
    padding: 4rem 2rem;
}
.cta-impressive { padding: 5rem 2rem; }
.cta-impressive .cta-title { font-size: clamp(2rem, 4.5vw, 2.75rem); margin-bottom: 0.75rem; }
.cta-impressive .cta-text { font-size: 1.1rem; margin-bottom: 2rem; opacity: 0.95; }
.btn-cta { padding: 1rem 2.5rem; font-size: 1.05rem; font-weight: 700; box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 28px rgba(0,0,0,0.25); }

/* Page hero (inner pages) */
.page-hero { position: relative; min-height: 45vh; display: flex; align-items: center; justify-content: center; text-align: center; }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.page-hero .container { position: relative; z-index: 1; color: #fff; }
.page-hero-short { min-height: 35vh; }
.page-title { font-family: var(--font-head); font-size: clamp(2rem, 5vw, 3rem); margin: 0 0 0.5rem; text-shadow: 0 2px 10px rgba(0,0,0,0.3); }
.page-subtitle { font-size: 1.1rem; margin: 0; opacity: 0.95; }

/* Book / reservation page */
.book-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; margin-top: 2rem; }
.book-room-summary { background: var(--color-surface); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; border: 1px solid rgba(0,0,0,0.06); }
.book-room-image { aspect-ratio: 4/3; overflow: hidden; }
.book-room-image img { width: 100%; height: 100%; object-fit: cover; }
.book-room-detail { padding: 1.5rem; }
.book-room-detail h2 { font-family: var(--font-head); font-size: 1.35rem; margin: 0 0 0.75rem; color: var(--color-text); }
.book-room-desc { font-size: 0.95rem; color: var(--color-muted); margin: 0 0 1rem; line-height: 1.55; }
.book-room-features { list-style: none; padding: 0; margin: 0 0 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.book-room-features li { font-size: 0.9rem; padding: 0.35rem 0.65rem; background: var(--color-bg); border-radius: 6px; color: var(--color-muted); }
.book-room-rates { display: flex; gap: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--color-bg); }
.book-rate { display: flex; flex-direction: column; }
.book-rate .rate-label { font-size: 0.8rem; color: var(--color-muted); }
.book-rate .rate-value { font-size: 1.2rem; font-weight: 700; color: var(--color-accent); }
.book-form-block { background: var(--color-bg); padding: 2rem; border-radius: var(--radius); box-shadow: var(--shadow); }
.book-form-block h2 { font-family: var(--font-head); font-size: 1.35rem; margin: 0 0 1.25rem; }
.book-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* Book Now modal (header) */
.book-modal {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.book-modal[hidden] { display: none !important; }
.book-modal.is-open {
    opacity: 1;
    visibility: visible;
}
.book-modal.is-open .book-modal-box {
    transform: scale(1);
    opacity: 1;
}
.book-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(22, 69, 54, 0.4);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.book-modal-box {
    position: relative;
    background: var(--color-surface);
    border-radius: 20px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.06);
    max-width: 520px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: scale(0.95);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.book-modal-header {
    background: linear-gradient(135deg, var(--color-accent-dark) 0%, var(--color-accent) 100%);
    color: #fff;
    padding: 1.5rem 1.75rem 1.25rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}
.book-modal-header-inner { flex: 1; }
.book-modal-title {
    font-family: var(--font-head);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: #fff;
}
.book-modal-subtitle {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.92;
}
.book-modal-close {
    position: relative;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}
.book-modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.book-modal-body {
    padding: 1.75rem 1.75rem 2rem;
    overflow-y: auto;
}
.book-modal-form {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}
.book-modal-field label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    color: var(--color-text);
}
.book-modal-field input,
.book-modal-field select,
.book-modal-field textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-family: var(--font-body);
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    background: var(--color-bg);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.book-modal-field input:focus,
.book-modal-field select:focus,
.book-modal-field textarea:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(30, 95, 74, 0.12);
}
.book-modal-field textarea {
    resize: vertical;
    min-height: 72px;
}
.book-modal-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.book-modal-submit {
    margin-top: 0.5rem;
    padding: 1rem 1.5rem;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    background: var(--color-accent);
    color: #fff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}
.book-modal-submit:hover {
    background: var(--color-accent-dark);
    transform: translateY(-1px);
}
@media (max-width: 540px) {
    .book-modal-row { grid-template-columns: 1fr; }
    .book-modal-box {
        max-height: 90vh;
        margin-bottom: env(safe-area-inset-bottom, 0);
    }
}
.flash-wrap { padding-top: 1rem; }

/* Rooms full page */
.rooms-grid-full { display: flex; flex-direction: column; gap: 3rem; margin-top: 2rem; }
.room-card-full { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; background: var(--color-surface); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: relative; }
.room-card-full:nth-child(even) { direction: rtl; }
.room-card-full:nth-child(even) > * { direction: ltr; }
.room-card-full-image { aspect-ratio: 4/3; }
.room-card-full-image img { width: 100%; height: 100%; object-fit: cover; }
.room-card-full-body { padding: 2rem; }
.room-card-full-body h3 { font-family: var(--font-head); font-size: 1.75rem; margin: 0 0 1rem; }
.room-features { list-style: none; padding: 0; margin: 1rem 0; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.room-features li { font-size: 0.9rem; padding: 0.35rem 0.75rem; background: var(--color-bg); border-radius: 100px; color: var(--color-muted); }
.room-rates-block { display: flex; gap: 2rem; margin: 1.25rem 0; padding: 1rem; background: var(--color-bg); border-radius: var(--radius); }
.rate-label { display: block; font-size: 0.8rem; color: var(--color-muted); }
.rate-value { font-size: 1.25rem; font-weight: 700; color: var(--color-accent); }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1rem; margin-top: 2rem; }
.gallery-item { display: block; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); line-height: 0; }
.gallery-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform 0.35s; }
.gallery-item:hover img { transform: scale(1.05); }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,0.9); align-items: center; justify-content: center; padding: 2rem; }
.lightbox[hidden] { display: none !important; }
.lightbox:not([hidden]) { display: flex !important; }
.lightbox-close { position: absolute; top: 1rem; right: 1rem; background: rgba(255,255,255,0.2); border: none; color: #fff; font-size: 2rem; cursor: pointer; padding: 0.25rem 0.5rem; }
.lightbox img { max-height: 90vh; max-width: 90vw; object-fit: contain; }
.gallery-empty { text-align: center; color: var(--color-muted); padding: 2rem; margin: 0; }

/* About page */
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.about-content .section-title { margin-top: 0; }
.about-address { margin-top: 1.5rem; font-style: normal; padding: 1rem; background: var(--color-bg); border-radius: var(--radius); border-left: 4px solid var(--color-accent); }
.about-image img { border-radius: var(--radius); box-shadow: var(--shadow); }

/* Contact */
.contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; margin-top: 2rem; align-items: start; }
.contact-info-block h2, .contact-form-block h2, .contact-map-heading { font-family: var(--font-head); font-size: 1.5rem; margin: 0 0 1rem; }
.contact-form-block { background: var(--color-bg); padding: 2rem; border-radius: var(--radius); }
.contact-map-wrap { grid-column: 1 / -1; margin-top: 1rem; }
.contact-map-container { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(0,0,0,0.06); }
.contact-map-container iframe { display: block; }
.form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-group label { display: block; font-weight: 500; margin-bottom: 0.35rem; }
.form-group input, .form-group textarea { width: 100%; padding: 0.75rem 1rem; font-family: var(--font-body); font-size: 1rem; border: 1px solid rgba(0,0,0,0.15); border-radius: var(--radius); }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--color-accent); }
.alert-success { padding: 1rem; background: #d4edda; color: #155724; border-radius: var(--radius); margin-bottom: 1rem; }
.alert-error { padding: 1rem; background: #f8d7da; color: #721c24; border-radius: var(--radius); margin-bottom: 1rem; }

/* Footer */
/* Footer */
.site-footer { background: #1a2332; color: rgba(255,255,255,0.9); margin-top: 4rem; }
.footer-top { padding: 3.5rem 0; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 3rem; align-items: start; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 0.75rem; }
.footer-logo-link { display: block; line-height: 0; }
.footer-logo {
    height: 72px;
    width: auto;
    opacity: 0.98;
    display: block;
    /* Make logo visible on dark footer: render as white */
    filter: brightness(0) invert(1);
}
.footer-about { margin: 0; font-size: 0.95rem; line-height: 1.5; opacity: 0.88; max-width: 280px; }
.footer-tagline { margin: 0; font-size: 1rem; line-height: 1.5; opacity: 0.88; max-width: 280px; }
.btn-footer-cta { margin-top: 0.5rem; padding: 0.6rem 1.25rem; font-size: 0.9rem; background: var(--color-accent); color: #fff; border: none; border-radius: var(--radius); font-weight: 600; text-decoration: none; transition: background 0.2s, color 0.2s; }
.btn-footer-cta:hover { background: var(--color-accent-dark); color: #fff; text-decoration: none; }
.footer-col { display: flex; flex-direction: column; gap: 1rem; }
.footer-heading { font-family: var(--font-head); font-size: 1rem; font-weight: 600; color: #fff; margin: 0 0 0.5rem; letter-spacing: 0.02em; text-transform: uppercase; }
.footer-nav .footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-nav .footer-links a { color: rgba(255,255,255,0.82); font-size: 0.95rem; text-decoration: none; transition: color 0.2s; }
.footer-nav .footer-links a:hover { color: #fff; }
.footer-contact .footer-address { font-style: normal; margin: 0; font-size: 0.95rem; line-height: 1.6; color: rgba(255,255,255,0.85); }
.footer-contact .footer-item { margin: 0; font-size: 0.95rem; }
.footer-contact .footer-item a { color: rgba(255,255,255,0.88); text-decoration: none; transition: color 0.2s; }
.footer-contact .footer-item a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 1.25rem 0; }
.footer-copy { text-align: center; font-size: 0.875rem; opacity: 0.75; margin: 0; }

/* Responsive */
@media (max-width: 900px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    .intro-grid { grid-template-columns: 1fr; gap: 2rem; }
    .room-card-full { grid-template-columns: 1fr; direction: ltr; gap: 1.5rem; }
    .room-card-full:nth-child(even) { direction: ltr; }
    .room-card-full-body { padding: 1.5rem; }
    .footer-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .footer-brand { align-items: center; text-align: center; }
    .footer-about, .footer-tagline { max-width: none; text-align: center; }
    .footer-col { align-items: center; text-align: center; }
    .footer-nav .footer-links { align-items: center; }
    .section { padding: 3rem 0; }
}
@media (max-width: 768px) {
    .container { padding-left: 1rem; padding-right: 1rem; }
    .header-inner { padding: 0.6rem 1rem; }
    .logo-img { height: 56px; }
    .nav { display: none; }
    .nav-toggle { display: block; }
    .nav.is-open { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: var(--color-bg); padding: 1rem; border-bottom: 1px solid rgba(0,0,0,0.08); gap: 0.5rem; }
    .btn-nav { display: none; }
    .contact-layout { grid-template-columns: 1fr; gap: 1.5rem; }
    .about-layout { grid-template-columns: 1fr; gap: 2rem; }
    .book-layout { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 1.5rem; }
    .book-form .form-row { grid-template-columns: 1fr; }
    .book-modal { padding: 1rem; align-items: flex-end; }
    .book-modal-box { max-height: 85vh; border-radius: 16px 16px 0 0; }
    .book-modal-header { padding: 1.25rem 1.25rem 1rem; }
    .book-modal-title { font-size: 1.25rem; }
    .book-modal-body { padding: 1.25rem 1.25rem 1.5rem; }
    .page-hero { min-height: 38vh; }
    .page-title { font-size: clamp(1.75rem, 5vw, 2.5rem); }
    .room-card-full-body h3 { font-size: 1.4rem; }
    .room-rates-block { flex-wrap: wrap; gap: 1rem; }
    .footer-top { padding: 2.5rem 0; }
    .footer-bottom {
        padding: 1rem 0;
        padding-bottom: max(1rem, env(safe-area-inset-bottom, 1rem));
    }
    .footer-copy { font-size: 0.8rem; padding: 0 0.5rem; }
    /* Leave space for floating WhatsApp/phone buttons on mobile */
    .site-footer { padding-bottom: 4rem; }
}
@media (max-width: 480px) {
    .container { padding-left: 0.875rem; padding-right: 0.875rem; }
    .stats-grid { grid-template-columns: 1fr; gap: 1rem; padding: 1.5rem 0.75rem; }
    .stats-strip { padding: 1.5rem 0.75rem; }
    .stat-num { font-size: 1.85rem; }
    .rooms-grid { grid-template-columns: 1fr; gap: 1.5rem; margin: 1.5rem 0; }
    .room-card-body { padding: 1.25rem; }
    .room-card-body h3 { font-size: 1.25rem; }
    .room-card-actions .btn { min-width: 100%; }
    .gallery-grid { grid-template-columns: 1fr; gap: 0.75rem; }
    .section { padding: 2.5rem 0; }
    .section-title { font-size: 1.6rem; }
    .cta-section { padding: 2.5rem 1rem; }
    .cta-impressive { padding: 3rem 1rem; }
    .btn { padding: 0.75rem 1.35rem; font-size: 0.9rem; }
    .book-room-detail { padding: 1.25rem; }
    .book-form-block { padding: 1.5rem; }
}

/* Floating contact icons – right side */
.float-contact-right {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    align-items: center;
    pointer-events: none;
}
.float-contact-right > * {
    pointer-events: auto;
}
.float-contact-btn {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transition: transform 0.2s, box-shadow 0.2s;
    -webkit-tap-highlight-color: transparent;
}
.float-contact-btn:hover,
.float-contact-btn:active {
    color: #fff;
    text-decoration: none;
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}
.float-contact-btn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.float-contact-phone {
    background: var(--color-accent, #1e5f4a);
}
.float-contact-phone:hover,
.float-contact-phone:active {
    background: var(--color-accent-dark, #164536);
}
.float-contact-whatsapp {
    background: #25d366;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
}
.float-contact-whatsapp:hover,
.float-contact-whatsapp:active {
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}
.footer-whatsapp-link:hover,
.contact-whatsapp-link:hover {
    text-decoration: underline;
}

/* Floating buttons – mobile: safe area, size, position */
@media (max-width: 768px) {
    .float-contact-right {
        bottom: max(1rem, env(safe-area-inset-bottom, 1rem));
        right: max(1rem, env(safe-area-inset-right, 1rem));
        gap: 0.5rem;
    }
    .float-contact-btn {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
    }
    .float-contact-btn svg {
        width: 26px;
        height: 26px;
    }
}
@media (max-width: 480px) {
    .float-contact-right {
        bottom: max(0.75rem, env(safe-area-inset-bottom, 0.75rem));
        right: max(0.75rem, env(safe-area-inset-right, 0.75rem));
    }
    .float-contact-btn {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
    }
    .float-contact-btn svg {
        width: 24px;
        height: 24px;
    }
}
