.about-intro-row {
	margin-bottom: 2em;
}

.about-video-row .button {
	margin-bottom: 1em;
}

.about-video-card {
	display: block;
	margin: 0;
	border: 0;
	border-radius: 8px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(20, 32, 56, 0.16);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-video-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 46px rgba(20, 32, 56, 0.2);
}

.about-video-thumb {
	display: block;
	margin: 0;
}

.about-video-thumb img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.about-video-body {
	display: block;
	padding: 1.1em 1.25em 1.25em;
	color: #223046;
}

.about-video-body strong {
	display: block;
	margin-bottom: 0.3em;
	font-size: 0.95em;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.about-video-body span {
	display: block;
	font-size: 0.95em;
	letter-spacing: 0.04em;
	color: #5f6b7a;
}

@media screen and (max-width: 736px) {
	.about-intro-row {
		margin-bottom: 1.5em;
	}

	.about-video-row .col-6 {
		margin-bottom: 1.5em;
	}
}

@media screen and (max-width: 980px) {
	.wrapper.style-skills .spotlight {
		display: flex !important;
		flex-direction: column;
	}

	.wrapper.style-skills .spotlight .image,
	.wrapper.style-skills .spotlight .content {
		width: 100%;
	}

	.wrapper.style-skills .spotlight .image {
		order: 1;
	}

	.wrapper.style-skills .spotlight .content {
		order: 2;
		padding: 3em 2.5em 1.5em 2.5em;
	}
}

@media screen and (max-width: 736px) {
	.wrapper.style-skills .spotlight .content {
		padding: 2.5em 1.75em 1em 1.75em;
	}

	.wrapper.style-skills .content h2 {
		font-size: 1.2em;
	}

	.wrapper.style-skills .content p {
		line-height: 1.7;
	}
}

@media screen and (max-width: 736px) {
	#banner .inner {
		width: 100%;
		max-width: 100%;
		padding: 0 1.1em;
		box-sizing: border-box;
		overflow: hidden;
	}

	#banner h2 {
		display: block;
		width: 100%;
		box-sizing: border-box;
		font-size: 1.55em;
		line-height: 1.3;
		letter-spacing: 0.08em;
		padding: 0.45em 0.35em;
		margin: 0 auto 0.45em auto;
	}

	#banner h2 br {
		display: block;
	}

	#banner .portfolio-label,
	#banner .hero-role,
	#banner .hero-subtitle {
		max-width: 100%;
		padding-left: 0.2em;
		padding-right: 0.2em;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}

	#banner .hero-role {
		font-size: 0.8em;
		letter-spacing: 0.08em;
	}

	#banner .hero-subtitle {
		font-size: 0.84em;
		line-height: 1.65;
		letter-spacing: 0.08em;
	}

	#banner .actions.special {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		margin: 1.5em 0 0 0;
	}

	#banner .actions.special li {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 0 0.85em 0;
	}

	#banner .actions.special .button {
		display: block;
		width: 100%;
		max-width: none;
		height: auto;
		line-height: 1.5;
		padding: 1em 1em;
		white-space: normal;
		letter-spacing: 0.1em;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 736px) {
	.project-hero .inner {
		width: 100%;
		max-width: 100%;
		padding: 0 1.2em;
		box-sizing: border-box;
	}

	.project-hero h2 {
		display: block;
		width: 100%;
		box-sizing: border-box;
		font-size: 1.5em;
		letter-spacing: 0.08em;
		padding: 0.45em 0.35em;
		margin: 0 auto 0.45em auto;
	}

	.project-hero p {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		font-size: 0.84em;
		letter-spacing: 0.08em;
		line-height: 1.7;
		padding: 0 0.15em;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 736px) {
	.wrapper.style-about header.major {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0.75em;
		padding-right: 0.75em;
		box-sizing: border-box;
	}

	.wrapper.style-about header.major h2 {
		font-size: 1.55em;
		line-height: 1.45;
		letter-spacing: 0.12em;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.wrapper.style-about header.major p {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0.25em;
		padding-right: 0.25em;
		box-sizing: border-box;
		text-align: center;
	}
}
