/* Theme: Classic Gold — navy, cream, gold accents */
.theme-default {
    --hotel-navy: #1a2332;
    --hotel-navy-light: #2d3a4f;
    --hotel-gold: #c9a962;
    --hotel-gold-dark: #a88b4a;
    --hotel-cream: #faf8f5;
    --hotel-cream-dark: #f0ebe3;
    --hotel-text: #2c3440;
    --hotel-heading: #1a2332;
    --hotel-muted: #6b7280;
    --hotel-price-on-gold: #1a2332;
    --hotel-price-color: #9a7b3c;
    --hotel-price-badge-bg: #c9a962;
    --hotel-price-badge-text: #1a2332;
    --hotel-price-panel-bg: #ffffff;
    --hotel-price-panel-border: #c9a962;
    --hotel-price-highlight-bg: rgba(201, 169, 98, 0.18);
    --hotel-promo-desc: #6b7280;
    --hotel-tag-bg: #f0ebe3;
    --hotel-tag-text: #4b5563;
    --hotel-tag-border: transparent;
    --hotel-surface: #ffffff;
    --hotel-surface-alt: #ffffff;
    --hotel-border: #e8e4dc;
    --hotel-radius: 4px;
    --hotel-radius-btn: 2px;
    --font-display: 'Nunito Sans', 'DM Sans', system-ui, sans-serif;
    --font-body: 'DM Sans', system-ui, sans-serif;
    --font-price: var(--font-body);
    --room-amenity-bg: #ffffff;
    --room-amenity-border: #e8e4dc;
    --room-amenity-text: #2c3440;
    --room-amenity-icon: #c9a962;
    --room-offers-bg: #1a2332;
    --room-offers-border: rgba(201, 169, 98, 0.25);
    --room-offers-title: #c9a962;
    --room-offers-discount: #e8d5a3;
    --room-offers-name: #ffffff;
    --room-offers-desc: rgba(255, 255, 255, 0.72);
    --room-review-bg: #ffffff;
    --room-review-border: #e8e4dc;
    --room-cta-bg: #1a2332;
    --room-cta-border: rgba(201, 169, 98, 0.2);
    --room-cta-text: #ffffff;
    --room-cta-label: rgba(255, 255, 255, 0.7);
    --room-cta-price: #e8d5a3;
    --room-hero-panel-bg: #ffffff;
    --hotel-navbar-bg: rgba(26, 35, 50, 0.97);
    --hotel-navbar-text: #ffffff;
    --hotel-navbar-text-muted: rgba(255, 255, 255, 0.9);
    --hotel-navbar-border: rgba(255, 255, 255, 0.12);
    --hotel-footer-bg: #1a2332;
    --hotel-footer-text: rgba(255, 255, 255, 0.75);
    --hotel-footer-heading: #ffffff;
    --hotel-footer-muted: rgba(255, 255, 255, 0.55);
    --hotel-footer-border: rgba(255, 255, 255, 0.1);
    --hotel-product-image-bg: var(--hotel-card-bg);
    --hotel-card-bg: #ffffff;
    --hotel-card-text: #2c3440;
    --hotel-card-shadow: 0 4px 24px rgba(26, 35, 50, 0.08);
    --hotel-card-shadow-hover: 0 12px 40px rgba(26, 35, 50, 0.14);
    --hotel-input-bg: #ffffff;
    --hotel-input-border: #d1d5db;
    --hotel-input-focus: rgba(201, 169, 98, 0.25);
    --hotel-hero-overlay-start: rgba(26, 35, 50, 0.88);
    --hotel-hero-overlay-mid: rgba(26, 35, 50, 0.35);
    --hotel-modal-backdrop: rgba(26, 35, 50, 0.65);
    --hotel-btn-primary-bg: #c9a962;
    --hotel-btn-primary-text: #1a2332;
    --hotel-btn-primary-hover-bg: #a88b4a;
    --hotel-btn-primary-hover-text: #ffffff;
    --hotel-locale-border: rgba(255, 255, 255, 0.22);
    --hotel-locale-bg: rgba(255, 255, 255, 0.06);
    --hotel-locale-text: rgba(255, 255, 255, 0.92);
}

.theme-default .hotel-room-offers__title {
    letter-spacing: 0.04em;
}

.theme-default .hotel-room-offers,
.theme-default .hotel-promo-card {
    box-shadow: 0 6px 24px rgba(26, 35, 50, 0.12);
}

.theme-default .hotel-promo-banner {
    box-shadow: 0 8px 32px rgba(26, 35, 50, 0.18);
}

.theme-default .hotel-room-cta-bar {
    box-shadow: 0 6px 24px rgba(26, 35, 50, 0.14);
}
