/* Page heading for Photographic Research. The study tools live in research-hub.css. */
.research-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 36px 20px 12px;
  color: #111827;
  font-family: Inter, sans-serif;
}

.research-page h1 {
  margin: 0 0 8px;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.research-page .research-intro {
  margin: 0 0 24px;
  max-width: 40rem;
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.5;
}
