:root{--forest:#2d5016;--forest-light:#4a7c23;--forest-dark:#1e3610;--sage:#87a96b;--sage-light:#a8c68f;--cream:#faf9f6;--cream-dark:#f0ede5;--stone:#8b8577;--charcoal:#2c2c2c;--charcoal-light:#4a4a4a;--gold:#b8954f;--white:#ffffff;--black:#1a1a1a;--overlay:rgba(0,0,0,0.5);--overlay-light:rgba(0,0,0,0.3)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--white);color:var(--charcoal);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5{font-family:Playfair Display,Georgia,serif;font-weight:600;line-height:1.2}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color .2s ease}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;transition:all .3s ease}.nav.scrolled{background:var(--white);box-shadow:0 2px 20px rgba(0,0,0,.1)}.nav.scrolled .logo-text,.nav.scrolled .nav-link{color:var(--charcoal)}.nav.scrolled .btn-nav{background:var(--forest);color:var(--white)}.nav-inner{max-width:1400px;margin:0 auto;justify-content:space-between}.logo,.nav-inner{display:flex;align-items:center}.logo{gap:.75rem}.logo-text{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:var(--white);transition:color .3s ease}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--white);font-size:.95rem;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:var(--sage-light)}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--sage-light);transition:width .3s ease}.nav-link:hover:after{width:100%}.btn-nav{padding:.75rem 1.5rem;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:4px;color:var(--white);font-weight:600;font-size:.9rem;transition:all .3s ease}.btn-nav:hover{background:var(--white);color:var(--forest)}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.mobile-toggle span{width:24px;height:2px;background:var(--white);transition:background .3s ease}.nav.scrolled .mobile-toggle span{background:var(--charcoal)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:var(--forest);color:var(--white);border:none;border-radius:4px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn:hover{background:var(--forest-light);transform:translateY(-2px)}.btn-outline{background:transparent;border:2px solid var(--forest);color:var(--forest)}.btn-outline:hover{background:var(--forest);color:var(--white)}.btn-white{background:var(--white);color:var(--forest)}.btn-white:hover{background:var(--cream)}.btn-large{padding:1.25rem 2.5rem;font-size:1rem}.btn-icon{width:20px;height:20px}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-bg,.hero-bg:after{position:absolute;inset:0}.hero-bg:after{content:"";background:linear-gradient(to bottom,var(--overlay-light),var(--overlay))}.hero-content{position:relative;z-index:2;text-align:center;color:var(--white);max-width:900px;padding:2rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);padding:.5rem 1.25rem;border-radius:50px;font-size:.85rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);margin-bottom:1.5rem;text-shadow:0 2px 30px rgba(0,0,0,.3)}.hero-text{font-size:1.25rem;opacity:.95;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);color:var(--white);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.8rem;opacity:.8;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}.section{padding:6rem 2rem}.section-dark{background:var(--charcoal);color:var(--white)}.section-cream{background:var(--cream)}.section-forest{background:var(--forest);color:var(--white)}.container{max-width:1400px;margin:0 auto}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-label{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--forest);margin-bottom:1rem;font-weight:600}.section-dark .section-label,.section-forest .section-label{color:var(--sage-light)}.section-title{font-size:clamp(2rem,4vw,3rem);color:var(--charcoal);margin-bottom:1rem}.section-dark .section-title,.section-forest .section-title{color:var(--white)}.section-subtitle{font-size:1.1rem;color:var(--stone);line-height:1.7}.section-dark .section-subtitle,.section-forest .section-subtitle{color:rgba(255,255,255,.8)}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}.process-grid:before{content:"";position:absolute;top:60px;left:20%;right:20%;height:2px;background:linear-gradient(to right,var(--sage),var(--forest),var(--sage));z-index:0}.process-step{text-align:center;position:relative;z-index:1}.process-number{width:80px;height:80px;background:var(--white);border:3px solid var(--forest);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--forest)}.process-step h3{font-size:1.5rem;color:var(--charcoal);margin-bottom:.75rem}.process-step p{color:var(--stone);font-size:.95rem;line-height:1.6;max-width:280px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:4/3;cursor:pointer}.service-card-image{position:absolute;inset:0;background-size:cover;background-position:50%;transition:transform .5s ease}.service-card:hover .service-card-image{transform:scale(1.1)}.service-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.2) 50%,rgba(0,0,0,.1));transition:background .3s ease}.service-card:hover .service-card-overlay{background:linear-gradient(0deg,rgba(45,80,22,.9) 0,rgba(45,80,22,.5) 50%,rgba(45,80,22,.3))}.service-card-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;color:var(--white);transform:translateY(20px);transition:transform .3s ease}.service-card:hover .service-card-content{transform:translateY(0)}.service-card h3{font-size:1.4rem;margin-bottom:.5rem}.service-card p{font-size:.9rem;opacity:0;transition:opacity .3s ease;line-height:1.5}.service-card:hover p{opacity:.9}.service-card-arrow{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateX(-10px);transition:all .3s ease}.service-card:hover .service-card-arrow{opacity:1;transform:translateX(0)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.gallery-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;cursor:pointer}.gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-item-overlay{position:absolute;inset:0;background:rgba(45,80,22,0);display:flex;align-items:center;justify-content:center;transition:background .3s ease}.gallery-item:hover .gallery-item-overlay{background:rgba(45,80,22,.7)}.gallery-item-icon{color:var(--white);opacity:0;transform:scale(.8);transition:all .3s ease}.gallery-item:hover .gallery-item-icon{opacity:1;transform:scale(1)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:var(--white);padding:2rem;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.08)}.testimonial-stars{display:flex;gap:4px;margin-bottom:1rem}.testimonial-stars svg{width:18px;height:18px;fill:var(--gold)}.testimonial-text{font-size:1rem;line-height:1.7;color:var(--charcoal);margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.testimonial-meta strong{display:block;color:var(--charcoal);font-size:1rem}.testimonial-meta span{font-size:.85rem;color:var(--stone)}.cta-section{position:relative;padding:8rem 2rem;text-align:center;overflow:hidden}.cta-bg{background-size:cover;background-position:50%;background-attachment:fixed}.cta-bg,.cta-bg:after{position:absolute;inset:0}.cta-bg:after{content:"";background:var(--overlay)}.cta-content{position:relative;z-index:2;color:var(--white);max-width:700px;margin:0 auto}.cta-content h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.cta-content p{font-size:1.15rem;opacity:.9;margin-bottom:2rem}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.contact-info h2{font-size:2.5rem;color:var(--charcoal);margin-bottom:1rem}.contact-info>p{color:var(--stone);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-item-icon{width:50px;height:50px;background:var(--cream);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item-icon svg{width:22px;height:22px;stroke:var(--forest)}.contact-item-text strong{display:block;color:var(--charcoal);margin-bottom:.25rem;font-size:1rem}.contact-item-text a,.contact-item-text span{color:var(--stone);font-size:.95rem}.contact-item-text a:hover{color:var(--forest)}.contact-form-card{background:var(--cream);padding:3rem;border-radius:12px}.contact-form-card h3{font-size:1.75rem;color:var(--charcoal);margin-bottom:.5rem}.contact-form-card>p{color:var(--stone);margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:500;color:var(--charcoal);margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:2px solid #e5e5e5;background:var(--white);border-radius:6px;font-family:inherit;font-size:1rem;color:var(--charcoal);transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--forest)}.form-group textarea{min-height:120px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.footer{background:var(--charcoal);color:var(--white);padding:5rem 2rem 2rem}.footer-inner{max-width:1400px;margin:0 auto}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand p{margin-top:1rem;color:rgba(255,255,255,.7);font-size:.95rem;max-width:300px;line-height:1.7}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.footer-social a{width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer-social a:hover{background:var(--forest)}.footer-social svg{width:18px;height:18px;fill:var(--white)}.footer-col h4{font-family:Inter,sans-serif;font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:var(--sage-light);margin-bottom:1.5rem;font-weight:600}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.75rem}.footer-col ul a{color:rgba(255,255,255,.7);font-size:.95rem;transition:color .2s ease}.footer-col ul a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.9rem;color:rgba(255,255,255,.5)}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.9rem;color:rgba(255,255,255,.5)}.footer-legal a:hover{color:var(--white)}.page-header{position:relative;padding:12rem 2rem 6rem;text-align:center;overflow:hidden}.page-header-bg{position:absolute;inset:0;background-size:cover;background-position:50%}.page-header-bg:after{content:"";position:absolute;inset:0;background:var(--overlay)}.page-header-content{position:relative;z-index:2;color:var(--white)}.page-header h1{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem}.page-header p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-card{text-align:center;padding:2rem}.feature-icon{width:70px;height:70px;background:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-icon svg{width:32px;height:32px;stroke:var(--forest)}.feature-card h3{font-size:1.25rem;color:var(--charcoal);margin-bottom:.75rem}.feature-card p{color:var(--stone);font-size:.95rem;line-height:1.6}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{position:relative;border-radius:8px;overflow:hidden}.about-image img{width:100%;height:500px;-o-object-fit:cover;object-fit:cover}.about-image-accent{position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:var(--sage);border-radius:8px;z-index:-1}.about-content h2{font-size:2.5rem;color:var(--charcoal);margin-bottom:1.5rem}.about-content p{color:var(--stone);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e5e5}.about-stat{text-align:center}.about-stat-number{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:var(--forest);line-height:1}.about-stat-label{font-size:.85rem;color:var(--stone);margin-top:.25rem}@media (max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.footer-main{grid-template-columns:1fr 1fr}.about-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}.testimonials-grid{grid-template-columns:1fr}}@media (max-width:768px){.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:2rem;gap:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}.nav-links.active{display:flex}.nav-links .nav-link{color:var(--charcoal)}.nav-links .btn-nav{background:var(--forest);color:var(--white);border-color:var(--forest)}.mobile-toggle{display:flex}.process-grid{grid-template-columns:1fr;gap:3rem}.process-grid:before{display:none}.services-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.feature-grid,.footer-main{grid-template-columns:1fr}.footer-main{gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.form-row{grid-template-columns:1fr}.hero-ctas{flex-direction:column;align-items:center}.about-stats{grid-template-columns:1fr;gap:1rem}}