/* ── Apéro Express – Accueil ──────────────────────────────────────────── */

/* L'en-tête (logo, nav, panier, hamburger) est global — voir aez-layout.css
   (.aez-site-header) — plus de header spécifique à l'Accueil ici. */

/* Barre de recherche */
.aez-search-bar {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 18px 14px;
}

.aez-search-bar svg {
    width: 18px;
    height: 18px;
    color: #7A8B6F;
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.aez-search-bar input[type="search"] {
    width: 100%;
    padding: 13px 16px 13px 40px;
    border: 1px solid rgba(122, 139, 111, 0.35);
    border-radius: 999px;
    background: #fff;
    font-size: 0.95em;
    color: #3D2C22;
    box-sizing: border-box;
}

.aez-home-content {
    padding-top: 4px;
}

/* Bannière hero */
.aez-hero {
    position: relative;
    background: #3D2C22;
    border-radius: 20px;
    padding: 26px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    overflow: hidden;
}

.aez-hero__texte {
    flex: 1;
}

.aez-hero__tag {
    display: block;
    color: #EFA83B;
    font-style: italic;
    font-weight: 700;
    font-size: 0.85em;
    margin-bottom: 8px;
}

.aez-hero__titre {
    font-family: 'Fraunces', Georgia, serif;
    color: #fff;
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.aez-hero__soustitre {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9em;
    margin: 0 0 16px;
}

.aez-hero__cta {
    display: inline-block;
    background: #C1502E;
    color: #fff;
    font-weight: 700;
    padding: 11px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.92em;
}

.aez-hero__photo {
    flex: 0 0 40%;
    align-self: stretch;
    border-radius: 14px;
    background: rgba(239, 168, 59, 0.25);
    min-height: 140px;
}

/* Sections génériques */
.aez-section {
    margin-bottom: 26px;
}

.aez-section__entete {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 14px;
}

.aez-section h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.3em;
    color: #3D2C22;
    margin: 0 0 14px;
}

.aez-section__entete h2 {
    margin: 0;
}

.aez-section__entete a {
    color: #C1502E;
    font-weight: 700;
    font-size: 0.9em;
    text-decoration: none;
}

/* Cartes produit en scroll horizontal */
.aez-produits-scroll,
.aez-avis-scroll {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
}

.aez-produit-carte {
    flex: 0 0 150px;
    scroll-snap-align: start;
    border: 1px solid rgba(193, 80, 46, 0.15);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.aez-produit-carte__vignette {
    display: block;
    width: 100%;
    height: 100px;
    background: #EAE4D8;
    object-fit: cover;
}

.aez-produit-carte__nom {
    margin: 10px 10px 2px;
    font-weight: 700;
    font-size: 0.92em;
    color: #3D2C22;
}

.aez-produit-carte__prix {
    margin: 0 10px 10px;
    color: #C1502E;
    font-weight: 700;
    font-size: 0.9em;
}

/* Bandeau promo */
.aez-promo-bandeau {
    position: relative;
    display: block;
    background: #EFA83B;
    border-radius: 16px;
    padding: 20px 100px 20px 20px;
    text-decoration: none;
    margin-bottom: 26px;
}

.aez-promo-bandeau__label {
    display: block;
    font-weight: 700;
    font-size: 0.82em;
    color: #3D2C22;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.aez-promo-bandeau__titre {
    display: block;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.15em;
    font-weight: 700;
    color: #3D2C22;
    margin: 4px 0 8px;
}

.aez-promo-bandeau__cta {
    display: inline-block;
    color: #C1502E;
    font-weight: 700;
    font-size: 0.9em;
}

.aez-promo-bandeau__badge {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #3D2C22;
    color: #EFA83B;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 800;
    font-size: 0.8em;
    line-height: 1.15;
}

/* Réassurance */
.aez-reassurance {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 26px;
}

.aez-reassurance__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 0.78em;
    color: #3D2C22;
    font-weight: 600;
}

.aez-reassurance__item svg {
    width: 26px;
    height: 26px;
    color: #C1502E;
}

/* Avis clients (avis Google réels) */
.aez-avis-entete {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.aez-avis-entete h2 {
    margin: 0;
}

.aez-avis-note-globale {
    font-size: 0.9em;
    color: #3D2C22;
    white-space: nowrap;
}

.aez-avis-note-globale strong {
    color: #C1502E;
}

.aez-avis-carte {
    flex: 0 0 240px;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid rgba(193, 80, 46, 0.15);
    border-radius: 14px;
    padding: 16px;
}

.aez-avis-etoiles {
    color: #EFA83B;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.aez-avis-carte p {
    font-style: italic;
    color: #3D2C22;
    font-size: 0.92em;
    line-height: 1.5;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.aez-avis-auteur {
    color: #7A8B6F;
    font-size: 0.82em;
    font-weight: 600;
}

/* Mention "Avis Google" — obligatoire côté Google quand on réaffiche ses avis */
.aez-avis-mention {
    margin: 10px 0 0;
    text-align: right;
}

.aez-avis-mention a {
    font-size: 0.8em;
    color: #7A8B6F;
    text-decoration: none;
    border-bottom: 1px dotted rgba(122, 139, 111, 0.5);
}

.aez-avis-mention a:hover {
    color: #C1502E;
}

/* Desktop : la vitrine utilise vraiment la largeur de l'écran (le header/la
   recherche s'alignent sur ce même conteneur — voir @media identique plus
   haut dans ce fichier pour ces deux sélecteurs) au lieu de rester un cadre
   mobile agrandi et centré sur un fond gris. */
@media (min-width: 900px) {
    .aez-search-bar,
    .aez-home-content {
        max-width: 1140px;
    }

    .aez-hero {
        padding: 40px 48px;
        gap: 32px;
    }

    .aez-hero__titre {
        font-size: 2em;
    }

    .aez-hero__photo {
        min-height: 220px;
    }

    .aez-produit-carte {
        flex: 0 0 190px;
    }

    .aez-produit-carte__vignette {
        height: 130px;
    }

    .aez-avis-carte {
        flex: 0 0 300px;
    }
}
