.testimonial-featured{background:var(--brand-background);padding:var(--spacing-section) 0}.testimonial-featured__container{max-width:52rem;margin:0 auto;padding:0 2rem;text-align:center}.testimonial-featured__eyebrow{margin-bottom:2.5rem}.testimonial-featured__sub{font-family:var(--brand-font-body);font-size:.9375rem;font-weight:300;line-height:1.8;color:var(--brand-text-muted);max-width:34rem;margin:0 auto 2.5rem}.testimonial-featured__figure{margin:0}.testimonial-featured__quote{font-family:var(--brand-font-heading);font-size:clamp(1.375rem,2.5vw,2rem);font-style:italic;font-weight:300;line-height:1.5;letter-spacing:-.005em;color:var(--brand-text);margin-bottom:2.75rem}.testimonial-featured__caption{display:flex;align-items:center;justify-content:center;gap:1rem}.testimonial-featured__photo{width:2.75rem;height:2.75rem;object-fit:cover;border-radius:var(--radius-full)}.testimonial-featured__attribution{display:inline-flex;align-items:center;gap:.875rem;font-family:var(--brand-font-body);font-size:.6875rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--brand-text-muted)}.testimonial-featured__divider{display:inline-block;width:1.5rem;height:1px;background:var(--brand-border)}.testimonials-grid{background:var(--brand-background);padding:var(--spacing-section) 0}.testimonials-grid__container{max-width:var(--spacing-container);margin:0 auto;padding:0 2rem}.testimonials-grid__header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:2rem;margin-bottom:4rem}.testimonials-grid__sub{font-family:var(--brand-font-body);font-size:.9375rem;font-weight:300;line-height:1.8;color:var(--brand-text-muted);max-width:22rem}.testimonials-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem;border-top:1px solid var(--brand-border);padding-top:3rem}.testimonials-grid__card{margin:0;display:flex;flex-direction:column;gap:1.75rem}.testimonials-grid__quote{font-family:var(--brand-font-heading);font-size:1.0625rem;font-style:italic;font-weight:300;line-height:1.7;color:var(--brand-text);margin:0;flex:1 1}.testimonials-grid__caption{display:flex;align-items:center;gap:.875rem}.testimonials-grid__photo{width:2.25rem;height:2.25rem;object-fit:cover;border-radius:var(--radius-full)}.testimonials-grid__author,.testimonials-grid__role{display:block;font-family:var(--brand-font-body);font-size:.6875rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;line-height:1.8}.testimonials-grid__author{color:var(--brand-text)}.testimonials-grid__role{color:var(--brand-accent)}@media (max-width:1024px){.testimonials-grid__grid{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:768px){.testimonials-grid__header{margin-bottom:2.75rem}}