/* ============================================================
   ZP Squad (page-only)
   Scope: body.case-zpsquad
   Depends on: css/case-system.css (shared)
   ============================================================ */

body.case-zpsquad{
  --ink: #022351;
  --hero-bg: #43b049;
}

/* Keep headline readable and consistent */
body.case-zpsquad .hero-split .hero-left h1{
  max-width: 18ch;
  margin: 0;
}

/* Optional: flip image and text on desktop for variety */
body.case-zpsquad .hero-split{
  flex-direction: row-reverse;
}

/* Mobile: stack as normal */
@media (max-width: 768px){
  body.case-zpsquad .hero-split{
    flex-direction: column;
  }
}

/* Footnote under By the Numbers */
body.case-zpsquad .cs-footnote{
  margin: 1rem 0 0;
  font-size: .95rem;
  line-height: 1.5;
  opacity: .78;
  max-width: 80ch;
}

/* Full-width centered media block */
body.case-zpsquad .full-bleed-media{
  width: 100%;
  margin: 4rem 0;
}

body.case-zpsquad .full-bleed-media picture,
body.case-zpsquad .full-bleed-media img{
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  height: auto;
  border-radius: 12px;
}
