/* ==========================================================================
   Universal Tajawal Font Enforcement for Arabic (RTL)
   ========================================================================== */
html[dir="rtl"] body,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6,
html[dir="rtl"] p,
html[dir="rtl"] a,
html[dir="rtl"] span,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] select,
html[dir="rtl"] textarea,
html[dir="rtl"] label,
html[dir="rtl"] .btn,
html[dir="rtl"] .badge,
html[dir="rtl"] .card,
html[dir="rtl"] .dropdown-menu,
html[dir="rtl"] .form-control,
html[dir="rtl"] .form-select,
html[dir="rtl"] .navbar,
html[dir="rtl"] .nav-link,
html[dir="rtl"] .accordion,
html[dir="rtl"] .offcanvas {
    font-family: 'Tajawal', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* ==========================================================================
   Andalus Luxury Travel & Tours — Complete Master Design System
   Brand: Global Travel Experiences & Tailor-made Journeys
   Typography: Tajawal (Arabic), Plus Jakarta Sans (English)
   Palette: Midnight Navy (#051326), Warm Sand/Ivory (#fbfaf7), Champagne Gold Accent (#c5a059)
   ========================================================================== */

:root {
    /* Brand Colors */
    --andalus-navy: #051326;
    --andalus-navy-dark: #030c18;
    --andalus-navy-light: #0d2342;
    --andalus-navy-rgb: 5, 19, 38;

    --andalus-sand: #fbfaf7;
    --andalus-sand-alt: #f3efe6;
    --andalus-sand-dark: #e8e2d5;

    --andalus-gold: #c88e01;
    --andalus-gold-hover: #a87600;
    --andalus-gold-light: #fbf6ec;
    --andalus-gold-rgb: 200, 142, 1;

    --andalus-emerald: #10b981;

    /* Surfaces */
    --andalus-surface: #ffffff;
    --andalus-surface-muted: #f8fafc;
    --andalus-border: #e2e8f0;
    --andalus-border-light: rgba(197, 160, 89, 0.25);

    /* Text */
    --andalus-text: #1e293b;
    --andalus-text-dark: #0f172a;
    --andalus-muted: #475569;
    --andalus-light: #64748b;

    /* Typography */
    --font-ar: 'Tajawal', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-en: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    /* Shadows & Radii */
    --shadow-subtle: 0 4px 20px -2px rgba(5, 19, 38, 0.05);
    --shadow-medium: 0 12px 32px -4px rgba(5, 19, 38, 0.08);
    --shadow-elevated: 0 24px 48px -12px rgba(5, 19, 38, 0.14);
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --radius-full: 9999px;
    --transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Typography Overrides */
html[dir="rtl"], html[lang="ar"], body[dir="rtl"] { 
    font-family: var(--font-ar) !important; 
}
html[dir="ltr"], html[lang="en"], body[dir="ltr"] { 
    font-family: var(--font-en) !important; 
}

body {
    background-color: var(--andalus-sand);
    color: var(--andalus-text);
    overflow-x: hidden;
    scroll-behavior: smooth;
    line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    color: var(--andalus-navy);
    letter-spacing: -0.01em;
}

/* Ensure all white containers and cards have solid dark text */
.bg-white,
.card,
.discovery-filter-bar,
.timeline-day-card,
.trip-summary-bar,
.sticky-tour-concierge,
.tour-card-visual,
.featured-tour-horizontal {
    color: var(--andalus-text) !important;
}

.text-muted {
    color: var(--andalus-muted) !important;
}

/* ==========================================================================
   Minimal Floating Header (Navbar)
   ========================================================================== */
.minimal-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    padding: 24px 0;
    background: transparent;
    transition: var(--transition);
}

.minimal-navbar.navbar-scrolled {
    padding: 12px 0;
    background: rgba(5, 19, 38, 0.96) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.brand-emblem-minimal {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--andalus-gold) 0%, #a4813c 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    box-shadow: 0 4px 12px rgba(197, 160, 89, 0.3);
}

.brand-logo-frame {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 4px 6px;
    line-height: 0;
    flex-shrink: 0;
    border: 1px solid rgba(5, 19, 38, 0.08);
    box-shadow: 0 1px 3px rgba(5, 19, 38, 0.08);
}

.brand-logo-frame .brand-logo-img {
    display: block;
    width: auto;
    object-fit: contain;
}

.brand-logo-frame--xs {
    padding: 3px;
    border-radius: 8px;
}

.brand-logo-frame--xs .brand-logo-img {
    height: 28px;
    max-height: 28px;
}

.brand-logo-frame--sm {
    padding: 4px;
    border-radius: 10px;
}

.brand-logo-frame--sm .brand-logo-img {
    height: 36px;
    max-height: 36px;
}

.brand-logo-frame--md {
    padding: 5px 6px;
    border-radius: 12px;
}

.brand-logo-frame--md .brand-logo-img {
    height: 48px;
    max-height: 48px;
}

.brand-logo-frame--lg {
    padding: 10px 12px;
    border-radius: 16px;
}

.brand-logo-frame--lg .brand-logo-img {
    height: 92px;
    max-height: 92px;
}

.minimal-nav-link {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
    padding: 6px 14px;
    text-decoration: none;
    transition: var(--transition);
    border-radius: var(--radius-full);
}

.minimal-nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.btn-cta-plan {
    background: #ffffff;
    color: var(--andalus-navy) !important;
    font-weight: 700;
    font-size: 13px;
    padding: 9px 20px;
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid transparent;
}

.btn-cta-plan:hover {
    background: var(--andalus-gold);
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(197, 160, 89, 0.35);
}

/* ==========================================================================
   HOMEPAGE: Full-Screen Cinematic Hero (90-100vh)
   ========================================================================== */
.cinematic-hero-section {
    position: relative;
    height: 100vh;
    min-height: 680px;
    display: flex;
    align-items: center;
    background-color: var(--andalus-navy-dark);
    overflow: hidden;
}

.hero-slider-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-cinematic-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(3, 12, 24, 0.45) 0%,
        rgba(5, 19, 38, 0.72) 60%,
        rgba(5, 19, 38, 0.96) 100%
    );
}

.hero-editorial-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 24px;
}

.hero-editorial-badge .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--andalus-gold);
}

.hero-main-title {
    font-size: clamp(2.4rem, 5.5vw, 4.4rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.18;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.hero-subtext {
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    color: rgba(255, 255, 255, 0.9);
    max-width: 680px;
    margin-bottom: 36px;
    font-weight: 300;
    line-height: 1.85;
}

/* ==========================================================================
   HOMEPAGE: Floating Trip Planner
   ========================================================================== */
.floating-trip-planner {
    position: relative;
    z-index: 5;
    margin-top: -65px;
    background: #ffffff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-elevated);
    padding: 24px 32px;
    border: 1px solid rgba(197, 160, 89, 0.2);
    color: var(--andalus-navy) !important;
}

.planner-field-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--andalus-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.planner-field-input {
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: var(--andalus-navy) !important;
    padding: 0;
    width: 100%;
}

.planner-field-input:focus {
    outline: none;
    box-shadow: none;
}

.btn-planner-submit {
    background: #0164ca;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 28px;
    border-radius: var(--radius-md);
    border: none;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: var(--transition);
    cursor: pointer;
}

.btn-planner-submit:hover {
    background: var(--andalus-gold);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.35);
}

/* ==========================================================================
   HOMEPAGE: Large Visual Destination Tiles
   ========================================================================== */
.destination-visual-tile {
    position: relative;
    height: 380px;
    border-radius: var(--radius-md);
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: var(--transition);
}

.destination-visual-tile:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-elevated);
}

.destination-visual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.destination-visual-tile:hover .destination-visual-img {
    transform: scale(1.06);
}

.destination-tile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 19, 38, 0.05) 0%, rgba(5, 19, 38, 0.88) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    color: #ffffff;
}

.destination-tile-region {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--andalus-gold);
    margin-bottom: 4px;
}

.destination-tile-name {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.destination-tile-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 12px;
    line-height: 1.5;
}

.destination-tile-link {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: var(--transition);
}

.destination-visual-tile:hover .destination-tile-link {
    color: var(--andalus-gold);
}

/* ==========================================================================
   HOMEPAGE: Travel Experiences Tiles
   ========================================================================== */
.experience-tile {
    position: relative;
    height: 260px;
    border-radius: var(--radius-md);
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: var(--transition);
}

.experience-tile:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-medium);
}

.experience-tile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.experience-tile:hover .experience-tile-img {
    transform: scale(1.05);
}

.experience-tile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 19, 38, 0.1) 0%, rgba(5, 19, 38, 0.88) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    color: #ffffff;
}

.experience-tile-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.experience-tile-subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

/* ==========================================================================
   HOMEPAGE: Editorial Featured Trips (Asymmetrical)
   ========================================================================== */
.editorial-featured-card {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--andalus-border);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.editorial-featured-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-elevated);
    border-color: rgba(197, 160, 89, 0.4);
}

.editorial-card-hero-media {
    position: relative;
    height: 380px;
    overflow: hidden;
}

.editorial-card-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.editorial-featured-card:hover .editorial-card-hero-img {
    transform: scale(1.06);
}

.editorial-card-body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.editorial-card-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 12px;
}

.editorial-card-title a {
    color: var(--andalus-navy);
    text-decoration: none;
    transition: color 0.2s;
}

.editorial-card-title a:hover {
    color: var(--andalus-gold);
}

/* ==========================================================================
   Real Travel Gallery (Bento Grid)
   ========================================================================== */
.bento-gallery-item {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--andalus-navy-dark);
    transition: var(--transition);
}

.bento-gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-medium);
}

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

.bento-badge-overlay {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: rgba(5, 19, 38, 0.8);
    backdrop-filter: blur(8px);
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ==========================================================================
   HOMEPAGE: Pillars, Testimonials, Custom Banner & Close
   ========================================================================== */
.pillar-number {
    font-size: 30px;
    font-weight: 800;
    color: var(--andalus-gold);
    line-height: 1;
    margin-bottom: 12px;
}

.pillar-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--andalus-navy);
    margin-bottom: 10px;
}

.pillar-desc {
    font-size: 14px;
    color: var(--andalus-muted);
    line-height: 1.75;
    margin-bottom: 0;
}

.custom-designer-banner {
    background: linear-gradient(135deg, var(--andalus-navy-dark) 0%, var(--andalus-navy-light) 100%);
    border-radius: var(--radius-lg);
    padding: 60px 48px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.testimonial-editorial-quote {
    font-size: 17px;
    line-height: 1.85;
    color: var(--andalus-navy);
    font-weight: 500;
    margin-bottom: 20px;
}

.cinematic-close-section {
    position: relative;
    padding: 110px 0;
    background-color: var(--andalus-navy-dark);
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}

/* ==========================================================================
   INNER PAGES: Hero Section & Breadcrumbs
   ========================================================================== */
.inner-hero-cinematic {
    position: relative;
    padding: 160px 0 90px;
    background-color: var(--andalus-navy-dark);
    color: #ffffff;
    overflow: hidden;
    margin-top: -85px;
}

.inner-hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.inner-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(3, 12, 24, 0.55) 0%,
        rgba(5, 19, 38, 0.85) 65%,
        rgba(5, 19, 38, 0.98) 100%
    );
}

.inner-hero-content {
    position: relative;
    z-index: 3;
}

.inner-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 14px;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    color: var(--andalus-gold);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.inner-hero-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 14px;
}

.inner-hero-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.88);
    max-width: 650px;
    line-height: 1.8;
    margin-bottom: 0;
}

.editorial-breadcrumbs {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
}

.editorial-breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.editorial-breadcrumbs a:hover {
    color: var(--andalus-gold);
}

.editorial-breadcrumbs .sep {
    color: rgba(255, 255, 255, 0.4);
}

.editorial-breadcrumbs .current {
    color: #ffffff;
    font-weight: 600;
}

/* ==========================================================================
   INNER PAGES: Discovery Filter Bar (High Contrast Dark Text)
   ========================================================================== */
.discovery-filter-bar {
    background: #ffffff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-medium);
    padding: 22px 28px;
    border: 1px solid var(--andalus-border);
    margin-top: -45px;
    position: relative;
    z-index: 5;
    color: var(--andalus-navy) !important;
}

.filter-input-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--andalus-muted) !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.filter-select-control, .filter-text-control {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: var(--andalus-navy) !important;
    padding: 0;
    width: 100%;
}

.filter-text-control::placeholder {
    color: #94a3b8 !important;
}

.filter-select-control:focus, .filter-text-control:focus {
    outline: none;
    box-shadow: none;
}

/* Horizontal Featured Tour Block */
.featured-tour-horizontal {
    background: #ffffff;
    border-radius: var(--radius-lg);
    border: 1px solid var(--andalus-border);
    overflow: hidden;
    box-shadow: var(--shadow-medium);
    transition: var(--transition);
    margin-bottom: 48px;
    color: var(--andalus-navy) !important;
}

.featured-tour-horizontal:hover {
    box-shadow: var(--shadow-elevated);
    border-color: rgba(197, 160, 89, 0.4);
    transform: translateY(-4px);
}

.featured-tour-img-col {
    position: relative;
    min-height: 340px;
    background: var(--andalus-navy-dark);
}

.featured-tour-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.featured-tour-horizontal:hover .featured-tour-img {
    transform: scale(1.05);
}

/* Unified Tour Cards */
.tour-card-visual {
    background: #ffffff;
    border-radius: var(--radius-md);
    border: 1px solid var(--andalus-border);
    overflow: hidden;
    box-shadow: var(--shadow-subtle);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    height: 100%;
    color: var(--andalus-navy) !important;
}

.tour-card-visual:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
    border-color: rgba(197, 160, 89, 0.4);
}

.tour-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--andalus-navy-dark);
}

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

.tour-card-visual:hover .tour-card-media-img {
    transform: scale(1.06);
}

.tour-card-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.tour-card-destination-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 4px;
}

.tour-card-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tour-card-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4;
}

.tour-card-title a {
    color: var(--andalus-navy) !important;
    text-decoration: none;
    transition: color 0.2s;
}

.tour-card-title a:hover {
    color: var(--andalus-gold) !important;
}

.tour-card-excerpt {
    font-size: 13px;
    color: var(--andalus-muted) !important;
    line-height: 1.65;
    margin-bottom: 16px;
    flex-grow: 1;
}

.tour-card-footer {
    padding-top: 14px;
    border-top: 1px solid var(--andalus-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ==========================================================================
   INNER PAGES: Tour Details Page (Clear Dark Text & Timeline)
   ========================================================================== */
.trip-summary-bar {
    background: #ffffff;
    border-radius: var(--radius-md);
    border: 1px solid var(--andalus-border);
    padding: 16px 24px;
    box-shadow: var(--shadow-subtle);
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
    color: var(--andalus-navy) !important;
}

.trip-summary-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trip-summary-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--andalus-sand-alt);
    color: var(--andalus-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.trip-summary-label {
    font-size: 11px;
    color: var(--andalus-muted) !important;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    line-height: 1.2;
}

.trip-summary-value {
    font-size: 14px;
    font-weight: 700;
    color: var(--andalus-navy) !important;
    line-height: 1.2;
}

/* Timeline Cards */
.timeline-day-card {
    background: #ffffff;
    border: 1px solid var(--andalus-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition);
}

.timeline-day-card:hover {
    border-color: rgba(197, 160, 89, 0.4);
    box-shadow: var(--shadow-subtle);
}

.timeline-day-header {
    padding: 16px 22px;
    background: var(--andalus-sand-alt);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 15px;
    color: var(--andalus-navy) !important;
}

.timeline-day-body {
    padding: 22px;
    color: #334155 !important;
    font-size: 14.5px;
    line-height: 1.85;
    background: #ffffff;
}

/* Sticky Luxury Concierge Card */
.sticky-tour-concierge {
    position: sticky;
    top: 90px;
    background: #ffffff;
    border: 1px solid var(--andalus-border);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-medium);
    color: var(--andalus-navy) !important;
}

/* Floating WhatsApp Concierge Widget */
.floating-concierge-btn {
    position: fixed;
    bottom: 28px;
    left: 28px;
    z-index: 1050;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.45);
    transition: var(--transition);
    text-decoration: none;
}

html[dir="ltr"] .floating-concierge-btn {
    left: auto;
    right: 28px;
}

.floating-concierge-btn:hover {
    transform: scale(1.08) rotate(6deg);
    color: #ffffff;
}

/* Minimal Luxury Footer */
.minimal-footer {
    background: #020810;
    color: rgba(255, 255, 255, 0.65);
    padding: 60px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: var(--transition);
}

.footer-link:hover {
    color: var(--andalus-gold);
}

/* Brand Palette Override: #0164ca (Blue) & #c88e01 (Brown/Gold) */
:root {
    --andalus-blue: #0164ca;
    --andalus-blue-dark: #004ba2;
    --andalus-blue-rgb: 1, 100, 202;
    --andalus-gold: #c88e01;
    --andalus-gold-hover: #a87600;
    --andalus-gold-rgb: 200, 142, 1;
}

.text-gold, .text-warning {
    color: #c88e01 !important;
}

.bg-gold, .badge-gold {
    background-color: #c88e01 !important;
    color: #ffffff !important;
}

.btn-planner-submit, .btn-navy {
    background: #0164ca !important;
    color: #ffffff !important;
}

.btn-planner-submit:hover, .btn-navy:hover {
    background: #c88e01 !important;
    color: #ffffff !important;
}

.btn-cta-plan {
    background: #c88e01 !important;
    color: #ffffff !important;
    border-color: #c88e01 !important;
}

.btn-cta-plan:hover {
    background: #a87600 !important;
    color: #ffffff !important;
}

.brand-emblem-minimal {
    background: linear-gradient(135deg, #c88e01 0%, #0164ca 100%) !important;
}

/* World album masonry + Ken Burns hover */
.world-album-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 14px;
}

.album-tile {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    min-height: 230px;
    grid-column: span 4;
    opacity: 0;
    transform: translateY(28px) scale(0.98);
    animation: albumReveal 0.75s ease forwards;
    text-decoration: none;
    background: #051326;
}

.album-tile:nth-child(6n + 1),
.album-tile:nth-child(6n + 4) {
    grid-column: span 5;
    min-height: 280px;
}

.album-tile:nth-child(6n + 2),
.album-tile:nth-child(6n + 5) {
    grid-column: span 3;
}

.album-tile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    transform: scale(1.02);
    transition: transform 1.15s ease;
}

.album-tile:hover .album-tile-img {
    transform: scale(1.12);
}

.album-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(5, 19, 38, 0.82) 100%);
    pointer-events: none;
}

.album-tile-label {
    position: absolute;
    z-index: 2;
    left: 16px;
    right: 16px;
    bottom: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.02em;
}

html[dir="rtl"] .album-tile-label {
    text-align: right;
}

@keyframes albumReveal {
    to {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 991.98px) {
    .album-tile,
    .album-tile:nth-child(n) {
        grid-column: span 6;
        min-height: 210px;
    }
}

@media (max-width: 575.98px) {
    .album-tile,
    .album-tile:nth-child(n) {
        grid-column: span 12;
        min-height: 220px;
    }
}

.journal-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.journal-article-body iframe {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 280px;
    border: 0;
    border-radius: 12px;
}

.hover-gold:hover {
    color: var(--andalus-gold) !important;
}

.line-clamp-2,
.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
}