body{margin:0;background-color:#1a1721;color:white;overscroll-behavior:none;overflow-x:hidden}.skew-wrapper{overflow:hidden;height:100%;width:100%;position:relative}.skew-content{overflow:visible;width:100%}.text{position:fixed;top:50vh;font-family:termina,sans-serif;font-weight:900;font-size:8vw;text-align:center;width:100%;transform:translateY(-100%);z-index:-2;color:white}.outline-text,.text{-webkit-text-stroke-width:1.5px;-webkit-text-stroke-color:white}.outline-text{color:transparent;z-index:2}.filter-text{mix-blend-mode:screen;color:#804691;z-index:2}.images{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;justify-content:center;align-items:center;max-width:700px;margin:0 auto;padding-top:10vh}.images img{width:320px;height:180px;object-fit:contain;box-shadow:0 10px 25px rgba(0,0,0,.4);transition:transform .3s ease;transform:skewY(0deg)}.images img:first-child{grid-area:1/1/6/9}.images img:nth-child(2){grid-area:3/12/8/20}.images img:nth-child(3){grid-area:5/3/15/15}.images img:nth-child(4){grid-area:14/1/19/9}.images img:nth-child(5){grid-area:16/9/21/20}.images img:nth-child(6){grid-area:20/2/25/10}.images img:nth-child(7){grid-area:22/11/27/19}.images img:nth-child(8){grid-area:26/5/35/15}@media (max-width:768px){.text{font-size:12vw;top:40vh}.images{max-width:100%;padding:5vh 1rem 10vh;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.images img{grid-area:auto!important}}