 @media only screen and (min-width: 0rem) {#pd-gallery {position: relative;background: var(--gypsum);padding: 3.5rem 1.5rem 4rem;font-family: var(--font-body);}#pd-gallery .pd-gallery-inner {width: 100%;max-width: 78rem;margin: 0 auto;}#pd-gallery .pd-gallery-grid {list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.5rem;}#pd-gallery .pd-gallery-grid li {margin: 0;}#pd-gallery .pd-gallery-item {position: relative;display: block;width: 100%;padding: 0;overflow: hidden;aspect-ratio: 4 / 3;background: var(--gypsum-dim);border: none;border-radius: var(--radius);cursor: pointer;transition: transform 0.3s ease, box-shadow 0.3s ease;}#pd-gallery .pd-gallery-item:hover {transform: translateY(-0.25rem);box-shadow: var(--shadow-soft);}#pd-gallery .pd-gallery-item:focus-visible {outline: 0.1875rem solid var(--amber);outline-offset: 0.1875rem;}#pd-gallery .pd-gallery-item img {display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;transition: transform 0.7s ease;}#pd-gallery .pd-gallery-item:hover img {transform: scale(1.06);}#pd-gallery .pd-item-veil {position: absolute;inset: 0;display: flex;align-items: center;justify-content: center;background: rgba(27, 30, 35, 0);transition: background 0.3s ease;}#pd-gallery .pd-gallery-item:hover .pd-item-veil, #pd-gallery .pd-gallery-item:focus-visible .pd-item-veil {background: rgba(27, 30, 35, 0.45);}#pd-gallery .pd-item-plus {position: relative;width: 2.75rem;height: 2.75rem;background: var(--amber);border-radius: var(--radius-sm);box-shadow: 0 0.375rem 1rem rgba(27, 30, 35, 0.35);transition: transform 0.3s ease;}#pd-gallery .pd-gallery-item:hover .pd-item-plus {transform: scale(1.12);}#pd-gallery .pd-item-plus::before, #pd-gallery .pd-item-plus::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: var(--graphite);}#pd-gallery .pd-item-plus::before {width: 1rem;height: 0.1875rem;}#pd-gallery .pd-item-plus::after {width: 0.1875rem;height: 1rem;}#pd-gallery .pd-actions {margin-top: 2.75rem;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 0.85rem;}#pd-gallery .pd-solid {display: inline-flex;align-items: center;justify-content: center;gap: 0.6rem;font-family: var(--font-display);font-size: clamp(1.25rem, 4.4vw, 1.5rem);font-weight: 800;letter-spacing: -0.01em;text-transform: uppercase;line-height: 1;text-decoration: none;padding: 1rem 1.85rem;color: var(--graphite);background: var(--amber);border-radius: var(--radius-sm);box-shadow: inset 0 -0.1875rem 0 rgba(27, 30, 35, 0.22);transition: background 0.25s ease, transform 0.2s ease;}#pd-gallery .pd-solid:hover {background: var(--amber-deep);transform: translateY(-0.125rem);}#pd-gallery .pd-ghost {display: inline-flex;align-items: center;justify-content: center;gap: 0.5rem;font-family: var(--font-mono);font-size: 0.8125rem;font-weight: 600;letter-spacing: 0.16em;text-transform: uppercase;line-height: 1;text-decoration: none;padding: 1.125rem 1.85rem;color: var(--graphite);background: transparent;border: 0.125rem solid var(--graphite);border-radius: var(--radius-sm);transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;}#pd-gallery .pd-ghost:hover {background: var(--amber);border-color: var(--amber);transform: translateY(-0.125rem);}#pd-gallery .pd-ghost svg {flex-shrink: 0;}}@media only screen and (min-width: 48rem) {#pd-gallery {padding: 5rem 2.5rem 5.5rem;}#pd-gallery .pd-gallery-grid {grid-template-columns: repeat(2, 1fr);gap: 0.75rem;}}@media only screen and (min-width: 64rem) {#pd-gallery {padding: 6.5rem 3rem 7rem;}#pd-gallery .pd-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 1rem;}#pd-gallery .pd-actions {margin-top: 3.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(27, 30, 35, 0.95);cursor: pointer;}#cs-lightbox .cs-lb-inner {position: relative;z-index: 1;width: 100%;max-width: 68rem;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 {display: block;width: 100%;max-height: 78svh;aspect-ratio: 4 / 3;object-fit: cover;object-position: center;border-radius: var(--radius);}#cs-lightbox .cs-lb-close {position: absolute;top: 0;right: 1.25rem;z-index: 2;width: 2.875rem;height: 2.875rem;display: flex;align-items: center;justify-content: center;background: rgba(243, 239, 231, 0.1);border: 0.0625rem solid rgba(243, 239, 231, 0.35);border-radius: var(--radius-sm);color: var(--gypsum);cursor: pointer;transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;}#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {flex-shrink: 0;width: 2.875rem;height: 2.875rem;display: flex;align-items: center;justify-content: center;background: rgba(243, 239, 231, 0.1);border: 0.0625rem solid rgba(243, 239, 231, 0.35);border-radius: var(--radius-sm);color: var(--gypsum);cursor: pointer;transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;}#cs-lightbox .cs-lb-close:hover, #cs-lightbox .cs-lb-prev:hover, #cs-lightbox .cs-lb-next:hover {background: var(--amber);border-color: var(--amber);color: var(--graphite);}#cs-lightbox .cs-lb-close:focus-visible, #cs-lightbox .cs-lb-prev:focus-visible, #cs-lightbox .cs-lb-next:focus-visible {outline: 0.1875rem solid var(--amber);outline-offset: 0.1875rem;}#cs-lightbox .cs-lb-counter {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);white-space: nowrap;font-family: var(--font-mono);font-size: 0.6875rem;font-weight: 600;letter-spacing: 0.16em;color: var(--graphite);padding: 0.5rem 1rem;background: var(--amber);border-radius: var(--radius-sm);}}@media only screen and (min-width: 64rem) {#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {width: 3.25rem;height: 3.25rem;}}