/* ============================================================
   OSW Testimonials — verbatim from source .testi-grid / .testi.
   Q7: section hide switcher defaults OFF (hidden). Placeholder
   quotes ship loud and verbatim — never replaced with invented copy.
   ============================================================ */

.ovs-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2.8rem}
.ovs-testi{padding:1.9rem 1.7rem;display:flex;flex-direction:column;gap:1.05rem}
.ovs-testi q{quotes:none;font-size:.93rem;line-height:1.7;color:var(--ovs-muted);font-style:italic}
.ovs-testi-mark{font-family:var(--ovs-display);font-size:2rem;color:var(--ovs-copper);line-height:1}
.ovs-testi-author{display:flex;align-items:center;gap:.8rem;margin-top:auto}
.ovs-testi-avatar{width:40px;height:40px;border-radius:50%;background:var(--ovs-champ-dim);border:1px solid var(--ovs-champ-border);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.8rem;color:var(--ovs-champ)}
.ovs-testi-name{font-weight:700;font-size:.9rem}
.ovs-testi-role{font-size:.76rem;color:var(--ovs-muted)}

/* Source breakpoint — verbatim */
@media(max-width:880px){
  .ovs-testi-grid{grid-template-columns:1fr}
}
