.intro-section{padding:4rem 0;background-color:#fff}.intro-section .grid-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.intro-section .grid-two-columns img{width:100%;height:400px;object-fit:cover;border-radius:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.intro-section h2.section-title{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#9e7425}.intro-section p{margin-bottom:1rem;line-height:1.6}.projects-section{padding:4rem 0;background-color:#f9fafb}.projects-section .filters{margin-bottom:3rem}.projects-section .filters .btn{background:none;border:1.5px solid #9e7425;color:#9e7425;padding:.5rem 1.5rem;border-radius:9999px;font-weight:600;cursor:pointer;transition:all .3s ease}.projects-section .filters .btn.active,.projects-section .filters .btn:hover{background-color:#9e7425;color:#fff}.projects-section .projects-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:2rem}.projects-section .projects-grid .project-card{background:#fff;border-radius:.5rem;box-shadow:0 4px 10px rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit}.projects-section .projects-grid .project-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.15);transform:translateY(-5px)}.projects-section .projects-grid .project-card .image-container{position:relative;height:16rem;overflow:hidden}.projects-section .projects-grid .project-card .image-container img{width:100%;height:256px;object-fit:cover;transition:transform .5s ease}.projects-section .projects-grid .project-card .image-container:hover img{transform:scale(1.05)}.projects-section .projects-grid .project-card .image-container .category-label{position:absolute;bottom:1rem;left:1rem;background-color:#9e7425;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.projects-section .projects-grid .project-card .content{padding:1rem 1.25rem}.projects-section .projects-grid .project-card .content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.projects-section .projects-grid .project-card .content .location-year{font-size:.875rem;color:#718096;margin-bottom:1rem}.projects-section .projects-grid .project-card .content .description{font-size:1rem;color:#4a5568;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.projects-section .projects-grid .project-card .content .view-project{display:flex;justify-content:space-between;align-items:center;color:#9e7425;font-weight:500;font-size:1rem;cursor:pointer;transition:transform .3s ease}.projects-section .projects-grid .project-card .content .view-project svg{width:1.25rem;height:1.25rem;transition:transform .3s ease}.projects-section .projects-grid .project-card .content .view-project:hover svg{transform:translateX(0.25rem)}.cta-section{position:relative;padding:5rem 0;background:linear-gradient(135deg, #9e7425, #aca389, #dcc696);color:#fff;text-align:center;overflow:hidden}.cta-section .overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.1)}.cta-section .container{position:relative;z-index:10;max-width:60rem;margin:0 auto}.cta-section .container h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.cta-section .container .cta-underline{width:8rem;height:.25rem;background-color:rgba(255,255,255,.8);margin:0 auto 2rem}.cta-section .container p{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;color:rgba(255,255,255,.95)}.cta-section .container .cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-section .container .cta-buttons a.btn-primary,.cta-section .container .cta-buttons a.btn-outline{font-size:1.125rem;font-weight:600;padding:1rem 2rem;border-radius:.375rem;box-shadow:0 8px 20px rgba(0,0,0,.1);transition:all .3s ease;text-decoration:none;cursor:pointer}.cta-section .container .cta-buttons a.btn-primary{background-color:#fff;color:#9e7425}.cta-section .container .cta-buttons a.btn-primary:hover{background-color:#f7fafc;transform:scale(1.05);box-shadow:0 12px 24px rgba(0,0,0,.15)}.cta-section .container .cta-buttons a.btn-outline{border:2px solid #fff;color:#fff}.cta-section .container .cta-buttons a.btn-outline:hover{background-color:#fff;color:#9e7425}.cta-section .container .stats-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(3, 1fr);gap:3rem;color:rgba(255,255,255,.9)}.cta-section .container .stats-grid div{text-align:center}.cta-section .container .stats-grid div .stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.cta-section .container .stats-grid div .stat-label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.hero-section{position:relative;height:500px;overflow:hidden}.hero-section .hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(0.85)}.hero-section .hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);display:flex;align-items:center}.hero-section .hero-overlay .container .category-badge{display:inline-block;background:#9e7425;color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;margin-bottom:1rem}.hero-section .hero-overlay .container .project-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.hero-section .hero-overlay .container .project-short-desc{color:rgba(255,255,255,.9);font-size:1.125rem;margin-bottom:1rem}.hero-section .hero-overlay .container .project-meta{display:flex;gap:1.5rem;color:rgba(255,255,255,.8);font-weight:600}.project-description{padding:4rem 0;background-color:#fff}.project-description .container{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.project-description .container .main-content h2{color:#9e7425;font-size:2rem;font-weight:600;margin-bottom:1.5rem}.project-description .container .main-content p{margin-bottom:1.5rem;line-height:1.6}.project-description .container .main-content h3{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#2d3748}.project-description .container .main-content .features-list{list-style:none;padding:0}.project-description .container .main-content .features-list li{display:flex;align-items:flex-start;margin-bottom:1rem}.project-description .container .main-content .features-list li svg{width:20px;height:20px;color:#9e7425;margin-right:1rem;margin-top:4px}.project-description .container .main-content .features-list li span{color:#4a5568}.project-description .container aside.project-info{background:#f7fafc;padding:1.5rem;border-radius:.5rem}.project-description .container aside.project-info h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.project-description .container aside.project-info div{margin-bottom:1rem}.project-description .container aside.project-info div strong{font-size:.875rem;color:#718096;display:block;margin-bottom:.25rem}.project-description .container aside.project-info div p{color:#2d3748}.project-description .container aside.project-info hr{border:none;border-top:1px solid #e2e8f0;margin:1rem 0}.project-description .container aside.project-info .inquire-btn{display:block;width:100%;padding:.75rem 1rem;background-color:#9e7425;color:#fff;text-align:center;border-radius:.375rem;font-weight:600;margin-top:2rem;text-decoration:none}.project-description .container aside.project-info .inquire-btn:hover{background-color:#75561b}.image-gallery{background:#f7fafc;padding:4rem 0}.image-gallery .container{max-width:1200px}.image-gallery .container .gallery-title{font-size:2rem;font-weight:600;text-align:center;margin-bottom:2rem;color:#9e7425}.image-gallery .container .main-image-wrapper{margin-bottom:2rem}.image-gallery .container .main-image-wrapper img{width:100%;height:500px;object-fit:cover;border-radius:.5rem;box-shadow:0 10px 20px rgba(0,0,0,.15)}.image-gallery .container .thumbnails-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}.image-gallery .container .thumbnails-grid .thumbnail{border-radius:.375rem;overflow:hidden;cursor:pointer;border:2px solid rgba(0,0,0,0)}.image-gallery .container .thumbnails-grid .thumbnail.active{border-color:#9e7425}.image-gallery .container .thumbnails-grid .thumbnail img{width:100%;height:128px;object-fit:cover;display:block;transition:transform .3s ease}.image-gallery .container .thumbnails-grid .thumbnail:hover img{transform:scale(1.05)}.cta-section{background:#aca389;padding:4rem 0;color:#fff;text-align:center}.cta-section .container{max-width:900px;margin:0 auto}.cta-section .container h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff}.cta-section .container p{font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.cta-section .container .cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.cta-section .container .cta-buttons .btn-primary{background-color:#fff;color:#9e7425;padding:.75rem 2rem;border-radius:.375rem;font-weight:600;text-decoration:none;transition:background-color .3s ease}.cta-section .container .cta-buttons .btn-primary:hover{background-color:#f1f1f1}.cta-section .container .cta-buttons .btn-outline{border:2px solid #fff;color:#fff;padding:.75rem 2rem;border-radius:.375rem;font-weight:600;text-decoration:none;transition:background-color .3s ease}.cta-section .container .cta-buttons .btn-outline:hover{background-color:rgba(255,255,255,.1)}.related-projects{background:#fff;padding:4rem 0}.related-projects .container{max-width:1200px}.related-projects .container .section-title{font-size:2rem;font-weight:600;margin-bottom:3rem;text-align:center;color:#9e7425}.related-projects .container .projects-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:2rem}.related-projects .container .projects-grid .project-card{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease}.related-projects .container .projects-grid .project-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.15);transform:translateY(-5px)}.related-projects .container .projects-grid .project-card .image-container{position:relative}.related-projects .container .projects-grid .project-card .image-container img{width:100%;height:256px;object-fit:cover;display:block;transition:transform .3s ease}.related-projects .container .projects-grid .project-card .image-container .category-label{position:absolute;top:1rem;left:1rem;background-color:#9e7425;color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem}.related-projects .container .projects-grid .project-card .content{padding:1rem}.related-projects .container .projects-grid .project-card .content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.related-projects .container .projects-grid .project-card .content .location-year{font-size:.875rem;color:#718096;margin-bottom:.5rem}.related-projects .container .projects-grid .project-card .content .view-project{display:flex;justify-content:space-between;align-items:center;color:#9e7425;font-weight:600;cursor:pointer}.related-projects .container .projects-grid .project-card .content .view-project svg{transition:transform .3s ease}.related-projects .container .projects-grid .project-card .content .view-project:hover svg{transform:translateX(4px)}/*# sourceMappingURL=new-pages.min.css.map */