.signature-drive {
  position: relative;
  isolation: isolate;
  height: clamp(460px, calc(37vw + 230px), 800px);
  overflow: hidden;
  background: #000;
  scroll-margin-top: 120px;
}
.signature-drive h2 {
  position: absolute;
  top: 26px;
  left: var(--gutter);
  right: var(--gutter);
  text-align: center;
  font: 400 clamp(64px, 9vw, 132px)/1 var(--display);
  letter-spacing: .015em;
  color: #fff;
}
.signature-drive-art {
  position: absolute;
  bottom: 108px;
  left: 50%;
  width: min(74vw, 1100px);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
.signature-drive-cart {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 887;
}
.signature-drive-body { display: block; width: 100%; height: auto; }
.signature-drive-wheel {
  position: absolute;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.signature-drive-wheel img {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
}
.signature-drive.is-rig-ready .signature-drive-wheel { visibility: visible; }
.signature-drive.is-in-view.is-motion-ready .signature-drive-cart,
.signature-drive.is-in-view.is-motion-ready .signature-drive-wheel img { will-change: transform; }
.signature-drive-caption {
  position: absolute;
  bottom: 28px;
  left: var(--gutter);
  right: var(--gutter);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  text-align: center;
}
.signature-drive-caption p { font-size: 15px; color: var(--silver); }
.signature-drive-caption .text-link { margin-top: 0; white-space: nowrap; }
body[data-page="home"] .contact-section { padding-bottom: 48px; }
body[data-page="home"] .questions { padding-top: 42px; }
@media (max-width: 760px) {
  .signature-drive { height: max(430px, calc(48vw + 230px)); scroll-margin-top: 105px; }
  .signature-drive h2 { top: 24px; font-size: clamp(60px, 16vw, 88px); }
  .signature-drive-art { width: 96vw; bottom: 112px; }
  .signature-drive-caption { bottom: 25px; flex-direction: column; gap: 10px; }
  .signature-drive-caption p { font-size: 14px; }
  .signature-drive-caption .text-link { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .signature-drive-cart, .signature-drive-wheel img { transform: none !important; will-change: auto !important; }
}
