.editorial .steps {
  flex: 0 0 20%;
  flex-grow: 0;
  min-width: 0;
  padding-right: 2rem;
}
.steps ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps li {
  padding: 0.5rem 0 0.5rem 0.85rem;
  margin-bottom: 0.15rem;
}
.steps li.active {
  border-left: 1px solid rgba(0,0,0,0.3);
}
.process .steps a {
  font-family: open-sans, sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  padding-inline: 0;
  margin-inline: 0;
}
.steps li.active a {
  color: var(--off-black);
  font-weight: 400;
}
.process .content {
  flex: 1 1 0;
  min-width: 0;
  padding-inline: 2.5rem;
}
.process.process2col h2 + div {
  margin-top: 3rem;
}
.process.process2col .content {
  columns: 2;
}
.process.process2col h3 {
  display: none;
}
.process .step {
  display: none;
}
.process .step.active {
  display: block;
}
.editorial .step h2 {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  max-width: none;
}
.step p {
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: 0.9rem;
}
.step-image {
  margin-top: -6rem;
  flex: 0 0 28%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: none;
}
.step-image.active {
  display: block;
}
.process .step h3 + p {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .steps {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .steps ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0;
  }
  .steps li {
    border-left: none;
    border-bottom: 2px solid transparent;
    padding: 0.4rem 0.75rem 0.4rem 0;
  }
  .steps li.active {
    border-bottom-color: var(--off-black);
    border-left: none;
  }
  .content {
    flex: 1 1 55%;
    padding-inline: 0 2rem;
  }
  .step-image {
    flex: 0 0 40%;
  }
  .process.process2col .content {
    columns: 1;
  }
  .editorial .steps {
    padding-right: 0;
  }
  .editorial section.process .steps ul {
    gap: 1rem 2rem;
    margin-top: 2rem;
  }
  .editorial section.process div {
    flex-direction: column;
    row-gap: 1rem;
  }
  .editorial section.process .step-image {
    margin-top: 2rem;
    flex: 0 0 auto;
    margin-bottom: 3rem;
    aspect-ratio: 4/3;
    width: 100%;
  }
  .process .content {
    padding-inline: 0;
  }
}

@media screen and (max-width:768px) {
  .process.process2col .content {
    padding-inline: 0;
  }
  .steps ul {
    gap: 1rem 1.25rem;
  }
  .process.process2col h2 + div {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .content {
    flex: 0 0 100%;
    padding-inline: 0;
  }
  .step-image {
    display: none;
  }
  .steps li {
    padding: 0.4rem 0.25rem 0.4rem 0;
  }
  .process .steps a {
    font-size: 0.75rem;
  }
  .editorial section.process .steps ul {
    column-gap: 2rem;
  }
}
