/* ─────────────────────────────────────────────
   06-accroche.css — Section accroche (qui suis-je)
───────────────────────────────────────────────── */

.section-accroche {
  background: var(--bg-alt);
  padding: 4rem 0;
}

.accroche-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.accroche-text h2 {
  margin-bottom: 1.25rem;
  color: var(--text);
}

.accroche-text p {
  font-size: 1.025rem;
  line-height: 1.7;
  color: var(--text);
}

.accroche-text p + p {
  margin-top: 0.9rem;
}

.accroche-visual {
  display: none;
}
