/* LOAD-TEST-1771787158 */
/*
Theme Name: ReservePress Hotels Theme
Theme URI: https://bigislemedia.ca/reservepress-hotels-theme
Author: Big Isle Media
Author URI: https://bigislemedia.ca
Description: A beautiful, modern theme designed specifically for hotels, B&Bs, and vacation rentals using ReservePress Hotels plugin. Features a conversion-optimized design with customizable colors, layouts, and booking integration. Part of the Reserve Suite by Big Isle Media.
Version: 3.2.81
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reservepress-theme
Tags: hotel, booking, vacation-rental, airbnb, hospitality, accommodation, business, two-columns, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0

ReservePress Hotels Theme, Copyright 2024-2026 Big Isle Media
ReservePress Hotels Theme is distributed under the terms of the GNU GPL
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - CSS Reset & Normalize
2.0 - Typography
3.0 - Layout
4.0 - Header
5.0 - Navigation
6.0 - Content
7.0 - Booking Components
8.0 - Footer
9.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - CSS Reset & Normalize
--------------------------------------------------------------*/
* {
    box-sizing: border-box;
}

html {
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    background: #fff;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/

/* Elegant serif headings - like luxury hotels */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1.5rem;
    font-weight: 300;
    line-height: 1.3;
    color: #1a1a1a;
    letter-spacing: 0.03em;
    /* Font-family set by customizer */
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 2.8rem;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: 1.1rem;
}

/* Body text */
p {
    margin: 0 0 1.5rem;
    line-height: 1.8;
}

/* Links - elegant gold accent */
a {
    color: #b8964f;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #9a7a3f;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.875rem; }

p {
    margin: 0 0 1rem;
}

a {
    color: #2271b1;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #135e96;
}

/*--------------------------------------------------------------
3.0 - Layout
--------------------------------------------------------------*/
.container {
    width: 100%;
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 0 2.5rem;
    box-sizing: border-box;
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }
}

.container-wide {
    width: 100%;
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    box-sizing: border-box;
}

.content-area {
    padding: calc(60/16*1rem) 0;
}

/*--------------------------------------------------------------
4.0 - Header
--------------------------------------------------------------*/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

/* Push header down when admin bar is present */
body.admin-bar .site-header {
    top: 2rem;
}

/* Hero section height must account for admin bar so it doesn't overlap the booking bar */
body.admin-bar .hero-section {
    height: calc(100vh - 2rem);
}

@media screen and (max-width: 782px) {
    body.admin-bar .site-header {
        top: 2.875rem;
    }
    body.admin-bar .hero-section {
        height: calc(100vh - 2.875rem);
    }
}

@media screen and (max-width: 600px) {
    /* WP hides admin bar below 600px - reset header position only */
    body.admin-bar .site-header {
        top: 0;
    }
}

/* Default styles - will be overridden by customizer CSS */
.site-header.scrolled {
    /* Styles applied via customizer */
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
    transition: padding 0.3s ease;
}

.site-branding {
    display: flex;
    align-items: center;
}

.site-branding a {
    outline: none !important;
    box-shadow: none !important;
}

.site-branding a:focus,
.site-branding a:hover,
.site-branding a:active {
    outline: none !important;
    box-shadow: none !important;
}

.site-title {
    margin: 0;
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.site-title a {
    text-decoration: none;
    transition: all 0.3s ease;
    outline: none !important;
    box-shadow: none !important;
}

.site-title a:hover,
.site-title a:focus,
.site-title a:active {
    outline: none !important;
    box-shadow: none !important;
    opacity: 0.8;
}

.site-title a:hover {
    color: #2271b1;
}

.custom-logo-link {
    display: block;
    line-height: 0;
    outline: none !important;
    box-shadow: none !important;
}

.custom-logo-link:focus,
.custom-logo-link:hover,
.custom-logo-link:active {
    outline: none !important;
    box-shadow: none !important;
}

.custom-logo {
    max-height: 3.75rem;
    width: auto;
    transition: transform 0.2s ease;
}

.custom-logo:hover {
    transform: scale(1.02);
}

/*--------------------------------------------------------------
5.0 - Navigation
--------------------------------------------------------------*/
.main-navigation {
    display: flex;
    align-items: center;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.main-navigation li {
    position: relative;
    margin: 0 0.25rem;
}

.main-navigation a {
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    font-size: 1rem;
    letter-spacing: 0.02em;
    border-radius: 0;
    text-decoration: none;
}

/* Hover background effect */
.main-navigation a:hover {
    background: rgba(34, 113, 177, 0.1);
}

/* Exclude site title/logo from navigation hover effects */
.site-branding a:hover,
.site-title a:hover,
.custom-logo-link:hover {
    background: none !important;
    background-color: transparent !important;
}

/* Solid nav hover */
.site-header:not(.scrolled) .main-navigation a:hover {
    /* Transparent nav hover - handled by customizer CSS */
}

/* Remove underline effect, use background instead */
.main-navigation a::after {
    display: none;
}

/* Active/Current menu item - subtle underline instead of rectangle */
.site-header .main-navigation .current-menu-item > a,
.site-header .main-navigation .current_page_item > a {
    font-weight: 600;
    position: relative;
    color: var(--accent-secondary, #9a7a3f) !important;
}

.site-header .main-navigation .current-menu-item > a::after,
.site-header .main-navigation .current_page_item > a::after {
    content: '';
    position: absolute;
    bottom: 0.5rem;
    left: 1.25rem;
    right: 1.25rem;
    height: 0.1875rem;
    background: var(--accent-secondary, #9a7a3f);
    border-radius: 0;
}

/* Submenu Styles */
.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-radius: 0;
    padding: 0.75rem 0;
    min-width: 13.75rem;
    margin-top: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.main-navigation ul ul li {
    width: 100%;
}

.main-navigation ul ul a {
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
}

.main-navigation ul ul a:hover {
    background: #2271b1;
    color: #fff;
}

/* Header Book Now Button - Real CTA Button */
.header-book-now-btn {
    background: #2271b1;
    color: #fff !important;
    padding: 0.625rem 1.5rem;
    border-radius: 0;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(34, 113, 177, 0.3);
    text-decoration: none;
    display: inline-block;
    margin-left: 2rem;
}

.header-book-now-btn:hover {
    background: #135e96;
    color: #fff !important;
    transform: translateY(-0.125rem);
    box-shadow: 0 6px 20px rgba(34, 113, 177, 0.4);
}

/* Navigation wrapper to separate menu from button */
.main-navigation {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-menu-wrapper {
    display: flex;
    align-items: center;
}

/* Add spacing before Book Now to push it right */
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

/*--------------------------------------------------------------
6.0 - Content
--------------------------------------------------------------*/
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 40.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.hero-title {
    font-size: 4.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.05em;
    text-shadow: 0 2px 15px rgba(0,0,0,0.4);
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 0;
    opacity: 0.95;
    font-weight: 300;
    line-height: 1.6;
    max-width: 43.75rem;
    margin: 0 auto;
    text-shadow: 0 1px 8px rgba(0,0,0,0.3);
}

.featured-rooms {
    padding: 9.375rem 0 6.25rem 0;
    background: #f8f9fa;
}

.section-title {
    text-align: center;
    margin-bottom: 3.5rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.rooms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(22.5rem, 1fr));
    gap: 2.5rem;
}

.room-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 0.0625rem solid #f0f0f0;
}

.room-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 8px 30px rgba(34, 113, 177, 0.15);
    border-color: #2271b1;
}

.room-image {
    width: 100%;
    height: 16.25rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.room-card:hover .room-image {
    transform: scale(1.05);
}

.room-content {
    padding: 2rem;
}

.room-title {
    margin: 0 0 0.75rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.room-title a {
    color: #1a1a1a;
    transition: color 0.2s ease;
}

.room-title a:hover {
    color: #2271b1;
}

.room-excerpt {
    color: #666;
    margin-bottom: 1.25rem;
    line-height: 1.6;
}

.room-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 0.0625rem solid #e8e8e8;
}

.room-price {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2271b1;
}

.room-price small {
    font-size: 0.875rem;
    font-weight: 400;
    color: #888;
    display: block;
    margin-top: 0.125rem;
}

.btn-view-room {
    display: inline-block;
    padding: 0.625rem 1.25rem;
    background: #2271b1;
    color: #fff !important;
    border-radius: 0;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    text-decoration: none;
}

.btn-view-room:hover {
    background: #135e96;
    transform: translateX(0.1875rem);
}

.btn-view-all {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #2271b1;
    color: #fff !important;
    border-radius: 0;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(34, 113, 177, 0.3);
}

.btn-view-all:hover {
    background: #135e96;
    transform: translateY(-0.125rem);
    box-shadow: 0 6px 20px rgba(34, 113, 177, 0.4);
}

/*--------------------------------------------------------------
7.0 - Booking Components
--------------------------------------------------------------*/
/* ============================================================
   BOOKING WIDGET — Wrapper
   ============================================================ */
.booking-widget {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    max-width: 68.75rem;
    border: none;
}

/* ============================================================
   HERO WIDGET BAR — Full-width strip below the hero image.
   Matches Image 1: single row, no labels, white text on dark bg.
   Background color is set by the Customizer palette (functions.php).
   All !important guards prevent the plugin's rph-public.css overriding.
   ============================================================ */

/* The outer dark bar */
.booking-widget.hero-widget {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    position: relative;
    z-index: 100;
}

.booking-widget.hero-widget .container {
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 0;
}

/* Strip the white card the plugin adds */
.booking-widget.hero-widget .rph-booking-widget,
.booking-widget.hero-widget .rph-booking-widget--horizontal,
.booking-widget.hero-widget [class*="rph-booking-widget"] {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

/* Hide title — passed as title="" but guard here too */
.booking-widget.hero-widget .rph-widget-title,
.booking-widget.hero-widget h3,
.booking-widget.hero-widget h2,
.booking-widget.hero-widget .rph-booking-widget h3 {
    display: none !important;
}

/* Search form fills the full bar */
.booking-widget.hero-widget .rph-search-form {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Single horizontal row — no gap, no wrap */
.booking-widget.hero-widget .rph-form-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 4rem;
}

/* Each field cell — equal width, divided by subtle rule */
.booking-widget.hero-widget .rph-form-field {
    flex: 1 1 0 !important;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
    display: flex !important;
    align-items: stretch !important;
}

.booking-widget.hero-widget .rph-form-field:last-child {
    border-right: none !important;
}

/* Labels hidden — inputs show placeholder text like Image 1 */
.booking-widget.hero-widget .rph-form-field label,
.booking-widget.hero-widget label {
    display: none !important;
}

/* Inputs and selects — transparent, white text, full height */
.booking-widget.hero-widget .rph-form-field input[type="date"],
.booking-widget.hero-widget .rph-form-field input[type="text"],
.booking-widget.hero-widget .rph-form-field input[type="number"],
.booking-widget.hero-widget .rph-form-field select,
.booking-widget.hero-widget .rph-search-form input,
.booking-widget.hero-widget .rph-search-form select {
    width: 100% !important;
    height: 4rem !important;
    min-height: 4rem !important;
    padding: 0 1.5rem !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    outline: none !important;
    box-shadow: none !important;
    color-scheme: dark;
}

/* Date picker icon — white */
.booking-widget.hero-widget input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 0.7;
    cursor: pointer;
}

/* Placeholder text */
.booking-widget.hero-widget input::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Dropdown option text — dark for readability */
.booking-widget.hero-widget select option {
    color: #1a1a1a !important;
    background: #fff !important;
}

/* Hover / focus — subtle white wash */
.booking-widget.hero-widget .rph-form-field input:hover,
.booking-widget.hero-widget .rph-form-field input:focus,
.booking-widget.hero-widget .rph-form-field select:hover,
.booking-widget.hero-widget .rph-form-field select:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Submit button cell — does not grow, uses accent from palette */
.booking-widget.hero-widget .rph-form-submit {
    flex: 0 0 auto !important;
    border-right: none !important;
}

.booking-widget.hero-widget .rph-form-submit .rph-btn,
.booking-widget.hero-widget .rph-form-submit .rph-btn-primary,
.booking-widget.hero-widget .rph-form-submit button,
.booking-widget.hero-widget .rph-form-submit button[type="submit"],
.booking-widget.hero-widget .rph-search-form button[type="submit"],
.booking-widget.hero-widget button[type="submit"] {
    height: 4rem !important;
    min-height: 4rem !important;
    padding: 0 2.25rem !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    border-radius: 0 !important;
    width: auto !important;
    border: none !important;
    cursor: pointer !important;
    /* Actual accent color is injected by the Customizer palette CSS */
}

/* ── Standalone widget (booking page, sidebar, etc.) — white card ── */
.rph-booking-widget:not(.booking-widget .rph-booking-widget),
.booking-page-content .rph-booking-widget,
.booking-widget-card .rph-booking-widget {
    background: #fff;
    padding: 2rem 2.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
}

/* Standalone form row */
.rph-form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    align-items: end;
}

/* Labels for standalone widget */
.rph-form-field label,
.rph-form-group label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
    color: #374151;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

/* Inputs for standalone widget */
.rph-form-field input[type="date"],
.rph-form-field input[type="text"],
.rph-form-field select,
.rph-form-group input[type="date"],
.rph-form-group select {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 0.25rem;
    font-size: 0.95rem;
    background: #fff;
    color: #374151;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
}

.rph-form-field input:focus,
.rph-form-field select:focus,
.rph-form-group input[type="date"]:focus,
.rph-form-group select:focus {
    outline: none;
    border-color: var(--accent-primary, #b8964f);
    box-shadow: 0 0 0 3px rgba(184, 150, 79, 0.12);
}

/* Standalone submit button */
.rph-search-form button[type="submit"] {
    width: 100%;
    padding: 0.85rem 1.5rem;
    color: #fff;
    border: none;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0.25rem;
    /* Colors set by Customizer palette CSS */
}

/*--------------------------------------------------------------
8.0 - Footer
--------------------------------------------------------------*/

@media (max-width: 768px) {
    .hero-section {
        height: 65vh;
        min-height: 28rem;
        background-position: center 30%;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.25rem;
    }
    
    .hero-content {
        padding: 0 1.5rem;
        padding-top: 4rem;
    }
    
    .booking-widget {
        margin: -2.5rem 1rem 0;
        padding: 1.5rem;
    }
    
    .booking-widget.hero-widget .rph-form-row {
        flex-wrap: wrap;
    }

    .booking-widget.hero-widget .rph-form-field {
        flex: 1 1 50%;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }

    .booking-widget.hero-widget .rph-form-submit {
        flex: 1 1 100%;
    }

    .booking-widget.hero-widget .rph-form-submit .rph-btn,
    .booking-widget.hero-widget .rph-form-submit button[type="submit"],
    .booking-widget.hero-widget .rph-search-form button[type="submit"] {
        width: 100% !important;
    }

    .rph-form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .rooms-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .featured-rooms {
        padding: calc(60/16*1rem) 0;
    }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    
    .main-navigation li {
        width: 100%;
        border-bottom: 0.0625rem solid #f0f0f0;
    }
    
    .main-navigation a {
        padding: 1rem;
    }
    
    .main-navigation a::after {
        display: none;
    }
    
    .header-book-now-btn {
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }
    
    .main-navigation {
        width: 100%;
        flex-direction: column;
    }
    
    .nav-menu-wrapper {
        width: 100%;
    }
    
    .header-inner {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1rem;
    }
    
    .site-branding {
        width: 100%;
        justify-content: center;
    }
    
    .main-navigation {
        width: 100%;
    }
    
    .footer-widgets {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .room-price {
        font-size: 1.5rem;
    }
    
    .btn-view-all {
        width: 100%;
        text-align: center;
    }
}

/* WordPress Core */
.alignleft {
    float: left;
    margin-right: 1.5rem;
}

.alignright {
    float: right;
    margin-left: 1.5rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
About Section
--------------------------------------------------------------*/
.about-section {
    padding: calc(100/16*1rem) 0;
}

/* Two Column Layout (with image) */
.about-wrapper.has-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6.25rem;
    align-items: center;
    max-width: 87.5rem;
    margin: 0 auto;
}

.about-wrapper.has-image.image-right {
    direction: rtl;
}

.about-wrapper.has-image.image-right > * {
    direction: ltr;
}

/* Single Column Centered Layout (no image) */
.about-wrapper.no-image {
    max-width: 56.25rem;
    margin: 0 auto;
}

.about-content-centered {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.about-content-centered .about-title {
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.05em;
    margin-bottom: 2rem;
    text-align: center;
}

.about-content-centered .about-text {
    font-size: 1.2rem;
    line-height: 1.9;
    margin: 0 auto 3rem;
    text-align: center;
}

.about-content-centered .about-button-wrapper {
    display: flex;
    justify-content: center;
}

.about-image {
    width: 100%;
    height: 28.125rem;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.about-image:hover img {
    transform: scale(1.05);
}

.about-content {
    display: flex;
    align-items: center;
    text-align: left;
}

.about-card {
    background: transparent;
    padding: 0;
    text-align: left;
}

.about-title {
    font-size: 3.75rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05em;
    text-align: left;
}

.about-text {
    font-size: 1.2rem;
    line-height: 1.9;
    color: #555;
    margin-bottom: 3rem;
    font-weight: 300;
    text-align: left;
}

.about-text p {
    margin-bottom: 1.5rem;
}

.about-text p:last-child {
    margin-bottom: 0;
}

.about-button-wrapper {
    margin-top: 3rem;
}

.about-button {
    display: inline-block;
    background: transparent;
    color: #1a1a1a;
    padding: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    border-bottom: 0.125rem solid #1a1a1a;
    padding-bottom: 0.25rem;
}

.about-button:hover {
    color: #2271b1;
    border-bottom-color: #2271b1;
}

/* Responsive */
@media (max-width: 75rem) {
    .about-section {
        padding: calc(70/16*1rem) 0;
    }
    
    .about-wrapper.has-image {
        gap: 5rem;
        max-width: 75rem;
    }
    
    .about-image {
        height: 18.75rem;
    }
    
    .about-title {
        font-size: 3.25rem;
    }
}

@media (max-width: 968px) {
    .about-section {
        padding: calc(60/16*1rem) 0;
    }
    
    .about-wrapper.has-image {
        grid-template-columns: 1fr;
        gap: 3.75rem;
    }
    
    .about-wrapper.has-image.image-right {
        direction: ltr;
    }
    
    .about-wrapper.no-image {
        max-width: 43.75rem;
    }
    
    .about-image {
        height: 17.5rem;
    }
    
    .about-title {
        font-size: 2.75rem;
        text-align: center;
    }
    
    .about-text {
        font-size: 1.1rem;
        text-align: center;
    }
    
    .about-content {
        text-align: center;
    }
    
    .about-button-wrapper {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 37.5rem) {
    .about-section {
        padding: calc(50/16*1rem) 0;
    }
    
    .about-wrapper.has-image {
        gap: 2.5rem;
    }
    
    .about-image {
        height: 15.625rem;
    }
    
    .about-title {
        font-size: 2.25rem;
        letter-spacing: -0.03em;
    }
    
    .about-text {
        font-size: 1.05rem;
    }
}

/* Tablet responsive for hero */
@media (max-width: 1024px) and (min-width: 769px) {
    .hero-title {
        font-size: 3.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.3rem;
    }
}


/* Universal fix for blue outline/box on logo and title links */
.site-branding *,
.site-branding *:link,
.site-branding *:visited,
.site-branding *:hover,
.site-branding *:active,
.site-branding *:focus,
.site-branding *:focus-visible {
    outline: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

a:focus-visible {
    outline: none !important;
}

/*--------------------------------------------------------------
Content Sections (Features, Accommodations) - Reusable Styles
--------------------------------------------------------------*/
.content-section {
    padding: calc(100/16*1rem) 0;
}

/* Two Column Layout (with image) */
.content-wrapper.has-image {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 7.5rem;
    align-items: center;
    max-width: 100rem;
    margin: 0 auto;
}

.content-wrapper.has-image.image-right {
    direction: rtl;
}

.content-wrapper.has-image.image-right > * {
    direction: ltr;
}

/* Single Column Centered Layout (no image) */
.content-wrapper.no-image {
    max-width: 56.25rem;
    margin: 0 auto;
}

.content-centered {
    text-align: center;
}

.content-centered .section-title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.05em;
    margin-bottom: 2rem;
    text-align: center;
}

.content-centered .section-content {
    font-size: 1.25rem;
    line-height: 2;
    max-width: 50rem;
    margin: 0 auto 3rem;
    text-align: center;
}

.content-image {
    width: 100%;
    height: 28.125rem;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

.content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.content-image:hover img {
    transform: scale(1.05);
}

.content-text {
    display: flex;
    align-items: center;
    text-align: left;
}

.content-text > div,
.content-card {
    width: 100%;
    text-align: left;
}

.section-title {
    font-size: 4rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 3rem;
    line-height: 1.15;
    letter-spacing: -0.05em;
    text-align: left;
}

.section-content {
    font-size: 1.25rem;
    line-height: 2;
    color: #555;
    margin-bottom: 3.5rem;
    font-weight: 300;
    text-align: left;
}

.section-content p {
    margin-bottom: 1.5rem;
}

.section-content p:last-child {
    margin-bottom: 0;
}

.section-button-wrapper {
    margin-top: 3rem;
}

.section-button {
    display: inline-block;
    background: transparent;
    color: #1a1a1a;
    padding: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    border-bottom: 0.125rem solid #1a1a1a;
    padding-bottom: 0.25rem;
}

.section-button:hover {
    color: #2271b1;
    border-bottom-color: #2271b1;
}

/* Responsive */
@media (max-width: 75rem) {
    .content-section {
        padding: calc(70/16*1rem) 0;
    }
    
    .content-wrapper.has-image {
        gap: 5rem;
        max-width: 75rem;
    }
    
    .content-image {
        height: 18.75rem;
    }
    
    .section-title {
        font-size: 3.25rem;
    }
}

@media (max-width: 968px) {
    .content-section {
        padding: calc(60/16*1rem) 0;
    }
    
    .content-wrapper.has-image {
        grid-template-columns: 1fr;
        gap: 3.75rem;
    }
    
    .content-wrapper.has-image.image-right {
        direction: ltr;
    }
    
    .content-wrapper.no-image {
        max-width: 43.75rem;
    }
    
    .content-image {
        height: 17.5rem;
    }
    
    .section-title {
        font-size: 2.75rem;
        text-align: center;
    }
    
    .section-content {
        font-size: 1.1rem;
        text-align: center;
    }
    
    .content-text {
        text-align: center;
    }
    
    .section-button-wrapper {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 37.5rem) {
    .content-section {
        padding: calc(50/16*1rem) 0;
    }
    
    .content-wrapper.has-image {
        gap: 2.5rem;
    }
    
    .content-image {
        height: 15.625rem;
    }
    
    .section-title {
        font-size: 2.25rem;
        letter-spacing: -0.03em;
    }
    
    .section-content {
        font-size: 1.05rem;
    }
}

/*--------------------------------------------------------------
Amenities Cards Section
--------------------------------------------------------------*/
.amenities-cards-section {
    padding: calc(100/16*1rem) 0;
}

.amenities-header {
    text-align: center;
    margin-bottom: 3.75rem;
}

.amenities-subtitle {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    color: #999;
    margin-bottom: 1rem;
    font-weight: 500;
}

.amenities-title {
    font-size: 3.5rem;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.2;
    letter-spacing: -0.05em;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
    gap: 1.875rem;
    max-width: 87.5rem;
    margin: 0 auto;
}

.amenity-card {
    background: #2c3e50;
    padding: 3.125rem 1.875rem;
    text-align: center;
    transition: all 0.3s ease;
}

.amenity-card:hover {
    transform: translateY(-0.3125rem);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.amenity-icon {
    margin-bottom: 1.25rem;
}

.amenity-icon .dashicons {
    font-size: 3.75rem;
    width: 3.75rem;
    height: 3.75rem;
    color: #fff;
}

.amenity-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
}

/*--------------------------------------------------------------
Testimonials Section
--------------------------------------------------------------*/
.testimonials-section {
    padding: calc(100/16*1rem) 0;
}

.testimonials-title {
    font-size: 3.5rem;
    font-weight: 400;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 3.75rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
    gap: 2.5rem;
    max-width: 87.5rem;
    margin: 0 auto;
}

.testimonial-card {
    background: transparent;
    padding: 2.5rem;
    border-left: 0.1875rem solid #2271b1;
    text-align: center;
    border-left: none;
    border-top: 0.1875rem solid #2271b1;
}

.testimonial-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
    font-style: italic;
    margin-bottom: 1.5625rem;
}

.testimonial-author {
    margin-top: 1.25rem;
}

.testimonial-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.3125rem;
}

.testimonial-location {
    font-size: 0.9rem;
    color: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .amenities-title,
    .testimonials-title {
        font-size: 2.5rem;
    }
    
    .amenities-grid {
        grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
        gap: 1.25rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

/*--------------------------------------------------------------
Gallery Section
--------------------------------------------------------------*/
.gallery-section {
    padding: calc(100/16*1rem) 0;
}

.gallery-title {
    font-size: 3.5rem;
    font-weight: 400;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 3.75rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
}

/* Main Slider */
.gallery-slider-main {
    position: relative;
    max-width: 87.5rem;
    margin: 0 auto 2.5rem;
    overflow: hidden;
}

.gallery-slider-container {
    position: relative;
    width: 100%;
    height: 37.5rem;
}

.gallery-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.gallery-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

/* Navigation Arrows */
.gallery-prev,
.gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    font-size: 3rem;
    width: 3.75rem;
    height: 3.75rem;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
}

.gallery-prev:hover,
.gallery-next:hover {
    background: rgba(0,0,0,0.8);
}

.gallery-prev {
    left: 1.25rem;
}

.gallery-next {
    right: 1.25rem;
}

/* Slide Indicators */
.gallery-indicators {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.625rem;
    z-index: 10;
}

.gallery-indicators .indicator {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: background 0.3s ease;
}

.gallery-indicators .indicator:hover,
.gallery-indicators .indicator.active {
    background: rgba(255,255,255,1);
}

/* Gallery Grid (replaces thumbnails) */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
    gap: 1.25rem;
    max-width: 87.5rem;
    margin: 0 auto;
}

.gallery-grid-item {
    height: 13.75rem;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-grid-item:hover {
    transform: translateY(-0.3125rem);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.gallery-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-grid-item:hover img {
    transform: scale(1.05);
}

/* Lightbox */
.gallery-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
}

.lightbox-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: 1.25rem;
    right: 2.5rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 4rem;
    cursor: pointer;
    z-index: 10001;
    line-height: 1;
}

.lightbox-close:hover {
    color: #ccc;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.2);
    color: #fff;
    border: none;
    font-size: 4rem;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    z-index: 10001;
    transition: background 0.3s ease;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(255,255,255,0.3);
}

.lightbox-prev {
    left: 2.5rem;
}

.lightbox-next {
    right: 2.5rem;
}

.lightbox-counter {
    position: absolute;
    bottom: 1.875rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.2rem;
    z-index: 10001;
}

/* Responsive */
@media (max-width: 968px) {
    .gallery-slider-container {
        height: 25rem;
    }
    
    .gallery-title {
        font-size: 2.5rem;
    }
    
    .gallery-prev,
    .gallery-next {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 2rem;
    }
    
    .gallery-prev {
        left: 0.625rem;
    }
    
    .gallery-next {
        right: 0.625rem;
    }
    
    .gallery-thumbnails {
        grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
        gap: 0.625rem;
    }
    
    .gallery-thumb {
        height: 4.375rem;
    }
}

/*--------------------------------------------------------------
Newsletter Section
--------------------------------------------------------------*/
.newsletter-section {
    padding: 5rem 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.newsletter-content {
    max-width: 50rem;
    margin: 0 auto;
}

.newsletter-title {
    font-size: 2.5rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-weight: 300;
}

.newsletter-subtitle {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

.newsletter-form {
    max-width: 37.5rem;
    margin: 0 auto;
}

.newsletter-input-group {
    display: flex;
    gap: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.newsletter-input {
    flex: 1;
    padding: 1.125rem 1.5625rem;
    font-size: 1rem;
    border: none;
    background: #fff;
    color: #333;
    outline: none;
}

.newsletter-input::placeholder {
    color: #999;
}

.newsletter-button {
    padding: 1.125rem 2.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
    background: #2c3e50;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.newsletter-button:hover {
    background: #1a252f;
}

/* Responsive */
@media (max-width: 768px) {
    .newsletter-title {
        font-size: 2rem;
    }
    
    .newsletter-subtitle {
        font-size: 1rem;
    }
    
    .newsletter-input-group {
        flex-direction: column;
    }
    
    .newsletter-button {
        width: 100%;
    }
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
    margin-top: 0;
}

.footer-main {
    padding: 3.75rem 0 2.5rem;
}

.footer-branding {
    text-align: center;
    margin-bottom: 3.125rem;
}

.footer-branding .custom-logo-link img {
    max-height: 3.75rem;
    width: auto;
}

.footer-site-title {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    color: inherit;
}

.footer-site-title a {
    color: inherit;
    text-decoration: none;
}

.footer-site-title a:hover {
    opacity: 0.8;
}

/* 3 Column Layout */
.footer-columns {
    display: grid;
    grid-template-columns: 20% 25% 35% 20%; /* 4 columns - map column wider */
    gap: 2.5rem;
    margin-bottom: 2.5rem;
}

/* When NO map - more balanced spacing */
.footer-columns:not(.has-map) {
    grid-template-columns: 1fr 1fr 1.5fr 1fr;
}

/* When map is shown - keep map column wide */
.footer-columns.has-map {
    grid-template-columns: 20% 20% 35% 25%;
}

.footer-column {
    
}

.footer-heading {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
    margin-bottom: 1.25rem;
    color: inherit;
}

/* Column 1: Quick Links */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 0.625rem;
}

.footer-menu a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-size: 0.95rem;
}

.footer-menu a:hover {
    opacity: 0.7;
}

/* Column 2: Contact Info */
.footer-contact-info p {
    margin: 0 0 0.75rem 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-hotel-name {
    font-weight: 600;
    font-size: 1.1rem !important;
    margin-bottom: 0.9375rem !important;
}

.footer-contact-info a {
    color: inherit;
    text-decoration: none;
}

.footer-contact-info a:hover {
    text-decoration: underline;
}

/* Column 3: Social + Map */
.footer-social-icons {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5625rem;
    flex-wrap: wrap;
}

.footer-social-icons .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social-icons .social-icon:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-0.125rem);
}

.footer-social-icons .dashicons {
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
}

.footer-map {
    margin-top: 1.25rem;
}

.footer-map iframe {
    width: 100%;
    height: 15.625rem;
    border: none;
    border-radius: 0.25rem;
}

/* Copyright Bar */
.footer-copyright {
    padding: 1.25rem 0;
    text-align: center;
    border-top: 0.0625rem solid rgba(255,255,255,0.1);
}

.footer-copyright p {
    margin: 0 0 0.5rem 0;
    font-size: 0.9rem;
}

.footer-copyright-text {
    font-weight: 500;
}

.footer-credit {
    font-size: 0.85rem !important;
    opacity: 0.8;
}

.footer-credit a {
    color: inherit;
    text-decoration: underline;
}

.footer-credit a:hover {
    opacity: 0.7;
}

/* Responsive */

/* Tablet: 2×2 Grid */
@media (max-width: 1199px) {
    .footer-columns,
    .footer-columns.has-map,
    .footer-columns:not(.has-map) {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    
    /* Order: Quick Links | Contact | Social+Map | Legal */
    .footer-column:nth-child(1) { order: 1; } /* Quick Links */
    .footer-column:nth-child(2) { order: 2; } /* Contact */
    .footer-column:nth-child(3) { order: 3; } /* Social+Map */
    .footer-column:nth-child(4) { order: 4; } /* Legal */
}

/* Mobile: Stacked */
@media (max-width: 968px) {
    .footer-columns,
    .footer-columns.has-map,
    .footer-columns:not(.has-map) {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .footer-column {
        order: initial; /* Natural order */
    }
    
    .footer-branding {
        margin-bottom: 2.5rem;
        text-align: center;
    }
    
    .footer-column {
        text-align: center;
    }
    
    .footer-social-icons {
        justify-content: center;
    }
    
    .footer-menu {
        text-align: center;
    }
    
    .site-footer,
    .footer-columns {
        overflow-x: hidden;
        max-width: 100%;
    }
    .site-footer {
        overflow-x: hidden;
    }
    
    .site-footer .container {
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
        overflow: hidden;
    }
}

/*--------------------------------------------------------------
/* ============================================
   ROOMS ARCHIVE PAGE - CLEAN VERSION
   ============================================ */

/* Page Container */
.rooms-archive-page {
    background: #fff;
    margin-top: 5rem; /* Clear fixed header */
}

/* Header */
/* Rooms List Container */
.rooms-list {
    padding: 4rem 0;
}

/* Individual Room Item */
.room-item {
    margin-bottom: 5rem;
}

/* Room Content Grid */
.room-content-wrapper {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 5vw;
    align-items: center;
    min-height: 40vh;
}

/* Room Details - First column */
.room-details {
    order: 1;
}

/* Room Image - Second column */
.room-image {
    order: 2;
    height: 40vh;
    min-height: 40vh;
    max-height: 40vh;
    overflow: hidden;
}

.room-image a {
    display: block;
    height: 100%;
    width: 100%;
}

.room-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Room Details */
.room-details-inner {
    padding: 0;
}

.room-title {
    font-size: 3rem;
    margin: 0 0 1.5rem 0;
    font-weight: 300;
}

.room-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.room-title a:hover {
    color: #b8964f;
}

/* Room Features */
.room-features {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.room-feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    color: #555;
}

.room-feature .dashicons {
    /* Color now set dynamically via customizer palette */
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
}

/* Room Excerpt */
.room-excerpt {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 2rem;
}

/* Room Actions */
.room-actions {
    display: flex;
    gap: 2rem;
    align-items: center;
}

/* Book Now Link - Gold Underlined */
.room-book {
    color: #b8964f;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.25rem;
    border-bottom: 0.125rem solid #b8964f;
    padding-bottom: 0.2rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.room-book:hover {
    color: #9a7a3f;
    border-bottom-color: #9a7a3f;
}

/* Amenities Toggle */
.room-amenities-toggle {
    color: #666;
    text-decoration: none;
    font-size: 1.25rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.room-amenities-toggle:hover {
    color: #333;
}

.room-amenities-toggle.active {
    color: #b8964f;
}

/* Amenities Dropdown */
.room-amenities-dropdown {
    display: none;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 0.0625rem solid #e0e0e0;
}

.room-amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.room-amenity-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    color: #555;
    text-transform: uppercase; /* WIFI not wifi */
    font-weight: 500;
}

.room-amenity-item .dashicons {
    font-size: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    /* Color set dynamically via palette CSS */
}

/* Responsive */
@media (max-width: 968px) {
    .room-content-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .room-image {
        height: 50vh;
        min-height: 50vh;
        max-height: 50vh;
    }
    
    .room-title {
        font-size: 2rem;
    }
    
    .room-amenities-grid {
        grid-template-columns: 1fr;
    }
}
   ROOM DETAILS MODAL
   ============================================ */

.room-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; /* Add padding for breathing room */
}

.room-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.room-modal-content {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 55rem; /* Reduced from 60rem */
    max-height: calc(100vh - 40px); /* Account for padding */
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 0 auto; /* Ensure horizontal centering */
    box-shadow: 0 10px 40px rgba(0,0,0,0.3); /* Better shadow */
}

.room-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 0.0625rem solid #e0e0e0;
    flex-shrink: 0; /* Prevent header from shrinking */
}

.room-modal-header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
}

.room-modal-close {
    background: none;
    border: none;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.room-modal-close:hover {
    color: #000;
}

.room-modal-body {
    overflow-y: auto;
    padding: 2rem; /* Consistent padding */
    flex: 1; /* Allow body to grow */
}

/* Modal Image Slider */
.modal-image-slider {
    position: relative;
    margin-bottom: 2rem;
}

.modal-slider-main {
    position: relative;
    height: 25rem;
    overflow: hidden;
    border-radius: 0.5rem;
}

.modal-slider-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.modal-slider-main img.active {
    display: block;
}

.modal-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.3s;
}

.modal-slider-arrow:hover {
    background: rgba(0, 0, 0, 0.7);
}

.modal-slider-arrow.prev {
    left: 1rem;
}

.modal-slider-arrow.next {
    right: 1rem;
}

/* Modal Room Info */
.modal-room-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.modal-room-meta {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 0.0625rem solid #e0e0e0;
}

.modal-meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    color: #666;
}

.modal-meta-item .dashicons {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

/* Modal Description */
.modal-room-description {
    margin-bottom: 2rem;
    line-height: 1.8;
    color: #555;
}

/* Modal Amenities */
.modal-amenities-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.modal-amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.modal-amenity-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f9f9f9;
    border-radius: 0.25rem;
}

.modal-amenity-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: #fff;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.modal-amenity-name {
    font-size: 0.95rem;
    color: #333;
}

/* Modal Book Button */
.modal-book-button {
    display: block;
    width: 100%;
    padding: 1rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    /* Colors now set by dynamic CSS using palette */
}

.modal-book-button:hover {
    /* Hover colors now set by dynamic CSS using palette */
}

/* Responsive */
@media (max-width: 768px) {
    .room-modal-content {
        width: 95%;
        max-height: 95vh;
    }
    
    .modal-slider-main {
        height: 15rem;
    }
    
    .modal-amenities-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   ROOM MODAL
   ============================================ */

/* Prevent body scroll when modal open */
body.room-modal-open {
    overflow: hidden;
}

/* Modal Overlay */
.room-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem; /* More top/bottom padding */
}

/* Modal Container */
.room-modal {
    background: #fff;
    max-width: 60rem;
    width: 100%;
    max-height: 85vh; /* Slightly smaller to ensure spacing */
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: auto; /* Ensure centering */
}

/* Modal Header */
.room-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 0.0625rem solid #e0e0e0;
}

.room-modal-header h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
}

.room-modal-close {
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.room-modal-close:hover {
    color: #000;
}

/* Modal Content */
.room-modal-content {
    overflow-y: auto;
    padding: 2rem;
}

/* Image Slider */
.room-modal-slider {
    position: relative;
    margin-bottom: 2rem;
}

.room-slider-main {
    position: relative;
    width: 100%;
    height: 25rem;
    overflow: hidden;
    border-radius: 0.5rem;
}

.room-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.room-slide.active {
    opacity: 1;
}

.room-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Slider Navigation */
.room-slider-prev,
.room-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

.room-slider-prev:hover,
.room-slider-next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
}

.room-slider-prev {
    left: 1rem;
}

.room-slider-next {
    right: 1rem;
}

/* Room Details */
.room-modal-details h3 {
    font-size: 2rem;
    margin: 0 0 1rem 0;
    font-weight: 300;
}

/* Features */
.room-modal-features {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.room-modal-feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #555;
}

.room-modal-feature .dashicons {
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    color: #b8964f;
}

/* Description */
.room-modal-description {
    margin-bottom: 2rem;
    line-height: 1.7;
    color: #555;
}

/* Amenities */
.room-modal-amenities h4 {
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
    font-weight: 400;
}

.room-modal-amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.room-modal-amenity {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f9f9f9;
    border-radius: 0.25rem;
}

.room-modal-amenity .dashicons {
    color: #b8964f;
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

/* Book Button */
.room-modal-actions {
    text-align: center;
    padding-top: 1rem;
}

.room-modal-book-btn {
    display: inline-block;
    padding: 1rem 3rem;
    background: #b8964f;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

.room-modal-book-btn:hover {
    background: #9a7a3f;
    transform: translateY(-0.125rem);
    box-shadow: 0 4px 15px rgba(184, 150, 79, 0.3);
}

/* Responsive */
@media (max-width: 48rem) {
    .room-modal-overlay {
        padding: 0;
    }
    
    .room-modal {
        max-width: 100%;
        max-height: 100vh;
        border-radius: 0;
    }
    
    .room-slider-main {
        height: 15rem;
    }
    
    .room-modal-amenities-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   BOOKING PAGE STYLING
   ============================================ */

/* Booking Page Container */
.rph-booking-page {
    max-width: 75rem;
    margin: 3rem auto;
    padding: 0 2rem;
}

/* Booking Page Header */
.rph-booking-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 0.0625rem solid #e0e0e0;
}

.rph-booking-header h1 {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0;
    color: #333;
}

/* Two Column Grid Layout */
.rph-booking-grid {
    display: grid !important;
    grid-template-columns: 1fr 25rem !important;
    gap: 3rem !important;
    align-items: start !important;
}

/* Form Container */
.rph-booking-form-container {
    /* No additional styling needed - grid handles layout */
}

/* Form Sections */
.rph-form-section {
    background: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.rph-form-section h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 1.5rem 0;
    padding-bottom: 1rem;
    border-bottom: 0.0625rem solid #e0e0e0;
}

/* Form Groups */
.rph-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.rph-form-group {
    margin-bottom: 1.5rem;
}

.rph-form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.rph-form-group label .required {
    color: #d32f2f;
}

/* Form Inputs */
.rph-form-group input[type="text"],
.rph-form-group input[type="email"],
.rph-form-group input[type="tel"],
.rph-form-group textarea,
.rph-form-group select {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 0.0625rem solid #ddd;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.rph-form-group input:focus,
.rph-form-group textarea:focus,
.rph-form-group select:focus {
    outline: none;
    border-color: #b8964f;
    box-shadow: 0 0 0 3px rgba(184, 150, 79, 0.1);
}

.rph-form-group textarea {
    min-height: 6rem;
    resize: vertical;
}

/* Add-ons Section */
.rph-addons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rph-addon-item {
    padding: 1.25rem;
    background: #f9f9f9;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.rph-addon-item:hover {
    background: #f0f0f0;
}

.rph-addon-details h4 {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    font-weight: 500;
}

.rph-addon-description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.rph-addon-price {
    color: #b8964f;
    font-weight: 600;
}

.rph-addon-quantity {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.rph-addon-quantity select {
    padding: 0.5rem;
    border: 0.0625rem solid #ddd;
    border-radius: 0.25rem;
    min-width: 5rem;
}

/* Booking Summary Sidebar */
.rph-booking-summary {
    background: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 2rem;
}

.rph-booking-summary h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 1.5rem 0;
}

.rph-summary-room-image {
    width: 100%;
    height: 12rem;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.rph-summary-room-name {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.rph-summary-details {
    border-top: 0.0625rem solid #e0e0e0;
    border-bottom: 0.0625rem solid #e0e0e0;
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
}

.rph-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.rph-summary-row strong {
    font-weight: 600;
}

.rph-summary-pricing {
    margin-bottom: 1.5rem;
}

.rph-summary-subtotal,
.rph-summary-addon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    color: #666;
}

.rph-summary-total {
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    font-weight: 600;
    padding-top: 1rem;
    border-top: 0.125rem solid #333;
    color: #333;
}

.rph-summary-total-amount {
    color: #b8964f;
}

/* Terms and Conditions */
.rph-terms-checkbox {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    margin: 2rem 0;
}

.rph-terms-checkbox input[type="checkbox"] {
    margin-top: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.rph-terms-checkbox label {
    font-size: 0.95rem;
    line-height: 1.6;
}

.rph-terms-checkbox a {
    color: #b8964f;
    text-decoration: underline;
}

/* Submit Button */
.rph-submit-button {
    width: 100%;
    padding: 1.25rem;
    color: #fff;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    /* Colors and styling now set by dynamic CSS using palette */
}

.rph-submit-button:hover {
    /* Hover styling now set by dynamic CSS using palette */
}

.rph-submit-button:disabled {
    /* Disabled styling now set by dynamic CSS using palette */
}

/* Messages */
.rph-message {
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.rph-message.error {
    background: #ffebee;
    color: #c62828;
    border-left: 0.25rem solid #c62828;
}

.rph-message.success {
    background: #e8f5e9;
    color: #2e7d32;
    border-left: 0.25rem solid #2e7d32;
}

/* Booking Confirmation */
.rph-booking-confirmation {
    max-width: 50rem;
    margin: 3rem auto;
    padding: 3rem;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
    text-align: center;
}

.rph-confirmation-icon {
    font-size: 4rem;
    color: #4caf50;
    margin-bottom: 1rem;
}

.rph-confirmation-title {
    color: #4caf50;
    margin: 0.5rem 0;
    font-size: 2rem;
}

.rph-confirmation-details {
    background: #f9f9f9;
    padding: 2rem;
    border-radius: 0.5rem;
    margin: 2rem 0;
    text-align: left;
}

.rph-confirmation-details table {
    width: 100%;
    border-collapse: collapse;
}

.rph-confirmation-details tr {
    border-bottom: 0.0625rem solid #ddd;
}

.rph-confirmation-details td {
    padding: 1rem 0;
}

/* Responsive */
@media (max-width: 60rem) {
    .rph-booking-grid {
        grid-template-columns: 1fr;
    }
    
    .rph-booking-summary {
        position: static;
        order: -1;
    }
    
    .rph-form-row {
        grid-template-columns: 1fr;
    }
}

/* Modal Booking Form */
.room-modal-booking-form {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 0.5rem;
}

.room-modal-booking-form h4 {
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
    font-weight: 400;
}

.room-modal-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.room-modal-form-group {
    display: flex;
    flex-direction: column;
}

.room-modal-form-group label {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.room-modal-input {
    padding: 0.75rem;
    border: 0.0625rem solid #ddd;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.room-modal-input:focus {
    outline: none;
    border-color: #b8964f;
    box-shadow: 0 0 0 3px rgba(184, 150, 79, 0.1);
}

/* Book Button as actual button */
.room-modal-book-btn {
    width: 100%;
    padding: 1rem 3rem;
    background: #b8964f;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0.25rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.room-modal-book-btn:hover {
    background: #9a7a3f;
    transform: translateY(-0.125rem);
    box-shadow: 0 4px 15px rgba(184, 150, 79, 0.3);
}

@media (max-width: 48rem) {
    .room-modal-form-row {
        grid-template-columns: 1fr;
    }
}

/* Fix navigation on single room booking pages */
body.single-rph_room_type .site-header {
    background: #fff !important;
}

body.single-rph_room_type .main-navigation a {
    color: #333 !important;
}

body.single-rph_room_type .site-branding .site-title a {
    color: #333 !important;
}

/* Fix navigation on rooms archive page */
.post-type-archive-rph_room_type .site-header {
    background: #fff !important;
}

.post-type-archive-rph_room_type .main-navigation a {
    color: #333 !important;
}

.post-type-archive-rph_room_type .site-branding .site-title a {
    color: #333 !important;
}

/* Fix Book Now button in nav on rooms page */
.post-type-archive-rph_room_type .main-navigation .cta-button,
.post-type-archive-rph_room_type .main-navigation .button {
    color: #fff !important;
    background: #2271b1 !important;
}

/* ============================================
   BOOKING MODAL (Nav Button)
   ============================================ */

/* Prevent body scroll when modal open */
body.booking-modal-open {
    overflow: hidden;
}

/* Modal Overlay */
.booking-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

/* Modal Container */
.booking-modal {
    background: #fff;
    max-width: 35rem;
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
}

/* Modal Header */
.booking-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-bottom: 0.0625rem solid #e0e0e0;
    background: #f9f9f9;
}

.booking-modal-header h2 {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 400;
    color: #333;
}

.booking-modal-close {
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.booking-modal-close:hover {
    color: #000;
}

/* Modal Content */
.booking-modal-content {
    padding: 2rem;
}

/* Booking Form */
.booking-search-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.booking-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.booking-form-group {
    display: flex;
    flex-direction: column;
}

.booking-form-group label {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.booking-form-group input,
.booking-form-group select {
    padding: 0.75rem;
    border: 0.0625rem solid #ddd;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.booking-form-group input:focus,
.booking-form-group select:focus {
    outline: none;
    /* Border color now set by dynamic CSS using palette */
}

/* Submit Button */
.booking-search-submit {
    padding: 1rem 2rem;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
    /* Colors now set by dynamic CSS using palette */
}

.booking-search-submit:hover {
    /* Hover colors now set by dynamic CSS using palette */
}

/* Responsive */
@media (max-width: 48rem) {
    .booking-form-row {
        grid-template-columns: 1fr;
    }
    
    .booking-modal {
        margin: 0;
        max-height: 100vh;
    }
}

/* ============================================
   WHITE HEADER PAGES (Non-Homepage)
   ============================================ */

/* Apply to all pages except front page */
body:not(.home) .site-header {
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

body:not(.home) .main-navigation a:not(.header-book-now-btn) {
    color: #333 !important;
}

/* Active menu item - must override the nav link colour rule above */
body:not(.home) .site-header .main-navigation .current-menu-item > a:not(.header-book-now-btn),
body:not(.home) .site-header .main-navigation .current_page_item > a:not(.header-book-now-btn),
body.home .site-header .main-navigation .current-menu-item > a,
body.home .site-header .main-navigation .current_page_item > a {
    color: var(--accent-secondary, #9a7a3f) !important;
}

body:not(.home) .site-branding .site-title a {
    color: #333 !important;
}

/* Keep Book Now button styled properly on all pages - uses palette accent colors */
.header-book-now-btn,
.header-book-now-btn:visited {
    color: #fff !important;
}

.header-book-now-btn:hover,
.header-book-now-btn:focus {
    color: #fff !important;
    transform: translateY(-0.125rem);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ============================================
   ABOUT PAGE
   ============================================ */

/* Page Hero (reusable for all pages) */
.page-hero {
    min-height: 50rem;
    height: 50rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 5rem;
    width: 100%;
}

.page-hero-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
}

.page-hero-overlay .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
}

.page-hero-title {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 300;
    margin: 0 0 1rem 0;
    text-shadow: 0 0.125rem 0.9375rem rgba(0, 0, 0, 0.4);
}

.page-hero-subtitle {
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
    text-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0.3);
}

/* About Content Section */
.about-content-section {
    padding: 4rem 0 2.5rem;
    background: #fff;
}

.about-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-content-grid.layout-image_right {
    grid-template-columns: 1fr 1fr;
}

.about-content-grid.layout-image_right .about-content-image {
    order: 2;
}

.about-content-grid.layout-image_right .about-content-text {
    order: 1;
}

.about-content-image img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
}

.about-content-text h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 0 1.5rem 0;
}

.about-text-content {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #555;
}

.about-text-content p {
    margin-bottom: 1.5rem;
}

/* Text Only - Centered */
.about-content-centered {
    max-width: 50rem;
    margin: 0 auto;
    text-align: center;
}

.about-content-centered h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 0 2rem 0;
}

.about-content-centered .about-text-content {
    font-size: 1.125rem;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 60rem) {
    .page-hero {
        min-height: 31.25rem;
        height: 31.25rem;
    }
    
    .page-hero-title {
        font-size: 3rem;
    }
    
    .page-hero-subtitle {
        font-size: 1.35rem;
    }
    
    .about-content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-content-grid.layout-image_right .about-content-image,
    .about-content-grid.layout-image_right .about-content-text {
        order: unset;
    }
}

/* ============================================
   CONTACT PAGE
   ============================================ */

.contact-content-section {
    padding: 5rem 0;
    background: #fff;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: stretch;
}

/* Contact Info */
.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-info h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 0 2rem 0;
    text-align: left;
}

.contact-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.contact-item .dashicons {
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    color: #b8964f;
    flex-shrink: 0;
}

.contact-item-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: #333;
}

.contact-item-content p {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #555;
}

.contact-item-content a {
    color: #2271b1;
    text-decoration: none;
}

.contact-item-content a:hover {
    text-decoration: underline;
}

/* Map */
.map-container {
    width: 100%;
    height: 100%;
    min-height: 31.25rem;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    min-height: 31.25rem;
    border: 0;
}

.map-placeholder {
    width: 100%;
    min-height: 31.25rem;
    background: #f9f9f9;
    border: 0.125rem dashed #ddd;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}

.map-placeholder p {
    color: #999;
    font-size: 1.125rem;
}

/* Responsive */
@media (max-width: 60rem) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .map-container,
    .map-container iframe,
    .map-placeholder {
        min-height: 25rem;
    }
}

@media (max-width: 768px) {
    .contact-content-section {
        text-align: center;
    }
    .contact-item {
        justify-content: center;
    }
    .contact-item-content {
        text-align: left; /* Keep contact details left-aligned for readability */
    }
    .contact-form-container {
        text-align: left; /* Keep form labels/inputs left-aligned */
    }
    .contact-info h2,
    .contact-form-container h3 {
        text-align: center;
    }
}

/* Contact Form */
.contact-form-container {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 0.0625rem solid #e0e0e0;
}

.contact-form-container h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1.5rem 0;
    color: #333;
}

.contact-form .form-group {
    margin-bottom: 1.25rem;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 1rem;
    border: 0.0625rem solid #ddd;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #b8964f;
    box-shadow: 0 0 0 0.1875rem rgba(184, 150, 79, 0.1);
}

.contact-form textarea {
    resize: vertical;
    min-height: 9.375rem;
}

.contact-submit-btn {
    padding: 1rem 2.5rem;
    background: #b8964f;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-submit-btn:hover {
    background: #9a7a3f;
    transform: translateY(-0.125rem);
    box-shadow: 0 0.25rem 0.9375rem rgba(184, 150, 79, 0.3);
}

/* ============================================
   GALLERY PAGE
   ============================================ */

.gallery-content-section {
    padding: 5rem 0;
    background: #fff;
}

.gallery-description {
    max-width: 50rem;
    margin: 0 auto 4rem;
    text-align: center;
}

.gallery-description p {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #555;
}

/* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    gap: 1.5rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    aspect-ratio: 1;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay .dashicons {
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
    color: #fff;
}

/* Empty State */
.gallery-empty {
    text-align: center;
    padding: 4rem 2rem;
    background: #f9f9f9;
    border-radius: 0.5rem;
}

.gallery-empty p {
    font-size: 1.125rem;
    color: #999;
    margin: 0;
}

/* Responsive */
@media (max-width: 48rem) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
        gap: 1rem;
    }
}

/* ============================================
   AMENITIES PAGE
   ============================================ */

.amenities-content-section {
    padding: 5rem 0;
    background: #fff;
}

/* Intro */
.amenities-intro {
    max-width: 50rem;
    margin: 0 auto 4rem;
    text-align: center;
}

.amenities-intro h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 0 1.5rem 0;
}

.amenities-intro p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

/* Amenities Grid - Expanded Cards */
.amenities-page-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    gap: 2rem;
}

.amenity-card {
    background: #f9f9f9;
    padding: 2.5rem;
    border-radius: 0.5rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 0.0625rem solid #e0e0e0;
}

.amenity-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
    border-color: #b8964f;
}

.amenity-icon {
    margin-bottom: 1.5rem;
}

.amenity-icon .dashicons {
    font-size: 4rem;
    width: 4rem;
    height: 4rem;
    color: #b8964f;
}

.amenity-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    color: #333;
}

.amenity-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Empty State */
.amenities-empty {
    text-align: center;
    padding: 4rem 2rem;
    background: #f9f9f9;
    border-radius: 0.5rem;
}

.amenities-empty p {
    font-size: 1.125rem;
    color: #999;
    margin: 0;
}

/* Responsive */
@media (max-width: 48rem) {
    .amenities-page-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .amenity-card {
        padding: 1.25rem 1rem;
    }

    .amenity-icon {
        margin-bottom: 0.75rem;
    }

    .amenity-icon .dashicons {
        font-size: 2.5rem;
        width: 2.5rem;
        height: 2.5rem;
    }

    .amenity-card h3 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
}

/* ============================================
   NEARBY ATTRACTIONS PAGE
   ============================================ */

.nearby-content-section {
    padding: 5rem 0;
    background: #fff;
}

/* Intro */
.nearby-intro {
    max-width: 50rem;
    margin: 0 auto 4rem;
    text-align: center;
}

.nearby-intro h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 0 1.5rem 0;
}

.nearby-intro p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

/* Nearby Grid - Expanded Cards */
.nearby-page-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    gap: 2rem;
}

.nearby-card {
    background: #f9f9f9;
    padding: 2.5rem;
    border-radius: 0.5rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 0.0625rem solid #e0e0e0;
}

.nearby-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
    border-color: #b8964f;
}

.nearby-icon {
    margin-bottom: 1.5rem;
}

.nearby-icon .dashicons {
    font-size: 4rem;
    width: 4rem;
    height: 4rem;
    color: #b8964f;
}

.nearby-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    color: #333;
}

.nearby-distance {
    font-size: 1rem;
    color: #666;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.nearby-distance .dashicons {
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    color: #b8964f;
}

.nearby-desc {
    font-size: 0.9rem;
    color: #777;
    margin: 0.5rem 0 0;
    line-height: 1.5;
    text-align: center;
}

/* Empty State */
.nearby-empty {
    text-align: center;
    padding: 4rem 2rem;
    background: #f9f9f9;
    border-radius: 0.5rem;
}

.nearby-empty p {
    font-size: 1.125rem;
    color: #999;
    margin: 0;
}

/* Responsive */
@media (max-width: 48rem) {
    .nearby-page-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .nearby-card {
        padding: 2rem;
    }
}

/* ============================================
   NO HERO - TOP SPACING FIX
   ============================================ */

/* When hero is disabled, add top margin to first section */
.no-hero .about-content-section,
.no-hero .amenities-content-section,
.no-hero .contact-content-section,
.no-hero .gallery-content-section,
.no-hero .nearby-content-section,
.no-hero .rooms-list {
    margin-top: 5rem;
}

/* ============================================
   CTA (CALL-TO-ACTION) SECTION
   ============================================ */

.cta-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6.25rem 0;
    position: relative;
}

.cta-overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 4rem 2rem;
}

.cta-content {
    text-align: center;
    max-width: 50rem;
    margin: 0 auto;
}

.cta-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
    margin: 0 0 1.5rem 0;
}

.cta-description {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.8;
    margin: 0 0 2.5rem 0;
}

.cta-button {
    display: inline-block;
    padding: 1.25rem 3rem;
    background: #b8964f;
    color: #fff;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #9a7a3f;
    transform: translateY(-0.125rem);
    box-shadow: 0 0.5rem 1.5rem rgba(184, 150, 79, 0.4);
}

/* Responsive */
@media (max-width: 48rem) {
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-description {
        font-size: 1.125rem;
    }
    
    .cta-section {
        padding: 4rem 0;
    }
}

/* ============================================
   REUSABLE SECTIONS - STYLING FIXES
   ============================================ */

/* Testimonials Section Fixes */
.testimonials-section.reusable-section {
    text-align: center;
    padding: 5rem 0;
}

.testimonials-section.reusable-section .section-title,
.testimonials-section .testimonials-title {
    color: #fff;
    text-align: center;
    margin-bottom: 3rem;
}

/* Gallery Section Fixes */
.gallery-section.reusable-section {
    padding: 5rem 0;
}

.gallery-section .section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.gallery-section .section-title {
    color: #2c3e50;
    text-align: center;
}

.gallery-section .section-subtitle {
    color: #b8964f;
    text-align: center;
}

/* CTA Section Fixes */
.cta-section.reusable-section {
    margin-bottom: 0;
}

.cta-button:hover {
    background: #9a7a3f;
    color: #fff !important;
    transform: translateY(-0.125rem);
    box-shadow: 0 0.5rem 1.5rem rgba(184, 150, 79, 0.4);
}

/* Newsletter Section - Match Front Page */
.newsletter-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 5rem 0;
    position: relative;
}

.newsletter-overlay {
    background: rgba(0, 0, 0, 0.3);
    padding: 3rem 0;
}

.newsletter-content {
    text-align: center;
    max-width: 50rem;
    margin: 0 auto;
}

.newsletter-content h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 0 1rem 0;
}

.newsletter-content p {
    color: #ecf0f1;
    font-size: 1.125rem;
    margin: 0 0 2rem 0;
}

.newsletter-form {
    display: flex;
    max-width: 37.5rem;
    margin: 0 auto;
    gap: 0.5rem;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 0.25rem;
    font-size: 1rem;
}

.newsletter-form button {
    padding: 1rem 2rem;
    background: #b8964f;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.newsletter-form button:hover {
    background: #9a7a3f;
    transform: translateY(-0.125rem);
}

@media (max-width: 48rem) {
    .newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-content h2 {
        font-size: 2rem;
    }
}

/* ============================================
   NEWSLETTER FORM - ALIGNMENT & SPACING FIX
   ============================================ */

.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 37.5rem;
    margin: 0 auto;
    gap: 1rem; /* Spacing between input and button */
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 0.25rem;
    font-size: 1rem;
}

.newsletter-form button {
    padding: 1rem 2rem;
    background: #b8964f;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap; /* Prevent button text wrapping */
}

.newsletter-form button:hover {
    background: #9a7a3f;
    transform: translateY(-0.125rem);
}

@media (max-width: 48rem) {
    .newsletter-form {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .newsletter-form input[type="email"],
    .newsletter-form button {
        width: 100%;
    }
}

/* ============================================
   REUSABLE GALLERY LIGHTBOX
   ============================================ */

.reusable-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.reusable-lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    cursor: pointer;
}

.reusable-lightbox-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reusable-lightbox-image {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    position: relative;
    z-index: 1000000;
}

.reusable-lightbox-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 2.5rem;
    width: 3.5rem;
    height: 3.5rem;
    cursor: pointer;
    z-index: 1000001;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.reusable-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.reusable-lightbox-prev,
.reusable-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0.25rem;
    font-size: 3rem;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    z-index: 1000001;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.reusable-lightbox-prev:hover,
.reusable-lightbox-next:hover {
    background: rgba(255, 255, 255, 0.2);
}

.reusable-lightbox-prev {
    left: 1.25rem;
}

.reusable-lightbox-next {
    right: 1.25rem;
}

.reusable-lightbox-counter {
    position: absolute;
    bottom: 1.875rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.125rem;
    z-index: 1000001;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 1.25rem;
}

@media (max-width: 48rem) {
    .reusable-lightbox-prev {
        left: 0.5rem;
        width: 3rem;
        height: 3rem;
        font-size: 2rem;
    }
    
    .reusable-lightbox-next {
        right: 0.5rem;
        width: 3rem;
        height: 3rem;
        font-size: 2rem;
    }
    
    .reusable-lightbox-close {
        top: 0.5rem;
        right: 0.5rem;
        width: 3rem;
        height: 3rem;
        font-size: 2rem;
    }
}

/* ============================================
   MOBILE MENU
   ============================================ */

/* Hide checkbox */
.mobile-menu-checkbox {
    display: none;
}

/* Mobile Menu Toggle Button - HIDDEN on desktop */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    z-index: 10003;
    flex-direction: column;
    gap: 0.375rem;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    position: relative;
}

.menu-toggle-bar {
    width: 1.75rem;
    height: 0.1875rem;
    background: currentColor;
    transition: all 0.3s ease;
    border-radius: 0.125rem;
    display: block;
}

/* Animated hamburger to X when checked */
.mobile-menu-checkbox:checked ~ .mobile-menu-toggle .menu-toggle-bar:nth-child(1) {
    transform: translateY(0.5625rem) rotate(45deg);
}

.mobile-menu-checkbox:checked ~ .mobile-menu-toggle .menu-toggle-bar:nth-child(2) {
    opacity: 0;
}

.mobile-menu-checkbox:checked ~ .mobile-menu-toggle .menu-toggle-bar:nth-child(3) {
    transform: translateY(-0.5625rem) rotate(-45deg);
}

/* Mobile menu overlay - hidden by default */
.mobile-menu-overlay {
    display: none;
}

/* Mobile Navigation Styles */
@media (max-width: 48rem) {
    .mobile-menu-toggle {
        display: flex;
    }
    
    .main-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 20rem;
        height: auto;
        max-height: 100vh;
        background: #fff;
        box-shadow: -2px 0 10px rgba(0,0,0,0.1);
        transition: right 0.3s ease;
        z-index: 10001;
        overflow-y: auto;
    }
    
    /* Show menu when checkbox is checked */
    .mobile-menu-checkbox:checked ~ .main-navigation {
        right: 0;
    }
    
    .nav-menu-wrapper {
        padding: 4.5rem 0 1rem !important;
        min-height: 0 !important;
    }
    
    .nav-menu {
        flex-direction: column !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }
    
    .nav-menu li {
        border-bottom: 1px solid #eee !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .nav-menu li:first-child {
        border-top: 1px solid #eee !important;
    }
    
    .nav-menu a {
        display: block !important;
        padding: 1.125rem 1.5rem !important;
        color: #333 !important;
        font-size: 1rem !important;
        line-height: 1.4 !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        text-decoration: none !important;
        font-weight: 500 !important;
        transition: background 0.2s ease !important;
    }
    
    .nav-menu a:hover,
    .nav-menu a:focus,
    .nav-menu a:active {
        background: #f5f5f5;
        color: #000 !important;
    }
    
    /* Active state in mobile */
    .nav-menu .current-menu-item > a {
        color: var(--accent-primary, #c9a227) !important;
        font-weight: 600;
        background: #f9f9f9;
    }
    
    /* Hide Book Now button in mobile menu */
    .main-navigation .header-book-now-btn {
        display: none !important;
    }
    
    /* Mobile menu overlay */
    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
        display: none;
        cursor: pointer;
    }
    
    /* Show overlay when menu is open */
    .mobile-menu-checkbox:checked ~ .mobile-menu-overlay {
        display: block;
    }
    
    /* Solid background on mobile */
    body:not(.home) .site-header {
        background: #fff !important;
    }
    
    /* Always show solid header on mobile */
    .site-header {
        background: rgba(255,255,255,0.98) !important;
        backdrop-filter: blur(10px);
    }
    
    .site-header .site-title a,
    .site-header .mobile-menu-toggle {
        color: #333 !important;
    }
    
    /* Make bars visible */
    .mobile-menu-toggle .menu-toggle-bar {
        background: #333 !important;
        opacity: 1 !important;
    }
    
    /* Header inner layout on mobile */
    .header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

/* Tablet adjustments */
@media (max-width: 60rem) and (min-width: 48.0625rem) {
    .nav-menu {
        gap: 0.75rem;
    }
}

/* Container mobile adjustments */
@media (max-width: 48rem) {
    .container {
        padding: 0 1rem;
    }
    
    .container-wide {
        padding: 0 1rem;
    }
}

/* ============================================
   GLOBAL RESPONSIVE FIXES
   ============================================ */

.site {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

#page {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

/* Prevent any element from causing horizontal overflow */
img, video, iframe, embed, object {
    max-width: 100%;
    height: auto;
}

/* Mobile-specific overrides */
@media (max-width: 48rem) {
    .site-header .container,
    .site-content .container,
    .site-footer .container {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    /* Ensure branding doesn't overflow */
    .site-branding {
        max-width: calc(100% - 3.5rem);
        overflow: hidden;
    }
    
    .site-title {
        font-size: 1.25rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    /* Fix any section that might overflow */
    section,
    .container,
    .content-wrapper,
    .about-wrapper {
        max-width: 100%;
    }
}

/* ============================================
   FOOTER MOBILE OVERFLOW FIX
   ============================================ */
@media (max-width: 48rem) {
    .site-footer,
    .site-footer * {
        max-width: 100%;
    }
    
    .footer-content {
        padding: 0 1rem;
    }
}

/* ============================================
   PROMOTIONS PAGE
   ============================================ */

.promotions-content-section {
    padding: 5rem 0;
    background: #fff;
}

/* Intro */
.promotions-intro {
    max-width: 50rem;
    margin: 0 auto 4rem;
    text-align: center;
}

.promotions-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.promotions-intro p {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.7;
}

/* Promotions Grid */
.promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
    gap: 2rem;
}

/* Promo Card */
.promo-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.promo-card-image {
    position: relative;
    height: 14rem;
    overflow: hidden;
}

.promo-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.promo-card:hover .promo-card-image img {
    transform: scale(1.05);
}

.promo-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, var(--accent-primary, #c9a227), var(--accent-secondary, #b8960f));
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.promo-card-content {
    padding: 1.5rem;
}

.promo-card-title {
    font-size: 1.375rem;
    margin: 0 0 0.75rem;
    color: #1a1a2e;
}

.promo-card-description {
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.promo-card-meta {
    margin-bottom: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.promo-code {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.promo-code-label {
    font-size: 0.875rem;
    color: #666;
}

.promo-code-value {
    background: #f5f5f5;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--accent-primary, #c9a227);
    letter-spacing: 0.05em;
}

.promo-dates,
.promo-min-nights {
    font-size: 0.8125rem;
    color: #888;
    margin: 0.25rem 0;
}

.promo-card-button {
    display: block;
    width: 100%;
    padding: 0.875rem;
    background: var(--accent-primary, #c9a227);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: background 0.3s ease;
}

.promo-card-button:hover {
    background: var(--accent-secondary, #b8960f);
    color: #fff;
}

/* No Promotions */
.no-promotions {
    text-align: center;
    padding: 4rem 2rem;
    background: #f9f9f9;
    border-radius: 1rem;
}

.no-promotions-icon {
    font-size: 4rem;
    color: #ddd;
    margin-bottom: 1rem;
}

.no-promotions-icon .dashicons {
    font-size: 4rem;
    width: 4rem;
    height: 4rem;
}

.no-promotions h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.no-promotions p {
    color: #666;
    margin-bottom: 1.5rem;
}

.no-promotions .button {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: var(--accent-primary, #c9a227);
    color: #fff;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 600;
}

.no-promotions .button:hover {
    background: var(--accent-secondary, #b8960f);
}

/* Promotions Mobile */
@media (max-width: 768px) {
    .promotions-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .promo-card-image {
        height: 12rem;
    }
    
    .promotions-intro h2 {
        font-size: 2rem;
    }
}

/* No hero - promotions page top margin */
.no-hero .promotions-content-section {
    margin-top: 5rem;
}


/* ============================================================
   RESERVEPRESS HOTELS PLUGIN — MISSING OUTPUT STYLES
   Added: covers all shortcode & block rendered HTML classes
   ============================================================ */

/* --------------------------------------------------
   Room Grid  [rph_rooms] / rph/room-grid block
   -------------------------------------------------- */
.rph-room-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.75rem;
    padding: 2rem 0;
}

/* --------------------------------------------------
   Room Card  [rph_rooms], [rph_room] / rph/room-card
   -------------------------------------------------- */
.rph-room-card {
    background: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}
.rph-room-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
.rph-room-card-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.rph-room-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.rph-room-card:hover .rph-room-card-image img {
    transform: scale(1.04);
}
.rph-room-card-body {
    padding: 1.25rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.rph-room-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a2e4a;
    margin: 0 0 0.5rem;
}
.rph-room-card-price {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--accent-primary, #b8964f);
    margin: 0 0 0.75rem;
}
.rph-room-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 1rem;
}
.rph-room-card-meta .dashicons {
    font-size: 0.9rem;
    color: var(--accent-primary, #b8964f);
    vertical-align: middle;
    margin-right: 3px;
}
.rph-room-card-footer {
    margin-top: auto;
    padding-top: 1rem;
}
.rph-room-card .button,
.rph-room-card .book-button {
    display: block;
    text-align: center;
}

/* --------------------------------------------------
   Promotions List  [rph_promotions] / rph/promotions
   -------------------------------------------------- */
.rph-promotions-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 1.75rem;
    padding: 2rem 0;
}
.rph-promotion-card {
    background: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}
.rph-promotion-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
.rph-promotion-card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
}
.rph-promotion-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rph-promotion-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: var(--accent-primary, #b8964f);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.3rem 0.7rem;
    border-radius: 0.25rem;
    text-transform: uppercase;
}
.rph-promotion-card-body {
    padding: 1.25rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.rph-promotion-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a2e4a;
    margin: 0 0 0.5rem;
}
.rph-promotion-card-description {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}
.rph-promotion-code {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #f9fafb;
    border: 1px dashed #d1d5db;
    border-radius: 0.25rem;
    padding: 0.4rem 0.75rem;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}
.rph-promotion-code code {
    font-weight: 700;
    color: #1a2e4a;
    letter-spacing: 0.1em;
}
.rph-promotion-dates,
.rph-promotion-min-nights {
    font-size: 0.8rem;
    color: #9ca3af;
    margin: 0.2rem 0;
}
.rph-promotion-card-footer {
    margin-top: auto;
    padding-top: 1rem;
}

/* Empty state */
.rph-no-promotions {
    text-align: center;
    padding: 4rem 2rem;
    color: #9ca3af;
}
.rph-no-promotions .dashicons {
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
    color: #d1d5db;
    display: block;
    margin: 0 auto 1rem;
}
.rph-no-promotions h3 {
    font-size: 1.2rem;
    color: #4b5563;
    margin-bottom: 0.5rem;
}

/* --------------------------------------------------
   Availability Calendar  [rph_availability_calendar]
   -------------------------------------------------- */
.rph-availability-calendar {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 1.5rem 0;
    font-size: 0.9rem;
}
.rph-calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.rph-calendar-nav {
    display: flex;
    gap: 0.5rem;
}
.rph-calendar-nav button {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
}
.rph-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}
.rph-calendar-day {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
.rph-calendar-day.available { background: #dcfce7; color: #166534; }
.rph-calendar-day.unavailable { background: #fee2e2; color: #991b1b; cursor: not-allowed; }
.rph-calendar-day.selected { background: var(--accent-primary, #b8964f); color: #fff; }
.rph-calendar-day.today { font-weight: 700; border: 2px solid var(--accent-primary, #b8964f); }
.rph-calendar-day-header {
    font-weight: 600;
    font-size: 0.75rem;
    text-align: center;
    padding: 0.5rem 0;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* --------------------------------------------------
   My Reservations  [rph_my_reservations]
   -------------------------------------------------- */
.rph-my-reservations {
    padding: 1rem 0 3rem;
}
.rph-my-reservations-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}
.rph-my-reservations h2 {
    font-size: 1.4rem;
    color: #1a2e4a;
    margin: 0;
}
.rph-reservations-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    box-shadow: 0 1px 8px rgba(0,0,0,0.06);
    border-radius: 0.5rem;
    overflow: hidden;
}
.rph-reservations-table th {
    background: #1a2e4a;
    color: #fff;
    padding: 0.85rem 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.rph-reservations-table td {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    color: #374151;
    vertical-align: middle;
}
.rph-reservations-table tr:last-child td {
    border-bottom: none;
}
.rph-reservations-table tr:nth-child(even) td {
    background: #f9fafb;
}
.rph-reservations-table tr:hover td {
    background: #f0f9ff;
}
.rph-reservation-status {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: capitalize;
}
.rph-reservation-status.confirmed,
.rph-reservation-status.status-confirmed  { background: #dcfce7; color: #166534; }
.rph-reservation-status.pending,
.rph-reservation-status.status-pending    { background: #fef9c3; color: #854d0e; }
.rph-reservation-status.cancelled,
.rph-reservation-status.status-cancelled  { background: #fee2e2; color: #991b1b; }
.rph-reservation-status.checked-in,
.rph-reservation-status.status-checked-in { background: #dbeafe; color: #1e40af; }
.rph-reservation-status.checked-out,
.rph-reservation-status.status-checked-out{ background: #e0e7ff; color: #3730a3; }
.rph-no-reservations {
    text-align: center;
    padding: 3rem 2rem;
    color: #9ca3af;
    border: 1px dashed #e5e7eb;
    border-radius: 0.5rem;
}
.rph-no-reservations h3 { color: #6b7280; margin-bottom: 0.5rem; }

/* Login required message */
.rph-login-required {
    text-align: center;
    padding: 4rem 2rem;
    background: #f9fafb;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    max-width: 480px;
    margin: 2rem auto;
}
.rph-login-required h3 {
    color: #1a2e4a;
    margin-bottom: 0.75rem;
}
.rph-login-required p {
    color: #6b7280;
    margin-bottom: 1.5rem;
}

/* --------------------------------------------------
   Front Desk  [rph_front_desk]
   -------------------------------------------------- */
.rph-access-denied {
    text-align: center;
    padding: 4rem 2rem;
    background: #fff7ed;
    border-radius: 0.5rem;
    border: 1px solid #fed7aa;
    max-width: 480px;
    margin: 3rem auto;
}
.rph-access-denied h3 {
    color: #c2410c;
    margin-bottom: 0.5rem;
}
.rph-access-denied p {
    color: #6b7280;
}

/* --------------------------------------------------
   Shared empty states
   -------------------------------------------------- */
.rph-no-rooms {
    text-align: center;
    padding: 4rem 2rem;
    color: #9ca3af;
    border: 1px dashed #e5e7eb;
    border-radius: 0.5rem;
    margin: 1rem 0;
}
.rph-no-rooms h3 { color: #6b7280; margin-bottom: 0.5rem; }
.rph-no-rooms .dashicons {
    font-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    color: #d1d5db;
    display: block;
    margin: 0 auto 1rem;
}

/* --------------------------------------------------
   Generic plugin buttons  .rph-btn  .rph-btn-primary
   These supplement the global button system in functions.php
   for cases where specificity doesn't reach
   -------------------------------------------------- */
.rph-btn,
.rph-btn-primary,
.rph-btn-secondary {
    display: inline-block;
    padding: 0.75rem 1.75rem;
    border-radius: 0.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}
.rph-btn,
.rph-btn-primary {
    background: var(--accent-primary, #b8964f);
    color: #fff !important;
    border-color: var(--accent-primary, #b8964f);
}
.rph-btn:hover,
.rph-btn-primary:hover {
    background: var(--accent-secondary, #9a7a3f);
    border-color: var(--accent-secondary, #9a7a3f);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.rph-btn-secondary {
    background: transparent;
    color: var(--accent-primary, #b8964f) !important;
    border-color: var(--accent-primary, #b8964f);
}
.rph-btn-secondary:hover {
    background: var(--accent-primary, #b8964f);
    color: #fff !important;
}

/* --------------------------------------------------
   Booking & My-Reservations page wrappers
   -------------------------------------------------- */
.booking-page-wrapper {
    min-height: 60vh;
}
.booking-page-content {
    padding: 3rem 1rem;
}
.my-reservations-page {
    min-height: 60vh;
}
.my-reservations-content {
    padding: 3rem 1rem;
}
.front-desk-page {
    padding: 2rem 0;
    min-height: 70vh;
}

/* Fallback when plugin is missing */
.plugin-missing-notice {
    text-align: center;
    padding: 4rem 2rem;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 0.5rem;
    max-width: 520px;
    margin: 3rem auto;
}
.plugin-missing-notice .dashicons {
    font-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    color: #ea580c;
    display: block;
    margin: 0 auto 1rem;
}
.plugin-missing-notice h2 {
    color: #c2410c;
    margin-bottom: 0.75rem;
}
.plugin-missing-notice p { color: #6b7280; }
.plugin-missing-contact {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #fed7aa;
}
.plugin-missing-contact a {
    color: var(--accent-primary, #b8964f);
    text-decoration: none;
    font-weight: 600;
}

/* --------------------------------------------------
   rph-booking-flow-wrapper (single room → booking step)
   -------------------------------------------------- */
.rph-booking-flow-wrapper {
    padding: 2rem 0;
}

/* --------------------------------------------------
   Responsive adjustments
   -------------------------------------------------- */
@media (max-width: 768px) {
    .rph-room-grid {
        grid-template-columns: 1fr;
    }
    .rph-promotions-list {
        grid-template-columns: 1fr;
    }
    .rph-reservations-table {
        font-size: 0.8rem;
    }
    .rph-reservations-table th,
    .rph-reservations-table td {
        padding: 0.6rem 0.75rem;
    }
    .booking-page-content,
    .my-reservations-content {
        padding: 2rem 0.75rem;
    }
}

/* ============================================================
   HERO BAR — Date input placeholder overlay
   JS wraps each date input in .rph-date-wrapper and adds
   a .rph-date-placeholder span that sits on top when empty.
   ============================================================ */
.booking-widget.hero-widget .rph-date-wrapper {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
}

.booking-widget.hero-widget .rph-date-placeholder {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity 0.15s ease;
    z-index: 2;
}

/* Hide placeholder once a date is selected */
.booking-widget.hero-widget .rph-date-wrapper.has-value .rph-date-placeholder {
    opacity: 0;
}

/* Date input inside wrapper fills the cell */
.booking-widget.hero-widget .rph-date-wrapper input[type="date"] {
    width: 100% !important;
    cursor: pointer !important;
}

/* Hide the browser's own yyyy-mm-dd hint on webkit (shows as empty) */
.booking-widget.hero-widget input[type="date"]:not(.has-value)::-webkit-datetime-edit-text,
.booking-widget.hero-widget input[type="date"]:not(.has-value)::-webkit-datetime-edit-month-field,
.booking-widget.hero-widget input[type="date"]:not(.has-value)::-webkit-datetime-edit-day-field,
.booking-widget.hero-widget input[type="date"]:not(.has-value)::-webkit-datetime-edit-year-field {
    color: transparent;
}

/* Once has-value wrapper exists the fields should show normally */
.booking-widget.hero-widget .rph-date-wrapper.has-value input[type="date"]::-webkit-datetime-edit-text,
.booking-widget.hero-widget .rph-date-wrapper.has-value input[type="date"]::-webkit-datetime-edit-month-field,
.booking-widget.hero-widget .rph-date-wrapper.has-value input[type="date"]::-webkit-datetime-edit-day-field,
.booking-widget.hero-widget .rph-date-wrapper.has-value input[type="date"]::-webkit-datetime-edit-year-field {
    color: #fff;
}

/* ============================================================
   HERO SEARCH BAR — Custom booking bar (front-page.php)
   Replaces the plugin shortcode to match the design exactly.
   Background colour is set by Customizer palette (search_bar_color_choice).
   ============================================================ */

/* Outer bar */
.hero-booking-bar {
    position: relative;
    z-index: 100;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    width: 100%;
    padding: 1.25rem 2.5rem;
    box-sizing: border-box;
}

/* Container inside bar — reset all container defaults */
.hero-booking-bar .container {
    all: unset;
    display: block;
    max-width: 87.5rem;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

/* Form fills the container — identical to how page content is constrained */
.hero-booking-bar .hero-search-form {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 0;
    background: rgba(255,255,255,0.12);
    border-radius: 0.5rem;
    overflow: hidden;
    box-sizing: border-box;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
}

/* Each cell — no individual background, thin right-border divider */
.hero-booking-bar .hero-field {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    position: relative;
    background: transparent;
    border-right: 1px solid rgba(255,255,255,0.18);
    border-radius: 0;
}
.hero-booking-bar .hero-field:last-child { border-right: none; }
.hero-booking-bar .hero-field-submit { flex: 0 0 auto; border-right: none; }

/* Arrow hidden */
.hero-booking-bar .hero-field-arrow {
    display: none;
}

/* Text inputs */
.hero-booking-bar .hero-input {
    width: 100% !important;
    height: auto !important;
    padding: 0.7rem 2.5rem !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 0.9rem !important;
    font-family: inherit !important;
    cursor: pointer !important;
    caret-color: transparent !important;
    display: block !important;
    line-height: 1.4 !important;
}

.hero-booking-bar .hero-input::placeholder {
    color: rgba(255,255,255,0.8) !important;
    font-size: 0.9rem;
}

/* Hover feedback — subtle brighten on the cell only */
.hero-booking-bar .hero-field:not(.hero-field-submit):hover,
.hero-booking-bar .hero-field:not(.hero-field-submit):focus-within {
    background: rgba(255,255,255,0.08);
}

/* Submit button — accent colour injected by Customizer via :root */
.hero-booking-bar .hero-search-btn {
    height: 100% !important;
    padding: 0.7rem 2.5rem;
    background: var(--accent-primary, #b8964f);
    color: #fff;
    border: none;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.hero-booking-bar .hero-search-btn:hover {
    background: var(--accent-secondary, #9a7a3f);
}

/* ── Guest Stepper Popup ── */
#guest-stepper-popup {
    display: none;
    position: fixed;
    min-width: 16rem;
    background: #fff;
    border-radius: 0.375rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 1.25rem 1.5rem;
    z-index: 99999;
}

#guest-stepper-popup.open { display: block; }

#guest-stepper-popup .stepper-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 0;
}
#guest-stepper-popup .stepper-row + .stepper-row {
    border-top: 1px solid #f0f0f0;
}

#guest-stepper-popup .stepper-label {
    font-size: 0.92rem;
    font-weight: 600;
    color: #1a2e4a;
}

#guest-stepper-popup .stepper-controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#guest-stepper-popup .stepper-btn {
    width: 2rem;
    height: 2rem;
    border: 1.5px solid #d1d5db;
    border-radius: 50%;
    background: #fff;
    color: #374151;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
    padding: 0;
}
#guest-stepper-popup .stepper-btn:hover {
    border-color: var(--accent-primary, #b8964f);
    color: var(--accent-primary, #b8964f);
}

#guest-stepper-popup .stepper-value {
    font-size: 1rem;
    font-weight: 700;
    color: #1a2e4a;
    min-width: 1.5rem;
    text-align: center;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .hero-booking-bar {
        padding: 1rem 1.5rem;
    }
    .hero-booking-bar .hero-search-form {
        flex-wrap: wrap;
    }
    .hero-booking-bar .hero-field {
        flex: 1 1 45%;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }
    .hero-booking-bar .hero-field-submit {
        flex: 1 1 100%;
    }
    .hero-booking-bar .hero-search-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    /* Outer bar — tight horizontal padding, let the card breathe */
    .hero-booking-bar {
        padding: 1.25rem 1rem 1.5rem;
        background: transparent !important;
        box-shadow: none;
    }

    /* Card treatment — white, rounded, elevated */
    .hero-booking-bar .hero-search-form {
        background: #fff !important;
        border-radius: 1rem !important;
        border: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-shadow: 0 8px 32px rgba(0,0,0,0.18) !important;
        overflow: hidden !important;
        flex-direction: column;
        padding: 0.5rem 0 0;
    }

    /* Each field stacks full width */
    .hero-booking-bar .hero-field {
        flex: 1 1 100%;
        border-right: none !important;
        border-bottom: 1px solid #f0f0f0 !important;
        background: transparent !important;
        min-width: 0;
    }
    .hero-booking-bar .hero-field:hover,
    .hero-booking-bar .hero-field:focus-within {
        background: #fafafa !important;
    }

    /* Inputs — dark text on white */
    .hero-booking-bar .hero-input {
        padding: 1rem 1.25rem !important;
        font-size: 0.975rem !important;
        color: #1a1a1a !important;
    }
    .hero-booking-bar .hero-input::placeholder {
        color: #9ca3af !important;
    }

    /* Pets row */
    .hero-booking-bar .hero-field-pets {
        min-width: 0;
        width: 100%;
        border-bottom: none !important;
    }
    .hero-booking-bar .pets-toggle {
        padding: 0.9rem 1.25rem !important;
        gap: 0.75rem;
        color: #374151 !important;
        font-size: 0.975rem !important;
    }
    .hero-booking-bar .pets-toggle-text {
        color: #374151 !important;
    }
    .hero-booking-bar .pets-toggle-icon {
        color: #374151 !important;
    }
    /* Fix switch visibility on white background */
    .hero-booking-bar .pets-toggle-switch {
        background: #d1d5db !important;
        border: none;
    }
    .hero-booking-bar .pets-toggle-switch::after {
        background: #fff;
        box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    }
    .hero-booking-bar .pets-toggle input:checked ~ .pets-toggle-switch {
        background: var(--accent-primary, #b8964f) !important;
    }

    /* Submit — full width, rounded bottom corners, generous height */
    .hero-booking-bar .hero-field-submit {
        flex: 1 1 100%;
        padding: 0.75rem 1.25rem 1.25rem;
        border-bottom: none !important;
        background: transparent !important;
    }
    .hero-booking-bar .hero-search-btn {
        width: 100%;
        border-radius: 0.625rem !important;
        padding: 1rem !important;
        font-size: 0.95rem !important;
        letter-spacing: 0.08em;
        justify-content: center;
        height: auto !important;
    }
}

/* ============================================================
   HERO BAR — Inline calendar popup
   ============================================================ */
.hb-cal-popup {
    position: fixed;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 1rem;
    z-index: 99999;
    min-width: 18rem;
    user-select: none;
}

.hb-cal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #1a2e4a;
    font-size: 0.92rem;
}

.hb-cal-nav {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: #6b7280;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    transition: color 0.15s;
}
.hb-cal-nav:hover { color: var(--accent-primary, #b8964f); }

.hb-cal-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    margin-bottom: 4px;
}
.hb-cal-days span {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    color: #9ca3af;
    padding: 0.2rem 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hb-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.hb-cal-cell {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    border-radius: 50%;
    cursor: pointer;
    color: #374151;
    transition: background 0.12s, color 0.12s;
}
.hb-cal-cell.empty { cursor: default; }
.hb-cal-cell.disabled { color: #d1d5db; cursor: not-allowed; }
.hb-cal-cell:not(.disabled):not(.empty):hover {
    background: var(--accent-primary, #b8964f);
    color: #fff;
}
.hb-cal-cell.selected-in,
.hb-cal-cell.selected-out {
    background: var(--accent-primary, #b8964f);
    color: #fff;
    font-weight: 700;
}
.hb-cal-cell.in-range,
.hb-cal-cell.in-range-preview {
    background: rgba(184, 150, 79, 0.15);
    border-radius: 0;
}

/* ============================================================
   HERO BAR — Pets toggle field
   ============================================================ */
.hero-booking-bar .hero-field-pets {
    flex: 0 0 auto;
    min-width: 13rem;
}

.hero-booking-bar .pets-toggle {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0 2.5rem;
    cursor: pointer;
    width: 100%;
    height: 100%;
    user-select: none;
    /* Override any label styles from theme */
    color: rgba(255,255,255,0.85) !important;
    font-size: 0.88rem !important;
    font-weight: 400 !important;
    margin: 0 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.hero-booking-bar .pets-toggle input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.hero-booking-bar .pets-toggle-icon {
    font-size: 1.1rem;
    line-height: 1;
    flex-shrink: 0;
    color: rgba(255,255,255,0.85);
    display: flex;
    align-items: center;
}

.hero-booking-bar .pets-toggle-text {
    flex: 1;
    line-height: 1.2;
}

/* iOS-style switch */
.hero-booking-bar .pets-toggle-switch {
    flex-shrink: 0;
    width: 2.25rem;
    height: 1.25rem;
    background: rgba(255,255,255,0.25);
    border-radius: 0.625rem;
    position: relative;
    transition: background 0.2s ease;
}

.hero-booking-bar .pets-toggle-switch::after {
    content: '';
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 0.875rem;
    height: 0.875rem;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.2s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* Checked state */
.hero-booking-bar .pets-toggle input:checked ~ .pets-toggle-switch {
    background: var(--accent-primary, #b8964f);
}

.hero-booking-bar .pets-toggle input:checked ~ .pets-toggle-switch::after {
    transform: translateX(1rem);
}

/* Hover */
.hero-booking-bar .hero-field-pets:hover {
    background: rgba(255,255,255,0.2) !important;
}

/* ============================================================
   BOOKING PAGE — Direct results (arriving from hero bar)
   ============================================================ */
.rph-results-header {
    padding: 2rem 0 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 2rem;
}

.rph-results-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: #1a2e4a;
}

.rph-results-meta {
    font-size: 0.95rem;
    color: #6b7280;
}

.rph-modify-search {
    color: var(--accent-primary, #b8964f);
    text-decoration: underline;
    cursor: pointer;
}

.rph-loading-state {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 3rem 0;
    font-size: 1rem;
    color: #6b7280;
}

.rph-spinner {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #e5e7eb;
    border-top-color: var(--accent-primary, #b8964f);
    border-radius: 50%;
    animation: rph-spin 0.7s linear infinite;
    flex-shrink: 0;
}

@keyframes rph-spin {
    to { transform: rotate(360deg); }
}

/* ============================================================
   ROOM BOOKING SIDEBAR — Summary Card (bws = booking widget sidebar)
   ============================================================ */
.booking-widget-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    overflow: visible;
    position: sticky;
    top: 6rem;
}

.bws-summary {
    padding: 1.75rem;
}

.bws-price-block {
    text-align: center;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 1.25rem;
}

.bws-total {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-primary, #b8964f);
}

.bws-price-label {
    display: block;
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 0.2rem;
}

.bws-tax {
    display: block;
    font-size: 0.8rem;
    color: #9ca3af;
    margin-top: 0.2rem;
}

.bws-noprice {
    display: block;
    font-size: 1rem;
    color: #6b7280;
}

.bws-dates {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
}

.bws-date-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.bws-date-label {
    color: #6b7280;
}

.bws-date-value {
    font-weight: 600;
    color: #1a2e4a;
}

.bws-toggles {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 1.25rem;
}

.bws-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 0.5rem;
}

.bws-toggle-label {
    font-size: 0.875rem;
    color: #374151;
}

.bws-toggle-switch {
    position: relative;
    flex-shrink: 0;
}

.bws-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.bws-toggle-track {
    display: block;
    width: 2.5rem;
    height: 1.375rem;
    background: #d1d5db;
    border-radius: 9999px;
    position: relative;
    transition: background 0.2s;
    cursor: pointer;
}

.bws-toggle-track::after {
    content: '';
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1rem;
    height: 1rem;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.bws-toggle-switch input:checked + .bws-toggle-track {
    background: var(--accent-primary, #b8964f);
}

.bws-toggle-switch input:checked + .bws-toggle-track::after {
    transform: translateX(1.125rem);
}

.bws-book-btn {
    display: block;
    width: 100%;
    padding: 0.875rem;
    background: var(--accent-primary, #b8964f);
    color: #fff !important;
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 0.375rem;
    text-decoration: none;
    transition: background 0.2s;
    margin-bottom: 0.75rem;
}

.bws-book-btn:hover {
    background: var(--accent-secondary, #8a6f35);
}

.bws-modify {
    text-align: center;
    font-size: 0.85rem;
    margin: 0 0 0.75rem;
}

.bws-modify a {
    color: var(--accent-primary, #b8964f);
    text-decoration: none;
}

.bws-modify a:hover { text-decoration: underline; }

.bws-guarantee {
    text-align: center;
    font-size: 0.8rem;
    color: #9ca3af;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.bws-guarantee .dashicons {
    font-size: 0.9rem;
    color: #6b7280;
}

/* ============================================================
   SINGLE ROOM PAGE — Hero & Title fixes (v3.2.35)
   ============================================================ */

/* Clean hero — image fills width at natural aspect ratio, no overlay */
.room-hero {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.room-hero-image {
    width: 100%;
    max-height: 520px;
    overflow: hidden;
}

.room-hero-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

/* Remove old overlay styles */
.room-hero-overlay,
.room-hero-content,
.room-price-badge {
    display: none !important;
}

/* Room title in body */
.room-title-block {
    padding: 2rem 0 0.5rem;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1.5rem;
}

.room-detail-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2e4a;
    margin: 0;
    line-height: 1.2;
}

/* ============================================================
   BOOKING SIDEBAR — Search mode (no dates yet)
   ============================================================ */
.bws-search {
    padding: 1.75rem;
}

.bws-search-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a2e4a;
    margin: 0 0 1.25rem;
    text-align: center;
}

.bws-search-field {
    margin-bottom: 1rem;
}

.bws-search-field label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 0.35rem;
}

.bws-search-field input[type="date"],
.bws-search-field select {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 0.95rem;
    color: #1a2e4a;
    background: #fff;
    box-sizing: border-box;
}

.bws-search-field input[type="date"]:focus,
.bws-search-field select:focus {
    outline: none;
    border-color: var(--accent-primary, #b8964f);
    box-shadow: 0 0 0 2px rgba(184,150,79,0.15);
}

.bws-search-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

/* ==========================================================================
   BOOKING FORM ENHANCEMENTS  (v3.2.43)
   Steps bar, promo button, deposit/payment choice
   ========================================================================== */

/* ── Steps bar — fix header overlap ──────────────────────────────────────── */
.rph-booking-steps {
    position: sticky !important;
    top: 72px !important; /* clear the fixed site header */
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #e8e0d0;
    padding: 16px 0 !important;
    margin-bottom: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

/* Admin bar adds 32px on desktop, 46px on mobile */
.admin-bar .rph-booking-steps {
    top: 104px !important; /* 72px header + 32px admin bar */
}

@media screen and (max-width: 782px) {
    .admin-bar .rph-booking-steps { top: 118px !important; }
}

.rph-step {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 24px;
    color: #999;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    position: relative;
}

.rph-step + .rph-step::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #ddd;
}

.rph-step-number {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
    transition: all 0.2s;
}

.rph-step.active {
    color: #1a1a2e;
}

.rph-step.active .rph-step-number {
    background: #c9a227;
    border-color: #c9a227;
    color: #fff;
}

.rph-step.completed {
    color: #c9a227;
}

.rph-step.completed .rph-step-number {
    background: #c9a227;
    border-color: #c9a227;
    color: #fff;
}

/* ── Booking steps — mobile ─────────────────────────────────────────────── */
@media (max-width: 600px) {
    .rph-booking-steps {
        padding: 10px 0 !important;
        gap: 0;
        top: 60px !important;
    }

    .admin-bar .rph-booking-steps {
        top: 106px !important;
    }

    .rph-step {
        padding: 0 10px;
        font-size: 0;          /* hide label text */
        gap: 0;
    }

    /* Show only the step number circle on mobile */
    .rph-step-number {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }

    /* Connector line between steps */
    .rph-step + .rph-step::before {
        height: 2px;
        width: 24px;
        top: 50%;
        left: -12px;
        transform: translateY(-50%);
    }

    /* Active step: show its label only */
    .rph-step.active {
        font-size: 0.7rem;
        gap: 6px;
        padding: 0 14px;
    }
}

/* ── Promo code apply button ─────────────────────────────────────────────── */
.rph-promo-input {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.rph-promo-input input {
    flex: 1;
}

#apply-promo.rph-btn-outline,
#apply-promo {
    background: transparent;
    border: 2px solid #c9a227;
    color: #c9a227;
    padding: 10px 20px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
    line-height: 1;
}

#apply-promo:hover:not(:disabled) {
    background: #c9a227;
    color: #fff;
}

#apply-promo:disabled {
    opacity: 0.6;
    cursor: default;
}

.rph-promo-message.success { color: #2d7a2d; font-size: 0.85rem; margin-top: 6px; }
.rph-promo-message.error   { color: #c0392b; font-size: 0.85rem; margin-top: 6px; }

/* ── Discount row in summary ─────────────────────────────────────────────── */
.rph-price-row.rph-discount span:last-child {
    color: #2d7a2d;
    font-weight: 600;
}

/* ── Payment choice (Step 2) ─────────────────────────────────────────────── */
.rph-payment-choice {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e0d0;
}

.rph-payment-choice-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.rph-choice-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 520px) {
    .rph-choice-options { grid-template-columns: 1fr; }
}

.rph-choice-option {
    display: block;
    cursor: pointer;
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.rph-choice-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.rph-choice-option.selected {
    border-color: #c9a227;
    box-shadow: 0 0 0 1px #c9a227;
}

.rph-choice-inner {
    display: flex;
    flex-direction: column;
    padding: 16px 18px;
    gap: 4px;
}

.rph-choice-label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666;
}

.rph-choice-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.1;
}

.rph-choice-option.selected .rph-choice-amount {
    color: #c9a227;
}

.rph-choice-note {
    font-size: 0.75rem;
    color: #999;
    margin-top: 2px;
}

/* Pay Now button — show amount */
#submit-payment {
    min-width: 220px;
}

/* ==========================================================================
   BOOKING FORM — scroll offset fix  (v3.2.44)
   Prevent sticky steps bar from hiding content top
   ========================================================================== */

/* Push the booking content down so it starts below the sticky steps bar (~60px) */
.rph-booking-content {
    padding-top: 8px;
}

/* The first h2 inside the form was being hidden — give it scroll margin */
.rph-booking-step-content > h2:first-child,
#step-1 > h2:first-child {
    scroll-margin-top: 140px;
}

/* Ensure the overall booking form wrapper has enough top space */
.rph-booking-form {
    padding-top: 0;
}

/* Fix: steps bar shadow so it visually separates from content */
.rph-booking-steps {
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* ==========================================================================
   BOOKING FORM — content offset fix  (v3.2.45)
   ========================================================================== */

/* The sticky steps bar is ~58px tall. Push content below it. */
.rph-booking-content {
    padding-top: 48px !important;
    margin-top: 0 !important;
}

/* Remove the earlier ineffective scroll-margin-top approach */
.rph-booking-step-content > h2:first-child,
#step-1 > h2:first-child {
    scroll-margin-top: 0;
    margin-top: 0;
}

/* Hardcode promo button text color as a belt-and-braces fallback
   in case --rph-primary var still isn't resolved */
#apply-promo {
    color: #c9a227 !important;
    border-color: #c9a227 !important;
    background: transparent !important;
}
#apply-promo:hover:not(:disabled) {
    background: #c9a227 !important;
    color: #fff !important;
}

/* Pricing transparency note */
.rph-price-note {
    font-size: 0.75rem;
    color: #888;
    text-align: center;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #e8e0d0;
}

/* ==========================================================================
   BOOKING — Unavailable / Alternatives Panel  (v3.2.47)
   ========================================================================== */

.rph-unavailable-panel {
    background: #fff;
    border: 1px solid #e8e0d0;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 28px;
}

.rph-unavail-message {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0ebe0;
}

.rph-unavail-icon {
    font-size: 1.4rem;
    line-height: 1;
    flex-shrink: 0;
    color: #c0392b;
}

.rph-unavail-message p {
    margin: 0;
    color: #c0392b;
    font-weight: 500;
    font-size: 0.95rem;
}

.rph-alternatives h4 {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1a1a2e;
    margin: 0 0 16px;
}

.rph-alt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px;
}

.rph-alt-card {
    border: 1px solid #e8e0d0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.rph-alt-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    border-color: #c9a227;
}

.rph-alt-img {
    height: 120px;
    overflow: hidden;
    background: #f5f0e8;
}

.rph-alt-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rph-alt-no-img {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f5f0e8, #e8dfc8);
}

.rph-alt-info {
    padding: 12px 14px 8px;
    flex: 1;
}

.rph-alt-info h5 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 4px;
}

.rph-alt-price {
    font-size: 0.85rem;
    color: #c9a227;
    font-weight: 600;
    margin: 0 0 2px;
}

.rph-alt-total {
    font-size: 0.75rem;
    color: #888;
    margin: 0 0 2px;
}

.rph-alt-capacity {
    font-size: 0.75rem;
    color: #999;
    margin: 0;
}

.rph-alt-btn {
    display: block;
    text-align: center;
    background: #c9a227;
    color: #fff !important;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 10px;
    text-decoration: none;
    transition: background 0.2s;
}

.rph-alt-btn:hover {
    background: #b8960f;
    color: #fff !important;
}

.rph-no-alternatives {
    text-align: center;
    padding: 12px 0 0;
}

.rph-no-alternatives p {
    color: #666;
    margin-bottom: 14px;
}

/* ==========================================================================
   BOOKING — Button text fixes  (v3.2.48)
   ========================================================================== */

/* Back button and any rph-btn-outline on booking page */
.booking-page-wrapper .rph-btn-outline,
#back-to-details {
    color: #c9a227 !important;
    border-color: #c9a227 !important;
    background: transparent !important;
}

.booking-page-wrapper .rph-btn-outline:hover,
#back-to-details:hover {
    background: #c9a227 !important;
    color: #fff !important;
}

/* Confirm Booking button — ensure visible */
#confirm-booking {
    background: #c9a227 !important;
    color: #fff !important;
    border: none !important;
}
#confirm-booking:hover {
    background: #b8960f !important;
}

/* ==========================================================================
   CONTACT FORM — Notice states & sending animation  (v3.2.55)
   ========================================================================== */

.contact-form-notice {
    padding: 1rem 1.25rem;
    border-radius: 0.375rem;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
    animation: rp-fade-in 0.3s ease;
}

.contact-form-notice a {
    color: inherit;
    font-weight: 600;
}

.contact-form-notice--success {
    background: #f0fdf4;
    border: 1px solid #86efac;
    color: #166534;
}

.contact-form-notice--error {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

@keyframes rp-fade-in {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.contact-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none !important;
}

.btn-spinner {
    letter-spacing: 0.15em;
    animation: rp-pulse 1s infinite;
}

@keyframes rp-pulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.3; }
}

/* ==========================================================================
   MY RESERVATIONS — Lookup & Result  (v3.2.61)
   ========================================================================== */

.res-lookup-wrap {
    max-width: 680px;
    margin: 0 auto;
    padding: 2rem 0 4rem;
}

/* ── Lookup form card ── */
.res-lookup-form-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 2.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.res-lookup-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
}

.res-lookup-desc {
    color: #6b7280;
    margin: 0 0 2rem;
    font-size: 0.95rem;
}

.res-form-group {
    margin-bottom: 1.25rem;
}

.res-form-group label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    color: #374151;
    margin-bottom: 0.4rem;
}

.res-form-group input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-family: inherit;
    color: #1a1a1a;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.res-form-group input:focus {
    outline: none;
    border-color: var(--accent-primary, #b8964f);
    box-shadow: 0 0 0 3px rgba(184,150,79,.12);
}

.res-lookup-btn {
    width: 100%;
    padding: 0.9rem;
    background: var(--accent-primary, #b8964f);
    color: #fff;
    border: none;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    margin-top: 0.5rem;
}
.res-lookup-btn:hover:not(:disabled) {
    background: var(--accent-dark, #9a7a3f);
    transform: translateY(-1px);
}
.res-lookup-btn:disabled { opacity: 0.65; cursor: not-allowed; }

/* ── Notices ── */
.res-notice {
    padding: 0.875rem 1.125rem;
    border-radius: 0.375rem;
    margin-bottom: 1.5rem;
    font-size: 0.925rem;
    line-height: 1.5;
    animation: rp-fade-in 0.25s ease;
}
.res-notice--success { background: #f0fdf4; border: 1px solid #86efac; color: #166534; }
.res-notice--error   { background: #fef2f2; border: 1px solid #fca5a5; color: #991b1b; }

/* ── Result card ── */
.res-result-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    overflow: hidden;
}

.res-result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.res-booking-number {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: monospace;
    color: #1a1a1a;
    margin-bottom: 0.4rem;
}

.res-status-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.res-back-btn {
    background: none;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}
.res-back-btn:hover { border-color: #9ca3af; color: #374151; }

.res-result-body { padding: 2rem; }

/* ── Detail grid ── */
.res-detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #f0f0f0;
}

.res-detail-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9ca3af;
    margin-bottom: 0.3rem;
}

.res-detail-value {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
}

.res-detail-sub {
    font-size: 0.8rem;
    color: #9ca3af;
    margin-top: 0.15rem;
}

/* ── Pricing ── */
.res-pricing {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
}
.res-pricing h3,
.res-special-requests h3 {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9ca3af;
    margin: 0 0 0.75rem;
}

.res-price-row {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
    font-size: 0.925rem;
    color: #4b5563;
}
.res-price-row.discount { color: #059669; }

.res-price-total {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0 0.25rem;
    margin-top: 0.5rem;
    border-top: 2px solid #1a1a1a;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a1a;
}
.res-price-total span:last-child { color: var(--accent-primary, #b8964f); }

.res-payment-status {
    font-size: 0.8rem;
    color: #9ca3af;
    margin-top: 0.25rem;
}

/* ── Special requests ── */
.res-special-requests {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
}
.res-special-requests p {
    color: #4b5563;
    font-size: 0.925rem;
    margin: 0;
}

/* ── Actions ── */
.res-actions { margin-top: 0.5rem; }

.res-cancel-btn {
    background: none;
    border: 1px solid #fca5a5;
    color: #dc2626;
    border-radius: 0.375rem;
    padding: 0.6rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
.res-cancel-btn:hover { background: #fef2f2; }

.res-cancel-confirm {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    border-radius: 0.5rem;
    padding: 1.25rem;
    margin-top: 0.75rem;
}
.res-cancel-confirm p {
    color: #991b1b;
    font-size: 0.9rem;
    margin: 0 0 1rem;
}
.res-cancel-confirm-btns { display: flex; gap: 0.75rem; }

.res-cancel-confirm-yes {
    background: #dc2626;
    color: #fff;
    border: none;
    border-radius: 0.375rem;
    padding: 0.6rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.res-cancel-confirm-yes:hover:not(:disabled) { background: #b91c1c; }
.res-cancel-confirm-yes:disabled { opacity: 0.65; cursor: not-allowed; }

.res-cancel-confirm-no {
    background: #fff;
    color: #374151;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.6rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
.res-cancel-confirm-no:hover { border-color: #9ca3af; }

@media (max-width: 600px) {
    .res-lookup-form-card,
    .res-result-body { padding: 1.5rem; }
    .res-result-header { padding: 1.25rem 1.5rem; }
    .res-detail-grid { grid-template-columns: 1fr 1fr; }
}
