/* ==========================================================================
   STAYLUXE: PREMIUM SHORT-LET TEMPLATE
   ========================================================================== */

:root {
    --primary-dark: #1a252c;
    --accent-gold: #c5a572;
    --accent-gold-hover: #b08d55;
    --bg-light: #faf9f6;
    --text-body: #546670;
    --white: #ffffff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Lato', sans-serif;
    background-color: var(--bg-light);
    color: var(--text-body);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .logo, .subtitle {
    font-family: 'Playfair Display', serif;
    color: var(--primary-dark);
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 5%; }
img { width: 100%; display: block; border-radius: 8px; }
a { text-decoration: none; }

/* Banner */
.josef-preview-banner { background: var(--primary-dark); color: var(--white); text-align: center; padding: 8px; font-size: 13px; z-index: 2000; position: relative; letter-spacing: 1px; }

/* Navigation */
.luxe-nav { position: absolute; width: 100%; top: 35px; z-index: 100; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.2); }
.nav-container { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 1.8rem; font-weight: 700; color: var(--white); letter-spacing: 1px; }
.logo span { color: var(--accent-gold); }

.nav-links a { color: var(--white); margin: 0 1.5rem; font-size: 0.9rem; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; transition: color 0.3s; }
.nav-links a:hover { color: var(--accent-gold); }

.nav-actions { display: flex; align-items: center; gap: 20px; }
.back-link { color: rgba(255,255,255,0.7); font-size: 0.9rem; transition: color 0.3s; }
.back-link:hover { color: var(--white); }

.btn-gold { background: var(--accent-gold); color: var(--white); padding: 12px 28px; border-radius: 4px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 0.85rem; transition: background 0.3s; }
.btn-gold:hover { background: var(--accent-gold-hover); }

/* Hero Section */
.hero-hospitality { position: relative; height: 90vh; min-height: 700px; display: flex; align-items: center; background: url('https://images.unsplash.com/photo-1522708323590-d24dbb6b0267?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80') center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(26, 37, 44, 0.7) 0%, rgba(26, 37, 44, 0.4) 100%); }

.hero-content { position: relative; z-index: 2; width: 100%; margin-top: -50px; }
.hero-content h1 { font-size: clamp(3rem, 6vw, 5rem); color: var(--white); line-height: 1.1; margin-bottom: 20px; font-weight: 600; }
.hero-content p { font-size: 1.2rem; color: rgba(255,255,255,0.9); max-width: 500px; margin-bottom: 50px; }

/* The Glassmorphism Booking Bar */
.booking-bar { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); padding: 15px; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 20px 40px rgba(0,0,0,0.2); max-width: 1000px; }
.booking-input { display: flex; flex-direction: column; padding: 0 20px; flex: 1; }
.booking-input label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-body); margin-bottom: 5px; font-weight: 700; }
.booking-input select, .booking-input input { border: none; background: transparent; font-size: 1rem; color: var(--primary-dark); font-family: 'Playfair Display', serif; font-weight: 600; outline: none; cursor: pointer; }
.booking-divider { width: 1px; height: 40px; background: #e2e8f0; }
.btn-search { background: var(--primary-dark); color: var(--white); border: none; padding: 20px 40px; border-radius: 4px; font-size: 1rem; font-weight: 700; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: background 0.3s; }
.btn-search:hover { background: var(--accent-gold); }

/* Amenities Section */
.amenities-section { padding: 120px 0; background: var(--white); }
.text-center { text-align: center; }
.subtitle { display: block; color: var(--accent-gold); font-size: 1.2rem; font-style: italic; margin-bottom: 10px; }
.section-title h2 { font-size: 2.5rem; margin-bottom: 60px; }

.amenities-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; }
.amenity-card { text-align: center; padding: 30px; border: 1px solid #f1f5f9; border-radius: 8px; transition: transform 0.3s, box-shadow 0.3s; background: var(--bg-light); }
.amenity-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.05); }
.amenity-card i { font-size: 2.5rem; color: var(--accent-gold); margin-bottom: 20px; display: inline-block; }
.amenity-card h3 { font-size: 1.3rem; margin-bottom: 15px; font-family: 'Lato', sans-serif; font-weight: 700; }
.amenity-card p { font-size: 0.95rem; }

/* Featured Property */
.featured-property { padding: 100px 0; }
.property-split { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }
.property-image { position: relative; }
.price-tag { position: absolute; top: 20px; right: 20px; background: var(--white); color: var(--primary-dark); padding: 10px 20px; border-radius: 4px; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.2rem; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.property-details h2 { font-size: 2.5rem; margin-bottom: 20px; }
.property-details p { margin-bottom: 30px; font-size: 1.05rem; }

.features-list { list-style: none; margin-bottom: 40px; }
.features-list li { margin-bottom: 15px; display: flex; align-items: center; gap: 10px; font-size: 1.1rem; color: var(--primary-dark); font-weight: 700; }
.features-list i { color: var(--accent-gold); font-size: 1.2rem; }

.btn-outline-gold { border: 2px solid var(--accent-gold); color: var(--accent-gold); padding: 15px 35px; border-radius: 4px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; display: inline-block; transition: all 0.3s; }
.btn-outline-gold:hover { background: var(--accent-gold); color: var(--white); }

/* Footer */
.luxe-footer { background: var(--primary-dark); color: var(--white); padding: 80px 0 40px 0; }
.footer-logo { font-size: 2.5rem; color: var(--white); margin-bottom: 10px; }
.footer-logo span { color: var(--accent-gold); }
.footer-tagline { color: rgba(255,255,255,0.6); margin-bottom: 30px; }
.footer-socials { display: flex; justify-content: center; gap: 20px; margin-bottom: 40px; }
.footer-socials a { color: var(--white); font-size: 1.5rem; transition: color 0.3s; }
.footer-socials a:hover { color: var(--accent-gold); }
.copyright { color: rgba(255,255,255,0.4); font-size: 0.85rem; }

/* Animations */
.fade-in-up { animation: fadeInUp 1s ease forwards; opacity: 0; }
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* Mobile */
@media (max-width: 992px) {
    .booking-bar { flex-direction: column; gap: 15px; padding: 25px; }
    .booking-divider { width: 100%; height: 1px; margin: 10px 0; }
    .btn-search { width: 100%; justify-content: center; margin-top: 10px; }
    .property-split { grid-template-columns: 1fr; }
    .nav-links, .nav-actions { display: none; }
}