/* Cowley Road Studios — Width Alignment Patch (Minimal)
   CANONICAL / LOCKED
   Fixes header navigation and bottom text misalignment with service cards.
   All primary UI elements now share the same visual width (900px).
*/

.crs-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  box-sizing: border-box;
}

.crs-inner p {
  max-width: 72ch;
}
