.animation-showcase {
  padding: 110px clamp(20px, 7vw, 110px);
  background: #0b0d0f;
}

.animation-showcase.alt {
  background: #0e1114;
}

.product-page .long-copy {
  width: min(100%, 1360px);
  max-width: 1360px;
}

.product-page .long-copy > section {
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.55fr);
  gap: clamp(42px, 5vw, 80px);
}

.animation-showcase > h2 {
  max-width: 900px;
  margin: 0 0 52px;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.animation-grid-restored {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.animation-card-restored {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.animation-card-restored.wide {
  grid-column: 1 / -1;
}

.animation-card-restored iframe {
  display: block;
  width: 100%;
  height: 600px;
  border: 0;
  background: #0b0d0f;
}

.animation-card-restored.wide iframe {
  height: 600px;
}

.animation-copy {
  padding: 25px 28px 29px;
  border-top: 1px solid var(--line);
}

.animation-copy h3 {
  margin: 0 0 8px;
  font-size: 25px;
}

.animation-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

@media (max-width: 850px) {
  .product-page .long-copy > section {
    grid-template-columns: 1fr;
  }

  .animation-grid-restored {
    grid-template-columns: 1fr;
  }

  .animation-card-restored.wide {
    grid-column: auto;
  }

  .animation-card-restored iframe,
  .animation-card-restored.wide iframe {
    height: 580px;
  }
}

@media (max-width: 560px) {
  .animation-showcase {
    padding: 82px 20px;
  }

  .animation-showcase > h2 {
    margin-bottom: 34px;
  }

  .animation-card-restored iframe,
  .animation-card-restored.wide iframe {
    height: 560px;
  }

  .animation-copy {
    padding: 21px 20px 24px;
  }
}
