:root{--green-900: #193d19;--green-800: #265c26;--green-700: #347a34;--green-600: #469946;--green-500: #5cb85c;--green-400: #7ecc7e;--green-100: #e6f5e6;--silver-900: #1c1c1c;--silver-800: #2c2c2c;--silver-700: #444444;--silver-500: #808080;--silver-300: #b8b8b8;--silver-200: #d4d4d4;--silver-100: #f2f2f2;--white: #ffffff;--black: #080808;--text-primary: #1c1c1c;--text-secondary: #555555;--text-light: #888888;--bg-light: #f6f8f6;--border: #e2e6e2;--font-heading: "Montserrat", sans-serif;--font-body: "Open Sans", sans-serif;--container-max: 1200px;--navbar-height: 80px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .07);--shadow-md: 0 4px 24px rgba(0, 0, 0, .11);--shadow-lg: 0 8px 48px rgba(0, 0, 0, .16);--transition: all .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body);color:var(--text-primary);line-height:1.65;background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}img{max-width:100%;display:block}a{text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2}.fade-up{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up:nth-child(2){transition-delay:.1s}.fade-up:nth-child(3){transition-delay:.18s}.fade-up:nth-child(4){transition-delay:.26s}.fade-up:nth-child(5){transition-delay:.34s}.fade-up:nth-child(6){transition-delay:.42s}.fade-up:nth-child(7){transition-delay:.5s}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2.2rem;border-radius:4px;font-family:var(--font-heading);font-weight:700;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;transition:var(--transition);cursor:pointer;border:2px solid transparent;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-appearance:none}.btn--primary{background:var(--green-700);color:var(--white);border-color:var(--green-700)}.btn--primary:hover{background:var(--green-800);border-color:var(--green-800);transform:translateY(-2px);box-shadow:0 6px 20px #347a3466}.btn--outline{background:transparent;color:var(--white);border-color:#ffffffb3}.btn--outline:hover,.btn--white{background:var(--white);color:var(--green-800);border-color:var(--white)}.btn--white:hover{background:transparent;color:var(--white);border-color:var(--white)}.btn--full{width:100%}.section-container{max-width:var(--container-max);margin:0 auto;padding:5.5rem 2rem}.section-header{text-align:center;max-width:680px;margin:0 auto 3.5rem}.section-tag{display:inline-block;font-family:var(--font-heading);font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--green-600);background:var(--green-100);padding:.3rem .9rem;border-radius:2px;margin-bottom:.8rem}.section-title{font-size:clamp(1.75rem,3vw,2.4rem);color:var(--text-primary);margin-bottom:1rem;font-weight:800}.section-subtitle{font-size:1rem;color:var(--text-secondary);line-height:1.75}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--navbar-height);background:transparent;transition:background .4s ease,box-shadow .4s ease}.navbar--solid{background:var(--silver-900);box-shadow:0 2px 20px #0000004d}.navbar__container{max-width:var(--container-max);margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between}.navbar__logo{display:flex;align-items:center;gap:.8rem;flex-shrink:0}.navbar__logo img{height:81px;width:auto;filter:drop-shadow(0 2px 6px rgba(0,0,0,.2))}.navbar__brand{display:flex;flex-direction:column;line-height:1}.navbar__brand-name{font-family:var(--font-heading);font-weight:900;font-size:1.45rem;color:var(--white);letter-spacing:.04em}.navbar__brand-sub{font-family:var(--font-heading);font-size:.6rem;font-weight:400;color:var(--silver-300);letter-spacing:.16em;text-transform:uppercase;margin-top:2px}.navbar__menu{display:flex;align-items:center;gap:2.2rem}.navbar__menu a{font-family:var(--font-heading);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffffe6;transition:var(--transition);position:relative;padding-bottom:2px}.navbar__menu a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--green-500);transition:width .3s ease}.navbar__menu a:hover,.navbar__menu a.active{color:var(--white)}.navbar__menu a:hover:after,.navbar__menu a.active:after{width:100%}.navbar__cta-btn{background:var(--green-700)!important;color:var(--white)!important;padding:.5rem 1.4rem!important;border-radius:4px!important;border:2px solid var(--green-700)!important}.navbar__cta-btn:hover{background:var(--green-800)!important;border-color:var(--green-800)!important;transform:translateY(-1px)}.navbar__cta-btn:after{display:none!important}.navbar__hamburger{display:none;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;background:none;border:none;cursor:pointer;padding:6px;width:40px;height:40px}.navbar__hamburger span{display:block;height:2px;background:var(--white);border-radius:2px;transition:var(--transition)}.navbar__hamburger span:nth-child(1){width:24px}.navbar__hamburger span:nth-child(2){width:18px}.navbar__hamburger span:nth-child(3){width:24px}.navbar__hamburger--open span:nth-child(1){width:24px;transform:translateY(7px) rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){width:24px;transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;height:100vh;height:calc(var(--vh, 1vh) * 100);height:100svh;min-height:640px;display:flex;align-items:flex-end;overflow:hidden}.hero__bg{position:absolute;top:-6%;right:-6%;bottom:-6%;left:-6%;background-size:cover;background-position:center;animation:kenburns 20s ease-in-out infinite alternate;will-change:transform}@keyframes kenburns{0%{transform:scale(1) translate(0)}to{transform:scale(1.09) translate(-1.5%,.5%)}}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#081808ed,#0818088c 55%,#0818082e),linear-gradient(to top,rgba(8,24,8,.88) 0%,transparent 55%)}.hero__bg-text{position:absolute;right:-.04em;bottom:-.14em;font-family:var(--font-heading);font-size:clamp(12rem,26vw,22rem);font-weight:900;color:transparent;-webkit-text-stroke:1.5px rgba(255,255,255,.04);line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;z-index:1;animation:ghost-in 2s ease .2s both}@keyframes ghost-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hero__content{position:relative;z-index:2;color:var(--white);padding:0 max(2.5rem,7vw) 7rem;max-width:min(700px,90vw)}.hero__accent-line{height:2px;width:0;background:linear-gradient(to right,var(--green-400),var(--green-700));margin-bottom:1.4rem;animation:line-grow .8s cubic-bezier(.16,1,.3,1) .1s forwards;border-radius:2px}@keyframes line-grow{to{width:56px}}.hero__eyebrow{font-family:var(--font-heading);font-size:.72rem;font-weight:600;letter-spacing:.38em;text-transform:uppercase;color:var(--green-400);margin-bottom:1rem;animation:hero-fade-up .7s ease .3s both}.hero__title{font-family:var(--font-heading);font-size:clamp(4.8rem,13vw,10rem);font-weight:900;letter-spacing:-.03em;line-height:.9;margin-bottom:.35rem}.hero__title-clip{display:block;overflow:hidden}.hero__title-inner{display:block;background:linear-gradient(130deg,#ffffff 15%,#c8e6c8 60%,var(--green-400) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:title-reveal 1s cubic-bezier(.16,1,.3,1) .15s both}@keyframes title-reveal{0%{transform:translateY(108%)}to{transform:translateY(0)}}.hero__subtitle{font-family:var(--font-heading);font-size:clamp(.65rem,1.5vw,.88rem);font-weight:400;letter-spacing:.6em;text-transform:uppercase;color:#fff6;margin-bottom:2rem;animation:hero-fade-up .7s ease .55s both}.hero__description{font-size:clamp(.9rem,1.3vw,1.05rem);color:#ffffffb8;line-height:1.78;margin-bottom:2.8rem;animation:hero-fade-up .7s ease .7s both}.hero__buttons{display:flex;gap:1rem;flex-wrap:wrap;animation:hero-fade-up .7s ease .85s both}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__scroll-v{position:absolute;right:2.5rem;bottom:3.5rem;z-index:2;display:flex;flex-direction:column;align-items:center;gap:.8rem;animation:hero-fade-up 1s ease 1.2s both}.hero__scroll-v>span{font-family:var(--font-heading);font-size:.52rem;letter-spacing:.28em;text-transform:uppercase;color:#ffffff4d;writing-mode:vertical-rl}.hero__scroll-track{width:1px;height:52px;background:#ffffff1f;position:relative;overflow:hidden;border-radius:1px}.hero__scroll-dot{position:absolute;top:-100%;left:0;width:100%;height:50%;background:linear-gradient(to bottom,transparent,var(--green-400));animation:scroll-run 2s ease-in-out infinite}@keyframes scroll-run{0%{top:-100%}to{top:200%}}.stats-bar{background:var(--silver-900);padding:2.8rem 2rem}.stats-bar__grid{max-width:var(--container-max);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stats-bar__item{position:relative}.stats-bar__item+.stats-bar__item:before{content:"";position:absolute;left:0;top:10%;height:80%;width:1px;background:#ffffff14}.stats-bar__number{display:block;font-family:var(--font-heading);font-size:2.6rem;font-weight:900;color:var(--green-500);line-height:1;margin-bottom:.4rem}.stats-bar__label{display:block;font-family:var(--font-heading);font-size:.7rem;font-weight:500;color:var(--silver-300);letter-spacing:.06em;text-transform:uppercase}.services{background:var(--white)}.services__header{display:flex;align-items:flex-end;justify-content:space-between;gap:3rem;margin-bottom:3rem}.services__header .section-title{margin-bottom:0}.services__header-sub{max-width:380px;font-size:.95rem;color:var(--text-secondary);line-height:1.7;flex-shrink:0}.services-list{border-top:2px solid var(--green-800)}.services-list__item{display:grid;grid-template-columns:2.5rem 1fr 220px;gap:2.5rem;align-items:center;padding:1.8rem 0;border-bottom:1px solid var(--border);transition:background .25s ease,padding .25s ease;border-radius:4px}.services-list__item:hover{background:var(--bg-light);padding-left:1.2rem;padding-right:1.2rem}.services-list__num{font-family:var(--font-heading);font-size:.65rem;font-weight:800;letter-spacing:.12em;color:var(--green-600);text-transform:uppercase}.services-list__title{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;color:var(--green-800);margin-bottom:.4rem}.services-list__desc{font-size:.875rem;color:var(--text-secondary);line-height:1.65;max-width:540px;margin:0}.services-list__thumb{width:220px;height:130px;overflow:hidden;border-radius:6px;flex-shrink:0}.services-list__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .45s ease}.services-list__item:hover .services-list__thumb img{transform:scale(1.06)}.about{background:var(--white)}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about__content .section-tag{margin-bottom:.7rem}.about__content .section-title{margin-bottom:1.4rem}.about__content p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8;font-size:.95rem}.about__content .btn{margin-top:1.2rem}.about__imgs{position:relative;height:500px}.about__img{border-radius:8px;-o-object-fit:cover;object-fit:cover;box-shadow:var(--shadow-md);position:absolute}.about__img--main{width:80%;height:350px;top:0;right:0}.about__img--accent{width:56%;height:220px;bottom:0;left:0;border:5px solid var(--white)}.gallery-strip{display:grid;grid-template-columns:repeat(4,1fr);height:240px;overflow:hidden}.gallery-strip__item{overflow:hidden;position:relative}.gallery-strip__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease,filter .4s ease;filter:brightness(.75) grayscale(.2)}.gallery-strip__item:hover img{transform:scale(1.06);filter:brightness(1) grayscale(0)}.cta-section{background:linear-gradient(135deg,var(--green-800) 0%,var(--green-700) 50%,var(--green-600) 100%);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-section:before,.cta-section:after{content:"";position:absolute;border-radius:50%;background:#ffffff0a}.cta-section:before{width:600px;height:600px;top:-300px;right:-100px}.cta-section:after{width:400px;height:400px;bottom:-200px;left:-80px}.cta-section__inner{position:relative;z-index:1;max-width:720px;margin:0 auto}.cta-section__title{font-size:clamp(1.8rem,3.5vw,2.6rem);color:var(--white);margin-bottom:1rem;font-weight:800}.cta-section__text{font-size:1.05rem;color:#ffffffd1;margin-bottom:2.2rem;line-height:1.75}.footer{background:var(--black);color:var(--silver-300)}.footer__top{max-width:var(--container-max);margin:0 auto;padding:4.5rem 2rem 3rem;display:grid;grid-template-columns:2fr 1fr 1fr 1.6fr;gap:3rem}.footer__logo{height:64px;width:auto;margin-bottom:1.1rem;filter:brightness(.85)}.footer__tagline{font-size:.88rem;color:var(--silver-500);line-height:1.65;max-width:260px}.footer__col h4{font-family:var(--font-heading);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--white);margin-bottom:1.3rem}.footer__col ul li{margin-bottom:.65rem}.footer__col ul li a{font-size:.88rem;color:var(--silver-500);transition:var(--transition)}.footer__col ul li a:hover{color:var(--green-400);padding-left:5px}.footer__contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.9rem}.footer__contact-icon{font-size:1rem;flex-shrink:0;margin-top:2px}.footer__contact-item p,.footer__contact-item address,.footer__contact-item a{font-size:.88rem;color:var(--silver-500);line-height:1.55;font-style:normal}.footer__bottom{border-top:1px solid #1e1e1e;padding:1.4rem 2rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.5rem;max-width:100%}.footer__bottom p{font-size:.78rem;color:var(--silver-700)}.footer__bottom-links{display:flex;gap:1.5rem}.footer__bottom-links a{font-size:.78rem;color:var(--silver-700);transition:var(--transition)}.footer__bottom-links a:hover{color:var(--green-400)}.page-wrapper{padding-top:var(--navbar-height);min-height:100vh;display:flex;flex-direction:column}.page-hero{background:linear-gradient(155deg,var(--green-900) 0%,var(--silver-800) 100%);padding:5rem 2rem;text-align:center;color:var(--white)}.page-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:.75rem}.page-hero p{font-size:1.05rem;color:#ffffffb8;max-width:600px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.contact-info h2{font-size:1.3rem;color:var(--text-primary);margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--green-100)}.contact-info__item{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid var(--border)}.contact-info__item:last-child{border-bottom:none;margin-bottom:0}.contact-info__icon{width:46px;height:46px;background:var(--green-100);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.contact-info__text h4{font-family:var(--font-heading);font-size:.8rem;font-weight:700;color:var(--text-primary);margin-bottom:.2rem}.contact-info__text p,.contact-info__text address,.contact-info__text a{font-size:.88rem;color:var(--text-secondary);line-height:1.6;font-style:normal}.contact-info__text a{color:var(--green-700);text-decoration:underline;text-underline-offset:3px}.contact-info__text a:hover{color:var(--green-800)}.contact-info__item--muted .contact-info__text p{color:var(--silver-300);font-style:italic}.contact-map{margin-top:3.5rem}.contact-map__title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.contact-map__frame{position:relative;width:100%;padding-bottom:40%;border-radius:10px;overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--border)}.contact-map__frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.contact-map__address{margin-top:.75rem;font-size:.82rem;color:var(--text-light);font-style:italic}.contact-form-box{background:var(--white);border-radius:12px;padding:2.5rem;box-shadow:var(--shadow-md);border:1px solid var(--border)}.contact-form-box h2{font-size:1.4rem;color:var(--text-primary);margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--green-100)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-family:var(--font-heading);font-size:.78rem;font-weight:700;color:var(--text-primary);margin-bottom:.45rem;letter-spacing:.04em}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:2px solid var(--border);border-radius:6px;font-family:var(--font-body);font-size:1rem;color:var(--text-primary);background:var(--white);transition:var(--transition);outline:none;resize:vertical;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--green-600);box-shadow:0 0 0 3px #4699461a}.form-group input::-moz-placeholder,.form-group textarea::-moz-placeholder{color:var(--silver-300)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--silver-300)}.form-error{display:block;font-size:.75rem;color:#e74c3c;margin-top:.3rem;font-family:var(--font-heading)}.form-success{text-align:center;padding:3rem 1.5rem}.form-success__icon{width:72px;height:72px;background:linear-gradient(135deg,var(--green-600),var(--green-700));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--white);margin:0 auto 1.5rem}.form-success h3{font-size:1.5rem;color:var(--text-primary);margin-bottom:.75rem}.form-success p{color:var(--text-secondary);margin-bottom:2rem;max-width:380px;margin-left:auto;margin-right:auto}.policy-body{flex:1}.policy-content{max-width:860px;margin:0 auto;padding:4rem 2rem 5rem}.policy-meta{background:var(--green-100);border-left:4px solid var(--green-600);padding:1rem 1.4rem;border-radius:0 6px 6px 0;margin-bottom:2.5rem}.policy-meta p{font-size:.84rem;color:var(--green-700);font-family:var(--font-heading);font-weight:600;margin:0}.policy-content h2{font-size:1.3rem;color:var(--green-800);margin:2.8rem 0 .8rem;padding-bottom:.5rem;border-bottom:2px solid var(--green-100)}.policy-content h2:first-of-type{margin-top:0}.policy-content p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8;font-size:.94rem}.policy-content ul{list-style:disc;padding-left:1.6rem;margin-bottom:1rem}.policy-content ul li{color:var(--text-secondary);margin-bottom:.45rem;font-size:.94rem;line-height:1.7}.policy-content strong{color:var(--text-primary);font-weight:600}@media (max-width: 1024px){.footer__top{grid-template-columns:1fr 1fr;gap:2.5rem}.about__grid{gap:3.5rem}}@media (max-width: 768px){.navbar__hamburger{display:flex}.navbar__menu{position:absolute;top:var(--navbar-height);left:0;right:0;background:var(--silver-900);flex-direction:column;align-items:flex-start;padding:0 2rem;gap:0;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.navbar__menu--open{max-height:420px;padding:1.2rem 2rem 2rem;box-shadow:0 10px 30px #0000004d}.navbar__menu li{width:100%;padding:.7rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.navbar__menu li:last-child{border-bottom:none;padding-top:1rem}.navbar__cta-btn{display:inline-block!important;width:auto!important}.hero__bg{animation:none;top:0;right:0;bottom:0;left:0}.hero__scroll-v{display:none}.hero__content{padding:0 1.5rem 5rem}.stats-bar__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stats-bar__item+.stats-bar__item:before{display:none}.services__header{flex-direction:column;align-items:flex-start;gap:1rem}.services__header-sub{max-width:100%}.services-list__item{grid-template-columns:2rem 1fr;gap:1rem}.services-list__thumb{display:none}.about__grid{grid-template-columns:1fr;gap:2.5rem}.about__imgs{height:320px;order:-1}.about__img--main{width:78%;height:250px}.about__img--accent{width:52%;height:170px}.gallery-strip{grid-template-columns:repeat(2,1fr);height:300px}.footer__top{grid-template-columns:1fr;gap:2rem}.contact-grid{grid-template-columns:1fr;gap:2.5rem}.contact-form-box{padding:1.5rem}.contact-map__frame{padding-bottom:65%}.form-row{grid-template-columns:1fr}}@media (max-width: 480px){.section-container{padding:4rem 1.25rem}.hero__buttons{flex-direction:column;align-items:flex-start}.gallery-strip{grid-template-columns:1fr 1fr;height:220px}.stats-bar__number{font-size:2rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero__bg{animation:none}.fade-up{opacity:1;transform:none;transition:none}}
