/* template-parts/footer-banner.php */

.wnb-footer-banner {
  position: relative;
  overflow: hidden;
  padding: clamp(4.75rem, 12vw, 6.75rem) clamp(1rem, 4vw, 2rem);
}

.wnb-footer-banner__bg,
.wnb-footer-banner__lines {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.wnb-footer-banner__bg {
  background-size: cover;
  background-position: center;
}

.wnb-footer-banner__lines {
  opacity: 0.35;
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent 76px,
    rgba(255, 255, 255, 0.07) 76px,
    rgba(255, 255, 255, 0.07) 77px
  );
}

.wnb-footer-banner__inner {
  position: relative;
  z-index: 1;
  max-width: var(--wnb-max-content);
  margin: 0 auto;
}

.wnb-footer-banner__title {
  margin: 0;
  max-width: 22ch;
  font-family: var(--wnb-font-hero);
  font-size: clamp(1.95rem, 4.6vw, 3.05rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.14;
  letter-spacing: 0.06em;
  color: #fff;
}

.wnb-footer-banner__cta {
  margin-top: 2rem;
}
