.twh-testimonials--surface{background:var(--twh-surface)}.twh-testimonials--dark{background:var(--twh-primary);color:var(--twh-white)}.twh-testimonials__grid{display:grid;gap:24px}.twh-testimonials__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.twh-testimonials__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.twh-testimonial{background:var(--twh-white);border:1px solid rgba(1,51,74,.11);border-radius:var(--twh-radius);box-shadow:var(--twh-shadow);color:var(--twh-primary);display:flex;flex-direction:column;min-height:390px;padding:clamp(28px,4vw,48px)}.twh-testimonial__mark{color:var(--twh-secondary);font-family:Georgia,serif;font-size:2.75rem;height:44px;line-height:.9}.twh-testimonial blockquote{font-size:1rem;margin:18px 0 38px}.twh-testimonial footer{align-items:center;display:flex;gap:16px;margin-top:auto}.twh-testimonial footer img{border-radius:16px;height:58px;object-fit:cover;width:58px}.twh-testimonial footer small,.twh-testimonial footer span,.twh-testimonial footer strong{display:block}.twh-testimonial footer span{font-size:.85rem}.twh-testimonial footer small{color:var(--twh-muted);font-size:.72rem}@media(max-width:900px){.twh-testimonials__grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:660px){.twh-testimonials__grid--2,.twh-testimonials__grid--3{grid-template-columns:1fr}.twh-testimonial{min-height:0}}