/* ==========================================================================
   Page — Styleguide (internal design system reference)
   ========================================================================== */

.styleguide {
  width: 100%;
}

.styleguide h1 {
  text-align: center;
  margin-block-end: var(--space-lg);
}

.styleguide h2 {
  text-align: left;
  margin-block-end: var(--space-md);
  color: var(--color-text-muted);
  font-size: var(--font-size-body);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.styleguide hr {
  border: none;
  border-top: 1px solid var(--color-border);
  margin-block: var(--space-xl);
}

.styleguide__section {
  margin-block-end: var(--space-md);
}

.styleguide code {
  background: color-mix(in srgb, var(--color-primary) 8%, var(--color-bg));
  padding: 2px 6px;
  border-radius: var(--radius-sm);
  font-size: var(--font-size-sm);
}

.styleguide__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
}

.styleguide__swatch {
  width: 150px;
  height: 100px;
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  font-size: var(--font-size-sm);
}
