 @media only screen and (min-width: 0rem) {#gal-swap {background-color: var(--paper);padding: 4.5rem 0 3rem;}#gal-swap .gal-hold {width: 100%;max-width: 78rem;margin: 0 auto;padding: 0 1.25rem;}#gal-swap .gal-head {display: flex;flex-direction: column;align-items: center;text-align: center;margin-bottom: 3rem;}#gal-swap .gal-swipe {display: block;width: 5rem;height: auto;margin: 1.25rem auto 0;fill: none;stroke: var(--accent);stroke-width: 3;stroke-linecap: round;}#gal-swap .gal-rule {display: block;width: 4rem;height: 2px;margin: 1.25rem auto 0;background-color: var(--accent);}#gal-swap .gal-swap-run {list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 2rem;}#gal-swap .gal-swap-card {overflow: hidden;border-radius: var(--radius);background-color: var(--white);border: 1px solid var(--line);box-shadow: var(--shadowSmall);}#gal-swap .gal-swap-frame {position: relative;display: grid;grid-template-columns: repeat(2, 1fr);}#gal-swap figure {margin: 0;position: relative;overflow: hidden;background-color: var(--navy);}#gal-swap figure img {width: 100%;height: auto;aspect-ratio: 4 / 3;object-fit: cover;display: block;}#gal-swap figcaption {position: absolute;top: 0.75rem;left: 0.75rem;padding: 0.4rem 0.85rem;font-family: var(--utilFont);font-size: 0.62rem;font-weight: 500;letter-spacing: 0.2em;text-transform: uppercase;line-height: 1.2;color: var(--bodyTextColorWhite);background-color: rgba(15, 27, 45, 0.9);border-radius: var(--radiusSm);}#gal-swap figcaption.is-after {color: var(--navy);background-color: var(--accent);}#gal-swap .gal-swap-seam {position: absolute;top: 0;bottom: 0;left: 50%;width: 0.25rem;transform: translateX(-50%);background-color: var(--accent);z-index: 2;}#gal-swap .gal-swap-seam::after {content: "";position: absolute;top: 50%;left: 50%;width: 2.35rem;height: 2.35rem;transform: translate(-50%, -50%);border-radius: 50%;background-color: var(--accent);border: 4px solid var(--white);}#gal-swap .gal-swap-cap {margin: 0;padding: 1.15rem 1.25rem;font-family: var(--displayFont);font-size: 1.2rem;font-weight: 600;line-height: 1.3;letter-spacing: -0.03em;text-align: center;color: var(--navy);}}@media only screen and (min-width: 48rem) {#gal-swap {padding: 6.5rem 0 4rem;}#gal-swap .gal-hold {padding: 0 2rem;}#gal-swap .gal-head {margin-bottom: 4rem;}#gal-swap .gal-swap-run {grid-template-columns: repeat(2, 1fr);gap: 2.25rem;}}@media only screen and (min-width: 0rem) {#gallery {position: relative;overflow: hidden;background-color: var(--paper);padding: 3rem 0 4.5rem;}#gallery .cs-container {width: 100%;max-width: 78rem;margin: auto;padding: 0 1.25rem;display: flex;flex-direction: column;align-items: center;gap: clamp(2.5rem, 5vw, 3.5rem);position: relative;z-index: 1;}#gallery .cs-content {display: flex;flex-direction: column;align-items: center;text-align: center;}#gallery .cs-title {margin: 0;max-width: 22ch;font-family: var(--displayFont);font-size: clamp(2rem, 5.9vw, 3.25rem);font-weight: 600;line-height: 1.12;letter-spacing: -0.03em;text-align: center;color: var(--navy);}#gallery .gal-swipe {display: block;width: 5rem;height: auto;margin: 1.25rem auto 0;fill: none;stroke: var(--accent);stroke-width: 3;stroke-linecap: round;}#gallery .gal-rule {display: block;width: 4rem;height: 2px;margin: 1.25rem auto 0;background-color: var(--accent);}#gallery .cs-image-group {width: 100%;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 1rem;}#gallery .cs-item {list-style: none;width: 100%;border-radius: var(--radius);overflow: hidden;position: relative;display: block;background-color: var(--paperDeep);box-shadow: var(--shadowSmall);transition: box-shadow 0.3s ease;}#gallery .cs-item::after {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 3px;z-index: 2;background-color: var(--accent);transform: scaleX(0);transform-origin: left;transition: transform 0.35s ease;}#gallery .cs-item:hover {box-shadow: var(--shadow);}#gallery .cs-item:hover::after {transform: scaleX(1);}#gallery .cs-link {display: block;width: 100%;cursor: zoom-in;}#gallery .cs-image {width: 100%;height: auto;aspect-ratio: 4 / 3;object-fit: cover;display: block;transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);}#gallery .cs-item:hover .cs-image {transform: scale(1.05);}#gallery .cs-foot {display: flex;justify-content: center;}}@media only screen and (min-width: 48rem) {#gallery {padding: 4rem 0 6.5rem;}#gallery .cs-container {padding: 0 2rem;}#gallery .cs-image-group {grid-template-columns: repeat(2, 1fr);gap: 1.25rem;}}@media only screen and (min-width: 64rem) {#gallery .cs-image-group {grid-template-columns: repeat(3, 1fr);gap: 1.5rem;}}@media only screen and (prefers-reduced-motion: reduce) {#gallery .cs-item:hover .cs-image {transform: none;}}@media only screen and (min-width: 0rem) {.cs-lightbox {position: fixed;inset: 0;z-index: 100000;display: flex;align-items: center;justify-content: center;gap: 0.5rem;padding: 4.5rem 1rem 3rem;background-color: rgba(15, 27, 45, 0.95);}.cs-lightbox[hidden] {display: none;}.cs-lightbox .cs-lb-frame {margin: 0;max-width: 68rem;width: 100%;display: flex;flex-direction: column;align-items: center;}.cs-lightbox .cs-lb-img {width: 100%;height: auto;max-height: 72vh;object-fit: contain;display: block;border-radius: var(--radiusSm);border-bottom: 3px solid var(--accent);background-color: var(--navy);}.cs-lightbox .cs-lb-close {position: absolute;top: 1rem;right: 1rem;width: 3rem;height: 3rem;display: flex;align-items: center;justify-content: center;color: var(--navy);background-color: var(--accent);border: none;border-radius: var(--radiusSm);cursor: pointer;transition: background-color 0.25s ease, color 0.25s ease;}.cs-lightbox .cs-lb-close:hover {color: var(--white);background-color: var(--accentDeep);}.cs-lightbox .cs-lb-close svg {width: 1.35rem;height: 1.35rem;display: block;}.cs-lightbox .cs-lb-step {position: absolute;bottom: 1rem;width: 3rem;height: 3rem;display: flex;align-items: center;justify-content: center;flex-shrink: 0;color: var(--bodyTextColorWhite);background-color: rgba(240, 244, 247, 0.08);border: 1px solid rgba(240, 244, 247, 0.28);border-radius: var(--radiusSm);cursor: pointer;transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;}.cs-lightbox .cs-lb-step:hover {color: var(--navy);background-color: var(--accent);border-color: var(--accent);}.cs-lightbox .cs-lb-step svg {width: 1.35rem;height: 1.35rem;display: block;}.cs-lightbox .cs-lb-prev {left: 1rem;}.cs-lightbox .cs-lb-next {right: 1rem;}}@media only screen and (min-width: 48rem) {.cs-lightbox {gap: 1.5rem;padding: 5rem 2rem;}.cs-lightbox .cs-lb-step {position: static;width: 3.5rem;height: 3.5rem;}}