.gallery-open{cursor:zoom-in}
.discovery-place .discovery-place-image{width:100%;flex:0 0 auto;align-self:stretch;min-width:0;aspect-ratio:16/10}
.discovery-place-image>span{width:100%;height:100%;display:grid;place-items:center}
.discovery-place-image .category-icon{width:48px;height:48px}
.gallery-lightbox{width:min(1100px,calc(100% - 32px));max-height:calc(100vh - 32px);padding:0;border:0;border-radius:20px;background:#fff;color:var(--ink);box-shadow:0 28px 90px rgba(0,0,0,.4);overflow:auto}
.gallery-lightbox::backdrop{background:rgba(4,18,13,.82);backdrop-filter:blur(4px)}
.gallery-lightbox figure{margin:0;padding:48px 18px 18px}
.gallery-lightbox img{display:block;max-width:100%;max-height:calc(100vh - 130px);width:auto;height:auto;margin:auto;object-fit:contain;border-radius:12px}
.gallery-lightbox figcaption{text-align:center;margin:12px auto 0;color:var(--muted)}
.gallery-lightbox-close{position:absolute;z-index:2;top:10px;right:10px;width:40px;height:40px;padding:0;border-radius:50%;font-size:1.55rem;line-height:1;background:var(--green-dark);color:#fff}
.category-explore-heading{display:block;margin-bottom:32px}
.emergency-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.emergency-grid article{display:flex;flex-direction:column;align-items:flex-start;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;min-width:0}
.emergency-grid h3{margin:14px 0 24px;line-height:1.45}
.emergency-grid h3 a{color:var(--brand-primary-dark);text-decoration:none}
.emergency-grid .emergency-actions{margin-top:auto;width:100%}
.emergency-service-call{display:flex;justify-content:center;align-items:center;gap:10px;width:100%;min-height:48px;background:var(--brand-primary);color:#fff;text-decoration:none}
.emergency-service-call svg{width:22px;height:22px}
.emergency-map-link{display:block;margin-top:12px;font-weight:600;color:var(--brand-primary);text-underline-offset:4px}
@media(max-width:600px){.emergency-grid{grid-template-columns:1fr}}
.category-explore-heading .section-heading{margin-bottom:0}
.category-explore-section .category-card{padding:0;overflow:hidden;display:flex;flex-direction:column;gap:0;background:#fff}
.category-card-media{display:block;width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--green-soft)}
.category-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.category-card:hover .category-card-media img{transform:scale(1.025)}
.category-explore-section .category-card-title{padding:22px 24px 8px;font-weight:700}
.category-explore-section .category-card small{padding:0 24px 24px;margin-top:auto}
@media(prefers-reduced-motion:reduce){.category-card-media img{transition:none}.category-card:hover .category-card-media img{transform:none}}
