/**
 * Homepage section overrides — tech, AI, case studies.
 *
 * @package Skavend
 */

.tech-engineering-section__eyebrow,
.ai-solutions-section__eyebrow {
	display: inline-block;
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #b07f45 !important;
	background: none !important;
	border: none !important;
}

.tech-engineering-section__header,
.ai-solutions-section__header {
	text-align: center;
	margin-bottom: 32px;
}

.tech-engineering-section__title,
.ai-solutions-section__title {
	margin: 0;
	font-family: var(--font-serif, 'Playfair Display', Georgia, serif);
	font-size: clamp(28px, 3.6vw, 40px);
	font-weight: 700;
	line-height: 1.2;
	color: #1a2e26;
}

.ai-solutions-section__subtitle {
	max-width: 640px;
	margin: 14px auto 0;
	font-size: 15px;
	line-height: 1.65;
	color: #5c625f;
}

.tech-engineering-section__wrapper,
.ai-solutions-section__wrapper {
	width: var(--shell-width, 90%);
	margin-inline: auto;
}

.case-studies-section .case-studies-container:not(#skavend-home-case-studies) {
	width: var(--shell-width, 90%) !important;
}

.case-studies-header {
	margin-bottom: 32px !important;
}

.industries-note,
.skavend-cards-note {
	text-align: center;
	margin: 30px auto 0;
	max-width: 720px;
	font-size: 14px;
	color: #5c625f;
}

.process-approach__subtitle {
	margin-bottom: 32px;
}

.process-approach__subtitle--centered {
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
	font-size: 15px;
	line-height: 1.65;
	color: #5c625f;
}

.process-approach__subtitle--diamond {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0 auto 32px;
	max-width: 760px;
	font-size: 15px;
	line-height: 1.65;
	color: #5c625f;
	gap: 4px;
}

.process-approach__subtitle--diamond span {
	display: block;
}

.process-approach__subtitle--diamond span:first-child,
.process-approach__subtitle--diamond span:last-child {
	max-width: min(520px, 72%);
}

@media (max-width: 768px) {
	.process-approach__subtitle--diamond span:first-child,
	.process-approach__subtitle--diamond span:last-child {
		max-width: 100%;
	}
}
