/* ============================================================
   SPHYNX — Titres globaux
   Style cohérent sur tout le site
   ============================================================ */

/* ── Titres WordPress natifs (GeneratePress) ── */
.entry-header {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

h1.entry-title {
  font-size: clamp(2rem, 5vw, 3.2rem) !important;
  font-weight: 700 !important;
  color: #2c2c2c !important;
  line-height: 1.15 !important;
  letter-spacing: -.01em !important;
  margin-top: 36px !important;
  margin-bottom: 0 !important;
  position: relative;
  display: inline-block;
}

h1.entry-title::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #e8638c, #f5a06e);
  margin: 14px auto 0;
}

/* ── Titres Elementor ── */

/* H2 — titres de sections (les plus courants) */
.elementor-widget-heading h2.elementor-heading-title {
  font-family: 'ABeeZee', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  line-height: 1.2 !important;
}

/* Trait dégradé sous les H2 Elementor */
.elementor-widget-heading h2.elementor-heading-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #e8638c, #f5a06e);
  margin: 12px auto 0;
}

/* H3 */
.elementor-widget-heading h3.elementor-heading-title {
  font-family: 'ABeeZee', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: .02em !important;
  line-height: 1.3 !important;
}

/* H1 Elementor (titres héros de pages) */
.elementor-widget-heading h1.elementor-heading-title {
  font-family: 'ABeeZee', sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -.01em !important;
}
