/* Laptop-only project page text alignment — July 23, 2026
   Match the project intro's left edge to the project artwork/showcase edge.
   Tablet/mobile and large desktop spacing remain unchanged. */
@media (min-width: 761px) and (max-width: 1440px) {
  .project-page .project-intro {
    width: min(calc(100% - 48px), 1320px) !important;
    margin-inline: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
