.vmx-root.is-reel2 {
  --vmx-reel2-ink: #f4efe4;
  --vmx-reel2-soft: rgba(244, 239, 228, 0.88);
}

.vmx-root.is-reel2 .vmx-dock,
.vmx-root.is-reel2 .vmx-search,
.vmx-root.is-reel2 .vmx-search-open,
.vmx-root.is-reel2 #vmx-search-open,
.vmx-root.is-reel2 .vmx-inspector,
.vmx-root.is-reel2 .vmx-legend,
.vmx-root.is-reel2 .vmx-map-meta,
.vmx-root.is-reel2 .vmx-status,
.vmx-root.is-reel2 .vmx-skip,
.vmx-root.is-reel2 .vmx-origin,
.vmx-root.is-reel2 #vmx-nav-home {
  opacity: 0 !important;
  pointer-events: none !important;
}

.vmx-root.is-reel2 .vmx-chrome,
.vmx-root.is-reel2.is-entering .vmx-chrome {
  opacity: 1 !important;
  pointer-events: auto;
  z-index: 16;
}

.vmx-root.is-reel2 .vmx-map-tools,
.vmx-root.is-reel2.is-entering .vmx-map-tools {
  opacity: 0 !important;
  pointer-events: none;
  z-index: 16;
  transition: opacity 480ms ease;
}

.vmx-root.is-reel2.is-reel2-tools .vmx-map-tools,
.vmx-root.is-reel2.is-entering.is-reel2-tools .vmx-map-tools {
  opacity: 1 !important;
}

.vmx-root.is-reel2.is-reel2-tools .vmx-dock,
.vmx-root.is-reel2.is-reel2-tools .vmx-search,
.vmx-root.is-reel2.is-reel2-tools .vmx-search-open,
.vmx-root.is-reel2.is-reel2-tools #vmx-search-open {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.vmx-root.is-reel2 .vmx-nav {
  pointer-events: none;
}

.vmx-reel2-veil {
  position: absolute;
  inset: 0;
  z-index: 11;
  background: linear-gradient(180deg, rgba(10, 12, 11, 0.04) 0%, rgba(10, 12, 11, 0.16) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}

.vmx-reel2-veil.is-on {
  opacity: 1;
}

.vmx-reel2-stack {
  position: absolute;
  z-index: 12;
  width: min(42rem, 78%);
  max-width: 84%;
  pointer-events: none;
  transition: left 420ms ease, right 420ms ease, top 420ms ease, bottom 420ms ease, width 420ms ease;
}

.vmx-root.is-reel2-stage-bottom .vmx-reel2-stack {
  left: 10%;
  right: 10%;
  bottom: 12%;
  width: auto;
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.vmx-root.is-reel2-stage-left .vmx-reel2-stack {
  left: 10%;
  right: auto;
  top: 16%;
  bottom: auto;
  width: min(38rem, 72%);
  text-align: left;
}

.vmx-root.is-reel2-stage-right .vmx-reel2-stack {
  right: 10%;
  left: auto;
  top: 16%;
  bottom: auto;
  width: min(38rem, 72%);
  text-align: right;
}

.vmx-reel2-board {
  opacity: 0;
  color: var(--vmx-reel2-ink);
  font-family: var(--vmx-display);
  text-shadow: 0 1px 16px rgba(10, 12, 11, 0.72);
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.vmx-reel2-board.is-on {
  opacity: 1;
  transform: translateY(0);
}

.vmx-reel2-kicker {
  margin: 0;
  white-space: pre-line;
  font-size: clamp(2rem, 2.2vw, 2.625rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-transform: uppercase;
}

.vmx-reel2-board.is-hook .vmx-reel2-kicker {
  font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  letter-spacing: 0.04em;
  text-transform: none;
}

.vmx-reel2-board.is-hook .vmx-reel2-copy {
  margin-top: 0.85rem;
  font-family: var(--vmx-display);
  font-size: clamp(1.35rem, 1.7vw, 1.85rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(244, 239, 228, 0.88);
}

.vmx-reel2-board.is-name .vmx-reel2-kicker {
  font-size: clamp(2rem, 2.2vw, 2.625rem);
}

.vmx-reel2-board.is-area .vmx-reel2-kicker {
  font-size: clamp(1.55rem, 1.85vw, 2rem);
  letter-spacing: 0.1em;
}

.vmx-reel2-board.is-area .vmx-reel2-copy {
  margin-top: 0.5rem;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.vmx-reel2-operator {
  margin: 0.45rem 0 0;
  font-family: var(--vmx-display);
  font-size: clamp(0.9rem, 1.05vw, 1.1rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(244, 239, 228, 0.78);
}

.vmx-reel2-facts {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.vmx-reel2-facts li {
  margin: 0;
  font-family: var(--vmx-font);
  font-size: clamp(0.88rem, 1.02vw, 1.05rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.35;
  color: rgba(244, 239, 228, 0.7);
}

.vmx-reel2-facts li::before {
  content: "· ";
  color: rgba(244, 239, 228, 0.5);
}

.vmx-root.is-reel2-stage-center .vmx-reel2-stack {
  left: 8%;
  right: 8%;
  top: 50%;
  bottom: auto;
  width: auto;
  max-width: none;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-50%);
}

.vmx-reel2-board.is-cta .vmx-reel2-kicker {
  font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  letter-spacing: 0.04em;
  text-transform: none;
}

.vmx-reel2-board.is-cta .vmx-reel2-copy {
  margin-top: 0.85rem;
  font-family: var(--vmx-display);
  font-size: clamp(1.35rem, 1.7vw, 1.85rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  white-space: pre-line;
  color: rgba(244, 239, 228, 0.88);
}

.vmx-root.is-reel2-stage-center .vmx-reel2-cta {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  transform: none;
  margin-top: 1.35rem;
  text-transform: none;
  letter-spacing: 0.04em;
  font-size: clamp(1.2rem, 1.5vw, 1.55rem);
  font-weight: 500;
  line-height: 1.25;
}

.vmx-reel2-cta {
  position: relative;
  z-index: 14;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  pointer-events: none;
  border: 0;
  background: transparent;
  color: var(--vmx-reel2-ink);
  font-family: var(--vmx-display);
  font-size: clamp(1.875rem, 2.2vw, 2.375rem);
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 0.25rem 0.1rem 0.4rem;
  cursor: pointer;
  transition: opacity 220ms ease;
}

.vmx-reel2-copy {
  margin: 0.4rem 0 0;
  max-width: 100%;
  font-family: var(--vmx-font);
  font-size: clamp(1.25rem, 1.4vw, 1.5625rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.32;
  text-transform: none;
  color: rgba(244, 239, 228, 0.82);
}

.vmx-reel2-copy strong,
.vmx-reel2-facts strong {
  font-weight: 650;
  color: #f7f4ee;
}

.vmx-root.is-reel2-stage-bottom .vmx-reel2-copy {
  margin-left: auto;
  margin-right: auto;
}

.vmx-root.is-reel2-stage-right .vmx-reel2-copy {
  margin-left: auto;
}

.vmx-reel2-kicker:empty,
.vmx-reel2-copy:empty,
.vmx-reel2-operator:empty,
.vmx-reel2-facts:empty {
  display: none;
}

.vmx-reel2-cta.is-on {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.vmx-reel2-domain {
  display: block;
  margin-top: 0.15rem;
  font-size: clamp(0.95rem, 1.15vw, 1.2rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: lowercase;
  color: #3ddc84;
}

.vmx-root.is-reel2-vertical .vmx-reel2-stack,
.vmx-root.is-reel2-square .vmx-reel2-stack {
  width: min(40rem, 84%);
}

@media (max-width: 480px) {
  .vmx-root.is-reel2-stage-center .vmx-reel2-stack {
    left: 6%;
    right: 6%;
  }

  .vmx-reel2-board.is-cta .vmx-reel2-kicker {
    font-size: clamp(1.7rem, 7vw, 2.15rem);
  }

  .vmx-reel2-board.is-cta .vmx-reel2-copy {
    margin-top: 0.65rem;
    font-size: clamp(1.05rem, 4.2vw, 1.25rem);
  }

  .vmx-root.is-reel2-stage-center .vmx-reel2-cta {
    margin-top: 1.1rem;
    font-size: 1.1rem;
  }
}

.vmx-root.is-reel2-vertical.is-reel2-stage-bottom .vmx-reel2-stack,
.vmx-root.is-reel2-square.is-reel2-stage-bottom .vmx-reel2-stack {
  left: 8%;
  right: 8%;
  width: auto;
}

.vmx-reel2-spark {
  position: absolute;
  z-index: 13;
  width: 9px;
  height: 9px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background: #f7f4ee;
  box-shadow: 0 0 0 1px rgba(10, 12, 11, 0.35), 0 0 10px rgba(244, 239, 228, 0.45);
  transition: opacity 280ms ease;
}

.vmx-reel2-spark.is-on {
  opacity: 0.92;
}

.vmx-reel2-lead {
  position: absolute;
  z-index: 12;
  pointer-events: none;
  opacity: 0;
}

.vmx-reel2-lead.is-on {
  opacity: 0.55;
}

.vmx-reel2-lead-line {
  display: block;
  height: 1px;
  transform-origin: 0 50%;
  background: linear-gradient(90deg, rgba(244, 239, 228, 0.7), rgba(244, 239, 228, 0));
}

.vmx-reel2-count {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0c0b;
  pointer-events: none;
  opacity: 0;
}

.vmx-reel2-count.is-on {
  opacity: 1;
}

.vmx-reel2-count.is-off {
  opacity: 0;
  transition: opacity 280ms ease;
}

.vmx-reel2-count-num {
  color: #f2eee6;
  font-family: var(--vmx-display);
  font-size: clamp(4.5rem, 11vw, 7.5rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
