.tnp-catalog-hub {
	--tnp-catalog-ink: #171a1f;
	--tnp-catalog-muted: #626a75;
	--tnp-catalog-line: #dfe3e8;
	--tnp-catalog-surface: #f4f5f6;
	--tnp-catalog-yellow: #f6c945;
	--tnp-catalog-yellow-dark: #e8b82c;
	--tnp-catalog-white: #ffffff;
	--tnp-catalog-radius: 28px;
	overflow: clip;
	background: var(--tnp-catalog-white);
	color: var(--tnp-catalog-ink);
}

.tnp-catalog-hub *,
.tnp-catalog-hub *::before,
.tnp-catalog-hub *::after {
	box-sizing: border-box;
}

.tnp-catalog-hub img {
	display: block;
	max-width: 100%;
}

.tnp-catalog-hub a {
	color: inherit;
}

.tnp-catalog-hub__shell {
	width: min(calc(100% - 40px), var(--tnp-container-width, 1240px));
	margin-inline: auto;
}

.tnp-catalog-hub__hero {
	position: relative;
	padding: 24px 0 88px;
	background:
		radial-gradient(circle at 84% 24%, rgba(246, 201, 69, 0.18), transparent 31%),
		linear-gradient(180deg, #f7f8f9 0%, #ffffff 100%);
}

.tnp-catalog-hub__hero::before {
	position: absolute;
	top: 0;
	right: -12vw;
	width: min(44vw, 660px);
	aspect-ratio: 1;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.64);
	content: "";
	filter: blur(2px);
	pointer-events: none;
}

.tnp-catalog-hub__breadcrumb {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 24px;
	margin-bottom: 46px;
	color: #707782;
	font-size: 14px;
	line-height: 1.4;
}

.tnp-catalog-hub__breadcrumb a {
	text-decoration: none;
	transition: color 180ms ease;
}

.tnp-catalog-hub__breadcrumb a:hover {
	color: var(--tnp-catalog-ink);
}

.tnp-catalog-hub__breadcrumb svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.tnp-catalog-hub__hero-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.93fr) minmax(460px, 1.07fr);
	gap: clamp(48px, 7vw, 96px);
	align-items: center;
}

.tnp-catalog-hub__eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: #747b85;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.3;
	text-transform: uppercase;
}

.tnp-catalog-hub__eyebrow > span {
	width: 28px;
	height: 3px;
	border-radius: 99px;
	background: var(--tnp-catalog-yellow);
}

.tnp-catalog-hub__hero h1 {
	max-width: 680px;
	margin: 0;
	font-size: clamp(46px, 5vw, 72px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 0.99;
}

.tnp-catalog-hub__hero-lead {
	max-width: 650px;
	margin: 28px 0 0;
	color: var(--tnp-catalog-muted);
	font-size: clamp(18px, 1.65vw, 22px);
	line-height: 1.55;
}

.tnp-catalog-hub__hero-actions,
.tnp-catalog-hub__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.tnp-catalog-hub__hero-actions {
	margin-top: 34px;
}

.tnp-catalog-hub__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 54px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		background-color 180ms ease,
		box-shadow 180ms ease;
}

.tnp-catalog-hub__button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.tnp-catalog-hub__button:hover {
	transform: translateY(-2px);
}

.tnp-catalog-hub__button--primary {
	background: var(--tnp-catalog-yellow);
	box-shadow: 0 14px 28px rgba(102, 79, 13, 0.15);
	color: #16181c;
}

.tnp-catalog-hub__button--primary:hover {
	background: var(--tnp-catalog-yellow-dark);
	box-shadow: 0 17px 34px rgba(102, 79, 13, 0.2);
}

.tnp-catalog-hub__button--secondary {
	border-color: #d9dde2;
	background: rgba(255, 255, 255, 0.72);
	color: var(--tnp-catalog-ink);
}

.tnp-catalog-hub__button--secondary:hover {
	border-color: #bec4cb;
	background: #fff;
}

.tnp-catalog-hub__hero-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 40px 0 0;
}

.tnp-catalog-hub__hero-facts > div {
	min-width: 110px;
	padding: 0 24px;
	border-left: 1px solid #dadddf;
}

.tnp-catalog-hub__hero-facts > div:first-child {
	padding-left: 0;
	border-left: 0;
}

.tnp-catalog-hub__hero-facts dt {
	margin: 0 0 4px;
	color: var(--tnp-catalog-ink);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.tnp-catalog-hub__hero-facts dd {
	margin: 0;
	color: #747b85;
	font-size: 13px;
	line-height: 1.35;
}

.tnp-catalog-hub__hero-visual {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 14px;
	min-height: 530px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.54);
	box-shadow: 0 28px 70px rgba(31, 37, 44, 0.15);
	transform: rotate(1.35deg);
}

.tnp-catalog-hub__hero-visual::after {
	position: absolute;
	inset: auto 13% -25px 13%;
	height: 45px;
	border-radius: 50%;
	background: rgba(30, 35, 41, 0.16);
	content: "";
	filter: blur(24px);
	z-index: -1;
}

.tnp-catalog-hub__hero-tile {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: 22px;
	background: #dfe2e4;
}

.tnp-catalog-hub__hero-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tnp-catalog-hub__hero-tile--matte img {
	object-position: 54% center;
}

.tnp-catalog-hub__hero-tile::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 58%, rgba(13, 17, 22, 0.48));
	content: "";
}

.tnp-catalog-hub__hero-tile figcaption {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 1;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 999px;
	background: rgba(15, 18, 22, 0.52);
	backdrop-filter: blur(9px);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.tnp-catalog-hub__sections {
	padding: 104px 0 112px;
	scroll-margin-top: 90px;
}

.tnp-catalog-hub__section-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.65fr);
	gap: 48px;
	align-items: end;
	margin-bottom: 44px;
}

.tnp-catalog-hub__section-heading h2,
.tnp-catalog-hub__compare-heading h2,
.tnp-catalog-hub__steps-heading h2,
.tnp-catalog-hub__cta h2 {
	margin: 0;
	font-size: clamp(36px, 4vw, 54px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.05;
}

.tnp-catalog-hub__section-heading > p {
	max-width: 510px;
	margin: 0 0 5px;
	color: var(--tnp-catalog-muted);
	font-size: 17px;
	line-height: 1.6;
}

.tnp-catalog-hub__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.tnp-catalog-hub__card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e2e5e9;
	border-radius: var(--tnp-catalog-radius);
	background: #fff;
	box-shadow: 0 12px 36px rgba(30, 35, 41, 0.07);
	transition:
		transform 220ms ease,
		border-color 220ms ease,
		box-shadow 220ms ease;
}

.tnp-catalog-hub__card:hover {
	border-color: #ced3d9;
	box-shadow: 0 22px 52px rgba(30, 35, 41, 0.13);
	transform: translateY(-5px);
}

.tnp-catalog-hub__card-link {
	display: grid;
	grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.tnp-catalog-hub__card-media {
	position: relative;
	min-height: 390px;
	overflow: hidden;
	background: #eceeef;
}

.tnp-catalog-hub__card-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20, 23, 27, 0.04), rgba(20, 23, 27, 0.18));
	content: "";
	pointer-events: none;
}

.tnp-catalog-hub__card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tnp-catalog-hub__card:hover .tnp-catalog-hub__card-media img {
	transform: scale(1.035);
}

.tnp-catalog-hub__card--matte .tnp-catalog-hub__card-media img {
	object-position: 53% center;
}

.tnp-catalog-hub__card-count {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 1;
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 999px;
	background: rgba(19, 22, 26, 0.65);
	backdrop-filter: blur(10px);
	color: #fff;
	font-size: 12px;
	font-weight: 750;
	line-height: 1;
}

.tnp-catalog-hub__card-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 34px;
	min-width: 0;
	padding: clamp(28px, 3vw, 42px);
}

.tnp-catalog-hub__card-kicker {
	margin: 0 0 10px !important;
	color: #7b828b !important;
	font-size: 12px !important;
	font-weight: 750;
	letter-spacing: 0.11em;
	line-height: 1.2 !important;
	text-transform: uppercase;
}

.tnp-catalog-hub__card h3 {
	margin: 0;
	font-size: clamp(30px, 3vw, 40px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.tnp-catalog-hub__card-body p:not(.tnp-catalog-hub__card-kicker) {
	margin: 17px 0 0;
	color: var(--tnp-catalog-muted);
	font-size: 15px;
	line-height: 1.62;
}

.tnp-catalog-hub__card-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 20px;
	border-top: 1px solid #e4e7ea;
	font-size: 14px;
	font-weight: 750;
}

.tnp-catalog-hub__card-action svg {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform 180ms ease;
}

.tnp-catalog-hub__card:hover .tnp-catalog-hub__card-action svg {
	transform: translateX(4px);
}

.tnp-catalog-hub__card-link:focus-visible {
	outline: 3px solid var(--tnp-catalog-yellow);
	outline-offset: -5px;
}

.tnp-catalog-hub__compare {
	padding: 106px 0;
	background: var(--tnp-catalog-surface);
}

.tnp-catalog-hub__compare-heading {
	max-width: 760px;
	margin-bottom: 42px;
}

.tnp-catalog-hub__compare-heading > p:last-child {
	margin: 22px 0 0;
	color: var(--tnp-catalog-muted);
	font-size: 17px;
	line-height: 1.62;
}

.tnp-catalog-hub__table-wrap {
	overflow-x: auto;
	border: 1px solid #dfe3e7;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(30, 35, 41, 0.06);
	-webkit-overflow-scrolling: touch;
}

.tnp-catalog-hub__table-wrap:focus-visible {
	outline: 3px solid var(--tnp-catalog-yellow);
	outline-offset: 4px;
}

.tnp-catalog-hub table {
	width: 100%;
	min-width: 790px;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.tnp-catalog-hub th,
.tnp-catalog-hub td {
	padding: 22px 24px;
	border: 0;
	border-bottom: 1px solid #e4e7ea;
	text-align: left;
	vertical-align: middle;
}

.tnp-catalog-hub thead th {
	background: #fafafa;
	color: #747b85;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.09em;
	line-height: 1.3;
	text-transform: uppercase;
}

.tnp-catalog-hub tbody th {
	color: var(--tnp-catalog-ink);
	font-size: 15px;
	font-weight: 750;
	white-space: nowrap;
}

.tnp-catalog-hub tbody td {
	color: #555d67;
	font-size: 14px;
	line-height: 1.45;
}

.tnp-catalog-hub tbody tr:last-child th,
.tnp-catalog-hub tbody tr:last-child td {
	border-bottom: 0;
}

.tnp-catalog-hub__table-dot {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 10px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(45, 49, 55, 0.07);
	vertical-align: -1px;
}

.tnp-catalog-hub__table-dot--matte {
	background: #b7a791;
}

.tnp-catalog-hub__table-dot--satin {
	background: #d4cfc4;
}

.tnp-catalog-hub__table-dot--gloss {
	background: #891910;
}

.tnp-catalog-hub__table-dot--fabric {
	background: #ece8df;
}

.tnp-catalog-hub__steps {
	padding: 106px 0 112px;
}

.tnp-catalog-hub__steps-heading {
	margin-bottom: 40px;
}

.tnp-catalog-hub__steps-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.tnp-catalog-hub__steps-list li {
	min-width: 0;
	padding: 30px;
	border: 1px solid #e2e5e9;
	border-radius: 22px;
	background: #fff;
}

.tnp-catalog-hub__steps-list li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 30px;
	margin-bottom: 34px;
	border-radius: 999px;
	background: #f9e7a7;
	color: #4c3a09;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.tnp-catalog-hub__steps-list h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.tnp-catalog-hub__steps-list p {
	margin: 14px 0 0;
	color: var(--tnp-catalog-muted);
	font-size: 15px;
	line-height: 1.58;
}

.tnp-catalog-hub__cta {
	padding: 0 0 112px;
}

.tnp-catalog-hub__cta-panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 48px;
	align-items: center;
	overflow: hidden;
	padding: clamp(42px, 5vw, 66px);
	border-radius: 30px;
	background:
		radial-gradient(circle at 84% 12%, rgba(246, 201, 69, 0.18), transparent 35%),
		#1b1e23;
	box-shadow: 0 24px 56px rgba(27, 30, 35, 0.18);
	color: #fff;
}

.tnp-catalog-hub__cta-panel::after {
	position: absolute;
	right: -80px;
	bottom: -150px;
	width: 340px;
	height: 340px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.tnp-catalog-hub__cta .tnp-catalog-hub__eyebrow {
	color: #aeb4bc;
}

.tnp-catalog-hub__cta h2 {
	color: #fff;
}

.tnp-catalog-hub__cta-panel > div:first-child > p:last-child {
	max-width: 690px;
	margin: 20px 0 0;
	color: #c3c8cf;
	font-size: 17px;
	line-height: 1.6;
}

.tnp-catalog-hub__cta-actions {
	position: relative;
	z-index: 1;
	flex-direction: column;
	align-items: stretch;
}

.tnp-catalog-hub__button--light {
	background: var(--tnp-catalog-yellow);
	color: #17191d;
}

.tnp-catalog-hub__button--light:hover {
	background: #ffd966;
}

.tnp-catalog-hub__cta-phone {
	padding: 8px 12px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.tnp-catalog-hub__cta-phone:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tnp-catalog-hub__button:focus-visible,
.tnp-catalog-hub__cta-phone:focus-visible,
.tnp-catalog-hub__breadcrumb a:focus-visible {
	outline: 3px solid var(--tnp-catalog-yellow);
	outline-offset: 4px;
}

@media (max-width: 1100px) {
	.tnp-catalog-hub__hero-layout {
		grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
		gap: 48px;
	}

	.tnp-catalog-hub__hero-visual {
		min-height: 460px;
	}

	.tnp-catalog-hub__card-link {
		grid-template-columns: 0.85fr 1.15fr;
	}

	.tnp-catalog-hub__card-media {
		min-height: 360px;
	}
}

@media (max-width: 900px) {
	.tnp-catalog-hub__hero {
		padding-bottom: 74px;
	}

	.tnp-catalog-hub__breadcrumb {
		margin-bottom: 36px;
	}

	.tnp-catalog-hub__hero-layout {
		grid-template-columns: 1fr;
	}

	.tnp-catalog-hub__hero-copy {
		max-width: 730px;
	}

	.tnp-catalog-hub__hero-visual {
		min-height: 520px;
		transform: none;
	}

	.tnp-catalog-hub__section-heading {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.tnp-catalog-hub__grid {
		grid-template-columns: 1fr;
	}

	.tnp-catalog-hub__card-link {
		grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
	}

	.tnp-catalog-hub__card-media {
		min-height: 370px;
	}

	.tnp-catalog-hub__cta-panel {
		grid-template-columns: 1fr;
	}

	.tnp-catalog-hub__cta-actions {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
}

@media (max-width: 680px) {
	.tnp-catalog-hub__shell {
		width: min(calc(100% - 28px), var(--tnp-container-width, 1240px));
	}

	.tnp-catalog-hub__hero {
		padding: 16px 0 58px;
	}

	.tnp-catalog-hub__breadcrumb {
		margin-bottom: 30px;
		font-size: 13px;
	}

	.tnp-catalog-hub__hero h1 {
		font-size: clamp(39px, 12vw, 54px);
		line-height: 1;
	}

	.tnp-catalog-hub__hero-lead {
		margin-top: 22px;
		font-size: 17px;
	}

	.tnp-catalog-hub__hero-actions {
		align-items: stretch;
		margin-top: 28px;
	}

	.tnp-catalog-hub__hero-actions .tnp-catalog-hub__button {
		width: 100%;
	}

	.tnp-catalog-hub__hero-facts {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 22px;
	}

	.tnp-catalog-hub__hero-facts > div {
		min-width: 0;
		padding: 0 14px;
	}

	.tnp-catalog-hub__hero-facts > div:nth-child(3) {
		grid-column: 1 / -1;
		padding-left: 0;
		border-left: 0;
	}

	.tnp-catalog-hub__hero-visual {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 8px;
		min-height: auto;
		aspect-ratio: 1;
		padding: 7px;
		border-radius: 24px;
	}

	.tnp-catalog-hub__hero-tile {
		border-radius: 17px;
	}

	.tnp-catalog-hub__hero-tile figcaption {
		right: 8px;
		bottom: 8px;
		padding: 7px 9px;
		font-size: 10px;
	}

	.tnp-catalog-hub__sections,
	.tnp-catalog-hub__compare,
	.tnp-catalog-hub__steps {
		padding: 72px 0;
	}

	.tnp-catalog-hub__section-heading,
	.tnp-catalog-hub__compare-heading,
	.tnp-catalog-hub__steps-heading {
		margin-bottom: 30px;
	}

	.tnp-catalog-hub__section-heading h2,
	.tnp-catalog-hub__compare-heading h2,
	.tnp-catalog-hub__steps-heading h2,
	.tnp-catalog-hub__cta h2 {
		font-size: clamp(32px, 10vw, 42px);
	}

	.tnp-catalog-hub__section-heading > p,
	.tnp-catalog-hub__compare-heading > p:last-child {
		font-size: 16px;
	}

	.tnp-catalog-hub__grid {
		gap: 18px;
	}

	.tnp-catalog-hub__card {
		border-radius: 22px;
	}

	.tnp-catalog-hub__card-link {
		grid-template-columns: 1fr;
	}

	.tnp-catalog-hub__card-media {
		min-height: 0;
		aspect-ratio: 1.18 / 1;
	}

	.tnp-catalog-hub__card-body {
		gap: 26px;
		padding: 25px 23px 27px;
	}

	.tnp-catalog-hub__card h3 {
		font-size: 32px;
	}

	.tnp-catalog-hub__steps-list {
		grid-template-columns: 1fr;
	}

	.tnp-catalog-hub__steps-list li {
		padding: 25px 23px;
	}

	.tnp-catalog-hub__steps-list li > span {
		margin-bottom: 24px;
	}

	.tnp-catalog-hub__cta {
		padding-bottom: 72px;
	}

	.tnp-catalog-hub__cta-panel {
		gap: 34px;
		padding: 34px 24px;
		border-radius: 24px;
	}

	.tnp-catalog-hub__cta-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.tnp-catalog-hub__button {
		min-height: 52px;
		padding-inline: 19px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tnp-catalog-hub *,
	.tnp-catalog-hub *::before,
	.tnp-catalog-hub *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
