.motion-stage {
  --mx: 0;
  --my: 0;
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 52% 42%, rgba(124,31,46,.42), transparent 28%),
    radial-gradient(circle at 50% 50%, rgba(216,176,74,.06), transparent 45%),
    #0b0608;
  perspective: 1400px;
  isolation: isolate;
}
.motion-grid {
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(242,231,208,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242,231,208,.06) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: rotateX(68deg) translateY(35%) scale(1.5);
  transform-origin: 50% 80%;
  opacity: .32;
  mask-image: linear-gradient(to top, #000 0%, transparent 72%);
}

[data-parallax] {
  transform: translate3d(calc(var(--mx) * 1px), calc(var(--my) * 1px), 0);
  transition: transform .18s ease-out;
  will-change: transform;
}
.archive-float {
  position: absolute;
  width: clamp(190px, 22vw, 330px);
  aspect-ratio: .78;
  padding: .75rem;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 40px 80px rgba(0,0,0,.4);
}
.archive-float img {
  width: 100%;
  height: calc(100% - 1.7rem);
  object-fit: cover;
  filter: saturate(.65) contrast(1.05);
}
.archive-float span {
  display: block;
  height: 1.7rem;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .14em;
}
.archive-float--back {
  left: 8%;
  top: 12%;
  transform: rotate(-9deg) translateZ(-70px);
  opacity: .7;
}
.archive-float--front {
  right: 8%;
  bottom: 8%;
  transform: rotate(8deg) translateZ(90px);
  background: #1a0d11;
  color: var(--cream);
}

.uvita-object {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(160px, 19vw, 260px);
  height: clamp(410px, 48vw, 640px);
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotateY(calc(var(--mx) * .035deg)) rotateX(calc(var(--my) * -.025deg));
  filter: drop-shadow(0 35px 35px rgba(0,0,0,.48));
}
.uvita-object__cap {
  position: absolute;
  z-index: 4;
  left: 34%;
  top: 0;
  width: 32%;
  height: 7%;
  border-radius: 10px 10px 5px 5px;
  background:
    repeating-linear-gradient(90deg, #3a2c24 0 5px, #20150f 5px 8px);
  border: 1px solid rgba(242,231,208,.18);
  transform: translateZ(18px);
}
.uvita-object__neck {
  position: absolute;
  left: 36%;
  top: 5%;
  width: 28%;
  height: 24%;
  border-radius: 18% 18% 12% 12% / 10% 10% 30% 30%;
  background: linear-gradient(90deg, #3f0e18, #6e1627 38%, #8b2032 50%, #58111f 72%, #2c0a11);
  box-shadow: inset 10px 0 18px rgba(255,255,255,.07), inset -14px 0 24px rgba(0,0,0,.32);
  transform: translateZ(10px);
}
.uvita-object__body {
  position: absolute;
  left: 10%;
  bottom: 5%;
  width: 80%;
  height: 76%;
  overflow: hidden;
  border-radius: 32% 32% 18% 18% / 18% 18% 8% 8%;
  background: linear-gradient(90deg, #310a12 0%, #5f1222 25%, #8b1e32 49%, #57101f 73%, #2b0810 100%);
  border: 1px solid rgba(242,231,208,.12);
  box-shadow:
    inset 20px 0 35px rgba(255,255,255,.05),
    inset -25px 0 45px rgba(0,0,0,.38),
    inset 0 -30px 40px rgba(0,0,0,.26);
  transform: translateZ(20px);
}
.uvita-object__shine {
  position: absolute;
  left: 20%;
  top: 6%;
  width: 12%;
  height: 70%;
  border-radius: 999px;
  background: linear-gradient(to bottom, rgba(255,255,255,.2), rgba(255,255,255,0));
  filter: blur(2px);
  opacity: .55;
}
.uvita-object__label {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 35%;
  min-height: 30%;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 1rem;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid rgba(20,9,11,.25);
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
}
.uvita-object__label span,
.uvita-object__label small {
  font-size: clamp(.42rem, .8vw, .62rem);
  letter-spacing: .15em;
}
.uvita-object__label strong {
  margin: .35rem 0;
  color: var(--uvita);
  font-family: var(--serif);
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: .9;
}
.uvita-object__shadow {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -4%;
  height: 7%;
  border-radius: 50%;
  background: rgba(0,0,0,.64);
  filter: blur(12px);
  transform: rotateX(78deg) translateZ(-45px);
}

.motion-copy {
  position: absolute;
  left: clamp(1.5rem, 5vw, 5rem);
  bottom: clamp(1.5rem, 4vw, 4rem);
  z-index: 5;
  width: min(360px, 42vw);
}
.motion-copy span {
  color: var(--brass);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .14em;
}
.motion-copy h3 {
  margin: .75rem 0;
  font-size: clamp(1.8rem, 3.5vw, 3.6rem);
  line-height: .94;
}
.motion-copy p { color: var(--muted); font-size: .84rem; }

@media (max-width: 760px) {
  .motion-stage { min-height: 620px; }
  .archive-float--back { left: -3%; top: 7%; }
  .archive-float--front { right: -3%; bottom: 12%; }
  .motion-copy { width: calc(100% - 3rem); }
  .uvita-object { width: 180px; height: 455px; top: 44%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
  [data-parallax], .uvita-object {
    transform: none !important;
    will-change: auto;
  }
  .uvita-object {
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }
}
