.page-products .breadcrumb {
  padding-top: 24px;
}

.page-products .pl-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 48px;
  padding-top: 32px;
  border-bottom: 1px solid var(--border-dark);
  background:
    radial-gradient(ellipse at 80% 20%, rgba(0, 212, 255, 0.08), transparent 50%),
    radial-gradient(ellipse at 10% 90%, rgba(57, 255, 136, 0.05), transparent 50%);
}

.page-products .pl-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: var(--gradient-blue-green);
  z-index: 1;
}

.page-products .pl-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.05), rgba(57, 255, 136, 0.03));
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
  pointer-events: none;
}

.page-products .pl-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
}

.page-products .pl-kicker {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--accent-green);
}

.page-products .pl-hero-title {
  margin: 0 0 16px;
  font-size: clamp(1.9rem, 5.2vw, 3.4rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.page-products .pl-hero-lead {
  margin: 0;
  max-width: 72ch;
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-secondary);
}

.page-products .pl-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--border-dark);
}

.page-products .pl-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-products .pl-hero-stat b {
  font-family: var(--font-mono);
  font-size: 26px;
  line-height: 1;
  color: var(--accent-green);
}

.page-products .pl-hero-stat span {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--text-secondary);
}

.page-products .pl-hero-note {
  align-self: start;
  padding: 16px 18px;
  background: rgba(255, 122, 26, 0.05);
  border-left: 3px solid var(--accent-orange);
}

.page-products .pl-hero-note p {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.75;
  color: var(--text-secondary);
}

.page-products .pl-note-title {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-primary);
}

.page-products .pl-note-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--accent-green);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(57, 255, 136, 0.4);
}

.page-products .pl-note-link:hover {
  border-bottom-color: var(--accent-green);
}

.page-products .pl-videowall,
.page-products .pl-features,
.page-products .pl-search,
.page-products .pl-archive-wall,
.page-products .pl-collection,
.page-products .pl-performance {
  padding-block: 48px;
}

.page-products .pl-block-head,
.page-products .pl-performance-head {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}

.page-products .pl-block-title {
  margin: 0;
  font-size: clamp(1.4rem, 3.2vw, 2.3rem);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--text-primary);
}

.page-products .pl-block-desc {
  margin: 0;
  max-width: 62ch;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-secondary);
}

.page-products .pl-wall-grid {
  display: grid;
  gap: 14px;
}

.page-products .pl-wall-main,
.page-products .pl-wall-sub {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--bg-dark);
}

.page-products .pl-wall-main {
  min-height: 320px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.page-products .pl-wall-sub {
  min-height: 180px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}

.page-products .pl-wall-main img,
.page-products .pl-wall-sub img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-products .pl-wall-main figcaption,
.page-products .pl-wall-sub figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  margin: 0;
  padding: 6px 10px;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--text-primary);
  background: rgba(10, 14, 20, 0.85);
  border: 1px solid var(--border-dark);
}

.page-products .pl-wall-main figcaption {
  color: var(--accent-green);
  border-color: rgba(57, 255, 136, 0.3);
}

.page-products .pl-wall-main::after,
.page-products .pl-wall-sub::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-130%);
  background: linear-gradient(105deg, transparent 40%, rgba(0, 212, 255, 0.16) 48%, rgba(57, 255, 136, 0.1) 52%, transparent 60%);
  transition: transform 0.6s var(--ease);
  pointer-events: none;
}

.page-products .pl-feature-grid {
  display: grid;
  gap: 16px;
}

.page-products .pl-feature-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: var(--bg-dark);
  border: 1px solid var(--border-dark);
  clip-path: var(--clip-corner);
  transition: border-color 0.25s var(--ease), background-color 0.25s var(--ease);
}

.page-products .pl-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-130%);
  background: linear-gradient(105deg, transparent 40%, rgba(0, 212, 255, 0.08) 50%, transparent 60%);
  transition: transform 0.6s var(--ease);
  pointer-events: none;
}

.page-products .pl-feature-card summary {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
  list-style: none;
}

.page-products .pl-feature-card summary::-webkit-details-marker {
  display: none;
}

.page-products .pl-feature-card[open] {
  border-color: rgba(57, 255, 136, 0.4);
}

.page-products .pl-feature-icon {
  flex: 0 0 auto;
  padding: 5px 7px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: var(--accent-green);
  background: rgba(57, 255, 136, 0.08);
  border: 1px solid rgba(57, 255, 136, 0.22);
}

.page-products .pl-feature-text {
  display: grid;
  gap: 5px;
}

.page-products .pl-feature-name {
  display: block;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
  color: var(--text-primary);
}

.page-products .pl-feature-brief {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-secondary);
}

.page-products .pl-feature-arrow {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 18px;
  line-height: 1;
  color: var(--accent-blue);
  transition: transform 0.25s var(--ease);
}

.page-products .pl-feature-card[open] .pl-feature-arrow {
  transform: rotate(45deg);
}

.page-products .pl-feature-detail {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-dark);
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-secondary);
}

.page-products .pl-feature-detail p {
  margin: 0;
}

.page-products .pl-search {
  background: linear-gradient(120deg, rgba(0, 212, 255, 0.05), transparent 55%);
  border-block: 1px solid var(--border-dark);
}

.page-products .pl-search-grid {
  display: grid;
  gap: 30px;
  align-items: center;
}

.page-products .pl-search-content {
  order: 1;
  display: grid;
  gap: 14px;
}

.page-products .pl-search-visual {
  position: relative;
  order: 2;
}

.page-products .pl-search-visual img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}

.page-products .pl-search-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 212, 255, 0.25);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  pointer-events: none;
}

.page-products .pl-scan-tip {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--accent-blue);
  background: rgba(10, 14, 20, 0.82);
  border: 1px solid rgba(0, 212, 255, 0.4);
}

.page-products .pl-search-content > p:not(.pl-kicker) {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-secondary);
}

.page-products .pl-steps {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  counter-reset: pl-step;
}

.page-products .pl-steps li {
  position: relative;
  padding-left: 46px;
  counter-increment: pl-step;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-primary);
}

.page-products .pl-steps li::before {
  content: counter(pl-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--bg-primary);
  background: var(--gradient-blue-green);
}

.page-products .pl-steps li::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 34px;
  width: 1px;
  height: 14px;
  background: var(--accent-blue);
  opacity: 0.55;
}

.page-products .pl-steps li:last-child::after {
  display: none;
}

.page-products .pl-filter-chips {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-products .pl-filter-chips li {
  padding: 6px 12px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  background: rgba(0, 212, 255, 0.04);
  border: 1px solid var(--border-dark);
}

.page-products .pl-filter-chips li:first-child {
  color: var(--accent-blue);
  border-color: rgba(0, 212, 255, 0.45);
}

.page-products .pl-archive-wall {
  background: var(--bg-dark);
}

.page-products .pl-archive-layout {
  display: grid;
  gap: 26px;
  align-items: center;
}

.page-products .pl-archive-copy {
  display: grid;
  gap: 12px;
}

.page-products .pl-archive-copy > p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-secondary);
}

.page-products .pl-archive-figure {
  margin: 0;
}

.page-products .pl-archive-figure img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 14px 14px 0 -4px var(--bg-primary), 14px 14px 0 -2px rgba(57, 255, 136, 0.3);
}

.page-products .pl-collection-grid {
  display: grid;
  gap: 30px;
  align-items: center;
}

.page-products .pl-collection-content {
  display: grid;
  gap: 14px;
}

.page-products .pl-collection-content > p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-secondary);
}

.page-products .pl-collection-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.page-products .pl-collection-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-primary);
}

.page-products .pl-collection-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  background: var(--accent-orange);
  transform: skewX(-20deg);
}

.page-products .pl-collection-visual img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.page-products .pl-performance {
  border-top: 1px solid var(--border-dark);
  background: linear-gradient(180deg, transparent, rgba(57, 255, 136, 0.03));
}

.page-products .pl-performance-head {
  margin-bottom: 28px;
}

.page-products .pl-performance-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 34px;
}

.page-products .pl-stat {
  padding: 16px 14px;
  background: var(--bg-dark);
  border: 1px solid var(--border-dark);
  border-left: 3px solid var(--accent-green);
}

.page-products .pl-stat-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--accent-green);
}

.page-products .pl-stat-label {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--text-secondary);
}

.page-products .pl-performance-bottom {
  display: grid;
  gap: 24px;
  align-items: center;
}

.page-products .pl-performance-figure {
  margin: 0;
  padding: 8px;
  background: var(--bg-dark);
  border: 1px solid var(--border-dark);
}

.page-products .pl-performance-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.page-products .pl-performance-copy h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 900;
  color: var(--text-primary);
}

.page-products .pl-performance-copy p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-secondary);
}

.page-products .pl-performance-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.page-products .pl-performance-copy li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-primary);
}

.page-products .pl-performance-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 14px;
  height: 1px;
  background: var(--accent-blue);
}

.page-products .pl-next {
  padding-block: 48px 64px;
}

.page-products .pl-next-grid {
  display: grid;
  gap: 14px;
}

.page-products .pl-next-card {
  position: relative;
  display: block;
  padding: 20px 18px;
  background: var(--bg-dark);
  border: 1px solid var(--border-dark);
  clip-path: var(--clip-corner);
  color: var(--text-primary);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: border-color 0.25s var(--ease), color 0.25s var(--ease), transform 0.25s var(--ease);
}

.page-products .pl-next-card span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-secondary);
}

.page-products .pl-next-card:hover {
  border-color: var(--accent-blue);
  color: var(--accent-green);
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .page-products .pl-hero {
    padding-block: 48px 64px;
  }

  .page-products .pl-hero-inner {
    grid-template-columns: 1fr 0.72fr;
    gap: 48px;
    align-items: start;
  }

  .page-products .pl-videowall,
  .page-products .pl-features,
  .page-products .pl-search,
  .page-products .pl-archive-wall,
  .page-products .pl-collection,
  .page-products .pl-performance {
    padding-block: 64px;
  }

  .page-products .pl-wall-grid {
    grid-template-columns: 1fr 0.9fr 0.9fr;
    grid-template-rows: repeat(2, 220px);
  }

  .page-products .pl-wall-main {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    min-height: 0;
  }

  .page-products .pl-wall-sub {
    min-height: 0;
  }

  .page-products .pl-wall-sub--football {
    grid-column: 3;
    grid-row: 1;
  }

  .page-products .pl-wall-sub--basketball {
    grid-column: 3;
    grid-row: 2;
  }

  .page-products .pl-search-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-products .pl-search-visual {
    order: 1;
  }

  .page-products .pl-search-content {
    order: 2;
  }

  .page-products .pl-archive-layout {
    grid-template-columns: 1fr 1.6fr;
  }

  .page-products .pl-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-products .pl-performance-stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-products .pl-performance-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .page-products .pl-next-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .page-products .pl-feature-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .page-products .pl-feature--daily,
  .page-products .pl-feature--review,
  .page-products .pl-feature--browse {
    grid-column: span 2;
  }

  .page-products .pl-feature--fav,
  .page-products .pl-feature--search {
    grid-column: span 3;
  }
}

@media (min-width: 1100px) {
  .page-products .pl-next-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (hover: hover) {
  .page-products .pl-wall-main:hover::after,
  .page-products .pl-wall-sub:hover::after,
  .page-products .pl-feature-card:hover::before {
    transform: translateX(130%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products *,
  .page-products *::before,
  .page-products *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transform: none !important;
  }
}
