/* ----------------------------------------
   Hero
---------------------------------------- */
.tech-human-page .site-content {
	padding: 0;
}

.page-template-template-tech-human-php .top-bar {
	background: var(--th-navy);
	border-bottom-color: var(--th-navy);
}

.page-template-template-tech-human-php .top-bar__message,
.page-template-template-tech-human-php .top-bar__link {
	color: var(--th-white);
}

.th-hero {
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 100px 0 90px;
}

.th-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0) 100%);
}

.th-hero__content {
	position: relative;
	max-width: 620px;
}

.th-hero__eyebrow {
	color: var(--th-white);
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}

.th-hero h1 {
	color: var(--th-white);
	font-size: 56px;
	line-height: 1.15;
}

.th-hero__subtitle {
	color: var(--th-white);
	font-size: 20px;
	font-weight: 500;
	margin: 20px 0 32px;
	opacity: 0.95;
}

/* ----------------------------------------
   Manifesto
---------------------------------------- */
.th-manifesto {
	background: var(--th-gray-100);
	padding: 80px 0;
}

.th-manifesto__inner {
	display: flex;
	align-items: center;
	gap: 56px;
}

.th-manifesto__media {
	flex: 1 1 45%;
	min-width: 0;
}

.th-manifesto__media img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.th-manifesto__content {
	flex: 1 1 55%;
	min-width: 0;
}

.th-manifesto__content h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

.th-manifesto__content p {
	font-size: 18px;
	font-weight: 500;
	color: var(--th-navy);
	margin-bottom: 16px;
}

/* ----------------------------------------
   Video
---------------------------------------- */
.th-video {
	padding: 0 0;
	background: #000;
}

.th-video__embed {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 16px;
	overflow: hidden;
}

.th-video__embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ----------------------------------------
   Tech / Human definitions
---------------------------------------- */
.th-definitions {
	background: var(--th-amber);
	padding: 64px 0;
}

.th-definitions__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.th-definition-card {
	background: var(--th-white);
	border-radius: 20px;
	padding: 40px;
}

.th-definition-card__icon {
	width: 48px;
	height: 48px;
	object-fit: contain;
	margin-bottom: 16px;
}

.th-definition-card h3 {
	font-size: 28px;
	margin-bottom: 12px;
}

.th-definition-card p {
	font-size: 18px;
	font-weight: 500;
	color: var(--th-navy-soft);
	margin: 0;
}

/* ----------------------------------------
   Steps
---------------------------------------- */
.th-steps {
	background: var(--th-gray-50);
	padding: 80px 0;
}

.th-steps .section-header--center {
	font-size: 40px;
	margin-bottom: 48px;
}

.th-steps__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: center;
}

.th-step-card {
	background: var(--th-amber);
	border-radius: 16px;
	padding: 32px;
	text-align: center;
}

.th-step-card--featured {
	padding: 40px 32px;
	box-shadow: 0 20px 45px rgba(6, 6, 92, 0.12);
}

.th-step-card__number {
	display: block;
	font-size: 48px;
	font-weight: 700;
	color: var(--th-navy);
	margin-bottom: 8px;
}

.th-step-card--featured .th-step-card__number {
	font-size: 56px;
}

.th-step-card h3 {
	font-size: 22px;
	margin-bottom: 12px;
	color: var(--th-navy);
}

.th-step-card p {
	font-size: 16px;
	font-weight: 500;
	color: var(--th-navy);
	margin: 0;
}

/* ----------------------------------------
   Products
---------------------------------------- */
.th-products {
	padding: 80px 0;
}

.th-products .section-header--center {
	font-size: 40px;
	max-width: 820px;
	margin: 0 auto 48px;
}

.th-products__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
}

.th-product-card {
	display: block;
	padding: 0 24px;
	border-left: 2px solid var(--th-amber);
	transition: opacity 0.2s ease;
}

.th-product-card:hover {
	opacity: 0.75;
	text-decoration: none;
}

.th-product-card:first-child {
	border-left: 0;
	padding-left: 0;
}

.th-product-card h3 {
	display: flex;
	align-items: center;
	height: 64px;
	font-size: 20px;
	margin: 0 0 12px;
}

.th-product-card__logo {
	display: block;
	height: 64px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
	margin-bottom: 12px;
}

.th-product-card p {
	font-size: 15px;
	font-weight: 500;
	color: var(--th-navy-soft);
	margin: 0;
}

/* ----------------------------------------
   CTA
---------------------------------------- */
.th-cta {
	background: var(--th-amber);
	padding: 56px 0;
}

.th-cta__inner {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.th-cta__inner p {
	font-size: 20px;
	font-weight: 500;
	color: var(--th-navy);
	margin-bottom: 28px;
}

/* ----------------------------------------
   Responsive
---------------------------------------- */
@media (max-width: 980px) {
	.th-hero h1 {
		font-size: 40px;
	}

	.th-manifesto__inner {
		flex-direction: column;
	}

	.th-definitions__grid,
	.th-steps__grid {
		grid-template-columns: 1fr;
	}

	.th-products__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.th-product-card {
		border-left: 0;
		padding-left: 0;
		border-top: 2px solid var(--th-amber);
		padding-top: 24px;
	}

	.th-product-card:first-child {
		border-top: 0;
		padding-top: 0;
	}
}

@media (max-width: 600px) {
	.th-hero {
		padding: 64px 0 56px;
	}

	.th-hero h1 {
		font-size: 32px;
	}
}
