 @media only screen and (min-width: 0rem) {#gallery-7100 {padding: 4rem 0 4.5rem;background-color: var(--silver);}#gallery-7100 .cs-container {width: 100%;max-width: 80rem;margin: auto;padding: 0 1.25rem;display: flex;flex-direction: column;align-items: center;}#gallery-7100 .g-grid {list-style: none;margin: 0;padding: 0;width: 100%;display: grid;grid-template-columns: 1fr;gap: 0.85rem;}#gallery-7100 .g-item {aspect-ratio: 1 / 1;overflow: hidden;border-radius: var(--radiusSm);background-color: var(--graphite);transition: transform 0.3s ease, box-shadow 0.3s ease;}#gallery-7100 .g-item:hover {transform: translateY(-4px);box-shadow: var(--shadowLift);}#gallery-7100 .g-open {display: block;width: 100%;height: 100%;padding: 0;border: none;background: none;cursor: pointer;position: relative;overflow: hidden;}#gallery-7100 .g-open img {width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.6s ease;}#gallery-7100 .g-open::after {content: "";position: absolute;inset: 0;background-color: rgba(21, 24, 27, 0);transition: background-color 0.3s ease;}#gallery-7100 .g-zoom {position: absolute;left: 50%;bottom: 0.9rem;transform: translate(-50%, 0.5rem);padding: 0.5rem 1.1rem;border-radius: var(--radiusSm);background-color: var(--redDeep);color: var(--white);font-family: var(--headingFont);font-size: 0.85rem;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;line-height: 1;opacity: 0;transition: opacity 0.3s ease, transform 0.3s ease;z-index: 2;}#gallery-7100 .g-open:hover img, #gallery-7100 .g-open:focus-visible img {transform: scale(1.06);}#gallery-7100 .g-open:hover::after, #gallery-7100 .g-open:focus-visible::after {background-color: rgba(21, 24, 27, 0.45);}#gallery-7100 .g-open:hover .g-zoom, #gallery-7100 .g-open:focus-visible .g-zoom {opacity: 1;transform: translate(-50%, 0);}}@media only screen and (min-width: 48rem) {#gallery-7100 {padding: 5.5rem 0 6rem;}#gallery-7100 .cs-container {padding: 0 2rem;}#gallery-7100 .g-grid {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {#gallery-7100 .g-grid {grid-template-columns: repeat(4, 1fr);gap: 1rem;}}@media only screen and (prefers-reduced-motion: reduce) {#gallery-7100 .g-open:hover img {transform: none;}#gallery-7100 .g-item:hover {transform: none;}}@media only screen and (min-width: 0rem) {.g-lightbox {position: fixed;inset: 0;z-index: 100000;background-color: rgba(21, 24, 27, 0.97);display: flex;align-items: center;justify-content: center;padding: 4.5rem 0.75rem 4rem;}.g-lightbox[hidden] {display: none;}.g-stage {margin: 0;max-width: 62rem;width: 100%;display: flex;flex-direction: column;align-items: center;gap: 1.25rem;}.g-stage img {max-width: 100%;max-height: 68vh;width: auto;height: auto;display: block;border-radius: var(--radiusSm);border: 1px solid rgba(255, 255, 255, 0.16);}.g-caption {display: flex;flex-direction: column;align-items: center;gap: 0.65rem;text-align: center;}.g-index {font-family: var(--headingFont);font-size: 0.9rem;font-weight: 700;letter-spacing: 0.2em;color: var(--white);background-color: var(--redDeep);border-radius: var(--radiusSm);padding: 0.4rem 0.9rem;}.g-alt {font-size: 0.95rem;line-height: 1.65;color: rgba(233, 238, 242, 0.72);max-width: 34rem;}.g-close {position: absolute;top: 1rem;right: 1rem;width: 3rem;height: 3rem;font-size: 1.85rem;line-height: 1;color: var(--white);background-color: var(--gunmetal);border: none;border-radius: var(--radiusSm);cursor: pointer;transition: background-color 0.25s ease;}.g-nav {position: absolute;top: 50%;transform: translateY(-50%);width: 2.85rem;height: 2.85rem;font-size: 1.6rem;line-height: 1;color: var(--white);background-color: var(--redDeep);border: none;border-radius: var(--radiusSm);cursor: pointer;transition: background-color 0.25s ease, transform 0.25s ease;}.g-nav-prev {left: 0.5rem;}.g-nav-next {right: 0.5rem;}.g-close:hover {background-color: var(--redDeep);}.g-nav:hover {background-color: var(--red);}}@media only screen and (min-width: 48rem) {.g-lightbox {padding: 5rem 5.5rem;}.g-nav {width: 3.25rem;height: 3.25rem;}.g-nav:hover {transform: translateY(-50%) scale(1.05);}.g-nav-prev {left: 1.5rem;}.g-nav-next {right: 1.5rem;}}