/* ===== ARCHIVE STYLES ===== */
.archive-header {
  background: var(--navy);
  padding: 40px 0;
  border-bottom: 3px solid var(--red);
}
.archive-header-inner { max-width: 700px; }
.archive-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  color: var(--white);
  margin: 8px 0 12px;
}
.archive-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
}
.archive-header .breadcrumb { margin-bottom: 0; }
.archive-header .breadcrumb,
.archive-header .breadcrumb a { color: rgba(255,255,255,0.4); }
.archive-header .breadcrumb-sep { color: rgba(255,255,255,0.2); }

.filter-bar {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}

.no-results {
  text-align: center;
  padding: 80px 0;
}
.no-results h2 { margin-bottom: 12px; }
.no-results p { color: var(--text-light); margin-bottom: 28px; }
