.container{display:flex;flex-direction:column;align-items:center;padding:2rem 1.25rem 3rem;background:hsla(0,0%,5%,.8);border-radius:2rem;box-shadow:0 25px 60px rgba(0,0,0,.45);color:#f5f5f5;gap:1.5rem;max-width:960px;margin:2rem auto 4rem}.proj-title{font-size:clamp(2rem,4vw,3rem);color:#53d865;margin-bottom:.5rem;text-align:center}.proj-info{font-size:clamp(1rem,1vw + .9rem,1.2rem);color:#d1d1d1;line-height:1.6;text-align:center;margin-bottom:1.5rem}.yt-videos{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;width:100%}iframe{border-radius:1rem;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,.4);width:100%;min-height:220px}@media (min-width:768px){.yt-videos{grid-template-columns:repeat(2,1fr)}iframe{min-height:260px}}