/* ==========================================================================
   Refonte footer (Piste C) — Lot 4. Scopé .rh-footer, chargé sur tout le site.
   ========================================================================== */

.rh-footer{
  --wine:#8b3f3f; --wine-dark:#6b2f2f; --cream:#f6f0e7; --ink:#2a2320; --line:#e6ddd0;
  background:var(--ink);color:#fff;padding:72px 24px 0;font-family:'Larsseit',sans-serif;
}
.rh-footer *{box-sizing:border-box}
.rh-footer a{color:inherit;text-decoration:none}

.rh-footer-in{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px}

/* Brand */
.rh-footer-brand{max-width:260px}
.rh-footer-logo{margin-bottom:16px}
.rh-footer-logo svg{width:150px;height:auto;filter:brightness(0) invert(1);opacity:.92}
.rh-footer-baseline{font-size:14px;color:rgba(255,255,255,.6);margin:0 0 16px;line-height:1.5}
.rh-footer-coords{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}
.rh-footer-coords a{font-size:14px;color:rgba(255,255,255,.8)}
.rh-footer-coords a:hover{color:#fff}
.rh-footer-social{list-style:none;display:flex;gap:12px;margin:0 0 20px;padding:0}
.rh-footer-social li{margin:0}
.rh-footer-social a{width:36px;height:36px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:.8;transition:.2s}
.rh-footer-social a:hover{background:var(--wine);border-color:var(--wine);opacity:1}
.rh-footer-social svg{width:16px;height:16px;fill:#fff}
.rh-footer-social svg path{fill:#fff}
.rh-footer-pay{width:220px;height:auto;opacity:.85;filter:grayscale(1) brightness(1.6)}

/* Colonnes de liens */
.rh-footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#fff;font-weight:700;margin:0 0 16px;font-family:'Larsseit',sans-serif}
.rh-footer-col ul{list-style:none;margin:0;padding:0}
.rh-footer-col li{padding:6px 0}
.rh-footer-col a{font-size:14px;color:rgba(255,255,255,.62);transition:.2s}
.rh-footer-col a:hover{color:#fff}

/* Newsletter (form MailerLite) — en haut du footer, ancrable via #newsletter.
   Contrainte en largeur pour éviter la bande blanche pleine largeur injectée par MailerLite. */
.rh-footer-news{max-width:600px;margin:0 auto 40px;padding:8px 0 0;text-align:center;scroll-margin-top:120px}
.rh-footer-news,
.rh-footer-news .ml-form-embedContainer,
.rh-footer-news .ml-form-align-center,
.rh-footer-news .ml-form-embedContent{background:transparent!important;box-shadow:none!important}
.rh-footer-news .ml-form-embedWrapper{max-width:600px;margin:0 auto}

/* Bas de footer */
.rh-footer-bottom{max-width:1240px;margin:0 auto;border-top:1px solid rgba(255,255,255,.13);padding:22px 0;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12.5px;color:rgba(255,255,255,.45)}
.rh-footer-bottom a{color:rgba(255,255,255,.55);margin-left:14px}
.rh-footer-bottom a:first-child{margin-left:0}
.rh-footer-bottom a:hover{color:#fff}
.rh-footer-legal{display:flex;flex-wrap:wrap}

/* Bandeau alcool / mineurs (pas de séparateur additionnel) */
.rh-footer-alcool{margin-top:0;padding:20px 0 36px;text-align:center}
.rh-footer-alcool p{font-size:12px;color:rgba(255,255,255,.5);margin:0}
.rh-footer-alcool img{max-width:100%;height:auto;margin:12px auto 0;opacity:.8}

@media(max-width:960px){
  .rh-footer-in{grid-template-columns:1fr 1fr;gap:32px}
  .rh-footer-brand{grid-column:1/-1;max-width:none}
}
@media(max-width:560px){
  .rh-footer{padding-top:56px}
  .rh-footer-in{grid-template-columns:1fr 1fr;gap:28px}
  .rh-footer-bottom{flex-direction:column;gap:8px}
}
