.fcp-grid {
	display: grid;
	grid-template-columns: repeat(var(--fcp-columns, 3), minmax(0, 1fr));
	gap: var(--fcp-item-spacing, 24px);
}

.fcp-card {
	background: var(--fcp-card-bg, #ffffff);
	border: 1px solid var(--fcp-card-border, #e5e0d8);
	border-radius: var(--fcp-border-radius, 10px);
	overflow: hidden;
	padding: var(--fcp-card-padding, 0);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.fcp-card:hover {
	box-shadow: 0 18px 36px rgba(21, 23, 26, 0.12);
	transform: translateY(-2px);
}

.fcp-card-image {
	display: block;
	aspect-ratio: 4 / 3;
	background: #f6f4f1;
	overflow: hidden;
}

.fcp-card-image img,
.fcp-single-main-image img,
.fcp-gallery img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fcp-card-body {
	padding: 20px;
}

.fcp-card-title {
	font-size: 20px;
	line-height: 1.25;
	margin: 0 0 8px;
}

.fcp-card-title a {
	color: var(--fcp-title-color, #191b1f);
	text-decoration: none;
}

.fcp-card-meta,
.fcp-card-tax,
.fcp-card-desc,
.fcp-single,
.fcp-single-meta-value,
.fcp-single-row span {
	color: var(--fcp-text-color, #555b62);
}

.fcp-card-meta,
.fcp-card-tax {
	font-size: 13px;
	line-height: 1.5;
}

.fcp-card-desc {
	font-size: 15px;
	line-height: 1.6;
	margin: 12px 0 0;
}

.fcp-finish-count {
	color: var(--fcp-text-color, #555b62);
	font-size: 13px;
	font-weight: 600;
	margin-top: 12px;
}

.fcp-card-actions,
.fcp-single-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.fcp-button {
	align-items: center;
	background: var(--fcp-button-bg, #1f2a24);
	border: 1px solid var(--fcp-button-bg, #1f2a24);
	border-radius: calc(var(--fcp-border-radius, 10px) * 0.7);
	color: var(--fcp-button-text, #ffffff);
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.2;
	min-height: 42px;
	padding: 10px 16px;
	text-decoration: none;
}

.fcp-button:hover,
.fcp-button:focus {
	background: var(--fcp-button-hover, #35483d);
	border-color: var(--fcp-button-hover, #35483d);
	color: var(--fcp-button-text, #ffffff);
}

.fcp-button-secondary {
	background: transparent;
	color: var(--fcp-button-bg, #1f2a24);
}

.fcp-button-secondary:hover,
.fcp-button-secondary:focus {
	color: var(--fcp-button-text, #ffffff);
}

.fcp-carousel {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: auto minmax(0, 1fr) auto;
}

.fcp-carousel-track {
	display: grid;
	grid-auto-columns: minmax(260px, 32%);
	grid-auto-flow: column;
	gap: var(--fcp-item-spacing, 24px);
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

.fcp-carousel-item {
	scroll-snap-align: start;
}

.fcp-carousel-arrow,
.fcp-tab-button {
	background: #ffffff;
	border: 1px solid #d8d2c8;
	border-radius: 999px;
	color: #20252a;
	cursor: pointer;
	font: inherit;
}

.fcp-carousel-arrow {
	height: 42px;
	width: 42px;
}

.fcp-tab-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
}

.fcp-tab-button {
	padding: 10px 16px;
}

.fcp-tab-button.is-active {
	background: #1f2a24;
	border-color: #1f2a24;
	color: #ffffff;
}

.fcp-tabs-ready .fcp-tab-panel {
	display: none;
}

.fcp-tabs-ready .fcp-tab-panel.is-active {
	display: block;
}

.fcp-elementor-single-product {
	color: var(--fcp-text-color, #555b62);
}

.fcp-single,
.fcp-single-layout {
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin-top: 24px;
	align-items: start;
}

.fcp-layout-details-left .fcp-single-media {
	order: 2;
}

.fcp-layout-details-left .fcp-single-content {
	order: 1;
}

.fcp-layout-image-top,
.fcp-layout-gallery-top {
	grid-template-columns: 1fr;
}

.fcp-layout-image-top .fcp-single-main-image,
.fcp-layout-gallery-top .fcp-single-main-image {
	aspect-ratio: 16 / 7;
}

.fcp-layout-compact {
	gap: 28px;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
}

.fcp-single-main-image {
	aspect-ratio: 4 / 3;
	background: #f6f4f1;
	border-radius: 12px;
	overflow: hidden;
}

.fcp-single-main-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fcp-gallery,
.fcp-single-gallery {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 12px;
}

.fcp-gallery img,
.fcp-gallery-thumb img {
	aspect-ratio: 1;
	border-radius: 8px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fcp-single-title {
	color: var(--fcp-title-color, #191b1f);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.1;
	margin: 8px 0 20px;
}

.fcp-single-section {
	margin-top: 20px;
}

.fcp-single-short-description {
	color: var(--fcp-text-color, #555b62);
	font-size: 17px;
	line-height: 1.7;
	margin: 18px 0;
}

.fcp-single-short-description p {
	margin: 0;
}

.fcp-single-description {
	line-height: 1.7;
	margin: 22px 0;
}

.fcp-single-description ul,
.fcp-single-description ol {
	margin: 0 0 16px 22px;
	padding: 0;
}

.fcp-single-description h1,
.fcp-single-description h2,
.fcp-single-description h3 {
	font-size: clamp(20px, 2.2vw, 28px);
	line-height: 1.25;
	margin: 24px 0 12px;
}

.fcp-single-description p {
	margin: 0 0 14px;
}

.fcp-finishes {
	margin-top: 28px;
}

.fcp-finishes-title {
	color: var(--fcp-title-color, #191b1f);
	font-size: 22px;
	line-height: 1.25;
	margin: 0 0 14px;
}

.fcp-finishes-grid,
.fcp-finish-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fcp-finish-card {
	align-items: center;
	background: #ffffff;
	border: 1px solid #ece7df;
	border-radius: 10px;
	display: grid;
	gap: 12px;
	grid-template-columns: var(--fcp-swatch-size, 58px) minmax(0, 1fr);
	padding: 10px;
}

.fcp-finish-swatch {
	aspect-ratio: 1;
	background: #f6f4f1;
	border: 1px solid #e7e1d8;
	border-radius: 8px;
	overflow: hidden;
	width: var(--fcp-swatch-size, 58px);
}

.fcp-finish-swatch img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fcp-finish-info h3 {
	color: var(--fcp-title-color, #191b1f);
	font-size: 15px;
	line-height: 1.25;
	margin: 0 0 4px;
}

.fcp-finish-info span {
	color: var(--fcp-text-color, #555b62);
	display: block;
	font-size: 12px;
	line-height: 1.4;
}

.fcp-single-row,
.fcp-single-meta-row {
	border-bottom: 1px solid #ece7df;
	display: grid;
	gap: 16px;
	grid-template-columns: 170px minmax(0, 1fr);
	padding: 12px 0;
}

.fcp-meta-list {
	margin-bottom: 10px;
}

.fcp-single-row strong,
.fcp-single-meta-label {
	color: #22272c;
	font-weight: 700;
}

.fcp-single-meta-label strong {
	color: inherit;
}

.fcp-single-meta-value span {
	color: inherit;
}

.fcp-empty {
	color: #687078;
	margin: 0;
}

.fcp-dynamic-title {
	color: var(--fcp-title-color, #191b1f);
	line-height: 1.15;
	margin: 0 0 18px;
}

.fcp-template-main-image {
	background: #f6f4f1;
	border-radius: 12px;
	overflow: hidden;
}

.fcp-template-main-image img {
	display: block;
	height: auto;
	width: 100%;
}

.fcp-template-gallery {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 12px;
}

.fcp-template-gallery img {
	aspect-ratio: 1;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fcp-template-table {
	display: grid;
	gap: 0;
}

.fcp-template-row {
	border-bottom: 1px solid #ece7df;
	display: grid;
	gap: 16px;
	grid-template-columns: 170px minmax(0, 1fr);
	padding: 12px 0;
}

.fcp-template-row strong {
	color: #22272c;
}

.fcp-template-row span,
.fcp-template-description {
	color: var(--fcp-text-color, #555b62);
	line-height: 1.7;
}

.fcp-spec-layout-list .fcp-template-row,
.fcp-spec-layout-cards .fcp-template-row {
	grid-template-columns: 1fr;
	gap: 6px;
}

.fcp-spec-layout-cards {
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fcp-spec-layout-cards .fcp-template-row {
	border: 1px solid #ece7df;
	border-radius: 10px;
	padding: 14px;
}

.fcp-catalogue-page {
	--fcp-catalogue-ink: #17191c;
	--fcp-catalogue-muted: #646b72;
	--fcp-catalogue-line: #e4dfd7;
	--fcp-catalogue-soft: #f7f5f1;
	color: var(--fcp-catalogue-muted);
	font-size: var(--fcp-body-size, 16px);
	line-height: var(--fcp-body-line-height, 1.75);
	margin: 0 auto;
	max-width: var(--fcp-page-max-width, 1280px);
}

.fcp-catalogue-page section {
	margin: 0 0 var(--fcp-section-spacing, 64px);
}

.fcp-catalogue-hero {
	display: grid;
	gap: var(--fcp-column-gap, 44px);
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
	position: relative;
}

.fcp-catalogue-hero-media,
.fcp-catalogue-hero-image {
	aspect-ratio: 16 / 8;
	background: var(--fcp-catalogue-soft);
	border-radius: var(--fcp-image-radius, 0);
	overflow: hidden;
}

.fcp-catalogue-hero-content {
	align-self: end;
	margin-top: 0;
}

.fcp-catalogue-hero-image img,
.fcp-catalogue-gallery-strip img,
.fcp-catalogue-designer-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fcp-catalogue-page.fcp-image-ratio-square .fcp-catalogue-hero-media {
	aspect-ratio: 1;
}

.fcp-catalogue-page.fcp-image-ratio-contain .fcp-catalogue-hero-media {
	aspect-ratio: auto;
	min-height: 420px;
}

.fcp-catalogue-page.fcp-image-ratio-contain .fcp-catalogue-hero-media img {
	object-fit: contain;
}

.fcp-catalogue-meta,
.fcp-catalogue-hero-meta,
.fcp-catalogue-meta-line {
	color: var(--fcp-catalogue-muted);
	font-size: var(--fcp-meta-size, 12px);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fcp-catalogue-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 18px;
}

.fcp-catalogue-picture-link,
.fcp-catalogue-text-link {
	color: var(--fcp-catalogue-ink);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	margin-top: 14px;
	text-decoration: none;
}

.fcp-catalogue-gallery-strip {
	align-items: center;
	grid-column: 1 / -1;
	display: grid;
	gap: 12px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin-top: calc(var(--fcp-hero-spacing, 64px) * -0.55);
}

.fcp-catalogue-gallery-strip .fcp-carousel-track {
	grid-auto-columns: minmax(var(--fcp-thumbnail-size, 180px), 18%);
}

.fcp-catalogue-gallery-strip .fcp-carousel-item {
	aspect-ratio: 4 / 3;
	background: var(--fcp-catalogue-soft);
	border-radius: var(--fcp-image-radius, 0);
	overflow: hidden;
}

.fcp-catalogue-intro {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
}

.fcp-catalogue-title {
	color: var(--fcp-title-color, var(--fcp-catalogue-ink));
	font-size: var(--fcp-title-size, 72px);
	font-weight: 500;
	line-height: 1;
	margin: 0;
}

.fcp-catalogue-intro p {
	color: var(--fcp-catalogue-muted);
	font-size: var(--fcp-intro-size, 22px);
	line-height: var(--fcp-intro-line-height, 1.55);
	margin: 0;
	max-width: 760px;
}

.fcp-catalogue-tabs,
.fcp-colour-chart,
.fcp-download-section,
.fcp-catalogue-cta {
	border-top: 1px solid var(--fcp-catalogue-line);
	padding-top: 34px;
}

.fcp-catalogue-tabs .fcp-tab-button,
.fcp-colour-chart .fcp-tab-button {
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	color: var(--fcp-catalogue-muted);
	font-size: var(--fcp-tab-size, 14px);
	padding: 8px 0;
}

.fcp-catalogue-tabs .fcp-tab-button.is-active,
.fcp-colour-chart .fcp-tab-button.is-active {
	background: transparent;
	border-color: var(--fcp-catalogue-ink);
	color: var(--fcp-catalogue-ink);
}

.fcp-catalogue-tab-panel {
	color: var(--fcp-catalogue-muted);
	max-width: 900px;
}

.fcp-catalogue-rich-text {
	max-width: 820px;
}

.fcp-catalogue-rich-text p,
.fcp-catalogue-rich-text ul,
.fcp-catalogue-rich-text ol,
.fcp-catalogue-tab-panel p {
	margin: 0 0 16px;
}

.fcp-catalogue-rich-text ul,
.fcp-catalogue-rich-text ol {
	padding-left: 1.4em;
}

.fcp-catalogue-rich-text h1,
.fcp-catalogue-rich-text h2,
.fcp-catalogue-rich-text h3 {
	color: var(--fcp-section-heading-color, var(--fcp-catalogue-ink));
	line-height: 1.2;
	margin: 28px 0 14px;
}

.fcp-catalogue-designer {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
}

.fcp-catalogue-designer-image {
	aspect-ratio: 4 / 5;
	background: var(--fcp-catalogue-soft);
	overflow: hidden;
}

.fcp-catalogue-designer h3,
.fcp-colour-chart h2,
.fcp-download-section h2,
.fcp-catalogue-cta h2 {
	color: var(--fcp-catalogue-ink);
	font-size: var(--fcp-section-heading-size, 36px);
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 20px;
}

.fcp-finish-swatch-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fcp-colour-chart .fcp-finish-card {
	border-radius: 0;
	box-shadow: none;
}

.fcp-download-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fcp-download-card {
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--fcp-catalogue-line);
	border-radius: var(--fcp-download-radius, 6px);
	color: var(--fcp-catalogue-ink);
	display: grid;
	gap: 12px;
	grid-template-columns: 34px minmax(0, 1fr);
	min-height: 118px;
	padding: 22px;
	text-decoration: none;
	transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.fcp-download-card:hover,
.fcp-download-card:focus {
	background: var(--fcp-catalogue-soft);
	border-color: var(--fcp-catalogue-ink);
	transform: translateY(-2px);
}

.fcp-download-icon {
	border: 1px solid currentColor;
	display: inline-block;
	height: 24px;
	position: relative;
	width: 18px;
}

.fcp-download-icon::after {
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	content: "";
	height: 7px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 7px;
}

.fcp-download-title {
	display: block;
	font-weight: 700;
	line-height: 1.25;
}

.fcp-download-helper {
	color: var(--fcp-catalogue-muted);
	display: block;
	font-size: 12px;
	grid-column: 2;
	margin-top: -8px;
}

.fcp-download-action {
	align-self: end;
	border-bottom: 1px solid currentColor;
	display: inline-block;
	font-size: var(--fcp-button-font-size, 14px);
	font-weight: 700;
	grid-column: 2;
	justify-self: start;
	margin-top: 8px;
}

.fcp-catalogue-cta {
	background: var(--fcp-catalogue-soft);
	border-radius: var(--fcp-download-radius, 6px);
	padding: var(--fcp-cta-spacing, 44px);
}

.fcp-catalogue-cta p {
	margin: 0;
	max-width: 680px;
}

.fcp-catalogue-page .fcp-button {
	font-size: var(--fcp-button-font-size, 14px);
}

.fcp-lightbox-trigger {
	cursor: zoom-in;
	display: block;
	height: 100%;
	width: 100%;
}

.fcp-lightbox-overlay {
	align-items: center;
	background: rgba(12, 14, 16, 0.88);
	display: none;
	inset: 0;
	justify-content: center;
	padding: 40px;
	position: fixed;
	z-index: 99999;
}

.fcp-lightbox-overlay.is-active {
	display: flex;
}

.fcp-lightbox-image {
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
	display: block;
	max-height: 86vh;
	max-width: 88vw;
	object-fit: contain;
}

.fcp-lightbox-close,
.fcp-lightbox-prev,
.fcp-lightbox-next {
	background: #fff;
	border: 0;
	border-radius: 999px;
	color: #17191c;
	cursor: pointer;
	font: inherit;
	height: 44px;
	position: fixed;
	width: 44px;
}

.fcp-lightbox-close {
	right: 24px;
	top: 24px;
}

.fcp-lightbox-prev {
	left: 24px;
	top: 50%;
}

.fcp-lightbox-next {
	right: 24px;
	top: 50%;
}

.fcp-hide-theme-product-title .entry-title:first-of-type,
.fcp-hide-theme-product-title .page-title:first-of-type {
	display: none;
}

.fcp-catalogue-page {
	margin-bottom: var(--fcp-bottom-spacing, 80px);
}

.fcp-catalogue-page .fcp-catalogue-hero {
	align-items: end;
	margin-bottom: var(--fcp-hero-spacing, 64px);
}

.fcp-catalogue-page .fcp-catalogue-gallery {
	min-width: 0;
}

.fcp-catalogue-page .fcp-catalogue-main-image {
	box-shadow: 0 18px 60px rgba(23, 25, 28, 0.08);
	position: relative;
}

.fcp-catalogue-page .fcp-catalogue-main-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fcp-catalogue-page.fcp-image-ratio-landscape .fcp-catalogue-main-image {
	aspect-ratio: 16 / 9;
}

.fcp-catalogue-page.fcp-image-ratio-square .fcp-catalogue-main-image {
	aspect-ratio: 1;
}

.fcp-catalogue-page.fcp-image-ratio-contain .fcp-catalogue-main-image {
	aspect-ratio: 16 / 10;
}

.fcp-catalogue-page.fcp-image-ratio-contain .fcp-catalogue-main-image img {
	object-fit: contain;
}

.fcp-catalogue-page .fcp-catalogue-thumbnails {
	display: grid;
	gap: 12px;
	grid-auto-columns: minmax(96px, var(--fcp-thumbnail-size, 180px));
	grid-auto-flow: column;
	margin-top: 16px;
	overflow-x: auto;
	padding-bottom: 4px;
	scroll-snap-type: x proximity;
}

.fcp-catalogue-page .fcp-catalogue-thumb {
	aspect-ratio: 4 / 3;
	background: var(--fcp-catalogue-soft);
	border: 1px solid transparent;
	border-radius: max(2px, calc(var(--fcp-image-radius, 0px) * 0.55));
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0;
	scroll-snap-align: start;
	transition: border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.fcp-catalogue-page .fcp-catalogue-thumb:hover,
.fcp-catalogue-page .fcp-catalogue-thumb-active {
	border-color: var(--fcp-catalogue-ink);
	opacity: 1;
	transform: translateY(-1px);
}

.fcp-catalogue-page .fcp-catalogue-thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fcp-catalogue-page .fcp-catalogue-hero-content {
	padding-bottom: 10px;
}

.fcp-catalogue-page .fcp-catalogue-hero-meta {
	border-top: 1px solid var(--fcp-catalogue-line);
	display: grid;
	gap: 0;
	margin: 0 0 28px;
}

.fcp-catalogue-page .fcp-catalogue-meta-item {
	border-bottom: 1px solid var(--fcp-catalogue-line);
	display: grid;
	gap: 12px;
	grid-template-columns: 100px minmax(0, 1fr);
	letter-spacing: 0;
	padding: 12px 0;
	text-transform: none;
}

.fcp-catalogue-page .fcp-catalogue-meta-label {
	color: var(--fcp-meta-color, #646b72);
	font-size: var(--fcp-meta-size, 12px);
	font-weight: 700;
	text-transform: uppercase;
}

.fcp-catalogue-page .fcp-catalogue-meta-value {
	color: var(--fcp-catalogue-ink);
	font-size: 14px;
	font-weight: 500;
}

.fcp-catalogue-page .fcp-catalogue-title {
	font-weight: var(--fcp-title-weight, 500);
	letter-spacing: 0;
	margin-bottom: 22px;
}

.fcp-catalogue-page .fcp-catalogue-intro {
	display: block;
	max-width: 760px;
}

.fcp-catalogue-page .fcp-catalogue-intro p {
	font-size: var(--fcp-intro-size, 18px);
	line-height: var(--fcp-intro-line-height, 1.65);
	margin: 0 0 16px;
}

.fcp-catalogue-page .fcp-catalogue-richtext,
.fcp-catalogue-page .fcp-catalogue-description,
.fcp-catalogue-page .fcp-catalogue-rich-text {
	color: var(--fcp-catalogue-muted);
	line-height: var(--fcp-body-line-height, 1.75);
	max-width: 860px;
}

.fcp-catalogue-page .fcp-catalogue-richtext p,
.fcp-catalogue-page .fcp-catalogue-rich-text p {
	margin: 0 0 18px;
}

.fcp-catalogue-page .fcp-catalogue-richtext ul,
.fcp-catalogue-page .fcp-catalogue-richtext ol,
.fcp-catalogue-page .fcp-catalogue-rich-text ul,
.fcp-catalogue-page .fcp-catalogue-rich-text ol {
	margin: 0 0 20px 1.35em;
	padding: 0;
}

.fcp-catalogue-page .fcp-catalogue-richtext li,
.fcp-catalogue-page .fcp-catalogue-rich-text li {
	margin-bottom: 8px;
}

.fcp-catalogue-page .fcp-catalogue-richtext h2,
.fcp-catalogue-page .fcp-catalogue-richtext h3,
.fcp-catalogue-page .fcp-catalogue-richtext h4,
.fcp-catalogue-page .fcp-catalogue-rich-text h2,
.fcp-catalogue-page .fcp-catalogue-rich-text h3,
.fcp-catalogue-page .fcp-catalogue-rich-text h4 {
	color: var(--fcp-section-heading-color, var(--fcp-catalogue-ink));
	font-size: clamp(22px, 2vw, 30px);
	font-weight: var(--fcp-section-heading-weight, 500);
	letter-spacing: 0;
	margin: 34px 0 14px;
}

.fcp-catalogue-page .fcp-catalogue-tabs,
.fcp-catalogue-page .fcp-colour-chart,
.fcp-catalogue-page .fcp-download-section {
	padding-top: 44px;
}

.fcp-catalogue-page .fcp-catalogue-tab-nav,
.fcp-catalogue-page .fcp-colour-chart-tabs {
	border-bottom: 1px solid var(--fcp-catalogue-line);
	gap: 28px;
	margin-bottom: 34px;
}

.fcp-catalogue-page .fcp-catalogue-tab-button,
.fcp-catalogue-page .fcp-colour-chart-tab {
	font-size: var(--fcp-tab-font-size, 14px);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.fcp-catalogue-page .fcp-catalogue-spec-list {
	display: grid;
	max-width: 900px;
}

.fcp-catalogue-page .fcp-catalogue-spec-row {
	border-bottom: 1px solid var(--fcp-catalogue-line);
	display: grid;
	gap: 24px;
	grid-template-columns: 220px minmax(0, 1fr);
	padding: 18px 0;
}

.fcp-catalogue-page .fcp-catalogue-spec-label {
	color: var(--fcp-catalogue-ink);
	font-weight: 700;
}

.fcp-catalogue-page .fcp-catalogue-spec-value p {
	margin: 0 0 10px;
}

.fcp-catalogue-page .fcp-key-highlights {
	margin-top: 28px;
}

.fcp-catalogue-page .fcp-key-highlights h3 {
	color: var(--fcp-catalogue-ink);
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 12px;
}

.fcp-catalogue-page .fcp-key-highlights ul {
	display: grid;
	gap: 10px;
	list-style: disc;
	margin: 0 0 0 1.2em;
	padding: 0;
}

.fcp-catalogue-page .fcp-colour-chart-header,
.fcp-catalogue-page .fcp-download-header {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.fcp-catalogue-page .fcp-colour-chart-header p,
.fcp-catalogue-page .fcp-download-header p {
	margin: 0;
	max-width: 520px;
}

.fcp-catalogue-page .fcp-finish-swatch-grid {
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.fcp-catalogue-page .fcp-finish-swatch-card {
	align-content: start;
	border-color: var(--fcp-catalogue-line);
	border-radius: 6px;
	grid-template-columns: 72px minmax(0, 1fr);
	min-height: 112px;
	padding: 14px;
	transition: border-color 160ms ease, transform 160ms ease;
}

.fcp-catalogue-page .fcp-finish-swatch-card:hover {
	border-color: var(--fcp-catalogue-ink);
	transform: translateY(-1px);
}

.fcp-catalogue-page .fcp-finish-swatch-image {
	width: 72px;
}

.fcp-catalogue-page .fcp-finish-name {
	font-size: 15px;
	font-weight: 700;
}

.fcp-catalogue-page .fcp-finish-code {
	color: var(--fcp-catalogue-ink);
	font-weight: 700;
}

.fcp-catalogue-page .fcp-download-grid {
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.fcp-catalogue-page .fcp-download-card {
	border-radius: var(--fcp-download-radius, 6px);
	box-shadow: 0 10px 30px rgba(23, 25, 28, 0.04);
	min-height: 148px;
	padding: 24px;
}

.fcp-catalogue-page.fcp-download-style-minimal .fcp-download-card {
	background: transparent;
	box-shadow: none;
}

.fcp-catalogue-page.fcp-download-style-outline .fcp-download-card {
	background: #fff;
	box-shadow: none;
}

.fcp-catalogue-page .fcp-download-title {
	font-size: var(--fcp-download-title-size, 16px);
}

.fcp-catalogue-page .fcp-catalogue-cta {
	align-items: center;
	background: var(--fcp-cta-bg, #f4f1eb);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-bottom: 0;
}

.fcp-catalogue-page .fcp-catalogue-cta-title {
	font-size: var(--fcp-cta-heading-size, 32px);
	font-weight: var(--fcp-section-heading-weight, 500);
	margin: 0 0 10px;
}

.fcp-catalogue-page .fcp-catalogue-cta-actions {
	flex: 0 0 auto;
	margin: 0;
}

.fcp-lightbox-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-height: 92vh;
	max-width: 92vw;
	position: relative;
}

.fcp-lightbox-caption {
	color: #fff;
	font-size: 13px;
	margin-top: 12px;
	text-align: center;
}

@media (max-width: 1024px) {
	.fcp-grid {
		grid-template-columns: repeat(var(--fcp-columns-tablet, 2), minmax(0, 1fr));
	}

	.fcp-single,
	.fcp-single-layout {
		grid-template-columns: 1fr;
	}

	.fcp-layout-details-left .fcp-single-media,
	.fcp-layout-details-left .fcp-single-content {
		order: initial;
	}

	.fcp-catalogue-hero,
	.fcp-catalogue-intro {
		grid-template-columns: 1fr;
	}

	.fcp-catalogue-page .fcp-catalogue-hero-content {
		padding-bottom: 0;
	}

	.fcp-catalogue-gallery-strip {
		margin-top: 18px;
	}
}

@media (max-width: 767px) {
	.fcp-grid {
		grid-template-columns: repeat(var(--fcp-columns-mobile, 1), minmax(0, 1fr));
	}

	.fcp-carousel {
		grid-template-columns: 1fr;
	}

	.fcp-carousel-arrow {
		display: none;
	}

	.fcp-carousel-track {
		grid-auto-columns: 86%;
	}

	.fcp-single-row,
	.fcp-single-meta-row {
		grid-template-columns: 1fr;
		gap: 4px;
	}

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

	.fcp-finishes-grid,
	.fcp-finish-grid {
		grid-template-columns: 1fr;
	}

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

	.fcp-template-row,
	.fcp-spec-layout-cards {
		grid-template-columns: 1fr;
	}

	.fcp-catalogue-hero-media,
	.fcp-catalogue-hero-image {
		aspect-ratio: 4 / 3;
	}

	.fcp-catalogue-title {
		font-size: var(--fcp-title-size-mobile, 42px);
	}

	.fcp-catalogue-page .fcp-catalogue-meta-item,
	.fcp-catalogue-page .fcp-catalogue-spec-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.fcp-catalogue-intro,
	.fcp-catalogue-designer {
		grid-template-columns: 1fr;
	}

	.fcp-finish-swatch-grid,
	.fcp-download-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fcp-catalogue-gallery-strip {
		grid-template-columns: 1fr;
	}

	.fcp-catalogue-gallery-strip .fcp-carousel-track {
		grid-auto-columns: 78%;
	}

	.fcp-catalogue-tab-nav {
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.fcp-catalogue-page .fcp-colour-chart-header,
	.fcp-catalogue-page .fcp-download-header,
	.fcp-catalogue-page .fcp-catalogue-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.fcp-lightbox-overlay {
		padding: 18px;
	}

	.fcp-lightbox-prev,
	.fcp-lightbox-next {
		display: none;
	}
}

@media (max-width: 520px) {
	.fcp-finish-swatch-grid,
	.fcp-download-grid {
		grid-template-columns: 1fr;
	}

	.fcp-catalogue-page section {
		margin-bottom: 44px;
	}

	.fcp-catalogue-cta {
		padding: 24px;
	}
}
