:root {
  --bg: #04060b;
  --ink: #f2f8ff;
  --muted: #9aaabc;
  --soft: rgba(242, 248, 255, 0.72);
  --line: rgba(109, 232, 255, 0.24);
  --cyan: #67efff;
  --blue: #3e7cff;
  --amber: #ffc260;
  --panel: rgba(7, 15, 25, 0.62);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 10%, rgba(62, 124, 255, 0.22), transparent 26rem),
    radial-gradient(circle at 12% 42%, rgba(103, 239, 255, 0.12), transparent 28rem),
    var(--bg);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.motion-canvas {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.72;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 32px), 1240px);
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(3, 7, 12, 0.58);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(103, 239, 255, 0.7);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 0 28px rgba(103, 239, 255, 0.28);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.95rem;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
}

.nav-links {
  display: flex;
  gap: 28px;
  color: rgba(242, 248, 255, 0.72);
  font-size: 0.92rem;
}

.nav-links a:hover {
  color: var(--cyan);
}

.header-cta,
.primary-link,
.ghost-link,
.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
}

.header-cta,
.primary-link,
.contact-button {
  color: #041014;
  background: linear-gradient(135deg, var(--cyan), #d8fbff 48%, var(--amber));
  box-shadow: 0 0 36px rgba(103, 239, 255, 0.26);
}

.ghost-link {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(242, 248, 255, 0.86);
  background: rgba(255, 255, 255, 0.045);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -2;
  width: 68%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.28;
  animation: kenburns 16s ease-in-out infinite alternate;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #04060b 0%, rgba(4, 6, 11, 0.98) 30%, rgba(4, 6, 11, 0.4) 58%, rgba(4, 6, 11, 0.68) 100%),
    linear-gradient(180deg, rgba(4, 6, 11, 0.36), #04060b 96%);
}

.hero-content {
  width: min(calc(100% - 44px), var(--max));
  margin: 0 auto;
  padding-top: clamp(150px, 19vh, 210px);
  position: relative;
  z-index: 3;
}

.eyebrow,
.section-kicker,
.marquee-group span,
.hero-motion span,
.matrix-grid small {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 590px;
  margin-bottom: 26px;
  font-size: clamp(4.2rem, 7.2vw, 7.4rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

.hero-cn {
  max-width: 560px;
  margin-bottom: 14px;
  color: rgba(242, 248, 255, 0.92);
  font-size: clamp(1.25rem, 1.7vw, 1.8rem);
  font-weight: 750;
  line-height: 1.35;
}

.hero-intro {
  max-width: 550px;
  color: var(--soft);
  font-size: 1.04rem;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-motion {
  position: absolute;
  top: 6%;
  right: max(-30px, calc((100% - 1480px) / 2));
  z-index: 2;
  width: min(59vw, 880px);
  height: min(68vw, 740px);
  pointer-events: none;
  overflow: visible;
}

.orbit-stage {
  position: absolute;
  inset: 4% 0 9%;
}

.orbit-stage::before,
.orbit-stage::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 67%;
  border: 1px solid rgba(103, 239, 255, 0.24);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
  box-shadow: 0 0 54px rgba(103, 239, 255, 0.08), inset 0 0 54px rgba(62, 124, 255, 0.06);
}

.orbit-stage::after {
  width: 54%;
  height: 46%;
  border-color: rgba(255, 194, 96, 0.13);
}

.orbit-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: grid;
  width: clamp(112px, 11vw, 154px);
  aspect-ratio: 1;
  place-content: center;
  border: 1px solid rgba(103, 239, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  background: rgba(3, 9, 15, 0.82);
  box-shadow: 0 0 50px rgba(103, 239, 255, 0.2), inset 0 0 28px rgba(103, 239, 255, 0.1);
  transform: translate(-50%, -50%);
}

.orbit-core b {
  color: var(--cyan);
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
}

.orbit-core span {
  margin-top: 5px;
  color: rgba(242, 248, 255, 0.7);
  font-size: 0.7rem;
}

.orbit-card {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(112px, 9.5vw, 148px);
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(203, 248, 255, 0.34);
  border-radius: 8px;
  background: #07101a;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.5), 0 0 26px rgba(103, 239, 255, 0.11);
  will-change: transform, opacity;
}

.orbit-card > div {
  width: 100%;
  height: 100%;
  background-image: url("./assets/hero-business-atlas-v3.webp");
  background-position: var(--px) var(--py);
  background-size: 500% 200%;
}

.orbit-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 46%, rgba(2, 6, 11, 0.88));
}

.orbit-card figcaption {
  position: absolute;
  right: 12px;
  bottom: 11px;
  left: 12px;
  z-index: 1;
  color: rgba(242, 248, 255, 0.9);
  font-size: 0.74rem;
  font-weight: 800;
}

.orbit-card figcaption b {
  margin-right: 8px;
  color: var(--cyan);
}

.motion-note {
  position: absolute;
  right: 10%;
  bottom: 7%;
  margin: 0;
  color: rgba(242, 248, 255, 0.58);
  font-size: 0.82rem;
}

.motion-note span {
  margin-right: 10px;
  color: var(--cyan);
}

.marquee {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.035);
}

.marquee-track {
  display: flex;
  width: max-content;
  min-width: 200%;
  will-change: transform;
  animation: marqueeMove 26s linear infinite;
}

.marquee-group {
  display: flex;
  flex: 0 0 auto;
  gap: 38px;
  min-width: 100vw;
  padding: 18px 0;
  padding-right: 38px;
}

.marquee-group span {
  color: rgba(242, 248, 255, 0.82);
  white-space: nowrap;
}

.section-block {
  width: min(calc(100% - 44px), var(--max));
  margin: 0 auto;
  padding: 108px 0;
}

.concept {
  margin-left: max(22px, calc((100% - var(--max)) / 2));
}

.concept > p {
  max-width: 820px;
}

.foundation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 58px;
}

.foundation-grid article {
  min-height: 210px;
  padding: 24px 4px 0;
  border-top: 1px solid rgba(103, 239, 255, 0.42);
}

.foundation-grid b {
  color: var(--cyan);
  font-size: 0.76rem;
}

.foundation-grid h3 {
  margin: 48px 0 12px;
  font-size: 1.3rem;
}

.foundation-grid p {
  margin: 0;
  color: rgba(242, 248, 255, 0.68);
  font-size: 0.96rem;
  line-height: 1.75;
}

.section-block h2,
.chapter-copy h2,
.contact-section h2 {
  max-width: 940px;
  margin-bottom: 20px;
  font-size: clamp(2.35rem, 4.6vw, 4.8rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-block p,
.chapter-copy p,
.contact-section p {
  max-width: 760px;
  color: var(--soft);
  font-size: 1.08rem;
  line-height: 1.95;
}

.chapter {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(28px, 5vw, 70px);
  width: min(calc(100% - 44px), var(--max));
  min-height: 78vh;
  margin: 0 auto;
  padding: 80px 0;
  align-items: center;
}

.chapter-workflow {
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
}

.chapter-media {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 42px;
  background: #07101a;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.38);
}

.chapter-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(4, 6, 11, 0.02), rgba(4, 6, 11, 0.42)),
    radial-gradient(circle at 65% 25%, rgba(103, 239, 255, 0.2), transparent 18rem);
}

.chapter-media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 1.2s ease;
}

.chapter.is-visible .chapter-media img {
  transform: scale(1.09);
}

.digital-human-media {
  isolation: isolate;
}

.digital-human-still {
  position: absolute;
  inset: -3%;
  z-index: 0;
  width: 106%;
  height: 106%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01) translate3d(0, 0, 0);
  animation: digitalStudioMove 12s ease-in-out infinite alternate;
  will-change: transform;
}

.digital-human-media::before {
  position: absolute;
  inset: -20% 0 auto;
  z-index: 2;
  height: 22%;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(103, 239, 255, 0.22), transparent);
  mix-blend-mode: screen;
  animation: digitalHumanScan 4.2s linear infinite;
}

.digital-human-interface {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.face-target {
  position: absolute;
  top: 17%;
  left: 27.5%;
  width: 17%;
  aspect-ratio: 0.84;
  border: 1px solid rgba(103, 239, 255, 0.58);
  animation: faceTargetPulse 2.8s ease-in-out infinite;
}

.face-target::before,
.face-target::after {
  position: absolute;
  width: 14px;
  height: 14px;
  content: "";
}

.face-target::before {
  top: -3px;
  left: -3px;
  border-top: 3px solid var(--cyan);
  border-left: 3px solid var(--cyan);
}

.face-target::after {
  right: -3px;
  bottom: -3px;
  border-right: 3px solid var(--cyan);
  border-bottom: 3px solid var(--cyan);
}

.voice-wave {
  position: absolute;
  bottom: 25px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 170px;
  height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(103, 239, 255, 0.3);
  border-radius: 6px;
  background: rgba(3, 9, 15, 0.66);
  backdrop-filter: blur(10px);
}

.voice-wave i {
  flex: 1;
  height: 30%;
  background: var(--cyan);
  box-shadow: 0 0 8px rgba(103, 239, 255, 0.55);
  transform-origin: center;
  animation: voiceLevel 0.9s ease-in-out infinite alternate;
}

.voice-wave i:nth-child(3n + 1) { animation-delay: -0.28s; }
.voice-wave i:nth-child(3n + 2) { animation-delay: -0.56s; }
.voice-wave i:nth-child(4n) { animation-duration: 0.68s; }

.digital-human-hud {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  min-width: 164px;
  padding: 12px 14px;
  border: 1px solid rgba(103, 239, 255, 0.42);
  border-radius: 8px;
  background: rgba(3, 9, 15, 0.7);
  backdrop-filter: blur(12px);
}

.digital-human-hud span,
.digital-human-hud b {
  display: block;
  letter-spacing: 0;
}

.digital-human-hud span {
  color: rgba(242, 248, 255, 0.72);
  font-size: 0.68rem;
}

.digital-human-hud b {
  margin-top: 4px;
  color: var(--cyan);
  font-size: 0.78rem;
}

.chapter-copy {
  position: sticky;
  top: 112px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.detail-grid span {
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(242, 248, 255, 0.84);
  background: rgba(255, 255, 255, 0.045);
}

.process-list {
  display: grid;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.process-list strong {
  color: var(--ink);
}

.process-list span {
  color: var(--muted);
}

.matrix-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.matrix-grid article {
  min-height: 270px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(103, 239, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
}

.matrix-grid h3 {
  margin: 54px 0 14px;
  font-size: 1.38rem;
  line-height: 1.35;
}

.matrix-grid p,
.showcase-copy p {
  color: rgba(242, 248, 255, 0.72);
  line-height: 1.75;
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
}

.showcase-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 42px;
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.36);
}

.showcase-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  animation: showcasePan 12s ease-in-out infinite alternate;
}

.showcase-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(4, 6, 11, 0.04), rgba(4, 6, 11, 0.34));
}

.showcase-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 26px;
}

.showcase-list span {
  min-height: 48px;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(242, 248, 255, 0.84);
  background: rgba(255, 255, 255, 0.045);
}

.contact-section {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  width: min(calc(100% - 44px), var(--max));
  margin: 70px auto 0;
  padding: 56px;
  border: 1px solid var(--line);
  border-radius: 38px;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 194, 96, 0.22), transparent 20rem),
    linear-gradient(135deg, rgba(103, 239, 255, 0.2), rgba(255, 194, 96, 0.12)),
    rgba(10, 20, 34, 0.82);
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.36), inset 0 0 80px rgba(103, 239, 255, 0.08);
}

.contact-button {
  flex: 0 0 auto;
  min-height: 56px;
  padding: 0 24px;
  align-self: center;
}

.contact-section h2 {
  max-width: 720px;
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(calc(100% - 44px), var(--max));
  margin: 42px auto 0;
  padding: 30px 0 44px;
  color: rgba(242, 248, 255, 0.58);
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes kenburns {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08) translateX(-1.5%);
  }
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes showcasePan {
  from {
    transform: scale(1.04) translateX(0);
  }

  to {
    transform: scale(1.1) translateX(-3%);
  }
}

@keyframes digitalHumanScan {
  from { transform: translateY(0); }
  to { transform: translateY(640%); }
}

@keyframes digitalStudioMove {
  from { transform: scale(1.01) translate3d(-0.5%, 0, 0); }
  to { transform: scale(1.065) translate3d(1.2%, -0.8%, 0); }
}

@keyframes faceTargetPulse {
  0%, 100% { opacity: 0.55; box-shadow: 0 0 0 rgba(103, 239, 255, 0); }
  50% { opacity: 1; box-shadow: 0 0 24px rgba(103, 239, 255, 0.18); }
}

@keyframes voiceLevel {
  from { transform: scaleY(0.35); opacity: 0.58; }
  to { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 980px) {
  .site-header {
    width: calc(100% - 24px);
    top: 10px;
  }

  .nav-links {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.88rem;
  }

  .hero {
    min-height: 940px;
  }

  .hero-bg {
    width: 116%;
    height: 54%;
    inset: auto -22% 0 auto;
    opacity: 0.86;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, #04060b 0%, rgba(4, 6, 11, 0.88) 44%, rgba(4, 6, 11, 0.38) 78%, #04060b 100%),
      linear-gradient(90deg, rgba(4, 6, 11, 0.9), rgba(4, 6, 11, 0.22));
  }

  .hero-content {
    width: min(calc(100% - 28px), var(--max));
    padding-top: 122px;
  }

  h1 {
    font-size: clamp(3.9rem, 15vw, 6.8rem);
  }

  .hero-cn {
    font-size: clamp(1.7rem, 7vw, 2.7rem);
  }

  .hero-motion {
    top: auto;
    right: -12%;
    bottom: 0;
    width: 112vw;
    height: 46vh;
    opacity: 0.82;
  }

  .orbit-stage {
    inset: 1% 0 8%;
  }

  .orbit-card {
    width: 112px;
  }

  .motion-note {
    right: 20%;
    bottom: 0;
  }

  .section-block,
  .chapter,
  .contact-section,
  .footer {
    width: min(calc(100% - 28px), var(--max));
  }

  .concept {
    margin-left: auto;
  }

  .section-block {
    padding: 76px 0;
  }

  .chapter,
  .chapter-workflow {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 54px 0;
  }

  .chapter-workflow .chapter-copy {
    order: 2;
  }

  .chapter-workflow .chapter-media {
    order: 1;
  }

  .chapter-copy {
    position: relative;
    top: auto;
  }

  .chapter-media,
  .chapter-media img {
    width: 100%;
    min-height: 420px;
  }

  .matrix-grid,
  .foundation-grid,
  .showcase,
  .showcase-list {
    grid-template-columns: 1fr;
  }

  .foundation-grid {
    gap: 0;
    margin-top: 36px;
  }

  .foundation-grid article {
    min-height: 0;
    padding: 22px 0 28px;
  }

  .foundation-grid h3 {
    margin: 22px 0 10px;
  }

  .showcase-media,
  .showcase-media img {
    min-height: 360px;
  }

  .matrix-grid article {
    min-height: 210px;
  }

  .contact-section,
  .footer {
    display: block;
  }

  .contact-section {
    padding: 32px;
  }

  .contact-button {
    margin-top: 22px;
  }

  .footer span {
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 560px) {
  .header-cta {
    display: none;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 0.88rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: 920px;
  }

  h1 {
    font-size: clamp(3.25rem, 16vw, 4.8rem);
  }

  .hero-cn {
    font-size: 1.22rem;
  }

  .hero-motion {
    right: -8%;
    bottom: 0;
    width: 116vw;
    height: 40vh;
  }

  .orbit-card {
    width: 88px;
  }

  .motion-note {
    display: none;
  }

  .hero-intro,
  .section-block p,
  .chapter-copy p,
  .contact-section p {
    font-size: 1rem;
  }

  .detail-grid,
  .process-list li {
    grid-template-columns: 1fr;
  }

  .chapter-media,
  .chapter-media img {
    min-height: 330px;
    border-radius: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-bg,
  .orbit-card,
  .digital-human-still,
  .digital-human-media::before,
  .face-target,
  .voice-wave i,
  .marquee-track,
  .showcase-media img {
    animation-play-state: paused;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
