/* ============================================================
   Footer
   ============================================================ */

.olv-footer {
  background: #16202c; color: #f5efe2;
  padding: clamp(60px, 8vh, 100px) var(--pad-x) 28px;
  position: relative; overflow: hidden;
}
.olv-footer-inner {
  max-width: 1320px; margin: 0 auto;
}

.olv-footer-tagline {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(56px, 11vw, 180px);
  line-height: 0.9; letter-spacing: -0.03em;
  margin-bottom: 60px;
}
.olv-footer-tagline em {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  color: var(--sun);
}

.olv-footer-cols {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
@media (max-width: 760px) { .olv-footer-cols { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .olv-footer-cols { grid-template-columns: 1fr; } }

.olv-footer-col .olv-eyebrow {
  color: rgba(255,255,255,0.4);
  margin-bottom: 14px;
  font-size: 11px;
}
.olv-footer-list {
  list-style: none; margin: 0; padding: 0;
}
.olv-footer-list li { margin: 4px 0; }
.olv-footer-list a {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  text-decoration: none;
  transition: color .15s;
}
.olv-footer-list a:hover { color: #f5efe2; }

.olv-footer-address {
  font-style: normal;
  color: rgba(255,255,255,0.5);
  font-size: 13px; line-height: 1.6;
  margin-top: 12px;
}

/* Newsletter dans le footer */
.olv-newsletter {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.15);
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px;
  align-items: center;
}
@media (max-width: 760px) { .olv-newsletter { grid-template-columns: 1fr; gap: 24px; } }

.olv-newsletter-text .olv-eyebrow { color: rgba(255,239,226,0.4); }
.olv-newsletter-title {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: -0.02em; line-height: 1.15;
  margin: 10px 0;
}
.olv-newsletter-title em {
  font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--sun);
}
.olv-newsletter-note {
  font-size: 13px; color: rgba(255,255,255,0.55);
  max-width: 420px; margin: 0;
}

.olv-newsletter-form {
  display: flex; gap: 8px; align-items: stretch;
}
.olv-newsletter-input {
  flex: 1; min-width: 0;
  padding: 14px 18px; border-radius: 999px;
  border: 1.5px solid rgba(245,239,226,0.25);
  background: rgba(245,239,226,0.06);
  color: #f5efe2; font: inherit; font-size: 14px;
  outline: none;
  transition: border-color .15s, background .15s;
}
.olv-newsletter-input::placeholder { color: rgba(245,239,226,0.4); }
.olv-newsletter-input:focus { border-color: var(--sun); background: rgba(245,239,226,0.1); }

/* Footer bottom bar */
.olv-footer-bottom {
  margin-top: 60px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.15);
  display: flex; flex-wrap: wrap; gap: 20px;
  justify-content: space-between; align-items: center;
  font-family: var(--font-mono); font-size: 11px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase; letter-spacing: 0.12em;
}
.olv-footer-legal {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 18px;
}
.olv-footer-legal a { color: inherit; }
.olv-footer-legal a:hover { color: #f5efe2; }
