.gallery-section{background:linear-gradient(135deg,#ffffffff,#ffffffff);min-height:100vh;padding:80px 0;position:relative}.gallery-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(120,119,198,.3) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,118,117,.3) 0,transparent 50%),radial-gradient(circle at 40% 80%,rgba(252,176,64,.3) 0,transparent 50%);pointer-events:none}.gallery-masonry{column-count:4;column-gap:20px;position:relative;z-index:1}.gallery-item{display:inline-block;width:100%;margin-bottom:20px;border-radius:16px;overflow:hidden;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative}.gallery-item:hover .gallery-image{transform:scale(.97)}.gallery-item--short{height:200px}.gallery-item--medium{height:280px}.gallery-item--tall{height:360px}.gallery-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;border-radius:16px;display:flex;align-items:center;justify-content:center}.gallery-image{transition:transform .6s cubic-bezier(.4,0,.2,1);filter:brightness(.9) contrast(1.1) saturate(1.2);border-radius:16px}@media (max-width:1200px){.gallery-masonry{column-count:3;column-gap:16px}.gallery-item{margin-bottom:16px}.gallery-section{padding:60px 0}}@media (max-width:768px){.gallery-masonry{column-count:2;column-gap:12px}.gallery-item{margin-bottom:12px}.gallery-image-wrapper,.gallery-item{border-radius:12px}.gallery-section{padding:40px 0}.gallery-item--short{height:160px}.gallery-item--medium{height:220px}.gallery-item--tall{height:280px}}@media (max-width:480px){.gallery-masonry{column-count:1;column-gap:0}.gallery-item{margin-bottom:20px;max-width:100%}.gallery-item--medium,.gallery-item--short,.gallery-item--tall{height:250px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gallery-item{animation:fadeInUp .6s ease forwards}.gallery-item:first-child{animation-delay:.1s}.gallery-item:nth-child(2){animation-delay:.2s}.gallery-item:nth-child(3){animation-delay:.3s}.gallery-item:nth-child(4){animation-delay:.4s}.gallery-item:nth-child(5){animation-delay:.5s}.gallery-item:nth-child(6){animation-delay:.6s}.gallery-item:nth-child(7){animation-delay:.7s}.gallery-item:nth-child(8){animation-delay:.8s}.gallery-section{scroll-behavior:smooth}.gallery-section::-webkit-scrollbar{width:8px}.gallery-section::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:4px}.gallery-section::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:4px}.gallery-section::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}