 @media only screen and (min-width: 0rem) {#tp-gallery-page {background: var(--white);padding: 4.5rem 1.25rem 5.5rem;font-family: var(--font-body);}#tp-gallery-page .tp-gallery-grid {list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.75rem;}#tp-gallery-page .tp-g-item {position: relative;margin: 0;overflow: hidden;background: var(--moss);border-radius: var(--radius-lg);}#tp-gallery-page .tp-g-open {position: relative;display: block;width: 100%;padding: 0;background: none;border: 0;border-radius: var(--radius-lg);cursor: pointer;}#tp-gallery-page .tp-g-item img {width: 100%;height: auto;aspect-ratio: 3 / 4;object-fit: cover;object-position: center;transition: transform 0.7s ease;}#tp-gallery-page .tp-g-open:hover img {transform: scale(1.04);}#tp-gallery-page .tp-g-overlay {position: absolute;inset: 0;display: flex;align-items: center;justify-content: center;background: rgba(15, 44, 27, 0.5);opacity: 0;transition: opacity 0.3s ease;}#tp-gallery-page .tp-g-open:hover .tp-g-overlay, #tp-gallery-page .tp-g-open:focus-visible .tp-g-overlay {opacity: 1;}#tp-gallery-page .tp-g-plus {position: relative;display: block;width: 3.25rem;height: 3.25rem;background: var(--bark);border: 2px solid var(--bark-light);border-radius: 50%;}#tp-gallery-page .tp-g-plus::before, #tp-gallery-page .tp-g-plus::after {content: '';position: absolute;top: 50%;left: 50%;background: var(--white);border-radius: 1rem;transform: translate(-50%, -50%);}#tp-gallery-page .tp-g-plus::before {width: 2px;height: 1.375rem;}#tp-gallery-page .tp-g-plus::after {width: 1.375rem;height: 2px;}}@media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {#tp-gallery-page {padding: 6rem 2rem 7rem;}#tp-gallery-page .tp-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 1.25rem;}}@media only screen and (min-width: 64rem) {#tp-gallery-page {padding: 7.5rem 2rem 8.5rem;}#tp-gallery-page .tp-gallery-grid {grid-template-columns: repeat(4, 1fr);gap: 1.5rem;}}@media only screen and (min-width: 0rem) {#tp-lightbox {position: fixed;inset: 0;z-index: 100000;display: flex;align-items: center;justify-content: center;font-family: var(--font-body);}#tp-lightbox[hidden] {display: none;}#tp-lightbox .tp-lb-backdrop {position: absolute;inset: 0;background: rgba(10, 30, 18, 0.96);}#tp-lightbox .tp-lb-inner {position: relative;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;padding: 4.5rem 1rem 5rem;}#tp-lightbox .tp-lb-img-wrap {position: relative;width: 100%;max-width: 68rem;display: flex;align-items: center;justify-content: center;}#tp-lightbox .tp-lb-img {width: auto;max-width: 100%;max-height: 78svh;border-radius: var(--radius-lg);}#tp-lightbox .tp-lb-close, #tp-lightbox .tp-lb-prev, #tp-lightbox .tp-lb-next {position: absolute;z-index: 2;display: flex;align-items: center;justify-content: center;width: 3rem;height: 3rem;color: var(--white);background: var(--bark);border: 1px solid var(--bark-light);border-radius: 50%;cursor: pointer;transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;}#tp-lightbox .tp-lb-close:hover, #tp-lightbox .tp-lb-prev:hover, #tp-lightbox .tp-lb-next:hover {color: var(--night);background: var(--bark-light);border-color: var(--bark-light);}#tp-lightbox .tp-lb-close {top: 1rem;right: 1rem;}#tp-lightbox .tp-lb-prev {left: 0.75rem;top: 50%;transform: translateY(-50%);}#tp-lightbox .tp-lb-next {right: 0.75rem;top: 50%;transform: translateY(-50%);}#tp-lightbox .tp-lb-counter {position: absolute;left: 50%;bottom: 1.75rem;transform: translateX(-50%);font-family: var(--font-display);font-size: 1rem;font-weight: 700;color: rgba(243, 246, 236, 0.8);}}@media only screen and (min-width: 64rem) {#tp-lightbox .tp-lb-inner {padding: 5rem 5.5rem 5.5rem;}#tp-lightbox .tp-lb-close {top: 2rem;right: 2rem;}#tp-lightbox .tp-lb-prev {left: 2rem;}#tp-lightbox .tp-lb-next {right: 2rem;}}