body {
	background: #fcf8f9;
	color: #1b1b1c;
}

body,
button,
input,
textarea {
	-webkit-font-smoothing: antialiased;
}

a,
button {
	-webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
	outline: 2px solid #171e27;
	outline-offset: 3px;
}

.tms-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(252, 248, 249, 0.94);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(117, 119, 124, 0.12);
	box-shadow: 0 10px 26px rgba(23, 30, 39, 0.035);
}

.tms-header__inner {
	gap: 34px;
	min-height: 62px;
	padding: 0 56px;
}

.tms-logo a,
.tms-logo {
	color: #171e27;
	font-family: Montserrat, Inter, system-ui, sans-serif;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.tms-nav a {
	color: #4d545e;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding-block: 22px 20px;
	position: relative;
	text-decoration: none;
}

.tms-nav a:hover {
	color: #171e27;
}

.tms-nav a::after {
	background: #171e27;
	bottom: 2px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
	width: 100%;
}

.tms-nav a:hover::after {
	transform: scaleX(1);
}

@media (max-width: 900px) {
	.tms-header .tms-nav .wp-block-navigation__responsive-container.tms-menu-open,
	.tms-header .tms-nav .wp-block-navigation__responsive-container.is-menu-open {
		align-items: flex-start;
		animation: none;
		background: #fcf8f9;
		box-sizing: border-box;
		display: flex !important;
		height: 100vh;
		inset: 0;
		opacity: 1 !important;
		padding: 28px;
		position: fixed;
		transform: none !important;
		visibility: visible !important;
		width: 100vw;
		z-index: 100000;
	}

	.tms-header .tms-nav .wp-block-navigation__responsive-container.tms-menu-open .wp-block-navigation__responsive-container-content,
	.tms-header .tms-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
	.tms-header .tms-nav .wp-block-navigation__responsive-container.tms-menu-open .wp-block-navigation__container,
	.tms-header .tms-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		gap: 22px;
		width: 100%;
	}

	.tms-header .tms-nav .wp-block-navigation__responsive-container.tms-menu-open a,
	.tms-header .tms-nav .wp-block-navigation__responsive-container.is-menu-open a {
		color: #171e27;
		font-family: Montserrat, Inter, system-ui, sans-serif;
		font-size: 28px;
		font-weight: 800;
		line-height: 1.15;
	}

	.tms-nav .wp-block-navigation__responsive-container-close {
		background: #171e27;
		border-radius: 4px;
		color: #fff;
		display: flex;
		height: 44px;
		justify-content: center;
		right: 20px;
		top: 20px;
		width: 44px;
	}
}

.tms-header-cta .wp-block-button__link,
.tms-btn {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0;
	min-height: 34px;
	padding: 9px 18px;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tms-header-cta .wp-block-button__link,
.tms-btn--primary {
	background: linear-gradient(135deg, #171e27 0%, #2c333d 100%);
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.tms-btn--ghost,
.tms-btn--outline {
	background: transparent;
	border: 1px solid #75777c;
	color: #171e27;
}

.tms-btn--light {
	background: #fff;
	color: #171e27;
}

.tms-btn:hover {
	box-shadow: 0 12px 30px rgba(23, 30, 39, 0.12);
	transform: translateY(-1px);
}

.tms-container {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 1280px;
	padding-inline: 64px;
	width: 100%;
}

.tms-hero {
	align-items: center;
	display: flex;
	min-height: min(760px, calc(100vh - 56px));
	overflow: hidden;
	position: relative;
}

.tms-hero__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.tms-hero__shade {
	background: linear-gradient(90deg, rgba(252, 248, 249, 0.98) 0%, rgba(252, 248, 249, 0.78) 31%, rgba(252, 248, 249, 0.12) 76%);
	inset: 0;
	position: absolute;
}

.tms-hero__content {
	max-width: 1280px;
	position: relative;
	z-index: 1;
}

.tms-hero h1 {
	color: #171e27;
	font-size: clamp(32px, 3.35vw, 50px);
	line-height: 1.12;
	margin: 0 0 12px;
	max-width: 610px;
}

.tms-hero h1 span {
	color: #595f66;
	display: block;
	font-weight: 500;
}

.tms-hero p {
	color: #595f66;
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 32px;
	max-width: 560px;
}

.tms-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.tms-section-title {
	margin-bottom: 28px;
}

.tms-section-title--center {
	text-align: center;
}

.tms-section-title span {
	color: #2c333d;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.tms-section-title h1,
.tms-section-title h2 {
	color: #171e27;
	font-family: Montserrat, Inter, system-ui, sans-serif;
	font-size: 32px;
	line-height: 1.2;
	margin: 0;
}

.tms-section-title p {
	color: #595f66;
	margin-inline: auto;
	max-width: 720px;
}

.tms-categories,
.tms-production,
.tms-products,
.tms-page {
	padding-block: 58px;
}

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

.tms-card-grid > br {
	display: none;
}

.tms-categories .tms-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tms-image-card {
	aspect-ratio: 4 / 5;
	border: 1px solid rgba(117, 119, 124, 0.22);
	border-radius: 6px;
	box-shadow: 0 18px 45px rgba(23, 30, 39, 0.06);
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.tms-image-card img {
	height: 100%;
	object-fit: cover;
	transition: transform 700ms ease;
	width: 100%;
}

.tms-image-card::after {
	background: linear-gradient(180deg, transparent 35%, rgba(23, 30, 39, 0.9) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.tms-image-card span {
	bottom: 24px;
	color: #fff;
	font-family: Montserrat, Inter, system-ui, sans-serif;
	font-size: 19px;
	font-weight: 800;
	left: 28px;
	position: absolute;
	right: 28px;
	z-index: 1;
}

.tms-image-card small {
	bottom: 54px;
	color: #dcd9da;
	font-size: 11px;
	font-weight: 700;
	left: 28px;
	position: absolute;
	z-index: 1;
}

.tms-image-card:hover img {
	transform: scale(1.06);
}

.tms-centered {
	display: flex;
	justify-content: center;
	margin-top: 38px;
}

.tms-stats {
	background: #f0edee;
	border-block: 1px solid rgba(117, 119, 124, 0.12);
	padding-block: 36px;
}

.tms-stats__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
}

.tms-stats__grid div + div {
	border-left: 1px solid rgba(117, 119, 124, 0.2);
}

.tms-stats strong {
	color: #171e27;
	display: block;
	font-family: Montserrat, Inter, system-ui, sans-serif;
	font-size: 40px;
	line-height: 1;
}

.tms-stats span,
.tms-partners span {
	color: #595f66;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-top: 12px;
	text-transform: uppercase;
}

.tms-why {
	padding-block: 54px;
}

.tms-feature-grid {
	display: grid;
	gap: 64px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 42px;
	text-align: center;
}

.tms-feature-grid span {
	align-items: center;
	background: #f0edee;
	border: 1px solid rgba(117, 119, 124, 0.16);
	border-radius: 6px;
	color: #171e27;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.tms-feature-grid h3 {
	font-size: 14px;
	margin: 18px 0 8px;
}

.tms-feature-grid p {
	color: #595f66;
	font-size: 12px;
	margin: 0;
}

.tms-partners {
	background: #f0edee;
	padding-block: 48px 58px;
	text-align: center;
}

.tms-partner-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 28px;
}

.tms-partner-logo {
	align-items: center;
	aspect-ratio: 2.45 / 1;
	background: #fff;
	border: 1px solid rgba(117, 119, 124, 0.14);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
	display: flex;
	justify-content: center;
	padding: 18px;
	position: relative;
}

.tms-partner-logo.is-dark {
	background: linear-gradient(135deg, #171e27 0%, #2c333d 100%);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.tms-partner-logo.is-brand {
	background: #2bb6dd;
	border-color: rgba(23, 30, 39, 0.08);
}

.tms-partner-logo img {
	display: block;
	filter: saturate(0.95) drop-shadow(0 1px 1px rgba(23, 30, 39, 0.12));
	max-height: 62px;
	max-width: 100%;
	object-fit: contain;
}

.tms-partner-logo.is-dark img {
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.22));
}

.tms-cta {
	align-items: center;
	background: #171e27;
	border-radius: 6px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-block: 48px;
	min-height: 210px;
	overflow: hidden;
	padding-block: 48px;
	position: relative;
}

.tms-cta::after {
	background: rgba(255, 255, 255, 0.08);
	clip-path: polygon(30% 0, 100% 0, 64% 100%, 0 100%);
	content: "";
	inset: 0 80px 0 auto;
	position: absolute;
	width: 380px;
}

.tms-cta h2 {
	color: #fff;
	font-size: 34px;
	line-height: 1.05;
	margin: 0 0 16px;
	max-width: 520px;
}

.tms-cta p {
	color: #dcd9da;
	margin: 0;
	max-width: 520px;
}

.tms-cta > * {
	position: relative;
	z-index: 1;
}

.tms-footer {
	background: #171717;
	color: #f3f0f0;
	padding: 52px 64px 28px;
}

.tms-footer__grid {
	gap: 46px;
}

.tms-footer a {
	color: #f3f0f0;
	text-decoration: none;
}

.tms-footer h3,
.tms-footer h4 {
	color: #fff;
	font-family: Montserrat, Inter, system-ui, sans-serif;
	margin-top: 0;
}

.tms-footer p,
.tms-footer li {
	color: #c9c6c7;
	font-size: 14px;
	line-height: 1.7;
}

.tms-footer ul {
	list-style: none;
	padding: 0;
}

.tms-footer li + li {
	margin-top: 9px;
}

.tms-footer a:hover {
	color: #fff;
}

.tms-footer__copy {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 40px;
	padding-top: 24px;
}

.tms-page-wrap {
	padding-block: 72px;
}

.tms-interior {
	padding-block: 0 56px;
}

.tms-interior-hero {
	align-items: stretch;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	padding-block: 76px 58px;
}

.tms-interior-hero > div:first-child {
	align-self: center;
}

.tms-interior-hero span,
.tms-contact-grid span,
.tms-contact-band span,
.tms-process-grid span,
.tms-capabilities span {
	color: #2c333d;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.tms-interior-hero h1 {
	color: #171e27;
	font-family: Montserrat, Inter, system-ui, sans-serif;
	font-size: clamp(38px, 4.2vw, 62px);
	line-height: 1.04;
	margin: 0;
	max-width: 820px;
}

.tms-interior-hero p {
	color: #595f66;
	font-size: 16px;
	line-height: 1.75;
	margin: 22px 0 0;
	max-width: 680px;
}

.tms-interior-hero .tms-actions {
	margin-top: 30px;
}

.tms-interior-panel {
	align-self: stretch;
	background: linear-gradient(135deg, #171e27 0%, #2c333d 100%);
	border-radius: 6px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 320px;
	overflow: hidden;
	padding: 34px;
	position: relative;
}

.tms-interior-panel::before {
	background: rgba(255, 255, 255, 0.08);
	clip-path: polygon(45% 0, 100% 0, 65% 100%, 0 100%);
	content: "";
	inset: 0 0 0 auto;
	position: absolute;
	width: 72%;
}

.tms-interior-panel > * {
	position: relative;
	z-index: 1;
}

.tms-interior-panel strong {
	color: #fff;
	font-family: Montserrat, Inter, system-ui, sans-serif;
	font-size: 62px;
	line-height: 1;
}

.tms-interior-panel span {
	color: #fff;
	margin: 16px 0 0;
}

.tms-interior-panel p {
	color: #dcd9da;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 0;
}

.tms-statement {
	border-block: 1px solid rgba(117, 119, 124, 0.16);
	padding-block: 54px;
}

.tms-statement-grid {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tms-statement-grid p {
	color: #45474b;
	font-size: 16px;
	line-height: 1.85;
	margin: 0;
}

.tms-capabilities,
.tms-process-grid,
.tms-contact-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tms-capabilities {
	padding-block: 56px 26px;
}

.tms-capabilities article,
.tms-process-grid article,
.tms-contact-grid article {
	background: #fff;
	border: 1px solid rgba(117, 119, 124, 0.16);
	border-radius: 6px;
	box-shadow: 0 16px 38px rgba(23, 30, 39, 0.045);
	padding: 28px;
}

.tms-capabilities h3,
.tms-process-grid h3 {
	color: #171e27;
	font-size: 18px;
	margin: 0 0 10px;
}

.tms-capabilities p,
.tms-process-grid p,
.tms-contact-grid p {
	color: #595f66;
	line-height: 1.7;
	margin: 0;
}

.tms-process {
	padding-block: 8px 56px;
}

.tms-process .tms-section-title h2 {
	max-width: 680px;
}

.tms-process-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tms-contact-panel {
	gap: 18px;
	justify-content: center;
}

.tms-contact-panel .tms-btn {
	align-self: flex-start;
}

.tms-contact-grid {
	padding-block: 0 34px;
}

.tms-contact-grid a,
.tms-contact-grid strong {
	color: #171e27;
	display: block;
	font-family: Montserrat, Inter, system-ui, sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 14px;
	text-decoration: none;
}

.tms-contact-band {
	align-items: center;
	background: #f0edee;
	border: 1px solid rgba(117, 119, 124, 0.12);
	border-radius: 6px;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	margin-block: 24px 56px;
	padding-block: 36px;
}

.tms-contact-band h2 {
	color: #171e27;
	font-size: 28px;
	line-height: 1.18;
	margin: 0;
}

.tms-contact-band ul {
	color: #45474b;
	line-height: 1.8;
	margin: 0;
	padding-left: 20px;
}

.tms-reference-summary {
	padding-block: 4px 56px;
}

.tms-reference-metrics {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tms-reference-metrics article {
	border-top: 1px solid rgba(117, 119, 124, 0.24);
	padding-top: 22px;
}

.tms-reference-metrics strong {
	color: #171e27;
	display: block;
	font-family: Montserrat, Inter, system-ui, sans-serif;
	font-size: 34px;
	line-height: 1;
	margin-bottom: 18px;
}

.tms-reference-metrics span,
.tms-reference-card span,
.tms-reference-proof span {
	color: #2c333d;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.tms-reference-metrics p {
	color: #595f66;
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
}

.tms-reference-showcase {
	padding-block: 8px 64px;
}

.tms-reference-showcase .tms-section-title {
	max-width: 760px;
}

.tms-reference-showcase .tms-section-title p {
	margin-inline: 0;
}

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

.tms-reference-card {
	background: #fff;
	border: 1px solid rgba(117, 119, 124, 0.18);
	border-radius: 6px;
	box-shadow: 0 16px 38px rgba(23, 30, 39, 0.05);
	overflow: hidden;
}

.tms-reference-card img {
	aspect-ratio: 16 / 11;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.tms-reference-card div {
	padding: 24px;
}

.tms-reference-card h3 {
	color: #171e27;
	font-family: Montserrat, Inter, system-ui, sans-serif;
	font-size: 20px;
	line-height: 1.22;
	margin: 0 0 12px;
}

.tms-reference-card p {
	color: #595f66;
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 18px;
}

.tms-reference-card small {
	border-top: 1px solid rgba(117, 119, 124, 0.16);
	color: #45474b;
	display: block;
	font-size: 12px;
	font-weight: 800;
	padding-top: 14px;
}

.tms-reference-proof {
	background: #f0edee;
	border-block: 1px solid rgba(117, 119, 124, 0.12);
	padding-block: 56px;
}

.tms-reference-proof__inner {
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.tms-reference-proof h2 {
	color: #171e27;
	font-family: Montserrat, Inter, system-ui, sans-serif;
	font-size: 32px;
	line-height: 1.16;
	margin: 0;
	max-width: 560px;
}

.tms-reference-steps {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tms-reference-steps article {
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(117, 119, 124, 0.14);
	border-radius: 6px;
	padding: 22px;
}

.tms-reference-steps h3 {
	color: #171e27;
	font-size: 16px;
	margin: 0 0 10px;
}

.tms-reference-steps p {
	color: #595f66;
	font-size: 13px;
	line-height: 1.65;
	margin: 0;
}

.tms-products-hero {
	border-bottom: 1px solid rgba(117, 119, 124, 0.2);
	margin-bottom: 34px;
	max-width: 760px;
	padding-bottom: 28px;
}

.tms-products-hero span {
	color: #2c333d;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.tms-products-hero h1 {
	color: #171e27;
	font-family: Montserrat, Inter, system-ui, sans-serif;
	font-size: 42px;
	line-height: 1.08;
	margin: 0;
}

.tms-products-hero p {
	color: #595f66;
	font-size: 15px;
	line-height: 1.7;
	margin: 16px 0 0;
	max-width: 620px;
}

.tms-products-hero--compact {
	margin-bottom: 30px;
}

.tms-products-hero--compact h1 {
	font-size: 36px;
}

.tms-product-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tms-product-categories {
	margin-bottom: 56px;
}

.tms-products--index .tms-product-categories {
	margin-bottom: 0;
}

.tms-product-assist {
	align-items: center;
	background: #f0edee;
	border: 1px solid rgba(117, 119, 124, 0.14);
	border-radius: 6px;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-top: 34px;
	padding: 26px 30px;
}

.tms-product-assist span {
	color: #595f66;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.tms-product-assist h2 {
	color: #171e27;
	font-size: 24px;
	line-height: 1.18;
	margin: 0;
}

.tms-product-categories .tms-section-title {
	margin-bottom: 24px;
}

.tms-product-categories .tms-image-card {
	aspect-ratio: 4 / 3.4;
}

.tms-product-card {
	background: #fff;
	border: 1px solid rgba(117, 119, 124, 0.22);
	border-radius: 6px;
	box-shadow: 0 14px 34px rgba(23, 30, 39, 0.045);
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tms-product-card__image {
	aspect-ratio: 1 / 1;
	background: #f0edee;
	border: 0;
	cursor: zoom-in;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.tms-product-card__image img {
	height: 100%;
	object-fit: cover;
	transition: transform 600ms ease;
	width: 100%;
}

.tms-product-card__image span {
	background: #171e27;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	left: 12px;
	padding: 7px 10px;
	position: absolute;
	top: 12px;
}

.tms-product-card h2 {
	font-size: 17px;
	line-height: 1.35;
	margin: 0;
	padding: 16px;
}

.tms-product-card:hover {
	border-color: rgba(23, 30, 39, 0.28);
	box-shadow: 0 20px 44px rgba(23, 30, 39, 0.09);
	transform: translateY(-2px);
}

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

.tms-seo-text {
	background: #fff;
	border: 1px solid rgba(117, 119, 124, 0.18);
	border-radius: 6px;
	box-shadow: 0 16px 38px rgba(23, 30, 39, 0.045);
	color: #45474b;
	line-height: 1.8;
	margin-top: 48px;
	padding: 32px;
}

.tms-text-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.tms-text-grid section {
	background: #fff;
	border: 1px solid rgba(117, 119, 124, 0.18);
	padding: 28px;
}

.tms-lightbox {
	align-items: center;
	background: rgba(10, 13, 17, 0.86);
	display: none;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 999;
}

.tms-lightbox.is-open {
	display: flex;
}

.tms-lightbox__panel {
	background: #fcf8f9;
	max-width: min(900px, 94vw);
	position: relative;
	width: 100%;
}

.tms-lightbox__panel img {
	aspect-ratio: 16 / 11;
	display: block;
	object-fit: cover;
	width: 100%;
}

.tms-lightbox__content {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 20px;
}

.tms-lightbox__content h3 {
	margin: 0 0 6px;
}

.tms-lightbox__content span {
	color: #595f66;
	font-size: 13px;
	font-weight: 800;
}

.tms-lightbox__close {
	background: #171e27;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	height: 42px;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 42px;
}

@media (max-width: 900px) {
	.tms-container {
		padding-inline: 18px;
	}

	.tms-header {
		padding-inline: 0 !important;
	}

	.tms-header__inner {
		gap: 10px;
		justify-content: flex-start;
		margin-inline: 0 !important;
		max-width: none !important;
		min-height: 56px;
		padding-inline: 16px;
		width: 100% !important;
	}

	.tms-logo a,
	.tms-logo {
		font-size: 21px;
		margin-right: auto;
	}

	.tms-header .wp-block-buttons {
		display: flex;
		margin-left: auto;
		order: 2;
	}

	.wp-block-button.tms-header-cta {
		display: block;
	}

	.tms-header-cta .wp-block-button__link {
		font-size: 11px;
		font-weight: 800;
		min-height: 36px;
		padding: 8px 12px;
		white-space: nowrap;
	}

	.tms-nav {
		order: 3;
	}

	.tms-nav .wp-block-navigation__responsive-container-open {
		align-items: center;
		background: #171e27;
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 4px;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
		color: #fff;
		display: flex;
		height: 40px;
		justify-content: center;
		width: 40px;
	}

	.tms-nav .wp-block-navigation__responsive-container-open svg {
		height: 27px;
		width: 27px;
	}

	body.tms-mobile-menu-active {
		overflow: hidden;
	}

	.tms-hero {
		min-height: 620px;
	}

	.tms-hero__shade {
		background: linear-gradient(90deg, rgba(252, 248, 249, 0.98) 0%, rgba(252, 248, 249, 0.78) 54%, rgba(252, 248, 249, 0.18) 100%);
	}

	.tms-hero h1 {
		font-size: 34px;
		line-height: 1.18;
		max-width: 340px;
	}

	.tms-hero p {
		font-size: 13px;
		line-height: 1.6;
		margin-bottom: 28px;
		max-width: 330px;
	}

	.tms-card-grid,
	.tms-product-grid,
	.tms-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tms-products-hero {
		margin-bottom: 26px;
		padding-bottom: 22px;
	}

	.tms-products-hero h1,
	.tms-products-hero--compact h1 {
		font-size: 32px;
	}

	.tms-products-hero p {
		font-size: 14px;
	}

	.tms-product-assist {
		align-items: flex-start;
		flex-direction: column;
		padding: 24px;
	}

	.tms-interior {
		padding-bottom: 34px;
	}

	.tms-interior-hero {
		gap: 22px;
		grid-template-columns: 1fr;
		padding-block: 38px 30px;
	}

	.tms-interior-hero h1 {
		font-size: 38px;
	}

	.tms-interior-panel {
		min-height: 210px;
		padding: 26px;
	}

	.tms-statement-grid,
	.tms-contact-band {
		grid-template-columns: 1fr;
	}

	.tms-capabilities,
	.tms-contact-grid,
	.tms-process-grid,
	.tms-reference-metrics,
	.tms-reference-grid,
	.tms-reference-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tms-reference-proof__inner {
		grid-template-columns: 1fr;
	}

	.tms-categories {
		overflow: hidden;
	}

	.tms-categories .tms-card-grid {
		display: flex;
		gap: 18px;
		margin-inline: -18px;
		overflow-x: auto;
		padding: 0 18px 12px;
		scroll-padding-inline: 18px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.tms-categories .tms-card-grid::-webkit-scrollbar {
		display: none;
	}

	.tms-categories .tms-image-card {
		flex: 0 0 72%;
		max-width: 320px;
		scroll-snap-align: start;
	}

	.tms-product-categories .tms-card-grid {
		display: grid;
		gap: 16px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-inline: 0;
		overflow: visible;
		padding: 0;
	}

	.tms-text-grid,
	.tms-stats__grid {
		grid-template-columns: 1fr;
	}

	.tms-stats__grid div + div {
		border-left: 0;
		border-top: 1px solid rgba(117, 119, 124, 0.2);
		margin-top: 24px;
		padding-top: 24px;
	}

	.tms-cta {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
	}

	.tms-cta::after {
		display: none;
	}

	.tms-footer {
		padding-inline: 18px;
	}

	.tms-footer__grid {
		gap: 24px;
	}

	.tms-partner-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tms-lightbox__content {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (max-width: 600px) {
	.tms-card-grid,
	.tms-feature-grid {
		grid-template-columns: 1fr;
	}

	.tms-product-grid {
		gap: 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tms-product-card h2 {
		font-size: 13px;
		line-height: 1.3;
		padding: 11px;
	}

	.tms-product-card__image span {
		font-size: 10px;
		left: 8px;
		padding: 5px 7px;
		top: 8px;
	}

	.tms-categories .tms-card-grid {
		display: flex;
	}

	.tms-categories .tms-image-card {
		flex-basis: 78%;
	}

	.tms-product-categories .tms-card-grid {
		gap: 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tms-product-categories .tms-image-card span {
		bottom: 12px;
		font-size: 13px;
		left: 12px;
		line-height: 1.18;
		right: 12px;
	}

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

	.tms-hero {
		min-height: 560px;
	}

	.tms-hero p {
		font-size: 13px;
	}

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

	.tms-interior-hero {
		gap: 18px;
		padding-block: 30px 24px;
	}

	.tms-interior-hero p {
		font-size: 14px;
		line-height: 1.65;
		margin-top: 16px;
	}

	.tms-interior-hero .tms-actions {
		margin-top: 22px;
	}

	.tms-interior-panel {
		min-height: 170px;
		padding: 22px;
	}

	.tms-interior-panel strong {
		font-size: 46px;
	}

	.tms-capabilities,
	.tms-contact-grid,
	.tms-process-grid,
	.tms-reference-metrics,
	.tms-reference-grid,
	.tms-reference-steps {
		grid-template-columns: 1fr;
	}

	.tms-reference-summary {
		padding-bottom: 42px;
	}

	.tms-reference-showcase {
		padding-bottom: 46px;
	}

	.tms-reference-card div,
	.tms-reference-steps article {
		padding: 20px;
	}

	.tms-reference-proof {
		padding-block: 42px;
	}

	.tms-reference-proof h2 {
		font-size: 26px;
	}

	.tms-contact-band {
		padding-block: 28px;
	}

	.tms-contact-band h2 {
		font-size: 24px;
	}

	.tms-partner-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tms-partner-logo {
		padding: 14px;
	}
}

@media (max-width: 360px) {
	.tms-header__inner {
		gap: 8px;
		padding-inline: 12px;
	}

	.tms-logo a,
	.tms-logo {
		font-size: 19px;
	}

	.tms-header-cta .wp-block-button__link {
		font-size: 10px;
		min-height: 34px;
		padding-inline: 10px;
	}

	.tms-nav .wp-block-navigation__responsive-container-open {
		height: 38px;
		width: 38px;
	}

	.tms-product-grid {
		gap: 12px;
	}

	.tms-product-card h2 {
		font-size: 12px;
		padding: 10px;
	}
}
