.editorial-testimonials-grid{display:grid;grid-template-columns:minmax(0,1.1fr)minmax(280px,.9fr);gap:clamp(var(--space-2xl),7vw,var(--space-5xl));align-items:center;width:min(100%,1080px);margin:0 auto}.editorial-testimonial{display:grid;gap:var(--space-lg);margin:0}.editorial-testimonial p{margin:0;font-size:1rem;line-height:1.7}.editorial-testimonial--featured p{max-width:22ch;font-size:clamp(27px,2.9vw,40px);line-height:1.15}.editorial-testimonials-stack{display:grid;gap:var(--space-3xl)}@media(max-width:959px){.editorial-testimonials-grid{grid-template-columns:1fr}.editorial-testimonials-stack{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:639px){.editorial-testimonials .section-head{margin-bottom:var(--space-xl)}.editorial-testimonial--featured p{font-size:clamp(22px,7.2vw,29px)}.editorial-testimonials-stack{grid-template-columns:1fr}}