.Gallery-module__Sa_FLW__gallery{padding:var(--section-padding)0;background-color:var(--obsidian)}.Gallery-module__Sa_FLW__container{max-width:var(--container-max-width);margin:0 auto;padding:0 40px}.Gallery-module__Sa_FLW__header{text-align:center;margin-bottom:60px}.Gallery-module__Sa_FLW__title{margin-bottom:10px;font-size:3.5rem}.Gallery-module__Sa_FLW__light{font-style:italic;font-weight:300}.Gallery-module__Sa_FLW__subtitle{color:var(--muted);letter-spacing:.1em}.Gallery-module__Sa_FLW__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:300px;gap:20px;display:grid}.Gallery-module__Sa_FLW__item{cursor:pointer;position:relative;overflow:hidden}.Gallery-module__Sa_FLW__item:first-child{grid-area:span 2/span 2}.Gallery-module__Sa_FLW__item:nth-child(2){grid-area:span 2/span 1}.Gallery-module__Sa_FLW__img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.2,0,.2,1)}.Gallery-module__Sa_FLW__item:hover .Gallery-module__Sa_FLW__img{transform:scale(1.1)}.Gallery-module__Sa_FLW__overlay{opacity:0;background:linear-gradient(#0000 40%,#0a0a0bcc 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:30px;transition:opacity .4s;display:flex;position:absolute;top:0;left:0}.Gallery-module__Sa_FLW__item:hover .Gallery-module__Sa_FLW__overlay{opacity:1}.Gallery-module__Sa_FLW__type{color:var(--gold);text-transform:uppercase;letter-spacing:.2em;margin-bottom:5px;font-size:.7rem}.Gallery-module__Sa_FLW__name{font-size:1.2rem;font-family:var(--font-serif);color:var(--alabaster)}@media (max-width:1024px){.Gallery-module__Sa_FLW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Gallery-module__Sa_FLW__grid{grid-template-columns:1fr;grid-auto-rows:250px}.Gallery-module__Sa_FLW__item:first-child,.Gallery-module__Sa_FLW__item:nth-child(2){grid-area:span 1/span 1}}
