/* PANZOOM Studio — animated, editable and multilingual footer (2026-08-03) */
.brand-banner-footer.panzoom-footer-motion {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(270px, 28vw) minmax(0, 1fr) minmax(300px, 30vw);
  align-items: stretch;
  height: clamp(174px, 12vw, 248px);
  overflow: hidden;
  background: #000;
}

.panzoom-footer-motion .footer-vr,
.panzoom-footer-motion .footer-residence,
.panzoom-footer-motion .footer-copy-frame {
  min-width: 0;
  height: 100%;
}

.panzoom-footer-motion .footer-vr,
.panzoom-footer-motion .footer-residence {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.panzoom-footer-motion .footer-motion-layer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
  will-change: transform, filter;
}

.panzoom-footer-motion .footer-vr .footer-motion-layer {
  left: 0;
  object-position: 45% 56%;
}

.panzoom-footer-motion .footer-residence .footer-motion-layer {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

.panzoom-footer-motion .footer-woman-base {
  transform-origin: 45% 88%;
}

.panzoom-footer-motion .footer-woman-head,
.panzoom-footer-motion .footer-woman-controller,
.panzoom-footer-motion .footer-residence-palms,
.panzoom-footer-motion .footer-residence-water {
  mix-blend-mode: screen;
}

.panzoom-footer-motion .footer-woman-head,
.panzoom-footer-motion .footer-woman-controller,
.panzoom-footer-motion .footer-residence-palms {
  opacity: 0.72;
}

.panzoom-footer-motion .footer-woman-head {
  clip-path: polygon(15% 0, 82% 0, 75% 55%, 20% 58%);
  transform-origin: 51% 49%;
}

.panzoom-footer-motion .footer-woman-controller {
  clip-path: polygon(64% 59%, 100% 55%, 100% 100%, 60% 100%);
  opacity: 1;
  transform-origin: 81.5% 91.5%;
}

.panzoom-footer-motion .footer-residence-palms {
  clip-path: polygon(47% 0, 100% 0, 100% 72%, 62% 69%, 55% 57%, 45% 51%);
  transform-origin: 74% 70%;
}

.panzoom-footer-motion .footer-residence-water {
  clip-path: polygon(42% 62%, 100% 59%, 100% 100%, 25% 100%);
  opacity: 0.54;
}

.panzoom-footer-motion .footer-copy-frame {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.panzoom-footer-motion .footer-brand-copy {
  --footer-copy-scale: 1;
  width: max-content;
  max-width: none;
  flex: none;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1vw, 20px);
  margin: 0;
  color: rgba(245, 245, 245, 0.92);
  font-family: var(--font-display);
  font-size: clamp(0.58rem, 0.82vw, 0.92rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  overflow-wrap: normal;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transform: scale(var(--footer-copy-scale));
  transform-origin: center center;
}

.panzoom-footer-motion .footer-brand-copy i {
  width: 1px;
  height: 18px;
  flex: none;
  background: rgba(245, 245, 245, 0.52);
}

.panzoom-footer-motion .footer-brand-copy > * {
  opacity: 1;
}

.panzoom-footer-motion.footer-motion-ready .footer-brand-copy > * {
  opacity: 0;
}

.panzoom-footer-motion.footer-motion-ready.is-visible .footer-brand-copy > * {
  animation: footerTextReveal 1.8s cubic-bezier(.19, 1, .22, 1) forwards;
}

.panzoom-footer-motion.is-visible .footer-brand-copy > :nth-child(2) { animation-delay: 0.16s; }
.panzoom-footer-motion.is-visible .footer-brand-copy > :nth-child(3) { animation-delay: 0.32s; }
.panzoom-footer-motion.is-visible .footer-brand-copy > :nth-child(4) { animation-delay: 0.48s; }
.panzoom-footer-motion.is-visible .footer-brand-copy > :nth-child(5) { animation-delay: 0.64s; }

.panzoom-footer-motion .footer-water-shimmer {
  position: absolute;
  z-index: 4;
  left: 30%;
  right: -5%;
  bottom: -5%;
  height: 47%;
  clip-path: polygon(18% 15%, 100% 0, 100% 100%, 0 100%);
  background: repeating-linear-gradient(174deg, transparent 0 8px, rgba(67, 235, 255, .22) 9px, transparent 11px 17px, rgba(0, 102, 255, .17) 18px, transparent 20px 28px);
  mix-blend-mode: screen;
  opacity: 0.5;
  filter: blur(0.5px);
  will-change: transform, background-position;
}

.panzoom-footer-motion.is-visible .footer-woman-base { animation: footerWomanBreathe 6.5s ease-in-out infinite; }
.panzoom-footer-motion.is-visible .footer-woman-head { animation: footerHeadLook 5.2s ease-in-out infinite; }
.panzoom-footer-motion.is-visible .footer-woman-controller { animation: footerControllerMove 5.2s cubic-bezier(.42, 0, .25, 1) infinite; }
.panzoom-footer-motion.is-visible .footer-residence-palms { animation: footerPalmWind 5.6s ease-in-out infinite; }
.panzoom-footer-motion.is-visible .footer-residence-water { animation: footerWaterFlow 4.2s ease-in-out infinite alternate; }
.panzoom-footer-motion.is-visible .footer-water-shimmer { animation: footerWaterShimmer 3.6s linear infinite; }

/* The neon residence remains a single static image. The duplicated palm/water
   masks and shimmer exposed their clipping limits, so only those layers are disabled. */
.panzoom-footer-motion .footer-residence-palms,
.panzoom-footer-motion .footer-residence-water,
.panzoom-footer-motion .footer-water-shimmer {
  display: none !important;
  animation: none !important;
}

.panzoom-footer-motion .footer-residence-base,
.panzoom-footer-motion.is-visible .footer-residence-base {
  opacity: 1;
  clip-path: none;
  mix-blend-mode: normal;
  animation: none !important;
  transform: none !important;
  filter: none !important;
  will-change: auto;
}

@keyframes footerTextReveal {
  from { opacity: 0; transform: translate3d(0, 10px, 0); filter: blur(4px); }
  to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}

@keyframes footerWomanBreathe {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -0.8%, 0) scale(1.004); }
}

@keyframes footerHeadLook {
  0%, 12%, 100% { transform: rotate(0deg) translate3d(0, 0, 0); }
  30% { transform: rotate(-0.48deg) translate3d(0.22%, -0.28%, 0); }
  48% { transform: rotate(-0.62deg) translate3d(0.28%, -0.36%, 0); }
  70% { transform: rotate(0.18deg) translate3d(-0.08%, 0.12%, 0); }
}

@keyframes footerControllerMove {
  0%, 12%, 100% { transform: rotate(0deg) translate3d(0, 0, 0); filter: brightness(1); }
  30% { transform: rotate(-1.8deg) translate3d(-0.35%, -1.5%, 0); filter: brightness(1.02); }
  44% { transform: rotate(-1.15deg) translate3d(-0.1%, -1.85%, 0) scale(1.002); filter: brightness(1.07); }
  58% { transform: rotate(0.7deg) translate3d(0.4%, -0.7%, 0); filter: brightness(1.03); }
  78% { transform: rotate(0.25deg) translate3d(0.15%, -0.2%, 0); filter: brightness(1); }
}

@keyframes footerPalmWind {
  0%, 100% { transform: skewX(0deg) translate3d(0, 0, 0); filter: blur(0); }
  35% { transform: skewX(0.48deg) translate3d(0.4%, 0, 0); filter: blur(0.15px); }
  70% { transform: skewX(-0.32deg) translate3d(-0.24%, 0, 0); filter: blur(0); }
}

@keyframes footerWaterFlow {
  from { transform: translate3d(-0.35%, 0.25%, 0) scaleX(1.008); filter: brightness(.96) saturate(1); }
  to { transform: translate3d(0.5%, -0.2%, 0) scaleX(.994); filter: brightness(1.12) saturate(1.08); }
}

@keyframes footerWaterShimmer {
  from { transform: translate3d(-1.5%, 0, 0) skewX(-0.8deg); background-position: 0 0; }
  to { transform: translate3d(1.5%, -1.5%, 0) skewX(0.8deg); background-position: 90px 38px; }
}

@media (max-width: 760px) {
  .brand-banner-footer.panzoom-footer-motion {
    display: block;
    height: clamp(150px, 38vw, 182px);
  }

  .panzoom-footer-motion .footer-vr,
  .panzoom-footer-motion .footer-residence {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 47%;
    height: 100%;
    opacity: 0.74;
  }

  .panzoom-footer-motion .footer-vr { left: -10%; }
  .panzoom-footer-motion .footer-residence { right: 0; }

  .panzoom-footer-motion .footer-copy-frame {
    position: absolute;
    inset: 0 4%;
    height: 100%;
  }

  .panzoom-footer-motion .footer-brand-copy {
    flex-direction: row;
    gap: 8px;
    font-size: clamp(0.48rem, 2vw, 0.66rem);
    letter-spacing: 0.06em;
  }

  .panzoom-footer-motion .footer-brand-copy i {
    width: 1px;
    height: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .panzoom-footer-motion *,
  .panzoom-footer-motion *::before,
  .panzoom-footer-motion *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .panzoom-footer-motion .footer-brand-copy > * {
    opacity: 1 !important;
    transform: none;
    filter: none;
  }
}
