:root {
  --muted-foreground: #c3cee0;
}

.lede,
.story-block p,
.key-card p,
.panel-head p,
.section-heading > p,
.explore-card p,
.team-teaser p,
.map-heading p,
.site-footer p,
.footer-date {
  color: var(--muted-foreground);
}

.hero-dates {
  color: #afbed2;
}

html[data-page=overview] .overview-hero {
  display: block;
  padding-top: 72px;
  padding-bottom: 54px;
}

html[data-page=overview] .overview-hero .hero-copy {
  max-width: 1080px;
}

.overview-feature-stack {
  display: grid;
  gap: 18px;
  margin-bottom: 66px;
}

.overview-feature-stack .overview-feature-card {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 34px;
  min-height: 190px;
  margin: 0;
  padding: 32px 34px;
  border: 1px solid #3b4a6b;
  border-radius: 16px;
  box-shadow: 0 15px 60px #0003;
}

.overview-feature-stack .overview-feature-card h2 {
  margin: 10px 0 8px;
  max-width: 900px;
  font-size: 1.55rem;
  font-weight: 520;
}

.overview-feature-stack .overview-feature-card p {
  color: var(--muted-foreground);
  font-size: .94rem;
}

.overview-feature-stack .acm-feature {
  background: linear-gradient(112deg,#191d38,#17172d 62%,#211b3b);
}

.overview-feature-stack .team-teaser {
  background: linear-gradient(110deg,#13263b,#171d35 64%,#1e1b38);
}

.overview-feature-stack .team-teaser > svg {
  width: 46px;
  height: 46px;
  padding: 12px;
  color: var(--owner);
  border: 1px solid #65588f;
  border-radius: 8px;
  background: #241f42;
}

.overview-feature-stack .paper-panel {
  background: linear-gradient(110deg,#142e42,#201c3d);
}

.overview-feature-stack .paper-panel p,
.overview-feature-stack .paper-panel span:not(.eyebrow) {
  color: var(--muted-foreground);
  font-size: .88rem;
}

@media(max-width:760px) {
  html[data-page=overview] .overview-hero {
    padding-top: 38px;
    padding-bottom: 30px;
  }

  .overview-feature-stack .overview-feature-card {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 22px;
    padding: 25px 22px;
  }

  .overview-feature-stack .team-teaser > svg {
    justify-self: start;
  }
}
