.experiences-page{
  min-height: 100vh;
}

.filter-pill{
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: var(--surface);
  font-size: 0.9rem;
  text-decoration: none;
}

.filter-pill.active{
  color: var(--gold-100);
  border-color: rgba(235,212,145,.6);
}

.filter-pill.tier-cafe{
  border-color: rgba(255,106,61,.5);
  color: #FF6A3D;
}

.filter-pill.tier-premium{
  border-color: rgba(124,58,237,.5);
  color: #7C3AED;
}

.experience-card{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.tier-badge{
  display: inline-flex;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.75rem;
  color: #0b0b0f;
}

.tier-badge.tier-cafe{
  background: #FF6A3D;
}

.tier-badge.tier-premium{
  background: #7C3AED;
  color: #f6f1e6;
}

.tag-row{
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tag-pill{
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  background: rgba(17,17,24,0.85);
}
