/* Approved homepage excerpts and footer. Other pages keep their existing styles. */
.home-page .editorial-additions .writings {
  display: block;
  padding: 32px 0 42px;
}
.home-page .editorial-additions .lead {
  display: block;
  padding: 0 0 30px;
}
.home-page .editorial-additions .lead .label { margin-bottom: 16px; }
.home-page .editorial-additions .lead h3 {
  font-size: clamp(32px, 3.25vw, 44px);
  max-width: 38ch;
  margin-bottom: 20px;
}
.home-page .editorial-additions .lead .summary {
  max-width: none;
  margin: 0 0 14px;
}
.home-page .editorial-additions .featured-excerpt {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}
.home-page .editorial-additions .featured-excerpt .excerpt-origin {
  margin: 0 0 12px;
  font: 12px/1.4 var(--mono);
  color: var(--muted);
}
.home-page .editorial-additions .featured-excerpt blockquote {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}
.home-page .editorial-additions .featured-excerpt blockquote p { max-width: 75ch; margin: 0; }
.home-page .editorial-additions .writing-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  border-left: 0;
  border-top: 1px solid var(--line);
}
.home-page .editorial-additions .writing-index li {
  min-width: 0;
  margin-top: 26px;
  padding: 0 24px;
}
.home-page .editorial-additions .writing-index li:first-child { padding-left: 0; }
.home-page .editorial-additions .writing-index li:last-child { padding-right: 0; }
.home-page .editorial-additions .writing-index li + li {
  border-top: 0;
  border-left: 1px solid var(--line);
}
.home-page .editorial-additions .writing-index a,
.home-page .editorial-additions .writing-index li:first-child a {
  display: block;
  padding: 0;
}
.home-page .editorial-additions .writing-index .number {
  display: inline-block;
  padding: 0;
  margin-bottom: 14px;
  font-size: 14px;
}
.home-page .editorial-additions .writing-index h3 {
  font-size: 22px;
  line-height: 1.24;
}
.home-page .editorial-additions .writing-index .card-excerpt {
  max-width: none;
  margin: 12px 0 0;
  color: #b9c2bf;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
}
.home-page .editorial-additions .media-description {
  margin: 10px 0 5px;
  color: #b9c2bf;
  font-size: 14px;
  line-height: 1.55;
}
.home-page .editorial-additions footer { align-items: flex-start; }
.home-page .editorial-additions .footer-identity { flex: 1; min-width: 0; }
.home-page .editorial-additions .site-description {
  max-width: 68ch;
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.7;
  color: #b9c2bf;
}
.home-page .editorial-additions .footer-links { flex-shrink: 0; }
.home-page .editorial-additions .site-description p { margin: 0; }
.home-page .editorial-additions .site-description p + p { margin-top: 12px; }
@media (max-width: 840px) {
  .home-page .editorial-additions .lead { padding-bottom: 26px; }
  .home-page .editorial-additions .lead .summary { max-width: 54ch; }
  .home-page .editorial-additions .featured-excerpt { font-size: 17px; }
  .home-page .editorial-additions .featured-excerpt blockquote { display: block; }
  .home-page .editorial-additions .featured-excerpt blockquote p + p { margin-top: 12px; }
  .home-page .editorial-additions .writing-index { grid-template-columns: 1fr; }
  .home-page .editorial-additions .writing-index li,
  .home-page .editorial-additions .writing-index li:first-child,
  .home-page .editorial-additions .writing-index li:last-child {
    margin: 0;
    padding: 22px 0;
  }
  .home-page .editorial-additions .writing-index li + li {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .home-page .editorial-additions .writing-index a,
  .home-page .editorial-additions .writing-index li:first-child a {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 14px;
  }
  .home-page .editorial-additions .writing-index .number { margin: 0; }
  .home-page .editorial-additions .footer-identity { flex-basis: 100%; }
  .home-page .editorial-additions .site-description { max-width: 49ch; }
}
