.wf-home-testimonials {
  margin: 20px 0 42px;
  padding-top: 0;
  border-top: 0;
}

.wf-home-testimonials__header {
  max-width: 820px;
  margin-bottom: 18px;
}

.wf-home-testimonials__header h2 {
  margin: 0;
  color: var(--wf-ink, var(--ink, #101010));
  font-family: "Archivo Black", "Arial Black", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 1000;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.wf-home-testimonials__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 14px;
  padding: 3px 8px 14px 2px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
}

.wf-home-testimonial {
  min-height: 310px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: start;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: var(--mint);
  box-shadow: 6px 6px 0 var(--ink);
}

.wf-home-testimonial:nth-child(3n + 2) {
  background: #ffefb0;
}

.wf-home-testimonial:nth-child(3n) {
  background: #ded5ff;
}

.wf-home-testimonial blockquote {
  margin: 0 0 28px;
  font-size: clamp(1.2rem, 2.3vw, 1.55rem);
  font-weight: 750;
  line-height: 1.25;
}

.wf-home-testimonial footer {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1.25;
}

.wf-home-testimonial footer span,
.wf-home-testimonial footer a {
  font-size: 0.84rem;
}

.wf-home-testimonial footer span {
  opacity: 0.72;
}

.wf-home-testimonial footer a {
  width: fit-content;
  margin-top: 8px;
  color: var(--ink);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 980px) {
  .wf-home-testimonials__rail {
    grid-auto-columns: minmax(300px, calc((100% - 28px) / 3));
  }
}

@media (max-width: 600px) {
  .wf-home-testimonials {
    margin-top: 20px;
  }

  .wf-home-testimonials__rail {
    width: calc(100% + 12px);
    grid-auto-columns: min(82vw, 310px);
  }

  .wf-home-testimonial {
    min-height: 280px;
  }
}
