
/*! Squarespace LESS Compiler  (less.js language v1.3.3)  */
.markdown-block h3{font-size:20px;margin-left:26px}.markdown-block p{padding-left:26px}.markdown-block .ui-closed:before{font-family:monospace;content:"+ ";margin-left:-27px}.markdown-block .ui-open:before{font-family:monospace;content:"- ";margin-left:-27px}.markdown-block .ui-open:before p,.markdown-block .ui-open:before h1,.markdown-block .ui-open:before h2,.markdown-block .ui-open:before h3{-webkit-hyphens:manual !important;-moz-hyphens:manual !important;-ms-hyphens:manual !important;hyphens:manual !important}.markdown-block h3.ui-open{color:#000}body#cart{background:#fff !important;color:#000}

.gallery-dynamic{max-width:1200px;margin:0 auto;padding:4vw}
.gallery-title{font-family:'Cormorant Garamond',Georgia,serif;font-weight:300;font-size:clamp(2rem,5vw,3.5rem);text-align:center;margin-bottom:2rem;color:hsla(234.42,32.33%,26.08%,1)}
.gallery-collection{margin-bottom:4rem}
.gallery-collection-title{font-family:'Cormorant Garamond',Georgia,serif;font-weight:300;font-size:clamp(1.6rem,3.5vw,2.5rem);margin-bottom:1.5rem;padding-bottom:0.5rem;border-bottom:1px solid rgba(0,0,0,0.1);color:hsla(234.42,32.33%,26.08%,1)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.gallery-item{margin:0;overflow:hidden}
.gallery-item img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:transform 0.3s ease}
.gallery-item img:hover{transform:scale(1.02)}
@media(max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px}}