.home-page{
    width:100%;
    max-width:none;
    margin:0;
    padding:32px clamp(18px,4vw,72px) 70px;
    box-sizing:border-box;
}

/* =========================
   États / fallback
========================= */

.home-empty{
    background:#fff;
    border:1px solid #eee;
    border-radius:22px;
    padding:36px;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
}

/* =========================
   Sections générales
========================= */

.home-section{
    margin:28px 0;
    background:#fff;
    border:1px solid #eee;
    border-radius:24px;
    padding:32px;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
}

.home-section h2{
    margin:0 0 12px;
    color:#111;
    font-weight:900;
}

.home-section-subtitle{
    font-size:1.1rem;
    color:#555;
    margin:0 0 16px;
}

.home-section-content{
    color:#333;
    line-height:1.65;
}

/* =========================
   Boutons
========================= */

.home-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:13px 20px;
    border-radius:0;
    font-weight:900;
    text-decoration:none;
    line-height:1.2;
    transition:transform .15s ease, opacity .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}

.home-btn:hover{
    opacity:.94;
    transform:translateY(-1px);
    text-decoration:none;
}

.home-btn-primary{
    background:#BC0D0D;
    color:#fff;
    border:1px solid #BC0D0D;
}

.home-btn-dark{
    background:rgba(0,0,0,.38);
    color:#fff;
    border:1px solid rgba(255,255,255,.55);
    backdrop-filter:blur(4px);
}

.home-btn-light{
    background:#fff;
    color:#111;
    border:1px solid rgba(255,255,255,.8);
}

/* =========================
   Bloc ouverture magasin amélioré
========================= */

.home-store-status{
    display:grid;
    grid-template-columns:minmax(280px,1.1fr) minmax(260px,.9fr) auto;
    align-items:center;
    gap:28px;
}

.home-store-status__left{
    display:flex;
    align-items:center;
    gap:16px;
}

.home-store-status__closures{
    border-left:1px solid rgba(255,255,255,.18);
    padding-left:24px;
}

.home-store-status__closures strong{
    display:block;
    color:#fff;
    font-size:.82rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin-bottom:8px;
}

.home-store-status__closures ul{
    margin:0;
    padding:0;
    list-style:none;
}

.home-store-status__closures li{
    color:rgba(255,255,255,.82);
    font-size:.9rem;
    font-weight:700;
    line-height:1.35;
}

@media(max-width:1000px){
    .home-store-status{
        grid-template-columns:1fr auto;
    }

    .home-store-status__closures{
        grid-column:1 / -1;
        border-left:0;
        border-top:1px solid rgba(255,255,255,.18);
        padding-left:0;
        padding-top:14px;
    }
}

@media(max-width:640px){
    .home-store-status{
        grid-template-columns:1fr;
    }

    .home-store-status__left{
        align-items:flex-start;
    }

    .home-store-status__btn{
        width:100%;
        text-align:center;
    }
}

/* =========================
   HERO pleine image
========================= */

.home-hero{
    position:relative;
    min-height:clamp(340px,34vw,460px);
    margin:28px 0 34px;
    border-radius:0;
    overflow:hidden;
    background-color:#111;
    background-size:cover;
    background-position:center right;
    background-repeat:no-repeat;
    box-shadow:0 22px 48px rgba(0,0,0,.18);
    isolation:isolate;
}

/* Dégradé lisibilité gauche -> image claire à droite */
.home-hero__overlay{
    position:absolute;
    inset:0;
    z-index:1;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.84) 0%,
            rgba(0,0,0,.76) 24%,
            rgba(0,0,0,.55) 43%,
            rgba(0,0,0,.22) 64%,
            rgba(0,0,0,.04) 82%,
            rgba(0,0,0,0) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0,0,0,.12) 0%,
            rgba(0,0,0,0) 45%,
            rgba(0,0,0,.18) 100%
        );
    pointer-events:none;
}

.home-hero__content{
    position:relative;
    z-index:2;
    width:min(650px,50%);
    min-height:inherit;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:clamp(34px,6vw,82px);
    color:#fff;
}

.home-kicker{
    color:#ff3b3b;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.12em;
    margin:0 0 16px;
    font-size:.9rem;
}

.home-hero h1{
    margin:0;
    font-size:clamp(2.2rem,4vw,4.5rem);
    line-height:.96;
    font-weight:950;
    max-width:11ch;
    color:#fff;
    text-shadow:0 4px 18px rgba(0,0,0,.45);
}

.home-hero__subtitle{
    margin:24px 0 0;
    font-size:clamp(1.15rem,1.7vw,1.55rem);
    color:#fff;
    max-width:54ch;
    line-height:1.45;
    text-shadow:0 3px 12px rgba(0,0,0,.55);
}

.home-hero__text{
    margin-top:16px;
    color:rgba(255,255,255,.9);
    line-height:1.65;
    font-size:clamp(1rem,1.15vw,1.15rem);
    max-width:62ch;
    text-shadow:0 3px 12px rgba(0,0,0,.55);
}

.home-hero__actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:30px;
}

/* =========================
   Texte + image
========================= */

.home-text-image{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);
    gap:26px;
    align-items:center;
}

.home-text-image__media img{
    width:100%;
    max-height:360px;
    object-fit:cover;
    border-radius:20px;
    display:block;
}

/* =========================
   Responsive
========================= */

@media(max-width:1100px){
    .home-hero__content{
        width:min(820px,70%);
    }

    .home-hero h1{
        max-width:12ch;
    }
}

@media(max-width:900px){
    .home-page{
        padding:14px 12px 44px;
    }

    .home-store-status{
        grid-template-columns:auto 1fr;
    }

    .home-store-status__btn{
        grid-column:1 / -1;
        text-align:center;
    }

    .home-hero{
        min-height:620px;
        border-radius:0;
        background-position:center;
    }

    .home-hero__overlay{
        background:
            linear-gradient(
                180deg,
                rgba(0,0,0,.76) 0%,
                rgba(0,0,0,.62) 42%,
                rgba(0,0,0,.42) 72%,
                rgba(0,0,0,.34) 100%
            );
    }

    .home-hero__content{
        width:100%;
        min-height:620px;
        padding:28px 22px;
        justify-content:flex-end;
    }

    .home-hero h1{
        max-width:11ch;
        font-size:clamp(2.35rem,12vw,4.2rem);
    }

    .home-hero__subtitle{
        font-size:1.15rem;
    }

    .home-hero__actions{
        gap:10px;
    }

    .home-btn{
        width:100%;
    }

    .home-text-image{
        grid-template-columns:1fr;
        padding:22px;
    }

    .home-section{
        padding:22px;
    }
}

@media(max-width:520px){
    .home-hero{
        min-height:560px;
    }

    .home-hero__content{
        min-height:560px;
    }

    .home-hero h1{
        font-size:clamp(2.1rem,13vw,3.4rem);
    }

    .home-kicker{
        font-size:.78rem;
    }
}

/* =========================
   Bloc ouverture magasin
========================= */

.home-store-status{
    margin:0 0 22px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:24px;
    padding:18px 22px;
    background:#111;
    color:#fff;
    box-shadow:0 12px 30px rgba(0,0,0,.16);
}

.home-store-status.is-open{
    background:#102a18;
}

.home-store-status__left{
    display:flex;
    align-items:flex-start;
    gap:14px;
}

.home-store-status__dot{
    width:16px;
    height:16px;
    margin-top:5px;
    flex:0 0 auto;
    background:#BC0D0D;
    box-shadow:0 0 0 6px rgba(188,13,13,.18);
}

.home-store-status.is-open .home-store-status__dot{
    background:#16a34a;
    box-shadow:0 0 0 6px rgba(22,163,74,.2);
}

.home-store-status strong{
    display:block;
    font-size:1.15rem;
    font-weight:900;
}

.home-store-status span{
    display:block;
    margin-top:4px;
    color:rgba(255,255,255,.9);
}

.home-store-status small{
    display:block;
    margin-top:5px;
    color:rgba(255,255,255,.68);
    font-weight:600;
}

.home-store-status__btn{
    background:#fff;
    color:#111;
    padding:12px 18px;
    font-weight:900;
    text-decoration:none;
}

.home-store-status__btn:hover{
    color:#111;
    text-decoration:none;
}

/* =========================
   Bandeau confiance
========================= */

.home-trust-band{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
    margin:0 0 34px;
    background:#fff;
    border-top:4px solid #BC0D0D;
    border-bottom:1px solid #ddd;
}

.home-trust-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:22px 20px;
    border-right:1px solid #e5e5e5;
}

.home-trust-item:last-child{
    border-right:0;
}

.home-trust-icon{
    width:48px;
    height:48px;
    flex:0 0 48px;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin-top:0 !important;
    background:#BC0D0D;
    color:#fff !important;
    font-size:20px !important;
    line-height:1 !important;
}

.home-trust-icon i{
    color:#fff !important;
    font-size:20px;
    line-height:1;
    margin:0;
    padding:0;
}

.home-trust-item{
    align-items:center;
}

.home-trust-item strong{
    display:block;
    color:#111;
    font-weight:900;
    font-size:1rem;
    line-height:1.25;
}

.home-trust-item > div > span{
    display:block;
    margin-top:5px;
    color:#555;
    font-size:.92rem;
    line-height:1.35;
}

@media(max-width:1000px){
    .home-trust-band{
        grid-template-columns:repeat(2,1fr);
    }

    .home-trust-item:nth-child(2){
        border-right:0;
    }

    .home-trust-item:nth-child(1),
    .home-trust-item:nth-child(2){
        border-bottom:1px solid #e5e5e5;
    }
}

@media(max-width:640px){
    .home-store-status{
        flex-direction:column;
        align-items:stretch;
    }

    .home-store-status__btn{
        text-align:center;
    }

    .home-trust-band{
        grid-template-columns:1fr;
    }

    .home-trust-item{
        border-right:0;
        border-bottom:1px solid #e5e5e5;
    }

    .home-trust-item:last-child{
        border-bottom:0;
    }
}

/* =========================
   Derniers arrivages
========================= */

.home-weekly-new{
    margin:34px 0;
    background:#111;
    color:#fff;
    padding:32px;
}

.home-block-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:24px;
    margin-bottom:24px;
}

.home-block-kicker{
    margin:0 0 8px;
    color:#BC0D0D;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:.85rem;
}

.home-block-head h2{
    margin:0;
    color:#fff;
    font-size:clamp(1.6rem,2.5vw,2.4rem);
    font-weight:950;
}

.home-block-head p{
    margin:8px 0 0;
    color:rgba(255,255,255,.75);
}

.home-block-link{
    color:#fff;
    font-weight:900;
    text-decoration:none;
    border-bottom:2px solid #BC0D0D;
    padding-bottom:4px;
    white-space:nowrap;
}

.home-products-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:12px;
}

.home-product-card--overlay{
    position:relative;
    display:block;
    aspect-ratio:1 / 1.18;
    overflow:hidden;
    background:#222;
    color:#fff;
    text-decoration:none;
}

.home-product-card--overlay:hover{
    color:#fff;
    text-decoration:none;
}

.home-product-card--overlay img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .25s ease;
}

.home-product-card--overlay:hover img{
    transform:scale(1.06);
}

.home-product-overlay{
    position:absolute;
    inset:0;
    z-index:1;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.02) 0%,
            rgba(0,0,0,.12) 42%,
            rgba(0,0,0,.78) 100%
        );
}

.home-product-info{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    padding:12px;
}

.home-product-info h3{
    margin:0;
    color:#fff;
    font-size:.82rem;
    line-height:1.15;
    font-weight:900;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.home-product-meta{
    display:block;
    margin-top:5px;
    color:rgba(255,255,255,.82);
    font-size:.72rem;
    font-weight:700;
}

.home-product-price-overlay{
    display:flex;
    align-items:baseline;
    gap:6px;
    margin-top:6px;
    color:#fff;
    font-size:.82rem;
}

.home-product-price-overlay small{
    color:rgba(255,255,255,.65);
    text-decoration:line-through;
    font-size:.7rem;
    font-weight:700;
}

.home-product-price-overlay strong{
    color:#fff;
    font-size:.9rem;
    font-weight:950;
}

.home-product-badge{
    position:absolute;
    top:8px;
    left:8px;
    z-index:3;
    background:#BC0D0D;
    color:#fff;
    font-size:.65rem;
    font-weight:900;
    padding:4px 7px;
}

@media(max-width:1200px){
    .home-products-grid{
        grid-template-columns:repeat(4,1fr);
    }
}

@media(max-width:900px){
    .home-products-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:640px){
    .home-weekly-new{
        padding:22px;
    }

    .home-block-head{
        flex-direction:column;
        align-items:flex-start;
    }

    .home-products-grid{
        grid-template-columns:repeat(2,1fr);
        gap:10px;
    }

    .home-product-info{
        padding:10px;
    }
}

/* ======================================================
   CATEGORIES HOME
====================================================== */

.home-categories{
    margin:40px 0;
}

.home-categories-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.home-category-card{
    position:relative;
    display:block;
    min-height:300px;
    overflow:hidden;
    background:#111;
    text-decoration:none;
}

.home-category-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .4s ease;
}

.home-category-card:hover img{
    transform:scale(1.06);
}

.home-category-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.08) 0%,
            rgba(0,0,0,.30) 50%,
            rgba(0,0,0,.85) 100%
        );
}

.home-category-content{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    padding:22px;
}

.home-category-content h3{
    margin:0;
    color:#fff;
    font-size:1.6rem;
    font-weight:900;
    text-transform:uppercase;
}

.home-category-content span{
    display:block;
    margin-top:6px;
    color:rgba(255,255,255,.85);
    font-weight:700;
}

@media (max-width: 1000px){

    .home-categories-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width: 700px){

    .home-categories-grid{
        grid-template-columns:1fr;
    }

    .home-category-card{
        min-height:240px;
    }

}


/* Correction titres pour le bloc catégories */
.home-categories .home-block-head{
    align-items:flex-end;
}

.home-categories .home-block-kicker{
    color:#BC0D0D;
}

.home-categories .home-block-head h2{
    color:#111;
}

.home-categories .home-block-head p{
    color:#555;
}

.home-categories .home-block-link{
    color:#111;
    border-bottom:2px solid #BC0D0D;
}

.home-categories .home-block-link:hover{
    color:#BC0D0D;
}

/* =========================
   Avis Google
========================= */

.home-google-reviews{
    margin:40px 0;
    display:grid;
    grid-template-columns:320px 1fr;
    gap:24px;
    background:#fff;
    border-top:4px solid #BC0D0D;
    border-bottom:1px solid #ddd;
    padding:32px;
}

.home-google-summary{
    background:#111;
    color:#fff;
    padding:28px;
}

.home-google-score{
    display:flex;
    align-items:flex-end;
    gap:6px;
    margin-top:10px;
}

.home-google-score strong{
    font-size:4rem;
    line-height:.9;
    font-weight:950;
}

.home-google-score span{
    font-size:1.25rem;
    font-weight:900;
    color:rgba(255,255,255,.72);
}

.home-google-stars{
    margin-top:14px;
    color:#ffcc00;
    font-size:1.35rem;
    letter-spacing:.08em;
}

.home-google-count{
    margin:12px 0 20px;
    color:rgba(255,255,255,.82);
    font-weight:800;
}

.home-google-link{
    display:inline-flex;
    background:#BC0D0D;
    color:#fff;
    text-decoration:none;
    font-weight:900;
    padding:12px 16px;
}

.home-google-link:hover{
    color:#fff;
    text-decoration:none;
}

.home-google-review-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.home-google-review{
    display:flex;
    flex-direction:column;
    height:100%;
    background:#f7f7f7;
    padding:22px;
    border-left:4px solid #BC0D0D;
}

.home-google-review-stars{
    color:#f5b400;
    font-size:1.1rem;
    letter-spacing:.08em;
    margin-bottom:12px;
}

.home-google-review p{
    margin:0;
    color:#222;
    line-height:1.55;
    flex:1;
}

.home-google-review footer{
    margin-top:18px;
}

.home-google-review footer{
    margin-top:18px;
    background:#2b2b2b;
    padding:14px;
    text-align:center;
}

.home-google-review footer strong{
    display:block;
    color:#fff;
    font-weight:900;
    font-size:1.1rem;
}

.home-google-review footer span{
    display:block;
    margin-top:4px;
    color:#cfcfcf;
    font-size:.9rem;
}

@media(max-width:1000px){
    .home-google-reviews{
        grid-template-columns:1fr;
    }

    .home-google-review-list{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .home-google-reviews{
        padding:22px;
    }

    .home-google-score strong{
        font-size:3.2rem;
    }
}

/* Correction liens dans les cartes catégories */
.home-category-card,
.home-category-card:visited,
.home-category-card:hover,
.home-category-card:focus{
    color:#fff;
    text-decoration:none;
}

.home-category-card .home-category-content span,
.home-category-card .home-category-content small{
    color:rgba(255,255,255,.88);
    text-decoration:none;
}

.home-category-card:hover .home-category-content span,
.home-category-card:hover .home-category-content small{
    color:#fff;
}

/* =========================
   Vu dans la presse
========================= */

.home-press{
    margin:40px 0;
    background:#fff;
    border-top:4px solid #BC0D0D;
    border-bottom:1px solid #ddd;
    padding:32px;
}

.home-press-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
}

.home-press-card{
    display:grid;
    grid-template-columns:220px minmax(0,1fr) auto;
    gap:28px;
    align-items:center;
    width:100%;
    background:#f7f7f7;
    border-left:6px solid #BC0D0D;
    padding:28px;
}

.home-press-logo{
    max-width:180px;
    background:#fff;
    padding:14px;
}

.home-press-logo img{
    width:100%;
    height:auto;
    display:block;
}

.home-press-logo strong{
    color:#111;
    font-weight:950;
}

.home-press-content{
    min-width:0;
    padding:0;
}

.home-press-content h3{
    margin:0 0 10px;
    color:#111;
    font-size:clamp(1.35rem,2vw,2rem);
    font-weight:950;
    line-height:1.12;
}

.home-press-quote{
    margin:0;
    color:#333;
    font-size:1.05rem;
    line-height:1.55;
    font-style:italic;
}

.home-press-meta{
    margin:10px 0 0;
    color:#666;
    font-weight:700;
}

.home-press-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#BC0D0D;
    color:#fff;
    text-decoration:none;
    font-weight:900;
    padding:13px 18px;
    white-space:nowrap;
}

.home-press-link:hover{
    color:#fff;
    text-decoration:none;
}

.home-press-image{
    display:none;
}

@media(max-width:1000px){
    .home-press-card{
        grid-template-columns:180px 1fr;
    }

    .home-press-link{
        grid-column:1 / -1;
        justify-self:start;
    }
}

@media(max-width:640px){
    .home-press{
        padding:22px;
    }

    .home-press-card{
        grid-template-columns:1fr;
        gap:18px;
        padding:22px;
    }

    .home-press-logo{
        max-width:160px;
    }

    .home-press-link{
        width:100%;
    }
}

/* Titre du bloc presse */
.home-press .home-block-kicker{
    color:#BC0D0D;
}

.home-press .home-block-head h2{
    color:#111;
}

.home-press .home-block-head p{
    color:#555;
}

/* =========================
   Partenaires
========================= */

.home-partners{
    margin:40px 0;
    background:#fff;
    border-top:4px solid #BC0D0D;
    border-bottom:1px solid #ddd;
    padding:32px;
}

.home-partners .home-block-kicker{
    color:#BC0D0D;
}

.home-partners .home-block-head h2{
    color:#111;
}

.home-partners .home-block-head p{
    color:#555;
}

.home-partners-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.home-partner-card{
    display:flex;
    flex-direction:column;
    gap:16px;
    background:#f7f7f7;
    border-left:5px solid #BC0D0D;
    padding:22px;
    min-height:100%;
    color:#111;
    text-decoration:none;
}

.home-partner-card:hover{
    color:#111;
    text-decoration:none;
    background:#f1f1f1;
}

.home-partner-logo{
    height:76px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    background:#fff;
    padding:12px;
}

.home-partner-logo img{
    max-width:100%;
    max-height:52px;
    object-fit:contain;
    display:block;
}

.home-partner-info h3{
    margin:0;
    color:#111;
    font-size:1.05rem;
    font-weight:950;
}

.home-partner-info p{
    margin:8px 0 0;
    color:#555;
    font-size:.92rem;
    line-height:1.4;
}

@media(max-width:1000px){
    .home-partners-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:640px){
    .home-partners{
        padding:22px;
    }

    .home-partners-grid{
        grid-template-columns:1fr;
    }
}

/* =========================
   Promotions déposants
========================= */

.home-promos{
    margin:40px 0;
    background:#fff;
    border-top:4px solid #BC0D0D;
    border-bottom:1px solid #ddd;
    padding:32px;
}

.home-promos .home-block-kicker{
    color:#BC0D0D;
}

.home-promos .home-block-head h2{
    color:#111;
}

.home-promos .home-block-head p{
    color:#555;
}

.home-promos .home-block-link{
    color:#111;
    border-bottom:2px solid #BC0D0D;
}

.home-promos .home-block-link:hover{
    color:#BC0D0D;
}

.home-promos-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:12px;
}

.home-promo-card{
    position:relative;
    display:block;
    aspect-ratio:1 / 1.18;
    overflow:hidden;
    background:#111;
    color:#fff;
    text-decoration:none;
}

.home-promo-card:hover{
    color:#fff;
    text-decoration:none;
}

.home-promo-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .25s ease;
}

.home-promo-card:hover img{
    transform:scale(1.06);
}

.home-promo-overlay{
    position:absolute;
    inset:0;
    z-index:1;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.02) 0%,
            rgba(0,0,0,.12) 38%,
            rgba(0,0,0,.82) 100%
        );
}

.home-promo-discount{
    position:absolute;
    top:8px;
    left:8px;
    z-index:3;
    background:#BC0D0D;
    color:#fff;
    font-size:.78rem;
    font-weight:950;
    padding:6px 8px;
}

.home-promo-info{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    padding:12px;
}

.home-promo-info h3{
    margin:0;
    color:#fff;
    font-size:.82rem;
    line-height:1.15;
    font-weight:900;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.home-promo-size{
    display:block;
    margin-top:5px;
    color:rgba(255,255,255,.82);
    font-size:.72rem;
    font-weight:700;
}

.home-promo-prices{
    display:flex;
    flex-direction:column;
    gap:2px;
    margin-top:6px;
}

.home-promo-prices small{
    color:rgba(255,255,255,.65);
    text-decoration:line-through;
    font-size:.7rem;
    font-weight:700;
}

.home-promo-prices strong{
    color:#fff;
    font-size:.95rem;
    font-weight:950;
}

@media(max-width:1200px){
    .home-promos-grid{
        grid-template-columns:repeat(4,1fr);
    }
}

@media(max-width:900px){
    .home-promos-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:640px){
    .home-promos{
        padding:22px;
    }

    .home-promos-grid{
        grid-template-columns:repeat(2,1fr);
        gap:10px;
    }

    .home-promo-info{
        padding:10px;
    }
}

/* =========================
   Alerte arrivages
========================= */

.home-arrival-alert{
    margin:40px 0;
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
    gap:24px;
    align-items:stretch;
    background:
        radial-gradient(900px 280px at 12% 10%, rgba(188,13,13,.12), transparent 60%),
        linear-gradient(180deg,#fff 0%,#fbfbfb 100%);
    border-top:4px solid #BC0D0D;
    border-bottom:1px solid #ddd;
    padding:32px;
}

.home-arrival-alert__content h2{
    margin:0;
    color:#111;
    font-size:clamp(1.8rem,3vw,3rem);
    line-height:1.05;
    font-weight:950;
}

.home-arrival-alert__content p{
    margin:16px 0 0;
    color:#333;
    font-size:1.08rem;
    line-height:1.6;
}

.home-arrival-alert__content strong{
    font-weight:950;
}

.home-arrival-alert__pills{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
}

.home-arrival-alert__pills span{
    display:inline-flex;
    align-items:center;
    background:#fff;
    border:1px solid rgba(0,0,0,.1);
    color:#111;
    font-weight:900;
    padding:9px 13px;
}

.home-arrival-alert__note{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:18px;
    color:#444;
    font-weight:750;
}

.home-arrival-alert__note img{
    width:28px;
    height:auto;
    display:block;
}

.home-arrival-alert__cta{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:18px;
    background:#111;
    color:#fff;
    padding:26px;
    overflow:hidden;
}

.home-arrival-alert__cta::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:url("/uploads/img/blouson_arrivage.webp");
    background-size:cover;
    background-position:center;
    opacity:.13;
    pointer-events:none;
}

.home-arrival-alert__cta > *{
    position:relative;
    z-index:1;
}

.home-arrival-alert__cta strong{
    display:block;
    color:#fff;
    font-size:1.35rem;
    line-height:1.15;
    font-weight:950;
}

.home-arrival-alert__cta span{
    display:block;
    margin-top:6px;
    color:rgba(255,255,255,.76);
    font-weight:800;
}

.home-arrival-alert__btn{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#BC0D0D;
    color:#fff;
    text-decoration:none;
    font-weight:950;
    padding:14px 18px;
}

.home-arrival-alert__btn:hover{
    color:#fff;
    text-decoration:none;
    background:#a90b0b;
}

.home-arrival-alert__cta small{
    color:rgba(255,255,255,.72);
    font-weight:700;
}

@media(max-width:900px){
    .home-arrival-alert{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .home-arrival-alert{
        padding:22px;
    }

    .home-arrival-alert__cta{
        padding:22px;
    }

    .home-arrival-alert__pills span{
        width:100%;
    }
}