/* ==========================================================================
   LawFiq — Business section
   Additions on top of sections.css. The Business pages share the site's
   primitives but compose them at a tighter, more commercial pitch: a
   denser entry grid for six doors, and nothing else new — restraint is
   the differentiator. Logical properties only.
   ========================================================================== */

/* Six situation doors: two columns on tablet, three on wide screens,
   so the landing reads as a considered index rather than a long list. */
@media (min-width: 1100px) {
  .entries__grid--trio {
    grid-template-columns: repeat(3, 1fr);
  }

  .entries__grid--trio .entry-card h3 {
    font-size: var(--text-xl);
  }
}
