:root {
	--fmp-navy: #09283b;
	--fmp-navy-2: #123b50;
	--fmp-teal: #13a8a0;
	--fmp-teal-dark: #0b7d79;
	--fmp-ink: #18313e;
	--fmp-muted: #617783;
	--fmp-line: #dbe5e9;
	--fmp-soft: #f4f8f9;
	--fmp-sky: #dff5f3;
	--fmp-warning: #fff4d4;
	--fmp-warning-border: #d59216;
	--fmp-white: #ffffff;
}

.fmp-catalog {
	box-sizing: border-box;
	color: var(--fmp-ink);
	font-family: inherit;
	line-height: 1.62;
	margin-inline: auto;
	max-width: 1240px;
	padding: clamp(32px, 5vw, 72px) clamp(18px, 4vw, 42px);
}

.fmp-catalog *,
.fmp-catalog *::before,
.fmp-catalog *::after {
	box-sizing: inherit;
}

.fmp-catalog h1,
.fmp-catalog h2 {
	color: var(--fmp-navy);
	letter-spacing: -0.02em;
}

.fmp-catalog h1 {
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1.08;
	margin: 0 0 20px;
}

.fmp-catalog h2 {
	font-size: clamp(1.35rem, 2.2vw, 1.8rem);
	line-height: 1.25;
	margin: 0 0 18px;
}

.fmp-product__breadcrumb {
	font-size: 0.9rem;
	margin-bottom: 22px;
}

.fmp-product__breadcrumb a,
.fmp-text-link {
	color: var(--fmp-teal-dark);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.fmp-draft-banner {
	align-items: flex-start;
	background: var(--fmp-warning);
	border: 1px solid var(--fmp-warning-border);
	border-left-width: 7px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 30px;
	padding: 16px 18px;
}

.fmp-draft-banner strong {
	color: #704a00;
	font-size: 0.93rem;
	letter-spacing: 0.035em;
}

.fmp-draft-banner span {
	color: #654e24;
}

.fmp-product__header {
	align-items: center;
	display: grid;
	gap: clamp(28px, 5vw, 64px);
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
	margin-bottom: 24px;
}

.fmp-kicker,
.fmp-product-card__family {
	color: var(--fmp-teal-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.fmp-product__lead {
	color: var(--fmp-muted);
	font-size: 1.08rem;
	max-width: 780px;
}

.fmp-product__lead p:last-child,
.fmp-reference-panel p:last-child,
.fmp-inquiry-card p:last-child,
.fmp-legal-note p:last-child {
	margin-bottom: 0;
}

.fmp-sku {
	color: var(--fmp-navy-2);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.95rem;
	font-weight: 700;
	margin: -7px 0 20px;
}

.fmp-sku span {
	color: var(--fmp-muted);
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-right: 8px;
	text-transform: uppercase;
}

.fmp-product__image,
.fmp-product__placeholder {
	background: var(--fmp-soft);
	border: 1px solid var(--fmp-line);
	border-radius: 18px;
	margin: 0;
	min-height: 285px;
	overflow: hidden;
}

.fmp-product__image img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.fmp-product__placeholder {
	align-items: center;
	background-image: linear-gradient(135deg, var(--fmp-soft), var(--fmp-sky));
	color: var(--fmp-muted);
	display: flex;
	font-size: 0.88rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	padding: 28px;
	text-align: center;
	text-transform: uppercase;
}

.fmp-status-row {
	align-items: center;
	border-bottom: 1px solid var(--fmp-line);
	border-top: 1px solid var(--fmp-line);
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 30px 0;
	padding: 14px 0;
}

.fmp-status {
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	padding: 8px 12px;
	text-transform: uppercase;
}

.fmp-status--pending {
	background: var(--fmp-warning);
	color: #704a00;
}

.fmp-status--ready {
	background: #ddf4e7;
	color: #136c45;
}

.fmp-reference-panel {
	align-items: start;
	background: var(--fmp-navy);
	border-radius: 16px;
	color: #e7f0f3;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
	margin: 0 0 38px;
	padding: clamp(22px, 4vw, 34px);
}

.fmp-reference-panel h2 {
	color: var(--fmp-white);
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.fmp-reference-number {
	color: #7fe0d9;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 1.02rem;
	font-weight: 700;
	margin: 0;
}

.fmp-product__layout {
	align-items: start;
	display: grid;
	gap: clamp(30px, 5vw, 58px);
	grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
}

.fmp-section {
	margin-bottom: 46px;
}

.fmp-data-boundary {
	background: var(--fmp-sky);
	border-left: 4px solid var(--fmp-teal);
	color: var(--fmp-navy-2);
	font-size: 0.92rem;
	margin: 0 0 18px;
	padding: 14px 16px;
}

.fmp-spec-table {
	border: 1px solid var(--fmp-line);
	border-radius: 12px;
	overflow: hidden;
}

.fmp-spec-row {
	display: grid;
	grid-template-columns: minmax(190px, 0.34fr) minmax(0, 0.66fr);
}

.fmp-spec-row + .fmp-spec-row {
	border-top: 1px solid var(--fmp-line);
}

.fmp-spec-label,
.fmp-spec-value {
	padding: 15px 17px;
}

.fmp-spec-label {
	background: var(--fmp-soft);
	color: var(--fmp-navy-2);
	font-weight: 750;
}

.fmp-spec-value {
	background: var(--fmp-white);
}

.fmp-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.fmp-tag-list a {
	background: var(--fmp-soft);
	border: 1px solid var(--fmp-line);
	border-radius: 999px;
	color: var(--fmp-navy-2);
	font-size: 0.87rem;
	font-weight: 700;
	padding: 7px 12px;
	text-decoration: none;
}

.fmp-inquiry-card {
	background: var(--fmp-soft);
	border: 1px solid var(--fmp-line);
	border-top: 6px solid var(--fmp-teal);
	border-radius: 14px;
	padding: 26px;
	position: sticky;
	top: 28px;
}

.fmp-inquiry-card h2 {
	font-size: 1.38rem;
}

.fmp-button {
	align-items: center;
	background: var(--fmp-teal-dark);
	border: 2px solid var(--fmp-teal-dark);
	border-radius: 8px;
	color: var(--fmp-white) !important;
	display: flex;
	font-weight: 800;
	justify-content: center;
	margin-top: 16px;
	min-height: 48px;
	padding: 10px 18px;
	text-align: center;
	text-decoration: none !important;
}

.fmp-button:hover,
.fmp-button:focus {
	background: var(--fmp-navy);
	border-color: var(--fmp-navy);
}

.fmp-button--secondary {
	background: transparent;
	color: var(--fmp-teal-dark) !important;
}

.fmp-small-note {
	color: var(--fmp-muted);
	font-size: 0.85rem;
	margin-top: 15px;
}

.fmp-checklist {
	border-top: 1px solid var(--fmp-line);
	font-size: 0.9rem;
	margin: 22px 0 0;
	padding: 18px 0 0 20px;
}

.fmp-checklist li + li {
	margin-top: 7px;
}

.fmp-legal-note {
	border-top: 1px solid var(--fmp-line);
	color: var(--fmp-muted);
	font-size: 0.82rem;
	margin-top: 54px;
	padding-top: 22px;
}

.fmp-archive-header {
	max-width: 850px;
	padding: 10px 0 34px;
}

.fmp-archive-header > p {
	color: var(--fmp-muted);
	font-size: 1.12rem;
}

.fmp-reference-panel--archive {
	display: block;
}

.fmp-reference-panel--archive strong {
	color: var(--fmp-white);
	font-size: 1.05rem;
}

.fmp-card-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fmp-product-card {
	background: var(--fmp-white);
	border: 1px solid var(--fmp-line);
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.fmp-product-card:hover {
	border-color: var(--fmp-teal);
	box-shadow: 0 16px 35px rgba(9, 40, 59, 0.09);
	transform: translateY(-3px);
}

.fmp-product-card__image {
	background: var(--fmp-soft);
	display: block;
}

.fmp-product-card__image img {
	display: block;
	height: 220px;
	object-fit: contain;
	width: 100%;
}

.fmp-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.fmp-product-card h2 {
	font-size: 1.25rem;
	margin-bottom: 17px;
}

.fmp-product-card h2 a {
	color: inherit;
	text-decoration: none;
}

.fmp-product-card .fmp-sku {
	margin: 0 0 14px;
}

.fmp-card-reference,
.fmp-product-card__excerpt {
	color: var(--fmp-muted);
	font-size: 0.91rem;
}

.fmp-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: auto;
	padding-top: 14px;
}

.fmp-pagination {
	margin-top: 42px;
}

.fmp-empty-state {
	background: var(--fmp-soft);
	border: 1px solid var(--fmp-line);
	border-radius: 16px;
	max-width: 760px;
	padding: clamp(28px, 5vw, 48px);
}

.fmp-empty-state .fmp-button {
	display: inline-flex;
}

@media (max-width: 960px) {
	.fmp-product__header,
	.fmp-product__layout,
	.fmp-reference-panel {
		grid-template-columns: 1fr;
	}

	.fmp-inquiry-card {
		position: static;
	}

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

@media (max-width: 640px) {
	.fmp-card-grid,
	.fmp-spec-row {
		grid-template-columns: 1fr;
	}

	.fmp-spec-label {
		padding-bottom: 6px;
	}

	.fmp-spec-value {
		padding-top: 6px;
	}

	.fmp-product__placeholder {
		min-height: 210px;
	}
}

