.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;overflow-x: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(7,9,15,.65) 0%,rgba(7,9,15,.85) 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(7,9,15,.7);border-radius:8px;border:1px solid rgba(232,184,75,.15);overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;backdrop-filter:blur(8px);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(-6px);border-color:rgba(232,184,75,.4);box-shadow:0 12px 40px rgba(0,0,0,.4),0 0 0 1px rgba(232,184,75,.1);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-family:fraunces,Georgia,serif;font-weight:400;font-size:1.4rem;margin-bottom:.75rem;color:#fff;text-decoration:none;letter-spacing:-.01em;transition:color .3s ease}.project-item:hover .project-content h3{color:#e8b84b}.project-content p{color:#a8a39a;line-height:1.65;margin-bottom:0;text-decoration:none;font-size:.95rem}.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(7,9,15,.7);border-radius:8px;border:1px solid rgba(232,184,75,.12);overflow:hidden;backdrop-filter:blur(8px);box-sizing:border-box;transition:border-color .3s ease}.full-width-container:hover{border-color:rgba(232,184,75,.3)}.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{font-family:fraunces,Georgia,serif;font-weight:400;color:#fff;margin-bottom:.5rem;font-size:1.4rem;text-decoration:none;width:100%;letter-spacing:-.01em}.container-link:hover .text-side h3{color:#e8b84b}.text-side .description{color:#a8a39a;margin-bottom:.5rem;font-style:italic;text-decoration:none;width:100%}.text-side .content-preview{color:#a8a39a;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:2rem;position:relative;z-index:2}.btn-more{display:inline-block;padding:.75rem 2.25rem;background:rgba(232,184,75,8%);color:#e8b84b;text-decoration:none;border-radius:4px;border:1px solid rgba(232,184,75,.3);font-family:jetbrains mono,monospace;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;transition:all .3s ease;backdrop-filter:blur(5px)}.btn-more:hover{background:rgba(232,184,75,.15);transform:translateY(-2px);border-color:rgba(232,184,75,.55);box-shadow:0 4px 20px rgba(232,184,75,.12)}