/* Side Trails — laboratory catalog (not a storefront) */

.wst-page {
  max-width: 56rem;
}

.wst-hero {
  margin-bottom: 1.5rem;
}

.wst-lede {
  margin: 0.75rem 0 0;
  max-width: 40rem;
  line-height: 1.55;
  color: var(--wds-text-secondary, #4a4740);
}

.wst-status {
  margin: 0.85rem 0 0;
  font-size: 0.9rem;
  color: var(--wds-text-muted, #6b7280);
}

.wst-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 1.25rem;
}

@media (min-width: 720px) {
  .wst-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.wst-card {
  gap: 0.55rem;
  border-radius: 1rem 0.35rem 1rem 0.35rem;
  background:
    linear-gradient(145deg, rgba(94, 234, 212, 0.04), transparent 42%),
    var(--wds-surface, #fff);
}

.wst-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.wst-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.85rem;
  display: block;
  flex: 0 0 auto;
}

.wst-card__icon--empty {
  background: rgba(16, 24, 38, 0.08);
}

.wst-card__head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: flex-end;
}

.wst-card__category {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--wds-text-muted, #6b7280);
  align-self: center;
}

.wst-card__tagline {
  color: var(--wds-text, #1a1a1a);
}

.wst-empty {
  grid-column: 1 / -1;
  border: 1px dashed var(--wds-border-subtle, rgba(0, 0, 0, 0.15));
  border-radius: 1rem;
  padding: 1.25rem 1.1rem;
}

.wst-empty h2 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}

.wst-empty p {
  margin: 0;
  color: var(--wds-text-secondary, #4a4740);
  line-height: 1.45;
  max-width: 36rem;
}

.wst-footnote {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--wds-border-subtle, rgba(0, 0, 0, 0.08));
  color: var(--wds-text-secondary, #4a4740);
  font-size: 0.925rem;
  line-height: 1.5;
}
