:root {
	--tp-red: #d71920;
	--tp-red-dark: #9e1016;
	--tp-ink: #111113;
	--tp-ink-soft: #35373b;
	--tp-line: #dedfe3;
	--tp-muted: #686d76;
	--tp-surface: #f6f7f8;
	--tp-white: #ffffff;
	--tp-max: 1180px;
}

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

body {
	margin: 0;
	background: var(--tp-white);
	color: var(--tp-ink);
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

.tp-site {
	min-height: 100vh;
	overflow-x: clip;
	background: var(--tp-white);
}

.tp-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.tp-header {
	position: sticky;
	top: 0;
	z-index: 20;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
	min-height: 74px;
	padding: 0 32px;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--tp-line);
}

.tp-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--tp-ink);
	text-decoration: none;
	font-weight: 800;
}

.tp-brand-mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	background: var(--tp-red);
	color: var(--tp-white);
	border-radius: 4px;
	font-size: 1rem;
	line-height: 1;
}

.tp-brand-text {
	font-size: 1.1rem;
}

.tp-nav {
	justify-self: end;
}

.tp-nav-list {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.tp-nav-list > li {
	margin: 0;
}

.tp-nav-list a,
.tp-nav-link {
	color: var(--tp-ink-soft);
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
}

.tp-nav-list a:hover,
.tp-nav-list a:focus,
.tp-nav-link:hover,
.tp-nav-link:focus {
	color: var(--tp-red);
}

.tp-header-call {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid var(--tp-ink);
	border-radius: 4px;
	color: var(--tp-ink);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.tp-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid var(--tp-line);
	border-radius: 4px;
	background: var(--tp-white);
}

.tp-menu-toggle-lines,
.tp-menu-toggle-lines::before,
.tp-menu-toggle-lines::after {
	display: block;
	width: 20px;
	height: 2px;
	margin: 0 auto;
	background: var(--tp-ink);
	content: "";
}

.tp-menu-toggle-lines::before {
	transform: translateY(-7px);
}

.tp-menu-toggle-lines::after {
	transform: translateY(5px);
}

.tp-main {
	min-height: 60vh;
}

.tp-hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: 640px;
	padding: 120px 32px 92px;
	overflow: hidden;
	background: var(--tp-ink);
	color: var(--tp-white);
}

.tp-hero-media,
.tp-hero-overlay {
	position: absolute;
	inset: 0;
}

.tp-hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tp-hero-overlay {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0.16));
}

.tp-hero-content {
	position: relative;
	z-index: 1;
	width: min(100%, var(--tp-max));
	margin: 0 auto;
}

.tp-eyebrow {
	margin: 0 0 14px;
	color: var(--tp-red);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.tp-hero-title {
	max-width: 780px;
	margin: 0;
	font-size: 4.5rem;
	line-height: 0.95;
	letter-spacing: 0;
}

.tp-hero-text {
	max-width: 620px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.18rem;
	line-height: 1.65;
}

.tp-hero-actions,
.tp-product-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.tp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid var(--tp-red);
	border-radius: 4px;
	background: var(--tp-red);
	color: var(--tp-white);
	font-size: 0.96rem;
	font-weight: 800;
	text-decoration: none;
}

.tp-button:hover,
.tp-button:focus {
	background: var(--tp-red-dark);
	border-color: var(--tp-red-dark);
	color: var(--tp-white);
}

.tp-button-secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.72);
}

.tp-product-actions .tp-button-secondary {
	border-color: var(--tp-line);
	color: var(--tp-ink);
}

.tp-section {
	width: min(100% - 64px, var(--tp-max));
	margin: 0 auto;
	padding: 76px 0;
}

.tp-section-tight {
	padding-top: 54px;
}

.tp-section-narrow {
	width: min(100% - 64px, 860px);
}

.tp-section-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.tp-section-title,
.tp-page-title,
.tp-product-title {
	margin: 0;
	color: var(--tp-ink);
	font-size: 2.4rem;
	line-height: 1.08;
	letter-spacing: 0;
}

.tp-section-heading {
	margin: 0 0 18px;
	color: var(--tp-ink);
	font-size: 1.25rem;
	line-height: 1.25;
	letter-spacing: 0;
}

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

.tp-product-card {
	display: grid;
	grid-template-rows: 220px 1fr;
	min-width: 0;
	overflow: hidden;
	background: var(--tp-white);
	border: 1px solid var(--tp-line);
	border-radius: 8px;
}

.tp-product-card-media {
	display: grid;
	place-items: center;
	background: #0b0b0c;
	text-decoration: none;
}

.tp-product-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tp-product-card-empty {
	padding: 20px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.95rem;
	text-align: center;
}

.tp-product-card-body {
	display: grid;
	align-content: start;
	gap: 14px;
	padding: 20px;
}

.tp-product-card-title {
	margin: 0;
	font-size: 1.18rem;
	line-height: 1.3;
	letter-spacing: 0;
}

.tp-product-card-title a,
.tp-list-title a {
	color: var(--tp-ink);
	text-decoration: none;
}

.tp-product-card-title a:hover,
.tp-product-card-title a:focus,
.tp-list-title a:hover,
.tp-list-title a:focus {
	color: var(--tp-red);
}

.tp-product-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tp-product-card-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 8px;
	border: 1px solid var(--tp-line);
	border-radius: 4px;
	color: var(--tp-muted);
	font-size: 0.82rem;
	font-weight: 800;
}

.tp-product-card-excerpt,
.tp-list-text,
.tp-band-text,
.tp-footer-text,
.tp-product-lede,
.tp-content,
.tp-empty-state {
	color: var(--tp-muted);
	font-size: 1rem;
	line-height: 1.65;
}

.tp-text-link {
	color: var(--tp-red);
	font-weight: 900;
	text-decoration: none;
}

.tp-text-link:hover,
.tp-text-link:focus {
	color: var(--tp-red-dark);
	text-decoration: underline;
}

.tp-band {
	width: 100%;
	max-width: none;
	padding: 64px 32px;
	background: var(--tp-surface);
}

.tp-band-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 48px;
	width: min(100%, var(--tp-max));
	margin: 0 auto;
}

.tp-page-hero {
	background: var(--tp-ink);
	color: var(--tp-white);
}

.tp-page-hero-inner {
	width: min(100% - 64px, var(--tp-max));
	margin: 0 auto;
	padding: 96px 0 64px;
}

.tp-page-hero .tp-page-title {
	color: var(--tp-white);
}

.tp-product-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 40px;
	align-items: center;
	width: min(100% - 64px, var(--tp-max));
	margin: 0 auto;
	padding: 76px 0;
}

.tp-product-hero-media {
	overflow: hidden;
	border-radius: 8px;
	background: var(--tp-ink);
}

.tp-product-hero-image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.tp-spec-groups {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.tp-spec-group {
	min-width: 0;
	padding: 22px;
	border: 1px solid var(--tp-line);
	border-radius: 8px;
}

.tp-spec-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.tp-spec-table th,
.tp-spec-table td {
	padding: 12px 0;
	border-top: 1px solid var(--tp-line);
	font-size: 0.95rem;
	line-height: 1.45;
	text-align: left;
	vertical-align: top;
	word-break: break-word;
}

.tp-spec-table th {
	width: 42%;
	color: var(--tp-ink-soft);
	font-weight: 900;
}

.tp-spec-table td {
	color: var(--tp-muted);
}

.tp-list-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.tp-list-item,
.tp-download-item,
.tp-contact-panel {
	border: 1px solid var(--tp-line);
	border-radius: 8px;
	background: var(--tp-white);
}

.tp-list-item {
	padding: 22px;
}

.tp-list-title,
.tp-download-title {
	margin: 0 0 10px;
	font-size: 1.2rem;
	line-height: 1.3;
	letter-spacing: 0;
}

.tp-download-list {
	display: grid;
	gap: 14px;
}

.tp-download-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px;
}

.tp-contact-panel {
	display: grid;
	gap: 8px;
	padding: 28px;
	margin-bottom: 28px;
}

.tp-contact-label {
	margin: 0;
	color: var(--tp-muted);
	font-size: 0.9rem;
	font-weight: 900;
	text-transform: uppercase;
}

.tp-contact-number {
	color: var(--tp-red);
	font-size: 2rem;
	font-weight: 900;
	text-decoration: none;
	word-break: break-word;
}

.tp-content {
	max-width: 820px;
}

.tp-content > *:first-child {
	margin-top: 0;
}

.tp-content > *:last-child {
	margin-bottom: 0;
}

.tp-footer {
	background: var(--tp-ink);
	color: var(--tp-white);
}

.tp-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	width: min(100% - 64px, var(--tp-max));
	margin: 0 auto;
	padding: 36px 0;
}

.tp-footer-brand {
	margin: 0 0 8px;
	font-size: 1.1rem;
	font-weight: 900;
}

.tp-footer-text {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
}

.tp-footer-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.tp-footer-link {
	color: var(--tp-white);
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.tp-header {
		grid-template-columns: auto auto 1fr;
		gap: 14px;
		padding: 0 20px;
	}

	.tp-menu-toggle {
		display: inline-grid;
		align-items: center;
		justify-content: center;
	}

	.tp-nav {
		position: absolute;
		top: 73px;
		left: 0;
		right: 0;
		display: none;
		padding: 16px 20px;
		background: var(--tp-white);
		border-bottom: 1px solid var(--tp-line);
	}

	.tp-nav.tp-nav-open {
		display: block;
	}

	.tp-nav-list {
		display: grid;
		gap: 12px;
	}

	.tp-header-call {
		justify-self: end;
	}

	.tp-product-grid,
	.tp-spec-groups {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tp-product-hero {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.tp-header {
		grid-template-columns: auto auto;
		min-height: 68px;
	}

	.tp-header-call {
		display: none;
	}

	.tp-nav {
		top: 67px;
	}

	.tp-hero {
		min-height: 560px;
		padding: 96px 20px 58px;
	}

	.tp-hero-overlay {
		background: rgba(0, 0, 0, 0.72);
	}

	.tp-hero-title {
		font-size: 3rem;
	}

	.tp-hero-text {
		font-size: 1rem;
	}

	.tp-section,
	.tp-section-narrow,
	.tp-page-hero-inner,
	.tp-product-hero,
	.tp-footer-inner {
		width: min(100% - 40px, var(--tp-max));
	}

	.tp-section {
		padding: 52px 0;
	}

	.tp-section-header,
	.tp-footer-inner,
	.tp-download-item {
		display: grid;
		align-items: start;
	}

	.tp-section-title,
	.tp-page-title,
	.tp-product-title {
		font-size: 2rem;
	}

	.tp-product-grid,
	.tp-spec-groups,
	.tp-list-grid,
	.tp-band-grid {
		grid-template-columns: 1fr;
	}

	.tp-band {
		padding: 48px 20px;
	}

	.tp-product-card {
		grid-template-rows: 190px 1fr;
	}

	.tp-spec-group {
		padding: 18px;
	}

	.tp-spec-table th,
	.tp-spec-table td {
		display: block;
		width: 100%;
	}

	.tp-spec-table td {
		padding-top: 0;
		border-top: 0;
	}

	.tp-contact-number {
		font-size: 1.6rem;
	}
}
