.page-home {
  position: relative;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  transform: scale(var(--camera-zoom));
  transform-origin: 58% 52%;
  transition: transform 120ms linear;
}

.page-home::before {
  content: "";
  position: absolute;
  inset: 18% 19% 9% 5%;
  border: 1px solid rgba(119, 183, 255, 0.08);
  border-radius: 8px;
  pointer-events: none;
  transform: perspective(900px) rotateX(58deg) rotateZ(-7deg);
  transform-origin: 50% 52%;
  opacity: 0.52;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(113, 181, 255, 0.09) 12% 12.2%, transparent 12.2% 100%),
    linear-gradient(180deg, transparent 0 14%, rgba(113, 181, 255, 0.07) 14% 14.2%, transparent 14.2% 100%);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 72%, transparent);
}

.page-home::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 52%, rgba(2, 10, 24, 0.22), transparent 36%),
    radial-gradient(ellipse at 88% 50%, rgba(2, 10, 24, 0.26), transparent 28%),
    linear-gradient(90deg, rgba(2, 7, 18, 0.1), transparent 28%, transparent 66%, rgba(2, 7, 18, 0.14));
  opacity: 0.72;
}

.hero-copy {
  position: absolute;
  z-index: 20;
  left: 7vw;
  top: 50%;
  width: min(760px, 58vw);
  transform: translate3d(var(--hero-shift), -50%, 0) scale(var(--hero-scale));
  transform-origin: left center;
  opacity: var(--hero-presence);
  filter: blur(var(--hero-blur));
  transition:
    opacity 48ms linear,
    filter 48ms linear;
}

.eyebrow,
.page-kicker,
.detail-eyebrow {
  margin: 0 0 18px;
  color: rgba(130, 202, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: 4.75rem;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
  color: #f8fcff;
  text-shadow:
    0 0 34px rgba(35, 150, 255, 0.24),
    0 16px 80px rgba(0, 0, 0, 0.46);
}

.hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

.hero-subtitle {
  margin: 24px 0 0;
  color: rgba(239, 248, 255, 0.92);
  font-size: 1.72rem;
  line-height: 1.42;
  font-weight: 650;
}

.hero-line {
  margin: 16px 0 0;
  color: rgba(215, 232, 255, 0.76);
  font-size: 1.28rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 46px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 18px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 260ms var(--ease-cinematic),
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
}

.primary-action {
  color: #fff;
  border: 1px solid rgba(122, 193, 255, 0.58);
  background:
    linear-gradient(135deg, rgba(47, 140, 255, 0.92), rgba(124, 92, 255, 0.78)),
    #154dac;
  box-shadow:
    0 18px 48px rgba(47, 140, 255, 0.36),
    0 0 0 1px rgba(209, 237, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.secondary-action {
  color: rgba(244, 249, 255, 0.92);
  border: 1px solid rgba(151, 200, 255, 0.35);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 48%),
    rgba(7, 20, 44, 0.58);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.primary-action:hover,
.secondary-action:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.68);
}

.hero-metrics {
  margin: 38px 0 0;
  color: rgba(238, 248, 255, 0.88);
  font-size: 1.16rem;
}

.scene-status {
  position: absolute;
  left: 7vw;
  bottom: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  z-index: 18;
}

.scene-status::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 6px;
  border-radius: 999px;
  background: rgba(159, 202, 255, 0.16);
  opacity: 0.42;
  transform: translateY(-50%);
  filter: blur(0.2px);
}

.scene-status button {
  --dot-glow: rgba(47, 140, 255, 0.48);
  position: relative;
  z-index: 1;
  width: 42px;
  height: 6px;
  padding: 0;
  border-radius: 999px;
  opacity: 0.46;
  background: rgba(159, 202, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition:
    width 260ms ease,
    opacity 260ms ease,
    transform 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
}

.scene-status button:nth-child(2).is-current {
  --dot-glow: rgba(47, 140, 255, 0.54);
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.76), rgba(47, 140, 255, 0.96));
}

.scene-status button:nth-child(3).is-current {
  --dot-glow: rgba(124, 92, 255, 0.54);
  background: linear-gradient(90deg, rgba(47, 140, 255, 0.86), rgba(124, 92, 255, 0.96));
}

.scene-status button:nth-child(4).is-current {
  --dot-glow: rgba(255, 159, 47, 0.54);
  background: linear-gradient(90deg, rgba(168, 85, 247, 0.9), rgba(255, 159, 47, 0.98));
}

.scene-status button.is-current {
  width: 68px;
  opacity: 1;
  transform: scaleY(1.22);
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  box-shadow:
    0 0 22px var(--dot-glow),
    0 0 42px var(--dot-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.product-rail {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 35;
  width: 318px;
  height: 590px;
  transform: translateY(-50%);
  perspective: 1300px;
  pointer-events: none;
}

.product-card {
  position: absolute;
  right: 0;
  top: var(--card-top);
  width: 306px;
  height: 174px;
  padding: 19px 18px;
  overflow: hidden;
  text-align: left;
  color: #f8fcff;
  border: 1px solid rgba(174, 220, 255, 0.46);
  border-radius: 20px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.045) 42%, rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 88% 24%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 38%),
    linear-gradient(140deg, rgba(10, 34, 76, 0.94), rgba(7, 14, 36, 0.84));
  box-shadow:
    0 26px 78px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(202, 230, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.23),
    inset 0 -24px 48px rgba(3, 10, 24, 0.18),
    0 0 34px color-mix(in srgb, var(--accent) 28%, transparent);
  opacity: var(--card-opacity, 0.94);
  transform:
    translate3d(var(--launch-x, 0px), var(--launch-y, 0px), 0)
    scale(var(--card-scale, 0.96))
    rotateY(var(--card-rotate, -10deg));
  transform-origin: right center;
  pointer-events: auto;
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    opacity 120ms linear;
  will-change: transform, opacity;
  animation: cardAura 4.8s ease-in-out infinite;
  animation-delay: var(--card-delay);
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0.72;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--accent) 18%, transparent), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 42%);
  pointer-events: none;
}

.product-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 13px 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 72%, #fff), transparent);
  opacity: 0.42;
}

.product-card__shine {
  position: absolute;
  top: -40%;
  left: -55%;
  width: 70%;
  height: 180%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  opacity: 0;
  transition:
    opacity 260ms ease,
    left 900ms var(--ease-cinematic);
}

.product-card:hover .product-card__shine,
.product-card.is-launched .product-card__shine {
  left: 120%;
  opacity: 1;
}

.product-card__eyebrow {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 150px;
  color: rgba(216, 238, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 150px;
  margin-top: 6px;
  font-size: 1.28rem;
  line-height: 1.24;
  font-weight: 780;
  text-wrap: balance;
}

.product-card__media {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 106px;
  height: 66px;
  overflow: hidden;
  border: 1px solid rgba(210, 234, 255, 0.32);
  border-radius: 16px;
  opacity: 0.9;
  transform: translateY(-45%);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 24px rgba(0, 0, 0, 0.2);
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.025);
  animation: productThumbDrift 16s ease-in-out infinite;
}

.product-card[data-product-card="1"] .product-card__media img {
  object-position: 50% 50%;
  animation: appThumbDrift 28s ease-in-out infinite;
}

.product-card__meta {
  position: absolute;
  left: 18px;
  right: auto;
  bottom: 18px;
  z-index: 1;
  max-width: 150px;
  color: rgba(226, 241, 255, 0.74);
  font-size: 0.78rem;
  line-height: 1.32;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card:hover,
.product-card.is-current {
  border-color: color-mix(in srgb, var(--accent) 72%, #fff);
  box-shadow:
    0 32px 92px rgba(0, 0, 0, 0.5),
    0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -24px 50px rgba(3, 10, 24, 0.22),
    0 0 54px color-mix(in srgb, var(--accent) 42%, transparent);
}

.product-stage-wrap {
  position: absolute;
  inset: 0 362px 0 64px;
  z-index: 24;
  pointer-events: none;
  perspective: 1600px;
}

.product-stage {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1160px, 100%);
  height: min(660px, calc(100svh - 148px));
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: center;
  padding: 48px;
  color: #f8fcff;
  border: 1px solid color-mix(in srgb, var(--accent) 34%, transparent);
  border-radius: 20px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, rgba(5, 17, 39, 0.82), rgba(8, 10, 28, 0.66));
  box-shadow:
    0 30px 120px rgba(0, 0, 0, 0.42),
    0 0 82px color-mix(in srgb, var(--accent) 22%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  opacity: var(--panel-presence, 0);
  transform:
    translate3d(calc(-50% + var(--panel-x, 34vw)), -50%, 0)
    scale(var(--panel-scale, 0.9))
    rotateY(var(--panel-rotate, -14deg));
  transform-origin: center center;
  filter: blur(var(--panel-blur, 7px));
  clip-path: inset(var(--panel-clip-y, 8%) var(--panel-clip-x, 12%) var(--panel-clip-y, 8%) 0 round 20px);
  will-change: transform, opacity, filter, clip-path;
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--accent) 34%, transparent), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 32%);
  opacity: 0.8;
}

.product-stage__copy p {
  margin: 0 0 16px;
  color: color-mix(in srgb, var(--accent) 72%, #d8f2ff);
  font-size: 0.86rem;
  font-weight: 760;
}

.product-stage__copy h2 {
  margin: 0;
  font-size: 2.58rem;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
}

.product-stage__copy span {
  display: block;
  margin-top: 20px;
  color: rgba(222, 237, 255, 0.72);
  font-size: 1.1rem;
  line-height: 1.78;
}

.stage-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.stage-metrics li {
  padding: 11px 16px;
  border: 1px solid rgba(163, 207, 255, 0.22);
  border-radius: 12px;
  color: rgba(239, 248, 255, 0.86);
  background: rgba(255, 255, 255, 0.055);
  font-weight: 700;
}

.product-stage__visual {
  position: relative;
}

.visual-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(203, 229, 255, 0.18);
  border-radius: 18px;
  background: rgba(2, 8, 20, 0.64);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.visual-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 35%, rgba(255, 255, 255, 0.16) 49%, transparent 64%),
    radial-gradient(circle at 12% 15%, rgba(255, 255, 255, 0.16), transparent 22%);
  transform: translateX(-36%);
  opacity: var(--ripple-opacity, 0.24);
  transition: opacity 180ms linear;
}

.visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.018);
  animation: productImageFloat 18s ease-in-out infinite;
}

.product-stage[data-product-panel="1"] .visual-frame img {
  object-position: 50% 50%;
  transform-origin: 50% 50%;
  animation: appImageFloat 28s ease-in-out infinite;
}

.motion-vectors,
.transition-wake,
.lens-gate {
  position: absolute;
  inset: 0;
  z-index: 16;
  pointer-events: none;
}

.motion-vectors {
  display: none;
}

.motion-vectors span {
  position: absolute;
  left: -26vw;
  width: 50vw;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, color-mix(in srgb, var(--active-accent) 86%, #fff), transparent),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  box-shadow:
    0 0 18px color-mix(in srgb, var(--active-accent) 72%, transparent),
    0 0 42px color-mix(in srgb, var(--active-accent) 38%, transparent);
  opacity: 0.42;
  transform: translate3d(0, 0, 0);
  animation: vectorSweep 6.8s linear infinite;
}

.motion-vectors span:nth-child(1) {
  top: 28%;
  animation-delay: -1.2s;
}

.motion-vectors span:nth-child(2) {
  top: 43%;
  width: 34vw;
  opacity: 0.34;
  animation-delay: -3.4s;
}

.motion-vectors span:nth-child(3) {
  top: 61%;
  width: 48vw;
  opacity: 0.28;
  animation-delay: -5.2s;
}

.motion-vectors span:nth-child(4) {
  top: 76%;
  width: 30vw;
  opacity: 0.24;
  animation-delay: -0.4s;
}

.transition-wake {
  inset: -8% 16% -8% 30%;
  opacity: 0;
  transform: translate3d(18vw, 0, 0) scaleX(0.72);
  transform-origin: var(--wave-origin-x, 78%) var(--wave-origin-y, 50%);
  filter: blur(5px) saturate(1.08);
  background:
    linear-gradient(90deg, transparent 0 26%, rgba(255, 255, 255, 0.28) 46%, transparent 62%),
    linear-gradient(90deg, transparent 0 36%, color-mix(in srgb, var(--active-accent) 28%, transparent) 50%, transparent 74%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 26%, #000 64%, transparent 100%);
  mix-blend-mode: screen;
  will-change: transform, opacity, filter;
}

html[data-transitioning="true"] .transition-wake {
  animation: rippleBloom var(--transition-duration, 720ms) var(--ease-cinematic) both;
}

html[data-transitioning="true"][data-scene="1"] .transition-wake {
  inset: -8% 12% -8% 22%;
  background:
    linear-gradient(90deg, transparent 0 22%, rgba(207, 247, 255, 0.34) 43%, transparent 58%),
    linear-gradient(90deg, transparent 0 30%, rgba(34, 211, 238, 0.15) 46%, rgba(47, 140, 255, 0.12) 62%, transparent 78%);
  filter: blur(5px) saturate(1.16);
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 66%, transparent 100%);
}

html[data-transitioning="true"][data-scene="2"] .transition-wake {
  inset: -10% 18% -10% 24%;
  background:
    radial-gradient(ellipse at var(--wave-origin-x, 78%) var(--wave-origin-y, 50%), rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(90deg, transparent 0 30%, rgba(138, 110, 255, 0.18) 50%, transparent 76%),
    linear-gradient(90deg, transparent 0 26%, rgba(64, 178, 255, 0.11) 48%, transparent 70%);
  filter: blur(6px) saturate(1.16);
  mask-image: radial-gradient(ellipse at var(--wave-origin-x, 78%) var(--wave-origin-y, 50%), #000 0 34%, rgba(0, 0, 0, 0.72) 52%, transparent 78%);
}

html[data-transitioning="true"][data-scene="3"] .transition-wake {
  inset: -8% 10% -8% 26%;
  background:
    linear-gradient(90deg, transparent 0 20%, rgba(255, 230, 180, 0.24) 40%, transparent 56%),
    linear-gradient(90deg, transparent 0 34%, rgba(255, 159, 47, 0.18) 52%, rgba(124, 92, 255, 0.1) 70%, transparent 84%);
  filter: blur(6px) saturate(1.28);
  mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 70%, transparent 100%);
}

.lens-gate {
  opacity: calc(var(--ripple-strength) * 0.12);
  background:
    radial-gradient(ellipse at var(--wave-origin-x, 78%) var(--wave-origin-y, 50%), color-mix(in srgb, var(--active-accent) 18%, transparent), transparent 42%),
    linear-gradient(96deg, transparent 0 41%, rgba(255, 255, 255, 0.12) 50%, transparent 59%);
  filter: blur(calc(3px + var(--ripple-strength) * 3px)) saturate(1.06);
  transform:
    translateX(calc((1 - var(--ripple-strength)) * 3vw))
    scale(calc(0.98 + var(--ripple-strength) * 0.03));
  transform-origin: var(--wave-origin-x, 78%) var(--wave-origin-y, 50%);
  mask-image: radial-gradient(
    ellipse at var(--wave-origin-x, 78%) var(--wave-origin-y, 50%),
    #000 0 34%,
    rgba(0, 0, 0, 0.5) 48%,
    transparent 72%
  );
  mix-blend-mode: screen;
  will-change: transform, opacity, filter;
}

html[data-transitioning="true"][data-scene="1"] .lens-gate {
  opacity: calc(var(--ripple-strength) * 0.16);
}

html[data-transitioning="true"][data-scene="2"] .lens-gate {
  opacity: calc(var(--ripple-strength) * 0.18);
  filter: blur(calc(4px + var(--ripple-strength) * 4px)) saturate(1.18);
  transform:
    translateX(calc((1 - var(--ripple-strength)) * 2vw))
    scale(calc(0.97 + var(--ripple-strength) * 0.055));
}

html[data-transitioning="true"][data-scene="3"] .lens-gate {
  opacity: calc(var(--ripple-strength) * 0.16);
  background:
    radial-gradient(ellipse at var(--wave-origin-x, 78%) var(--wave-origin-y, 50%), rgba(255, 159, 47, 0.18), transparent 44%),
    linear-gradient(96deg, transparent 0 38%, rgba(255, 225, 190, 0.14) 50%, transparent 62%);
}

.scroll-hint {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 34px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(225, 240, 255, 0.66);
  font-size: 0.84rem;
  font-weight: 700;
  transform: translateX(-50%);
}

.scroll-hint span {
  width: 24px;
  height: 38px;
  border: 1px solid rgba(203, 230, 255, 0.46);
  border-radius: 999px;
  position: relative;
  box-shadow:
    0 0 18px rgba(47, 140, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.scroll-hint span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 4px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 159, 47, 0.78));
  transform: translateX(-50%);
  animation: wheelPulse 1.7s ease-in-out infinite;
}

.scroll-hint p {
  margin: 0;
}

html:not([data-scene="0"]) .scroll-hint {
  opacity: 0.48;
  transform: translateX(-50%) scale(0.92);
}

html:not([data-scene="0"]) .scroll-hint p {
  opacity: 0.72;
}

@keyframes wheelPulse {
  0%,
  100% {
    transform: translate(-50%, 0);
    opacity: 0.35;
  }
  50% {
    transform: translate(-50%, 9px);
    opacity: 1;
  }
}

@keyframes cardAura {
  0%,
  100% {
    box-shadow:
      0 26px 78px rgba(0, 0, 0, 0.44),
      0 0 0 1px rgba(202, 230, 255, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.23),
      inset 0 -24px 48px rgba(3, 10, 24, 0.18),
      0 0 30px color-mix(in srgb, var(--accent) 26%, transparent);
  }
  50% {
    box-shadow:
      0 32px 90px rgba(0, 0, 0, 0.48),
      0 0 0 1px rgba(202, 230, 255, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.25),
      inset 0 -24px 48px rgba(3, 10, 24, 0.2),
      0 0 48px color-mix(in srgb, var(--accent) 36%, transparent);
  }
}

@keyframes productThumbDrift {
  0%,
  100% {
    transform: scale(1.025) translateX(0);
  }
  50% {
    transform: scale(1.045) translateX(-1.4%);
  }
}

@keyframes appThumbDrift {
  0%,
  100% {
    transform: scale(1.18) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.2) translate3d(-0.35%, -0.15%, 0);
  }
}

@keyframes productImageFloat {
  0%,
  100% {
    transform: scale(1.018) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.04) translate3d(-0.75%, -0.45%, 0);
  }
}

@keyframes appImageFloat {
  0%,
  100% {
    transform: scale(1.045) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.06) translate3d(-0.25%, -0.15%, 0);
  }
}

@keyframes vectorSweep {
  0% {
    transform: translate3d(-6vw, 0, 0);
    opacity: 0;
  }
  12% {
    opacity: 0.3;
  }
  88% {
    opacity: 0.2;
  }
  100% {
    transform: translate3d(132vw, -11vh, 0);
    opacity: 0;
  }
}

@keyframes rippleBloom {
  0% {
    opacity: 0;
    transform: translate3d(16vw, 0, 0) scaleX(0.46);
    filter: blur(10px) saturate(1.02);
  }
  20% {
    opacity: 0.34;
    transform: translate3d(7vw, 0, 0) scaleX(0.76);
    filter: blur(5px) saturate(1.08);
  }
  58% {
    opacity: 0.18;
    transform: translate3d(-3vw, 0, 0) scaleX(1.02);
    filter: blur(6px) saturate(1.06);
  }
  100% {
    opacity: 0;
    transform: translate3d(-13vw, 0, 0) scaleX(1.1);
    filter: blur(12px) saturate(1);
  }
}
