.dk-gallery{position:relative;width:100%;--dk-gallery-ratio:4/3}.dk-gallery--width-reading{max-width:var(--dk-reading-width,860px);margin-inline:auto}.dk-gallery--width-full{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.dk-gallery__viewport{position:relative}.dk-gallery__track{display:grid;grid-template-columns:repeat(var(--dk-gallery-columns),minmax(0,1fr));gap:var(--dk-gallery-gap)}.dk-gallery__item{position:relative;min-width:0;margin:0;overflow:hidden;border-radius:var(--dk-gallery-radius);background:var(--dk-surface,#f3f3f3)}.dk-gallery__media{display:block;width:100%;padding:0;border:0;border-radius:inherit;background:transparent;color:inherit;text-align:inherit;overflow:hidden;cursor:zoom-in}.dk-gallery__media:not(button){cursor:default}.dk-gallery__media:focus-visible{outline:3px solid var(--dk-accent,#e00000);outline-offset:3px}.dk-gallery__image{display:block;width:100%;height:100%;aspect-ratio:var(--dk-gallery-ratio);object-fit:cover;transition:transform .45s ease,opacity .3s ease,filter .3s ease}.dk-gallery--fit-contain .dk-gallery__image{object-fit:contain}.dk-gallery--ratio-auto .dk-gallery__image{height:auto;aspect-ratio:auto}.dk-gallery--ratio-1-1{--dk-gallery-ratio:1/1}.dk-gallery--ratio-4-5{--dk-gallery-ratio:4/5}.dk-gallery--ratio-3-2{--dk-gallery-ratio:3/2}.dk-gallery--ratio-4-3{--dk-gallery-ratio:4/3}.dk-gallery--ratio-16-9{--dk-gallery-ratio:16/9}.dk-gallery--ratio-21-9{--dk-gallery-ratio:21/9}.dk-gallery__caption{padding:12px 2px 0;color:var(--dk-text);font-size:.9rem;line-height:1.45}.dk-gallery--caption-overlay .dk-gallery__caption{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:56px 18px 16px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.78));pointer-events:none}.dk-gallery--hover-zoom .dk-gallery__item:hover .dk-gallery__image{transform:scale(1.045)}.dk-gallery--hover-fade .dk-gallery__item:hover .dk-gallery__image{opacity:.72}.dk-gallery--hover-lift .dk-gallery__item{transition:transform .3s ease,box-shadow .3s ease}.dk-gallery--hover-lift .dk-gallery__item:hover{z-index:2;transform:translateY(-6px);box-shadow:0 20px 44px rgba(0,0,0,.18)}.dk-gallery--masonry .dk-gallery__track{display:block;columns:var(--dk-gallery-columns);column-gap:var(--dk-gallery-gap)}.dk-gallery--masonry .dk-gallery__item{break-inside:avoid;margin-bottom:var(--dk-gallery-gap)}.dk-gallery--masonry .dk-gallery__image{height:auto;aspect-ratio:auto}.dk-gallery--editorial .dk-gallery__track{grid-auto-flow:dense}.dk-gallery--editorial .dk-gallery__item:nth-child(8n+1),.dk-gallery--editorial .dk-gallery__item:nth-child(8n+6){grid-column:span 2;grid-row:span 2}.dk-gallery--editorial .dk-gallery__item:nth-child(8n+1) .dk-gallery__image,.dk-gallery--editorial .dk-gallery__item:nth-child(8n+6) .dk-gallery__image{height:100%;aspect-ratio:auto}.dk-gallery--slider .dk-gallery__viewport{height:min(var(--dk-gallery-slider-height),82vh);min-height:280px;overflow:hidden;border-radius:var(--dk-gallery-radius);background:var(--dk-surface,#f3f3f3)}.dk-gallery--slider .dk-gallery__track{display:block;height:100%}.dk-gallery--slider .dk-gallery__item{position:absolute;inset:0;opacity:0;visibility:hidden;border-radius:inherit;transition:opacity .45s ease,visibility .45s ease}.dk-gallery--slider .dk-gallery__item.is-active{z-index:1;opacity:1;visibility:visible}.dk-gallery--slider .dk-gallery__media,.dk-gallery--slider .dk-gallery__image{height:100%;aspect-ratio:auto}.dk-gallery__arrow{position:absolute;z-index:3;top:50%;display:grid;place-items:center;width:48px;height:48px;padding:0;transform:translateY(-50%);border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(0,0,0,.48);color:#fff;font-size:34px;line-height:1;backdrop-filter:blur(10px);cursor:pointer}.dk-gallery__arrow--prev{left:18px}.dk-gallery__arrow--next{right:18px}.dk-gallery__dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.dk-gallery__dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:var(--dk-border,#ccc);cursor:pointer}.dk-gallery__dots button.is-active{background:var(--dk-accent,#e00000);transform:scale(1.25)}.dk-gallery--horizontal .dk-gallery__track{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;padding-bottom:10px}.dk-gallery--horizontal .dk-gallery__item{flex:0 0:min(78vw,520px);scroll-snap-align:start}.dk-gallery--stacked .dk-gallery__track{display:block}.dk-gallery--stacked .dk-gallery__item{margin-bottom:var(--dk-gallery-gap)}.dk-gallery--stacked .dk-gallery__item:last-child{margin-bottom:0}.dk-gallery--stacked .dk-gallery__image{max-height:90vh}.dk-gallery-empty{padding:24px;border:1px dashed var(--dk-border,#ccc);text-align:center;color:var(--dk-muted,#666)}.dk-gallery-lightbox{position:fixed;z-index:999999;inset:0;display:grid;place-items:center;opacity:0;pointer-events:none;transition:opacity .18s ease}.dk-gallery-lightbox[hidden]{display:none!important}.dk-gallery-lightbox.is-open{opacity:1;pointer-events:auto}.dk-gallery-lightbox__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.92);backdrop-filter:blur(8px)}.dk-gallery-lightbox__stage{position:relative;z-index:1;width:100%;height:100%;display:grid;place-items:center;padding:54px 80px}.dk-gallery-lightbox figure{display:grid;place-items:center;max-width:100%;max-height:100%;margin:0}.dk-gallery-lightbox img{display:block;max-width:min(92vw,1800px);max-height:82vh;object-fit:contain}.dk-gallery-lightbox figcaption{max-width:900px;padding-top:14px;color:#fff;text-align:center}.dk-gallery-lightbox__close,.dk-gallery-lightbox__arrow{position:absolute;z-index:2;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(15,15,15,.55);color:#fff;cursor:pointer;backdrop-filter:blur(10px)}.dk-gallery-lightbox__close{top:18px;right:18px;width:48px;height:48px;font-size:30px}.dk-gallery-lightbox__arrow{top:50%;width:54px;height:54px;transform:translateY(-50%);font-size:0;line-height:0}.dk-gallery-lightbox__arrow svg{display:block;width:22px;height:22px;overflow:visible;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.dk-gallery-lightbox__arrow--prev{left:18px}.dk-gallery-lightbox__arrow--next{right:18px}.dk-gallery-lightbox-open{overflow:hidden}@media(max-width:1024px){.dk-gallery__track{grid-template-columns:repeat(var(--dk-gallery-columns-tablet),minmax(0,1fr))}.dk-gallery--masonry .dk-gallery__track{columns:var(--dk-gallery-columns-tablet)}.dk-gallery--editorial .dk-gallery__item:nth-child(8n+1),.dk-gallery--editorial .dk-gallery__item:nth-child(8n+6){grid-column:1/-1;grid-row:span 1}.dk-gallery--slider .dk-gallery__viewport{height:min(var(--dk-gallery-slider-height),70vh)}.dk-gallery-lightbox__stage{padding:54px 64px}}@media(max-width:767px){.dk-gallery__track{grid-template-columns:repeat(var(--dk-gallery-columns-mobile),minmax(0,1fr))}.dk-gallery--masonry .dk-gallery__track{columns:var(--dk-gallery-columns-mobile)}.dk-gallery--editorial .dk-gallery__item:nth-child(n){grid-column:span 1;grid-row:span 1}.dk-gallery--slider .dk-gallery__viewport{height:min(var(--dk-gallery-slider-height),62vh)}.dk-gallery__arrow{width:42px;height:42px}.dk-gallery__arrow--prev{left:10px}.dk-gallery__arrow--next{right:10px}.dk-gallery-lightbox__stage{padding:58px 12px 80px}.dk-gallery-lightbox img{max-width:96vw;max-height:76vh}.dk-gallery-lightbox__arrow{top:auto;bottom:14px;transform:none}.dk-gallery-lightbox__arrow--prev{left:calc(50% - 66px)}.dk-gallery-lightbox__arrow--next{right:calc(50% - 66px)}}@media(prefers-reduced-motion:reduce){.dk-gallery *,.dk-gallery-lightbox{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
