@media (max-width:768px){.project-grid{display:flex;flex-direction:column;gap:15px}.project-column{width:100%}.project-card{min-height:200px;height:auto;margin-bottom:15px;flex-direction:column;position:relative;overflow:hidden;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.05)}.project-card h3{color:var(--primary-color);font-size:1.1rem;margin:0;text-align:center;padding:10px;background-color:rgba(255,255,255,.9);width:100%;border-radius:0 0 7px 7px;word-wrap:break-word;position:absolute;bottom:-100%;left:0;right:0;transition:bottom .3s;backdrop-filter:blur(5px);box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:1}.project-card:focus-within h3,.project-card:hover h3{bottom:0}.project-card img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;user-select:none;-webkit-user-drag:none;pointer-events:none;cursor:default!important;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;transition:transform .3s}#commercial-grid,#industrial-grid,#rendering-grid,#residential-grid{display:flex;flex-direction:column;gap:15px}.gallery-popup-container{width:95%;max-width:95%}.gallery-popup-slide img{max-width:95%;max-height:80vh}.gallery-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media (max-width:576px){.project-card{min-height:180px;height:auto}.project-card h3{font-size:1rem}#commercial-grid .project-card,#industrial-grid .project-card,#rendering-grid .project-card,#residential-grid .project-card{height:150px}.gallery-popup-controls{bottom:5px}.gallery-popup-dot{width:10px;height:10px;margin:0 3px}.project-navigation{padding:10px 5px}.project-title{font-size:.9rem;max-width:60%}}