/* Minimal GLightbox stub CSS — full library optional; fallback lightbox styles */
.glightbox-clean .gslide-description { display: none; }

.stage1-lightbox {
	position: fixed;
	inset: 0;
	z-index: 2000;
	background: rgb(26 34 34 / 0.85);
	display: grid;
	place-items: center;
	padding: 1rem;
}

.stage1-lightbox[hidden] {
	display: none !important;
}

.stage1-lightbox__dialog {
	position: relative;
	max-width: min(96vw, 1100px);
	max-height: 90vh;
}

.stage1-lightbox__img {
	max-width: 100%;
	max-height: 85vh;
	border-radius: 0.75rem;
}

.stage1-lightbox__close {
	position: absolute;
	top: -2.5rem;
	right: 0;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
	line-height: 1;
}
