/* ============================================
   通用扉頁 — Figma node 13:190
   ============================================ */

.title-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.title-slide__bg-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.title-slide__bg {
  position: absolute;
  left: -0.02%;
  top: -0.09%;
  width: 100.04%;
  height: 100.09%;
  object-fit: cover;
  display: block;
}

.title-slide__en-wrap {
  position: absolute;
  left: 119px;
  top: 233px;
  transform: translateY(-50%);
  z-index: 2;
}

.title-slide__en {
  margin: 0;
  font-family: 'NATS', sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: 9px;
  color: #333;
  white-space: nowrap;
}

.title-slide__zh-wrap {
  position: absolute;
  left: 111px;
  top: 333.5px;
  transform: translateY(-50%);
  z-index: 2;
}

.title-slide__zh {
  margin: 0;
  font-family: 'Noto Serif TC', serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 13.5px;
  color: #333;
  white-space: nowrap;
}

.title-slide__page {
  position: absolute;
  left: 1591px;
  top: 1022px;
  width: 289px;
  font-family: 'Nata Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  color: #333;
  text-align: right;
  z-index: 2;
}
