/**
 * Custom CSS — edit here in Cursor, deploy to staging first.
 * Live deploy only after staging review.
 */

/* Example: site-wide utility */
.cursor-full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
