/* Shared testimonial section for /, /build/, and /control/. The component only
   renders when approved route data exists in testimonials.js. */
.testimonials{padding:76px 0;background:var(--surface);border-bottom:1px solid var(--border-strong)}
.testimonial-head{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:64px;align-items:end}
.testimonial-head .lbl{color:var(--attention-text)}
.testimonial-head h2{max-width:16ch;font-size:clamp(38px,4.2vw,58px);color:var(--ink-deep)}
.testimonial-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.85fr);margin-top:34px;border:1px solid var(--border-strong)}
.testimonial-grid.testimonial-count-1{grid-template-columns:1fr}
.testimonial-grid.testimonial-count-1 .testimonial-featured{grid-row:auto}
.testimonial-featured{grid-row:span 2;min-width:0;padding:34px 36px;background:var(--paper)}
.testimonial-secondary{min-width:0;padding:26px 28px;background:var(--surface);border-left:1px solid var(--border-strong)}
.testimonial-secondary + .testimonial-secondary{border-top:1px solid var(--border-strong)}
.testimonial-quote{font-family:var(--display);font-size:clamp(30px,3.2vw,46px);line-height:1.06;color:var(--navy)}
.testimonial-secondary .testimonial-quote{font-size:27px}
.testimonial-attribution{display:flex;align-items:center;gap:15px;margin-top:28px;padding-top:20px;border-top:1px solid var(--border)}
.testimonial-logo{display:block;width:48px;height:48px;object-fit:contain;background:#fff;border:1px solid var(--border);padding:6px}
.testimonial-person{min-width:0;font-style:normal}
.testimonial-person strong{display:block;font-family:var(--display);font-size:21px;line-height:1.05;color:var(--ink-deep)}
.testimonial-person span{display:block;margin-top:5px;font-size:13px;line-height:1.45;color:var(--muted)}
.testimonial-outcome{margin-top:18px;padding:12px 14px;background:var(--green-bg);border:1px solid #BCD8C5;color:var(--green);font:500 11px var(--mono);letter-spacing:.08em;text-transform:uppercase}
.testimonial-cta{display:inline-flex;align-items:center;min-height:44px;margin-top:18px;color:var(--navy);font-family:var(--display);font-size:17px;letter-spacing:.05em;text-transform:uppercase;text-underline-offset:4px}
.testimonial-cta:hover{color:var(--attention-text)}

@media(max-width:820px){
  .testimonials{padding:62px 0}
  .testimonial-head{grid-template-columns:1fr;gap:14px}
  .testimonial-grid{grid-template-columns:1fr;margin-top:26px}
  .testimonial-featured{grid-row:auto;padding:28px 22px}
  .testimonial-secondary{padding:24px 22px;border-left:0;border-top:1px solid var(--border-strong)}
  .testimonial-secondary .testimonial-quote{font-size:26px}
}
