.hs-promo {
	--hs-bg: #050505;
	--hs-ink: #f4f4f1;
	--hs-line: #3c3c3c;
	--hs-shader: #0d0d0d;
	color-scheme: dark;
	box-sizing: border-box;
	width: auto;
	margin-top: auto;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	background: var(--hs-bg);
	color: var(--hs-ink);
	font-family: "Inter", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}
.hs-promo *,
.hs-promo *::before,
.hs-promo *::after { box-sizing: border-box; }
.hs-promo-stage {
	position: relative;
	min-height: 560px;
	overflow: hidden;
	border: 1px solid var(--hs-line);
	border-left: 0;
	border-right: 0;
	background: var(--hs-shader);
	isolation: isolate;
}
.hs-promo-canvas,
.hs-promo-shade {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.hs-promo-canvas {
	z-index: -2;
	touch-action: none;
}
.hs-promo-shade {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(5, 5, 5, .72), rgba(5, 5, 5, .18) 58%, rgba(5, 5, 5, .38)),
		linear-gradient(0deg, rgba(5, 5, 5, .75), transparent 46%);
	pointer-events: none;
}
.hs-promo-stage.hs-promo-fallback {
	background:
		linear-gradient(135deg, transparent 49.8%, rgba(255, 255, 255, .12) 50%, transparent 50.2%),
		linear-gradient(45deg, transparent 49.8%, rgba(255, 255, 255, .08) 50%, transparent 50.2%),
		var(--hs-shader);
	background-size: 100% 100%, 100% 100%, auto;
}
.hs-promo-logo {
	position: absolute;
	top: 28px;
	right: 32px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
}
.hs-promo-wordmark {
	display: inline-flex;
	align-items: baseline;
	color: currentColor;
	font-family: "Archivo Black", "Arial Black", "Inter", Arial, sans-serif;
	font-size: clamp(18px, 2.4vw, 28px);
	font-weight: 900;
	letter-spacing: .01em;
	line-height: .92;
	white-space: nowrap;
}
.hs-promo-a {
	display: block;
	width: .86em;
	height: .86em;
	margin: 0 .07em;
	flex: 0 0 auto;
	align-self: baseline;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	overflow: hidden;
	transform: scaleY(.84);
	transform-origin: bottom center;
}
.hs-promo-copy {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 560px;
	max-width: 560px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 44px;
}
.hs-promo-intl {
	position: absolute;
	top: 28px;
	left: 32px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	max-width: min(42vw, 200px);
}
.hs-promo-flags {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
}
.hs-promo-flag {
	display: block;
	width: 18px;
	height: 12px;
	overflow: hidden;
	border: 1px solid rgba(244, 244, 241, .45);
	background: #141414;
}
.hs-promo-flag svg {
	display: block;
	width: 100%;
	height: 100%;
}
.hs-promo-intl-text {
	margin: 0;
	color: #929292;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .14em;
	line-height: 1.4;
	text-transform: uppercase;
}
.hs-promo-eyebrow {
	margin: 0 0 14px;
	color: #929292;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .14em;
	line-height: 1.4;
	text-transform: uppercase;
}
.hs-promo-copy h2 {
	max-width: 10ch;
	margin: 0 0 8px;
	color: var(--hs-ink);
	font-size: clamp(38px, 5.4vw, 68px);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: .98;
}
.hs-promo-kicker {
	margin: 0 0 18px;
	color: #929292;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1.3;
}
.hs-promo-copy p:not(.hs-promo-kicker):not(.hs-promo-eyebrow) {
	max-width: 42ch;
	margin: 0 0 22px;
	color: #c7c7c2;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.55;
}
.hs-promo-btn {
	display: inline-flex;
	align-self: flex-start;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--hs-ink);
	color: #050505;
	font-family: "Inter", Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: background-color 180ms ease, transform 180ms ease;
}
.hs-promo-btn:hover,
.hs-promo-btn:focus-visible {
	background: #cfcfcb;
	transform: translateY(-1px);
	outline: none;
}
.hs-promo-btn:focus-visible {
	outline: 1px solid var(--hs-ink);
	outline-offset: 4px;
}
.hs-promo + .site-footer,
.hs-promo + .projects-footer {
	margin-top: 0;
}
.page > .hs-promo {
	margin-left: calc(max(var(--gutter, 64px), calc(50% - var(--max, 1120px) / 2)) + 1px);
	margin-right: calc(max(var(--gutter, 64px), calc(50% - var(--max, 1120px) / 2)) + 1px);
}
@media (max-width: 560px) {
	.hs-promo-stage,
	.hs-promo-copy { min-height: 420px; }
	.hs-promo-copy { padding: 88px 22px 26px; }
	.hs-promo-logo { top: 20px; right: 20px; }
	.hs-promo-intl { top: 20px; left: 20px; }
	.hs-promo-copy h2 { font-size: 42px; }
}
@media (prefers-reduced-motion: reduce) {
	.hs-promo-btn { transition: none; }
	.hs-promo-btn:hover,
	.hs-promo-btn:focus-visible { transform: none; }
}
