 @media only screen and (min-width: 0rem) {#mz-gallery-page {padding: 8rem 1.5rem 4rem;background: var(--paper);position: relative;font-family: var(--font-body);}#mz-gallery-page .cs-container {width: 100%;max-width: 1240px;margin: 0 auto;}#mz-gallery-page .cs-gallery-head {text-align: center;max-width: 46rem;margin: 0 auto 3rem;display: flex;flex-direction: column;align-items: center;}#mz-gallery-page .cs-topper {display: inline-flex;align-items: center;gap: 0.55rem;font-size: 0.75rem;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: var(--lime);margin-bottom: 1rem;}#mz-gallery-page .cs-topper::before {content: '';width: 1.5rem;height: 2px;background: var(--lime);}#mz-gallery-page .cs-title {font-family: var(--font-display);font-size: clamp(2.2rem, 5vw, 3.4rem);font-weight: 800;line-height: 1.04;letter-spacing: -0.04em;color: var(--ink);margin: 0 0 0.9rem;}#mz-gallery-page .cs-group-title {font-family: var(--font-display);font-size: 1.5rem;font-weight: 700;letter-spacing: -0.02em;color: var(--ink);text-align: center;margin: 0 0 1.5rem;padding-bottom: 0.75rem;position: relative;}#mz-gallery-page .cs-group-title::after {content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 2.5rem;height: 3px;background: var(--lime);}#mz-gallery-page .cs-gallery-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.75rem;margin-bottom: 4rem;}#mz-gallery-page .cs-gallery-item {position: relative;display: block;overflow: hidden;border-radius: 4px;background: var(--paper-2);cursor: pointer;padding: 0;border: none;width: 100%;}#mz-gallery-page .cs-gallery-item:focus-visible {outline: 3px solid var(--forest);outline-offset: 3px;}#mz-gallery-page .cs-gallery-item img {width: 100%;height: auto;aspect-ratio: 1/1;object-fit: cover;display: block;transition: transform 0.5s ease;}#mz-gallery-page .cs-gallery-item:hover img {transform: scale(1.05);}#mz-gallery-page .cs-item-overlay {position: absolute;inset: 0;background: rgba(1, 26, 58, 0.5);display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity 0.3s ease;}#mz-gallery-page .cs-gallery-item:hover .cs-item-overlay {opacity: 1;}#mz-gallery-page .cs-item-plus {position: relative;width: 44px;height: 44px;border: 2px solid #fff;border-radius: 4px;}#mz-gallery-page .cs-item-plus::before, #mz-gallery-page .cs-item-plus::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #fff;}#mz-gallery-page .cs-item-plus::before {width: 16px;height: 2px;}#mz-gallery-page .cs-item-plus::after {width: 2px;height: 16px;}#mz-gallery-page .cs-pair-grid {display: grid;grid-template-columns: 1fr;gap: 2rem;}#mz-gallery-page .cs-pair {margin: 0;}#mz-gallery-page .cs-pair-imgs {display: grid;grid-template-columns: 1fr 1fr;gap: 0.5rem;}#mz-gallery-page .cs-pair-imgs img {aspect-ratio: 4/3;}#mz-gallery-page .cs-pair-tag {position: absolute;z-index: 2;top: 0.5rem;left: 0.5rem;font-size: 0.5625rem;font-weight: 700;letter-spacing: 0.14em;text-transform: uppercase;padding: 0.25rem 0.55rem;border-radius: 3px;color: #fff;background: rgba(1, 26, 58, 0.85);}#mz-gallery-page .cs-pair-tag--after {background: var(--forest);}#mz-gallery-page .cs-pair figcaption {margin-top: 0.75rem;font-family: var(--font-display);font-size: 1rem;font-weight: 600;color: var(--ink);text-align: center;}#mz-gallery-page .cs-gallery-cta {margin-top: 3.5rem;display: flex;justify-content: center;}#mz-gallery-page .cs-button {display: inline-flex;align-items: center;justify-content: center;font-family: var(--font-body);font-size: 0.8125rem;font-weight: 700;letter-spacing: 0.08em;text-transform: uppercase;text-decoration: none;padding: 1rem 2rem;border-radius: 6px;background: var(--forest);color: #fff;transition: background 0.2s ease;}#mz-gallery-page .cs-button:hover {background: var(--forest-dark);}}@media only screen and (min-width: 48rem) {#mz-gallery-page {padding: 9rem 2.5rem 5rem;}#mz-gallery-page .cs-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 1rem;}#mz-gallery-page .cs-pair-grid {grid-template-columns: repeat(2, 1fr);gap: 2rem;}#mz-gallery-page .cs-group-title {font-size: 1.75rem;}}@media only screen and (min-width: 64rem) {#mz-gallery-page {padding: 10rem 3rem 6rem;}#mz-gallery-page .cs-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 1.25rem;}#mz-gallery-page .cs-pair-grid {grid-template-columns: repeat(2, 1fr);gap: 2.5rem;}}@media only screen and (min-width: 0rem) {#cs-lightbox {position: fixed;inset: 0;z-index: 99999;display: flex;align-items: center;justify-content: center;}#cs-lightbox[hidden] {display: none;}#cs-lightbox .cs-lb-backdrop {position: absolute;inset: 0;background: rgba(1, 26, 58, 0.95);backdrop-filter: blur(6px);-webkit-backdrop-filter: blur(6px);cursor: pointer;}#cs-lightbox .cs-lb-inner {position: relative;z-index: 1;width: 100%;max-width: 1100px;padding: 1.25rem;display: flex;align-items: center;gap: 0.75rem;box-sizing: border-box;}#cs-lightbox .cs-lb-img-wrap {flex: 1;display: flex;align-items: center;justify-content: center;min-height: 0;}#cs-lightbox .cs-lb-img {max-width: 100%;max-height: 80svh;object-fit: contain;display: block;border-radius: 4px;}#cs-lightbox .cs-lb-close {position: absolute;top: 0;right: 1.25rem;width: 44px;height: 44px;background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(255, 255, 255, 0.2);color: #fff;display: flex;align-items: center;justify-content: center;cursor: pointer;border-radius: 6px;transition: background 0.2s ease, border-color 0.2s ease;z-index: 2;}#cs-lightbox .cs-lb-close:hover {background: var(--forest);border-color: var(--forest);}#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {width: 48px;height: 48px;flex-shrink: 0;background: rgba(255, 255, 255, 0.08);border: 1px solid rgba(255, 255, 255, 0.2);color: #fff;display: flex;align-items: center;justify-content: center;cursor: pointer;border-radius: 6px;transition: background 0.2s ease, border-color 0.2s ease;}#cs-lightbox .cs-lb-prev:hover, #cs-lightbox .cs-lb-next:hover {background: var(--forest);border-color: var(--forest);}#cs-lightbox .cs-lb-counter {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);font-family: var(--font-body);font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.16em;text-transform: uppercase;color: #fff;padding: 0.4rem 0.9rem;background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(255, 255, 255, 0.18);border-radius: 4px;white-space: nowrap;}}@media only screen and (min-width: 64rem) {#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {width: 56px;height: 56px;}}