.ossoa-jr-teaser {
	--jr-bg: #430863;
	--jr-bg-deep: #2b0844;
	--jr-purple: #aa45fc;
	--jr-gold: #fcbc45;
	--jr-ink: #252425;
	--jr-cream: #fbf9f5;
	box-sizing: border-box;
	position: relative;
	isolation: isolate;
	z-index: 4;
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: hidden;
	background:
		radial-gradient(ellipse 36% 130% at 0% 50%, rgba(252, 188, 69, 0.2), transparent 62%),
		radial-gradient(ellipse 42% 140% at 100% 0%, rgba(170, 69, 252, 0.3), transparent 56%),
		linear-gradient(105deg, var(--jr-bg-deep) 0%, var(--jr-bg) 46%, #360655 100%);
	background-origin: border-box;
	background-clip: border-box;
	color: var(--jr-cream);
	font-family: Heebo, sans-serif;
	border-block: 3px solid var(--jr-gold);
	display: flex;
	flex-direction: column;
	min-height: 380px;
	--jr-band-pad-y: 36px;
	--jr-band-pad-x: 28px;
	padding: var(--jr-band-pad-y) var(--jr-band-pad-x);
	--jr-logo-slot: min(760px, 44vw);
	--jr-logo-inset: 12px;
	--jr-ring-spread: 8px;
	--jr-visual-pad: calc(var(--jr-logo-inset) + var(--jr-ring-spread));
	--jr-band-inner-h: calc(100% - (var(--jr-band-pad-y) * 2));
	--jr-logo-max-h: calc(380px - (var(--jr-band-pad-y) * 2) - (var(--jr-logo-inset) * 2));
}

.ossoa-jr-teaser::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: 0;
	pointer-events: none;
	background: linear-gradient(118deg, transparent 38%, rgba(251, 249, 245, 0.07) 50%, transparent 62%);
}

.ossoa-jr-teaser__atmosphere,
.ossoa-jr-teaser__glow,
.ossoa-jr-teaser__flare {
	position: absolute;
	pointer-events: none;
}

.ossoa-jr-teaser__atmosphere {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.ossoa-jr-teaser__glow {
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: 42%;
	height: 100%;
	margin: 0;
	background: radial-gradient(ellipse 90% 120% at 0% 50%, rgba(252, 188, 69, 0.24), rgba(170, 69, 252, 0.1) 46%, transparent 72%);
}

.ossoa-jr-teaser__flare {
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 46%;
	height: 100%;
	margin: 0;
	background: radial-gradient(ellipse 90% 120% at 100% 0%, rgba(170, 69, 252, 0.28), transparent 64%);
}

.ossoa-jr-teaser__spark {
	position: absolute;
	width: 5px;
	height: 5px;
	background: var(--jr-cream);
	box-shadow: 0 0 12px 3px rgba(252, 188, 69, 0.7);
	transform: rotate(45deg);
}

.ossoa-jr-teaser__spark--one {
	top: 18%;
	left: 22%;
}

.ossoa-jr-teaser__spark--two {
	top: 22%;
	right: 18%;
	transform: rotate(45deg) scale(0.7);
}

.ossoa-jr-teaser__accent {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 6px;
	margin: 0;
	background: linear-gradient(180deg, var(--jr-gold), #aa45fc 90%);
	pointer-events: none;
}

.ossoa-jr-teaser__inner {
	position: relative;
	z-index: 3;
	flex: 1 1 auto;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	justify-items: stretch;
	column-gap: var(--jr-logo-slot);
	row-gap: 0;
	overflow: visible;
}

.ossoa-jr-teaser__visual {
	position: absolute;
	left: 50%;
	top: var(--jr-band-pad-y);
	bottom: var(--jr-band-pad-y);
	z-index: 2;
	display: grid;
	place-items: center;
	width: var(--jr-logo-slot);
	height: auto;
	max-height: var(--jr-band-inner-h);
	margin: 0;
	overflow: visible;
	pointer-events: none;
	transform: translateX(-50%);
}

.ossoa-jr-teaser__mark {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	max-height: 100%;
	min-width: 0;
	min-height: 0;
	margin: 0;
	overflow: visible;
}

.ossoa-jr-teaser__ring {
	position: absolute;
	width: min(280px, calc(100% - (var(--jr-visual-pad) * 2)));
	height: min(280px, calc(100% - (var(--jr-visual-pad) * 2)));
	max-width: calc(100% - (var(--jr-visual-pad) * 2));
	max-height: calc(100% - (var(--jr-visual-pad) * 2));
	border: 1px solid rgba(252, 188, 69, 0.42);
	border-radius: 50%;
	box-shadow: 0 0 0 var(--jr-ring-spread) rgba(252, 188, 69, 0.06), inset 0 0 22px rgba(170, 69, 252, 0.18);
	pointer-events: none;
}

.ossoa-jr-teaser img.ossoa-jr-teaser__logo {
	position: relative;
	z-index: 1;
	display: block;
	width: auto;
	height: auto;
	max-width: min(100%, var(--jr-logo-slot));
	max-height: var(--jr-logo-max-h);
	min-width: 0;
	min-height: 0;
	aspect-ratio: 1220 / 730;
	margin: 0 auto;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 8px 14px rgba(4, 0, 8, 0.32));
}

.ossoa-jr-teaser__copy {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	align-self: stretch;
	min-width: 0;
	padding-inline-end: 12px;
	text-align: right;
}

.ossoa-jr-teaser__title {
	margin: 0 0 2px;
	font-family: Poppins, sans-serif;
	font-size: clamp(26px, 2.4vw, 36px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--jr-cream);
	text-wrap: balance;
}

.ossoa-jr-teaser__brand {
	margin: 0 0 12px;
	font-family: Heebo, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: none;
	color: var(--jr-gold);
}

.ossoa-jr-teaser__kicker {
	margin: 0 0 2px;
	font-family: Heebo, sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--jr-gold);
}

.ossoa-jr-teaser__journey {
	margin: 0 0 4px;
	font-family: Poppins, sans-serif;
	font-size: clamp(16px, 1.5vw, 20px);
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--jr-cream);
}

.ossoa-jr-teaser__tagline {
	margin: 0 0 8px;
	font-family: "Noto Serif", serif;
	font-size: 15px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.3;
	color: var(--jr-gold);
}

.ossoa-jr-teaser__text {
	margin: 0 0 12px auto;
	max-width: 38em;
	font-family: Heebo, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	color: rgba(251, 249, 245, 0.88);
}

.ossoa-jr-teaser__steps,
.ossoa-jr-teaser__facts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ossoa-jr-teaser__steps {
	justify-content: flex-end;
	margin-bottom: 12px;
}

.ossoa-jr-teaser__steps li,
.ossoa-jr-teaser__facts li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	padding: 5px 9px;
	background: rgba(252, 188, 69, 0.12);
	border: 1px solid rgba(252, 188, 69, 0.42);
	color: var(--jr-cream);
	font-family: Heebo, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.25;
}

.ossoa-jr-teaser__steps li {
	white-space: nowrap;
}

.ossoa-jr-teaser__steps li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--jr-gold);
	color: var(--jr-ink);
	font-size: 10px;
	line-height: 1;
}

.ossoa-jr-teaser__facts li.is-wide {
	flex: 1 1 100%;
}

.ossoa-jr-teaser__values,
.ossoa-jr-teaser__motto {
	margin: 0;
	font-family: "Noto Serif", serif;
	font-weight: 600;
	font-style: italic;
	color: var(--jr-gold);
}

.ossoa-jr-teaser__values {
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 1.3;
}

.ossoa-jr-teaser__motto {
	font-size: 13px;
	line-height: 1.3;
}

.ossoa-jr-teaser__cta {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
	gap: 10px;
	min-width: 0;
	padding-inline-start: 12px;
	text-align: left;
}

.ossoa-jr-teaser__cta .ossoa-jr-teaser__values,
.ossoa-jr-teaser__cta .ossoa-jr-teaser__motto {
	max-width: 22em;
}

.ossoa-jr-teaser__heading {
	margin: 0;
	font-family: Heebo, sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--jr-gold);
}

.ossoa-jr-teaser__facts {
	justify-content: flex-start;
}

.ossoa-jr-teaser__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	flex: 0 0 auto;
	max-width: 100%;
	margin-top: 4px;
	padding: 16px 22px;
	background: var(--jr-gold);
	color: var(--jr-ink);
	font-family: "Noto Serif", serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.3px;
	line-height: 1.25;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 0;
	white-space: normal;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.ossoa-jr-teaser__btn:hover,
.ossoa-jr-teaser__btn:focus-visible {
	background: var(--jr-cream);
	color: var(--jr-ink);
}

.ossoa-jr-teaser__btn:focus-visible {
	outline: 3px solid var(--jr-purple);
	outline-offset: 3px;
}

.ossoa-jr-teaser__motif {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 12px;
	margin: 0;
	pointer-events: none;
}

.ossoa-jr-teaser__motif path {
	fill: none;
	stroke: var(--jr-gold);
	stroke-width: 1.35;
	stroke-linecap: round;
	opacity: 0.72;
}

@media (max-width: 1180px) {
	.ossoa-jr-teaser {
		--jr-band-pad-y: 32px;
		--jr-band-pad-x: 20px;
		padding: var(--jr-band-pad-y) var(--jr-band-pad-x);
		--jr-logo-slot: min(620px, 42vw);
	}

	.ossoa-jr-teaser__ring {
		width: min(240px, calc(100% - (var(--jr-visual-pad) * 2)));
		height: min(240px, calc(100% - (var(--jr-visual-pad) * 2)));
	}

	.ossoa-jr-teaser__title {
		font-size: clamp(22px, 2.4vw, 30px);
	}

	.ossoa-jr-teaser__text {
		font-size: 13px;
	}
}

@media (max-width: 980px) {
	.ossoa-jr-teaser {
		min-height: 0;
		--jr-band-pad-y: 40px;
		--jr-band-pad-x: 16px;
		padding: var(--jr-band-pad-y) var(--jr-band-pad-x);
		text-align: center;
		overflow: hidden;
		--jr-logo-slot: min(336px, 86vw);
		--jr-logo-inset: 8px;
		--jr-ring-spread: 6px;
	}

	.ossoa-jr-teaser__accent {
		top: 0;
		right: 0;
		bottom: auto;
		left: 0;
		width: 100%;
		height: 4px;
		background: var(--jr-gold);
	}

	.ossoa-jr-teaser__inner {
		grid-template-columns: 1fr;
		justify-items: center;
		align-items: center;
		column-gap: 0;
		row-gap: 16px;
		max-width: 560px;
	}

	.ossoa-jr-teaser__copy,
	.ossoa-jr-teaser__cta {
		text-align: center;
		align-items: center;
		justify-content: center;
		align-self: stretch;
		width: 100%;
		padding-inline: 0;
	}

	.ossoa-jr-teaser__visual {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		transform: none;
		width: min(336px, 86vw);
		height: auto;
		max-height: none;
		margin: 8px auto 12px;
		overflow: visible;
	}

	.ossoa-jr-teaser__mark {
		height: auto;
		max-height: none;
		overflow: visible;
	}

	.ossoa-jr-teaser img.ossoa-jr-teaser__logo {
		max-width: min(86vw, 336px);
		max-height: min(200px, 52vw);
	}

	.ossoa-jr-teaser__ring {
		width: min(168px, 70%);
		height: min(168px, 70%);
		max-width: 70%;
		max-height: 70%;
	}

	.ossoa-jr-teaser__title {
		font-size: clamp(26px, 7vw, 34px);
	}

	.ossoa-jr-teaser__text {
		margin-left: auto;
		margin-right: auto;
		font-size: 15px;
	}

	.ossoa-jr-teaser__steps,
	.ossoa-jr-teaser__facts {
		justify-content: center;
	}

	.ossoa-jr-teaser__facts li,
	.ossoa-jr-teaser__facts li.is-wide {
		flex: 1 1 100%;
		justify-content: center;
		text-align: center;
	}

	.ossoa-jr-teaser__btn {
		width: 100%;
		max-width: 100%;
		align-self: stretch;
		padding: 16px 30px;
	}
}

@media (max-width: 520px) {
	.ossoa-jr-teaser {
		--jr-band-pad-y: 36px;
		--jr-band-pad-x: 16px;
		padding: var(--jr-band-pad-y) var(--jr-band-pad-x);
		--jr-logo-slot: min(296px, 88vw);
	}

	.ossoa-jr-teaser__visual {
		width: min(296px, 88vw);
		margin: 10px auto 14px;
	}

	.ossoa-jr-teaser img.ossoa-jr-teaser__logo {
		max-width: min(88vw, 296px);
		max-height: min(176px, 56vw);
	}

	.ossoa-jr-teaser__ring {
		width: min(148px, 68%);
		height: min(148px, 68%);
	}

	.ossoa-jr-teaser__brand,
	.ossoa-jr-teaser__kicker,
	.ossoa-jr-teaser__heading {
		font-size: 10px;
	}

	.ossoa-jr-teaser__steps li,
	.ossoa-jr-teaser__facts li {
		font-size: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ossoa-jr-teaser__btn {
		transition: none;
	}
}

.elementor:has(.ossoa-jr-teaser),
.elementor-section:has(.ossoa-jr-teaser),
.elementor-container:has(.ossoa-jr-teaser),
.e-con:has(.ossoa-jr-teaser),
.e-con-inner:has(.ossoa-jr-teaser),
.elementor-element:has(.ossoa-jr-teaser),
.elementor-widget-wrap:has(.ossoa-jr-teaser) {
	overflow: hidden;
}
