.workSection{position:relative;width:100%;height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden}.background-slider{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;transition:transform .5s ease}.slide{flex:0 0 100%;height:100%;background-size:cover;background-position:50%}.workSection .overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;text-align:center}.workSection .content{z-index:1;max-width:900px;padding:0 1rem}.workSection h1{font-family:Bebas Neue,cursive;font-size:4.5rem;margin:0;color:var(--primary-color);letter-spacing:-.005em;line-height:100%;padding:10px 0}.workSection p{font-size:1rem;color:var(--primary-color);line-height:1.5;font-weight:300;letter-spacing:-.05em;margin:20px 0 40px}@media (max-width:768px){.workSection{height:60vh}.workSection h1{font-size:2.5rem}.workSection p{font-size:1.1rem}}.works-section{padding:60px 80px;background-color:#fafafa;border-top:1px solid #e0e0e0;max-width:1400px;margin:0 auto;box-sizing:border-box}.label{background-color:var(--secondary-color);color:#fff;display:inline-block;padding:4px 12px;border-radius:20px;font-size:.8rem;text-transform:uppercase;letter-spacing:-.05em;margin-bottom:10px}.works-heading{font-family:Bebas Neue,cursive;font-size:4.5rem;margin:20px 0;padding:0;color:#2f3231;letter-spacing:-.005em;line-height:100%;text-align:center}.works-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:40px}.work-card-link{text-decoration:none;color:inherit}.work-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12);transition:transform .3s ease,box-shadow .3s ease}.work-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,.2)}.work-image{width:100%;height:200px;overflow:hidden}.work-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.work-card:hover .work-image img{transform:scale(1.1)}.work-content{padding:15px;text-align:center}.work-content h3{font-family:Bebas Neue,cursive;font-size:1.5rem;color:#2f3231;margin:0 0 10px;letter-spacing:-.005em;line-height:100%}.work-description{font-size:.9rem;color:#555;line-height:1.5}.work-description,.work-location{margin:5px 0;font-weight:300;letter-spacing:-.05em}.work-location{font-size:.8rem;color:#777}@media (max-width:1024px){.works-section{padding:40px}.works-gallery{grid-template-columns:repeat(2,1fr)}.work-image{height:180px}.work-content h3{font-size:1.3rem}}@media (max-width:768px){.works-section{padding:30px 20px}.works-heading{font-size:3rem}.works-gallery{grid-template-columns:1fr}.work-image{height:250px}.work-content h3{font-size:1.2rem}.work-description{font-size:.85rem}.work-location{font-size:.75rem}}@media (max-width:480px){.works-section{padding:20px 15px}.works-heading{font-size:2.5rem}.work-image{height:200px}.work-content h3{font-size:1.1rem}.work-description{font-size:.8rem}.work-location{font-size:.7rem}}