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

   A copy of /raf/wide.css, on purpose. The two case studies are meant to
   read as the same publication, so Factor+ runs edge to edge the way RAF
   does: 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.

   Duplicated rather than imported by path because /raf is another page's
   folder and this page should not depend on it. If a third case study ever
   wants this, the rule moves to styles-sidebar.css and both copies go.
   ============================================================ */

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

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