/* Category overview — headline style shared with project pages */

.project-headlines {
  padding: 80px var(--gutter) 80px;
  text-align: center;
  max-width: var(--container);
  margin: 0 auto;
}

.project-page-title {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
  color: var(--color-text);
}
