/* Scoped enhancement: the uninitialised gallery remains a usable photo grid. */
.elka-gallery--stack .elka-stack__stage { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-top:24px; }
.elka-gallery--stack .elka-stack__card { position:relative; display:flex; flex-direction:column; min-width:0; padding:0; margin:0; overflow:hidden; border:4px solid color-mix(in srgb,var(--elka-gallery-border,#dfe6e1) 50%,transparent); border-radius:var(--elka-gallery-radius,16px); background:#eff3ef; background-clip:padding-box; color:#fff; text-align:left; text-decoration:none; font:inherit; aspect-ratio:13/8; box-shadow:0 14px 30px rgb(16 27 42 / 13%); }
.elka-stack__image { display:block; width:100%; height:100%; min-height:0; object-fit:cover; flex:1 1 auto; user-select:none; }
.elka-stack__caption { position:absolute; inset:auto 0 0; padding:44px 22px 20px; background:linear-gradient(transparent, rgb(0 0 0 / 65%)); pointer-events:none; }
.elka-stack__caption--below { position:static; flex:0 0 auto; padding:12px 18px; color:var(--elka-gallery-title,#101b2a); background:#fff; }
.elka-stack__title { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:18px; font-weight:700; line-height:1.35; }
.elka-stack__description { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-top:5px; font-size:14px; line-height:1.45; opacity:.85; }
.elka-stack__controls[hidden], .elka-gallery--stack .elka-stack__control[hidden] { display:none; }
.elka-gallery--stack.is-stack-ready .elka-stack__viewport { overflow:hidden; overflow:clip; }
.elka-gallery--stack.is-stack-ready .elka-stack__stage { display:block; position:relative; margin:0; height:var(--stack-stage-height,460px); perspective:1100px; isolation:isolate; touch-action:pan-y pinch-zoom; }
.elka-gallery--stack.is-stack-ready .elka-stack__stage::before,
.elka-gallery--stack.is-stack-ready .elka-stack__stage::after { content:""; position:absolute; pointer-events:none; left:18%; right:18%; height:100px; border-radius:50%; filter:blur(30px); background:rgb(16 27 42 / 5%); }
.elka-gallery--stack.is-stack-ready .elka-stack__stage::before { top:20%; }
.elka-gallery--stack.is-stack-ready .elka-stack__stage::after { bottom:25px; background:rgb(16 27 42 / 9%); }
.elka-gallery--stack.is-stack-ready .elka-stack__card { position:absolute; left:50%; top:var(--stack-top,72px); width:var(--stack-width,520px); height:var(--stack-height,320px); aspect-ratio:auto; transform-origin:50% 65%; transform:translateX(-50%) translate3d(var(--stack-x,0px),var(--stack-y,0px),var(--stack-z,0px)) rotateZ(var(--stack-rotate,0deg)) rotateX(var(--stack-tilt,0deg)) scale(var(--stack-scale,.94)); transition:transform .62s cubic-bezier(.22,1,.36,1),opacity .3s ease,box-shadow .3s ease; user-select:none; cursor:pointer; -webkit-tap-highlight-color:transparent; }
.elka-gallery--stack.is-stack-ready .elka-stack__card.is-active { box-shadow:0 24px 48px rgb(16 27 42 / 19%); cursor:grab; }
.elka-gallery--stack.is-stack-ready .elka-stack__card.is-dragging { transition:none; cursor:grabbing; }
.elka-gallery--stack.is-stack-ready .elka-stack__card.is-away { opacity:0; visibility:hidden; pointer-events:none; }
.elka-stack__controls { display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:6px; margin:4px auto 0; max-width:100%; }
.elka-stack__dots { display:flex; flex-wrap:wrap; justify-content:center; max-width:min(70%,640px); gap:0; }
.elka-gallery--stack .elka-stack__control,
.elka-gallery--stack .elka-stack__dot { display:inline-flex; align-items:center; justify-content:center; flex-shrink:0; width:40px; height:40px; min-height:40px; margin:0; padding:0; border:0; border-radius:50%; box-shadow:none; background:transparent; color:var(--elka-gallery-title,#101b2a); font:inherit; line-height:1; cursor:pointer; transition:background .2s ease; }
.elka-gallery--stack .elka-stack__control { font-size:27px; }
.elka-gallery--stack .elka-stack__dot { width:28px; border-radius:8px; }
.elka-stack__dot span { display:block; width:8px; height:8px; border-radius:50%; background:currentColor; opacity:.25; transition:opacity .2s ease,transform .2s ease; }
.elka-stack__dot[aria-current="true"] span { opacity:1; transform:scale(1.2); }
.elka-gallery--stack .elka-stack__control:hover,.elka-gallery--stack .elka-stack__dot:hover { background:rgb(16 27 42 / 6%); }
.elka-gallery--stack .elka-stack__control:disabled { opacity:.25; cursor:default; }
.elka-gallery--stack .elka-stack__card:focus-visible,
.elka-gallery--stack .elka-stack__control:focus-visible,
.elka-gallery--stack .elka-stack__dot:focus-visible,
.elka-gallery--stack .elka-stack__stage:focus-visible { outline:3px solid var(--elka-gallery-accent,#008c3a); outline-offset:-3px; }
.elka-stack__counter { min-width:60px; text-align:center; font-size:14px; }
.elka-stack__sr { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }
@media(max-width:700px) { .elka-gallery--stack .elka-stack__stage { grid-template-columns:repeat(2,minmax(0,1fr)); } .elka-stack__caption { padding:32px 14px 14px; } .elka-stack__caption--below { padding:9px 12px; } .elka-stack__title { font-size:15px; } .elka-stack__description { font-size:12px; } .elka-stack__controls { gap:0; } .elka-gallery--stack .elka-stack__dot { width:24px; } }
@media(prefers-reduced-motion:reduce) { .elka-gallery--stack .elka-stack__card,.elka-gallery--stack .elka-stack__dot span { transition:none!important; } }
