.dsg-project-gallery{--dsgpg-clr-primary:#243642;--dsgpg-clr-accent:#D28C36;--dsgpg-clr-neutral-dark:#1A2229;--dsgpg-radius:8px;--dsgpg-shadow:0 2px 4px rgba(26, 34, 41, 0.05);--dsgpg-transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.dsg-project-gallery__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}.dsg-project-gallery .gallery-item{position:relative;border-radius:var(--dsgpg-radius);overflow:hidden;box-shadow:var(--dsgpg-shadow)}.dsg-project-gallery .gallery-item--large{grid-column:span 2;grid-row:span 2;height:500px;padding:0}.dsg-project-gallery .gallery-item--wide{grid-column:span 2;height:238px;padding:0}.dsg-project-gallery .gallery-item--full{grid-column:span 4;height:238px;padding:0}.dsg-project-gallery .gallery-item--half{grid-column:span 3;height:320px;padding:0}.dsg-project-gallery .gallery-item__img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(.4,0,.2,1)}.dsg-project-gallery .gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(transparent 30%,rgb(26 34 41 / .95));padding:30px;display:flex;flex-direction:column;justify-content:flex-end;opacity:0;transition:var(--dsgpg-transition)}.dsg-project-gallery .gallery-item:hover .gallery-item__img{transform:scale(1.08)}.dsg-project-gallery .gallery-item:hover .gallery-overlay{opacity:1}.dsg-project-gallery .project-tag{font-size:.75rem;font-weight:600;color:var(--dsgpg-clr-accent);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;display:inline-block}.dsg-project-gallery .project-title{font-family:'Montserrat','Arial',sans-serif;color:#FFF;font-size:1.35rem;font-weight:700;margin:0 0 6px}.dsg-project-gallery .project-desc{font-size:.85rem;color:rgb(255 255 255 / .8);font-weight:300;margin:0}@media (hover:none){.dsg-project-gallery .gallery-overlay{opacity:1;background:linear-gradient(transparent 40%,rgb(26 34 41 / .9))}}@media (max-width:849px){.dsg-project-gallery__grid{grid-template-columns:repeat(2,1fr)}.dsg-project-gallery .gallery-item--large,.dsg-project-gallery .gallery-item--wide,.dsg-project-gallery .gallery-item--full,.dsg-project-gallery .gallery-item--half{grid-column:span 1;grid-row:auto;height:280px}}@media (max-width:549px){.dsg-project-gallery__grid{grid-template-columns:1fr}.dsg-project-gallery .gallery-item--large,.dsg-project-gallery .gallery-item--wide,.dsg-project-gallery .gallery-item--full,.dsg-project-gallery .gallery-item--half{height:240px}}