/* إعدادات أساسية (تم الاحتفاظ بها من النسخة السابقة) */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}
.text-gold { color: var(--rose-gold); }
.section-heading { text-align: center; margin-bottom: 4rem; }
.section-heading .title { font-size: 2.5rem; color: var(--text-primary); margin-bottom: 1rem; }
.heading-line { width: 60px; height: 3px; background-color: var(--rose-gold); margin: 0 auto 1.5rem; }
.section-heading p { color: var(--text-secondary); font-size: 1.1rem; }

/* 1. Hero Section (نفس السابق) */
.luxury-hero {
    position: relative; height: 85vh; min-height: 600px;
    display: flex; align-items: center; justify-content: center; text-align: center;
    background: url('https://images.unsplash.com/photo-1550226891-ef816aed4ca8?auto=format&fit=crop&q=80&w=1920') center/cover no-repeat;
    background-attachment: fixed; /* Parallax effect خفيف للفخامة */
}
.hero-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(22, 42, 69, 0.9) 0%, rgba(10, 17, 24, 0.7) 100%); z-index: 1;
}
.hero-content { position: relative; z-index: 2; max-width: 800px; padding: 2rem; }
.hero-subtitle { display: block; color: var(--rose-gold); font-size: 1.1rem; letter-spacing: 3px; margin-bottom: 1rem; }
.hero-title { font-size: 4rem; color: #ffffff; font-weight: 700; margin-bottom: 1.5rem; line-height: 1.2; }
.hero-desc { color: #e2e8f0; font-size: 1.2rem; margin-bottom: 2.5rem; font-weight: 300; }
.btn-gold { background-color: var(--rose-gold); color: #111C27; padding: 1rem 3rem; font-size: 1.1rem; font-weight: 600; text-decoration: none; transition: var(--transition); display: inline-block; }
.btn-gold:hover { background-color: #fff; color: #111C27; }
.btn-outline { background-color: transparent; color: var(--text-primary); padding: 1rem 3rem; font-size: 1.1rem; font-weight: 600; text-decoration: none; border: 1px solid var(--text-primary); transition: var(--transition); display: inline-block; }
.btn-outline:hover { background-color: var(--text-primary); color: var(--bg-body); }

/* 2. Brand Features (قسم جديد) */
.brand-features {
    background-color: var(--bg-navbar);
    padding: 4rem 0;
    border-bottom: 1px solid var(--border-color);
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    text-align: center;
}
.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--rose-gold);
}
.feature-item h4 {
    color: var(--text-primary);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.feature-item p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* 3. Categories Section (نفس السابق) */
.categories-section { padding: 8rem 0; background-color: var(--bg-body); }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.category-box { position: relative; height: 500px; overflow: hidden; cursor: pointer; }
.category-box img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.category-box:hover img { transform: scale(1.05); }
.box-content { position: absolute; bottom: 0; left: 0; width: 100%; padding: 3rem; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); color: #fff; }
.box-content h3 { font-size: 2.2rem; margin-bottom: 0.5rem; }
.link-arrow { color: var(--rose-gold); text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: 0.5rem; transition: var(--transition); font-size: 1.1rem;}
.link-arrow:hover { gap: 1rem; }

/* 4. Promo Banner (قسم جديد) */
.promo-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: var(--bg-navbar);
    min-height: 500px;
}
.promo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promo-content {
    padding: 6rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.promo-label {
    text-transform: uppercase; letter-spacing: 2px; color: var(--text-secondary); font-size: 0.9rem; margin-bottom: 1rem;
}
.promo-content h2 {
    font-size: 2.8rem; color: var(--text-primary); margin-bottom: 1.5rem;
}
.promo-content p {
    color: var(--text-secondary); font-size: 1.1rem; line-height: 1.8; margin-bottom: 2rem;
}

/* 5. Premium New Arrivals (نفس السابق مع تعديلات المسافات) */
.new-arrivals-premium { padding: 8rem 0; background-color: var(--bg-body); }
.premium-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 4rem 2rem; }
.card-image { position: relative; height: 350px; background-color: var(--bg-navbar); margin-bottom: 1.5rem; }
.card-image img { width: 100%; height: 100%; object-fit: contain; padding: 2rem; transition: var(--transition); }
.luxury-badge { position: absolute; top: 15px; right: 15px; background-color: var(--text-primary); color: var(--bg-body); padding: 5px 15px; font-size: 0.8rem; letter-spacing: 1px; z-index: 2; }
.btn-try-on { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); background-color: var(--bg-body); color: var(--text-primary); border: 1px solid var(--border-color); padding: 12px 25px; font-weight: 600; cursor: pointer; transition: all 0.4s ease; opacity: 0; width: 70%; }
.card-image:hover .btn-try-on { opacity: 1; bottom: 30px; }
.card-image:hover img { transform: scale(1.05); }
.card-details { text-align: center; }
.brand-name { color: var(--text-secondary); font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 0.5rem; }
.product-name { font-size: 1.3rem; color: var(--text-primary); margin-bottom: 0.5rem; font-weight: 400; }
.product-price { font-size: 1.2rem; color: var(--rose-gold); }

/* --- 6. Style Inspiration (Lookbook Editorial Style) --- */
.style-inspiration {
    padding: 8rem 0;
    background-color: var(--bg-body);
}

.inspiration-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 صور بجانب بعض */
    gap: 3rem; /* مساحات واسعة بين الصور للفخامة */
}

.inspiration-card {
    display: flex;
    flex-direction: column;
    group: hover;
}

.img-wrapper {
    overflow: hidden;
    border-radius: var(--border-radius);
    margin-bottom: 1.5rem;
    height: 450px; /* توحيد طول الصور لتبدو متناسقة */
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.inspiration-card:hover .img-wrapper img {
    transform: scale(1.05); /* تقريب خفيف للصورة عند التمرير */
}

.inspiration-info {
    text-align: center;
    padding: 0 1rem;
}

.inspiration-info h4 {
    font-size: 1.4rem;
    color: var(--text-primary);
    margin-bottom: 0.8rem;
    font-weight: 500;
}

.inspiration-info p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.explore-link {
    color: var(--rose-gold);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}

.explore-link:hover {
    gap: 1rem;
    border-bottom: 1px solid var(--rose-gold);
}

/* ريسبونسف للموبايل والتابلت */
@media (max-width: 1024px) {
    .inspiration-grid {
        grid-template-columns: repeat(2, 1fr); /* صورتين في التابلت */
    }
}

@media (max-width: 768px) {
    .inspiration-grid {
        grid-template-columns: 1fr; /* صورة واحدة في الموبايل */
        gap: 4rem;
    }
    .img-wrapper {
        height: 400px;
    }
}

/* 7. Newsletter Section (قسم جديد) */
.newsletter-section {
    padding: 6rem 0;
    background-color: var(--bg-body);
    border-top: 1px solid var(--border-color);
}
.newsletter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}
.newsletter-content { flex: 1; }
.newsletter-content h2 { font-size: 2.2rem; color: var(--text-primary); margin-bottom: 1rem; }
.newsletter-content p { color: var(--text-secondary); font-size: 1.1rem; }
.newsletter-form {
    flex: 1;
    display: flex;
    border-bottom: 1px solid var(--text-secondary);
    padding-bottom: 10px;
}
.newsletter-form input {
    flex: 1;
    background: transparent;
    border: none;
    color: var(--text-primary);
    font-size: 1.1rem;
    outline: none;
    padding: 0.5rem 0;
}
.newsletter-form button {
    background: transparent;
    border: none;
    color: var(--rose-gold);
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ريسبونسف للموبايل والتابلت */
@media (max-width: 992px) {
    .promo-banner { grid-template-columns: 1fr; }
    .newsletter-container { flex-direction: column; text-align: center; }
    .large-item { grid-row: span 1; height: 400px; }
}
@media (max-width: 768px) {
    .hero-title { font-size: 2.5rem; }
    .features-grid, .category-grid { grid-template-columns: 1fr; }
    .category-box { height: 350px; }
    .promo-content { padding: 4rem 2rem; }
}

/* إعدادات قسم الهيرو لاحتواء الفيديو */
.luxury-hero {
    position: relative;
    overflow: hidden;
    background: none; /* إزالة أي خلفية صورة قديمة إن وجدت */
    padding-top: calc(120px + 15vh);
    
    height: 100vh; /* خليناها 95% من الشاشة ليكون أطول (فيك تخليها 100vh إذا بدك ياه يغطي الشاشة للآخر) */
    min-height: 750px; /* كبرنا الحد الأدنى عشان الشاشات الكبيرة */
    
}

/* جعل الفيديو يملأ الشاشة في الخلفية */
.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; /* ليبقى خلف طبقة التعتيم والنصوص */
    pointer-events: none; /* لمنع المستخدم من النقر عليه بالخطأ */
    object-position: center 10%;
}

/* التأكد من أن طبقة التعتيم (Overlay) فوق الفيديو مباشرة */
.hero-overlay {
    z-index: 1;
}

/* التأكد من أن النصوص والأزرار تطفو فوق كل شيء */
.hero-content {
    z-index: 2;
    position: relative;
}