/* Keep the existing homepage's type scale, spacing and artwork proportions. */
body.home .home-band-engine {
  scroll-margin-top: 76px;
  color: var(--ink);
  background: linear-gradient(180deg, #fbfaf7 0%, #fffaf3 56%, #fbfaf7 100%);
}

.autonomous-engine-html-frame {
  aspect-ratio: 2360 / 1320;
  background: #fff0dc;
}

.autonomous-engine-html-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 760px) {
  body.home .autonomous-engine-html-frame {
    aspect-ratio: auto;
    height: 1830px;
    border-radius: 24px;
  }
}
