 @media only screen and (min-width: 0rem) {#jg-gallery-page {padding: 8rem 1.5rem 4rem;background: var(--ice);position: relative;font-family: var(--font-body);}#jg-gallery-page .cs-container {width: 100%;max-width: 1240px;margin: 0 auto;}#jg-gallery-page .cs-gallery-head {text-align: center;max-width: 46rem;margin: 0 auto 3.25rem;display: flex;flex-direction: column;align-items: center;}#jg-gallery-page .cs-topper {display: inline-flex;align-items: center;gap: 0.6rem;font-size: 0.6875rem;font-weight: 800;letter-spacing: 0.24em;text-transform: uppercase;color: var(--orange);margin-bottom: 1rem;}#jg-gallery-page .cs-topper::before, #jg-gallery-page .cs-topper::after {content: '';width: 0.5rem;height: 0.5rem;border-radius: 50%;background: var(--orange);}#jg-gallery-page .cs-topper::after {background: var(--steel);}#jg-gallery-page .cs-title {font-family: var(--font-display);font-size: clamp(2.2rem, 5vw, 3.4rem);font-weight: 600;line-height: 1.04;letter-spacing: -0.03em;color: var(--navy);margin: 0;}#jg-gallery-page .cs-title em {font-style: italic;font-weight: 400;color: var(--orange);}#jg-gallery-page .cs-swatches {margin-top: 1.75rem;display: flex;justify-content: center;gap: 0.4rem;}#jg-gallery-page .cs-swatches span {width: 1.75rem;height: 0.4rem;border-radius: 999px;background: var(--orange);}#jg-gallery-page .cs-swatches span:nth-child(2) {background: var(--orange-light);}#jg-gallery-page .cs-swatches span:nth-child(3) {background: var(--steel-light);}#jg-gallery-page .cs-swatches span:nth-child(4) {background: var(--ice-3);}#jg-gallery-page .cs-group-title {font-family: var(--font-display);font-size: 1.5rem;font-weight: 600;letter-spacing: -0.02em;color: var(--navy);text-align: center;margin: 0 0 1.75rem;padding-bottom: 0.85rem;position: relative;}#jg-gallery-page .cs-group-title::after {content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 2.75rem;height: 3px;background: var(--orange);}#jg-gallery-page .cs-gallery-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.75rem;margin-bottom: 3.5rem;}#jg-gallery-page .cs-gallery-item {position: relative;display: block;overflow: hidden;border-radius: 2px;background: var(--ice-2);cursor: pointer;padding: 0;border: none;width: 100%;}#jg-gallery-page .cs-gallery-item:focus-visible {outline: 3px solid var(--orange);outline-offset: 3px;}#jg-gallery-page .cs-gallery-item img {width: 100%;height: auto;aspect-ratio: 1/1;object-fit: cover;display: block;transition: transform 0.5s ease;}#jg-gallery-page .cs-gallery-item:hover img {transform: scale(1.05);}#jg-gallery-page .cs-item-overlay {position: absolute;inset: 0;background: rgba(20, 38, 60, 0.6);display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity 0.3s ease;}#jg-gallery-page .cs-gallery-item:hover .cs-item-overlay {opacity: 1;}#jg-gallery-page .cs-item-plus {position: relative;width: 44px;height: 44px;border: 2px solid var(--orange-light);border-radius: 2px;}#jg-gallery-page .cs-item-plus::before, #jg-gallery-page .cs-item-plus::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: var(--orange-light);}#jg-gallery-page .cs-item-plus::before {width: 16px;height: 2px;}#jg-gallery-page .cs-item-plus::after {width: 2px;height: 16px;}#jg-gallery-page .cs-gallery-cta {margin-top: 1rem;display: flex;justify-content: center;}#jg-gallery-page .cs-button {display: inline-flex;align-items: center;justify-content: center;font-family: var(--font-body);font-size: 0.75rem;font-weight: 800;letter-spacing: 0.16em;text-transform: uppercase;text-decoration: none;padding: 1.15rem 2.25rem;border-radius: 2px;background: var(--orange);color: #fff;transition: background 0.25s ease, transform 0.25s ease;}#jg-gallery-page .cs-button:hover {background: var(--orange-deep);transform: translateY(-2px);}}@media only screen and (min-width: 48rem) {#jg-gallery-page {padding: 9rem 2.5rem 5rem;}#jg-gallery-page .cs-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 1rem;}#jg-gallery-page .cs-group-title {font-size: 1.75rem;}}@media only screen and (min-width: 64rem) {#jg-gallery-page {padding: 10rem 3rem 6rem;}#jg-gallery-page .cs-gallery-grid {grid-template-columns: repeat(4, 1fr);gap: 1.25rem;}}@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(20, 38, 60, 0.96);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: 2px;}#cs-lightbox .cs-lb-close {position: absolute;top: 0;right: 1.25rem;width: 44px;height: 44px;background: transparent;border: 1px solid rgba(239, 244, 250, 0.25);color: var(--ice);display: flex;align-items: center;justify-content: center;cursor: pointer;border-radius: 2px;transition: background 0.2s ease, border-color 0.2s ease;z-index: 2;}#cs-lightbox .cs-lb-close:hover {background: var(--orange);border-color: var(--orange);}#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {width: 48px;height: 48px;flex-shrink: 0;background: transparent;border: 1px solid rgba(239, 244, 250, 0.25);color: var(--ice);display: flex;align-items: center;justify-content: center;cursor: pointer;border-radius: 2px;transition: background 0.2s ease, border-color 0.2s ease;}#cs-lightbox .cs-lb-prev:hover, #cs-lightbox .cs-lb-next:hover {background: var(--orange);border-color: var(--orange);}#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: 800;letter-spacing: 0.18em;text-transform: uppercase;color: var(--ice);padding: 0.45rem 0.95rem;background: transparent;border: 1px solid rgba(239, 244, 250, 0.2);border-radius: 2px;white-space: nowrap;}}@media only screen and (min-width: 64rem) {#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {width: 56px;height: 56px;}}tive;
        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: 2px;
    }
    #cs-lightbox .cs-lb-close {
        position: absolute;
        top: 0; right: 1.25rem;
        width: 44px; height: 44px;
        background: transparent;
        border: 1px solid rgba(239, 244, 250, 0.25);
        color: var(--ice);
        display: flex; align-items: center; justify-content: center;
        cursor: pointer;
        border-radius: 2px;
        transition: background 0.2s ease, border-color 0.2s ease;
        z-index: 2;
    }
    #cs-lightbox .cs-lb-close:hover { background: var(--orange); border-color: var(--orange); }
    #cs-lightbox .cs-lb-prev,
    #cs-lightbox .cs-lb-next {
        width: 48px; height: 48px;
        flex-shrink: 0;
        background: transparent;
        border: 1px solid rgba(239, 244, 250, 0.25);
        color: var(--ice);
        display: flex; align-items: center; justify-content: center;
        cursor: pointer;
        border-radius: 2px;
        transition: background 0.2s ease, border-color 0.2s ease;
    }
    #cs-lightbox .cs-lb-prev:hover,
    #cs-lightbox .cs-lb-next:hover { background: var(--orange); border-color: var(--orange); }
    #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: 800;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: var(--ice);
        padding: 0.45rem 0.95rem;
        background: transparent;
        border: 1px solid rgba(239, 244, 250, 0.2);
        border-radius: 2px;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 64rem) {
    #cs-lightbox .cs-lb-prev,
    #cs-lightbox .cs-lb-next { width: 56px; height: 56px; }
}