.home-page{flex-direction:column;gap:4rem;display:flex}.hero{text-align:center;background-position:50%;background-size:cover;background-attachment:fixed;flex-direction:column;justify-content:center;gap:1rem;width:100vw;min-height:500px;margin-bottom:2rem;margin-left:calc(50% - 50vw);padding:8rem 2rem;display:flex;position:relative}.hero:before{content:"";opacity:1;z-index:0;background-image:url(https://cdn.builder.io/api/v1/image/assets%2Fc9a13418e1614ddca4cdbe5717d53f79%2F612505af346445f387aaaa3673be4771);background-position:50%;background-size:cover;background-attachment:fixed;position:absolute;inset:0}.hero:after{content:"";z-index:1;background:#f6f5f226;position:absolute;inset:0}.hero>*{z-index:2;position:relative}.hero-title{color:#f6f5f2;text-shadow:0 2px 8px #1e1e1e4d;margin:0;font-family:Libre Baskerville,serif;font-size:3.5rem;font-weight:700;line-height:1.1}.hero-subtitle{color:#fff;text-shadow:0 1px 4px #1e1e1e66;text-align:center;max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.6}.about-section{background-color:#fff;border-top:1px solid #2f4f3e1a;border-bottom:1px solid #2f4f3e1a;justify-content:center;padding:4rem 2rem;display:flex}.about-container{width:100%;max-width:800px}.about-title{color:#2f4f3e;margin:0 0 1.5rem;font-family:Libre Baskerville,serif;font-size:2rem;font-weight:700;line-height:1.2}.about-text{color:#1e1e1e;margin:0;font-size:1.1rem;line-height:1.8}.featured-section{flex-direction:column;gap:2rem;padding:0 0 4rem;display:flex}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}@media (max-width:768px){.home-page{gap:3rem}.hero{width:100vw;min-height:400px;margin-bottom:2rem;margin-left:calc(50% - 50vw);padding:4rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.about-section{padding:2rem 1rem}.about-title{font-size:1.5rem}.about-text{font-size:1rem}.projects-grid{grid-template-columns:1fr}}
