/* Final 9: correções de interação e stories Shortcutz */
.shortcutz-social--story {
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
}
.shortcutz-social--story video {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 9 / 16 !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 18px !important;
  background: #000 !important;
}
/* impede que o hover volte a ampliar e corte o vídeo vertical */
.shortcutz-social figure:hover .shortcutz-social--story video,
.shortcutz-social--story:hover video {
  transform: none !important;
}




/* Final 12: imagem Reviver correta na homepage */
.project--reviver .project-art.reviver-card-enhanced {
  overflow: hidden !important;
  background: linear-gradient(145deg, #79a6df 0%, #295ba6 58%, #1e3561 100%) !important;
  isolation: isolate;
}
.project--reviver .project-art.reviver-card-enhanced .project-real-image {
  position: absolute;
  z-index: 2;
  left: auto !important;
  right: -3% !important;
  top: auto !important;
  bottom: -17% !important;
  width: 72% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: right bottom !important;
  transform: none !important;
  filter: drop-shadow(0 30px 42px rgba(8, 27, 61, .38));
}
.project--reviver .project-art.reviver-card-enhanced .reviver-card-phone {
  display: none !important;
}
.project--reviver .project-art.reviver-card-enhanced .art-line,
.project--reviver .project-art.reviver-card-enhanced .art-object {
  display: none !important;
}
.project--reviver .project-art.reviver-card-enhanced .art-copy {
  z-index: 8;
}
@media (max-width: 760px) {
  .project--reviver .project-art.reviver-card-enhanced .project-real-image {
    right: -13% !important;
    bottom: -10% !important;
    width: 92% !important;
  }
}
