/* ============================================================
   GRAVANO — « La newsletter du Doc » (capture e-mail).
   Présente sur TOUS les footers (sauf checkout) → trouvable partout.
   Présentation MIGNONNE : petite enveloppe dorée, carte compacte,
   sur le chaud terracotta/grenat du footer (texte clair + or).
   ============================================================ */
.gv-footer-news{
  max-width:560px;margin:0 auto;padding:2.2rem 1.4rem 2rem;text-align:center;
}
.gv-news{
  display:inline-flex;flex-direction:column;align-items:center;gap:.55rem;width:100%;max-width:460px;
}
/* Enveloppe dans un médaillon doré (le côté « petit mot du Doc »). */
.gv-news-ico{
  width:46px;height:46px;border-radius:50%;display:grid;place-items:center;margin-bottom:.15rem;
  background:linear-gradient(160deg,#F0D77E,var(--gv-or) 52%,#A6801D);color:#2a1e06;
  box-shadow:0 8px 18px -8px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.5);
}
.gv-news-ico svg{ width:24px;height:24px; }
.gv-news-txt{ display:block;width:100%; }
.gv-news-t{
  display:block;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(1.45rem,3vw,1.9rem);
  color:#fff;line-height:1.1;
}
.gv-news-d{
  display:block;font-family:'Figtree',sans-serif;font-size:.9rem;line-height:1.5;color:rgba(255,244,247,.8);
  max-width:400px;margin:.25rem auto 0;
}
/* Champ + bouton = une jolie pilule compacte. */
.gv-news-row{
  display:flex;align-items:center;gap:.35rem;margin-top:.7rem;width:100%;max-width:400px;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:.28rem .28rem .28rem 1rem;
}
.gv-news-row input[type=email]{
  flex:1 1 auto;min-width:0;font-family:'Figtree',sans-serif;font-size:.95rem;
  border:none;background:transparent;color:#fff;padding:.5rem 0;
}
.gv-news-row input[type=email]:focus{ outline:none; }
.gv-news-row input[type=email]::placeholder{ color:rgba(255,244,247,.6); }
.gv-news-row button{
  flex:0 0 auto;font-family:'Figtree',sans-serif;font-weight:700;font-size:.9rem;color:#2a1e06;border:none;cursor:pointer;
  background:linear-gradient(160deg,#E9CE6B,var(--gv-or) 48%,#A6801D);padding:.6rem 1.3rem;border-radius:999px;
  box-shadow:0 8px 16px -8px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.4);transition:transform .16s ease;
}
.gv-news-row button:hover{ transform:translateY(-1px); }
.gv-news-row button:disabled{ opacity:.6;cursor:wait; }
.gv-news-row:focus-within{ border-color:var(--gv-or-clair);box-shadow:0 0 0 3px rgba(201,162,39,.22); }
.gv-news-msg{ min-height:1.1em;margin:.55rem 0 0;font-family:'Figtree',sans-serif;font-size:.88rem; }
.gv-news-ok{ color:var(--gv-or-clair); }
.gv-news-ko{ color:#ffc9d4; }
.screen-reader-text{ position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap; }

/* Sur le footer COMPLET : un filet de séparation sous la newsletter. L'écart
   AU-DESSUS de la ligne est resserré (il était trop grand) pour équilibrer avec
   l'écart en-dessous (marge des colonnes) → la ligne « respire » des deux côtés. */
.gv-footer:not(.gv-footer--minimal) .gv-footer-news{ max-width:1100px;border-bottom:1px solid rgba(255,255,255,.14);padding-bottom:1.4rem; }
