*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;line-height:1.6;color:#2d2d2d;background:#fff}#app-root{padding-top:72px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#2d2d2d}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}a{color:#2c5f2d;text-decoration:none;transition:color 150ms ease}a:hover{color:#1e4020}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(max-width: 640px){.container{padding:0 1rem}}.section{padding:6rem 0}@media(max-width: 768px){.section{padding:4rem 0}}.section-title{text-align:center;margin-bottom:2rem;position:relative}.section-title::after{content:"";display:block;width:60px;height:4px;background:#d4a017;margin:1rem auto 0;border-radius:9999px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;transition:all 250ms ease;text-align:center}.btn--primary{background:#2c5f2d;color:#fff}.btn--primary:hover{background:#1e4020;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.btn--accent{background:#d4a017;color:#fff}.btn--accent:hover{background:#b8860b;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.btn--outline{background:rgba(0,0,0,0);color:#2c5f2d;border:2px solid #2c5f2d}.btn--outline:hover{background:#2c5f2d;color:#fff}.btn--outline-light{background:hsla(0,0%,100%,.1);color:#fff;border:2px solid hsla(0,0%,100%,.6)}.btn--outline-light:hover{background:hsla(0,0%,100%,.2);border-color:#fff;transform:translateY(-2px)}.btn--lg{padding:1.5rem 3rem;font-size:1.125rem}.grid{display:grid;gap:2rem}.grid--2{grid-template-columns:repeat(2, 1fr)}.grid--3{grid-template-columns:repeat(3, 1fr)}.grid--4{grid-template-columns:repeat(4, 1fr)}@media(max-width: 1024px){.grid--3,.grid--4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.nav{position:fixed;top:0;left:0;right:0;height:72px;background:hsla(0,0%,100%,.98);backdrop-filter:blur(8px);box-shadow:0 1px 3px rgba(0,0,0,.08);z-index:100;transition:box-shadow 250ms ease}.nav__container{max-width:1200px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;color:#2c5f2d;text-decoration:none}.nav__logo-icon{font-size:1.5rem}.nav__logo-text{letter-spacing:-0.5px}.nav__menu{display:flex;gap:2rem;align-items:center}.nav__menu li a{color:#2d2d2d;font-weight:500;font-size:1rem;padding:.5rem 0;border-bottom:2px solid rgba(0,0,0,0);transition:all 150ms ease}.nav__menu li a:hover,.nav__menu li a.active{color:#2c5f2d;border-bottom-color:#d4a017}.nav__cta{padding:.5rem 1.5rem;font-size:.875rem;white-space:nowrap}.nav__toggle{display:none;flex-direction:column;gap:5px;padding:.5rem}.nav__toggle-bar{width:24px;height:3px;background:#2d2d2d;border-radius:9999px;transition:all 250ms ease}.nav__toggle.open .nav__toggle-bar:nth-child(1){transform:rotate(45deg) translate(6px, 6px)}.nav__toggle.open .nav__toggle-bar:nth-child(2){opacity:0}.nav__toggle.open .nav__toggle-bar:nth-child(3){transform:rotate(-45deg) translate(6px, -6px)}@media(max-width: 768px){.nav__toggle{display:flex}.nav__menu{position:fixed;top:72px;left:0;right:0;flex-direction:column;background:#fff;padding:1.5rem;gap:0;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;pointer-events:none;transition:all 250ms ease}.nav__menu.open{transform:translateY(0);opacity:1;pointer-events:auto}.nav__menu li{width:100%}.nav__menu li a{display:block;padding:1rem 0;border-bottom:1px solid #e0e0e0}.nav__cta{display:none}}.hero{position:relative;min-height:600px;display:flex;align-items:center;background:linear-gradient(135deg, #1e4020 0%, #2c5f2d 100%);color:#fff;overflow:hidden;padding-top:72px}.hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:url(/images/hero-fence.6e6e1fe2b22ce969376f.jpg) center/cover;opacity:.15;z-index:0}.hero__content{position:relative;z-index:1;padding:6rem 1.5rem}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.15);padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero__badge-icon{font-size:1rem}.hero__title{color:#fff;font-size:3.5rem;margin-bottom:1.5rem;max-width:700px;line-height:1.1}.hero__subtitle{font-size:1.25rem;max-width:600px;margin-bottom:2rem;opacity:.9}.hero__actions{display:flex;gap:1rem;margin-bottom:4rem;flex-wrap:wrap}.hero__stats{display:flex;gap:4rem}.hero__stat{display:flex;flex-direction:column}.hero__stat-number{font-size:2.5rem;font-weight:800;color:#d4a017}.hero__stat-number--animate{animation:countUp .8s ease}.hero__stat-label{font-size:.875rem;opacity:.8}@media(max-width: 768px){.hero{min-height:500px}.hero__title{font-size:2rem}.hero__subtitle{font-size:1rem}.hero__stats{gap:2rem}.hero__stat-number{font-size:1.5rem}.hero__actions .btn{width:100%}}@keyframes countUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.services{background:#f5f6f0}.services__intro{text-align:center;max-width:700px;margin:0 auto 3rem;font-size:1.125rem;color:#6b6b6b}.services__grid{margin-top:3rem;gap:2rem}.service-card{background:#fff;border-radius:16px;padding:0;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:all 250ms ease;display:flex;flex-direction:column;overflow:hidden}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.service-card__image{width:100%;height:200px;object-fit:cover;display:block}.service-card__body{padding:2rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1}.service-card__icon{width:64px;height:64px;border-radius:8px;background:rgba(44,95,45,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.service-card__icon-emoji{font-size:2rem}.service-card__title{font-size:1.25rem;margin-bottom:.5rem}.service-card__desc{font-size:.875rem;color:#6b6b6b;margin-bottom:1rem;line-height:1.5}.service-card__features{flex:1;margin-bottom:1.5rem;padding:0;list-style:none}.service-card__features-feature{font-size:.875rem;padding:.5rem 0;color:#2d2d2d;border-bottom:1px solid rgba(224,224,224,.5)}.service-card__features-feature:last-child{border-bottom:none}.service-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;margin-top:auto;border-top:1px solid #e0e0e0}.service-card__price{font-weight:700;color:#2c5f2d;font-size:.875rem}.service-card__link{font-weight:600;font-size:.875rem;color:#b8860b}.service-card__link:hover{color:#d4a017}.about{background:#fff}.about__grid{align-items:center}.about__lead{font-size:1.25rem;color:#2d2d2d;margin-bottom:1rem;font-weight:500}.about__text{font-size:1rem;color:#6b6b6b;margin-bottom:1rem;line-height:1.7}.about__values{margin-top:2rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about__value{display:flex;gap:.5rem;align-items:flex-start}.about__value-icon{flex-shrink:0;width:28px;height:28px;border-radius:9999px;background:#2c5f2d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}.about__value h4{font-size:1rem;margin-bottom:2px}.about__value p{font-size:.875rem;color:#6b6b6b}.about__image-placeholder{background:linear-gradient(135deg, #3a7d3c, #2c5f2d);border-radius:16px;aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.12)}.about__image-icon{font-size:4rem;margin-bottom:1rem}@media(max-width: 768px){.about__values{grid-template-columns:1fr}}.gallery{background:#f5f6f0}.gallery__intro{text-align:center;color:#6b6b6b;margin-bottom:2rem}.gallery__filters{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.gallery__filter{padding:.5rem 1.5rem;border-radius:9999px;background:#fff;color:#2d2d2d;font-weight:500;font-size:.875rem;border:2px solid #e0e0e0;transition:all 150ms ease}.gallery__filter:hover{border-color:#2c5f2d}.gallery__filter.active{background:#2c5f2d;color:#fff;border-color:#2c5f2d}.gallery__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media(max-width: 1024px){.gallery__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.gallery__grid{grid-template-columns:1fr}}.gallery__item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);cursor:pointer;transition:all 250ms ease}.gallery__item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.gallery__item-image{width:100%;height:240px;object-fit:cover;display:block;transition:transform 250ms ease}.gallery__item:hover .gallery__item-image{transform:scale(1.05)}.gallery__item-info{padding:1rem}.gallery__item-title{font-size:1rem;margin-bottom:.25rem}.gallery__item-location{font-size:.75rem;color:#2c5f2d;font-weight:600;margin-bottom:.25rem}.gallery__item-desc{font-size:.875rem;color:#6b6b6b}.testimonials{background:#fff}.testimonials__carousel{display:flex;align-items:center;gap:1rem;max-width:900px;margin:0 auto}.testimonials__viewport{overflow:hidden;flex:1}.testimonials__track{display:flex;transition:transform 400ms ease}.testimonials__slide{min-width:100%;padding:2rem;text-align:center}.testimonials__stars{color:#d4a017;font-size:1.25rem;margin-bottom:1rem;letter-spacing:4px}.testimonials__text{font-size:1.125rem;line-height:1.7;color:#2d2d2d;margin-bottom:1.5rem;font-style:italic}.testimonials__author{display:flex;flex-direction:column;gap:2px}.testimonials__author strong{font-size:1rem;color:#2c5f2d}.testimonials__author span{font-size:.875rem;color:#6b6b6b}.testimonials__service{color:#b8860b !important;font-weight:600 !important}.testimonials__nav{flex-shrink:0;width:44px;height:44px;border-radius:9999px;background:#f5f6f0;color:#2c5f2d;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all 150ms ease}.testimonials__nav:hover{background:#2c5f2d;color:#fff}@media(max-width: 640px){.testimonials__nav{display:none}}.testimonials__dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.testimonials__dot{width:10px;height:10px;border-radius:9999px;background:#e0e0e0;transition:all 150ms ease}.testimonials__dot.active{background:#2c5f2d;width:28px}.service-area{background:#f5f6f0}.service-area__grid{align-items:center}.service-area__lead{font-size:1.125rem;color:#6b6b6b;margin-bottom:1.5rem}.service-area__list{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:2rem}@media(max-width: 640px){.service-area__list{grid-template-columns:1fr}}.service-area__item{display:flex;align-items:center;gap:.5rem;font-size:1rem;padding:.25rem 0}.service-area__check{color:#2c5f2d;font-weight:700}.service-area__map{border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);min-height:450px}.service-area__map iframe{width:100%;height:450px;border:0;display:block}.quote-form{background:#1e4020;color:#fff}.quote-form__container{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start}@media(max-width: 1024px){.quote-form__container{grid-template-columns:1fr}}.quote-form__info h2{color:#fff;font-size:2rem;margin-bottom:1rem}.quote-form__lead{font-size:1.125rem;opacity:.9;margin-bottom:2rem}.quote-form__benefits{display:flex;flex-direction:column;gap:1rem}.quote-form__benefit{display:flex;align-items:center;gap:1rem}.quote-form__benefit span{font-size:1.5rem}.quote-form__benefit strong{font-size:1rem}.quote-form__benefit p{font-size:.875rem;opacity:.8;margin:0}.quote-form__form-wrapper{background:#fff;border-radius:16px;padding:2rem;color:#2d2d2d}.quote-form__form{display:flex;flex-direction:column;gap:1rem}.quote-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width: 640px){.quote-form__row{grid-template-columns:1fr}}.quote-form__field{display:flex;flex-direction:column;gap:.25rem}.quote-form__field label{font-size:.875rem;font-weight:600;color:#2d2d2d}.quote-form__field input,.quote-form__field select,.quote-form__field textarea{padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color 150ms ease}.quote-form__field input:focus,.quote-form__field select:focus,.quote-form__field textarea:focus{outline:none;border-color:#2c5f2d}.quote-form__field textarea{resize:vertical}.quote-form__error{color:#c62828;font-size:.75rem;min-height:.75rem}.quote-form__submit{width:100%;margin-top:.5rem}.quote-form__status{text-align:center;font-size:.875rem;padding:.5rem;border-radius:8px;min-height:1.5rem}.quote-form__status--success{background:rgba(46,125,50,.1);color:#2e7d32}.quote-form__status--error{background:rgba(198,40,40,.1);color:#c62828}.quote-form__status--info{color:#6b6b6b}.contact{background:#f5f6f0}.contact__grid{align-items:start}.contact__info{display:flex;flex-direction:column;gap:1rem}.contact__card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.contact__card h3{font-size:1rem;margin-bottom:.5rem;color:#2c5f2d}.contact__card p{font-size:1rem;color:#2d2d2d;line-height:1.6}.contact__form-wrapper{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.contact__form{display:flex;flex-direction:column;gap:1rem}.contact__field{display:flex;flex-direction:column;gap:.25rem}.contact__field label{font-size:.875rem;font-weight:600}.contact__field input,.contact__field textarea{padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem}.contact__field input:focus,.contact__field textarea:focus{outline:none;border-color:#2c5f2d}.contact__status{text-align:center;font-size:.875rem;padding:.5rem;border-radius:8px}.contact__status--success{background:rgba(46,125,50,.1);color:#2e7d32}.contact__status--error{background:rgba(198,40,40,.1);color:#c62828}.footer{background:#1a1a1a;color:#fff}.footer__top{padding:4rem 0}.footer__grid{gap:2rem}.footer__brand{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer__brand-icon{font-size:1.25rem}.footer__brand-text{font-size:1.25rem;font-weight:800}.footer__about{font-size:.875rem;opacity:.7;line-height:1.6}.footer__heading{font-size:1rem;margin-bottom:1rem;color:#fff}.footer__links li{margin-bottom:.5rem}.footer__links li a{color:hsla(0,0%,100%,.7);font-size:.875rem;transition:color 150ms ease}.footer__links li a:hover{color:#d4a017}.footer__contact li{color:hsla(0,0%,100%,.7);font-size:.875rem;margin-bottom:.5rem}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.1);padding:1rem 0}.footer__bottom .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer__bottom p{font-size:.75rem;opacity:.6}.footer__bottom-license{text-align:right}@media(max-width: 640px){.footer__grid{grid-template-columns:1fr 1fr}.footer__bottom .container{flex-direction:column;text-align:center}}
