.coming-soon-title {
  font-family: 'Nasalization', sans-serif;
  font-size: clamp(2rem, 8vw, 132px);
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 132px;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
}

.countdown-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1337px;
  margin: 0 auto;
  padding: 0 1rem;
}

.countdown {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: clamp(1rem, 5vw, 88px);
  max-width: 100%;
  overflow-x: auto;
  padding: 0 1rem;
}

.time-value {
  font-variant-numeric: tabular-nums;
  font-family: 'Nasalization', sans-serif;
  font-size: clamp(2.5rem, 10vw, 124px);
  line-height: 1;
  color: #E3D7F2;
  width: 2ch;
  text-align: center;
}

.time-label {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(0.75rem, 3vw, 24px);
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  color: #C7AFE5;
  margin-top: 0.5em;
  text-align: center;
}

.divider {
  flex: 0 0 auto;
  width: 1px;
  height: 145px;
  background: #AA87D9;
  opacity: 0.5;
}