.motion-page {
  margin: 0;
  min-height: 100%;
  color: #f6f0e7;
  background: #090b12;
  font-family: "Noto Sans TC", Arial, sans-serif;
  overflow-x: hidden;
}
.motion-page *,
.motion-page *::before,
.motion-page *::after {
  box-sizing: border-box;
}
.motion-page img,
.motion-page video {
  display: block;
  max-width: 100%;
}
.motion-page .eyebrow {
  margin: 0 0 0.85rem;
  color: #7fffd4;
  font-size: clamp(0.78rem, 1.4vw, 0.95rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.motion-page .hero-video {
  position: relative;
  min-height: 180vh;
  background: radial-gradient(circle at 70% 20%, rgba(42, 255, 194, 0.18), transparent 34%), #090b12;
}
.motion-page .hero-video__media {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.motion-page .hero-video__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.86;
  will-change: transform, opacity;
}
.motion-page .hero-video__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 11, 18, 0.9), rgba(9, 11, 18, 0.42) 48%, rgba(9, 11, 18, 0.72));
}
.motion-page .hero-video__content {
  position: absolute;
  top: 50vh;
  left: clamp(1.25rem, 7vw, 6rem);
  z-index: 2;
  width: min(560px, 100% - 2.5rem);
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border: 1px solid rgba(127, 255, 212, 0.26);
  border-radius: 28px;
  background: rgba(9, 11, 18, 0.66);
  backdrop-filter: blur(14px);
}
.motion-page .hero-video__content h1 {
  font-size: clamp(2.7rem, 8vw, 7rem);
}
.motion-page .hero-video__content h1,
.motion-page .robot-sequence__copy h2,
.motion-page .process__header h2 {
  margin: 0;
  font-weight: 900;
  line-height: 1.05;
}
.motion-page .hero-video__content p:last-child,
.motion-page .robot-sequence__copy p:last-child,
.motion-page .process-card p {
  margin: 1rem 0 0;
  color: rgba(246, 240, 231, 0.78);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.8;
}
.motion-page .robot-sequence {
  min-height: 100vh;
}
.motion-page .robot-sequence__loop {
  min-height: calc(100vh - clamp(8rem, 14vw, 16rem));
}
.motion-page .robot-sequence__stage {
  display: flex;
  justify-content: center;
}
.motion-page .robot-sequence__copy {
  max-width: 620px;
}
.motion-page .robot-sequence__copy h2 {
  font-size: clamp(2rem, 5vw, 5rem);
}
.motion-page .robot-scene {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #fff;
}
.motion-page .robot-scene__bg, .motion-page .robot-scene__text, .motion-page .robot-scene__bot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform, opacity;
}
.motion-page .robot-scene__bg {
  position: relative;
}
.motion-page .robot-scene__text--plus {
  z-index: 2;
}
.motion-page .robot-scene__text--title {
  z-index: 3;
}
.motion-page .robot-scene__text--info {
  z-index: 4;
}
.motion-page .robot-scene__bot {
  z-index: 5;
}
.motion-page .process {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem);
  background: #f4efe5;
  color: #162018;
}
.motion-page .process .eyebrow {
  color: #21745e;
}
.motion-page .process__header {
  max-width: 760px;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
.motion-page .process__header h2 {
  font-size: clamp(2rem, 5vw, 5rem);
}
.motion-page .process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}
.motion-page .process-card {
  min-height: 280px;
  padding: clamp(1.25rem, 2.4vw, 2rem);
  border-radius: 28px;
  background: #fffaf1;
  box-shadow: 0 20px 60px rgba(22, 32, 24, 0.12);
}
.motion-page .process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  color: #073d31;
  background: #7fffd4;
  font-weight: 900;
}
.motion-page .process-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}
.motion-page .process-card p {
  color: rgba(22, 32, 24, 0.72);
  font-size: 1rem;
}

@media (max-width: 980px) {
  .motion-page .hero-video__content {
    top: 42vh;
  }
  .motion-page .robot-sequence__loop {
    min-height: auto;
  }
  .motion-page .robot-scene {
    width: min(520px, 100%);
    max-height: none;
  }
  .motion-page .robot-sequence__copy {
    order: -1;
  }
  .motion-page .process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .motion-page .hero-video {
    min-height: 150vh;
  }
  .motion-page .hero-video__content {
    top: 36vh;
    left: 1rem;
    width: calc(100% - 2rem);
    border-radius: 22px;
  }
  .motion-page .hero-video__overlay {
    background: linear-gradient(180deg, rgba(9, 11, 18, 0.38), rgba(9, 11, 18, 0.88));
  }
  .motion-page .process__grid {
    grid-template-columns: 1fr;
  }
  .motion-page .process-card {
    min-height: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .motion-page *,
  .motion-page *::before,
  .motion-page *::after {
    scroll-behavior: auto !important;
  }
}/*# sourceMappingURL=animation.css.map */