/* Elko Local Best Of — awards aesthetic on the shared design system */
.ebo-wrap {
	--ebo-navy: #1B2A4A; --ebo-navy-deep: #14213C; --ebo-navy-soft: #2A3D66;
	--ebo-orange: #E87722; --ebo-orange-deep: #C2600F;
	--ebo-brick: #9C2F1E; --ebo-cream: #F6EFE1; --ebo-cream-deep: #EDE2CB;
	--ebo-pine: #2C4A33; --ebo-gold: #D9A404; --ebo-gold-deep: #B78903;
	--ebo-ink: #232A3B; --ebo-ink-soft: #5A6274; --ebo-line: #E2DACA;
	--ebo-shadow-1: 0 1px 2px rgba(20,33,60,.06), 0 1px 6px rgba(20,33,60,.05);
	--ebo-shadow-2: 0 2px 4px rgba(20,33,60,.07), 0 8px 20px rgba(20,33,60,.10);
	--ebo-display: "Bitter", "Iowan Old Style", "Georgia", serif;
	--ebo-ease: cubic-bezier(.33,1,.68,1);
	color: var(--ebo-ink);
}
.ebo-wrap h2, .ebo-wrap h3 { font-family: var(--ebo-display); color: var(--ebo-navy); letter-spacing: -.01em; }

.ebo-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
	padding: .7rem 1.5rem; border-radius: 999px;
	font-weight: 700; font-size: .97rem; text-decoration: none; cursor: pointer;
	border: 2px solid var(--ebo-orange-deep);
	transition: filter .15s, transform .12s var(--ebo-ease);
}
.ebo-btn-solid {
	background: linear-gradient(180deg, #F2853A 0%, var(--ebo-orange) 45%, var(--ebo-orange-deep) 100%);
	color: #fff; box-shadow: var(--ebo-shadow-1), inset 0 1px 0 rgba(255,255,255,.28);
}
.ebo-btn-solid:hover { filter: brightness(1.06); color: #fff; transform: translateY(-1px); }

/* Hero — gold on navy */
.ebo-hero {
	text-align: center; color: #fff;
	padding: 2.3rem 1.8rem 2.1rem; margin-bottom: 1.6rem; border-radius: 18px;
	position: relative; overflow: hidden;
	background:
		radial-gradient(ellipse 60% 45% at 50% 0%, rgba(217,164,4,.28), transparent 70%),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 90' preserveAspectRatio='none'%3E%3Cpath d='M0 90 L80 34 L140 62 L210 16 L280 56 L360 8 L440 58 L510 28 L600 60 L600 90 Z' fill='%232A3D66' fill-opacity='.5'/%3E%3C/svg%3E") bottom center / 100% 60px no-repeat,
		linear-gradient(165deg, var(--ebo-navy-soft) 0%, var(--ebo-navy) 42%, var(--ebo-navy-deep) 100%);
	box-shadow: var(--ebo-shadow-2);
}
.ebo-hero-badge {
	width: 72px; height: 72px; margin: 0 auto .6rem;
	display: grid; place-items: center; font-size: 2.3rem;
	border-radius: 50%;
	background: linear-gradient(180deg, #F2C14E, var(--ebo-gold) 55%, var(--ebo-gold-deep));
	box-shadow: 0 4px 14px rgba(217,164,4,.5), inset 0 2px 0 rgba(255,255,255,.5);
}
.ebo-hero h2 { color: #fff; margin: 0 0 .5rem; font-size: 1.9rem; }
.ebo-year {
	background: linear-gradient(180deg, #F2C14E, var(--ebo-gold-deep));
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.ebo-hero p { color: #DFE4EF; max-width: 58ch; margin: 0 auto .5rem; }
.ebo-hero-link { color: #F2C14E; font-weight: 700; }

/* Progress */
.ebo-progress-wrap { max-width: 420px; margin: 1rem auto 0; }
.ebo-progress {
	height: 12px; border-radius: 999px; overflow: hidden;
	background: rgba(255,255,255,.14);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}
.ebo-progress span {
	display: block; height: 100%; width: 0;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--ebo-orange), #F2C14E);
	box-shadow: 0 0 10px rgba(242,193,78,.6);
	transition: width .5s var(--ebo-ease);
}
.ebo-progress-label { margin-top: .45rem !important; font-size: .88rem; color: #C9D2E4 !important; }

/* Category cards */
.ebo-catgrid { display: grid; gap: .9rem; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); }
.ebo-catcard {
	background: #fff; border: 1px solid var(--ebo-line); border-radius: 14px;
	box-shadow: var(--ebo-shadow-1); overflow: hidden; align-self: start;
	transition: box-shadow .2s var(--ebo-ease), transform .2s var(--ebo-ease);
}
.ebo-catcard:hover { box-shadow: var(--ebo-shadow-2); transform: translateY(-2px); }
.ebo-catcard.is-open { grid-row: span 2; }
.ebo-catcard.is-voted { border-left: 5px solid var(--ebo-pine); }
.ebo-catcard-head {
	width: 100%; display: flex; align-items: center; justify-content: space-between; gap: .8rem;
	background: none; border: 0; cursor: pointer; text-align: left;
	padding: 1rem 1.15rem;
}
.ebo-catname { font-family: var(--ebo-display); font-weight: 700; font-size: 1.06rem; color: var(--ebo-navy); }
.ebo-catcount { font-size: .8rem; color: var(--ebo-ink-soft); white-space: nowrap; }
.ebo-votedfor { font-size: .82rem; font-weight: 700; color: var(--ebo-pine); text-align: right; }
.ebo-catcard-body { padding: 0 1rem 1rem; }
.ebo-bizsearch {
	width: 100%; padding: .55rem .9rem; margin-bottom: .6rem;
	border: 1px solid var(--ebo-line); border-radius: 999px; font-size: .93rem;
	box-shadow: inset 0 1px 3px rgba(20,33,60,.07);
}
.ebo-bizsearch:focus { outline: none; border-color: var(--ebo-orange); box-shadow: inset 0 1px 3px rgba(20,33,60,.07), 0 0 0 3px rgba(232,119,34,.25); }
.ebo-bizlist { max-height: 300px; overflow-y: auto; display: flex; flex-direction: column; gap: .35rem; }
.ebo-bizrow {
	display: flex; align-items: center; gap: .7rem; width: 100%;
	background: #fff; border: 1px solid var(--ebo-line); border-radius: 10px;
	padding: .5rem .65rem; cursor: pointer; text-align: left;
	transition: background .14s, border-color .14s, transform .12s var(--ebo-ease);
}
.ebo-bizrow:hover { background: var(--ebo-cream); border-color: var(--ebo-cream-deep); }
.ebo-bizrow.is-voting { opacity: .5; pointer-events: none; }
.ebo-bizrow img, .ebo-bizinitial { width: 38px; height: 38px; border-radius: 8px; object-fit: cover; flex: 0 0 38px; }
.ebo-bizinitial {
	display: grid; place-items: center; font-family: var(--ebo-display);
	font-weight: 800; color: var(--ebo-navy);
	background: linear-gradient(160deg, var(--ebo-cream), var(--ebo-cream-deep));
}
.ebo-bizname { flex: 1; font-weight: 600; font-size: .93rem; color: var(--ebo-ink); }
.ebo-bizname em { font-style: normal; color: var(--ebo-ink-soft); font-weight: 400; font-size: .82rem; }
.ebo-votebtn {
	padding: .3rem .85rem; border-radius: 999px; font-size: .8rem; font-weight: 800; color: #fff;
	background: linear-gradient(180deg, #F2853A, var(--ebo-orange-deep));
	box-shadow: var(--ebo-shadow-1);
}
.ebo-bizrow:hover .ebo-votebtn { filter: brightness(1.07); }

/* Winners */
.ebo-winnergrid { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.ebo-wincard {
	background: linear-gradient(170deg, #FFFDF6 0%, #FDF6E3 100%);
	border: 2px solid var(--ebo-gold); border-radius: 14px;
	padding: 1.05rem 1.15rem; box-shadow: var(--ebo-shadow-2);
	position: relative; overflow: hidden;
}
.ebo-wincard::before {
	content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px;
	background: linear-gradient(90deg, var(--ebo-gold-deep), #F2C14E, var(--ebo-gold-deep));
}
.ebo-wincard-cat {
	font-family: var(--ebo-display); font-weight: 800; color: var(--ebo-brick);
	font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .6rem;
}
.ebo-winner { display: flex; align-items: center; gap: .8rem; text-decoration: none; margin-bottom: .4rem; }
.ebo-winner img, .ebo-winner-initial { width: 52px; height: 52px; border-radius: 10px; object-fit: cover; flex: 0 0 52px; box-shadow: var(--ebo-shadow-1); }
.ebo-winner-initial { display: grid; place-items: center; font-family: var(--ebo-display); font-weight: 800; font-size: 1.3rem; color: var(--ebo-navy); background: #fff; }
.ebo-winner-name { font-family: var(--ebo-display); font-weight: 700; font-size: 1.08rem; color: var(--ebo-navy); line-height: 1.3; }
.ebo-winner-name em { display: block; font-style: normal; font-family: inherit; font-size: .82rem; color: var(--ebo-ink-soft); font-weight: 400; }
.ebo-runner { margin: .5rem 0 0; font-size: .84rem; color: var(--ebo-ink-soft); border-top: 1px dashed var(--ebo-gold); padding-top: .5rem; }

/* Teaser + misc */
.ebo-teaser { background: #fff; border: 1px solid var(--ebo-line); border-radius: 14px; padding: 1.3rem 1.5rem; box-shadow: var(--ebo-shadow-1); }
.ebo-teaser ol { margin: .6rem 0 0 1.2rem; } .ebo-teaser li { margin-bottom: .5rem; }
.ebo-empty { background: var(--ebo-cream); border: 1px dashed var(--ebo-line); padding: 1.1rem 1.3rem; border-radius: 10px; }
.ebo-notice { background: #F8E9E5; border-left: 4px solid #9C2F1E; padding: .85rem 1.15rem; border-radius: 6px; }

/* Gold banner on winning business pages */
.ebo-win-banner {
	background: linear-gradient(170deg, #FFF9EA, #FCEFC7);
	border: 2px solid #D9A404; border-radius: 12px;
	padding: .8rem 1.2rem; margin-bottom: 1.2rem;
	font-size: 1rem; color: #6B5200;
	box-shadow: 0 1px 2px rgba(20,33,60,.06), 0 1px 6px rgba(20,33,60,.05), inset 0 1px 0 rgba(255,255,255,.6);
}

@media (prefers-reduced-motion: reduce) {
	.ebo-wrap * { transition: none !important; animation: none !important; }
}
