.showcase{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:120px;padding:0 40px;box-sizing:border-box}.showcase-row{display:flex;align-items:center;gap:48px}.showcase-row--reverse{flex-direction:row-reverse}.showcase-frame{flex:0 0 58%;position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:12px}.showcase-frame img{position:absolute;top:-10%;left:0;width:100%;height:120%;object-fit:cover;will-change:transform}.showcase-frame[data-fit=contain] img{top:0;height:100%;object-fit:contain;padding:8%;box-sizing:border-box;transform:none}.showcase-text{flex:1;color:#fff}.showcase-text h2{margin:0 0 1rem;font-size:2rem;color:#fff}.showcase-body,.showcase-text p{margin:0;font-size:large;line-height:1.6;color:#fff}.showcase-body a{color:#8fd3ff;text-decoration:underline}@media (max-width:801px){.showcase{gap:64px;padding:0 16px}.showcase-row,.showcase-row--reverse{flex-direction:column;gap:20px}.showcase-frame{flex:0 0 auto;width:100%}}