.photodrop-gallery{
	--photodrop-columns-desktop:4;--photodrop-columns-tablet:3;--photodrop-columns-mobile:2;--photodrop-gallery-gap:16px;
	display:grid;
	grid-template-columns:repeat(var(--photodrop-columns-desktop),minmax(0,1fr));
	gap:var(--photodrop-gallery-gap);
}
.photodrop-gallery-item{margin:0;min-width:0;overflow:hidden;background:#f4f6fb;}
.photodrop-gallery-link{display:block;width:100%;height:100%;cursor:zoom-in;text-decoration:none;}
.photodrop-gallery img{display:block;width:100%;max-width:100%;height:100%;object-fit:cover;transition:transform .22s ease,opacity .22s ease;}
.photodrop-gallery-link:hover img{transform:scale(1.025);opacity:.94;}
.photodrop-gallery-layout-square .photodrop-gallery-item{aspect-ratio:1/1;}
.photodrop-gallery-layout-portrait .photodrop-gallery-item{aspect-ratio:3/4;}
.photodrop-gallery-layout-landscape .photodrop-gallery-item{aspect-ratio:4/3;}
.photodrop-gallery-layout-original .photodrop-gallery-item{overflow:visible;background:transparent;}
.photodrop-gallery-layout-original img{height:auto;object-fit:contain;}
.photodrop-gallery-layout-masonry{display:block;column-count:var(--photodrop-columns-desktop);column-gap:var(--photodrop-gallery-gap);}
.photodrop-gallery-layout-masonry .photodrop-gallery-item{break-inside:avoid;margin:0 0 var(--photodrop-gallery-gap);overflow:hidden;}
.photodrop-gallery-layout-masonry img{height:auto;object-fit:contain;}
.photodrop-gallery-empty{opacity:.75;}
.photodrop-lightbox{position:fixed;inset:0;z-index:999999;background:rgba(7,10,22,.94);display:none;align-items:center;justify-content:center;padding:28px;color:#fff;box-sizing:border-box;}
.photodrop-lightbox.is-open{display:flex;}
.photodrop-lightbox-inner{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.photodrop-lightbox-stage{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;}
.photodrop-lightbox-image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;user-select:none;cursor:zoom-in;transition:transform .18s ease;transform-origin:center center;}
.photodrop-lightbox-image.is-zoomed{max-width:none;max-height:none;transform:scale(1.5);cursor:zoom-out;}
.photodrop-lightbox-close,.photodrop-lightbox-prev,.photodrop-lightbox-next{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:1;transition:background .18s ease,transform .18s ease;z-index:3;}
.photodrop-lightbox-close:hover,.photodrop-lightbox-prev:hover,.photodrop-lightbox-next:hover{background:rgba(255,255,255,.22);transform:scale(1.04);}
.photodrop-lightbox-close{top:18px;right:18px;width:42px;height:42px;border-radius:999px;font-size:26px;}
.photodrop-lightbox-prev,.photodrop-lightbox-next{top:50%;width:48px;height:72px;margin-top:-36px;border-radius:999px;font-size:34px;}
.photodrop-lightbox-prev{left:18px;}
.photodrop-lightbox-next{right:18px;}
.photodrop-lightbox-title{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);max-width:min(720px,80vw);font-size:14px;line-height:1.45;text-align:center;color:rgba(255,255,255,.74);padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px);}
.photodrop-lightbox-title:empty{display:none;}
body.photodrop-lightbox-open{overflow:hidden;}
@media(max-width:800px){.photodrop-gallery{grid-template-columns:repeat(var(--photodrop-columns-tablet),minmax(0,1fr));}.photodrop-gallery-layout-masonry{column-count:var(--photodrop-columns-tablet);}.photodrop-lightbox{padding:18px}.photodrop-lightbox-prev,.photodrop-lightbox-next{width:42px;height:58px;font-size:28px}.photodrop-lightbox-title{bottom:16px;max-width:86vw;}}
@media(max-width:480px){.photodrop-gallery{grid-template-columns:repeat(var(--photodrop-columns-mobile),minmax(0,1fr));}.photodrop-gallery-layout-masonry{column-count:var(--photodrop-columns-mobile);}.photodrop-lightbox-prev{left:8px}.photodrop-lightbox-next{right:8px}.photodrop-lightbox-close{top:10px;right:10px}}
.photodrop-gallery-layout-masonry_dynamic{display:grid;grid-template-columns:repeat(var(--photodrop-columns-desktop),minmax(0,1fr));grid-auto-rows:8px;grid-auto-flow:dense;align-items:start;}
.photodrop-gallery-layout-masonry_dynamic .photodrop-gallery-item{overflow:hidden;background:transparent;}
.photodrop-gallery-layout-masonry_dynamic img{height:auto;object-fit:contain;}
@media(max-width:800px){.photodrop-gallery-layout-masonry_dynamic{grid-template-columns:repeat(var(--photodrop-columns-tablet),minmax(0,1fr));}}
@media(max-width:480px){.photodrop-gallery-layout-masonry_dynamic{grid-template-columns:repeat(var(--photodrop-columns-mobile),minmax(0,1fr));}}

.photodrop-gallery-layout-masonry_puzzle{display:grid;grid-template-columns:repeat(var(--photodrop-columns-desktop),minmax(0,1fr));grid-auto-rows:1px;grid-auto-flow:dense;gap:var(--photodrop-gallery-gap);align-items:start;}
.photodrop-gallery-layout-masonry_puzzle .photodrop-gallery-item{overflow:hidden;min-height:0;margin:0;align-self:start;}
.photodrop-gallery-layout-masonry_puzzle .photodrop-gallery-link{display:block;width:100%;height:auto;}
.photodrop-gallery-layout-masonry_puzzle .photodrop-gallery-item img{width:100%;height:auto!important;object-fit:contain;display:block;}
@media(max-width:800px){.photodrop-gallery-layout-masonry_puzzle{grid-template-columns:repeat(var(--photodrop-columns-tablet),minmax(0,1fr));}.photodrop-gallery-layout-masonry_puzzle .photodrop-shape-panorama{grid-column:span 2;}}
@media(max-width:480px){.photodrop-gallery-layout-masonry_puzzle{grid-template-columns:repeat(var(--photodrop-columns-mobile),minmax(0,1fr));}.photodrop-gallery-layout-masonry_puzzle .photodrop-shape-panorama,.photodrop-gallery-layout-masonry_puzzle .photodrop-shape-landscape{grid-column:span min(2,var(--photodrop-columns-mobile));}}

/* Cropped grid presets with exact, calm spacing. These layouts avoid uneven masonry gaps by using fixed grid cells and object-fit cropping. */
.photodrop-gallery-layout-grid_tiles,
.photodrop-gallery-layout-grid_mosaic,
.photodrop-gallery-layout-grid_magazine{display:grid;grid-template-columns:repeat(var(--photodrop-columns-desktop),minmax(0,1fr));grid-auto-rows:minmax(72px,8vw);grid-auto-flow:dense;gap:var(--photodrop-gallery-gap);align-items:stretch;}
.photodrop-gallery-layout-grid_tiles .photodrop-gallery-item,
.photodrop-gallery-layout-grid_mosaic .photodrop-gallery-item,
.photodrop-gallery-layout-grid_magazine .photodrop-gallery-item{margin:0;overflow:hidden;min-height:0;background:#f4f6fb;}
.photodrop-gallery-layout-grid_tiles .photodrop-gallery-link,
.photodrop-gallery-layout-grid_mosaic .photodrop-gallery-link,
.photodrop-gallery-layout-grid_magazine .photodrop-gallery-link{height:100%;}
.photodrop-gallery-layout-grid_tiles img,
.photodrop-gallery-layout-grid_mosaic img,
.photodrop-gallery-layout-grid_magazine img{width:100%;height:100%!important;object-fit:cover;display:block;}
.photodrop-gallery-layout-grid_tiles .photodrop-gallery-item{grid-column:span 1;grid-row:span 2;}
.photodrop-gallery-layout-grid_tiles .photodrop-shape-landscape,
.photodrop-gallery-layout-grid_tiles .photodrop-shape-panorama{grid-column:span 2;grid-row:span 2;}
.photodrop-gallery-layout-grid_tiles .photodrop-shape-portrait,
.photodrop-gallery-layout-grid_tiles .photodrop-shape-tall{grid-column:span 1;grid-row:span 3;}
.photodrop-gallery-layout-grid_mosaic .photodrop-gallery-item{grid-column:span 1;grid-row:span 2;}
.photodrop-gallery-layout-grid_mosaic .photodrop-gallery-item:nth-child(7n+1){grid-column:span 2;grid-row:span 4;}
.photodrop-gallery-layout-grid_mosaic .photodrop-gallery-item:nth-child(7n+4){grid-column:span 2;grid-row:span 2;}
.photodrop-gallery-layout-grid_mosaic .photodrop-shape-panorama{grid-column:span 3;grid-row:span 2;}
.photodrop-gallery-layout-grid_mosaic .photodrop-shape-landscape{grid-column:span 2;grid-row:span 2;}
.photodrop-gallery-layout-grid_mosaic .photodrop-shape-portrait,
.photodrop-gallery-layout-grid_mosaic .photodrop-shape-tall{grid-column:span 1;grid-row:span 4;}
.photodrop-gallery-layout-grid_magazine .photodrop-gallery-item{grid-column:span 1;grid-row:span 2;}
.photodrop-gallery-layout-grid_magazine .photodrop-gallery-item:nth-child(10n+1),
.photodrop-gallery-layout-grid_magazine .photodrop-gallery-item:nth-child(10n+6){grid-column:span 3;grid-row:span 4;}
.photodrop-gallery-layout-grid_magazine .photodrop-gallery-item:nth-child(10n+3),
.photodrop-gallery-layout-grid_magazine .photodrop-gallery-item:nth-child(10n+8){grid-column:span 2;grid-row:span 2;}
.photodrop-gallery-layout-grid_magazine .photodrop-shape-panorama{grid-column:span 3;grid-row:span 2;}
.photodrop-gallery-layout-grid_magazine .photodrop-shape-tall{grid-column:span 1;grid-row:span 4;}
@media(max-width:800px){.photodrop-gallery-layout-grid_tiles,.photodrop-gallery-layout-grid_mosaic,.photodrop-gallery-layout-grid_magazine{grid-template-columns:repeat(var(--photodrop-columns-tablet),minmax(0,1fr));grid-auto-rows:minmax(64px,12vw);} .photodrop-gallery-layout-grid_magazine .photodrop-gallery-item:nth-child(n),.photodrop-gallery-layout-grid_mosaic .photodrop-gallery-item:nth-child(n){grid-column:span 1;grid-row:span 2;} .photodrop-gallery-layout-grid_tiles .photodrop-shape-landscape,.photodrop-gallery-layout-grid_tiles .photodrop-shape-panorama,.photodrop-gallery-layout-grid_mosaic .photodrop-shape-landscape,.photodrop-gallery-layout-grid_mosaic .photodrop-shape-panorama,.photodrop-gallery-layout-grid_magazine .photodrop-shape-landscape,.photodrop-gallery-layout-grid_magazine .photodrop-shape-panorama{grid-column:span min(2,var(--photodrop-columns-tablet));grid-row:span 2;}}
@media(max-width:480px){.photodrop-gallery-layout-grid_tiles,.photodrop-gallery-layout-grid_mosaic,.photodrop-gallery-layout-grid_magazine{grid-template-columns:repeat(var(--photodrop-columns-mobile),minmax(0,1fr));grid-auto-rows:minmax(58px,18vw);} .photodrop-gallery-layout-grid_tiles .photodrop-gallery-item,.photodrop-gallery-layout-grid_mosaic .photodrop-gallery-item,.photodrop-gallery-layout-grid_magazine .photodrop-gallery-item{grid-column:span 1!important;grid-row:span 2!important;} .photodrop-gallery-layout-grid_tiles .photodrop-shape-landscape,.photodrop-gallery-layout-grid_tiles .photodrop-shape-panorama,.photodrop-gallery-layout-grid_mosaic .photodrop-shape-landscape,.photodrop-gallery-layout-grid_mosaic .photodrop-shape-panorama,.photodrop-gallery-layout-grid_magazine .photodrop-shape-landscape,.photodrop-gallery-layout-grid_magazine .photodrop-shape-panorama{grid-column:span min(2,var(--photodrop-columns-mobile))!important;}}
