 @media only screen and (min-width: 0rem) {#gallery-7100 {padding: 4.5rem 0;background-color: var(--white);}#gallery-7100 .cs-container {width: 100%;max-width: 80rem;margin: auto;padding: 0 1.5rem;display: flex;flex-direction: column;align-items: center;}#gallery-7100 .g-head {display: flex;flex-direction: column;align-items: center;text-align: center;max-width: 34rem;}#gallery-7100 .cs-topper {text-align: center;}#gallery-7100 .cs-title {text-align: center;margin-bottom: 0;}#gallery-7100 .g-accent {color: var(--primary);}#gallery-7100 .g-filters {margin: 2.5rem 0 2.75rem;display: flex;flex-wrap: wrap;justify-content: center;gap: 0.6rem;}#gallery-7100 .g-filter {font-family: var(--bodyFont);font-size: 0.72rem;font-weight: 700;letter-spacing: 0.14em;text-transform: uppercase;color: var(--headerColor);background-color: transparent;border: 1px solid var(--line);border-radius: var(--radius);padding: 0.8rem 1.25rem;cursor: pointer;transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;}#gallery-7100 .g-filter:hover {border-color: var(--primary);color: var(--primary);}#gallery-7100 .g-filter.is-active {background-color: var(--primary);border-color: var(--primary);color: var(--white);}#gallery-7100 .g-grid {list-style: none;margin: 0;padding: 0;width: 100%;display: grid;grid-template-columns: repeat(2, 1fr);grid-auto-rows: 9rem;grid-auto-flow: row dense;gap: 0.75rem;}#gallery-7100 .g-item {overflow: hidden;border-radius: var(--radius);background-color: var(--stone);}#gallery-7100 .g-wide {grid-column: span 2;}#gallery-7100 .g-tall {grid-row: span 2;}#gallery-7100 .g-open {display: block;width: 100%;height: 100%;padding: 0;border: none;background: none;cursor: pointer;position: relative;}#gallery-7100 .g-open img {width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.5s ease;}#gallery-7100 .g-open::after {content: "";position: absolute;inset: 0;background-color: rgba(15, 47, 6, 0);transition: background-color 0.3s ease;}#gallery-7100 .g-open:hover img {transform: scale(1.05);}#gallery-7100 .g-open:hover::after {background-color: rgba(15, 47, 6, 0.22);}#gallery-7100 .g-empty {margin-top: 2rem;text-align: center;color: var(--bodyTextColor);}#gallery-7100 .g-cta {margin-top: 3.5rem;padding-top: 3rem;border-top: 1px solid var(--line);width: 100%;display: flex;flex-direction: column;align-items: center;gap: 1.25rem;}#gallery-7100 .g-cta p {font-family: var(--headingFont);font-size: clamp(1.5rem, 4.5vw, 2.1rem);font-weight: 600;letter-spacing: -0.025em;color: var(--headerColor);text-align: center;}}@media only screen and (min-width: 48rem) {#gallery-7100 {padding: 6.5rem 0;}#gallery-7100 .g-grid {grid-template-columns: repeat(3, 1fr);grid-auto-rows: 11rem;gap: 1rem;}}@media only screen and (min-width: 64rem) {#gallery-7100 .g-grid {grid-template-columns: repeat(4, 1fr);grid-auto-rows: 13rem;gap: 1.25rem;}}@media only screen and (min-width: 0rem) {.g-lightbox {position: fixed;inset: 0;z-index: 100000;background-color: rgba(9, 22, 6, 0.94);display: flex;align-items: center;justify-content: center;padding: 4.5rem 1rem;}.g-lightbox[hidden] {display: none;}.g-stage {margin: 0;max-width: 68rem;width: 100%;display: flex;justify-content: center;}.g-stage img {max-width: 100%;max-height: 78vh;width: auto;height: auto;display: block;border-radius: var(--radius);}.g-close {position: absolute;top: 1rem;right: 1rem;width: 3rem;height: 3rem;font-size: 2rem;line-height: 1;color: var(--white);background-color: transparent;border: 1px solid rgba(255, 255, 255, 0.4);border-radius: var(--radius);cursor: pointer;transition: background-color 0.25s ease, border-color 0.25s ease;}.g-nav {position: absolute;top: auto;bottom: 1rem;width: 3rem;height: 3rem;font-size: 1.6rem;line-height: 1;color: var(--white);background-color: var(--primary);border: none;border-radius: 50%;cursor: pointer;transition: background-color 0.25s ease;}.g-nav-prev {left: calc(50% - 4rem);}.g-nav-next {right: calc(50% - 4rem);}.g-close:hover, .g-nav:hover {background-color: var(--primaryDark);border-color: transparent;}}@media only screen and (min-width: 48rem) {.g-nav {top: 50%;bottom: auto;transform: translateY(-50%);}.g-nav-prev {left: 1.5rem;}.g-nav-next {right: 1.5rem;}}