.counter {
      display: grid;
      gap: var(--space-sm);
      justify-items: center;
      text-align: center;
    }
    .big { font-size: 3rem; font-weight: 800; color: var(--gold); }
