/* Pagination is replaced by scroll-triggered loading; hidden via JS once
   confirmed present, this covers the instant before JS runs. */
nav.pagination {
    transition: opacity 0.2s ease;
}
