/* Brand-correct invitation: the true folded-page mark, lifted at thumb contact. */
.squire-cta {
  border-radius: 19px;
  grid-template-columns: 58px 1fr auto;
  animation: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.squire-cta::after {
  display: none;
}

.cta-mark {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 0;
}

.cta-mark img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 7px 10px #8c1a0066);
}

.squire-cta > b {
  transition: color 220ms ease, transform 220ms ease, text-shadow 220ms ease;
}

.stage.moment-ready .squire-cta {
  animation: none;
  border-color: #ff5a2a;
  box-shadow: 0 12px 0 #090909, 0 30px 76px #0009, 0 0 0 2px #ff5a2a52;
  transform: translateY(-2px);
}

.stage.moment-ready .squire-cta > b {
  color: #ff5a2a;
  text-shadow: 0 0 18px #ff5a2a99;
  transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {
  .squire-cta {
    animation: none;
  }
}
