.borrowed-page {
  max-width: 48rem;
}

.borrowed-page > .lead {
  margin-top: 0.35rem;
  font-style: italic;
}

.borrowed-prose {
  margin-top: 2.5rem;
}

.project-contents {
  display: block;
  margin: 2.4rem 0 3.2rem;
  padding: 1.1rem 0;
  border-top: 1px solid color-mix(in srgb, var(--rule) 82%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--rule) 82%, transparent);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.76rem;
  line-height: 2;
  letter-spacing: 0.025em;
  text-transform: none;
}

.project-contents__label {
  margin-right: 0.75rem;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-contents a {
  color: var(--gold);
  text-decoration: none;
  white-space: nowrap;
}

.project-contents a:hover,
.project-contents a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.22rem;
}

.stance {
  margin-top: 3.5rem;
  padding-top: 3.1rem;
  border-top: 1px solid color-mix(in srgb, var(--rule) 82%, transparent);
  scroll-margin-top: 2rem;
}

.borrowed-prose .stance h2,
.borrowed-prose .method h2,
.borrowed-prose .source-notes h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.55rem, 3.5vw, 2.15rem);
  line-height: 1.18;
}

.movement {
  margin: 0 0 1.6rem;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-align: left;
  text-transform: uppercase;
}

.stance-figure {
  margin: 1.7rem auto 2.4rem;
  text-align: center;
}

.stance-figure > a {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.stance-figure img {
  display: block;
  width: auto;
  max-width: min(100%, 25rem);
  max-height: 44rem;
  height: auto;
  margin: 0 auto;
  border: 1px solid var(--rule);
  background: var(--paper-deep);
  box-shadow: 0 0.45rem 1.35rem rgba(68, 57, 47, 0.12);
}

.stance-figure figcaption {
  max-width: 35rem;
  margin: 0.85rem auto 0;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.69rem;
  line-height: 1.55;
  letter-spacing: 0.02em;
  text-align: center;
}

.stance-figure figcaption a,
.source-notes a {
  color: var(--gold);
}

.protocol {
  margin: 1.85rem 0 2rem;
  padding: 0.2rem 0 0.2rem 1.2rem;
  border-left: 0.22rem solid var(--gold);
}

.protocol p {
  margin: 0;
  text-align: left;
}

.protocol .protocol-label {
  margin-bottom: 0.42rem;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-variant-caps: all-small-caps;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.method,
.source-notes {
  margin-top: 3.7rem;
  padding-top: 3.1rem;
  border-top: 1px solid color-mix(in srgb, var(--rule) 82%, transparent);
  scroll-margin-top: 2rem;
}

.source-notes {
  color: var(--muted);
  font-size: 0.86rem;
}

.source-notes p {
  text-align: left;
}

.borrowing-note {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--rule) 82%, transparent);
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 600px) {
  .project-contents {
    line-height: 2.15;
  }

  .project-contents__label {
    display: block;
    margin: 0 0 0.35rem;
  }

  .stance {
    margin-top: 3rem;
    padding-top: 2.6rem;
  }

  .stance-figure img {
    max-height: none;
  }
}
