:root {
	--tz-ink: #10283b;
	--tz-ink-soft: #3f5668;
	--tz-blue: #174e75;
	--tz-blue-bright: #2d759f;
	--tz-blue-deep: #0b2d48;
	--tz-paper: #fbfcfc;
	--tz-mist: #eef5f8;
	--tz-ice: #e4f0f6;
	--tz-line: rgba(22, 74, 111, 0.18);
	--tz-line-strong: rgba(22, 74, 111, 0.34);
	--tz-white-line: rgba(255, 255, 255, 0.22);
	--tz-shell: 1320px;
	--tz-gutter: clamp(20px, 4vw, 64px);
	--tz-section: clamp(92px, 10vw, 156px);
	--tz-display: "Bahnschrift", "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
	--tz-body: "Segoe UI", Arial, sans-serif;
	--tz-shadow: 0 28px 70px rgba(14, 49, 72, 0.12);
}

html {
	scroll-behavior: smooth;
	max-width: 100%;
	overflow-x: hidden;
}

body.tztech-industrial {
	background: var(--tz-paper);
	color: var(--tz-ink);
	font-family: var(--tz-body);
	max-width: 100%;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

@supports (overflow: clip) {
	html,
	body.tztech-industrial {
		overflow-x: clip;
	}
}

.tztech-industrial .content-area,
.tztech-industrial .site-main {
	margin: 0;
	padding: 0;
}

.tztech-front-page .content-bg,
.tztech-front-page .site-container,
.tztech-front-page .content-container,
.tztech-front-page .site-main,
.tztech-front-page #inner-wrap {
	max-width: none;
}

.tz-main,
.tz-main *,
.tz-main *::before,
.tz-main *::after {
	box-sizing: border-box;
}

.tz-main :where(h1, h2, h3, h4, p, figure, dl, dd) {
	margin-block-start: 0;
}

.tz-main :where(img, svg) {
	display: block;
	max-width: 100%;
}

.tz-main a {
	color: inherit;
}

.tz-shell {
	width: min(calc(100% - (var(--tz-gutter) * 2)), var(--tz-shell));
	margin-inline: auto;
}

.tz-section {
	position: relative;
	padding-block: var(--tz-section);
}

.tz-section[id] {
	scroll-margin-top: 110px;
}

/* Kadence remains responsible for logo and navigation behavior. */
.tztech-industrial .site-header-wrap {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0px);
	z-index: 1000;
	width: 100%;
	box-shadow: 0 1px 0 rgba(14, 55, 82, 0.1);
}

.tztech-industrial .site-main-header-wrap .site-header-row-container-inner,
.tztech-industrial .site-top-header-wrap .site-header-row-container-inner {
	background: rgba(251, 253, 253, 0.91);
	backdrop-filter: blur(18px) saturate(140%);
	-webkit-backdrop-filter: blur(18px) saturate(140%);
}

.tztech-front-page:not(.tz-header-scrolled) .site-header-wrap {
	box-shadow: 0 1px 0 rgba(14, 55, 82, 0.06);
}

.tztech-front-page:not(.tz-header-scrolled) .site-main-header-wrap .site-header-row-container-inner {
	background: rgba(251, 253, 253, 0.78);
}

.tztech-industrial .site-branding a.brand img,
.tztech-industrial .site-branding .custom-logo {
	max-height: 44px;
	width: auto;
}

/* The supplied wordmark has white lettering for dark surfaces. On the light
 * header, crop it to its orange symbol and keep the adjacent editable site
 * title as the readable wordmark. The full logo remains visible in the footer. */
.tztech-industrial .site-branding a.brand img.custom-logo {
	width: 40px;
	height: 40px;
	max-height: none;
	object-fit: cover;
	object-position: left center;
}

.tztech-industrial .site-title {
	font-family: var(--tz-display);
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tztech-industrial .main-navigation .primary-menu-container > ul > li.menu-item > a {
	font-family: var(--tz-display);
	font-size: 0.74rem;
	font-weight: 650;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.tztech-industrial .main-navigation .primary-menu-container > ul > li.current-menu-item > a,
.tztech-industrial .main-navigation .primary-menu-container > ul > li > a:hover {
	color: var(--tz-blue-bright);
}

.tztech-industrial .menu-toggle-open,
.tztech-industrial .menu-toggle-close {
	border-radius: 0;
}

.tz-kicker {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 20px;
	color: var(--tz-blue);
	font-family: var(--tz-display);
	font-size: 0.72rem;
	font-weight: 720;
	letter-spacing: 0.16em;
	line-height: 1.25;
	text-transform: uppercase;
}

.tz-kicker::before {
	width: 32px;
	height: 1px;
	background: currentColor;
	content: "";
}

.tz-kicker span {
	display: inline-block;
}

.tz-section-heading {
	position: relative;
	z-index: 2;
	margin-bottom: clamp(48px, 6vw, 82px);
}

.tz-section-heading h2,
.tz-about__copy h2,
.tz-cta h2 {
	margin-bottom: 22px;
	color: var(--tz-ink);
	font-family: var(--tz-display);
	font-size: clamp(2.25rem, 4vw, 4.35rem);
	font-weight: 520;
	letter-spacing: -0.045em;
	line-height: 0.99;
	text-wrap: balance;
}

.tz-section-heading > p:last-child,
.tz-section-heading--split > p,
.tz-about__text,
.tz-cta__copy > p:last-child {
	color: var(--tz-ink-soft);
	font-size: clamp(0.97rem, 1.2vw, 1.08rem);
	line-height: 1.78;
}

.tz-section-heading--center {
	max-width: 810px;
	margin-inline: auto;
	text-align: center;
}

.tz-section-heading--center .tz-kicker {
	justify-content: center;
}

.tz-section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.6fr);
	gap: clamp(50px, 8vw, 130px);
	align-items: end;
}

.tz-section-heading--split h2 {
	margin-bottom: 0;
}

.tz-section__ghost {
	position: absolute;
	top: clamp(48px, 7vw, 100px);
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	color: rgba(22, 74, 111, 0.038);
	font-family: var(--tz-display);
	font-size: clamp(5rem, 14vw, 13rem);
	font-weight: 800;
	letter-spacing: -0.07em;
	line-height: 0.78;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
}

.tz-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.tz-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 13px 21px;
	border: 1px solid transparent;
	border-radius: 1px;
	font-family: var(--tz-display);
	font-size: 0.76rem;
	font-weight: 720;
	letter-spacing: 0.08em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.tz-button i {
	font-size: 1rem;
	font-style: normal;
	line-height: 1;
	transition: transform 220ms ease;
}

.tz-button:hover,
.tz-button:focus-visible {
	transform: translateY(-2px);
}

.tz-button:hover i,
.tz-button:focus-visible i {
	transform: translate(2px, -2px);
}

.tz-button--primary {
	background: var(--tz-blue);
	color: #fff !important;
	box-shadow: 0 12px 24px rgba(22, 74, 111, 0.18);
}

.tz-button--primary:hover,
.tz-button--primary:focus-visible {
	background: var(--tz-blue-deep);
}

.tz-button--line {
	border-color: var(--tz-line-strong);
	background: transparent;
	color: var(--tz-ink) !important;
}

.tz-button--line:hover,
.tz-button--line:focus-visible {
	border-color: var(--tz-blue);
	background: rgba(23, 78, 117, 0.055);
}

.tz-button--light {
	background: #fff;
	color: var(--tz-blue-deep) !important;
}

.tz-button--light:hover,
.tz-button--light:focus-visible {
	background: var(--tz-ice);
}

.tz-text-link {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	padding-bottom: 6px;
	border-bottom: 1px solid var(--tz-line-strong);
	color: var(--tz-blue) !important;
	font-family: var(--tz-display);
	font-size: 0.76rem;
	font-weight: 720;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: gap 220ms ease, border-color 220ms ease;
}

.tz-text-link:hover,
.tz-text-link:focus-visible {
	gap: 18px;
	border-color: var(--tz-blue);
}

.tz-main :where(a, button, input, textarea, select):focus-visible {
	outline: 2px solid var(--tz-blue-bright);
	outline-offset: 4px;
}

/* Hero */
.tz-hero {
	position: relative;
	min-height: min(900px, calc(100svh - 70px));
	background:
		radial-gradient(circle at 75% 42%, rgba(73, 143, 184, 0.16), transparent 28%),
		linear-gradient(118deg, #fbfcfc 0%, #f8fbfc 47%, #edf5f8 100%);
	overflow: hidden;
}

.tz-hero::before,
.tz-hero::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.tz-hero::before {
	top: 0;
	right: 0;
	width: min(52vw, 780px);
	height: 100%;
	border-left: 1px solid rgba(22, 74, 111, 0.08);
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.05), rgba(185, 214, 228, 0.2));
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 11% 72%);
}

.tz-hero::after {
	right: -10%;
	bottom: -50%;
	width: 60vw;
	aspect-ratio: 1;
	border: 1px solid rgba(22, 74, 111, 0.11);
	border-radius: 50%;
}

.tz-hero__blueprint-grid,
.tz-inner-hero__grid,
.tz-article-hero__grid,
.tz-error__grid,
.tz-cta__grid,
.tz-products__stage-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(23, 78, 117, 0.047) 1px, transparent 1px),
		linear-gradient(90deg, rgba(23, 78, 117, 0.047) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to right, transparent, #000 38%, #000);
	pointer-events: none;
}

.tz-hero__shell {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: clamp(20px, 3vw, 48px);
	min-height: min(900px, calc(100svh - 70px));
}

.tz-hero__rail {
	display: flex;
	padding-block: 88px 118px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	color: rgba(16, 40, 59, 0.47);
	font-family: var(--tz-display);
	font-size: 0.62rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.tz-hero__rail i {
	width: 1px;
	height: 100%;
	background: var(--tz-line);
}

.tz-hero__viewport {
	position: relative;
	min-width: 0;
	min-height: inherit;
}

.tz-hero__slide {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(360px, 0.9fr) minmax(480px, 1.15fr);
	gap: clamp(38px, 5vw, 90px);
	align-items: center;
	padding-block: clamp(76px, 9vh, 126px) 112px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 640ms ease, visibility 640ms ease;
}

.tz-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.tz-hero__copy {
	position: relative;
	z-index: 4;
	max-width: 610px;
}

.tz-hero__title {
	margin-bottom: 27px;
	color: var(--tz-ink);
	font-family: var(--tz-display);
	font-size: clamp(3.35rem, 5.3vw, 6.2rem);
	font-weight: 470;
	letter-spacing: -0.06em;
	line-height: 0.88;
	text-transform: uppercase;
	text-wrap: balance;
}

.tz-hero__title span,
.tz-hero__title em {
	display: block;
}

.tz-hero__title em {
	margin-top: 14px;
	color: var(--tz-blue);
	font-size: 0.68em;
	font-style: normal;
	font-weight: 720;
	letter-spacing: -0.038em;
	line-height: 0.98;
}

.tz-hero__summary {
	max-width: 570px;
	margin-bottom: 34px;
	padding-left: 18px;
	border-left: 1px solid var(--tz-line-strong);
	color: var(--tz-ink-soft);
	font-size: clamp(0.96rem, 1.1vw, 1.06rem);
	line-height: 1.72;
}

.tz-hero__summary p:last-child {
	margin-bottom: 0;
}

.tz-hero-search {
	position: relative;
	max-width: 590px;
	margin: -10px 0 22px;
	padding: 12px 14px 14px;
	border: 1px solid rgba(22, 74, 111, 0.22);
	border-left: 3px solid var(--tz-blue);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 20px 48px rgba(18, 62, 91, 0.14);
	backdrop-filter: blur(12px);
}

.tz-hero-search label {
	display: block;
	margin: 0 0 8px;
	color: var(--tz-blue);
	font-family: var(--tz-display);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.tz-hero-search__field {
	display: grid;
	grid-template-columns: 25px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-height: 54px;
	border-top: 1px solid rgba(22, 74, 111, 0.1);
}

.tz-hero-search__field svg {
	width: 22px;
	height: 22px;
	margin-left: 2px;
	fill: none;
	stroke: var(--tz-blue);
	stroke-linecap: round;
	stroke-width: 1.7;
}

.tz-hero-search__field input[type="search"] {
	min-width: 0;
	height: 52px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	color: var(--tz-ink);
	font-size: 0.96rem;
}

.tz-hero-search__field input[type="search"]::placeholder {
	color: #71818c;
	opacity: 1;
}

.tz-hero-search__field button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 11px 17px;
	border: 1px solid var(--tz-blue);
	border-radius: 1px;
	background: var(--tz-blue);
	color: #fff;
	font-family: var(--tz-display);
	font-size: 0.67rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.tz-hero-search__field button i {
	font-size: 0.95rem;
	font-style: normal;
	transition: transform 220ms ease;
}

.tz-hero-search__field button:hover,
.tz-hero-search__field button:focus-visible {
	border-color: var(--tz-blue-bright);
	background: var(--tz-blue-bright);
	transform: translateY(-2px);
}

.tz-hero-search__field button:hover i,
.tz-hero-search__field button:focus-visible i {
	transform: translateX(3px);
}

.tz-hero__visual {
	position: relative;
	display: grid;
	min-width: 0;
	min-height: clamp(510px, 54vw, 700px);
	place-items: center;
}

.tz-hero__orbit {
	position: absolute;
	inset: 6% 2% 10% 0;
	border: 1px solid rgba(23, 78, 117, 0.18);
	border-radius: 50%;
	transform: rotate(-12deg);
}

.tz-hero__orbit::before,
.tz-hero__orbit::after {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(23, 78, 117, 0.15);
	border-radius: 50%;
	content: "";
	transform: translate(-50%, -50%);
}

.tz-hero__orbit::before {
	width: 73%;
	height: 114%;
	transform: translate(-50%, -50%) rotate(42deg);
}

.tz-hero__orbit::after {
	width: 46%;
	height: 95%;
	transform: translate(-50%, -50%) rotate(-58deg);
}

.tz-hero__orbit i {
	position: absolute;
	width: 9px;
	height: 9px;
	border: 2px solid #f7fbfc;
	border-radius: 50%;
	background: var(--tz-blue-bright);
	box-shadow: 0 0 0 1px rgba(23, 78, 117, 0.3);
}

.tz-hero__orbit i:nth-child(1) { top: 16%; left: 17%; }
.tz-hero__orbit i:nth-child(2) { top: 34%; right: -5px; }
.tz-hero__orbit i:nth-child(3) { bottom: 12%; left: 25%; }

.tz-hero__figure {
	position: relative;
	z-index: 2;
	display: grid;
	width: min(100%, 700px);
	margin: 0;
	place-items: center;
	filter: drop-shadow(0 34px 30px rgba(30, 82, 112, 0.14));
}

.tz-hero__image {
	width: 100%;
	max-height: 660px;
	object-fit: contain;
}

.tz-hero__image--blueprint {
	filter: saturate(0.82) contrast(1.03);
}

.tz-blueprint-svg {
	width: 100%;
	max-height: 640px;
	overflow: visible;
}

.tz-blueprint-svg path,
.tz-blueprint-svg circle,
.tz-blueprint-svg ellipse,
.tz-blueprint-svg rect {
	fill: none;
	stroke: #326c92;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.3;
	vector-effect: non-scaling-stroke;
}

.tz-blueprint-svg .tz-machine path,
.tz-blueprint-svg .tz-machine circle {
	stroke: #174e75;
	stroke-width: 1.8;
}

.tz-blueprint-svg .tz-nodes circle {
	fill: #3e83ad;
	stroke: #fff;
	stroke-width: 2;
}

.tztech-motion .tz-blueprint-svg.is-drawing path,
.tztech-motion .tz-blueprint-svg.is-drawing circle,
.tztech-motion .tz-blueprint-svg.is-drawing ellipse,
.tztech-motion .tz-blueprint-svg.is-drawing rect {
	animation: tz-draw-line 1.9s cubic-bezier(0.45, 0, 0.2, 1) both;
}

.tztech-motion .tz-blueprint-svg.is-drawing .tz-machine * { animation-delay: 180ms; }
.tztech-motion .tz-blueprint-svg.is-drawing .tz-nodes * { animation-delay: 640ms; }

.tz-hero__technical-label {
	position: absolute;
	z-index: 4;
	top: 10%;
	right: 2%;
	padding-left: 36px;
	color: rgba(16, 40, 59, 0.52);
	font-family: var(--tz-display);
	font-size: 0.62rem;
	letter-spacing: 0.18em;
}

.tz-hero__technical-label::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 26px;
	height: 1px;
	background: var(--tz-line-strong);
	content: "";
}

.tz-hero__visual-note {
	position: absolute;
	z-index: 4;
	right: 3%;
	bottom: 8%;
	display: flex;
	margin: 0;
	flex-direction: column;
	align-items: flex-end;
	color: var(--tz-ink-soft);
	font-family: var(--tz-display);
	font-size: 0.62rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	text-align: right;
	text-transform: uppercase;
}

.tz-hero__visual-note b {
	color: var(--tz-blue);
	font-size: 0.72rem;
}

.tz-hero__controls {
	position: absolute;
	z-index: 12;
	bottom: 44px;
	left: 78px;
	display: flex;
	align-items: center;
	gap: 18px;
}

.tz-slider-arrow {
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--tz-line);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.65);
	color: var(--tz-blue);
	place-items: center;
	cursor: pointer;
	transition: border-color 200ms ease, background 200ms ease;
}

.tz-slider-arrow:hover,
.tz-slider-arrow:focus-visible {
	border-color: var(--tz-blue);
	background: #fff;
}

.tz-slider-dots {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tz-slider-dots button {
	position: relative;
	width: 30px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.tz-slider-pause {
	min-width: 62px;
	height: 44px;
	padding: 0 12px;
	border: 1px solid var(--tz-line);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.68);
	color: var(--tz-ink-soft);
	font-family: var(--tz-display);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.tz-slider-pause:hover,
.tz-slider-pause:focus-visible,
.tz-slider-pause[aria-pressed="true"] {
	border-color: var(--tz-blue);
	background: #fff;
	color: var(--tz-blue);
}

.tz-slider-dots button span {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--tz-line-strong);
	transition: background 200ms ease, transform 200ms ease;
}

.tz-slider-dots button[aria-selected="true"] span {
	background: var(--tz-blue);
	transform: scaleY(2);
}

.tz-hero__scroll {
	position: absolute;
	z-index: 5;
	right: var(--tz-gutter);
	bottom: 35px;
	display: flex;
	align-items: center;
	gap: 14px;
	color: rgba(16, 40, 59, 0.55) !important;
	font-family: var(--tz-display);
	font-size: 0.62rem;
	letter-spacing: 0.16em;
	text-decoration: none;
	text-transform: uppercase;
}

.tz-hero__scroll i {
	position: relative;
	display: block;
	width: 1px;
	height: 42px;
	background: var(--tz-line-strong);
	overflow: hidden;
}

.tztech-motion .tz-hero__scroll i::after {
	position: absolute;
	top: -50%;
	left: 0;
	width: 1px;
	height: 48%;
	background: var(--tz-blue);
	content: "";
	animation: tz-scroll-line 2.2s ease-in-out infinite;
}

/* Product system */
.tz-products {
	background: #fff;
}

.tz-product-filter {
	position: relative;
	z-index: 3;
	display: flex;
	margin-bottom: 42px;
	justify-content: center;
	border-bottom: 1px solid var(--tz-line);
}

.tz-product-filter button {
	position: relative;
	padding: 13px clamp(12px, 2vw, 25px) 16px;
	border: 0;
	background: transparent;
	color: #667986;
	font-family: var(--tz-display);
	font-size: 0.68rem;
	font-weight: 650;
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
}

.tz-product-filter button::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	background: var(--tz-blue);
	content: "";
	transform: scaleX(0);
	transition: transform 220ms ease;
}

.tz-product-filter button.is-active {
	color: var(--tz-blue);
}

.tz-product-filter button.is-active::after {
	transform: scaleX(1);
}

.tz-products__layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(180px, 0.27fr) minmax(0, 1fr);
	min-height: 610px;
	border-top: 1px solid var(--tz-line);
	border-bottom: 1px solid var(--tz-line);
}

.tz-products__index {
	position: relative;
	z-index: 3;
	max-height: 610px;
	border-right: 1px solid var(--tz-line);
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--tz-line-strong) transparent;
}

.tz-products__index-item {
	display: grid;
	width: 100%;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 20px 18px 20px 2px;
	border: 0;
	border-bottom: 1px solid var(--tz-line);
	background: transparent;
	color: var(--tz-ink-soft);
	text-align: left;
	cursor: pointer;
	transition: color 220ms ease, background 220ms ease, padding 220ms ease;
}

.tz-products__index-item > span {
	color: rgba(23, 78, 117, 0.48);
	font-family: var(--tz-display);
	font-size: 0.6rem;
	letter-spacing: 0.08em;
}

.tz-products__index-item b {
	font-family: var(--tz-display);
	font-size: 0.72rem;
	font-weight: 620;
	letter-spacing: 0.04em;
	line-height: 1.35;
	text-transform: uppercase;
}

.tz-products__index-item:hover,
.tz-products__index-item.is-active {
	padding-left: 10px;
	background: var(--tz-mist);
	color: var(--tz-blue);
}

.tz-products__index-item[hidden] {
	display: none;
}

.tz-products__stage {
	position: relative;
	min-width: 0;
	min-height: 610px;
	background: linear-gradient(145deg, #f8fbfc, #eef5f8);
	overflow: hidden;
}

.tz-products__stage::before {
	position: absolute;
	top: 50%;
	left: 43%;
	width: min(54vw, 580px);
	aspect-ratio: 1;
	border: 1px solid rgba(23, 78, 117, 0.12);
	border-radius: 50%;
	content: "";
	transform: translate(-50%, -50%);
}

.tz-products__stage-grid {
	background-size: 54px 54px;
	mask-image: radial-gradient(circle at 45% 50%, #000 0, transparent 72%);
}

.tz-product-panel {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(0, 1.42fr) minmax(250px, 0.62fr);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 430ms ease, visibility 430ms ease;
}

.tz-product-panel.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.tz-product-panel__media {
	position: relative;
	display: grid;
	min-width: 0;
	padding: 42px;
	place-items: center;
}

.tz-product-panel__media > a {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
}

.tz-product-panel__image,
.tz-product-panel__media .tz-blueprint-svg {
	width: min(100%, 620px);
	max-height: 500px;
	object-fit: contain;
	filter: drop-shadow(0 28px 22px rgba(24, 68, 94, 0.15));
	transform: translateY(0) scale(0.985);
	transition: transform 500ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.tz-product-panel.is-active .tz-product-panel__image,
.tz-product-panel.is-active .tz-blueprint-svg {
	transform: translateY(-4px) scale(1);
}

.tz-product-panel__code {
	position: absolute;
	top: 25px;
	left: 28px;
	color: rgba(23, 78, 117, 0.42);
	font-family: var(--tz-display);
	font-size: 0.62rem;
	letter-spacing: 0.16em;
}

.tz-product-panel__content {
	position: relative;
	z-index: 3;
	display: flex;
	padding: 56px 42px;
	border-left: 1px solid var(--tz-line);
	background: rgba(255, 255, 255, 0.82);
	flex-direction: column;
	justify-content: center;
}

.tz-product-panel__taxonomy,
.tz-product-card__body > p,
.tz-advantage__kicker {
	margin-bottom: 14px;
	color: var(--tz-blue-bright);
	font-family: var(--tz-display);
	font-size: 0.64rem;
	font-weight: 650;
	letter-spacing: 0.11em;
	line-height: 1.4;
	text-transform: uppercase;
}

.tz-product-panel__content h3 {
	margin-bottom: 20px;
	font-family: var(--tz-display);
	font-size: clamp(1.65rem, 2.3vw, 2.5rem);
	font-weight: 540;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.tz-product-panel__content > p:not(.tz-product-panel__taxonomy) {
	margin-bottom: 26px;
	color: var(--tz-ink-soft);
	font-size: 0.93rem;
	line-height: 1.7;
}

.tz-product-panel__content dl {
	margin: 0 0 30px;
	border-top: 1px solid var(--tz-line);
}

.tz-product-panel__content dl > div {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid var(--tz-line);
	font-size: 0.78rem;
}

.tz-product-panel__content dt {
	color: #71828d;
	font-family: var(--tz-display);
	font-size: 0.64rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tz-product-panel__content dd {
	color: var(--tz-ink);
	font-weight: 620;
}

.tz-section-action {
	margin-top: 48px;
	text-align: center;
}

/* Advantages */
.tz-advantages {
	background:
		linear-gradient(90deg, transparent 49.95%, rgba(23, 78, 117, 0.04) 50%, transparent 50.05%),
		var(--tz-mist);
}

.tz-advantages__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--tz-line);
	border-bottom: 1px solid var(--tz-line);
}

.tz-advantage {
	position: relative;
	min-height: 390px;
	padding: clamp(35px, 4vw, 62px);
	border-right: 1px solid var(--tz-line);
	background: rgba(255, 255, 255, 0.3);
	transition: background 280ms ease, transform 280ms ease;
}

.tz-advantage:last-child {
	border-right: 0;
}

.tz-advantage:hover {
	background: rgba(255, 255, 255, 0.75);
	transform: translateY(-5px);
}

.tz-advantage__number {
	position: absolute;
	top: 24px;
	right: 25px;
	color: rgba(23, 78, 117, 0.35);
	font-family: var(--tz-display);
	font-size: 0.63rem;
	letter-spacing: 0.12em;
}

.tz-advantage__icon {
	display: grid;
	width: 88px;
	height: 88px;
	margin-bottom: 46px;
	border: 1px solid var(--tz-line-strong);
	border-radius: 50%;
	color: var(--tz-blue);
	place-items: center;
}

.tz-advantage__icon::after {
	position: absolute;
	width: 54px;
	height: 1px;
	margin-left: 118px;
	background: var(--tz-line);
	content: "";
}

.tz-advantage__icon svg,
.tz-advantage__icon img {
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.tz-advantage h3 {
	margin-bottom: 17px;
	font-family: var(--tz-display);
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 570;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.tz-advantage > p:last-child {
	margin-bottom: 0;
	color: var(--tz-ink-soft);
	font-size: 0.92rem;
	line-height: 1.7;
}

.tz-admin-empty {
	position: relative;
	z-index: 2;
	padding: 24px;
	border: 1px dashed var(--tz-line-strong);
	background: rgba(255, 255, 255, 0.65);
	text-align: center;
}

/* About */
.tz-about {
	background: var(--tz-blue-deep);
	color: #fff;
	overflow: hidden;
}

.tz-about::before {
	position: absolute;
	top: -30%;
	right: -12%;
	width: min(72vw, 940px);
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	content: "";
}

.tz-about__layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
	gap: clamp(55px, 8vw, 132px);
	align-items: center;
}

.tz-about__media {
	position: relative;
	min-width: 0;
}

.tz-about__frame {
	position: relative;
	display: grid;
	min-height: 560px;
	border: 1px solid var(--tz-white-line);
	background:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		rgba(255, 255, 255, 0.025);
	background-size: 48px 48px;
	place-items: center;
	clip-path: polygon(0 0, 91% 0, 100% 12%, 100% 100%, 0 100%);
	overflow: hidden;
}

.tz-about__frame::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 34%;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	content: "";
}

.tz-about__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.78;
	filter: grayscale(0.3) saturate(0.75) contrast(1.08);
}

.tz-about__frame .tz-blueprint-svg {
	width: 87%;
}

.tz-about__frame .tz-blueprint-svg :where(path, circle, ellipse, rect) {
	stroke: rgba(177, 219, 241, 0.76);
}

.tz-about__coordinate {
	display: flex;
	margin-top: 13px;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.42);
	font-family: var(--tz-display);
	font-size: 0.59rem;
	letter-spacing: 0.14em;
}

.tz-about__copy .tz-kicker,
.tz-about__copy h2 {
	color: #fff;
}

.tz-about__copy h2 {
	font-size: clamp(2.35rem, 3.8vw, 4.1rem);
}

.tz-about__text {
	margin-bottom: 36px;
	color: rgba(255, 255, 255, 0.7);
}

.tz-about__text p:last-child {
	margin-bottom: 0;
}

.tz-about__stats {
	display: grid;
	margin: 0 0 38px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--tz-white-line);
	border-bottom: 1px solid var(--tz-white-line);
}

.tz-about__stats > div {
	display: flex;
	min-width: 0;
	padding: 19px 14px 19px 0;
	border-right: 1px solid var(--tz-white-line);
	flex-direction: column;
}

.tz-about__stats > div:not(:first-child) {
	padding-left: 18px;
}

.tz-about__stats > div:last-child {
	border-right: 0;
}

.tz-about__stats strong {
	color: #fff;
	font-family: var(--tz-display);
	font-size: clamp(1.6rem, 2.7vw, 2.55rem);
	font-weight: 520;
	letter-spacing: -0.04em;
}

.tz-about__stats span {
	color: rgba(255, 255, 255, 0.56);
	font-family: var(--tz-display);
	font-size: 0.59rem;
	letter-spacing: 0.08em;
	line-height: 1.45;
	text-transform: uppercase;
}

.tz-about .tz-text-link {
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff !important;
}

/* Product cards */
.tz-popular {
	background: #f9fbfc;
}

.tz-popular__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--tz-line);
	border-left: 1px solid var(--tz-line);
}

.tz-product-card {
	min-width: 0;
	border-right: 1px solid var(--tz-line);
	border-bottom: 1px solid var(--tz-line);
	background: #fff;
}

.tz-product-card__media {
	position: relative;
	display: grid;
	min-height: 280px;
	padding: 30px;
	border-bottom: 1px solid var(--tz-line);
	background:
		linear-gradient(rgba(23, 78, 117, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(23, 78, 117, 0.045) 1px, transparent 1px),
		var(--tz-mist);
	background-size: 42px 42px;
	place-items: center;
	overflow: hidden;
}

.tz-product-card__media::after {
	position: absolute;
	width: 67%;
	aspect-ratio: 1;
	border: 1px solid var(--tz-line);
	border-radius: 50%;
	content: "";
}

.tz-product-card__media img,
.tz-product-card__media .tz-blueprint-svg {
	position: relative;
	z-index: 2;
	width: 100%;
	max-height: 230px;
	object-fit: contain;
	transition: transform 400ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.tz-product-card:hover .tz-product-card__media img,
.tz-product-card:hover .tz-product-card__media .tz-blueprint-svg {
	transform: scale(1.045) translateY(-4px);
}

.tz-product-card__number {
	position: absolute;
	z-index: 3;
	top: 18px;
	left: 18px;
	color: rgba(23, 78, 117, 0.44);
	font-family: var(--tz-display);
	font-size: 0.6rem;
	letter-spacing: 0.12em;
}

.tz-product-card__body {
	padding: 27px 26px 25px;
}

.tz-product-card__body > p a {
	text-decoration: none;
}

.tz-product-card__body h3 {
	min-height: 2.5em;
	margin-bottom: 28px;
	font-family: var(--tz-display);
	font-size: 1.18rem;
	font-weight: 570;
	letter-spacing: -0.018em;
	line-height: 1.25;
}

.tz-product-card__body h3 a {
	text-decoration: none;
}

.tz-product-card__footer {
	display: flex;
	min-height: 34px;
	padding-top: 15px;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid var(--tz-line);
	color: var(--tz-blue);
	font-size: 0.86rem;
	font-weight: 650;
}

.tz-product-card__footer > a {
	display: grid;
	width: 28px;
	height: 28px;
	border: 1px solid var(--tz-line-strong);
	border-radius: 50%;
	font-size: 0.78rem;
	place-items: center;
	text-decoration: none;
}

/* Brand wall */
.tz-brands {
	padding-block: clamp(68px, 7vw, 104px);
	border-top: 1px solid var(--tz-line);
	border-bottom: 1px solid var(--tz-line);
	background: #fff;
}

.tz-brands .tz-section-heading {
	margin-bottom: 48px;
}

.tz-brands .tz-section-heading h2 {
	font-size: clamp(2rem, 3.2vw, 3.45rem);
}

.tz-brands__track {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border-top: 1px solid var(--tz-line);
	border-left: 1px solid var(--tz-line);
}

.tz-brand {
	display: grid;
	min-width: 0;
	min-height: 112px;
	padding: 23px;
	border-right: 1px solid var(--tz-line);
	border-bottom: 1px solid var(--tz-line);
	background: #fff;
	color: var(--tz-ink);
	place-items: center;
	text-decoration: none;
	transition: background 200ms ease;
}

.tz-brand:hover {
	background: var(--tz-mist);
}

.tz-brand img {
	width: 100%;
	max-width: 130px;
	max-height: 45px;
	object-fit: contain;
	filter: grayscale(1) contrast(0.8);
	opacity: 0.72;
	transition: filter 200ms ease, opacity 200ms ease;
}

.tz-brand:hover img {
	filter: grayscale(0);
	opacity: 1;
}

.tz-brand span {
	font-family: var(--tz-display);
	font-size: 1rem;
	font-weight: 720;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
}

/* News */
.tz-news {
	background: var(--tz-mist);
}

.tz-news__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 3vw, 42px);
}

.tz-news-card {
	min-width: 0;
}

.tz-news-card__media {
	position: relative;
	display: block;
	min-height: 250px;
	margin-bottom: 26px;
	border: 1px solid var(--tz-line);
	background: #dceaf1;
	overflow: hidden;
}

.tz-news-card__media img {
	width: 100%;
	height: 100%;
	min-height: 250px;
	max-height: 320px;
	object-fit: cover;
	filter: saturate(0.75);
	transition: transform 500ms ease, filter 500ms ease;
}

.tz-news-card:hover .tz-news-card__media img {
	transform: scale(1.035);
	filter: saturate(1);
}

.tz-news-card__blueprint {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at center, transparent 0 23%, rgba(23, 78, 117, 0.2) 23.4% 23.8%, transparent 24.2% 35%, rgba(23, 78, 117, 0.13) 35.4% 35.8%, transparent 36.2%),
		linear-gradient(rgba(23, 78, 117, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(23, 78, 117, 0.08) 1px, transparent 1px);
	background-size: auto, 38px 38px, 38px 38px;
}

.tz-news-card__meta {
	display: flex;
	margin-bottom: 13px;
	align-items: center;
	gap: 12px;
	color: #687d8c;
	font-family: var(--tz-display);
	font-size: 0.61rem;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.tz-news-card__meta span::before {
	margin-right: 12px;
	content: "/";
}

.tz-news-card h3 {
	margin-bottom: 15px;
	font-family: var(--tz-display);
	font-size: clamp(1.3rem, 1.9vw, 1.72rem);
	font-weight: 560;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.tz-news-card h3 a {
	text-decoration: none;
}

.tz-news-card__body > p:not(.tz-news-card__meta) {
	margin-bottom: 23px;
	color: var(--tz-ink-soft);
	font-size: 0.91rem;
	line-height: 1.65;
}

/* Inquiry CTA */
.tz-cta {
	position: relative;
	padding-block: clamp(78px, 8vw, 124px);
	background: var(--tz-blue);
	color: #fff;
	overflow: hidden;
}

.tz-cta::after {
	position: absolute;
	top: -55%;
	right: -7%;
	width: min(55vw, 690px);
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	content: "";
}

.tz-cta__grid {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
	mask-image: linear-gradient(to right, transparent, #000 60%);
}

.tz-cta__layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.45fr);
	gap: clamp(55px, 8vw, 140px);
	align-items: center;
}

.tz-cta .tz-kicker,
.tz-cta h2 {
	color: #fff;
}

.tz-cta h2 {
	max-width: 820px;
	margin-bottom: 20px;
}

.tz-cta__copy > p:last-child {
	max-width: 700px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.72);
}

.tz-cta__action {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 13px;
}

.tz-cta__action .tz-button {
	width: 100%;
	min-height: 60px;
}

.tz-cta__contact {
	color: rgba(255, 255, 255, 0.76) !important;
	font-size: 0.78rem;
	text-decoration: none;
}

.tz-cta__contact:hover {
	color: #fff !important;
}

/* Inner pages */
.tz-inner-hero,
.tz-article-hero,
.tz-error__section {
	position: relative;
	background: linear-gradient(135deg, #f9fbfc, var(--tz-mist));
	overflow: hidden;
}

.tz-inner-hero__grid,
.tz-article-hero__grid,
.tz-error__grid {
	mask-image: linear-gradient(to right, transparent, #000);
}

.tz-inner-hero__layout {
	position: relative;
	z-index: 2;
	display: grid;
	min-height: 530px;
	grid-template-columns: minmax(0, 0.88fr) minmax(390px, 0.8fr);
	gap: clamp(45px, 7vw, 110px);
	align-items: center;
	padding-block: clamp(72px, 8vw, 118px);
}

.tz-breadcrumb {
	display: flex;
	margin-bottom: 42px;
	align-items: center;
	gap: 10px;
	color: #71818c;
	font-family: var(--tz-display);
	font-size: 0.62rem;
	letter-spacing: 0.09em;
	line-height: 1.45;
	text-transform: uppercase;
}

.tz-breadcrumb a {
	color: var(--tz-blue);
	text-decoration: none;
}

.tz-inner-hero h1,
.tz-article-hero h1,
.tz-error h1 {
	margin-bottom: 24px;
	font-family: var(--tz-display);
	font-size: clamp(3rem, 5.4vw, 6.2rem);
	font-weight: 480;
	letter-spacing: -0.055em;
	line-height: 0.94;
	text-wrap: balance;
}

.tz-inner-hero__summary {
	max-width: 640px;
	margin-bottom: 0;
	color: var(--tz-ink-soft);
	font-size: 1.08rem;
	line-height: 1.7;
}

.tz-inner-hero__media,
.tz-inner-hero__schematic {
	position: relative;
	margin: 0;
}

.tz-inner-hero__media::after,
.tz-inner-hero__schematic::after {
	position: absolute;
	inset: -18px 18px 18px -18px;
	z-index: -1;
	border: 1px solid var(--tz-line-strong);
	content: "";
}

.tz-inner-hero__media img {
	width: 100%;
	max-height: 420px;
	object-fit: cover;
}

.tz-entry {
	padding-block: clamp(70px, 8vw, 120px);
	background: #fff;
}

.tz-entry__layout {
	display: grid;
	grid-template-columns: 120px minmax(0, 780px);
	gap: clamp(35px, 6vw, 90px);
	justify-content: center;
}

.tz-entry__marker,
.tz-entry__aside {
	display: flex;
	padding-top: 9px;
	border-top: 1px solid var(--tz-line-strong);
	color: #748692;
	font-family: var(--tz-display);
	font-size: 0.62rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
	flex-direction: column;
}

.tz-entry__marker b,
.tz-entry__aside strong {
	color: var(--tz-blue);
	font-size: 0.78rem;
}

.tz-entry__content {
	min-width: 0;
	color: #263d4d;
	font-size: 1.04rem;
	line-height: 1.82;
}

.tz-entry__content > :first-child {
	margin-top: 0;
}

.tz-entry__content :where(h2, h3, h4) {
	margin-top: 2.2em;
	margin-bottom: 0.75em;
	color: var(--tz-ink);
	font-family: var(--tz-display);
	font-weight: 560;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

.tz-entry__content h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); }
.tz-entry__content h3 { font-size: clamp(1.5rem, 2.4vw, 2.05rem); }

.tz-entry__content :where(img, .wp-block-image img) {
	width: 100%;
}

.tz-entry__content :where(blockquote, .wp-block-quote) {
	margin: 2.4em 0;
	padding: 22px 30px;
	border-left: 2px solid var(--tz-blue);
	background: var(--tz-mist);
	color: var(--tz-blue-deep);
	font-family: var(--tz-display);
	font-size: 1.3rem;
	line-height: 1.5;
}

.tz-entry__content :where(table) {
	width: 100%;
	border-collapse: collapse;
}

.tz-entry__content :where(th, td) {
	padding: 13px 14px;
	border: 1px solid var(--tz-line);
	text-align: left;
}

.tz-entry__content th {
	background: var(--tz-mist);
	font-family: var(--tz-display);
	font-size: 0.78rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.tz-article-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 1020px;
	padding-block: clamp(88px, 10vw, 150px);
	text-align: center;
}

.tz-article-hero__inner .tz-breadcrumb,
.tz-article-hero__inner .tz-kicker {
	justify-content: center;
}

.tz-article-hero__meta {
	display: flex;
	justify-content: center;
	gap: 24px;
	color: #667b89;
	font-family: var(--tz-display);
	font-size: 0.68rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.tz-single__featured {
	max-width: 1160px;
	margin: clamp(50px, 6vw, 80px) auto 0;
}

.tz-single__featured img {
	width: 100%;
	max-height: 680px;
	object-fit: cover;
}

.tz-entry__tags {
	display: flex;
	margin-top: 48px;
	padding-top: 20px;
	border-top: 1px solid var(--tz-line);
	flex-wrap: wrap;
	gap: 8px;
}

.tz-entry__tags a {
	padding: 7px 10px;
	border: 1px solid var(--tz-line);
	color: var(--tz-blue);
	font-family: var(--tz-display);
	font-size: 0.63rem;
	letter-spacing: 0.07em;
	text-decoration: none;
	text-transform: uppercase;
}

.tz-post-nav {
	display: grid;
	margin-bottom: clamp(72px, 8vw, 120px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--tz-line);
	border-bottom: 1px solid var(--tz-line);
}

.tz-post-nav > div {
	padding: 25px;
}

.tz-post-nav > div + div {
	border-left: 1px solid var(--tz-line);
	text-align: right;
}

.tz-post-nav span {
	display: block;
	margin-bottom: 7px;
	color: #71828d;
	font-family: var(--tz-display);
	font-size: 0.6rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tz-post-nav a {
	font-family: var(--tz-display);
	font-weight: 650;
	text-decoration: none;
}

/* Error page */
.tz-error__section {
	min-height: 720px;
}

.tz-error__layout {
	position: relative;
	z-index: 2;
	display: grid;
	min-height: 720px;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
	gap: clamp(55px, 8vw, 130px);
	align-items: center;
	padding-block: 90px;
}

.tz-error__copy {
	position: relative;
}

.tz-error__code {
	position: absolute;
	top: -116px;
	left: -14px;
	margin: 0;
	color: rgba(23, 78, 117, 0.06);
	font-family: var(--tz-display);
	font-size: clamp(9rem, 18vw, 17rem);
	font-weight: 800;
	letter-spacing: -0.08em;
	line-height: 1;
	pointer-events: none;
}

.tz-error__copy > p:not(.tz-kicker, .tz-error__code) {
	max-width: 650px;
	margin-bottom: 31px;
	color: var(--tz-ink-soft);
	font-size: 1.05rem;
	line-height: 1.75;
}

.tz-error__tools {
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--tz-line-strong);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: var(--tz-shadow);
}

.tz-error__tools h2 {
	margin-bottom: 22px;
	font-family: var(--tz-display);
	font-size: 1.55rem;
	font-weight: 560;
}

.tz-error__tools .search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
}

.tz-error__tools .search-field {
	min-width: 0;
	height: 50px;
	border: 1px solid var(--tz-line-strong);
	border-radius: 0;
	background: #fff;
}

.tz-error__tools .search-submit {
	border: 0;
	border-radius: 0;
	background: var(--tz-blue);
	color: #fff;
}

.tz-error__links {
	margin-top: 35px;
	border-top: 1px solid var(--tz-line);
}

.tz-error__links > p {
	margin: 18px 0 8px;
	color: #71828d;
	font-family: var(--tz-display);
	font-size: 0.62rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tz-error__links a {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 13px;
	padding: 12px 0;
	border-bottom: 1px solid var(--tz-line);
	font-family: var(--tz-display);
	font-size: 0.86rem;
	line-height: 1.35;
	text-decoration: none;
}

.tz-error__links a span {
	color: #71828d;
	font-size: 0.61rem;
}

/* Editable site footer, rendered through Kadence's public footer hook. */
.tztech-industrial .tz-site-footer {
	position: relative;
	overflow: hidden;
	padding: clamp(58px, 7vw, 92px) 0 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #081f32;
	color: rgba(255, 255, 255, 0.72);
}

.tz-site-footer__grid {
	position: absolute;
	inset: 0;
	opacity: 0.13;
	background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
	background-size: 48px 48px;
	pointer-events: none;
}

.tz-site-footer__top {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(180px, .7fr) minmax(280px, 1fr);
	gap: clamp(34px, 6vw, 84px);
}

.tz-site-footer__logo img {
	width: auto;
	max-width: 190px;
	max-height: 58px;
	filter: brightness(0) invert(1);
}

.tz-site-footer__wordmark {
	font-family: var(--tz-display);
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: .04em;
}

.tz-site-footer__intro {
	max-width: 420px;
	margin-top: 24px;
	font-size: .94rem;
	line-height: 1.8;
}

.tz-site-footer__intro p,
.tz-site-footer__bottom p {
	margin: 0;
}

.tz-site-footer__label {
	margin: 0 0 18px;
	color: #fff;
	font-family: var(--tz-display);
	font-size: .69rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.tz-site-footer__menu {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tz-site-footer__menu a {
	font-size: .9rem;
	text-decoration: none;
}

.tz-site-footer__contact-list {
	display: grid;
	gap: 10px;
}

.tz-site-footer__contact-list a {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: 12px;
	padding-bottom: 9px;
	border-bottom: 1px solid rgba(255,255,255,.12);
	font-size: .84rem;
	text-decoration: none;
}

.tz-site-footer__contact-list span {
	color: rgba(255,255,255,.45);
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.tz-site-footer__contact-list b {
	min-width: 0;
	font-weight: 500;
	overflow-wrap: anywhere;
}

.tz-site-footer__bottom {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-top: 56px;
	padding-top: 22px;
	border-top: 1px solid rgba(255,255,255,.14);
	font-size: .68rem;
	letter-spacing: .04em;
}

.tztech-industrial .site-footer a {
	color: rgba(255, 255, 255, 0.76);
}

.tztech-industrial .site-footer a:hover {
	color: #fff;
}

/* WooCommerce catalogue and product detail integration. */
.tz-shop-intro {
	max-width: 760px;
	margin: 0 0 clamp(30px, 4vw, 48px);
}

.tz-shop-intro .tz-kicker {
	margin-bottom: 13px;
}

.tz-shop-intro__copy {
	margin: 0;
	color: var(--tz-ink-soft);
	font-size: clamp(.96rem, 1.2vw, 1.06rem);
	line-height: 1.75;
}

.tztech-industrial.woocommerce-shop ul.products li.product,
.tztech-industrial.tax-product_cat ul.products li.product {
	border: 1px solid rgba(22, 74, 111, .1);
	background: #fff;
	box-shadow: 0 14px 36px rgba(14, 49, 72, .07);
}

.tztech-industrial.woocommerce-shop ul.products li.product > a,
.tztech-industrial.tax-product_cat ul.products li.product > a {
	display: block;
}

.tztech-industrial.woocommerce-shop ul.products li.product img,
.tztech-industrial.tax-product_cat ul.products li.product img,
.tztech-industrial .related.products li.product img {
	box-sizing: border-box;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0;
	padding: clamp(18px, 2.5vw, 34px);
	border-bottom: 1px solid var(--tz-line);
	background:
		linear-gradient(rgba(23, 78, 117, .04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(23, 78, 117, .04) 1px, transparent 1px),
		#f3f8fa;
	background-size: 38px 38px;
	object-fit: contain;
}

.tztech-industrial.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
.tztech-industrial.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
	padding-inline: 18px;
	font-family: var(--tz-display);
	line-height: 1.35;
}

.tztech-industrial.woocommerce-shop ul.products li.product .price,
.tztech-industrial.woocommerce-shop ul.products li.product .button,
.tztech-industrial.tax-product_cat ul.products li.product .price,
.tztech-industrial.tax-product_cat ul.products li.product .button {
	margin-inline: 18px;
}

.tztech-industrial.single-product .content-area {
	padding-top: clamp(38px, 5vw, 76px);
	padding-bottom: clamp(68px, 8vw, 112px);
}

.tztech-industrial.single-product .woocommerce-breadcrumb {
	position: relative;
	z-index: 2;
	min-height: 1.5em;
	margin-top: 0 !important;
	margin-bottom: clamp(28px, 4vw, 48px);
	line-height: 1.55;
	overflow: visible;
	transform: none;
}

.tztech-industrial.single-product div.product {
	margin-top: 0;
}

.tztech-industrial.single-product div.product .woocommerce-product-gallery {
	min-height: clamp(360px, 42vw, 610px);
	opacity: 1 !important;
}

.tztech-industrial.single-product .woocommerce-product-gallery__wrapper,
.tztech-industrial.single-product .woocommerce-product-gallery__image,
.tztech-industrial.single-product .woocommerce-product-gallery__image > a {
	height: 100%;
}

.tztech-industrial.single-product .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	max-height: 610px;
	aspect-ratio: 1 / 1;
	padding: clamp(20px, 3vw, 42px);
	border: 1px solid var(--tz-line);
	background:
		linear-gradient(rgba(23, 78, 117, .04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(23, 78, 117, .04) 1px, transparent 1px),
		#f7fafb;
	background-size: 46px 46px;
	object-fit: contain;
}

/* Native WordPress comments and WooCommerce product reviews. */
.tz-comments-wrap {
	padding-block: clamp(64px, 7vw, 100px);
	border-top: 1px solid var(--tz-line);
	background: var(--tz-mist);
}

.tz-comments-wrap__inner {
	max-width: 980px;
}

.tz-comments-wrap .comments-area,
.tztech-industrial.single-product #reviews {
	margin: 0;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--tz-line);
	border-top: 3px solid var(--tz-blue);
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(18, 62, 91, 0.08);
}

.tz-comments-wrap .comments-title,
.tz-comments-wrap .comment-reply-title,
.tztech-industrial.single-product #reviews #comments > h2,
.tztech-industrial.single-product #reviews #reply-title {
	margin-bottom: 24px;
	color: var(--tz-ink);
	font-family: var(--tz-display);
	font-size: clamp(1.65rem, 2.8vw, 2.45rem);
	font-weight: 620;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.tz-comments-wrap .comment-list,
.tztech-industrial.single-product #reviews ol.commentlist {
	margin: 0 0 42px;
	padding: 0;
	list-style: none;
}

.tz-comments-wrap .comment-list .children,
.tztech-industrial.single-product #reviews ol.commentlist .children {
	margin: 20px 0 0 clamp(18px, 4vw, 52px);
	padding: 0;
	list-style: none;
}

.tz-comments-wrap .comment-body,
.tztech-industrial.single-product #reviews ol.commentlist li .comment_container {
	position: relative;
	margin-bottom: 18px;
	padding: 24px;
	border: 1px solid rgba(22, 74, 111, 0.13);
	background: #f8fbfc;
}

.tz-comments-wrap .comment-meta,
.tztech-industrial.single-product #reviews .comment-text .meta {
	color: #687d8c;
	font-family: var(--tz-display);
	font-size: 0.68rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.tz-comments-wrap .comment-author img,
.tztech-industrial.single-product #reviews ol.commentlist li img.avatar {
	width: 48px;
	height: 48px;
	border: 1px solid var(--tz-line-strong);
	border-radius: 50%;
	object-fit: cover;
}

.tz-comments-wrap .comment-content,
.tztech-industrial.single-product #reviews .description {
	color: var(--tz-ink-soft);
	line-height: 1.75;
}

.tz-comments-wrap .reply a,
.tz-comments-wrap .comment-edit-link {
	color: var(--tz-blue);
	font-family: var(--tz-display);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.tz-comments-wrap .comment-respond,
.tztech-industrial.single-product #review_form_wrapper {
	margin-top: 34px;
	padding-top: 34px;
	border-top: 1px solid var(--tz-line);
}

.tz-comments-wrap .comment-form,
.tztech-industrial.single-product #review_form form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 22px;
}

.tz-comments-wrap .comment-form > p,
.tztech-industrial.single-product #review_form form > p {
	margin: 0;
}

.tz-comments-wrap .comment-form-comment,
.tz-comments-wrap .comment-notes,
.tz-comments-wrap .logged-in-as,
.tz-comments-wrap .comment-form-cookies-consent,
.tz-comments-wrap .form-submit,
.tztech-industrial.single-product #review_form .comment-form-rating,
.tztech-industrial.single-product #review_form .comment-form-comment,
.tztech-industrial.single-product #review_form .comment-notes,
.tztech-industrial.single-product #review_form .comment-form-cookies-consent,
.tztech-industrial.single-product #review_form .form-submit {
	grid-column: 1 / -1;
}

.tz-comments-wrap .comment-form label,
.tztech-industrial.single-product #review_form label {
	display: block;
	margin-bottom: 8px;
	color: var(--tz-ink);
	font-family: var(--tz-display);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.tz-comments-wrap .comment-form input[type="text"],
.tz-comments-wrap .comment-form input[type="email"],
.tz-comments-wrap .comment-form input[type="url"],
.tz-comments-wrap .comment-form textarea,
.tztech-industrial.single-product #review_form input[type="text"],
.tztech-industrial.single-product #review_form input[type="email"],
.tztech-industrial.single-product #review_form textarea,
.tztech-industrial.single-product #review_form select {
	width: 100%;
	border: 1px solid var(--tz-line-strong);
	border-radius: 1px;
	background: #fff;
	color: var(--tz-ink);
}

.tz-comments-wrap .comment-form textarea,
.tztech-industrial.single-product #review_form textarea {
	min-height: 150px;
	resize: vertical;
}

.tz-comments-wrap .comment-form-cookies-consent,
.tztech-industrial.single-product #review_form .comment-form-cookies-consent {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 10px;
}

.tz-comments-wrap .comment-form-cookies-consent label,
.tztech-industrial.single-product #review_form .comment-form-cookies-consent label {
	margin: 0;
	font-family: inherit;
	font-size: 0.84rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.55;
	text-transform: none;
}

.tz-comments-wrap .submit,
.tztech-industrial.single-product #review_form #submit {
	min-height: 50px;
	padding: 13px 22px;
	border: 1px solid var(--tz-blue);
	border-radius: 1px;
	background: var(--tz-blue);
	color: #fff;
	font-family: var(--tz-display);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.tztech-industrial.single-product #reviews .star-rating,
.tztech-industrial.single-product #reviews .stars a {
	color: #d18222;
}

.tztech-industrial.single-product #reviews .comment-form-rating .stars {
	font-size: 1.2rem;
}

.tztech-reduced-motion [data-parallax-layer],
.tztech-reduced-motion [data-parallax] {
	--tz-shift-x: 0px !important;
	--tz-shift-y: 0px !important;
	--tz-scroll-shift: 0px !important;
	transform: none !important;
	transition: none !important;
}

.tztech-reduced-motion .tz-hero__scroll i::after {
	animation: none !important;
}

@media (max-width: 900px) {
	.tz-site-footer__top {
		grid-template-columns: 1fr 1fr;
	}

	.tz-site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 620px) {
	.tztech-industrial .site-branding a.brand img.custom-logo {
		width: 34px;
		height: 34px;
	}

	.tz-site-footer__top {
		grid-template-columns: 1fr;
	}

	.tz-site-footer__brand {
		grid-column: auto;
	}

	.tz-site-footer__bottom {
		flex-direction: column;
		margin-top: 38px;
	}

	.tztech-industrial.single-product .content-area {
		padding-top: 28px;
	}

	.tztech-industrial.single-product div.product .woocommerce-product-gallery {
		min-height: 0;
	}
}

/* Motion hooks are enabled only after JavaScript checks user preferences. */
[data-parallax-layer] {
	--tz-shift-x: 0px;
	--tz-shift-y: 0px;
	transform: translate3d(var(--tz-shift-x), var(--tz-shift-y), 0);
	transition: transform 350ms cubic-bezier(0.2, 0.7, 0.2, 1);
	will-change: transform;
}

[data-parallax] {
	--tz-scroll-shift: 0px;
	transform: translate3d(0, var(--tz-scroll-shift), 0);
	will-change: transform;
}

.tztech-motion.tztech-reveal-ready .tz-reveal {
	opacity: 0;
	clip-path: inset(0 0 18% 0);
	transform: translateY(28px);
	transition:
		opacity 720ms cubic-bezier(0.22, 0.7, 0.25, 1),
		transform 720ms cubic-bezier(0.22, 0.7, 0.25, 1),
		clip-path 850ms cubic-bezier(0.22, 0.7, 0.25, 1);
}

.tztech-motion.tztech-reveal-ready .tz-reveal.is-visible,
.tztech-motion.tztech-reveal-ready .tz-hero__slide.is-active .tz-reveal {
	opacity: 1;
	clip-path: inset(0 0 0 0);
	transform: translateY(0);
}

.tztech-motion.tztech-reveal-ready .tz-hero__slide.is-active .tz-reveal:nth-child(2) { transition-delay: 90ms; }
.tztech-motion.tztech-reveal-ready .tz-hero__slide.is-active .tz-reveal:nth-child(3) { transition-delay: 170ms; }
.tztech-motion.tztech-reveal-ready .tz-hero__slide.is-active .tz-reveal:nth-child(4) { transition-delay: 240ms; }
.tztech-motion.tztech-reveal-ready .tz-hero__slide.is-active .tz-reveal:nth-child(5) { transition-delay: 310ms; }

@keyframes tz-draw-line {
	from { stroke-dasharray: 1 1400; stroke-dashoffset: 180; opacity: 0.28; }
	to { stroke-dasharray: 1400 0; stroke-dashoffset: 0; opacity: 1; }
}

@keyframes tz-scroll-line {
	0% { transform: translateY(0); }
	60%, 100% { transform: translateY(310%); }
}

@media (max-width: 1199px) {
	:root { --tz-shell: 1120px; }

	.tz-hero,
	.tz-hero__shell {
		min-height: 780px;
	}

	.tz-hero__slide {
		grid-template-columns: minmax(330px, 0.83fr) minmax(410px, 1fr);
		gap: 30px;
	}

	.tz-hero__title {
		font-size: clamp(3.1rem, 5.8vw, 5rem);
	}

	.tz-products__layout {
		grid-template-columns: 190px minmax(0, 1fr);
	}

	.tz-product-panel {
		grid-template-columns: minmax(0, 1.15fr) minmax(230px, 0.66fr);
	}

	.tz-product-panel__content {
		padding-inline: 30px;
	}

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

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

@media (max-width: 1024px) {
	:root {
		--tz-gutter: clamp(24px, 4vw, 42px);
		--tz-section: clamp(82px, 10vw, 118px);
	}

	.tz-hero,
	.tz-hero__shell {
		min-height: 740px;
	}

	.tz-hero__shell {
		grid-template-columns: 22px minmax(0, 1fr);
	}

	.tz-hero__slide {
		grid-template-columns: minmax(310px, 0.9fr) minmax(360px, 1fr);
		padding-top: 70px;
	}

	.tz-hero__visual {
		min-height: 500px;
	}

	.tz-hero__visual-note {
		display: none;
	}

	.tz-hero__controls {
		left: 55px;
	}

	.tz-products__layout {
		display: block;
		min-height: 680px;
	}

	.tz-products__index {
		display: flex;
		max-height: none;
		border-right: 0;
		border-bottom: 1px solid var(--tz-line);
		overflow-x: auto;
		overflow-y: hidden;
	}

	.tz-products__index-item {
		width: auto;
		min-width: 180px;
		grid-template-columns: 26px minmax(120px, 1fr);
		padding: 15px;
		border-right: 1px solid var(--tz-line);
		border-bottom: 0;
	}

	.tz-products__index-item:hover,
	.tz-products__index-item.is-active {
		padding-left: 15px;
	}

	.tz-products__stage {
		min-height: 610px;
	}

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

	.tz-advantage {
		min-height: 350px;
		padding: 36px 28px;
	}

	.tz-about__layout {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
		gap: 54px;
	}

	.tz-about__frame {
		min-height: 460px;
	}

	.tz-news__grid {
		gap: 24px;
	}
}

@media (max-width: 800px) {
	.tztech-industrial .site-header-wrap {
		position: sticky;
	}

	.tz-section-heading--split,
	.tz-cta__layout,
	.tz-inner-hero__layout,
	.tz-error__layout {
		grid-template-columns: 1fr;
	}

	.tz-section-heading--split {
		gap: 24px;
	}

	.tz-hero,
	.tz-hero__shell,
	.tz-hero__viewport {
		min-height: 1080px;
	}

	.tz-hero__shell {
		display: block;
	}

	.tz-hero__rail {
		display: none;
	}

	.tz-hero__slide {
		grid-template-columns: 1fr;
		grid-template-rows: auto minmax(380px, 1fr);
		gap: 28px;
		padding-block: 76px 100px;
	}

	.tz-hero__copy {
		max-width: 670px;
	}

	.tz-hero__title {
		font-size: clamp(3.4rem, 10vw, 5rem);
	}

	.tz-hero__visual {
		min-height: 390px;
	}

	.tz-hero__figure,
	.tz-blueprint-svg {
		max-height: 450px;
	}

	.tz-hero__controls {
		left: 0;
	}

	.tz-hero__scroll {
		right: var(--tz-gutter);
	}

	.tz-product-panel {
		grid-template-columns: minmax(0, 1.15fr) minmax(230px, 0.75fr);
	}

	.tz-product-panel__media {
		padding: 28px;
	}

	.tz-advantages__grid,
	.tz-about__layout,
	.tz-news__grid {
		grid-template-columns: 1fr;
	}

	.tz-advantage {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--tz-line);
	}

	.tz-advantage:last-child {
		border-bottom: 0;
	}

	.tz-about__layout {
		gap: 62px;
	}

	.tz-about__media {
		max-width: 660px;
	}

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

	.tz-news-card {
		display: grid;
		grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1fr);
		gap: 28px;
	}

	.tz-news-card__media {
		min-height: 210px;
		margin-bottom: 0;
	}

	.tz-news-card__media img {
		min-height: 210px;
	}

	.tz-inner-hero__layout {
		min-height: 0;
	}

	.tz-inner-hero__media,
	.tz-inner-hero__schematic {
		max-width: 640px;
	}

	.tz-entry__layout {
		grid-template-columns: 80px minmax(0, 1fr);
		gap: 36px;
	}

	.tz-error__layout {
		min-height: 0;
	}
}

@media (max-width: 640px) {
	:root {
		--tz-gutter: 20px;
		--tz-section: 78px;
	}

	.tztech-industrial .site-branding a.brand img,
	.tztech-industrial .site-branding .custom-logo {
		max-height: 35px;
	}

	.tz-section__ghost {
		top: 39px;
		font-size: 4.5rem;
	}

	.tz-section-heading {
		margin-bottom: 42px;
	}

	.tz-section-heading h2,
	.tz-about__copy h2,
	.tz-cta h2 {
		font-size: clamp(2.1rem, 10vw, 3rem);
	}

	.tz-section-heading--center {
		text-align: left;
	}

	.tz-section-heading--center .tz-kicker {
		justify-content: flex-start;
	}

	.tz-button {
		min-height: 48px;
	}

	.tz-hero,
	.tz-hero__shell,
	.tz-hero__viewport {
		min-height: 1040px;
	}

	.tz-hero::before {
		width: 100%;
		height: 48%;
		top: auto;
		bottom: 0;
		clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 100%);
	}

	.tz-hero__slide {
		grid-template-rows: auto 330px;
		gap: 16px;
		padding-block: 60px 86px;
	}

	.tz-hero__title {
		margin-bottom: 20px;
		font-size: clamp(2.9rem, 14.8vw, 4.25rem);
		line-height: 0.9;
	}

	.tz-hero__title em {
		margin-top: 10px;
		font-size: 0.62em;
	}

	.tz-hero__summary {
		margin-bottom: 23px;
		font-size: 0.91rem;
		line-height: 1.62;
	}

	.tz-hero-search {
		margin-top: -4px;
		padding-inline: 12px;
	}

	.tz-hero-search__field {
		grid-template-columns: 22px minmax(0, 1fr) auto;
		gap: 8px;
	}

	.tz-hero-search__field button {
		padding-inline: 13px;
	}

	.tz-hero__visual {
		min-height: 300px;
	}

	.tz-hero__figure,
	.tz-blueprint-svg {
		max-height: 330px;
	}

	.tz-hero__technical-label,
	.tz-hero__scroll {
		display: none;
	}

	.tz-hero__controls {
		bottom: 25px;
		left: 0;
	}

	.tz-slider-arrow {
		width: 42px;
		height: 42px;
	}

	.tz-product-filter {
		justify-content: flex-start;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.tz-product-filter::-webkit-scrollbar {
		display: none;
	}

	.tz-products__layout {
		min-height: 760px;
	}

	.tz-products__index-item {
		min-width: 156px;
		grid-template-columns: 22px minmax(100px, 1fr);
	}

	.tz-products__stage {
		min-height: 690px;
	}

	.tz-product-panel {
		grid-template-columns: 1fr;
		grid-template-rows: 370px auto;
		overflow-y: auto;
	}

	.tz-product-panel__media {
		min-height: 370px;
		padding: 35px 22px 20px;
	}

	.tz-product-panel__image,
	.tz-product-panel__media .tz-blueprint-svg {
		max-height: 310px;
	}

	.tz-product-panel__content {
		padding: 29px 23px 35px;
		border-top: 1px solid var(--tz-line);
		border-left: 0;
		justify-content: flex-start;
	}

	.tz-product-panel__content h3 {
		font-size: 1.75rem;
	}

	.tz-product-panel__content > p:not(.tz-product-panel__taxonomy) {
		display: none;
	}

	.tz-product-panel__content dl {
		margin-bottom: 22px;
	}

	.tz-advantage {
		padding: 34px 24px;
	}

	.tz-advantage__icon {
		width: 74px;
		height: 74px;
		margin-bottom: 31px;
	}

	.tz-advantage__icon svg,
	.tz-advantage__icon img {
		width: 35px;
		height: 35px;
	}

	.tz-about__frame {
		min-height: 360px;
	}

	.tz-about__stats {
		grid-template-columns: 1fr;
	}

	.tz-about__stats > div,
	.tz-about__stats > div:not(:first-child) {
		padding: 13px 0;
		border-right: 0;
		border-bottom: 1px solid var(--tz-white-line);
	}

	.tz-about__stats > div:last-child {
		border-bottom: 0;
	}

	.tz-popular__grid,
	.tz-brands__track {
		grid-template-columns: 1fr 1fr;
	}

	.tz-product-card__media {
		min-height: 220px;
		padding: 20px;
	}

	.tz-product-card__body {
		padding: 22px 18px;
	}

	.tz-product-card__body h3 {
		font-size: 1rem;
	}

	.tz-product-card__footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.tz-news-card {
		display: block;
	}

	.tz-news-card__media {
		margin-bottom: 22px;
	}

	.tz-cta__layout {
		gap: 38px;
	}

	.tz-cta__action {
		width: 100%;
	}

	.tz-inner-hero__layout {
		padding-block: 62px 78px;
	}

	.tz-breadcrumb {
		margin-bottom: 30px;
		flex-wrap: wrap;
	}

	.tz-inner-hero h1,
	.tz-article-hero h1,
	.tz-error h1 {
		font-size: clamp(2.65rem, 13vw, 4rem);
	}

	.tz-entry__layout {
		display: block;
	}

	.tz-entry__marker,
	.tz-entry__aside {
		margin-bottom: 28px;
		flex-direction: row;
		gap: 10px;
	}

	.tz-entry__content {
		font-size: 0.98rem;
	}

	.tz-comments-wrap .comment-form,
	.tztech-industrial.single-product #review_form form {
		grid-template-columns: 1fr;
	}

	.tz-comments-wrap .comment-form > p,
	.tztech-industrial.single-product #review_form form > p {
		grid-column: 1;
	}

	.tz-post-nav {
		grid-template-columns: 1fr;
	}

	.tz-post-nav > div + div {
		border-top: 1px solid var(--tz-line);
		border-left: 0;
	}

	.tz-error__layout {
		gap: 44px;
		padding-block: 100px 70px;
	}

	.tz-error__code {
		top: -70px;
	}
}

@media (max-width: 420px) {
	:root { --tz-gutter: 17px; }

	.tz-hero,
	.tz-hero__shell,
	.tz-hero__viewport {
		min-height: 1010px;
	}

	.tz-hero__slide {
		grid-template-rows: auto 275px;
	}

	.tz-hero__title {
		font-size: clamp(2.58rem, 14vw, 3.5rem);
	}

	.tz-hero__summary {
		max-height: 5.2em;
		overflow: hidden;
	}

	.tz-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.tz-actions .tz-button {
		width: 100%;
	}

	.tz-hero-search__field {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.tz-hero-search__field svg {
		display: none;
	}

	.tz-hero-search__field button {
		gap: 8px;
		padding-inline: 11px;
	}

	.tz-hero__visual,
	.tz-hero__figure,
	.tz-blueprint-svg {
		max-height: 285px;
	}

	.tz-products__layout {
		min-height: 725px;
	}

	.tz-products__stage {
		min-height: 655px;
	}

	.tz-product-panel {
		grid-template-rows: 330px auto;
	}

	.tz-product-panel__media {
		min-height: 330px;
	}

	.tz-product-panel__content {
		padding: 26px 20px 32px;
	}

	.tz-popular__grid,
	.tz-brands__track {
		grid-template-columns: 1fr;
	}

	.tz-brand {
		min-height: 90px;
	}

	.tz-error__tools {
		padding: 25px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }

	.tz-main *,
	.tz-main *::before,
	.tz-main *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}

	.tz-reveal {
		opacity: 1 !important;
		clip-path: none !important;
		transform: none !important;
	}

	[data-parallax-layer],
	[data-parallax] {
		--tz-shift-x: 0px !important;
		--tz-shift-y: 0px !important;
		--tz-scroll-shift: 0px !important;
		transform: none !important;
		transition: none !important;
	}
}

/* Homepage feedback replacement */
.tz-feedback {
	position: relative;
	padding-block: clamp(92px, 9vw, 150px);
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 22%, rgba(46, 140, 188, 0.19), transparent 34%),
		linear-gradient(122deg, #082b43 0%, #0a3754 54%, #07273d 100%);
	color: #fff;
}

.tz-feedback::before,
.tz-feedback::after {
	position: absolute;
	border: 1px solid rgba(145, 206, 233, 0.12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.tz-feedback::before {
	top: -44%;
	right: -11%;
	width: min(62vw, 900px);
	aspect-ratio: 1;
}

.tz-feedback::after {
	bottom: -61%;
	left: -17%;
	width: min(54vw, 760px);
	aspect-ratio: 1;
}

.tz-feedback__grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(151, 210, 235, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(151, 210, 235, 0.045) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.tz-feedback .tz-shell {
	position: relative;
	z-index: 2;
}

.tz-feedback__heading {
	display: grid;
	grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(42px, 7vw, 112px);
	margin-bottom: clamp(48px, 6vw, 84px);
	align-items: end;
}

.tz-feedback .tz-kicker {
	align-self: start;
	color: #c7e6f4;
}

.tz-feedback .tz-kicker::before {
	background: #79c3e2;
}

.tz-feedback__heading h2 {
	max-width: 820px;
	margin: 0 0 22px;
	color: #fff;
	font-family: var(--tz-display);
	font-size: clamp(2.55rem, 4.7vw, 5.25rem);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 0.98;
	text-wrap: balance;
}

.tz-feedback__heading > div > p {
	max-width: 720px;
	margin: 0;
	color: rgba(226, 242, 249, 0.74);
	font-size: clamp(0.96rem, 1.2vw, 1.08rem);
	line-height: 1.75;
}

.tz-feedback__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.72fr);
	gap: clamp(24px, 3.8vw, 58px);
	align-items: stretch;
}

.tz-feedback__showcase,
.tz-feedback-form {
	position: relative;
	border: 1px solid rgba(171, 215, 233, 0.22);
	background: rgba(4, 28, 44, 0.45);
	box-shadow: 0 28px 70px rgba(0, 13, 24, 0.24);
	backdrop-filter: blur(12px);
}

.tz-feedback__showcase {
	min-width: 0;
	min-height: 510px;
	padding: clamp(25px, 3vw, 42px);
}

.tz-feedback__showcase::before,
.tz-feedback-form::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 86px;
	height: 3px;
	background: #40b8e5;
	content: "";
}

.tz-feedback__showcase-head {
	display: flex;
	min-height: 48px;
	margin-bottom: 34px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.tz-feedback__showcase-head > div:first-child {
	display: flex;
	align-items: baseline;
	gap: 12px;
	color: rgba(218, 239, 247, 0.62);
	font-family: var(--tz-display);
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.tz-feedback__showcase-head strong {
	color: #fff;
	font-size: 1.7rem;
	letter-spacing: -0.04em;
}

.tz-feedback__controls {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.tz-feedback__controls button {
	display: grid;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid rgba(178, 220, 238, 0.28);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	font-family: var(--tz-display);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	place-items: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.tz-feedback__controls button:hover,
.tz-feedback__controls button:focus-visible {
	border-color: #55c0e8;
	background: rgba(64, 184, 229, 0.18);
	transform: translateY(-2px);
}

.tz-feedback__viewport {
	min-width: 0;
	overflow: hidden;
	outline: none;
}

.tz-feedback__viewport:focus-visible {
	box-shadow: 0 0 0 2px #67c8eb;
}

.tz-feedback__track {
	display: flex;
	gap: 22px;
	will-change: transform;
	transition: transform 780ms cubic-bezier(0.22, 0.72, 0.17, 1);
}

.tz-feedback-card {
	position: relative;
	display: flex;
	min-height: 335px;
	padding: clamp(29px, 3.6vw, 48px);
	border: 1px solid rgba(168, 217, 237, 0.16);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
		rgba(8, 42, 64, 0.74);
	flex: 0 0 calc(100% - 42px);
	flex-direction: column;
	justify-content: space-between;
	opacity: 0.68;
	transform: scale(0.975);
	transition: opacity 520ms ease, transform 680ms cubic-bezier(0.22, 0.72, 0.17, 1);
}

.tz-feedback-card::before {
	position: absolute;
	top: 18px;
	right: 27px;
	color: rgba(114, 194, 226, 0.18);
	font-family: Georgia, serif;
	font-size: 6.7rem;
	line-height: 1;
	content: "“";
}

.tz-feedback-card.is-current {
	opacity: 1;
	transform: scale(1);
}

.tz-feedback-card__rating {
	position: relative;
	z-index: 1;
	margin-bottom: 28px;
	color: #ffbe52;
	font-size: 1.05rem;
	letter-spacing: 0.14em;
}

.tz-feedback-card blockquote {
	position: relative;
	z-index: 1;
	margin: 0 0 42px;
	color: #f4fbfe;
	font-family: var(--tz-display);
	font-size: clamp(1.35rem, 2.15vw, 2.15rem);
	font-weight: 480;
	letter-spacing: -0.025em;
	line-height: 1.35;
}

.tz-feedback-card footer {
	position: relative;
	z-index: 1;
	display: flex;
	padding-top: 22px;
	border-top: 1px solid rgba(176, 219, 237, 0.18);
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}

.tz-feedback-card footer > div {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.tz-feedback-card footer strong {
	color: #fff;
	font-size: 0.92rem;
}

.tz-feedback-card footer > div span {
	color: rgba(216, 239, 248, 0.58);
	font-family: var(--tz-display);
	font-size: 0.64rem;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.tz-feedback-card__country {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	gap: 9px;
	color: #d9f0f9;
	font-size: 0.78rem;
}

.tz-feedback-card__country > span {
	font-size: 1.25rem;
}

.tz-feedback-card__country b {
	max-width: 150px;
	overflow: hidden;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tz-feedback__empty {
	display: grid;
	min-height: 340px;
	padding: clamp(32px, 5vw, 64px);
	border: 1px solid rgba(168, 217, 237, 0.15);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02));
	align-content: center;
}

.tz-feedback__empty span {
	height: 80px;
	color: rgba(92, 193, 232, 0.48);
	font-family: Georgia, serif;
	font-size: 7rem;
	line-height: 1;
}

.tz-feedback__empty p {
	max-width: 570px;
	margin: 10px 0 0;
	color: #eef9fd;
	font-family: var(--tz-display);
	font-size: clamp(1.35rem, 2.15vw, 2rem);
	line-height: 1.45;
}

.tz-feedback-form {
	padding: clamp(30px, 3.4vw, 48px);
	background: rgba(248, 252, 254, 0.98);
	color: var(--tz-ink);
}

.tz-feedback-form__index {
	margin: 0 0 26px;
	color: #6f8796 !important;
	font-family: var(--tz-display);
	font-size: 0.62rem !important;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.tz-feedback-form h3 {
	margin: 0 0 14px;
	color: var(--tz-ink);
	font-family: var(--tz-display);
	font-size: clamp(1.9rem, 2.6vw, 2.8rem);
	font-weight: 520;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.tz-feedback-form > p {
	margin: 0 0 25px;
	color: var(--tz-ink-soft);
	font-size: 0.88rem;
	line-height: 1.65;
}

.tz-feedback-form__notice {
	margin: 0 0 22px;
	padding: 13px 15px;
	border-left: 3px solid #1f8c5f;
	background: #e9f7f0;
	color: #195e44;
	font-size: 0.84rem;
	line-height: 1.55;
}

.tz-feedback-form form {
	display: grid;
	gap: 18px;
}

.tz-feedback-form fieldset,
.tz-feedback-form p {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.tz-feedback-form label,
.tz-feedback-form legend {
	display: block;
	margin-bottom: 8px;
	color: #466176;
	font-family: var(--tz-display);
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.tz-feedback-form label span,
.tz-feedback-form legend span {
	color: #c6533c;
}

.tz-feedback-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.tz-feedback-form input[type="text"],
.tz-feedback-form input[type="email"],
.tz-feedback-form textarea {
	width: 100%;
	min-height: 49px;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #c3d2da;
	border-radius: 0;
	outline: 0;
	background: #fff;
	box-shadow: none;
	color: var(--tz-ink);
	font-size: 0.94rem;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.tz-feedback-form textarea {
	min-height: 126px;
	resize: vertical;
}

.tz-feedback-form input:focus,
.tz-feedback-form textarea:focus {
	border-color: var(--tz-blue);
	box-shadow: 0 0 0 3px rgba(26, 101, 149, 0.11);
}

.tz-feedback-form__rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.tz-feedback-form__rating legend {
	float: left;
	margin: 0;
}

.tz-feedback-stars {
	display: inline-flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.tz-feedback-stars input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.tz-feedback-stars label {
	margin: 0;
	padding: 1px 3px;
	color: #aab8bf;
	font-size: 1.42rem;
	line-height: 1;
	cursor: pointer;
	transition: color 160ms ease, transform 160ms ease;
}

.tz-feedback-stars input:checked ~ label,
.tz-feedback-stars label:hover,
.tz-feedback-stars label:hover ~ label {
	color: #edae3f;
}

.tz-feedback-stars input:focus-visible + label {
	outline: 2px solid var(--tz-blue);
	outline-offset: 2px;
}

.tz-feedback-stars label:hover {
	transform: translateY(-2px) scale(1.08);
}

.tz-feedback-form .tz-feedback-form__privacy {
	color: #69808e;
	font-size: 0.74rem;
	line-height: 1.55;
}

.tz-feedback-form__privacy a {
	color: var(--tz-blue);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tz-feedback-form__trap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.tz-feedback-form button[type="submit"] {
	display: inline-flex;
	width: max-content;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 22px;
	padding: 13px 20px;
	border: 1px solid var(--tz-blue);
	border-radius: 0;
	background: var(--tz-blue);
	color: #fff;
	font-family: var(--tz-display);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 220ms ease, transform 220ms ease;
}

.tz-feedback-form button[type="submit"] i {
	font-size: 1rem;
	font-style: normal;
}

.tz-feedback-form button[type="submit"]:hover,
.tz-feedback-form button[type="submit"]:focus-visible {
	background: var(--tz-blue-bright);
	transform: translateY(-2px);
}

/* Reference-inspired floating contact rail */
.tz-contact-dock {
	position: fixed;
	z-index: 980;
	top: 50%;
	right: 18px;
	width: 56px;
	transform: translateY(-50%);
}

.tz-contact-dock__toggle {
	display: none;
}

.tz-contact-dock__rail {
	display: grid;
	gap: 1px;
filter: drop-shadow(0 18px 26px rgba(2, 26, 43, 0.2));
}

.tz-contact-dock__item {
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
	margin-left: auto;
	color: #fff;
text-decoration: none;
}

.tz-contact-dock__icon {
	position: relative;
	z-index: 2;
	display: grid;
	width: 56px;
	height: 56px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #148fbd;
	color: #fff;
	place-items: center;
	transition: background 220ms ease, transform 220ms ease;
}

.tz-contact-dock__item:nth-child(even) .tz-contact-dock__icon {
	background: #117faa;
}

.tz-contact-dock__icon svg,
.tz-contact-dock__toggle svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.tz-contact-dock__label {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 55px;
	display: flex;
	width: 265px;
	height: 56px;
	padding: 7px 18px;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	background: #20acd7;
	box-shadow: -16px 14px 30px rgba(3, 45, 67, 0.18);
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transform: translateX(15px) scaleX(0.92);
	transform-origin: right center;
	transition: opacity 230ms ease, transform 330ms cubic-bezier(0.22, 0.72, 0.17, 1);
}

.tz-contact-dock__label small {
	margin-bottom: 3px;
	font-family: var(--tz-display);
	font-size: 0.59rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 0.8;
}

.tz-contact-dock__label strong {
	max-width: 100%;
	overflow: hidden;
	font-size: 0.88rem;
	font-weight: 650;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tz-contact-dock__item:hover .tz-contact-dock__label,
.tz-contact-dock__item:focus-visible .tz-contact-dock__label,
.tz-contact-dock__item:focus-within .tz-contact-dock__label {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0) scaleX(1);
}

.tz-contact-dock__item:hover .tz-contact-dock__icon,
.tz-contact-dock__item:focus-visible .tz-contact-dock__icon {
	background: #20acd7;
	transform: translateX(-1px);
}

/* Reserve a real interaction zone below the enlarged hero search. */
@media (min-width: 801px) {
	.tz-hero__shell {
		min-height: max(900px, calc(100svh - 70px));
	}

	.tz-hero__slide {
		padding-bottom: 160px;
	}

	.tz-hero__copy {
		padding-bottom: 58px;
	}

	.tz-hero__controls {
		bottom: 36px;
	}
}

@media (max-width: 1100px) and (min-width: 801px) {
	.tz-hero,
	.tz-hero__shell,
	.tz-hero__viewport {
		min-height: 960px;
	}

	.tz-hero__slide {
		padding-block: 70px 168px;
	}

	.tz-hero__copy {
		padding-bottom: 72px;
	}
}

@media (max-width: 1024px) {
	.tz-feedback__heading,
	.tz-feedback__layout {
		grid-template-columns: 1fr;
	}

	.tz-feedback__heading {
		gap: 24px;
	}

	.tz-feedback__heading h2 {
		max-width: 740px;
	}

	.tz-feedback__showcase {
		min-height: 470px;
	}
}

@media (max-width: 800px) {
	.tz-contact-dock {
		top: auto;
		right: 18px;
		bottom: max(18px, env(safe-area-inset-bottom));
		width: auto;
		transform: none;
	}

	.tz-contact-dock__toggle {
		display: inline-flex;
		min-height: 50px;
		align-items: center;
		gap: 10px;
		padding: 10px 16px;
		border: 1px solid rgba(255, 255, 255, 0.28);
		border-radius: 1px;
		background: #0d5279;
		box-shadow: 0 16px 30px rgba(1, 24, 39, 0.24);
		color: #fff;
		font-family: var(--tz-display);
		font-size: 0.68rem;
		font-weight: 750;
		letter-spacing: 0.09em;
		text-transform: uppercase;
		cursor: pointer;
	}

	.tz-contact-dock__toggle svg {
		width: 22px;
		height: 22px;
	}

	.tz-contact-dock__rail {
		position: absolute;
		right: 0;
		bottom: calc(100% + 9px);
		width: min(330px, calc(100vw - 36px));
		padding: 8px;
		background: #082f49;
		box-shadow: 0 22px 46px rgba(1, 22, 35, 0.28);
		opacity: 0;
		visibility: hidden;
		transform: translateY(12px) scale(0.98);
		transform-origin: right bottom;
		transition: opacity 220ms ease, visibility 220ms ease, transform 320ms cubic-bezier(0.22, 0.72, 0.17, 1);
	}

	.tz-contact-dock.is-open .tz-contact-dock__rail {
		opacity: 1;
		visibility: visible;
		transform: translateY(0) scale(1);
	}

	.tz-contact-dock__item {
		display: grid;
		width: 100%;
		height: 52px;
		grid-template-columns: minmax(0, 1fr) 52px;
	}

	.tz-contact-dock__icon {
		width: 52px;
		height: 52px;
		grid-column: 2;
	}

	.tz-contact-dock__label {
		position: static;
		z-index: auto;
		width: auto;
		height: 52px;
		grid-column: 1;
		grid-row: 1;
		background: rgba(255, 255, 255, 0.055);
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.tz-contact-dock__item:hover .tz-contact-dock__label,
	.tz-contact-dock__item:focus-visible .tz-contact-dock__label,
	.tz-contact-dock__item:focus-within .tz-contact-dock__label {
		transform: none;
	}

	.tz-feedback__heading {
		margin-bottom: 42px;
	}

	.tz-feedback__showcase,
	.tz-feedback-form {
		padding: 26px;
	}
}

@media (max-width: 640px) {
	.tz-feedback {
		padding-block: 78px;
	}

	.tz-feedback__heading h2 {
		font-size: clamp(2.25rem, 11vw, 3.25rem);
	}

	.tz-feedback__showcase {
		min-height: 0;
	}

	.tz-feedback__showcase-head,
	.tz-feedback-card footer,
	.tz-feedback-form__rating {
		align-items: flex-start;
		flex-direction: column;
	}

	.tz-feedback__showcase-head {
		margin-bottom: 24px;
	}

	.tz-feedback-card {
		min-height: 360px;
		padding: 27px 23px;
		flex-basis: 100%;
	}

	.tz-feedback-card__country b {
		max-width: 200px;
	}

	.tz-feedback__empty {
		min-height: 300px;
		padding: 30px 24px;
	}

	.tz-feedback-form__row {
		grid-template-columns: 1fr;
	}

	.tz-feedback-form__rating {
		gap: 8px;
	}

	.tz-feedback-form__rating legend {
		float: none;
	}

	.tz-feedback-form button[type="submit"] {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tz-feedback__track,
	.tz-feedback-card,
	.tz-contact-dock__rail,
	.tz-contact-dock__label,
	.tz-contact-dock__icon {
		transition: none !important;
	}
}
