/* Elko Local Photos */
.egp-wrap { --egp-navy: #1B2A4A; --egp-orange: #E87722; --egp-brick: #9C2F1E; --egp-cream: #F6EFE1; }
.egp-hero {
	text-align: center; color: #fff; padding: 2rem 1.5rem; margin-bottom: 1.3rem; border-radius: 16px;
	background: radial-gradient(ellipse 55% 45% at 50% 0%, rgba(232,119,34,.25), transparent 70%), linear-gradient(165deg, #2A3D66 0%, #1B2A4A 45%, #14213C 100%);
	box-shadow: 0 2px 4px rgba(20,33,60,.07), 0 8px 20px rgba(20,33,60,.10);
}
.egp-hero h2 { color: #fff; font-family: "Bitter", Georgia, serif; margin: 0 0 .5rem; }
.egp-hero p { color: #DFE4EF; max-width: 62ch; margin: 0 auto; }
.egp-hero-cta { color: #F2B04A; font-weight: 800; text-decoration: none; }
.egp-hero-cta:hover { color: #fff; }
.egp-filters { margin-bottom: 1.1rem; }
.egp-filter-row { display: flex; flex-wrap: wrap; gap: .3rem; margin-bottom: .4rem; }
.egp-chip {
	display: inline-block; padding: .3rem .8rem; border-radius: 999px; text-decoration: none;
	background: #fff; border: 2px solid var(--egp-navy); color: var(--egp-navy);
	font-size: .8rem; font-weight: 700; transition: background .14s, color .14s;
}
.egp-chip:hover { background: var(--egp-cream); }
.egp-chip.is-on { background: var(--egp-navy); color: #fff; }
.egp-chip-cat { border-color: #C2600F; color: #C2600F; }
.egp-chip-cat.is-on { background: linear-gradient(180deg, #F2853A, #C2600F); border-color: #C2600F; color: #fff; }
.egp-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.egp-card {
	margin: 0; background: #fff; border: 1px solid #E2DACA; border-radius: 14px; overflow: hidden;
	box-shadow: 0 1px 2px rgba(20,33,60,.06), 0 4px 10px rgba(20,33,60,.05);
	cursor: zoom-in; transition: transform .16s ease, box-shadow .16s ease;
}
.egp-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(20,33,60,.14); }
.egp-card img { width: 100%; height: 220px; object-fit: cover; display: block; }
.egp-card figcaption { padding: .7rem .9rem .8rem; position: relative; }
.egp-cap { display: block; font-family: "Bitter", Georgia, serif; font-weight: 700; color: var(--egp-navy); font-size: .95rem; }
.egp-meta { display: block; font-size: .78rem; color: #5A6274; margin-top: .15rem; }
.egp-heart {
	position: absolute; right: .7rem; top: .7rem;
	background: #fff; border: 1.5px solid #E2DACA; border-radius: 999px;
	padding: .25rem .7rem; font-size: .82rem; font-weight: 800; color: var(--egp-brick);
	cursor: pointer; transition: transform .12s ease, border-color .12s;
}
.egp-heart:hover { transform: scale(1.08); border-color: var(--egp-brick); }
.egp-heart.is-loved { background: #F8E9E5; border-color: var(--egp-brick); }
.egp-more-wrap { text-align: center; margin-top: 1.3rem; }
.egp-btn {
	display: inline-flex; align-items: center; gap: .45rem; padding: .7rem 1.5rem; border-radius: 999px;
	font-weight: 700; cursor: pointer; text-decoration: none; border: 2px solid var(--egp-navy);
}
.egp-btn-solid { background: linear-gradient(180deg, #F2853A, #C2600F); border-color: #C2600F; color: #fff !important; box-shadow: 0 3px 10px rgba(232,119,34,.35); }
.egp-btn-solid:hover { filter: brightness(1.06); }
.egp-btn-outline { background: #fff; color: var(--egp-navy); }
.egp-btn-outline:hover { background: var(--egp-cream); }
.egp-form { max-width: 560px; }
.egp-form label { display: block; font-weight: 700; color: var(--egp-navy); margin-bottom: .9rem; }
.egp-form input[type="text"], .egp-form select {
	width: 100%; padding: .65rem 1rem; border: 1px solid #E2DACA; border-radius: 10px; font-size: .95rem; margin-top: .3rem;
}
.egp-form input[type="file"] { display: block; margin-top: .3rem; border: 1px dashed #CFC5AC; background: #FFFDF8; padding: .8rem 1rem; border-radius: 10px; width: 100%; cursor: pointer; }
.egp-form input:focus, .egp-form select:focus { outline: none; border-color: var(--egp-orange); box-shadow: 0 0 0 3px rgba(232,119,34,.22); }
.egp-form-row { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.egp-hint { font-weight: 400; font-size: .82rem; color: #5A6274; }
.egp-notice-ok { background: #EAF3EC; border-left: 4px solid #2C4A33; padding: .85rem 1.15rem; border-radius: 6px; margin-bottom: 1rem; }
.egp-notice-err { background: #F8E9E5; border-left: 4px solid #9C2F1E; padding: .85rem 1.15rem; border-radius: 6px; margin-bottom: 1rem; }
.egp-empty { background: #fff; border: 1px dashed #CFC5AC; border-radius: 12px; padding: 1.2rem 1.4rem; }
.egp-lightbox {
	position: fixed; inset: 0; z-index: 99999; background: rgba(14, 21, 38, .94);
	display: none; flex-direction: column; align-items: center; justify-content: center; padding: 2.5vh 2vw;
}
.egp-lightbox.is-open { display: flex; }
body.egp-noscroll { overflow: hidden; }
.egp-lb-stage { position: relative; display: flex; align-items: center; justify-content: center; max-width: 92vw; max-height: 78vh; }
.egp-lb-stage img {
	max-width: 92vw; max-height: 78vh; border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0,0,0,.5); transition: opacity .18s ease, transform .22s ease;
	cursor: zoom-in; opacity: 0;
}
.egp-lb-stage img.is-zoomed { transform: scale(1.7); cursor: zoom-out; }
.egp-lb-spin {
	position: absolute; width: 46px; height: 46px; border-radius: 50%;
	border: 4px solid rgba(255,255,255,.25); border-top-color: #E87722;
	animation: egp-spin .8s linear infinite;
}
@keyframes egp-spin { to { transform: rotate(360deg); } }
.egp-lb-error { color: #F2B04A; font-weight: 700; }
.egp-lb-nav {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
	width: 52px; height: 52px; border-radius: 50%; border: 0; cursor: pointer;
	background: rgba(248,243,231,.14); color: #fff; font-size: 2rem; line-height: 1;
	transition: background .15s ease;
}
.egp-lb-nav:hover { background: rgba(232,119,34,.85); }
.egp-lb-prev { left: 18px; }
.egp-lb-next { right: 18px; }
.egp-lb-bar {
	display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; flex-wrap: wrap;
	color: #DFE4EF; margin-top: 1rem; width: min(92vw, 900px);
}
.egp-lb-cap { display: block; font-family: "Bitter", Georgia, serif; font-weight: 700; font-size: 1.05rem; color: #fff; }
.egp-lb-credit { font-size: .85rem; }
.egp-lb-actions { display: flex; align-items: center; gap: .6rem; }
.egp-lb-heart, .egp-lb-share {
	background: rgba(248,243,231,.12); border: 1px solid rgba(248,243,231,.3); color: #fff;
	border-radius: 999px; padding: .35rem .9rem; font-size: .85rem; font-weight: 700; cursor: pointer;
	transition: background .15s ease;
}
.egp-lb-heart:hover, .egp-lb-share:hover { background: rgba(232,119,34,.8); }
.egp-lb-heart.is-loved { background: #9C2F1E; border-color: #9C2F1E; }
.egp-lb-count { font-size: .8rem; opacity: .8; }
.egp-lb-close {
	position: absolute; top: 12px; right: 18px; z-index: 3; background: none; border: 0; color: #fff;
	font-size: 2.6rem; line-height: 1; cursor: pointer; opacity: .8;
}
.egp-lb-close:hover { opacity: 1; }
@media (max-width: 640px) { .egp-form-row { grid-template-columns: 1fr; } .egp-card img { height: 190px; } }

@media (max-width: 640px) {
	.egp-lb-nav { width: 42px; height: 42px; font-size: 1.6rem; }
	.egp-lb-prev { left: 6px; } .egp-lb-next { right: 6px; }
	.egp-lb-stage img.is-zoomed { transform: scale(1.35); }
}
