:root {
	--jubo-white-rock: #e7e7d9;
	--jubo-bombay: #b4babc;
	--jubo-dim-gray: #67646c;
	--jubo-chicago: #545c56;
	--jubo-zeus: #272119;
	--jubo-deco: #dad99b;
	--jubo-golden-dream: #f4dd30;
	--jubo-dark-goldenrod: #b7890a;
	--jubo-shadow: #81744e;
	--jubo-raw-umber: #6f5113;
	--jubo-radius-lg: 28px;
	--jubo-radius-md: 20px;
	--jubo-radius-sm: 14px;
	--jubo-shadow-soft: 0 26px 80px rgba(39, 33, 25, .18);
	--jubo-shadow-card: 0 18px 54px rgba(39, 33, 25, .14);
}

.jubo-events-page {
	background: var(--jubo-white-rock);
	color: var(--jubo-zeus);
	font-family: inherit;
	overflow: hidden;
}

.jubo-events-page *,
.jubo-events-page *::before,
.jubo-events-page *::after {
	box-sizing: border-box;
}

.jubo-events-shell {
	width: min(1120px, calc(100% - 32px));
	margin-inline: auto;
}

.jubo-events-eyebrow {
	margin: 0 0 12px;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--jubo-dark-goldenrod);
}

.jubo-events-page h1,
.jubo-events-page h2,
.jubo-events-page h3,
.jubo-events-page p {
	margin-top: 0;
}

.jubo-events-page h1,
.jubo-events-page h2,
.jubo-events-page h3 {
	color: inherit;
	letter-spacing: -.035em;
	line-height: 1.04;
}

.jubo-events-page h1 {
	max-width: 840px;
	margin-bottom: 18px;
	font-size: clamp(2.55rem, 10vw, 5.9rem);
}

.jubo-events-page h2 {
	margin-bottom: 14px;
	font-size: clamp(2rem, 6vw, 4rem);
}

.jubo-events-page h3 {
	margin-bottom: 12px;
	font-size: clamp(1.35rem, 4vw, 2rem);
}

.jubo-events-page p {
	font-size: 1rem;
	line-height: 1.68;
}

.jubo-events-button,
.jubo-events-page a.jubo-events-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease;
}

.jubo-events-button:hover,
.jubo-events-button:focus-visible {
	transform: translateY(-2px);
	text-decoration: none;
}

.jubo-events-button--primary {
	background: linear-gradient(135deg, var(--jubo-golden-dream), var(--jubo-dark-goldenrod));
	box-shadow: 0 16px 32px rgba(183, 137, 10, .25);
	color: var(--jubo-zeus) !important;
}

.jubo-events-button--ghost {
	border-color: rgba(244, 221, 48, .36);
	background: rgba(231, 231, 217, .07);
	color: var(--jubo-white-rock) !important;
}

.jubo-events-hero {
	position: relative;
	isolation: isolate;
	padding: 78px 0 52px;
	background:
		radial-gradient(circle at 82% 18%, rgba(244, 221, 48, .18), transparent 28%),
		linear-gradient(135deg, var(--jubo-zeus), #17130f 72%);
	color: var(--jubo-white-rock);
}

.jubo-events-hero::before {
	position: absolute;
	inset: auto -10% -34% 12%;
	z-index: -1;
	height: 420px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(183, 137, 10, .28), transparent 66%);
	content: "";
}

.jubo-events-hero__grid {
	display: grid;
	gap: 32px;
	align-items: end;
}

.jubo-events-hero__text {
	max-width: 680px;
	margin-bottom: 26px;
	color: rgba(231, 231, 217, .84);
	font-size: clamp(1.04rem, 2vw, 1.2rem);
}

.jubo-events-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.jubo-events-hero__panel {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border: 1px solid rgba(244, 221, 48, .2);
	border-radius: var(--jubo-radius-lg);
	background: linear-gradient(145deg, rgba(231, 231, 217, .09), rgba(255, 255, 255, .03));
	box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
	backdrop-filter: blur(14px);
}

.jubo-events-hero__shine {
	position: absolute;
	inset: -60% auto auto 44%;
	width: 210px;
	height: 210px;
	border-radius: 999px;
	background: rgba(244, 221, 48, .16);
	filter: blur(10px);
}

.jubo-events-hero__panel-kicker {
	position: relative;
	margin-bottom: 18px;
	font-weight: 800;
	color: var(--jubo-deco);
}

.jubo-events-hero__panel ul {
	position: relative;
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jubo-events-hero__panel li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 800;
	color: rgba(231, 231, 217, .92);
}

.jubo-events-hero__panel li::before {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--jubo-golden-dream);
	box-shadow: 0 0 0 5px rgba(244, 221, 48, .13);
	content: "";
	flex: 0 0 auto;
}

.jubo-events-filter-section,
.jubo-events-grid-section,
.jubo-events-vibes,
.jubo-events-trust,
.jubo-events-faq {
	padding: 58px 0;
}

.jubo-events-filter-section {
	position: sticky;
	top: 0;
	z-index: 20;
	padding: 18px 0;
	border-bottom: 1px solid rgba(39, 33, 25, .08);
	background: rgba(231, 231, 217, .9);
	backdrop-filter: blur(14px);
}

.admin-bar .jubo-events-filter-section {
	top: 32px;
}

.jubo-events-section-head {
	max-width: 760px;
	margin-bottom: 28px;
}

.jubo-events-section-head p:not(.jubo-events-eyebrow) {
	color: var(--jubo-dim-gray);
}

.jubo-events-section-head--compact {
	margin-bottom: 18px;
}

.jubo-events-section-head--compact h2 {
	font-size: clamp(1.55rem, 4.5vw, 2.6rem);
}

.jubo-events-filter {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 6px 0 8px;
	scrollbar-width: thin;
}

.jubo-events-filter__chip {
	appearance: none;
	white-space: nowrap;
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid rgba(39, 33, 25, .12);
	border-radius: 999px;
	background: rgba(255, 255, 255, .35);
	color: var(--jubo-zeus);
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.jubo-events-filter__chip:hover,
.jubo-events-filter__chip:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(183, 137, 10, .38);
}

.jubo-events-filter__chip.is-active {
	border-color: transparent;
	background: var(--jubo-zeus);
	box-shadow: 0 12px 30px rgba(39, 33, 25, .16);
	color: var(--jubo-white-rock);
}

.jubo-events-grid {
	display: grid;
	gap: 20px;
}

.jubo-event-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(39, 33, 25, .09);
	border-radius: var(--jubo-radius-lg);
	background: rgba(255, 255, 255, .42);
	box-shadow: var(--jubo-shadow-card);
	transition: opacity .22s ease, transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.jubo-event-card:hover,
.jubo-event-card:focus-within {
	transform: translateY(-3px);
	border-color: rgba(183, 137, 10, .38);
	box-shadow: 0 28px 72px rgba(39, 33, 25, .18);
}

.jubo-event-card.is-hidden {
	display: none;
}

.jubo-event-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 230px;
	background:
		radial-gradient(circle at 25% 22%, rgba(244, 221, 48, .42), transparent 22%),
		linear-gradient(135deg, var(--jubo-chicago), var(--jubo-zeus));
}

.jubo-event-card__media img,
.jubo-event-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 230px;
	object-fit: cover;
}

.jubo-event-card__placeholder::before,
.jubo-event-card__placeholder::after {
	position: absolute;
	border-radius: 999px;
	content: "";
}

.jubo-event-card__placeholder::before {
	inset: 36px auto auto 28px;
	width: 150px;
	height: 150px;
	background: rgba(218, 217, 155, .18);
}

.jubo-event-card__placeholder::after {
	right: -24px;
	bottom: -36px;
	width: 190px;
	height: 190px;
	background: rgba(244, 221, 48, .18);
}

.jubo-event-card__badge {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(39, 33, 25, .84);
	color: var(--jubo-golden-dream);
	font-size: .8rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.jubo-event-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.jubo-event-card__kicker {
	margin-bottom: 8px;
	font-size: .9rem;
	font-weight: 800;
	color: var(--jubo-dark-goldenrod);
}

.jubo-event-card h3 a {
	color: var(--jubo-zeus);
	text-decoration: none;
}

.jubo-event-card h3 a:hover,
.jubo-event-card h3 a:focus-visible {
	color: var(--jubo-raw-umber);
}

.jubo-event-card__body > p:not(.jubo-event-card__kicker) {
	color: var(--jubo-dim-gray);
}

.jubo-event-card__facts,
.jubo-events-highlight__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0 24px;
	padding: 0;
	list-style: none;
}

.jubo-event-card__facts li,
.jubo-events-highlight__facts li {
	padding: 8px 11px;
	border: 1px solid rgba(183, 137, 10, .2);
	border-radius: 999px;
	background: rgba(218, 217, 155, .18);
	color: var(--jubo-zeus);
	font-size: .86rem;
	font-weight: 800;
}

.jubo-event-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid rgba(39, 33, 25, .08);
}

.jubo-event-card__footer span {
	color: var(--jubo-dim-gray);
	font-size: .9rem;
	font-weight: 700;
}

.jubo-event-card__footer a {
	color: var(--jubo-raw-umber);
	font-weight: 900;
	text-decoration: none;
}

.jubo-events-empty {
	margin: 24px 0 0;
	padding: 18px 20px;
	border-radius: var(--jubo-radius-sm);
	background: rgba(255, 255, 255, .44);
	color: var(--jubo-dim-gray);
	font-weight: 800;
}

.jubo-events-highlight {
	padding: 24px 0 62px;
}

.jubo-events-highlight__card {
	overflow: hidden;
	border-radius: calc(var(--jubo-radius-lg) + 8px);
	background: var(--jubo-zeus);
	box-shadow: var(--jubo-shadow-soft);
	color: var(--jubo-white-rock);
}

.jubo-events-highlight__media {
	position: relative;
	min-height: 260px;
	background:
		radial-gradient(circle at 70% 28%, rgba(244, 221, 48, .22), transparent 28%),
		linear-gradient(135deg, var(--jubo-chicago), var(--jubo-zeus));
}

.jubo-events-highlight__media img,
.jubo-events-highlight__media span {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
}

.jubo-events-highlight__media span::before {
	position: absolute;
	inset: 38px 28px auto auto;
	width: 170px;
	height: 170px;
	border: 1px solid rgba(244, 221, 48, .26);
	border-radius: 999px;
	box-shadow: 0 0 80px rgba(244, 221, 48, .12);
	content: "";
}

.jubo-events-highlight__content {
	padding: 30px 24px;
}

.jubo-events-highlight__content p:not(.jubo-events-eyebrow) {
	color: rgba(231, 231, 217, .8);
}

.jubo-events-highlight__facts li {
	border-color: rgba(244, 221, 48, .25);
	background: rgba(231, 231, 217, .08);
	color: var(--jubo-white-rock);
}

.jubo-events-vibes {
	background:
		linear-gradient(180deg, rgba(218, 217, 155, .22), rgba(231, 231, 217, 0));
}

.jubo-events-vibes__grid,
.jubo-events-trust__grid {
	display: grid;
	gap: 16px;
}

.jubo-events-vibe-card {
	position: relative;
	appearance: none;
	min-height: 210px;
	overflow: hidden;
	padding: 24px;
	border: 1px solid rgba(39, 33, 25, .08);
	border-radius: var(--jubo-radius-lg);
	background:
		radial-gradient(circle at 82% 18%, rgba(244, 221, 48, .22), transparent 28%),
		linear-gradient(145deg, rgba(255, 255, 255, .5), rgba(218, 217, 155, .2));
	box-shadow: 0 16px 44px rgba(39, 33, 25, .1);
	color: var(--jubo-zeus);
	cursor: pointer;
	font: inherit;
	text-align: left;
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.jubo-events-vibe-card:hover,
.jubo-events-vibe-card:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(183, 137, 10, .32);
	box-shadow: 0 24px 64px rgba(39, 33, 25, .14);
}

.jubo-events-vibe-card span {
	display: block;
	width: 42px;
	height: 42px;
	margin-bottom: 24px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--jubo-golden-dream), var(--jubo-dark-goldenrod));
	box-shadow: 0 12px 24px rgba(183, 137, 10, .18);
}

.jubo-events-vibe-card strong,
.jubo-events-vibe-card em {
	display: block;
}

.jubo-events-vibe-card strong {
	margin-bottom: 10px;
	font-size: 1.35rem;
	letter-spacing: -.025em;
}

.jubo-events-vibe-card em {
	color: var(--jubo-dim-gray);
	font-style: normal;
	line-height: 1.58;
}

.jubo-events-trust {
	background: var(--jubo-zeus);
	color: var(--jubo-white-rock);
}

.jubo-events-trust .jubo-events-section-head p:not(.jubo-events-eyebrow),
.jubo-events-trust__item p {
	color: rgba(231, 231, 217, .76);
}

.jubo-events-trust__item {
	padding: 22px;
	border: 1px solid rgba(244, 221, 48, .15);
	border-radius: var(--jubo-radius-md);
	background: rgba(231, 231, 217, .06);
}

.jubo-events-trust__item h3 {
	margin-bottom: 10px;
	font-size: 1.25rem;
}

.jubo-events-cta {
	padding: 62px 0;
	background:
		radial-gradient(circle at 72% 32%, rgba(244, 221, 48, .14), transparent 30%),
		var(--jubo-white-rock);
}

.jubo-events-cta__card {
	padding: 34px 24px;
	border-radius: calc(var(--jubo-radius-lg) + 8px);
	background: linear-gradient(135deg, var(--jubo-zeus), #17130f);
	box-shadow: var(--jubo-shadow-soft);
	color: var(--jubo-white-rock);
	text-align: center;
}

.jubo-events-cta__card h2 {
	max-width: 760px;
	margin-inline: auto;
}

.jubo-events-faq {
	padding-top: 10px;
}

.jubo-events-faq__list {
	display: grid;
	gap: 12px;
}

.jubo-events-faq__item {
	border: 1px solid rgba(39, 33, 25, .09);
	border-radius: var(--jubo-radius-md);
	background: rgba(255, 255, 255, .42);
	box-shadow: 0 12px 32px rgba(39, 33, 25, .08);
}

.jubo-events-faq__item summary {
	cursor: pointer;
	padding: 18px 20px;
	font-weight: 900;
	list-style: none;
}

.jubo-events-faq__item summary::-webkit-details-marker {
	display: none;
}

.jubo-events-faq__item summary::after {
	float: right;
	color: var(--jubo-dark-goldenrod);
	content: "+";
}

.jubo-events-faq__item[open] summary::after {
	content: "–";
}

.jubo-events-faq__item p {
	margin: 0;
	padding: 0 20px 20px;
	color: var(--jubo-dim-gray);
}

@media (min-width: 680px) {
	.jubo-events-shell {
		width: min(1120px, calc(100% - 48px));
	}

	.jubo-events-grid,
	.jubo-events-vibes__grid,
	.jubo-events-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jubo-events-cta__card {
		padding: 52px 42px;
	}
}

@media (min-width: 960px) {
	.jubo-events-hero {
		padding: 112px 0 84px;
	}

	.jubo-events-hero__grid {
		grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
	}

	.jubo-events-hero__panel {
		padding: 30px;
	}

	.jubo-events-grid-section,
	.jubo-events-vibes,
	.jubo-events-trust,
	.jubo-events-faq {
		padding: 78px 0;
	}

	.jubo-events-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.jubo-events-highlight__card {
		display: grid;
		grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	}

	.jubo-events-highlight__media,
	.jubo-events-highlight__media img,
	.jubo-events-highlight__media span {
		min-height: 520px;
	}

	.jubo-events-highlight__content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 54px;
	}

	.jubo-events-vibes__grid,
	.jubo-events-trust__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

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