html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased}.hero-bg{background-color:#fff;background-image:radial-gradient(circle at 80% 20%,rgba(86,158,40,.09) 0,transparent 40%),radial-gradient(circle at 20% 80%,rgba(243,198,35,.05) 0,transparent 40%)}.section-title{font-family:Montserrat,sans-serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:800;color:#1e2024;letter-spacing:-.025em;line-height:1.15}.spec-row{display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid #f1f2f4;padding-bottom:8px}.spec-row strong{color:#1e2024;text-align:right}.feature-icon{flex:0 0 52px;width:52px;height:52px;border-radius:50%;background:#eef6ea;color:#569e28;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px;border:1px solid rgba(86,158,40,.12)}.portfolio-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.portfolio-item{position:relative;height:250px;border-radius:14px;overflow:hidden;background:#e5e7eb;box-shadow:0 2px 10px rgba(0,0,0,.06)}.portfolio-item:after{content:"+";position:absolute;top:14px;right:14px;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.94);color:#47851f;font-size:25px;line-height:1;box-shadow:0 4px 18px rgba(0,0,0,.16);transition:transform .25s,background-color .25s}.portfolio-item:hover:after,.portfolio-item:focus-visible:after{transform:scale(1.08);background:#fff}.portfolio-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.portfolio-item:hover img{transform:scale(1.07)}.portfolio-item span{position:absolute;left:0;right:0;bottom:0;padding:30px 14px 12px;background:linear-gradient(transparent,rgba(0,0,0,.78));color:#fff;font-size:12px;opacity:0;transition:opacity .25s}.portfolio-item:hover span,.portfolio-item:focus-visible span{opacity:1}.gallery-lightbox{position:fixed;inset:0;width:min(1180px,calc(100vw - 32px));max-width:none;height:min(86vh,820px);margin:auto;padding:0;border:0;border-radius:18px;overflow:visible;background:#111;color:#fff;box-shadow:0 28px 90px rgba(0,0,0,.5)}.gallery-lightbox::backdrop{background:rgba(8,10,12,.88);backdrop-filter:blur(5px)}.gallery-lightbox[open]{display:grid;grid-template-columns:64px minmax(0,1fr) 64px;align-items:center}.gallery-lightbox figure{display:flex;min-width:0;height:100%;margin:0;flex-direction:column;align-items:center;justify-content:center;padding:24px 0}.gallery-lightbox figure img{display:block;max-width:100%;max-height:calc(100% - 42px);object-fit:contain}.gallery-lightbox figcaption{min-height:42px;padding:14px 16px 0;color:#e5e7eb;font-size:14px;text-align:center}.gallery-lightbox__close,.gallery-lightbox__nav{position:relative;z-index:2;border:0;color:#fff;cursor:pointer;transition:background-color .2s,transform .2s}.gallery-lightbox__close{position:absolute;top:12px;right:12px;width:44px;height:44px;border-radius:50%;background:rgba(0,0,0,.62);font-size:30px;line-height:1}.gallery-lightbox__nav{width:46px;height:64px;margin:auto;border-radius:10px;background:rgba(255,255,255,.1);font-size:42px;line-height:1}.gallery-lightbox__close:hover,.gallery-lightbox__nav:hover{background:#569e28}.gallery-lightbox__close:focus-visible,.gallery-lightbox__nav:focus-visible{outline:3px solid #fff;outline-offset:3px}.gallery-lightbox-open{overflow:hidden}.faq-content{max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .25s ease}.faq-item.active .faq-content{opacity:1}.faq-icon{transition:transform .25s}.faq-item.active .faq-icon{transform:rotate(45deg)}.form-section-bg{position:relative;background:#fff}.form-section-bg:before{content:"";position:absolute;right:-80px;bottom:-80px;width:350px;height:350px;border-radius:50%;background:rgba(86,158,40,.04);pointer-events:none}.field{width:100%;padding:15px 18px;background:#fff;border:1px solid #dfe2e7;border-radius:8px;color:#1e2024;outline:none;box-shadow:0 1px 2px rgba(0,0,0,.025);transition:border-color .2s,box-shadow .2s}.field:focus{border-color:#569e28;box-shadow:0 0 0 3px rgba(86,158,40,.12)}.form-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.contact-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#8a929b;margin-bottom:5px;font-weight:600}.contact-value{font-family:Montserrat,sans-serif;font-size:17px;font-weight:700;color:#1e2024}.contact-value:hover{color:#569e28}.social-link{border:1px solid #eaecf0;border-radius:999px;padding:9px 14px;color:#1e2024}.social-link:hover{border-color:#569e28;color:#569e28}.prose-drewica{font-size:16px;line-height:1.75}.prose-drewica h2,.prose-drewica h3{font-family:Montserrat,sans-serif;color:#1e2024;font-weight:800;margin:1.4em 0 .55em}.prose-drewica h2{font-size:2rem}.prose-drewica h3{font-size:1.25rem}.prose-drewica p,.prose-drewica ul,.prose-drewica ol{margin:.8em 0}.prose-drewica ul,.prose-drewica ol{padding-left:1.5rem}.prose-drewica ul{list-style:disc}.prose-drewica ol{list-style:decimal}@media(max-width:1023px){.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:639px){.portfolio-grid{grid-template-columns:1fr}.portfolio-item{height:230px}.gallery-lightbox{width:100vw;height:100dvh;border-radius:0}.gallery-lightbox[open]{grid-template-columns:48px minmax(0,1fr) 48px}.gallery-lightbox figure{padding:64px 0 18px}.gallery-lightbox__nav{width:40px;height:56px}.prose-drewica h2{font-size:1.6rem}}
