.perspectives-main {
  background: var(--light-panel);
  color: var(--light-ink);
}

.perspectives-hero-inner {
  padding-top: clamp(5rem, 10vw, 9rem);
  padding-bottom: clamp(5rem, 10vw, 8.5rem);
}

.perspectives-hero h1 {
  margin: 0;
  font-size: clamp(3.3rem, 7.6vw, 7.2rem);
}

.perspectives-deck {
  max-width: 49rem;
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  letter-spacing: -0.025em;
  line-height: 1.24;
}

.perspectives-supporting {
  max-width: 38rem;
  margin: 1.75rem 0 0;
  color: var(--light-dim);
  font-size: 0.92rem;
}

.perspectives-library {
  padding-bottom: clamp(6rem, 12vw, 11rem);
}

.perspectives-list {
  border-top: 1px solid var(--line-dark);
}

.perspective-card {
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
  background: var(--paper);
}

.perspective-card-link {
  height: 24rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto 1fr auto;
  column-gap: 3rem;
  padding: 2rem;
  color: var(--light-ink);
  text-decoration: none;
  transition: background-color 160ms ease;
}

.perspective-card-link:hover {
  background: var(--light-panel);
}

.perspective-number,
.perspective-meta,
.perspective-read,
.article-number,
.article-meta {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.perspective-number {
  grid-column: 1 / -1;
  margin-bottom: 1.25rem;
  color: #725d36;
}

.perspective-card h2 {
  grid-column: 1;
  max-width: 52rem;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.perspective-summary {
  grid-column: 1;
  max-width: 40rem;
  margin: 1rem 0 0.75rem;
  color: var(--light-dim);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.55;
}

.perspective-meta {
  grid-column: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
  color: var(--light-dim);
}

.perspective-read {
  grid-column: 2;
  grid-row: 4;
  align-self: end;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 0.35rem;
}

.perspective-card-link:hover .perspective-read {
  text-decoration-thickness: 2px;
}

/* Long-form article */
.perspective-article {
  background: var(--light-panel);
  color: var(--light-ink);
}

.article-header {
  padding-top: clamp(5rem, 10vw, 9rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
  border-bottom: 1px solid var(--line-dark);
}

.article-header-inner,
.article-body {
  width: min(100% - (2 * var(--gutter)), 44.5rem);
  margin-inline: auto;
}

.article-number {
  margin-bottom: clamp(2rem, 5vw, 4rem);
  color: #725d36;
}

.article-header h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.98;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.15rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  color: var(--light-dim);
}

.article-body {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(6rem, 12vw, 11rem);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 1.5vw, 1.28rem);
  line-height: 1.78;
}

.article-body h2 {
  margin: 3.5em 0 0.9em;
  font-size: clamp(1.8rem, 3.5vw, 2.65rem);
  line-height: 1.15;
  break-after: avoid;
  text-wrap: balance;
}

.article-body h3 {
  margin: 3em 0 0.85em;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.article-body p {
  margin-bottom: 1.15em;
  orphans: 3;
  widows: 3;
  text-wrap: pretty;
}

.article-body > :first-child {
  margin-top: 0;
}

.article-body strong {
  font-weight: 700;
}

.article-body a {
  text-decoration-color: var(--accent);
  text-underline-offset: 0.2em;
}

.editorial-cta {
  margin-top: clamp(4rem, 8vw, 6rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--line-dark);
}

.article-body .editorial-cta h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
}

.editorial-cta p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .perspectives-hero h1 {
    font-size: clamp(2.75rem, 12vw, 3.75rem);
  }

  .perspective-card-link {
    height: auto;
    min-height: 0;
    display: block;
    padding: 2rem 1.5rem 2.25rem;
  }

  .perspective-number {
    margin-bottom: 3rem;
  }

  .perspective-summary {
    margin-top: 1.75rem;
    margin-bottom: 2.75rem;
  }

  .perspective-read {
    display: inline-block;
    margin-top: 2.5rem;
  }

  .article-header-inner,
  .article-body {
    width: auto;
    margin-inline: var(--gutter);
  }

  .article-header h1 {
    font-size: clamp(2.75rem, 12vw, 4rem);
  }
}

@media print {
  .perspectives-main,
  .perspective-article {
    background: #fff;
  }
}
