.film-frame.intent-intimate > img { filter: saturate(.78); animation-duration: 20s; }
.film-frame.intent-intimate .shade { background: rgba(8, 9, 13, .42); }
.film-frame.intent-motion > img { animation-duration: 4s; }
.film-frame.intent-motion .film-copy { animation: gentleFloat 2.2s ease-in-out infinite alternate; }
.film-frame.intent-clear .film-copy strong { font-size: clamp(62px, 9vw, 126px); text-shadow: 0 5px 30px #000, 0 0 4px #000; }
@keyframes gentleFloat { from { margin-top: -7px; } to { margin-top: 7px; } }
