.page-products {
  --products-gap: clamp(1.25rem, 3vw, 2.5rem);
  background: var(--c-cream);
  color: var(--c-ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
}

.page-products .products-breadcrumbs {
  max-width: var(--container-max);
  margin-inline: auto;
  padding: 1rem var(--container-pad);
  font-size: 0.875rem;
  color: var(--c-cloud);
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.page-products .products-breadcrumbs a {
  color: var(--c-green);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.page-products .products-breadcrumbs a:hover {
  border-bottom-color: currentColor;
}

.page-products .products-breadcrumbs [aria-current="page"] {
  color: var(--c-ink);
  font-weight: 600;
}

.page-products .products-section {
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

.page-products .products-section__head {
  max-width: 48rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.page-products .products-section__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0.4rem 0 0.75rem;
  color: var(--c-ink);
}

.page-products .products-section__desc {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--c-cloud);
  max-width: 40rem;
}

.page-products .section-kicker {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-dark-gold);
  margin: 0;
}

.page-products .products-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3rem, 7vw, 6rem) clamp(0.5rem, 2vw, 2rem);
}

.page-products .products-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 42%;
  background: linear-gradient(135deg, transparent 30%, rgba(212, 160, 23, 0.16) 30%);
  pointer-events: none;
}

.page-products .products-hero__inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
  position: relative;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}

.page-products .products-hero__tag {
  display: inline-block;
  background: var(--c-blue);
  color: var(--c-gold);
  font-family: var(--font-mono);
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  padding: 0.375rem 0.875rem;
  margin-bottom: 1rem;
}

.page-products .products-hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  color: var(--c-ink);
  max-width: 9em;
}

.page-products .products-hero__subtitle {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.25rem, 3vw, 2rem);
  color: var(--c-green);
  margin: 0 0 1.25rem;
}

.page-products .products-hero__description {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--c-cloud);
  max-width: 36rem;
  margin: 0 0 1.75rem;
}

.page-products .products-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}

.page-products .products-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.375rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9375rem;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.page-products .products-hero__button--gold {
  background: var(--c-gold);
  color: var(--c-blue);
}

.page-products .products-hero__button--gold:hover {
  background: var(--c-dark-gold);
  color: var(--c-cream);
}

.page-products .products-hero__button--ghost {
  border: 1px solid var(--c-ink);
  color: var(--c-ink);
}

.page-products .products-hero__button--ghost:hover {
  background: var(--c-ink);
  color: var(--c-cream);
}

.page-products .products-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  background: var(--c-blue);
  color: var(--c-cream);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.25rem), 0 100%);
}

.page-products .hero-stat {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.page-products .hero-stat__num {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1;
  color: var(--c-cream);
}

.page-products .hero-stat--gold .hero-stat__num {
  color: var(--c-gold);
}

.page-products .hero-stat__label {
  font-size: 0.875rem;
  color: var(--c-silver);
  letter-spacing: 0.05em;
}

.page-products .categories-section {
  background: var(--c-cream);
}

.page-products .categories-strip {
  display: grid;
  gap: 1rem;
}

.page-products .category-tile {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 11rem;
  padding: 1.5rem;
  text-decoration: none;
  background: var(--c-green);
  color: var(--c-cream);
  box-shadow: 6px 6px 0 rgba(11, 31, 58, 0.1);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.page-products .category-tile:hover {
  transform: translate(-3px, -3px);
  box-shadow: 10px 10px 0 rgba(11, 31, 58, 0.16);
}

.page-products .category-tile--green {
  background: var(--c-green);
  color: var(--c-cream);
}

.page-products .category-tile--blue {
  background: var(--c-blue);
  color: var(--c-cream);
}

.page-products .category-tile--gold {
  background: var(--c-gold);
  color: var(--c-ink);
}

.page-products .category-tile--ink {
  background: var(--c-ink);
  color: var(--c-cream);
}

.page-products .category-tile__no {
  font-family: var(--font-mono);
  font-weight: 600;
  color: var(--c-gold);
}

.page-products .category-tile--gold .category-tile__no,
.page-products .category-tile--ink .category-tile__no {
  color: var(--c-gold);
}

.page-products .category-tile__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.2;
  color: inherit;
}

.page-products .category-tile__meta {
  font-size: 0.875rem;
  opacity: 0.82;
  margin-top: auto;
  color: inherit;
}

.page-products .live-section {
  background: var(--c-blue);
  color: var(--c-cream);
}

.page-products .live-section .section-kicker,
.page-products .injury-section .section-kicker,
.page-products .legacy-section .section-kicker {
  color: var(--c-gold);
}

.page-products .live-section .products-section__title,
.page-products .injury-section .products-section__title,
.page-products .legacy-section .products-section__title {
  color: var(--c-cream);
}

.page-products .live-section .products-section__desc,
.page-products .injury-section .products-section__desc,
.page-products .legacy-section .products-section__desc {
  color: rgba(248, 246, 240, 0.75);
}

.page-products .live-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.page-products .live-tabs > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-products .live-tabs > label {
  border: 1px solid rgba(230, 232, 234, 0.3);
  color: var(--c-cream);
  font-weight: 600;
  padding: 0.5rem 1.375rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.9375rem;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.page-products .live-tabs > input:checked + label {
  background: var(--c-gold);
  border-color: var(--c-gold);
  color: var(--c-blue);
}

.page-products .live-tabs > input:focus-visible + label {
  outline: 2px solid var(--c-gold);
  outline-offset: 3px;
}

.page-products .live-panel {
  display: none;
  flex-basis: 100%;
  padding-top: 0.25rem;
}

.page-products .live-tabs input#live-tab-football:checked ~ .live-panel--football,
.page-products .live-tabs input#live-tab-basketball:checked ~ .live-panel--basketball,
.page-products .live-tabs input#live-tab-multi:checked ~ .live-panel--multi {
  display: block;
}

.page-products .live-panel__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 1rem;
  color: var(--c-gold);
}

.page-products .live-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.page-products .live-row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.875rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.page-products .live-row:hover {
  background: rgba(255, 255, 255, 0.12);
  border-left-color: var(--c-gold);
}

.page-products .live-row__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--c-cream);
}

.page-products .live-row__status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--c-silver);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.page-products .live-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--c-red);
  flex: none;
}

.page-products .live-row__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 0.25rem;
}

.page-products .live-row__links a {
  color: var(--c-gold);
  text-decoration: none;
  font-size: 0.875rem;
  border-bottom: 1px solid transparent;
}

.page-products .live-row__links a:hover {
  border-bottom-color: currentColor;
}

.page-products .live-panel__note {
  font-size: 0.875rem;
  color: var(--c-cloud);
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  padding-top: 0.75rem;
}

.page-products .products-live__img,
.page-products .products-panels__img,
.page-products .products-injury__img,
.page-products .products-search__img,
.page-products .products-legacy__img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.page-products .products-live__img {
  margin-top: 1.5rem;
}

.page-products .panels-section {
  background: var(--c-cream);
}

.page-products .panel-grid {
  list-style: none;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.page-products .panel-cell {
  background: linear-gradient(180deg, #ffffff, var(--c-cream));
  border: 1px solid var(--c-silver);
  border-top: 4px solid var(--c-green);
  padding: 1.25rem;
  min-height: 11rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 4px 4px 0 rgba(11, 31, 58, 0.06);
}

.page-products .panel-cell:nth-child(3n + 2) {
  border-top-color: var(--c-gold);
}

.page-products .panel-cell:nth-child(3n) {
  border-top-color: var(--c-blue);
}

.page-products .panel-cell__no {
  font-family: var(--font-mono);
  font-weight: 600;
  color: var(--c-gold);
  font-size: 0.9375rem;
}

.page-products .panel-cell h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0;
  color: var(--c-ink);
}

.page-products .panel-cell p {
  font-size: 0.9375rem;
  color: var(--c-cloud);
  margin: 0;
}

.page-products .injury-section {
  background: var(--c-green);
  color: var(--c-cream);
}

.page-products .products-section__desc {
  color: var(--c-cloud);
}

.page-products .injury-grid,
.page-products .legacy-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

.page-products .feature-list {
  list-style: none;
  margin: 1.5rem 0 2rem;
  padding: 0;
}

.page-products .feature-list li {
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.75rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.9);
}

.page-products .feature-list li::before {
  content: "→";
  font-family: var(--font-mono);
  color: var(--c-gold);
  flex: none;
}

.page-products .products-injury__link {
  display: inline-block;
  background: var(--c-gold);
  color: var(--c-blue);
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  padding: 0.7rem 1.375rem;
  border-radius: 999px;
  transition: background 0.15s ease, color 0.15s ease;
}

.page-products .products-injury__link:hover {
  background: var(--c-dark-gold);
  color: var(--c-cream);
}

.page-products .search-section {
  background: var(--c-cream);
}

.page-products .filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
}

.page-products .filter-tabs > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-products .filter-tabs > label {
  border: 1px solid var(--c-silver);
  background: #ffffff;
  color: var(--c-ink);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.page-products .filter-tabs > input:checked + label {
  background: var(--c-blue);
  border-color: var(--c-blue);
  color: var(--c-cream);
}

.page-products .filter-tabs > input:focus-visible + label {
  outline: 2px solid var(--c-blue);
  outline-offset: 3px;
}

.page-products .search-table-wrap {
  flex-basis: 100%;
  max-width: 100%;
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid var(--c-silver);
  border-radius: 2px;
}

.page-products .data-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.page-products .data-table thead th {
  background: var(--c-blue);
  color: var(--c-cream);
  font-family: var(--font-display);
  font-weight: 700;
  text-align: left;
  padding: 0.875rem 1rem;
  white-space: nowrap;
}

.page-products .data-table tbody th,
.page-products .data-table tbody td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid var(--c-silver);
}

.page-products .data-table tbody th {
  font-weight: 700;
  color: var(--c-ink);
}

.page-products .data-table tbody tr:last-child th,
.page-products .data-table tbody tr:last-child td {
  border-bottom: 0;
}

.page-products .data-table tbody tr[class*="row"]:hover th,
.page-products .data-table tbody tr[class*="row"]:hover td {
  background: rgba(212, 160, 23, 0.12);
}

.page-products .data-table tbody tr[class*="row"]:hover th {
  box-shadow: inset 3px 0 0 var(--c-gold);
}

.page-products .num {
  font-family: var(--font-mono);
  font-weight: 600;
  color: var(--c-blue);
}

.page-products .data-table a {
  color: var(--c-green);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}

.page-products .data-table a:hover {
  border-bottom-color: currentColor;
}

.page-products .filter-tabs #filter-tab-all:checked ~ .search-table-wrap table .data-row {
  display: table-row;
}

.page-products .filter-tabs #filter-tab-football:checked ~ .search-table-wrap table .data-row:not(.row-football) {
  display: none;
}

.page-products .filter-tabs #filter-tab-basketball:checked ~ .search-table-wrap table .data-row:not(.row-basketball) {
  display: none;
}

.page-products .filter-tabs #filter-tab-multi:checked ~ .search-table-wrap table .data-row:not(.row-multi) {
  display: none;
}

.page-products .search-note {
  font-size: 0.875rem;
  color: var(--c-cloud);
  margin: 0.875rem 0 0;
}

.page-products .search-visual,
.page-products .panel-visual {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.page-products .legacy-section {
  background: var(--c-blue);
  color: var(--c-cream);
}

.page-products .legacy-steps {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.page-products .legacy-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin: 0;
  padding-bottom: 0.875rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.22);
}

.page-products .legacy-step__no {
  font-family: var(--font-mono);
  font-weight: 600;
  color: var(--c-gold);
  font-size: 0.875rem;
  border-bottom: 2px solid currentColor;
  padding-bottom: 0.125rem;
  line-height: 1;
  min-width: 2rem;
}

.page-products .legacy-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

.page-products .legacy-step a {
  color: var(--c-gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.page-products .legacy-step a:hover {
  border-bottom-color: currentColor;
}

.page-products .legacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 2rem;
}

.page-products .products-legacy__link {
  color: var(--c-gold);
  text-decoration: none;
  border: 1px solid currentColor;
  padding: 0.625rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.page-products .products-legacy__link:hover {
  background: var(--c-green);
  border-color: var(--c-green);
  color: var(--c-cream);
}

.page-products .legacy-visual img {
  box-shadow: 12px 12px 0 rgba(212, 160, 23, 0.14);
}

@media (min-width: 640px) {
  .page-products .categories-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-products .panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-products .live-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-products .injury-grid,
  .page-products .legacy-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .page-products .products-hero__inner {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: start;
  }
}

@media (min-width: 1024px) {
  .page-products .categories-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-products .panel-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-products .live-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-products .legacy-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .category-tile,
  .page-products .live-row,
  .page-products .products-hero__button,
  .page-products .products-injury__link,
  .page-products .products-legacy__link {
    transition: none;
  }
}
