 @media only screen and (min-width: 0rem) {#ac-gallery-page {position: relative;padding: 4.5rem 1.5rem;background: var(--smoke);font-family: var(--font-body);}#ac-gallery-page .ac-gallery-grid {list-style: none;margin: 0 auto;padding: 0;max-width: 78rem;display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.5rem;}#ac-gallery-page .ac-gallery-grid li {margin: 0;}#ac-gallery-page .ac-gallery-item {position: relative;display: block;width: 100%;padding: 0;border: none;overflow: hidden;background: var(--ash);cursor: pointer;}#ac-gallery-page .ac-gallery-item:focus-visible {outline: 3px solid var(--red-deep);outline-offset: 3px;}#ac-gallery-page .ac-gallery-item img {display: block;width: 100%;height: auto;aspect-ratio: 4 / 3;object-fit: cover;object-position: center;transition: transform 0.6s ease;}#ac-gallery-page .ac-gallery-item:hover img {transform: scale(1.07);}#ac-gallery-page .ac-item-overlay {position: absolute;inset: 0;background: rgba(231, 10, 23, 0.66);display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity 0.3s ease;}#ac-gallery-page .ac-gallery-item:hover .ac-item-overlay, #ac-gallery-page .ac-gallery-item:focus-visible .ac-item-overlay {opacity: 1;}#ac-gallery-page .ac-item-plus {position: relative;width: 2.75rem;height: 2.75rem;background: var(--white);}#ac-gallery-page .ac-item-plus::before, #ac-gallery-page .ac-item-plus::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: var(--red);}#ac-gallery-page .ac-item-plus::before {width: 1.125rem;height: 3px;}#ac-gallery-page .ac-item-plus::after {width: 3px;height: 1.125rem;}#ac-gallery-page .ac-gallery-cta {margin-top: 3.5rem;display: flex;justify-content: center;}}@media only screen and (min-width: 48rem) {#ac-gallery-page {padding: 5.5rem 2.5rem;}#ac-gallery-page .ac-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 0.75rem;}}@media only screen and (min-width: 64rem) {#ac-gallery-page {padding: 6.5rem 3rem;}#ac-gallery-page .ac-gallery-grid {grid-template-columns: repeat(4, 1fr);gap: 1rem;}}@media only screen and (min-width: 0rem) {#ac-lightbox {position: fixed;inset: 0;z-index: 99999;display: flex;align-items: center;justify-content: center;}#ac-lightbox[hidden] {display: none;}#ac-lightbox .ac-lb-backdrop {position: absolute;inset: 0;background: rgba(10, 12, 13, 0.96);cursor: pointer;}#ac-lightbox .ac-lb-inner {position: relative;z-index: 1;width: 100%;max-width: 68rem;padding: 4rem 1rem 3rem;display: flex;align-items: center;gap: 0.5rem;box-sizing: border-box;}#ac-lightbox .ac-lb-img-wrap {flex: 1;display: flex;align-items: center;justify-content: center;min-width: 0;}#ac-lightbox .ac-lb-img {display: block;width: auto;height: auto;max-width: 100%;max-height: 72svh;object-fit: contain;border-bottom: 0.4375rem solid var(--red);}#ac-lightbox .ac-lb-close {position: absolute;top: 0.75rem;right: 1rem;z-index: 2;width: 2.875rem;height: 2.875rem;display: flex;align-items: center;justify-content: center;background: var(--red-deep);border: 3px solid var(--red-deep);color: var(--white);cursor: pointer;transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;}#ac-lightbox .ac-lb-close:hover {background: var(--red);border-color: var(--red);}#ac-lightbox .ac-lb-prev, #ac-lightbox .ac-lb-next {flex-shrink: 0;width: 2.875rem;height: 2.875rem;display: flex;align-items: center;justify-content: center;background: transparent;border: 3px solid rgba(254, 254, 254, 0.35);color: var(--white);cursor: pointer;transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;}#ac-lightbox .ac-lb-prev:hover, #ac-lightbox .ac-lb-next:hover {background: var(--red);border-color: var(--red);color: var(--white);}#ac-lightbox .ac-lb-close:focus-visible, #ac-lightbox .ac-lb-prev:focus-visible, #ac-lightbox .ac-lb-next:focus-visible {outline: 3px solid var(--white);outline-offset: 3px;}#ac-lightbox .ac-lb-counter {position: absolute;bottom: 0.75rem;left: 50%;transform: translateX(-50%);white-space: nowrap;font-family: var(--font-label);font-size: 1rem;font-weight: 600;letter-spacing: 0.16em;text-transform: uppercase;color: var(--white);background: var(--red-deep);padding: 0.4rem 0.9rem;}}@media only screen and (min-width: 64rem) {#ac-lightbox .ac-lb-inner {gap: 1.25rem;padding: 4.5rem 2rem 3.5rem;}#ac-lightbox .ac-lb-prev, #ac-lightbox .ac-lb-next {width: 3.5rem;height: 3.5rem;}}