/* RESET & VARIABLES */
:root {
    --primary-red: #E62117;
    --primary-green: #2ECC71;
    --bg-dark: #0A0A0A;
    --bg-card: #141414;
    --text-white: #FFFFFF;
    --text-gray: #B0B0B0;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Roboto', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-white);
    font-family: var(--font-body);
    overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* UTILS */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.text-red { color: var(--primary-red); }
.text-green { color: var(--primary-green); }
.text-center { text-align: center; }

/* NAVBAR */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.logo {
    font-family: 'Montserrat', sans-serif; /* Police moderne et géométrique */
    font-weight: 900; /* Le plus gras possible (Black) */
    font-size: 2.2rem; /* Taille augmentée pour correspondre à l'image */
    letter-spacing: -1px; /* Resserre légèrement les lettres pour l'effet "bloc" */
    color: #D9381E; /* La couleur rouge-orange exacte de votre capture */
    text-transform: uppercase;
    line-height: 1;
    /* Ombre portée subtile pour détacher du fond si nécessaire, comme sur l'image */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5); 
}

/* Optionnel : Si l'apostrophe doit être d'une couleur différente ou taille différente */
.logo-accent {
    color: #D9381E;
}
.nav-links { display: flex; gap: 30px; }
.nav-links a { font-size: 0.9rem; font-weight: 500; text-transform: uppercase; color: #ddd; transition: color 0.3s; }
.nav-links a:hover { color: var(--text-white); }

.btn-red-nav {
    background-color: var(--primary-red);
    color: white;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 2px;
    text-transform: uppercase;
}

/* HERO */
.hero {
    height: 100vh;
    background: url('https://via.placeholder.com/1920x1080?text=FOREST+BACKGROUND') center/cover no-repeat; /* REMPLACER IMAGE */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(10,10,10,1));
}

.hero-content {
    position: relative; 
    z-index: 1; 
    max-width: 900px; 
    padding: 0 20px;
    padding-bottom: 100px; /* Augmenté pour décoller le texte du chevron */
}


/* AJOUT POUR LA VIDÉO */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Assure que la vidéo remplit l'écran sans déformation */
    z-index: 0; /* Place la vidéo tout au fond */
}

/* On s'assure que l'overlay passe PAR-DESSUS la vidéo */
.hero-overlay {
    z-index: 1; 
}

/* On garde le contenu texte au premier plan */
.hero-content {
    z-index: 2;
}


.subtitle-red { color: var(--primary-red); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; display: block; margin-bottom: 20px; font-size: 0.9rem; }
.hero h1 { font-family: var(--font-heading); font-size: 2.5rem; font-weight: 700; line-height: 1.4; margin-bottom: 40px; }

.btn-red {
    background-color: var(--primary-red);
    color: white;
    padding: 15px 30px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
}

.scroll-indicator {
    /* Style pour la position et l'animation */
    position: absolute;
    bottom: 25px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    
    /* Rendu visible et cliquable */
    color: var(--primary-red); /* Changer la couleur pour le rouge du site */
    font-size: 2.5rem; /* Augmenter légèrement la taille */
    opacity: 1; /* Retirer l'opacité (avant 0.8 ou 0.7) */
    

    
    /* Animation et interaction */
    cursor: pointer;
    transition: all 0.3s ease;
    animation: bounce 2s infinite; 
}

.scroll-indicator:hover {
    background-color: rgba(230, 33, 23, 0.1); /* Petit fond rouge au survol */
}

/* SECTIONS COMMON */
.section-dark { padding: 80px 0; background-color: var(--bg-dark); }
.section-title { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 700; margin-bottom: 40px; text-align: center; }

/* ABOUT */
.about-text { max-width: 900px; margin: 0 auto; color: #ccc; line-height: 1.8; font-size: 1.1rem; }
.about-text p { margin-bottom: 20px; }

/* CAROUSEL ANIMÉ */
.section-carousel {
    padding: 20px 0;
    border-top: 0px solid #333;
    border-bottom: 0px solid #333;
    background: #000;
    overflow: hidden; /* Masque ce qui dépasse */
    position: relative;
}

.carousel-quote {
    text-align: center;
    font-style: italic;
    font-size: 1.4rem; /* Légèrement plus grand */
    margin-bottom: 50px;
    font-weight: 700;
    color: #eee;
    padding: 0 20px;
}

/* Le conteneur qui cache les bords */
.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 100px; /* AUGMENTATION MAJEURE (avant 40px) pour garantir l'espace pour le zoom */
}

/* Ajout d'un effet de fondu sur les côtés (optionnel mais esthétique) */
.slider-container::before,
.slider-container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
}
.slider-container::before { left: 0; background: linear-gradient(to right, #000, transparent); }
.slider-container::after { right: 0; background: linear-gradient(to left, #000, transparent); }

/* La piste qui bouge */
.slider-track {
    display: flex;
    /* Retrait de gap pour une gestion plus fine via margin sur .movie-card-large */
    /* gap: 40px; */ 
    width: max-content; 
    animation: scroll 40s linear infinite; 
}

/* Arrêter l'animation au survol de la souris */
.slider-track:hover {
    animation-play-state: paused;
}

.movie-card-large {
    width: 220px; 
    flex-shrink: 0;
    text-align: center;
    font-size: 0.8rem; /* Réduction légère de la taille de la police */
    color: #888;
    transition: transform 0.3s ease;
    
    /* ESPACEMENT entre les cartes géré par la marge droite */
    margin: 0 20px 0 0; /* Ajout d'une marge droite pour séparer les cartes */
}

.movie-card-large:hover {
    transform: scale(1.02); /* Légère augmentation du zoom (1.08 au lieu de 1.05) */
    color: #fff;
    z-index: 10; 
}

.movie-card-large img {
    width: 100%;
    height: 350px; /* Hauteur fixe plus grande pour uniformiser */
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 15px;
    opacity: 0.8;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.movie-card-large:hover img {
    opacity: 1;
    box-shadow: 0 8px 25px rgba(230, 33, 23, 0.4); /* Lueur rouge au survol */
}

/* L'animation clé */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* Se déplace de la moitié (car on a dupliqué la liste) */
}

/* SECTION MEMBRES FONDATEURS */
.founders-section {
    padding: 80px 20px;
    text-align: center;
    background-color: #0d0d0d; /* Fond légèrement plus clair que le noir pur */
}

.founders-section .section-title {
    margin-bottom: 60px;
    font-size: 2.8rem;
}

.founders-grid {
    display: flex;
    flex-wrap: wrap; /* Permet aux cartes de passer à la ligne sur petits écrans */
    justify-content: center; /* Centre les cartes horizontalement */
    gap: 40px; /* Espace entre les cartes */
    max-width: 1000px; /* Largeur max du conteneur de la grille */
    margin: 0 auto;
}

.founder-card {
    flex: 1; /* Prend l'espace disponible */
    min-width: 300px; /* Largeur minimale pour les cartes */
    max-width: 450px; /* Largeur maximale pour les cartes */
    background-color: #1a1a1a;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    padding-bottom: 30px; /* Espace pour la bio en dessous */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.founder-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(230, 33, 23, 0.3); /* Ombre rouge au survol */
}

.founder-photo-container {
    position: relative;
    width: 100%;
    height: 350px; /* Hauteur fixe pour la photo */
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 20px;
}

.founder-photo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Recadre la photo pour remplir l'espace */
    display: block;
}

.founder-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0)); /* Dégradé pour le nom */
    padding: 30px 20px 15px;
    text-align: left;
    color: #fff;
}

.founder-info h3 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.founder-info .founder-role {
    display: block;
    font-size: 1rem;
    color: #E62117; /* Rouge du site pour le rôle */
    font-weight: 500;
    margin-top: 5px;
}

.founder-bio {
    font-size: 1rem;
    line-height: 1.6;
    color: #bbb;
    text-align: left; /* La bio reste alignée à gauche */
    padding: 0 25px;
    margin-top: 20px;
}

/* RESPONSIVE pour les fondateurs */
@media (max-width: 768px) {
    .founders-grid {
        flex-direction: column; /* Empile les cartes sur petits écrans */
        align-items: center; /* Centre les cartes empilées */
    }
    .founder-card {
        max-width: 90%; /* Pour qu'elles prennent plus de place sur mobile */
    }
}

/* MANIFESTO */
.manifesto-banner {
    position: relative;
    height: 70vh; /* Vous pouvez augmenter si nécessaire */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0px 20px 0; /* AUGMENTATION DE LA MARGE INTERNE EN HAUT (100px) */
    overflow: hidden;
    /* Garder le background: url('images/manifesto-bg.jpg') center/cover no-repeat; */
}
.manifesto-banner .overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); }
.manifesto-banner .content {
    z-index: 2;
    position: relative;
    padding-top: 50px; /* Ajout d'un padding dans le conteneur de contenu lui-même */
}
.manifesto-banner .content p {
    margin-top: 30px; /* Ajout d'une marge au-dessus du paragraphe */
    font-size: 1.3rem; /* Rendre le texte plus grand */
    font-weight: 500;
    line-height: 1.5;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.manifesto-banner h2 { font-family: var(--font-heading); font-size: 2.8rem; line-height: 1.1; text-transform: uppercase; font-weight: 800; }
.manifesto-banner p { margin-top: 20px; font-style: italic; color: #ccc; }
.manifesto-banner h3 { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 700; margin-bottom: 40px; text-align: center; }



/* PROJECT UNPUR */
.project-section { background: #0f0f0f; }
.project-layout { display: flex; flex-wrap: wrap; gap: 50px; align-items: flex-start; }
.poster-container { flex: 1; min-width: 300px; position: relative; }
.poster-container img { width: 100%; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.poster-text { position: absolute; bottom: 20px; left: 20px; text-shadow: 0 2px 4px rgba(0,0,0,0.8); }
.poster-text h3 { font-family: var(--font-heading); font-size: 3rem; font-weight: 800; margin: 0; line-height: 0.9; }
.genre-tag { position: absolute; top: 20px; left: 20px; background: rgba(0,0,0,0.6); padding: 5px 10px; font-size: 0.7rem; text-transform: uppercase; border: 1px solid #555; backdrop-filter: blur(2px); }

.project-details { flex: 1.5; min-width: 300px; }
.meta-tags { display: flex; gap: 10px; margin-bottom: 20px; align-items: center; }
.meta-green { color: var(--primary-green); font-weight: 700; font-size: 0.9rem; }
.meta-box { background: #222; padding: 2px 6px; font-size: 0.8rem; border-radius: 3px; }

.project-details h3 { font-family: var(--font-heading); font-size: 1.8rem; margin-bottom: 15px; }
.project-details p { color: #ccc; line-height: 1.6; margin-bottom: 30px; font-size: 1rem; }

.credits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.credits-grid h4 { color: #666; font-size: 0.8rem; text-transform: uppercase; margin-bottom: 5px; }
.credits-grid p { color: #fff; margin: 0; font-size: 0.9rem; }

/* QUOTE */

.quote-section blockquote { text-align: center; font-family: serif; font-size: 1.4rem; font-style: italic; max-width: 900px; margin: 0 auto 30px; line-height: 1.5; color: #eee; }
.quote-section .quote-author {
    /* Décoller du blockquote au-dessus */
    margin-top: 35px;
    padding-top: 5px; 

    /* Mise en évidence (similaire au manifeste) */
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    max-width: 900px;
    margin-left: auto; /* Centrage horizontal */
    margin-right: auto;
    text-align: center; /* Centrage du texte */
    color: #eee;
}



/* CASTING */
.section-subtitle { text-align: center; color: #444; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 30px; font-size: 1.2rem; font-family: var(--font-heading); font-weight: 800; }
.casting-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.casting-grid img { width: 100%; height: auto; display: block; filter: grayscale(100%); transition: 0.3s; }
.casting-grid img:hover { filter: grayscale(0%); }

/* Règle de base pour la carte (s'assurer qu'elle est un point d'ancrage) */
.casting-item {
    position: relative; /* ESSENTIEL pour positionner le nom de l'acteur */
    overflow: hidden;
    /* ... autres styles de la carte ... */
}

/* Style et positionnement du nom de l'acteur */
.actor-name {
    /* Positionnement sur l'image */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    
    /* Style du texte */
    text-align: center;
    padding: 15px 10px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    
    /* Le fond sombre semi-transparent pour la lisibilité */
    background: rgba(0, 0, 0, 0.75); 
    
    /* Animation (optionnel : pour qu'il n'apparaisse qu'au survol) */
    transform: translateY(0); /* Garder visible par défaut */
    transition: transform 0.3s ease;
}

/* Style du rôle (si vous l'avez inclus) */
.role-name {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    color: #ccc;
    margin-top: 2px;
}

/* BUDGET */
.budget-section { padding: 50px 0; }
.budget-container { max-width: 800px; margin: 0 auto; background: #1a1a1a; padding: 30px; border-radius: 8px; border: 1px solid #333; }
.budget-header { display: flex; justify-content: space-between; margin-bottom: 10px; font-weight: 700; }
.budget-need { background: #4a1a1a; color: var(--primary-red); padding: 2px 8px; font-size: 0.8rem; border-radius: 4px; }
.progress-bar-bg { background: #333; height: 12px; border-radius: 6px; overflow: hidden; margin-bottom: 20px; }
.progress-bar-fill { background: var(--primary-green); height: 100%; }

.budget-stats { display: flex; gap: 20px; }
.stat-box { flex: 1; background: #111; padding: 15px; text-align: center; border-radius: 6px; }
.stat-box span { display: block; font-size: 0.7rem; color: #666; margin-bottom: 5px; text-transform: uppercase; }
.stat-box strong { font-size: 1.2rem; display: block; }
.stat-box strong small { font-size: 0.7rem; font-weight: 400; opacity: 0.7; }
.red-border { border: 1px solid var(--primary-red); background: rgba(230, 33, 23, 0.05); }

/* SECTION PILIERS DE FINANCEMENT */
.pillars-section {
    padding: 80px 0;
    background-color: #0e0e0e; /* Une nuance légèrement différente pour séparer */
}

/* Conteneur des deux premiers piliers */
.partners-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.pillar-card {
    background: #151515;
    border: 1px solid #222;
    padding: 30px;
    border-radius: 8px;
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    transition: transform 0.3s;
}

.pillar-card:hover {
    border-color: #333;
    transform: translateY(-5px);
}

.pillar-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #222;
    padding-bottom: 15px;
}

.pillar-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-red);
    opacity: 0.8;
}

.pillar-card h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.partners-list li {
    margin-bottom: 12px;
    color: #ccc;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.text-gray { color: #555; font-size: 0.8rem; } /* Icônes grises discrètes */

/* Partie Mécènes (Pilier 3) */
.patrons-wrapper {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    background: #151515; /* Même fond que les cartes */
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #222;
}

.pillar-header-centered {
    margin-bottom: 40px;
    display: inline-block;
}

.pillar-header-centered .pillar-number {
    display: block;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 5px;
}

.pillar-header-centered h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
}

.patrons-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.patron-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
}

.patron-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%; /* Image ronde */
    object-fit: cover;
    border: 2px solid #333;
    margin-bottom: 15px;
    transition: 0.3s;
}

.patron-item:hover img {
    border-color: var(--primary-red);
    transform: scale(1.1);
}

.patron-name {
    font-size: 0.9rem;
    color: #ddd;
    font-weight: 600;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .partners-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .pillar-card {
        width: 100%;
    }
}



/* MEMBERSHIP */
.membership-section { text-align: center; }
.badge-gray { display: inline-block; background: #222; padding: 5px 15px; border-radius: 20px; font-size: 0.8rem; color: #aaa; margin: 20px 0 40px; }

.tax-info { display: flex; justify-content: center; gap: 50px; margin-bottom: 60px; flex-wrap: wrap; }
.tax-item { max-width: 300px; }
.huge-percent { display: block; font-size: 4rem; font-weight: 800; line-height: 1; color: var(--primary-green); margin-bottom: 10px; }
.tax-item:first-child .huge-percent { color: var(--primary-green); } /* Actually both are green in design usually, or one is standard. I'll stick to design logic */
.tax-item strong { display: block; margin-bottom: 10px; font-size: 0.9rem; }
.tax-item p { font-size: 0.8rem; color: #777; }

.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; }
.price-card { background: #111; border: 1px solid #222; padding: 30px 20px; border-radius: 4px; transition: transform 0.3s; }
.price-card:hover { transform: translateY(-5px); border-color: #444; }
.price-card h3 { font-size: 2.5rem; font-weight: 800; margin-bottom: 5px; }
.price-card span { display: block; font-size: 0.8rem; color: #666; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 1px; }
.btn-white { background: #fff; color: #000; border: none; padding: 10px 20px; width: 100%; font-weight: 700; cursor: pointer; text-transform: uppercase; }
.btn-white:hover { background: #ddd; }

/* SECTION CONTREPARTIES */

.perks-section {
    padding: 80px 20px;
    text-align: center;
    background-color: #0e0e0e; 
}

.perks-section .section-title {
    margin-bottom: 10px;
}

.perks-section .section-subtitle {
    max-width: 800px;
    margin: 0 auto 60px;
    font-size: 1.1rem;
    color: #bbb;
}

.perks-grid {
    display: grid;
    /* 3 colonnes sur desktop */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.perk-card {
    background: #1a1a1a;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    border-bottom: 4px solid var(--primary-red); /* Trait rouge pour le style */
    transition: transform 0.3s ease, background 0.3s ease;
}

.perk-card:hover {
    transform: translateY(-5px);
    background: #222;
}

.perk-icon {
    font-size: 2.5rem;
    color: var(--primary-red);
    margin-bottom: 15px;
}

.perk-card h3 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.perk-card p {
    color: #ccc;
    font-size: 1rem;
    line-height: 1.5;
}

.perk-card p strong {
    color: var(--primary-red);
    font-weight: 700;
}


/* NOUVELLE STRUCTURE SIMPLE ET CENTRÉE */

.timeline-container-simple {
    /* Le conteneur principal est centré */
    max-width: 750px; 
    margin: 40px auto 80px; 
    padding: 0 20px;
    text-align: center; /* Centre le texte si la ligne n'est pas remplie */
}

.timeline-item-centered {
    /* Chaque pavé est un bloc, centré sur la page */
    padding: 30px 0;
    margin-bottom: 40px; /* Espace important entre les pavés */
    border-bottom: 1px solid #333; /* Séparateur visuel simple */
    
    /* Assurez-vous que le texte n'est pas étiré sur 100% de largeur */
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; /* Aligner le contenu à gauche pour la lisibilité */
}

/* Suppression du séparateur sous le dernier élément */
.timeline-item-centered:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* Styles pour le contenu */
.timeline-item-centered h3 {
    text-align: center; /* Centrer le titre temporel */
    margin-bottom: 15px; 
    font-size: 1.5rem;
}

.timeline-item-centered p {
     text-align: center;
    margin-top: 5px; 
    margin-bottom: 15px; 
    line-height: 1.6; 
    color: #bbb;
}

.timeline-item-centered ul {
     text-align: center;
    list-style: none; 
    padding: 0;      
    margin-top: 10px; 
}

.timeline-item-centered ul li {
     text-align: center;
    margin-bottom: 8px; 
    font-size: 0.95rem;
    color: #ccc;
    line-height: 1.4;
}


/* LINEUP */
.lineup-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.lineup-card { background: #121212; border: 1px solid #222; border-radius: 4px; overflow: hidden; }
.lineup-img { height: 150px; background-size: cover; background-position: center; }
.lineup-content { padding: 20px; }
.genre-small { font-size: 0.6rem; color: #666; text-transform: uppercase; border: 1px solid #333; padding: 2px 5px; }
.lineup-card h4 { font-size: 1.2rem; margin: 10px 0 5px; font-family: var(--font-heading); font-weight: 800; }
.author { display: block; font-size: 0.7rem; color: var(--primary-red); margin-bottom: 15px; font-weight: 700; text-transform: uppercase; }
.lineup-card p { font-size: 0.85rem; color: #999; line-height: 1.5; margin-bottom: 20px; }
.status { font-size: 0.7rem; color: #fff; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.red-dot { width: 6px; height: 6px; background: var(--primary-red); border-radius: 50%; }

/* CONTACT FORM */
.contact-section { background: #000; text-align: center; }
.contact-section h3 { margin-bottom: 30px; font-size: 1.5rem; }
.contact-form { max-width: 600px; margin: 0 auto; display: flex; flex-direction: column; gap: 15px; }
.form-row { display: flex; gap: 15px; }
.form-row input { flex: 1; }
input, select { background: #111; border: 1px solid #333; padding: 15px; color: white; border-radius: 4px; font-family: inherit; width: 100%; }
.btn-red-full { background: var(--primary-red); color: white; border: none; padding: 15px; font-weight: 700; cursor: pointer; text-transform: uppercase; border-radius: 4px; transition: 0.3s; }
.btn-red-full:hover { background: #b0150d; }

/* FOOTER */
footer { background: #000; padding: 40px 20px; border-top: 1px solid #222; font-size: 0.8rem; color: #666; }
.footer-content { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.logo-footer { font-family: var(--font-heading); font-weight: 800; font-size: 1.2rem; color: #444; }
.footer-links a { margin: 0 10px; transition: color 0.3s; }
.footer-links a:hover { color: #fff; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .nav-links { display: none; } /* Simplified mobile nav for this demo */
    .hero h1 { font-size: 1.8rem; }
    .project-layout { flex-direction: column; }
    .casting-grid { grid-template-columns: repeat(2, 1fr); }
    .budget-stats { flex-direction: column; }
    .tax-info { flex-direction: column; gap: 30px; align-items: center;}
    .footer-content { flex-direction: column; text-align: center; }