.tvk-archive-story,
.tvk-archive-story * {
	box-sizing: border-box;
}

.tvk-archive-story {
	/*display: none!important;*/
}

.tvk-archive-story {
	position: relative;
	/*width: 100vw;*/

	/*max-width: 100vw;*/
	/*margin-left: calc(50% - 50vw);*/
	margin: 0 auto;
	/*padding: 72px clamp(18px, 2.4vw, 38px) 42px;*/
	overflow: hidden;
	/*background: #fbfaf8;*/
	color: #211d1b;
	font-family: 'Open Sans', sans-serif;
}

.tvk-archive-story__inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.tvk-archive-story__title {
	position: relative;
	z-index: 2;
	max-width: 760px;
	/*margin: 0 0 -2.5%;*/
	font-family: Prata, serif;
	font-size: clamp(40px, 3.2vw, 56px);
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: -0.025em;
}

.tvk-archive-story__process {
	position: relative;
	width: 100%;
	aspect-ratio: 2560 / 1584;
	border-radius: 28px;
	overflow: hidden;
}

.tvk-archive-story__background {
	position: absolute;
	inset: 0;
	margin: 0;
	pointer-events: none;
}

.tvk-archive-story__background img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tvk-archive-story__copy {
	position: absolute;
	z-index: 2;
	top: 12.2%;
	left: 2.65%;
	display: grid;
	grid-template-columns: 39% 43%;
	justify-content: space-between;
	width: 90%;
}

.tvk-archive-story__copy p {
	margin: 0;
	font-size: clamp(11px, 1.02vw, 15px);
	font-weight: 400;
	line-height: 1.42;
}

.tvk-archive-story__diagram {
	position: absolute;
	z-index: 3;
	inset: 0;
}

.tvk-archive-story__steps {
	position: absolute;
	/*top: 29.3%;*/
	/*top: 182px;*/
	top: 24%;
  	left: 35%;
	/*left: 34%;*/
	width: 9.8%;
	/*height: 38%;*/
	height: 333px;
}

.tvk-archive-story__step {
	position: absolute;
	left: 0;
	display: grid;
	grid-template-columns: 1fr;
  	justify-items: center;
  	gap: clamp(3px, 0.45vw, 7px);
	/*grid-template-columns: clamp(20px, 2vw, 28px) 1fr;*/
	/*gap: clamp(3px, 0.45vw, 7px);*/
	align-items: center;
	width: 100%;
	font-family: Prata, serif;
	font-size: clamp(8px, 0.78vw, 12px);
	font-weight: 400;
	line-height: 1.18;
	color: #292321;
	text-align: center;
}

.tvk-archive-story__step:nth-child(1) { top: 0; }
.tvk-archive-story__step:nth-child(2) { top: 28.5%; }
.tvk-archive-story__step:nth-child(3) { top: 57%; }
.tvk-archive-story__step:nth-child(4) { top: 85.5%; }

.tvk-archive-story__icon {
	display: grid;
	place-items: center;
	width: clamp(20px, 2vw, 28px);
	height: clamp(20px, 2vw, 28px);
	color: #af2123;
}

.tvk-archive-story__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tvk-archive-story__outcome {
	position: absolute;
	top: 53%;
	/*top: 393px;*/
	left: 51.3%;
	width: 9.2%;
	transform: translate(-50%, -50%);
	font-family: Prata, serif;
	font-size: clamp(10px, 1.06vw, 16px);
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
}

.tvk-archive-story__outcome span,
.tvk-archive-story__tagline p span {
	color: #af2123;
}

.tvk-archive-story__tagline {
	position: absolute;
	z-index: 4;
	left: 50%;
	bottom: 4.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(55%, 680px);
	transform: translateX(-50%);
	text-align: center;
}

.tvk-archive-story__heart-wrap {
	display: grid;
	place-items: center;
	width: 61px;
	height: 38px;
	margin-bottom: 7px;
	background: #fbfaf8;
}

.tvk-archive-story__heart {
	display: block;
	width: 31px;
	height: 25px;
}

.tvk-archive-story__tagline p {
	margin: 0;
	font-family: Prata, serif;
	font-size: clamp(16px, 1.45vw, 22px);
	font-weight: 400;
	line-height: 1.3;
	white-space: nowrap;
}

.tvk-archive-story__mobile-art {
	display: none;
}

@media (max-width: 1199px) {

}

@media (max-width: 980px) {
	.tvk-archive-story {
		padding-top: 54px;
	}

	.tvk-archive-story__title {
		margin-bottom: 0;
		font-size: clamp(36px, 5vw, 48px);
	}

	.tvk-archive-story__copy {
		top: 8.5%;
	}
}

@media (max-width: 767px) {
	.tvk-archive-story {
		padding: 44px 16px 38px;
	}

	.tvk-archive-story__title {
		font-size: clamp(31px, 9vw, 40px);
		line-height: 1.2;
	}

	.tvk-archive-story__process {
		display: flex;
		flex-direction: column;
		aspect-ratio: auto;
		margin-top: 28px;
	}

	.tvk-archive-story__background {
		display: none;
	}

	.tvk-archive-story__copy {
		position: relative;
		top: auto;
		left: auto;
		order: 1;
		grid-template-columns: 1fr;
		gap: 18px;
		width: 100%;
	}

	.tvk-archive-story__copy p {
		font-size: 15px;
		line-height: 1.5;
	}

	.tvk-archive-story__mobile-art {
		position: relative;
		order: 2;
		display: block;
		width: calc(100% + 32px);
		height: clamp(230px, 68vw, 330px);
		margin: 26px -16px 0;
		overflow: hidden;
	}

	.tvk-archive-story__mobile-art img {
		position: absolute;
		left: 50%;
		bottom: 0;
		display: block;
		width: auto;
		max-width: none;
		height: 145%;
		transform: translateX(-50%);
	}

	.tvk-archive-story__step br {
		display: none;
	}

	.tvk-archive-story__diagram {
		position: relative;
		inset: auto;
		order: 3;
		display: grid;
		gap: 24px;
		margin-top: 28px;
	}

	.tvk-archive-story__process {
		border-radius: 0;
	}

	.tvk-archive-story__steps {
		position: relative;
		top: auto;
		left: auto;
		display: grid;
		gap: 12px;
		width: min(100%, 360px);
		height: auto;
		margin: 0 auto;
	}

	.tvk-archive-story__steps::before {
		position: absolute;
		top: 25px;
		bottom: 25px;
		left: 22px;
		width: 1px;
		background: rgba(175, 33, 35, 0.28);
		content: '';
	}

	.tvk-archive-story__step,
	.tvk-archive-story__step:nth-child(n) {
		position: relative;
		top: auto;
		grid-template-columns: 44px 1fr;
		gap: 13px;
		min-height: 50px;
		padding: 7px 14px 7px 0;
		border-radius: 12px;
		background: rgba(251, 250, 248, 0.94);
		font-size: 14px;
		line-height: 1.3;
		text-align: left;
	}

	.tvk-archive-story__icon {
		position: relative;
		z-index: 1;
		width: 44px;
		height: 44px;
		padding: 7px;
		background: #fbfaf8;
	}

	.tvk-archive-story__outcome {
		position: relative;
		top: auto;
		left: auto;
		display: grid;
		place-content: center;
		width: 154px;
		height: 154px;
		margin: 0 auto;
		border: 1px solid rgba(175, 33, 35, 0.58);
		border-radius: 50%;
		box-shadow: 0 0 0 6px #fbfaf8, 0 0 0 7px rgba(175, 33, 35, 0.2);
		transform: none;
		font-size: 17px;
	}

	.tvk-archive-story__tagline {
		position: relative;
		left: auto;
		bottom: auto;
		order: 4;
		width: 100%;
		margin-top: 34px;
		transform: none;
	}

	.tvk-archive-story__heart-wrap {
		width: 54px;
		height: 31px;
		margin-bottom: 9px;
	}

	.tvk-archive-story__tagline p {
		font-size: clamp(17px, 5vw, 21px);
		line-height: 1.45;
		white-space: normal;
	}
}
