.soxera-hero-plugin {
	--sdh-background: #fbf6ee;
	--sdh-foreground: #3a2a1d;
	--sdh-card: #fdf9f2;
	--sdh-primary: #d2691e;
	--sdh-highlight-text: var(--sdh-primary);
	--sdh-primary-foreground: #fff8ec;
	--sdh-secondary: #f1e5d1;
	--sdh-muted-foreground: #7a6753;
	--sdh-stats-text: var(--sdh-muted-foreground);
	--sdh-accent: #e8b14c;
	--sdh-border: #e2d4bd;
	--sdh-cream: #f7ecd9;
	--sdh-heading-font: Fraunces, ui-serif, Georgia, serif;
	--sdh-body-font: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
	--sdh-primary-button-bg: var(--sdh-primary);
	--sdh-primary-button-text: var(--sdh-primary-foreground);
	--sdh-secondary-button-bg: var(--sdh-card);
	--sdh-secondary-button-text: var(--sdh-foreground);
	--sdh-secondary-button-border: color-mix(in srgb, var(--sdh-foreground) 12%, transparent);
	--sdh-badge-bg: var(--sdh-accent);
	--sdh-badge-text: var(--sdh-foreground);
	--sdh-image-fit: cover;
	--sdh-image-position: center center;
	--sdh-gradient: var(--sdh-background);
	--sdh-stage-gradient: linear-gradient(135deg, var(--sdh-secondary), var(--sdh-background) 50%, color-mix(in srgb, var(--sdh-accent) 30%, transparent));
	--sdh-blob-a: color-mix(in srgb, var(--sdh-accent) 40%, transparent);
	--sdh-blob-b: color-mix(in srgb, var(--sdh-primary) 25%, transparent);
	--sdh-fade-top: linear-gradient(to bottom, var(--sdh-background), transparent);
	--sdh-fade-bottom: linear-gradient(to top, var(--sdh-background), transparent);
	position: relative;
	overflow: hidden;
	background: var(--sdh-gradient);
	color: var(--sdh-foreground);
	font-family: var(--sdh-body-font);
}

.soxera-hero-plugin *,
.soxera-hero-plugin *::before,
.soxera-hero-plugin *::after {
	box-sizing: border-box;
}

.soxera-hero-plugin img {
	display: block;
	max-width: 100%;
}

.soxera-hero-plugin__blob {
	position: absolute;
	border-radius: 9999px;
	filter: blur(80px);
	pointer-events: none;
	z-index: 0;
}

.soxera-hero-plugin__blob--a {
	top: -8rem;
	left: -6rem;
	width: 460px;
	height: 460px;
	background: var(--sdh-blob-a);
}

.soxera-hero-plugin__blob--b {
	top: 10rem;
	right: 0;
	width: 520px;
	height: 520px;
	background: var(--sdh-blob-b);
}

.soxera-hero-plugin__container {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.soxera-hero-plugin__grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
	padding: 3rem 0 4rem;
	z-index: 1;
}

.soxera-hero-plugin__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0.3rem 0.85rem;
	border: 1px solid color-mix(in srgb, var(--sdh-primary) 25%, transparent);
	background: color-mix(in srgb, var(--sdh-primary) 10%, transparent);
	color: var(--sdh-primary);
	border-radius: 9999px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.soxera-hero-plugin__dot,
.soxera-hero-plugin__pulse {
	width: 6px;
	height: 6px;
	background: currentColor;
	border-radius: 9999px;
}

.soxera-hero-plugin__title {
	font-family: var(--sdh-heading-font);
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: -0.01em;
	margin: 1.25rem 0 0;
}

.soxera-hero-plugin .soxera-hero-plugin__title .soxera-hero-plugin__highlight {
	position: relative;
	display: inline-block;
	color: var(--sdh-highlight-text) !important;
	font-style: italic;
}

.soxera-hero-plugin .soxera-hero-plugin__title .soxera-hero-plugin__highlight::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.4rem;
	height: 0.75rem;
	background: color-mix(in srgb, var(--sdh-accent) 60%, transparent);
	border-radius: 9999px;
	z-index: -1;
}

.soxera-hero-plugin__subtitle {
	max-width: 36rem;
	font-size: 1.0625rem;
	line-height: 1.6;
	color: color-mix(in srgb, var(--sdh-foreground) 75%, transparent);
	margin: 1.5rem 0 0;
}

.soxera-hero-plugin__ctas {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.soxera-hero-plugin__button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.85rem 1.5rem;
	border-radius: 9999px;
	font-weight: 600;
	font-size: 0.875rem;
	border: 1px solid transparent;
	white-space: nowrap;
	text-decoration: none;
	-webkit-text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.soxera-hero-plugin__button:hover,
.soxera-hero-plugin__button:focus,
.soxera-hero-plugin__button:visited {
	transform: translateY(-2px);
	text-decoration: none;
	-webkit-text-decoration: none;
}

.soxera-hero-plugin .soxera-hero-plugin__button--primary,
.soxera-hero-plugin .soxera-hero-plugin__button--primary:hover,
.soxera-hero-plugin .soxera-hero-plugin__button--primary:focus,
.soxera-hero-plugin .soxera-hero-plugin__button--primary:visited {
	background: var(--sdh-primary-button-bg) !important;
	color: var(--sdh-primary-button-text) !important;
	box-shadow: 0 6px 18px -8px color-mix(in srgb, var(--sdh-primary) 50%, transparent);
}

.soxera-hero-plugin .soxera-hero-plugin__button--secondary,
.soxera-hero-plugin .soxera-hero-plugin__button--secondary:hover,
.soxera-hero-plugin .soxera-hero-plugin__button--secondary:focus,
.soxera-hero-plugin .soxera-hero-plugin__button--secondary:visited {
	background: var(--sdh-secondary-button-bg) !important;
	color: var(--sdh-secondary-button-text) !important;
	border-color: var(--sdh-secondary-button-border) !important;
}

.soxera-hero-plugin__stats {
	margin-top: 2.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	padding-top: 1.5rem;
	border-top: 1px solid color-mix(in srgb, var(--sdh-border) 70%, transparent);
	max-width: 32rem;
}

.soxera-hero-plugin__stats dt {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--sdh-stats-text) !important;
}

.soxera-hero-plugin__visual {
	position: relative;
}

.soxera-hero-plugin__stage {
	position: relative;
	height: 520px;
	border-radius: 2rem;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--sdh-border) 70%, transparent);
	background: var(--sdh-stage-gradient);
	box-shadow: 0 20px 50px -20px color-mix(in srgb, var(--sdh-primary) 25%, transparent);
}

.soxera-hero-plugin__stage--two-wide {
	height: 600px;
}

.soxera-hero-plugin__fade {
	position: absolute;
	left: 0;
	right: 0;
	height: 6rem;
	z-index: 2;
	pointer-events: none;
}

.soxera-hero-plugin__fade--top {
	top: 0;
	background: var(--sdh-fade-top);
}

.soxera-hero-plugin__fade--bottom {
	bottom: 0;
	background: var(--sdh-fade-bottom);
}

.soxera-hero-plugin__cols {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem;
	padding: 0.75rem;
}

.soxera-hero-plugin__stage--two-wide .soxera-hero-plugin__cols {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	padding: 1rem;
}

.soxera-hero-plugin__col {
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 1rem;
}

.soxera-hero-plugin__track {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	will-change: transform;
}

.soxera-hero-plugin__track--up {
	animation: soxera-dynamic-hero-up 28s linear infinite;
}

.soxera-hero-plugin__track--down {
	animation: soxera-dynamic-hero-down 32s linear infinite;
}

.soxera-hero-plugin__track--fast {
	animation: soxera-dynamic-hero-up 22s linear infinite;
}

.soxera-hero-plugin__sock {
	position: relative;
	aspect-ratio: 4 / 5;
	width: 100%;
	overflow: hidden;
	border-radius: 1rem;
	background: var(--sdh-cream);
}

.soxera-hero-plugin__stage--two-wide .soxera-hero-plugin__sock {
	aspect-ratio: 4 / 3;
	border-radius: 1.25rem;
}

.soxera-hero-plugin__sock img {
	width: 100%;
	height: 100%;
	object-fit: var(--sdh-image-fit);
	object-position: var(--sdh-image-position);
}

.soxera-hero-plugin__tag {
	position: absolute;
	bottom: 1.25rem;
	left: 1.25rem;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	padding: 0.5rem 1rem;
	background: color-mix(in srgb, var(--sdh-foreground) 90%, transparent);
	color: var(--sdh-background);
	border-radius: 9999px;
	font-size: 0.75rem;
	font-weight: 600;
	box-shadow: 0 12px 24px -10px rgba(0, 0, 0, .3);
	backdrop-filter: blur(6px);
}

.soxera-hero-plugin__pulse {
	background: var(--sdh-accent);
	animation: soxera-dynamic-hero-pulse 2s ease-in-out infinite;
}

.soxera-hero-plugin__badge {
	position: absolute;
	top: -1.5rem;
	right: -1rem;
	display: grid;
	place-items: center;
	width: 5rem;
	height: 5rem;
	background: var(--sdh-badge-bg);
	color: var(--sdh-badge-text);
	border-radius: 9999px;
	box-shadow: 0 12px 24px -10px rgba(0, 0, 0, .25);
	font-family: var(--sdh-heading-font);
	font-weight: 700;
	font-size: 1rem;
	animation: soxera-dynamic-hero-float 6s ease-in-out infinite;
}

.soxera-hero-plugin__badge:empty {
	display: none;
}

@media (min-width: 768px) {
	.soxera-hero-plugin__container {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.soxera-hero-plugin__subtitle {
		font-size: 1.125rem;
	}

	.soxera-hero-plugin__stage {
		height: 620px;
	}

	.soxera-hero-plugin__stage--two-wide {
		height: 700px;
	}
}

@media (min-width: 1024px) {
	.soxera-hero-plugin__grid {
		grid-template-columns: 7fr 5fr;
		gap: 2.5rem;
		padding: 5rem 0 6rem;
	}
}

@media (max-width: 560px) {
	.soxera-hero-plugin__stats {
		grid-template-columns: 1fr;
	}

	.soxera-hero-plugin__stage {
		height: 430px;
		border-radius: 1.25rem;
	}

	.soxera-hero-plugin__stage--two-wide {
		height: 520px;
	}
}

@keyframes soxera-dynamic-hero-up {
	from { transform: translateY(0); }
	to { transform: translateY(-50%); }
}

@keyframes soxera-dynamic-hero-down {
	from { transform: translateY(-50%); }
	to { transform: translateY(0); }
}

@keyframes soxera-dynamic-hero-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-12px); }
}

@keyframes soxera-dynamic-hero-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.4; }
}

@media (prefers-reduced-motion: reduce) {
	.soxera-hero-plugin__track,
	.soxera-hero-plugin__badge,
	.soxera-hero-plugin__pulse {
		animation: none;
	}
}

.soxera-hero-plugin-editor-image {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 0.75rem;
	align-items: center;
	margin-bottom: 0.75rem;
}

.soxera-hero-plugin-editor-image img {
	width: 72px;
	height: 90px;
	border-radius: 0.5rem;
	object-fit: cover;
	background: #f7ecd9;
}

.soxera-hero-plugin-editor-placeholder {
	padding: 24px;
	border: 1px dashed #c3c4c7;
	background: #fff;
}

.soxera-hero-plugin-editor-placeholder p {
	margin: 8px 0 0;
}
