/* ================================================
   NEOMENS — Page Approche
   ================================================ */

/* Hero */
.nm-approche-hero {
  padding-bottom: 3rem;
}

/* Grid two-col */
.nm-approche-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .nm-approche-grid {
    grid-template-columns: 5fr 7fr;
    gap: 5rem;
  }
}

/* Image Erickson */
.nm-approche-img-wrap {
  position: relative;
  overflow: hidden;
}

.nm-approche-img {
  width: 100%;
  height: auto;
  display: block;
  border-left: 2px solid var(--primary);
}

/* Contenu texte */
.nm-approche-content .approche-intro p {
  font-size: 1.05rem;
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

/* Mobile */
@media (max-width: 767px) {
  .nm-approche-hero {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .nm-approche-grid {
    gap: 2rem;
  }

  .nm-approche-img {
    max-height: 360px;
    object-fit: cover;
    object-position: 50% 20%;
  }
}

/* ------------------------------------------------
   Réduire l'espace entre hero et section parcours
   ------------------------------------------------ */
.section-py-l:has(.nm-approche-grid) {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.nm-approche-hero ~ .structural-rule {
  margin-bottom: 2rem;
}

/* ------------------------------------------------
   Citation éditeur WordPress — blockquote
   ------------------------------------------------ */
.approche-intro blockquote {
  border-left: 2px solid var(--primary);
  padding-left: 1.5rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--primary);
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
}

.approche-intro blockquote p {
  margin: 0;
  font-size: inherit;
  color: inherit;
  font-style: inherit;
}
