.jc-home-hero{
	align-items: center;
	display: grid;
	gap: clamp(48px, 8vw, 117px);
	grid-template-columns: minmax(0, 460px) minmax(0, 701px);
	justify-content: space-between;
	margin: 0 auto;
	max-width: min(var(--jc-wide-width, 1280px), calc(100vw - (var(--jc-site-gutter, 80px) * 2)));
	min-height: 593px;
	isolation: isolate;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.jc-home-hero::before{
	content: none;
}

.jc-home-hero__background-picture{
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.jc-home-hero__background{
	height: 100%;
	inset: 0;
	mix-blend-mode: screen;
	object-fit: cover;
	opacity: .88;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.jc-home-hero.alignfull{
	max-width: none;
	padding-left: var(--jc-site-gutter, 80px);
	padding-right: var(--jc-site-gutter, 80px);
}

.jc-home-hero__copy{
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
	z-index: 1;
}

.jc-home-hero__kicker{
	color: #8a8a8a;
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.jc-home-hero__title{
	color: var(--font-light-color);
	font-size: clamp(42px, 4.2vw, 56px);
	font-weight: 600;
	line-height: 1.04;
	margin: 0 0 32px;
	max-width: 540px;
	width: 540px;
}

.jc-home-hero__title span{
	color: var(--secondary-light-color);
}

.jc-home-hero__text{
	color: #8a8a8a;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 42px;
	max-width: 460px;
}

.jc-home-hero__text p{
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.jc-home-hero__text u{
	color: var(--font-light-color);
	text-underline-position: from-font;
}

.jc-home-hero__actions{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 20px;
}

.jc-home-hero__button{
	align-items: center;
	border-radius: 8px;
	color: var(--font-light-color);
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	gap: 8px;
	justify-content: center;
	line-height: 24px;
	min-height: 50px;
	padding: 12px 24px;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.jc-home-hero__button:hover,
.jc-home-hero__button:focus{
	color: #fff;
	transform: translateY(-1px);
}

.jc-home-hero__button span{
	color: inherit;
}

.jc-home-hero__button img{
	filter: brightness(0) invert(1);
	height: 14px;
	width: 14px;
}

.jc-home-hero__button--primary{
	background-image: linear-gradient(77deg, rgba(0, 139, 97, .05) 0%, rgba(0, 241, 169, .16) 100%);
	border: 1px solid rgba(0, 139, 97, .36);
	box-shadow: 0 0 12px rgba(0, 241, 169, .16);
}

.jc-home-hero__button--primary:hover,
.jc-home-hero__button--primary:focus{
	border-color: rgba(0, 241, 169, .72);
	box-shadow: 0 0 18px rgba(0, 241, 169, .22);
}

.jc-home-hero__button--secondary{
	background: transparent;
	border: 1px solid rgba(242, 240, 235, .2);
}

.jc-home-hero__button--secondary:hover,
.jc-home-hero__button--secondary:focus{
	border-color: rgba(242, 240, 235, .42);
}

.jc-home-hero__media{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	justify-self: end;
	min-height: 593px;
	min-width: 0;
	position: relative;
	width: min(701px, 100%);
	z-index: 1;
}

.jc-home-hero__media > picture,
.jc-home-hero__code-card picture{
	display: contents;
}

.jc-home-hero__portrait{
	border-radius: 4px;
	grid-area: 1 / 1;
	height: 535px;
	justify-self: end;
	margin-right: 68px;
	object-fit: cover;
	position: relative;
	width: min(431px, 62vw);
	z-index: 1;
}

.jc-home-hero__code-card{
	border: 1px solid rgba(242, 240, 235, .14);
	display: block;
	grid-area: 1 / 1;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.jc-home-hero__code-card img{
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.jc-home-hero__code-card--top{
	height: 218px;
	justify-self: start;
	margin-left: 52px;
	margin-top: 121px;
	width: 274px;
}

.jc-home-hero__code-card--top img{
	height: 201%;
	object-position: 9% 13%;
	width: 229%;
}

.jc-home-hero__code-card--bottom-left{
	height: 160px;
	justify-self: start;
	margin-left: 0;
	margin-top: 410px;
	width: 273px;
}

.jc-home-hero__code-card--bottom-left img{
	height: 272%;
	object-position: 9% 153%;
	width: 229%;
}

.jc-home-hero__code-card--bottom-right{
	height: 131px;
	justify-self: end;
	margin-right: 0;
	margin-top: 462px;
	width: 221px;
}

.jc-home-hero__code-card--bottom-right img{
	height: 272%;
	object-position: 9% 153%;
	width: 231%;
}

@media (max-width: 1080px){
	.jc-home-hero{
		grid-template-columns: 1fr;
		min-height: 0;
		overflow: visible;
	}

	.jc-home-hero__copy,
	.jc-home-hero__title,
	.jc-home-hero__text{
		max-width: 640px;
	}

	.jc-home-hero__media{
		max-width: 720px;
		width: 100%;
	}
}

@media (max-width: 720px){
	.jc-home-hero{
		gap: 53px;
		padding-bottom: 0;
		padding-top: 0;
	}

	.jc-home-hero.alignfull{
		padding-left: var(--jc-site-gutter, 20px);
		padding-right: var(--jc-site-gutter, 20px);
	}

	.jc-home-hero__copy{
		gap: 0;
		max-width: 335px;
	}

	.jc-home-hero__kicker{
		font-size: 13px;
		line-height: normal;
		margin-bottom: 12px;
	}

	.jc-home-hero__title{
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 12px;
		max-width: 335px;
	}

	.jc-home-hero__text{
		font-size: 14px;
		line-height: normal;
		margin-bottom: 36px;
		max-width: 335px;
	}

	.jc-home-hero__actions{
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	.jc-home-hero__button{
		font-size: 14px;
		line-height: normal;
		min-height: 40px;
		padding: 12px 20px;
		width: auto;
	}

	.jc-home-hero__button img{
		height: 14px;
		width: 14px;
	}

	.jc-home-hero__actions{
		width: 100%;
	}

	.jc-home-hero__media{
		justify-self: start;
		min-height: 284px;
		width: 335px;
	}

	.jc-home-hero__portrait{
		height: 255.67px;
		margin-right: 32.5px;
		width: 205.97px;
	}

	.jc-home-hero__code-card--top{
		height: 104.18px;
		margin-left: 24.85px;
		margin-top: 57.82px;
		width: 131.03px;
	}

	.jc-home-hero__code-card--bottom-left{
		height: 76.46px;
		margin-top: 195.93px;
		width: 130.23px;
	}

	.jc-home-hero__code-card--bottom-right{
		height: 62.6px;
		margin-top: 220.78px;
		width: 105.61px;
	}
}
