.bxgallery{--accent:#22c55e;--accent-dark:#16a34a;--navy:#0f2236;--text:#28394b;--text-muted:#5c6b79;--text-subtle:#93a0ac;--border:#e8e3d8;--warm-bg:#fbfaf6;--radius:14px;--radius-lg:22px;--max:1200px;--shadow-sm:0 1px 2px rgba(15,34,54,0.05);background:var(--warm-bg);color:var(--text)}.bxgallery *,.bxgallery :after,.bxgallery :before{box-sizing:border-box}.bxgallery img{display:block;max-width:100%}.bxgallery a{color:inherit;text-decoration:none}.bxgallery .wrap{max-width:var(--max);margin:0 auto;padding:0 20px}@media (min-width:768px){.bxgallery .wrap{padding:0 40px}}.bxgallery .back-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--text-muted);transition:color .15s;padding-top:32px}.bxgallery .back-link:hover{color:var(--navy)}.bxgallery .page-header{padding:36px 0 48px}@media (min-width:768px){.bxgallery .page-header{padding:44px 0 56px}}.bxgallery .ph-eyebrow{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-dark);display:flex;align-items:center;gap:12px;margin-bottom:18px}.bxgallery .ph-eyebrow:after{content:"";height:1px;width:48px;background:var(--border)}.bxgallery .page-header h1{font-size:clamp(36px,6vw,58px);font-weight:700;letter-spacing:-.03em;color:var(--navy);margin:0 0 16px;line-height:1}.bxgallery .page-header p{font-size:17px;color:var(--text-muted);margin:0;max-width:50ch;line-height:1.6}.bxgallery .city-group{margin-bottom:64px}@media (min-width:768px){.bxgallery .city-group{margin-bottom:88px}}.bxgallery .city-group:last-child{margin-bottom:0}.bxgallery .city-label{display:flex;align-items:center;gap:18px;margin-bottom:24px}.bxgallery .city-name{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.bxgallery .city-count{font-size:12px;color:var(--text-subtle);font-weight:500}.bxgallery .city-rule{flex:1;height:1px;background:var(--border)}.bxgallery .photo-grid{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}@media (min-width:600px){.bxgallery .photo-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.bxgallery .photo-grid{grid-template-columns:repeat(4,1fr)}}.bxgallery .photo-grid.single{grid-template-columns:repeat(2,1fr)}@media (min-width:600px){.bxgallery .photo-grid.single{grid-template-columns:repeat(4,1fr)}}.bxgallery .photo-tile{position:relative;overflow:hidden;cursor:zoom-in;border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(145deg,#dce6e0,#d0ddd7);box-shadow:var(--shadow-sm);aspect-ratio:4/5;transition:transform .2s ease,box-shadow .2s ease;margin:0}.bxgallery .photo-tile:hover{transform:translateY(-2px);box-shadow:0 12px 32px -12px rgba(15,34,54,.22)}.bxgallery .photo-tile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}.bxgallery .photo-tile:hover img{transform:scale(1.03)}.bxgallery .lightbox{position:fixed;inset:0;z-index:200;background:rgba(10,18,30,.94);display:flex;align-items:center;justify-content:center;padding:24px}.bxgallery .lb-inner{position:relative;max-width:min(820px,100%);max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:16px}.bxgallery .lb-img{max-width:100%;max-height:78vh;border-radius:16px;-o-object-fit:contain;object-fit:contain;box-shadow:0 40px 120px -40px rgba(0,0,0,.8);background:#111;display:block}.bxgallery .lb-meta{display:flex;align-items:center;justify-content:center}.bxgallery .lb-city{font-size:13px;font-weight:600;color:rgba(255,255,255,.55);letter-spacing:.06em}.bxgallery .lb-close,.bxgallery .lb-nav{position:fixed;z-index:201;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-family:inherit;line-height:1;transition:background .15s}.bxgallery .lb-close:hover,.bxgallery .lb-nav:hover{background:rgba(255,255,255,.22)}.bxgallery .lb-close{top:20px;right:24px;width:40px;height:40px;font-size:18px}.bxgallery .lb-nav{top:50%;transform:translateY(-50%);width:44px;height:44px;font-size:20px}.bxgallery .lb-prev{left:16px}.bxgallery .lb-next{right:16px}@media (max-width:540px){.bxgallery .lb-prev{left:6px}.bxgallery .lb-next{right:6px}}