 @media only screen and (min-width: 0rem) {#cf-gallery-page {padding: 8rem 1.5rem 4rem;background: #fff;position: relative;font-family: var(--font-body);}#cf-gallery-page .cs-container {width: 100%;max-width: 1240px;margin: 0 auto;}#cf-gallery-page .cs-gallery-head {text-align: center;max-width: 46rem;margin: 0 auto 3.25rem;display: flex;flex-direction: column;align-items: center;}#cf-gallery-page .cs-topper {display: inline-flex;align-items: center;gap: 0.7rem;font-family: var(--font-body);font-size: 0.6875rem;font-weight: 800;letter-spacing: 0.22em;text-transform: uppercase;color: var(--cedar-deep);margin-bottom: 1rem;}#cf-gallery-page .cs-topper::before {content: '';width: 1.75rem;height: 0.75rem;background: repeating-linear-gradient(90deg, var(--cedar) 0 4px, transparent 4px 8px);flex-shrink: 0;}#cf-gallery-page .cs-title {font-family: var(--font-display);font-size: clamp(2.2rem, 5vw, 3.4rem);font-weight: 800;line-height: 1;letter-spacing: -0.04em;color: var(--charcoal);margin: 0;}#cf-gallery-page .cs-title em {font-style: normal;color: var(--cedar-deep);}#cf-gallery-page .cs-group-title {font-family: var(--font-display);font-size: 1.5rem;font-weight: 800;letter-spacing: -0.03em;color: var(--charcoal);text-align: center;margin: 0 0 1.75rem;padding-bottom: 1rem;position: relative;}#cf-gallery-page .cs-group-title::after {content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 4rem;height: 6px;background: repeating-linear-gradient(90deg, var(--cedar) 0 5px, transparent 5px 10px);}#cf-gallery-page .cs-gallery-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.6rem;margin-bottom: 3.5rem;}#cf-gallery-page .cs-gallery-item {position: relative;display: block;overflow: hidden;border-radius: 0;background: var(--stone);cursor: pointer;padding: 0;border: none;border-bottom: 4px solid transparent;width: 100%;transition: border-color 0.25s ease;}#cf-gallery-page .cs-gallery-item:hover {border-bottom-color: var(--cedar);}#cf-gallery-page .cs-gallery-item:focus-visible {outline: 3px solid var(--cedar);outline-offset: 3px;}#cf-gallery-page .cs-gallery-item img {width: 100%;height: auto;aspect-ratio: 1/1;object-fit: cover;display: block;transition: transform 0.5s ease;}#cf-gallery-page .cs-gallery-item:hover img {transform: scale(1.06);}#cf-gallery-page .cs-item-overlay {position: absolute;inset: 0;background: rgba(38, 35, 32, 0.66);display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity 0.3s ease;}#cf-gallery-page .cs-gallery-item:hover .cs-item-overlay {opacity: 1;}#cf-gallery-page .cs-item-plus {position: relative;width: 44px;height: 44px;border: 2px solid var(--cedar-light);border-radius: 0;}#cf-gallery-page .cs-item-plus::before, #cf-gallery-page .cs-item-plus::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: var(--cedar-light);}#cf-gallery-page .cs-item-plus::before {width: 16px;height: 2px;}#cf-gallery-page .cs-item-plus::after {width: 2px;height: 16px;}#cf-gallery-page .cs-gallery-cta {margin-top: 1rem;display: flex;justify-content: center;}#cf-gallery-page .cs-button {display: inline-flex;align-items: center;justify-content: center;font-family: var(--font-body);font-size: 0.75rem;font-weight: 800;letter-spacing: 0.16em;text-transform: uppercase;text-decoration: none;padding: 1.15rem 2.25rem;border: none;border-radius: 0;border-bottom: 3px solid var(--steel-deep);background: var(--steel);color: var(--bone);transition: background 0.22s ease, border-color 0.22s ease;}#cf-gallery-page .cs-button:hover {background: var(--steel-deep);border-bottom-color: var(--cedar);}#cf-gallery-page .cs-button:focus-visible {outline: 3px solid var(--cedar);outline-offset: 3px;}}@media only screen and (min-width: 48rem) {#cf-gallery-page {padding: 9rem 2.5rem 5rem;}#cf-gallery-page .cs-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 0.75rem;}#cf-gallery-page .cs-group-title {font-size: 1.75rem;}}@media only screen and (min-width: 64rem) {#cf-gallery-page {padding: 10rem 3rem 6rem;}#cf-gallery-page .cs-gallery-grid {grid-template-columns: repeat(4, 1fr);gap: 1rem;}}@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(38, 35, 32, 0.96);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: 0;border-bottom: 5px solid var(--cedar);}#cs-lightbox .cs-lb-close {position: absolute;top: 0;right: 1.25rem;width: 44px;height: 44px;background: transparent;border: 2px solid rgba(245, 242, 236, 0.25);color: var(--bone);display: flex;align-items: center;justify-content: center;cursor: pointer;border-radius: 0;transition: background 0.2s ease, border-color 0.2s ease;z-index: 2;}#cs-lightbox .cs-lb-close:hover {background: var(--cedar);border-color: var(--cedar);}#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {width: 48px;height: 48px;flex-shrink: 0;background: transparent;border: 2px solid rgba(245, 242, 236, 0.25);color: var(--bone);display: flex;align-items: center;justify-content: center;cursor: pointer;border-radius: 0;transition: background 0.2s ease, border-color 0.2s ease;}#cs-lightbox .cs-lb-prev:hover, #cs-lightbox .cs-lb-next:hover {background: var(--cedar);border-color: var(--cedar);}#cs-lightbox .cs-lb-counter {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);font-family: var(--font-body);font-size: 0.6875rem;font-weight: 800;letter-spacing: 0.18em;text-transform: uppercase;color: var(--bone);padding: 0.45rem 0.95rem;background: transparent;border: 2px solid rgba(245, 242, 236, 0.2);border-radius: 0;white-space: nowrap;}}@media only screen and (min-width: 64rem) {#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {width: 56px;height: 56px;}}