body,html{height:100%;margin:0;font-family:Arial,sans-serif;color:#333;scroll-behavior:smooth}.hero{height:100vh;width:100%;background-image:url(../images/forest-background.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.3) 0%,rgba(0,0,0,.3) 70%,black 100%);z-index:1}.hero-content{position:relative;color:#fff;text-align:center;z-index:1;padding-bottom:10vh}.hero-content h1{font-size:3.5rem;margin-bottom:1rem}.hero-content p{font-size:1.5rem;margin:0}.scroll-down{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;cursor:pointer;z-index:2}.scroll-down .arrow{width:.8rem;height:.8rem;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);margin:-.3rem;animation:bounce 2s infinite}.scroll-down .arrow:nth-child(2){animation-delay:-.2s}.scroll-down .arrow:nth-child(3){animation-delay:-.4s}@keyframes bounce{0%{opacity:0;transform:rotate(45deg)translate(-12px,-12px)}50%{opacity:1}100%{opacity:0;transform:rotate(45deg)translate(12px,12px)}}.about-section{min-height:100vh;padding:4rem 2rem;background-color:#000;color:#fff;margin-top:-2px;position:relative;display:flex;flex-direction:column;justify-content:center}.about-section::after{content:'';position:absolute;left:0;right:0;bottom:0;height:30vh;background:linear-gradient(to bottom,black 0%,rgba(0,0,0,.3) 100%);z-index:1}.about-title{width:100%;text-align:center;margin-bottom:4rem;position:relative;z-index:2}.about-title h2{font-size:2.5rem;color:#fff;text-align:center}.about-content{max-width:1200px;width:100%;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;gap:4rem;align-items:center}@media(max-width:768px){.about-content{gap:2rem}}.about-text-image{display:grid;grid-template-columns:1fr auto;gap:4rem;width:100%;align-items:center}@media(max-width:768px){.about-text-image{grid-template-columns:1fr;gap:2rem;text-align:center}}.about-text{max-width:100%;text-align:left}@media(max-width:768px){.about-text{text-align:center;order:2}}.profile-image{width:250px;height:250px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.1);box-shadow:0 4px 20px rgba(0,0,0,.3);flex-shrink:0}.profile-image img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.profile-image{width:200px;height:200px;margin:0 auto;order:1}}.about-text p{font-size:1.2rem;line-height:1.8;color:#ccc;margin-bottom:1.5rem;text-align:left}@media(max-width:768px){.about-text p{text-align:center}}.about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}@media(max-width:1024px){.about-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-grid{display:none}}.about-item{padding:1.5rem;background:rgba(255,255,255,5%);border-radius:8px;box-shadow:0 2px 15px rgba(255,255,255,.1);transition:transform .3s ease;backdrop-filter:blur(5px);min-height:120px;display:flex;flex-direction:column;justify-content:center;text-decoration:none;color:inherit}.about-item:hover{transform:translateY(-5px);background:rgba(255,255,255,.1);text-decoration:none}.about-item h3{color:#fff;margin-bottom:.5rem;font-size:1.3rem}.about-item p{color:#ccc;margin:0;font-size:1rem}.about-item{text-decoration:none;color:inherit}.about-item:hover{text-decoration:none}.projects-section{min-height:100vh;position:relative;background-image:url(/images/forest-background.jpg);background-position:50%;background-repeat:repeat;background-size:cover;background-attachment:fixed;margin-top:-2px;padding:6rem 2rem;color:#fff;filter:grayscale(100%);overflow:hidden;width:100%;box-sizing:border-box}.projects-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.3) 0%,rgba(0,0,0,.7) 100%);z-index:1}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;box-sizing:border-box}.project-item{background:rgba(255,255,255,.1);border-radius:8px;overflow:hidden;transition:transform .3s ease;backdrop-filter:blur(5px);text-decoration:none;display:block;color:inherit;height:100%;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.project-item:hover{transform:translateY(-5px);background:rgba(255,255,255,.15);text-decoration:none}.project-image{width:100%;height:300px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-item:hover .project-image img{transform:scale(1.05)}.project-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.project-content h3{font-size:1.5rem;margin-bottom:1rem;color:#fff;text-decoration:none}.project-content p{color:#ccc;line-height:1.6;margin-bottom:0;text-decoration:none}.list-container{display:flex;flex-direction:column;gap:2rem;padding:2rem;position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box}.full-width-container{display:flex;width:100%;height:250px;background:rgba(255,255,255,.1);border-radius:8px;overflow:hidden;backdrop-filter:blur(5px);box-sizing:border-box}.image-side{width:40%;height:100%;min-width:300px}.image-side img{width:100%;height:100%;object-fit:cover}.text-side{flex:1;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow:hidden}.text-side h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem;text-decoration:none;width:100%}.text-side .description{color:#ccc;margin-bottom:.5rem;font-style:italic;text-decoration:none;width:100%}.text-side .content-preview{color:#ccc;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-decoration:none;width:100%;text-align:center;font-size:.9rem}.text-side .content-preview a{color:#fff;text-decoration:underline;transition:color .3s ease}.text-side .content-preview a:hover{color:#fff;text-decoration:none}.container-link{text-decoration:none;display:block;width:100%;color:inherit;cursor:pointer;transition:transform .3s ease}.container-link:hover{text-decoration:none;transform:translateY(-2px)}.container-link *{text-decoration:none}.post-divider{border:none;height:1px;background:#000;margin:.2rem 0;width:100%;opacity:1}.more-projects-button{text-align:center;margin-top:4rem;position:relative;z-index:2}.btn-more{display:inline-block;padding:1rem 2.5rem;background:rgba(255,255,255,.1);color:#fff;text-decoration:none;border-radius:4px;border:1px solid rgba(255,255,255,.2);font-size:1.1rem;transition:all .3s ease;backdrop-filter:blur(5px)}.btn-more:hover{background:rgba(255,255,255,.2);transform:translateY(-2px);border-color:rgba(255,255,255,.3)}.contacts-section{padding:6rem 2rem;background-color:#000;color:#fff;position:relative}.contacts-section h2{font-size:2.5rem;margin-bottom:1.5rem;text-align:center}.contacts-section .contacts-buttons{margin:0;padding:1rem 0}.contacts-section .contacts-buttons-container{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.contacts-section .contact-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;color:#fff;background:rgba(255,255,255,5%);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;font-size:1rem}.contacts-section .contact-button i{font-size:1.25rem;color:#fff}.contacts-section .contact-button:hover{transform:translateY(-2px);background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3);box-shadow:0 5px 15px rgba(255,255,255,.1)}.contacts-grid{display:flex;justify-content:center;gap:2rem;margin-bottom:4rem;flex-wrap:nowrap;max-width:1200px;margin-left:auto;margin-right:auto}@media(max-width:768px){.contacts-grid{flex-direction:column;align-items:center}}.contact-item{text-align:center;padding:2rem;background:rgba(255,255,255,5%);border-radius:8px;transition:all .3s ease;flex:1;min-width:200px;max-width:300px}.contact-item:hover{transform:translateY(-5px);background:rgba(255,255,255,.1);box-shadow:0 5px 15px rgba(255,255,255,.1)}.contact-item h3{color:#fff;margin-bottom:1rem;font-size:1.3rem}.contact-item p{color:#ccc}.contact-item a{color:#ccc;text-decoration:none;transition:all .3s ease;display:inline-block;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;margin-top:1rem}.contact-item a:hover{color:#fff;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}.contact-form{max-width:600px;margin:0 auto;padding:2rem;background:rgba(255,255,255,5%);border-radius:8px;backdrop-filter:blur(5px)}.contact-form h3{text-align:center;margin-bottom:2rem;color:#fff}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,.6)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.15)}.form-group textarea{min-height:150px;resize:vertical}.submit-btn{width:100%;padding:1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:1rem;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3)}.submit-btn:active{transform:translateY(1px)}@media(max-width:768px){.contacts-buttons-container{flex-direction:column;align-items:center}.contact-button{width:100%;max-width:250px;justify-content:center}}.menu-container{position:fixed;top:1rem;left:1rem;z-index:1000}.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:0 0;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger:focus{outline:none}.hamburger .bar{width:2rem;height:.25rem;background-color:#fff;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.hamburger.active .bar:first-child{transform:rotate(45deg)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(-45deg)}.main-nav{position:fixed;top:0;left:-100%;width:300px;height:100vh;background:rgba(0,0,0,.5);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:4rem 2rem;transition:left .3s ease-in-out;z-index:999;border-right:1px solid rgba(255,255,255,.1)}.main-nav.active{left:0}.main-nav ul{list-style:none;padding:0;margin:0}.main-nav li{margin:1.5rem 0;opacity:.9;transition:opacity .3s ease}.main-nav li:hover{opacity:1}.main-nav .nav-link{color:#fff;text-decoration:none;font-size:1.2rem;transition:all .3s ease;position:relative;padding-bottom:.2rem}.main-nav .nav-link::after{content:'';position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#fff;transition:width .3s ease}.main-nav .nav-link:hover{color:#fff}.main-nav .nav-link:hover::after{width:100%}footer{background-color:#000;color:#fff;padding:2rem;text-align:center;position:relative;z-index:2}footer p{margin:0;font-size:1rem;opacity:.8;transition:opacity .3s ease}footer p:hover{opacity:1}.projects-section{position:relative;padding-top:80px;width:100%;max-width:100vw;overflow-x:hidden}.search-container{position:fixed;top:20px;right:20px;display:flex;align-items:center;z-index:1000;max-width:calc(100vw - 40px)}.search-icon{cursor:pointer;padding:9px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background-color:rgba(255,255,255,.1);border-radius:4px;border:1px solid rgba(255,255,255,.2)}.search-icon svg{width:18px;height:18px;color:#fff;stroke:currentColor}.search-input-container{position:absolute;right:50px;opacity:0;transform:translateX(20px);transition:all .3s ease;pointer-events:none;max-width:calc(100vw - 100px)}.search-container:hover .search-input-container{opacity:1;transform:translateX(0);pointer-events:auto}.search-input{padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:4px;font-size:16px;width:200px;max-width:calc(100vw - 100px);transition:all .3s ease;background-color:rgba(0,0,0,.5);color:#fff}.search-input:focus{outline:none;border-color:rgba(255,255,255,.5);width:250px;max-width:calc(100vw - 100px);background-color:rgba(0,0,0,.7)}.single-post-container{padding-top:80px;min-height:100vh;background-color:#000;color:#fff;width:100%;box-sizing:border-box}.single-post-container .container-fluid{padding-left:80px;padding-right:80px;max-width:1200px;margin:0 auto}@media(max-width:768px){.single-post-container .container-fluid{padding-left:20px;padding-right:20px}}.single-post-title{font-size:3rem;margin-bottom:1.5rem;color:#fff;text-align:center;padding:0 2rem;line-height:1.2;font-weight:600;letter-spacing:-.5px}@media(max-width:768px){.single-post-title{font-size:2.2rem;padding:0 1rem}}.single-post-meta{color:#ccc;margin-bottom:2rem;font-size:1.1rem;text-align:center}.single-post-content{font-size:1.2rem;line-height:1.8;color:#ccc}.single-post-content p{margin-bottom:1.5rem}.image-container{margin:2rem 0}.image-container img{border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.3)}.post-footer{margin-top:3rem;text-align:center}.post-footer div{display:inline-block;margin-right:1rem;color:#ccc}.post-footer ul{display:inline-block;list-style:none;padding:0;margin:0}.post-footer li{display:inline-block;margin-right:1rem}.post-footer li:last-child{margin-right:0}.post-footer li a{color:#fff;text-decoration:none;padding:.3rem .8rem;background:rgba(255,255,255,.1);border-radius:4px;transition:background-color .3s ease}.post-footer li a:hover{background:rgba(255,255,255,.2)}pre{background-color:#1a1a1a;border-radius:8px;padding:1.5rem;margin:2rem 0;overflow-x:auto;box-shadow:0 4px 20px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);position:relative}pre code{font-family:fira code,consolas,monaco,andale mono,ubuntu mono,monospace;font-size:.9rem;line-height:1.5;color:#e0e0e0;display:block;white-space:pre;overflow-x:auto}p code,li code{background-color:rgba(255,255,255,.1);padding:.2em .4em;border-radius:4px;font-family:fira code,consolas,monaco,andale mono,ubuntu mono,monospace;font-size:.9em;color:#e0e0e0}.hljs{color:#e0e0e0;background:0 0}.hljs-keyword,.hljs-selector-tag,.hljs-title.function_{color:#ff79c6;font-weight:700}.hljs-string,.hljs-attr{color:#50fa7b}.hljs-number,.hljs-literal{color:#bd93f9}.hljs-comment{color:#6272a4;font-style:italic}.hljs-function,.hljs-title{color:#8be9fd}.hljs-params{color:#f8f8f2}.hljs-built_in{color:#ffb86c}.hljs-type{color:#8be9fd}.hljs-variable{color:#f8f8f2}.hljs-operator{color:#ff79c6}.hljs-punctuation{color:#f8f8f2}.hljs-meta{color:#6272a4}.hljs-meta-string{color:#50fa7b}.hljs-doctag,.hljs-meta-keyword{color:#ff79c6}.hljs-section{color:#8be9fd;font-weight:700}.hljs-selector-class,.hljs-selector-id{color:#ffb86c}.hljs-attribute{color:#50fa7b}.hljs-tag{color:#ff79c6}.hljs-name{color:#ff79c6}.hljs-regexp,.hljs-link{color:#50fa7b}.hljs-symbol,.hljs-bullet{color:#bd93f9}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.copy-button{position:absolute;top:.5rem;right:.5rem;padding:.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#e0e0e0;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.copy-button:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3)}.copy-button svg{width:16px;height:16px;fill:currentColor}.about-section{min-height:100vh;padding:4rem 2rem;background-color:#000;color:#fff;margin-top:-2px;position:relative;display:flex;flex-direction:column;justify-content:center}.about-section::after{content:'';position:absolute;left:0;right:0;bottom:0;height:30vh;background:linear-gradient(to bottom,black 0%,rgba(0,0,0,.3) 100%);z-index:1}.container{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.container{grid-template-columns:1fr;gap:2rem}}.about-section h2{font-size:2.5rem;margin-bottom:2rem;color:#fff}.about-section p{font-size:1.2rem;line-height:1.8;color:#ccc;margin-bottom:1.5rem}.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.about-item{padding:1.5rem;background:rgba(255,255,255,5%);border-radius:8px;box-shadow:0 2px 15px rgba(255,255,255,.1);transition:transform .3s ease;backdrop-filter:blur(5px);min-height:120px;display:flex;flex-direction:column;justify-content:center}.about-item:hover{transform:translateY(-5px);background:rgba(255,255,255,.1)}.about-item h3{color:#fff;margin-bottom:.5rem;font-size:1.3rem}.about-item p{color:#ccc;margin:0;font-size:1rem}.about-item p{color:#ccc;margin:0}.projects-section{min-height:100vh;position:relative;background-image:url(/images/forest-background.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;margin-top:-2px;padding:6rem 2rem;color:#fff;filter:grayscale(100%)}.projects-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.3) 0%,rgba(0,0,0,.7) 100%)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;position:relative;z-index:2}.project-item{background:rgba(255,255,255,.1);border-radius:8px;overflow:hidden;transition:transform .3s ease;backdrop-filter:blur(5px)}.project-item:hover{transform:translateY(-5px);background:rgba(255,255,255,.15)}.project-content{padding:1.5rem}.project-content h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.project-content p{color:#ccc;line-height:1.6;margin-bottom:1rem}.contacts-section{padding:6rem 2rem;background-color:#000;color:#fff;position:relative}.contacts-section h2{font-size:2.5rem;margin-bottom:3rem;text-align:center}.contacts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.contact-item{text-align:center;padding:2rem;background:rgba(255,255,255,5%);border-radius:8px;transition:transform .3s ease}.contact-item:hover{transform:translateY(-5px)}.contact-item h3{color:#fff;margin-bottom:1rem}.contact-item p{color:#ccc}.contact-item a{color:#ccc;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#fff}.contact-form{max-width:600px;margin:0 auto;padding:2rem;background:rgba(255,255,255,5%);border-radius:8px;backdrop-filter:blur(5px)}.contact-form h3{text-align:center;margin-bottom:2rem;color:#fff}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,.6)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.15)}.form-group textarea{min-height:150px;resize:vertical}.submit-btn{width:100%;padding:1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:1rem;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3)}.submit-btn:active{transform:translateY(1px)}