:root{--cg-primary:#2563eb;--cg-primary-dark:#1d4ed8;--cg-navy:#071d38;--cg-heading:#102a43;--cg-text:#334e68;--cg-muted:#66788a;--cg-line:#dce7f2;--cg-soft:#f3f7fc;--cg-white:#fff;--cg-pinterest:#e60023;--cg-shadow-sm:0 8px 24px rgba(15, 39, 69, .08);--cg-shadow:0 20px 50px rgba(15, 39, 69, .12);--cg-radius:22px;--cg-shell:1420px}.city-gallery-page,.city-gallery-page *{box-sizing:border-box}.city-gallery-page{min-height:100vh;overflow-x:hidden;background:#fff;color:var(--cg-text)}.city-gallery-page img{max-width:100%}.cg-shell{width:min(calc(100% - 40px),var(--cg-shell));margin-inline:auto}.cg-hero{position:relative;min-height:510px;display:grid;align-items:stretch;isolation:isolate;overflow:hidden;color:#fff;background:#0d355d}.cg-hero-media,.cg-hero-overlay{position:absolute;inset:0;z-index:-2}.cg-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 48%;transform:scale(1.01)}.cg-hero-overlay{z-index:-1;background:linear-gradient(90deg,rgba(3,29,55,.91) 0,rgba(3,43,77,.76) 42%,rgba(3,35,60,.28) 75%,rgba(3,29,55,.22) 100%),linear-gradient(0deg,rgba(2,24,45,.66) 0,transparent 56%)}.cg-hero-inner{min-height:510px;padding-block:28px 42px;display:grid;grid-template-rows:auto 1fr auto}.cg-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:9px;font-size:14px;color:rgba(255,255,255,.78)}.cg-breadcrumb a{color:#fff;text-decoration:none;font-weight:700}.cg-breadcrumb a:hover{text-decoration:underline;text-underline-offset:4px}.cg-hero-copy{align-self:center;width:min(720px,100%);padding-block:34px 30px}.cg-eyebrow,.cg-section-kicker{display:inline-flex;align-items:center;gap:8px;color:#83b6ff;font-size:13px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.cg-eyebrow::before,.cg-section-kicker::before{content:"";width:28px;height:2px;border-radius:999px;background:currentColor}.cg-hero h1{max-width:720px;margin:13px 0 18px;color:#fff;font-size:clamp(42px, 5.1vw, 72px);font-weight:850;line-height:1.02;letter-spacing:-.045em;text-shadow:0 5px 24px rgba(0,0,0,.22)}.cg-hero-copy>p{max-width:670px;margin:0;color:rgba(255,255,255,.91);font-size:clamp(16px, 1.4vw, 19px);line-height:1.72}.cg-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:28px}.cg-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 20px;border:1px solid transparent;border-radius:12px;text-decoration:none;font-size:14px;font-weight:800;line-height:1;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.cg-button svg,.cg-pinterest-cta svg,.cg-text-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cg-button:hover{transform:translateY(-2px)}.cg-button-primary{background:var(--cg-primary);color:#fff;box-shadow:0 12px 30px rgba(37,99,235,.3)}.cg-button-primary:hover{background:var(--cg-primary-dark)}.cg-button-glass{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.13);color:#fff;backdrop-filter:blur(12px)}.cg-button-glass:hover{background:rgba(255,255,255,.21);border-color:rgba(255,255,255,.55)}.cg-button-glass svg{width:20px;height:20px;fill:currentColor;stroke:none}.cg-hero-stats{justify-self:end;display:grid;grid-template-columns:repeat(3,minmax(120px,auto));gap:1px;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:rgba(6,31,56,.46);box-shadow:0 15px 40px rgba(0,0,0,.14);backdrop-filter:blur(14px)}.cg-hero-stats>div{min-width:135px;padding:15px 18px;background:rgba(255,255,255,.07)}.cg-hero-stats span,.cg-hero-stats strong{display:block}.cg-hero-stats strong{color:#fff;font-size:21px;line-height:1.1}.cg-hero-stats span{margin-top:5px;color:rgba(255,255,255,.7);font-size:12px;font-weight:650}.cg-page-content{padding-block:56px 80px}.cg-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,440px);align-items:center;gap:36px;margin-bottom:38px;padding:28px 30px;border:1px solid var(--cg-line);border-radius:var(--cg-radius);background:linear-gradient(135deg,#f7fbff 0,#eef5ff 100%)}.cg-section-kicker{color:var(--cg-primary)}.cg-empty-state h2,.cg-intro h2,.cg-section-heading h2{margin:9px 0 10px;color:var(--cg-heading);font-size:clamp(28px, 2.8vw, 40px);font-weight:850;line-height:1.12;letter-spacing:-.035em}.cg-empty-state p,.cg-intro p,.cg-section-heading p{margin:0;color:var(--cg-muted);font-size:16px;line-height:1.72}.cg-pinterest-cta{min-width:0;display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;border:1px solid #f3c5cd;border-radius:16px;background:#fff;color:var(--cg-heading);text-decoration:none;box-shadow:var(--cg-shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.cg-pinterest-cta:hover{transform:translateY(-2px);box-shadow:var(--cg-shadow)}.cg-pinterest-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:var(--cg-pinterest);color:#fff;font-family:Georgia,serif;font-size:28px;font-weight:800}.cg-pinterest-cta small,.cg-pinterest-cta strong{display:block}.cg-pinterest-cta strong{font-size:15px}.cg-pinterest-cta small{margin-top:4px;color:var(--cg-muted);font-size:12px;line-height:1.4}.cg-pinterest-cta>svg{color:var(--cg-primary)}.cg-gallery-section,.cg-places-section{padding-top:28px}.cg-section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:25px}.cg-section-heading>div{max-width:760px}.cg-section-heading h2{font-size:clamp(29px, 3vw, 42px)}.cg-count-pill{flex:0 0 auto;padding:9px 14px;border:1px solid #cfe0f7;border-radius:999px;background:#eef5ff;color:var(--cg-primary);font-size:13px;font-weight:850}.cg-masonry{column-count:4;column-gap:20px}.cg-photo-card{display:inline-block;width:100%;margin:0 0 20px;break-inside:avoid;overflow:hidden;border:1px solid var(--cg-line);border-radius:18px;background:#fff;box-shadow:var(--cg-shadow-sm);content-visibility:auto;contain-intrinsic-size:360px 480px}.cg-photo-button{position:relative;width:100%;display:block;overflow:hidden;padding:0;border:0;background:#e9f0f8;cursor:zoom-in}.cg-photo-button:focus-visible{outline:3px solid rgba(37,99,235,.45);outline-offset:-3px}.cg-photo-button img{width:100%;height:auto;display:block;transition:transform .45s cubic-bezier(.2, .7, .2, 1),filter .3s ease}.cg-photo-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(0deg,rgba(3,29,55,.56),rgba(3,29,55,.08) 62%);color:#fff;font-size:14px;font-weight:800;opacity:0;transition:opacity .25s ease}.cg-zoom-icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(255,255,255,.18);backdrop-filter:blur(10px)}.cg-zoom-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cg-photo-card:hover .cg-photo-button img{transform:scale(1.035);filter:saturate(1.08)}.cg-photo-button:focus-visible .cg-photo-overlay,.cg-photo-card:hover .cg-photo-overlay{opacity:1}.cg-photo-card figcaption{padding:13px 15px 14px;color:var(--cg-heading);font-size:13px;font-weight:750;line-height:1.45;overflow-wrap:anywhere}.cg-gallery-footer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:18px;margin-top:24px;padding:24px;border:1px solid var(--cg-line);border-radius:18px;background:var(--cg-soft)}.cg-gallery-footer p{margin:0;color:var(--cg-text);font-size:15px;font-weight:700}.cg-button-pinterest{background:var(--cg-pinterest);color:#fff;box-shadow:0 10px 25px rgba(230,0,35,.22)}.cg-button-pinterest span,.cg-lightbox-pinterest span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--cg-pinterest);font-family:Georgia,serif;font-size:16px;font-weight:800}.cg-button-pinterest:hover{background:#c90020}.cg-empty-state{margin-top:22px;padding:70px 28px;text-align:center;border:1px dashed #b9cbe0;border-radius:var(--cg-radius);background:linear-gradient(135deg,#fbfdff,#f0f6fd)}.cg-empty-icon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 18px;border-radius:20px;background:#e7f0ff;color:var(--cg-primary)}.cg-empty-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cg-empty-state p{max-width:670px;margin:0 auto 24px}.cg-places-section{margin-top:64px;padding-top:58px;border-top:1px solid var(--cg-line)}.cg-section-heading-places{align-items:center}.cg-text-link{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;color:var(--cg-primary);text-decoration:none;font-size:14px;font-weight:850}.cg-text-link:hover{color:var(--cg-primary-dark)}.cg-places-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.cg-place-card{min-width:0;overflow:hidden;border:1px solid var(--cg-line);border-radius:19px;background:#fff;box-shadow:var(--cg-shadow-sm);transition:transform .25s ease,box-shadow .25s ease}.cg-place-card:hover{transform:translateY(-4px);box-shadow:var(--cg-shadow)}.cg-place-media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#eaf0f7}.cg-place-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease}.cg-place-card:hover .cg-place-media img{transform:scale(1.04)}.cg-rating-badge{position:absolute;top:13px;right:13px;display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border-radius:10px;background:rgba(255,255,255,.94);color:#8b5d00;box-shadow:0 6px 18px rgba(0,0,0,.13);font-size:13px;font-weight:850;backdrop-filter:blur(10px)}.cg-rating-badge svg{width:15px;height:15px;fill:#f5a623;stroke:#f5a623}.cg-place-content{padding:18px 19px 19px}.cg-place-category{display:inline-flex;color:var(--cg-primary);font-size:12px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.cg-place-content h3{margin:7px 0 9px;font-size:21px;font-weight:850;line-height:1.23;letter-spacing:-.02em}.cg-place-content h3 a{color:var(--cg-heading);text-decoration:none}.cg-place-content h3 a:hover{color:var(--cg-primary)}.cg-place-content>p{display:-webkit-box;min-height:48px;margin:0 0 16px;overflow:hidden;color:var(--cg-muted);font-size:14px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cg-place-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid #edf1f6;color:var(--cg-muted);font-size:12px;font-weight:700}.cg-place-meta a{color:var(--cg-primary);text-decoration:none;font-weight:850}.cg-lightbox-open{overflow:hidden}.cg-lightbox[hidden]{display:none!important}.cg-lightbox{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:24px;opacity:0;transition:opacity .18s ease}.cg-lightbox.is-open{opacity:1}.cg-lightbox-backdrop{position:absolute;inset:0;background:rgba(2,13,25,.88);backdrop-filter:blur(12px)}.cg-lightbox-dialog{position:relative;width:min(1180px,100%);max-height:calc(100vh - 48px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:20px;background:#091a2b;color:#fff;box-shadow:0 35px 100px rgba(0,0,0,.52);transform:translateY(12px) scale(.985);transition:transform .18s ease}.cg-lightbox.is-open .cg-lightbox-dialog{transform:translateY(0) scale(1)}.cg-lightbox-toolbar{min-height:55px;display:flex;align-items:center;justify-content:space-between;padding:8px 10px 8px 18px;border-bottom:1px solid rgba(255,255,255,.11)}.cg-lightbox-counter{color:rgba(255,255,255,.72);font-size:13px;font-weight:800}.cg-lightbox-close,.cg-lightbox-nav{display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease}.cg-lightbox-close{width:40px;height:40px;border-radius:11px}.cg-lightbox-close:hover,.cg-lightbox-nav:hover{background:rgba(255,255,255,.18)}.cg-lightbox-close svg,.cg-lightbox-nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cg-lightbox-stage{min-height:0;display:grid;grid-template-columns:64px minmax(0,1fr) 64px;align-items:center;gap:10px;padding:12px;background:#020c16}.cg-lightbox-nav{width:48px;height:64px;justify-self:center;border-radius:14px}.cg-lightbox-nav:active{transform:scale(.96)}.cg-lightbox-image-wrap{position:relative;min-width:0;min-height:280px;height:min(70vh,760px);display:grid;place-items:center;overflow:hidden}.cg-lightbox-image-wrap img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;opacity:1;transition:opacity .2s ease}.cg-lightbox-image-wrap.is-loading img{opacity:.22}.cg-lightbox-loader{position:absolute;left:50%;top:50%;z-index:2;width:38px;height:38px;margin:-19px 0 0 -19px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;opacity:0;animation:cg-spin .75s linear infinite}.cg-lightbox-image-wrap.is-loading .cg-lightbox-loader{opacity:1}@keyframes cg-spin{to{transform:rotate(360deg)}}.cg-lightbox-footer{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:15px 18px;border-top:1px solid rgba(255,255,255,.11)}.cg-lightbox-footer h2{margin:0;color:#fff;font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.cg-lightbox-footer p{max-width:760px;margin:5px 0 0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.45}.cg-lightbox-pinterest{flex:0 0 auto;min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border-radius:11px;background:var(--cg-pinterest);color:#fff;text-decoration:none;font-size:13px;font-weight:850}@media (max-width:1180px){.cg-masonry{column-count:3}.cg-intro{grid-template-columns:minmax(0,1fr) 380px}}@media (max-width:980px){.cg-hero,.cg-hero-inner{min-height:500px}.cg-hero-stats{justify-self:stretch}.cg-hero-stats>div{min-width:0}.cg-intro{grid-template-columns:1fr;gap:22px}.cg-pinterest-cta{max-width:520px}.cg-places-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.cg-shell{width:min(calc(100% - 28px),var(--cg-shell))}.cg-hero,.cg-hero-inner{min-height:540px}.cg-hero-inner{padding-block:20px 24px}.cg-hero-copy{padding-block:36px 26px}.cg-hero h1{font-size:clamp(38px, 10vw, 54px)}.cg-hero-actions{align-items:stretch}.cg-button{min-height:47px}.cg-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.cg-hero-stats>div{padding:13px 11px;text-align:center}.cg-hero-stats strong{font-size:18px}.cg-hero-stats span{font-size:10px}.cg-page-content{padding-block:36px 56px}.cg-intro{padding:22px}.cg-section-heading,.cg-section-heading-places{align-items:flex-start;flex-direction:column;gap:14px}.cg-masonry{column-count:2;column-gap:14px}.cg-photo-card{margin-bottom:14px;border-radius:15px}.cg-photo-card figcaption{padding:11px 12px 12px;font-size:12px}.cg-places-section{margin-top:48px;padding-top:44px}.cg-lightbox{padding:12px}.cg-lightbox-dialog{max-height:calc(100vh - 24px);border-radius:16px}.cg-lightbox-stage{grid-template-columns:45px minmax(0,1fr) 45px;gap:4px;padding:8px 4px}.cg-lightbox-nav{width:39px;height:54px;border-radius:11px}.cg-lightbox-image-wrap{height:min(68vh,690px)}.cg-lightbox-footer{align-items:flex-start;flex-direction:column;gap:12px}}@media (max-width:560px){.cg-hero,.cg-hero-inner{min-height:610px}.cg-breadcrumb{font-size:12px}.cg-hero-copy>p{font-size:15px;line-height:1.62}.cg-hero-actions{display:grid;grid-template-columns:1fr}.cg-hero-actions .cg-button{width:100%}.cg-empty-state h2,.cg-intro h2,.cg-section-heading h2{font-size:29px}.cg-empty-state p,.cg-intro p,.cg-section-heading p{font-size:15px}.cg-pinterest-cta{grid-template-columns:44px minmax(0,1fr)}.cg-pinterest-icon{width:44px;height:44px;font-size:24px}.cg-pinterest-cta>svg{display:none}.cg-gallery-footer{flex-direction:column;text-align:center}.cg-places-grid{grid-template-columns:1fr}.cg-place-content h3{font-size:20px}.cg-lightbox{padding:0}.cg-lightbox-dialog{width:100%;height:100dvh;max-height:none;border:0;border-radius:0}.cg-lightbox-stage{grid-template-columns:42px minmax(0,1fr) 42px}.cg-lightbox-image-wrap{min-height:220px;height:auto}.cg-lightbox-footer{padding-bottom:max(16px,env(safe-area-inset-bottom))}.cg-lightbox-pinterest{width:100%;justify-content:center}}@media (max-width:430px){.cg-shell{width:min(calc(100% - 22px),var(--cg-shell))}.cg-hero-stats{grid-template-columns:1fr 1fr}.cg-hero-stats>div:last-child{display:none}.cg-intro{padding:19px;border-radius:18px}.cg-masonry{column-count:1}.cg-photo-card figcaption{font-size:13px}}@media (hover:none){.cg-photo-overlay{justify-content:flex-end;align-items:flex-end;padding:14px;background:linear-gradient(0deg,rgba(3,29,55,.5),transparent 48%);opacity:1}.cg-photo-overlay>span:last-child{display:none}.cg-zoom-icon{width:40px;height:40px}}@media (prefers-reduced-motion:reduce){.cg-button,.cg-lightbox,.cg-lightbox-dialog,.cg-photo-button img,.cg-photo-overlay,.cg-pinterest-cta,.cg-place-card,.cg-place-media img{transition:none!important}.cg-lightbox-loader{animation-duration:1.5s}}.cg-lightbox{padding:clamp(14px,2.2vw,28px)}.cg-lightbox-dialog{width:min(92vw,940px);height:min(84vh,820px);height:min(84dvh,820px);max-height:820px}.cg-lightbox-dialog[data-image-orientation=portrait]{width:min(88vw,720px)}.cg-lightbox-dialog[data-image-orientation=landscape]{width:min(94vw,1040px)}.cg-lightbox-stage{min-height:0;overflow:hidden}.cg-lightbox-image-wrap{width:100%;height:100%;min-height:0;max-height:100%;overflow:hidden}#galleryLightboxImage,.cg-lightbox-image-wrap img{display:block;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center}@media (max-width:980px){.cg-lightbox-dialog,.cg-lightbox-dialog[data-image-orientation=landscape],.cg-lightbox-dialog[data-image-orientation=portrait]{width:min(94vw,820px);height:min(86vh,760px);height:min(86dvh,760px);max-height:760px}}@media (max-width:560px){.cg-lightbox{padding:10px}.cg-lightbox-dialog,.cg-lightbox-dialog[data-image-orientation=landscape],.cg-lightbox-dialog[data-image-orientation=portrait]{width:100%;height:min(88vh,720px);height:min(88dvh,720px);max-height:720px;border:1px solid rgba(255,255,255,.15);border-radius:15px}.cg-lightbox-toolbar{min-height:48px;padding:6px 7px 6px 13px}.cg-lightbox-stage{grid-template-columns:36px minmax(0,1fr) 36px;gap:3px;padding:6px 2px}.cg-lightbox-nav{width:34px;height:48px;border-radius:10px}.cg-lightbox-image-wrap{height:100%;min-height:0}.cg-lightbox-footer{gap:8px;padding:10px 12px max(10px,env(safe-area-inset-bottom))}.cg-lightbox-footer p{display:-webkit-box;overflow:hidden;font-size:12px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cg-lightbox-pinterest{min-height:38px}}@media (max-width:380px),(max-height:620px){.cg-lightbox-dialog,.cg-lightbox-dialog[data-image-orientation=landscape],.cg-lightbox-dialog[data-image-orientation=portrait]{height:calc(100dvh - 16px);max-height:calc(100dvh - 16px)}.cg-lightbox-footer h2{display:none}.cg-lightbox-footer p{margin-top:0}}#cityGalleryLightbox{padding:clamp(10px,2vw,24px)!important}#cityGalleryLightbox .cg-lightbox-dialog{width:min(94vw,960px)!important;height:min(86dvh,820px)!important;max-width:960px!important;max-height:820px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:18px!important;overflow:hidden!important}#cityGalleryLightbox .cg-lightbox-dialog[data-image-orientation=portrait]{width:min(88vw,720px)!important}#cityGalleryLightbox .cg-lightbox-dialog[data-image-orientation=landscape]{width:min(94vw,1040px)!important;max-width:1040px!important}#cityGalleryLightbox .cg-lightbox-stage{min-height:0!important;height:auto!important;overflow:hidden!important}#cityGalleryLightbox .cg-lightbox-image-wrap{min-width:0!important;min-height:0!important;width:100%!important;height:100%!important;display:grid!important;place-items:center!important;overflow:hidden!important}#cityGalleryLightbox #galleryLightboxImage{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;overflow:visible!important;overflow-clip-margin:border-box!important;clip-path:none!important}@media (max-width:560px){#cityGalleryLightbox{padding:10px!important}#cityGalleryLightbox .cg-lightbox-dialog,#cityGalleryLightbox .cg-lightbox-dialog[data-image-orientation=landscape],#cityGalleryLightbox .cg-lightbox-dialog[data-image-orientation=portrait]{width:calc(100vw - 20px)!important;height:min(88dvh,720px)!important;max-width:none!important;max-height:720px!important;border-radius:15px!important}#cityGalleryLightbox .cg-lightbox-stage{grid-template-columns:36px minmax(0,1fr) 36px!important;gap:3px!important;padding:6px 2px!important}}@media (max-height:620px){#cityGalleryLightbox .cg-lightbox-dialog,#cityGalleryLightbox .cg-lightbox-dialog[data-image-orientation=landscape],#cityGalleryLightbox .cg-lightbox-dialog[data-image-orientation=portrait]{height:calc(100dvh - 16px)!important;max-height:calc(100dvh - 16px)!important}}