/* ---------- slot archive filter bar ---------- */
.archive-slot .slot-filter {
  margin: 32px 0 4px;
  padding: 18px 20px;
  background: #f3ebe1;
  border: 1px solid #e6dccd;
  border-radius: 2px;
}
.archive-slot .slot-filter-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  align-items: flex-start;
}
.archive-slot .slot-filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.archive-slot .slot-filter-group-sort { margin-left: auto; }
.archive-slot .slot-filter-label {
  font-family: 'Hanken Grotesk', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 700;
  color: #b48450;
}
.archive-slot .slot-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.archive-slot .slot-filter-btn {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 6px 12px;
  background: #fbf7f2;
  color: #5a1a2b;
  border: 1px solid #e6dccd;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.archive-slot .slot-filter-btn:hover {
  border-color: #d4a574;
  background: #f7efe4;
}
.archive-slot .slot-filter-btn.is-active {
  background: #5a1a2b;
  border-color: #5a1a2b;
  color: #fbf7f2;
}
.archive-slot .slot-filter-sort {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 13px;
  color: #1a1418;
  padding: 7px 30px 7px 10px;
  background: #fbf7f2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%235a1a2b' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat right 10px center;
  border: 1px solid #e6dccd;
  border-radius: 2px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.archive-slot .slot-filter-sort:hover { border-color: #d4a574; }
.archive-slot .slot-filter-sort:focus-visible { outline: 2px solid #5a1a2b; outline-offset: 1px; }
.archive-slot .slot-filter-count {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 12px;
  color: #7a6b6e;
  margin: 14px 0 0;
}
.archive-slot .slot-card[hidden] { display: none; }
.archive-slot .slot-filter-empty {
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  color: #3d1019;
  margin: 24px 0 0;
}
.archive-slot .slot-filter-reset {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #5a1a2b;
  background: none;
  border: none;
  border-bottom: 1px solid #d4a574;
  padding: 0 0 1px;
  cursor: pointer;
}
.archive-slot .slot-filter-reset:hover { color: #8a2738; }

@media (max-width: 600px) {
  .archive-slot .slot-filter-group-sort { margin-left: 0; width: 100%; }
  .archive-slot .slot-filter-sort { width: 100%; }
}
