/* Style Luxe Noir & Or */
body{background:#0A0A0A;color:#F8F3E7}
a{color:#D4AF37}
a:hover{opacity:.9}
.is-style-neon a.wp-block-button__link{
  background: linear-gradient(90deg,#D4AF37,#E4C878);
  color:#0A0A0A;
  box-shadow: 0 10px 28px rgba(212,175,55,.25);
}
.is-style-neon a.wp-block-button__link:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(212,175,55,.35);
}
.ribbon-under::after{
  background: linear-gradient(90deg, #7A1F2B, #D4AF37, #E4C878);
}

/* Cartes élégantes */
.wp-block-group.is-style-card{
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

/* Galerie Masonry bord or subtil */
.gallery-masonry img{
  border:1px solid rgba(212,175,55,.25);
}

/* Contact Form 7 – "Formulaire de contact 1" */
.wpcf7 form{max-width:720px;margin:auto}
.wpcf7 form p{margin-bottom:14px}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea{
  width:100%; padding:14px 16px; background:#0F0F0F; color:#F8F3E7;
  border:1px solid rgba(212,175,55,.35); border-radius:14px;
  transition: border-color .15s ease, box-shadow .2s ease, transform .05s ease;
}
.wpcf7 input:focus, .wpcf7 textarea:focus{
  outline:none; border-color:#D4AF37;
  box-shadow: 0 0 0 3px rgba(212,175,55,.18);
}
.wpcf7 input[type="submit"]{
  background: linear-gradient(90deg,#D4AF37,#E4C878);
  color:#0A0A0A; border:0; border-radius:999px; padding:12px 22px; font-weight:700; cursor:pointer;
  box-shadow: 0 10px 28px rgba(212,175,55,.25); transition: transform .1s ease, box-shadow .2s ease;
}
.wpcf7 input[type="submit"]:hover{ transform: translateY(-1px); box-shadow: 0 16px 40px rgba(212,175,55,.35); }

/* Labels classe */
label, .wpcf7 label{font-size:14px; letter-spacing:.3px; color:#EADDB7}