/* ============================================
   About 頁 — Figma node 13:128
   ============================================ */

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

.about__bg-wrap {
  position: absolute;
  right: 0;
  top: -59px;
  width: 2250px;
  height: 1266px;
  pointer-events: none;
  z-index: 0;
}

.about__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about__label-group {
  position: absolute;
  left: 150px;
  top: 224px;
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}

.about__label {
  font-family: 'NATS', sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 6.9px;
  color: #333;
}

.about__label-line {
  width: 60px;
  height: 0;
  border: none;
  border-top: 7px solid var(--cover-red, #e22d2a);
}

.about__title-wrap {
  position: absolute;
  left: 150px;
  top: 436px;
  transform: translateY(-50%);
  z-index: 2;
}

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

.about__tags {
  position: absolute;
  left: 151px;
  top: 539px;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 2;
}

.about__tag {
  font-family: 'Nata Sans', sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.75px;
  color: #333;
  white-space: nowrap;
}

.about__tag-dot {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.about__desc {
  position: absolute;
  left: 151px;
  top: 678px;
  font-family: 'Noto Sans TC', 'PingFang TC', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 2.3px;
  color: #090909;
  z-index: 2;
}

.about__desc p {
  margin: 0;
}

.about__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;
}
