.kemove-scene-hotspots {
  padding-block: var(--scene-padding-top) var(--scene-padding-bottom);
  font-family: var(--kemove-font-stack, var(--sort-body-font));
  background: rgb(var(--scene-bg-day-rgb, 250 250 250));
  --scene-hover-x: 0px;
  --scene-hover-y: 0px;
  transition: background-color 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* KEMOVE 2026 homepage desk setup */
body[data-page-type="index"] .kemove-scene-hotspots {
  padding-block: 28px 32px;
  background: #f5f7fa;
}

body[data-page-type="index"] .kemove-scene-hotspots__inner.page-width {
  position: relative;
  max-width: var(--kemove-home-width, 1320px);
}

body[data-page-type="index"] .kemove-scene-hotspots__intro {
  position: absolute;
  z-index: 4;
  top: clamp(34px, 5vw, 64px);
  left: clamp(28px, 5vw, 64px);
  max-width: 380px;
  color: #fff;
}

body[data-page-type="index"] .kemove-scene-hotspots__heading {
  color: #fff;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.04;
}

body[data-page-type="index"] .kemove-scene-hotspots__heading span {
  color: #0091ff;
}

body[data-page-type="index"] .kemove-scene-hotspots__text {
  max-width: 330px;
  margin-block-start: 14px;
  color: rgb(255 255 255 / 82%);
  font-size: 14px;
}

body[data-page-type="index"] .kemove-scene-hotspots__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  margin-block-start: 20px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, #0091ff, #006be6);
  border-radius: 10px;
  box-shadow: 0 14px 32px rgb(0 145 255 / 25%);
}

body[data-page-type="index"] .kemove-scene-hotspots__stage {
  min-height: 440px;
  border-radius: 20px;
  background: #080a0f;
  box-shadow: 0 20px 60px rgb(15 23 42 / 16%);
}

body[data-page-type="index"] .kemove-scene-hotspots__stage::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgb(5 11 20 / 82%) 0%, rgb(5 11 20 / 44%) 32%, transparent 62%),
    radial-gradient(circle at 72% 24%, rgb(0 145 255 / 16%), transparent 30%);
}

body[data-page-type="index"] .kemove-scene-hotspot__trigger {
  min-height: 36px;
  padding: 5px 12px 5px 6px;
  color: #111827;
  font-size: 12px;
  font-weight: 800;
  background: rgb(255 255 255 / 92%);
  border-color: rgb(255 255 255 / 72%);
  box-shadow: 0 10px 24px rgb(0 0 0 / 16%);
}

body[data-page-type="index"] .kemove-scene-hotspot__pin {
  width: 26px;
  height: 26px;
  color: #fff;
  background: #0091ff;
  box-shadow: 0 0 0 5px rgb(0 145 255 / 18%), 0 0 24px rgb(0 145 255 / 28%);
}

body[data-page-type="index"] .kemove-scene-hotspot__pin::before,
body[data-page-type="index"] .kemove-scene-hotspot__pin::after {
  position: absolute;
  content: "";
  background: #fff;
  border: 0;
  border-radius: 999px;
}

body[data-page-type="index"] .kemove-scene-hotspot__pin::before {
  inset: auto;
  width: 11px;
  height: 2px;
}

body[data-page-type="index"] .kemove-scene-hotspot__pin::after {
  inset: auto;
  width: 2px;
  height: 11px;
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  body[data-page-type="index"] .kemove-scene-hotspot__trigger:hover {
    color: #006be6;
    background: #fff;
    border-color: rgb(53 216 255 / 56%);
    box-shadow: 0 14px 34px rgb(0 145 255 / 24%);
  }

  body[data-page-type="index"] .kemove-scene-hotspots__button:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 959px) {
  body[data-page-type="index"] .kemove-scene-hotspots {
    padding-block: 22px 28px;
  }

  body[data-page-type="index"] .kemove-scene-hotspots__intro {
    top: 24px;
    left: 22px;
    right: 22px;
    max-width: none;
  }

  body[data-page-type="index"] .kemove-scene-hotspots__stage {
    min-height: 520px;
    aspect-ratio: var(--scene-aspect-mobile);
    border-radius: 18px;
  }

  body[data-page-type="index"] .kemove-scene-hotspots__heading {
    font-size: 32px;
  }

  body[data-page-type="index"] .kemove-scene-hotspots__text {
    max-width: 290px;
    font-size: 13px;
  }

  body[data-page-type="index"] .kemove-scene-hotspot__label {
    display: none;
  }

  body[data-page-type="index"] .kemove-scene-hotspot__trigger {
    padding: 6px;
  }
}

body[data-page-type="index"] .kemove-scene-hotspots__heading span {
  color: #0091ff;
}

.kemove-scene-hotspots.is-night {
  background:
    radial-gradient(circle at 44% 44%, rgb(255 184 92 / 13%), transparent 34%),
    radial-gradient(circle at 72% 24%, rgb(255 214 132 / 9%), transparent 26%),
    linear-gradient(180deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 34%)),
    rgb(var(--scene-bg-night-rgb, 17 17 17));
}

.kemove-scene-hotspots__inner {
  display: grid;
  gap: 22px;
}

.kemove-scene-hotspots__intro {
  display: grid;
  gap: 10px;
  max-width: 720px;
  transition:
    color 360ms ease,
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.kemove-scene-hotspots__heading {
  margin: 0;
  color: #1a1a1a;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
  transition: color 360ms ease;
}

.kemove-scene-hotspots.is-night .kemove-scene-hotspots__heading {
  color: #fff;
}

.kemove-scene-hotspots__text {
  max-width: 58ch;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  transition: color 360ms ease;
}

.kemove-scene-hotspots.is-night .kemove-scene-hotspots__text {
  color: rgb(255 255 255 / 74%);
}

.kemove-scene-hotspots__text p {
  margin: 0;
}

.kemove-scene-hotspots__stage {
  position: relative;
  isolation: isolate;
  aspect-ratio: var(--scene-aspect-desktop);
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--scene-radius);
  background: transparent;
  box-shadow: none;
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.kemove-scene-hotspots.is-motion-ready:not(.is-visible) .kemove-scene-hotspots__intro {
  opacity: 0.001;
  transform: translateY(18px);
}

.kemove-scene-hotspots.is-motion-ready:not(.is-visible) .kemove-scene-hotspots__stage {
  opacity: 0.001;
  transform: translateY(30px) scale(0.992);
}

.kemove-scene-hotspots.is-visible .kemove-scene-hotspots__intro,
.kemove-scene-hotspots.is-visible .kemove-scene-hotspots__stage {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.kemove-scene-hotspots__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 36%,
    rgb(255 255 255 / 26%) 48%,
    transparent 62%,
    transparent 100%
  );
  transform: translateX(-68%);
}

.kemove-scene-hotspots.is-night .kemove-scene-hotspots__stage {
  background: transparent;
}

.kemove-scene-hotspots.is-visible .kemove-scene-hotspots__stage::after {
  animation: kemoveSceneSweep 1050ms cubic-bezier(0.22, 1, 0.36, 1) 140ms both;
}

.kemove-scene-hotspots__media,
.kemove-scene-hotspots__image-layer,
.kemove-scene-hotspots__picture {
  position: absolute;
  inset: 0;
}

.kemove-scene-hotspots__media {
  z-index: 0;
}

.kemove-scene-hotspots__image-layer {
  opacity: 0;
  transform: translate3d(var(--scene-hover-x), var(--scene-hover-y), 0) scale(1);
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.kemove-scene-hotspots__image-layer--day {
  opacity: 1;
}

.kemove-scene-hotspots.is-night .kemove-scene-hotspots__image-layer--day {
  opacity: 0;
}

.kemove-scene-hotspots.is-night .kemove-scene-hotspots__image-layer--night {
  opacity: 1;
}

.kemove-scene-hotspots__picture--mobile {
  display: none;
}

.kemove-scene-hotspots__image,
.kemove-scene-hotspots__picture img,
.kemove-scene-hotspots__picture svg,
.kemove-scene-hotspots__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.kemove-scene-hotspots__items {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.kemove-scene-hotspot {
  position: absolute;
  left: var(--hotspot-x);
  top: var(--hotspot-y);
  pointer-events: auto;
}

.kemove-scene-hotspot__trigger {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 7px 13px 7px 9px;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.2;
  cursor: pointer;
  background: rgb(18 18 18 / 76%);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 999px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 12%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translate(-50%, -50%);
  transition:
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 180ms ease,
    border-color 180ms ease;
}

.kemove-scene-hotspot__pin {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgb(255 255 255 / 14%);
}

.kemove-scene-hotspot__pin::before,
.kemove-scene-hotspot__pin::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.kemove-scene-hotspot__pin::before {
  inset: 8px;
  background: #1a1a1a;
}

.kemove-scene-hotspot__pin::after {
  inset: -5px;
  border: 1px solid rgb(255 255 255 / 34%);
  opacity: 0.72;
}

.kemove-scene-hotspot__label {
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .kemove-scene-hotspots__stage:hover .kemove-scene-hotspots__image-layer {
    transform: translate3d(var(--scene-hover-x), var(--scene-hover-y), 0) scale(1.006);
  }

  .kemove-scene-hotspot__trigger:hover {
    transform: translate(-50%, calc(-50% - 2px));
    background: rgb(18 18 18 / 86%);
    border-color: rgb(255 255 255 / 32%);
  }
}

.kemove-scene-hotspot.is-open .kemove-scene-hotspot__trigger {
  transform: translate(-50%, calc(-50% - 2px));
  background: rgb(18 18 18 / 92%);
}

.kemove-scene-hotspot__dialog {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 220ms ease,
    visibility 220ms ease;
}

.kemove-scene-hotspot.is-open .kemove-scene-hotspot__dialog {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kemove-scene-hotspot__backdrop {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  background: rgb(0 0 0 / 34%);
  border: 0;
}

.kemove-scene-hotspot__modal {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  width: min(980px, calc(100vw - 48px));
  min-height: 520px;
  max-height: min(720px, calc(100vh - 48px));
  overflow: hidden;
  color: #1a1a1a;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgb(0 0 0 / 24%);
  transform: translateY(12px) scale(0.985);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.kemove-scene-hotspot.is-open .kemove-scene-hotspot__modal {
  transform: translateY(0) scale(1);
}

.kemove-scene-hotspot__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  cursor: pointer;
  background: rgb(255 255 255 / 92%);
  border: 1px solid #e8e8e8;
  border-radius: 50%;
}

.kemove-scene-hotspot__close span,
.kemove-scene-hotspot__close span::after {
  display: block;
  width: 16px;
  height: 1.5px;
  background: #1a1a1a;
  border-radius: 999px;
}

.kemove-scene-hotspot__close span {
  transform: rotate(45deg);
}

.kemove-scene-hotspot__close span::after {
  content: "";
  transform: rotate(90deg);
}

.kemove-scene-hotspot__modal-media {
  min-height: 100%;
  background: #f4f4f4;
}

.kemove-scene-hotspot__modal-image,
.kemove-scene-hotspot__modal-media img,
.kemove-scene-hotspot__modal-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.kemove-scene-hotspot__modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 64px 56px 52px;
}

.kemove-scene-hotspot__badge {
  align-self: flex-start;
  margin-block-end: 22px;
  padding: 7px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #1a1a1a;
  border-radius: 999px;
}

.kemove-scene-hotspot__title {
  margin: 0;
  color: #1a1a1a;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.kemove-scene-hotspot__subtitle {
  margin: 14px 0 0;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.kemove-scene-hotspot__price {
  margin: 18px 0 0;
  color: #f83a3a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.kemove-scene-hotspot__description {
  margin-block-start: 22px;
  max-width: 46ch;
  color: #555;
  font-size: 14px;
  line-height: 1.62;
}

.kemove-scene-hotspot__description p {
  margin: 0 0 10px;
}

.kemove-scene-hotspot__description p:last-child {
  margin-block-end: 0;
}

.kemove-scene-hotspot__cta {
  align-self: flex-start;
  margin-block-start: 30px;
  padding: 13px 22px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 999px;
  transition:
    transform 160ms ease,
    background-color 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .kemove-scene-hotspot__cta:hover {
    transform: translateY(-1px);
    background: #000;
  }
}

.kemove-scene-hotspots__switch {
  position: absolute;
  left: var(--scene-switch-x);
  top: var(--scene-switch-y);
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 0;
  min-width: 56px;
  padding: 0 0 10px;
  color: #fff;
  font: inherit;
  cursor: pointer;
  background: transparent;
  border: 0;
  transform: translate(-50%, -8px);
}

.kemove-scene-hotspots__cord {
  display: block;
  width: 2px;
  height: 62px;
  background: linear-gradient(to bottom, rgb(26 26 26 / 78%), rgb(26 26 26 / 42%));
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 46%),
    0 0 10px rgb(0 0 0 / 14%);
}

.kemove-scene-hotspots.is-night .kemove-scene-hotspots__cord {
  background: linear-gradient(to bottom, rgb(255 255 255 / 96%), rgb(255 255 255 / 48%));
  box-shadow:
    0 0 0 1px rgb(0 0 0 / 34%),
    0 0 10px rgb(0 0 0 / 28%);
}

.kemove-scene-hotspots__switch-knob {
  display: block;
  width: 20px;
  height: 20px;
  margin-block-start: -1px;
  border-radius: 50%;
  background: #1a1a1a;
  box-shadow:
    0 0 0 6px rgb(255 255 255 / 32%),
    0 8px 18px rgb(0 0 0 / 18%);
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.kemove-scene-hotspots.is-night .kemove-scene-hotspots__switch-knob {
  background: #fff;
  box-shadow:
    0 0 0 6px rgb(255 255 255 / 16%),
    0 8px 18px rgb(0 0 0 / 24%);
}

.kemove-scene-hotspots__switch.is-pulled .kemove-scene-hotspots__switch-knob {
  transform: translateY(10px);
}

.kemove-scene-hotspots__switch-label {
  margin-block-start: 12px;
  padding: 7px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  background: rgb(18 18 18 / 72%);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@keyframes kemoveSceneSweep {
  0% {
    opacity: 0;
    transform: translateX(-70%);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(70%);
  }
}

@media (max-width: 959px) {
  .kemove-scene-hotspots {
    padding-block: calc(var(--scene-padding-top) * 0.65) calc(var(--scene-padding-bottom) * 0.65);
  }

  .kemove-scene-hotspots__inner {
    gap: 16px;
  }

  .kemove-scene-hotspots__intro {
    gap: 8px;
  }

  .kemove-scene-hotspots__heading {
    font-size: 28px;
    line-height: 1.12;
  }

  .kemove-scene-hotspots__text {
    font-size: 14px;
  }

  .kemove-scene-hotspots__stage {
    aspect-ratio: var(--scene-aspect-mobile);
    min-height: 520px;
    border-radius: min(var(--scene-radius), 12px);
  }

  .kemove-scene-hotspots__picture--desktop {
    display: none;
  }

  .kemove-scene-hotspots__picture--mobile {
    display: block;
  }

  .kemove-scene-hotspot__trigger {
    min-height: 38px;
    padding: 6px 10px 6px 7px;
    font-size: 12px;
  }

  .kemove-scene-hotspot__pin {
    width: 22px;
    height: 22px;
  }

  .kemove-scene-hotspots__switch {
    transform: translate(-50%, -6px) scale(0.86);
    transform-origin: top center;
  }

  .kemove-scene-hotspot__dialog {
    align-items: end;
    padding: 14px;
  }

  .kemove-scene-hotspot__modal {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    max-height: calc(100vh - 28px);
    overflow: auto;
    border-radius: 14px;
  }

  .kemove-scene-hotspot__modal-media {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .kemove-scene-hotspot__modal-content {
    min-height: 0;
    padding: 26px 24px 28px;
  }

  .kemove-scene-hotspot__badge {
    margin-block-end: 14px;
  }

  .kemove-scene-hotspot__title {
    font-size: 28px;
  }

  .kemove-scene-hotspot__subtitle,
  .kemove-scene-hotspot__price {
    font-size: 15px;
  }

  .kemove-scene-hotspot__description {
    margin-block-start: 16px;
    font-size: 13px;
  }

  .kemove-scene-hotspot__cta {
    margin-block-start: 22px;
  }
}

@media (max-width: 480px) {
  .kemove-scene-hotspot__label {
    display: none;
  }

  .kemove-scene-hotspot__trigger {
    padding: 7px;
  }
}

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

  .kemove-scene-hotspots.is-motion-ready:not(.is-visible) .kemove-scene-hotspots__intro,
  .kemove-scene-hotspots.is-motion-ready:not(.is-visible) .kemove-scene-hotspots__stage {
    opacity: 1;
    transform: none;
  }

  .kemove-scene-hotspots__stage::after {
    display: none;
  }
}

/* KEMOVE 2026 final desk setup overrides */
body[data-page-type="index"] .kemove-scene-hotspots {
  padding-block: 28px 32px;
  background: #f5f7fa;
}

body[data-page-type="index"] .kemove-scene-hotspots__inner.page-width {
  position: relative;
  max-width: var(--kemove-home-width, 1320px);
}

body[data-page-type="index"] .kemove-scene-hotspots__intro {
  position: absolute;
  z-index: 4;
  top: clamp(34px, 5vw, 64px);
  left: clamp(28px, 5vw, 64px);
  max-width: 380px;
  color: #fff;
}

body[data-page-type="index"] .kemove-scene-hotspots__heading {
  color: #fff;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.04;
}

body[data-page-type="index"] .kemove-scene-hotspots__text {
  max-width: 330px;
  margin-block-start: 14px;
  color: rgb(255 255 255 / 82%);
  font-size: 14px;
}

body[data-page-type="index"] .kemove-scene-hotspots__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  margin-block-start: 20px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, #0091ff, #006be6);
  border-radius: 10px;
  box-shadow: 0 14px 32px rgb(0 145 255 / 25%);
}

body[data-page-type="index"] .kemove-scene-hotspots__stage {
  min-height: 440px;
  border-radius: 20px;
  background: #080a0f;
  box-shadow: 0 20px 60px rgb(15 23 42 / 16%);
}

body[data-page-type="index"] .kemove-scene-hotspots__stage::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgb(5 11 20 / 82%) 0%, rgb(5 11 20 / 44%) 32%, transparent 62%),
    radial-gradient(circle at 72% 24%, rgb(0 145 255 / 16%), transparent 30%);
}

body[data-page-type="index"] .kemove-scene-hotspot__trigger {
  min-height: 36px;
  padding: 5px 12px 5px 6px;
  color: #111827;
  font-size: 12px;
  font-weight: 800;
  background: rgb(255 255 255 / 92%);
  border-color: rgb(255 255 255 / 72%);
  box-shadow: 0 10px 24px rgb(0 0 0 / 16%);
}

body[data-page-type="index"] .kemove-scene-hotspot__pin {
  width: 26px;
  height: 26px;
  color: #fff;
  background: #0091ff;
  box-shadow: 0 0 0 5px rgb(0 145 255 / 18%), 0 0 24px rgb(0 145 255 / 28%);
}

body[data-page-type="index"] .kemove-scene-hotspot__pin::before,
body[data-page-type="index"] .kemove-scene-hotspot__pin::after {
  position: absolute;
  inset: auto;
  content: "";
  background: #fff;
  border: 0;
  border-radius: 999px;
}

body[data-page-type="index"] .kemove-scene-hotspot__pin::before {
  width: 11px;
  height: 2px;
}

body[data-page-type="index"] .kemove-scene-hotspot__pin::after {
  width: 2px;
  height: 11px;
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  body[data-page-type="index"] .kemove-scene-hotspot__trigger:hover {
    color: #006be6;
    background: #fff;
    border-color: rgb(53 216 255 / 56%);
    box-shadow: 0 14px 34px rgb(0 145 255 / 24%);
  }

  body[data-page-type="index"] .kemove-scene-hotspots__button:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 959px) {
  body[data-page-type="index"] .kemove-scene-hotspots {
    padding-block: 22px 28px;
  }

  body[data-page-type="index"] .kemove-scene-hotspots__intro {
    top: 24px;
    left: 22px;
    right: 22px;
    max-width: none;
  }

  body[data-page-type="index"] .kemove-scene-hotspots__stage {
    min-height: 520px;
    aspect-ratio: var(--scene-aspect-mobile);
    border-radius: 18px;
  }

  body[data-page-type="index"] .kemove-scene-hotspot__label {
    display: none;
  }

  body[data-page-type="index"] .kemove-scene-hotspot__trigger {
    padding: 6px;
  }
}
/* KEMOVE homepage final desk-setup tuning */
body[data-page-type="index"] .kemove-scene-hotspots {
  padding-block: 28px 8px !important;
  background: #f5f7fa !important;
}

body[data-page-type="index"] .kemove-scene-hotspots__inner.page-width {
  max-width: min(var(--kemove-home-width, 1640px), calc(100vw - 96px)) !important;
  padding-inline: 0 !important;
}

body[data-page-type="index"] .kemove-scene-hotspots__intro {
  top: 50% !important;
  left: clamp(34px, 5vw, 72px) !important;
  translate: 0 -50%;
  max-width: min(430px, 36vw) !important;
}

body[data-page-type="index"] .kemove-scene-hotspots__stage {
  min-height: 500px !important;
  background: rgb(var(--scene-bg-day-rgb, 250 250 250)) !important;
  border-radius: 20px !important;
}

body[data-page-type="index"] .kemove-scene-hotspots.is-night .kemove-scene-hotspots__stage {
  background: rgb(var(--scene-bg-night-rgb, 8 10 15)) !important;
}

body[data-page-type="index"] .kemove-scene-hotspots__image-layer--day {
  background: rgb(var(--scene-bg-day-rgb, 250 250 250));
}

body[data-page-type="index"] .kemove-scene-hotspots__image-layer--night {
  background: rgb(var(--scene-bg-night-rgb, 8 10 15));
}

body[data-page-type="index"] .kemove-scene-hotspots__stage::before {
  background: linear-gradient(90deg, rgb(5 11 20 / 68%) 0%, rgb(5 11 20 / 28%) 38%, transparent 74%) !important;
}

body[data-page-type="index"] .kemove-scene-hotspots.is-night .kemove-scene-hotspots__stage::before {
  background: linear-gradient(90deg, rgb(5 11 20 / 82%) 0%, rgb(5 11 20 / 38%) 40%, transparent 76%) !important;
}

@media (max-width: 959px) {
  body[data-page-type="index"] .kemove-scene-hotspots {
    padding-block: 20px 8px !important;
  }

  body[data-page-type="index"] .kemove-scene-hotspots__inner.page-width {
    max-width: calc(100vw - 32px) !important;
  }

  body[data-page-type="index"] .kemove-scene-hotspots__intro {
    top: 24px !important;
    left: 22px !important;
    right: 22px !important;
    translate: none;
    max-width: none !important;
  }
}
/* KEMOVE homepage final width parity with service/product sections */
body[data-page-type="index"] .kemove-scene-hotspots__inner.page-width {
  max-width: min(var(--kemove-home-width, 1640px), calc(100vw - 96px)) !important;
  padding-inline: var(--page-padding) !important;
}

@media (max-width: 959px) {
  body[data-page-type="index"] .kemove-scene-hotspots__inner.page-width {
    max-width: calc(100vw - 32px) !important;
    padding-inline: var(--page-padding) !important;
  }
}

/* Keep hotspot modal above the desk setup copy while it is open */
body[data-page-type="index"] .kemove-scene-hotspots.is-hotspot-open .kemove-scene-hotspots__stage {
  z-index: 12;
}

body[data-page-type="index"] .kemove-scene-hotspots.is-hotspot-open .kemove-scene-hotspots__intro {
  z-index: 1;
  pointer-events: none;
}

body[data-page-type="index"] .kemove-scene-hotspots.is-hotspot-open .kemove-scene-hotspots__items {
  z-index: 24;
  pointer-events: auto;
}

body[data-page-type="index"] .kemove-scene-hotspots.is-hotspot-open .kemove-scene-hotspot.is-open {
  z-index: 25;
}

body[data-page-type="index"] .kemove-scene-hotspots.is-hotspot-open .kemove-scene-hotspot__dialog {
  z-index: 40;
}

/* KEMOVE homepage mobile: hide desk setup hotspot scene */
@media (max-width: 959px) {
  body[data-page-type="index"] .kemove-scene-hotspots {
    display: none !important;
  }
}

/* KEMOVE homepage desk setup CTA compact width */
body[data-page-type="index"] .kemove-scene-hotspots__button {
  inline-size: 156px !important;
  min-inline-size: 0 !important;
  max-inline-size: 100% !important;
  padding-inline: 16px !important;
}

/* KEMOVE homepage immersive desktop width trial */
@media (min-width: 960px) {
  body[data-page-type="index"] .kemove-scene-hotspots {
    padding-block: 22px 14px !important;
  }

  body[data-page-type="index"] .kemove-scene-hotspots__inner.page-width {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-inline: calc(50% - 50vw) !important;
    padding-inline: 0 !important;
  }

  body[data-page-type="index"] .kemove-scene-hotspots__stage {
    aspect-ratio: 16 / 7 !important;
    width: 100% !important;
    min-height: 0 !important;
    border-radius: 0 !important;
  }
}

/* KEMOVE homepage full-bleed scene copy safe area */
@media (min-width: 960px) {
  body[data-page-type="index"] .kemove-scene-hotspots__intro {
    left: max(
      118px,
      calc((100vw - min(var(--kemove-home-width, 1640px), calc(100vw - 96px))) / 2 + 88px)
    ) !important;
  }
}

/* KEMOVE homepage contained width restore */
@media (min-width: 960px) {
  body[data-page-type="index"] .kemove-scene-hotspots {
    padding-block: 28px 8px !important;
  }

  body[data-page-type="index"] .kemove-scene-hotspots__inner.page-width {
    width: auto !important;
    max-width: min(var(--kemove-home-width, 1640px), calc(100vw - 96px)) !important;
    margin-inline: auto !important;
    padding-inline: var(--page-padding) !important;
  }

  body[data-page-type="index"] .kemove-scene-hotspots__stage {
    aspect-ratio: 16 / 7 !important;
    width: 100% !important;
    min-height: 0 !important;
    border-radius: 20px !important;
  }

  body[data-page-type="index"] .kemove-scene-hotspots__intro {
    left: clamp(72px, 6vw, 112px) !important;
  }
}

@media (min-width: 960px) {
  body[data-page-type="index"] .kemove-scene-hotspots__inner.page-width {
    width: min(1440px, calc(100vw - 64px)) !important;
    max-width: none !important;
    padding-inline: 40px !important;
    margin-inline: auto !important;
    box-sizing: border-box !important;
  }
}
