/* ============================================================
   FULL PAGE

   On request, this case study runs edge to edge rather than inside the
   site's 1320px stage. The nav, the hero split, the explainer and the
   footer all read --wrap-width, so lifting it here widens them together
   and keeps their edges aligned. The prose keeps its 1060px reading
   measure (set on .cs-body); what widens is everything around it, and
   the figures, whose bleed is now bounded only by the viewport and one
   gutter of air.
   ============================================================ */

body[data-case-study] { --wrap-width: none; }

@media (min-width: 1280px) {
  body[data-case-study] .cs-body { --cs-bleed: 9999px; }
}
