/* Theme: Resort Tropical — forest green, sand, warm earth */
.theme-resort {
    --hotel-navy: #1e3a2f;
    --hotel-navy-light: #2d5a47;
    --hotel-gold: #c4a574;
    --hotel-gold-dark: #a68b5b;
    --hotel-cream: #faf6f0;
    --hotel-cream-dark: #f0e8dc;
    --hotel-text: #2c3e30;
    --hotel-heading: #1e3a2f;
    --hotel-muted: #5c6b5e;
    --hotel-price-on-gold: #1e3a2f;
    --hotel-price-color: #9a7340;
    --hotel-price-badge-bg: #c4a574;
    --hotel-price-badge-text: #1e3a2f;
    --hotel-price-panel-bg: #fffdf9;
    --hotel-price-panel-border: #c4a574;
    --hotel-price-highlight-bg: rgba(196, 165, 116, 0.2);
    --hotel-promo-desc: #5c6b5e;
    --hotel-tag-bg: #f0e8dc;
    --hotel-tag-text: #3d5245;
    --hotel-tag-border: rgba(196, 165, 116, 0.35);
    --hotel-surface: #fffdf9;
    --hotel-surface-alt: #f5efe6;
    --hotel-border: #e8dfd2;
    --hotel-radius: 8px;
    --hotel-radius-btn: 6px;
    --font-display: 'Nunito Sans', system-ui, sans-serif;
    --font-body: 'Nunito Sans', system-ui, sans-serif;
    --font-price: var(--font-body);
    --room-amenity-bg: #fffdf9;
    --room-amenity-border: rgba(196, 165, 116, 0.35);
    --room-amenity-text: #2c3e30;
    --room-amenity-icon: #c4a574;
    --room-offers-bg: #1e3a2f;
    --room-offers-border: rgba(196, 165, 116, 0.35);
    --room-offers-title: #e8d4b8;
    --room-offers-discount: #f0d9b8;
    --room-offers-name: #faf6f0;
    --room-offers-desc: rgba(250, 246, 240, 0.75);
    --room-review-bg: #fffdf9;
    --room-review-border: #e8dfd2;
    --room-cta-bg: #1e3a2f;
    --room-cta-border: rgba(196, 165, 116, 0.3);
    --room-cta-label: rgba(250, 246, 240, 0.7);
    --room-cta-price: #f0d9b8;
    --room-hero-panel-bg: #fffdf9;
    --hotel-navbar-bg: rgba(30, 58, 47, 0.96);
    --hotel-navbar-text: #faf6f0;
    --hotel-navbar-text-muted: rgba(250, 246, 240, 0.88);
    --hotel-navbar-border: rgba(196, 165, 116, 0.25);
    --hotel-footer-bg: #1e3a2f;
    --hotel-footer-text: rgba(250, 246, 240, 0.8);
    --hotel-footer-heading: #faf6f0;
    --hotel-footer-muted: rgba(250, 246, 240, 0.55);
    --hotel-footer-border: rgba(196, 165, 116, 0.2);
    --hotel-product-image-bg: var(--hotel-card-bg);
    --hotel-card-bg: #fffdf9;
    --hotel-card-text: #2c3e30;
    --hotel-card-shadow: 0 4px 20px rgba(30, 58, 47, 0.08);
    --hotel-card-shadow-hover: 0 12px 36px rgba(30, 58, 47, 0.14);
    --hotel-input-bg: #fffdf9;
    --hotel-input-border: #d4c9b8;
    --hotel-input-focus: rgba(196, 165, 116, 0.25);
    --hotel-hero-overlay-start: rgba(30, 58, 47, 0.85);
    --hotel-hero-overlay-mid: rgba(30, 58, 47, 0.35);
    --hotel-modal-backdrop: rgba(30, 58, 47, 0.55);
    --hotel-btn-primary-bg: #c4a574;
    --hotel-btn-primary-text: #1e3a2f;
    --hotel-btn-primary-hover-bg: #a68b5b;
    --hotel-btn-primary-hover-text: #ffffff;
    --hotel-btn-outline-border: #c4a574;
    --hotel-btn-outline-text: #c4a574;
    --hotel-btn-outline-hover-bg: #c4a574;
    --hotel-btn-outline-hover-text: #1e3a2f;
    --hotel-locale-border: rgba(196, 165, 116, 0.4);
    --hotel-locale-bg: rgba(255, 255, 255, 0.08);
    --hotel-locale-text: rgba(250, 246, 240, 0.92);
}

.theme-resort .hotel-section-title {
    font-weight: 600;
}

.theme-resort .hotel-btn {
    letter-spacing: 0.06em;
}

.theme-resort .hotel-card {
    border: 1px solid var(--hotel-border);
}

.theme-resort .hotel-logo {
    background: rgba(196, 165, 116, 0.15);
    box-shadow: 0 0 0 2px rgba(196, 165, 116, 0.3);
}

.theme-resort .hotel-filter-bar {
    border: 1px solid var(--hotel-border);
}
