/* Variant G — Small caps quiet section labels */
.section-badge {
  display: inline-block;
  margin-bottom: 1.25rem;
  border: 0;
  border-radius: 0;
  background: none;
  padding: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--color-orange-1, #ff705b);
  -webkit-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .section-badge {
    margin-bottom: 1.5rem;
    font-size: 0.75rem;
  }
}
