/* ==========================================================================
   Launch Labs — Section: "Client reviews"
   Sits directly after the process section, same black surface (the review
   collage image already has its own black background, so it blends
   straight into the page with no visible edge). Minimal: eyebrow, heading,
   centered image.
   ========================================================================== */

.reviews {
  --ink: #FFFFFF;
  --ink-muted: rgba(255, 255, 255, 0.66);
  --contrast: #D92632;

  background: #010202;
  color: var(--ink);
  padding: clamp(6rem, 13vw, 9.5rem) clamp(1.5rem, 4vw, 4rem);
  text-align: center;
}

.reviews__eyebrow {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--contrast);
}

.reviews__heading {
  margin-top: 1rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2rem, 4.4vh, 3.4rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.reviews__image {
  display: block;
  margin: clamp(3rem, 6vw, 4.5rem) auto 0;
  width: 100%;
  max-width: 64rem;
  height: auto;
}
