.hero-ls-stage.is-embed,
body.mal-ls-embed .hero-ls-stage {
  display: block !important;
  inset: 118px 18px 96px !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  pointer-events: none !important;
}
.hero-ls-stage.is-embed .hero-ls-card,
body.mal-ls-embed .hero-ls-card {
  display: none !important;
}
.hero-ls-frame {
  position: fixed !important;
  top: 118px !important;
  right: 18px !important;
  bottom: 96px !important;
  left: 18px !important;
  width: calc(100vw - 36px) !important;
  height: calc(100dvh - 214px) !important;
  max-width: none !important;
  max-height: none !important;
  z-index: 27;
  pointer-events: auto !important;
  box-sizing: border-box;
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 16px;
  background: #05070d;
}

.hero-ls-stage:not(.is-embed) {
  display: grid !important;
  inset: 118px 18px 96px !important;
  width: auto !important;
  height: calc(100dvh - 214px) !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  gap: 18px !important;
  align-items: stretch !important;
  align-content: stretch !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: minmax(480px, 1fr) !important;
}
.hero-ls-stage:not(.is-embed) .hero-ls-card {
  height: 100% !important;
  min-height: 480px !important;
  max-height: none !important;
  width: 100% !important;
  aspect-ratio: auto !important;
  border-radius: 20px;
}
.hero-ls-stage:not(.is-embed) .hero-ls-card-img {
  filter: none !important;
  object-fit: cover !important;
  object-position: center !important;
  image-rendering: auto;
}

.hero-ls-card.is-ls {
  border-color: rgba(212, 175, 55, 0.58);
  box-shadow:
    0 22px 64px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(212, 175, 55, 0.16) inset;
}
.hero-ls-card.is-ls .hero-ls-card-veil {
  background: linear-gradient(180deg, rgba(5, 7, 13, 0.02) 0%, rgba(5, 7, 13, 0.12) 48%, rgba(5, 7, 13, 0.78) 100%);
}
.hero-ls-card.is-ls .hero-ls-card-body {
  left: 22px;
  right: 22px;
  bottom: 22px;
  gap: 8px;
}
.hero-ls-card.is-ls .hero-ls-card-label {
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff6d0;
}
.hero-ls-card.is-ls .hero-ls-card-sub,
.hero-ls-ls-copy {
  margin: 0;
  max-width: 36ch;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(232, 230, 223, 0.86);
}

.hero-ls-card.is-sale {
  border-color: rgba(244, 215, 139, 0.72);
  box-shadow:
    0 22px 64px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(212, 175, 55, 0.22) inset;
}
.hero-ls-card.is-sale .hero-ls-card-veil {
  background: linear-gradient(180deg, rgba(5, 7, 13, 0.02) 0%, rgba(5, 7, 13, 0.1) 48%, rgba(5, 7, 13, 0.8) 100%);
}
.hero-ls-card.is-sale .hero-ls-card-body {
  left: 22px;
  right: 22px;
  bottom: 22px;
  gap: 8px;
}
.hero-ls-sale-k {
  font-size: 11px;
  letter-spacing: 0.28em;
  font-weight: 800;
  color: #f0d78a;
}
.hero-ls-card.is-sale .hero-ls-card-label {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff6d0;
}
.hero-ls-sale-copy {
  margin: 0;
  max-width: 36ch;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(232, 230, 223, 0.86);
}
.hero-ls-sale-price {
  margin-top: 4px;
  font-size: clamp(32px, 3.8vw, 52px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffd56a;
  text-shadow: 0 2px 16px rgba(212, 175, 55, 0.35);
}
.hero-ls-sale-price em {
  margin-left: 4px;
  font-style: normal;
  font-size: 0.42em;
  letter-spacing: 0.16em;
  color: rgba(240, 215, 138, 0.8);
}
.hero-ls-sale-meta {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(210, 214, 230, 0.7);
}

@media (max-width: 720px) {
  .hero-ls-stage:not(.is-embed) {
    inset: 88px 12px 84px !important;
    height: calc(100dvh - 172px) !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(2, minmax(220px, 1fr)) !important;
    gap: 12px !important;
  }
  .hero-ls-stage:not(.is-embed) .hero-ls-card {
    min-height: 220px !important;
  }
}
