.gallery-main{padding:4rem 2rem 2rem;background-color:var(--background)}.gallery-title{margin-top:2.5rem;font-size:1.5rem;font-weight:600;margin-bottom:2.5rem;color:var(--dark-green)}.bento-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:15px;gap:15px;transition:filter .3s ease}.bento-grid.blur-background{filter:blur(10px)}.bento-item{position:relative;overflow:hidden;color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;transition:transform .3s ease}.bento-item.large,.bento-item.small{grid-column:span 1;grid-row:span 1;height:280px}.bento-item.high{height:500px}.bento-item.high,.bento-item.wide{grid-column:span 1;grid-row:span 1}.bento-item.wide{height:280px}.bento-item.selected .bento-image{filter:none}.image-container{position:relative;width:100%;height:100%}.bento-image{border-radius:1rem;object-fit:cover}.image-text{display:flex;flex-direction:row;gap:.5rem;font-size:.9rem;font-weight:500;color:var(--dark-green);padding:.5rem 0;margin-left:.5rem;width:100%}.gallery-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.expanded-image-container{flex-direction:column;padding:1.2rem;border-radius:1rem;max-width:90vw}.expanded-image,.expanded-image-container{display:flex;justify-content:center;background-color:#fff}.expanded-image{position:relative;max-width:80vw;max-height:70vh;margin:0 auto;align-items:center}.expanded-image img{width:100%;height:auto}.expanded-image img.high{object-fit:contain;max-width:100%;max-height:650px;width:auto;height:auto}.expanded-image img{width:344px;height:230px;max-width:100%;max-height:650px}.expanded-image-text{margin-top:1rem;height:auto}.title-container{display:flex;flex-direction:row;gap:.5rem;padding-left:.5rem}.index-title{color:var(--emerald-green)}.expanded-image-text h3{font-size:1rem;margin-bottom:.2rem;font-weight:500}.expanded-image-text p{font-size:.8rem;color:gray;padding-left:.5rem;margin-top:.2rem}.next-arrow,.prev-arrow{position:absolute;top:50%;background:hsla(0,0%,100%,.8);border:none;font-size:2rem;padding:.5rem 1rem;cursor:pointer;border-radius:.5rem;transform:translateY(-50%);transition:background-color .3s ease}.next-arrow{right:15px}.prev-arrow{left:15px}.next-arrow:hover,.prev-arrow:hover{background-color:#fff}@media (max-width:820px){.next-arrow,.prev-arrow{display:none}}@media (min-width:768px){.gallery-main{padding:6rem 3rem 3rem}.gallery-title{font-size:2rem;margin-bottom:3rem}.bento-grid{grid-template-columns:repeat(2,1fr)}.image-text{font-size:1rem}.bento-item.wide{grid-column:span 2;grid-row:span 1;height:280px}.expanded-image-container{padding:1.5rem}.expanded-image img{width:614px;height:409px}.expanded-image-container.high{max-width:450px}}@media (min-width:1024px){.bento-grid{grid-template-columns:repeat(3,1fr)}.expanded-image{max-width:70vw;max-height:70vh}.expanded-image img{width:717px;height:478px}.expanded-image-text h3{font-size:1.2rem}.expanded-image-text p{font-size:1rem}}@media (min-width:1366px){.gallery-main{padding:6rem 6rem 3rem}.bento-grid{grid-template-columns:repeat(4,1fr)}.bento-item.large{grid-column:span 2;grid-row:span 2;height:575px}.bento-item.high{grid-column:span 1;grid-row:span 2;height:575px}.bento-item.small{grid-column:span 1;height:280px}.bento-item.wide{grid-column:span 2;height:280px}.dynamic-padding.index-20-30{padding-left:2.5rem}.dynamic-padding.small-index{padding-left:2.3rem}.dynamic-padding.large-index{padding-left:2.6rem}.dynamic-padding.index-01-07{padding-left:2.4rem}.dynamic-padding.index-11{padding-left:2rem}}@media (min-width:1920px){.image-text{font-size:1.2rem}.gallery-title{font-size:2.5rem}.expanded-image img{width:970px;height:646px}.expanded-image-container.high{max-width:480px}}@media (max-height:800px) and (min-height:700px){.expanded-image img.high{max-height:550px}.expanded-image-container.high{max-width:370px}}