.rs-gallery-widget{--rs-gap:18px;color:#fff}
.rs-gallery-section-head{margin-bottom:24px}
.rs-gallery-section-title{margin:0 0 10px;font-size:clamp(28px,3.3vw,48px);line-height:1.05;color:#191A11;letter-spacing:-.04em}
.rs-gallery-section-text{max-width:780px;font-size:16px;line-height:1.75;color:#444}
.rs-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:110px;gap:18px;align-items:stretch;max-width:1400px;margin:0 auto}
.rs-gallery-card{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#ffffff!important;min-height:180px;box-shadow:0 12px 28px rgba(0,0,0,.12)}
.rs-gallery-card img{width:100%;height:100%;max-width:100%;max-height:100%;display:block;object-fit:contain!important;background:#ffffff!important;transition:transform .6s ease, filter .35s ease}
.rs-gallery-card:hover img{transform:scale(1.05)}
.rs-gallery-card__overlay{position:absolute;inset:0;background:transparent;z-index:1;pointer-events:none}
.rs-gallery-card__content{position:absolute;left:20px;right:20px;bottom:18px;z-index:2;display:flex;flex-direction:column;gap:6px;background:rgba(68,67,50,.85);padding:12px 14px}
.rs-gallery-card__title{font-size:clamp(18px,2vw,26px);line-height:1.15;font-weight:500;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.25)}
.rs-gallery-card__desc{font-size:14px;line-height:1.45;color:rgba(255,255,255,.92);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.rs-gallery-card.is-wide{grid-column:span 2;grid-row:span 3}
.rs-gallery-card.is-large{grid-column:span 2;grid-row:span 4}
.rs-gallery-card.is-tall{grid-column:span 1;grid-row:span 5}
.rs-gallery-card.is-medium{grid-column:span 1;grid-row:span 3}

.rs-gallery-grid.is-centered-pattern{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:stretch;width:100%;max-width:1400px;margin:0 auto}
.rs-gallery-grid.is-centered-pattern .rs-gallery-card{min-height:260px;background:#ffffff!important}
.rs-gallery-grid.is-centered-pattern .rs-gallery-card:nth-child(5n+1),
.rs-gallery-grid.is-centered-pattern .rs-gallery-card:nth-child(5n+2),
.rs-gallery-grid.is-centered-pattern .rs-gallery-card:nth-child(5n+3){grid-column:span 2;min-height:320px;grid-row:span 3}
.rs-gallery-grid.is-centered-pattern .rs-gallery-card:nth-child(5n+4),
.rs-gallery-grid.is-centered-pattern .rs-gallery-card:nth-child(5n+5){grid-column:span 3;min-height:360px;grid-row:span 4}

.rs-gallery-grid.is-centered-editorial{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:90px;gap:18px;max-width:1400px;margin:0 auto}
.rs-gallery-grid.is-centered-editorial .rs-gallery-card:nth-child(5n+1){grid-column:1 / span 5;grid-row:span 4}
.rs-gallery-grid.is-centered-editorial .rs-gallery-card:nth-child(5n+2){grid-column:6 / span 3;grid-row:span 6}
.rs-gallery-grid.is-centered-editorial .rs-gallery-card:nth-child(5n+3){grid-column:9 / span 4;grid-row:span 6}
.rs-gallery-grid.is-centered-editorial .rs-gallery-card:nth-child(5n+4){grid-column:3 / span 3;grid-row:span 5}
.rs-gallery-grid.is-centered-editorial .rs-gallery-card:nth-child(5n+5){grid-column:6 / span 5;grid-row:span 4}

.rs-gallery-lightbox[hidden]{display:none!important}
.rs-gallery-lightbox{position:fixed;inset:0;background:rgba(6,6,6,.82);z-index:999999;padding:28px;display:flex;align-items:center;justify-content:center}
.rs-gallery-lightbox__dialog{width:min(1200px,100%);max-height:100%;display:flex;align-items:center;justify-content:center;background:#ffffff!important;background-image:none!important}
.rs-gallery-lightbox__media{position:relative;max-height:100%;width:100%;background:#ffffff!important;background-image:none!important}
.rs-gallery-lightbox__media img{display:block;max-width:100%;max-height:85vh;margin:0 auto;object-fit:contain!important;background:#ffffff!important;background-image:none!important}
.rs-gallery-lightbox__caption{position:absolute;left:24px;right:24px;bottom:24px;padding:22px 24px;background:#444332;color:#fff;opacity:.85}
.rs-gallery-lightbox__title{font-size:clamp(24px,2.8vw,40px);line-height:1.1;font-weight:600;margin-bottom:8px}
.rs-gallery-lightbox__desc{font-size:15px;line-height:1.7;max-width:850px}
.rs-gallery-lightbox__close{position:absolute;top:18px;right:18px;width:52px;height:52px;border:none;border-radius:50%;background:rgba(0,0,0,.72);color:#fff;font-size:34px;line-height:1;cursor:pointer;z-index:4}

@media (max-width: 1024px){
  .rs-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rs-gallery-card.is-wide,.rs-gallery-card.is-large{grid-column:span 2}
  .rs-gallery-grid.is-centered-pattern{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rs-gallery-grid.is-centered-pattern .rs-gallery-card{grid-column:span 1!important;grid-row:span 3!important;min-height:280px}
  .rs-gallery-grid.is-centered-editorial{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:110px}
  .rs-gallery-grid.is-centered-editorial .rs-gallery-card{grid-column:span 1!important;grid-row:span 3!important;min-height:280px}
}
@media (max-width: 767px){
  .rs-gallery-grid{grid-template-columns:1fr;grid-auto-rows:100px}
  .rs-gallery-card,.rs-gallery-card.is-wide,.rs-gallery-card.is-large,.rs-gallery-card.is-tall,.rs-gallery-card.is-medium{grid-column:span 1;grid-row:span 3;min-height:260px}
  .rs-gallery-card__content{left:16px;right:16px;bottom:14px;padding:10px 12px}
  .rs-gallery-lightbox{padding:14px}
  .rs-gallery-lightbox__caption{left:12px;right:12px;bottom:12px;padding:18px}
  .rs-gallery-grid.is-centered-pattern,.rs-gallery-grid.is-centered-editorial{grid-template-columns:1fr;gap:14px}
  .rs-gallery-grid.is-centered-pattern .rs-gallery-card,.rs-gallery-grid.is-centered-editorial .rs-gallery-card{grid-column:span 1!important;grid-row:span 1!important;min-height:240px}
}

.rs-gallery-card,.rs-gallery-card img,.rs-gallery-lightbox__dialog,.rs-gallery-lightbox__media,.rs-gallery-lightbox__media img{background:#ffffff!important;background-image:none!important;}
