/* Luxury / black theme for Jaguar F-Type and Luxe Car Rentals - RDM */

.page-luxe {
    background-color: #0a0a0a;
    color: #e8e4df;
}

.page-luxe .navbar-logo {
    filter: brightness(1);
}

.luxe-nav {
    background-color: rgba(10, 10, 10, 0.92) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.luxe-nav .nav-link {
    color: rgba(232, 228, 223, 0.9) !important;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.luxe-nav .nav-link:hover {
    color: #d4af37 !important;
}

/* Hero */
.luxe-hero {
    min-height: 85vh;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.luxe-hero-jaguar {
    background-image: url('images/jag9.jpeg');
    background-color: #0a0a0a;
}

.luxe-hero-landing {
    background-image: url('images/jag6.jpeg');
    background-color: #0a0a0a;
}

.luxe-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.4) 50%, rgba(10, 10, 10, 0.2) 100%);
    pointer-events: none;
}

.luxe-hero .container {
    position: relative;
    z-index: 2;
}

.luxe-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    color: #d4af37;
}

.luxe-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.02em;
}

.luxe-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    color: rgba(232, 228, 223, 0.85);
    font-size: 1.1rem;
}

.luxe-heading {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.02em;
}

.luxe-lead {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    color: rgba(232, 228, 223, 0.9);
    line-height: 1.7;
}

.luxe-muted {
    color: rgba(232, 228, 223, 0.65);
}

.luxe-section {
    background-color: #0a0a0a;
}

/* Buttons */
.btn-luxe {
    background-color: #d4af37;
    color: #0a0a0a;
    border: none;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 0.75rem 1.75rem;
    border-radius: 2px;
    transition: background-color 0.25s ease, transform 0.2s ease;
}

.btn-luxe:hover {
    background-color: #e5c04a;
    color: #0a0a0a;
    transform: translateY(-2px);
}

.btn-luxe-outline {
    background: transparent;
    color: #e8e4df;
    border: 1px solid rgba(212, 175, 55, 0.6);
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0.75rem 1.75rem;
    border-radius: 2px;
    transition: border-color 0.25s ease, color 0.25s ease;
}

.btn-luxe-outline:hover {
    border-color: #d4af37;
    color: #d4af37;
}

/* Gallery / carousel on luxe pages */
.luxe-carousel {
    height: 70vh;
    max-height: 700px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 4px;
    overflow: hidden;
}

.luxe-carousel .carousel-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #000;
}

.luxe-arrow {
    background: rgba(10, 10, 10, 0.7) !important;
    border: 1px solid rgba(212, 175, 55, 0.4) !important;
    color: #d4af37 !important;
}

.luxe-arrow:hover {
    background: rgba(212, 175, 55, 0.2) !important;
    color: #e5c04a !important;
}

.luxe-arrow i {
    color: inherit !important;
}

.luxe-indicators .indicator {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

.luxe-indicators .indicator.active {
    background: #d4af37;
    border-color: #d4af37;
}

/* Feature blocks */
.luxe-feature {
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.02);
    transition: border-color 0.25s ease, background 0.25s ease;
}

.luxe-feature:hover {
    border-color: rgba(212, 175, 55, 0.35);
    background: rgba(255, 255, 255, 0.04);
}

.luxe-icon {
    font-size: 1.75rem;
    color: #d4af37;
}

.luxe-feature-title {
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    font-weight: 600;
}

/* CTA section */
.luxe-cta {
    background: linear-gradient(180deg, #0a0a0a 0%, #141414 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.luxe-link {
    color: #d4af37;
    text-decoration: none;
    transition: color 0.2s ease;
}

.luxe-link:hover {
    color: #e5c04a;
}

/* Footer */
.luxe-footer {
    background-color: #050505;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
}

/* Luxe landing: vehicle cards */
.luxe-vehicle-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.luxe-vehicle-card:hover {
    border-color: rgba(212, 175, 55, 0.45);
    transform: translateY(-4px);
}

.luxe-vehicle-card .card-img-wrap {
    aspect-ratio: 16 / 9;
    height: auto;
    overflow: hidden;
    background: #000;
}

.luxe-vehicle-card .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.luxe-vehicle-card .card-body {
    padding: 1.5rem;
}

.luxe-vehicle-card .card-title {
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    font-weight: 600;
}

.luxe-badge {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    padding: 0.35rem 0.65rem;
}

@media (max-width: 768px) {
    .luxe-hero-jaguar {
        min-height: 70vh;
    }
    .luxe-title {
        font-size: 2.5rem;
    }
    .luxe-carousel {
        height: 50vh;
    }
}
