/* Styles specific to the cover / hero area and small utilities used by the cover */

/* Keep the splash element hidden for compatibility with splash.js */
#splash {
  display: none;
}

/* If any cover-specific styles are needed later they can be added here */
.cv-wrap {
  /* ...existing code... */
}

