.gallery{flex-direction:column;gap:3rem;display:flex}.gallery-section{width:100%}.gallery-year{text-transform:uppercase;letter-spacing:.4em;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:.75rem;font-weight:700}.gallery-masonry{column-count:1;column-gap:1.25rem}@media (width>=640px){.gallery-masonry{column-count:2}}@media (width>=1024px){.gallery-masonry{column-count:3}}.gallery-item{break-inside:avoid;cursor:pointer;border-radius:1rem;margin-bottom:1.25rem;overflow:hidden}.gallery-item img{width:100%;height:auto;display:block}.photo-modal{z-index:100;opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.photo-modal--open{opacity:1;pointer-events:auto}.photo-modal__backdrop{-webkit-backdrop-filter:blur(8px);background:#000000a6;position:absolute;inset:0}.photo-modal__prev,.photo-modal__next{z-index:2;color:#fff;cursor:pointer;opacity:.5;background:0 0;border:none;padding:1rem;transition:opacity .2s;position:absolute;top:50%;transform:translateY(-50%)}.photo-modal__prev:hover,.photo-modal__next:hover{opacity:1}.photo-modal__prev{left:.5rem}.photo-modal__next{right:.5rem}@media (width>=768px){.photo-modal__prev{left:1.5rem}.photo-modal__next{right:1.5rem}}.photo-modal__content{max-width:90vw;max-height:90vh;position:relative}.photo-modal__img{border-radius:.75rem;max-width:100%;max-height:90vh;display:block;box-shadow:0 25px 60px #00000080}.photo-modal__close{color:#fff;cursor:pointer;opacity:.6;background:0 0;border:none;padding:.25rem;transition:opacity .2s;position:absolute;top:-2.75rem;right:-.25rem}.photo-modal__close:hover{opacity:1}.cta-card{margin-top:1rem}
