 @media only screen and (min-width: 0rem) {#lsg-gallery-page {position: relative;padding: 4rem 1.5rem;background: var(--mist);font-family: var(--font-body);}#lsg-gallery-page .cs-container {width: 100%;max-width: 80rem;margin: 0 auto;}#lsg-gallery-page .cs-gallery-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.75rem;}#lsg-gallery-page .cs-gallery-item {position: relative;display: block;width: 100%;padding: 0;border: none;overflow: hidden;border-radius: var(--radius);background: var(--mist-deep);box-shadow: var(--shadow-sm);cursor: pointer;}#lsg-gallery-page .cs-gallery-item:focus-visible {outline: 3px solid var(--harbor);outline-offset: 3px;}#lsg-gallery-page .cs-gallery-item img {display: block;width: 100%;height: auto;aspect-ratio: 4 / 3;object-fit: cover;object-position: center;transition: transform 0.7s ease;}#lsg-gallery-page .cs-gallery-item:hover img {transform: scale(1.06);}#lsg-gallery-page .cs-item-overlay {position: absolute;inset: 0;background: linear-gradient(180deg, rgba(15, 38, 52, 0.2), rgba(26, 76, 107, 0.72));display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity 0.3s ease;}#lsg-gallery-page .cs-gallery-item:hover .cs-item-overlay, #lsg-gallery-page .cs-gallery-item:focus-visible .cs-item-overlay {opacity: 1;}#lsg-gallery-page .cs-item-plus {position: relative;width: 3rem;height: 3rem;background: var(--white);border-radius: 50%;box-shadow: 0 10px 22px rgba(10, 27, 38, 0.35);}#lsg-gallery-page .cs-item-plus::before, #lsg-gallery-page .cs-item-plus::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: var(--harbor);border-radius: 2px;}#lsg-gallery-page .cs-item-plus::before {width: 1rem;height: 2px;}#lsg-gallery-page .cs-item-plus::after {width: 2px;height: 1rem;}#lsg-gallery-page .cs-gallery-cta {margin-top: 3.5rem;display: flex;justify-content: center;}#lsg-gallery-page .cs-button {display: inline-flex;align-items: center;justify-content: center;font-family: var(--font-body);font-size: 0.9375rem;font-weight: 600;line-height: 1;text-decoration: none;padding: 1.15rem 2.35rem;border: 2px solid var(--harbor);border-radius: 2rem;background: var(--harbor);color: var(--white);box-shadow: 0 12px 26px rgba(55, 129, 174, 0.3);transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;}#lsg-gallery-page .cs-button:hover {background: var(--harbor-dark);border-color: var(--harbor-dark);transform: translateY(-2px);}}@media only screen and (min-width: 48rem) {#lsg-gallery-page {padding: 5rem 2.5rem;}#lsg-gallery-page .cs-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 1rem;}}@media only screen and (min-width: 64rem) {#lsg-gallery-page {padding: 6.5rem 3rem;}#lsg-gallery-page .cs-gallery-grid {grid-template-columns: repeat(4, 1fr);gap: 1.25rem;}#lsg-gallery-page .cs-gallery-cta {margin-top: 4.5rem;}}@media only screen and (min-width: 0rem) {#cs-lightbox {position: fixed;inset: 0;z-index: 99999;display: flex;align-items: center;justify-content: center;}#cs-lightbox[hidden] {display: none;}#cs-lightbox .cs-lb-backdrop {position: absolute;inset: 0;background: rgba(10, 27, 38, 0.94);backdrop-filter: blur(6px);-webkit-backdrop-filter: blur(6px);cursor: pointer;}#cs-lightbox .cs-lb-inner {position: relative;z-index: 1;width: 100%;max-width: 68rem;padding: 1.25rem;display: flex;align-items: center;gap: 0.75rem;box-sizing: border-box;}#cs-lightbox .cs-lb-img-wrap {flex: 1;display: flex;align-items: center;justify-content: center;min-height: 0;}#cs-lightbox .cs-lb-img {display: block;max-width: 100%;max-height: 78svh;object-fit: contain;border-radius: var(--radius);box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);}#cs-lightbox .cs-lb-close {position: absolute;top: 0;right: 1.25rem;z-index: 2;width: 2.875rem;height: 2.875rem;display: flex;align-items: center;justify-content: center;background: rgba(255, 255, 255, 0.08);border: 1px solid rgba(165, 178, 184, 0.35);border-radius: 50%;color: var(--white);cursor: pointer;transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;}#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {flex-shrink: 0;width: 3rem;height: 3rem;display: flex;align-items: center;justify-content: center;background: rgba(255, 255, 255, 0.08);border: 1px solid rgba(165, 178, 184, 0.35);border-radius: 50%;color: var(--white);cursor: pointer;transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;}#cs-lightbox .cs-lb-close:hover, #cs-lightbox .cs-lb-prev:hover, #cs-lightbox .cs-lb-next:hover {background: var(--harbor);border-color: var(--harbor);color: var(--white);}#cs-lightbox .cs-lb-close:focus-visible, #cs-lightbox .cs-lb-prev:focus-visible, #cs-lightbox .cs-lb-next:focus-visible {outline: 3px solid var(--accent-soft);outline-offset: 3px;}#cs-lightbox .cs-lb-counter {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);white-space: nowrap;font-family: var(--font-body);font-size: 0.75rem;font-weight: 600;letter-spacing: 0.06em;color: var(--white);padding: 0.5rem 1.1rem;background: rgba(26, 76, 107, 0.9);border-radius: 2rem;}}@media only screen and (min-width: 64rem) {#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {width: 3.5rem;height: 3.5rem;}}