/* ========== TESTIMONIALS ========== */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
@media(max-width:900px){.testi-grid{grid-template-columns:1fr}}
.testi{padding:36px 28px;background:#0a0a0c;display:flex;flex-direction:column;gap:20px;min-height:320px;position:relative}
.testi .quote-mark{font-family:'Instrument Serif',serif;font-size:80px;line-height:.5;color:var(--accent);opacity:.4;height:30px}
.testi p{font-size:clamp(16px,1.4vw,18px);line-height:1.5;color:#ddd;flex:1;text-wrap:pretty}
.testi .author{display:flex;gap:12px;align-items:center;border-top:1px solid var(--line);padding-top:18px}
.testi .author .av{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));flex:0 0 auto}
.testi .author .who{font-size:14px}
.testi .author .role{font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:.2em;color:#666;text-transform:uppercase;margin-top:2px}
