.peripherals-hero {
  padding-top: var(--space-32);
}

.peripherals-hero__grid {
  align-items: center;
  gap: var(--space-16);
}

.peripherals-breadcrumb ol {
  list-style: none;
  display: flex;
  gap: var(--space-4);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-bottom: var(--space-6);
}

.peripherals-breadcrumb li::after {
  content: "/";
  margin-left: var(--space-4);
  color: var(--color-text-muted);
}

.peripherals-breadcrumb li:last-child::after {
  content: "";
}

.peripherals-breadcrumb a {
  color: var(--color-text-muted);
}

.peripherals-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-6);
  margin-top: var(--space-8);
  margin-bottom: var(--space-8);
}

.peripherals-hero__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-8);
  font-size: var(--font-size-sm);
}

.peripherals-hero__highlights dt {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text);
  margin-bottom: var(--space-2);
}

.peripherals-hero__highlights dd {
  margin: 0;
  color: var(--color-text-muted);
}

.peripherals-hero__figure {
  height: 100%;
}

.peripherals-hero__image,
.peripherals-mice__image,
.peripherals-picks__image,
.peripherals-reviews__image {
  border-radius: var(--radius-md);
}

.peripherals-list {
  list-style: none;
  display: grid;
  gap: var(--space-4);
}

.peripherals-list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--gradient-primary);
  margin-right: var(--space-4);
}

.peripherals-ergonomics__grid,
.peripherals-mice__grid,
.peripherals-audio__grid,
.peripherals-picks__grid,
.peripherals-reviews__grid,
.peripherals-security__grid {
  align-items: stretch;
  gap: var(--space-16);
}

.peripherals-ergonomics__cta,
.peripherals-audio__aside,
.peripherals-security__aside {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  justify-content: space-between;
}

.peripherals-grid {
  margin-top: var(--space-12);
}

.peripherals-section-header {
  max-width: 720px;
}

.peripherals-section-header--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.peripherals-section-header--center p {
  margin-left: auto;
  margin-right: auto;
}

.peripherals-mice__links,
.peripherals-picks__actions,
.peripherals-security__links,
.peripherals-cta-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-6);
  margin-top: var(--space-8);
}

.peripherals-picks__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.peripherals-cta-final {
  padding-bottom: var(--space-32);
}

.peripherals-cta-final__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-10);
}

@media (max-width: 960px) {
  .peripherals-hero__highlights {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .peripherals-hero {
    padding-top: var(--space-24);
  }

  .peripherals-cta-final__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
