.people-hero,
.contributor-hero {
  border-bottom: 1px solid var(--stone-dark);
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(82, 82, 74, 0.07) 50%, transparent 50.1%),
    radial-gradient(circle at 1px 1px, rgba(23, 25, 23, 0.09) 1px, transparent 0);
  background-size: auto, 24px 24px;
}

.people-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 900px);
  align-items: end;
  min-height: 430px;
  padding-top: 110px;
  padding-bottom: 82px;
}

.people-hero h1,
.contributor-intro h1,
.people-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.people-hero h1,
.contributor-intro h1 {
  font-size: clamp(60px, 7.2vw, 106px);
  line-height: 0.92;
}

.people-hero h1 em,
.contributor-intro h1 em {
  color: var(--saffron);
  font-weight: 400;
}

.people-section {
  padding: 110px 0 130px;
  background: var(--paper-bright);
}

.artists-layout {
  display: grid;
  gap: 72px;
}

.featured-artist {
  display: grid;
  grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1.6fr);
  gap: 7vw;
  padding: 62px;
  color: var(--paper-bright);
  background: var(--ink);
}

.artist-monogram {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  color: var(--paper-bright);
  background: var(--ink);
  font-family: var(--serif);
  font-size: 24px;
}

.featured-artist .artist-monogram {
  width: clamp(150px, 16vw, 220px);
  height: clamp(150px, 16vw, 220px);
  border: 1px solid rgba(245, 244, 239, 0.35);
  background: transparent;
  font-size: clamp(40px, 5vw, 72px);
}

.featured-artist-copy {
  max-width: 790px;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--stone-dark);
  border-left: 1px solid var(--stone-dark);
}

.artist-card {
  display: grid;
  grid-template-columns: 84px 1fr;
  align-items: start;
  gap: 28px;
  min-height: 290px;
  padding: 34px;
  border-right: 1px solid var(--stone-dark);
  border-bottom: 1px solid var(--stone-dark);
}

.artist-role {
  margin: 0 0 8px;
  color: var(--moss);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.artist-card h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 1;
}

.featured-artist h2 {
  margin: 18px 0 10px;
  font-family: var(--serif);
  font-size: clamp(52px, 6vw, 84px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.featured-artist .artist-role {
  color: #b6bda8;
}

.artist-bio {
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.featured-artist .artist-bio {
  color: #d3d2cb;
  font-size: 17px;
}

.artist-imdb {
  display: inline-block;
  margin-top: 26px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.artist-card h2 a,
.featured-artist h2 a,
.artist-imdb {
  transition: opacity 160ms ease;
}

.artist-card h2 a:hover,
.featured-artist h2 a:hover,
.artist-imdb:hover {
  opacity: 0.62;
}

.people-cta {
  padding: 90px 0;
  color: var(--paper-bright);
  background: var(--ink);
}

.people-cta-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
}

.people-cta .eyebrow {
  color: #b6bda8;
}

.people-cta h2 {
  max-width: 760px;
  font-size: clamp(50px, 6vw, 86px);
  line-height: 0.95;
}

.people-cta .button-dark {
  flex: 0 0 auto;
  color: var(--ink);
  background: var(--paper-bright);
  border-color: var(--paper-bright);
}

.contributor-hero {
  padding: 96px 0 120px;
}

.contributor-page-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(560px, 1.25fr);
  align-items: start;
  gap: 7vw;
}

.contributor-intro {
  position: sticky;
  top: 120px;
}

.contributor-intro h1 {
  font-size: clamp(58px, 6vw, 92px);
}

.contributor-intro > p:not(.eyebrow) {
  max-width: 520px;
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 17px;
}

/* Keep the original gap under the heading, then a tighter rhythm between paragraphs.
   Needs :not(.eyebrow) to outweigh the base rule above. */
.contributor-intro h1 + p:not(.eyebrow) {
  margin-top: 34px;
}

.contributor-intro > p:not(.eyebrow):last-of-type {
  margin-bottom: 24px;
}

.text-link {
  display: inline-block;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
}

.form-shell {
  overflow: hidden;
  min-height: 873px;
  border: 1px solid var(--stone-dark);
  background: #fff;
}

.form-shell iframe {
  display: block;
  width: 100%;
  height: 873px;
  border: 0;
}

@media (max-width: 1040px) {
  .contributor-page-grid {
    grid-template-columns: 1fr;
  }

  .contributor-intro {
    position: static;
  }
}

@media (max-width: 780px) {
  .people-hero-grid,
  .artist-grid {
    grid-template-columns: 1fr;
  }

  .featured-artist {
    grid-template-columns: 1fr;
    padding: 42px;
  }

  .people-hero-grid {
    min-height: auto;
    padding-top: 86px;
  }

  .artist-card {
    grid-template-columns: 68px 1fr;
    min-height: 230px;
    padding: 26px;
  }

  .artist-card .artist-monogram {
    width: 68px;
    height: 68px;
    font-size: 20px;
  }

  .people-cta-inner {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .people-hero h1,
  .contributor-intro h1 {
    font-size: clamp(50px, 15vw, 70px);
  }

  .people-section,
  .contributor-hero {
    padding: 72px 0 86px;
  }

  .artists-layout {
    gap: 48px;
  }

  .featured-artist {
    padding: 30px 24px 38px;
  }

  .contributor-page-grid {
    gap: 54px;
  }

  .form-shell,
  .form-shell iframe {
    min-height: 873px;
  }
}
