.s92-hero {
	--s92-bg: oklch(0.08 0 0);
	--s92-surface: oklch(0.13 0.018 140);
	--s92-accent: oklch(0.88 0.16 126);
	--s92-text: oklch(0.98 0.006 140);
	--s92-muted: oklch(0.82 0.018 140);
	--s92-line: oklch(0.98 0.006 140 / 0.22);
	--s92-button-text: oklch(0.12 0.025 140);
	--s92-overlay-depth: 78%;
	--s92-mobile-overlay-depth: 76%;
	--s92-focus-x: 62%;
	--s92-focus-y: 50%;
	--s92-min-height: 760px;
	--s92-inner-max: 1380px;
	--s92-radius: 0px;
	position: relative;
	isolation: isolate;
	display: grid;
	min-height: var(--s92-min-height);
	overflow: hidden;
	overflow: clip;
	border-radius: var(--s92-radius);
	background: var(--s92-bg);
	color: var(--s92-text);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.s92-hero a {
	color: inherit;
}

.s92-hero__media,
.s92-hero__picture,
.s92-hero__image,
.s92-hero__media-fallback,
.s92-hero__overlay,
.s92-hero__survey-lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.s92-hero__media {
	z-index: -2;
	overflow: hidden;
	background: var(--s92-bg);
}

.s92-hero__picture {
	display: block;
}

.s92-hero__image {
	display: block;
	object-fit: cover;
	object-position: var(--s92-focus-x) var(--s92-focus-y);
	filter: saturate(0.82) contrast(1.06);
	transform: scale(1.001);
}

.s92-hero__media-fallback {
	background:
		radial-gradient(circle at 76% 24%, oklch(0.30 0.096 140 / 0.55), transparent 30%),
		linear-gradient(118deg, oklch(0.15 0.035 140), var(--s92-bg) 62%);
}

.s92-hero__overlay {
	z-index: 1;
	background:
		linear-gradient(
			90deg,
			oklch(0.055 0 0 / 0.98) 0%,
			oklch(0.055 0 0 / 0.92) 34%,
			oklch(0.055 0 0 / 0.78) 60%,
			oklch(0.055 0 0 / 0.22) 100%
		),
		linear-gradient(0deg, oklch(0.055 0 0 / 0.9) 0%, transparent 38%);
	background:
		linear-gradient(
			90deg,
			oklch(0.055 0 0 / 0.98) 0%,
			oklch(0.055 0 0 / 0.92) 34%,
			color-mix(in oklch, oklch(0.055 0 0) var(--s92-overlay-depth), transparent) 60%,
			oklch(0.055 0 0 / 0.22) 100%
		),
		linear-gradient(0deg, oklch(0.055 0 0 / 0.9) 0%, transparent 38%);
}

.s92-hero__survey-lines {
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent calc(50% - 1px), oklch(0.98 0.006 140 / 0.08) 50%, transparent calc(50% + 1px)),
		linear-gradient(0deg, transparent calc(63% - 1px), oklch(0.98 0.006 140 / 0.07) 63%, transparent calc(63% + 1px));
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 44%, oklch(0 0 0 / 0.8) 66%, oklch(0 0 0) 100%);
	mask-image: linear-gradient(90deg, transparent 0%, transparent 44%, oklch(0 0 0 / 0.8) 66%, oklch(0 0 0) 100%);
}

.s92-hero__inner {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	width: min(100%, var(--s92-inner-max));
	min-height: var(--s92-min-height);
	margin-inline: auto;
	padding: 64px 64px 32px;
}

.s92-hero__stage {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.62fr);
	align-items: end;
	gap: clamp(48px, 7vw, 120px);
	padding-block: clamp(20px, 6vh, 72px);
}

.s92-hero__copy {
	max-width: 820px;
}

.s92-hero__identity {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: clamp(18px, 3vh, 32px);
}

.s92-hero__brand,
.s92-hero__kicker,
.s92-hero__description,
.s92-services__label {
	margin: 0;
}

.s92-hero__brand {
	flex: 0 0 auto;
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.s92-hero__brand::before {
	display: inline-block;
	width: 22px;
	height: 2px;
	margin-right: 10px;
	background: var(--s92-accent);
	vertical-align: 0.24em;
	content: "";
}

.s92-hero__kicker {
	position: relative;
	padding-left: 15px;
	color: var(--s92-muted);
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.35;
}

.s92-hero__kicker::before {
	position: absolute;
	top: 0.05em;
	bottom: 0.05em;
	left: 0;
	width: 1px;
	background: var(--s92-line);
	content: "";
}

.s92-hero__title {
	width: 100%;
	max-width: 100%;
	margin: 0;
	color: var(--s92-text);
	font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
	font-size: var(--s92-title-fitted-size, clamp(3.25rem, 6.25vw, 5.75rem));
	font-weight: 800;
	line-height: 0.94;
	letter-spacing: -0.035em;
}

.s92-hero__title > [data-s92-title-text] {
	display: block;
}

.s92-title-line {
	display: block;
	width: max-content;
	max-width: none;
	white-space: nowrap;
}

.s92-hero__description {
	max-width: 61ch;
	margin-top: clamp(22px, 3vh, 32px);
	color: var(--s92-muted);
	font-size: clamp(0.96rem, 1.25vw, 1.12rem);
	font-weight: 480;
	line-height: 1.65;
	text-wrap: pretty;
}

.s92-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: clamp(26px, 4vh, 38px);
}

.s92-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 13px 20px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 0.86rem;
	font-weight: 760;
	line-height: 1.1;
	text-decoration: none;
	transition:
		transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease;
}

.s92-button svg,
.s92-area__more svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.s92-button--primary {
	background: var(--s92-accent);
	color: var(--s92-button-text);
}

.s92-button--secondary {
	border-color: var(--s92-line);
	background: oklch(0.98 0.006 140 / 0.04);
	color: var(--s92-text);
}

.s92-button:hover {
	transform: translateY(-2px);
}

.s92-button--primary:hover {
	background: color-mix(in oklch, var(--s92-accent) 88%, oklch(1 0 0));
	color: var(--s92-button-text);
}

.s92-button--primary:hover svg,
.s92-area__more:hover svg {
	transform: translateX(3px);
}

.s92-button--secondary:hover {
	border-color: color-mix(in oklch, var(--s92-accent) 58%, transparent);
	background: oklch(0.98 0.006 140 / 0.09);
}

.s92-button:focus-visible,
.s92-services a:focus-visible,
.s92-area summary:focus-visible,
.s92-area a:focus-visible {
	outline: 3px solid var(--s92-accent);
	outline-offset: 4px;
}

.s92-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 11px 22px;
	margin: clamp(24px, 4vh, 38px) 0 0;
	padding: 0;
	color: var(--s92-muted);
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.4;
	list-style: none;
}

.s92-proof li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.s92-proof svg {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	fill: none;
	stroke: var(--s92-accent);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.s92-services {
	align-self: end;
	padding-bottom: 3px;
}

.s92-services__label {
	margin-bottom: 13px;
	color: var(--s92-muted);
	font-size: 0.69rem;
	font-weight: 760;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.s92-services__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.s92-services__item {
	position: relative;
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	align-items: baseline;
	gap: 10px;
	min-height: 44px;
	padding: 12px 0;
	border-top: 1px solid var(--s92-line);
	color: color-mix(in oklch, var(--s92-muted) 78%, transparent);
	font-size: clamp(0.88rem, 1.3vw, 1.03rem);
	font-weight: 700;
	line-height: 1.28;
	transition:
		color 280ms ease,
		padding-left 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.s92-services__item:last-child {
	border-bottom: 1px solid var(--s92-line);
}

.s92-services__item::before {
	position: absolute;
	top: -1px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--s92-accent);
	content: "";
	transition: width 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.s92-services__item.is-active {
	padding-left: 8px;
	color: var(--s92-text);
}

.s92-services__item.is-active::before {
	width: 38%;
}

.s92-services__number {
	color: var(--s92-accent);
	font-size: 0.65rem;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.05em;
	opacity: 0.72;
}

.s92-services__item a {
	text-decoration: none;
}

.s92-services__item a:hover {
	color: var(--s92-accent);
}

.s92-area-wrap {
	align-self: end;
	border-top: 1px solid var(--s92-line);
}

.s92-area {
	margin: 0;
	color: var(--s92-muted);
}

.s92-area summary {
	display: flex;
	min-height: 54px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 12px 0;
	cursor: pointer;
	list-style: none;
}

.s92-area summary::-webkit-details-marker {
	display: none;
}

.s92-area__summary,
.s92-area--static {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 0.76rem;
	font-weight: 560;
	line-height: 1.45;
}

.s92-area__summary > svg,
.s92-area--static > svg {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	fill: none;
	stroke: var(--s92-accent);
	stroke-width: 1.5;
}

.s92-area__toggle {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 7px;
	color: var(--s92-text);
	font-size: 0.72rem;
	font-weight: 720;
}

.s92-area__toggle svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	transition: transform 220ms ease;
}

.s92-area[open] .s92-area__toggle svg {
	transform: rotate(180deg);
}

.s92-area__panel {
	padding: 2px 0 20px 27px;
}

.s92-area__panel ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.s92-area__panel li {
	margin: 0;
}

.s92-area__panel li > a,
.s92-area__panel li > span {
	display: inline-flex;
	padding: 7px 10px;
	border: 1px solid var(--s92-line);
	border-radius: 999px;
	color: var(--s92-muted);
	font-size: 0.72rem;
	font-weight: 620;
	line-height: 1;
	text-decoration: none;
	transition:
		border-color 180ms ease,
		color 180ms ease,
		background-color 180ms ease;
}

.s92-area__panel li > a:hover {
	border-color: color-mix(in oklch, var(--s92-accent) 66%, transparent);
	background: oklch(0.98 0.006 140 / 0.06);
	color: var(--s92-text);
}

.s92-area__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	color: var(--s92-text);
	font-size: 0.74rem;
	font-weight: 720;
	text-underline-offset: 3px;
}

.s92-area__more svg {
	width: 15px;
	height: 15px;
}

.s92-area--static {
	min-height: 54px;
	margin: 0;
	padding: 12px 0;
}

.s92-char {
	display: inline-block;
	white-space: pre;
}

.s92-title-word {
	display: inline-block;
	white-space: nowrap;
}

.s92-title-space {
	display: inline;
}

.s92-has-reveal.s92-is-visible .s92-hero__image {
	animation: s92-image-enter 1.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.s92-has-reveal.s92-is-visible .s92-hero__identity {
	animation: s92-enter 620ms 80ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.s92-has-reveal.s92-is-visible .s92-hero__description {
	animation: s92-enter 680ms 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.s92-has-reveal.s92-is-visible .s92-hero__actions {
	animation: s92-enter 680ms 650ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.s92-has-reveal.s92-is-visible .s92-proof {
	animation: s92-enter 680ms 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.s92-has-reveal.s92-is-visible .s92-services {
	animation: s92-enter 720ms 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.s92-has-reveal.s92-is-visible .s92-area-wrap {
	animation: s92-enter 650ms 840ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.s92-title-motion-characters.s92-is-visible .s92-char {
	animation: s92-character-enter 600ms cubic-bezier(0.16, 1, 0.3, 1) both;
	animation-delay: var(--s92-char-delay, 160ms);
}

.s92-title-motion-line.s92-is-visible .s92-hero__title > [data-s92-title-text] {
	animation: s92-line-enter 820ms 170ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes s92-enter {
	from {
		opacity: 0.01;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes s92-character-enter {
	from {
		opacity: 0.01;
		filter: blur(3px);
		transform: translateY(0.18em);
	}
	to {
		opacity: 1;
		filter: blur(0);
		transform: translateY(0);
	}
}

@keyframes s92-line-enter {
	from {
		opacity: 0.01;
		clip-path: inset(0 100% 0 0);
		transform: translateY(0.14em);
	}
	to {
		opacity: 1;
		clip-path: inset(0 0 0 0);
		transform: translateY(0);
	}
}

@keyframes s92-image-enter {
	from {
		filter: saturate(0.65) contrast(1.03);
		transform: scale(1.045);
	}
	to {
		filter: saturate(0.82) contrast(1.06);
		transform: scale(1.001);
	}
}

@media (max-width: 1024px) {
	.s92-hero {
		--s92-min-height: 700px;
	}

	.s92-hero__inner {
		padding: 48px 36px 28px;
	}

	.s92-hero__stage {
		grid-template-columns: minmax(0, 1.35fr) minmax(230px, 0.65fr);
		gap: 42px;
	}

	.s92-hero__title {
		font-size: var(--s92-title-fitted-size, clamp(3rem, 7vw, 4.85rem));
	}
}

@media (max-width: 900px) {
	.s92-hero {
		--s92-min-height: 720px;
	}

	.s92-hero__overlay {
		background:
			linear-gradient(180deg, oklch(0.055 0 0 / 0.58) 0%, oklch(0.055 0 0 / 0.92) 48%, oklch(0.055 0 0 / 0.99) 100%),
			linear-gradient(90deg, oklch(0.055 0 0 / 0.78), transparent);
	}

	.s92-hero__survey-lines {
		opacity: 0.5;
	}

	.s92-hero__inner {
		min-height: var(--s92-min-height);
		padding: 32px 20px 20px;
	}

	.s92-hero__stage {
		grid-template-columns: minmax(0, 1fr);
		align-content: end;
		gap: 34px;
		padding: 94px 0 28px;
	}

	.s92-hero__identity {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 20px;
	}

	.s92-hero__kicker {
		padding-left: 0;
	}

	.s92-hero__kicker::before {
		display: none;
	}

	.s92-hero__title {
		width: 100%;
		max-width: 100%;
		font-size: var(--s92-title-fitted-size, clamp(2.55rem, 13vw, 4.1rem));
		line-height: 0.96;
	}

	.s92-hero__description {
		margin-top: 18px;
		font-size: 0.95rem;
		line-height: 1.55;
	}

	.s92-hero__actions {
		margin-top: 24px;
	}

	.s92-proof {
		gap: 8px 16px;
		margin-top: 22px;
	}

	.s92-services__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 18px;
	}

	.s92-services__item {
		min-height: 42px;
		font-size: 0.82rem;
	}

	.s92-area summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding: 13px 0;
	}

	.s92-area__summary {
		align-items: flex-start;
	}

	.s92-area__toggle {
		margin-left: 27px;
	}

	.s92-area__panel {
		padding-left: 27px;
	}
}

@media (max-width: 767px) {
	.s92-hero__overlay {
		background:
			linear-gradient(180deg, oklch(0.055 0 0 / 0.42) 0%, oklch(0.055 0 0 / 0.76) 48%, oklch(0.055 0 0 / 0.76) 100%),
			linear-gradient(90deg, oklch(0.055 0 0 / 0.54), transparent);
		background:
			linear-gradient(
				180deg,
				color-mix(in oklch, oklch(0.055 0 0) calc(var(--s92-mobile-overlay-depth) * 0.55), transparent) 0%,
				color-mix(in oklch, oklch(0.055 0 0) var(--s92-mobile-overlay-depth), transparent) 48%,
				color-mix(in oklch, oklch(0.055 0 0) var(--s92-mobile-overlay-depth), transparent) 100%
			),
			linear-gradient(
				90deg,
				color-mix(in oklch, oklch(0.055 0 0) calc(var(--s92-mobile-overlay-depth) * 0.72), transparent),
				transparent
			);
	}

	.s92-hide-mobile-business .s92-hero__brand,
	.s92-hide-mobile-kicker .s92-hero__kicker,
	.s92-hide-mobile-description .s92-hero__description,
	.s92-hide-mobile-primary .s92-button--primary,
	.s92-hide-mobile-secondary .s92-button--secondary,
	.s92-hide-mobile-proof .s92-proof,
	.s92-hide-mobile-services .s92-services,
	.s92-hide-mobile-area .s92-area-wrap {
		display: none;
	}

	.s92-hide-mobile-business.s92-hide-mobile-kicker .s92-hero__identity,
	.s92-hide-mobile-primary.s92-hide-mobile-secondary .s92-hero__actions {
		display: none;
	}
}

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

	.s92-button {
		width: 100%;
	}

	.s92-services__list {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.s92-hero *,
	.s92-hero *::before,
	.s92-hero *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-delay: 0ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.s92-hero__image {
		transform: none !important;
	}
}
