/* ==========================================================================
   LawFiq — For Institutions
   Additions on top of sections.css. The professional pathway is secondary
   to Family and Business and is composed almost entirely from the shared
   primitives: a light type-led hero with the tighter girih corner, and a
   three-up variant of the adviser strip. Logical properties only.
   ========================================================================== */

.institutions-hero {
  max-inline-size: 48rem;
}

.page-hero--institutions .page-hero__lattice {
  color: var(--color-gold);
  opacity: 0.35;
}

/* Three advisers side by side on wide screens */
@media (min-width: 1024px) {
  .advisers--trio {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-8) var(--space-10);
  }
}
