 @media only screen and (min-width: 0rem) {#gj-gallery-page {background: var(--white);padding: 4.5rem 1.5rem;font-family: var(--font-body);}#gj-gallery-page .gj-gallery-grid {display: grid;grid-template-columns: 1fr;gap: 1rem;}#gj-gallery-page .gj-gallery-item {position: relative;display: block;width: 100%;padding: 0;overflow: hidden;background: var(--smoke);border: 0;border-bottom: 4px solid var(--navy);cursor: pointer;transition: border-bottom-color 0.3s ease;}#gj-gallery-page .gj-gallery-item:hover, #gj-gallery-page .gj-gallery-item:focus-visible {border-bottom-color: var(--orange);}#gj-gallery-page .gj-gallery-item img {width: 100%;height: auto;aspect-ratio: 4 / 3;object-fit: cover;object-position: center;transition: transform 0.8s ease;}#gj-gallery-page .gj-gallery-item:hover img {transform: scale(1.05);}#gj-gallery-page .gj-item-overlay {position: absolute;inset: 0;display: flex;align-items: center;justify-content: center;background: rgba(16, 77, 132, 0.68);opacity: 0;transition: opacity 0.3s ease;}#gj-gallery-page .gj-gallery-item:hover .gj-item-overlay, #gj-gallery-page .gj-gallery-item:focus-visible .gj-item-overlay {opacity: 1;}#gj-gallery-page .gj-item-plus {position: relative;display: block;width: 2.5rem;height: 2.5rem;}#gj-gallery-page .gj-item-plus::before, #gj-gallery-page .gj-item-plus::after {content: '';position: absolute;top: 50%;left: 50%;background: var(--white);transform: translate(-50%, -50%);}#gj-gallery-page .gj-item-plus::before {width: 3px;height: 100%;}#gj-gallery-page .gj-item-plus::after {width: 100%;height: 3px;}}@media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {#gj-gallery-page {padding: 6rem 2.5rem;}#gj-gallery-page .gj-gallery-grid {grid-template-columns: repeat(2, 1fr);gap: 1.25rem;}}@media only screen and (min-width: 64rem) {#gj-gallery-page {padding: 8rem 3rem;}#gj-gallery-page .gj-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 1.5rem;}}@media only screen and (min-width: 0rem) {#gj-lightbox {position: fixed;inset: 0;z-index: 100000;display: flex;align-items: center;justify-content: center;font-family: var(--font-body);}#gj-lightbox[hidden] {display: none;}#gj-lightbox .gj-lb-backdrop {position: absolute;inset: 0;background: rgba(7, 30, 53, 0.96);}#gj-lightbox .gj-lb-inner {position: relative;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;padding: 4.5rem 1rem 5rem;}#gj-lightbox .gj-lb-img-wrap {position: relative;width: 100%;max-width: 68rem;display: flex;align-items: center;justify-content: center;}#gj-lightbox .gj-lb-img {width: auto;max-width: 100%;max-height: 74svh;border-bottom: 4px solid var(--orange);}#gj-lightbox .gj-lb-close, #gj-lightbox .gj-lb-prev, #gj-lightbox .gj-lb-next {position: absolute;display: flex;align-items: center;justify-content: center;width: 3rem;height: 3rem;color: var(--white);background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(255, 255, 255, 0.3);cursor: pointer;transition: background 0.25s ease, border-color 0.25s ease;}#gj-lightbox .gj-lb-close:hover, #gj-lightbox .gj-lb-prev:hover, #gj-lightbox .gj-lb-next:hover {background: var(--orange);border-color: var(--orange);}#gj-lightbox .gj-lb-close {top: 1rem;right: 1rem;}#gj-lightbox .gj-lb-prev {left: 0.75rem;top: 50%;transform: translateY(-50%);}#gj-lightbox .gj-lb-next {right: 0.75rem;top: 50%;transform: translateY(-50%);}#gj-lightbox .gj-lb-counter {position: absolute;left: 50%;bottom: 1.75rem;transform: translateX(-50%);font-size: 0.9375rem;font-weight: 600;letter-spacing: 0.06em;color: rgba(238, 243, 248, 0.72);}}@media only screen and (min-width: 64rem) {#gj-lightbox .gj-lb-inner {padding: 5rem 5.5rem 5.5rem;}#gj-lightbox .gj-lb-close {top: 2rem;right: 2rem;}#gj-lightbox .gj-lb-prev {left: 2rem;}#gj-lightbox .gj-lb-next {right: 2rem;}}