            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 
                0 8px 24px rgba(139, 107, 74, 0.35),
                0 4px 12px rgba(0, 0, 0, 0.25);
            margin-bottom: 0;
            opacity: 0;
            animation: fadeInUp 0.9s ease-out 0.5s forwards;
        }
        
        .hero-cta-btn:hover {
            background: #b07e52;
            transform: translateY(-2px);
            box-shadow: 
                0 12px 32px rgba(139, 107, 74, 0.45),
                0 6px 16px rgba(0, 0, 0, 0.3);
        }
        
        /* Hero h1 styling - matches headline */
        .hero h1 {
            font-family: "Cormorant Garamond", serif;
            font-weight: 500;
            font-size: clamp(2.5rem, 5vw, 4rem);
            line-height: 1.25;
            letter-spacing: 0.04em;
            margin-bottom: 28px;
            color: #f5f2ee;
            text-shadow: 
                0 3px 8px rgba(0, 0, 0, 0.65),
                0 8px 20px rgba(0, 0, 0, 0.55),
                0 15px 35px rgba(0, 0, 0, 0.45);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        
        /* Hero paragraph styling - matches description */
        .hero p {
            font-family: "Cormorant Garamond", serif;
            font-weight: 300;
            font-size: 1.15rem;
            line-height: 1.8;
            letter-spacing: 0.05em;
            max-width: 720px;
            margin: 0 auto 48px;
            opacity: 0.9;
            color: #f5f2ee;
        }

        /* Scroll indicator - Mobile base */
        .scroll-indicator {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            gap: 0.4rem;
            color: rgba(240, 228, 214, 0.88);
            font-size: 0.8125rem;
            font-weight: 400;
            letter-spacing: 0.02em;
            transition: opacity 0.6s ease;
            text-shadow: 
                0 1px 3px rgba(0, 0, 0, 0.5),
                0 2px 8px rgba(0, 0, 0, 0.35);
        }

        .scroll-indicator .arrow {
            width: 16px;
            height: 16px;
            border-right: 2px solid rgba(240, 228, 214, 0.75);
            border-bottom: 2px solid rgba(240, 228, 214, 0.75);
            transform: rotate(45deg);
            animation: arrowFloat 2.2s ease-in-out infinite;
        }
        
        /* PROGRESSIVE ENHANCEMENT - Tablet Portrait (481px+) */
        @media (min-width: 481px) {
            .hero-content {
                padding: 2rem 1.75rem 2.5rem;
                max-width: 640px;
            }
            
            /* Tablet refinements */
            .hero-brand {
                font-size: 0.95rem;
                letter-spacing: 0.3em;
                margin-bottom: 24px;
            }
            
            .hero-headline {
                font-size: clamp(3rem, 5vw, 4.5rem);
                font-weight: 500;
                line-height: 1.25;
                letter-spacing: 0.04em;
                gap: 0.5rem;
                margin-bottom: 28px;
            }
            
            .hero-description {
                font-size: 1.2rem;
                font-weight: 300;
                line-height: 1.8;
                letter-spacing: 0.05em;
                margin-bottom: 48px;
                max-width: 720px;
            }
            
            .hero-supporting {
                font-size: 1.2rem;
                font-weight: 300;
                line-height: 1.8;
                letter-spacing: 0.05em;
                margin-bottom: 48px;
                max-width: 720px;
            }
            
            .hero-cta-btn {
                font-size: 0.95rem;
                padding: 18px 48px;
                margin-bottom: 0;
            }
            
            .hero-reassurance {
                font-size: clamp(0.875rem, 1.8vw, 0.9375rem);
            }
            
            .scroll-indicator {
                bottom: 24px;
                font-size: 0.875rem;
            }
            
            .scroll-indicator .arrow {
                width: 17px;
                height: 17px;
            }
        }
        
        /* TABLET LANDSCAPE (769px+) */
        @media (min-width: 769px) {
            .hero-bg img {
                object-position: center 45%;  /* Better composition for horizontal */
            }
            
            /* Refined overlay for larger screens */
            .hero-overlay::before {
                background: linear-gradient(
                    to bottom,
                    rgba(62, 46, 30, 0.42) 0%,
                    rgba(139, 115, 85, 0.26) 16%,
                    rgba(26, 22, 18, 0.12) 40%,
                    rgba(62, 46, 30, 0.36) 70%,
                    rgba(26, 22, 18, 0.82) 100%
                );
            }
            
            .hero-overlay::after {
                background: radial-gradient(
                    ellipse at center 46%,
                    rgba(212, 175, 55, 0.06) 0%,
                    rgba(139, 107, 74, 0.11) 26%,
                    rgba(62, 46, 30, 0.26) 56%,
                    rgba(26, 22, 18, 0.48) 100%
                );
            }
            
            .hero-content {
                padding: 2.5rem 2rem 3rem;
                max-width: 900px;
            }
            
            /* Tablet landscape refinements */
            .hero-brand {
                font-size: 1rem;
                letter-spacing: 0.3em;
                margin-bottom: 24px;
            }
            
            .hero-headline {
                font-size: clamp(3.5rem, 5vw, 4.5rem);
                font-weight: 500;
                line-height: 1.25;
                letter-spacing: 0.04em;
                gap: 0.5rem;
                margin-bottom: 28px;
                max-width: 900px;
            }
            
            .hero-description {
                font-size: 1.25rem;
                font-weight: 300;
                line-height: 1.8;
                letter-spacing: 0.05em;
                margin-bottom: 48px;
                max-width: 720px;
            }
            
            .hero-supporting {
                font-size: 1.25rem;
                font-weight: 300;
                line-height: 1.8;
                letter-spacing: 0.05em;
                margin-bottom: 48px;
                max-width: 720px;
            }
            
            .hero-cta-btn {
                font-size: 0.95rem;
                padding: 20px 52px;
                margin-bottom: 0;
            }
            
            .hero-reassurance {
                font-size: 0.9375rem;
            }
            
            .scroll-indicator {
                bottom: 28px;
            }
        }
        
        /* DESKTOP (1025px+) - Full cinematic experience */
        @media (min-width: 1025px) {
            .hero-bg img {
                object-position: center 44%;  /* Optimal desktop composition */
            }
            
            /* Lighter overlay for desktop - show more image */
            .hero-overlay::before {
                background: linear-gradient(
                    to bottom,
                    rgba(62, 46, 30, 0.38) 0%,
                    rgba(139, 115, 85, 0.22) 14%,
                    rgba(26, 22, 18, 0.1) 38%,
                    rgba(62, 46, 30, 0.32) 68%,
                    rgba(26, 22, 18, 0.78) 100%
                );
            }
            
            .hero-overlay::after {
                background: radial-gradient(
                    ellipse at center 45%,
                    rgba(212, 175, 55, 0.06) 0%,
                    rgba(139, 107, 74, 0.1) 24%,
                    rgba(62, 46, 30, 0.24) 54%,
                    rgba(26, 22, 18, 0.45) 100%
                );
            }
            
            .hero-content {
                padding: 3rem 2rem 3.5rem;
                max-width: 1100px;
            }
            
            /* Desktop luxury refinements */
            .hero-brand {
                font-size: 1rem;
                font-weight: 400;
                letter-spacing: 0.3em;
                margin-bottom: 24px;
            }
            
            .hero-headline {
                font-size: clamp(3.5rem, 5vw, 5rem);
                font-weight: 500;
                line-height: 1.25;
                letter-spacing: 0.04em;
                gap: 0.5rem;
                margin-bottom: 28px;
                max-width: 1150px;
                /* Enhanced desktop text shadow */
                text-shadow: 
                    0 4px 10px rgba(0, 0, 0, 0.7),
                    0 10px 24px rgba(0, 0, 0, 0.6),
                    0 18px 45px rgba(0, 0, 0, 0.5),
                    0 0 90px rgba(0, 0, 0, 0.25);
            }
            
            .hero-description {
                font-size: 1.3rem;
                font-weight: 300;
                line-height: 1.8;
                letter-spacing: 0.05em;
                margin-bottom: 48px;
                max-width: 720px;
                text-shadow: 
                    0 3px 6px rgba(0, 0, 0, 0.6),
                    0 5px 16px rgba(0, 0, 0, 0.5),
                    0 10px 24px rgba(0, 0, 0, 0.35);
            }
            
            .hero-supporting {
                font-size: 1.3rem;
                font-weight: 300;
                line-height: 1.8;
                letter-spacing: 0.05em;
                margin-bottom: 48px;
                max-width: 720px;
                text-shadow: 
                    0 2px 5px rgba(0, 0, 0, 0.55),
                    0 4px 12px rgba(0, 0, 0, 0.45);
            }
            
            .hero-cta-btn {
                font-size: 1rem;
                padding: 20px 56px;
                margin-bottom: 0;
            }
            
            .hero-reassurance {
                font-size: 1rem;
            }
            
            .scroll-indicator {
                bottom: 32px;
                font-size: 0.875rem;
            }
            
            .scroll-indicator .arrow {
                width: 18px;
                height: 18px;
            }
        }
        
        /* LARGE DESKTOP (1441px+) - Maximum luxury */
        @media (min-width: 1441px) {
            .hero-content {
                padding: 3.5rem 2rem 4rem;
                max-width: 1200px;
            }
            
            .hero-brand {
                font-size: 1.1rem;
                font-weight: 400;
                letter-spacing: 0.3em;
                margin-bottom: 24px;
            }
            
            .hero-headline {
                font-size: clamp(4rem, 5vw, 5.5rem);
                font-weight: 500;
                line-height: 1.25;
                letter-spacing: 0.04em;
                gap: 0.5rem;
                max-width: 1250px;
            }
            
            .hero-description {
                font-size: 1.4rem;
                font-weight: 300;
                line-height: 1.8;
                letter-spacing: 0.05em;
                max-width: 720px;
            }
            
            .hero-supporting {
                font-size: 1.4rem;
                font-weight: 300;
                line-height: 1.8;
                letter-spacing: 0.05em;
                max-width: 720px;
            }
            
            .hero-cta-btn {
                font-size: 1rem;
                padding: 20px 60px;
            }
            
            .hero-reassurance {
                font-size: 1.0625rem;
            }
        }
        
        /* CTA Button - Mobile-first luxury touch target */
        .btn-whatsapp {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            /* Mobile: Full-width comfortable touch target */
            width: 100%;
            max-width: 320px;
            /* Luxury muted sand gradient - calm elegance */
            background: linear-gradient(135deg, #B8895C 0%, #A77448 100%);
            color: rgba(255, 255, 255, 0.97);
            /* Mobile: generous touch padding */
            padding: 1.125rem 1.75rem;
            min-height: 56px;
            border-radius: var(--radius-full);
            border: 1px solid rgba(255, 255, 255, 0.1);
            font-family: var(--font-body);
            font-weight: 500;
            font-size: 1rem;
            letter-spacing: 0.01em;
            text-decoration: none;
            transition: 
                transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1),
                background 0.4s ease;
            box-shadow: 
                0 4px 16px rgba(168, 116, 72, 0.28),
                0 2px 8px rgba(139, 115, 85, 0.18);
            opacity: 0;
            animation: fadeInUp 0.8s ease-out 0.6s forwards;
            cursor: pointer;
        }
        
        /* Active state (touch feedback) */
        .btn-whatsapp:active {
            transform: scale(0.97);
            box-shadow: 
                0 2px 8px rgba(168, 116, 72, 0.3),
                0 1px 4px rgba(139, 115, 85, 0.2);
        }
        
        /* Tablet+ hover enhancement */
        @media (min-width: 769px) and (hover: hover) {
            .btn-whatsapp {
                width: auto;
                padding: 1.125rem 2.25rem;
                font-size: 1.0625rem;
            }
            
            .btn-whatsapp:hover {
                transform: translateY(-3px) scale(1.01);
                background: linear-gradient(135deg, #A77448 0%, #8B6B4A 100%);
                box-shadow: 
                    0 8px 24px rgba(168, 116, 72, 0.36),
                    0 4px 12px rgba(139, 115, 85, 0.22),
                    0 0 0 1px rgba(255, 255, 255, 0.15);
            }
            
            .btn-whatsapp:active {
                transform: translateY(-1px) scale(0.99);
            }
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.4rem;
            border-radius: 999px;
            font-weight: 600;
            font-size: 0.95rem;
            min-height: 40px;
            padding: 0.6rem 1.1rem;
            transition: all 0.3s ease-in-out;
            border: none;
            cursor: pointer;
            text-decoration: none;
        }

        .btn:hover {
            transform: translateY(-2px) scale(1.01);
            box-shadow: 0 10px 24px rgba(210, 138, 92, 0.25);
        }

        .btn:active {
            transform: translateY(0) scale(0.98);
        }

        .btn-primary {
            background: var(--color-primary);
            color: var(--color-white);
            box-shadow: 0 6px 18px rgba(244, 162, 97, 0.25);
        }

        .btn-primary:hover {
            background: var(--color-primary-dark);
            transform: translateY(-1px) scale(1.02);
        }

        .btn-primary:active {
            transform: translateY(0) scale(0.98);
        }
        
        /* ====================================================
           GALLERY SLIDER SECTION - Modern Fixed Aspect Ratio
           ==================================================== */
        .gallery-section {
            position: relative;
            width: 100%;
            padding: var(--spacing-2xl) 1rem;
            margin: 0;
            background: linear-gradient(
                180deg,
                rgba(245, 235, 220, 0.4) 0%,
                rgba(235, 225, 210, 0.5) 50%,
                rgba(245, 235, 220, 0.4) 100%
            );
        }
        
        /* Luxury Rails Behind Slider */
        .slider-rails {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(194, 164, 109, 0.12), rgba(14, 13, 12, 0));
            pointer-events: none;
            z-index: 0;
        }
        
        /* Gallery Slider - Luxury Presentation */
        .gallery-slider,
        .gallery-slider.lux {
            position: relative;
            max-width: 1400px;
            margin: 0 auto;
            width: 100%;
            overflow: visible;
            padding-inline: clamp(12px, 3vw, 36px);
            background: transparent;
        }
        
        .slides {
            display: flex;
            transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
            background: transparent;
        }
        
        .slide {
            min-width: 100%;
            width: 100%;
            height: clamp(320px, 36vw, 480px);
            overflow: hidden;
            border-radius: 16px;
            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
            background: transparent;
            flex-shrink: 0;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        /* Subtle luxury vignette */
        .slide::after {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(
                circle at center,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0.05) 70%,
                rgba(0, 0, 0, 0.12) 100%
            );
            pointer-events: none;
            z-index: 1;
            opacity: 0.6;
        }
        
        /* Slide Media Wrapper */
        .slide-media {
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
            background: transparent;
        }
        
        /* Images Fill Frame - NO Black Bars */
        .slide img,
        .slide-media img,
        .slider__item img,
        .gallery-slider.lux .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
            background: transparent;
            transition: transform 6s ease;
        }
        
        .slide:hover img {
            transform: scale(1.02);
        }
        
        /* Remove any black backgrounds */
        .gallery-slider .slide,
        .gallery-slider .slides,
        .gallery-slider .slide-media,
        .gallery-slider.lux {
            background: transparent !important;
        }
        
        /* Navigation Buttons - Luxury Premium Style */
        .gallery-slider .nav,
        .gallery-slider.lux .nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 100;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: rgba(14, 13, 12, 0.55);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            color: #f5f2ed;
            font-size: 1.5rem;
            font-weight: 300;
            cursor: pointer;
            transition: transform 0.25s var(--transition-base), background 0.25s var(--transition-base);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            pointer-events: none;
            border: none;
        }
        
        .gallery-slider:hover .nav,
        .gallery-slider.lux:hover .nav {
            opacity: 1;
            pointer-events: auto;
        }
        
        .gallery-slider .nav:hover,
        .gallery-slider.lux .nav:hover {
            transform: translateY(-2px);
            background: rgba(14, 13, 12, 0.75);
        }
        
        .gallery-slider .nav.prev {
            left: 2rem;
        }
        
        .gallery-slider .nav.next {
            right: 2rem;
        }
        
        @media (prefers-reduced-motion: reduce) {
            .gallery-slider .nav,
            .gallery-slider.lux .nav {
                transition: none;
            }
        }
        
        /* Tablet Responsive */
        @media (min-width: 769px) and (max-width: 1024px) {
            .logo-image {
                height: 85px;
            }
            
            .slide {
                height: clamp(280px, 32vw, 380px);
                border-radius: 16px;
            }
        }
        
        /* Mobile Responsive */
        @media (max-width: 900px) {
            .gallery-slider .nav,
            .gallery-slider.lux .nav {
                display: none;
            }
        }
        
        @media (max-width: 768px) {
            .gallery-slider,
            .gallery-slider.lux {
                padding-inline: clamp(8px, 2vw, 16px);
            }
            
            .slide {
                height: clamp(220px, 42vw, 320px);
                border-radius: 12px;
            }
        }
        
        @media (prefers-reduced-motion: reduce) {
            .gallery-slider .nav,
            .gallery-slider.lux .nav {
                transition: none;
            }
        }
        
        /* ====================================================
           Scroll Journey Section
           ==================================================== */
        .journey {
            padding: var(--spacing-2xl) 0;
            background: var(--color-sand-light);
        }

        .journey-item {
            position: relative;
            margin: 0 auto var(--spacing-xl);
            max-width: 1200px;
            overflow: hidden;
            border-radius: 18px;
            box-shadow: 0 8px 24px rgba(139, 107, 74, 0.22);
        }

        .journey-item:last-child {
            margin-bottom: 0;
        }

        .journey-image {
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            max-height: 480px;
            overflow: hidden;
            transition: opacity 1s ease-out, transform 1s ease-out;
        }

        .journey-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: translateY(0);
            transition: transform 0.8s ease-out;
        }

        .journey-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(
                to bottom,
                rgba(62, 46, 30, 0.18) 0%,
                rgba(62, 46, 30, 0.55) 70%,
                rgba(62, 46, 30, 0.75) 100%
            );
        }

        .journey-text {
            position: absolute;
            left: 6%;
            bottom: 8%;
            z-index: 2;
            color: var(--color-white);
            transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
            max-width: 520px;
        }

        .journey-title {
            font-family: var(--font-heading);
            font-size: clamp(1.75rem, 3vw, 2.5rem);
            margin-bottom: 0.5rem;
            color: var(--color-white);
        }

        .journey-location {
            font-size: 1rem;
            color: rgba(240, 228, 214, 0.85);
        }

        .js .journey-image {
            transform: translateY(30px) scale(1.05);
            opacity: 0;
        }

        .js .journey-text {
            opacity: 0;
            transform: translateY(20px);
        }

        .journey-item.visible .journey-image {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .journey-item.visible .journey-text {
            opacity: 1;
            transform: translateY(0);
        }

        .journey-item.visible .journey-image img {
            transform: translateY(0);
        }

        /* ====================================================
           Experiences Section - Cinematic & Transparent
           ==================================================== */
        .experiences {
            padding: var(--spacing-2xl) 0;
            /* Fully transparent - desert background visible */
            background: transparent;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }
        
        .section h2,
        .section-title {
            font-weight: 600;
            margin-bottom: calc(var(--space-lg) - 0.25rem);
        }
        
        /* Center main section titles (Our Tours, Why Choose Us, What Guests Say, FAQ, Travel, Booking, Contact) */
        .experiences .section-title,
        .why-section .section-title,
        .reviews .section-title,
        .faq-section .section-title,
        .travel-info .section-title,
        .booking-section .section-title,
        .contact .section-title {
            text-align: center;
        }
        
        .section .section__intro {
            max-width: 64ch;
            color: var(--ink-muted);
            margin-bottom: var(--space-md);
        }
        
        :is(h1, h2, h3) + .section__intro {
            margin-top: -0.25rem;
        }
        
        /* ENHANCED text readability - strong contrast against backgrounds */
        .experiences .section-title {
            color: var(--ink-strong);
            font-size: var(--text-xl);
            font-weight: 600;
            text-shadow: 
                0 2px 4px rgba(255, 255, 255, 0.7),
                0 4px 12px rgba(255, 255, 255, 0.5),
                0 0 40px rgba(255, 255, 255, 0.3);
        }
        
        .section-intro {
            text-align: center;
            font-size: clamp(1.0625rem, 2.2vw, 1.25rem);
            color: #2B2217;
            max-width: 760px;
            margin: 0 auto var(--spacing-lg);
            line-height: 1.8;
            font-weight: 500;
        }
        
        .experiences .section-intro {
            color: #1A140B;
            text-shadow: 
                0 1px 3px rgba(255, 255, 255, 0.6),
                0 2px 8px rgba(255, 255, 255, 0.4);
        }
        
        .experiences .section-transition {
            color: #2B2217;
            text-shadow: 
                0 1px 2px rgba(255, 255, 255, 0.5),
                0 2px 6px rgba(255, 255, 255, 0.3);
            font-weight: 500;
        }
        
        .about .section-title,
        .why-section .section-title,
        .contact .section-title {
            color: var(--ink-strong);
            font-size: var(--text-xl);
            font-weight: 600;
            text-shadow: 
                0 2px 4px rgba(255, 255, 255, 0.6),
                0 4px 12px rgba(255, 255, 255, 0.4);
        }
        
        .about .section-intro,
        .why-section .section-intro,
        .contact .section-intro {
            color: #1A140B;
            font-weight: 500;
            text-shadow: 
                0 1px 3px rgba(255, 255, 255, 0.5),
                0 2px 8px rgba(255, 255, 255, 0.3);
        }
        
        .experiences-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1.5rem;
            max-width: 1100px;
            margin: 0 auto;
        }

        .tour-card {
            position: relative;
            /* Premium card with desert-inspired styling */
            background: rgba(245, 235, 220, 0.95);
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 
                0 16px 40px rgba(139, 107, 74, 0.25),
                0 8px 16px rgba(26, 22, 18, 0.12),
                inset 0 1px 0 rgba(255, 255, 255, 0.6),
                0 0 0 1px rgba(196, 149, 111, 0.3);
            /* Smooth luxury transitions */
            transition: 
                transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1),
                background 0.5s ease;
            cursor: pointer;
            display: block;
            text-decoration: none;
            /* Ensure visibility - CRITICAL */
            visibility: visible !important;
            opacity: 1 !important;
            color: inherit;
            width: 100%;
            padding: 0;
            font-family: inherit;
            text-align: left;
            will-change: transform;
            min-height: 360px;
        }
        
        /* Card cover images */
        .tour-card .tour-image {
            width: 100%;
            height: 240px;
            object-fit: cover;
            object-position: center;
            display: block;
            border-radius: 0;
            transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        }
        
        .tour-card:hover .tour-image {
            transform: scale(1.05);
        }
        
        /* ====================================================
           PART B: HIDE ALL IMAGES IN DETAIL VIEWS (TEXT-ONLY)
           ==================================================== */
        
        /* Hide all images and galleries in tour detail panels ONLY (not in cards) */
        .tour-details img:not(.tour-card img),
        .tour-details picture,
        .tour-details .tour-gallery,
        .tour-details [class*="gallery"],
        .tour-panel img:not(.tour-card img),
        .tour-panel picture,
        .tour-panel .tour-gallery,
        .tour-panel [class*="gallery"],
        .tour-panel-body img:not(.tour-card img),
        .tour-panel-body picture,
        .tour-panel-body .tour-gallery,
        .details-section img:not(.tour-card img),
        .details-section picture,
        .details-section .tour-gallery {
            display: none !important;
            visibility: hidden !important;
            opacity: 0 !important;
            height: 0 !important;
            width: 0 !important;
            overflow: hidden !important;
        }
        
        /* Ensure experience card images are ALWAYS visible */
        .experiences-grid .tour-card .tour-image,
        .tour-card img.tour-image {
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
        }
        
        /* Ensure detail panels don't collapse without images */
        .tour-panel-body {
            min-height: auto;
            padding: 1.5rem;
        }
        
        /* ====================================================
           END DETAIL VIEW IMAGE HIDING
           ==================================================== */

        /* Stagger animation initial state - ALWAYS VISIBLE */
        .tour-card.stagger-item {
            opacity: 1 !important;
            transform: translateY(0) !important;
            visibility: visible !important;
        }
        
        /* Hidden state when JS initializes - DISABLED FOR TOUR CARDS */
        .js .tour-card.stagger-item:not(.is-visible) {
            opacity: 1 !important;
            transform: translateY(0) !important;
        }

        /* Visible state when in viewport */
        .tour-card.stagger-item.is-visible {
            opacity: 1 !important;
            transform: translateY(0) !important;
        }

        .tour-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 240px;
            background: linear-gradient(
                180deg,
                rgba(26, 22, 18, 0) 0%,
                rgba(26, 22, 18, 0.3) 60%,
                rgba(26, 22, 18, 0.7) 100%
            );
            opacity: 1;
            transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            z-index: 0;
            pointer-events: none;
            border-radius: 18px 18px 0 0;
        }

        .tour-card::before {
            content: 'View Details';
            position: absolute;
            bottom: 1rem;
            right: 1.5rem;
            font-size: 0.6875rem;
            font-weight: 600;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: var(--color-primary);
            opacity: 0;
            transform: translateY(8px);
            transition: 
                opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            z-index: 2;
            white-space: nowrap;
        }
        
        .tour-card:hover::before {
            opacity: 1;
            transform: translateY(0);
        }

        .tour-card:hover {
            /* Premium lift effect */
            transform: translateY(-10px) scale(1.02);
            box-shadow: 
                0 28px 64px rgba(139, 107, 74, 0.35),
                0 16px 32px rgba(26, 22, 18, 0.2),
                0 8px 16px rgba(199, 155, 109, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.8),
                0 0 0 2px rgba(212, 175, 55, 0.5);
            background: rgba(250, 245, 235, 0.98);
        }
        
        .tour-card:hover .tour-card-content {
            background: rgba(250, 245, 235, 1);
        }
        
        /* Enhanced overlay on hover */
        .tour-card:hover::after {
            background: linear-gradient(
                180deg,
                rgba(26, 22, 18, 0) 0%,
                rgba(26, 22, 18, 0.4) 50%,
                rgba(26, 22, 18, 0.8) 100%
            );
        }

        /* .tour-image styles removed - experience cards now use info-only layout */
        /* Gallery images remain unaffected and use their own styling */

        .tour-card-content,
        .card__body {
            padding: 1rem 1.25rem 1.25rem;
            display: grid;
            gap: 0.4rem;
            width: 100%;
            position: relative;
            z-index: 1;
            background: rgba(245, 235, 220, 0.98);
        }

        .tour-card-title,
        .card__title {
            color: var(--ink-strong) !important;
            opacity: 1 !important;
            font-size: var(--text-lg);
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: 0.2px;
            margin: 0 0 0.35rem 0;
            position: relative;
            z-index: 1;
        }
        
        .tour-card .tour-card-title,
        .card .card__title {
            opacity: 1;
        }
        
        .tour-card-meta {
            display: flex;
            flex-direction: column;
            gap: 0.4rem;
        }
        
        .tour-duration {
            font-size: var(--text-xs);
            color: var(--ink-muted);
            margin-bottom: 0.25rem;
        }
        
        .tour-price {
            font-size: var(--text-md);
            color: var(--color-gold);
            font-weight: 700;
            margin-top: 0.25rem;
        }
        
        /* Gentle hover color shift (desktop only) */
        @media (hover: hover) {
            .tour-card:hover .tour-card-title {
                color: #4b3a2b;
            }
        }
        
        .tour-card:hover .tour-price {
            color: var(--color-brown-dark);
        }
        
        /* Mobile Safety: Ensure titles are always visible on touch devices */
        @media (hover: none), (pointer: coarse) {
            .tour-card-title,
            .card__title {
                opacity: 1 !important;
                color: var(--ink-strong) !important;
            }
        }
        
        /* Mobile Typography Adjustments */
        @media (max-width: 600px) {
            .card__body,
            .tour-card-content {
                padding: 0.9rem 1rem 1.1rem;
            }
            
            .tour-card-title {
                font-size: clamp(1.05rem, 2.2vw + 0.95rem, 1.22rem);
            }
            
            .tour-price {
                font-size: clamp(1rem, 1.4vw + 0.96rem, 1.12rem);
            }
            
            .section h2 {
                font-size: clamp(1.35rem, 2vw + 1.1rem, 1.7rem);
            }
            
            p, li {
                font-size: clamp(0.95rem, 1.6vw + 0.88rem, 1.05rem);
            }
        }

        .tour-card:focus-visible {
            outline: 2px solid var(--color-primary);
            outline-offset: 4px;
        }

        .tour-content {
            padding: 1.75rem;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            flex: 1;
        }

        .tour-title {
            margin-bottom: 0.25rem;
            color: var(--color-dark);
        }

        .tour-meta {
            font-size: 0.95rem;
            color: var(--color-text-light);
        }

        .tour-description {
            font-size: 0.98rem;
            line-height: 1.7;
            color: var(--color-text-light);
            max-width: 38rem;
        }

        .detail-text {
            max-width: 46rem;
            font-size: var(--text-sm);
            line-height: 1.6;
            color: var(--ink-medium);
            margin-bottom: 0.6rem;
        }

        .detail-text strong {
            color: var(--ink-strong);
            font-weight: 600;
        }
        
        /* Luxury small text utility */
        .make-small-text-luxury {
            font-size: var(--text-xs);
            color: var(--ink-muted);
            letter-spacing: 0.2px;
            line-height: 1.5;
        }

        .tour-actions {
            margin-top: auto;
            display: flex;
            gap: 0.75rem;
            flex-wrap: wrap;
        }

        .tour-actions .btn {
            min-height: 40px;
            padding: 0.6rem 1.1rem;
            border-radius: 999px;
            font-size: 0.95rem;
            font-weight: 600;
        }

        .btn-outline {
            border: 2px solid var(--color-primary);
            color: var(--color-primary);
            background: transparent;
        }

        .btn-outline:hover {
            background: rgba(244, 162, 97, 0.12);
        }

        .details-section {
            padding: var(--spacing-2xl) 0;
            background: linear-gradient(
                180deg,
                rgba(246, 238, 228, 0.3) 0%,
                rgba(240, 228, 214, 0.5) 50%,
                rgba(246, 238, 228, 0.3) 100%
            );
        }

        .why-section,
        .faq-section,
        .travel-info,
        .booking-section {
            padding: var(--spacing-2xl) 0;
            background: linear-gradient(
                180deg,
                rgba(246, 238, 228, 0.35) 0%,
                rgba(240, 228, 214, 0.55) 50%,
                rgba(246, 238, 228, 0.35) 100%
            );
        }

        .why-section {
            /* Transparent gradient - defined earlier */
        }

        .why-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1.5rem;
            max-width: 1100px;
            margin: 0 auto;
        }

        .why-card {
            background: rgba(240, 228, 214, 0.4);
            backdrop-filter: blur(10px) saturate(120%);
            -webkit-backdrop-filter: blur(10px) saturate(120%);
            border-radius: 24px;  /* Larger rounded corners */
            padding: 2rem;
            box-shadow: 
                0 12px 32px rgba(139, 107, 74, 0.15),
                0 6px 16px rgba(26, 22, 18, 0.08),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(196, 149, 111, 0.25);
            transition: 
                transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.7s cubic-bezier(0.16, 1, 0.3, 1),
                background 0.7s ease;
        }

        .why-card h3 {
            font-size: var(--text-lg);
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: var(--ink-strong);
            letter-spacing: 0.3px;
        }

        .why-card p {
            margin: 0;
            font-size: var(--text-sm);
            line-height: 1.6;
            color: var(--ink-medium);
        }

        .trust-strip {
            margin-top: 1.5rem;
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            justify-content: center;
            color: var(--color-text-light);
            font-size: 0.95rem;
        }

        .trust-strip span {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            padding: 0.4rem 0.75rem;
            border-radius: 999px;
            background: rgba(139, 107, 74, 0.12);
        }

        .faq-list {
            max-width: 900px;
            margin: 0 auto;
            display: grid;
            gap: 0.75rem;
        }

        details.faq-item {
            background: var(--color-sand-dark);
            border-radius: 14px;
            padding: 1rem 1.25rem;
            border: 1px solid var(--color-brown-light);
        }

        details.faq-item summary {
            cursor: pointer;
            list-style: none;
            font-weight: 600;
            color: var(--color-dark);
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        details.faq-item summary::-webkit-details-marker {
            display: none;
        }

        details.faq-item p {
            margin-top: 0.75rem;
            color: var(--color-text-light);
        }

        .info-grid {
            max-width: 1000px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1.5rem;
        }

        .info-card {
            background: rgba(240, 228, 214, 0.35);
            backdrop-filter: blur(8px) saturate(115%);
            -webkit-backdrop-filter: blur(8px) saturate(115%);
            border-radius: 20px;  /* Modern rounded corners */
            padding: 1.75rem;
            border: 1px solid rgba(196, 149, 111, 0.2);
            box-shadow: 
                0 10px 28px rgba(139, 107, 74, 0.12),
                0 5px 14px rgba(26, 22, 18, 0.06),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
            transition: 
                transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                background 0.6s ease;
        }

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

        .booking-panel {
            max-width: 900px;
            margin: 0 auto;
            background: rgba(240, 228, 214, 0.45);
            backdrop-filter: blur(12px) saturate(120%);
            -webkit-backdrop-filter: blur(12px) saturate(120%);
            padding: 2rem;
            border-radius: 24px;
            border: 1px solid rgba(196, 149, 111, 0.25);
            box-shadow: 
                0 14px 36px rgba(139, 107, 74, 0.14),
                0 7px 18px rgba(26, 22, 18, 0.08),
                inset 0 1px 0 rgba(255, 255, 255, 0.18);
        }

        .booking-panel p {
            margin-bottom: 0.85rem;
        }

        .tour-details {
            max-width: 1100px;
            margin: 0 auto;
            display: grid;
            gap: 0.75rem;
            padding: 1rem 1.2rem;
        }
        
        .tour-details .tour-details__title {
            font-size: var(--text-lg);
            font-weight: 600;
            color: var(--ink-strong);
            margin-bottom: 0.4rem;
        }
        
        .tour-details section + section {
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding-top: 0.75rem;
        }
        
        .tour-details p,
        .tour-details li {
            font-size: var(--text-sm);
            color: var(--ink-medium);
        }

        .tour-detail {
            background: rgba(240, 228, 214, 0.4);
            backdrop-filter: blur(10px) saturate(115%);
            -webkit-backdrop-filter: blur(10px) saturate(115%);
            border-radius: 22px;
            border: 1px solid rgba(196, 149, 111, 0.2);
            box-shadow: 
                0 10px 28px rgba(139, 107, 74, 0.12),
                0 5px 14px rgba(26, 22, 18, 0.06),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
            overflow: hidden;
        }

        .tour-toggle {
            width: 100%;
            background: transparent;
            border: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem 1.75rem;
            font-family: var(--font-heading);
            font-size: var(--text-lg);
            color: var(--ink-strong);
            cursor: pointer;
            font-weight: 600;
            letter-spacing: 0.3px;
        }

        .tour-toggle span {
            font-size: var(--text-sm);
            color: var(--ink-medium);
            font-family: var(--font-body);
            font-weight: 500;
        }

        .tour-panel {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.6s ease;
        }

        .tour-detail.open .tour-panel {
            max-height: 4000px;
        }

        .tour-panel-body {
            padding: 0 1.75rem 1.75rem;
            display: grid;
            gap: 1.75rem;
        }
        
        .tour-panel-body section + section {
            border-top: 1px solid rgba(196, 149, 111, 0.15);
            padding-top: 0.75rem;
        }

        .tour-info {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1rem;
            font-size: var(--text-sm);
            color: var(--ink-medium);
        }

        .tour-info strong {
            color: var(--ink-strong);
            font-weight: 600;
        }

        .tour-panel h4,
        .tour-details-title {
            font-family: var(--font-heading);
            font-size: var(--text-lg);
            font-weight: 600;
            color: var(--ink-strong);
            margin-bottom: 0.5rem;
            letter-spacing: 0.3px;
        }

        .tour-gallery {
            position: relative;
            width: 100%;
            overflow: hidden;
            border-radius: 20px;
            padding: 2rem 0;
        }

        /* Edge fade gradients for luxury overflow hint */
        .tour-gallery::before,
        .tour-gallery::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 80px;
            pointer-events: none;
            z-index: 2;
            opacity: 0;
            transition: opacity 0.6s ease;
        }

        .tour-gallery::before {
            left: 0;
            background: linear-gradient(90deg, 
                var(--color-sand-light) 0%, 
                rgba(240, 228, 214, 0.6) 30%,
                transparent 100%);
        }

        .tour-gallery::after {
            right: 0;
            background: linear-gradient(270deg, 
                var(--color-sand-light) 0%, 
                rgba(240, 228, 214, 0.6) 30%,
                transparent 100%);
        }

        .tour-gallery:hover::before,
        .tour-gallery:hover::after {
            opacity: 1 !important;
        }

        .tour-gallery-scroll {
            display: flex;
            gap: 2rem;
            overflow-x: auto;
            scroll-behavior: smooth;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
            padding: 0 2rem;
        }

        .tour-gallery-scroll::-webkit-scrollbar {
            display: none;
        }

        .tour-gallery img {
            flex: 0 0 auto;
            width: 340px;
            height: 255px;
            object-fit: cover;
            border-radius: 16px;
            background: rgba(240, 228, 214, 0.3);
            transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
                        opacity 0.6s ease;
            scroll-snap-align: start;
            opacity: 0.92;
        }

        .tour-gallery img:hover {
            transform: scale(1.015);
            opacity: 1;
        }

        /* Minimal luxury arrow controls */
        .gallery-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 44px;
            height: 44px;
            background: transparent;
            backdrop-filter: blur(4px);
            border: 1px solid rgba(212, 175, 55, 0.15);
            border-radius: 50%;
            color: rgba(212, 175, 55, 0.7);
            font-size: 1.5rem;
            font-weight: 200;
            cursor: pointer;
            z-index: 10;
            transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            pointer-events: none;
        }

        .tour-gallery:hover .gallery-nav-btn {
            opacity: 0.6;
            pointer-events: auto;
        }

        .gallery-nav-btn:hover {
            opacity: 1;
            background: rgba(26, 22, 18, 0.15);
            border-color: rgba(212, 175, 55, 0.35);
            transform: translateY(-50%) scale(1.05);
        }

        .gallery-nav-btn.prev {
            left: 1.5rem;
        }

        .gallery-nav-btn.next {
            right: 1.5rem;
        }

        /* Mobile: spacious single-image view */
        @media (max-width: 768px) {
            .tour-gallery {
                padding: 1.5rem 0;
            }

            .tour-gallery::before,
            .tour-gallery::after {
                width: 40px;
            }

            .tour-gallery-scroll {
                gap: 1.5rem;
                padding: 0 1.5rem;
            }

            .tour-gallery img {
                width: 290px;
                height: 218px;
            }
            
            .gallery-nav-btn {
                opacity: 0.4;
                pointer-events: auto;
                width: 38px;
                height: 38px;
                font-size: 1.35rem;
                background: rgba(26, 22, 18, 0.1);
            }
            
            .gallery-nav-btn.prev {
                left: 0.75rem;
            }
            
            .gallery-nav-btn.next {
                right: 0.75rem;
            }
        }

        /* Desktop: larger, more spacious */
        @media (min-width: 1024px) {
            .tour-gallery-scroll {
                gap: 2.5rem;
                padding: 0 3rem;
            }

            .tour-gallery img {
                width: 420px;
                height: 315px;
            }

            .gallery-nav-btn.prev {
                left: 2rem;
            }
            
            .gallery-nav-btn.next {
                right: 2rem;
            }
        }

        .tour-itinerary {
            display: grid;
            gap: 0.75rem;
        }

        .itinerary-step {
            padding: 0.85rem 1rem;
            border-radius: 12px;
            background: var(--color-sand-light);
        }

        .tour-inclusions {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1rem;
        }

        .tour-list {
            list-style: none;
            display: grid;
            gap: 0.5rem;
        }

        .tour-list li {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: var(--color-text-light);
            font-size: 0.95rem;
        }

        .icon-check {
            color: var(--color-primary);
        }

        .icon-x {
            color: #C97D60;
        }
        
        /* ====================================================
           About Section - Emotional & Human
           ==================================================== */
        .about {
            padding: var(--spacing-2xl) 0;
            /* Transparent gradient - defined earlier */
        }
        
        .about-content {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }
        
        .about-text {
            font-size: var(--text-md);
            color: var(--ink-medium);
            line-height: 1.6;
            margin-bottom: 2.5rem;
            font-weight: 400;
        }
        
        .trust-signals {
            display: flex;
            flex-direction: column;
            gap: 1.25rem;
            margin-top: 2.5rem;
            text-align: left;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .trust-item {
            font-size: 1.0625rem;
            color: var(--color-text);
            font-weight: 500;
            padding: 0.875rem 0;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        
        .trust-item::before {
            content: '✓';
            color: var(--color-primary);
            font-weight: 700;
            font-size: 1.25rem;
            flex-shrink: 0;
        }
        
        /* ====================================================
           Contact Section - High Conversion
           ==================================================== */
        .contact {
            padding: var(--spacing-2xl) 0;
            background: linear-gradient(
                180deg,
                rgba(246, 238, 228, 0.4) 0%,
                rgba(240, 228, 214, 0.6) 50%,
                rgba(246, 238, 228, 0.4) 100%
            );
        }
        
        .contact-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.75rem;
            max-width: 1000px;
            margin: 0 auto;
        }
        
        .contact-item {
            text-align: center;
            padding: 2.5rem 2rem;
            background: rgba(240, 228, 214, 0.4);
            backdrop-filter: blur(10px) saturate(120%);
            -webkit-backdrop-filter: blur(10px) saturate(120%);
            border-radius: 24px;  /* Larger rounded corners */
            border: 1px solid rgba(196, 149, 111, 0.25);
            box-shadow: 
                0 12px 32px rgba(139, 107, 74, 0.12),
                0 6px 16px rgba(26, 22, 18, 0.06),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
            transition: 
                transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                background 0.6s ease,
                border-color 0.6s ease;
            cursor: pointer;
        }
        
        .contact-item:hover {
            transform: translateY(-6px);
            background: rgba(240, 228, 214, 0.5);
            box-shadow: 
                0 18px 48px rgba(139, 107, 74, 0.18),
                0 10px 24px rgba(26, 22, 18, 0.1),
                0 0 0 1px rgba(212, 175, 55, 0.35),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
            border-color: rgba(212, 175, 55, 0.4);
        }
        
        .contact-item.whatsapp {
            background: linear-gradient(135deg, #D28A5C 0%, #B86E45 100%);
            color: var(--color-white);
        }
        
        .contact-item.whatsapp .contact-label,
        .contact-item.whatsapp .contact-value {
            color: var(--color-white);
        }
        
        .contact-icon {
            width: 1.1rem;
            height: 1.1rem;
            margin-bottom: 0.75rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        
        .contact-label {
            font-weight: 600;
            font-size: 1.0625rem;
            margin-bottom: 0.75rem;
            display: block;
            color: var(--color-dark);
        }
        
        .contact-value {
            color: var(--color-primary);
            font-size: 1rem;
            font-weight: 500;
        }
        
        .contact-item.whatsapp .contact-value {
            color: var(--color-white);
            opacity: 0.95;
        }
        
        /* ====================================================
           Location Section - Map
           ==================================================== */
        .location {
            padding: var(--spacing-2xl) 0;
            background: linear-gradient(
                180deg,
                rgba(246, 238, 228, 0.35) 0%,
                rgba(240, 228, 214, 0.55) 50%,
                rgba(246, 238, 228, 0.35) 100%
            );
        }

        .location-content {
            text-align: center;
            max-width: 780px;
            margin: 0 auto var(--spacing-lg);
        }

        .map-wrapper {
            width: 100%;
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        .map-frame {
            width: 100%;
            height: 440px;
            border: 1px solid var(--color-brown-light);
            border-radius: 18px;
            box-shadow: 0 8px 24px rgba(139, 107, 74, 0.2);
            overflow: hidden;
            display: block;
            background: var(--color-sand-light);
        }

        .map-actions {
            display: flex;
            gap: 0.75rem;
            justify-content: center;
            margin: 1.25rem auto 0.5rem;
            flex-wrap: wrap;
        }

        .map-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 44px;
            padding: 0.65rem 1.25rem;
            border-radius: 999px;
            font-size: 0.95rem;
            font-weight: 600;
            transition: all 0.3s ease-in-out;
        }

        .map-btn-primary {
            background: var(--color-primary);
            color: var(--color-white);
            box-shadow: 0 4px 16px rgba(244, 162, 97, 0.25);
        }

        .map-btn-primary:hover {
            background: var(--color-primary-dark);
            transform: translateY(-1px) scale(1.02);
            box-shadow: 0 8px 20px rgba(244, 162, 97, 0.28);
        }

        .map-btn-outline {
            border: 2px solid var(--color-primary);
            color: var(--color-primary);
            background: transparent;
        }

        .map-btn-outline:hover {
            background: rgba(244, 162, 97, 0.12);
            transform: translateY(-1px) scale(1.02);
        }

        .location-trust {
            text-align: center;
            font-size: 0.98rem;
            color: var(--color-text-light);
            line-height: 1.7;
        }

        .location-trust a {
            color: var(--color-primary);
            font-weight: 600;
        }

        .location-trust a:hover {
            color: var(--color-primary-dark);
        }

        /* ====================================================
           Footer - Mamounia-Inspired Luxury
           ==================================================== */
        .footer {
            background: linear-gradient(
                180deg,
                #1A1612 0%,
                #2B2217 50%,
                #1A1612 100%
            );
            color: rgba(240, 228, 214, 0.85);
            padding: var(--spacing-3xl) 0 var(--spacing-lg);
            position: relative;
            border-top: 1px solid rgba(196, 149, 111, 0.15);
        }
        
        /* Subtle texture overlay on footer */
        .footer::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: radial-gradient(rgba(196, 149, 111, 0.03) 1px, transparent 1px);
            background-size: 40px 40px;
            opacity: 0.5;
            pointer-events: none;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: var(--spacing-xl);
            margin-bottom: var(--spacing-xl);
        }

        .footer-column h3 {
            font-family: var(--font-heading);
            font-size: 1.125rem;
            font-weight: 300;
            letter-spacing: 0.05em;
            margin-bottom: 1.5rem;
            color: var(--color-gold);
            text-transform: uppercase;
        }

        .footer-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .footer-list a,
        .footer-text {
            color: rgba(240, 228, 214, 0.7);
            font-size: 0.9375rem;
            line-height: 1.8;
            transition: var(--transition-base);
        }

        .footer-list a:hover {
            color: var(--color-gold);
            padding-left: 4px;
        }

        .footer-label {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-weight: 600;
            color: var(--color-text);
            font-size: 0.95rem;
        }

        .icon {
            width: 1rem;
            height: 1rem;
            stroke-width: 1.8;
            color: currentColor;
            transition: color 0.2s ease;
            flex-shrink: 0;
        }

        .footer-phone {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--color-text);
        }

        .footer-phone .icon {
            width: 1rem;
            height: 1rem;
        }

        .footer-phone .icon-whatsapp {
            color: var(--color-primary);
        }

        .footer-phone a {
            color: var(--color-text);
        }

        .footer-phone a:hover {
            color: var(--color-primary);
        }

        .footer-whatsapp {
            font-size: 0.85rem;
            color: var(--color-text-light);
        }

        .footer-whatsapp a {
            color: var(--color-primary);
            font-weight: 600;
        }

        .footer-whatsapp a:hover {
            color: var(--color-primary-dark);
        }

        .footer-meta {
            display: grid;
            gap: 0.35rem;
        }

        .footer-meta span {
            color: var(--color-text-light);
            font-size: 0.9rem;
        }

        .payment-icons {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-top: 1rem;
        }

        .payment-badge {
            border: 1px solid var(--color-brown-light);
            color: var(--color-text);
            padding: 0.35rem 0.6rem;
            border-radius: 8px;
            font-size: 0.75rem;
            letter-spacing: 0.04em;
        }

        .footer-divider {
            border-top: 1px solid var(--color-brown-light);
            margin: var(--spacing-lg) 0 0;
            padding-top: var(--spacing-lg);
        }

        .footer-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            flex-wrap: wrap;
            font-size: 0.875rem;
            color: var(--color-text-light);
        }

        .footer-bottom-left {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            flex-wrap: wrap;
        }

        .footer-language {
            font-weight: 600;
            color: var(--color-primary);
        }

        .footer-lang {
            display: flex;
            gap: 0.4rem;
            align-items: center;
        }

        .footer-lang .lang-btn {
            font-size: 0.7rem;
            padding: 0.3rem 0.55rem;
        }

        .footer-bottom-right {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            flex-wrap: wrap;
        }

        .social-icons {
            display: flex;
            gap: 0.5rem;
        }

        .social-icon {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid var(--color-brown-light);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            color: var(--color-text);
            transition: all 0.3s ease-in-out;
        }

        .social-icon:hover {
            border-color: var(--color-primary);
            color: var(--color-primary);
            transform: scale(1.02);
        }

        .footer-contact-link {
            color: var(--color-primary);
            font-weight: 600;
        }
        
        /* ====================================================
           Animations
           ==================================================== */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes arrowFloat {
            0%, 100% { transform: rotate(45deg) translateY(0); }
            50% { transform: rotate(45deg) translateY(6px); }
        }

        @keyframes heroDrift {
            0% { transform: scale(1) translateX(0); }
            50% { transform: scale(1.05) translateX(-1.5%); }
            100% { transform: scale(1) translateX(0); }
        }

        @keyframes heatShimmer {
            0% { opacity: 0.6; transform: translateX(0); }
            50% { opacity: 0.9; transform: translateX(-3%); }
            100% { opacity: 0.6; transform: translateX(0); }
        }

        @keyframes grainDrift {
            0% { transform: translate3d(0, 0, 0); }
            50% { transform: translate3d(-4%, 2%, 0); }
            100% { transform: translate3d(0, 0, 0); }
        }

        .js .section-reveal,
        .js .text-reveal {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .section-reveal.visible,
        .text-reveal.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* ====================================================
           Mobile Responsive
           ==================================================== */
        @media (max-width: 768px) {
            .nav-container {
                padding: 0 1.25rem;
            }
            
            .mobile-menu-toggle {
                display: flex;
            }
            
            .nav-menu {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: var(--color-dark);
                flex-direction: column;
                padding: 5rem 2rem 2rem;
                transform: translateX(-100%);
                transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                z-index: 999;
                justify-content: flex-start;
                gap: 0;
            }
            
            .nav-menu.active {
                transform: translateX(0);
            }
            
            .nav-menu li {
                width: 100%;
                border-bottom: 1px solid rgba(139, 107, 74, 0.25);
            }
            
            .nav-link {
                display: block;
                padding: 1.25rem 0;
                font-size: 1.25rem;
                min-height: 56px;
                color: var(--color-white);
            }
            
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(6px, 6px);
            }
            
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
            
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
            
            /* Mobile Logo Styling */
            .logo-image {
                height: 65px;
            }
            
            .navbar {
                height: 56px;
                padding: 0;
            }
            
            /* Hero styles now handled by mobile-first approach above */
            
            .experiences-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 1.5rem;
            }
            
            .contact-grid {
                grid-template-columns: 1fr;
            }
            
            .footer-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            
            .experiences,
            .about,
            .contact,
            .location {
                padding: var(--spacing-xl) 0;
            }
            
            .map-frame {
                height: 400px;
                border-radius: 16px;
            }

            .map-actions {
                gap: 0.5rem;
            }

            .map-btn {
                width: 100%;
                max-width: 220px;
            }

            .tour-info {
                grid-template-columns: 1fr;
            }

            .tour-inclusions {
                grid-template-columns: 1fr;
            }

            .tour-gallery {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .why-grid {
                grid-template-columns: 1fr;
            }

            .info-grid {
                grid-template-columns: 1fr;
            }

            .journey-item {
                border-radius: 14px;
            }

            .journey-text {
                left: 6%;
                right: 6%;
                max-width: none;
            }

            .journey-image {
                max-height: 300px;
                transform: translateY(20px) scale(1.03);
            }
        }

        @media (max-width: 600px) {
            .experiences-grid {
                grid-template-columns: 1fr;
            }

            .tour-image {
                height: 200px;
                max-height: 280px;
            }

            .tour-gallery {
                grid-template-columns: 1fr;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
            }

            .tour-gallery img {
                scroll-snap-align: center;
            }

            .footer-grid {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .footer-list,
            .footer-meta {
                align-items: center;
            }

            .footer-bottom {
                justify-content: center;
                text-align: center;
            }

            .footer-bottom-left,
            .footer-bottom-right {
                justify-content: center;
            }

            .footer-phone {
                justify-content: center;
                font-size: 1.15rem;
            }
        }
        
        /* ====================================================
           Accessibility
           ==================================================== */
        @media (prefers-reduced-motion: reduce) {
            * {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }

            html {
                scroll-behavior: auto;
            }

            body::before,
            .hero-bg img,
            .hero-overlay::after {
                animation: none !important;
            }

            .journey-image,
            .journey-text {
                transform: none !important;
            }
        }
        
        :focus-visible {
            outline: 2px solid var(--color-primary);
            outline-offset: 2px;
        }
        .email-link {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.15rem 0;
            color: inherit;
            text-decoration: none;
            transition: color 0.2s ease, transform 0.2s ease;
            cursor: pointer;
        }

        .email-link .email-icon {
            width: 1rem;
            height: 1rem;
            stroke: currentColor;
            stroke-width: 1.6;
            fill: none;
            opacity: 0.75;
            transition: opacity 0.2s ease, transform 0.2s ease;
        }

        .email-link:focus-visible {
            outline: 2px solid rgba(244, 162, 97, 0.5);
            outline-offset: 3px;
            border-radius: 6px;
        }

        @media (hover: hover) {
            .email-link:hover {
                color: var(--color-primary);
                transform: translateY(-1px);
            }

            .email-link:hover .email-icon {
                opacity: 1;
                transform: translateX(2px);
            }
        }

        .email-link:active {
            transform: scale(0.98);
        }

        @media (max-width: 640px) {
            .email-link {
                padding: 0.35rem 0;
            }
        }

        .tour-card,
        .why-card,
        .info-card,
        .booking-panel,
        .contact-item,
        .tour-detail,
        .tour-panel,
        .journey-item {
            background: var(--color-sand-dark);
            border: 1px solid var(--color-brown-light);
            box-shadow: 0 16px 36px rgba(139, 107, 74, 0.2);
        }

        .tour-card-title {
            color: #5a4633;
            opacity: 1;
        }
        
        .journey-text {
            color: rgba(251, 243, 232, 0.96);
        }

        .why-card h3,
        .info-card h3,
        .booking-panel strong,
        .contact-label {
            color: var(--color-dark);
        }

        .why-card p,
        .info-card p,
        .booking-panel p,
        .contact-value,
        .tour-detail p {
            color: var(--color-text-light);
        }

        .cinematic-reveal {
            opacity: 0;
            transform: translateY(24px);
            transition: 
                opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
                transform 1s cubic-bezier(0.16, 1, 0.3, 1);
            will-change: opacity, transform;
        }

        .cinematic-reveal.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        @media (prefers-reduced-motion: reduce) {
            .cinematic-reveal {
                opacity: 1;
                transform: none;
                transition: none;
            }
            .tour-card.stagger-item,
            .scroll-reveal {
                opacity: 1 !important;
                transform: none !important;
            }
        }
        
        /* ====================================================
           DYNAMIC BACKGROUNDS - Automatic Background System
           ==================================================== */
        
        /* Ensure content stays above backgrounds */
        .nav-container,
        .hero,
        section,
        footer {
            position: relative;
            z-index: 1;
        }
        
        /* Background transition layer styling */
        .bg-transition-layer {
            will-change: opacity;
        }
        
        /* Subtle grain texture over backgrounds for premium feel */
        body::after {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: radial-gradient(rgba(43, 43, 43, 0.05) 1px, transparent 1px);
            background-size: 80px 80px;
            opacity: 0.03;
            pointer-events: none;
            z-index: -1;
            animation: grainDrift 60s linear infinite;
        }
        
        @keyframes grainDrift {
            0% { transform: translate(0, 0); }
            50% { transform: translate(-10px, -10px); }
            100% { transform: translate(0, 0); }
        }
        
        /* Parallax effect for hero with dynamic background */
        .hero-bg {
            position: absolute;
            inset: 0;
            overflow: hidden;
            z-index: -1;
        }
        
        .hero-bg img {
            width: 100%;
            height: 120%;
            object-fit: cover;
            object-position: center;
            transform: translateY(0);
            transition: transform 0.5s ease-out, opacity 2s ease-in-out;
        }
        
        /* Mobile optimization for backgrounds */
        @media (max-width: 768px) {
            body {
                background-attachment: scroll;
            }
            
            .bg-transition-layer {
                background-attachment: scroll !important;
            }
            
            body::after {
                animation: none;
            }
        }
        
        /* Reduced motion support */
        @media (prefers-reduced-motion: reduce) {
            .bg-transition-layer {
                transition: opacity 0.5s ease-in-out !important;
            }
            
            body::after {
                animation: none;
            }
            
            .hero-bg img {
                transform: none !important;
                transition: opacity 2s ease-in-out;
            }
        }
        
        /* ====================================================
           EXCURSION DETAILS OVERLAY - Full Page View
           ==================================================== */
        .excursion-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(20, 15, 10, 0.95);
            backdrop-filter: blur(10px);
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.5s ease, visibility 0.5s;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }
        
        .excursion-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        
        .excursion-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 6rem 2rem 4rem;
            transform: translateY(30px);
            opacity: 0;
            transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
        }
        
        .excursion-overlay.active .excursion-content {
            transform: translateY(0);
            opacity: 1;
            transition-delay: 0.1s;
        }
        
        .excursion-close {
            position: fixed;
            top: 2rem;
            right: 2rem;
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10000;
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.5rem;
            padding: 0;
        }
        
        .excursion-close:hover {
            background: rgba(255, 255, 255, 0.2);
            border-color: var(--color-primary);
            transform: rotate(90deg) scale(1.1);
        }
        
        .excursion-header {
            position: relative;
            min-height: 450px;
            border-radius: 24px;
            overflow: hidden;
            margin-bottom: 3rem;
        }
        
        .excursion-header-image {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .excursion-header-overlay {
            position: absolute;
            inset: 0;
            /* Multi-layer overlay for excellent text visibility */
            background: 
                linear-gradient(
                    to bottom,
                    rgba(26, 22, 18, 0.4) 0%,
                    rgba(26, 22, 18, 0.6) 40%,
                    rgba(26, 22, 18, 0.85) 100%
                ),
                radial-gradient(
                    ellipse at bottom,
                    rgba(26, 22, 18, 0.6) 0%,
                    rgba(26, 22, 18, 0.2) 50%,
                    rgba(26, 22, 18, 0) 100%
                );
        }
        
        .excursion-header-content {
            position: relative;
            z-index: 2;
            padding: 3rem;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            min-height: 450px;
        }
        
        .excursion-title {
            font-family: var(--font-heading);
            font-size: clamp(2rem, 4vw, 3.5rem);
            font-weight: 300;
            color: rgba(255, 255, 255, 0.98);
            margin-bottom: 1rem;
            line-height: 1.2;
            /* Elegant text shadow for maximum readability */
            text-shadow: 
                0 1px 2px rgba(0, 0, 0, 0.3),
                0 4px 12px rgba(0, 0, 0, 0.4),
                0 8px 20px rgba(0, 0, 0, 0.3);
        }
        
        .excursion-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin-bottom: 1.5rem;
        }
        
        .excursion-pill {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 0.5rem 1rem;
            border-radius: 999px;
            color: white;
            font-size: 0.875rem;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .excursion-body {
            background: rgba(240, 228, 214, 0.05);
            border-radius: 24px;
            padding: 3rem;
            margin-bottom: 2rem;
        }
        
        .excursion-section {
            margin-bottom: 3rem;
        }
        
        .excursion-section:last-child {
            margin-bottom: 0;
        }
        
        .excursion-section-title {
            font-family: var(--font-heading);
            font-size: 1.75rem;
            color: var(--color-primary);
            margin-bottom: 1rem;
        }
        
        .excursion-text {
            color: rgba(240, 228, 214, 0.85);
            font-size: 1.0625rem;
            line-height: 1.7;
            margin-bottom: 1rem;
        }
        
        .excursion-highlights {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
            margin-top: 1.5rem;
        }
        
        .excursion-highlight {
            background: rgba(199, 155, 109, 0.1);
            border: 1px solid rgba(199, 155, 109, 0.2);
            border-radius: 16px;
            padding: 1.5rem;
        }
        
        .excursion-highlight h4 {
            color: var(--color-primary);
            margin-bottom: 0.5rem;
            font-size: 1.125rem;
        }
        
        .excursion-highlight p {
            color: rgba(240, 228, 214, 0.75);
            font-size: 0.9375rem;
            line-height: 1.6;
            margin: 0;
        }
        
        .excursion-list {
            list-style: none;
            padding: 0;
            margin: 1.5rem 0;
        }
        
        .excursion-list li {
            color: rgba(240, 228, 214, 0.85);
            padding: 0.75rem 0;
            padding-left: 2rem;
            position: relative;
            line-height: 1.6;
        }
        
        .excursion-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--color-primary);
            font-weight: bold;
        }
        
        .excursion-cta {
            background: linear-gradient(135deg, rgba(199, 155, 109, 0.15) 0%, rgba(167, 116, 72, 0.15) 100%);
            border: 1px solid rgba(199, 155, 109, 0.3);
            border-radius: 20px;
            padding: 2.5rem;
            text-align: center;
            margin-top: 3rem;
        }
        
        .excursion-cta h3 {
            font-family: var(--font-heading);
            font-size: 1.875rem;
            color: var(--color-primary);
            margin-bottom: 1rem;
        }
        
        .excursion-cta p {
            color: rgba(240, 228, 214, 0.8);
            margin-bottom: 2rem;
            font-size: 1.0625rem;
        }
        
        .excursion-cta-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        .excursion-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 1rem 2rem;
            border-radius: 12px;
            font-weight: 600;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
            font-size: 1rem;
            text-decoration: none;
        }
        
        .excursion-btn-primary {
            background: var(--color-primary);
            color: #1A140B;
        }
        
        .excursion-btn-primary:hover {
            background: var(--color-primary-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(199, 155, 109, 0.3);
        }
        
        .excursion-btn-secondary {
            background: transparent;
            border: 2px solid var(--color-primary);
            color: var(--color-primary);
        }
        
        .excursion-btn-secondary:hover {
            background: rgba(199, 155, 109, 0.1);
            transform: translateY(-2px);
        }
        
        @media (max-width: 768px) {
            .excursion-content {
                padding: 5rem 1.5rem 3rem;
            }
            
            .excursion-header {
                min-height: 350px;
            }
            
            .excursion-header-content {
                padding: 2rem;
                min-height: 350px;
            }
            
            .excursion-body {
                padding: 2rem 1.5rem;
            }
            
            .excursion-cta {
                padding: 2rem 1.5rem;
            }
            
            .excursion-cta-buttons {
                flex-direction: column;
            }
            
            .excursion-btn {
                width: 100%;
                justify-content: center;
            }
            
            .excursion-close {
                top: 1rem;
                right: 1rem;
                width: 44px;
                height: 44px;
            }
        }
        
        /* ====================================================
           TOUR OPTIONS - Day Trip / Overnight Selector
           ==================================================== */
        .tour-options {
            margin: 2rem 0;
            padding: 1.5rem;
            background: rgba(245, 235, 220, 0.5);
            border-radius: 12px;
            border: 1px solid rgba(196, 149, 111, 0.2);
        }
        
        .tour-options h4 {
            margin-bottom: 1rem;
            font-size: 1.1rem;
            color: var(--color-text-primary);
        }
        
        .tour-option-label {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.75rem 1rem;
            margin-bottom: 0.5rem;
            cursor: pointer;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.5);
            border: 2px solid transparent;
            transition: all 0.3s ease;
        }
        
        .tour-option-label:hover {
            background: rgba(255, 255, 255, 0.8);
            border-color: rgba(196, 149, 111, 0.3);
        }
        
        .tour-option-label input[type="radio"] {
            width: 20px;
            height: 20px;
            cursor: pointer;
            accent-color: var(--color-primary);
        }
        
        .tour-option-label input[type="radio"]:checked + span {
            font-weight: 600;
            color: var(--color-primary);
        }
        
        .tour-option-label span {
            font-size: 1rem;
            color: var(--color-text-primary);
            transition: all 0.3s ease;
        }
        
        .tour-price-display {
            margin-top: 1rem;
            padding: 1rem;
            font-weight: 600;
            font-size: 1.25rem;
            color: var(--color-gold);
            background: rgba(212, 175, 55, 0.1);
            border-radius: 8px;
            text-align: center;
            border: 1px solid rgba(212, 175, 55, 0.2);
        }
        
        @media (max-width: 768px) {
            .tour-options {
                padding: 1.25rem;
            }
            
            .tour-option-label {
                padding: 0.65rem 0.85rem;
            }
            
            .tour-price-display {
                font-size: 1.1rem;
            }
        }
    </style>
