/* Home — scroll sections + perf helpers */

html {
  scroll-padding-top: 56px;
  scroll-behavior: smooth;
}

body.home-snap .home-section {
  scroll-snap-align: start;
  scroll-margin-top: 56px;
}

/* Hero allégé (JPEG ~90 Ko au lieu du PNG 1,2 Mo) */
section#artiste {
  background-image: url("../img/fond-header.jpg") !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Mentions légales */
.legal-page {
  padding: 6.5rem 0 4rem;
  min-height: 70vh;
  background: linear-gradient(160deg, #f7fafc 0%, #e8eef2 100%);
  color: #1a2a32;
}

.legal-page__header {
  margin-bottom: 2rem;
}

.legal-page__header h1 {
  font-family: "Poiret One", cursive;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0 0 0.5rem;
  color: #002233;
}

.legal-page__lead {
  margin: 0;
  max-width: 40rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.95rem;
  color: #4a5a62;
}

.legal-page__content {
  max-width: 44rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
}

.legal-page__content section {
  margin-bottom: 1.75rem;
}

.legal-page__content h2 {
  font-family: "Poiret One", cursive;
  font-size: 1.45rem;
  font-weight: 400;
  margin: 0 0 0.65rem;
  color: #005a82;
}

.legal-page__content p {
  margin: 0 0 0.75rem;
}

.legal-page__content a {
  color: #005a82;
  text-decoration: underline;
}

.legal-page__content a:hover {
  color: #002233;
}

.legal-page__back {
  margin-top: 2.5rem;
  font-weight: 500;
}

.legal-page__back a {
  text-decoration: none;
}

.legal-page__back a:hover {
  text-decoration: underline;
}
