.motion-story {
  padding: clamp(48px, 16vw, 76px) clamp(20px, 8vw, 30px) clamp(44px, 14vw, 64px);
  background: linear-gradient(155deg, rgba(5, 12, 28, 0.75), rgba(3, 8, 20, 0.95));
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  display: grid;
  gap: clamp(24px, 8vw, 36px);
}

.motion-story .story-copy {
  display: grid;
  gap: clamp(18px, 6vw, 28px);
  text-align: left;
}

.motion-story .story-copy .eyebrow {
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  color: rgba(228, 235, 255, 0.72);
}

.motion-story .story-copy h2 {
  margin: 0;
  font-size: clamp(2.05rem, 7vw + 1rem, 2.8rem);
  line-height: 1.18;
}

.motion-story .story-copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(228, 235, 255, 0.78);
}

.motion-story .story-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.motion-story .story-copy li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(228, 235, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
}

.motion-story .story-copy li::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a8cff, #005dff);
  box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.18);
}

.motion-story .story-media {
  order: -1;
  display: grid;
  justify-items: center;
}

.motion-story .story-stack img {
  max-width: clamp(220px, 80vw, 320px);
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 26px 55px rgba(3, 10, 24, 0.42);
}

.motion-story .story-stack img:last-child {
  display: none;
}
