 @media only screen and (min-width: 0rem) {#ccg-gallery-page {background: var(--white);padding: 4.5rem 1.5rem;font-family: var(--font-body);}#ccg-gallery-page .ccg-gallery-grid {display: grid;grid-template-columns: 1fr;gap: 1rem;}#ccg-gallery-page .ccg-gallery-item {position: relative;display: block;width: 100%;aspect-ratio: 4 / 3;margin: 0;padding: 0;overflow: hidden;background: var(--mist);border: 1px solid var(--border);border-radius: var(--radius);cursor: pointer;transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;}#ccg-gallery-page .ccg-gallery-item:hover {transform: translateY(-4px);border-color: var(--border-strong);box-shadow: var(--shadow-sm);}#ccg-gallery-page .ccg-gallery-item img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;object-position: center;transition: transform 0.7s ease;}#ccg-gallery-page .ccg-gallery-item:hover img {transform: scale(1.06);}#ccg-gallery-page .ccg-item-overlay {position: absolute;inset: 0;display: flex;align-items: center;justify-content: center;background: rgba(23, 63, 95, 0.62);opacity: 0;transition: opacity 0.3s ease;}#ccg-gallery-page .ccg-gallery-item:hover .ccg-item-overlay, #ccg-gallery-page .ccg-gallery-item:focus-visible .ccg-item-overlay {opacity: 1;}#ccg-gallery-page .ccg-item-plus {position: relative;display: block;width: 2.75rem;height: 2.75rem;background: var(--white);border-radius: 50%;}#ccg-gallery-page .ccg-item-plus::before, #ccg-gallery-page .ccg-item-plus::after {content: '';position: absolute;top: 50%;left: 50%;background: var(--navy);transform: translate(-50%, -50%);}#ccg-gallery-page .ccg-item-plus::before {width: 1.125rem;height: 2px;}#ccg-gallery-page .ccg-item-plus::after {width: 2px;height: 1.125rem;}}@media only screen and (min-width: 0rem) {#ccg-lightbox {position: fixed;inset: 0;z-index: 1000000;display: flex;align-items: center;justify-content: center;font-family: var(--font-body);}#ccg-lightbox[hidden] {display: none;}#ccg-lightbox .ccg-lb-backdrop {position: absolute;inset: 0;background: rgba(16, 44, 68, 0.96);}#ccg-lightbox .ccg-lb-inner {position: relative;z-index: 2;width: 100%;max-width: 66rem;padding: 4.5rem 1rem 4rem;display: flex;align-items: center;justify-content: center;}#ccg-lightbox .ccg-lb-img-wrap {width: 100%;display: flex;align-items: center;justify-content: center;border-radius: var(--radius);overflow: hidden;}#ccg-lightbox .ccg-lb-img {width: 100%;max-height: 70svh;object-fit: contain;background: var(--ink);}#ccg-lightbox .ccg-lb-close, #ccg-lightbox .ccg-lb-prev, #ccg-lightbox .ccg-lb-next {position: absolute;z-index: 3;display: flex;align-items: center;justify-content: center;width: 2.875rem;height: 2.875rem;padding: 0;color: var(--white);background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(255, 255, 255, 0.4);border-radius: var(--radius);cursor: pointer;transition: background 0.25s ease, border-color 0.25s ease;}#ccg-lightbox .ccg-lb-close:hover, #ccg-lightbox .ccg-lb-prev:hover, #ccg-lightbox .ccg-lb-next:hover {background: var(--blue);border-color: var(--blue);}#ccg-lightbox .ccg-lb-close {top: 1rem;right: 1rem;}#ccg-lightbox .ccg-lb-prev {left: 1rem;}#ccg-lightbox .ccg-lb-next {right: 1rem;}#ccg-lightbox .ccg-lb-counter {position: absolute;bottom: 1.5rem;left: 50%;transform: translateX(-50%);font-size: 0.8125rem;font-weight: 600;color: rgba(234, 241, 246, 0.75);}}@media only screen and (min-width: 48rem) {#ccg-gallery-page {padding: 5.5rem 2.5rem;}#ccg-gallery-page .ccg-gallery-grid {grid-template-columns: repeat(2, 1fr);gap: 1.25rem;}#ccg-lightbox .ccg-lb-inner {padding: 5rem 4.5rem;}}@media only screen and (min-width: 64rem) {#ccg-gallery-page {padding: 7.5rem 3rem;}#ccg-gallery-page .ccg-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 1.5rem;}#ccg-lightbox .ccg-lb-inner {padding: 5rem 6rem;}#ccg-lightbox .ccg-lb-close {top: 2rem;right: 2rem;}#ccg-lightbox .ccg-lb-prev {left: 2rem;}#ccg-lightbox .ccg-lb-next {right: 2rem;}}