/* ============================================================
   TESTIMONIAL PAGE — extends site-base.css
   ============================================================ */

/* active nav state (shared chrome + bo-hero + responsive now in site-base.css) */

/* page-specific bo-hero override + hero chips */
.bo-hero h1{text-wrap:balance}
.hero-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;margin-top:2.2rem}
.bbb-mark{font-family:var(--font-display);font-weight:800;font-size:1rem;color:#fff;background:var(--navy-2);border:1px solid rgba(234,245,251,.2);border-radius:8px;padding:.15rem .5rem}

/* ---- facts band ---- */
.t-band{background:#fff;border-bottom:1px solid var(--line)}
.t-band-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-block:clamp(1.8rem,4vw,2.6rem);text-align:center}
.t-fact b{display:block;font-family:var(--font-display);font-weight:800;font-size:clamp(1.3rem,2.4vw,1.7rem);color:var(--ink);line-height:1.2}
.t-fact small{font-size:.85rem;color:var(--muted)}
@media (max-width:620px){.t-band-grid{grid-template-columns:1fr;gap:1.4rem}}

/* ---- featured endorser (Leon Goldenberg) ---- */
.t-featured{padding:clamp(3.5rem,7vw,5.5rem) 0 clamp(2rem,4vw,3rem);background:var(--paper)}
.featured-quote{
  display:grid;grid-template-columns:auto 1fr;gap:clamp(1.4rem,3vw,2.6rem);align-items:center;
  background:#fff;border:1px solid var(--line);border-radius:18px;
  padding:clamp(1.8rem,4vw,2.8rem);box-shadow:0 18px 50px -28px rgba(11,31,51,.4);
}
.fq-portrait{display:flex;justify-content:center}
.fq-avatar{
  display:grid;place-items:center;width:clamp(96px,14vw,132px);height:clamp(96px,14vw,132px);border-radius:50%;
  font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,4vw,2.7rem);letter-spacing:.02em;
  color:var(--navy);background:linear-gradient(150deg,rgba(196,160,82,.28),rgba(50,176,166,.18));
  border:2px solid var(--gold);
}
.fq-body .eyebrow{margin-bottom:.6rem}
.fq-body .stars{font-size:1.05rem;margin-bottom:.7rem}
.fq-body blockquote{
  margin:0 0 1rem;font-family:var(--font-display);font-weight:600;
  font-size:clamp(1.15rem,2.2vw,1.55rem);line-height:1.45;color:var(--ink);text-wrap:pretty;
}
.fq-who b{display:block;font-family:var(--font-display);font-weight:800;font-size:1.05rem;color:var(--ink)}
.fq-who small{color:var(--muted);font-size:.9rem}
@media (max-width:620px){
  .featured-quote{grid-template-columns:1fr;text-align:center;justify-items:center}
  .fq-body .stars{justify-content:center}
}

/* ---- google reviews carousel (rev-carousel + g-review styled in site-base) ---- */
.t-reviews{padding:clamp(2.5rem,5vw,4rem) 0 clamp(4rem,8vw,6rem);background:var(--paper)}

/* ---- company logos wall ---- */
.t-logos{padding:clamp(3rem,6vw,4.5rem) 0;background:#fff;border-top:1px solid var(--line)}
.t-logos .section-head{margin-bottom:clamp(1.6rem,3vw,2.4rem)}
