.zp-category-page {
  padding: 30px 0 8px;
}

.zp-category-page .gh-canvas {
  display: block;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.zp-category-hero {
  padding-bottom: 20px;
}

.zp-category-title {
  margin: 0;
  color: #f5f8fa;
  font-family: var(--zp-serif);
  font-size: clamp(2.2rem, 4vw, 2.9rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.zp-category-description {
  margin-top: 12px;
  max-width: 34rem;
  color: #a9b7bc;
  font-size: 0.94rem;
  line-height: 1.9;
}

.zp-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.zp-filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(174, 207, 214, 0.16);
  background: rgba(255, 255, 255, 0.02);
  color: #d3dde1;
  font-family: var(--zp-sans);
  text-decoration: none;
  font-size: var(--zp-ui-size);
  line-height: 1;
  transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

button.zp-filter-chip {
  cursor: pointer;
}

.zp-filter-chip-label {
  font-weight: 500;
}

.zp-filter-chip-count {
  color: #8799a0;
  font-size: 0.78rem;
}

.zp-filter-chip:hover,
.zp-filter-chip:focus-visible {
  color: #f2f7f9;
  border-color: rgba(126, 212, 192, 0.34);
}

.zp-filter-chip.is-active {
  background: rgba(126, 212, 192, 0.12);
  border-color: rgba(126, 212, 192, 0.34);
  color: #e9f6f4;
}

.zp-filter-chip.is-active .zp-filter-chip-count {
  color: #c7e4df;
}

.zp-secondary-filter-wrap {
  margin-top: 14px;
}

.zp-secondary-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zp-category-list {
  width: 100%;
  margin-top: 24px;
}

.zp-category-year {
  margin: 0;
  padding: 18px 0 8px;
  color: #8ea0a7;
  font-family: var(--zp-sans);
  font-size: var(--zp-ui-size);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.zp-category-item {
  width: 100%;
  border-bottom: 1px solid rgba(174, 207, 214, 0.08);
}

.zp-category-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: baseline;
  width: 100%;
  padding: 14px 0;
  text-decoration: none;
  transition: color 0.18s ease;
}

.zp-category-link:hover .zp-category-item-title,
.zp-category-link:focus-visible .zp-category-item-title {
  color: #f7fbfc;
}

.zp-category-link:hover .zp-category-item-meta,
.zp-category-link:focus-visible .zp-category-item-meta {
  color: #d5e2e6;
}

.zp-category-main {
  min-width: 0;
}

.zp-category-item-title {
  margin: 0;
  color: #eaf1f4;
  font-family: var(--zp-serif);
  font-size: clamp(1.04rem, 1.45vw, 1.12rem);
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: -0.005em;
}

.zp-category-item-meta,
.zp-category-date {
  color: #90a2a9;
  font-family: var(--zp-sans);
  font-size: var(--zp-ui-size);
  line-height: 1.5;
  text-align: right;
  white-space: nowrap;
}

.zp-category-empty {
  display: none;
  margin-top: 18px;
  color: #8fa3ab;
  font-size: 0.9rem;
  line-height: 1.8;
}

.zp-category-empty.is-visible {
  display: block;
}

@media (max-width: 720px) {
  .zp-category-page {
    padding-top: 24px;
  }

  .zp-category-title {
    font-size: clamp(2rem, 8.4vw, 2.5rem);
  }

  .zp-category-link {
    grid-template-columns: 1fr;
    gap: 6px;
    align-items: start;
  }

  .zp-category-item-meta,
  .zp-category-date {
    text-align: left;
  }
}
