.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.fs-40 {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
}
.fs-55 {
  font-size: 55px;
  font-weight: 500;
  line-height: 70px;
}
.fs-80 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.4;
}

#twoh-page .twoh-hero {
  margin-top: 90px;
}

#twoh-page .twoh-hero-kicker {
  margin-bottom: 24px;
}

#twoh-page .twoh-hero-title {
  margin-bottom: 60px;
}

#twoh-page .twoh-hero-img {
  width: 100%;
  height: 600px;
  background-image: url("/wp-content/uploads/2025/11/CK_cm08197124-scaled.jpg");
  background-position: center;
  background-size: cover;
}

#twoh-page .s1 {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

#twoh-page .s1-stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#twoh-page .s1-bg-overlay {
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center center;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 0;
}

#twoh-page .s1-top,
#twoh-page .s1-bottom {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#twoh-page .s1-top-inner {
  max-width: 1300px;
  padding: 40px 24px;
}

#twoh-page .s1-top-text-mask {
  overflow: hidden;
}

#twoh-page .s1-top-text {
  text-align: center;
  color: #000000;
  transform: translateY(100%);
}

#twoh-page .s1-bottom {
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
}

#twoh-page .s1-bottom-inner {
  max-width: 1400px;
  width: 100%;
  padding: 40px 24px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

#twoh-page .s1-bottom-right {
  margin-right: calc(-50vw + 50%);
}

#twoh-page .s1-bottom-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-image: url("/wp-content/uploads/2025/11/Mask-group-108.png");
  background-size: cover;
  background-position: -200px center;
}

#twoh-page .s2 {
  text-align: center;
  margin: 150px 0;
}

#twoh-page .twoh-subtitle {
  margin-bottom: 24px;
}

#twoh-page .twoh-body {
  margin-bottom: 6px;
  line-height: 1.4;
}

#twoh-page .s3 {
  display: flex;
}

#twoh-page .s3-left {
  width: 50%;
  height: 600px;
  background-image: url("/wp-content/uploads/2025/11/CK_twi001t3384615-scaled.jpg");
  background-size: cover;
}

#twoh-page .s3-right {
  margin: 60px 0 0 60px;
}

#twoh-page .s4 {
  text-align: center;
  margin: 140px 0 90px 0;
}

#twoh-page .twoh-key-message {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  #twoh-page .twoh-hero-title {
    font-size: 32px;
    line-height: 1.4;
  }

  #twoh-page .twoh-hero-img {
    height: 400px;
  }

  #twoh-page .s1-top-text {
    font-size: 36px;
  }
  #twoh-page .s1-bottom-inner {
    grid-template-columns: 1fr;
  }
  #twoh-page .s1-bottom-copy {
    font-size: 26px;
    line-height: 1.4;
  }

  #twoh-page .s1-bottom-image {
    height: 400px;
    aspect-ratio: auto;
    background-position: center;
    background-repeat: no-repeat;
  }

  #twoh-page .twoh-subtitle {
    font-size: 36px;
    line-height: 1.4;
  }

  #twoh-page .s3 {
    flex-direction: column;
  }

  #twoh-page .s3-left {
    width: auto;
    background-position: center;
  }

  #twoh-page .s3-right {
    margin: 60px 0 0 0px;
  }
}
