/*
 * Matte colour catalogue.
 *
 * Every selector is scoped to the archive root so the catalogue remains
 * independent from Divi layouts and other category templates.
 */

#main-content.tnp-matte-catalog {
	--tnp-matte-ink: #171a1f;
	--tnp-matte-text: #343a42;
	--tnp-matte-muted: #68727d;
	--tnp-matte-brand: #f6c945;
	--tnp-matte-brand-dark: #d9a900;
	--tnp-matte-warm: #fff8dd;
	--tnp-matte-surface: #f5f6f8;
	--tnp-matte-border: #e0e5e9;
	--tnp-matte-white: #ffffff;
	--tnp-matte-shadow: 0 22px 60px rgb(23 26 31 / 10%);
	background: var(--tnp-matte-white);
	color: var(--tnp-matte-text);
	font-family: "Manrope Local", Manrope, Arial, sans-serif;
}

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

.tnp-matte-catalog :where(h1, h2, h3, p, ul, figure) {
	margin: 0;
	padding: 0;
}

.tnp-matte-catalog :where(a, button, input):focus-visible {
	outline: 3px solid var(--tnp-matte-ink);
	outline-offset: 4px;
	box-shadow: 0 0 0 7px var(--tnp-matte-brand);
}

.tnp-matte-catalog [hidden] {
	display: none !important;
}

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

.tnp-matte-catalog .tnp-matte-catalog__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #836500;
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.tnp-matte-catalog .tnp-matte-catalog__eyebrow > span {
	width: 28px;
	height: 2px;
	border-radius: 999px;
	background: currentcolor;
}

.tnp-matte-catalog .tnp-matte-catalog__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: clamp(30px, 4vw, 50px);
	color: var(--tnp-matte-muted);
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.5;
}

.tnp-matte-catalog .tnp-matte-catalog__breadcrumb a {
	color: var(--tnp-matte-text);
	text-decoration: underline;
	text-decoration-color: rgb(217 169 0 / 55%);
	text-underline-offset: 0.18em;
}

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

.tnp-matte-catalog .tnp-matte-catalog__hero {
	position: relative;
	overflow: hidden;
	padding: clamp(32px, 5vw, 64px) 0 clamp(72px, 8vw, 112px);
	background:
		radial-gradient(circle at 7% 14%, rgb(246 201 69 / 18%), transparent 30%),
		linear-gradient(180deg, #fffdf7 0%, var(--tnp-matte-white) 100%);
}

.tnp-matte-catalog .tnp-matte-catalog__hero::after {
	position: absolute;
	top: 11%;
	right: -8rem;
	width: 25rem;
	height: 25rem;
	border: 1px solid rgb(23 26 31 / 5%);
	border-radius: 50%;
	box-shadow:
		0 0 0 3rem rgb(23 26 31 / 2.5%),
		0 0 0 7rem rgb(246 201 69 / 4%);
	content: "";
	pointer-events: none;
}

.tnp-matte-catalog .tnp-matte-catalog__hero-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
	gap: clamp(38px, 7vw, 96px);
	align-items: center;
}

.tnp-matte-catalog .tnp-matte-catalog__hero-copy {
	min-width: 0;
}

.tnp-matte-catalog .tnp-matte-catalog__hero-copy h1 {
	max-width: 760px;
	margin-top: 15px;
	color: var(--tnp-matte-ink);
	font-family: "Manrope Local", Manrope, Arial, sans-serif;
	font-size: clamp(2.5rem, 5.4vw, 5rem);
	font-weight: 800;
	line-height: 0.99;
	letter-spacing: -0.052em;
	overflow-wrap: anywhere;
}

.tnp-matte-catalog .tnp-matte-catalog__hero-lead {
	max-width: 690px;
	margin-top: 24px;
	color: var(--tnp-matte-muted);
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	line-height: 1.72;
}

.tnp-matte-catalog .tnp-matte-catalog__hero-actions,
.tnp-matte-catalog .tnp-matte-catalog__cta-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 12px;
}

.tnp-matte-catalog .tnp-matte-catalog__hero-actions {
	margin-top: 32px;
}

.tnp-matte-catalog .tnp-matte-catalog__button {
	display: inline-flex;
	min-height: 56px;
	padding: 0 21px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 0.93rem;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition:
		border-color 180ms ease,
		background-color 180ms ease,
		color 180ms ease,
		transform 180ms ease,
		box-shadow 180ms ease;
}

.tnp-matte-catalog .tnp-matte-catalog__button svg {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.tnp-matte-catalog .tnp-matte-catalog__button--primary {
	border-color: var(--tnp-matte-brand);
	background: var(--tnp-matte-brand);
	box-shadow: 0 12px 28px rgb(217 169 0 / 20%);
	color: var(--tnp-matte-ink);
}

.tnp-matte-catalog .tnp-matte-catalog__button--secondary {
	border-color: var(--tnp-matte-border);
	background: var(--tnp-matte-white);
	color: var(--tnp-matte-ink);
}

.tnp-matte-catalog .tnp-matte-catalog__button--secondary svg {
	stroke-width: 1.45;
}

.tnp-matte-catalog .tnp-matte-catalog__hero-palette {
	position: relative;
	overflow: hidden;
	min-height: 400px;
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid rgb(255 255 255 / 9%);
	border-radius: 28px;
	background:
		radial-gradient(circle at 88% 12%, rgb(246 201 69 / 15%), transparent 34%),
		linear-gradient(145deg, #292e34, var(--tnp-matte-ink));
	box-shadow: 0 30px 72px rgb(23 26 31 / 18%);
	color: var(--tnp-matte-white);
}

.tnp-matte-catalog .tnp-matte-catalog__hero-palette::after {
	position: absolute;
	right: -78px;
	bottom: -102px;
	width: 235px;
	height: 235px;
	border: 42px solid rgb(255 255 255 / 5%);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.tnp-matte-catalog .tnp-matte-catalog__hero-swatches {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 78px;
	align-items: flex-end;
	margin: 0 0 28px 9px;
}

.tnp-matte-catalog .tnp-matte-catalog__hero-swatches span {
	display: block;
	width: 68px;
	height: 68px;
	margin-left: -9px;
	border: 5px solid #24292f;
	border-radius: 50%;
	background: var(--tnp-matte-swatch);
	box-shadow:
		inset 0 0 0 1px rgb(255 255 255 / 18%),
		0 8px 20px rgb(0 0 0 / 24%);
}

.tnp-matte-catalog .tnp-matte-catalog__hero-swatches span:nth-child(2),
.tnp-matte-catalog .tnp-matte-catalog__hero-swatches span:nth-child(4) {
	transform: translateY(10px);
}

.tnp-matte-catalog .tnp-matte-catalog__hero-count,
.tnp-matte-catalog .tnp-matte-catalog__hero-count-label,
.tnp-matte-catalog .tnp-matte-catalog__hero-palette ul {
	position: relative;
	z-index: 1;
}

.tnp-matte-catalog .tnp-matte-catalog__hero-count {
	color: var(--tnp-matte-white);
	font-size: clamp(3.4rem, 7vw, 5.9rem);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: -0.06em;
}

.tnp-matte-catalog .tnp-matte-catalog__hero-count-label {
	max-width: 300px;
	margin-top: 12px;
	color: #d3d8de;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.tnp-matte-catalog .tnp-matte-catalog__hero-palette ul {
	display: grid;
	gap: 9px;
	margin-top: 27px;
	list-style: none;
}

.tnp-matte-catalog .tnp-matte-catalog__hero-palette li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #eef0f2;
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.45;
}

.tnp-matte-catalog .tnp-matte-catalog__hero-palette li::before {
	margin-top: 0.14em;
	color: var(--tnp-matte-brand);
	font-size: 0.88rem;
	font-weight: 900;
	content: "✓";
}

.tnp-matte-catalog .tnp-matte-catalog__browser {
	padding: clamp(68px, 8vw, 112px) 0;
	background: var(--tnp-matte-surface);
}

.tnp-matte-catalog .tnp-matte-catalog__browser-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 30px;
}

.tnp-matte-catalog .tnp-matte-catalog__browser-heading h2,
.tnp-matte-catalog .tnp-matte-catalog__cta-copy h2 {
	margin-top: 11px;
	color: var(--tnp-matte-ink);
	font-family: "Manrope Local", Manrope, Arial, sans-serif;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.042em;
}

.tnp-matte-catalog .tnp-matte-catalog__results {
	min-width: 160px;
	padding-bottom: 6px;
	color: var(--tnp-matte-muted);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: right;
}

.tnp-matte-catalog .tnp-matte-catalog__tools {
	margin-bottom: clamp(28px, 4vw, 44px);
	padding: clamp(20px, 2.7vw, 30px);
	border: 1px solid var(--tnp-matte-border);
	border-radius: 22px;
	background: var(--tnp-matte-white);
	box-shadow: 0 14px 40px rgb(23 26 31 / 6%);
}

.tnp-matte-catalog .tnp-matte-catalog__search {
	display: grid;
	grid-template-columns: minmax(190px, auto) minmax(260px, 1fr);
	gap: 18px;
	align-items: center;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--tnp-matte-border);
}

.tnp-matte-catalog .tnp-matte-catalog__search > label {
	color: var(--tnp-matte-ink);
	font-size: 0.91rem;
	font-weight: 800;
	line-height: 1.4;
}

.tnp-matte-catalog .tnp-matte-catalog__search-control {
	position: relative;
	display: flex;
	align-items: center;
}

.tnp-matte-catalog .tnp-matte-catalog__search-control > svg {
	position: absolute;
	z-index: 1;
	left: 16px;
	width: 21px;
	height: 21px;
	fill: none;
	stroke: var(--tnp-matte-muted);
	stroke-linecap: round;
	stroke-width: 1.7;
	pointer-events: none;
}

.tnp-matte-catalog .tnp-matte-catalog__search input {
	width: 100%;
	height: 52px;
	padding: 0 52px 0 50px;
	border: 1px solid #ccd3d9;
	border-radius: 13px;
	background: #fafbfc;
	color: var(--tnp-matte-ink);
	font: inherit;
	font-size: 0.96rem;
	font-weight: 650;
	line-height: 1;
	-webkit-appearance: none;
	appearance: none;
}

.tnp-matte-catalog .tnp-matte-catalog__search input::placeholder {
	color: #89929c;
	opacity: 1;
}

.tnp-matte-catalog .tnp-matte-catalog__search input::-webkit-search-cancel-button {
	display: none;
}

.tnp-matte-catalog .tnp-matte-catalog__search-control > button {
	position: absolute;
	right: 8px;
	display: inline-flex;
	width: 36px;
	height: 36px;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: var(--tnp-matte-muted);
	cursor: pointer;
}

.tnp-matte-catalog .tnp-matte-catalog__search-control > button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.tnp-matte-catalog .tnp-matte-catalog__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	padding-top: 22px;
}

.tnp-matte-catalog .tnp-matte-catalog__filter {
	display: inline-flex;
	min-height: 43px;
	padding: 7px 10px;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--tnp-matte-border);
	border-radius: 12px;
	background: #fafbfc;
	color: var(--tnp-matte-text);
	font-size: 0.82rem;
	font-weight: 750;
	line-height: 1.3;
	text-decoration: none;
	transition:
		border-color 160ms ease,
		background-color 160ms ease,
		color 160ms ease,
		transform 160ms ease;
}

.tnp-matte-catalog .tnp-matte-catalog__filter-swatch,
.tnp-matte-catalog .tnp-matte-catalog__filter-all {
	display: block;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border: 1px solid rgb(23 26 31 / 14%);
	border-radius: 50%;
}

.tnp-matte-catalog .tnp-matte-catalog__filter-swatch {
	background: var(--tnp-matte-filter-color);
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 28%);
}

.tnp-matte-catalog .tnp-matte-catalog__filter-all {
	background: conic-gradient(#d0aa30 0 20%, #bb4148 20% 40%, #3c7899 40% 60%, #6a8d58 60% 80%, #8a5e91 80%);
}

.tnp-matte-catalog .tnp-matte-catalog__filter small {
	display: inline-flex;
	min-width: 23px;
	height: 23px;
	padding: 0 6px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #edf0f2;
	color: var(--tnp-matte-muted);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
}

.tnp-matte-catalog .tnp-matte-catalog__filter--active {
	border-color: var(--tnp-matte-ink);
	background: var(--tnp-matte-ink);
	color: var(--tnp-matte-white);
}

.tnp-matte-catalog .tnp-matte-catalog__filter--active small {
	background: var(--tnp-matte-brand);
	color: var(--tnp-matte-ink);
}

.tnp-matte-catalog .tnp-matte-catalog__noscript {
	margin: -20px 0 26px;
	color: var(--tnp-matte-muted);
	font-size: 0.88rem;
	line-height: 1.55;
}

.tnp-matte-catalog .tnp-matte-catalog__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 26px);
}

.tnp-matte-catalog .tnp-matte-catalog__card {
	overflow: hidden;
	min-width: 0;
	border: 1px solid var(--tnp-matte-border);
	border-radius: 20px;
	background: var(--tnp-matte-white);
	box-shadow: 0 12px 32px rgb(23 26 31 / 7%);
	transition:
		border-color 200ms ease,
		box-shadow 200ms ease,
		transform 200ms ease;
}

.tnp-matte-catalog .tnp-matte-catalog__card-link {
	display: flex;
	height: 100%;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

.tnp-matte-catalog .tnp-matte-catalog__card-link:focus-visible {
	outline: 0;
	box-shadow:
		inset 0 0 0 3px var(--tnp-matte-ink),
		inset 0 0 0 7px var(--tnp-matte-brand);
}

.tnp-matte-catalog .tnp-matte-catalog__card-media {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1;
	background: var(--tnp-matte-sample, #d8dadd);
}

.tnp-matte-catalog .tnp-matte-catalog__card-image,
.tnp-matte-catalog .tnp-matte-catalog__card-placeholder {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

.tnp-matte-catalog .tnp-matte-catalog__card-image {
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tnp-matte-catalog .tnp-matte-catalog__card-placeholder {
	background:
		radial-gradient(circle at 36% 24%, rgb(255 255 255 / 16%), transparent 36%),
		var(--tnp-matte-sample, #d8dadd);
}

.tnp-matte-catalog .tnp-matte-catalog__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(17px, 2vw, 23px);
}

.tnp-matte-catalog .tnp-matte-catalog__card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 14px;
}

.tnp-matte-catalog .tnp-matte-catalog__card-number {
	display: flex;
	align-items: baseline;
	gap: 5px;
	color: var(--tnp-matte-muted);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.tnp-matte-catalog .tnp-matte-catalog__card-number strong {
	color: var(--tnp-matte-ink);
	font-size: 1.05rem;
	font-weight: 850;
	letter-spacing: -0.02em;
}

.tnp-matte-catalog .tnp-matte-catalog__card-chip {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #78828c;
	font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
	font-size: 0.65rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

.tnp-matte-catalog .tnp-matte-catalog__card-chip i {
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid rgb(23 26 31 / 14%);
	border-radius: 50%;
	background: var(--tnp-matte-chip);
}

.tnp-matte-catalog .tnp-matte-catalog__card-body h3 {
	color: var(--tnp-matte-ink);
	font-family: "Manrope Local", Manrope, Arial, sans-serif;
	font-size: clamp(0.98rem, 1.4vw, 1.12rem);
	font-weight: 800;
	line-height: 1.42;
	letter-spacing: -0.018em;
	overflow-wrap: anywhere;
}

.tnp-matte-catalog .tnp-matte-catalog__card-family {
	margin-top: 8px;
	color: var(--tnp-matte-muted);
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.4;
}

.tnp-matte-catalog .tnp-matte-catalog__card-action {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	padding-top: 20px;
	color: var(--tnp-matte-ink);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: underline;
	text-decoration-color: var(--tnp-matte-brand-dark);
	text-decoration-thickness: 0.11em;
	text-underline-offset: 0.22em;
}

.tnp-matte-catalog .tnp-matte-catalog__card-action svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform 180ms ease;
}

.tnp-matte-catalog .tnp-matte-catalog__empty {
	padding: clamp(34px, 6vw, 66px) 22px;
	border: 1px solid var(--tnp-matte-border);
	border-radius: 22px;
	background: var(--tnp-matte-white);
	box-shadow: var(--tnp-matte-shadow);
	text-align: center;
}

.tnp-matte-catalog .tnp-matte-catalog__empty > span {
	display: inline-flex;
	width: 66px;
	height: 66px;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--tnp-matte-warm);
	color: var(--tnp-matte-ink);
}

.tnp-matte-catalog .tnp-matte-catalog__empty > span svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-width: 1.7;
}

.tnp-matte-catalog .tnp-matte-catalog__empty h3 {
	color: var(--tnp-matte-ink);
	font-size: clamp(1.35rem, 2.5vw, 1.8rem);
	font-weight: 800;
	line-height: 1.25;
}

.tnp-matte-catalog .tnp-matte-catalog__empty p {
	max-width: 560px;
	margin: 10px auto 0;
	color: var(--tnp-matte-muted);
	font-size: 0.95rem;
	line-height: 1.65;
}

.tnp-matte-catalog .tnp-matte-catalog__empty button {
	min-height: 45px;
	margin-top: 20px;
	padding: 0 17px;
	border: 1px solid var(--tnp-matte-ink);
	border-radius: 12px;
	background: var(--tnp-matte-ink);
	color: var(--tnp-matte-white);
	font: inherit;
	font-size: 0.85rem;
	font-weight: 800;
	cursor: pointer;
}

.tnp-matte-catalog .tnp-matte-catalog__disclaimer {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 18px;
	margin-top: clamp(34px, 5vw, 56px);
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid #eadb9c;
	border-left: 5px solid var(--tnp-matte-brand);
	border-radius: 17px;
	background: var(--tnp-matte-warm);
}

.tnp-matte-catalog .tnp-matte-catalog__disclaimer > svg {
	width: 38px;
	height: 38px;
	padding: 8px;
	border-radius: 50%;
	background: var(--tnp-matte-brand);
	fill: none;
	stroke: var(--tnp-matte-ink);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.tnp-matte-catalog .tnp-matte-catalog__disclaimer h3 {
	color: var(--tnp-matte-ink);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.4;
}

.tnp-matte-catalog .tnp-matte-catalog__disclaimer p {
	max-width: 970px;
	margin-top: 6px;
	color: #5e5947;
	font-size: 0.9rem;
	line-height: 1.65;
}

.tnp-matte-catalog .tnp-matte-catalog__cta {
	padding: clamp(68px, 8vw, 112px) 0;
	background: var(--tnp-matte-white);
}

.tnp-matte-catalog .tnp-matte-catalog__cta-card {
	position: relative;
	display: grid;
	overflow: hidden;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	gap: clamp(28px, 5vw, 70px);
	align-items: center;
	padding: clamp(30px, 5vw, 58px);
	border-radius: 28px;
	background:
		radial-gradient(circle at 91% 17%, rgb(246 201 69 / 17%), transparent 30%),
		var(--tnp-matte-ink);
	box-shadow: 0 28px 70px rgb(23 26 31 / 17%);
}

.tnp-matte-catalog .tnp-matte-catalog__cta-card::after {
	position: absolute;
	right: -92px;
	bottom: -122px;
	width: 280px;
	height: 280px;
	border: 50px solid rgb(255 255 255 / 5%);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.tnp-matte-catalog .tnp-matte-catalog__cta-copy,
.tnp-matte-catalog .tnp-matte-catalog__cta-actions {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.tnp-matte-catalog .tnp-matte-catalog__cta .tnp-matte-catalog__eyebrow {
	color: var(--tnp-matte-brand);
}

.tnp-matte-catalog .tnp-matte-catalog__cta-copy h2 {
	max-width: 690px;
	color: var(--tnp-matte-white);
}

.tnp-matte-catalog .tnp-matte-catalog__cta-copy > p:last-child {
	max-width: 690px;
	margin-top: 15px;
	color: #c9cfd5;
	font-size: 0.98rem;
	line-height: 1.65;
}

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

.tnp-matte-catalog .tnp-matte-catalog__cta-phone {
	display: flex;
	min-height: 58px;
	padding: 8px 16px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid rgb(255 255 255 / 20%);
	border-radius: 14px;
	background: rgb(255 255 255 / 6%);
	color: var(--tnp-matte-white);
	text-decoration: none;
	transition:
		border-color 180ms ease,
		background-color 180ms ease,
		transform 180ms ease;
}

.tnp-matte-catalog .tnp-matte-catalog__cta-phone span {
	color: #aeb6be;
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.tnp-matte-catalog .tnp-matte-catalog__cta-phone strong {
	margin-top: 3px;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.25;
}

@media (hover: hover) {
	.tnp-matte-catalog .tnp-matte-catalog__button:hover {
		transform: translateY(-2px);
	}

	.tnp-matte-catalog .tnp-matte-catalog__button--primary:hover {
		border-color: var(--tnp-matte-brand-dark);
		background: var(--tnp-matte-brand-dark);
		color: var(--tnp-matte-ink);
	}

	.tnp-matte-catalog .tnp-matte-catalog__button--secondary:hover {
		border-color: var(--tnp-matte-ink);
		background: var(--tnp-matte-warm);
	}

	.tnp-matte-catalog .tnp-matte-catalog__search-control > button:hover {
		background: #edf0f2;
		color: var(--tnp-matte-ink);
	}

	.tnp-matte-catalog .tnp-matte-catalog__filter:hover {
		border-color: #b9c1c8;
		background: var(--tnp-matte-warm);
		color: var(--tnp-matte-ink);
		transform: translateY(-1px);
	}

	.tnp-matte-catalog .tnp-matte-catalog__filter--active:hover {
		border-color: var(--tnp-matte-ink);
		background: var(--tnp-matte-ink);
		color: var(--tnp-matte-white);
	}

	.tnp-matte-catalog .tnp-matte-catalog__card:hover {
		border-color: #c8cfd5;
		box-shadow: 0 22px 48px rgb(23 26 31 / 13%);
		transform: translateY(-5px);
	}

	.tnp-matte-catalog .tnp-matte-catalog__card:hover .tnp-matte-catalog__card-image {
		transform: scale(1.018);
	}

	.tnp-matte-catalog .tnp-matte-catalog__card:hover .tnp-matte-catalog__card-action svg {
		transform: translateX(3px);
	}

	.tnp-matte-catalog .tnp-matte-catalog__empty button:hover {
		background: #343a42;
	}

	.tnp-matte-catalog .tnp-matte-catalog__cta-phone:hover {
		border-color: rgb(255 255 255 / 38%);
		background: rgb(255 255 255 / 10%);
		transform: translateY(-2px);
	}
}

@media (max-width: 1120px) {
	.tnp-matte-catalog .tnp-matte-catalog__hero-layout,
	.tnp-matte-catalog .tnp-matte-catalog__cta-card {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
		gap: 38px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__hero-palette {
		min-height: 370px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.tnp-matte-catalog .tnp-matte-catalog__hero-layout,
	.tnp-matte-catalog .tnp-matte-catalog__cta-card {
		grid-template-columns: minmax(0, 1fr);
	}

	.tnp-matte-catalog .tnp-matte-catalog__hero-palette {
		min-height: 0;
	}

	.tnp-matte-catalog .tnp-matte-catalog__hero-swatches {
		float: right;
		margin: 0 0 12px 24px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__hero-count-label {
		max-width: 380px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__cta-actions {
		max-width: 410px;
	}
}

@media (max-width: 820px) {
	.tnp-matte-catalog .tnp-matte-catalog__browser-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__results {
		padding-bottom: 0;
		text-align: left;
	}

	.tnp-matte-catalog .tnp-matte-catalog__search {
		grid-template-columns: minmax(0, 1fr);
		gap: 9px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.tnp-matte-catalog .tnp-matte-catalog__shell {
		width: calc(100% - 32px);
	}

	.tnp-matte-catalog .tnp-matte-catalog__hero {
		padding-top: 26px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__breadcrumb {
		margin-bottom: 28px;
		font-size: 0.8rem;
	}

	.tnp-matte-catalog .tnp-matte-catalog__hero-copy h1 {
		font-size: clamp(2.25rem, 12vw, 3.4rem);
	}

	.tnp-matte-catalog .tnp-matte-catalog__hero-lead {
		margin-top: 18px;
		font-size: 0.98rem;
		line-height: 1.62;
	}

	.tnp-matte-catalog .tnp-matte-catalog__hero-actions {
		flex-direction: column;
		margin-top: 25px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__hero-actions .tnp-matte-catalog__button {
		width: 100%;
	}

	.tnp-matte-catalog .tnp-matte-catalog__hero-palette {
		padding: 25px 22px;
		border-radius: 22px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__hero-swatches {
		float: none;
		margin: 0 0 24px 7px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__hero-swatches span {
		width: 57px;
		height: 57px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__tools {
		padding: 17px;
		border-radius: 17px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__filters {
		flex-wrap: nowrap;
		overflow-x: auto;
		margin-right: -17px;
		margin-left: -17px;
		padding-right: 17px;
		padding-left: 17px;
		scroll-padding-inline: 17px;
		scroll-snap-type: inline proximity;
		-webkit-overflow-scrolling: touch;
	}

	.tnp-matte-catalog .tnp-matte-catalog__filter {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	.tnp-matte-catalog .tnp-matte-catalog__disclaimer {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 13px;
		padding: 20px 18px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__disclaimer > svg {
		width: 34px;
		height: 34px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__cta-card {
		padding: 27px 21px;
		border-radius: 22px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__cta-actions,
	.tnp-matte-catalog .tnp-matte-catalog__cta-actions .tnp-matte-catalog__button,
	.tnp-matte-catalog .tnp-matte-catalog__cta-phone {
		width: 100%;
	}
}

@media (max-width: 540px) {
	.tnp-matte-catalog .tnp-matte-catalog__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.tnp-matte-catalog .tnp-matte-catalog__card {
		border-radius: 18px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__card-body {
		padding: 20px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__card-body h3 {
		font-size: 1.05rem;
	}
}

@media (max-width: 380px) {
	.tnp-matte-catalog .tnp-matte-catalog__hero-swatches span {
		width: 51px;
		height: 51px;
	}

	.tnp-matte-catalog .tnp-matte-catalog__disclaimer {
		grid-template-columns: minmax(0, 1fr);
	}
}

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