/* ==========================================================================
   Qubik — custom stylesheet
   --------------------------------------------------------------------------
   This is the EDITABLE stylesheet. The compiled Bootstrap 4 build lives in
   main.css (minified, source lost — do NOT edit it). Put all new styles and
   overrides here. Loaded after main.css in views/partials/head.html, so rules
   here win on equal specificity.
   ========================================================================== */

/* --- Mobile navigation -----------------------------------------------------
   When the collapsed menu is opened on mobile, give each link comfortable
   tap spacing and full width. Harmless on desktop (>=992px) where the menu
   is laid out inline. Supports the header.html mobile-nav fix. */
@media (max-width: 991.98px) {
  #navbarSupportedContent .navbar-nav .nav-link {
    padding: 0.75rem 0;
  }
}

/* --- Team information board -------------------------------------------------
   Keep member photos a consistent square crop regardless of source ratio. */
.team-photo {
  object-fit: cover;
}
