 @media only screen and (min-width: 0rem) {#rp-gallery-page {position: relative;padding: 4.5rem 1.5rem;background-color: var(--plaster);background-image: var(--grain);font-family: var(--font-body);}#rp-gallery-page .rp-gallery-grid {list-style: none;margin: 0 auto;padding: 0;max-width: 78rem;display: flex;flex-wrap: wrap;justify-content: center;gap: 0.5rem;}#rp-gallery-page .rp-gallery-grid li {margin: 0;width: calc((100% - 0.5rem) / 2);}#rp-gallery-page .rp-gallery-item {position: relative;display: block;width: 100%;padding: 0;border: none;overflow: hidden;background: var(--stone);cursor: pointer;}#rp-gallery-page .rp-gallery-item:focus-visible {outline: 3px solid var(--red);outline-offset: 3px;}#rp-gallery-page .rp-gallery-item img {display: block;width: 100%;height: auto;aspect-ratio: 1 / 1;object-fit: cover;object-position: center;transition: transform 0.6s ease;}#rp-gallery-page .rp-gallery-item:hover img {transform: scale(1.05);}#rp-gallery-page .rp-item-overlay {position: absolute;inset: 0;background: rgba(9, 9, 9, 0.45);display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity 0.3s ease;}#rp-gallery-page .rp-gallery-item:hover .rp-item-overlay, #rp-gallery-page .rp-gallery-item:focus-visible .rp-item-overlay {opacity: 1;}#rp-gallery-page .rp-item-plus {position: relative;width: 3rem;height: 3rem;background: var(--red);border-radius: 50%;}#rp-gallery-page .rp-item-plus::before, #rp-gallery-page .rp-item-plus::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: var(--white);}#rp-gallery-page .rp-item-plus::before {width: 1.125rem;height: 2px;}#rp-gallery-page .rp-item-plus::after {width: 2px;height: 1.125rem;}}@media only screen and (min-width: 48rem) {#rp-gallery-page {padding: 5.5rem 2.5rem;}#rp-gallery-page .rp-gallery-grid {gap: 0.75rem;}#rp-gallery-page .rp-gallery-grid li {width: calc((100% - 1.5rem) / 3);}}@media only screen and (min-width: 64rem) {#rp-gallery-page {padding: 6.5rem 3rem;}#rp-gallery-page .rp-gallery-grid {gap: 1rem;}#rp-gallery-page .rp-gallery-grid li {width: calc((100% - 4rem) / 5);}}@media only screen and (min-width: 0rem) {#rp-lightbox {position: fixed;inset: 0;z-index: 99999;display: flex;align-items: center;justify-content: center;}#rp-lightbox[hidden] {display: none;}#rp-lightbox .rp-lb-backdrop {position: absolute;inset: 0;background: rgba(9, 9, 9, 0.95);cursor: pointer;}#rp-lightbox .rp-lb-inner {position: relative;z-index: 1;width: 100%;max-width: 60rem;padding: 4.5rem 1rem 3.5rem;display: flex;align-items: center;gap: 0.5rem;box-sizing: border-box;}#rp-lightbox .rp-lb-img-wrap {flex: 1;display: flex;align-items: center;justify-content: center;min-width: 0;}#rp-lightbox .rp-lb-img {display: block;width: auto;height: auto;max-width: 100%;max-height: 76svh;object-fit: contain;border: 0.5rem solid var(--plaster);}#rp-lightbox .rp-lb-close {position: absolute;top: 0.75rem;right: 1rem;z-index: 2;width: 3rem;height: 3rem;display: flex;align-items: center;justify-content: center;background: var(--red);border: none;border-radius: 50%;color: var(--white);cursor: pointer;transition: background 0.25s ease, color 0.25s ease;}#rp-lightbox .rp-lb-close:hover {background: var(--white);color: var(--ink);}#rp-lightbox .rp-lb-prev, #rp-lightbox .rp-lb-next {flex-shrink: 0;width: 3rem;height: 3rem;display: flex;align-items: center;justify-content: center;background: transparent;border: 2px solid rgba(252, 252, 251, 0.4);border-radius: 50%;color: var(--white);cursor: pointer;transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;}#rp-lightbox .rp-lb-prev:hover, #rp-lightbox .rp-lb-next:hover {background: var(--white);border-color: var(--white);color: var(--ink);}#rp-lightbox .rp-lb-close:focus-visible, #rp-lightbox .rp-lb-prev:focus-visible, #rp-lightbox .rp-lb-next:focus-visible {outline: 3px solid var(--white);outline-offset: 3px;}#rp-lightbox .rp-lb-counter {position: absolute;bottom: 0.75rem;left: 50%;transform: translateX(-50%);white-space: nowrap;font-family: var(--font-body);font-size: 1rem;font-weight: 700;color: var(--ink);background: var(--plaster);padding: 0.4rem 1rem;border-radius: 999px;}}@media only screen and (min-width: 64rem) {#rp-lightbox .rp-lb-inner {gap: 1.25rem;padding: 5rem 2rem 4rem;}#rp-lightbox .rp-lb-prev, #rp-lightbox .rp-lb-next {width: 3.5rem;height: 3.5rem;}}