.s92-process {
	--s92-process-marker: 52px;
	--s92-process-media-height: 560px;
	--s92-process-step-gap: clamp(28px, 3vw, 44px);
	--s92-process-active-ink: var(--s92-section-on-accent);
	--s92-process-sticky-offset: 32px;
	--s92-process-column-gap: 48px;
	--s92-process-media-column: 50%;
	--s92-process-steps-column: 50%;
	--s92-process-intro-column: 50%;
	--s92-process-compact-steps-column: 50%;
}

/*
 * Elementor can leave a widget wrapper stuck in `elementor-invisible` even
 * when no entrance animation is configured. The active image has its own
 * visibility state, which made it the only visible child. Keep this widget
 * paintable immediately while the script removes the stale wrapper class.
 */
.elementor-widget-skills-strd92-work-process.elementor-invisible:not([data-settings*='"_animation"']) .s92-process {
	visibility: visible;
}

.s92-process__layout {
	align-items: start;
}

.s92-process__intro-column {
	min-width: 0;
	align-self: start;
}

.s92-process--signature .s92-process__layout {
	display: flex;
	flex-direction: column;
}

.s92-process--signature .s92-process__intro-column {
	display: contents;
}

.s92-process--signature .s92-section__intro {
	order: 1;
	width: min(100%, 920px);
	max-width: 920px;
	margin-bottom: 0;
}

.s92-process--signature .s92-process__phase-count {
	order: 2;
}

.s92-process--signature .s92-process__journey {
	order: 3;
}

.s92-process--signature .s92-process__cta {
	order: 4;
}

.s92-process--signature.s92-process--sticky .s92-process__media-stage {
	position: sticky;
	top: var(--s92-process-sticky-offset);
}

.s92-process__intro-column .s92-section__intro {
	margin-bottom: 0;
}

.s92-process__intro-column .s92-section__title {
	width: 100%;
	max-width: none;
	font-size: clamp(2.15rem, 3.6vw, 4.5rem);
	line-height: 1.02;
	white-space: normal;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
	text-wrap: balance;
}

.s92-process__phase-count {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin: clamp(28px, 4vw, 44px) 0 0;
	color: var(--s92-section-muted);
	font-size: 0.82rem;
	font-weight: 700;
}

.s92-process__phase-count span {
	color: var(--s92-section-accent);
	font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
	font-size: 1.45rem;
	font-weight: 850;
	letter-spacing: -0.02em;
}

.s92-process__cta {
	margin-top: clamp(28px, 4vw, 44px);
	padding-top: 24px;
	border-top: 1px solid var(--s92-section-line);
}

.s92-process__cta p {
	max-width: 38ch;
	margin: 0 0 18px;
	color: var(--s92-section-muted);
	font-size: 0.9rem;
	line-height: 1.6;
}

.s92-process__cta .s92-action svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: square;
	stroke-linejoin: miter;
	stroke-width: 1.8;
	transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.s92-process__cta .s92-action:hover svg {
	transform: translateX(3px);
}

.s92-process__journey {
	display: flex;
	gap: var(--s92-process-column-gap);
	align-items: start;
}

.s92-process--signature .s92-process__journey {
	width: 100%;
	margin-top: clamp(44px, 6vw, 80px);
}

.s92-process--signature .s92-process__media-stage {
	flex: 0 1 var(--s92-process-media-column);
}

.s92-process--signature .s92-process__steps {
	flex: 0 1 var(--s92-process-steps-column);
	min-width: 0;
}

.s92-process:not(.s92-process--has-media) .s92-process__journey {
	display: block;
}

.s92-process:not(.s92-process--has-media) .s92-process__steps {
	max-width: 840px;
}

.s92-process--media-end .s92-process__media-stage {
	order: 2;
}

.s92-process__media-stage {
	position: relative;
	min-height: var(--s92-process-media-height);
	margin: 0;
	overflow: hidden;
	border-radius: var(--s92-section-radius);
	background: var(--s92-section-surface);
}

.s92-process__media {
	position: absolute;
	inset: 0;
	visibility: hidden;
	opacity: 0;
	clip-path: inset(0 0 0 10%);
	transition: clip-path 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 280ms ease-out, visibility 0s linear 520ms;
}

.s92-process__media.is-active {
	visibility: visible;
	opacity: 1;
	clip-path: inset(0);
	transition-delay: 0s;
}

.s92-process__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s92-process__media > div {
	position: absolute;
	right: 16px;
	bottom: 16px;
	left: 16px;
	display: grid;
	gap: 4px;
	padding: 14px 16px;
	background: rgb(17 20 17 / 92%);
	color: #f5f7f3;
}

.s92-process__media > div span {
	color: var(--s92-section-accent);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.s92-process__media > div strong {
	font-size: 0.92rem;
	line-height: 1.3;
}

.s92-process__steps {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.s92-process__steps::before,
.s92-process__steps::after {
	position: absolute;
	top: calc(var(--s92-process-marker) / 2);
	left: calc(var(--s92-process-marker) / 2);
	z-index: 0;
	width: 1px;
	content: "";
}

.s92-process__steps::before {
	bottom: calc(var(--s92-process-marker) / 2);
	background: var(--s92-section-line);
}

.s92-process__steps::after {
	height: var(--s92-process-progress, 0%);
	max-height: calc(100% - var(--s92-process-marker));
	background: var(--s92-section-accent);
	transition: height 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.s92-process__step {
	position: relative;
	z-index: 1;
	min-width: 0;
	padding: 0 0 var(--s92-process-step-gap) calc(var(--s92-process-marker) + 22px);
}

.s92-process__step:last-child {
	padding-bottom: 0;
}

.s92-process__step-head {
	display: grid;
	min-height: var(--s92-process-marker);
	align-items: center;
}

.s92-process__marker {
	appearance: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	width: var(--s92-process-marker);
	height: var(--s92-process-marker);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 2px;
	padding: 0;
	border: 1px solid var(--s92-section-line);
	border-radius: 0;
	background: var(--s92-section-bg);
	color: var(--s92-section-accent);
	cursor: pointer;
	transition: background-color 220ms ease-out, border-color 220ms ease-out, color 220ms ease-out, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.s92-process__marker:hover {
	transform: translateY(-2px);
	border-color: var(--s92-section-accent);
}

.s92-process__number {
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1;
}

.s92-process__icon {
	display: flex;
	width: 15px;
	height: 15px;
	align-items: center;
	justify-content: center;
}

.s92-process__icon :is(svg, i) {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentcolor;
}

.s92-process__complete-icon {
	position: absolute;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: square;
	stroke-linejoin: miter;
	stroke-width: 2;
	opacity: 0;
	transform: scale(0.72);
	transition: opacity 180ms ease-out, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.s92-process__step.is-active .s92-process__marker,
.s92-process__step.is-complete .s92-process__marker {
	border-color: var(--s92-section-accent);
	background: var(--s92-section-accent);
	color: var(--s92-process-active-ink);
}

.s92-process__step.is-complete :is(.s92-process__number, .s92-process__icon) {
	opacity: 0;
}

.s92-process__step.is-complete .s92-process__complete-icon {
	opacity: 1;
	transform: scale(1);
}

.s92-process__step-heading-copy {
	min-width: 0;
}

.s92-process__phase-label,
.s92-process__step-title,
.s92-process__timing,
.s92-process__description {
	margin: 0;
}

.s92-process__phase-label {
	margin-bottom: 5px;
	color: var(--s92-section-accent);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	line-height: 1.3;
	text-transform: uppercase;
}

.s92-process__step-title {
	max-width: 25ch;
	font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.08;
	text-wrap: balance;
}

.s92-process__step-body {
	padding-top: 15px;
}

.s92-process__timing {
	display: flex;
	align-items: center;
	gap: 7px;
	color: var(--s92-section-text);
	font-size: 0.74rem;
	font-weight: 750;
	line-height: 1.4;
}

.s92-process__timing svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: var(--s92-section-accent);
	stroke-linecap: square;
	stroke-linejoin: miter;
	stroke-width: 1.5;
}

.s92-process__description {
	max-width: 48ch;
	margin-top: 10px;
	color: var(--s92-section-muted);
	font-size: 0.9rem;
	line-height: 1.6;
	text-wrap: pretty;
}

.s92-process__handoff {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 17px 0 0;
	border-top: 1px solid var(--s92-section-line);
	border-bottom: 1px solid var(--s92-section-line);
}

.s92-process__handoff div {
	min-width: 0;
	padding: 12px 14px 13px 0;
}

.s92-process__handoff div + div {
	padding-left: 14px;
	border-left: 1px solid var(--s92-section-line);
}

.s92-process__handoff :is(dt, dd) {
	margin: 0;
}

.s92-process__handoff dt {
	margin-bottom: 5px;
	color: var(--s92-section-text);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.s92-process__handoff dd {
	color: var(--s92-section-muted);
	font-size: 0.76rem;
	line-height: 1.5;
}

.s92-process__step-link {
	display: inline-flex;
	margin-top: 16px;
	color: var(--s92-section-text);
	font-size: 0.8rem;
	font-weight: 800;
	text-underline-offset: 4px;
}

.s92-process__mobile-media {
	display: none;
	margin: 18px 0 0;
}

.s92-process__mobile-media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	border-radius: var(--s92-section-radius);
	object-fit: cover;
}

.s92-process--signature .s92-process__cta {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: clamp(24px, 5vw, 72px);
	margin-top: clamp(52px, 7vw, 88px);
}

.s92-process--signature .s92-process__cta p {
	margin: 0;
}

.s92-process--compact .s92-process__layout {
	display: flex;
	gap: var(--s92-process-column-gap);
}

.s92-process--compact .s92-process__intro-column {
	flex: 0 1 var(--s92-process-intro-column);
}

.s92-process--compact .s92-section__intro {
	max-width: none;
}

.s92-process--compact .s92-section__title {
	max-width: none;
	font-size: clamp(2.15rem, 3.2vw, 4rem);
}

.s92-process--compact.s92-process--sticky .s92-process__intro-column {
	position: sticky;
	top: var(--s92-process-sticky-offset);
}

.s92-process--compact .s92-process__cta {
	display: block;
}

.s92-process--compact .s92-process__cta p {
	margin: 0 0 18px;
}

.s92-process--compact .s92-process__journey {
	flex: 0 1 var(--s92-process-compact-steps-column);
	display: block;
	min-width: 0;
	margin-top: 0;
}

.s92-process--compact .s92-process__media-stage {
	display: none;
}

.s92-process--compact .s92-process__steps {
	display: block;
	max-width: none;
}

@media (max-width: 1199px) {
	.s92-process {
		--s92-process-column-gap: 36px;
	}

	.s92-process__intro-column .s92-section__title {
		max-width: none;
	}

	.s92-process__intro-column .s92-section__description {
		max-width: 62ch;
	}
}

@media (max-width: 1023px) {
	.s92-process__handoff {
		grid-template-columns: minmax(0, 1fr);
	}

	.s92-process__handoff div + div {
		padding-left: 0;
		border-top: 1px solid var(--s92-section-line);
		border-left: 0;
	}

}

@media (max-width: 767px) {
	.s92-process {
		--s92-process-marker: 48px;
		--s92-process-column-gap: 36px;
		--s92-process-media-height: 240px;
	}

	.s92-process__intro-column .s92-section__title {
		max-width: none;
	}

	.s92-process--signature .s92-process__journey {
		display: block;
		margin-top: 36px;
	}

	.s92-process--signature .s92-process__media-stage {
		display: block;
		width: 100%;
		min-height: var(--s92-process-media-height);
		margin-bottom: 32px;
		z-index: 3;
	}

	.s92-process--signature .s92-process__steps {
		width: 100%;
	}

	.s92-process--signature .s92-process__cta {
		display: block;
		margin-top: 44px;
	}

	.s92-process__cta p {
		margin-bottom: 16px;
	}

	.s92-process__cta .s92-action {
		width: 100%;
	}

	.s92-process__step {
		padding-left: calc(var(--s92-process-marker) + 18px);
	}

	.s92-process__handoff {
		margin-top: 15px;
	}

	.s92-process--compact .s92-process__layout {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.s92-process--compact .s92-process__intro-column {
		display: contents;
	}

	.s92-process--compact .s92-section__intro {
		order: 1;
	}

	.s92-process--compact .s92-process__phase-count {
		order: 2;
	}

	.s92-process--compact .s92-process__journey {
		order: 3;
		width: 100%;
		margin-top: 36px;
	}

	.s92-process--compact .s92-process__cta {
		order: 4;
		display: block;
		width: 100%;
		margin-top: 44px;
	}

	.s92-process--compact .s92-process__step {
		padding: 0 0 var(--s92-process-step-gap) calc(var(--s92-process-marker) + 18px);
	}

	.s92-process--compact .s92-process__step:last-child {
		padding-bottom: 0;
	}

}

@media (max-width: 380px) {
	.s92-process__step-title {
		font-size: 1.18rem;
	}

	.s92-process__handoff div {
		padding-right: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.s92-process__media,
	.s92-process__marker,
	.s92-process__complete-icon,
	.s92-process__steps::after,
	.s92-process__cta .s92-action svg {
		transition: none !important;
	}
}

.s92-process[data-s92-animation="none"] :is(
	.s92-process__media,
	.s92-process__marker,
	.s92-process__complete-icon,
	.s92-process__cta .s92-action svg
) {
	transition: none;
}

.s92-process[data-s92-animation="none"] .s92-process__steps::after {
	transition: none;
}
