/* The four functional agents, on white to alternate against the showcase. */
.agents {
  background: var(--paper);
  padding: clamp(48px, 7vh, 88px) 0;
  border-bottom: 1px solid var(--rule);
}

/* The heading is a full sentence and runs past the 48ch default measure. */
.agents .section-head { max-width: 60ch; }
