@font-face {
	font-family: "Ciabatta";
	src: url("../../Ciabatta-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Ciabatta";
	src: url("../../Ciabatta-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.voc-adult-layout,
.voc-adult-layout * {
	box-sizing: border-box;
}

.voc-adult-layout {
	display: flex;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	font-family: "Ciabatta", sans-serif;
}

.voc-adult-column {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 48px 0 48px;
	text-align: center;
	position: relative;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.voc-adult-column-left {
	background-image: url("https://i.pinimg.com/736x/b8/4d/85/b84d850318dc348e5df7855d70b480d9.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #1f2933;
	overflow: hidden;
	filter: grayscale(1);
	transition: filter 0.35s ease;
}

.voc-adult-column-left::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(173, 223, 246, 0.98);
	transition: background 0.35s ease;
	z-index: 0;
	pointer-events: none;
}

.voc-adult-column-left:hover::before {
	background: rgba(173, 223, 246, 0.9);
}

.voc-adult-column-left:hover {
	filter: grayscale(0);
}

.voc-adult-column-right {
	background-image: url("https://i.pinimg.com/736x/df/21/5b/df215bd6cf6d2afecf337149e4c6ae75.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #1f2933;
	overflow: hidden;
	filter: grayscale(1);
	transition: filter 0.35s ease;
}

.voc-adult-column-right::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(163, 209, 170, 0.98);
	transition: background 0.35s ease;
	z-index: 0;
	pointer-events: none;
}

.voc-adult-column-right:hover::before {
	background: rgba(163, 209, 170, 0.9);
}

.voc-adult-column-right:hover {
	filter: grayscale(0);
}

.voc-adult-content {
	max-width: 480px;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 150px;
}

.voc-adult-content h1 {
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 1.1;
	margin: 0 0 16px;
}

.voc-adult-content p {
	position: absolute;
	margin: 0;
	line-height: 1.7;
}

.voc-adult-png-box {
	position: absolute;
	bottom: 0;
	display: block;
	object-fit: contain;
	object-position: center;
	border-radius: 24px 24px 0 0;
	left: 50%;
	transform: translateX(-50%);
}

.voc-adult-png-box-left,
.voc-adult-png-box-right {
	left: 50%;
}

@media (max-width: 768px) {
	.voc-adult-layout {
		flex-direction: column;
		min-height: calc(100vh - 75px);
		overflow: visible;
		align-items: center;
	}

	.voc-adult-column {
		width: min(100%, 430px);
		height: calc(50vh - 25px);
		padding: 54px 16px 0 16px;
		align-items: stretch;
		flex: 0 0 auto;
	}

	.voc-adult-content {
		max-width: 398px;
		width: 398px;
		height: 358px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
		padding: 0 20px 120px;
		top: 10px;
	}

	.voc-adult-content h1 {
		font-size: clamp(1.8rem, 8vw, 2.8rem);
		margin-bottom: 0;
	}

	.voc-adult-content p {
		position: static;
		font-size: 0.95rem;
		line-height: 1.4;
		width: 100%;
		max-width: 320px;
	}

	.voc-adult-png-box {
		width: 70vw;
		height: auto;
		bottom: 0;
	}
}
