.nrg-wrap {
	--nrg-gold: #e8b22e;
	--nrg-gold-light: #f7c94a;
	--nrg-black: #080808;
	--nrg-card: #151515;
	--nrg-text: #fff;
	--nrg-muted: #b5b5b5;
	color: var(--nrg-text) !important;
	font-family: inherit !important;
	margin: 0 auto;
	max-width: 1240px;
	padding: clamp(26px, 4vw, 54px) clamp(12px, 2.5vw, 28px);
	width: 100%;
}

.nrg-wrap, .nrg-wrap * { box-sizing: border-box; }
.nrg-gallery-header { margin: 0 0 clamp(24px, 4vw, 38px); max-width: 850px; }
.nrg-wrap .nrg-eyebrow { color: var(--nrg-gold) !important; font-size: 12px !important; font-weight: 900 !important; letter-spacing: .18em !important; line-height: 1.2 !important; margin: 0 0 10px !important; text-transform: uppercase !important; }
.nrg-wrap .nrg-gallery-header h2 { color: #fff !important; font-size: clamp(30px, 4vw, 52px) !important; font-weight: 900 !important; letter-spacing: -.035em !important; line-height: 1.02 !important; margin: 0 !important; text-transform: none !important; }
.nrg-title-rule { background: linear-gradient(90deg, var(--nrg-gold), transparent); display: block; height: 4px; margin-top: 17px; max-width: 130px; width: 35%; }

.nrg-grid { display: grid !important; gap: clamp(16px, 2vw, 24px) !important; grid-template-columns: repeat(var(--nrg-columns), minmax(0, 1fr)) !important; }
.nrg-card { background: var(--nrg-card) !important; border: 1px solid rgba(255,255,255,.12) !important; border-radius: 17px !important; box-shadow: 0 18px 45px rgba(0,0,0,.32) !important; margin: 0 !important; min-width: 0; overflow: hidden; position: relative; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.nrg-card:hover { border-color: rgba(232,178,46,.6) !important; box-shadow: 0 24px 60px rgba(0,0,0,.44) !important; transform: translateY(-4px); }

.nrg-wrap .nrg-image-button,
.nrg-wrap .nrg-image-button:hover,
.nrg-wrap .nrg-image-button:focus { -webkit-appearance: none !important; appearance: none !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; color: #080808 !important; cursor: zoom-in !important; display: block !important; font: inherit !important; height: auto !important; line-height: 1 !important; margin: 0 !important; min-height: 0 !important; padding: 0 !important; text-align: left !important; text-transform: none !important; width: 100% !important; }
.nrg-image-frame { background: #202020; display: block; overflow: hidden; position: relative; width: 100%; }
.nrg-ratio-1x1 .nrg-image-frame { aspect-ratio: 1 / 1; }
.nrg-ratio-16x9 .nrg-image-frame { aspect-ratio: 16 / 9; }
.nrg-ratio-4x3 .nrg-image-frame { aspect-ratio: 4 / 3; }
.nrg-image-frame img { display: block !important; height: 100% !important; margin: 0 !important; object-fit: cover !important; transform: scale(1.001); transition: transform .35s ease, filter .35s ease; width: 100% !important; }
.nrg-card:hover .nrg-image-frame img { filter: brightness(.72); transform: scale(1.045); }
.nrg-view-overlay { align-items: center; background: var(--nrg-gold) !important; border-radius: 999px; bottom: 15px; color: #080808 !important; display: inline-flex; font-size: 11px !important; font-weight: 900 !important; gap: 7px; left: 15px; line-height: 1 !important; opacity: 0; padding: 9px 13px; position: absolute; text-transform: uppercase; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.nrg-view-overlay span { color: #080808 !important; font-size: 18px !important; font-weight: 500 !important; line-height: .7 !important; }
.nrg-card:hover .nrg-view-overlay, .nrg-image-button:focus-visible .nrg-view-overlay { opacity: 1; transform: translateY(0); }

.nrg-card-content { border-top: 4px solid var(--nrg-gold); padding: clamp(18px, 2.3vw, 25px); }
.nrg-stars { display: flex; gap: 2px; margin: 0 0 11px; }
.nrg-stars span { color: #474747 !important; font-size: 18px !important; line-height: 1 !important; }
.nrg-stars span.is-filled { color: var(--nrg-gold) !important; }
.nrg-wrap .nrg-card h3 { color: #fff !important; font-size: clamp(18px, 2vw, 23px) !important; font-weight: 900 !important; letter-spacing: -.015em !important; line-height: 1.18 !important; margin: 0 0 10px !important; text-transform: none !important; }
.nrg-wrap .nrg-card blockquote { border: 0 !important; color: var(--nrg-muted) !important; font-size: 14px !important; font-style: normal !important; font-weight: 500 !important; line-height: 1.65 !important; margin: 0 !important; padding: 0 !important; quotes: none !important; }
.nrg-wrap .nrg-card blockquote::before, .nrg-wrap .nrg-card blockquote::after { content: none !important; }

.nrg-admin-notice { background: #151515; border-left: 4px solid var(--nrg-gold); color: #fff; padding: 14px 18px; }
.nrg-lightbox[hidden] { display: none !important; }
.nrg-lightbox { align-items: center; display: flex; inset: 0; justify-content: center; opacity: 0; padding: 22px; position: fixed; transition: opacity .18s ease; z-index: 999999; }
.nrg-lightbox.is-open { opacity: 1; }
.nrg-lightbox-backdrop { background: rgba(0,0,0,.93); inset: 0; position: absolute; }
.nrg-lightbox-dialog { align-items: center; display: grid; grid-template-columns: 54px minmax(0, 1fr) 54px; max-height: calc(100vh - 44px); max-width: 1180px; position: relative; width: 100%; z-index: 1; }
.nrg-lightbox figure { margin: 0 !important; max-height: calc(100vh - 44px); overflow: auto; text-align: center; }
.nrg-lightbox figure img { background: #111; border: 1px solid #333; border-radius: 12px; display: block; margin: 0 auto; max-height: calc(100vh - 115px); max-width: 100%; object-fit: contain; width: auto; }
.nrg-lightbox figcaption { color: #eee !important; font-size: 14px !important; line-height: 1.5 !important; margin: 13px auto 0 !important; max-width: 780px; }
.nrg-wrap .nrg-lightbox-close,
.nrg-wrap .nrg-lightbox-nav { -webkit-appearance: none !important; align-items: center !important; appearance: none !important; background: var(--nrg-gold) !important; border: 0 !important; border-radius: 50% !important; box-shadow: 0 8px 22px rgba(0,0,0,.35) !important; color: #080808 !important; cursor: pointer !important; display: inline-flex !important; font-family: Arial, sans-serif !important; font-size: 24px !important; font-weight: 700 !important; height: 44px !important; justify-content: center !important; line-height: 1 !important; margin: 0 !important; min-height: 44px !important; padding: 0 !important; text-decoration: none !important; width: 44px !important; }
.nrg-wrap .nrg-lightbox-close:hover, .nrg-wrap .nrg-lightbox-nav:hover { background: var(--nrg-gold-light) !important; color: #080808 !important; transform: scale(1.06); }
.nrg-lightbox-close { position: absolute; right: 6px; top: 6px; z-index: 2; }
.nrg-lightbox-prev { justify-self: start; }
.nrg-lightbox-next { justify-self: end; }
html.nrg-lightbox-open { overflow: hidden !important; }

@media (max-width: 900px) {
	.nrg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 620px) {
	.nrg-wrap { padding: 24px 10px !important; }
	.nrg-wrap .nrg-gallery-header h2 { font-size: 30px !important; line-height: 1.08 !important; }
	.nrg-grid { gap: 16px !important; grid-template-columns: minmax(0, 1fr) !important; }
	.nrg-card { border-radius: 14px !important; }
	.nrg-card:hover { transform: none; }
	.nrg-card-content { padding: 18px !important; }
	.nrg-wrap .nrg-card h3 { font-size: 20px !important; }
	.nrg-wrap .nrg-card blockquote { font-size: 14px !important; line-height: 1.6 !important; }
	.nrg-view-overlay { opacity: 1; transform: none; }
	.nrg-lightbox { padding: 12px; }
	.nrg-lightbox-dialog { display: block; max-height: calc(100vh - 24px); padding: 48px 0 56px; }
	.nrg-lightbox figure img { max-height: calc(100vh - 170px); }
	.nrg-lightbox-close { right: 2px; top: 0; }
	.nrg-lightbox-nav { bottom: 0; position: absolute; }
	.nrg-lightbox-prev { left: calc(50% - 54px); }
	.nrg-lightbox-next { right: calc(50% - 54px); }
}

@media (prefers-reduced-motion: reduce) {
	.nrg-wrap *, .nrg-wrap *::before, .nrg-wrap *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

