/**
 * Homepage specific styling goes here. Excluded on all subpages
 *
 * @format
 */

/* For most builds, this stylesheet should be wiped and started fresh */

/* hero */
.hero {
	margin-top: var(--height-header);
	min-height: 546px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	overflow: hidden;
}

.hero-title {
	display: block;
	color: inherit;
	font-size: 4.6rem;
	margin-left: -10px;
	margin-top: -3px;
	line-height: 1;
	text-align: center;
	margin-bottom: 16px;
	letter-spacing: -0.03em;
	padding-bottom: 5px;
}

.hero-title-top {
	display: block;
	font-style: italic;
	font-weight: normal;
	animation-delay: 1000ms;
}

.hero-title-bottom {
	position: relative;
	display: block;
	margin-top: -12px;
	font-weight: 700;
	letter-spacing: -0.01em;
	animation-delay: 1500ms;
}

/* .hero-bg .hero-title-bottom {
	display: none;
} */

.hero-bg .hero-inner {
	display: none;
}

.hero .row {
	max-width: 1190px;
}

.hero-inner {
	position: relative;
	z-index: 3;
	width: 100%;
}

.hero-content {
	position: relative;
	z-index: 1;
	color: var(--color-white);
}

.hero-label {
	font-size: 2.188rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	letter-spacing: 0.2em;
	-webkit-background-clip: text;
	background-image: url('../images/title-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.hero-label span {
	display: block;
	animation-delay: 500ms;
}

.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.hero-bg img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center top;
}

.hero-bg picture {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}

.hero-bg:after,
.hero-bg:before {
	top: 0;
	left: 0;
	width: 100%;
	content: '';
	height: 100%;
	position: absolute;
	pointer-events: none;
}

.hero-bg:after {
	/* background: linear-gradient(180deg, rgba(30, 36, 47, 0) 55.98%, rgba(30, 36, 47, 0.93) 71.55%); */
	background: linear-gradient(180deg, rgba(30, 36, 47, 0) 54.98%, rgba(30, 36, 47, 0.93) 79.55%);
}

.hero-bg:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) -12.74%, rgba(0, 0, 0, 0.25) 100%);
	background-blend-mode: multiply, normal;
}

.hero-main-img img {
	object-position: 74% bottom;
}

.no-opacity {
	opacity: 0;
}

.hero-label-row {
	mix-blend-mode: overlay;
	margin-top: 171px;
	z-index: 3;
}

.hero-label-row .hero-label {
	mix-blend-mode: overlay;
	color: #fff;
	background: none;
	z-index: 3;
}

.hero-label-row .hero-label span {
	max-width: 300px;
	margin: 0 auto;
}

.desktop-hero-label {
	display: none;
}

@media screen and (min-width: 768px) {
	.hero {
		min-height: 516px;
		padding-bottom: 30px;
		align-items: center;
		border-top: 4px solid var(--color-primary);
		border-bottom: 8px solid var(--color-primary);
	}

	.hero-label {
		font-size: 2.5rem;
		text-align: unset;
		letter-spacing: 8px;
		margin-bottom: 14px;
	}

	.hero-title {
		font-size: 6.25rem;
		text-align: unset;
		margin-bottom: 0;
		padding-bottom: 13px;
	}

	.hero-title-bottom {
		margin-left: 180px;
	}

	.hero-title-bottom .outline {
		color: transparent;
		-webkit-text-stroke: 4px var(--color-white);
	}

	.hero-bg:after {
		opacity: 0.25;
	}

	.hero-bg:before {
		display: none;
	}

	.hero-bg .hero-person-img {
		left: 50%;
		top: auto;
		width: 456px;
		height: 480px;
		bottom: 0;
		margin-left: 250px;
		transform: translateX(-50%);
		z-index: 2;
	}

	/* .hero-bg .hero-title-bottom {
		display: block;
		position: absolute;
		top: 260px;
		left: 10px;
		z-index: 1;
		color: #fff;
	} */

	.hero-bg .hero-inner {
		display: block;
		z-index: 1;
		margin-bottom: 30px;
	}

	.desktop-hero-label {
		display: block;
		opacity: 0;
	}

	.hero-label-row {
		position: absolute;
		top: 111px;
		margin: 0;
	}

	.hero-label-row .hero-label span {
		max-width: none;
		margin: 0;
	}
}

@media screen and (min-width: 1025px) {
	.hero-title {
		font-size: 8.438rem;
	}

	.hero-label-row {
		top: 76px;
	}
}

@media screen and (min-width: 1441px) {
	/* .hero {
		height: 615px;
	} */

	.hero .row {
		max-width: 1164px;
	}

	/* .hero-bg .hero-person-img {
		width: 559px;
		height: 579px;
		margin-left: 275px;
	} */

	.hero-label-row {
		/* top: 125px; */
		top: 85px;
	}
}

/* intro */
.intro {
	width: 100%;
	margin-top: 10px;
}

.intro .row {
	max-width: calc(1064px + var(--gutter-size) * 2);
}

.intro .button {
	margin-top: 20px;
}

.intro-holder {
	margin-bottom: 43px;
}

.intro-left {
	font-size: 1.188rem;
	font-weight: 600;
	line-height: 1.5;
}

.intro-left h2 {
	font-size: 3.813rem;
	line-height: 1;
	letter-spacing: -0.03em;
	text-transform: unset;
	color: transparent;
	-webkit-background-clip: text;
	background-image: url('../images/title-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.intro-left h2 em {
	font-weight: 900;
	color: var(--color-primary);
}

.intro-left h3 {
	font-size: 1.25rem;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: var(--color-primary);
	max-width: 350px;
}

@media screen and (min-width: 768px) {
	.intro {
		margin-top: 20px;
	}

	.intro-holder {
		margin-bottom: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.intro-left {
		width: 278px;
		margin-right: 40px;
	}

	.intro-left h3 {
		letter-spacing: 2px;
		margin-bottom: 26px;
		max-width: 95%;
	}

	.intro-right {
		flex: 1;
	}
}

@media screen and (min-width: 1025px) {
	.intro {
		margin-top: 40px;
	}

	.intro-left {
		margin-right: 84px;
	}
}
