/* Image-led editorial structure. These rules extend the existing site system. */
.wordmark { letter-spacing: 0; font-weight: 500; }
.placeholder { overflow: hidden; }
.placeholder picture,
.placeholder img { display: block; width: 100%; height: 100%; }
.placeholder img { object-fit: cover; object-position: center; }
.card__img { aspect-ratio: 3 / 2; margin: 0 0 20px; }
.lead-article__img { aspect-ratio: 16 / 10; }
.compact-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.compact-feature h3 { font-size: clamp(1.625rem, 2.5vw, 2.125rem); }
.article-lead { margin: 0 0 48px; max-width: 790px; }
.article__img { aspect-ratio: 16 / 9; width: 100%; }
.article__head { padding-bottom: 32px; }
.unavailable-article .article-lead { margin-top: 32px; }
.insights-controls { display: flex; justify-content: space-between; align-items: end; gap: 24px; border-bottom: 1px solid var(--rule); padding-bottom: 24px; margin-bottom: 0; }
.insights-jumps { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.insights-jumps a { font-size: 1rem; padding: 10px 0; }
.insights-controls .search-label { width: 300px; }
.insights-section { padding: 36px 0 48px; }
.insights-section + .insights-section { border-top: 1px solid var(--rule); }
.insights-section h2 { margin-bottom: 28px; }
.editorial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 24px; }
.editorial-grid > .card:last-child:nth-child(odd) { grid-column: auto; }
.editorial-card .card__title { font-size: 1.375rem; margin: 8px 0 14px; }
.editorial-card time { display: block; }
.editorial-card a { display: block; }
.category-index { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.category-index a { display: flex; flex-direction: column; align-items: start; justify-content: space-between; gap: 18px; border-top: 1px solid var(--rule); padding: 22px 0; text-decoration: none; font-size: 1.375rem; }
.category-index a:hover > span:first-child { text-decoration: underline; text-decoration-color: var(--turquoise); }
.category-count { font-size: .875rem; color: var(--muted); }
.category-count span { margin-left: 12px; }
.category-page { padding-block: 48px 72px; min-height: 65vh; }
.category-page h1 { max-width: 24ch; }
.category-controls { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 32px 0; padding-block: 24px; border-block: 1px solid var(--rule); }
.category-controls .search-label { width: 340px; }
.category-controls .result-count { margin: 0 0 12px; }
.category-album .empty { grid-column: 1 / -1; }
.resource-card .card__img { margin-bottom: 24px; }
.resource-card .status { margin-bottom: 18px; }
#p-hub .card__img { display: block; }
@media (max-width: 800px) {
  .editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compact-feature { gap: 24px; }
  .insights-controls { align-items: start; flex-direction: column; }
  .insights-controls .search-label { width: min(100%, 420px); }
  .category-index { gap: 0 28px; }
}
@media (max-width: 560px) {
  .compact-feature { grid-template-columns: 1fr; gap: 20px; }
  .lead-article__img { aspect-ratio: 16 / 9; }
  .card__img { aspect-ratio: 3 / 2; margin-bottom: 16px; }
  .article__img { aspect-ratio: 3 / 2; }
  .article-lead { margin-bottom: 32px; }
  .editorial-grid { grid-template-columns: 1fr; gap: 28px; }
  .insights-section { padding-block: 24px 36px; }
  .insights-section h2 { margin-bottom: 22px; }
  .insights-jumps { gap: 20px; }
  .category-index { grid-template-columns: 1fr; }
  .category-index a { font-size: 1.25rem; padding-block: 20px; gap: 12px; }
  .category-page { padding-block: 32px 48px; }
  .category-controls { display: block; padding-block: 20px; margin: 24px 0; }
  .category-controls .search-label { width: 100%; }
  .category-controls .result-count { margin: 18px 0 0; }
}

/* v1, 21 September 2026: the supplied lockup replaces the typed wordmark. It inherits the text colour, so it follows the theme. */
.wordmark { display: inline-flex; align-items: center; }
.wordmark .lockup { display: block; height: 30px; width: auto; }
.founder__mail { font-size: 1rem; }
@media (max-width: 800px) { .wordmark .lockup { height: 26px; } }

/* Content pass, 21 September 2026 */
.reading-layout.no-toc { grid-template-columns: minmax(0, 36em); }
.prose-figure { margin: 36px 0; width: min(1100px, calc(100vw - 2 * var(--gutter))); }
.prose-figure img { display: block; width: 100%; height: auto; background: var(--paper); }
.prose-figure figcaption { font-size: .875rem; color: var(--muted); margin-top: 10px; }
.prose-figure__link { display: block; }
.provenance { font-size: .9375rem; color: var(--muted); margin-top: 40px; }
.founder__caption { font-size: .75rem; color: var(--muted); margin: 8px 0 0; }
.gate h2 { margin-top: 0; }
.gate .textlink { color: var(--paper); }
.gate__cta { margin: 24px 0 0; }
.empty-note { color: var(--muted); grid-column: 1 / -1; }
.legal-page { padding-block: 48px 80px; }
.legal-page .prose { margin-left: 0; }
.legal-page .prose h2 { font-size: 1.5rem; margin-top: 36px; margin-bottom: 12px; }
