/* ===== LIENS PULLQUOTE ===== */
.wp-block-pullquote cite a {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #222222;
  text-decoration: underline;
  padding-bottom: 3px;
  transition: color .3s ease, font-weight .3s ease;
}

.wp-block-pullquote cite a:hover {
  color: #444444;
  font-weight: 600;
}

/* ===== PAGE 1891 ===== */
.page-id-1891 .design-floral {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
}

/* ===== PAGE CONTACT ===== */
.page-id-4 p.has-black-color.has-text-color.has-small-font-size a {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #000000;
  text-decoration: underline;
}

.page-id-4 p.has-black-color.has-text-color.has-small-font-size a:hover {
  color: #444444;
  font-weight: 600;
}

/* ===== HEADER CENTRÉ ===== */
.site-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

.site-branding {
  text-align: center;
  margin-bottom: 20px;
}

/* LOGO */
.custom-logo {
  width: 180px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

/* TITRE */
.site-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}

/* ===== MENU DESKTOP ===== */
.main-navigation {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.main-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.main-navigation a {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #222;
  text-decoration: none;
  transition: color .3s ease;
}

.main-navigation a:hover {
  color: #555;
}
/* 💥 KILL bouton menu noir (Mayland spécifique) */
@media (max-width: 768px) {

  button[aria-label="Menu"],
  .wp-block-navigation button,
  .wp-block-navigation__responsive-container-open {
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
  }

}