/* Native WordPress archives, search, error pages, and product catalog. */
.page-hero {
  padding-block: 64px;
  background: var(--blue-deep);
  color: var(--white);
  text-align: center;
}
.page-hero > .container,
.content-section > .container:not(.content-grid) { display: block; }
.page-hero > .container,
.content-section > .container { width: min(var(--jnp-max), calc(100% - var(--gutter) * 2)); }
.page-hero h1 {
  margin-inline: auto;
  max-width: 24ch;
  overflow-wrap: anywhere;
}
.page-hero .eyebrow { width: 100%; color: var(--white); }
.page-hero p:not(.eyebrow),
.page-hero .archive-description { margin-inline: auto; }
.page-hero .archive-description { max-width: 70ch; margin-top: 20px; }
.page-hero .archive-description a { color: inherit; text-decoration: underline; }
.content-grid > .navigation,
.content-grid > .empty-state { grid-column: 1 / -1; }
.content-grid .entry-card { min-width: 0; box-shadow: none; }
.content-grid .entry-card__title { font-size: var(--text-l); line-height: 1.25; overflow-wrap: anywhere; }
.content-grid .entry-card__excerpt { margin-block: 16px; }
.content-grid .empty-state { background: transparent; box-shadow: none; border: 0; padding: 0; }
.empty-state h2 { font-size: var(--h3); }
.empty-state p { margin-top: 16px; }
.pagination { margin-top: 24px; }
.pagination .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 8px 14px; border: 1px solid var(--jnp-line); border-radius: 4px; text-decoration: none; }
.pagination .current { background: var(--blue); color: var(--white); border-color: var(--blue); }
.jnp-search-form { display: flex; gap: 12px; width: 100%; max-width: 680px; margin: 28px auto 0; }
.jnp-search-form input,
.catalog-filters input,
.catalog-filters select { width: 100%; min-width: 0; min-height: 48px; padding: 12px 16px; border: 1px solid var(--jnp-line); border-radius: 4px; background: var(--white); color: var(--ink); font: inherit; }
.jnp-search-form input { flex: 1; }
.jnp-search-form button { flex-shrink: 0; }
.page-hero .jnp-search-form button { background: var(--white); color: var(--blue); border-color: var(--white); }
.jnp-search-form :focus-visible,
.catalog-filters :focus-visible,
.pagination a:focus-visible { outline: 3px solid var(--jnp-action); outline-offset: 3px; }
.catalog-filters { display: flex; flex-wrap: wrap; align-items: end; gap: 20px; width: 100%; }
.catalog-filters > div { flex: 1 1 220px; }
.catalog-filters label { display: block; font-weight: 700; margin-bottom: 8px; }
.catalog-filters > a { align-self: center; }
.catalog-count { margin-block: 28px; color: var(--ink-soft); }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px 28px; }
.catalog-item { min-width: 0; }
.catalog-item__media { aspect-ratio: 1; background: var(--paper); border-radius: 8px; overflow: hidden; }
.catalog-item__media img { width: 100%; height: 100%; object-fit: contain; }
.catalog-item h2 { font-size: var(--text-l); line-height: 1.25; margin-top: 16px; overflow-wrap: anywhere; }
.catalog-ctas { margin-top: 48px; }
.catalog-empty { margin-block: 24px; }
.football-detail-media .split__img { object-fit: contain; }
.football-story-video { width: 100%; max-width: 1000px; aspect-ratio: 16 / 9; height: auto; object-fit: contain; margin-inline: auto; display: block; }
@media (max-width: 900px) {
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .page-hero { padding-block: 44px; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 16px; }
  .catalog-item h2 { font-size: var(--text-m); }
  .jnp-search-form { flex-wrap: wrap; }
  .jnp-search-form input { flex-basis: 100%; }
  .jnp-search-form button { width: 100%; justify-content: center; }
  .catalog-ctas .btn { white-space: normal; }
}
