/* Versión transparente del logo exclusiva para fondos oscuros. */
footer > div:first-child {
  width: 210px;
  height: 72px;
  background: url('image/logo-footer-light.webp') center / contain no-repeat;
}

footer > div:first-child img {
  opacity: 0;
  background: transparent;
  mix-blend-mode: normal;
}

.hero-content .slide-title {
  font-family: Outfit, sans-serif;
  font-size: clamp(2.7rem, 4vw, 4.25rem);
  letter-spacing: -.04em;
  line-height: 1.1;
  margin: 0 0 18px;
}
