:root {
	--home-blue-start: #4b96ff;
	--home-blue-middle: #a0d2fa;
	--home-blue-end: #69b9fa;
	--home-shell-width: 1560px;
}

.wintime-home-page .site-header {
	position: fixed;
	top: 0;
	left: 0;
	border: 0;
	background: transparent;
}

.admin-bar.wintime-home-page .site-header {
	top: 32px;
}

body .site-header.is-scrolled {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(5, 5, 5, 0.75);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.wintime-home-page .site-header__inner {
	width: min(100%, var(--home-shell-width));
}

.home-page {
	overflow: hidden;
	background: #000000;
}

.home-shell {
	width: min(100%, var(--home-shell-width));
	margin-inline: auto;
	padding-inline: var(--wintime-page-padding);
}

.home-page h2 {
	margin: 0;
	background: linear-gradient(90deg, var(--home-blue-start), var(--home-blue-middle), var(--home-blue-end));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: clamp(38px, 3vw, 58px);
	font-weight: 700;
	line-height: 1.05;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
}

.home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 245px;
	min-height: 50px;
	padding: 10px 26px;
	border: 1px solid #ffffff;
	border-radius: 7px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	transition: filter 160ms ease, transform 160ms ease;
}

.home-button:hover,
.home-button:focus-visible {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

.home-button--gradient {
	border-color: transparent;
	background: linear-gradient(90deg, var(--home-blue-start), var(--home-blue-middle), var(--home-blue-end));
}

.home-button--outline {
	background: rgba(0, 0, 0, 0.55);
}

/* Hero */
.home-hero {
	position: relative;
	height: 1080px;
	max-height: 100vh;
	min-height: 760px;
	background: #202020;
	outline: none;
	overflow: hidden;
	isolation: isolate;
}

.home-hero__slides,
.home-hero__slide {
	position: absolute;
	inset: 0;
}

.home-hero__slide {
	background: #202020 var(--home-hero-image) center / cover no-repeat;
	opacity: 0;
	pointer-events: none;
	transition: opacity 700ms ease;
}

.home-hero__slide.is-active {
	z-index: 1;
	opacity: 1;
	pointer-events: auto;
}

.home-hero__shade {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.28) 47%, rgba(0, 0, 0, 0.13) 100%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 42%);
}

.home-hero__inner {
	position: relative;
	z-index: 1;
	height: 100%;
	padding-top: 205px;
}

.home-hero__copy {
	width: min(600px, 48%);
}

.home-hero h1,
.home-hero__slide-title {
	margin: 0 0 52px;
	background: none;
	color: #ffffff;
	font-size: clamp(64px, 5vw, 96px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.05;
	text-transform: uppercase;
	-webkit-text-fill-color: currentColor;
}

.home-hero__copy p {
	max-width: 560px;
	margin: 0;
	font-size: 17px;
	line-height: 1.42;
}

.home-hero__actions {
	position: absolute;
	top: 610px;
	right: var(--wintime-page-padding);
	display: grid;
	gap: 14px;
}

.home-slider-controls {
	position: absolute;
	right: 0;
	bottom: 72px;
	left: 0;
	display: flex;
	justify-content: center;
	gap: 220px;
	z-index: 2;
}

.home-slider-controls button {
	padding: 4px 8px;
	border: 0;
	background: transparent;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 1;
	cursor: pointer;
}

.home-slider-controls button:disabled {
	cursor: default;
}

/* Impact */
.home-impact {
	position: relative;
	height: 820px;
	overflow: hidden;
	background: #000000;
}

.home-impact__art {
	position: absolute;
	top: 70px;
	left: -275px;
	width: 1040px;
	height: 780px;
	background: url("../../home-material/279b34d7-ccf2-47ec-8068-b3df0eac2f46.png") center / contain no-repeat;
	will-change: transform;
}

.home-impact__inner {
	position: relative;
	height: 100%;
}

.home-impact h2 {
	position: absolute;
	top: 100px;
	right: var(--wintime-page-padding);
}

.home-impact__stats {
	position: relative;
	height: 100%;
}

.home-stat {
	position: absolute;
	display: grid;
	justify-items: center;
	min-width: 260px;
}

.home-stat strong {
	font-size: clamp(108px, 9vw, 176px);
	font-weight: 700;
	letter-spacing: -0.055em;
	line-height: 0.95;
}

.home-stat sup {
	position: relative;
	top: -0.28em;
	font-size: 0.3em;
}

.home-stat > span {
	margin-top: 22px;
	color: #b9b9b9;
	font-size: 17px;
}

.home-stat--experience {
	top: 240px;
	left: 80px;
}

.home-stat--projects {
	top: 240px;
	left: 500px;
}

.home-stat--brands {
	top: 535px;
	left: 920px;
}

.home-stat--countries {
	top: 535px;
	right: 20px;
}

/* Services */
.home-services {
	min-height: 1520px;
	padding-block: 105px 145px;
	background: #070707;
}

.home-services h2 {
	display: inline-block;
	margin-bottom: 40px;
	background: linear-gradient(90deg, #4b96ff 0%, #a0d2fa 50%, #69b9fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home-services__list {
	border-top: 2px solid var(--home-blue-start);
}

.home-service {
	border-bottom: 1px solid #404040;
}

.home-service[open] {
	border-bottom-color: var(--home-blue-end);
}

.home-service summary {
	display: grid;
	grid-template-columns: 1fr 56px;
	align-items: center;
	gap: 28px;
	min-height: 138px;
	padding: 22px 30px;
	cursor: pointer;
	list-style: none;
}

.home-service summary::-webkit-details-marker {
	display: none;
}

.home-service summary span {
	display: grid;
	gap: 12px;
}

.home-service summary strong {
	font-size: 28px;
}

.home-service summary small {
	font-size: 17px;
}

.home-service summary i {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #323232;
	border-radius: 50%;
}

.home-service summary i::before {
	position: absolute;
	top: 15px;
	left: 17px;
	width: 12px;
	height: 12px;
	border-right: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	color: #4a4a4a;
	content: "";
	transform: rotate(-45deg);
}

.home-service[open] summary i {
	border-color: var(--home-blue-start);
}

.home-service[open] summary i::before {
	top: 13px;
	color: var(--home-blue-end);
	transform: rotate(45deg);
}

.home-service__body {
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: 100px;
	min-height: 590px;
	padding: 10px 30px 70px;
}

.home-service__body > img,
.home-asset-placeholder {
	width: 360px;
	height: 520px;
	border: 1px solid var(--home-blue-start);
	object-fit: cover;
}

.home-asset-placeholder {
	display: grid;
	place-items: center;
	padding: 30px;
	border-style: dashed;
	color: #7d9cc4;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.home-service__details {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding-top: 90px;
}

.home-service__details ul {
	display: grid;
	gap: 38px;
	margin: 0;
	padding: 0;
	font-size: 22px;
	list-style: none;
}

.home-service__details .home-button {
	align-self: flex-end;
	margin-top: auto;
}

.home-asset-placeholder--copy {
	width: 100%;
	height: 180px;
}

/* Why Choose */
.home-why {
	position: relative;
	min-height: 1050px;
	background: #222222 url("../../home-material/fca1c652-6492-4d1f-a410-9e1338860ebd.png") center / cover no-repeat;
	isolation: isolate;
}

.home-why__shade {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.18));
}

.home-why__inner {
	display: grid;
	grid-template-columns: 1fr 640px;
	align-items: center;
	gap: 90px;
	min-height: 1050px;
}

.home-why__lead {
	display: grid;
	justify-items: start;
	gap: 70px;
}

.home-why__lead h2 {
	background: none;
	color: #ffffff;
	font-size: clamp(72px, 6.3vw, 118px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.15;
	-webkit-text-fill-color: currentColor;
}

.home-why__list {
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.72);
	background: rgba(0, 0, 0, 0.64);
	list-style: none;
}

.home-why__list li {
	display: grid;
	grid-template-columns: 1fr 72px;
	align-items: center;
	gap: 26px;
	min-height: 208px;
	padding: 25px 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.54);
	outline: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.home-why__list li:last-child {
	border-bottom: 0;
}

.home-why__list li:hover,
.home-why__list li:focus-visible {
	background: linear-gradient(90deg, rgba(75, 150, 255, 0.92), rgba(105, 185, 250, 0.82));
}

.home-why__list li:focus-visible {
	box-shadow: inset 0 0 0 2px #ffffff;
}

.home-why__list strong {
	display: block;
	font-size: 25px;
	line-height: 1.12;
	text-transform: uppercase;
}

.home-why__list p {
	margin: 16px 0 0;
	font-size: 17px;
	line-height: 1.35;
}

.home-why__list li > span {
	align-self: end;
	font-size: 52px;
	font-weight: 700;
	line-height: 1;
}

/* Process */
.home-process {
	min-height: 935px;
	padding-block: 90px 110px;
	background: #ffffff;
	color: #777777;
}

.home-process h2 {
	margin-bottom: 70px;
	text-align: right;
}

.home-process__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px 36px;
}

.home-process-card {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 220px;
	align-items: center;
	min-height: 270px;
	padding: 40px 58px;
	border: 4px solid #8a8a8a;
	border-radius: 38px;
	outline: none;
	transform: scaleY(1);
	transform-origin: top center;
	transition: border-color 180ms ease, color 180ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-process-card.is-highlighted {
	z-index: 2;
	border: 0;
	background: linear-gradient(90deg, var(--home-blue-start), var(--home-blue-middle), var(--home-blue-end));
	box-shadow: 0 18px 42px rgba(75, 150, 255, 0.2);
	color: #ffffff;
	transform: scaleY(1.137);
}

.home-process-card:focus-visible {
	box-shadow: inset 0 0 0 3px #2d70c7;
}

.home-process-card h3 {
	margin: 0 0 30px;
	font-size: 27px;
	line-height: 1.15;
	text-transform: uppercase;
}

.home-process-card p {
	max-width: 280px;
	margin: 0;
	font-size: 18px;
	line-height: 1.35;
}

.home-process-card img {
	justify-self: end;
	width: 190px;
	height: 190px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) opacity(0.45);
}

.home-process-card.is-highlighted img {
	filter: none;
}

/* Trusted */
.home-trusted {
	min-height: 555px;
	padding-block: 80px 120px;
	background: #ffffff;
	color: #111111;
}

.home-trusted h2 {
	margin-bottom: 105px;
}

.home-trusted__logos {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
}

.home-trusted__logos::before,
.home-trusted__logos::after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: clamp(70px, 8vw, 155px);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	content: "";
	pointer-events: none;
}

.home-trusted__logos::before {
	left: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}

.home-trusted__logos::after {
	right: 0;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}

.home-trusted__track {
	display: flex;
	align-items: center;
	width: max-content;
	animation: home-trusted-scroll 28s linear infinite;
	will-change: transform;
}

.home-trusted__logos:hover .home-trusted__track,
.home-trusted__logos:focus-within .home-trusted__track {
	animation-play-state: paused;
}

.home-trusted__group {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 78px;
	padding-right: 78px;
}

.home-trusted__logos img {
	max-width: 175px;
	max-height: 70px;
	width: auto;
	flex: 0 0 auto;
	object-fit: contain;
}

@keyframes home-trusted-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

/* About */
.home-about {
	min-height: 1270px;
	padding-block: 95px 115px;
	background: #ffffff;
	color: #111111;
}

.home-about h2 {
	margin-bottom: 50px;
	text-align: right;
}

.home-about__media {
	position: relative;
	margin: 0;
}

.home-about__media > img {
	width: 100%;
	height: 720px;
	object-fit: cover;
}

.home-slider-controls--image {
	bottom: 35px;
}

.home-about__content {
	position: relative;
	padding-top: 44px;
	padding-right: 310px;
}

.home-about__content p {
	margin: 0 0 13px;
	font-size: 19px;
	line-height: 1.45;
}

.home-about__content .home-button {
	position: absolute;
	top: 48px;
	right: 0;
}

/* CTA */
.home-cta {
	min-height: 500px;
	background: #000000 url("../../home-material/689a943b-0c69-453c-bd81-8fbbfc787dc9.png") center / cover no-repeat;
}

.home-cta__inner {
	display: flex;
	align-items: center;
	min-height: 500px;
}

.home-cta h2 {
	margin-bottom: 34px;
	background: none;
	color: #ffffff;
	font-size: clamp(48px, 4vw, 76px);
	-webkit-text-fill-color: currentColor;
}

@media (max-width: 1200px) {
	.home-stat--experience {
		left: 2%;
	}

	.home-stat--projects {
		left: 28%;
	}

	.home-stat--brands {
		left: 51%;
	}

	.home-stat--countries {
		right: 1%;
	}

	.home-why__inner {
		grid-template-columns: minmax(0, 1fr) minmax(520px, 0.9fr);
	}

	.home-process-card {
		grid-template-columns: 1fr 145px;
		padding: 40px;
	}

	.home-process-card img {
		width: 135px;
		height: 135px;
	}
}

@media (max-width: 782px) {
	.admin-bar.wintime-home-page .site-header {
		top: 46px;
	}

	.home-hero {
		height: auto;
		max-height: none;
		min-height: 820px;
		background-position: 54% center;
	}

	.home-hero__inner {
		min-height: 820px;
		padding-top: 145px;
		padding-bottom: 95px;
	}

	.home-hero__copy {
		width: 100%;
	}

	.home-hero h1 {
		font-size: clamp(48px, 15vw, 66px);
	}

	.home-hero__copy p {
		font-size: 15px;
	}

	.home-hero__actions {
		position: static;
		margin-top: 42px;
	}

	.home-slider-controls {
		bottom: 24px;
		gap: 65px;
	}

	.home-impact {
		height: auto;
		min-height: 980px;
	}

	.home-impact__art {
		top: 120px;
		left: -360px;
		opacity: 0.75;
	}

	.home-impact h2 {
		position: static;
		padding-top: 72px;
		text-align: right;
	}

	.home-impact__stats {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 70px 16px;
		padding-top: 120px;
	}

	.home-stat,
	.home-stat--experience,
	.home-stat--projects,
	.home-stat--brands,
	.home-stat--countries {
		position: static;
		min-width: 0;
	}

	.home-stat strong {
		font-size: 78px;
	}

	.home-stat > span {
		font-size: 12px;
		text-align: center;
	}

	.home-services {
		min-height: 0;
		padding-block: 80px;
	}

	.home-service summary {
		grid-template-columns: 1fr 42px;
		min-height: 120px;
		padding-inline: 0;
	}

	.home-service summary strong {
		font-size: 21px;
	}

	.home-service summary small {
		font-size: 14px;
	}

	.home-service summary i {
		width: 40px;
		height: 40px;
	}

	.home-service summary i::before {
		top: 11px;
		left: 13px;
	}

	.home-service[open] summary i::before {
		top: 9px;
	}

	.home-service__body {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 0 0 48px;
	}

	.home-service__body > img,
	.home-asset-placeholder {
		width: 100%;
		height: 430px;
	}

	.home-service__details {
		padding-top: 0;
	}

	.home-service__details ul {
		gap: 20px;
		font-size: 17px;
	}

	.home-service__details .home-button {
		align-self: stretch;
		margin-top: 35px;
	}

	.home-why__inner {
		grid-template-columns: 1fr;
		gap: 70px;
		padding-block: 90px;
	}

	.home-why__lead h2 {
		font-size: 64px;
	}

	.home-why__list li {
		grid-template-columns: 1fr 45px;
		min-height: 190px;
		padding: 24px 20px;
	}

	.home-why__list strong {
		font-size: 19px;
	}

	.home-why__list p {
		font-size: 14px;
	}

	.home-why__list li > span {
		font-size: 36px;
	}

	.home-process {
		min-height: 0;
		padding-block: 80px;
	}

	.home-process h2 {
		margin-bottom: 55px;
	}

	.home-process__grid {
		grid-template-columns: 1fr;
	}

	.home-process-card {
		grid-template-columns: 1fr 100px;
		min-height: 220px;
		padding: 30px;
		border-width: 3px;
		border-radius: 26px;
	}

	.home-process-card h3 {
		font-size: 21px;
	}

	.home-process-card p {
		font-size: 15px;
	}

	.home-process-card img {
		width: 90px;
		height: 90px;
	}

	.home-trusted {
		min-height: 0;
		padding-block: 75px;
	}

	.home-trusted h2 {
		margin-bottom: 55px;
	}

	.home-trusted__group {
		gap: 48px;
		padding-right: 48px;
	}

	.home-trusted__logos img {
		max-width: 145px;
	}

	.home-about {
		min-height: 0;
		padding-block: 80px;
	}

	.home-about__media > img {
		height: 360px;
	}

	.home-about__content {
		padding-top: 32px;
		padding-right: 0;
	}

	.home-about__content p {
		font-size: 16px;
	}

	.home-about__content .home-button {
		position: static;
		width: 100%;
		margin-top: 25px;
	}

	.home-cta,
	.home-cta__inner {
		min-height: 420px;
	}

	.home-cta {
		background-position: 58% center;
	}

	.home-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-hero__slide {
		transition: none;
	}

	.home-impact__art {
		transition: none;
	}

	.home-process-card {
		transition: none;
	}

	.home-trusted__logos {
		overflow-x: auto;
		-webkit-mask-image: none;
		mask-image: none;
	}

	.home-trusted__logos::before,
	.home-trusted__logos::after {
		display: none;
	}

	.home-trusted__track {
		animation: none;
		will-change: auto;
	}

	.home-trusted__group[aria-hidden="true"] {
		display: none;
	}
}
