.projects-page-wrapper{background-color:#fafafa;min-height:100vh;padding-bottom:80px}.projects-hero{justify-content:center;align-items:center;width:100%;height:50vh;min-height:400px;max-height:600px;margin-top:110px;display:flex;position:relative}@media (max-width:850px){.projects-hero{height:25vh;min-height:180px;margin-top:100px;margin-bottom:40px}}@media (min-width:1024px){.projects-hero{margin-top:104px}}.projects-hero-img{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.projects-hero-overlay{z-index:1;background:#0006;position:absolute;inset:0}.projects-hero-content{z-index:2;text-align:center;position:relative}.projects-hero-content h1{color:#fff;letter-spacing:.05em;text-transform:uppercase;font-family:Cinzel,serif;font-size:clamp(3rem,6vw,5rem);font-weight:400}.projects-main-content{max-width:1400px;margin:0 auto;padding:80px 40px}.projects-header-row{justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:60px;display:flex}.projects-main-title{font-family:var(--font-sans);text-transform:uppercase;color:#111;max-width:600px;font-size:3.5rem;font-weight:900;line-height:1.1}.projects-main-desc{color:#555;max-width:500px;padding-top:10px;font-size:1.15rem;font-weight:500;line-height:1.6}.projects-grid{grid-template-columns:repeat(4,1fr);gap:30px;width:100%;display:grid}@media (max-width:1300px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.projects-header-row{flex-direction:column}.projects-main-title{font-size:2.5rem}.projects-grid{grid-template-columns:1fr}}
