.ita-412fbb12-wrap {
	display: flex;
	flex-direction: row;
	width: 100%;
	overflow: hidden;
}

.ita-412fbb12-item {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	transition: flex-grow 0.6s cubic-bezier(0.65, 0, 0.35, 1);
	will-change: flex-grow;
}

.ita-412fbb12-item.is-active {
	flex-grow: 5;
}

.ita-412fbb12-image {
	flex: 1 1 auto;
	min-width: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: grayscale(100%);
	transition: filter 0.6s ease;
}

.ita-412fbb12-item.is-active .ita-412fbb12-image {
	filter: grayscale(0%);
}

.ita-412fbb12-content {
	flex: 0 0 0;
	width: 0;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.4s ease 0.2s, flex-basis 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

.ita-412fbb12-item.is-active .ita-412fbb12-content {
	flex: 0 0 55%;
	width: 55%;
	opacity: 1;
}

.ita-412fbb12-content-inner {
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}

.ita-412fbb12-name {
	margin: 0 0 4px;
	line-height: 1.2;
}

.ita-412fbb12-title {
	margin: 0 0 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.9em;
}

.ita-412fbb12-social {
	display: flex;
	gap: 14px;
	margin-bottom: 18px;
}

.ita-412fbb12-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: color 0.25s ease, transform 0.25s ease;
}

.ita-412fbb12-social a:hover {
	transform: translateY(-2px);
}

.ita-412fbb12-social a svg {
	transition: fill 0.25s ease;
}

.ita-412fbb12-bio {
	margin: 0;
	line-height: 1.6;
}

.ita-412fbb12-item:focus-visible {
	outline: 2px solid #c0a070;
	outline-offset: 2px;
}

/* Mobile: stack vertically */
@media (max-width: 767px) {
	.ita-412fbb12-wrap {
		flex-direction: column;
		height: auto !important;
	}

	.ita-412fbb12-item {
		flex-direction: column;
		width: 100%;
		height: 180px;
		flex: 0 0 auto;
		transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
	}

	.ita-412fbb12-item.is-active {
		height: 520px;
		flex-grow: 0;
	}

	.ita-412fbb12-image {
		width: 100%;
		flex: 1 1 auto;
	}

	.ita-412fbb12-content {
		width: 100%;
		height: 0;
		flex: 0 0 0;
		transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.4s ease 0.2s, flex-basis 0.6s cubic-bezier(0.65, 0, 0.35, 1);
	}

	.ita-412fbb12-item.is-active .ita-412fbb12-content {
		flex: 0 0 auto;
		height: auto;
		width: 100%;
	}
}
