/* Ajustement typographique : les capitales respirent sans perdre leur impact. */
.hero h1,
h2 {
  letter-spacing: -0.025em;
}

.inner-hero h1,
.planning-intro h1 {
  letter-spacing: -0.03em;
}

.manifesto-note,
.program-name,
.photo-caption strong,
.manifesto-page-grid .big-note,
.programme-item strong,
.class-info h2,
.messenger-link strong,
.map-link,
.contact-phone a {
  letter-spacing: 0.02em;
}

@media (max-width: 800px) {
  .hero h1,
  h2,
  .inner-hero h1,
  .planning-intro h1 {
    letter-spacing: -0.018em;
  }
}

/* Le monogramme LH est retiré de la navigation : le nom typographique suffit. */
.brand-seal {
  display: none !important;
}

.brand {
  gap: 0;
}

/* Le planning présente les créneaux sans boutons de réservation individuels. */
.planning-page .class-status button {
  display: none !important;
}
