.block-testimonials {
  background: #f7f5e6;
  padding: var(--margin-medium) var(--gutter);
}
.block-testimonials .testimonials-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: var(--margin-medium);
}
.block-testimonials .testimonials-head-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-top: 6px;
}
.block-testimonials .testimonials-eyebrow {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.625rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--terracotta);
  margin: 0 0 14px;
}
.block-testimonials .testimonials-heading {
  font-family: "Cormorant", "Georgia", serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.2rem, 3.4vw, 3rem);
  line-height: 1;
  color: var(--dark-brown);
  margin: 0;
  max-width: 14ch;
}
.block-testimonials .testimonials-cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.block-testimonials .testimonials-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.block-testimonials .testimonials-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(192, 89, 55, 0.5);
  border-radius: 50%;
  background: transparent;
  color: var(--terracotta);
  cursor: pointer;
  -webkit-transition: background 200ms ease, color 200ms ease, border-color 200ms ease, opacity 200ms ease;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease, opacity 200ms ease;
}
.block-testimonials .testimonials-arrow:hover:not(:disabled) {
  background: var(--terracotta);
  color: #f7f5e6;
  border-color: var(--terracotta);
}
.block-testimonials .testimonials-arrow:disabled {
  opacity: 0.32;
  cursor: default;
}
.block-testimonials .testimonials-viewport {
  margin: 0 -4px;
}
.block-testimonials .testimonials-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  padding: 4px;
}
.block-testimonials .testimonial-card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  background: #ede8d4;
  padding: 74px 38px 36px;
  margin: 0;
  overflow: hidden;
}
.block-testimonials.is-slider .testimonials-track {
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 6px;
}
.block-testimonials.is-slider .testimonials-track::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.block-testimonials.is-slider .testimonial-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 72px) / 3);
          flex: 0 0 calc((100% - 72px) / 3);
  scroll-snap-align: start;
}
.block-testimonials .testimonial-mark {
  position: absolute;
  top: 0.05em;
  left: 0.02em;
  font-family: "Cormorant", "Georgia", serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(19rem, 28vw, 29rem);
  line-height: 1;
  color: rgba(192, 89, 55, 0.13);
  pointer-events: none;
  z-index: 0;
}
.block-testimonials .testimonial-stars {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3px;
  color: #e0a52b;
  margin: 0 0 16px;
}
.block-testimonials .testimonial-stars svg {
  display: block;
}
.block-testimonials .testimonial-quote {
  position: relative;
  z-index: 1;
  font-family: "Space Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #000;
  margin: 0 0 24px;
}
.block-testimonials .testimonial-quote p {
  margin: 0 0 12px;
}
.block-testimonials .testimonial-quote p:last-child {
  margin-bottom: 0;
}
.block-testimonials .testimonial-author {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.625rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--terracotta);
}
.block-testimonials .testimonial-author-name {
  font-weight: 400;
}
.block-testimonials .testimonial-source {
  letter-spacing: 1px;
  color: rgba(43, 28, 13, 0.4);
}
@media (max-width: 980px) {
  .block-testimonials {
    padding: var(--margin-medium) var(--margin-small);
  }
  .block-testimonials .testimonials-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-testimonials .testimonials-head-side {
    margin-top: 4px;
  }
  .block-testimonials .testimonials-track {
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 22px;
  }
  .block-testimonials .testimonials-track::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .block-testimonials .testimonial-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 84%;
            flex: 0 0 84%;
    scroll-snap-align: start;
    padding: 66px 28px 30px;
  }
  .block-testimonials.is-slider .testimonial-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 84%;
            flex: 0 0 84%;
  }
}