/* home-demo-video.css — "See ActiveWords work" demo (was .aw-demo-frame)
 * Section: <section class="aw-home-section aw-home-section--blue aw-home-demo">
 */
/* max-width matches the native demo GIF/video size (706x368) so it isn't upscaled
 * and shows at the same size as the source GIFs. */
.aw-home-demo__frame { aspect-ratio: 706 / 368; background: #f9fafb; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.15) 0 20px 25px -5px, rgba(0, 0, 0, 0.12) 0 8px 10px -6px; margin-left: auto; margin-right: auto; max-width: 706px; overflow: hidden; }
.aw-home-demo__frame video { display: block; height: 100%; object-fit: cover; object-position: center center; width: 100%; }
