/* ========================================
   RESET & BASE STYLES
   ======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-primary: #000000;
    --color-secondary: #ffffff;
    --color-gray-light: #f5f5f5;
    --color-gray-medium: #cccccc;
    --color-gray-dark: #333333;
    --color-red: #e63946;
    --font-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --transition-smooth: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    line-height: 1.6;
    color: var(--color-primary);
    background-color: var(--color-secondary);
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   HEADER / NAVIGATION
   ======================================== */


.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    padding: 5px 0;
}

.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 100px;
    width: auto;
}

.main-nav ul {
    display: flex;
    list-style: none;
    gap: 15px;
}

.nav-btn {
    padding: 6px 15px;
    border: 2px solid var(--color-primary);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: var(--transition-smooth);
    display: inline-block;
}

.nav-btn:hover {
    background-color: var(--color-primary);
    color: var(--color-secondary);
}

/* ========================================
   MAIN CONTENT
   ======================================== */
main {
    margin-top: 80px; /* Compensation pour le header fixe */
}

/* ========================================
   HERO SECTIONS (Sections avec images)
   ======================================== */

.hero-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size:contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 60px;
    text-align: left;
    max-width: 420px;
    margin-right: 26%;
}

.hero-content-sport-pl {
    position: relative;
    z-index: 2;
    padding: 60px;
    text-align: left;
    max-width: 425px;
    margin-right: 26%;
}

.hero-content-m3 {
    position: relative;
    z-index: 2;
    padding: 60px;
    text-align: left;
    max-width: 425px;
    margin-right: 27%;
}

/* Style pour les logos de marque */

.brand-logo img {
    margin-bottom: 20px;
    max-width: 300px;
    height: auto;
    display: block;
    /* margin-left: auto; Aligné à droite comme le texte */
}

.brand-logo-m3 img {
    margin-bottom: 20px;
    max-width: 150px;
    height: auto;
    display: block;
    /* margin-left: auto; Aligné à droite comme le texte */
}

.section-title {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 30px;
    line-height: 1.1;
}

.cta-button {
    display: inline-block;
    padding: 8px 24px;
    border: 2px solid currentColor;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    transition: var(--transition-smooth);
    margin-top: 10px;
}

.cta-button:hover {
    background-color: var(--color-primary);
    color: var(--color-secondary);
    border-color: var(--color-primary);
}

.cta-red {
    color: var(--color-red);
    border-color: var(--color-red);
}

.cta-red:hover {
    background-color: var(--color-red);
    color: var(--color-secondary);
    border-color: var(--color-red);
}

/* ========================================
   SECTIONS SPÉCIFIQUES
   ======================================== */

/* Section 1: Rock Men Paris */
.rock-men {
    background-color: #e7e6e4;
}

.rock-men .hero-image {
    background-image: url('./images/bg-img/rockmen_header.png'); /* Remplacer par l'image de l'homme en polo */

}

.rock-men .section-title {
    color: #a8a8a8;
        /* border-bottom: solid #a8a8a8 2px;
        border-top: solid #a8a8a8 2px;
        padding-top: 20px;
        padding-bottom: 20px; */
}

.rock-men .cta-button {
    color: #888888;
    border-color: #888888;
}

/* Section 2: Cover Management */
.cover-management {
    background-color: #c2bbb3;
}

.cover-management .hero-image {
    background-image: url('./images/bg-img/Cover_header.png'); /* Remplacer par l'image de la femme en noir et blanc */
}

.cover-management .section-title {
    color: #141414;
}

.cover-management .cta-button {
    color: #2c2c2c;
    border-color: #2c2c2c;
}

/* Section 3: Contrebande */
.contrebande {
    background-color: #e2d9cf;
}

.contrebande .hero-image {
    background-image: url('./images/bg-img/Contrebande_header.png'); /* Remplacer par l'image de la femme en veste en jean */
}

.contrebande .section-title {
    color: #5c4f47;
}

.contrebande .cta-button {
    color: #5c4f47;
    border-color: #5c4f47;
}

/* Section 4: Wanted */
.wanted {
    background-color: #a7a7a7;
}

.wanted .hero-image {
    background-image: url('./images/bg-img/wanted_header.png'); /* Remplacer par l'image du mannequin chauve */
}

.wanted .section-title {
    color: #ffffff;
}

.wanted .cta-button {
    color: #ffffff;
    border-color: #ffffff;
}

/* Section 5: Sport Models */
.sport-models {
    background-color: #00000a;
}

.sport-models .hero-image {
    background-image: url('./images/bg-img/Sport_Header.png'); /* Remplacer par l'image de l'athlète avec tissu blanc */
}

.sport-models .section-title {
    color: #ffffff;
}

.sport-models .cta-button {
    color: #ffffff;
    border-color: #ffffff;
}

/* Section 6: Teen */
.teen {
    background-color: #f0f0f0;
}

.teen .hero-image {
    background-image: url('./images/bg-img/Teen_header.png'); /* Remplacer par l'image de l'adolescent */
}

.teen .section-title {
    color: #2c2c2c;
}

.teen .cta-button {
    color: #2c2c2c;
    border-color: #2c2c2c;
}

/* Section 7: Gamins */
.gamins {
    background-color: #e0e0e0;
}

.gamins .hero-image {
    background-image: url('./images/bg-img/Gamins_Header.png'); /* Remplacer par l'image de l'enfant souriant */
}

.gamins .section-title {
    color: var(--color-red);
}

/* Section 8: Silver */
.silver {
    background-color: #857356;
}

.silver .hero-image {
    background-image: url('./images/bg-img/Silver_Header.png'); /* Remplacer par l'image de la femme mature */
}

.silver .section-title {
    color: #ffffff;
}

.silver .cta-button {
    color: #ffffff;
    border-color: #ffffff;
}

/* Section 9: MastersModels */
.masters-models {
    background-color: #192023;
}

.masters-models .hero-image {
    background-image: url('./images/bg-img/Masters_header.png'); /* Remplacer par l'image de la femme en fourrure */
}

.masters-models .section-title {
    color: #ffffff;
}

.masters-models .cta-button {
    color: #ffffff;
    border-color: #ffffff;
}

/* Section 10: The Wave */
.the-wave {
    background-color: #c19884;
}

.the-wave .hero-image {
    background-image: url('./images/bg-img/The_waves_header.png'); /* Remplacer par l'image de la femme aux cheveux bruns */
}

.the-wave .section-title {
    color: #ffffff;
}

.the-wave .cta-button {
    color: #ffffff;
    border-color: #ffffff;
}

/* Section 12: M:3 */
.m3 {
    background-color: #040605;
}

.m3 .hero-image {
    background-image: url('./images/bg-img/Maison_3_header.png'); /* Remplacer par l'image de l'homme en chemise bleue */
}

.m3 .section-title {
    color: #ffffff;
}

.m3 .cta-button {
    color: #ffffff;
    border-color: #ffffff;
}

/* Section 13: Newcomers */
.newcomers {
    background-color: #f5fafe;
}

.newcomers .hero-image {
    background-image: url('./images/bg-img/newscomer_header.png'); /* Remplacer par l'image de la femme avec le grand sac */
}

.newcomers .section-title {
    color: #2c2c2c;
}

.newcomers .cta-button {
    color: #2c2c2c;
    border-color: #2c2c2c;
}

/* ========================================
   FOOTER
   ======================================== */
.main-footer {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding: 60px 0 40px;
}

.footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 50px;
}

.footer-col h3,
.footer-section h3 {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--color-primary);
    padding-bottom: 10px;
}

.footer-col p,
.footer-section p {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: var(--color-gray-dark);
}

.footer-button {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid var(--color-primary);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    transition: var(--transition-smooth);
}

.footer-button:hover {
    background-color: var(--color-primary);
    color: var(--color-secondary);
}

.footer-section {
    margin-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 850px) {
.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
}

/* Tablettes */
@media (max-width: 1024px) {
    .section-title {
        font-size: 1.5rem;
    }
    
    .hero-content {
        padding: 40px;
    }
    
    .brand-logo img {
        max-width: 250px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .main-header .container {
        flex-direction: column;
        gap: 15px;
    }
    
    .main-nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    
    .nav-btn {
        padding: 6px 15px;
        font-size: 12px;
    }
    
    .hero-section {
        min-height: 400px;
    }
    
    .hero-content {
        padding: 30px 20px;
        max-width: 100%;
        text-align: center;
        /* background-color: #ffffff; */
        -webkit-backdrop-filter: blur(3px); /* assure la compatibilité avec safari */
        backdrop-filter: blur(3px);
        border-radius: 8px;
        margin-top: 20px;
    }
    
    .brand-logo img {
        margin: 0 auto; /* Centré sur mobile */
        max-width: 200px;
    }
    
    .section-title {
        font-size: 1.2rem;
    }
    
    .footer-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 480px) {
    main {
        margin-top: 120px;
    }
    
    .section-title {
        font-size: 1rem;
    }
    
    .brand-logo img {
        max-width: 150px;
    }
    
    .cta-button {
        padding: 10px 25px;
        font-size: 12px;
    }
    
    .hero-section {
        min-height: 350px;
    }
}

/* ========================================
   ANIMATIONS
   ======================================== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content,
.hero-content-sport-pl,
.hero-content-m3 {
    animation: fadeIn 0.8s ease-out;
}

/* ========================================
   ACCESSIBILITÉ
   ======================================== */
:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.cta-button:focus,
.nav-btn:focus,
.footer-button:focus {
    outline: 3px solid var(--color-primary);
    outline-offset: 3px;
}

/* Réduction des animations pour les utilisateurs qui préfèrent */
@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}
