 @media only screen and (min-width: 0rem) {#gallery-1500 {padding: var(--sectionPadding);background-color: var(--white);}#gallery-1500 .g-container {width: 100%;max-width: 78rem;margin: auto;}#gallery-1500 .g-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.85rem;margin: 0;padding: 0;list-style: none;}#gallery-1500 .g-item {display: block;}#gallery-1500 .g-link {display: block;width: 100%;aspect-ratio: 4 / 3;padding: 0;border: 2px solid var(--ink);border-radius: var(--radiusSm);background-color: var(--paperDeep);overflow: hidden;cursor: pointer;position: relative;box-shadow: 0.25rem 0.25rem 0 var(--aqua);transition: transform 0.25s ease, box-shadow 0.25s ease;}#gallery-1500 .g-item:nth-of-type(even) .g-link {box-shadow: 0.25rem 0.25rem 0 var(--leaf);}#gallery-1500 .g-link:hover {transform: translate(0.12rem, 0.12rem);box-shadow: 0.13rem 0.13rem 0 var(--navy);}#gallery-1500 .g-link:focus-visible {outline: 3px solid var(--navy);outline-offset: 4px;}#gallery-1500 .g-image {width: 100%;height: 100%;object-fit: cover;display: block;}#gallery-1500 .g-lightbox {display: flex;align-items: center;justify-content: center;position: fixed;top: 0;left: 0;width: 100%;height: 100%;padding: 1.25rem;background-color: rgba(10, 22, 51, 0.94);z-index: 1000;}#gallery-1500 .g-lightbox[hidden] {display: none;}#gallery-1500 .g-full {width: auto;height: auto;max-width: 100%;max-height: 80vh;object-fit: contain;border: 2px solid var(--white);border-radius: var(--radiusSm);display: block;}#gallery-1500 .g-close, #gallery-1500 .g-prev, #gallery-1500 .g-next {display: flex;align-items: center;justify-content: center;width: 2.9rem;height: 2.9rem;padding: 0;border: 2px solid var(--white);border-radius: var(--radiusSm);background-color: transparent;color: var(--white);font-size: 1.6rem;font-weight: 700;line-height: 1;cursor: pointer;position: absolute;transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;}#gallery-1500 .g-close:hover, #gallery-1500 .g-prev:hover, #gallery-1500 .g-next:hover {color: var(--ink);background-color: var(--aqua);border-color: var(--aqua);}#gallery-1500 .g-close {top: 1.25rem;right: 1.25rem;}#gallery-1500 .g-prev {bottom: 1.25rem;left: 50%;transform: translateX(-2.2rem);}#gallery-1500 .g-next {bottom: 1.25rem;left: 50%;transform: translateX(1.2rem);}body.g-locked {overflow: hidden;}}@media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {#gallery-1500 .g-grid {gap: 2rem;}#gallery-1500 .g-link {box-shadow: 0.4rem 0.4rem 0 var(--aqua);}#gallery-1500 .g-item:nth-of-type(even) .g-link {box-shadow: 0.4rem 0.4rem 0 var(--leaf);}#gallery-1500 .g-link:hover {transform: translate(0.2rem, 0.2rem);box-shadow: 0.2rem 0.2rem 0 var(--navy);}}@media only screen and (min-width: 64rem) {#gallery-1500 .g-grid {grid-template-columns: repeat(3, 1fr);gap: 2.25rem;}#gallery-1500 .g-link {box-shadow: 0.4rem 0.4rem 0 var(--aqua);}#gallery-1500 .g-item:nth-of-type(even) .g-link {box-shadow: 0.4rem 0.4rem 0 var(--leaf);}#gallery-1500 .g-link:hover {transform: translate(0.2rem, 0.2rem);box-shadow: 0.2rem 0.2rem 0 var(--navy);}#gallery-1500 .g-prev, #gallery-1500 .g-next {bottom: auto;top: 50%;width: 3.35rem;height: 3.35rem;font-size: 2rem;}#gallery-1500 .g-prev {left: 2rem;transform: translateY(-50%);}#gallery-1500 .g-next {left: auto;right: 2rem;transform: translateY(-50%);}}@media only screen and (prefers-reduced-motion: reduce) {#gallery-1500 .g-link:hover {transform: none;}}