* {
  box-sizing: border-box;
}

@keyframes grainfall {
  to {
    transform: rotate(35deg) translateY(150vh);
  }
}
@keyframes hmChild {
  0% {
    opacity: 0;
    transform: translate3d(-28px, 34px, 0) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes hmPlane {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 30px, 0) rotate(-12deg) scale(0.88);
  }
  65% {
    opacity: 1;
    transform: translate3d(10px, -8px, 0) rotate(-4deg) scale(1.04);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-7deg) scale(1);
  }
}
@keyframes hmFloat {
  0% {
    transform: translate3d(0, 0, 0) rotate(-7deg);
  }
  100% {
    transform: translate3d(14px, -9px, 0) rotate(-2deg);
  }
}
@keyframes hmTrail {
  0% {
    opacity: 0;
    transform: rotate(-17deg) translateX(-12px) scaleX(0.45);
  }
  100% {
    opacity: 0.95;
    transform: rotate(-17deg) translateX(0) scaleX(1);
  }
}
@keyframes hmTitle {
  0% {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.88) rotate(-1.5deg);
  }
  64% {
    opacity: 1;
    transform: translate3d(0, -5px, 0) scale(1.04) rotate(0.4deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
}
@keyframes hmSub {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    filter: blur(8px) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.38));
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.38));
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
body {
  margin: 0;
  background: #f7f1e7;
  color: #262A2D;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

main {
  overflow: hidden;
}

img {
  pointer-events: none;
}

p {
  font-size: 24px;
  line-height: 1.95;
}

#globalRain {
  position: fixed;
  inset: 0;
  z-index: 85;
  pointer-events: none;
  overflow: hidden;
  opacity: 1;
  will-change: opacity;
}
#globalRain span {
  position: absolute;
  top: -16%;
  width: 1.5px;
  height: 120px;
  transform: rotate(35deg);
  background: linear-gradient(transparent, rgba(188, 208, 222, 0.72));
  animation: grainfall linear infinite;
}

.fade-up {
  opacity: 0;
  transform: translateY(32px);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  background: linear-gradient(180deg, rgba(10, 11, 13, 0.55), rgba(10, 11, 13, 0));
  z-index: 999;
  transition: all 0.2s;
}
@media (min-width: 440px) {
  header {
    padding: 0 clamp(18px, 4vw, 40px);
  }
}
header.active {
  background: #d9c36e;
  border-color: #d9c36e;
}
header .logos {
  display: flex;
  align-items: center;
}
header .logos a {
  display: block;
  margin-right: 14px;
}
@media (min-width: 440px) {
  header .logos a {
    margin-right: 22px;
  }
}
header .logos a img {
  display: block;
  height: 24px;
}
@media (min-width: 440px) {
  header .logos a img {
    height: 30px;
  }
}
header .logos a:last-child {
  margin-right: 0;
}
header .logos a:last-child img {
  height: 28px;
  transform: translateY(-4px);
}
@media (min-width: 440px) {
  header .logos a:last-child img {
    height: 34px;
  }
}
header .socials {
  display: flex;
  align-items: center;
}
header .socials a, header .socials .copy {
  display: block;
  margin-right: 8px;
  line-height: 1;
  cursor: pointer;
}
@media (min-width: 440px) {
  header .socials a, header .socials .copy {
    margin-right: 14px;
  }
}
header .socials svg {
  width: 27px;
  height: 27px;
  stroke: #000;
  stroke-width: 1.7;
  fill: none;
  opacity: 0.55;
  transition: all 0.2s;
}
header .socials svg:hover {
  opacity: 1;
}

#kv {
  width: 100%;
  height: 143.2vw;
  position: relative;
  overflow: hidden;
}
@media (min-width: 620px) {
  #kv {
    height: 100vh;
    height: 100svh;
  }
}
#kv .swiper {
  height: 100%;
  z-index: 0;
}
#kv .swiper .swiper-slide {
  background: #f7f1e7;
}
#kv .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.035);
  transition: transform 2.6s;
}
#kv .swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}
#kv .swiper .swiper-pagination {
  z-index: 1;
}
#kv .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.28) 58%, rgba(0, 0, 0, 0.42) 100%), linear-gradient(180deg, rgba(255, 224, 151, 0.22) 0%, rgba(0, 0, 0, 0.58) 100%);
}
@media (min-width: 900px) {
  #kv .content {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.34) 31%, rgba(0, 0, 0, 0.18) 58%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(180deg, rgba(255, 224, 151, 0.18) 0%, rgba(255, 224, 151, 0) 38%, rgba(0, 0, 0, 0.42) 100%);
  }
}
#kv .content img {
  display: block;
  width: 100%;
  height: auto;
}
#kv .content .light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 18% 9%, rgba(255, 255, 236, 0.62), rgba(255, 229, 151, 0.18) 19%, rgba(255, 229, 151, 0) 45%), radial-gradient(circle at 50% 46%, rgba(255, 239, 190, 0.16), rgba(255, 239, 190, 0) 34%);
  mix-blend-mode: screen;
}
#kv .content .child {
  position: absolute;
  left: -9.3333333333vw;
  bottom: -2.4vw;
  width: 68vw;
  opacity: 0;
  animation: hmChild 0.68s cubic-bezier(0.18, 0.84, 0.34, 1) 0.78s forwards;
}
@media (min-width: 620px) {
  #kv .content .child {
    left: -22px;
    width: min(48vw, 340px);
    bottom: clamp(-30px, -3vw, -8px);
  }
}
@media (min-width: 900px) {
  #kv .content .child {
    left: clamp(10px, 4vw, 68px);
    width: clamp(270px, 29vw, 500px);
  }
}
#kv .content .plane-wrap {
  position: absolute;
  left: 23.2vw;
  top: 31.2vw;
  width: 22.1333333333vw;
  transform-origin: 35% 65%;
  opacity: 0;
  filter: drop-shadow(0 7px 8px rgba(0, 0, 0, 0.28));
  animation: hmPlane 0.52s cubic-bezier(0.18, 0.84, 0.34, 1) 1.06s forwards, hmFloat 2.4s ease-in-out 1.58s infinite alternate;
}
@media (min-width: 620px) {
  #kv .content .plane-wrap {
    left: clamp(155px, 15vw, 292px);
    top: clamp(150px, 25vh, 260px);
    width: clamp(86px, 8vw, 146px);
  }
}
#kv .content .plane-wrap .plane {
  mix-blend-mode: screen;
}
#kv .content .plane-wrap .trail {
  position: absolute;
  left: -70%;
  top: 60%;
  width: 88%;
  height: 44%;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.78);
  border-radius: 0 0 0 90%;
  transform: rotate(-17deg);
  opacity: 0;
  animation: hmTrail 0.58s ease 1.18s forwards;
}
#kv .content h1 {
  position: absolute;
  left: 50%;
  top: 40vw;
  transform-origin: center;
  width: 80.8vw;
  translate: -50% 0;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.36));
  opacity: 0;
  animation: hmTitle 0.62s cubic-bezier(0.16, 1.1, 0.28, 1) 1.72s forwards;
}
@media (min-width: 620px) {
  #kv .content h1 {
    left: 31vw;
    top: 28vh;
    width: min(58vw, 430px);
    translate: 0 0;
  }
}
@media (min-width: 900px) {
  #kv .content h1 {
    left: clamp(260px, 27.5vw, 560px);
    top: clamp(164px, 27vh, 276px);
    width: clamp(315px, 34vw, 650px);
  }
}
#kv .content .subtitle {
  position: absolute;
  left: 50%;
  top: 81.6vw;
  width: 77.6vw;
  translate: -50% 0;
  opacity: 0;
  animation: hmSub 0.62s ease 2.16s forwards;
}
@media (min-width: 620px) {
  #kv .content .subtitle {
    left: clamp(285px, 28.9vw, 584px);
    top: clamp(430px, 63vh, 580px);
    width: clamp(300px, 31vw, 570px);
    translate: 0 0;
  }
}

#review {
  padding: clamp(72px, 11vh, 128px) clamp(20px, 5vw, 52px) 10px;
  color: #ddd6cb;
  position: relative;
  background: linear-gradient(180deg, #0b0d10, #13161a);
  z-index: 1;
  overflow: hidden;
}
#review:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.1;
  background: repeating-linear-gradient(102deg, transparent 0 7px, rgba(170, 190, 205, 0.55) 7px 8px);
  background-size: auto 220px;
}
#review:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(135% 62% at 50% 124%, rgba(245, 206, 140, 0.62), rgba(200, 116, 58, 0.2) 40%, transparent 66%);
}
#review .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0.55;
  -webkit-mask-image: linear-gradient(180deg, #000 54%, rgba(0, 0, 0, 0.45) 78%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 54%, rgba(0, 0, 0, 0.45) 78%, transparent 100%);
}
#review p {
  max-width: 616px;
  margin: 0 auto 40px;
}
#review h2 {
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #c8743a;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.3em;
  text-align: center;
}
@media (min-width: 490px) {
  #review h2 br {
    display: none;
  }
}
#review h2 i {
  flex: 0 0 auto;
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}
#review .numbers {
  text-align: center;
}
#review .numbers .bigstat {
  padding: clamp(40px, 7vh, 80px) 0;
  border-bottom: 1px solid rgba(242, 236, 226, 0.06);
}
#review .numbers .bigstat:last-child {
  border: none;
}
#review .numbers .bigstat .num {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-weight: 900;
  font-size: clamp(52px, 9vw, 108px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #e6b070;
}
#review .numbers .bigstat .num .u {
  font-size: 0.32em;
  color: #c8743a;
  font-weight: 700;
  margin: 0 2px;
}
#review .numbers .bigstat .rows {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 16px;
  line-height: 1.35;
  color: #cdc7bc;
}
#review .numbers .bigstat .rows span b {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 700;
  color: #e6b070;
  letter-spacing: -0.01em;
  margin: 0 4px;
  vertical-align: -2px;
}

#end {
  overflow: hidden;
  position: relative;
  height: 122vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 430px) {
  #end {
    height: 100vh;
  }
}
#end .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#end p {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-weight: 900;
  font-size: 8vw;
  letter-spacing: 0.08em;
  color: #f7ecd6;
  text-shadow: 0 6px 34px rgba(0, 0, 0, 0.6);
}
@media (min-width: 430px) {
  #end p {
    font-size: clamp(34px, 5.4vw, 76px);
  }
}

.container {
  padding: 0 22px;
  max-width: 760px;
  margin: 0 auto;
}

.video-wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.video-wrapper iframe, .video-wrapper video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.person {
  padding-bottom: clamp(72px, 11vh, 128px);
}
.person .parallax {
  width: 100%;
  height: 480px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media (min-width: 760px) {
  .person .parallax {
    height: 80vh;
    min-height: 800px;
  }
}
.person .parallax .bg {
  display: block;
  width: 100%;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (min-width: 760px) {
  .person .parallax .bg {
    height: calc(80vh + 100px);
    min-height: 900px;
  }
}
.person .parallax .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: min(94%, 520px);
  filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
}
.person .dawn-wipe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  background: linear-gradient(0deg, #f7f1e7 0%, #f7f1e7 32%, rgba(247, 241, 231, 0.94) 55%, rgba(247, 241, 231, 0.5) 72%, rgba(247, 241, 231, 0.16) 87%, transparent 100%);
}
.person .person {
  display: block;
  width: 100%;
  margin: 0 auto 32px auto;
  max-width: 680px;
  filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.18));
  padding-top: 72px;
}
.person .person-title {
  display: block;
  width: 100%;
  margin: 0 auto 50px auto;
}
.person .video {
  width: 100%;
  margin: 0 auto 36px auto;
}
.person p {
  font-size: 20px;
  line-height: 2.05;
  margin: 0 0 20px 0;
}
.person p b {
  color: #2b8cb0;
  font-weight: 500;
}
.person h3 {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-weight: 600;
  font-size: clamp(20px, 2.4vw, 27px);
  color: #190842;
  margin: 46px 0 18px;
  padding-left: 16px;
  border-left: 3px solid #0c8757;
  line-height: 1.5;
}
.person .photo-set {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin: 46px auto;
  max-width: 616px;
}
@media (min-width: 500px) {
  .person .photo-set {
    gap: 15px 20px;
  }
}
.person .photo-set .item {
  width: calc(50% - 5px);
  position: relative;
}
@media (min-width: 500px) {
  .person .photo-set .item {
    width: calc(50% - 10px);
  }
}
.person .photo-set .item a {
  display: block;
  cursor: zoom-in;
  width: 100%;
  height: 0;
  padding-top: 66.6666%;
  position: relative;
}
.person .photo-set .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 16px 40px rgba(25, 8, 66, 0.13);
  transition: transform 0.8s cubic-bezier(0.2, 0.75, 0.2, 1), box-shadow 0.25s ease;
}
.person .photo-set .item:hover img {
  transform: scale(1.04) translateY(-10px);
  z-index: 4;
  z-index: 1;
}
.person .photo-set .item .label {
  position: absolute;
  left: 8px;
  bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #fff;
  border-left: 2px solid #0c8757;
  padding: 3px 4px;
  background: rgba(8, 10, 11, 0.9);
  line-height: 1.2;
  z-index: 1;
}
@media (min-width: 500px) {
  .person .photo-set .item .label {
    left: 14px;
    font-size: 16px;
    padding-left: 9px;
  }
}
.person .photo-set .item .label.top {
  bottom: auto;
  top: 8px;
}
.person .photo-set .item:nth-child(even) {
  transform: translateY(26px);
}
.person .person-title2 {
  display: block;
  height: auto;
  margin: 30px auto;
  max-width: min(88%, 440px);
}
.person .cta {
  display: flex;
  justify-content: center;
}
.person .cta img {
  width: 280px;
}

#person2 .parallax .title {
  position: absolute;
  top: 43%;
  left: auto;
  right: -2%;
  transform: translateX(0);
  z-index: 5;
  width: auto;
  max-width: min(93%, 520px);
  height: auto;
  filter: none;
}
@media (min-width: 800px) {
  #person2 .parallax .title {
    top: 30%;
    right: 7%;
  }
}

#person3 .parallax {
  margin-bottom: 0;
}
#person3 .parallax .title {
  max-width: min(78%, 448px);
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.7));
}
#person3 .qa {
  background: radial-gradient(120% 80% at 50% 0%, #eee6d6, #f7f1e7);
  border-top: 1px solid rgba(25, 8, 66, 0.07);
  text-align: center;
  padding: clamp(72px, 11vh, 128px) clamp(20px, 5vw, 52px);
  color: #3A3A36;
}
#person3 .qa h2 {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-weight: 700;
  font-size: clamp(28px, 4.4vw, 52px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #190842;
}
#person3 .qa .options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 42px auto 0 auto;
  max-width: 720px;
}
#person3 .qa .options .opt {
  flex: 1;
  min-width: 180px;
  max-width: 240px;
  background: #ffffff;
  border: 1px solid rgba(25, 8, 66, 0.16);
  border-radius: 12px;
  padding: 26px 18px;
  cursor: pointer;
  font-family: inherit;
  color: #190842;
  transition: 0.25s;
  text-align: center;
}
#person3 .qa .options .opt:hover:not(.disabled) {
  border-color: #0c8757;
  transform: translateY(-3px);
}
#person3 .qa .options .opt.disabled {
  cursor: default;
  opacity: 0.4;
}
#person3 .qa .options .opt.correct {
  background: rgba(63, 202, 140, 0.16);
  border-color: #0c8757;
  opacity: 1;
}
#person3 .qa .options .opt .t1 {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-weight: 900;
  font-size: 34px;
  color: #2b8cb0;
  line-height: 1;
}
#person3 .qa .options .opt .t2 {
  margin-top: 10px;
  font-size: 16px;
  color: #574f70;
}
#person3 .qa .data {
  font-weight: 400;
  height: 0;
  overflow: hidden;
  max-width: 680px;
  margin: 0 auto;
}
#person3 .qa .data .data-inner {
  padding: 80px 16px 8px;
}
#person3 .qa .data .sub-title {
  gap: 8px;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.18em;
  color: #2C6E73;
  font-weight: 700;
  margin-bottom: 4px;
}
#person3 .qa .data .title {
  font-size: 34px;
  text-align: left;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
#person3 .qa .data #globe-canvas {
  width: 220px;
  height: 220px;
  display: block;
  cursor: grab;
}
#person3 .qa .data #globe-canvas:active {
  cursor: grabbing;
}
#person3 .qa .data .card {
  background: #FCFAF4;
  border: 1px solid #E3DDCF;
  border-radius: 22px;
  padding: 30px 34px;
  margin-bottom: 22px;
  box-shadow: 0 18px 40px -28px rgba(58, 58, 54, 0.4);
}
#person3 .qa .data .card .card-title {
  font-size: 32px;
  letter-spacing: 0.16em;
  color: #B08C50;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}
#person3 .qa .data .card .stats {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  text-align: center;
  margin-bottom: 26px;
  align-items: flex-start;
  gap: 6px;
}
@media (min-width: 760px) {
  #person3 .qa .data .card .stats {
    gap: 12px;
  }
}
#person3 .qa .data .card .stats .stat {
  flex: 1;
}
#person3 .qa .data .card .stats .stat .num {
  font-size: 16px;
  color: #6F6B62;
  font-weight: 500;
  margin-left: 2px;
  animation: pulse 2.4s ease-in-out infinite;
  transform: scale(0.9);
}
#person3 .qa .data .card .stats .stat .num span {
  font-size: 18px;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  color: #2C6E73;
  line-height: 1.1;
  white-space: nowrap;
}
@media (min-width: 760px) {
  #person3 .qa .data .card .stats .stat .num span {
    font-size: 30px;
  }
}
#person3 .qa .data .card .stats .stat .cap {
  font-size: 16px;
  color: #6F6B62;
  margin-top: 6px;
  letter-spacing: 0.04em;
}
#person3 .qa .data .card .globe-block {
  font-size: 21px;
  color: #3A3A36;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 8px 0 4px;
  flex-wrap: wrap;
}
#person3 .qa .data .card .globe-block .num-txt {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  margin-top: 2px;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: 34px;
}
#person3 .qa .data .card .globe-block .num {
  font-size: 84px;
  line-height: 1;
  color: #2C6E73;
}
#person3 .qa .data .card .divider {
  height: 1px;
  background: #E3DDCF;
  margin: 22px 0;
}
#person3 .qa .data .card .map-block {
  display: flex;
  gap: 26px;
  align-items: center;
  flex-wrap: wrap;
}
#person3 .qa .data .card .map-svg {
  width: 210px;
}
#person3 .qa .data .card .map-info {
  flex: 1;
  min-width: 240px;
}
#person3 .qa .data .card .map-info .route-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px dashed #E3DDCF;
  text-align: left;
}
#person3 .qa .data .card .map-info .route-row:last-child {
  border-bottom: none;
}
#person3 .qa .data .card .map-info .route-icon {
  flex: 0 0 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(62, 142, 148, 0.12);
  font-size: 18px;
}
#person3 .qa .data .card .map-info .lbl {
  font-size: 16px;
  color: #6F6B62;
  display: block;
  margin-top: 2px;
}
#person3 .qa .data .card .map-info b {
  font-family: "Noto Serif TC", serif;
  color: #2C6E73;
  font-size: 26px;
  display: inline-block;
}
#person3 .qa .data .card .case-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}
#person3 .qa .data .card .case-hero .case-num-wrap {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  color: #2C6E73;
  font-size: 72px;
  line-height: 1;
}
@media (min-width: 760px) {
  #person3 .qa .data .card .case-hero .case-num-wrap {
    font-size: 100px;
  }
}
#person3 .qa .data .card .tail {
  color: #3A3A36;
  margin-top: 22px;
}
#person3 .qa .data .card .closed-tick {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #3E8E94;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 7px;
}

#person4 .parallax .title {
  top: auto;
  bottom: 10%;
  left: auto;
  right: 10%;
  transform: translate(0, 0);
  max-width: min(78%, 448px);
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.7));
}

#person5 .parallax .title {
  top: auto;
  bottom: 10%;
  left: auto;
  right: 10%;
  transform: translate(0, 0);
  max-width: min(78%, 448px);
  filter: none;
}
#person5 h4 {
  margin: 34px 0;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-weight: 600;
  font-size: clamp(20px, 2.6vw, 30px);
  line-height: 1.6;
  color: #2b8cb0;
  text-align: center;
  padding: 0 clamp(10px, 4vw, 40px);
}

#summary {
  padding: 40px 0;
}
#summary h3 {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-weight: 600;
  font-size: clamp(20px, 2.4vw, 27px);
  color: #190842;
  margin: 46px 0 18px;
  padding-left: 16px;
  border-left: 3px solid #0c8757;
  line-height: 1.5;
}
#summary p {
  font-size: 20px;
  line-height: 2.05;
  margin: 0 0 20px 0;
}
#summary p:last-child {
  margin-bottom: 0;
}
#summary .title {
  display: block;
  width: 80%;
  margin: 0 auto 15px auto;
  max-width: 560px;
}
#summary .title3 {
  width: 90%;
}
#summary .title-sub {
  max-width: min(82%, 330px);
  margin-top: 22px;
}
#summary .title3-sub {
  display: block;
  width: 100%;
  max-width: min(86%, 460px);
  height: auto;
}
#summary .title3-sub2 {
  display: block;
  width: 100%;
  max-width: min(60%, 210px);
  height: auto;
}
#summary .chart {
  display: block;
  width: min(1175px, 94%);
  margin: 40px auto 0 auto;
}
#summary .chart1, #summary .chart2 {
  margin-bottom: clamp(56px, 8vh, 84px);
}
#summary .divided {
  width: 100%;
  border-bottom: 1px solid rgba(25, 8, 66, 0.07);
  margin-bottom: clamp(40px, 6vh, 72px);
}
#summary .card {
  max-width: 616px;
  margin: 40px auto;
  background: #ffffff;
  border: 1px solid rgba(25, 8, 66, 0.16);
  border-radius: 10px;
  padding: 28px 26px;
  box-shadow: 0 16px 40px rgba(25, 8, 66, 0.13);
}
#summary .card h4 {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-weight: 800;
  font-size: clamp(21px, 1.9vw, 27px);
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin: 0 0 14px;
  padding-bottom: 11px;
  color: #2b8cb0;
  border-bottom: 2px solid color-mix(in srgb, #2b8cb0, transparent 62%);
}
#summary .card h4 span {
  display: block;
  text-align: right;
}

#ending {
  background: linear-gradient(180deg, #eee6d6, #efe8dd);
  position: relative;
  padding: clamp(72px, 11vh, 128px) 0;
}
#ending .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.26;
  mix-blend-mode: multiply;
}
#ending .imgs {
  width: 96%;
  margin: 0 auto;
  max-width: 924px;
}
#ending .imgs .imgs-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 104.4238%;
}
#ending .imgs .thank {
  position: absolute;
  top: 0;
  left: 0.9284543965%;
  width: 98.580010923%;
}
#ending .imgs .talk-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#ending .imgs .volunteer {
  position: absolute;
  bottom: 0.9414225941%;
  left: 13.3260513381%;
  width: 29.6013107591%;
}
#ending .imgs .child {
  position: absolute;
  bottom: 2.039748954%;
  left: 62.1518296013%;
  width: 23.4298197706%;
}
#ending .imgs .volunteer-talk {
  position: absolute;
  bottom: 45.7635983264%;
  left: 10.7591480066%;
  width: 35.2266521027%;
}
@media (min-width: 760px) {
  #ending .imgs .volunteer-talk {
    bottom: 37.6569037657%;
    left: 7.099945385%;
  }
}
#ending .imgs .child-talk {
  position: absolute;
  bottom: 35.3033472803%;
  left: 60.0218459858%;
  width: 29.0005461496%;
}

#qa {
  background: #f7f1e7;
  padding: clamp(72px, 11vh, 128px) 0;
}
#qa h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0b7c50;
  font-size: 16px;
  letter-spacing: 0.3em;
  font-weight: 500;
  gap: 11px;
}
#qa h4:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #0b7c50;
  opacity: 0.7;
}
#qa .title {
  display: block;
  height: auto;
  max-width: min(94%, 560px);
  margin: 14px auto 12px;
}
#qa p {
  margin: 0 auto;
  font-size: 16px;
  color: #574f70;
  line-height: 1.95;
  font-weight: 300;
  text-align: center;
}
#qa .progress {
  max-width: 520px;
  margin: 18px auto 40px auto;
  height: 5px;
  border-radius: 99px;
  background: #ffffff;
  overflow: hidden;
}
#qa .progress div {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #0c8757;
  transition: width 0.25s ease;
}
#qa .qcard {
  max-width: 680px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(25, 8, 66, 0.16);
  border-radius: 16px;
  padding: clamp(26px, 4vw, 40px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
#qa .qcard .qn {
  font-size: 16px;
  letter-spacing: 0.22em;
  color: #0c8757;
  margin-bottom: 14px;
}
#qa .qcard .qt {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-weight: 500;
  font-size: clamp(18px, 2.1vw, 23px);
  line-height: 1.7;
  margin-bottom: 26px;
}
#qa .qcard .btns {
  display: flex;
  gap: 16px;
}
#qa .qcard .btns .btn {
  flex: 1;
  background: #eee6d6;
  border: 1.5px solid rgba(25, 8, 66, 0.16);
  border-radius: 12px;
  padding: 22px;
  cursor: pointer;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-weight: 700;
  font-size: 32px;
  transition: 0.2s;
  display: grid;
  place-items: center;
  cursor: pointer;
}
#qa .qcard .btns .btn.disabled {
  opacity: 0.35;
  cursor: default;
}
#qa .qcard .btns .btn.wrong {
  opacity: 1;
  border-color: #b9554c;
  background: rgba(185, 85, 76, 0.14);
}
#qa .qcard .btns .btn.correct {
  opacity: 1;
  border-color: var(--good);
  background: rgba(95, 167, 119, 0.14);
}
#qa .qcard .btns .btn.yes {
  color: #5fa777;
}
#qa .qcard .btns .btn.no {
  color: #c97a6c;
}
#qa .qcard .btns .btn:hover:not(.disabled) {
  border-color: #0c8757;
  transform: translateY(-2px);
}
#qa .qcard .result {
  min-height: 50px;
  margin-top: 20px;
  font-size: 16px;
  color: #574f70;
  line-height: 1.8;
  opacity: 0;
  transition: opacity 0.4s;
  border-left: 2px solid #0c8757;
  padding-left: 14px;
}
#qa .qcard .act {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
#qa .qcard .act.summary-active {
  justify-content: center;
}
#qa .qcard .act .next-btn {
  background: #0c8757;
  color: #0b0d10;
  border: 0;
  font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 12px 26px;
  border-radius: 99px;
  cursor: pointer;
  transition: 0.25s;
}
#qa .qcard .act .next-btn:hover:not(.disabled) {
  background: #2b8cb0;
}
#qa .qcard .act .next-btn.disabled {
  opacity: 0.35;
  cursor: default;
}
#qa .qcard .act .next-btn.replay-btn {
  background: transparent;
  border: 1px solid #0c8757;
  color: #2b8cb0;
}
#qa .qcard .act .next-btn.replay-btn:hover {
  background: #0c8757;
  color: #000;
}
#qa .qcard .result-score {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 26px;
  color: #574f70;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-weight: 900;
}
#qa .qcard .result-score span {
  font-size: 72px;
  color: #2b8cb0;
  line-height: 1;
}
#qa .qcard .t1 {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: 22px;
  margin: 14px 0 10px;
  font-weight: 700;
}
#qa .qcard .t2 {
  margin: 0 auto 24px;
}

#team {
  border-top: 1px solid rgba(25, 8, 66, 0.07);
  text-align: center;
  background: #eee6d6;
  padding: clamp(72px, 11vh, 128px) 0;
}
#team h4 {
  color: #0b7c50;
  font-weight: 500;
  letter-spacing: 0.3em;
  font-size: 24px;
  text-align: center;
  margin-bottom: 44px;
}
#team .list {
  display: flex;
  gap: 26px 40px;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto;
}
#team .list .item {
  width: calc(50% - 20px);
  font-size: 16px;
  color: #190842;
  line-height: 1.8;
}
@media (min-width: 500px) {
  #team .list .item {
    width: calc(33.333% - 27px);
  }
}
#team .list .item h3 {
  font-size: 16px;
  letter-spacing: 0.18em;
  color: #6e697e;
  margin-bottom: 8px;
  font-weight: 300;
}

footer {
  color: #f2ece2;
  background: #0b0d10;
  padding: clamp(50px, 7vh, 80px) 0 46px;
  text-align: center;
}
footer .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 500px) {
  footer .flex {
    flex-direction: row;
    gap: 15px;
  }
}
footer .social {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 24px 0 40px 0;
  color: #9aa0a6;
}
footer .social a, footer .social .copy {
  color: inherit;
}
footer .social a:hover, footer .social .copy:hover {
  color: #fff;
}
footer .social svg {
  display: block;
  height: 20px;
  width: auto;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  cursor: pointer;
  transition: all 0.2s;
}
footer .top {
  display: flex;
  justify-content: center;
}
footer .top div {
  color: #e6b070;
  font-size: 16px;
  line-height: 2;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.2s;
  cursor: pointer;
}
footer .top div:hover {
  border-color: #c8743a;
}

#cnav {
  display: none;
}
@media (min-width: 992px) {
  #cnav {
    display: block;
    position: fixed;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    z-index: 999;
    padding: 16px 10px 16px 46px;
    opacity: 0.34;
    transition: all 0.4s ease;
  }
  #cnav:hover {
    opacity: 1;
  }
  #cnav:hover div {
    transform: scale(1.2);
  }
}
#cnav:not(.active) {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
#cnav div {
  position: relative;
  cursor: pointer;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}
#cnav div .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1.5px solid #787d83;
  background: transparent;
  transition: all 0.3s ease;
}
#cnav div:last-child {
  margin-bottom: 0;
}
#cnav div.active .dot {
  border-color: #c8743a;
  background: #c8743a;
  box-shadow: 0 0 0 5px rgba(230, 176, 112, 0.18);
  transform: scale(1.45);
}
#cnav div span {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #f4eee4;
  background: rgba(8, 10, 12, 0.84);
  backdrop-filter: blur(6px);
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
#cnav div:hover .dot {
  border-color: #e6b070;
  transform: scale(1.65);
}
#cnav div:hover span {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

#to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 2;
  background: #c8743a;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: background 0.2s;
}
#to-top:hover {
  background: #e6b070;
}
#to-top svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #c8743a;
  z-index: 95;
  box-shadow: 0 0 12px #c8743a;
  z-index: 999;
}

@keyframes dash {
  to {
    stroke-dashoffset: -26;
  }
}
#car {
  transform-box: fill-box;
  transform-origin: center;
}

.tw-land {
  fill: #D8CDB6;
  stroke: #2C6E73;
  stroke-width: 0.8;
  stroke-linejoin: round;
}

#route-line {
  fill: none;
  stroke: #3E8E94;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 6 7;
  animation: dash 1.4s linear infinite;
}/*# sourceMappingURL=style.css.map */