/* List pages (projects.html, papers.html) — extends styles.css */

.list-main {
  max-width: var(--content-w);
  margin: 0 auto;
  padding: calc(var(--nav-h) + 4.5rem) 1.75rem 5rem;
}

.list-header {
  margin-bottom: 3.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--rule);
  max-width: 620px;
}

.list-header h1 {
  font-size: clamp(2.25rem, 5.5vw, 3.5rem);
  font-weight: 680;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin-bottom: 1.25rem;
}

.list-intro {
  font-size: 1.0625rem;
  color: var(--ink-soft);
  line-height: 1.75;
  max-width: 56ch;
}
