.gallery-list,.gallery-detail,.gallery-download-block,.gallery-teaser,.gallery-filter,.gallery-pagination,.gallery-slider-wrap,.gallery-btn{--sg-color-fg:#2a2623;--sg-color-border:#524942;--sg-color-border-subtle:#cbc6bd;--sg-color-bg:#ffffff;--sg-color-bg-subtle:#f4f3f1;--sg-color-bg-card:#f8f5f3;--sg-color-on-emphasis:#ffffff;--sg-radius:3px;--sg-radius-lg:4px;--sg-font-sans:'BaWue Sans',system-ui,sans-serif;--sg-font-serif:'BaWue Serif',Georgia,serif;}.gallery-btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;min-height:40px;min-width:80px;padding:0 0.75rem;border-radius:var(--sg-radius);font-family:var(--sg-font-sans);font-weight:700;font-size:16px;line-height:1.3;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:background-color .15s,color .15s,border-color .15s;}.gallery-btn .gallery-icon{width:24px;height:24px;flex:0 0 auto;}.gallery-btn--outline{background:transparent;color:var(--sg-color-fg,#2a2623);border:0;padding:0;min-width:0;min-height:0;align-self:flex-start;justify-content:flex-start;}.gallery-btn--outline .gallery-btn__label{padding-left:0;}.gallery-btn--outline:hover .gallery-btn__label,.gallery-btn--outline:focus-visible .gallery-btn__label{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:0.25em;}.gallery-btn__label{padding:0 0.25rem;}.gallery-list,.gallery-list__results{--n:var(--contentColumns,4);--gapColumn:var(--sz-gutter,20px);--contentColumn:minmax(10px,calc(var(--sz-content--max,1200px) / var(--n) - (var(--sz-gutter,20px) / var(--n) * (var(--n) - 1))));display:grid;grid-template-columns:minmax(0,10fr)
        var(--sz-contentInset,20px)
        repeat(calc(var(--n) - 1),var(--contentColumn) var(--gapColumn))
        var(--contentColumn)
        var(--sz-contentInset,20px)
        minmax(0,10fr);place-items:stretch;}.gallery-list__controls{grid-column:3/-3;}.gallery-list__results{grid-column:1/-1;}.gallery-list__grid,.gallery-pagination{grid-column:3/-3;}@media (width >= 1080px){.gallery-list__controls,.gallery-list__grid,.gallery-pagination{grid-column:5/-5;}}.gallery-list__controls{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0 2rem;}@media (min-width:768px){.gallery-list__controls{gap:4rem;padding:4rem 0;}}.gallery-list__count{margin:0;text-align:left;font-family:var(--sg-font-sans);font-weight:700;font-size:16px;line-height:1.3;color:#000;}@media (min-width:768px){.gallery-list__count{font-size:24px;}}.gallery-list__results{background:var(--sg-color-bg-subtle);padding-block:2rem;}@media (min-width:768px){.gallery-list__results{padding-block:3rem;}}.gallery-list__results > *{margin-block:0;}.gallery-list__grid + .gallery-pagination{margin-block-start:2rem;}.gallery-list__grid{display:grid;gap:1rem;grid-template-columns:1fr;}@media (min-width:600px){.gallery-list__grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:900px){.gallery-list__grid{grid-template-columns:repeat(3,1fr);}}@media (min-width:1200px){.gallery-list__grid{grid-template-columns:repeat(4,1fr);}}.gallery-list__empty{grid-column:1 / -1;padding:2rem 0;text-align:center;font-family:var(--sg-font-sans);color:var(--sg-color-fg);}.gallery-filter{display:flex;flex-direction:column;gap:1rem;align-items:stretch;}@media (min-width:768px){.gallery-filter{flex-direction:row;gap:1.5rem;align-items:flex-end;}}.gallery-filter__field{flex:1;display:flex;flex-direction:column;min-width:0;}.gallery-filter__label{font-family:var(--sg-font-sans);font-weight:700;font-size:14px;line-height:1.3;color:var(--sg-color-fg);padding:0 0.5rem 0.5rem 0.25rem;}@media (min-width:768px){.gallery-filter__label{font-size:16px;}}.gallery-filter__select-wrap{position:relative;background:var(--sg-color-bg-card);border-bottom:1px solid var(--sg-color-border);border-radius:var(--sg-radius) var(--sg-radius) 0 0;}.gallery-filter__select{width:100%;height:48px;border:0;background:transparent;padding:0 56px 0 1rem;font-family:var(--sg-font-sans);font-size:16px;line-height:1.3;color:var(--sg-color-fg);appearance:none;-webkit-appearance:none;cursor:pointer;}@media (min-width:768px){.gallery-filter__select{height:64px;font-size:20px;padding-right:72px;}}.gallery-filter__select:focus{outline:2px solid var(--sg-color-fg);outline-offset:-2px;}.gallery-filter__select-icon{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;background:var(--sg-color-border-subtle);border-radius:var(--sg-radius);width:40px;height:40px;pointer-events:none;color:var(--sg-color-fg);}@media (min-width:768px){.gallery-filter__select-icon{width:48px;height:48px;}}.gallery-filter__select-icon .gallery-icon{width:32px;height:32px;}@media (min-width:768px){.gallery-filter__select-icon .gallery-icon{width:40px;height:40px;}}.gallery-filter__submit{align-self:stretch;min-height:40px;}@media (min-width:768px){.gallery-filter__submit{align-self:flex-end;min-height:64px;min-width:159px;font-size:20px;}.gallery-filter__submit .gallery-icon{width:32px;height:32px;}}.gallery-teaser{text-decoration:none;color:inherit;display:block;height:100%;}.gallery-teaser__card{display:flex;flex-direction:column;background:#fff;border-radius:var(--sg-radius-lg);overflow:hidden;height:100%;outline:var(--teaserOutline);transition:outline var(--an-duration) var(--an-ease);}.gallery-teaser:hover .gallery-teaser__card,.gallery-teaser:focus-visible .gallery-teaser__card{outline:var(--teaserOutline--hover);}.gallery-teaser:focus-visible{outline:2px solid var(--sg-color-fg);outline-offset:3px;border-radius:var(--sg-radius-lg);}.gallery-teaser__media{position:relative;aspect-ratio:275 / 155;overflow:hidden;background:var(--sg-color-bg-subtle);}.gallery-teaser__image{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--sg-radius) var(--sg-radius) 0 0;}.gallery-teaser__image--placeholder{background:var(--sg-color-bg-subtle);}.gallery-teaser__count{position:absolute;top:3px;left:3px;display:inline-flex;gap:11px;align-items:center;background:var(--sg-color-fg);color:#fff;padding:4px 8px;border-radius:var(--sg-radius);font-family:var(--sg-font-sans);font-weight:700;font-size:14px;line-height:1.3;}.gallery-teaser__count .gallery-icon--image{width:14px;height:14px;}.gallery-teaser__body{display:flex;flex-direction:column;justify-content:flex-start;gap:8px;padding:1.5rem;background:#fff;flex:1;}.gallery-teaser__meta{margin:0;font-family:var(--sg-font-sans);font-size:14px;line-height:1.5;color:var(--sg-color-fg);}.gallery-teaser__title{margin:0;font-family:var(--sg-font-sans);font-weight:700;font-size:20px;line-height:1.3;color:var(--sg-color-fg);}.gallery-teaser__cta{display:inline-flex;align-items:center;gap:0.5rem;align-self:flex-start;min-height:40px;min-width:80px;padding:0;border:0;background:transparent;font-family:var(--sg-font-sans);font-weight:700;font-size:16px;color:var(--sg-color-fg,#2a2623);margin-top:auto;transition:text-decoration .15s;}.gallery-teaser__cta .gallery-icon{width:24px;height:24px;}.gallery-teaser:focus-visible .gallery-teaser__cta-label{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:0.25em;}.gallery-pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:2rem 0;}.gallery-pagination__prev,.gallery-pagination__next{border:0;outline:1px solid #000;outline-offset:-1px;border-radius:var(--sg-radius);padding:0.5rem 0.75rem;transition:outline-width .15s,outline-offset .15s;}.gallery-pagination__prev:hover,.gallery-pagination__prev:focus-visible,.gallery-pagination__next:hover,.gallery-pagination__next:focus-visible{outline-width:2px;outline-offset:-2px;}.gallery-pagination__prev:hover .gallery-btn__label,.gallery-pagination__prev:focus-visible .gallery-btn__label,.gallery-pagination__next:hover .gallery-btn__label,.gallery-pagination__next:focus-visible .gallery-btn__label{text-decoration:none;}.gallery-pagination__prev{grid-column:1;justify-self:start;}.gallery-pagination__list{grid-column:2;justify-self:center;display:flex;align-items:center;gap:0.25rem;list-style:none;padding:0;margin:0;}@media (min-width:768px){.gallery-pagination__list{gap:1rem;}}.gallery-pagination__link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--sg-radius);font-family:var(--sg-font-sans);font-weight:700;font-size:14px;line-height:1.5;color:#000;text-decoration:none;border:1px solid transparent;}@media (min-width:768px){.gallery-pagination__link{width:40px;height:40px;font-size:18px;}}.gallery-pagination__link.is-current{border-color:#000;color:var(--sg-color-fg);}.gallery-pagination__next{grid-column:3;justify-self:end;}.gallery-detail{--n:var(--contentColumns,4);--gapColumn:var(--sz-gutter,20px);--contentColumn:minmax(10px,calc(var(--sz-content--max,1200px) / var(--n) - (var(--sz-gutter,20px) / var(--n) * (var(--n) - 1))));display:grid;grid-template-columns:minmax(0,10fr)
        var(--sz-contentInset,20px)
        repeat(calc(var(--n) - 1),var(--contentColumn) var(--gapColumn))
        var(--contentColumn)
        var(--sz-contentInset,20px)
        minmax(0,10fr);place-items:stretch;row-gap:2rem;padding-block:2rem;}@media (min-width:768px){.gallery-detail{row-gap:4rem;padding-block:4rem;}}.gallery-detail__header,.gallery-detail__slider{grid-column:3/-3;}@media (width >= 1080px){.gallery-detail__header,.gallery-detail__slider{grid-column:5/-5;}}.gallery-detail__header{display:flex;flex-direction:column;gap:0;text-align:left;}.gallery-detail__overline{margin:0;font-family:var(--sg-font-sans);font-size:16px;line-height:1.5;color:var(--sg-color-fg);}.gallery-detail__title{margin:0;font-family:var(--sg-font-serif);font-weight:700;font-size:32px;line-height:1.2;color:var(--sg-color-fg);}@media (min-width:768px){.gallery-detail__title{font-size:48px;}}.gallery-detail__description{margin-top:1rem;font-family:var(--sg-font-sans);font-size:16px;line-height:1.5;color:var(--sg-color-fg);}.gallery-detail__slider{width:100%;}.gallery-detail__back{display:flex;justify-content:center;padding:2rem 0;}.gallery-slider-wrap{position:relative;width:100%;display:flex;flex-direction:column;gap:0.25rem;}.gallery-slider{position:relative;width:100%;margin:0;padding:0;}.gallery-slider .swiper-wrapper{align-items:flex-start;}.gallery-slider__slide{width:100%;box-sizing:border-box;}.gallery-slider__figure{margin:0;display:flex;flex-direction:column;gap:0.5rem;}.gallery-slider__media{position:relative;width:100%;overflow:hidden;border-radius:var(--sg-radius) var(--sg-radius) 0 0;background:var(--sg-color-bg-subtle);}.gallery-slider__image{width:100%;height:auto;display:block;}.gallery-slider__caption{margin:0;font-family:var(--sg-font-sans);font-size:14px;line-height:1.5;color:#000;padding-right:4rem;}.gallery-slider__row{position:relative;width:100%;}.gallery-slider__row .swiper.gallery-slider{width:100%;}.gallery-slider__btn{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0;padding:0;background:var(--clr-black);color:var(--clr-white);border:var(--borderWidth--200) solid var(--clr-black);border-radius:var(--borderRadius--100);cursor:pointer;transition:background-color .15s,color .15s,border-color .15s;z-index:10;}.gallery-slider__btn--prev{left:8px;right:auto;}.gallery-slider__btn--next{right:8px;left:auto;}@media (min-width:768px){.gallery-slider__btn{width:64px;height:64px;}.gallery-slider__btn--prev{right:calc(100% + 20px);left:auto;}.gallery-slider__btn--next{left:calc(100% + 20px);right:auto;}}.gallery-slider__btn .gallery-icon{width:20px;height:20px;}@media (min-width:768px){.gallery-slider__btn .gallery-icon{width:32px;height:32px;}}.gallery-slider__btn:hover,.gallery-slider__btn:focus-visible{background:var(--clr-yellow);color:var(--clr-text);border-color:var(--clr-text);}.gallery-slider__btn[disabled],.gallery-slider__btn.is-disabled{visibility:hidden;pointer-events:none;}.gallery-slider .swiper-pagination{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.gallery-slider__caption-bar{box-sizing:border-box;width:100%;display:flex;align-items:flex-start;gap:2rem;padding:0;font-family:var(--sg-font-sans);font-size:14px;line-height:1.5;color:#000;}.gallery-slider__captions{flex:1;min-width:0;}.gallery-slider__caption{margin:0;}.gallery-slider__caption[hidden]{display:none;}.gallery-slider__counter{flex:0 0 auto;margin:0;white-space:nowrap;font-weight:400;}.gallery-slider__download{margin-top:1rem;.gallery-btn{padding-left:0;}}.gallery-download-block{--n:var(--contentColumns,4);--gapColumn:var(--sz-gutter,20px);--contentColumn:minmax(10px,calc(var(--sz-content--max,1200px) / var(--n) - (var(--sz-gutter,20px) / var(--n) * (var(--n) - 1))));display:grid;grid-template-columns:minmax(0,10fr)
        var(--sz-contentInset,20px)
        repeat(calc(var(--n) - 1),var(--contentColumn) var(--gapColumn))
        var(--contentColumn)
        var(--sz-contentInset,20px)
        minmax(0,10fr);place-items:stretch;row-gap:2rem;padding-block:2rem;}@media (min-width:768px){.gallery-download-block{row-gap:2rem;padding-block:5rem;padding-top:0;}}.gallery-download-block__title,.gallery-download-block__card,.gallery-download-block .gallery-detail__back{grid-column:3/-3;}@media (width >= 1080px){.gallery-download-block__title,.gallery-download-block__card,.gallery-download-block .gallery-detail__back{grid-column:5/-5;}}.gallery-download-block__title{margin:0;font-family:var(--sg-font-sans);font-weight:700;font-size:24px;line-height:1.3;color:var(--sg-color-fg);}@media (min-width:768px){.gallery-download-block__title{font-size:32px;}}.gallery-download-block__card{background:var(--sg-color-bg-subtle);border-radius:var(--sg-radius-lg);overflow:hidden;display:flex;flex-direction:column;}@media (min-width:768px){.gallery-download-block__card{flex-direction:row;align-items:stretch;gap:3rem;padding-right:1.5rem;}}.gallery-download-block__media{flex:0 0 auto;width:100%;aspect-ratio:16 / 9;overflow:hidden;}@media (min-width:768px){.gallery-download-block__media{width:291px;height:198px;aspect-ratio:auto;}}.gallery-download-block__image{width:100%;height:100%;object-fit:cover;display:block;}.gallery-download-block__body{display:flex;flex-direction:column;gap:1rem;padding:1rem 1rem 1.5rem;flex:1;min-width:0;}@media (min-width:768px){.gallery-download-block__body{padding:2rem 0;}}.gallery-download-block__subtitle{margin:0;font-family:var(--sg-font-sans);font-weight:700;font-size:20px;line-height:1.3;color:#000;}.gallery-download-block__text{font-family:var(--sg-font-sans);font-size:16px;line-height:1.5;color:var(--sg-color-fg);}.gallery-download-block__text p{margin:0 0 .5rem;}.gallery-download-block__text p:last-child{margin-bottom:0;}.gallery-icon{flex:0 0 auto;}
