.mmc-business-gallery{padding:22px 0 30px;background:#fff;color:#17324f}
.mmc-business-gallery *{box-sizing:border-box}
.mmc-business-gallery__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}
.mmc-business-gallery__kicker{display:flex;align-items:center;gap:7px;margin:0 0 5px;color:#607184;font-size:12px;font-weight:850;letter-spacing:.075em;text-transform:uppercase}
.mmc-business-gallery__kicker span{display:block;width:18px;height:2px;border-radius:99px;background:#1e56f0}
.mmc-business-gallery__heading h2{margin:0;color:#17324f;font-size:clamp(24px,3vw,34px);font-weight:900;letter-spacing:-.025em;line-height:1.1}
.mmc-business-gallery__heading button{flex:0 0 auto;padding:8px 0;border:0;background:transparent;color:#1e56f0;font-size:13px;font-weight:850;cursor:pointer}
.mmc-business-gallery__grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr) minmax(0,.8fr);grid-template-rows:repeat(2,145px);gap:8px}
.mmc-business-gallery__item{position:relative;min-width:0;overflow:hidden;padding:0;border:0;border-radius:10px;background:#e8edf2;cursor:zoom-in}
.mmc-business-gallery__item:first-child{grid-row:1 / span 2;border-radius:15px 10px 10px 15px}
.mmc-business-gallery__item:nth-child(2){grid-column:2;grid-row:1}
.mmc-business-gallery__item:nth-child(3){grid-column:2;grid-row:2}
.mmc-business-gallery__item:nth-child(4){grid-column:3;grid-row:1 / span 2;border-radius:10px 15px 15px 10px}
.mmc-business-gallery__grid--1{display:block}
.mmc-business-gallery__grid--1 .mmc-business-gallery__item{width:100%;height:300px;border-radius:15px}
.mmc-business-gallery__grid--2{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:270px}
.mmc-business-gallery__grid--2 .mmc-business-gallery__item{grid-column:auto;grid-row:auto;border-radius:15px}
.mmc-business-gallery__grid--3{grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr)}
.mmc-business-gallery__item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.mmc-business-gallery__item:hover img{transform:scale(1.025)}
.mmc-business-gallery__more{position:absolute;right:10px;bottom:10px;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 4px 15px rgba(10,30,48,.16);color:#17324f;font-size:12px;font-weight:900}
.mmc-business-gallery__more--mobile{display:none}
body.mmc-business-gallery-is-open{overflow:hidden!important}
.mmc-business-gallery-lightbox{position:fixed;inset:0;width:100vw;max-width:none;height:100vh;max-height:none;margin:0;padding:32px 76px;border:0;background:rgba(5,14,23,.96);color:#fff;box-sizing:border-box;overflow:hidden}
@supports(height:100dvh){.mmc-business-gallery-lightbox{height:100dvh}}
.mmc-business-gallery-lightbox::backdrop{background:rgba(5,14,23,.96)}
.mmc-business-gallery-lightbox[open]{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:20px}
.mmc-business-gallery-lightbox figure{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;min-height:0;height:100%;margin:0}
.mmc-business-gallery-lightbox figure img{display:block;max-width:100%;max-height:calc(100% - 58px);object-fit:contain;border-radius:9px;box-shadow:0 18px 60px rgba(0,0,0,.34)}
.mmc-business-gallery-lightbox figcaption{display:flex;flex-direction:column;align-items:center;gap:4px;min-height:38px;margin-top:12px;color:rgba(255,255,255,.92);font-size:14px;line-height:1.35;text-align:center}
.mmc-business-gallery-lightbox figcaption small{color:rgba(255,255,255,.68);font-size:12px}
.mmc-business-gallery-lightbox__close{position:absolute!important;z-index:2;top:18px!important;right:20px!important;display:grid!important;place-items:center!important;width:44px!important;height:44px!important;padding:0!important;border:1px solid rgba(255,255,255,.32)!important;border-radius:50%!important;background:rgba(255,255,255,.12)!important;color:#fff!important;cursor:pointer}
.mmc-business-gallery-lightbox__close svg{width:22px;height:22px;fill:currentColor}
.mmc-business-gallery-lightbox__nav{display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.10);color:#fff;font-size:35px;line-height:1;cursor:pointer}
.mmc-business-gallery-lightbox__nav:hover,.mmc-business-gallery-lightbox__close:hover{background:rgba(255,255,255,.2)!important}
@media(max-width:720px){
  .mmc-business-gallery{padding:18px 0 24px}
  .mmc-business-gallery__heading{align-items:center;margin-bottom:10px}
  .mmc-business-gallery__heading h2{font-size:22px}
  .mmc-business-gallery__heading button{font-size:12px}
  .mmc-business-gallery__grid,.mmc-business-gallery__grid--2,.mmc-business-gallery__grid--3{grid-template-columns:minmax(0,1.42fr) minmax(0,1fr);grid-template-rows:82px 82px;gap:6px}
  .mmc-business-gallery__item:first-child,.mmc-business-gallery__grid--2 .mmc-business-gallery__item:first-child{grid-column:1;grid-row:1 / span 2;border-radius:14px 7px 7px 14px}
  .mmc-business-gallery__item:nth-child(2),.mmc-business-gallery__grid--2 .mmc-business-gallery__item:nth-child(2){grid-column:2;grid-row:1;border-radius:7px 14px 7px 7px}
  .mmc-business-gallery__item:nth-child(3){grid-column:2;grid-row:2;border-radius:7px 7px 14px 7px}
  .mmc-business-gallery__item:nth-child(4){display:none}
  .mmc-business-gallery__grid--1{display:block}
  .mmc-business-gallery__grid--1 .mmc-business-gallery__item{display:block;width:100%;height:180px;border-radius:14px}
  .mmc-business-gallery__grid--2 .mmc-business-gallery__item:nth-child(2){grid-row:1 / span 2;border-radius:7px 14px 14px 7px}
  .mmc-business-gallery__more--desktop{display:none}
  .mmc-business-gallery__more--mobile{display:inline-flex}
  .mmc-business-gallery-lightbox{padding:68px 10px 22px}
  .mmc-business-gallery-lightbox[open]{grid-template-columns:36px minmax(0,1fr) 36px;gap:4px}
  .mmc-business-gallery-lightbox__close{top:12px!important;right:12px!important;width:42px!important;height:42px!important}
  .mmc-business-gallery-lightbox__nav{width:34px;height:34px;font-size:28px}
  .mmc-business-gallery-lightbox figure img{max-height:calc(100% - 68px);border-radius:6px}
  .mmc-business-gallery-lightbox figcaption{font-size:12px}
}
@media(prefers-reduced-motion:reduce){.mmc-business-gallery__item img{transition:none}}
