body{margin:0}#root{min-height:100svh}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#2d5a27;--green-light:#4a7c40;--green-pale:#f0f5ef;--black:#0f1710;--text:#3d4a3a;--text-muted:#7a8a77;--white:#fff;--soft:#f7f8f6;--border:#e2e8e0;--radius:12px;--radius-lg:20px;--shadow-sm:0 2px 8px #00000012;--shadow-md:0 8px 32px #0000001a;--shadow-lg:0 20px 60px #00000024;--nav-h:110px;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Segoe UI,system-ui,-apple-system,sans-serif}body{min-height:100svh}img{max-width:100%;display:block}button{cursor:pointer;font:inherit;background:0 0;border:none}h1,h2,h3{color:var(--black);letter-spacing:-.02em;font-weight:600;line-height:1.15}h1{font-size:clamp(2.4rem,5vw,4rem)}h2{font-size:clamp(1.8rem,3vw,2.6rem)}h3{font-size:1.1rem}p{line-height:1.7}em{color:var(--green);font-style:normal}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--green);margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-block}.eyebrow--light{color:#ffffffb3}.container{width:min(1160px,100%);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem)}.section{padding-block:clamp(4rem,8vw,7rem)}.section--soft{background:var(--soft)}.section--white{background:var(--white)}.section-head{text-align:center;max-width:560px;margin:0 auto 3.5rem}.section-head p{color:var(--text-muted);margin-top:.75rem}.btn{white-space:nowrap;border-radius:100px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn--white{background:var(--white);color:var(--green);box-shadow:var(--shadow-sm)}.btn--white:hover{background:#f0f5ef;transform:translateY(-1px)}.btn--outline-white{color:var(--white);background:0 0;border:1.5px solid #fff9}.btn--outline-white:hover{background:#ffffff1f}.btn--green{background:var(--green);color:var(--white);box-shadow:0 4px 20px #2d5a274d}.btn--green:hover{background:var(--green-light);transform:translateY(-1px)}.btn--full{justify-content:center;width:100%}.nav{z-index:100;height:var(--nav-h);grid-template-columns:1fr auto 1fr;align-items:center;padding-inline:clamp(1.25rem,5vw,3rem);transition:background .3s,box-shadow .3s;display:grid;position:fixed;inset-block-start:0;inset-inline:0}.nav--solid{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow-sm);background:#fffffff5}.nav--solid .nav-links button{color:var(--text)}.nav--solid .nav-links button:hover{color:var(--green)}.nav--solid .nav-burger span{background:var(--black)}.nav--solid .nav-cta{background:var(--green);color:var(--white);border-color:var(--green)}.nav--solid .nav-brand__logo{filter:none}.nav-brand{justify-self:start;align-items:center;display:flex}.nav-brand__logo{object-fit:contain;filter:brightness(0)invert();width:auto;height:100px;transition:filter .3s}.nav-links{justify-self:center;align-items:center;gap:.1rem;list-style:none;display:flex}.nav-links button{color:#ffffffd9;white-space:nowrap;border-radius:8px;padding:.5rem .85rem;font-size:.88rem;font-weight:500;transition:color .2s,background .2s}.nav-links button:hover{color:var(--white);background:#ffffff1f}.nav-right{justify-self:end;align-items:center;gap:.75rem;display:flex}.nav-cta{color:var(--white);white-space:nowrap;background:#ffffff26;border:1.5px solid #ffffff80;border-radius:100px;padding:.55rem 1.3rem;font-size:.88rem;font-weight:700;transition:background .2s,border-color .2s,color .2s}.nav-cta:hover{background:var(--white);color:var(--green);border-color:var(--white)}.nav-burger{flex-direction:column;gap:5px;padding:6px;display:none}.nav-burger span{background:var(--white);border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}@media (width<=820px){:root{--nav-h:70px}.nav{height:var(--nav-h);grid-template-columns:1fr auto}.nav-brand__logo{height:60px}.nav-links{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:none;box-shadow:var(--shadow-md);gap:.5rem;justify-self:unset;z-index:99;background:#fffffffa;flex-direction:column;padding:1.5rem;transition:transform .3s,opacity .3s;position:fixed;inset-block-start:var(--nav-h);inset-inline:0;transform:translateY(-110%)}.nav-links--open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links button{text-align:center;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:1rem;color:var(--text)!important}.nav-links button:hover{color:var(--green)!important;background:var(--green-pale)!important}.nav-right .nav-cta{display:none}.nav-burger{display:flex}.nav-burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-burger--open span:nth-child(2){opacity:0}.nav-burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}}@media (width<=480px){:root{--nav-h:60px}.nav-brand__logo{height:50px}}.hero{align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero__bg{object-fit:cover;object-position:center 30%;width:100%;height:100%;position:absolute;inset:0}.hero__veil{background:linear-gradient(120deg,#000000b3 0%,#00000073 60%,#00000040 100%);position:absolute;inset:0}.hero__body{z-index:1;max-width:680px;padding:calc(var(--nav-h) + 2rem) clamp(1.25rem, 5vw, 3rem) 6rem;color:var(--white);margin-inline-start:max(0px,50vw - 580px);position:relative}.hero__body h1{color:var(--white);margin-block:.75rem 1.25rem}.hero__word{color:#1a7a35;letter-spacing:-.025em;opacity:0;text-shadow:0 2px 20px #27ae5240;font-family:inherit;font-size:1.15em;font-style:normal;font-weight:700;transition:opacity .35s,transform .35s;display:inline-block;transform:translateY(10px)}.hero__word--visible{opacity:1;transform:translateY(0)}.hero__lead{color:#fffc;margin-bottom:2.25rem;font-size:1.05rem;line-height:1.7}.hero__ctas{flex-wrap:wrap;gap:1rem;display:flex}.hero__down{z-index:1;color:#ffffffb3;border:1.5px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:border-color .2s,color .2s;animation:2.2s ease-in-out infinite bounce;display:flex;position:absolute;bottom:2.25rem;left:50%;transform:translate(-50%)}.hero__down:hover{color:var(--white);border-color:#ffffffe6}.hero__down svg{width:18px;height:18px}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}.about-section{background:var(--soft)}.about-layout{grid-template-columns:1fr 1.5fr;align-items:center;gap:clamp(3rem,6vw,6rem);display:grid}@media (width<=900px){.about-layout{grid-template-columns:1fr}}.about-eyebrow-row{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.about-eyebrow-row:after{content:"";background:var(--border);flex:1;max-width:80px;height:1px}.about-title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:700;line-height:1.1}.about-divider{background:var(--green);border-radius:2px;width:40px;height:3px;margin-bottom:1.5rem}.about-left p{color:var(--text-muted);margin-bottom:2rem;font-size:.97rem;line-height:1.8}.about-cta{border:1.5px solid var(--green);color:var(--green);border-radius:100px;align-items:center;gap:.75rem;padding:.9rem 1.75rem;font-size:.9rem;font-weight:700;transition:background .2s,color .2s;display:inline-flex}.about-cta:hover{background:var(--green);color:var(--white)}.about-stats{justify-content:space-between;align-items:flex-start;gap:4rem;display:flex}@media (width<=600px){.about-stats{flex-direction:column;gap:2rem}.about-stat-box:not(:last-child){border-right:none;border-bottom:1px solid var(--border);padding-bottom:2rem;padding-right:0}}.about-stat-box{box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;padding:0;display:flex}.about-stat-box:hover{box-shadow:none;transform:none}.about-stat-box__ico{background:#f4f7f1;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.about-stat-box__ico svg{width:24px;height:24px;stroke:var(--green)}.about-stat-box strong{color:var(--green);margin-bottom:1rem;font-size:4rem;font-weight:500;line-height:1;display:block}.about-stat-box h4{color:var(--black);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.about-stat-box p{max-width:220px;color:var(--text-muted);font-size:.95rem;line-height:1.8}.about-stat-box:not(:last-child){border-right:1px solid var(--border);padding-right:3rem}.services__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.services__grid{grid-template-columns:1fr}}.svc-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow .25s,transform .25s;overflow:hidden}.svc-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.svc-card__img{aspect-ratio:16/10;position:relative;overflow:hidden}.svc-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.svc-card:hover .svc-card__img img{transform:scale(1.06)}.svc-card__img-overlay{background:linear-gradient(#0000 40%,#00000073 100%);position:absolute;inset:0}.svc-card__body{padding:1.25rem 1.4rem 1.5rem}.svc-card__body h3{margin-bottom:.5rem;font-size:1.05rem}.svc-card__body p{color:var(--text-muted);font-size:.88rem;line-height:1.65}.projects__grid{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (width<=900px){.projects__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.projects__grid{grid-template-columns:1fr}}.proj-card{border-radius:var(--radius-lg);aspect-ratio:4/3;cursor:pointer;position:relative;overflow:hidden}.proj-card:first-child{aspect-ratio:unset;grid-row:span 2}.proj-card img{object-fit:cover;width:100%;height:100%;transition:transform .55s;display:block}.proj-card:hover img{transform:scale(1.07)}.proj-card__overlay{opacity:0;background:linear-gradient(#0000 0%,#0000001a 45%,#000000bf 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:opacity .35s;display:flex;position:absolute;inset:0}.proj-card:hover .proj-card__overlay{opacity:1}.proj-card__cat{letter-spacing:.14em;text-transform:uppercase;color:#7de89a;margin-bottom:.4rem;font-size:.7rem;font-weight:700}.proj-card__overlay h3{color:var(--white);margin:0 0 .2rem;font-size:1.15rem}.proj-card__overlay p{color:#fff9;font-size:.82rem}.process-section{padding-top:clamp(4rem,8vw,7rem);padding-bottom:clamp(6rem,12vw,11rem)}.process-grid{border:1px dashed #265c2738;border-radius:28px;grid-template-columns:repeat(4,1fr);display:grid;overflow:visible}.process-card{text-align:center;min-height:420px;padding:3rem 2rem 4.5rem;position:relative}.process-card:not(:last-child){border-right:1px dashed #265c2738}.process-icon{background:#e7f0e2;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto 1.5rem;display:flex}.process-icon svg{width:42px;height:42px;stroke:var(--green)}.process-card h3{color:var(--black);margin:0 0 1rem;font-size:1.2rem;line-height:1.2}.process-card p{color:var(--text-muted);max-width:260px;margin:0 auto;font-size:.95rem;line-height:1.75}.process-number{background:var(--green);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:68px;height:56px;font-size:1.45rem;font-weight:800;display:flex;position:absolute;bottom:-23px;left:50%;transform:translate(-50%);box-shadow:0 14px 30px #265c2738}@media (width<=1000px){.process-grid{grid-template-columns:repeat(2,1fr)}.process-card:nth-child(2){border-right:none}.process-card:nth-child(-n+2){border-bottom:1px dashed #265c2738}}@media (width<=600px){.process-grid{grid-template-columns:1fr}.process-card{border-bottom:1px dashed #265c2738;min-height:auto;padding:2.5rem 1.5rem 4rem;border-right:none!important}.process-card:last-child{border-bottom:none}}.quote-band{padding-block:clamp(3rem,8vw,6rem);position:relative;overflow:hidden}.quote-band__bg{object-fit:cover;object-position:center 40%;width:100%;height:100%;position:absolute;inset:0}.quote-band__veil{background:#000000b8;position:absolute;inset:0}.quote-band__body{z-index:1;text-align:center;max-width:760px;color:var(--white);position:relative}.quote-band__body blockquote{color:#ffffffed;margin-bottom:1.5rem;font-size:clamp(1.6rem,4vw,2.4rem);font-style:normal;font-weight:300;line-height:1.65}.contact-new{background:var(--white);padding-block:clamp(4rem,8vw,7rem)}.contact-new__top{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3rem;display:flex}.contact-new__top h2{margin-top:.5rem}.contact-new__top>p{color:var(--text-muted);text-align:right;font-size:1rem;line-height:1.7}@media (width<=640px){.contact-new__top{flex-direction:column;align-items:flex-start}.contact-new__top>p{text-align:left}}.contact-new__bottom{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem;display:grid}@media (width<=820px){.contact-new__bottom{grid-template-columns:1fr}}.contact-new__photo{border-radius:var(--radius-lg);min-height:280px;overflow:hidden}.contact-new__photo img{object-fit:cover;width:100%;height:100%}.contact-new__actions{flex-direction:column;align-items:stretch;gap:1.25rem;display:flex}.cnew-card{border-radius:var(--radius-lg);flex-direction:column;flex:1;justify-content:center;gap:.75rem;min-height:0;padding:2rem 2.25rem;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex}.cnew-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.cnew-card--call{background:var(--black)}.cnew-card--wp{background:#1a4d2e}.cnew-card__top{justify-content:space-between;align-items:center;display:flex}.cnew-card__ico{background:#ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.cnew-card__ico svg{width:22px;height:22px}.cnew-card--call .cnew-card__ico svg{stroke:var(--white)}.cnew-card--wp .cnew-card__ico svg{fill:#25d366}.cnew-card__tag{letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;font-size:.75rem;font-weight:700}.cnew-card__num{white-space:nowrap;color:var(--white);letter-spacing:-.02em;margin-block:1.5rem .5rem;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:800;line-height:1.15}.cnew-card__cta{color:#ffffff73;font-size:.85rem;font-weight:600;transition:color .2s}.cnew-card:hover .cnew-card__cta{color:#ffffffd9}.float-btn{z-index:200;width:68px;height:68px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:2rem;box-shadow:0 6px 24px #00000040}.float-btn span{display:none}.float-btn:hover{transform:translateY(-4px)scale(1.08);box-shadow:0 12px 32px #0000004d}.float-btn svg{flex-shrink:0;width:30px;height:30px}.float-btn--call{background:#1a73e8;left:2rem}.float-btn--wp{background:#25d366;right:2rem}.footer{background:var(--black);color:#ffffffa6}.footer__top{grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:3rem;padding-block:4rem;display:grid}@media (width<=900px){.footer__top{grid-template-columns:1fr 1fr}}@media (width<=540px){.footer__top{grid-template-columns:1fr}}.footer__logo{margin-bottom:1rem}.footer__logo-img{object-fit:contain;filter:brightness(0)invert();width:auto;height:80px}.footer__brand-col p{max-width:240px;margin-bottom:1.5rem;font-size:.88rem;line-height:1.65}.footer__socials{gap:.6rem;display:flex}.footer__socials a{color:#ffffff80;border:1px solid #ffffff26;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:border-color .2s,color .2s,background .2s;display:flex}.footer__socials a:hover{border-color:var(--green-light);color:var(--white);background:#4a7c4040}.footer__socials svg{width:15px;height:15px}.footer__col h4{color:var(--white);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.8rem;font-weight:700}.footer__col ul{flex-direction:column;gap:.7rem;list-style:none;display:flex}.footer__col ul li button,.footer__col ul li span{color:#ffffff8c;cursor:pointer;font-size:.88rem;font:inherit;text-align:left;background:0 0;border:none;padding:0;transition:color .2s}.footer__col ul li button:hover{color:var(--white)}.footer__contact-list li{color:#ffffff8c;align-items:center;gap:.6rem;font-size:.88rem;display:flex}.footer__contact-list svg{stroke:#ffffff73;flex-shrink:0;width:15px;height:15px}.footer__bottom{border-top:1px solid #ffffff14;padding-block:1.25rem}.footer__bottom-inner{color:#ffffff59;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;font-size:.8rem;display:flex}@media (width<=480px){.float-btn{width:54px;height:54px;bottom:1.25rem}.float-btn svg{width:24px;height:24px}.float-btn--call{left:1rem}.float-btn--wp{right:1rem}.hero__ctas{flex-direction:column;gap:.75rem}.hero__ctas .btn{justify-content:center;width:100%}.footer__bottom-inner{flex-direction:column;align-items:flex-start;gap:.5rem}.process-card{padding:2rem 1rem 3.5rem}.about-stat-box strong{font-size:3rem}.contact-new__photo{min-height:200px}.proj-card:first-child{grid-row:unset;aspect-ratio:4/3}}
