.testimonials-hero {
  position: relative;
}

.breadcrumbs {
  margin-bottom: var(--space-4);
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-text-muted);
}

.breadcrumbs__item + .breadcrumbs__item::before {
  content: "/";
  margin: 0 0.25rem 0 0;
  color: var(--color-text-muted);
}

.testimonials-hero__grid {
  align-items: center;
  gap: var(--space-10);
}

.testimonials-hero__content {
  padding-right: var(--space-4);
}

.testimonials-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.testimonials-hero__image-wrapper {
  max-width: 520px;
  margin-left: auto;
}

.testimonials-hero__image-frame {
  min-height: 260px;
}

.testimonials-intro {
  max-width: 760px;
  margin: 0 auto var(--space-10);
}

.testimonials-summary-grid {
  align-items: stretch;
}

.testimonial-summary h3 {
  font-size: var(--font-size-2xl);
}

.testimonials-section__grid {
  align-items: center;
  gap: var(--space-10);
}

.testimonials-section__image {
  max-width: 540px;
}

.testimonials-section__image-frame {
  min-height: 320px;
}

.testimonials-section__content h2 {
  margin-bottom: var(--space-4);
}

.testimonials-highlight-list h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.testimonials-cards-grid {
  align-items: stretch;
}

.testimonial-card h3 {
  font-size: var(--font-size-xl);
}

.testimonial-card__image-wrapper {
  margin-bottom: var(--space-4);
}

.testimonial-card__image-frame {
  min-height: 220px;
}

.testimonials-authenticity__grid {
  align-items: stretch;
  gap: var(--space-10);
}

.testimonials-authenticity__cta {
  max-width: 480px;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .testimonials-hero__content {
    padding-right: 0;
  }

  .testimonials-hero__image-wrapper {
    max-width: 100%;
  }

  .testimonials-section__image,
  .testimonials-authenticity__cta {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .testimonials-hero__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .testimonials-intro {
    margin-bottom: var(--space-8);
  }

  .testimonials-section__grid,
  .testimonials-authenticity__grid {
    gap: var(--space-6);
  }
}
