.nb-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nb-stat__number {
  letter-spacing: var(--nb-ls-display, -0.01em);
  color: var(--nb-amber-500);
  font-family: var(--nb-font-display);
  font-size: clamp(4rem, 7vw, 88px);
  font-weight: 600;
  line-height: 0.85;
}

.nb-stat__label {
  margin-top: 10px;
  letter-spacing: var(--nb-ls-eyebrow, 0.2em);
  text-transform: uppercase;
  color: #fff;
  font-size: var(--nb-fs-eyebrow, 11px);
  font-weight: 700;
}

.nb-stat__sub {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}
