.container {
  width: min(1160px, calc(100% - 2rem));
}

.research-shell > .section-kicker {
  margin-bottom: 1rem;
}

.research-shell > h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.05;
  font-weight: 700;
  white-space: nowrap;
}

.research-list {
  margin-top: 1.25rem;
  display: grid;
  list-style: none;
  padding: 0;
  border-top: 1px solid var(--line);
}

.research-item {
  display: grid;
  grid-template-columns: minmax(18.5rem, 26rem) minmax(0, 1fr);
  gap: 0.5rem;
  align-items: start;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  min-width: 0;
}

.research-item h3 {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--muted);
}

.research-item p {
  margin: 0;
  max-width: 60ch;
  justify-self: start;
  line-height: 1.75;
  color: var(--muted);
}

@media (max-width: 960px) {
  .research-shell > h2 {
    white-space: normal;
  }
  .research-item {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }
  .research-item h3 {
    white-space: normal;
  }
  .research-item p {
    max-width: 60ch;
  }
}

@media (max-width: 640px) {
  .research-item {
    padding: 1rem 0;
  }
}
.research-shell {
  padding-left: var(--subpage-indent);
}
.container {
  width: min(var(--max-width), calc(100% - 2rem));
}
.hero-copy {
  max-width: none;
  width: 100%;
  margin-inline: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  justify-items: start;
  text-align: left;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.05rem;
  padding-inline: 0;
}

.hero-copy .lede {
  margin-inline: 0;
}

/* keep landing-page alignment overrides last */
