 @media only screen and (min-width: 0rem) {#bs-gallery-page {padding: 7rem 1.5rem 4rem;background: var(--sand);position: relative;font-family: 'Inter', system-ui, sans-serif;}#bs-gallery-page .cs-container {width: 100%;max-width: 1200px;margin: 0 auto;}#bs-gallery-page .cs-gallery-head {text-align: center;max-width: 640px;margin: 0 auto 2.75rem;display: flex;flex-direction: column;align-items: center;}#bs-gallery-page .cs-topper {display: inline-flex;align-items: center;gap: 0.6rem;font-size: 0.8125rem;font-weight: 700;letter-spacing: 0.26em;text-transform: uppercase;color: var(--blue);margin-bottom: 1rem;}#bs-gallery-page .cs-topper::before, #bs-gallery-page .cs-topper::after {content: '';width: 2rem;height: 1px;background: var(--blue);}#bs-gallery-page .cs-title {font-family: 'Cormorant Garamond', Georgia, serif;font-size: clamp(2.4rem, 5vw, 3.6rem);font-weight: 600;line-height: 1.08;letter-spacing: -0.01em;color: var(--ink);margin: 0 0 0.75rem;}#bs-gallery-page .cs-text {font-size: 1.0625rem;line-height: 1.7;color: var(--bodyTextColor);margin: 0;}#bs-gallery-page .cs-gallery-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 1rem;}#bs-gallery-page .cs-gallery-item {position: relative;display: block;overflow: hidden;border-radius: 10px;background: var(--sand-2);cursor: pointer;padding: 0;border: none;outline: none;}#bs-gallery-page .cs-gallery-item:focus-visible {outline: 2px solid var(--blue);outline-offset: 3px;}#bs-gallery-page .cs-gallery-item img {width: 100%;height: auto;aspect-ratio: 4/3;object-fit: cover;display: block;transition: transform 0.55s ease;}#bs-gallery-page .cs-gallery-item:hover img {transform: scale(1.06);}#bs-gallery-page .cs-item-overlay {position: absolute;inset: 0;background: linear-gradient(to top, rgba(7, 32, 60, 0.7), rgba(7, 32, 60, 0.1));display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity 0.3s ease;}#bs-gallery-page .cs-gallery-item:hover .cs-item-overlay {opacity: 1;}#bs-gallery-page .cs-item-plus {position: relative;width: 46px;height: 46px;border: 2px solid rgba(255, 255, 255, 0.85);border-radius: 50%;}#bs-gallery-page .cs-item-plus::before, #bs-gallery-page .cs-item-plus::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #fff;}#bs-gallery-page .cs-item-plus::before {width: 16px;height: 2px;}#bs-gallery-page .cs-item-plus::after {width: 2px;height: 16px;}}@media only screen and (min-width: 48rem) {#bs-gallery-page {padding: 8rem 2.5rem 5rem;}#bs-gallery-page .cs-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 1.25rem;}}@media only screen and (min-width: 64rem) {#bs-gallery-page {padding: 9rem 3rem 6rem;}#bs-gallery-page .cs-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 1.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(7, 20, 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: 1100px;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 {max-width: 100%;max-height: 80svh;object-fit: contain;display: block;border-radius: 10px;border: 1px solid rgba(255, 255, 255, 0.12);box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7);}#cs-lightbox .cs-lb-close {position: absolute;top: 0;right: 1.25rem;width: 44px;height: 44px;background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(255, 255, 255, 0.2);color: #fff;display: flex;align-items: center;justify-content: center;cursor: pointer;border-radius: 50%;transition: background 0.2s ease, border-color 0.2s ease;z-index: 2;}#cs-lightbox .cs-lb-close:hover {background: var(--blue);border-color: var(--blue);}#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {width: 48px;height: 48px;flex-shrink: 0;background: rgba(255, 255, 255, 0.08);border: 1px solid rgba(255, 255, 255, 0.2);color: #fff;display: flex;align-items: center;justify-content: center;cursor: pointer;border-radius: 50%;transition: background 0.2s ease, border-color 0.2s ease;}#cs-lightbox .cs-lb-prev:hover, #cs-lightbox .cs-lb-next:hover {background: var(--blue);border-color: var(--blue);}#cs-lightbox .cs-lb-counter {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);font-family: 'Inter', system-ui, sans-serif;font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.18em;text-transform: uppercase;color: #fff;padding: 0.4rem 0.9rem;background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(255, 255, 255, 0.18);border-radius: 999px;white-space: nowrap;}}@media only screen and (min-width: 64rem) {#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {width: 56px;height: 56px;}}