.zen-section {
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.zen-track {
  display: flex;
  align-items: center;
  gap: 15vw;
  width: max-content;
  will-change: transform;
  flex-shrink: 0;
}

.zen-item {
  flex-shrink: 0;
  text-align: center;
  user-select: none;
  min-width: 260px;
  max-width: 80vw;
}

.zen-item h1 {
  font-size: clamp(48px, 10vw, 120px);
  margin: 0;
  color: #8cf4e5;
  line-height: 1;
}

.zen-item p {
  font-size: clamp(14px, 2vw, 22px);
  margin-top: 16px;
  line-height: 1.4;
  opacity: 0.7;
}
