/* New editorial pages reuse the existing About-page design system. */
.collection-page .collection-hero {
  width: var(--about-wrap);
  margin: 0 auto;
  padding: 58px 0 62px;
}
.collection-page .collection-hero h1 {
  max-width: 920px;
  margin: 22px 0 23px;
  font: 400 clamp(48px, 5.2vw, 72px)/1.02 var(--serif);
  letter-spacing: -.045em;
}
.collection-page .collection-hero h1 em { color: var(--about-brick); font-style: normal; }
.collection-page .collection-hero .hero-lede { max-width: 760px; }
.collection-page .hero-actions { display: flex; flex-wrap: wrap; }
.study-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 64px; margin-top: 40px; }
.study-reference { color: var(--muted); font-size: 14px; line-height: 1.65; overflow-wrap: anywhere; }
.study-reference p { margin: 14px 0 22px; }
.study-reference strong { color: var(--ink); }
.study-label { display: block; color: var(--about-brick); font: 600 10px/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.study-reference .publication-link { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); padding: 13px 0; color: var(--about-brick); font-size: 13px; }
.study-reference .source-note { font-size: 12px; line-height: 1.65; }
.study-prose { min-width: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.study-prose h3 { margin: 32px 0 13px; color: var(--ink); font: 400 30px/1.14 var(--serif); letter-spacing: -.02em; }
.study-prose h3:first-child { margin-top: 0; }
.study-prose p { margin: 0 0 19px; }
.study-prose ul,.study-prose ol { padding-left: 23px; margin: 0 0 22px; }
.study-prose li { padding-left: 4px; margin-bottom: 10px; }
.study-takeaway { border-left: 2px solid var(--about-brick); padding: 20px 24px; margin: 27px 0; background: var(--about-paper-deep); }
.study-takeaway p { margin: 10px 0 0; }
.study-source { font-size: 12px; color: var(--muted); }
.study-source a { text-decoration: underline; }
.study-table-wrap { overflow-x: auto; margin: 24px 0; }
.study-table { border-collapse: collapse; width: 100%; font-size: 13px; line-height: 1.5; text-align: left; }
.study-table caption { text-align: left; color: var(--muted); margin-bottom: 12px; font-size: 12px; }
.study-table th,.study-table td { border-bottom: 1px solid var(--line); padding: 13px 12px; vertical-align: top; }
.study-table thead { background: var(--about-paper-deep); }
.study-table th:first-child,.study-table td:first-child { padding-left: 0; }
.study-table td:nth-child(2) { white-space: nowrap; font-variant-numeric: tabular-nums; color: var(--about-brick); }
@media(max-width:800px) {
  .study-grid { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .study-reference { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
  .collection-page .collection-hero { padding: 40px 0; }
}
@media(max-width:480px) {
  .collection-page .collection-hero h1 { font-size: 44px; }
  .collection-page .hero-actions .button { width: 100%; }
  .study-prose { font-size: 15px; }
  .study-table { font-size: 11px; }
  .study-table th,.study-table td { padding: 10px 5px; }
  .study-takeaway { padding: 18px; }
}

/* Show the Montpellier photograph in full, in the same format as the seminar images. */
.about-editorial-v2 .action-figure-montpellier {
  width: min(100%, 860px);
  margin-inline: auto;
}
.about-editorial-v2 .action-figure-montpellier .action-image-window {
  height: auto;
  aspect-ratio: 4 / 3;
}
.about-editorial-v2 .action-figure-montpellier img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
