/* ════════════════════════════════════════════════════════
   ESTATE — Styles spécifiques à la page Le Domaine
   Dépend de : style.css + suites.css
════════════════════════════════════════════════════════ */

/* ════════════════════════════════════════════════════════
   HERO
════════════════════════════════════════════════════════ */
.estate-hero {
    background-position: center 35%;
}

/* ════════════════════════════════════════════════════════
   BADGE — Bientôt disponible
════════════════════════════════════════════════════════ */
.estate-soon-badge {
    display: inline-block;
    font-family: "Jost", sans-serif;
    font-size: 0.56rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #9B7E54;
    border: 1px solid rgba(155, 126, 84, 0.40);
    padding: 4px 12px;
    border-radius: 2px;
    margin-bottom: 14px;
    width: fit-content;
}

.suite-horizontal--soon {
    opacity: 0.80;
}

/* ════════════════════════════════════════════════════════
   HEADER NARRATIF
════════════════════════════════════════════════════════ */
.overview-narrative-header {
    background: #FDFAF5;
    padding: 96px max(5vw, 48px) 0;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.overview-narrative-header .section-text {
    margin: 0 auto;
}
