.about-page {
  padding: 0;
}

.about-inner {
  width: min(100% - 2.5rem, 1050px);
  margin: 0 auto;
}

.about-publication {
  padding: 4.5rem 0 5rem;
}

.about-copy {
  max-width: 790px;
}

.about-copy h1,
.editor-copy h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--ink);
  font-weight: 600;
}

.about-copy h1 {
  max-width: 12ch;
  margin: .45rem 0 2rem;
  font-size: clamp(2.7rem, 6vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.025em;
}

.about-copy p {
  max-width: 72ch;
  color: var(--soft);
  font-size: 1rem;
  line-height: 1.75;
}

.about-copy .about-lead {
  color: var(--text);
  font-size: 1.12rem;
}

.editor-section {
  padding: 5rem 0;
  background: var(--ink);
  color: var(--paper);
}

.editor-grid {
  display: grid;
  grid-template-columns: minmax(250px, .78fr) minmax(0, 1.22fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: start;
}

.editor-portrait {
  position: sticky;
  top: 5.5rem;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  background: var(--paper-deep);
}

.editor-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 30%;
}

.editor-copy .eyebrow {
  color: var(--gold);
}

.editor-copy h2 {
  margin: .35rem 0 1.5rem;
  color: var(--paper);
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 1;
}

.editor-copy p {
  color: #ddd0c8;
  font-size: .98rem;
  line-height: 1.75;
}

.editor-copy .editor-intro {
  color: var(--paper);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.4;
}

.editor-copy a {
  color: #eed7b5;
}

.editor-link {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
  margin-top: .8rem;
  padding-bottom: .2rem;
  border-bottom: 1px solid var(--gold);
  text-decoration: none;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .about-publication {
    padding: 3rem 0 3.5rem;
  }

  .about-copy h1 {
    max-width: 13ch;
    font-size: 3rem;
  }

  .editor-section {
    padding: 3.5rem 0;
  }

  .editor-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .editor-portrait {
    position: static;
    width: min(100%, 430px);
    aspect-ratio: 4 / 5;
  }
}
