.editorial .tag {
  font-family: starling, serif;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(44,43,48, 1);
  font-size: 0.875rem; /* 14/16 */
  letter-spacing: 0.02rem;
}
.editorial .intro {
  max-width: 1200px;
  margin-inline: auto;
}
.editorial .intro h1 {
  font-size: 4.375rem; /* 70/16 */
  max-width: 840px;
  line-height: 0.975;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.editorial .intro h1,
.editorial h2 {
  text-wrap: balance;
}
.editorial .intro p {
  font-size: 0.9375rem; /* 15/16 */
  line-height: 1.65;
  max-width: 650px;
}

.editorial section {
  padding-block: 3rem;
  padding-inline: 6rem;
}
.editorial .restrict {
  max-width: 1200px;
  margin-inline: auto;
}
.editorial .bg-wash {
  background-color: rgba(249, 249, 243, 1);
}

.editorial h2 {
  max-width: 600px;
  line-height: 1.075;
  flex: 0 0 100%;
  margin-top: 1rem;
}
.editorial h2 {
  font-size: 3.125rem; /* 50/16 */
}
.editorial h2.stretch {
  font-size: 2rem;
  max-width: 955px;
}

.editorial a.more {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.5rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.2rem;
  margin-block: 0.75rem;
  font-weight: 400;
}
.editorial a.more::after {
  content: '→';
  font-size: 1.25rem;
  letter-spacing: 0;
  margin-left: 0.5rem;
}

@media screen and (max-width: 1280px) {
    .editorial section {
    padding-inline: 2rem;
  }
}

@media (max-width: 1024px) {
  .editorial section {
    padding-block: 1rem;
  }
  .editorial section.intro {
    padding: 3rem;
  }
  .editorial section.intro > div {
    flex: 0 0 100%;
  }
  .editorial .intro h1 {
    font-size: 3.5rem;
  }
  .editorial h1,
  .editorial h2 {
    font-size: 2.25rem;
  }
  .editorial section {
    padding-inline: 2rem;
  }
}

@media (max-width: 600px) {
  .editorial section {
    padding-inline: 1.5rem;
  }
  .editorial h1,
  .editorial h2 {
    font-size: 2rem;
  }
  .editorial section.intro {
    padding: 3rem 1.5rem;
  }
  .editorial .intro h1 {
    font-size: 2.5rem;
  }
}
