.albums-section{display:flex;align-items:center;justify-content:center;margin-top:50px}.latest-release{flex:1}.latest-release ul{margin-top:10px;font-size:24px;list-style-type:disc;padding-left:20px;color:white}.latest-release span{margin-top:10px;font-size:24px;font-style:italic;color:gray}.latest-release button{margin-top:20px;padding:10px 20px;background:white;color:black;border:none;cursor:pointer}.albums-gallery{flex:1.5}.albums-gallery h2{font-size:1.5rem;margin-bottom:10px;margin-right:50px;display:flex;justify-content:right}.albums-gallery p{font-size:1rem;margin-bottom:15px;margin-right:50px;display:flex;justify-content:left;color:#000000}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.discography-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.album-card{background:white;justify-content:space-between;border-radius:12px;box-shadow:0 5px 10px rgba(0,0,0,.1);overflow:hidden;width:310px;height:380px}.album-card img{width:100%;height:auto;display:block}.album-card .info{margin-left:10px;margin-top:10px}.album-card .info p{font-weight:700}.album-card .info span{font-size:.9rem;color:gray}.album-card .actions{margin-right:10px;display:flex;justify-content:flex-end;gap:5px}.album-card .actions a{color:#333;font-size:1.2rem;transition:color .2s}.album-card .actions a:hover{color:#007bff}.albums-section .container{display:flex;gap:40px;flex-wrap:wrap}.album-card .info-row{display:flex;justify-content:space-between;align-items:center}.library_buttom{display:flex;flex-direction:row;align-items:flex-start;padding:0;width:275px;height:56px;margin-top:20px}@media (max-width:1024px){.albums-section{flex-direction:column;align-items:center;text-align:center}.albums-gallery h2,.albums-gallery p{margin-right:0;justify-content:center}.discography-grid{grid-template-columns:repeat(2,1fr)}.projects-grid{grid-template-columns:repeat(1,1fr)}.projectsmusic-grid{grid-template-columns:1fr}.album-card{width:100%;max-width:400px}}@media (max-width:768px){.albums-section{flex-direction:column;gap:20px;justify-content:center}.discography-grid,.gallery-grid{grid-template-columns:1fr}.albums-gallery h2,.latest-release h2{font-size:1.25rem}.latest-release span,.latest-release ul{font-size:16px}.library_buttom button{width:100%;max-width:300px}.album-card{width:100%;max-width:320px;height:auto}.library_buttom{justify-content:center;align-items:center}}@media (max-width:480px){.albums-gallery h2,.latest-release h2{font-size:1rem}.latest-release span,.latest-release ul{font-size:14px}.album-card{max-width:100%;border-radius:8px}}.projects{color:#eee;padding:60px 20px;text-align:center}.projects-title{font-size:48px;margin-bottom:40px}.project-subtitle{font-size:24px;font-style:italic;margin-top:20px}.projects-content{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;align-items:flex-start;margin-top:25px}.project-block{display:flex;flex-direction:row;gap:25px}.projects-image{display:flex;justify-content:center;margin-top:10px}.projects-image img{max-width:250px;height:auto;border-radius:6px}.projects-list{flex:1 1 50%}.projects-item{display:flex;justify-content:space-between;align-items:flex-start;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.2)}.projects-text h3{font-size:27px;margin:0}.projects-text p{font-size:18px;margin:4px 0 0;opacity:.8}@media (max-width:768px){.projects-title{font-size:32px}.project-subtitle{font-size:18px}.project-block{flex-direction:column;align-items:center;text-align:center}.projects-image img{max-width:350px}.projects-text h3{font-size:22px}.projects-text p{font-size:16px}}@media (max-width:480px){.projects{padding:40px 10px}.projects-title{font-size:26px}.projects-image img{max-width:300px}.projects-text h3{font-size:20px}.projects-text p{font-size:14px}}