/* DOUGLASFILM V16.2 — featured work layout + legal footer cleanup */

/* First six projects: 2-up. Remaining projects: 3-up. */
@media (min-width:901px){
  .project-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;}
  .project-grid>.project-card{grid-column:span 2;}
  .project-grid>.project-card:nth-child(-n+6){grid-column:span 3;}
}

/* BUSINESS column removed: keep the remaining footer balanced. */
.v152-legal-footer{grid-template-columns:1.05fr 1.35fr 1fr!important;}
@media(max-width:900px){.v152-legal-footer{grid-template-columns:1fr 1fr!important;}}
@media(max-width:620px){.v152-legal-footer{grid-template-columns:1fr!important;}}
