body {
    font-family: 'Inter', sans-serif;
    background-color: #F9FBFC;
}

h1, h2, h3, .font-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.bg-primary { background-color: #004C54; }
.text-primary { color: #004C54; }
.border-primary { border-color: #004C54; }
.bg-accent { background-color: #D4AF37; }
.text-accent { color: #D4AF37; }
.border-accent { border-color: #D4AF37; }
.focus-accent:focus-within {
    border-color: #D4AF37;
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}

/* Hero background cross-fade */
.slider-img {
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}
.slider-img.active { opacity: 0.6; }
@media (prefers-reduced-motion: reduce) {
    .slider-img { transition: none; }
}

/* Custom booking calendar states */
.calendar-day {
    min-height: 2.25rem;
    border-radius: 0.6rem;
    color: #334155;
    font-size: 0.75rem;
    font-weight: 600;
    transition: background-color 150ms ease, color 150ms ease;
}
.calendar-day:not(:disabled):hover { background-color: #f1f5f9; }
.calendar-day.is-selected { background-color: #004C54; color: #ffffff; }
.calendar-day.is-in-range {
    background-color: #ecfdf5;
    color: #004C54;
    border-radius: 0;
}
.calendar-day:disabled { color: #cbd5e1; cursor: not-allowed; }

/* Hotel mega menu */
.hotel-link {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    min-width: 0;
    max-width: 100%;
    margin-top: 1rem;
    color: #374151;
    font-size: 0.9rem;
    line-height: 1.4;
    overflow-wrap: anywhere;
    white-space: normal;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: color 150ms ease;
}
.hotel-link::before {
    content: '›';
    font-size: 1.6rem;
    line-height: 0.8;
}
.hotel-link:hover,
.hotel-link-featured { color: #D4AF37; }
.header-menu-trigger {
    border: 0;
    padding: 0.5rem 0;
}
.header-menu-trigger.is-open { color: #D4AF37; }
#hotels-menu { max-width: calc(100vw - 2rem); max-height: calc(100vh - 7rem); overflow-y: auto; }
#hotels-menu > div, #hotels-menu > .grid, #hotels-menu > .grid > div { min-width: 0; }
#hotels-menu .hotel-link { font-size: clamp(0.72rem, 0.8vw, 0.82rem); letter-spacing: 0.05em; }

/* Transparent over the hero, solid once the page is scrolled */
#main-header {
    background-color: transparent;
    border-bottom-color: transparent;
    backdrop-filter: none;
    transition: background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}
#main-header.header-scrolled {
    background-color: rgba(255, 255, 255, 0.96);
    border-bottom-color: rgba(226, 232, 240, 0.7);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(12px);
}
#main-header:not(.header-scrolled) nav > a,
#main-header:not(.header-scrolled) [data-menu-trigger] { color: #ffffff; }
#main-header:not(.header-scrolled) a[href^="tel:"],
#main-header:not(.header-scrolled) .header-login-link,
#main-header:not(.header-scrolled) #mobile-menu-btn { color: #ffffff; }
#main-header:not(.header-scrolled) [data-menu-trigger].is-open { color: #D4AF37; }

/* Shared inner-page shell */
#main-header.page-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(12px);
}
#main-header.page-header .shell-nav a,
#main-header.page-header .header-menu-trigger,
#main-header.page-header .shell-login,
#main-header.page-header .shell-phone { color: #334155; }
#main-header.page-header .shell-nav a:hover,
#main-header.page-header .header-menu-trigger:hover,
#main-header.page-header .shell-login:hover { color: #D4AF37; }
.shell-header { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 5rem; }
.shell-logo { display: flex; flex-shrink: 0; align-items: center; }
.shell-logo-image { width: auto; height: 3rem; object-fit: contain; }
.shell-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 2vw, 2rem); color: #334155; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.shell-nav > a { white-space: nowrap; transition: color 150ms ease; }
.shell-nav-group { position: relative; }
.header-menu-trigger { display: inline-flex; align-items: center; gap: 0.4rem; font-size: inherit; font-weight: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }
.header-chevron { font-size: 1.05rem; line-height: 1; }
.shell-dropdown { position: absolute; z-index: 60; top: calc(100% + 1.1rem); left: 50%; max-height: calc(100vh - 6.5rem); transform: translateX(-50%); overflow-y: auto; background: #fff; border: 1px solid #f1f5f9; box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14); }
.shell-hotels-dropdown { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; width: min(940px, calc(100vw - 2rem)); padding: 2rem; }
.shell-hotels-dropdown > div { min-width: 0; overflow: hidden; }
.shell-hotels-dropdown h2 { color: #475569; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.05rem; font-weight: 800; }
.shell-hotel-region-next { margin-top: 2rem; }
.shell-hotels-dropdown .hotel-link { display: flex; align-items: flex-start; margin-top: 1rem; font-size: 0.76rem; letter-spacing: 0.05em; white-space: normal; }
.shell-hotels-dropdown .hotel-link span { min-width: 0; overflow-wrap: anywhere; word-break: break-word; }
.shell-more-dropdown { display: flex; flex-direction: column; gap: 1.5rem; width: min(520px, calc(100vw - 2rem)); padding: 1.75rem 1.5rem; }
.shell-more-dropdown a { color: #334155; font-size: 0.95rem; letter-spacing: 0.06em; }
.shell-dropdown.hidden { display: none; }
.shell-actions { display: flex; align-items: center; gap: 1rem; flex-shrink: 0; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.05em; }
.shell-phone { white-space: nowrap; }
.shell-menu-button { display: none; color: #004C54; font-size: 1.5rem; cursor: pointer; }
.mobile-drawer { position: fixed; inset: 0; z-index: 60; }
.mobile-drawer-backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, 0.42); }
.mobile-drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; display: flex; width: min(22rem, 88vw); flex-direction: column; gap: 1rem; overflow-y: auto; background: #fff; padding: 1.5rem; box-shadow: -18px 0 40px rgba(15, 23, 42, 0.14); }
.mobile-drawer-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; color: #004C54; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.25rem; font-weight: 800; }
.mobile-drawer-top button { color: #64748b; font-size: 1.75rem; cursor: pointer; }
.mobile-drawer-panel > a, .mobile-drawer-toggle { padding: 0.7rem 0; border-bottom: 1px solid #f1f5f9; color: #334155; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.08em; text-align: left; text-transform: uppercase; }
.mobile-drawer-toggle { display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
.mobile-drawer-submenu { display: flex; flex-direction: column; gap: 0.65rem; padding: 0 0.75rem 0.5rem; }
.mobile-drawer-submenu a { display: block; color: #64748b; font-size: 0.82rem; line-height: 1.45; overflow-wrap: anywhere; white-space: normal; }
.site-footer { background: #004C54; color: #cbd5e1; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; padding-block: 4rem; }
.footer-brand p { max-width: 30rem; margin-top: 1rem; color: #94a3b8; font-size: 0.9rem; line-height: 1.7; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 0.8rem; }
.footer-grid > div:not(.footer-brand) > a { color: #94a3b8; font-size: 0.88rem; transition: color 150ms ease; }
.footer-grid > div:not(.footer-brand) > a:hover { color: #D4AF37; }
.footer-heading { margin-bottom: 0.8rem; border-left: 2px solid #D4AF37; padding-left: 0.75rem; color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.95rem; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-social { display: flex; gap: 0.6rem; margin-top: 1.25rem; }
.footer-social a { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 999px; background: rgba(2, 44, 47, 0.65); color: #fff; font-size: 0.75rem; font-weight: 700; }
.footer-social a:hover { background: #D4AF37; color: #004C54; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(2, 44, 47, 0.8); padding-block: 1.5rem; color: #64748b; font-size: 0.72rem; }
.whatsapp-float { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 70; display: grid; width: 3.6rem; height: 3.6rem; place-items: center; border: 3px solid #fff; border-radius: 999px; background: #25D366; color: #fff; box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22); transition: transform 180ms ease, box-shadow 180ms ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 14px 28px rgba(15, 23, 42, 0.28); }
.whatsapp-float svg { width: 1.7rem; height: 1.7rem; fill: currentColor; }

/* Listing and detail pages */
.page-main { min-height: 100vh; padding-top: 5rem; background: #f8fafc; }
.page-hero { position: relative; overflow: hidden; background: #004C54; color: #fff; }
.page-hero::after { position: absolute; inset: 0; content: ''; background: linear-gradient(100deg, rgba(0, 76, 84, 0.96), rgba(0, 76, 84, 0.62), rgba(0, 76, 84, 0.22)); }
.page-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.72; }
.page-hero-content { position: relative; z-index: 1; padding-block: 5.5rem; }
.page-eyebrow { color: #D4AF37; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }
.page-title { max-width: 56rem; margin-top: 0.8rem; color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(2rem, 5vw, 4.5rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.03; }
.page-lede { max-width: 42rem; margin-top: 1rem; color: rgba(255, 255, 255, 0.78); font-size: 1rem; line-height: 1.7; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 0.5rem; padding-block: 1.25rem; color: #64748b; font-size: 0.78rem; }
.breadcrumbs a:hover { color: #D4AF37; }
.page-section { padding-block: 4rem; }
.section-intro { max-width: 44rem; margin-bottom: 2rem; }
.section-intro h2 { color: #004C54; font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800; letter-spacing: -0.03em; }
.section-intro p { margin-top: 0.7rem; color: #64748b; line-height: 1.7; }
.filter-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.75rem; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.filter-chip { border: 1px solid #e2e8f0; border-radius: 999px; background: #fff; padding: 0.55rem 0.9rem; color: #475569; font-size: 0.78rem; font-weight: 700; cursor: pointer; transition: border-color 150ms ease, background 150ms ease, color 150ms ease; }
.filter-chip:hover, .filter-chip.is-active { border-color: #D4AF37; background: #fffaf0; color: #8a6b13; }
.results-count { color: #64748b; font-size: 0.82rem; }
.destination-listing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.destination-listing-card { overflow: hidden; border: 1px solid #e2e8f0; border-radius: 1.25rem; background: #fff; box-shadow: 0 5px 18px rgba(15, 23, 42, 0.05); transition: transform 200ms ease, box-shadow 200ms ease; }
.destination-listing-card:hover { transform: translateY(-4px); box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12); }
.destination-listing-image { position: relative; height: 15rem; overflow: hidden; }
.destination-listing-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.destination-listing-card:hover img { transform: scale(1.06); }
.destination-listing-badge { position: absolute; top: 1rem; left: 1rem; border-radius: 999px; background: rgba(255, 255, 255, 0.92); padding: 0.35rem 0.65rem; color: #004C54; font-size: 0.7rem; font-weight: 800; }
.destination-listing-body { padding: 1.25rem; }
.destination-listing-title { color: #004C54; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.1rem; font-weight: 800; }
.destination-listing-description { margin-top: 0.5rem; color: #64748b; font-size: 0.82rem; line-height: 1.6; }
.destination-listing-meta { display: flex; justify-content: space-between; margin-top: 1rem; border-top: 1px solid #f1f5f9; padding-top: 0.9rem; color: #64748b; font-size: 0.75rem; }
.destination-listing-link { display: inline-flex; margin-top: 1rem; color: #004C54; font-size: 0.8rem; font-weight: 800; }
.destination-listing-card:hover .destination-listing-link { color: #D4AF37; }
.listing-layout { display: grid; grid-template-columns: 15rem minmax(0, 1fr); gap: 2rem; align-items: start; }
.filter-panel { position: sticky; top: 6.5rem; border: 1px solid #e2e8f0; border-radius: 1.25rem; background: #fff; padding: 1.25rem; }
.filter-panel h2 { color: #004C54; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem; font-weight: 800; }
.filter-group { margin-top: 1.25rem; border-top: 1px solid #f1f5f9; padding-top: 1rem; }
.filter-group h3 { color: #475569; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.filter-option { display: flex; align-items: center; gap: 0.55rem; margin-top: 0.7rem; color: #64748b; font-size: 0.8rem; }
.filter-option input { accent-color: #004C54; }
.stay-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.stay-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid #e2e8f0; border-radius: 1.25rem; background: #fff; box-shadow: 0 5px 18px rgba(15, 23, 42, 0.05); transition: transform 200ms ease, box-shadow 200ms ease; }
.stay-card:hover { transform: translateY(-4px); box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12); }
.stay-card-image { position: relative; height: 14rem; overflow: hidden; }
.stay-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.stay-card:hover .stay-card-image img { transform: scale(1.06); }
.stay-card-tag { position: absolute; top: 1rem; left: 1rem; border-radius: 999px; background: rgba(0, 76, 84, 0.9); padding: 0.35rem 0.65rem; color: #fff; font-size: 0.68rem; font-weight: 800; }
.stay-card-body { display: flex; flex: 1; flex-direction: column; padding: 1.25rem; }
.stay-card-rating { color: #8a6b13; font-size: 0.78rem; font-weight: 800; }
.stay-card-title { margin-top: 0.4rem; color: #004C54; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.05rem; font-weight: 800; }
.stay-card-location { margin-top: 0.35rem; color: #64748b; font-size: 0.78rem; }
.stay-card-facts { display: flex; flex-wrap: wrap; gap: 0.45rem 0.8rem; margin-top: 1rem; color: #64748b; font-size: 0.72rem; }
.stay-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.25rem; }
.stay-card-price { color: #0f172a; font-size: 1.05rem; font-weight: 800; }
.stay-card-price small { color: #94a3b8; font-size: 0.7rem; font-weight: 500; }
.primary-link { display: inline-flex; align-items: center; justify-content: center; border-radius: 0.75rem; background: #004C54; padding: 0.7rem 0.9rem; color: #fff; font-size: 0.75rem; font-weight: 800; transition: background 150ms ease, transform 150ms ease; }
.primary-link:hover { background: #022c2f; transform: translateY(-1px); }
.soft-link { color: #004C54; font-size: 0.8rem; font-weight: 800; }
.soft-link:hover { color: #D4AF37; }
.collection-note { margin-bottom: 1.5rem; border: 1px solid rgba(212, 175, 55, 0.35); border-radius: 1rem; background: #fffaf0; padding: 0.9rem 1rem; color: #7c641e; font-size: 0.82rem; }
.listing-search { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr auto; gap: 0.65rem; align-items: end; margin-bottom: 2rem; border: 1px solid #dbe4e6; border-radius: 1.1rem; background: #fff; padding: 0.85rem; box-shadow: 0 7px 20px rgba(0, 76, 84, 0.06); }
.listing-search label { display: block; color: #64748b; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.listing-search input, .listing-search select { width: 100%; margin-top: 0.35rem; border: 1px solid #e2e8f0; border-radius: 0.65rem; background: #fff; padding: 0.65rem; color: #334155; font: inherit; font-size: 0.78rem; }
.listing-search button { height: 2.55rem; border-radius: 0.65rem; background: #004C54; padding-inline: 1rem; color: #fff; font-size: 0.75rem; font-weight: 800; cursor: pointer; }
.listing-search button:hover { background: #022c2f; }
.guest-field { position: relative; min-width: 0; }
.guest-field-label { display: block; color: #64748b; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.guest-field-summary { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 2.55rem; margin-top: 0.35rem; border: 1px solid #e2e8f0; border-radius: 0.65rem; background: #fff; padding: 0 0.65rem; color: #334155; font: inherit; font-size: 0.78rem; text-align: left; cursor: pointer; }
.guest-field-summary:hover, .guest-field-summary[aria-expanded="true"] { border-color: #D4AF37; }
.guest-popover { position: absolute; z-index: 20; top: calc(100% + 0.55rem); right: 0; width: min(20rem, 90vw); border: 1px solid #e2e8f0; border-radius: 1.1rem; background: #fff; padding: 1.2rem; box-shadow: 0 18px 35px rgba(15, 23, 42, 0.16); }
.guest-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; color: #334155; font-size: 0.95rem; }
.guest-row + .guest-row { border-top: 1px solid #f1f5f9; }
.guest-stepper { display: flex; align-items: center; gap: 0.75rem; }
.guest-stepper button { display: grid; width: 2.35rem; height: 2.35rem; place-items: center; border-radius: 0.75rem; background: #f1f5f9; color: #475569; font-size: 1.3rem; line-height: 1; cursor: pointer; }
.guest-stepper button:hover { background: #e2e8f0; color: #004C54; }
.guest-stepper strong { min-width: 1rem; color: #1e293b; font-size: 1.1rem; text-align: center; }

/* Property detail page */
.detail-shell { padding-block: 2rem 4rem; }
.detail-gallery { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(14rem, 0.75fr); gap: 0.75rem; height: clamp(20rem, 42vw, 27rem); }
.gallery-main, .gallery-side img { overflow: hidden; border-radius: 1.25rem; }
.gallery-main { min-height: 0; }
.gallery-side { min-height: 0; max-height: 27rem; }
.gallery-main img, .gallery-side img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main img { max-height: 27rem; }
.gallery-side { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.gallery-side img { cursor: pointer; transition: opacity 180ms ease, transform 180ms ease; }
.gallery-side img:hover { opacity: 0.82; transform: scale(1.02); }
.gallery-side img:focus-visible { outline: 3px solid #D4AF37; outline-offset: 3px; }
.detail-layout { display: grid; clear: both; grid-template-columns: minmax(0, 1fr) 22rem; gap: 2.5rem; align-items: start; margin-top: clamp(1.5rem, 4vw, 2.25rem); }
.detail-title { color: #004C54; font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(1.7rem, 3.3vw, 2.8rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.1; }
.detail-location { margin-top: 0.65rem; color: #64748b; font-size: 0.9rem; }
.detail-rating { display: inline-flex; gap: 0.35rem; margin-top: 1rem; border-radius: 999px; background: #fffaf0; padding: 0.45rem 0.7rem; color: #8a6b13; font-size: 0.78rem; font-weight: 800; }
.detail-description { margin-top: 1.5rem; color: #475569; line-height: 1.8; }
.detail-subheading { margin-top: 2.5rem; color: #004C54; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.4rem; font-weight: 800; }
.amenity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.75rem; margin-top: 1rem; }
.amenity-item { border: 1px solid #e2e8f0; border-radius: 0.9rem; background: #fff; padding: 0.9rem; color: #475569; font-size: 0.78rem; }
.amenity-item strong { display: block; margin-bottom: 0.25rem; color: #004C54; font-size: 1rem; }
.booking-card { position: sticky; top: 6.5rem; border: 1px solid #dbe4e6; border-radius: 1.25rem; background: #fff; padding: 1.35rem; box-shadow: 0 16px 28px rgba(0, 76, 84, 0.1); }
.booking-card h2 { color: #004C54; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.25rem; font-weight: 800; }
.booking-card label { display: block; margin-top: 1rem; color: #64748b; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.booking-card input, .booking-card select { width: 100%; margin-top: 0.4rem; border: 1px solid #dbe4e6; border-radius: 0.7rem; background: #fff; padding: 0.7rem; color: #334155; font: inherit; font-size: 0.82rem; }
.booking-price { display: flex; align-items: baseline; gap: 0.35rem; margin-top: 1.3rem; color: #0f172a; font-size: 1.5rem; font-weight: 800; }
.booking-price small { color: #64748b; font-size: 0.72rem; font-weight: 500; }
.booking-message { min-height: 1.2rem; margin-top: 0.75rem; color: #8a6b13; font-size: 0.75rem; line-height: 1.5; }
.room-list { display: grid; gap: 1rem; margin-top: 1rem; }
.room-card { display: grid; grid-template-columns: 10rem minmax(0, 1fr) auto; gap: 1rem; align-items: center; border: 1px solid #e2e8f0; border-radius: 1rem; background: #fff; padding: 0.75rem; }
.room-card img { width: 10rem; height: 7rem; border-radius: 0.7rem; object-fit: cover; }
.room-card h3 { color: #004C54; font-size: 0.95rem; font-weight: 800; }
.room-card p { margin-top: 0.3rem; color: #64748b; font-size: 0.75rem; }
.room-card-price { color: #0f172a; font-size: 0.9rem; font-weight: 800; white-space: nowrap; }
.review-summary { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1rem; color: #64748b; font-size: 0.82rem; }
.review-score { border-radius: 0.7rem; background: #004C54; padding: 0.65rem 0.8rem; color: #fff; font-size: 1rem; font-weight: 800; }

/* Wedding ensemble pages */
.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.story-card { overflow: hidden; border: 1px solid #e2e8f0; border-radius: 1.25rem; background: #fff; box-shadow: 0 5px 18px rgba(15, 23, 42, 0.05); }
.story-card-image { height: 19rem; overflow: hidden; }
.story-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.story-card:hover .story-card-image img { transform: scale(1.05); }
.story-card-body { padding: 1.5rem; }
.story-card-tag { color: #8a6b13; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.story-card-title { margin-top: 0.5rem; color: #004C54; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.35rem; font-weight: 800; }
.story-card p { margin-top: 0.65rem; color: #64748b; font-size: 0.84rem; line-height: 1.7; }
.story-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.2rem; border-top: 1px solid #f1f5f9; padding-top: 1rem; }
.story-card-footer span { color: #64748b; font-size: 0.75rem; }
.inquiry-panel { border-radius: 1.25rem; background: #004C54; padding: 2rem; color: #fff; }
.inquiry-panel h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.7rem; font-weight: 800; }
.inquiry-panel p { max-width: 42rem; margin-top: 0.65rem; color: rgba(255, 255, 255, 0.72); line-height: 1.7; }
.inquiry-form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.75rem; margin-top: 1.25rem; }
.inquiry-form input, .inquiry-form select { width: 100%; border: 0; border-radius: 0.7rem; background: #fff; padding: 0.8rem; color: #334155; font: inherit; font-size: 0.8rem; }
.inquiry-form button { border-radius: 0.7rem; background: #D4AF37; padding: 0.8rem; color: #004C54; font-size: 0.8rem; font-weight: 800; cursor: pointer; }
.inquiry-success { grid-column: 1 / -1; color: #fef3c7; font-size: 0.8rem; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 1.25rem; align-items: start; }
.contact-card, .contact-form-card { border: 1px solid #e2e8f0; border-radius: 1.25rem; background: #fff; padding: 1.5rem; box-shadow: 0 5px 18px rgba(15, 23, 42, 0.05); }
.contact-card { background: #004C54; color: #fff; }
.contact-card h2, .contact-form-card h2 { color: #004C54; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.45rem; font-weight: 800; }
.contact-card h2 { color: #fff; }
.contact-card > p, .contact-form-card > p { margin-top: 0.65rem; color: #64748b; font-size: 0.85rem; line-height: 1.7; }
.contact-card > p { color: rgba(255, 255, 255, 0.72); }
.contact-details { display: grid; gap: 1rem; margin-top: 1.75rem; }
.contact-detail { display: grid; grid-template-columns: 2rem minmax(0, 1fr); gap: 0.7rem; align-items: start; }
.contact-detail strong { color: #D4AF37; font-size: 1.1rem; }
.contact-detail h3 { color: #fff; font-size: 0.82rem; font-weight: 800; }
.contact-detail p, .contact-detail a { margin-top: 0.25rem; color: rgba(255, 255, 255, 0.72); font-size: 0.78rem; line-height: 1.55; }
.contact-detail a:hover { color: #D4AF37; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.9rem; margin-top: 1.25rem; }
.contact-form label { color: #475569; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 0.35rem; border: 1px solid #dbe4e6; border-radius: 0.7rem; background: #fff; padding: 0.75rem; color: #334155; font: inherit; font-size: 0.82rem; }
.contact-form textarea { min-height: 8rem; resize: vertical; }
.contact-form .form-wide { grid-column: 1 / -1; }
.contact-form button { grid-column: 1 / -1; justify-self: start; border: 0; border-radius: 0.7rem; background: #004C54; padding: 0.8rem 1.1rem; color: #fff; font-size: 0.78rem; font-weight: 800; cursor: pointer; }
.contact-form button:hover { background: #022c2f; }
.contact-message { grid-column: 1 / -1; min-height: 1.2rem; color: #8a6b13; font-size: 0.78rem; line-height: 1.5; }

/* Login page */
.auth-shell { max-width: 72rem; padding-block: 3rem 4rem; }
.auth-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.85fr); overflow: hidden; border: 1px solid #dbe4e6; border-radius: 1.5rem; background: #fff; box-shadow: 0 18px 40px rgba(0, 76, 84, 0.1); }
.auth-visual { position: relative; min-height: 32rem; overflow: hidden; background: #004C54; }
.auth-visual::after { position: absolute; inset: 0; content: ''; background: linear-gradient(145deg, rgba(0, 76, 84, 0.9), rgba(0, 76, 84, 0.35), rgba(2, 44, 47, 0.8)); }
.auth-visual img { width: 100%; height: 100%; object-fit: cover; }
.auth-visual-copy { position: absolute; z-index: 1; right: 2rem; bottom: 2rem; left: 2rem; color: #fff; }
.auth-visual-copy h1 { max-width: 27rem; margin-top: 0.6rem; font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.05; }
.auth-visual-copy p { max-width: 28rem; margin-top: 0.9rem; color: rgba(255, 255, 255, 0.76); font-size: 0.9rem; line-height: 1.7; }
.auth-card { padding: clamp(1.5rem, 4vw, 3rem); }
.auth-card h2 { color: #004C54; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.55rem; font-weight: 800; }
.auth-card-intro { margin-top: 0.5rem; color: #64748b; font-size: 0.82rem; line-height: 1.6; }
.auth-form { display: grid; gap: 1rem; margin-top: 1.6rem; }
.auth-form label { color: #475569; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.auth-form input { width: 100%; margin-top: 0.4rem; border: 1px solid #dbe4e6; border-radius: 0.7rem; background: #fff; padding: 0.8rem; color: #334155; font: inherit; font-size: 0.82rem; }
.auth-form input:focus { border-color: #D4AF37; outline: 0; box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15); }
.auth-form-options { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #64748b; font-size: 0.75rem; }
.auth-form-options label { display: inline-flex; align-items: center; gap: 0.45rem; color: #64748b; font-size: 0.75rem; font-weight: 500; letter-spacing: normal; text-transform: none; }
.auth-form-options input { width: auto; margin: 0; accent-color: #004C54; }
.auth-form-options a, .auth-secondary-link { color: #8a6b13; font-weight: 800; }
.auth-form-options a:hover, .auth-secondary-link:hover { color: #004C54; }
.auth-form button { border: 0; border-radius: 0.7rem; background: #004C54; padding: 0.85rem; color: #fff; font-size: 0.8rem; font-weight: 800; cursor: pointer; }
.auth-form button:hover { background: #022c2f; }
.auth-message { min-height: 1.2rem; color: #8a6b13; font-size: 0.76rem; line-height: 1.5; }
.auth-divider { display: flex; align-items: center; gap: 0.75rem; margin-block: 1.5rem; color: #94a3b8; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; }
.auth-divider::before, .auth-divider::after { flex: 1; height: 1px; content: ''; background: #e2e8f0; }
.auth-guest { display: block; border: 1px solid #dbe4e6; border-radius: 0.7rem; padding: 0.8rem; color: #004C54; font-size: 0.78rem; font-weight: 800; text-align: center; }
.auth-guest:hover { border-color: #D4AF37; background: #fffaf0; }
.auth-register { margin-top: 1.5rem; color: #64748b; font-size: 0.78rem; text-align: center; }

/* About page */
.about-story { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 2.5rem; align-items: center; }
.about-story-image { height: 27rem; overflow: hidden; border-radius: 1.25rem; }
.about-story-image img { width: 100%; height: 100%; object-fit: cover; }
.about-story-copy h2 { color: #004C54; font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(1.6rem, 3vw, 2.35rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; }
.about-story-copy p { margin-top: 0.8rem; color: #64748b; font-size: 0.9rem; line-height: 1.8; }
.about-story-copy .soft-link { display: inline-flex; margin-top: 1.25rem; }
.about-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.75rem; margin-top: 2rem; }
.about-stat { border-top: 2px solid #D4AF37; padding-top: 0.75rem; }
.about-stat strong { display: block; color: #004C54; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.8rem; font-weight: 800; }
.about-stat span { display: block; margin-top: 0.25rem; color: #64748b; font-size: 0.75rem; line-height: 1.5; }
.about-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.about-principle { border: 1px solid #e2e8f0; border-radius: 1.1rem; background: #fff; padding: 1.25rem; }
.about-principle strong { color: #D4AF37; font-size: 1.35rem; }
.about-principle h3 { margin-top: 0.65rem; color: #004C54; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem; font-weight: 800; }
.about-principle p { margin-top: 0.4rem; color: #64748b; font-size: 0.8rem; line-height: 1.7; }

@media (max-width: 1180px) {
    .shell-nav { display: none; }
    .shell-menu-button { display: block; }
    .shell-phone { display: none; }
}
@media (max-width: 900px) {
    .destination-listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .listing-layout { grid-template-columns: 1fr; }
    .filter-panel { position: static; }
    .detail-layout { grid-template-columns: 1fr; }
    .booking-card { position: static; }
    .detail-gallery { height: clamp(19rem, 55vw, 24rem); }
    .gallery-main img { max-height: 24rem; }
    .gallery-side { max-height: 24rem; }
    .contact-grid { grid-template-columns: 1fr; }
    .auth-grid { grid-template-columns: 1fr; }
    .auth-visual { min-height: 22rem; }
    .about-story { grid-template-columns: 1fr; }
    .about-story-image { height: 22rem; }
    .about-principles { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .shell-header { gap: 0.75rem; }
    .shell-logo-image { height: 2.5rem; }
    .shell-actions { gap: 0.65rem; }
    .footer-grid, .story-grid, .stay-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
    .destination-listing-grid { grid-template-columns: 1fr; }
    .detail-gallery { grid-template-columns: 1fr; height: auto; }
    .gallery-main { height: clamp(15rem, 68vw, 20rem); }
    .gallery-main img { max-height: 20rem; }
    .gallery-side { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 8rem; max-height: 8rem; }
    .amenity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .room-card { grid-template-columns: 5.5rem minmax(0, 1fr); }
    .room-card img { width: 5.5rem; height: 5.5rem; }
    .room-card-price { grid-column: 2; }
    .inquiry-form { grid-template-columns: 1fr; }
    .contact-form { grid-template-columns: 1fr; }
    .contact-form .form-wide, .contact-form button, .contact-message { grid-column: auto; }
    .auth-shell { padding-block: 1.5rem 3rem; }
    .auth-visual { min-height: 18rem; }
    .auth-visual-copy { right: 1.25rem; bottom: 1.25rem; left: 1.25rem; }
    .auth-visual-copy h1 { font-size: 2rem; }
    .auth-card { padding: 1.25rem; }
    .about-story-image { height: 18rem; }
    .about-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .listing-search { grid-template-columns: 1fr 1fr; }
    .listing-search > :first-child, .listing-search > button { grid-column: 1 / -1; }
    .guest-field { grid-column: 1 / -1; }
    .whatsapp-float { right: 0.9rem; bottom: 0.9rem; width: 3.2rem; height: 3.2rem; }
    .whatsapp-float svg { width: 1.5rem; height: 1.5rem; }
}

/* Reusable content components */
.site-container {
    max-width: 80rem;
    margin-inline: auto;
    padding-inline: 1rem;
}
@media (min-width: 640px) {
    .site-container { padding-inline: 1.5rem; }
}
@media (min-width: 1024px) {
    .site-container { padding-inline: 2rem; }
}
.content-section {
    max-width: 80rem;
    margin-inline: auto;
    padding: 4rem 1rem;
}
@media (min-width: 640px) {
    .content-section { padding-inline: 1.5rem; }
}
@media (min-width: 1024px) {
    .content-section { padding-inline: 2rem; }
}
.section-heading { text-align: center; margin-bottom: 3rem; }
.section-heading-compact { margin-bottom: 2.5rem; }
.section-eyebrow {
    margin-bottom: 0.5rem;
    color: #D4AF37;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.section-title {
    color: #004C54;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.section-rule { width: 3rem; height: 0.125rem; margin: 0.75rem auto 0; background: #D4AF37; }

.destination-card {
    position: relative;
    height: 16rem;
    overflow: hidden;
    border-radius: 0.75rem;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    transition: box-shadow 300ms ease;
    color: inherit;
    text-decoration: none;
}
.destination-card:hover { box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16); }
.destination-card-image { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.destination-card:hover .destination-card-image { transform: scale(1.1); }
.destination-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.9), rgba(2, 6, 23, 0.2), transparent);
}
.destination-card-content { position: absolute; z-index: 1; right: 1rem; bottom: 1rem; left: 1rem; }
.destination-card-title { color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem; font-weight: 700; line-height: 1.25; }
.destination-card-count { margin-top: 0.125rem; color: rgba(255, 255, 255, 0.7); font-size: 0.75rem; }

.luxury-card { display: block; overflow: hidden; border: 1px solid #f1f5f9; border-radius: 1rem; background: #fff; color: inherit; text-decoration: none; box-shadow: 0 4px 6px rgba(15, 23, 42, 0.1); }
.luxury-card-media { position: relative; height: 16rem; overflow: hidden; }
.luxury-card-media img { width: 100%; height: 100%; object-fit: cover; }
.luxury-card-rating { position: absolute; top: 1rem; right: 1rem; display: flex; align-items: center; gap: 0.25rem; padding: 0.25rem 0.625rem; border-radius: 0.5rem; background: rgba(255, 255, 255, 0.9); font-size: 0.75rem; font-weight: 700; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12); }
.luxury-card-body { padding: 1.5rem; }
.luxury-card-title { color: #004C54; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.125rem; font-weight: 700; }
.luxury-card-subtitle { margin-top: 0.25rem; color: #64748b; font-size: 0.75rem; }
.luxury-card-perks { display: flex; align-items: center; gap: 1rem; margin: 1rem 0; padding: 0.75rem 0; border-block: 1px solid #f1f5f9; color: #475569; font-size: 0.75rem; }
.luxury-card-perk { display: flex; align-items: center; white-space: nowrap; }
.luxury-card-perk-icon { margin-right: 0.25rem; color: #D4AF37; }
.luxury-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 1rem; }
.detail-button { padding: 0.5rem 1rem; border-radius: 0.75rem; background: #f1f5f9; color: #004C54; font-size: 0.75rem; font-weight: 700; transition: background 150ms ease, color 150ms ease; }
.detail-button:hover { background: #004C54; color: #fff; }

.wedding-card { position: relative; display: block; height: 26.25rem; overflow: hidden; border-radius: 1rem; color: inherit; text-decoration: none; cursor: pointer; box-shadow: 0 10px 15px rgba(15, 23, 42, 0.14); }
.wedding-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.wedding-card:hover img { transform: scale(1.05); }
.wedding-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(2, 6, 23, 0.9), rgba(2, 6, 23, 0.3), transparent); }
.wedding-card-content { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 2rem; }
.wedding-card-badge { display: inline-block; margin-bottom: 0.75rem; padding: 0.25rem 0.75rem; border: 1px solid rgba(212, 175, 55, 0.4); border-radius: 999px; background: rgba(212, 175, 55, 0.2); color: #D4AF37; font-size: 0.75rem; font-weight: 600; }
.wedding-card-title { color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.5rem; font-weight: 700; }
.wedding-card-description { max-width: 28rem; margin-top: 0.5rem; color: rgba(255, 255, 255, 0.7); font-size: 0.875rem; }

.testimonial-card { display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; border: 1px solid #f1f5f9; border-radius: 1rem; background: #fff; box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06); }
.testimonial-stars { display: flex; gap: 0.25rem; margin-bottom: 1rem; color: #D4AF37; font-size: 1rem; }
.testimonial-profile { display: flex; align-items: center; gap: 0.75rem; margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid #f1f5f9; }
.testimonial-avatar { display: flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; border-radius: 999px; background: rgba(0, 76, 84, 0.1); color: #004C54; font-size: 0.75rem; font-weight: 700; }
