 @media only screen and (min-width: 0rem) {#gallery-page {padding: clamp(3rem, 6vw, 5rem) 1rem;background: var(--paper);position: relative;}#gallery-page .g-container {width: 100%;max-width: 80rem;margin: 0 auto;}#gallery-page .g-grid {display: grid;grid-template-columns: 1fr;gap: 1rem;}#gallery-page .g-cell {position: relative;display: block;width: 100%;border: 0;margin: 0;padding: 0;overflow: hidden;border-radius: 0.3rem;background: var(--navy-deep);cursor: pointer;-webkit-tap-highlight-color: transparent;transition: transform 0.3s ease, box-shadow 0.3s ease;}#gallery-page .g-cell::before {content: "";position: absolute;left: 0;bottom: 0;height: 4px;width: 0;background: var(--drop);z-index: 3;transition: width 0.35s ease;}#gallery-page .g-cell img {width: 100%;height: 100%;aspect-ratio: 4 / 3;object-fit: cover;display: block;background: var(--navy-deep);transition: transform 0.5s ease;}#gallery-page .g-cell:focus-visible {outline: 3px solid var(--drop);outline-offset: 3px;}}@media only screen and (min-width: 48rem) {#gallery-page .g-grid {grid-template-columns: repeat(2, 1fr);gap: 1.25rem;}}@media only screen and (min-width: 64rem) {#gallery-page .g-grid {grid-template-columns: repeat(3, 1fr);gap: 1.5rem;}}@media (hover: hover) and (pointer: fine) {#gallery-page .g-cell:hover {transform: translateY(-6px);box-shadow: 0 1.25rem 2.5rem rgba(1, 34, 78, 0.2);}#gallery-page .g-cell:hover::before {width: 100%;}#gallery-page .g-cell:hover img {transform: scale(1.06);}}@media (prefers-reduced-motion: reduce) {#gallery-page .g-cell, #gallery-page .g-cell img {transition: none;}}@media only screen and (min-width: 0rem) {#cs-lightbox {position: fixed;inset: 0;z-index: 100000;display: none;align-items: center;justify-content: center;padding: 1.5rem;background: rgba(1, 15, 34, 0.95);}#cs-lightbox.is-open {display: flex;}#cs-lightbox .cs-lb-img {max-width: min(92vw, 68rem);max-height: 84vh;width: auto;height: auto;border-radius: 0.3rem;box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.5);}#cs-lightbox .cs-lb-btn {position: absolute;display: flex;align-items: center;justify-content: center;border: none;cursor: pointer;color: var(--white);background: var(--navy);border-radius: 0.3rem;line-height: 1;transition: background 0.2s ease, transform 0.2s ease;}#cs-lightbox .cs-lb-btn:hover {background: var(--drop);}#cs-lightbox .cs-lb-btn:focus-visible {outline: 3px solid var(--drop-light);outline-offset: 3px;}#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {top: 50%;transform: translateY(-50%);width: 3.25rem;height: 3.25rem;font-size: 2rem;}#cs-lightbox .cs-lb-prev:hover, #cs-lightbox .cs-lb-next:hover {transform: translateY(-50%) scale(1.06);}#cs-lightbox .cs-lb-prev {left: 0.75rem;}#cs-lightbox .cs-lb-next {right: 0.75rem;}#cs-lightbox .cs-lb-close {top: 1rem;right: 1rem;width: 2.85rem;height: 2.85rem;font-size: 1.7rem;}}@media only screen and (min-width: 48rem) {#cs-lightbox .cs-lb-prev {left: 1.5rem;}#cs-lightbox .cs-lb-next {right: 1.5rem;}#cs-lightbox .cs-lb-close {top: 1.5rem;right: 1.5rem;}}