:root {
	--ths-cream: #f6f8f9;
	--ths-cream-2: #edf3f6;
	--ths-cream-3: #dbe7ee;
	--ths-ink: #111923;
	--ths-ink-2: #182634;
	--ths-copper: #0876b8;
	--ths-copper-2: #055f96;
	--ths-copper-light: #3aa7df;
	--ths-warm: #5e6d79;
	--ths-border: #bfd0da;
	--ths-logo-blue: #0876b8;
	--ths-font: Inter, sans-serif;
	--cream: var(--ths-cream);
	--cream2: var(--ths-cream-2);
	--cream3: var(--ths-cream-3);
	--ink: var(--ths-ink);
	--ink2: var(--ths-ink-2);
	--copper: var(--ths-copper);
	--copper2: var(--ths-copper-2);
	--copper-lt: var(--ths-copper-light);
	--warm: var(--ths-warm);
	--border: var(--ths-border);
	--ths-inner-hero-title-size: clamp(34px, 4.2vw, 60px);
	--ths-section-title-size: clamp(30px, 3.2vw, 46px);
	--ths-panel-title-size: clamp(28px, 3vw, 42px);
	--ths-cta-title-size: clamp(34px, 4vw, 54px);
	--ths-button-height: 48px;
	--ths-button-x: 24px;
	--ths-button-radius: 3px;
}

.services-page {
	background: var(--ths-cream);
	color: var(--ths-ink);
}

.services-source-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 680px;
	padding: 150px 60px 80px;
	overflow: hidden;
	background: var(--ths-ink-2);
	color: var(--ths-cream);
}

.services-source-hero::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background: linear-gradient(135deg, rgba(17, 25, 35, 0.95), rgba(24, 38, 52, 0.7));
}

.services-source-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	height: 38%;
	content: "";
	background: linear-gradient(to top, rgba(246, 248, 249, 0.12), transparent);
}

.services-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.services-hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.86) sepia(0.22);
	opacity: 0.58;
}

.services-hero-content {
	position: relative;
	z-index: 2;
	width: min(100%, 1180px);
	margin: 0 auto;
}

.services-hero-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 22px;
	color: rgba(246, 248, 249, 0.72);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.services-hero-breadcrumb a {
	color: var(--ths-cream);
}

.services-hero-title {
	max-width: 930px;
	margin: 0;
	font-family: Georgia, serif;
	font-size: var(--ths-inner-hero-title-size);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.02;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.30);
}

body.page-child .services-hero-title {
	max-width: 820px;
	font-size: var(--ths-inner-hero-title-size);
	line-height: 1.02;
}

body.page-child .services-source-hero {
	min-height: 600px;
}

body.page-child .services-hero-desc {
	max-width: 620px;
	font-size: 16px;
}

.services-hero-desc {
	max-width: 700px;
	margin-top: 28px;
	color: rgba(246, 248, 249, 0.82);
	font-size: 18px;
	line-height: 1.8;
}

.services-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.btn-main,
.btn-line,
.wp-block-button.btn-main .wp-block-button__link,
.wp-block-button.btn-line .wp-block-button__link,
.wp-block-button.btn-cta-main .wp-block-button__link,
.wp-block-button.btn-cta-line .wp-block-button__link,
.ths-enquiry-submit {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--ths-button-height);
	padding: 0 var(--ths-button-x);
	overflow: hidden;
	border-radius: var(--ths-button-radius);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.btn-main,
.wp-block-button.btn-main .wp-block-button__link,
.wp-block-button.btn-cta-main .wp-block-button__link,
.ths-enquiry-submit {
	background: var(--ths-copper);
	border: 1px solid var(--ths-copper);
	box-shadow: 0 8px 24px rgba(8, 118, 184, 0.30), 0 2px 6px rgba(8, 118, 184, 0.18);
	color: var(--ths-cream);
}

.btn-main:hover,
.wp-block-button.btn-main .wp-block-button__link:hover,
.wp-block-button.btn-cta-main .wp-block-button__link:hover,
.ths-enquiry-submit:hover {
	background: var(--ths-ink);
	border-color: var(--ths-ink);
	box-shadow: 0 16px 34px rgba(17, 25, 35, 0.18);
	color: var(--ths-cream);
	transform: translateY(-1px);
}

.btn-line,
.wp-block-button.btn-line .wp-block-button__link,
.wp-block-button.btn-cta-line .wp-block-button__link {
	background: transparent;
	border: 1px solid rgba(17, 25, 35, 0.50);
	box-shadow: none;
	color: var(--ths-ink);
}

.btn-line:hover,
.wp-block-button.btn-line .wp-block-button__link:hover,
.wp-block-button.btn-cta-line .wp-block-button__link:hover {
	background: var(--ths-ink);
	border-color: var(--ths-ink);
	color: var(--ths-cream);
	transform: translateY(-1px);
}

.btn-main:focus-visible,
.btn-line:focus-visible,
.wp-block-button .wp-block-button__link:focus-visible,
.ths-enquiry-submit:focus-visible,
.nav-menu a:focus-visible {
	outline: 2px solid var(--ths-copper-light);
	outline-offset: 3px;
}

.services-hero-actions .btn-line {
	border-color: rgba(246, 248, 249, 0.54);
	color: var(--ths-cream);
}

.services-hero-actions .btn-line:hover {
	background: var(--ths-cream);
	border-color: var(--ths-cream);
	color: var(--ths-ink);
}

.services-hero-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	max-width: 880px;
	margin-top: 48px;
	background: rgba(246, 248, 249, 0.16);
	border: 1px solid rgba(246, 248, 249, 0.18);
}

.services-hero-stat {
	padding: 24px;
	background: rgba(17, 25, 35, 0.50);
}

.services-hero-stat strong {
	display: block;
	color: var(--ths-copper-light);
	font-size: 36px;
	font-weight: 300;
	line-height: 1;
}

.services-hero-stat span {
	display: block;
	margin-top: 10px;
	color: rgba(246, 248, 249, 0.72);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.services-overview-nav {
	position: sticky;
	top: 72px;
	z-index: 20;
	display: flex;
	gap: 1px;
	justify-content: center;
	padding: 0 60px;
	background: var(--ths-cream);
	border-bottom: 1px solid var(--ths-border);
}

.admin-bar .services-overview-nav {
	top: 104px;
}

.services-overview-nav a {
	flex: 1;
	max-width: 180px;
	padding: 22px 14px;
	color: var(--ths-warm);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-align: center;
	text-transform: uppercase;
	transition: color 0.2s ease, background 0.2s ease;
}

.services-overview-nav a:hover,
.services-overview-nav a.is-active {
	background: var(--ths-cream-2);
	color: var(--ths-copper);
}

.services-intro-row,
.services-lead-section,
.service-fit-section,
.service-faq-section,
.source-all-services-section,
.source-why-section,
.source-showcase,
.source-testi-section,
.source-cta-section {
	padding: 100px 60px;
}

.services-intro-inner,
.services-lead-inner,
.service-fit-inner,
.service-faq-inner,
.source-all-services-inner,
.source-why-inner,
.source-showcase-inner,
.source-testi-inner,
.source-cta-inner {
	width: min(100%, 1180px);
	margin: 0 auto;
}

.services-intro-inner {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	gap: 80px;
	align-items: start;
}

.services-intro-kicker,
.source-label {
	color: var(--ths-copper);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.services-intro-title,
.source-section-title {
	margin: 0;
	font-family: Georgia, serif;
	font-size: var(--ths-section-title-size);
	font-weight: 400;
	line-height: 1.08;
}

.services-intro-copy {
	color: var(--ths-warm);
	font-size: 18px;
	line-height: 1.9;
}

.services-lead-section {
	background: var(--ths-cream-2);
}

.services-lead-head,
.service-fit-head,
.service-faq-head {
	display: flex;
	gap: 40px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 44px;
}

.services-lead-copy,
.service-fit-copy,
.service-faq-copy {
	max-width: 520px;
	color: var(--ths-warm);
	font-size: 16px;
	line-height: 1.8;
}

.services-lead-grid,
.service-fit-grid,
.service-faq-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.services-lead-card,
.service-fit-card,
.service-faq-item {
	background: rgba(255, 255, 255, 0.70);
	border: 1px solid var(--ths-border);
}

.services-lead-card {
	padding: 30px;
}

.services-lead-card span,
.service-fit-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	margin-bottom: 28px;
	background: var(--ths-ink);
	color: var(--ths-cream);
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 1;
}

.services-lead-card h3,
.service-fit-card h3 {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.18;
}

.services-lead-card p,
.service-fit-card p,
.service-faq-item p {
	color: var(--ths-warm);
	font-size: 14px;
	line-height: 1.75;
}

.service-fit-section {
	background: var(--ths-cream);
}

.service-fit-grid {
	grid-template-columns: 0.95fr 1.05fr;
}

.service-fit-card {
	padding: 34px;
}

.service-fit-card ul {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.service-fit-card li {
	position: relative;
	padding-left: 22px;
	color: var(--ths-warm);
	font-size: 15px;
	line-height: 1.65;
}

.service-fit-card li::before {
	position: absolute;
	top: 11px;
	left: 0;
	width: 7px;
	height: 7px;
	background: var(--ths-copper);
	border-radius: 50%;
	content: "";
}

.service-fit-card.is-dark {
	background: var(--ths-ink-2);
	color: var(--ths-cream);
}

.service-fit-card.is-dark h3,
.service-fit-card.is-dark li {
	color: var(--ths-cream);
}

.service-fit-card.is-dark p {
	color: rgba(246, 248, 249, 0.84);
}

.service-micro-cta {
	display: grid;
	grid-template-columns: 1.1fr auto;
	gap: 24px;
	align-items: center;
	padding: 30px;
	margin-top: 18px;
	background: var(--ths-copper);
	color: var(--ths-cream);
}

.service-micro-cta p {
	margin: 0;
	color: rgba(246, 248, 249, 0.97);
	font-size: 15px;
	line-height: 1.7;
}

.service-micro-cta .btn-main {
	background: var(--ths-ink);
	border-color: var(--ths-ink);
	color: var(--ths-cream);
}

.service-micro-cta .btn-main:hover {
	background: var(--ths-cream);
	border-color: var(--ths-cream);
	color: var(--ths-ink);
}

.service-enquiry-section {
	padding: 100px 60px;
	background: var(--ths-ink-2);
	color: var(--ths-cream);
}

.service-enquiry-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 54px;
	align-items: start;
	width: min(100%, 1180px);
	margin: 0 auto;
}

.service-enquiry-copy h2 {
	margin: 18px 0 22px;
	font-family: Georgia, serif;
	font-size: var(--ths-section-title-size);
	font-weight: 400;
	line-height: 1.08;
}

.service-enquiry-copy p {
	color: rgba(246, 248, 249, 0.88);
	font-size: 17px;
	line-height: 1.8;
}

.service-enquiry-points {
	display: grid;
	gap: 10px;
	margin-top: 34px;
}

.service-enquiry-points span {
	position: relative;
	padding-left: 22px;
	color: rgba(246, 248, 249, 0.92);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.service-enquiry-points span::before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 7px;
	height: 7px;
	background: var(--ths-copper-light);
	border-radius: 50%;
	content: "";
}

.service-enquiry-card {
	padding: 40px;
	background: var(--ths-cream);
	color: var(--ths-ink);
	box-shadow: 0 12px 40px rgba(17, 25, 35, 0.14);
}

.service-enquiry-notice {
	padding: 14px 16px;
	margin-bottom: 18px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.45;
}

.service-enquiry-notice.is-success {
	background: rgba(8, 118, 184, 0.12);
	color: var(--ths-copper-2);
}

.service-enquiry-notice.is-error {
	background: rgba(120, 24, 24, 0.12);
	color: #781818;
}

.ths-enquiry-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.ths-enquiry-service,
.ths-enquiry-full,
.ths-enquiry-submit {
	grid-column: 1 / -1;
}

.ths-enquiry-service {
	padding: 12px 14px;
	background: var(--ths-cream-2);
	color: var(--ths-copper);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ths-enquiry-form label {
	display: grid;
	gap: 8px;
	margin: 0;
}

.ths-enquiry-form label span {
	color: var(--ths-warm);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.ths-enquiry-form input,
.ths-enquiry-form select,
.ths-enquiry-form textarea {
	width: 100%;
	min-height: 46px;
	padding: 12px 13px;
	background: #ffffff;
	border: 1px solid var(--ths-border);
	border-radius: 0;
	color: var(--ths-ink);
	font: inherit;
	outline: 0;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ths-enquiry-form textarea {
	resize: vertical;
}

.ths-enquiry-form input:focus,
.ths-enquiry-form select:focus,
.ths-enquiry-form textarea:focus {
	border-color: var(--ths-copper);
	box-shadow: 0 0 0 3px rgba(8, 118, 184, 0.14);
}

.ths-enquiry-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ths-enquiry-submit {
	justify-content: center;
	width: 100%;
	border: 0;
	cursor: pointer;
}

.service-faq-section {
	background: var(--ths-cream-2);
}

.service-faq-grid {
	align-items: start;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-faq-item {
	padding: 0;
	align-self: start;
}

.service-faq-item summary {
	cursor: pointer;
	padding: 24px 28px;
	color: var(--ths-ink);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
}

.service-faq-item p {
	padding: 0 28px 26px;
	margin: 0;
}

.service-single-actions {
	padding: 0 60px 70px;
	margin-top: -36px;
}

.service-single-actions-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	width: min(100%, 1180px);
	padding-top: 28px;
	margin: 0 auto;
	border-top: 1px solid var(--ths-border);
}

.service-single-actions-copy {
	max-width: 560px;
	color: var(--ths-warm);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}

.service-single-actions-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.service-detail-section {
	padding: 0 60px 110px;
}

.service-detail-inner {
	width: min(100%, 1180px);
	margin: 0 auto;
}

.source-service-strip {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	min-height: 600px;
	background: var(--ths-cream-2);
	border: 1px solid var(--ths-border);
}

.source-service-strip.is-reverse {
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.source-service-media {
	position: relative;
	min-height: 520px;
	overflow: hidden;
}

.source-service-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.9) sepia(0.18);
	transition: transform 0.8s ease;
}

.source-service-strip:hover .source-service-media img {
	transform: scale(1.04);
}

.source-service-number {
	position: absolute;
	right: 28px;
	bottom: 24px;
	color: rgba(246, 248, 249, 0.78);
	font-family: Georgia, serif;
	font-size: 86px;
	line-height: 1;
}

.source-service-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 70px;
}

.source-service-content h2 {
	margin: 18px 0 24px;
	font-family: Georgia, serif;
	font-size: var(--ths-panel-title-size);
	font-weight: 400;
	line-height: 1.08;
}

.source-service-content p {
	color: var(--ths-warm);
	font-size: 17px;
	line-height: 1.85;
}

.source-features-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 34px 0 38px;
}

.source-feature-item {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 13px 14px;
	background: rgba(255, 255, 255, 0.70);
	border: 1px solid var(--ths-border);
	color: var(--ths-ink-2);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.source-feature-item::before {
	width: 7px;
	height: 7px;
	background: var(--ths-copper);
	border-radius: 50%;
	content: "";
	flex: 0 0 auto;
}

.source-service-process {
	padding: 44px;
	margin-top: 34px;
	background: var(--ths-ink-2);
	color: var(--ths-cream);
}

.source-service-process h3 {
	margin: 0 0 26px;
	color: var(--ths-copper-light);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.source-process-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.source-process-step {
	position: relative;
	padding-left: 26px;
	color: rgba(246, 248, 249, 0.82);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.source-process-step::before {
	position: absolute;
	top: 4px;
	left: 0;
	color: var(--ths-copper-light);
	content: attr(data-step);
	font-size: 11px;
	font-weight: 900;
}

.source-as-head,
.source-why-head,
.source-testi-head {
	display: flex;
	gap: 40px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 54px;
}

.source-as-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--ths-border);
	border-left: 1px solid var(--ths-border);
}

.source-as-card {
	display: flex;
	flex-direction: column;
	min-height: 330px;
	padding: 34px;
	border-right: 1px solid var(--ths-border);
	border-bottom: 1px solid var(--ths-border);
	transition: background 0.25s ease, transform 0.25s ease;
}

.source-as-card:hover {
	background: var(--ths-cream-2);
	box-shadow: 0 20px 54px rgba(17, 25, 35, 0.12);
	transform: translateY(-4px);
}

.source-as-num {
	color: var(--ths-copper);
	font-family: Georgia, serif;
	font-size: 42px;
	line-height: 1;
}

.source-as-card h3 {
	margin: 52px 0 18px;
	font-size: 22px;
	line-height: 1.15;
}

.source-as-card p {
	color: var(--ths-warm);
	font-size: 14px;
	line-height: 1.7;
}

.source-as-card .source-card-link {
	margin-top: auto;
	color: var(--ths-copper);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.source-why-section,
.source-testi-section {
	background: var(--ths-ink-2);
	color: var(--ths-cream);
}

.source-why-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: rgba(246, 248, 249, 0.15);
}

.source-why-card {
	min-height: 260px;
	padding: 34px;
	background: var(--ths-ink-2);
}

.source-why-card h3 {
	margin: 0 0 18px;
	color: var(--ths-copper-light);
	font-size: 19px;
}

.source-why-card p,
.source-testi-card p {
	color: rgba(246, 248, 249, 0.84);
	font-size: 14px;
	line-height: 1.75;
}

.source-showcase {
	background: var(--ths-cream-2);
}

.source-showcase-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 44px;
	align-items: center;
}

.source-showcase-media {
	min-height: 460px;
	overflow: hidden;
}

.source-showcase-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.source-showcase-content h2 {
	margin: 18px 0 20px;
	font-family: Georgia, serif;
	font-size: var(--ths-panel-title-size);
	font-weight: 400;
	line-height: 1.08;
}

.source-showcase-content p {
	color: var(--ths-warm);
	font-size: 17px;
	line-height: 1.85;
}

.source-testi-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(246, 248, 249, 0.16);
}

.source-testi-card {
	padding: 40px;
	background: var(--ths-ink-2);
}

.source-testi-card strong {
	display: block;
	margin-top: 24px;
	color: var(--ths-copper-light);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.source-cta-section {
	background: var(--ths-copper);
	color: var(--ths-cream);
	text-align: center;
}

.source-cta-inner {
	max-width: 820px;
}

.source-cta-inner h2 {
	margin: 0 0 22px;
	font-family: Georgia, serif;
	font-size: var(--ths-cta-title-size);
	font-weight: 400;
	line-height: 1.05;
}

.source-cta-inner p {
	margin-bottom: 34px;
	color: rgba(246, 248, 249, 0.97);
	font-size: 18px;
	line-height: 1.8;
}

.source-cta-inner .btn-main {
	background: var(--ths-ink);
	border-color: var(--ths-ink);
	color: var(--ths-cream);
}

.source-cta-inner .btn-main:hover {
	background: var(--ths-cream);
	border-color: var(--ths-cream);
	color: var(--ths-ink);
}

@media (max-width: 1024px) {
	.services-source-hero,
	.services-intro-row,
	.services-lead-section,
	.service-fit-section,
	.service-enquiry-section,
	.service-faq-section,
	.source-all-services-section,
	.source-why-section,
	.source-showcase,
	.source-testi-section,
	.source-cta-section {
		padding-right: 34px;
		padding-left: 34px;
	}

	.services-overview-nav {
		top: 72px;
		justify-content: flex-start;
		padding: 0 24px;
		overflow-x: auto;
	}

	.services-overview-nav a {
		flex: 0 0 auto;
	}

	.services-intro-inner,
	.services-lead-grid,
	.service-fit-grid,
	.service-enquiry-inner,
	.service-faq-grid,
	.source-service-strip,
	.source-service-strip.is-reverse,
	.source-showcase-grid {
		grid-template-columns: 1fr;
	}

	.source-service-strip.is-reverse .source-service-media {
		order: -1;
	}

	.source-as-grid,
	.source-why-grid,
	.source-testi-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.services-source-hero {
		min-height: 620px;
		padding: 130px 22px 58px;
	}

	.services-hero-stats,
	.source-as-grid,
	.source-why-grid,
	.source-testi-grid,
	.source-features-grid,
	.source-process-steps {
		grid-template-columns: 1fr;
	}

	.services-intro-row,
	.service-detail-section,
	.service-single-actions,
	.services-lead-section,
	.service-fit-section,
	.service-enquiry-section,
	.service-faq-section,
	.source-all-services-section,
	.source-why-section,
	.source-showcase,
	.source-testi-section,
	.source-cta-section {
		padding: 64px 22px;
	}

	.service-detail-section {
		padding-top: 0;
	}

	.service-single-actions {
		margin-top: -24px;
	}

	.service-single-actions-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.services-lead-head,
	.service-fit-head,
	.service-faq-head,
	.service-micro-cta {
		display: block;
	}

	.ths-enquiry-form {
		grid-template-columns: 1fr;
	}

	.hero-cta-row,
	.cta-btns,
	.services-hero-actions,
	.service-single-actions-buttons {
		width: 100%;
	}

	.btn-main,
	.btn-line,
	.wp-block-button.btn-main,
	.wp-block-button.btn-line,
	.wp-block-button.btn-cta-main,
	.wp-block-button.btn-cta-line,
	.wp-block-button.btn-main .wp-block-button__link,
	.wp-block-button.btn-line .wp-block-button__link,
	.wp-block-button.btn-cta-main .wp-block-button__link,
	.wp-block-button.btn-cta-line .wp-block-button__link,
	.ths-enquiry-submit {
		width: 100%;
		white-space: normal;
	}

	.source-service-content,
	.source-service-process,
	.service-enquiry-card,
	.source-as-card,
	.source-why-card,
	.source-testi-card {
		padding: 28px;
	}

	.source-service-media,
	.source-showcase-media {
		min-height: 320px;
	}

	.source-as-head,
	.source-why-head,
	.source-testi-head {
		display: block;
	}
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--ths-cream);
	color: var(--ths-ink);
	font-family: var(--ths-font);
	overflow-x: hidden;
}

body,
.wp-site-blocks,
.wp-block-post-content,
.ths-page {
	margin: 0;
}

.wp-site-blocks > *,
.wp-block-post-content > *,
.ths-page > * {
	margin-block-start: 0;
}

.ths-page {
	background: var(--ths-cream);
	color: var(--ths-ink);
	font-family: var(--ths-font);
	overflow: hidden;
}

.ths-page *,
.ths-page *::before,
.ths-page *::after {
	box-sizing: border-box;
}

.ths-page figure {
	margin: 0;
}

.ths-page :where(p, h1, h2, h3, h4, ul, ol, figure) {
	margin-block-start: 0;
	margin-block-end: 0;
}

.ths-page img {
	display: block;
	max-width: 100%;
}

.ths-page a {
	color: inherit;
	text-decoration: none;
}

.cursor {
	position: fixed;
	z-index: 9999;
	width: 8px;
	height: 8px;
	pointer-events: none;
	background: var(--ths-copper);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: width 0.2s ease, height 0.2s ease, background 0.2s ease;
	mix-blend-mode: multiply;
}

.cursor.big {
	width: 40px;
	height: 40px;
	background: rgba(8, 118, 184, 0.14);
	border: 1px solid var(--ths-copper);
}

.ths-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 72px;
	padding: 0 60px;
	background: transparent;
	transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.admin-bar .ths-nav {
	top: 32px;
}

.ths-nav.scrolled {
	background: rgba(246, 248, 249, 0.97);
	border-bottom: 1px solid var(--ths-border);
	box-shadow: 0 8px 32px rgba(17, 25, 35, 0.10);
	backdrop-filter: blur(16px);
}

.nav-logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 0 22px 0 0;
}

.nav-logo-mark {
	display: block;
	width: auto;
	height: auto;
	max-height: 140px;
	object-fit: contain;
	flex: 0 0 auto;
	vertical-align: middle;
}

.nav-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu p,
.nav-menu li {
	position: relative;
	margin: 0;
}

.nav-menu a {
	color: var(--ths-ink);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

.nav-menu a:hover {
	color: var(--ths-copper);
}

.nav-menu .nav-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 20px;
	background: var(--ths-ink);
	border: 1px solid var(--ths-ink);
	border-radius: var(--ths-button-radius);
	color: var(--ths-cream);
	box-shadow: 0 10px 24px rgba(17, 25, 35, 0.12);
}

.nav-menu .nav-cta:hover {
	background: var(--ths-copper);
	border-color: var(--ths-copper);
	color: var(--ths-cream);
	transform: translateY(-1px);
}

body.home .ths-nav:not(.scrolled) .nav-menu > li > a:not(.nav-cta) {
	color: var(--ths-cream);
}

body.home .ths-nav:not(.scrolled) .nav-menu > li > a:not(.nav-cta):hover {
	color: var(--ths-copper-light);
}

body:not(.home) .ths-nav:not(.scrolled) .nav-menu > li > a {
	color: var(--ths-cream);
}

body:not(.home) .ths-nav:not(.scrolled) .nav-menu > li > a:hover {
	color: var(--ths-copper-light);
}

body:not(.home) .ths-nav:not(.scrolled) .nav-menu > li > a.nav-cta {
	background: var(--ths-cream);
	border-color: var(--ths-cream);
	color: var(--ths-ink);
}

body:not(.home) .ths-nav:not(.scrolled) .nav-menu > li > a.nav-cta:hover {
	background: var(--ths-copper-light);
	border-color: var(--ths-copper-light);
	color: var(--ths-cream);
}

body:not(.home) .ths-nav:not(.scrolled) .nav-menu .sub-menu a {
	color: var(--ths-ink);
}

.nav-menu .sub-menu {
	position: absolute;
	top: calc(100% + 18px);
	left: 0;
	z-index: 1010;
	display: block;
	min-width: 270px;
	padding: 10px 0;
	margin: 0;
	background: rgba(246, 248, 249, 0.98);
	border: 1px solid var(--ths-border);
	box-shadow: 0 24px 60px rgba(17, 25, 35, 0.16);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.nav-menu .sub-menu::before {
	position: absolute;
	top: -18px;
	left: 0;
	width: 100%;
	height: 18px;
	content: "";
}

.nav-menu li:hover > .sub-menu,
.nav-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nav-menu .sub-menu li {
	width: 100%;
}

.nav-menu .sub-menu a {
	display: block;
	padding: 12px 18px;
	color: var(--ths-ink);
	font-size: 10px;
	letter-spacing: 0.13em;
	line-height: 1.35;
	white-space: nowrap;
}

.nav-menu .sub-menu a:hover {
	background: rgba(8, 118, 184, 0.08);
	color: var(--ths-copper);
}

.hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 760px;
	overflow: hidden;
	background: var(--ths-ink-2);
}

.hero-left,
.hero-right {
	position: relative;
	min-width: 0;
}

.hero-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 760px;
	padding: 156px 64px 104px;
	overflow: hidden;
	background: var(--ths-ink-2);
	text-align: center;
}

.hero-left > .wp-block-image:first-child {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.hero-left > .wp-block-image:first-child img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: sepia(0.08) brightness(0.74) saturate(0.95);
	opacity: 0.7;
	transform: scale(1);
	transition: transform 10s ease;
}

.hero-left > .wp-block-image:first-child.loaded img {
	transform: scale(1.04);
}

.hero-left::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background:
		radial-gradient(circle at center, rgba(8, 118, 184, 0.22), rgba(17, 25, 35, 0) 44%),
		linear-gradient(180deg, rgba(17, 25, 35, 0.64), rgba(17, 25, 35, 0.9));
}

.hero-left > :not(.wp-block-image) {
	position: relative;
	z-index: 2;
}

.eyebrow,
.hero-eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
}

.eyebrow::before,
.hero-eyebrow::before {
	width: 38px;
	height: 1px;
	content: "";
	background: var(--ths-copper);
	flex: 0 0 auto;
}

.eyebrow-line,
.hero-eyebrow-line {
	width: 38px;
	height: 1px;
	background: var(--ths-copper);
}

.eyebrow-text,
.hero-eyebrow-text {
	margin: 0;
	color: var(--ths-copper);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.22em;
	line-height: 1.4;
	text-transform: uppercase;
}

.hero-h1,
.big-title {
	margin: 0;
	font-family: var(--ths-font);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.02;
}

.hero-h1 {
	max-width: 1020px;
	color: var(--ths-cream);
	font-size: clamp(52px, 7vw, 94px);
	line-height: 0.96;
	text-align: center;
	text-shadow: 0 2px 28px rgba(0, 0, 0, 0.40);
}

.hero-h1 em,
.big-title em {
	color: var(--ths-copper-light);
	font-style: normal;
	font-weight: 300;
}

.hero-desc-row {
	display: block;
	max-width: 840px;
	margin-top: 26px;
}

.hero-desc-num {
	margin: 0;
	color: rgba(246, 248, 249, 0.08);
	font-size: 74px;
	font-weight: 900;
	line-height: 0.9;
}

.hero-desc-text {
	max-width: 840px;
	margin: 0;
	padding-top: 0;
	color: rgba(246, 248, 249, 0.90);
	font-size: 18px;
	line-height: 1.75;
	text-align: center;
}

.hero-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 116px 64px 56px;
	background: var(--ths-cream-2);
}

.hero-right-label {
	margin: 0 0 28px;
	color: var(--ths-warm);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.hero-proof-card {
	padding: 34px 42px;
	background: var(--ths-cream);
	border: 1px solid var(--ths-border);
	box-shadow: 0 12px 36px rgba(17, 25, 35, 0.08);
}

.hero-proof-kicker {
	margin: 0 0 18px;
	color: var(--ths-copper);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hero-proof-title {
	max-width: 520px;
	margin: 0;
	color: var(--ths-ink);
	font-size: 25px;
	font-weight: 800;
	line-height: 1.22;
}

.hero-proof-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1px;
	margin-top: 26px;
	border-top: 1px solid var(--ths-border);
}

.hero-proof-list p {
	position: relative;
	margin: 0;
	padding: 15px 0 15px 28px;
	border-bottom: 1px solid var(--ths-border);
	color: var(--ths-warm);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.45;
	text-transform: uppercase;
}

.hero-proof-list p::before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 8px;
	height: 8px;
	content: "";
	background: var(--ths-copper);
}

.hero-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	max-width: 900px;
	margin-top: 30px;
	background: transparent;
	border: 0;
}

.hero-trust-row p {
	margin: 0;
	padding: 11px 15px;
	background: rgba(246, 248, 249, 0.16);
	border: 1px solid rgba(246, 248, 249, 0.40);
	color: rgba(246, 248, 249, 0.92);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.13em;
	line-height: 1.5;
	text-transform: uppercase;
}

.hero-right .hero-cta-row {
	margin-top: 28px;
}

.hero-center .hero-cta-row {
	justify-content: center;
	margin-top: 34px;
}

.hero-center .wp-block-button.btn-line .wp-block-button__link {
	border-color: rgba(246, 248, 249, 0.64);
	color: var(--ths-cream);
}

.hero-center .wp-block-button.btn-line .wp-block-button__link:hover {
	border-color: var(--ths-copper-light);
	color: var(--ths-copper-light);
}

.hero-stat-list {
	display: flex;
	flex-direction: column;
}

.hero-stat-item {
	position: relative;
	display: flex;
	align-items: baseline;
	gap: 22px;
	padding: 27px 0;
	overflow: hidden;
	border-bottom: 1px solid var(--ths-border);
}

.hero-stat-item:first-child {
	border-top: 1px solid var(--ths-border);
}

.hero-stat-item::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0;
	content: "";
	background: rgba(8, 118, 184, 0.07);
	transition: width 0.35s ease;
}

.hero-stat-item:hover::before {
	width: 100%;
}

.hero-stat-n,
.stat-big {
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
}

.hero-stat-n {
	position: relative;
	z-index: 1;
	min-width: 124px;
	margin: 0;
	color: var(--ths-copper);
	font-size: 56px;
}

.hero-stat-label {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--ths-warm);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.5;
	text-transform: uppercase;
}

.hero-cta-row,
.cta-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	margin-top: 46px;
}

.wp-block-button.btn-main .wp-block-button__link,
.wp-block-button.btn-line .wp-block-button__link,
.wp-block-button.btn-cta-main .wp-block-button__link,
.wp-block-button.btn-cta-line .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--ths-button-height);
	padding: 0 var(--ths-button-x);
	border-radius: var(--ths-button-radius);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.wp-block-button.btn-main .wp-block-button__link,
.wp-block-button.btn-cta-main .wp-block-button__link {
	border: 2px solid var(--ths-copper);
	background: var(--ths-copper);
	color: var(--ths-cream);
}

.wp-block-button.btn-main .wp-block-button__link:hover,
.wp-block-button.btn-cta-main .wp-block-button__link:hover {
	background: var(--ths-ink);
	border-color: var(--ths-ink);
	color: var(--ths-cream);
	transform: translateY(-1px);
}

.wp-block-button.btn-line .wp-block-button__link,
.wp-block-button.btn-cta-line .wp-block-button__link {
	border: 1px solid var(--ths-ink);
	background: transparent;
	color: var(--ths-ink);
}

.wp-block-button.btn-line .wp-block-button__link:hover,
.wp-block-button.btn-cta-line .wp-block-button__link:hover {
	background: var(--ths-ink);
	border-color: var(--ths-ink);
	color: var(--ths-cream);
	transform: translateY(-1px);
}

.hero-left .wp-block-button.btn-line .wp-block-button__link,
.services-wrap .wp-block-button.btn-line .wp-block-button__link,
.testi-section .wp-block-button.btn-line .wp-block-button__link {
	border-color: rgba(246, 248, 249, 0.50);
	color: rgba(246, 248, 249, 0.84);
}

.hero-left .wp-block-button.btn-line .wp-block-button__link:hover,
.services-wrap .wp-block-button.btn-line .wp-block-button__link:hover,
.testi-section .wp-block-button.btn-line .wp-block-button__link:hover {
	background: var(--ths-cream);
	border-color: var(--ths-cream);
	color: var(--ths-ink);
}

.marquee-strip {
	overflow: hidden;
	background: var(--ths-copper);
}

.marquee-track {
	display: flex;
	width: max-content;
	animation: ths-marquee 24s linear infinite;
}

.marquee-item {
	display: inline-flex;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 14px 40px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	white-space: nowrap;
}

.marquee-item::after {
	width: 4px;
	height: 4px;
	content: "";
	background: rgba(246, 248, 249, 0.45);
	border-radius: 50%;
}

.client-logo-section {
	padding: 86px 0;
	overflow: hidden;
	background: var(--ths-cream);
	border-bottom: 1px solid var(--ths-border);
}

.client-logo-head {
	display: flex;
	gap: 48px;
	align-items: flex-end;
	justify-content: space-between;
	width: min(100%, 1400px);
	margin: 0 auto 42px;
	padding: 0 80px;
}

.client-logo-copy {
	max-width: 470px;
	margin: 0;
	color: var(--ths-warm);
	font-size: 14px;
	line-height: 1.75;
}

.client-logo-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.client-logo-slider::before,
.client-logo-slider::after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: min(120px, 12vw);
	pointer-events: none;
	content: "";
}

.client-logo-slider::before {
	left: 0;
	background: linear-gradient(to right, var(--ths-cream), rgba(246, 248, 249, 0));
}

.client-logo-slider::after {
	right: 0;
	background: linear-gradient(to left, var(--ths-cream), rgba(246, 248, 249, 0));
}

.client-logo-track {
	display: flex;
	width: max-content;
	animation: ths-client-logos 42s linear infinite;
}

.client-logo-slider:hover .client-logo-track {
	animation-play-state: paused;
}

.client-logo-set {
	display: flex;
	gap: 16px;
	padding-right: 16px;
}

.client-logo-card {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	flex: 0 0 auto;
	width: 260px;
	height: 92px;
	padding: 0 22px;
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid var(--ths-border);
	color: var(--ths-ink);
}

.client-logo-card:nth-child(2n) {
	background: var(--ths-cream-2);
}

.client-logo-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(8, 118, 184, 0.55);
	color: var(--ths-copper);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
}

.client-logo-name {
	display: block;
	color: var(--ths-ink);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.28;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

@keyframes ths-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@keyframes ths-client-logos {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.section-pad,
.services-wrap,
.industries-grid-wrap,
.process-section,
.testi-section,
.blog-section,
.cta-section {
	padding: 116px 80px;
}

.about-section {
	padding: 0;
}

.section-inner,
.services-inner,
.industries-top,
.industries-mosaic,
.process-wrap,
.testi-wrap,
.blog-wrap,
.cta-inner,
.footer-inner {
	width: min(100%, 1400px);
	margin-right: auto;
	margin-left: auto;
}

.big-title {
	color: var(--ths-ink);
	font-size: 64px;
}

.big-title-light {
	color: var(--ths-cream);
}

.body-text {
	max-width: 560px;
	margin: 0;
	color: var(--ths-warm);
	font-size: 15px;
	line-height: 1.82;
}

.body-text-light {
	color: rgba(246, 248, 249, 0.76);
}

.page-hero {
	position: relative;
	min-height: 520px;
	padding: 150px 80px 96px;
	overflow: hidden;
	background:
		linear-gradient(115deg, rgba(24, 38, 52, 0.96), rgba(24, 38, 52, 0.86)),
		url("https://images.unsplash.com/photo-1556911220-bff31c812dba?w=1800&q=90&fit=crop") center/cover;
	color: var(--ths-cream);
}

.page-hero-inner {
	width: min(100%, 1120px);
	margin: 0 auto;
}

.page-kicker {
	margin: 0 0 22px;
	color: var(--ths-copper-light);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.page-title {
	max-width: 980px;
	margin: 0;
	color: var(--ths-cream);
	font-size: var(--ths-inner-hero-title-size);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.02;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

.page-title em {
	color: var(--ths-copper-light);
	font-style: normal;
	font-weight: 300;
}

.page-intro {
	max-width: 680px;
	margin: 28px 0 0;
	color: rgba(246, 248, 249, 0.84);
	font-size: 16px;
	line-height: 1.78;
}

.about-grid,
.whyus-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.about-img-panel,
.whyus-visual-col {
	position: relative;
	min-height: 680px;
	overflow: hidden;
	background: var(--ths-ink);
}

.about-img-panel > .wp-block-image,
.whyus-visual-col > .wp-block-image {
	position: absolute;
	inset: 0;
}

.about-img-panel img,
.whyus-visual-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: sepia(0.14) brightness(0.82);
	opacity: 0.78;
	transition: transform 8s ease;
}

.about-img-panel:hover img {
	transform: scale(1.04);
}

.about-img-panel-label {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 44px;
	background: linear-gradient(to top, rgba(17, 25, 35, 0.92), transparent);
}

.about-img-count {
	margin: 0;
	color: rgba(246, 248, 249, 0.13);
	font-size: 76px;
	font-weight: 900;
	line-height: 1;
}

.about-img-tag,
.about-img-val {
	margin: 0;
}

.about-img-tag {
	color: var(--ths-copper-light);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.about-img-val {
	color: var(--ths-cream);
	font-size: 22px;
	font-weight: 800;
}

.about-content,
.whyus-content-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 84px 72px;
	background: var(--ths-cream-2);
}

.about-feature-list,
.why-accordion {
	display: flex;
	flex-direction: column;
	margin-top: 48px;
}

.why-accordion {
	counter-reset: ths-why;
}

.about-feat {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 20px;
	padding: 24px 0;
	border-bottom: 1px solid var(--ths-border);
	transition: padding-left 0.25s ease;
}

.about-feat:first-child {
	border-top: 1px solid var(--ths-border);
}

.about-feat:hover {
	padding-left: 8px;
}

.about-feat-num {
	margin: 0;
	color: rgba(8, 118, 184, 0.44);
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
}

.about-feat h3,
.service-row h3,
.process-card h3,
.blog-title,
.testi-name {
	margin: 0;
}

.about-feat h3 {
	color: var(--ths-ink);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.about-feat p,
.process-card p {
	margin: 6px 0 0;
	color: var(--ths-warm);
	font-size: 13px;
	line-height: 1.72;
}

.services-wrap,
.testi-section,
footer {
	background: var(--ths-ink-2);
	color: var(--ths-cream);
}

.services-head,
.industries-top,
.process-head,
.testi-head-row,
.blog-head,
.cta-inner,
.footer-top,
.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 48px;
}

.services-head,
.industries-top,
.testi-head-row,
.blog-head {
	align-items: flex-end;
	margin-bottom: 68px;
}

.services-list {
	display: flex;
	flex-direction: column;
}

.service-row {
	position: relative;
	display: grid;
	grid-template-columns: 80px minmax(220px, 1fr) minmax(280px, 1fr) auto;
	align-items: center;
	gap: 38px;
	padding: 31px 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(246, 248, 249, 0.14);
}

.service-row:first-child {
	border-top: 1px solid rgba(246, 248, 249, 0.14);
}

.service-row::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0;
	content: "";
	background: rgba(8, 118, 184, 0.14);
	transition: width 0.3s ease;
}

.service-row:hover::before {
	width: 100%;
}

.service-row > * {
	position: relative;
	z-index: 1;
}

.service-row-num {
	margin: 0;
	color: rgba(246, 248, 249, 0.13);
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
}

.service-row h3 {
	color: var(--ths-cream);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

.service-row-desc {
	max-width: 360px;
	margin: 0;
	color: rgba(246, 248, 249, 0.72);
	font-size: 13px;
	line-height: 1.72;
}

.service-row-link {
	margin: 0;
	color: var(--ths-copper-light);
	font-size: 22px;
	font-weight: 700;
}

.stats-section {
	padding: 92px 80px;
	background: var(--ths-cream-2);
	border-top: 1px solid var(--ths-border);
	border-bottom: 1px solid var(--ths-border);
}

.stats-inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: min(100%, 1400px);
	margin: 0 auto;
	border-top: 1px solid var(--ths-border);
	border-left: 1px solid var(--ths-border);
}

.stat-block {
	padding: 38px 36px;
	background: var(--ths-cream);
	border-right: 1px solid var(--ths-border);
	border-bottom: 1px solid var(--ths-border);
	transition: background 0.2s ease;
}

.stat-block:hover {
	background: var(--ths-cream-2);
}

.stat-block:first-child {
	padding-left: 36px;
}

.stat-block:last-child {
	border-right: 1px solid var(--ths-border);
}

.stat-big {
	display: block;
	margin: 0;
	color: var(--ths-copper);
	font-size: 68px;
}

.stat-lbl {
	max-width: 250px;
	margin: 14px 0 0;
	color: var(--ths-warm);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.55;
	text-transform: uppercase;
}

.industries-grid-wrap {
	background: var(--ths-cream);
}

.industries-mosaic {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-auto-rows: 320px;
	gap: 3px;
}

.mosaic-card {
	position: relative;
	overflow: hidden;
	min-height: 320px;
	background: var(--ths-ink);
}

.mosaic-card.tall {
	grid-row: span 2;
}

.mosaic-card > .wp-block-image {
	position: absolute;
	inset: 0;
}

.mosaic-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.52) saturate(0.85);
	transition: transform 0.5s ease, filter 0.5s ease;
}

.mosaic-card:hover img {
	filter: brightness(0.42) saturate(1);
	transform: scale(1.06);
}

.mosaic-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 32px;
	background: linear-gradient(to top, rgba(17, 25, 35, 0.90), rgba(17, 25, 35, 0) 70%);
}

.mosaic-tag,
.mosaic-name {
	margin: 0;
}

.mosaic-tag {
	color: var(--ths-copper-light);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.mosaic-name {
	margin-top: 6px;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
}

.whyus-section {
	background: var(--ths-cream-2);
}

.why-accordion details {
	counter-increment: ths-why;
	padding: 26px 0;
	border-top: 1px solid var(--ths-border);
}

.why-accordion details:last-child {
	border-bottom: 1px solid var(--ths-border);
}

.why-accordion summary {
	display: flex;
	gap: 22px;
	align-items: center;
	color: var(--ths-ink);
	font-size: 15px;
	font-weight: 800;
	list-style: none;
	cursor: pointer;
}

.why-accordion summary::-webkit-details-marker {
	display: none;
}

.why-accordion summary::before {
	min-width: 36px;
	color: rgba(8, 118, 184, 0.62);
	font-size: 20px;
	font-weight: 700;
	content: counter(ths-why, decimal-leading-zero);
}

.why-accordion summary::after {
	margin-left: auto;
	color: var(--ths-copper);
	font-size: 22px;
	content: "+";
	transition: transform 0.2s ease;
}

.why-accordion details[open] summary::after {
	transform: rotate(45deg);
}

.why-accordion details p {
	margin: 12px 0 0 58px;
	color: var(--ths-warm);
	font-size: 13px;
	line-height: 1.74;
}

.iso-badge {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	width: fit-content;
	margin-top: 46px;
	padding: 16px 24px;
	border: 1px solid var(--ths-border);
	background: var(--ths-cream);
}

.iso-badge-tag {
	margin: 0;
	padding: 6px 12px;
	border: 1px solid var(--ths-copper);
	color: var(--ths-copper);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.iso-badge-text {
	margin: 0;
	color: var(--ths-warm);
	font-size: 13px;
	line-height: 1.55;
}

.process-section,
.blog-section {
	background: var(--ths-cream);
}

.process-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
	align-items: end;
	margin-bottom: 80px;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 3px solid var(--ths-copper);
}

.process-card {
	position: relative;
	min-height: 250px;
	padding: 38px 30px 44px;
	border-right: 1px solid var(--ths-border);
	transition: background 0.2s ease;
}

.process-card:nth-child(4n) {
	border-right: 0;
}

.process-card:nth-child(n+5) {
	border-top: 1px solid var(--ths-border);
}

.process-card:hover {
	background: rgba(8, 118, 184, 0.08);
}

.process-card-n {
	position: absolute;
	top: 20px;
	right: 22px;
	margin: 0;
	color: rgba(17, 25, 35, 0.06);
	font-size: 72px;
	font-weight: 900;
	line-height: 1;
}

.process-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 0 28px;
	border: 1px solid rgba(8, 118, 184, 0.32);
	color: var(--ths-copper);
	font-size: 18px;
	font-weight: 800;
}

.process-card h3 {
	color: var(--ths-ink);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.testi-grid,
.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
}

.testi-grid {
	background: rgba(246, 248, 249, 0.12);
}

.testi-card {
	min-height: 360px;
	padding: 46px 38px;
	background: var(--ths-ink-2);
}

.testi-card-quote {
	height: 58px;
	margin: 0 0 16px;
	overflow: hidden;
	color: rgba(58, 167, 223, 0.34);
	font-size: 76px;
	font-weight: 900;
	line-height: 0.9;
}

.testi-stars {
	display: flex;
	gap: 6px;
	margin-bottom: 26px;
}

.testi-stars span {
	width: 9px;
	height: 9px;
	background: var(--ths-copper);
	clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.testi-card-text {
	margin: 0 0 34px;
	color: rgba(246, 248, 249, 0.84);
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.75;
}

.testi-card-footer {
	display: flex;
	gap: 14px;
	align-items: center;
}

.testi-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: rgba(8, 118, 184, 0.18);
	color: var(--ths-copper-light);
	font-weight: 800;
}

.testi-name {
	color: var(--ths-cream);
	font-size: 13px;
	font-weight: 800;
}

.testi-role {
	margin: 2px 0 0;
	color: rgba(246, 248, 249, 0.66);
	font-size: 11px;
}

.blog-grid {
	gap: 28px;
}

.blog-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	background: var(--ths-cream-2);
	border: 1px solid var(--ths-border);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-card:hover {
	border-color: var(--ths-copper);
	box-shadow: 0 16px 44px rgba(17, 25, 35, 0.10);
	transform: translateY(-4px);
}

.blog-card .wp-block-image {
	height: 230px;
	overflow: hidden;
}

.blog-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: sepia(0.08);
	transition: transform 0.4s ease;
}

.blog-card:hover img {
	transform: scale(1.05);
}

.blog-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 30px;
}

.blog-cat {
	margin: 0 0 16px;
	color: var(--ths-copper);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.blog-title {
	color: var(--ths-ink);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.22;
}

.blog-excerpt {
	margin: 14px 0 26px;
	color: var(--ths-warm);
	font-size: 13px;
	line-height: 1.72;
}

.blog-footer {
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 22px;
	border-top: 1px solid var(--ths-border);
	color: var(--ths-warm);
	font-size: 11px;
	font-weight: 700;
}

.blog-footer p,
.footer-socials p {
	margin: 0;
}

.cta-section {
	position: relative;
	overflow: hidden;
	background: var(--ths-copper);
	color: var(--ths-cream);
}

.cta-section::before {
	position: absolute;
	right: -18px;
	bottom: -42px;
	content: "THS";
	color: rgba(246, 248, 249, 0.13);
	font-size: 220px;
	font-weight: 900;
	line-height: 0.8;
}

.cta-inner {
	position: relative;
	z-index: 1;
	align-items: center;
}

.cta-title {
	margin: 0;
	color: var(--ths-cream);
	font-size: 62px;
	font-weight: 900;
	line-height: 1.03;
}

body:not(.home) .big-title,
body:not(.home) .cta-title {
	font-size: var(--ths-section-title-size);
	line-height: 1.08;
}

.cta-sub {
	max-width: 560px;
	margin: 20px 0 0;
	color: rgba(246, 248, 249, 0.97);
	font-size: 16px;
	line-height: 1.75;
}

.wp-block-button.btn-cta-main .wp-block-button__link {
	border-color: var(--ths-cream);
	background: var(--ths-cream);
	color: var(--ths-copper-2);
}

.wp-block-button.btn-cta-main .wp-block-button__link:hover {
	background: var(--ths-ink);
	border-color: var(--ths-ink);
	color: var(--ths-cream);
}

.wp-block-button.btn-cta-line .wp-block-button__link {
	border-color: rgba(246, 248, 249, 0.65);
	color: var(--ths-cream);
}

.wp-block-button.btn-cta-line .wp-block-button__link:hover {
	background: var(--ths-cream);
	border-color: var(--ths-cream);
	color: var(--ths-copper-2);
}

footer {
	padding: 86px 80px 36px;
}

.footer-top {
	display: grid;
	grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, 0.7fr));
	padding-bottom: 62px;
	border-bottom: 1px solid rgba(246, 248, 249, 0.08);
}

.footer-brand-name {
	margin: 0;
	color: var(--ths-cream);
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer-brand-sub {
	margin: 2px 0 24px;
	color: var(--ths-copper-light);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.footer-tagline {
	max-width: 360px;
	margin: 0 0 28px;
	color: rgba(246, 248, 249, 0.72);
	font-size: 13px;
	line-height: 1.75;
}

.footer-contact {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer-contact p {
	margin: 0;
	color: rgba(246, 248, 249, 0.76);
	font-size: 13px;
	line-height: 1.5;
}

.footer-col-h {
	margin: 0 0 20px;
	color: var(--ths-copper-light);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.footer-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links a {
	color: rgba(246, 248, 249, 0.74);
	font-size: 13px;
	transition: color 0.2s ease;
}

.footer-links a:hover {
	color: var(--ths-copper-light);
}

.footer-bottom {
	align-items: center;
	padding-top: 28px;
}

.footer-copy {
	margin: 0;
	color: rgba(246, 248, 249, 0.66);
	font-size: 12px;
}

.footer-socials {
	display: flex;
	gap: 10px;
}

.social-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(246, 248, 249, 0.30);
	color: rgba(246, 248, 249, 0.6);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.social-btn:hover {
	border-color: var(--ths-copper-light);
	color: var(--ths-copper-light);
}

.gallery-section,
.contact-section {
	padding: 110px 80px;
	background: var(--ths-cream);
}

.ths-gallery-showcase {
	width: min(100%, 1180px);
	margin: 0 auto;
}

.ths-gallery-toolbar {
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: stretch;
	margin-bottom: 28px;
}

.gallery-kicker {
	margin: 0;
	color: var(--ths-copper);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.ths-gallery-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
}

.ths-gallery-tab {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	background: transparent;
	border: 1px solid rgba(17, 25, 35, 0.18);
	border-radius: var(--ths-button-radius);
	color: var(--ths-warm);
	cursor: pointer;
	font: inherit;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ths-gallery-tab em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	background: rgba(8, 118, 184, 0.12);
	border-radius: 999px;
	color: var(--ths-copper);
	font-style: normal;
	letter-spacing: 0;
}

.ths-gallery-tab:hover,
.ths-gallery-tab.is-active {
	background: var(--ths-ink);
	border-color: var(--ths-ink);
	color: var(--ths-cream);
	transform: translateY(-1px);
}

.ths-gallery-tab:hover em,
.ths-gallery-tab.is-active em {
	background: rgba(246, 248, 249, 0.14);
	color: var(--ths-copper-light);
}

.ths-gallery-tab:focus-visible {
	outline: 2px solid var(--ths-copper-light);
	outline-offset: 3px;
}

.ths-gallery-count {
	margin-bottom: 18px;
	color: var(--ths-warm);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ths-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	align-items: start;
}

.ths-gallery-card {
	position: relative;
	overflow: hidden;
	background: var(--ths-ink-2);
	border: 1px solid var(--ths-border);
	transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.ths-gallery-card.is-hidden {
	display: none;
}

.ths-gallery-card:hover {
	border-color: rgba(8, 118, 184, 0.62);
	box-shadow: 0 22px 55px rgba(17, 25, 35, 0.16);
	transform: translateY(-3px);
}

.ths-gallery-media {
	position: relative;
	overflow: hidden;
	background: var(--ths-ink-2);
}

.ths-gallery-open {
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: zoom-in;
	font: inherit;
	text-align: inherit;
}

.ths-gallery-open img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	filter: sepia(0.06) brightness(0.92);
	transition: filter 0.35s ease, transform 0.35s ease;
}

.ths-gallery-card:hover .ths-gallery-open img,
.ths-gallery-open:focus-visible img {
	filter: sepia(0.02) brightness(0.78);
	transform: scale(1.04);
}

.ths-gallery-open:focus-visible {
	outline: 2px solid var(--ths-copper-light);
	outline-offset: -2px;
}

.ths-gallery-view {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: rgba(246, 248, 249, 0.92);
	color: var(--ths-copper);
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.ths-gallery-card:hover .ths-gallery-view,
.ths-gallery-open:focus-visible .ths-gallery-view {
	opacity: 1;
	transform: translateY(0);
}

.ths-gallery-card-body {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 48px 22px 22px;
	background: linear-gradient(to top, rgba(17, 25, 35, 0.82), rgba(17, 25, 35, 0));
	pointer-events: none;
}

.ths-gallery-card h3 {
	margin: 0;
	color: var(--ths-cream);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

.ths-gallery-card p,
.gallery-empty {
	margin: 10px 0 0;
	color: var(--ths-warm);
	font-size: 13px;
	line-height: 1.7;
}

.gallery-empty {
	padding: 34px;
	background: var(--ths-cream-2);
	border: 1px solid var(--ths-border);
}

body.ths-gallery-lock {
	overflow: hidden;
}

.ths-gallery-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 72px 96px;
	background: rgba(17, 25, 35, 0.92);
	backdrop-filter: blur(8px);
}

.ths-gallery-lightbox.is-open {
	display: flex;
}

.ths-gallery-lightbox-figure {
	position: relative;
	width: min(100%, 1040px);
	margin: 0;
}

.ths-gallery-lightbox-img {
	display: block;
	width: 100%;
	max-height: calc(100vh - 170px);
	object-fit: contain;
	background: rgba(246, 248, 249, 0.04);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.ths-gallery-lightbox-caption {
	margin-top: 16px;
	color: var(--ths-cream);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.ths-gallery-lightbox-close,
.ths-gallery-lightbox-nav {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: rgba(246, 248, 249, 0.94);
	border: 1px solid rgba(246, 248, 249, 0.18);
	color: var(--ths-ink);
	cursor: pointer;
	font: inherit;
	line-height: 1;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ths-gallery-lightbox-close {
	top: 24px;
	right: 24px;
	width: 44px;
	height: 44px;
	font-size: 30px;
}

.ths-gallery-lightbox-nav {
	top: 50%;
	width: 54px;
	height: 74px;
	font-size: 46px;
	transform: translateY(-50%);
}

.ths-gallery-lightbox-nav.is-prev {
	left: 28px;
}

.ths-gallery-lightbox-nav.is-next {
	right: 28px;
}

.ths-gallery-lightbox-close:hover,
.ths-gallery-lightbox-nav:hover,
.ths-gallery-lightbox-close:focus-visible,
.ths-gallery-lightbox-nav:focus-visible {
	background: var(--ths-copper);
	color: var(--ths-cream);
}

.ths-gallery-lightbox-nav:hover,
.ths-gallery-lightbox-nav:focus-visible {
	transform: translateY(-50%) scale(1.04);
}

.contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: 32px;
	width: min(100%, 1200px);
	margin: 0 auto;
}

.contact-card {
	padding: 48px;
	background: var(--ths-cream-2);
	border: 1px solid var(--ths-border);
}

.contact-details h3 {
	margin: 0 0 28px;
	color: var(--ths-ink);
	font-size: 24px;
	font-weight: 900;
}

.contact-details p {
	margin: 0 0 22px;
	color: var(--ths-warm);
	font-size: 14px;
	line-height: 1.72;
}

.contact-details strong {
	color: var(--ths-copper);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.ths-js .reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.65s ease, transform 0.65s ease;
}

body.ths-js .reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.marquee-track,
	.client-logo-track {
		animation: none;
	}

	.client-logo-slider {
		overflow-x: auto;
	}
}

@media (max-width: 1180px) {
	.ths-nav {
		padding: 0 28px;
	}

	.nav-logo-mark {
		max-height: 120px;
	}

	.nav-menu {
		gap: 18px;
	}

	.hero,
	.about-grid,
	.whyus-section {
		grid-template-columns: 1fr;
	}

	.hero-left,
	.hero-right {
		min-height: auto;
		padding-right: 42px;
		padding-left: 42px;
	}

	.hero-left {
		padding-top: 140px;
		min-height: 660px;
	}

	.services-head,
	.industries-top,
	.testi-head-row,
	.blog-head,
	.cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.client-logo-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.service-row {
		grid-template-columns: 70px minmax(0, 1fr);
		gap: 18px 28px;
	}

	.service-row-desc {
		grid-column: 2;
	}

	.service-row-link {
		display: none;
	}

	.stats-inner,
	.process-grid,
	.testi-grid,
	.blog-grid,
	.ths-gallery-grid,
	.footer-top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ths-gallery-toolbar {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.ths-gallery-tabs {
		justify-content: flex-start;
	}

	.process-card:nth-child(2n) {
		border-right: 0;
	}

	.process-card:nth-child(n+3) {
		border-top: 1px solid var(--ths-border);
	}

	.industries-mosaic {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 782px) {
	.admin-bar .ths-nav {
		top: 46px;
	}
}

@media (max-width: 720px) {
	.cursor {
		display: none;
	}

	.ths-nav {
		align-items: flex-start;
		height: auto;
		padding: 16px 18px;
		background: rgba(246, 248, 249, 0.97);
		border-bottom: 1px solid var(--ths-border);
	}

	body.home .ths-nav:not(.scrolled) {
		background: linear-gradient(180deg, rgba(17, 25, 35, 0.72), rgba(17, 25, 35, 0));
		border-bottom: 0;
	}

	.nav-logo-wrap {
		align-self: center;
		padding-right: 16px;
	}

	.nav-logo-mark {
		max-height: 100px;
	}

	.nav-menu {
		display: none;
	}

	.hero-left,
	.hero-right,
	.page-hero,
	.client-logo-head,
	.section-pad,
	.services-wrap,
	.industries-grid-wrap,
	.process-section,
	.testi-section,
	.blog-section,
	.cta-section,
	.gallery-section,
	.contact-section,
	footer {
		padding-right: 22px;
		padding-left: 22px;
	}

	.hero-left {
		min-height: 760px;
		padding-top: 130px;
		padding-bottom: 52px;
	}

	.hero-right {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.hero-proof-card {
		padding: 28px 24px;
	}

	.hero-proof-title {
		font-size: 22px;
	}

	.hero-proof-list {
		margin-top: 26px;
	}

	.hero-eyebrow {
		justify-content: center;
		margin-bottom: 16px;
	}

	.hero-eyebrow::before {
		display: none;
	}

	.client-logo-section {
		padding: 62px 0;
	}

	.client-logo-head {
		gap: 28px;
		margin-bottom: 34px;
	}

	.client-logo-card {
		grid-template-columns: 38px minmax(0, 1fr);
		width: 220px;
		height: 82px;
		padding: 0 16px;
	}

	.client-logo-mark {
		width: 38px;
		height: 38px;
		font-size: 11px;
	}

	.client-logo-name {
		font-size: 10px;
	}

	.hero-h1 {
		max-width: 350px;
		font-size: clamp(40px, 11vw, 46px);
		line-height: 0.98;
	}

	.big-title,
	.cta-title {
		font-size: 42px;
	}

	.page-title {
		font-size: var(--ths-inner-hero-title-size);
	}

	body:not(.home) .big-title,
	body:not(.home) .cta-title {
		font-size: var(--ths-section-title-size);
	}

	.page-hero {
		min-height: 450px;
		padding-top: 128px;
		padding-bottom: 68px;
	}

	.hero-desc-row {
		max-width: 348px;
		margin-top: 22px;
	}

	.hero-desc-text {
		font-size: 15.5px;
		line-height: 1.68;
	}

	.hero-center .hero-cta-row {
		width: 100%;
		max-width: 346px;
		margin-top: 30px;
		gap: 12px;
	}

	.hero-center .wp-block-button,
	.hero-center .wp-block-button .wp-block-button__link {
		width: 100%;
	}

	.hero-center .wp-block-button .wp-block-button__link {
		justify-content: center;
	}

	.hero-desc-num {
		font-size: 46px;
	}

	.stat-big {
		font-size: 46px;
	}

	.about-content,
	.whyus-content-col {
		padding: 64px 22px;
	}

	.about-img-panel,
	.whyus-visual-col {
		min-height: 420px;
	}

	.stats-section {
		padding: 56px 22px;
	}

	.stats-inner,
	.process-grid,
	.testi-grid,
	.blog-grid,
	.ths-gallery-grid,
	.contact-grid,
	.footer-top,
	.industries-mosaic {
		grid-template-columns: 1fr;
	}

	.ths-gallery-toolbar {
		gap: 22px;
	}

	.ths-gallery-tabs {
		flex-wrap: nowrap;
		justify-content: flex-start;
		padding-bottom: 8px;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.ths-gallery-tab {
		flex: 0 0 auto;
	}

	.ths-gallery-view {
		width: 34px;
		height: 34px;
		opacity: 1;
		transform: none;
	}

	.ths-gallery-card-body {
		padding: 42px 18px 18px;
	}

	.ths-gallery-card h3 {
		font-size: 16px;
	}

	.ths-gallery-lightbox {
		padding: 64px 18px 86px;
	}

	.ths-gallery-lightbox-img {
		max-height: calc(100vh - 190px);
	}

	.ths-gallery-lightbox-close {
		top: 16px;
		right: 16px;
		width: 40px;
		height: 40px;
	}

	.ths-gallery-lightbox-nav {
		top: auto;
		bottom: 18px;
		width: 58px;
		height: 52px;
		font-size: 40px;
		transform: none;
	}

	.ths-gallery-lightbox-nav.is-prev {
		left: calc(50% - 68px);
	}

	.ths-gallery-lightbox-nav.is-next {
		right: calc(50% - 68px);
	}

	.ths-gallery-lightbox-nav:hover,
	.ths-gallery-lightbox-nav:focus-visible {
		transform: scale(1.04);
	}

	.contact-card {
		padding: 32px 24px;
	}

	.stat-block {
		padding: 26px 0;
		border-right: 0;
		border-bottom: 1px solid var(--ths-border);
	}

	.stat-block:first-child {
		padding-left: 0;
	}

	.stat-block:last-child {
		border-right: 0;
	}

	.mosaic-card.tall {
		grid-row: auto;
	}

	.process-head {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.process-card,
	.process-card:nth-child(2n),
	.process-card:nth-child(4n) {
		border-right: 0;
	}

	.process-card:nth-child(n+2) {
		border-top: 1px solid var(--ths-border);
	}

	.iso-badge {
		align-items: flex-start;
		flex-direction: column;
		width: 100%;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}
