.sd-gallery{padding:6rem 2rem}.sd-gallery__container{margin:0 auto;max-width:1200px}.sd-gallery__header{margin:0 auto 3rem;max-width:600px;text-align:center}.sd-gallery__eyebrow{font-size:.75rem;font-weight:400;letter-spacing:.25em;margin-bottom:.75rem;text-transform:uppercase}.sd-gallery__eyebrow,.sd-gallery__headline{font-family:var(--sd-font-heading,"Cinzel",Georgia,serif)}.sd-gallery__headline{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;letter-spacing:.04em;line-height:1.2}.sd-gallery__grid{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.sd-gallery__item{border-radius:.25rem;overflow:hidden}.sd-gallery__item-inner{aspect-ratio:3/4;overflow:hidden;position:relative}.sd-gallery__item-img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.sd-gallery__item:hover .sd-gallery__item-img{transform:scale(1.05)}.sd-gallery__item-placeholder{background:linear-gradient(135deg,#cfc8be,#e0dbd1 50%,#c0b9af);height:100%;width:100%}.sd-gallery__item-overlay{align-items:flex-end;background:linear-gradient(0deg,rgba(30,18,8,.7) 0,transparent 50%);display:flex;inset:0;opacity:0;padding:1.5rem;position:absolute;transition:opacity .35s ease}.sd-gallery__item:hover .sd-gallery__item-overlay{opacity:1}.sd-gallery__item-caption{font-family:var(--sd-font-heading,"Cinzel",Georgia,serif);font-size:.85rem;font-weight:400;letter-spacing:.08em}@media (max-width:900px){.sd-gallery__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.sd-gallery{padding:4rem 1.5rem}.sd-gallery__grid{grid-template-columns:1fr}.sd-gallery__item-overlay{opacity:1}}