.hero-copy {
  position: relative;
  z-index: 3;
}

.hero-object {
  position: relative;
  width: 100%;
  min-height: clamp(420px, 59vh, 620px);
  perspective: 1200px;
  isolation: isolate;
  justify-self: end;
  z-index: 1;
}

.holo-sail-wrap {
  position: relative;
  width: clamp(390px, 40vw, 570px);
  max-width: 100%;
  margin-left: auto;
  aspect-ratio: 1.06;
  transform-style: preserve-3d;
  contain: layout paint;
  will-change: transform;
}

.holo-sail-wrap::before,
.holo-sail-wrap::after {
  display: none;
}

.holo-sail {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  transform: translateZ(0);
  touch-action: pan-y;
  will-change: transform;
}

.holo-sail-caption {
  position: absolute;
  right: 10%;
  bottom: 8%;
  z-index: 3;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  mix-blend-mode: screen;
  pointer-events: none;
}

@media (max-width: 1040px) {
  .hero-object {
    min-height: clamp(390px, 55vh, 540px);
  }

  .holo-sail-wrap {
    width: clamp(340px, 43vw, 500px);
  }
}

@media (max-width: 860px) {
  .hero-object {
    min-height: 500px;
    justify-self: center;
  }

  .holo-sail-wrap {
    width: min(100%, 590px);
    margin-inline: auto;
  }
}

@media (max-width: 560px) {
  body[data-surface="home"] .hero {
    position: relative;
    isolation: isolate;
  }

  .hero-object {
    position: absolute;
    top: 132px;
    right: -108px;
    width: min(470px, 121vw);
    min-height: 0;
    opacity: 0.82;
    pointer-events: auto;
  }

  .holo-sail-wrap {
    width: 100%;
  }

  .holo-sail-caption {
    right: 8%;
    bottom: 6%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .holo-sail-wrap,
  .holo-sail {
    transform: none !important;
  }

}
