/* ============================================================
   HOME.CSS — Styles page d'accueil LCDMH
   ============================================================ */

/* --- Hero : hauteur réduite à 45vh (demande Yves) --- */
.home-hero {
  min-height: 45vh;
}

/* --- Pavé 1 : Émotion / ADN — BLOC CENTRAL pleine largeur --- */
.intro-emotion-box {
  padding: 70px 20px 50px;
  background: #f5efe8;
  border-top: 1px solid #eee;
  border-bottom: none;
  text-align: center;
  margin-top: 40px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.intro-emotion-box .container-small {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #222;
  background: none;
  padding: 0 20px;
  border-radius: 0;
  box-shadow: none;
  border-left: none;
}

.intro-emotion-box p {
  margin: 0;
}

/* --- Pavé 2 : Contenu / SEO --- */
.intro-content-box {
  padding: 30px 20px 60px;
  background: #f8f8f8;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.intro-content-box .container {
  max-width: 900px;
  margin: 0 auto;
}

.intro-tagline {
  font-size: 0.95rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.intro-content-box h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.intro-content-box h2 {
  margin-top: 30px;
}

.intro-content-box p {
  line-height: 1.7;
  color: #333;
}

/* --- Responsive --- */
@media (max-width: 800px) {
  .home-hero {
    min-height: 38vh;
  }
}

@media (max-width: 600px) {
  .intro-emotion-box {
    padding: 45px 15px 35px;
  }
  .intro-emotion-box .container-small {
    font-size: 1.15rem;
    padding: 0 10px;
  }
  .intro-content-box {
    padding: 25px 15px 40px;
  }
}

/* --- Encart note personnelle (pneus, etc.) --- */
.note-perso {
  background: #f5f0ea;
  padding: 22px 28px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  margin: 2rem 0;
}
.note-perso p {
  margin: 0 0 .6rem 0;
}
.note-perso p:last-child {
  margin: 0;
}
