/* ==========================================================================
   VARS Royal Palace - Luxury Hotels & Heritage Suites Stylesheet
   Imperial Suites • Palatial Accommodations • 24/7 Butler Service
   ========================================================================== */

/* ── Global Luxury Design Tokens ─────────────────────────────────────────── */
:root {
    --glass-bg-dark: rgba(8, 18, 40, 0.82);
    --glass-bg-card: rgba(8, 18, 40, 0.74);
    --glass-bg-light: rgba(255, 255, 255, 0.08);
    --glass-bg-gold: rgba(223, 190, 122, 0.12);
    --glass-border-gold: rgba(223, 190, 122, 0.38);
    --glass-border-light: rgba(255, 255, 255, 0.18);
    --glass-blur: blur(18px) saturate(180%);
    --glass-shadow: 0 20px 50px rgba(0, 0, 0, 0.42), inset 0 1px 1px rgba(255, 255, 255, 0.15);
    --glass-glow: 0 0 32px rgba(223, 190, 122, 0.25);
    --gold-gradient: linear-gradient(135deg, #dfbe7a 0%, #b88d3b 100%);
    --gold-text-gradient: linear-gradient(135deg, #fcebc2 0%, #dfbe7a 50%, #c49a45 100%);
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-eyebrow: 'Cinzel', serif;
    --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Page Scoping */
.hotel-hero-premium,
.palace-estates-section,
.palace-packages-ribbon-section,
.suites-collection-section,
.addons-luxury-section,
.vip-stay-banner,
.hotel-slideshow-section,
.luxury-testimonials-section {
    font-family: var(--font-body);
    box-sizing: border-box;
}

.gold-gradient-text {
    background: var(--gold-text-gradient) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block;
}

/* Section Header Styling */
.luxury-section-header {
    text-align: center;
    margin: 3.25rem auto 1.75rem auto;
    max-width: 780px;
    padding: 0 1rem;
}

.luxury-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #dfbe7a;
    font-family: var(--font-eyebrow);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    background: rgba(223, 190, 122, 0.1);
    border: 1px solid rgba(223, 190, 122, 0.32);
    padding: 0.3rem 0.95rem;
    border-radius: 30px;
    margin-bottom: 0.6rem;
}

.luxury-section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    color: #0c1833;
    line-height: 1.25;
    margin: 0 0 0.5rem 0;
}

.luxury-section-subtitle {
    color: #556987;
    font-size: 0.94rem;
    line-height: 1.6;
    margin: 0 auto;
}

/* ── 1. Hero Section: Palace Glassmorphic 3D Stage ────────────────────────── */
.hotel-hero-premium {
    background: radial-gradient(circle at 85% 20%, rgba(223, 190, 122, 0.18) 0%, transparent 45%),
                radial-gradient(circle at 15% 85%, rgba(37, 99, 235, 0.14) 0%, transparent 50%),
                linear-gradient(135deg, #071126 0%, #0d1e3d 50%, #11254c 100%) !important;
    border: 1px solid rgba(223, 190, 122, 0.35) !important;
    border-radius: 22px !important;
    padding: clamp(1.75rem, 2.8vw, 2.6rem) clamp(1.5rem, 2.8vw, 2.6rem) !important;
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.45), 0 0 40px rgba(223, 190, 122, 0.08) !important;
    margin-top: 1rem !important;
    margin-bottom: 2.5rem !important;
    position: relative !important;
    overflow: visible !important;
}

.hotel-hero-premium::before {
    content: '';
    position: absolute;
    top: -50px;
    right: 22%;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(223, 190, 122, 0.15) 0%, transparent 70%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

.hero-grid {
    display: grid !important;
    grid-template-columns: 1.12fr 0.88fr !important;
    gap: clamp(1.5rem, 2.6vw, 2.8rem) !important;
    align-items: center !important;
    position: relative !important;
    z-index: 1 !important;
}

.hero-copy {
    position: relative !important;
    z-index: 2 !important;
}

/* Eyebrow Royal Badge */
.hero-eyebrow-row {
    margin-bottom: 0.65rem !important;
}

.hero-eyebrow-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.45rem !important;
    background: rgba(223, 190, 122, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(223, 190, 122, 0.38) !important;
    color: #dfbe7a !important;
    font-family: var(--font-eyebrow) !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    padding: 0.3rem 0.95rem !important;
    border-radius: 30px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}

.eyebrow-crown {
    font-size: 0.85rem !important;
}

.eyebrow-divider {
    opacity: 0.4 !important;
    margin: 0 0.1rem !important;
}

.eyebrow-sub {
    color: #fcebc2 !important;
    font-weight: 600 !important;
}

/* Hero Headings & Subtitles */
.hero-main-heading {
    font-family: var(--font-heading) !important;
    font-size: clamp(1.85rem, 2.6vw, 2.65rem) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.18 !important;
    letter-spacing: -0.015em !important;
    margin: 0.45rem 0 0.65rem 0 !important;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.5) !important;
}

.hero-main-desc {
    font-family: var(--font-body) !important;
    font-size: 0.95rem !important;
    color: #cbd5e1 !important;
    line-height: 1.6 !important;
    max-width: 540px !important;
    margin-bottom: 1rem !important;
}

/* Glassmorphic Feature Pill Row */
.hero-glass-highlights {
    display: flex !important;
    align-items: center !important;
    gap: 0.65rem !important;
    flex-wrap: wrap !important;
    margin: 0.85rem 0 1.35rem 0 !important;
}

.glass-highlight-pill {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(223, 190, 122, 0.28) !important;
    border-radius: 12px !important;
    padding: 0.5rem 0.85rem !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18) !important;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease !important;
}

.glass-highlight-pill:hover {
    transform: translateY(-2px) !important;
    border-color: #dfbe7a !important;
    background: rgba(223, 190, 122, 0.12) !important;
}

.glass-highlight-pill .pill-icon {
    font-size: 1.15rem !important;
}

.glass-highlight-pill .pill-info {
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.15 !important;
}

.glass-highlight-pill .pill-info strong {
    color: #dfbe7a !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
}

.glass-highlight-pill .pill-info span {
    color: #cbd5e1 !important;
    font-size: 0.68rem !important;
}

/* Hero Luxury Actions */
.hero-actions-luxury {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    flex-wrap: wrap !important;
    margin-top: 0.85rem !important;
}

.btn-luxury-primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: var(--gold-gradient) !important;
    color: #071022 !important;
    font-family: var(--font-body) !important;
    font-weight: 700 !important;
    font-size: 0.88rem !important;
    padding: 0.7rem 1.5rem !important;
    border-radius: 40px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 18px rgba(223, 190, 122, 0.45) !important;
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

.btn-luxury-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 26px rgba(223, 190, 122, 0.65) !important;
    color: #071022 !important;
}

.btn-luxury-glass {
    display: inline-flex !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.06) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(223, 190, 122, 0.38) !important;
    color: #dfbe7a !important;
    font-family: var(--font-body) !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    padding: 0.68rem 1.35rem !important;
    border-radius: 40px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

.btn-luxury-glass:hover {
    background: rgba(223, 190, 122, 0.16) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    border-color: #dfbe7a !important;
}

/* ── 2. Interactive 3D Layered Glass Stage for Hotel Hero ────────────────── */
.hero-image-stage {
    position: relative !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.hero-glass-layers-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 420px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    perspective: 1200px !important;
    transform-style: preserve-3d !important;
}

/* Centered Glass Switcher Bar */
.hero-stage-switcher-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.35rem !important;
    background: rgba(8, 18, 40, 0.76) !important;
    backdrop-filter: var(--glass-blur) !important;
    -webkit-backdrop-filter: var(--glass-blur) !important;
    border: 1px solid rgba(223, 190, 122, 0.35) !important;
    border-radius: 50px !important;
    padding: 0.3rem 0.45rem !important;
    margin-bottom: 0.95rem !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35) !important;
    z-index: 30 !important;
    flex-wrap: wrap !important;
}

.hero-switcher-tab {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #cbd5e1 !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    padding: 0.35rem 0.85rem !important;
    border-radius: 25px !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    white-space: nowrap !important;
}

.hero-switcher-tab:hover {
    color: #dfbe7a !important;
    background: rgba(223, 190, 122, 0.12) !important;
}

.hero-switcher-tab.active {
    background: var(--gold-gradient) !important;
    color: #071022 !important;
    font-weight: 700 !important;
    box-shadow: 0 3px 12px rgba(223, 190, 122, 0.4) !important;
}

/* 3D Stack Stage Container */
.hero-3d-stack-stage {
    position: relative !important;
    width: 100% !important;
    max-width: 480px !important;
    height: 360px !important;
    perspective: 1200px !important;
    transform-style: preserve-3d !important;
    margin: 0 auto !important;
}

/* Individual Layer Card */
.hero-layer-card {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: transform 0.7s cubic-bezier(0.2, 0.9, 0.3, 1),
                opacity 0.6s ease,
                box-shadow 0.6s ease,
                filter 0.6s ease !important;
    transform-origin: center center !important;
    box-shadow: var(--glass-shadow) !important;
    border: 1.25px solid rgba(223, 190, 122, 0.32) !important;
    background: #081228 !important;
}

.hero-layer-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.7s ease !important;
}

.hero-layer-card:hover img {
    transform: scale(1.03) !important;
}

/* Vignette Overlay */
.hero-layer-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: radial-gradient(circle at center, transparent 72%, rgba(5, 12, 28, 0.25) 100%) !important;
    pointer-events: none !important;
}

/* Floating Badges on Top of Layer Card */
.layer-card-top-badges {
    position: absolute !important;
    top: 0.85rem !important;
    left: 0.85rem !important;
    right: 0.85rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    z-index: 5 !important;
    pointer-events: none !important;
}

.layer-tag-pill {
    background: rgba(8, 18, 40, 0.82) !important;
    backdrop-filter: var(--glass-blur) !important;
    -webkit-backdrop-filter: var(--glass-blur) !important;
    border: 1px solid rgba(223, 190, 122, 0.4) !important;
    color: #dfbe7a !important;
    font-family: var(--font-eyebrow) !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.07em !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

.layer-spec-pill {
    background: rgba(223, 190, 122, 0.18) !important;
    backdrop-filter: var(--glass-blur) !important;
    -webkit-backdrop-filter: var(--glass-blur) !important;
    border: 1px solid rgba(223, 190, 122, 0.5) !important;
    color: #fcebc2 !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    padding: 0.25rem 0.7rem !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}

/* Floating Frosted Glass Bottom Caption Capsule */
.layer-glass-caption {
    position: absolute !important;
    left: 0.85rem !important;
    right: 0.85rem !important;
    bottom: 0.85rem !important;
    background: rgba(8, 18, 40, 0.85) !important;
    backdrop-filter: var(--glass-blur) !important;
    -webkit-backdrop-filter: var(--glass-blur) !important;
    border: 1px solid rgba(223, 190, 122, 0.35) !important;
    border-radius: 14px !important;
    padding: 0.75rem 0.95rem !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4) !important;
    z-index: 5 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.35rem !important;
}

.layer-caption-title {
    font-family: var(--font-heading) !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.layer-caption-sub {
    font-family: var(--font-body) !important;
    font-size: 0.72rem !important;
    color: #cbd5e1 !important;
    margin: 0 !important;
    line-height: 1.35 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.layer-highlights-row {
    display: flex !important;
    align-items: center !important;
    gap: 0.35rem !important;
    flex-wrap: wrap !important;
    margin-top: 0.2rem !important;
}

.layer-chip {
    font-size: 0.64rem !important;
    color: #dfbe7a !important;
    background: rgba(223, 190, 122, 0.1) !important;
    border: 1px solid rgba(223, 190, 122, 0.25) !important;
    padding: 0.15rem 0.5rem !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
}

.layer-cta-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.3rem !important;
    color: #071022 !important;
    background: var(--gold-gradient) !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    padding: 0.25rem 0.7rem !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    align-self: flex-start !important;
    margin-top: 0.25rem !important;
    box-shadow: 0 3px 10px rgba(223, 190, 122, 0.4) !important;
    transition: transform 0.2s ease !important;
}

.layer-cta-link:hover {
    transform: translateX(3px) !important;
}

/* 3D Stack Transforms */
.hero-layer-card.pos-front {
    z-index: 10 !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
    opacity: 1 !important;
    filter: brightness(1) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.55), 0 0 30px rgba(223, 190, 122, 0.25) !important;
    border-color: rgba(223, 190, 122, 0.65) !important;
    pointer-events: auto !important;
}

.hero-layer-card.pos-right {
    z-index: 5 !important;
    transform: translate3d(32px, 14px, -60px) scale(0.92) !important;
    opacity: 0.65 !important;
    filter: brightness(0.65) blur(0.5px) !important;
    pointer-events: auto !important;
}

.hero-layer-card.pos-left {
    z-index: 4 !important;
    transform: translate3d(-32px, 14px, -80px) scale(0.88) !important;
    opacity: 0.45 !important;
    filter: brightness(0.55) blur(1px) !important;
    pointer-events: auto !important;
}

/* ── 3. Curated Royal Stay Packages Ribbon ────────────────────────────────── */
.palace-packages-ribbon-section {
    margin: 2.75rem auto 2.5rem auto;
}

.packages-ribbon-grid {
    display: flex;
    justify-content: center;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}

.package-ribbon-card {
    background: #ffffff;
    border: 1.5px solid rgba(223, 190, 122, 0.4);
    border-radius: 16px;
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    box-shadow: 0 4px 15px rgba(8, 18, 40, 0.05);
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.package-ribbon-card:hover {
    transform: translateY(-3px);
    border-color: #c5a059;
    box-shadow: 0 8px 24px rgba(197, 160, 89, 0.22);
    background: #fdfaf5;
}

.package-ribbon-icon {
    font-size: 1.35rem;
}

.package-ribbon-name {
    color: #0c1833;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.01em;
}

.package-ribbon-arrow {
    color: #c5a059;
    font-size: 0.9rem;
    font-weight: 700;
    transition: transform 0.2s ease;
}

.package-ribbon-card:hover .package-ribbon-arrow {
    transform: translateX(3px);
}

/* ── 4. Palace Hotel Estates Showcase ─────────────────────────────────────── */
.palace-estates-section {
    margin: 3.5rem auto;
}

.estates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 1.6rem;
    margin-top: 1.5rem;
}

.estate-luxury-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(223, 190, 122, 0.3);
    box-shadow: 0 10px 30px rgba(8, 18, 40, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    display: flex;
    flex-direction: column;
}

.estate-luxury-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(8, 18, 40, 0.14), 0 0 25px rgba(223, 190, 122, 0.18);
    border-color: #dfbe7a;
}

.estate-card-media {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.estate-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.estate-luxury-card:hover .estate-card-media img {
    transform: scale(1.05);
}

.estate-card-tag {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: rgba(8, 18, 40, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 190, 122, 0.45);
    color: #dfbe7a;
    font-family: var(--font-eyebrow);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.25rem 0.65rem;
    border-radius: 15px;
}

.estate-card-price {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    background: rgba(8, 18, 40, 0.88);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 190, 122, 0.6);
    color: #dfbe7a;
    font-weight: 800;
    font-size: 0.82rem;
    padding: 0.25rem 0.7rem;
    border-radius: 20px;
}

.estate-card-body {
    padding: 1.35rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.estate-card-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: #0c1833;
    margin: 0 0 0.4rem 0;
}

.estate-card-specs {
    font-size: 0.74rem;
    font-weight: 600;
    color: #b88d3b;
    margin-bottom: 0.65rem;
}

.estate-card-desc {
    font-size: 0.86rem;
    line-height: 1.55;
    color: #556987;
    margin: 0 0 1.2rem 0;
    flex-grow: 1;
}

.estate-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: #081228;
    color: #dfbe7a;
    border: 1px solid rgba(223, 190, 122, 0.4);
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.6rem 1.1rem;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.estate-luxury-card:hover .estate-card-cta {
    background: var(--gold-gradient);
    color: #081228;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(223, 190, 122, 0.45);
}

/* ── 5. Suites Collection Live Showcase ───────────────────────────────────── */
.suites-collection-section {
    margin: 3.5rem auto;
}

.suites-luxury-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.suite-luxury-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(223, 190, 122, 0.28);
    box-shadow: 0 8px 25px rgba(8, 18, 40, 0.06);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.suite-luxury-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(8, 18, 40, 0.12), 0 0 20px rgba(223, 190, 122, 0.15);
}

.suite-card-media {
    position: relative;
    width: 100%;
    height: 185px;
    overflow: hidden;
}

.suite-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.suite-luxury-card:hover .suite-card-media img {
    transform: scale(1.06);
}

.suite-price-badge {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    background: rgba(8, 18, 40, 0.88);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 190, 122, 0.6);
    color: #dfbe7a;
    font-weight: 800;
    font-size: 0.88rem;
    padding: 0.25rem 0.7rem;
    border-radius: 20px;
}

.suite-card-hotel {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: rgba(8, 18, 40, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(223, 190, 122, 0.4);
    color: #fcebc2;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
}

.suite-card-content {
    padding: 1.15rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.suite-card-title {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: #0c1833;
    margin: 0 0 0.35rem 0;
}

.suite-card-amenities {
    font-size: 0.72rem;
    font-weight: 600;
    color: #b88d3b;
    margin-bottom: 0.5rem;
}

.suite-card-desc {
    font-size: 0.82rem;
    line-height: 1.5;
    color: #556987;
    margin: 0 0 1rem 0;
    flex-grow: 1;
}

.suite-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    border-top: 1px solid #f1f5f9;
    padding-top: 0.75rem;
}

.suite-specs-pill {
    font-size: 0.7rem;
    font-weight: 700;
    color: #475569;
}

.suite-reserve-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #081228;
    background: var(--gold-gradient);
    font-size: 0.76rem;
    font-weight: 700;
    padding: 0.35rem 0.85rem;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(223, 190, 122, 0.35);
    transition: transform 0.2s ease;
}

.suite-reserve-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(223, 190, 122, 0.55);
}

/* ── 6. Bespoke Stay Add-Ons & Privileges ─────────────────────────────────── */
.addons-luxury-section {
    margin: 3.5rem auto;
}

.addons-luxury-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.addon-luxury-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.35rem 1.2rem;
    border: 1px solid rgba(223, 190, 122, 0.3);
    box-shadow: 0 6px 20px rgba(8, 18, 40, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.addon-luxury-card:hover {
    transform: translateY(-4px);
    border-color: #dfbe7a;
    box-shadow: 0 10px 25px rgba(197, 160, 89, 0.18);
}

.addon-card-header {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.65rem;
}

.addon-icon {
    font-size: 1.5rem;
}

.addon-title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: #0c1833;
    margin: 0;
}

.addon-desc {
    font-size: 0.82rem;
    line-height: 1.5;
    color: #556987;
    margin: 0 0 0.85rem 0;
    flex-grow: 1;
}

.addon-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f1f5f9;
    padding-top: 0.65rem;
}

.addon-price {
    font-size: 0.85rem;
    font-weight: 800;
    color: #b88d3b;
}

.addon-link {
    color: #0c1833;
    font-weight: 700;
    font-size: 0.78rem;
    text-decoration: none;
}

.addon-link:hover {
    color: #c5a059;
}

/* ── 7. Royal Proclamation VIP Stay Reservation Banner ───────────────────── */
.vip-stay-banner {
    background: radial-gradient(circle at 10% 20%, rgba(223, 190, 122, 0.15) 0%, transparent 40%),
                radial-gradient(circle at 90% 80%, rgba(37, 99, 235, 0.12) 0%, transparent 45%),
                linear-gradient(135deg, #071126 0%, #0c1c38 50%, #11254c 100%);
    border: 1.5px solid rgba(223, 190, 122, 0.42);
    border-radius: 22px;
    padding: clamp(2rem, 3.5vw, 3rem);
    color: #ffffff;
    margin: 3.5rem 0 3rem 0;
    box-shadow: 0 20px 50px rgba(8, 18, 40, 0.35), 0 0 30px rgba(223, 190, 122, 0.08);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.vip-stay-banner::before {
    content: '🏰';
    position: absolute;
    right: 20px;
    bottom: -25px;
    font-size: 8.5rem;
    opacity: 0.04;
    pointer-events: none;
}

.vip-banner-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #dfbe7a;
    font-family: var(--font-eyebrow);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    background: rgba(223, 190, 122, 0.12);
    border: 1px solid rgba(223, 190, 122, 0.35);
    padding: 0.3rem 0.95rem;
    border-radius: 30px;
    margin-bottom: 0.75rem;
}

.vip-banner-title {
    font-family: var(--font-heading);
    font-size: clamp(1.6rem, 2.8vw, 2.3rem);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 0.65rem 0;
    line-height: 1.2;
}

.vip-banner-desc {
    color: #cbd5e1;
    font-size: 0.94rem;
    max-width: 680px;
    margin: 0 auto 1.5rem auto;
    line-height: 1.6;
}

.vip-privileges-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin: 1.25rem auto 1.75rem auto;
    max-width: 800px;
}

.vip-privilege-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fcebc2;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(223, 190, 122, 0.25);
    padding: 0.35rem 0.85rem;
    border-radius: 20px;
}

.vip-banner-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ── 8. Ultra-Luxury Glassmorphic Layered Showcase for Hotels & Dining ───── */
.palace-dining-showcase-section {
    position: relative;
    max-width: 1080px;
    margin: 3.5rem auto 3rem auto;
    padding: 0 clamp(0.75rem, 1.8vw, 1.25rem);
    box-sizing: border-box;
}

.luxury-glass-showcase-container {
    background: radial-gradient(ellipse at 50% -10%, #152551 0%, #09132b 65%, #050b18 100%);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1.5px solid rgba(223, 190, 122, 0.38);
    border-radius: 22px;
    padding: 1.75rem 1.8rem 1.4rem 1.8rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4), 0 0 35px rgba(223, 190, 122, 0.1);
    position: relative;
    overflow: hidden;
}

.luxury-glass-showcase-container::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 25%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(223, 190, 122, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

.luxury-glass-showcase-container::after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: 25%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

/* Showcase Header */
.dining-showcase-header {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0.95rem;
}

.dining-showcase-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #dfbe7a;
    font-family: var(--font-eyebrow);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    background: rgba(223, 190, 122, 0.1);
    border: 1px solid rgba(223, 190, 122, 0.32);
    padding: 0.22rem 0.8rem;
    border-radius: 20px;
    margin-bottom: 0.4rem;
}

.dining-showcase-title {
    font-family: var(--font-heading);
    font-size: clamp(1.4rem, 2.3vw, 1.85rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin: 0 0 0.35rem 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.dining-showcase-subtitle {
    color: #cbd5e1;
    font-size: 0.84rem;
    max-width: 620px;
    line-height: 1.5;
    margin: 0 auto;
}

/* Category Filter Navigation */
.dining-category-nav {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.dining-nav-tab {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(223, 190, 122, 0.25);
    color: #cbd5e1;
    font-size: 0.76rem;
    font-weight: 600;
    padding: 0.38rem 1rem;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.dining-nav-tab:hover {
    color: #dfbe7a;
    background: rgba(223, 190, 122, 0.12);
    border-color: #dfbe7a;
    transform: translateY(-1px);
}

.dining-nav-tab.active {
    background: var(--gold-gradient);
    color: #071022;
    font-weight: 700;
    border-color: transparent;
    box-shadow: 0 3px 14px rgba(223, 190, 122, 0.4);
    transform: translateY(-1px);
}

/* 3D Stage Viewport */
.dining-stage-viewport {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 385px;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1200px;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
}

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

/* Layered Dining Cards */
.dining-layered-card {
    position: absolute;
    width: 86%;
    max-width: 680px;
    height: 360px;
    border-radius: 20px;
    overflow: hidden;
    background: #071022;
    border: 1.5px solid rgba(223, 190, 122, 0.42);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.65s cubic-bezier(0.2, 0.9, 0.3, 1),
                opacity 0.5s ease,
                filter 0.5s ease,
                box-shadow 0.5s ease,
                border-color 0.4s ease;
    display: none;
    cursor: default;
}

.dining-layered-card.card-active {
    display: block;
    z-index: 20;
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    filter: brightness(1);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.6), 0 0 32px rgba(223, 190, 122, 0.28);
    border-color: rgba(223, 190, 122, 0.75);
    pointer-events: auto;
}

.dining-layered-card.card-prev {
    display: block;
    z-index: 10;
    transform: translate3d(-34%, 0, -45px) scale(0.88);
    opacity: 0.68;
    filter: brightness(0.72) blur(0.5px);
    cursor: pointer;
    pointer-events: auto;
}

.dining-layered-card.card-prev:hover {
    opacity: 0.9;
    filter: brightness(0.88);
    transform: translate3d(-32%, 0, -35px) scale(0.9);
}

.dining-layered-card.card-next {
    display: block;
    z-index: 10;
    transform: translate3d(34%, 0, -45px) scale(0.88);
    opacity: 0.68;
    filter: brightness(0.72) blur(0.5px);
    cursor: pointer;
    pointer-events: auto;
}

.dining-layered-card.card-next:hover {
    opacity: 0.9;
    filter: brightness(0.88);
    transform: translate3d(32%, 0, -35px) scale(0.9);
}

.dining-card-media {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dining-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-vignette-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, transparent 72%, rgba(5, 12, 28, 0.25) 100%),
                linear-gradient(180deg, rgba(8, 18, 40, 0.06) 0%, transparent 40%, rgba(8, 18, 40, 0.2) 100%);
    pointer-events: none;
}

/* Floating Glass Capsule Inside Card - Strictly Removed */
.dining-card-glass-capsule {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.capsule-info-block {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
}

.capsule-meta-tags {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.capsule-category-badge {
    font-family: var(--font-eyebrow);
    font-size: 0.64rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    background: rgba(223, 190, 122, 0.18);
    color: #dfbe7a;
    border: 1px solid rgba(223, 190, 122, 0.4);
}

.capsule-specs-text {
    font-size: 0.7rem;
    color: #fcebc2;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.capsule-item-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.capsule-item-desc {
    font-size: 0.78rem;
    color: #cbd5e1;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.capsule-action-block {
    flex-shrink: 0;
}

.capsule-reserve-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: var(--gold-gradient);
    color: #071022;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.5rem 1.1rem;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 3px 12px rgba(223, 190, 122, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.capsule-reserve-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(223, 190, 122, 0.6);
}

/* Frosted Glass Navigation Arrows */
.dining-stage-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(8, 18, 40, 0.82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(223, 190, 122, 0.4);
    color: #dfbe7a;
    font-size: 1.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 30;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}

.dining-stage-arrow:hover {
    background: rgba(223, 190, 122, 0.25);
    color: #ffffff;
    border-color: #dfbe7a;
    transform: translateY(-50%) scale(1.08);
}

.dining-stage-arrow.prev-arrow {
    left: 10px;
}

.dining-stage-arrow.next-arrow {
    right: 10px;
}

/* Luxury Showcase Footer Dock */
.dining-showcase-footer-dock {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.15rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(223, 190, 122, 0.2);
    gap: 1rem;
}

.dock-counter-panel {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    font-family: var(--font-eyebrow);
}

.dock-counter-label {
    font-size: 0.65rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-right: 0.25rem;
}

.dock-counter-current {
    font-size: 1.15rem;
    font-weight: 800;
    color: #dfbe7a;
}

.dock-counter-divider {
    font-size: 0.85rem;
    color: #475569;
}

.dock-counter-total {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 600;
}

.dock-indicator-track {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    max-width: 320px;
    overflow-x: auto;
    padding: 0.2rem 0;
}

.dock-indicator-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dock-indicator-dot.active {
    width: 20px;
    border-radius: 10px;
    background: var(--gold-gradient);
    box-shadow: 0 0 10px rgba(223, 190, 122, 0.5);
}

.dock-controls-panel {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.dock-autoplay-toggle {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(223, 190, 122, 0.3);
    color: #dfbe7a;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.75rem;
    transition: all 0.2s ease;
}

.dock-autoplay-toggle:hover {
    background: rgba(223, 190, 122, 0.2);
}

.dock-helper-hint {
    font-size: 0.68rem;
    color: #64748b;
}

/* ── 9. Distinguished Guest Testimonials ─────────────────────────────────── */
.luxury-testimonials-section {
    margin: 3.5rem auto 2.5rem auto;
}

.testimonials-luxury-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.testimonial-luxury-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.75rem 1.6rem;
    border: 1px solid rgba(223, 190, 122, 0.3);
    box-shadow: 0 8px 25px rgba(8, 18, 40, 0.06);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-stars {
    color: #dfbe7a;
    font-size: 1rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.75rem;
}

.testimonial-quote-text {
    font-family: var(--font-heading);
    font-size: 1rem;
    line-height: 1.6;
    color: #1e293b;
    font-style: italic;
    margin: 0 0 1.25rem 0;
}

.testimonial-author-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-top: 1px solid #f1f5f9;
    padding-top: 0.85rem;
}

.author-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dfbe7a 0%, #b88d3b 100%);
    color: #071022;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
}

.author-details {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 700;
    font-size: 0.88rem;
    color: #0c1833;
}

.author-tag {
    font-size: 0.72rem;
    color: #b88d3b;
    font-weight: 600;
}

/* ── 10. Responsive Adjustments ──────────────────────────────────────────── */
@media (max-width: 960px) {
    .hero-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .hero-3d-stack-stage {
        max-width: 420px !important;
        height: 320px !important;
    }

    .hero-glass-layers-wrapper {
        min-height: 370px !important;
    }

    .slide-container {
        height: 340px;
    }
}

@media (max-width: 640px) {
    .hotel-hero-premium {
        padding: 1.4rem 1.1rem !important;
        border-radius: 16px !important;
    }

    .hero-main-heading {
        font-size: 1.65rem !important;
    }

    .hero-glass-highlights {
        flex-direction: column;
        align-items: stretch;
    }

    .glass-highlight-pill {
        width: 100%;
    }

    .hero-stage-switcher-bar {
        font-size: 0.72rem;
    }

    .hero-switcher-tab {
        padding: 0.3rem 0.65rem !important;
        font-size: 0.72rem !important;
    }

    .hero-3d-stack-stage {
        max-width: 100% !important;
        height: 290px !important;
    }

    .layer-caption-title {
        font-size: 0.92rem !important;
    }

    .layer-caption-sub {
        display: none !important;
    }

    .slide-container {
        height: 250px;
    }
}
