/* Kago Special V launch reel election. */
.isonosuke-reel-election-page .single-entry__header {
	display: none;
}

.isonosuke-reel-election-page .content-area--page,
.isonosuke-reel-election-page .single-entry,
.isonosuke-reel-election-page .entry-content {
	margin-top: 0;
	padding-top: 0;
}

.isonosuke-reel-election-page .entry-content > p:empty {
	display: none;
}

.reel-election {
	--election-ink: #061d20;
	--election-deep: #051315;
	--election-teal: #18b7b1;
	--election-cream: #f7f5ef;
	--election-gold: #e6b86b;
	--election-red: #d7554a;
	position: relative;
	left: 50%;
	width: min(1180px, calc(100vw - 28px));
	margin: 0 0 64px;
	transform: translateX(-50%);
	background: var(--election-deep);
	box-shadow: 0 24px 70px rgba(2, 18, 20, 0.24);
	color: var(--election-cream);
	overflow: hidden;
}

.reel-election__hero {
	position: relative;
	display: grid;
	min-height: clamp(420px, 58vw, 650px);
	place-items: center;
	isolation: isolate;
	overflow: hidden;
}

.reel-election__hero > img,
.reel-election__hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.reel-election__hero > img {
	z-index: -3;
	object-fit: cover;
	object-position: center;
}

.reel-election__hero-shade {
	z-index: -2;
	background:
		linear-gradient(180deg, rgba(3, 15, 17, 0.2) 0%, rgba(3, 15, 17, 0.58) 56%, rgba(3, 15, 17, 0.94) 100%),
		linear-gradient(90deg, rgba(3, 15, 17, 0.54), rgba(3, 15, 17, 0.18) 50%, rgba(3, 15, 17, 0.54));
}

.reel-election__hero-copy {
	width: min(920px, calc(100% - 32px));
	padding: clamp(78px, 10vw, 130px) 0 52px;
	text-align: center;
}

.reel-election__kicker,
.reel-election__eyebrow {
	margin: 0;
	color: #84e5df;
	font: 900 12px/1.4 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	letter-spacing: 0.16em;
}

.reel-election__status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 18px 0 14px;
	padding: 7px 12px;
	border: 1px solid rgba(247, 245, 239, 0.38);
	background: rgba(2, 14, 16, 0.58);
	color: var(--election-cream);
	font: 900 11px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	letter-spacing: 0.13em;
}

.reel-election__status span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #69d46f;
	box-shadow: 0 0 0 5px rgba(105, 212, 111, 0.15);
}

.reel-election__hero h1 {
	margin: 0;
	color: var(--election-cream);
	font-family: var(--font-serif, serif);
	font-size: clamp(34px, 6.1vw, 72px);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 1.08;
	text-shadow: 0 4px 26px rgba(0, 0, 0, 0.72);
}

.reel-election__hero h1 em {
	display: inline-block;
	margin-top: 8px;
	color: #ffe0a9;
	font-style: normal;
}

.reel-election__lead {
	margin: 24px 0 0;
	color: var(--election-cream);
	font-size: clamp(19px, 3vw, 30px);
	font-weight: 900;
	letter-spacing: 0.015em;
}

.reel-election__rule {
	margin: 12px 0 0;
	color: #d3dfdc;
	font-size: 14px;
	font-weight: 700;
}

.reel-election__body {
	padding: clamp(34px, 6vw, 72px) clamp(18px, 5vw, 64px) 56px;
	background:
		radial-gradient(circle at 100% 0%, rgba(24, 183, 177, 0.15), transparent 36%),
		linear-gradient(180deg, #071b1e, #041214);
}

.reel-election__intro {
	max-width: 820px;
	margin: 0 auto 30px;
	text-align: center;
}

.reel-election__intro h2 {
	margin: 12px 0 14px;
	color: var(--election-cream) !important;
	font-family: var(--font-serif, serif);
	font-size: clamp(28px, 4vw, 44px);
	letter-spacing: -0.04em;
	line-height: 1.25;
}

.reel-election__intro > p:last-child {
	margin: 0;
	color: #cad8d5;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.85;
}

.reel-election__notice {
	max-width: 820px;
	margin: 0 auto 24px;
	padding: 12px 16px;
	border: 1px solid rgba(132, 229, 223, 0.4);
	background: rgba(9, 63, 67, 0.5);
	color: #f7f5ef;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}

.reel-election__notice.is-error {
	border-color: #f0a59e;
	background: rgba(113, 28, 24, 0.5);
}

.reel-election__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 980px;
	margin: 0 auto;
}

.reel-election-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 132px;
	gap: 16px 18px;
	align-items: center;
	padding: 19px;
	border: 1px solid rgba(247, 245, 239, 0.2);
	background: rgba(7, 32, 35, 0.88);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.reel-election-card:hover,
.reel-election-card:focus-within {
	border-color: rgba(132, 229, 223, 0.72);
	background: rgba(10, 48, 51, 0.95);
	transform: translateY(-1px);
}

.reel-election-card.is-selected {
	border-color: #ffe0a9;
	box-shadow: 0 0 0 2px rgba(230, 184, 107, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.reel-election-card__heading {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.reel-election-card__heading span {
	color: #82dcd7;
	font: 800 10px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	letter-spacing: 0.12em;
}

.reel-election-card__heading strong {
	color: var(--election-cream);
	font-size: clamp(15px, 1.7vw, 19px);
	font-weight: 900;
	line-height: 1.4;
}

.reel-election-card__result {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42px;
	align-items: center;
	gap: 9px;
}

.reel-election-card__track {
	height: 8px;
	background: #172f31;
	overflow: hidden;
}

.reel-election-card__track i {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #18b7b1, #8ee9e3);
	box-shadow: 0 0 12px rgba(24, 183, 177, 0.48);
	transition: width 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reel-election-card.is-selected .reel-election-card__track i {
	background: linear-gradient(90deg, #d79a42, #ffe0a9);
	box-shadow: 0 0 12px rgba(230, 184, 107, 0.52);
}

.reel-election-card__result b {
	color: var(--election-cream);
	font: 900 17px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	text-align: right;
}

.reel-election-card button {
	grid-column: 1 / -1;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid #f7f5ef;
	border-radius: 0;
	background: #f7f5ef;
	color: #061d20;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 900;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.reel-election-card button:hover,
.reel-election-card button:focus-visible {
	border-color: #84e5df;
	background: #84e5df;
	color: #041214;
}

.reel-election-card button:disabled {
	border-color: rgba(247, 245, 239, 0.26);
	background: rgba(247, 245, 239, 0.12);
	color: #c0ccca;
	cursor: default;
}

.reel-election-card.is-selected button:disabled {
	border-color: #ffe0a9;
	background: #ffe0a9;
	color: #241708;
}

.reel-election-card__purchase {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
	margin-top: -2px;
}

.reel-election-card__purchase span {
	grid-column: 1 / -1;
	color: #9db6b2;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.reel-election-card__purchase a {
	display: grid;
	min-height: 38px;
	place-items: center;
	padding: 7px 10px;
	border: 1px solid rgba(132, 229, 223, 0.42);
	background: rgba(9, 63, 67, 0.34);
	color: #f7f5ef;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.reel-election-card__purchase a:hover,
.reel-election-card__purchase a:focus-visible {
	border-color: #ffe0a9;
	background: rgba(230, 184, 107, 0.16);
	color: #ffe0a9;
}

.reel-election__modified-note,
.reel-election__method {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.reel-election__modified-note {
	margin-top: 24px;
	padding: 18px 20px;
	border-left: 5px solid #e6b86b;
	background: #f7f5ef;
	color: #062f33;
}

.reel-election__modified-note strong {
	color: #062f33;
	font-size: 15px;
}

.reel-election__modified-note p {
	margin: 6px 0 0;
	color: #163d3f;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.75;
}

.reel-election__method {
	margin-top: 14px;
	border: 1px solid rgba(247, 245, 239, 0.2);
	background: rgba(7, 32, 35, 0.72);
}

.reel-election__method summary {
	padding: 15px 18px;
	color: #f7f5ef;
	cursor: pointer;
	font-size: 14px;
	font-weight: 900;
}

.reel-election__method p {
	margin: 0;
	padding: 0 18px 17px;
	color: #c8d6d3;
	font-size: 13px;
	line-height: 1.75;
}

.reel-election__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 980px;
	margin: 30px auto 0;
}

.reel-election__links a {
	display: grid;
	gap: 7px;
	padding: 19px;
	border: 1px solid rgba(132, 229, 223, 0.5);
	background: rgba(9, 63, 67, 0.45);
	color: var(--election-cream);
	text-decoration: none;
}

.reel-election__links span {
	color: #b9ceca;
	font-size: 12px;
	font-weight: 700;
}

.reel-election__links strong {
	color: #f7f5ef;
	font-size: 15px;
}

.reel-election__links a:hover,
.reel-election__links a:focus-visible {
	border-color: #ffe0a9;
	background: rgba(14, 81, 84, 0.7);
}

.reel-election-fireworks {
	position: fixed;
	z-index: 99999;
	inset: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
}

.reel-election.is-celebrating .reel-election__notice {
	animation: reel-election-glow 1400ms ease both;
}

.reel-election.is-celebrating .reel-election-card.is-selected {
	position: relative;
	z-index: 1;
	animation: reel-election-winner 1600ms ease-out both;
}

@keyframes reel-election-glow {
	0% { box-shadow: 0 0 0 rgba(230, 184, 107, 0); }
	30% { box-shadow: 0 0 0 7px rgba(230, 184, 107, 0.3), 0 0 54px rgba(230, 184, 107, 0.58); }
	62% { box-shadow: 0 0 0 3px rgba(132, 229, 223, 0.24), 0 0 34px rgba(24, 183, 177, 0.45); }
	100% { box-shadow: 0 0 0 rgba(230, 184, 107, 0); }
}

@keyframes reel-election-winner {
	0% { transform: scale(1); }
	28% { transform: scale(1.035); box-shadow: 0 0 0 4px rgba(255, 224, 169, 0.3), 0 0 46px rgba(230, 184, 107, 0.62); }
	58% { transform: scale(1.012); box-shadow: 0 0 0 2px rgba(132, 229, 223, 0.25), 0 0 34px rgba(24, 183, 177, 0.48); }
	100% { transform: scale(1); }
}

/* Compact link injected into the established Kago Special V feature. */
.entry-content .kagospecial-v-election-gateway {
	margin: 14px 0 28px;
	border: 1px solid rgba(230, 184, 107, 0.62);
	background:
		linear-gradient(90deg, rgba(4, 18, 20, 0.95), rgba(6, 47, 51, 0.85)),
		url('../images/reel-election-fireworks-2026.webp') center 35% / cover;
}

.entry-content .kagospecial-v-election-gateway a {
	display: flex;
	min-height: 86px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 15px 18px;
	color: #f7f5ef;
	text-decoration: none;
}

.entry-content .kagospecial-v-election-gateway span {
	display: grid;
	gap: 2px;
}

.entry-content .kagospecial-v-election-gateway small {
	color: #84e5df;
	font: 800 9px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	letter-spacing: 0.11em;
}

.entry-content .kagospecial-v-election-gateway strong {
	color: #f7f5ef;
	font-family: var(--font-serif, serif);
	font-size: clamp(18px, 3vw, 25px);
	line-height: 1.3;
}

.entry-content .kagospecial-v-election-gateway em {
	color: #d8e4e1;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

.entry-content .kagospecial-v-election-gateway b {
	flex: 0 0 auto;
	padding: 10px 12px;
	background: #f7f5ef;
	color: #062f33;
	font-size: 12px;
}

.entry-content .kagospecial-v-election-gateway a:hover b,
.entry-content .kagospecial-v-election-gateway a:focus-visible b {
	background: #ffe0a9;
}

@media (max-width: 760px) {
	.reel-election {
		width: calc(100vw - 18px);
		margin-bottom: 38px;
	}

	.reel-election__hero {
		min-height: 490px;
	}

	.reel-election__hero > img {
		object-position: center;
	}

	.reel-election__hero-copy {
		width: calc(100% - 28px);
		padding-top: 72px;
		padding-bottom: 38px;
	}

	.reel-election__hero h1 {
		font-size: clamp(34px, 10.5vw, 52px);
	}

	.reel-election__lead {
		font-size: 20px;
	}

	.reel-election__grid,
	.reel-election__links {
		grid-template-columns: 1fr;
	}

	.reel-election-card {
		grid-template-columns: minmax(0, 1fr) 118px;
	}

	.entry-content .kagospecial-v-election-gateway a {
		min-height: 78px;
		padding: 13px;
	}

	.entry-content .kagospecial-v-election-gateway em {
		display: none;
	}
}

@media (max-width: 430px) {
	.reel-election__hero {
		min-height: 455px;
	}

	.reel-election__kicker {
		font-size: 10px;
	}

	.reel-election__hero h1 {
		font-size: 35px;
	}

	.reel-election__rule {
		font-size: 12px;
		line-height: 1.55;
	}

	.reel-election__body {
		padding-right: 12px;
		padding-left: 12px;
	}

	.reel-election-card {
		grid-template-columns: minmax(0, 1fr) 96px;
		gap: 13px;
		padding: 15px;
	}

	.reel-election-card__result {
		grid-template-columns: minmax(0, 1fr) 38px;
	}

	.entry-content .kagospecial-v-election-gateway strong {
		font-size: 17px;
	}

	.entry-content .kagospecial-v-election-gateway b {
		padding: 9px;
		font-size: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.reel-election *,
	.reel-election *::before,
	.reel-election *::after {
		scroll-behavior: auto !important;
		animation-duration: 1ms !important;
		transition-duration: 1ms !important;
	}
}



.reel-election .reel-election__method-note {
	max-width: 980px;
	margin: 10px auto 0;
	padding: 5px 8px;
	border-left: 2px solid #e8c66a;
	background: #f5f2e9;
	color: #061a1b;
	font-size: 9px !important;
	font-weight: 500;
	line-height: 1.5;
}


.reel-election__search-guide {
	max-width: 980px;
	margin: 28px auto 0;
	padding: 24px;
	border: 1px solid rgba(132, 229, 223, 0.44);
	background: rgba(9, 63, 67, 0.42);
	color: #f7f5ef;
}

.reel-election__search-guide h2 {
	margin: 6px 0 12px;
	color: #f7f5ef;
	font-family: var(--font-serif, serif);
	font-size: clamp(23px, 3.2vw, 34px);
	line-height: 1.4;
}

.reel-election__search-guide > p:not(.reel-election__eyebrow) {
	margin: 0;
	color: #d8e4e1;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.85;
}

.reel-election__search-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0;
}

.reel-election__search-points > div {
	padding: 16px;
	border: 1px solid rgba(247, 245, 239, 0.17);
	background: rgba(4, 18, 20, 0.5);
}

.reel-election__search-points h3 {
	margin: 0 0 7px;
	color: #ffe0a9;
	font-size: 15px;
	line-height: 1.5;
}

.reel-election__search-points p {
	margin: 0;
	color: #d8e4e1;
	font-size: 13px;
	line-height: 1.75;
}

.reel-election__search-guide .reel-election__search-summary {
	padding-top: 14px;
	border-top: 1px solid rgba(132, 229, 223, 0.24);
}

@media (max-width: 760px) {
	.reel-election__search-guide {
		padding: 18px 16px;
	}

	.reel-election__search-points {
		grid-template-columns: 1fr;
	}
}
