body > main.listing-page > section.listing-articles > nav.articles-list > ol { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: row dense; gap: var(--space-6); } body > main.listing-page > section.listing-articles > nav.articles-list { --articles-deep-flow-gap: 0.78rem; } body > main.listing-page > section.listing-articles > nav.articles-list article { border-top: 0; padding-top: 0; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > header > a { color: inherit; text-decoration: none; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > header > p { margin-top: var(--articles-deep-flow-gap); font-size: 0.84rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--color-text-muted); } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > header > p > a { color: inherit; text-decoration: none; font-family: var(--font-heading); } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > header > p > a:is(:hover, :focus-visible) { color: var(--color-link-hover); } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > header > h3 { margin-top: var(--articles-deep-flow-gap); } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > header:has(> p) > h3 { margin-top: calc(var(--articles-deep-flow-gap) * 0.4); } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > p:nth-of-type(1) { margin-top: var(--articles-deep-flow-gap); font-size: 1.14rem; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > p:last-child { margin-top: var(--articles-deep-flow-gap); display: flex; flex-wrap: wrap; gap: var(--space-1); font-size: 0.86rem; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: 0.04em; font-family: var(--font-heading); } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > p:last-child > a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 0.15em; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > p:last-child > a:is(:hover, :focus-visible) { color: inherit; filter: brightness(1.28); } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > footer.external-link-meta { margin-top: var(--articles-deep-flow-gap); } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > footer.external-link-meta > p { margin-top: 0; display: flex; flex-wrap: wrap; gap: var(--space-1); align-items: center; font-size: 0.86rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--color-text-muted); font-family: var(--font-heading); } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > footer.external-link-meta > p + p { margin-top: 0.2rem; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > footer.external-link-meta > p > a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 0.15em; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > footer.external-link-meta > p > a:is(:hover, :focus-visible) { color: var(--color-link-hover); } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > footer.external-link-meta > p > strong { border: 1px solid var(--color-border); padding: 0.2rem 0.48rem; font-size: 0.75rem; letter-spacing: 0.06em; color: var(--color-heading); background: rgba(29, 45, 64, 0.32); } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > footer.external-link-meta > p > strong[data-state="ok"] { border-color: rgba(118, 167, 215, 0.6); color: #b8d8f8; background: rgba(48, 84, 122, 0.28); } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > footer.external-link-meta > p > strong[data-state="warn"] { border-color: rgba(212, 172, 102, 0.7); color: #f2d59e; background: rgba(110, 78, 24, 0.32); box-shadow: inset 0 0 0 1px rgba(246, 214, 155, 0.12); } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > footer.external-link-meta > p > strong[data-state="dead"] { border-color: rgba(219, 126, 147, 0.72); color: #ffd4df; background: rgba(124, 39, 62, 0.36); box-shadow: inset 0 0 0 1px rgba(255, 212, 223, 0.14); } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li article > footer.external-link-meta > p > strong:is([data-state="warn"], [data-state="dead"]) { cursor: help; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li { grid-column: span 3; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+1) { grid-column: 1 / span 3; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+2), body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+4) { grid-column: 4 / span 3; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+3), body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+5) { grid-column: 7 / span 6; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+3) { grid-column: 1 / span 3; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+5) { grid-row: span 2; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+6) { grid-column: 1 / span 6; grid-row: span 2; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+7), body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+9) { grid-column: 7 / span 3; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+8), body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+10) { grid-column: 10 / span 3; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+5) article figure, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+6) article figure { min-height: 19rem; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+1) article figure, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+2) article figure, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+3) article figure, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+4) article figure, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+7) article figure, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+8) article figure, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+9) article figure, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+10) article figure { min-height: 9rem; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+5) article h3, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+6) article h3 { font-size: clamp(1.46rem, 2.45vw, 2.05rem); font-weight: 400; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+1) article h3, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+2) article h3, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+3) article h3, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+4) article h3, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+7) article h3, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+8) article h3, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+9) article h3, body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+10) article h3 { font-size: 1.36rem; font-weight: 400; } body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+1) article > p:nth-of-type(1), body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+2) article > p:nth-of-type(1), body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+3) article > p:nth-of-type(1), body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+4) article > p:nth-of-type(1), body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+7) article > p:nth-of-type(1), body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+8) article > p:nth-of-type(1), body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+9) article > p:nth-of-type(1), body > main.listing-page > section.listing-articles > nav.articles-list > ol > li:nth-child(10n+10) article > p:nth-of-type(1) { display: none; } body > main.listing-page > section.listing-timeline > ol { list-style: none; margin-top: var(--space-4); padding-left: 0; display: grid; gap: var(--space-4); position: relative; } body > main.listing-page > section.listing-timeline > ol::before { content: ""; position: absolute; inset-block: 0 0; inset-inline-start: 0.58rem; width: 1px; background: var(--color-border-strong); } body > main.listing-page > section.listing-timeline > ol > li { position: relative; margin-top: 0; padding-inline-start: var(--space-5); } body > main.listing-page > section.listing-timeline > ol > li::before { content: ""; position: absolute; inset-inline-start: 0.2rem; inset-block-start: 1.05rem; width: 0.72rem; height: 0.72rem; border: var(--border-width-regular) solid var(--color-accent-2); border-radius: 999px; background: var(--color-background-alt); } body > main.listing-page > section.listing-timeline > ol > li > article { margin-top: 0; border: 1px solid var(--color-border); background: var(--color-surface-soft); padding: var(--space-3); display: grid; grid-template-columns: minmax(7.2rem, 9.5rem) minmax(0, 1fr); gap: var(--space-3); align-items: start; } body > main.listing-page > section.listing-timeline > ol > li > article:not(:has(> a)) { grid-template-columns: 1fr; } body > main.listing-page > section.listing-timeline > ol > li > article > a { display: block; color: inherit; text-decoration: none; } body > main.listing-page > section.listing-timeline > ol > li > article > a > figure { margin-top: 0; min-height: 6.2rem; border: 1px solid var(--color-border); overflow: hidden; } body > main.listing-page > section.listing-timeline > ol > li > article > a > figure img { width: 100%; height: 100%; object-fit: cover; } body > main.listing-page > section.listing-timeline > ol > li > article > div { display: grid; gap: var(--space-2); align-content: start; } body > main.listing-page > section.listing-timeline > ol > li > article > div > header { margin-top: 0; display: grid; gap: var(--space-1); } body > main.listing-page > section.listing-timeline > ol > li > article > div > header > p:first-of-type { margin-top: 0; font-size: 0.86rem; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: 0.04em; font-family: var(--font-heading); } body > main.listing-page > section.listing-timeline > ol > li > article > div > header > p + p { margin-top: 0; font-size: 0.84rem; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: 0.04em; font-family: var(--font-heading); } body > main.listing-page > section.listing-timeline > ol > li > article > div > header > p + p > a { color: inherit; text-decoration: none; } body > main.listing-page > section.listing-timeline > ol > li > article > div > header > p + p > a:is(:hover, :focus-visible) { color: var(--color-link-hover); } body > main.listing-page > section.listing-timeline > ol > li > article > div > header > h3 { margin-top: 0; font-size: clamp(1.25rem, 1.8vw, 1.65rem); font-weight: 400; } body > main.listing-page > section.listing-timeline > ol > li > article > div > header > h3 > a { color: var(--color-heading); text-decoration: none; } body > main.listing-page > section.listing-timeline > ol > li > article > div > header > h3 > a:is(:hover, :focus-visible), body > main.listing-page > section.listing-timeline > ol > li > article:has(> a:is(:hover, :focus-visible)) > div > header > h3 > a { color: var(--color-link-hover); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 0.15em; } body > main.listing-page > section.listing-timeline > ol > li > article > div > p { margin-top: 0; font-size: 1rem; color: var(--color-text); } body > main.listing-page > section.listing-timeline > ol > li > article > div > footer { margin-top: 0; } body > main.listing-page > section.listing-timeline > ol > li > article > div > footer > p { margin-top: 0; display: flex; flex-wrap: wrap; gap: var(--space-1); font-size: 0.86rem; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: 0.04em; font-family: var(--font-heading); } body > main.listing-page > section.listing-timeline > ol > li > article > div > footer > p > a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 0.15em; } body > main.listing-page > section.listing-timeline > ol > li > article > div > footer > p > a:is(:hover, :focus-visible) { color: inherit; filter: brightness(1.28); }