.vimeo-page{
max-width:1400px;
margin:0 auto;
padding:30px 20px;
}
.vimeo-title{
text-align:center;
font-size:38px;
margin-bottom:30px;
font-weight:600;
}
.vimeo-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(420px,1fr));
gap:28px;
}
.vimeo-grid iframe{
width:100%;
aspect-ratio:16/9;
border:none;
border-radius:14px;
box-shadow:0 6px 20px rgba(0,0,0,0.15);
}