/*!
 * DST Advanced Gallery
 * Editor-safe advanced gallery
 */

.dst-gallery{margin-bottom:28px;scroll-margin-top:140px}
.dst-gallery__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.dst-gallery__head-main{min-width:0}
.dst-gallery__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#0B1528;margin-bottom:10px}
.dst-gallery__eyebrow::before{content:"";width:10px;height:10px;border-radius:50%;background:#FFC107;box-shadow:0 0 0 5px rgba(255,193,7,.18);flex:0 0 auto}
.dst-gallery__title{margin:0;font-size:30px;line-height:1.12;color:#10213A}
.dst-gallery__desc{margin:10px 0 0;font-size:16px;line-height:1.75;color:#5F6F86;max-width:820px}
.dst-gallery__count{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #e6ebf2;box-shadow:0 10px 24px rgba(14,24,42,.04);white-space:nowrap}
.dst-gallery__count-icon{display:inline-flex;align-items:center;justify-content:center;color:#FFC107}
.dst-gallery__count-icon svg{width:16px;height:16px;display:block}
.dst-gallery__count-text{font-size:13px;font-weight:800;color:#10213A;letter-spacing:.05em;text-transform:uppercase}

.dst-gallery__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.dst-gallery__thumb-btn{position:relative;display:block;width:100%;padding:0;border:0;background:#fff;border-radius:20px;overflow:hidden;cursor:pointer;box-shadow:0 12px 28px rgba(14,24,42,.05);text-align:left;appearance:none;-webkit-appearance:none}
.dst-gallery__thumb-btn.is-editor{cursor:default}
.dst-gallery__thumb-media{position:relative;aspect-ratio:4/3;background:#dfe8f3}
.dst-gallery__thumb-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.dst-gallery__thumb-btn::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(11,21,40,.72), rgba(11,21,40,.06) 58%, rgba(11,21,40,0) 76%);opacity:.96;transition:opacity .25s ease}
.dst-gallery__thumb-btn:hover::after{opacity:1}
.dst-gallery__thumb-btn:hover .dst-gallery__thumb-media img{transform:scale(1.03)}
.dst-gallery__thumb-overlay{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:14px 14px 13px}
.dst-gallery__thumb-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:rgba(255,193,7,.18);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:11px;font-weight:800;line-height:1;color:#FFC107;letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px}
.dst-gallery__thumb-title{font-size:16px;font-weight:800;line-height:1.3;color:#fff;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;transition:transform .28s ease,color .28s ease,letter-spacing .28s ease}
.dst-gallery__thumb-subtitle{margin-top:5px;font-size:12px;line-height:1.45;color:#d9e3ef;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;transition:transform .28s ease,color .28s ease,opacity .28s ease}
.dst-gallery__thumb-btn:hover .dst-gallery__thumb-title{color:#FFC107;transform:translateY(-2px);letter-spacing:.01em}
.dst-gallery__thumb-btn:hover .dst-gallery__thumb-subtitle{color:#fff;transform:translateY(-2px)}
.dst-gallery__empty{padding:18px;border:1px dashed #d7dfea;border-radius:18px;color:#5F6F86;font-size:15px;line-height:1.8;background:#fff}

.dst-gallery-lightbox{position:fixed;inset:0;z-index:99999;display:none}
.dst-gallery-lightbox.is-open{display:block}
.dst-gallery-lightbox__backdrop{position:absolute;inset:0;background:rgba(8,15,28,.92)}
.dst-gallery-lightbox__dialog{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:18px;min-height:100vh;padding:24px 74px}
.dst-gallery-lightbox__main{width:min(100%,1280px);display:grid;grid-template-columns:minmax(0,1fr);gap:14px}
.dst-gallery-lightbox__media-wrap{position:relative;background:#0B1528;border-radius:24px;overflow:hidden}
.dst-gallery-lightbox__img{display:block;max-width:100%;max-height:72vh;margin:0 auto;width:auto;height:auto}
.dst-gallery-lightbox__meta{padding:14px 4px 0}
.dst-gallery-lightbox__topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.dst-gallery-lightbox__badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:#fff7db;color:#8a6700;font-size:12px;font-weight:800;line-height:1;letter-spacing:.06em;text-transform:uppercase}
.dst-gallery-lightbox__counter{font-size:13px;font-weight:800;line-height:1.2;color:#d9e3ef;letter-spacing:.05em;text-transform:uppercase}
.dst-gallery-lightbox__title{font-size:24px;font-weight:800;line-height:1.18;color:#fff}
.dst-gallery-lightbox__subtitle{margin-top:8px;font-size:14px;line-height:1.6;color:#FFC107}
.dst-gallery-lightbox__description{margin-top:10px;font-size:15px;line-height:1.8;color:#d9e3ef;max-width:980px}
.dst-gallery-lightbox__close,.dst-gallery-lightbox__nav{border:0;background:rgba(255,255,255,.1);color:#fff;cursor:pointer;transition:all .25s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.dst-gallery-lightbox__close:hover,.dst-gallery-lightbox__nav:hover{background:rgba(255,255,255,.18)}
.dst-gallery-lightbox__close{position:absolute;top:18px;right:24px;width:48px;height:48px;border-radius:50%;font-size:36px;line-height:1;z-index:3}
.dst-gallery-lightbox__nav{width:54px;height:54px;border-radius:50%;font-size:30px;line-height:1;flex:0 0 auto}

/* Elementor preview safety */
.elementor-editor-active .dst-gallery,
.elementor-editor-preview .dst-gallery{overflow:visible}
.elementor-editor-active .dst-gallery__grid,
.elementor-editor-preview .dst-gallery__grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:16px !important}
.elementor-editor-active .dst-gallery__thumb-btn,
.elementor-editor-preview .dst-gallery__thumb-btn{min-height:0 !important;height:auto !important}
.elementor-editor-active .dst-gallery__thumb-media,
.elementor-editor-preview .dst-gallery__thumb-media{aspect-ratio:4/3 !important}
.elementor-editor-active .dst-gallery__thumb-media img,
.elementor-editor-preview .dst-gallery__thumb-media img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;max-width:none !important}
.elementor-editor-active .dst-gallery__count,
.elementor-editor-preview .dst-gallery__count{margin-inline-start:auto}
.elementor-editor-active .dst-gallery-lightbox,
.elementor-editor-preview .dst-gallery-lightbox{display:none !important}

@media (max-width:1024px){
  .dst-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
}
@media (max-width:767px){
  .dst-gallery__head{align-items:flex-start;flex-direction:column}
  .dst-gallery__title{font-size:24px}
  .dst-gallery__desc{font-size:14px}
  .dst-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .dst-gallery__thumb-btn{border-radius:16px}
  .dst-gallery__thumb-overlay{padding:12px 10px 10px}
  .dst-gallery__thumb-title{font-size:13px}
  .dst-gallery__thumb-subtitle{font-size:11px}
  .dst-gallery__thumb-badge{font-size:10px;padding:5px 8px;margin-bottom:8px}
  .dst-gallery-lightbox__dialog{gap:10px;padding:16px}
  .dst-gallery-lightbox__main{width:100%}
  .dst-gallery-lightbox__media-wrap{border-radius:18px}
  .dst-gallery-lightbox__img{max-height:58vh}
  .dst-gallery-lightbox__title{font-size:19px}
  .dst-gallery-lightbox__subtitle{font-size:13px}
  .dst-gallery-lightbox__description{font-size:14px}
  .dst-gallery-lightbox__close{top:10px;right:10px;width:42px;height:42px;font-size:32px}
  .dst-gallery-lightbox__nav{position:fixed;bottom:16px;width:44px;height:44px;font-size:24px}
  .dst-gallery-lightbox__nav--prev{left:calc(50% - 52px)}
  .dst-gallery-lightbox__nav--next{right:calc(50% - 52px)}
  .elementor-editor-active .dst-gallery__grid,
  .elementor-editor-preview .dst-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important}
}
@media (min-width:2200px){
  .dst-gallery__title{font-size:36px}
  .dst-gallery__desc{font-size:19px}
  .dst-gallery-lightbox__title{font-size:28px}
  .dst-gallery-lightbox__description{font-size:17px}
}

/* DST Gallery thumbnail fix */
.dst-gallery__thumb-media{
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #dfe8f3;
}

.dst-gallery__thumb-media img{
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center center;
}
