.intro-block {
  height: 100vh;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #fff;
  position: relative;
}

.intro-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.intro-text {
  font-size: clamp(3rem, 7vw, 6rem);
  margin: 0;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 600px) {
  .intro-text {
    font-size: 2.8rem;
  }
}

.sub-text {
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  margin: 0;
  max-width: 90%;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .sub-text {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.scroll-down {
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #ccc;
}
/*# sourceMappingURL=introBlock.1750454272046.css.map */