/*
Theme Name: ForgeBase Equipment Hybrid
Theme URI: https://example.com/forgebase-industrial
Author: Codex
Description: A Hybrid Classic B2B catalog theme for equipment and custom metal products. PHP templates control core structure, theme.json controls design tokens, and the Block Editor is limited to safe content areas.
Version: 0.6.3
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: forgebase-industrial
*/

:root {
	--fb-accent: #0b4f93;
	--fb-accent-hover: #073a70;
	--fb-copper: #b87333;
	--fb-copper-soft: #e8c9a0;
	--fb-dark: #071d3c;
	--fb-ink: #10223f;
	--fb-muted: #5b6c81;
	--fb-line: #dddddd;
	--fb-soft: #ffffff;
	--fb-panel: #ffffff;
	--fb-steel: #2e7fbd;
	--fb-sky: #ffffff;
	--fb-navy: #071d3c;
	--fb-radius: 6px;
	--fb-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
	--fb-shell: min(1180px, calc(100vw - 40px));
	--fb-space-sm: 12px;
	--fb-space-md: 18px;
	--fb-space-lg: 28px;
	--fb-space-xl: 44px;
	--fb-type-hero: clamp(2.2rem, 3.8vw, 3.65rem);
	--fb-type-page-title: clamp(2rem, 3vw, 2.85rem);
	--fb-type-section: clamp(1.55rem, 2.15vw, 2.15rem);
	--fb-type-subsection: clamp(1.35rem, 1.8vw, 1.75rem);
	--fb-type-panel: clamp(1.18rem, 1.45vw, 1.45rem);
	--fb-type-card: 1.12rem;
	--fb-type-small: 0.86rem;
}

body {
	--fb-technical-pattern: linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #ffffff;
	color: var(--fb-ink);
	font-family: "Libre Franklin", "Inter", "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

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

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--fb-accent);
}

button,
input,
select,
textarea {
	font: inherit;
}

.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;
}

.screen-reader-text:focus,
.skip-link:focus {
	top: 12px;
	left: 12px;
	z-index: 10000;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: #ffffff;
	color: var(--fb-ink);
	border: 2px solid var(--fb-accent);
}

.section-shell,
.header-shell,
.footer-shell {
	width: var(--fb-shell);
	margin-inline: auto;
}

.section-pad {
	padding: 84px 0;
}

.button,
button.button,
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 22px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover,
button.button:hover,
input[type="submit"]:hover {
	transform: translateY(-1px);
}

.button-primary,
input[type="submit"] {
	background: var(--fb-accent);
	color: #ffffff;
	border-color: var(--fb-accent);
}

.button-primary:hover,
.button-primary:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: var(--fb-accent-hover);
	color: #ffffff;
	border-color: var(--fb-accent-hover);
}

.button-secondary {
	background: #ffffff;
	color: var(--fb-accent);
	border-color: #ffffff;
}

.button-secondary:hover,
.button-secondary:focus {
	background: #ffffff;
	color: var(--fb-accent);
	box-shadow: 0 10px 24px rgba(8, 42, 82, 0.12);
}

.button-outline-light {
	color: #ffffff;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.82);
}

.button-outline-light:hover,
.button-outline-light:focus {
	color: var(--fb-accent);
	background: #ffffff;
	border-color: #ffffff;
}

.button-ghost {
	background: #ffffff;
	color: var(--fb-dark);
	border-color: var(--fb-line);
}

.button-ghost:hover,
.button-ghost:focus {
	color: var(--fb-accent);
	border-color: var(--fb-accent);
}

.text-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--fb-accent);
	font-weight: 400;
}

.text-link svg {
	width: 20px;
	height: 20px;
	transition: transform 180ms ease;
}

.text-link:hover svg,
.text-link:focus svg {
	transform: translateX(4px);
}

.site-header {
	position: relative;
	z-index: 20;
	background: #ffffff;
	color: var(--fb-ink);
	border-bottom: 1px solid var(--fb-line);
	box-shadow: 0 8px 24px rgba(8, 42, 82, 0.05);
}

.header-brand-row {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 32px;
	align-items: center;
	min-height: 92px;
}

.site-branding {
	display: flex;
	align-items: center;
	min-width: 0;
}

.custom-logo-link img {
	max-width: 210px;
	max-height: 74px;
	object-fit: contain;
}

.brand-text {
	display: inline-flex;
	align-items: center;
	min-height: 50px;
	color: var(--fb-dark);
	font-size: 1.3rem;
	font-weight: 800;
	line-height: 1.05;
	text-transform: uppercase;
}

.brand-text::before {
	content: "";
	width: 38px;
	height: 38px;
	margin-right: 11px;
	background: linear-gradient(135deg, var(--fb-accent) 0 48%, #ffffff 48% 60%, var(--fb-dark) 60%);
	box-shadow: inset 0 0 0 1px rgba(7, 29, 60, 0.14);
	border-radius: 3px;
}

.header-utility {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
	min-width: 0;
}

.search-form {
	display: flex;
	width: min(520px, 100%);
	min-width: 260px;
}

.search-form label {
	flex: 1;
	min-width: 0;
}

.search-field {
	width: 100%;
	height: 50px;
	padding: 0 16px;
	color: var(--fb-ink);
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-right: 0;
	border-radius: 4px 0 0 4px;
	outline: none;
}

.content-page .search-field {
	color: var(--fb-ink);
	background: #ffffff;
	border-color: var(--fb-line);
}

.search-field::placeholder {
	color: var(--fb-muted);
}

.content-page .search-field::placeholder {
	color: var(--fb-muted);
}

.search-submit {
	width: 52px;
	height: 50px;
	display: inline-grid;
	place-items: center;
	color: #ffffff;
	background: var(--fb-accent);
	border: 1px solid var(--fb-accent);
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

.search-submit svg {
	width: 22px;
	height: 22px;
}

.quote-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 12px 18px;
	color: var(--fb-accent);
	background: #ffffff;
	border: 1px solid var(--fb-accent);
	border-radius: 4px;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap;
}

.quote-button span {
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	color: #ffffff;
	background: var(--fb-accent);
	border-radius: 50%;
	font-size: 14px;
	line-height: 1;
}

.quote-button:hover,
.quote-button:focus {
	color: #ffffff;
	background: var(--fb-accent);
	border-color: var(--fb-accent);
}

.site-navigation {
	border-top: 1px solid var(--fb-line);
}

@media (min-width: 769px) {
	.menu-toggle {
		display: none !important;
	}

	.site-navigation {
		display: block !important;
	}
}

.primary-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu > li {
	position: relative;
}

.primary-menu > li > a {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 58px;
	padding: 0 18px;
	color: var(--fb-ink);
	font-size: 0.92rem;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 4px solid transparent;
}

.primary-menu > li:first-child > a {
	padding-left: 0;
}

.primary-menu > li.menu-item-has-children > a::after {
	content: "";
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
	transition: transform 160ms ease, margin-top 160ms ease;
}

.primary-menu > li:hover > a,
.primary-menu > li:focus-within > a,
.primary-menu > li.is-focused > a,
.primary-menu > .current-menu-item > a {
	color: var(--fb-accent);
	border-bottom-color: var(--fb-accent);
}

.primary-menu > li.menu-item-has-children:hover > a::after,
.primary-menu > li.menu-item-has-children:focus-within > a::after,
.primary-menu > li.menu-item-has-children.is-focused > a::after {
	margin-top: 4px;
	transform: rotate(225deg);
}

.primary-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 30;
	display: block;
	width: max-content;
	min-width: 210px;
	max-width: calc(100vw - 40px);
	margin: 0;
	padding: 12px 0;
	list-style: none;
	background: #ffffff;
	color: var(--fb-ink);
	border: 1px solid var(--fb-line);
	border-top: 3px solid var(--fb-accent);
	border-radius: 0 0 6px 6px;
	box-shadow: var(--fb-shadow);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.primary-menu > li:nth-last-child(-n+2) > .sub-menu {
	left: auto;
	right: 0;
}

.primary-menu > li.menu-item-has-children:hover > .sub-menu,
.primary-menu > li.menu-item-has-children:focus-within > .sub-menu,
.primary-menu > li.menu-item-has-children.is-focused > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.primary-menu .sub-menu a {
	position: relative;
	display: block;
	padding: 10px 18px 10px 22px;
	color: var(--fb-ink);
	font-weight: 400;
	white-space: nowrap;
}

.primary-menu > li > .sub-menu > li:first-child > a {
	font-weight: 700;
}

.primary-menu .sub-menu .menu-item-has-children > a {
	padding-right: 42px;
	font-weight: 600;
}

.primary-menu .sub-menu .menu-item-has-children {
	position: relative;
}

.primary-menu .sub-menu .menu-item-has-children > a::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-50%) rotate(-45deg);
	transition: transform 160ms ease;
}

.primary-menu .sub-menu .menu-item-has-children:hover > a::after,
.primary-menu .sub-menu .menu-item-has-children:focus-within > a::after,
.primary-menu .sub-menu .menu-item-has-children.is-focused > a::after {
	transform: translateY(-50%) rotate(-45deg) translateX(3px);
}

.primary-menu .sub-menu .sub-menu {
	position: absolute;
	left: calc(100% + 10px);
	top: -3px;
	z-index: 40;
	width: max-content;
	min-width: 290px;
	max-width: calc(100vw - 40px);
	margin: 0;
	padding: 12px 0;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-top: 3px solid var(--fb-accent);
	border-radius: 0 6px 6px 6px;
	box-shadow: var(--fb-shadow);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(10px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.primary-menu .sub-menu .sub-menu::before {
	content: "";
	position: absolute;
	left: -12px;
	top: -3px;
	bottom: -3px;
	width: 12px;
}

.primary-menu .sub-menu .menu-item-has-children:focus-within > .sub-menu,
.primary-menu .sub-menu .menu-item-has-children.is-focused > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(0);
}

.primary-menu .sub-menu .sub-menu a {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 22px;
	font-size: 0.92rem;
	font-weight: 400;
}

.primary-menu .sub-menu a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	bottom: 9px;
	width: 3px;
	background: var(--fb-accent);
	opacity: 0;
	transition: opacity 160ms ease;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus {
	color: var(--fb-accent);
}

.primary-menu .sub-menu a:hover::before,
.primary-menu .sub-menu a:focus::before {
	opacity: 1;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 26px;
	height: 2px;
	margin: 6px auto;
	background: var(--fb-accent);
	transition: transform 180ms ease, opacity 180ms ease;
}

.hero-section {
	position: relative;
	min-height: clamp(460px, 48vw, 640px);
	display: flex;
	align-items: center;
	color: #ffffff;
	background-color: var(--fb-dark);
	background-image: linear-gradient(90deg, rgba(7, 29, 60, 0.9) 0%, rgba(11, 79, 147, 0.58) 48%, rgba(11, 79, 147, 0.08) 100%), var(--hero-image, none);
	background-size: cover, cover;
	background-position: center center, center center;
}

.hero-section::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 180px;
	background: linear-gradient(180deg, transparent, rgba(7, 29, 60, 0.28));
	pointer-events: none;
}

.hero-shell {
	position: relative;
	z-index: 1;
}

.hero-content {
	max-width: 720px;
	padding: 70px 0;
}

.hero-content h1 {
	margin: 0 0 22px;
	font-size: var(--fb-type-hero);
	line-height: 1.05;
	letter-spacing: 0;
}

.hero-content p {
	max-width: 600px;
	margin: 0 0 26px;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1.04rem, 1.4vw, 1.22rem);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

@media (prefers-reduced-motion: no-preference) {
	.hero-section {
		animation: forgebase-hero-image-drift 18s ease-in-out infinite alternate;
	}

	@keyframes forgebase-hero-image-drift {
		from {
			background-position: center center, center center;
		}

		to {
			background-position: center center, 58% center;
		}
	}
}

.quick-catalog {
	background: #ffffff;
}

.quick-catalog__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.home-product-grid.resource-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
}

.home-product-grid .resource-card {
	min-height: 0;
}

.home-product-grid .resource-card__image img {
	padding: 18px;
	object-fit: contain;
	background: #ffffff;
}

.home-product-grid .resource-card__body {
	flex: 0 0 auto;
	min-height: 0;
	padding: 22px 24px 26px;
}

.home-product-grid .resource-card h2 {
	margin-bottom: 0;
}

.quick-card {
	min-height: 132px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 20px 18px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 6px;
	box-shadow: var(--fb-shadow);
}

.quick-card__mark {
	width: 36px;
	height: 5px;
	margin-bottom: 16px;
	background: linear-gradient(90deg, var(--fb-dark), var(--fb-copper));
}

.quick-card strong {
	display: block;
	margin-bottom: 8px;
	color: var(--fb-accent);
	font-size: 1.08rem;
	line-height: 1.2;
}

.quick-card small {
	color: var(--fb-muted);
	font-size: 0.84rem;
	line-height: 1.45;
}

.section-heading {
	max-width: 530px;
}

.section-heading h2,
.service-panel h2,
	.quote-strip h2,
	.archive-hero h1,
	.single-cta h2,
	.directory-panel h2,
	.document-links h2,
	.quote-form-shell h2 {
		margin: 0 0 16px;
		font-size: var(--fb-type-section);
	line-height: 1.12;
	letter-spacing: 0;
}

.section-heading p,
.quote-strip p,
.single-cta p {
	margin: 0 0 24px;
	color: var(--fb-muted);
}

.section-heading--row {
	display: flex;
	max-width: none;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 34px;
}

.section-heading--row > div {
	max-width: 620px;
}

.industry-section {
	background: #ffffff;
}

.industry-layout {
	display: block;
}

.industry-home-groups {
	display: grid;
	gap: 52px;
}

.industry-home-group__title {
	margin: 0 0 18px;
	color: var(--fb-dark);
	font-size: var(--fb-type-panel);
	font-weight: 600;
	line-height: 1.2;
}

.industry-home-group__title::before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 4px;
	margin-right: 12px;
	background: var(--fb-copper);
	vertical-align: middle;
}

.industry-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	align-items: start;
}

.industry-card {
	position: relative;
	display: block;
	min-height: 248px;
	aspect-ratio: 0.92;
	color: #ffffff;
	background: var(--fb-accent);
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(13, 18, 24, 0.14);
	overflow: hidden;
	isolation: isolate;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.industry-card:nth-child(2),
.industry-card:nth-child(6) {
	margin-top: 46px;
}

.industry-card:nth-child(4),
.industry-card:nth-child(7) {
	margin-top: 86px;
}

.industry-card img {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease, filter 260ms ease;
}

.industry-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(7, 29, 60, 0.1), rgba(7, 29, 60, 0.54));
	transition: background 220ms ease;
}

.industry-card__content {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 24px;
	text-align: center;
}

.industry-card__label {
	opacity: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.72rem;
	text-transform: uppercase;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.industry-card__title {
	max-width: 92%;
	font-size: 1.58rem;
	font-weight: 600;
	line-height: 1.08;
	text-wrap: balance;
	text-shadow: 0 2px 14px rgba(7, 29, 60, 0.28);
}

.industry-card__text {
	max-width: 86%;
	opacity: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.92rem;
	line-height: 1.45;
	transform: translateY(10px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.industry-card:hover,
.industry-card:focus {
	color: #ffffff;
	box-shadow: 0 18px 38px rgba(8, 42, 82, 0.2);
	transform: translateY(-2px);
}

.industry-card:hover img,
.industry-card:focus img {
	filter: saturate(1.04) brightness(0.84);
	transform: scale(1.04);
}

.industry-card:hover::after,
.industry-card:focus::after {
	background: linear-gradient(180deg, rgba(11, 79, 147, 0.3), rgba(7, 29, 60, 0.7));
}

.industry-card:hover .industry-card__label,
.industry-card:focus .industry-card__label,
.industry-card:hover .industry-card__text,
.industry-card:focus .industry-card__text {
	opacity: 1;
	transform: translateY(0);
}

.materials-section {
	background: #ffffff;
	border-top: 1px solid var(--fb-line);
	border-bottom: 1px solid var(--fb-line);
}

.materials-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.22fr);
	gap: clamp(30px, 5vw, 70px);
	align-items: stretch;
}

.materials-media {
	min-height: 420px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: var(--fb-shadow);
}

.materials-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.materials-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.materials-link-sections {
	display: grid;
	gap: 24px;
}

.materials-link-section h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	color: var(--fb-dark);
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.materials-link-section h3::before {
	content: "";
	width: 28px;
	height: 3px;
	background: var(--fb-copper);
}

.materials-link-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.materials-link-grid a {
	display: block;
	min-height: 112px;
	padding: 18px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 6px;
}

.materials-link-grid strong {
	display: block;
	margin-bottom: 8px;
	color: var(--fb-accent);
	line-height: 1.25;
}

.materials-link-grid span {
	display: block;
	color: var(--fb-muted);
	font-size: 0.9rem;
	line-height: 1.45;
}

.service-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 560px;
}

.service-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px clamp(30px, 7vw, 110px);
	background: linear-gradient(135deg, var(--fb-accent), var(--fb-dark));
	color: #ffffff;
}

.service-panel > div {
	max-width: 560px;
}

.service-panel p {
	margin: 0 0 34px;
	color: rgba(255, 255, 255, 0.9);
}

.featured-section {
	background: #ffffff;
}

.resources-section {
	background: #ffffff;
	border-top: 1px solid var(--fb-line);
	border-bottom: 1px solid var(--fb-line);
}

.resource-type-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 26px;
	padding-bottom: 14px;
}

.resource-type-tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 14px;
	color: var(--fb-dark);
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 6px;
}

.resource-type-tabs a:hover,
.resource-type-tabs a:focus,
.resource-type-tabs a.is-active {
	color: #ffffff;
	background: var(--fb-dark);
	border-color: var(--fb-dark);
}

.resource-type-tabs strong {
	font-size: 0.84rem;
	font-weight: 400;
	line-height: 1.15;
}

.resource-type-tabs span {
	display: none;
}

.resource-library-layout {
	display: grid;
	grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
	gap: 42px;
	align-items: start;
	padding-top: 42px;
	padding-bottom: 90px;
}

.resource-library-sidebar {
	position: sticky;
	top: 24px;
}

.resource-library-layout .resource-type-tabs {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 6px;
	box-shadow: 0 12px 30px rgba(13, 18, 24, 0.07);
	overflow: hidden;
}

.resource-library-layout .resource-type-tabs a {
	position: relative;
	justify-content: flex-start;
	min-height: 54px;
	padding: 14px 18px 14px 22px;
	background: #ffffff;
	border: 0;
	border-bottom: 1px solid var(--fb-line);
	border-radius: 0;
}

.resource-library-layout .resource-type-tabs a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	bottom: 12px;
	width: 3px;
	background: var(--fb-accent);
	opacity: 0;
	transition: opacity 160ms ease;
}

.resource-library-layout .resource-type-tabs a:last-child {
	border-bottom: 0;
}

.resource-library-layout .resource-type-tabs a:hover,
.resource-library-layout .resource-type-tabs a:focus,
.resource-library-layout .resource-type-tabs a.is-active {
	color: var(--fb-accent);
	background: #ffffff;
	border-color: var(--fb-line);
}

.resource-library-layout .resource-type-tabs a:hover::before,
.resource-library-layout .resource-type-tabs a:focus::before,
.resource-library-layout .resource-type-tabs a.is-active::before {
	opacity: 1;
}

.resource-library-layout .content-grid-wrap {
	padding: 0;
}

.resource-library-layout .resource-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.resource-library-layout .resource-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, 32%);
	gap: 34px;
	align-items: center;
	min-height: 0;
	padding: 28px 0;
	background: transparent;
	border: 0;
	border-top: 1px solid var(--fb-line);
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.resource-library-layout .resource-card:first-child {
	padding-top: 0;
	border-top: 0;
}

.resource-library-layout .resource-card:hover,
.resource-library-layout .resource-card:focus-within {
	border-color: var(--fb-line);
	box-shadow: none;
	transform: none;
}

.resource-library-layout .resource-card__image {
	grid-column: 2;
	grid-row: 1;
	aspect-ratio: 2 / 1;
	border-radius: 0;
}

.resource-library-layout .resource-card__body {
	grid-column: 1;
	grid-row: 1;
	min-height: 160px;
	justify-content: center;
	padding: 0;
}

.resource-library-layout .resource-card .card-kicker {
	display: none;
}

.resource-library-layout .resource-card h2 {
	margin-bottom: 14px;
	font-size: clamp(1.35rem, 2vw, 1.95rem);
	line-height: 1.18;
}

.resource-library-layout .resource-card p {
	max-width: 640px;
	margin-bottom: 18px;
	color: var(--fb-ink);
}

.resource-library-layout .resource-card .text-link {
	margin-top: 0;
}

.resource-detail-layout {
	padding-top: 72px;
}

.resource-detail-article {
	min-width: 0;
}

.resource-detail-article__head {
	padding-bottom: 28px;
	border-bottom: 1px solid var(--fb-line);
}

.resource-detail-article__head h1 {
	max-width: 980px;
	margin: 0 0 18px;
	color: var(--fb-ink);
	font-size: var(--fb-type-page-title);
	line-height: 1.1;
}

.resource-detail-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
	color: var(--fb-muted);
	font-size: 1rem;
	line-height: 1.5;
}

.resource-detail-meta a {
	color: var(--fb-ink);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.resource-detail-article__media {
	margin: 34px 0 40px;
}

.resource-detail-article__media img {
	display: block;
	width: 100%;
	max-height: 460px;
	object-fit: cover;
	border-radius: 0;
}

.resource-detail-article__content {
	max-width: 880px;
	color: var(--fb-ink);
	font-size: 1.03rem;
	line-height: 1.72;
}

.resource-detail-article__content > :first-child {
	margin-top: 0;
}

.resource-detail-article__content h2,
.resource-detail-article__content h3 {
	margin-top: 34px;
	margin-bottom: 12px;
	line-height: 1.2;
}

.resource-detail-article__content h2 {
	font-size: var(--fb-type-section);
}

.resource-detail-article__content h3 {
	font-size: var(--fb-type-panel);
}

.resource-detail-article__content p,
.resource-detail-article__content ul,
.resource-detail-article__content ol {
	margin-bottom: 18px;
}

.resource-detail-article__content img {
	height: auto;
	max-width: 100%;
}

.resource-library-intro {
	padding-top: 26px;
	padding-bottom: 0;
	color: var(--fb-muted);
}

.resource-library-intro > * {
	max-width: 760px;
}

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

.resource-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: #ffffff;
	border: 1px solid rgba(17, 17, 17, 0.07);
	border-radius: 6px;
	box-shadow: 0 10px 26px rgba(13, 18, 24, 0.08);
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.resource-card:hover,
.resource-card:focus-within {
	border-color: rgba(11, 79, 147, 0.24);
	box-shadow: 0 16px 34px rgba(8, 42, 82, 0.14);
	transform: translateY(-2px);
}

.resource-card__image {
	position: relative;
	display: block;
	aspect-ratio: 1.38;
	background: #ffffff;
	border-bottom: 1px solid rgba(13, 18, 24, 0.08);
	overflow: hidden;
}

.type-fb_product .resource-card__image::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 24px;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(13, 18, 24, 0.11));
}

.resource-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.resource-card:hover .resource-card__image img,
.resource-card:focus-within .resource-card__image img {
	transform: scale(1.035);
}

.product-card-material-badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: inline-flex;
	max-width: 100%;
	align-items: center;
	min-height: 30px;
	padding: 7px 12px;
	color: #ffffff;
	background: var(--fb-accent);
	border: 0;
	border-radius: 0 0 4px 0;
	box-shadow: 0 8px 18px rgba(7, 29, 60, 0.2);
	font-size: 0.74rem;
	font-weight: 400;
	line-height: 1.15;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

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

.resource-detail-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.resource-detail-tags a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 400;
	text-transform: uppercase;
}

.resource-detail-tags a:hover,
.resource-detail-tags a:focus {
	color: var(--fb-dark);
	background: #ffffff;
}

.industries-applications-directory {
	display: grid;
	gap: 34px;
	padding-top: 42px;
	padding-bottom: 82px;
}

.directory-cascade-filter {
	display: grid;
	grid-template-columns: repeat(2, minmax(180px, 260px)) auto;
	gap: 12px;
	align-items: end;
	justify-content: start;
}

.directory-cascade-filter__field {
	display: grid;
	gap: 7px;
}

.directory-cascade-filter select {
	width: 100%;
	min-height: 44px;
	padding: 9px 12px;
	color: var(--fb-ink);
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 4px;
	font: inherit;
	font-weight: 400;
}

.directory-cascade-filter__reset {
	min-height: 44px;
	padding: 9px 13px;
	color: var(--fb-muted);
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 4px;
	cursor: pointer;
	font-weight: 400;
	text-transform: uppercase;
}

.directory-cascade-filter__reset:hover,
.directory-cascade-filter__reset:focus {
	color: #ffffff;
	background: var(--fb-accent);
	border-color: var(--fb-accent);
}

.directory-section {
	display: grid;
	gap: 20px;
}

.industries-applications-directory [hidden] {
	display: none !important;
}

.directory-filter-empty {
	padding: 28px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 6px;
	box-shadow: 0 10px 26px rgba(13, 18, 24, 0.07);
}

.directory-filter-empty h2 {
	margin: 0 0 8px;
	font-size: 1.45rem;
	line-height: 1.2;
}

.directory-filter-empty p {
	max-width: 660px;
	margin: 0 0 18px;
	color: var(--fb-muted);
}

.directory-section + .directory-section {
	padding-top: 32px;
	border-top: 1px solid var(--fb-line);
}

.service-directory {
	padding-top: 44px;
	padding-bottom: 42px;
}

.directory-section__heading {
	display: block;
}

.directory-section__heading h2 {
	margin-bottom: 0;
	font-size: var(--fb-type-section);
}

.industries-applications-directory .directory-section__heading {
	min-height: 0;
}

.industries-applications-directory .directory-section__heading .card-kicker {
	margin-bottom: 0;
}

.directory-section__heading p:last-child {
	max-width: 680px;
	margin: 0;
	color: var(--fb-muted);
}

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

.directory-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: #ffffff;
	border: 1px solid rgba(17, 17, 17, 0.07);
	border-radius: 6px;
	box-shadow: 0 10px 26px rgba(13, 18, 24, 0.08);
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.directory-card:hover,
.directory-card:focus-within {
	border-color: rgba(11, 79, 147, 0.24);
	box-shadow: 0 16px 34px rgba(8, 42, 82, 0.14);
	transform: translateY(-2px);
}

.directory-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1.45;
	background: #ffffff;
	overflow: hidden;
}

.directory-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.directory-card:hover .directory-card__media img,
.directory-card:focus-within .directory-card__media img {
	transform: scale(1.035);
}

.directory-card__badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 18px;
	color: #ffffff;
	background: var(--fb-accent);
	border-radius: 0 0 4px 0;
	font-size: 0.84rem;
	font-weight: 400;
	text-transform: uppercase;
}

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

.directory-card h3 {
	margin: 0 0 12px;
	font-size: 1.26rem;
	line-height: 1.25;
}

.directory-card p {
	color: var(--fb-muted);
}

.industries-applications-directory .directory-card p,
.simple-detail-related .directory-card p {
	display: none;
}

.directory-card .text-link {
	margin-top: auto;
}

.card-kicker,
.archive-kicker {
	margin: 0 0 8px;
	color: var(--fb-accent);
	font-size: 0.76rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
}

.site-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 22px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.86rem;
	font-weight: 400;
}

.site-breadcrumbs a {
	color: rgba(255, 255, 255, 0.84);
}

.site-breadcrumbs a:hover,
.site-breadcrumbs a:focus {
	color: #ffffff;
}

.site-breadcrumbs__sep {
	color: rgba(255, 255, 255, 0.44);
}

.resource-card h2,
.resource-card h3 {
	margin: 0 0 12px;
	font-size: 1.28rem;
	line-height: 1.25;
}

.resource-card p {
	color: var(--fb-muted);
}

.product-card-specs {
	display: grid;
	gap: 12px;
	margin: 6px 0 20px;
	padding: 14px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 4px;
	box-shadow: 0 8px 20px rgba(13, 18, 24, 0.05);
}

.product-card-specs__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
}

.product-card-specs__grid div {
	min-width: 0;
}

.product-card-specs dt {
	margin: 0 0 4px;
	color: var(--fb-muted);
	font-size: 0.68rem;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
}

.product-card-specs dd {
	margin: 0;
	color: var(--fb-dark);
	font-size: 0.84rem;
	font-weight: 400;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.resource-card .text-link {
	margin-top: auto;
}

.post-type-archive-fb_product .resource-grid,
.tax-fb_product_category .resource-grid,
.tax-fb_product_group_2 .resource-grid,
.tax-fb_key_ingredient .resource-grid,
.tax-fb_product_form .resource-grid,
.tax-fb_installation_method .resource-grid,
.simple-detail-product-grid {
	align-items: start;
}

.post-type-archive-fb_product .resource-card,
.tax-fb_product_category .resource-card,
.tax-fb_product_group_2 .resource-card,
.tax-fb_key_ingredient .resource-card,
.tax-fb_product_form .resource-card,
.tax-fb_installation_method .resource-card,
.simple-detail-product-grid .resource-card {
	min-height: 0;
}

.post-type-archive-fb_product .resource-card__body,
.tax-fb_product_category .resource-card__body,
.tax-fb_product_group_2 .resource-card__body,
.tax-fb_key_ingredient .resource-card__body,
.tax-fb_product_form .resource-card__body,
.tax-fb_installation_method .resource-card__body,
.simple-detail-product-grid .resource-card__body {
	flex: 0 0 auto;
	min-height: 0;
	padding: 22px 24px 26px;
}

.post-type-archive-fb_product .resource-card h2,
.tax-fb_product_category .resource-card h2,
.tax-fb_product_group_2 .resource-card h2,
.tax-fb_key_ingredient .resource-card h2,
.tax-fb_product_form .resource-card h2,
.tax-fb_installation_method .resource-card h2,
.simple-detail-product-grid .resource-card h2 {
	margin-bottom: 0;
}

	.directory-panel {
		padding: 54px 0;
		background: #ffffff;
		border-bottom: 1px solid var(--fb-line);
	}

	.front-page .directory-panel {
		background: #ffffff;
		border-top: 1px solid var(--fb-line);
	}

	.directory-panel__inner {
		display: grid;
		grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr);
		gap: 42px;
		align-items: start;
	}

	.directory-panel--links-only .directory-panel__inner {
		display: block;
	}

	.directory-panel h2 {
		margin-bottom: 0;
		font-size: var(--fb-type-section);
	}

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

	.directory-panel--links-only .directory-links {
		max-width: 940px;
		margin: 0 auto;
	}

	.product-archive-page .directory-panel--compact-names {
		padding: 28px 0;
	}

	.product-archive-page .directory-panel--compact-names .directory-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		max-width: none;
		gap: 10px;
	}

	.product-archive-page .directory-panel--compact-names .directory-links a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 42px;
		padding: 10px 16px;
		background: #ffffff;
		border-color: var(--fb-line);
		border-radius: 4px;
	}

	.directory-links a {
		min-height: 132px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 18px;
		background: #ffffff;
		border: 1px solid var(--fb-line);
		border-radius: 6px;
		box-shadow: 0 8px 20px rgba(13, 18, 24, 0.05);
	}

		.directory-links a:hover,
		.directory-links a:focus {
			color: var(--fb-ink);
			background: #ffffff;
			border-color: var(--fb-accent);
			box-shadow: 0 10px 26px rgba(13, 18, 24, 0.08);
		}

.search-filters {
	margin-top: 32px;
	margin-bottom: 0;
}

.search-filters__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--fb-line);
}

.search-filters a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 14px;
	color: var(--fb-ink);
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 4px;
	font-weight: 400;
}

.search-filters a:hover,
.search-filters a:focus,
.search-filters a.is-active {
	color: #ffffff;
	background: var(--fb-accent);
	border-color: var(--fb-accent);
}

.product-filter-panel {
	margin-top: 32px;
	margin-bottom: 12px;
}

.product-controls-shell {
	padding-top: 32px;
	padding-bottom: 0;
}

.product-controls-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
}

.product-controls-row .product-filter-panel,
.product-controls-row .product-results-toolbar {
	margin: 0;
}

.product-filter-panel--inline {
	flex: 0 0 auto;
}

.product-filter-panel--inline:has(.product-filter-panel__details[open]) {
	flex-basis: 100%;
}

.product-filter-panel__details summary {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	margin-bottom: 14px;
	padding: 8px 18px;
	color: #ffffff;
	background: var(--fb-accent);
	border-radius: 4px;
	cursor: pointer;
	font-size: 0.82rem;
	font-weight: 400;
	list-style: none;
	text-transform: uppercase;
}

.product-filter-panel__details summary::-webkit-details-marker {
	display: none;
}

.product-filter-panel__details:not([open]) summary {
	margin-bottom: 0;
}

.product-filter-panel__details summary::marker {
	content: "";
}

.product-filter-panel__details[open] summary {
	background: var(--fb-accent);
}

.product-filter-form {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	padding: 18px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 6px;
	box-shadow: 0 8px 20px rgba(13, 18, 24, 0.05);
}

.resource-card__image-fallback,
.service-media__fallback {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 260px;
	background-color: var(--fb-dark);
	background-image: linear-gradient(135deg, rgba(11, 79, 147, 0.88), rgba(46, 127, 189, 0.72)), var(--fb-technical-pattern);
	background-size: cover, 72px 72px;
}

.product-filter-form__field {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.product-filter-form__field--keyword {
	grid-column: span 2;
}

.product-filter-form label,
.product-filter-form__check {
	color: var(--fb-dark);
	font-size: 0.78rem;
	font-weight: 400;
	text-transform: uppercase;
}

.product-filter-form input,
.product-filter-form select {
	width: 100%;
	min-height: 40px;
	padding: 8px 10px;
	border: 1px solid rgba(17, 17, 17, 0.16);
	border-radius: 4px;
	background: #ffffff;
	font: inherit;
	font-size: 0.92rem;
}

.product-filter-form__check {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 46px;
	align-self: end;
	padding: 10px 12px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 4px;
}

.product-filter-form__check input {
	width: auto;
	min-height: 0;
}

.product-filter-form__actions {
	display: flex;
	gap: 10px;
	align-self: end;
}

.product-filter-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.product-filter-chips span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	color: var(--fb-accent);
	background: #ffffff;
	border: 1px solid rgba(11, 79, 147, 0.22);
	border-radius: 999px;
	box-shadow: 0 6px 16px rgba(8, 42, 82, 0.06);
	font-size: 0.82rem;
	font-weight: 400;
}

.product-results-shell {
	padding: 24px 0 88px;
}

.product-results-toolbar {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 26px;
}

.product-results-toolbar h2 {
	margin: 0;
	font-size: var(--fb-type-subsection);
	line-height: 1.15;
}

.product-view-toggle {
	display: inline-flex;
	gap: 6px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 6px;
	box-shadow: 0 8px 20px rgba(13, 18, 24, 0.05);
}

.product-view-toggle a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 13px;
	color: var(--fb-muted);
	border-radius: 4px;
	font-size: 0.78rem;
	font-weight: 400;
	text-transform: uppercase;
}

.product-view-toggle a:hover,
.product-view-toggle a:focus,
.product-view-toggle a.is-active {
	color: #ffffff;
	background: var(--fb-accent);
}

.product-table-wrap {
	overflow-x: auto;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 6px;
	box-shadow: 0 12px 30px rgba(13, 18, 24, 0.07);
}

.product-table {
	width: 100%;
	min-width: 1120px;
	border-collapse: collapse;
}

.product-table th,
.product-table td {
	padding: 16px 18px;
	border-bottom: 1px solid var(--fb-line);
	text-align: left;
	vertical-align: top;
}

.product-table thead th {
	color: var(--fb-muted);
	background: #ffffff;
	font-size: 0.72rem;
	font-weight: 400;
	text-transform: uppercase;
}

.product-table tbody tr:last-child th,
.product-table tbody tr:last-child td {
	border-bottom: 0;
}

.product-table tbody th {
	width: 28%;
}

.product-table tbody th a {
	color: var(--fb-dark);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.product-table tbody th span {
	display: block;
	margin-top: 7px;
	color: var(--fb-muted);
	font-size: 0.86rem;
	font-weight: 400;
	line-height: 1.45;
}

.product-table td {
	color: var(--fb-ink);
	font-size: 0.9rem;
}

	.directory-links strong {
		display: block;
		margin-bottom: 12px;
		color: var(--fb-accent);
		line-height: 1.2;
	}

	.directory-links span {
		color: var(--fb-muted);
		font-size: 0.88rem;
		line-height: 1.45;
	}

	.directory-panel--compact-names .directory-links strong {
		margin-bottom: 0;
		color: var(--fb-ink);
		font-size: 0.88rem;
		line-height: 1.1;
		text-transform: uppercase;
	}

	.product-documents-shell {
		margin-top: 0;
		margin-bottom: 42px;
	}

	.product-specs-shell {
		margin-top: 0;
		margin-bottom: 56px;
	}

	.application-zones-shell {
		margin-top: -42px;
		margin-bottom: 42px;
	}

	.application-zones {
		display: grid;
		grid-template-columns: minmax(240px, 0.44fr) minmax(0, 1fr);
		gap: 30px;
		padding: 34px;
		background: #ffffff;
		border: 1px solid var(--fb-line);
		border-radius: 6px;
		box-shadow: 0 12px 30px rgba(13, 18, 24, 0.07);
	}

	.application-zones h2 {
		margin-bottom: 12px;
		font-size: var(--fb-type-section);
	}

	.application-zones__heading p:last-child {
		margin: 0;
		color: var(--fb-muted);
	}

	.application-zone-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.application-zone-list li {
		min-height: 58px;
		padding: 16px 18px;
	background: #ffffff;
	border-left: 4px solid var(--fb-accent);
	border-top: 1px solid var(--fb-line);
	border-right: 1px solid var(--fb-line);
	border-bottom: 1px solid var(--fb-line);
	border-radius: 4px;
	font-weight: 400;
		line-height: 1.25;
	}

	.product-specs {
		display: block;
		max-width: 980px;
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.product-specs h2 {
		margin-bottom: 18px;
		font-size: var(--fb-type-section);
	}

	.product-specs table {
		width: 100%;
		border-collapse: collapse;
		border-top: 2px solid var(--fb-accent);
	}

	.product-specs th,
	.product-specs td {
		padding: 15px 0;
		border-bottom: 1px solid var(--fb-line);
		text-align: left;
		vertical-align: top;
	}

	.product-specs tr:last-child th,
	.product-specs tr:last-child td {
		border-bottom: 0;
	}

	.product-specs th {
		width: 38%;
		color: var(--fb-dark);
		font-size: 0.82rem;
		text-transform: uppercase;
	}

	.product-specs td {
		color: var(--fb-muted);
	}

.product-specs td a {
	font-weight: 400;
}

	.document-links {
		padding: 34px;
		background: #ffffff;
		border: 1px solid var(--fb-line);
		border-left: 6px solid var(--fb-accent);
		border-radius: 6px;
		box-shadow: 0 12px 30px rgba(13, 18, 24, 0.07);
	}

	.document-links h2 {
		font-size: var(--fb-type-section);
	}

	.document-links p {
		max-width: 680px;
		margin: 0 0 22px;
		color: var(--fb-muted);
	}

	.document-links__grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.document-links__grid a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 72px;
		padding: 18px 20px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 4px;
	font-weight: 400;
}

	.document-links__grid a::after {
		content: "+";
		display: grid;
		place-items: center;
		width: 24px;
		height: 24px;
		color: #ffffff;
		background: var(--fb-accent);
		border-radius: 50%;
		line-height: 1;
	}

.relationship-panels {
	display: grid;
	grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 48px);
	margin-top: 8px;
	margin-bottom: 42px;
	padding-top: 34px;
	border-top: 1px solid var(--fb-line);
}

.relationship-panels__heading h2 {
	margin: 0 0 10px;
	font-size: var(--fb-type-section);
	line-height: 1.14;
}

.relationship-panels__heading p {
	margin: 0;
	color: var(--fb-muted);
}

.relationship-panels__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 28px;
}

.related-panel {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.related-panel__heading h2 {
	margin: 0 0 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--fb-line);
	color: var(--fb-muted);
	font-size: 0.78rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.16;
	text-transform: uppercase;
}

.related-list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.related-list__item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 46px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(221, 226, 231, 0.72);
	color: var(--fb-ink);
	font-weight: 400;
	line-height: 1.25;
}

.related-list__item a:hover,
.related-list__item a:focus {
	color: var(--fb-accent);
}

.related-list__item small {
	flex: 0 0 auto;
	color: var(--fb-muted);
	font-size: 0.72rem;
	font-weight: 400;
	text-transform: uppercase;
}

.related-card {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-left: 4px solid var(--fb-accent);
	border-radius: 4px;
}

	.related-card h3 {
		margin: 0 0 10px;
		font-size: 1.16rem;
		line-height: 1.25;
	}

.related-card p {
	margin: 0 0 16px;
	color: var(--fb-muted);
}

	.related-card .text-link {
		margin-top: auto;
	}

.quote-strip {
			padding: 64px 0;
	color: #ffffff;
	background: linear-gradient(90deg, var(--fb-dark), var(--fb-accent));
}

.quote-strip__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.quote-strip h2 {
	font-size: var(--fb-type-section);
}

.quote-strip p {
	max-width: 650px;
	color: rgba(255, 255, 255, 0.82);
}

.site-footer {
	color: #ffffff;
	background: var(--fb-accent);
}

.footer-shell {
	display: grid;
	grid-template-columns: minmax(260px, 1.4fr) minmax(200px, 0.8fr) minmax(200px, 0.8fr);
	gap: 50px;
	padding: 72px 0 48px;
}

.footer-brand .brand-text {
	margin-bottom: 20px;
}

.footer-brand p,
.footer-contact li,
.footer-menu a,
.footer-bottom {
	color: rgba(255, 255, 255, 0.84);
}

.footer-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
}

.footer-share span {
	margin-right: 2px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.82rem;
	text-transform: uppercase;
}

.footer-share a {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	font-size: 0.82rem;
	font-weight: 400;
	line-height: 1;
}

.footer-share a:hover,
.footer-share a:focus {
	color: var(--fb-accent);
	background: #ffffff;
	border-color: #ffffff;
}

.footer-contact h2,
.footer-links h2 {
	margin: 0 0 18px;
	font-size: 1rem;
	text-transform: uppercase;
}

.footer-contact ul,
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-contact li,
.footer-menu li {
	margin-bottom: 10px;
}

.footer-bottom {
	width: var(--fb-shell);
	margin-inline: auto;
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom .footer-share {
	justify-content: flex-end;
	margin-top: 0;
}

.archive-hero {
	padding: 68px 0;
	color: #ffffff;
	background: linear-gradient(90deg, rgba(7, 29, 60, 0.94), rgba(11, 79, 147, 0.82)), url("assets/images/winworth-hero-forging-furnace.webp") center/cover;
}

.archive-hero h1 {
	max-width: 880px;
	color: #ffffff;
	font-size: var(--fb-type-page-title);
	line-height: 1.1;
}

.archive-hero p,
.archive-description {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.82);
}

.simple-detail-head {
	padding-top: 0;
	padding-bottom: 22px;
}

.simple-detail-head h1 {
	max-width: 980px;
	margin: 0;
	color: var(--fb-ink);
	font-size: var(--fb-type-page-title);
	line-height: 1.08;
	letter-spacing: 0;
}

.simple-detail-media {
	padding-top: 56px;
	padding-bottom: 28px;
}

.simple-detail-media__frame {
	width: 100%;
	aspect-ratio: 3.35 / 1;
	max-height: 360px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 4px;
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.1);
	overflow: hidden;
}

.simple-detail-media__frame img,
.simple-detail-media__frame .resource-card__image-fallback {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
}

.simple-detail-content {
	padding-bottom: 58px;
}

.simple-detail-content__inner {
	max-width: 880px;
}

.simple-detail-summary {
	margin: 0 0 24px;
	color: var(--fb-ink);
	font-size: 1.12rem;
	line-height: 1.65;
}

.simple-detail-content__inner > :first-child {
	margin-top: 0;
}

.simple-detail-content__inner h2,
.simple-detail-content__inner h3 {
	margin-top: 34px;
	margin-bottom: 14px;
	color: var(--fb-ink);
	line-height: 1.2;
}

.simple-detail-content__inner h2 {
	font-size: var(--fb-type-section);
}

.simple-detail-content__inner h3 {
	font-size: var(--fb-type-panel);
}

.simple-detail-content__inner p,
.simple-detail-content__inner li {
	color: var(--fb-ink);
	line-height: 1.74;
}

.simple-detail-related {
	padding-top: 46px;
	padding-bottom: 70px;
	border-top: 1px solid var(--fb-line);
}

.simple-detail-related + .simple-detail-related {
	padding-top: 46px;
}

.simple-detail-related h2 {
	margin: 0 0 26px;
	color: var(--fb-ink);
	font-size: var(--fb-type-section);
	line-height: 1.15;
}

.simple-detail-related .directory-card-grid,
.simple-detail-related .resource-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-detail-hero__grid,
.catalog-detail-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
	gap: 48px;
	align-items: center;
}

.product-detail-hero__actions,
.catalog-detail-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.product-detail-hero__media,
.catalog-detail-hero__media {
	padding: 12px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 6px;
}

.product-detail-hero__media img,
.product-detail-hero__media .resource-card__image-fallback,
.catalog-detail-hero__media img,
.catalog-detail-hero__media .resource-card__image-fallback {
	width: 100%;
	aspect-ratio: 1.25;
	object-fit: cover;
	border-radius: 4px;
}

.product-detail-overview,
.catalog-detail-overview {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
	gap: 42px;
	padding-top: 72px;
	padding-bottom: 42px;
}

.product-detail-overview__content > *,
.catalog-detail-overview__content > * {
	max-width: 760px;
}

.product-detail-overview__content h2,
.product-detail-overview__content h3,
.catalog-detail-overview__content h2,
.catalog-detail-overview__content h3 {
	line-height: 1.2;
}

.product-detail-overview__aside,
.catalog-detail-overview__aside {
	align-self: start;
	position: sticky;
	top: 24px;
}

.product-detail-overview__aside .product-card-specs {
	margin-bottom: 0;
}

.product-detail-head {
	display: grid;
	grid-template-columns: minmax(280px, 0.44fr) minmax(0, 1fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
	padding-top: 56px;
	padding-bottom: 46px;
	border-bottom: 1px solid var(--fb-line);
}

.product-detail-head__media img,
.product-detail-head__media .resource-card__image-fallback {
	width: 100%;
	aspect-ratio: 1.12;
	object-fit: cover;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 4px;
}

.product-detail-head__summary {
	max-width: 820px;
}

.product-detail-head__summary h1 {
	margin: 0 0 18px;
	color: var(--fb-ink);
	font-size: var(--fb-type-page-title);
	line-height: 1.08;
	letter-spacing: 0;
}

.product-detail-head__summary > p {
	max-width: 760px;
	margin: 0 0 26px;
	color: var(--fb-muted);
	font-size: clamp(1rem, 1.45vw, 1.18rem);
	line-height: 1.65;
}

.product-detail-head__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
}

.product-detail-body {
	padding-top: 48px;
	padding-bottom: 34px;
}

.product-detail-body__inner {
	max-width: 880px;
}

.product-detail-body__inner h2,
.product-related__section h2 {
	margin: 0 0 18px;
	color: var(--fb-ink);
	font-size: var(--fb-type-section);
	line-height: 1.16;
}

.product-detail-body__inner > * {
	max-width: 880px;
}

.product-detail-body__inner p,
.product-detail-body__inner li {
	color: var(--fb-ink);
	line-height: 1.75;
}

.product-related {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 56px);
	padding-top: 6px;
	padding-bottom: 56px;
}

.product-related--card-rows {
	grid-template-columns: 1fr;
	gap: clamp(34px, 5vw, 58px);
	padding-top: 24px;
	padding-bottom: 64px;
}

.product-related__section {
	min-width: 0;
}

.product-related--card-rows .product-related__section {
	display: grid;
	gap: 18px;
}

.product-related--card-rows .directory-card-grid,
.product-related--card-rows .simple-detail-product-grid {
	margin: 0;
}

.product-related .related-list__item a {
	min-height: 0;
	padding: 12px 0;
}

.product-detail-page .single-cta {
	margin-top: 0;
}

.application-detail-intro,
.industry-detail-intro {
	display: grid;
	grid-template-columns: minmax(280px, 0.44fr) minmax(0, 1fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
	padding-top: 56px;
	padding-bottom: 46px;
	border-bottom: 1px solid var(--fb-line);
}

.application-detail-intro__media img,
.application-detail-intro__media .resource-card__image-fallback,
.industry-detail-intro__media img,
.industry-detail-intro__media .resource-card__image-fallback {
	width: 100%;
	aspect-ratio: 1.28;
	object-fit: cover;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 4px;
}

.application-detail-intro__content,
.industry-detail-intro__content {
	max-width: 820px;
}

.application-detail-intro__content h1,
.industry-detail-intro__content h1 {
	margin: 0 0 18px;
	color: var(--fb-ink);
	font-size: var(--fb-type-page-title);
	line-height: 1.08;
	letter-spacing: 0;
}

.application-detail-intro__content > p,
.industry-detail-intro__content > p {
	max-width: 760px;
	margin: 0 0 26px;
	color: var(--fb-muted);
	font-size: clamp(1rem, 1.45vw, 1.18rem);
	line-height: 1.65;
}

.application-detail-intro__actions,
.industry-detail-intro__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
}

.application-detail-content,
.industry-detail-content {
	padding-top: 48px;
	padding-bottom: 34px;
}

.application-detail-content__inner,
.industry-detail-content__inner {
	max-width: 880px;
}

.application-detail-content__inner > *,
.industry-detail-content__inner > * {
	max-width: 880px;
}

.application-detail-content__inner h2,
.industry-detail-content__inner h2 {
	margin: 34px 0 16px;
	color: var(--fb-ink);
	font-size: var(--fb-type-section);
	line-height: 1.16;
}

.application-detail-content__inner h3,
.industry-detail-content__inner h3 {
	margin: 28px 0 12px;
	color: var(--fb-ink);
	font-size: var(--fb-type-panel);
	line-height: 1.2;
}

.application-detail-content__inner p,
.application-detail-content__inner li,
.industry-detail-content__inner p,
.industry-detail-content__inner li {
	color: var(--fb-ink);
	line-height: 1.75;
}

.application-related-products,
.industry-related-section {
	padding-top: 6px;
	padding-bottom: 56px;
}

.application-related-products h2,
.industry-related-section h2 {
	margin: 0 0 18px;
	color: var(--fb-ink);
	font-size: var(--fb-type-section);
	line-height: 1.16;
}

.application-related-products .related-list,
.industry-related-section .related-list {
	max-width: 760px;
}

.application-detail-page .single-cta,
.industry-detail-page .single-cta {
	margin-top: 0;
}

.catalog-detail-overview__aside {
	padding: 22px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-left: 4px solid var(--fb-accent);
	border-radius: 6px;
	box-shadow: 0 12px 30px rgba(13, 18, 24, 0.07);
}

.catalog-detail-overview__aside h2 {
	margin: 0 0 18px;
	font-size: var(--fb-type-panel);
	line-height: 1.18;
}

.catalog-detail-stats {
	display: grid;
	gap: 10px;
	margin: 0;
}

.catalog-detail-stats div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 13px 0;
	border-top: 1px solid var(--fb-line);
}

.catalog-detail-stats dt,
.catalog-detail-stats dd {
	margin: 0;
}

.catalog-detail-stats dt {
	color: var(--fb-muted);
	font-size: 0.72rem;
	font-weight: 400;
	text-transform: uppercase;
}

.catalog-detail-stats dd {
	color: var(--fb-dark);
	font-weight: 400;
	text-align: right;
}

.catalog-detail-stats a {
	color: var(--fb-accent);
}

.resource-detail-sidebar .catalog-detail-stats div {
	align-items: flex-start;
}

.resource-detail-sidebar .catalog-detail-stats dd {
	max-width: 58%;
	line-height: 1.35;
}

.content-grid-wrap {
	padding: 72px 0 96px;
}

.entry-content-shell {
	max-width: 860px;
	padding: 72px 0 96px;
}

.entry-content-shell > * {
	max-width: 760px;
}

.entry-content-shell {
	overflow-wrap: break-word;
}

.entry-content-shell > .alignwide,
.entry-content-shell > .entry-featured {
	max-width: 100%;
}

.entry-content-shell h2,
.entry-content-shell h3 {
	font-size: var(--fb-type-subsection);
	line-height: 1.2;
}

.entry-content-shell a {
	color: var(--fb-accent);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.entry-featured {
	margin-bottom: 36px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: var(--fb-shadow);
}

.single-cta {
	margin-bottom: 96px;
	padding: 34px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-left: 6px solid var(--fb-accent);
	border-radius: 6px;
	box-shadow: 0 12px 30px rgba(13, 18, 24, 0.07);
}

.compact-content-list {
	margin: 20px 0 0;
	padding-left: 20px;
}

.compact-content-list li + li {
	margin-top: 8px;
}

	.empty-state {
		padding: 48px;
		background: #ffffff;
		border: 1px solid var(--fb-line);
		border-radius: 6px;
		box-shadow: 0 12px 30px rgba(13, 18, 24, 0.07);
	}

.empty-state__links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 22px;
}

.about-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
	gap: 56px;
	align-items: center;
}

.about-intro__content h2 {
	margin-top: 0;
	font-size: var(--fb-type-section);
	line-height: 1.12;
}

.about-intro__media img {
	width: 100%;
	aspect-ratio: 1.32;
	object-fit: cover;
	border-radius: 6px;
	box-shadow: var(--fb-shadow);
}

.about-band {
	padding: 70px 0;
	color: #ffffff;
	background: linear-gradient(135deg, var(--fb-dark), var(--fb-accent));
}

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

.about-grid article {
	padding: 28px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
}

.about-grid span {
	color: var(--fb-accent);
	font-weight: 400;
}

.about-grid h2 {
	margin: 14px 0 12px;
	font-size: var(--fb-type-panel);
}

.about-grid p {
	color: rgba(255, 255, 255, 0.76);
}

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

.timeline-list div {
	padding: 24px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-top: 4px solid var(--fb-accent);
	border-radius: 6px;
}

.timeline-list strong,
.timeline-list span {
	display: block;
}

.timeline-list strong {
	margin-bottom: 10px;
	font-size: 1.18rem;
}

.timeline-list span {
	color: var(--fb-muted);
}

.about-section-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1fr);
	gap: 56px;
	align-items: center;
	padding-top: 72px;
	padding-bottom: 72px;
}

.about-section-intro__content {
	font-size: 1.05rem;
	color: var(--fb-muted);
}

.about-section-intro__content > :first-child {
	margin-top: 0;
}

.about-section-intro__content p {
	max-width: 680px;
}

.about-section-intro__media img {
	width: 100%;
	aspect-ratio: 1.46;
	object-fit: cover;
	border-radius: 6px;
	box-shadow: var(--fb-shadow);
}

.about-section-band {
	padding: 44px 0;
	background: #ffffff;
	border-top: 1px solid var(--fb-line);
	border-bottom: 1px solid var(--fb-line);
}

.about-section-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.about-section-stats article {
	padding: 26px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 6px;
}

.about-section-stats h2 {
	margin: 0 0 10px;
	font-size: var(--fb-type-panel);
}

.about-section-stats p {
	margin: 0;
	color: var(--fb-muted);
}

.about-section-process {
	padding-top: 72px;
	padding-bottom: 96px;
}

.about-section-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.about-section-steps article {
	padding: 28px;
	color: #ffffff;
	background: var(--fb-dark);
	border-radius: 6px;
}

.about-section-steps span {
	display: inline-block;
	margin-bottom: 22px;
	color: var(--fb-accent);
	font-weight: 400;
}

.about-section-steps h3 {
	margin: 0 0 12px;
	font-size: var(--fb-type-panel);
	line-height: 1.2;
}

.about-section-steps p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
}

.pagination,
.nav-links {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 42px;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 4px;
}

.page-numbers.current {
	color: #ffffff;
	background: var(--fb-accent);
	border-color: var(--fb-accent);
}

.quote-form-shell {
	padding: 72px 0 96px;
}

.quote-form-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
	gap: 54px;
	align-items: start;
}

.quote-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding: 34px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 6px;
	box-shadow: var(--fb-shadow);
}

.quote-context {
	padding: 18px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-left: 4px solid var(--fb-accent);
	border-radius: 6px;
	box-shadow: 0 10px 26px rgba(13, 18, 24, 0.07);
}

.quote-context strong {
	display: block;
	color: var(--fb-dark);
	font-size: 1.05rem;
	line-height: 1.25;
}

.quote-context p:last-child {
	margin: 8px 0 0;
	color: var(--fb-muted);
	font-size: 0.9rem;
	line-height: 1.45;
}

.quote-form label {
	display: grid;
	gap: 8px;
	color: var(--fb-ink);
	font-weight: 400;
}

.quote-form__full,
.quote-form button {
	grid-column: 1 / -1;
}

.quote-form input,
.quote-form select,
.quote-form textarea,
.entry-content-shell input,
.entry-content-shell select,
.entry-content-shell textarea {
	width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	color: var(--fb-ink);
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 4px;
}

.quote-form textarea {
	resize: vertical;
}

.forgebase-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.notice {
	margin-bottom: 24px;
	padding: 16px 18px;
	border-radius: 4px;
	font-weight: 400;
}

.notice-success {
	background: #e8f7ed;
	color: #14562a;
}

.notice-error {
	background: #fbeaea;
	color: #7a1010;
}

.about-profile-hero,
.contact-page-hero {
	padding: 78px 0;
	background: #ffffff;
	border-bottom: 1px solid var(--fb-line);
}

.about-profile-hero__grid,
.contact-page-hero__grid,
.about-profile-statement,
.about-profile-image-band__grid,
.contact-page-guide,
.contact-inquiry__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 58px;
	align-items: center;
}

.about-profile-hero h1,
.contact-page-hero h1 {
	max-width: 760px;
	margin: 0 0 22px;
	color: var(--fb-dark);
	font-size: var(--fb-type-page-title);
	line-height: 1.08;
}

.about-profile-hero p:not(.card-kicker),
.contact-page-hero p:not(.card-kicker),
.about-profile-statement__text,
.contact-inquiry__intro p {
	color: var(--fb-muted);
	font-size: 1.05rem;
}

.about-profile-hero__media,
.contact-page-hero figure,
.about-profile-image-band figure {
	margin: 0;
}

.about-profile-hero__media img,
.contact-page-hero img {
	width: 100%;
	aspect-ratio: 1.42;
	object-fit: cover;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 8px;
	box-shadow: var(--fb-shadow);
}

.about-profile-image-band img {
	width: 100%;
	aspect-ratio: 1.42;
	object-fit: contain;
	padding: 18px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 8px;
	box-shadow: var(--fb-shadow);
}

.about-profile-statement {
	padding-top: 72px;
	padding-bottom: 48px;
	align-items: start;
}

.about-profile-statement h2,
.contact-page-guide h2,
.contact-inquiry h2,
.about-profile-process h2,
.about-profile-capabilities h2 {
	margin: 0;
	color: var(--fb-dark);
	font-size: var(--fb-type-section);
	line-height: 1.12;
}

.about-profile-statement__text p:first-child {
	margin-top: 0;
}

.about-profile-stat-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	padding-bottom: 72px;
}

.about-profile-stat-grid article {
	min-height: 100%;
	padding: 24px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-top: 4px solid var(--fb-accent);
	border-radius: 6px;
	box-shadow: 0 14px 32px rgba(8, 42, 82, 0.08);
}

.about-profile-stat-grid span,
.about-profile-process__steps span {
	display: inline-block;
	margin-bottom: 18px;
	color: var(--fb-accent);
	font-size: 0.88rem;
	font-weight: 400;
}

.about-profile-stat-grid h2 {
	margin: 0 0 10px;
	color: var(--fb-dark);
	font-size: var(--fb-type-card);
	line-height: 1.22;
}

.about-profile-stat-grid p,
.about-profile-process__steps p {
	margin: 0;
	color: var(--fb-muted);
}

.about-profile-image-band {
	padding: 70px 0;
	background: #ffffff;
	border-top: 1px solid var(--fb-line);
	border-bottom: 1px solid var(--fb-line);
}

.about-profile-image-band h2 {
	margin: 0 0 22px;
	color: var(--fb-dark);
	font-size: var(--fb-type-section);
	line-height: 1.12;
}

.about-profile-checklist {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-profile-checklist li {
	padding: 0 0 16px 22px;
	color: var(--fb-muted);
	border-bottom: 1px solid var(--fb-line);
	position: relative;
}

.about-profile-checklist li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--fb-accent);
	border-radius: 50%;
	transform: translateY(-50%);
}

.about-profile-capabilities {
	padding-top: 76px;
	padding-bottom: 74px;
}

.about-profile-capability-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 30px;
}

.about-profile-capability-grid article {
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(8, 42, 82, 0.08);
	overflow: hidden;
}

.about-profile-capability-grid img {
	width: 100%;
	aspect-ratio: 1.45;
	object-fit: contain;
	padding: 18px;
	background: #ffffff;
	border-bottom: 1px solid var(--fb-line);
}

.about-profile-capability-grid h3 {
	margin: 0;
	padding: 22px 24px 26px;
	color: var(--fb-dark);
	font-size: var(--fb-type-card);
	line-height: 1.22;
}

.about-profile-process {
	padding-bottom: 96px;
}

.about-profile-process__head {
	max-width: 760px;
	margin-bottom: 28px;
}

.about-profile-process__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.about-profile-process__steps article {
	padding: 26px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 6px;
	box-shadow: 0 14px 32px rgba(8, 42, 82, 0.07);
}

.about-profile-process__steps h3 {
	margin: 0 0 10px;
	color: var(--fb-dark);
	font-size: var(--fb-type-card);
	line-height: 1.2;
}

.contact-page-hero .button {
	margin-top: 12px;
}

.contact-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	padding-top: 66px;
	padding-bottom: 60px;
}

.contact-card {
	padding: 26px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(8, 42, 82, 0.08);
}

.contact-card span {
	display: block;
	margin-bottom: 12px;
	color: var(--fb-muted);
	font-size: 0.82rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.contact-card a,
.contact-card p {
	margin: 0;
	color: var(--fb-dark);
	font-size: 1.08rem;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.contact-card a:hover,
.contact-card a:focus {
	color: var(--fb-accent);
}

.contact-page-guide {
	padding-top: 60px;
	padding-bottom: 68px;
	align-items: start;
	border-top: 1px solid var(--fb-line);
	border-bottom: 1px solid var(--fb-line);
}

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

.contact-page-guide__columns > div {
	padding: 26px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(8, 42, 82, 0.07);
}

.contact-page-guide h3 {
	margin: 0 0 14px;
	color: var(--fb-dark);
	font-size: var(--fb-type-card);
}

.contact-page-guide ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 18px;
	color: var(--fb-muted);
}

.contact-inquiry {
	padding-top: 78px;
	padding-bottom: 104px;
}

.contact-inquiry__layout {
	align-items: start;
}

.contact-inquiry__intro {
	position: sticky;
	top: 110px;
}

.contact-inquiry .quote-form {
	box-shadow: var(--fb-shadow);
}

.sitemap-section {
	padding-top: 72px;
	padding-bottom: 96px;
}

.sitemap-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: start;
}

.sitemap-card {
	min-height: 100%;
	padding: 26px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-top: 4px solid var(--fb-accent);
	border-radius: 6px;
	box-shadow: 0 14px 34px rgba(8, 42, 82, 0.08);
}

.sitemap-card h2 {
	margin: 0 0 18px;
	color: var(--fb-dark);
	font-size: var(--fb-type-card);
	line-height: 1.22;
}

.sitemap-card ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sitemap-card a {
	color: var(--fb-muted);
	line-height: 1.35;
}

.sitemap-card a:hover,
.sitemap-card a:focus {
	color: var(--fb-accent);
}

@media (max-width: 1024px) {
	.quick-catalog__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	.product-filter-form {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.header-brand-row {
		grid-template-columns: 180px minmax(0, 1fr);
	}

	.header-utility {
		gap: 12px;
	}
}

@media (max-width: 768px) {
	:root {
		--fb-shell: min(calc(100% - 28px), 1180px);
	}

	.section-pad {
		padding: 72px 0;
	}

	.site-header {
		position: relative;
	}

	.header-brand-row {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 12px;
		min-height: 78px;
	}

	.menu-toggle {
		display: inline-block;
	}

	.nav-open .menu-toggle span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.nav-open .menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	.nav-open .menu-toggle span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	.header-utility {
		grid-column: 1 / -1;
		justify-content: stretch;
		padding-bottom: 18px;
	}

	.header-utility .search-form {
		min-width: 0;
	}

	.quote-button {
		min-width: max-content;
	}

	.site-navigation {
		display: none;
		padding: 12px 0 22px;
	}

	.nav-open .site-navigation {
		display: block;
	}

	.primary-menu {
		display: block;
	}

	.primary-menu > li > a {
		min-height: 48px;
		padding: 0;
		color: var(--fb-ink);
		border-bottom: 1px solid var(--fb-line);
	}

	.primary-menu .sub-menu {
		position: static;
		display: block;
		width: auto;
		min-width: 0;
		max-width: none;
		margin: 0;
		padding: 8px 0 12px 18px;
		background: #ffffff;
		color: var(--fb-ink);
		border: 0;
		border-left: 3px solid var(--fb-line);
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
		transition: none;
	}

	.primary-menu .sub-menu .menu-item-has-children > a::after {
		display: none;
	}

	.primary-menu .sub-menu a {
		color: var(--fb-muted);
		white-space: normal;
	}

	.primary-menu .sub-menu a:hover,
	.primary-menu .sub-menu a:focus {
		color: var(--fb-accent);
	}

	.hero-section {
		min-height: 500px;
		animation: none;
		background-position: center center, center right;
	}

	.hero-content {
		padding: 58px 0;
	}

	.industry-layout,
	.materials-layout,
	.about-intro,
	.about-section-intro,
	.directory-section__heading,
		.product-detail-head,
		.product-related,
		.product-detail-hero__grid,
		.catalog-detail-hero__grid,
		.application-detail-intro,
		.industry-detail-intro,
		.product-detail-overview,
		.catalog-detail-overview,
		.service-split,
		.application-zones,
		.product-specs,
	.quote-form-layout,
	.footer-shell {
		grid-template-columns: 1fr;
	}

	.materials-link-grid {
		grid-template-columns: 1fr;
	}

	.product-filter-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-table-wrap {
		overflow-x: visible;
		border: 0;
		box-shadow: none;
	}

	.product-table {
		min-width: 0;
		border-collapse: separate;
		border-spacing: 0 14px;
	}

	.product-table thead {
		display: none;
	}

	.product-table,
	.product-table tbody,
	.product-table tr,
	.product-table th,
	.product-table td {
		display: block;
		width: 100%;
	}

	.product-table tbody tr {
		padding: 18px;
		background: #ffffff;
		border: 1px solid var(--fb-line);
		border-radius: 6px;
		box-shadow: 0 10px 22px rgba(8, 42, 82, 0.08);
	}

	.product-table th,
	.product-table td {
		padding: 8px 0;
		border-bottom: 0;
	}

	.product-table tbody th {
		width: 100%;
	}

	.product-table td[data-label] {
		display: grid;
		grid-template-columns: minmax(92px, 0.35fr) minmax(0, 1fr);
		gap: 12px;
		align-items: start;
	}

	.product-table td[data-label]::before {
		content: attr(data-label);
		color: var(--fb-muted);
		font-size: 0.72rem;
		font-weight: 400;
		text-transform: uppercase;
	}

	.product-detail-overview__aside,
	.catalog-detail-overview__aside {
		position: static;
	}

				.industry-grid,
				.directory-card-grid,
				.resource-grid,
			.about-grid,
			.about-section-stats,
			.about-section-steps,
			.timeline-list,
			.directory-links {
					grid-template-columns: repeat(2, minmax(0, 1fr));
				}

		.industry-card:nth-child(2),
		.industry-card:nth-child(4),
		.industry-card:nth-child(6),
		.industry-card:nth-child(7) {
			margin-top: 0;
		}

		.industry-card {
			min-height: 220px;
			aspect-ratio: 1.12;
		}

		.relationship-panels,
		.relationship-panels__grid {
		grid-template-columns: 1fr;
	}

	.simple-detail-related .directory-card-grid,
	.simple-detail-related .resource-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

		.directory-panel__inner {
			grid-template-columns: 1fr;
			gap: 24px;
		}

	.service-split {
		min-height: 0;
	}

	.service-media {
		aspect-ratio: 1.45;
	}

	.service-panel {
		padding: 58px 28px;
	}

		.section-heading--row,
		.product-results-toolbar,
		.quote-strip__inner {
			display: block;
		}

		.product-controls-row {
			display: block;
		}

		.section-heading--row .text-link,
		.product-view-toggle,
		.quote-strip .button {
			margin-top: 18px;
		}

		.product-controls-row .product-view-toggle {
			margin-top: 14px;
		}

	.simple-detail-head {
		padding-top: 0;
	}

	.simple-detail-media__frame {
		aspect-ratio: 2.1 / 1;
		max-height: none;
	}
}

@media (max-width: 480px) {
	:root {
		--fb-shell: calc(100vw - 28px);
	}

	body {
		font-size: 15px;
		overflow-x: hidden;
	}

	.section-shell,
	.header-shell,
	.footer-shell {
		width: var(--fb-shell);
		max-width: 100%;
		min-width: 0;
	}

	.header-utility {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.header-brand-row {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 10px;
		min-height: 72px;
	}

	.brand-text {
		font-size: 1rem;
	}

	.brand-text::before {
		width: 32px;
		height: 32px;
		margin-right: 9px;
	}

	.custom-logo-link img {
		max-width: 180px;
		max-height: 62px;
	}

	.search-form {
		width: 100%;
		min-width: 0;
	}

	.quote-button {
		width: 100%;
		min-height: 46px;
	}

				.quick-catalog__grid,
				.industry-grid,
				.directory-card-grid,
				.resource-grid,
				.about-grid,
				.about-section-stats,
				.about-section-steps,
				.timeline-list,
				.directory-links,
				.application-zone-list,
				.document-links__grid,
				.simple-detail-related .directory-card-grid,
				.simple-detail-related .resource-grid,
				.product-filter-form,
					.quote-form {
				grid-template-columns: 1fr;
			}

		.industry-card {
			aspect-ratio: 1.22;
			min-height: 210px;
		}

		.industry-card__title {
			font-size: 1.34rem;
		}

	.resource-type-tabs {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.resource-type-tabs a {
		width: 100%;
		min-width: 0;
		padding-right: 10px;
		padding-left: 10px;
		text-align: center;
	}

	.product-filter-form__field--keyword {
		grid-column: auto;
	}

	.product-filter-form__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.quick-card {
		min-height: 132px;
	}

	.hero-content h1 {
		font-size: var(--fb-type-hero);
	}

	.directory-cascade-filter {
		grid-template-columns: 1fr;
	}

	.section-heading h2,
	.service-panel h2,
		.quote-strip h2,
		.archive-hero h1,
		.single-cta h2,
		.directory-panel h2,
		.document-links h2,
		.quote-form-shell h2 {
			font-size: var(--fb-type-section);
		}

	.archive-hero {
		padding: 48px 0;
	}

	.archive-hero h1 {
		font-size: var(--fb-type-page-title);
		overflow-wrap: anywhere;
	}

	.service-archive-page .archive-hero h1 {
		max-width: 100%;
		font-size: 1.55rem;
		line-height: 1.18;
		word-break: normal;
		overflow-wrap: break-word;
	}

	.footer-brand .brand-text {
		display: flex;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		white-space: normal;
		overflow-wrap: anywhere;
		font-size: 1.1rem;
		line-height: 1.12;
	}

	.footer-brand .brand-text span {
		flex: 1 1 auto;
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.footer-brand .brand-text::before {
		flex: 0 0 38px;
	}

	.footer-brand .custom-logo-link {
		display: inline-flex;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.footer-brand .custom-logo-link img {
		width: auto;
		max-width: 100%;
		height: auto;
	}

	.footer-bottom {
		display: grid;
		justify-items: start;
	}

	.footer-bottom .footer-share {
		justify-content: flex-start;
	}

	.entry-content-shell {
		width: var(--fb-shell);
		max-width: 100%;
		min-width: 0;
		overflow-x: hidden;
	}

	.entry-content-shell > * {
		max-width: 100%;
		min-width: 0;
		overflow-wrap: anywhere;
	}

			.single-cta,
			.empty-state,
			.related-panel,
			.document-links,
			.product-specs,
			.product-filter-form,
			.quote-form {
			padding: 26px;
		}

	.relationship-panels .related-panel {
		padding: 0;
	}
}

@media (max-width: 1024px) {
	.resource-library-layout {
		grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
		gap: 30px;
	}

	.resource-library-layout .resource-card {
		grid-template-columns: minmax(0, 1fr) minmax(220px, 34%);
		gap: 24px;
	}
}

@media (max-width: 768px) {
	.resource-library-layout {
		grid-template-columns: 1fr;
		gap: 28px;
		padding-top: 32px;
		padding-bottom: 72px;
	}

	.resource-library-sidebar {
		position: static;
	}

	.resource-library-layout .resource-type-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.resource-library-layout .resource-type-tabs a {
		justify-content: center;
		min-height: 48px;
		text-align: center;
		border-right: 1px solid var(--fb-line);
	}

	.resource-library-layout .resource-card {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 24px 0;
	}

	.resource-library-layout .resource-card__image,
	.resource-library-layout .resource-card__body {
		grid-column: 1;
		grid-row: auto;
	}

	.resource-library-layout .resource-card__image {
		aspect-ratio: 1.72;
	}

	.resource-detail-layout {
		padding-top: 34px;
	}

	.resource-detail-article__head h1 {
		font-size: var(--fb-type-section);
	}

	.resource-detail-article__media {
		margin: 24px 0 28px;
	}
}

@media (max-width: 1024px) {
	.about-profile-hero__grid,
	.contact-page-hero__grid,
	.about-profile-statement,
	.about-profile-image-band__grid,
	.contact-page-guide,
	.contact-inquiry__layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.about-profile-stat-grid,
	.about-profile-process__steps,
	.contact-card-grid,
	.sitemap-grid,
	.home-product-grid.resource-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.contact-inquiry__intro {
		position: static;
	}
}

@media (max-width: 768px) {
	.about-profile-hero,
	.contact-page-hero {
		padding: 52px 0;
	}

	.about-profile-statement,
	.about-profile-capabilities,
	.about-profile-image-band,
	.contact-page-guide,
	.contact-inquiry {
		padding-top: 48px;
		padding-bottom: 56px;
	}

	.about-profile-stat-grid,
	.about-profile-capability-grid,
	.about-profile-process__steps,
	.contact-card-grid,
	.contact-page-guide__columns,
	.sitemap-grid,
	.home-product-grid.resource-grid {
		grid-template-columns: 1fr;
	}

	.about-profile-stat-grid {
		padding-bottom: 54px;
	}

	.about-profile-hero__media img,
	.contact-page-hero img,
	.about-profile-image-band img {
		aspect-ratio: 1.28;
	}
}

/* Industrial visual system v0.2
   Preserves the Hybrid Classic PHP structure while aligning the visual layer
   with the Winworth Heavy Industry copper equipment direction. */
:root {
	--fb-accent: #0b5798;
	--fb-accent-hover: #083f73;
	--fb-copper: #d37033;
	--fb-copper-hover: #b95721;
	--fb-dark: #061f3b;
	--fb-ink: #0b203e;
	--fb-muted: #5d6c7f;
	--fb-line: #d9e0e8;
	--fb-soft: #ffffff;
	--fb-panel: #ffffff;
	--fb-navy: #061f3b;
	--fb-navy-deep: #03182d;
	--fb-navy-soft: #0b3158;
	--fb-radius: 6px;
	--fb-shadow: 0 18px 42px rgba(6, 31, 59, 0.12);
	--fb-shell: min(1360px, calc(100vw - 48px));
}

body {
	background: #ffffff;
	color: var(--fb-ink);
}

h1,
h2,
h3,
h4,
.primary-menu > li > a,
.button,
.quote-button {
	letter-spacing: 0;
}

.button,
.quote-button,
.industrial-view-link,
.industrial-panel-link {
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:active,
.quote-button:active,
.industrial-product-card:active,
.industrial-overlay-card:active {
	transform: translateY(1px);
}

@media (min-width: 1200px) {
	.site-header {
		position: relative;
		z-index: 80;
		background: #ffffff;
		border-bottom: 1px solid var(--fb-line);
		box-shadow: 0 8px 24px rgba(6, 31, 59, 0.06);
	}

	.site-header .header-shell {
		display: grid;
		grid-template-columns: minmax(210px, 260px) minmax(0, 1fr) minmax(390px, 450px);
		align-items: center;
		gap: 24px;
		min-height: 72px;
	}

	.header-brand-row {
		display: contents;
		min-height: 0;
	}

	.site-branding {
		grid-column: 1;
		min-width: 0;
	}

	.custom-logo-link img {
		max-width: 248px;
		max-height: 58px;
	}

	.brand-text {
		font-size: 1.05rem;
	}

	.brand-text::before {
		width: 32px;
		height: 32px;
		margin-right: 9px;
	}

	.site-navigation {
		grid-column: 2;
		border-top: 0;
	}

	.primary-menu {
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
	}

	.primary-menu > li > a {
		min-height: 72px;
		padding: 0 14px;
		font-size: 0.82rem;
		font-weight: 800;
		border-bottom-width: 3px;
	}

	.primary-menu > li:first-child > a {
		padding-left: 14px;
	}

	.header-utility {
		grid-column: 3;
		justify-content: flex-end;
		gap: 12px;
	}

	.header-utility .search-form {
		width: min(280px, 100%);
		min-width: 220px;
	}

	.search-field,
	.search-submit,
	.quote-button {
		height: 44px;
		min-height: 44px;
	}

	.quote-button {
		padding-inline: 15px;
		font-size: 0.78rem;
		font-weight: 800;
	}
}

.primary-menu > li.menu-item-has-children > a::after {
	width: 8px;
	height: 8px;
	border-width: 2px;
}

.primary-menu > li:hover > a,
.primary-menu > li:focus-within > a,
.primary-menu > li.is-focused > a,
.primary-menu > .current-menu-item > a {
	color: var(--fb-accent);
	border-bottom-color: var(--fb-accent);
}

.primary-menu .sub-menu {
	border-top-color: var(--fb-accent);
	box-shadow: 0 18px 40px rgba(6, 31, 59, 0.16);
}

.primary-menu .sub-menu .menu-item-has-children:hover > .sub-menu,
.primary-menu .sub-menu .menu-item-has-children:focus-within > .sub-menu,
.primary-menu .sub-menu .menu-item-has-children.is-focused > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(0);
}

.primary-menu .sub-menu .sub-menu {
	left: calc(100% + 14px);
	top: -3px;
}

.primary-menu .sub-menu .sub-menu::before {
	left: -16px;
	width: 16px;
}

.quote-button {
	color: #ffffff;
	background: var(--fb-navy);
	border-color: var(--fb-navy);
	font-weight: 800;
}

.quote-button span {
	background: var(--fb-accent);
}

.quote-button:hover,
.quote-button:focus {
	color: #ffffff;
	background: var(--fb-accent);
	border-color: var(--fb-accent);
}

.front-page--industrial {
	background: #ffffff;
}

.industrial-hero {
	position: relative;
	min-height: clamp(320px, 32vw, 430px);
	color: #ffffff;
	background-image:
		linear-gradient(90deg, rgba(3, 24, 45, 0.95) 0%, rgba(3, 24, 45, 0.78) 42%, rgba(3, 24, 45, 0.34) 74%, rgba(3, 24, 45, 0.72) 100%),
		var(--hero-image);
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid rgba(6, 31, 59, 0.18);
}

.industrial-hero__inner {
	min-height: inherit;
	display: flex;
	align-items: center;
}

.industrial-hero__content {
	max-width: 650px;
	padding: 58px 0;
}

.industrial-hero h1 {
	margin: 0;
	color: #ffffff;
	font-family: "Arial Narrow", "Libre Franklin", "Segoe UI", Arial, sans-serif;
	font-size: clamp(2.25rem, 4vw, 4.3rem);
	font-weight: 900;
	line-height: 1.02;
	text-transform: uppercase;
	text-wrap: balance;
}

.industrial-hero p {
	max-width: 540px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1rem, 1.2vw, 1.25rem);
	line-height: 1.55;
}

.industrial-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 28px;
}

.industrial-hero .button {
	min-width: 170px;
	justify-content: center;
	gap: 14px;
	border-radius: 4px;
	font-weight: 900;
	text-transform: uppercase;
}

.industrial-hero .button svg {
	width: 20px;
	height: 20px;
}

.button-outline-light {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.button-outline-light:hover,
.button-outline-light:focus {
	color: var(--fb-navy);
	background: #ffffff;
	border-color: #ffffff;
}

.front-page--industrial .button-primary,
.industrial-quote .button-primary {
	color: #ffffff;
	background: var(--fb-copper);
	border-color: var(--fb-copper);
}

.front-page--industrial .button-primary:hover,
.front-page--industrial .button-primary:focus,
.industrial-quote .button-primary:hover,
.industrial-quote .button-primary:focus {
	color: #ffffff;
	background: var(--fb-copper-hover);
	border-color: var(--fb-copper-hover);
}

.industrial-section {
	padding: 28px 0 0;
}

.industrial-section + .industrial-section {
	padding-top: 26px;
}

.industrial-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 16px;
}

.industrial-section__head h2 {
	position: relative;
	margin: 0;
	padding-left: 26px;
	color: var(--fb-ink);
	font-family: "Arial Narrow", "Libre Franklin", "Segoe UI", Arial, sans-serif;
	font-size: clamp(1.25rem, 1.6vw, 1.8rem);
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

.industrial-section__head h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 17px;
	height: 2px;
	background: var(--fb-copper);
	transform: translateY(-50%);
}

.industrial-section__head--compact {
	margin-bottom: 14px;
}

.industrial-section__head--compact h2 {
	font-size: clamp(1.1rem, 1.4vw, 1.45rem);
}

.industrial-view-link,
.industrial-panel-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--fb-accent);
	font-size: 0.84rem;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
}

.industrial-view-link svg,
.industrial-panel-link svg {
	width: 20px;
	height: 20px;
	color: var(--fb-copper);
	transition: transform 160ms ease;
}

.industrial-view-link:hover svg,
.industrial-view-link:focus svg,
.industrial-panel-link:hover svg,
.industrial-panel-link:focus svg {
	transform: translateX(4px);
}

.industrial-product-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.industrial-product-card {
	display: grid;
	grid-template-rows: 150px auto;
	min-height: 230px;
	color: var(--fb-ink);
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: var(--fb-radius);
	box-shadow: 0 14px 34px rgba(6, 31, 59, 0.06);
	overflow: hidden;
}

.industrial-product-card:hover,
.industrial-product-card:focus {
	color: var(--fb-accent);
	border-color: rgba(11, 87, 152, 0.35);
	box-shadow: 0 18px 44px rgba(6, 31, 59, 0.12);
}

.industrial-product-card__image {
	display: grid;
	place-items: center;
	padding: 18px;
	background: #ffffff;
	box-shadow: inset 0 -16px 22px -24px rgba(6, 31, 59, 0.5);
}

.industrial-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.industrial-product-card strong {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 78px;
	padding: 16px;
	color: inherit;
	font-size: 0.92rem;
	font-weight: 900;
	line-height: 1.18;
	text-align: center;
	text-transform: uppercase;
}

.industrial-overlay-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.industrial-overlay-card {
	position: relative;
	min-height: 200px;
	color: #ffffff;
	background: var(--fb-navy);
	border-radius: var(--fb-radius);
	box-shadow: 0 16px 34px rgba(6, 31, 59, 0.12);
	overflow: hidden;
}

.industrial-overlay-card img {
	width: 100%;
	height: 100%;
	min-height: 200px;
	object-fit: cover;
	transition: transform 220ms ease, filter 220ms ease;
}

.industrial-overlay-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(3, 24, 45, 0.12), rgba(3, 24, 45, 0.8));
}

.industrial-overlay-card span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 16px;
}

.industrial-overlay-card strong {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.15;
	text-transform: uppercase;
}

.industrial-overlay-card i {
	display: inline-flex;
	color: var(--fb-copper);
	font-style: normal;
}

.industrial-overlay-card svg {
	width: 22px;
	height: 22px;
}

.industrial-overlay-card:hover img,
.industrial-overlay-card:focus img {
	filter: saturate(1.05) contrast(1.03);
	transform: scale(1.04);
}

.industrial-three-column {
	padding-bottom: 26px;
}

.industrial-three-column__grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr 1.15fr;
	gap: 28px;
	align-items: stretch;
}

.industrial-panel {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 22px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: var(--fb-radius);
	box-shadow: 0 16px 36px rgba(6, 31, 59, 0.06);
}

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

.industrial-material-columns h3 {
	margin: 0 0 10px;
	padding-bottom: 10px;
	color: var(--fb-ink);
	font-size: 0.9rem;
	font-weight: 800;
	border-bottom: 1px solid var(--fb-line);
}

.industrial-material-columns a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 0;
	color: var(--fb-accent);
	font-size: 0.9rem;
	border-bottom: 1px solid rgba(217, 224, 232, 0.7);
}

.industrial-material-columns a svg {
	width: 16px;
	height: 16px;
	color: var(--fb-copper);
}

.industrial-capability-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.industrial-capability-grid a {
	display: grid;
	place-items: center;
	min-height: 94px;
	padding: 13px 8px 14px;
	color: var(--fb-ink);
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 4px;
	text-align: center;
}

.industrial-capability-grid a:hover,
.industrial-capability-grid a:focus {
	color: var(--fb-accent);
	border-color: rgba(11, 87, 152, 0.35);
	box-shadow: 0 10px 20px rgba(6, 31, 59, 0.08);
}

.industrial-capability-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-bottom: 7px;
	color: var(--fb-accent);
	border: 0;
	border-radius: 0;
}

.industrial-capability-icon img {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.industrial-capability-grid strong {
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1.2;
}

.industrial-resource-list {
	display: grid;
	gap: 12px;
}

.industrial-resource-row {
	display: grid;
	grid-template-columns: 122px minmax(0, 1fr) 22px;
	align-items: center;
	gap: 14px;
	color: var(--fb-ink);
}

.industrial-resource-row img {
	width: 122px;
	height: 74px;
	object-fit: cover;
	border-radius: 4px;
}

.industrial-resource-row small {
	display: block;
	margin-bottom: 4px;
	color: var(--fb-copper);
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
}

.industrial-resource-row strong {
	display: block;
	color: inherit;
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.25;
}

.industrial-resource-row svg {
	width: 20px;
	height: 20px;
	color: var(--fb-copper);
}

.industrial-panel-link {
	margin-top: auto;
	padding-top: 18px;
}

.industrial-quote {
	padding: 28px 0 36px;
}

.industrial-quote__layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	gap: 34px;
	align-items: center;
	padding: 34px 40px;
	color: #ffffff;
	background:
		linear-gradient(120deg, rgba(3, 24, 45, 0.98), rgba(7, 45, 82, 0.96)),
		var(--fb-navy);
	border-radius: var(--fb-radius);
	box-shadow: 0 18px 42px rgba(6, 31, 59, 0.18);
}

.industrial-quote__intro h2 {
	position: relative;
	margin: 0;
	padding-top: 14px;
	color: #ffffff;
	font-family: "Arial Narrow", "Libre Franklin", "Segoe UI", Arial, sans-serif;
	font-size: clamp(1.65rem, 2.5vw, 2.7rem);
	font-weight: 900;
	line-height: 1.08;
	text-transform: uppercase;
}

.industrial-quote__intro h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 2px;
	background: var(--fb-copper);
}

.industrial-quote__intro p {
	max-width: 430px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.82);
}

.industrial-trust-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 30px;
}

.industrial-trust-points span {
	position: relative;
	padding-top: 36px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.industrial-trust-points span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	border: 2px solid var(--fb-copper);
	border-radius: 50%;
}

.industrial-quote__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding-left: 32px;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.industrial-quote__form label {
	display: grid;
	gap: 6px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.76rem;
	font-weight: 700;
	text-transform: uppercase;
}

.industrial-quote__form input,
.industrial-quote__form textarea {
	width: 100%;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 4px;
	outline: none;
}

.industrial-quote__form input {
	height: 44px;
	padding: 0 13px;
}

.industrial-quote__form textarea {
	min-height: 92px;
	padding: 12px 13px;
	resize: vertical;
}

.industrial-quote__form input:focus,
.industrial-quote__form textarea:focus {
	border-color: rgba(211, 112, 51, 0.92);
	box-shadow: 0 0 0 3px rgba(211, 112, 51, 0.2);
}

.industrial-quote__form .quote-form__full,
.industrial-quote__form button {
	grid-column: 1 / -1;
}

.industrial-quote__form button {
	width: fit-content;
	min-width: 210px;
	justify-content: center;
	gap: 14px;
	text-transform: uppercase;
}

.site-footer--industrial {
	color: rgba(255, 255, 255, 0.84);
	background:
		linear-gradient(115deg, rgba(3, 24, 45, 0.98), rgba(7, 45, 82, 0.98)),
		var(--fb-navy);
}

.footer-industrial-grid {
	display: grid;
	grid-template-columns: minmax(240px, 1.35fr) repeat(5, minmax(130px, 0.72fr));
	gap: 34px;
	padding: 58px 0 44px;
}

.footer-industrial-grid > * {
	min-width: 0;
}

.footer-brand--industrial .brand-text {
	color: #ffffff;
	margin-bottom: 22px;
}

.footer-brand--industrial .brand-text::before {
	background: linear-gradient(135deg, #ffffff 0 48%, transparent 48% 60%, var(--fb-accent) 60%);
	border-color: rgba(255, 255, 255, 0.24);
}

.footer-brand--industrial p {
	max-width: 330px;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
}

.site-footer--industrial h2 {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 900;
	text-transform: uppercase;
}

.site-footer--industrial .footer-menu,
.site-footer--industrial .footer-contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer--industrial .footer-menu li,
.site-footer--industrial .footer-contact li {
	margin-bottom: 9px;
}

.site-footer--industrial .footer-menu a,
.site-footer--industrial .footer-contact a,
.site-footer--industrial .footer-contact li {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9rem;
	line-height: 1.45;
}

.site-footer--industrial .footer-contact li {
	overflow-wrap: anywhere;
}

.site-footer--industrial .footer-menu a:hover,
.site-footer--industrial .footer-menu a:focus,
.site-footer--industrial .footer-contact a:hover,
.site-footer--industrial .footer-contact a:focus {
	color: #ffffff;
}

.site-footer--industrial .footer-share {
	margin-top: 24px;
}

.site-footer--industrial .footer-share a {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.3);
}

.footer-bottom--industrial {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 24px 0 30px;
	color: rgba(255, 255, 255, 0.75);
	border-top-color: rgba(255, 255, 255, 0.14);
}

.footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.footer-legal a {
	padding: 0 18px;
	color: rgba(255, 255, 255, 0.75);
	border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.footer-legal a:first-child {
	border-left: 0;
}

.footer-legal a:hover,
.footer-legal a:focus {
	color: #ffffff;
}

.archive-hero,
.page .archive-hero,
.search .archive-hero {
	color: #ffffff;
}

.archive-hero h1,
.simple-detail-head h1,
.catalog-detail-hero h1 {
	font-family: "Arial Narrow", "Libre Franklin", "Segoe UI", Arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

.simple-detail-media__frame,
.catalog-detail-hero__media {
	background: #ffffff;
	border-color: var(--fb-line);
	box-shadow: 0 18px 42px rgba(6, 31, 59, 0.08);
}

.simple-detail-media__frame img,
.catalog-detail-hero__media img {
	aspect-ratio: 2.55;
	object-fit: cover;
}

.resource-card,
.directory-card,
.product-card-specs,
.catalog-detail-overview__aside,
.resources-sidebar,
.resource-filter-sidebar {
	background: #ffffff;
}

.resource-card__image,
.directory-card__image,
.product-card__image {
	background: #ffffff;
	box-shadow: inset 0 -18px 22px -24px rgba(6, 31, 59, 0.58);
}

.product-archive-page .product-card-specs,
.simple-detail-product-grid .product-card-specs,
.home-product-grid .product-card-specs {
	display: none;
}

.product-card-material-badge {
	left: 0;
	top: 0;
	border-radius: 0 0 4px 0;
	background: var(--fb-accent);
	box-shadow: 0 12px 22px rgba(6, 31, 59, 0.16);
}

.resource-card__footer,
.directory-card__footer {
	font-weight: 400;
}

@media (max-width: 1280px) {
	.industrial-product-grid,
	.industrial-overlay-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.industrial-three-column__grid {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 1199px) {
	.site-header .header-shell {
		width: var(--fb-shell);
	}
}

@media (max-width: 900px) {
	.industrial-product-grid,
	.industrial-overlay-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.industrial-quote__layout {
		grid-template-columns: 1fr;
		padding: 30px 24px;
	}

	.industrial-quote__form {
		padding-left: 0;
		border-left: 0;
	}

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

@media (max-width: 640px) {
	:root {
		--fb-shell: min(calc(100% - 28px), 1360px);
	}

	.industrial-hero {
		min-height: 430px;
	}

	.industrial-hero__content {
		padding: 52px 0;
	}

	.industrial-hero__actions,
	.industrial-section__head,
	.footer-bottom--industrial {
		align-items: flex-start;
		flex-direction: column;
	}

	.industrial-product-grid,
	.industrial-overlay-grid,
	.industrial-material-columns,
	.industrial-capability-grid,
	.industrial-quote__form,
	.footer-industrial-grid {
		grid-template-columns: 1fr;
	}

	.industrial-product-card {
		grid-template-rows: 170px auto;
		min-height: 250px;
	}

	.industrial-resource-row {
		grid-template-columns: 96px minmax(0, 1fr) 18px;
	}

	.industrial-resource-row img {
		width: 96px;
		height: 66px;
	}

	.footer-legal a {
		padding: 0 12px 0 0;
		margin-right: 12px;
		border-left: 0;
	}
}

/* Header and quote refinements after brand confirmation. */
.forgebase-default-logo-link {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	max-width: 330px;
	line-height: 0;
}

.forgebase-default-logo {
	width: auto;
	height: auto;
	max-width: 330px;
	max-height: 76px;
	object-fit: contain;
}

.site-header .site-branding {
	flex: 0 0 auto;
}

.primary-menu > li > a {
	white-space: nowrap;
	word-break: keep-all;
}

.primary-menu > li.menu-item-has-children > a {
	gap: 9px;
}

.quote-button {
	min-width: 220px;
	color: #ffffff;
	background: var(--fb-navy);
	border-color: var(--fb-navy);
	font-weight: 900;
	text-align: center;
}

.quote-button:hover,
.quote-button:focus {
	color: #ffffff;
	background: var(--fb-accent);
	border-color: var(--fb-accent);
}

@media (min-width: 1500px) {
	.site-header .header-shell {
		width: min(1880px, calc(100vw - 72px));
		grid-template-columns: minmax(300px, 360px) minmax(780px, 1fr) minmax(520px, 640px);
		gap: 28px;
	}

	.primary-menu > li > a {
		padding-inline: 16px;
		font-size: 0.86rem;
	}

	.header-utility .search-form {
		width: min(360px, 100%);
		min-width: 300px;
	}
}

@media (min-width: 769px) and (max-width: 1499px) {
	.site-header .header-shell {
		width: min(100% - 48px, 1500px);
		display: block;
	}

	.header-brand-row {
		display: grid;
		grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
		gap: 24px;
		align-items: center;
		min-height: 82px;
	}

	.site-navigation {
		border-top: 1px solid var(--fb-line);
		overflow-x: auto;
		overflow-y: visible;
	}

	.primary-menu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		min-width: max-content;
	}

	.primary-menu > li > a {
		min-height: 58px;
		padding-inline: 15px;
		font-size: 0.88rem;
		font-weight: 900;
	}

	.header-utility {
		justify-content: flex-end;
		gap: 12px;
	}

	.header-utility .search-form {
		width: min(430px, 52vw);
		min-width: 260px;
	}

	.forgebase-default-logo {
		max-width: 310px;
		max-height: 68px;
	}
}

.front-page--industrial .industrial-quote__form.quote-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 0 0 0 32px;
	background: transparent;
	border: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 0;
	box-shadow: none;
}

.front-page--industrial .industrial-quote__form.quote-form label {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.76rem;
	font-weight: 800;
	text-transform: uppercase;
}

.front-page--industrial .industrial-quote__form.quote-form input,
.front-page--industrial .industrial-quote__form.quote-form textarea {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.24);
	box-shadow: none;
}

.front-page--industrial .industrial-quote__form.quote-form input {
	min-height: 44px;
}

.front-page--industrial .industrial-quote__form.quote-form textarea {
	min-height: 150px;
	max-height: 260px;
}

.front-page--industrial .industrial-quote__form.quote-form input:focus,
.front-page--industrial .industrial-quote__form.quote-form textarea:focus {
	border-color: rgba(211, 112, 51, 0.95);
	box-shadow: 0 0 0 3px rgba(211, 112, 51, 0.2);
}

.front-page--industrial .industrial-quote__form.quote-form .quote-form__full,
.front-page--industrial .industrial-quote__form.quote-form button {
	grid-column: 1 / -1;
}

.front-page--industrial .industrial-quote__form.quote-form button {
	min-width: 190px;
	min-height: 52px;
	padding: 12px 18px;
	gap: 10px;
	justify-self: start;
}

.front-page--industrial .industrial-quote__form.quote-form button svg {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}

.footer-brand--industrial .forgebase-default-logo-link {
	padding: 8px 10px;
	background: #ffffff;
	border-radius: 4px;
}

.footer-brand--industrial .forgebase-default-logo {
	max-width: 250px;
	max-height: 66px;
}

@media (max-width: 900px) {
	.front-page--industrial .industrial-quote__form.quote-form {
		grid-template-columns: 1fr;
		padding-left: 0;
		border-left: 0;
	}
}

/* Responsive header final rules:
   Large screens use one row. Medium desktop uses two clean rows. */
@media (min-width: 1500px) {
	.site-header .header-shell {
		display: grid;
		grid-template-columns: minmax(280px, 340px) minmax(650px, 1fr) minmax(470px, 560px);
		align-items: center;
		width: min(1880px, calc(100vw - 72px));
		min-height: 76px;
		gap: 24px;
	}

	.header-brand-row {
		display: contents;
		min-height: 0;
	}

	.site-branding {
		grid-column: 1;
	}

	.site-navigation {
		grid-column: 2;
		grid-row: 1;
		border-top: 0;
		overflow: visible;
	}

	.header-utility {
		grid-column: 3;
		grid-row: 1;
	}

	.primary-menu {
		justify-content: center;
		flex-wrap: nowrap;
		min-width: 0;
	}

	.primary-menu > li > a {
		min-height: 76px;
		padding-inline: 12px;
		font-size: 0.84rem;
	}

	.header-utility .search-form {
		width: min(330px, 100%);
		min-width: 260px;
	}

	.quote-button {
		min-width: 206px;
	}
}

@media (min-width: 1025px) and (max-width: 1499px) {
	.site-header .header-shell {
		display: grid;
		grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
		grid-template-rows: 78px 58px;
		align-items: center;
		width: min(100% - 48px, 1440px);
		gap: 0 24px;
	}

	.header-brand-row {
		display: contents;
		min-height: 0;
	}

	.site-branding {
		grid-column: 1;
		grid-row: 1;
	}

	.header-utility {
		grid-column: 2;
		grid-row: 1;
		justify-content: flex-end;
		gap: 12px;
	}

	.site-navigation {
		grid-column: 1 / -1;
		grid-row: 2;
		border-top: 1px solid var(--fb-line);
		overflow: visible;
	}

	.primary-menu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		min-width: 0;
	}

	.primary-menu > li > a {
		min-height: 58px;
		padding-inline: clamp(9px, 1.2vw, 16px);
		font-size: clamp(0.76rem, 0.9vw, 0.88rem);
		font-weight: 900;
	}

	.forgebase-default-logo {
		max-width: 300px;
		max-height: 66px;
	}

	.header-utility .search-form {
		width: min(430px, 46vw);
		min-width: 240px;
	}

	.quote-button {
		min-width: 204px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.header-brand-row {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.header-utility {
		grid-column: 1 / -1;
	}

	.site-navigation {
		overflow-x: auto;
	}

	.primary-menu {
		min-width: max-content;
	}
}

/* Keep dense desktop navigation clear at scaled laptop resolutions. */
@media (min-width: 1500px) and (max-width: 2199px) {
	.site-header .header-shell {
		display: grid;
		grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
		grid-template-rows: 78px 58px;
		align-items: center;
		width: min(calc(100% - 48px), 2100px);
		min-height: 0;
		gap: 0 24px;
	}

	.header-brand-row {
		display: contents;
		min-height: 0;
	}

	.site-branding {
		grid-column: 1;
		grid-row: 1;
	}

	.header-utility {
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
		gap: 12px;
	}

	.header-utility .search-form {
		flex: 1 1 260px;
		width: clamp(180px, 28vw, 430px);
		min-width: 0;
		max-width: 430px;
	}

	.quote-button {
		flex: 0 0 auto;
		min-width: 204px;
	}

	.site-navigation {
		grid-column: 1 / -1;
		grid-row: 2;
		min-width: 0;
		border-top: 1px solid var(--fb-line);
		overflow: visible;
	}

	.primary-menu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		min-width: 0;
	}

	.primary-menu > li > a {
		min-height: 58px;
		padding-inline: clamp(9px, 0.8vw, 16px);
		font-size: clamp(0.76rem, 0.72vw, 0.88rem);
	}
}

@media (min-width: 2200px) {
	.site-navigation,
	.header-utility {
		min-width: 0;
	}

	.header-utility .search-form {
		flex: 1 1 260px;
		width: clamp(180px, 16vw, 330px);
		min-width: 0;
		max-width: 330px;
	}

	.quote-button {
		flex: 0 0 auto;
	}
}

.footer-logo-link {
	display: inline-flex;
	align-items: center;
	max-width: 330px;
	margin-bottom: 24px;
	line-height: 0;
}

.footer-logo {
	display: block;
	width: auto;
	height: auto;
	max-width: 290px;
	max-height: 76px;
	object-fit: contain;
}

.footer-brand--industrial .forgebase-default-logo-link,
.footer-brand--industrial .footer-logo-link {
	padding: 0;
	background: transparent;
	border-radius: 0;
}

/* Directory visual system v0.2.3
   Scope: archive/directory list pages only. Content model and detail templates
   remain unchanged. */
.archive-hero {
	min-height: clamp(160px, 18vw, 250px);
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--fb-line);
}

.archive-hero h1 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(2rem, 3.2vw, 3.4rem);
	line-height: 1.02;
	letter-spacing: 0;
}

.product-controls-shell {
	padding-top: 30px;
	padding-bottom: 20px;
}

.product-controls-row {
	display: flex;
	align-items: center;
	gap: 20px;
}

.product-controls-row .product-filter-panel {
	display: flex;
	align-items: center;
}

.product-filter-panel--inline:has(.product-filter-panel__details[open]) {
	flex-basis: 100%;
	display: block;
}

.product-filter-panel__details summary,
.product-view-toggle a {
	min-height: 48px;
	border-radius: 5px;
	font-weight: 500;
	line-height: 1;
}

.product-filter-panel__details summary {
	margin: 0;
	padding-inline: 22px;
	background: var(--fb-accent);
}

.product-filter-panel__details[open] summary {
	margin-bottom: 14px;
}

.product-view-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0;
	padding: 6px;
	background: #ffffff;
	border: 1px solid var(--fb-line);
	border-radius: 7px;
	box-shadow: 0 10px 24px rgba(6, 31, 59, 0.06);
}

.product-view-toggle a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	color: var(--fb-muted);
	background: transparent;
	text-transform: uppercase;
}

.product-view-toggle a.is-active {
	color: #ffffff;
	background: var(--fb-accent);
	box-shadow: 0 10px 22px rgba(11, 79, 147, 0.14);
}

.product-results-shell {
	padding-top: 26px;
	padding-bottom: 84px;
}

.post-type-archive-fb_product .resource-grid,
.tax-fb_product_category .resource-grid,
.tax-fb_product_group_2 .resource-grid,
.tax-fb_key_ingredient .resource-grid,
.tax-fb_product_form .resource-grid,
.tax-fb_installation_method .resource-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	align-items: start;
}

.post-type-archive-fb_product .resource-card,
.tax-fb_product_category .resource-card,
.tax-fb_product_group_2 .resource-card,
.tax-fb_key_ingredient .resource-card,
.tax-fb_product_form .resource-card,
.tax-fb_installation_method .resource-card {
	align-self: start;
	min-height: 0;
	border-color: rgba(6, 31, 59, 0.13);
	border-radius: 6px;
	box-shadow: 0 14px 34px rgba(6, 31, 59, 0.08);
}

.post-type-archive-fb_product .resource-card__image,
.tax-fb_product_category .resource-card__image,
.tax-fb_product_group_2 .resource-card__image,
.tax-fb_key_ingredient .resource-card__image,
.tax-fb_product_form .resource-card__image,
.tax-fb_installation_method .resource-card__image {
	aspect-ratio: 1.42;
	background: #ffffff;
	box-shadow: inset 0 -18px 22px -20px rgba(6, 31, 59, 0.48);
}

.post-type-archive-fb_product .resource-card__image img,
.tax-fb_product_category .resource-card__image img,
.tax-fb_product_group_2 .resource-card__image img,
.tax-fb_key_ingredient .resource-card__image img,
.tax-fb_product_form .resource-card__image img,
.tax-fb_installation_method .resource-card__image img {
	object-fit: contain;
	padding: 18px;
}

.post-type-archive-fb_product .resource-card__body,
.tax-fb_product_category .resource-card__body,
.tax-fb_product_group_2 .resource-card__body,
.tax-fb_key_ingredient .resource-card__body,
.tax-fb_product_form .resource-card__body,
.tax-fb_installation_method .resource-card__body {
	padding: 22px 24px 28px;
}

.post-type-archive-fb_product .resource-card h2,
.tax-fb_product_category .resource-card h2,
.tax-fb_product_group_2 .resource-card h2,
.tax-fb_key_ingredient .resource-card h2,
.tax-fb_product_form .resource-card h2,
.tax-fb_installation_method .resource-card h2 {
	margin: 0;
	font-size: clamp(1.16rem, 1.35vw, 1.45rem);
	line-height: 1.18;
}

.industries-applications-directory,
.service-directory {
	padding-top: 44px;
	padding-bottom: 88px;
}

.directory-cascade-filter {
	margin-bottom: 6px;
}

.directory-cascade-filter select,
.directory-cascade-filter__reset {
	min-height: 48px;
	border-radius: 5px;
}

.directory-section {
	gap: 18px;
}

.directory-section + .directory-section {
	margin-top: 18px;
	padding-top: 38px;
}

.directory-section__heading .card-kicker {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-left: 22px;
	color: var(--fb-dark);
	font-family: "Arial Narrow", "Libre Franklin", "Segoe UI", Arial, sans-serif;
	font-size: 1.45rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.directory-section__heading .card-kicker::before {
	content: "";
	position: absolute;
	left: 0;
	width: 12px;
	height: 2px;
	background: var(--fb-copper);
}

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

.service-archive-page .directory-card-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.directory-card {
	border-color: rgba(6, 31, 59, 0.12);
	border-radius: 6px;
	box-shadow: 0 14px 32px rgba(6, 31, 59, 0.08);
}

.directory-card__media {
	aspect-ratio: 1.58;
	background: #ffffff;
}

.directory-card__media::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 34%;
	background: linear-gradient(180deg, rgba(3, 24, 45, 0), rgba(3, 24, 45, 0.34));
	pointer-events: none;
}

.directory-card__badge {
	min-height: 34px;
	padding: 8px 18px;
	background: var(--fb-accent);
	border-radius: 0;
	font-size: 0.78rem;
	font-weight: 700;
}

.directory-card__body {
	min-height: 132px;
	padding: 22px 22px 24px;
}

.service-archive-page .directory-card__body {
	min-height: 112px;
}

.directory-card h3 {
	margin: 0 0 18px;
	font-size: clamp(1.1rem, 1.2vw, 1.28rem);
	line-height: 1.2;
}

.directory-card .text-link {
	color: var(--fb-accent);
	font-weight: 500;
}

.resource-library-layout {
	padding-top: 48px;
}

.resource-library-layout .resource-type-tabs {
	border-color: rgba(6, 31, 59, 0.14);
	box-shadow: 0 16px 34px rgba(6, 31, 59, 0.07);
}

.resource-library-layout .resource-type-tabs a {
	min-height: 58px;
	padding: 15px 20px 15px 24px;
	color: var(--fb-ink);
}

.resource-library-layout .resource-type-tabs a.is-active {
	color: var(--fb-accent);
}

.resource-library-layout .resource-card {
	grid-template-columns: minmax(0, 1fr) minmax(260px, 31%);
	gap: 38px;
	padding: 34px 0;
}

.resource-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
	color: var(--fb-muted);
	font-size: 0.86rem;
	line-height: 1.2;
}

.resource-card__meta span::before {
	content: "/";
	margin-right: 8px;
	color: rgba(91, 108, 129, 0.66);
}

.resource-library-layout .resource-card h2 {
	margin-bottom: 0;
	font-size: clamp(1.45rem, 2.1vw, 2.15rem);
	line-height: 1.16;
}

.resource-library-layout .resource-card .text-link {
	display: none;
}

.resource-library-layout .resource-card__image {
	aspect-ratio: 1.9;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(6, 31, 59, 0.08);
}

@media (max-width: 1180px) {
	.post-type-archive-fb_product .resource-grid,
	.tax-fb_product_category .resource-grid,
	.tax-fb_product_group_2 .resource-grid,
	.tax-fb_key_ingredient .resource-grid,
	.tax-fb_product_form .resource-grid,
	.tax-fb_installation_method .resource-grid,
	.directory-card-grid,
	.service-archive-page .directory-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.archive-hero {
		min-height: 136px;
	}

	.product-controls-row {
		align-items: stretch;
		gap: 12px;
	}

	.product-filter-panel--inline,
	.product-results-toolbar,
	.product-view-toggle {
		width: 100%;
	}

	.product-view-toggle a {
		flex: 1;
	}

	.directory-cascade-filter {
		grid-template-columns: 1fr;
	}

	.post-type-archive-fb_product .resource-grid,
	.tax-fb_product_category .resource-grid,
	.tax-fb_product_group_2 .resource-grid,
	.tax-fb_key_ingredient .resource-grid,
	.tax-fb_product_form .resource-grid,
	.tax-fb_installation_method .resource-grid,
	.directory-card-grid,
	.service-archive-page .directory-card-grid {
		grid-template-columns: 1fr;
	}

	.resource-library-layout .resource-card {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

/* Products directory polish v0.2.6 */
.product-archive-page .archive-hero {
	min-height: clamp(150px, 16vw, 220px);
}

.product-archive-page .product-controls-shell {
	padding-top: 34px;
	padding-bottom: 12px;
}

.product-archive-page .product-controls-row {
	gap: 18px;
	align-items: flex-start;
}

.product-archive-page .product-filter-panel__details summary {
	min-width: 220px;
	min-height: 52px;
	justify-content: center;
	padding: 10px 24px;
	background: var(--fb-accent);
	border: 1px solid var(--fb-accent);
	border-radius: 5px;
	font-size: 0.92rem;
	font-weight: 500;
}

.product-archive-page .product-view-toggle {
	min-height: 52px;
	padding: 5px;
	border-radius: 7px;
}

.product-archive-page .product-view-toggle a {
	min-height: 40px;
	min-width: 118px;
	padding: 9px 20px;
	font-size: 0.9rem;
	font-weight: 400;
}

.product-archive-page .product-filter-form {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
	margin-top: 0;
	padding: 22px;
	border-color: rgba(6, 31, 59, 0.15);
	border-left: 4px solid var(--fb-accent);
	border-radius: 6px;
	box-shadow: 0 16px 34px rgba(6, 31, 59, 0.08);
}

.product-archive-page .product-filter-form__field--keyword {
	grid-column: span 2;
}

.product-archive-page .product-filter-form label,
.product-archive-page .product-filter-form__check {
	color: var(--fb-muted);
	font-size: 0.72rem;
	font-weight: 400;
	letter-spacing: 0;
}

.product-archive-page .product-filter-form input,
.product-archive-page .product-filter-form select {
	min-height: 44px;
	color: var(--fb-ink);
	border-color: rgba(6, 31, 59, 0.18);
}

.product-archive-page .product-filter-form input:focus,
.product-archive-page .product-filter-form select:focus {
	border-color: var(--fb-accent);
	box-shadow: 0 0 0 3px rgba(11, 79, 147, 0.12);
	outline: 0;
}

.product-archive-page .product-filter-form__actions {
	grid-column: span 2;
	align-items: end;
}

.product-archive-page .product-filter-form__actions .button {
	min-height: 44px;
	padding: 10px 16px;
}

.product-archive-page .product-results-shell {
	padding-top: 18px;
}

.post-type-archive-fb_product .resource-grid,
.tax-fb_product_category .resource-grid,
.tax-fb_product_group_2 .resource-grid,
.tax-fb_key_ingredient .resource-grid,
.tax-fb_product_form .resource-grid,
.tax-fb_installation_method .resource-grid {
	gap: 24px;
}

.post-type-archive-fb_product .resource-card,
.tax-fb_product_category .resource-card,
.tax-fb_product_group_2 .resource-card,
.tax-fb_key_ingredient .resource-card,
.tax-fb_product_form .resource-card,
.tax-fb_installation_method .resource-card {
	border-color: rgba(6, 31, 59, 0.12);
	box-shadow: 0 14px 30px rgba(6, 31, 59, 0.07);
}

.post-type-archive-fb_product .resource-card:hover,
.post-type-archive-fb_product .resource-card:focus-within,
.tax-fb_product_category .resource-card:hover,
.tax-fb_product_category .resource-card:focus-within,
.tax-fb_product_group_2 .resource-card:hover,
.tax-fb_product_group_2 .resource-card:focus-within,
.tax-fb_key_ingredient .resource-card:hover,
.tax-fb_key_ingredient .resource-card:focus-within,
.tax-fb_product_form .resource-card:hover,
.tax-fb_product_form .resource-card:focus-within,
.tax-fb_installation_method .resource-card:hover,
.tax-fb_installation_method .resource-card:focus-within {
	border-color: rgba(11, 79, 147, 0.26);
	box-shadow: 0 18px 36px rgba(6, 31, 59, 0.12);
}

.post-type-archive-fb_product .resource-card__image,
.tax-fb_product_category .resource-card__image,
.tax-fb_product_group_2 .resource-card__image,
.tax-fb_key_ingredient .resource-card__image,
.tax-fb_product_form .resource-card__image,
.tax-fb_installation_method .resource-card__image {
	aspect-ratio: 1.58;
	box-shadow: inset 0 -22px 24px -24px rgba(6, 31, 59, 0.52);
}

.post-type-archive-fb_product .resource-card__image img,
.tax-fb_product_category .resource-card__image img,
.tax-fb_product_group_2 .resource-card__image img,
.tax-fb_key_ingredient .resource-card__image img,
.tax-fb_product_form .resource-card__image img,
.tax-fb_installation_method .resource-card__image img {
	padding: 16px;
}

.post-type-archive-fb_product .resource-card__body,
.tax-fb_product_category .resource-card__body,
.tax-fb_product_group_2 .resource-card__body,
.tax-fb_key_ingredient .resource-card__body,
.tax-fb_product_form .resource-card__body,
.tax-fb_installation_method .resource-card__body {
	padding: 20px 22px 24px;
}

.post-type-archive-fb_product .resource-card h2,
.tax-fb_product_category .resource-card h2,
.tax-fb_product_group_2 .resource-card h2,
.tax-fb_key_ingredient .resource-card h2,
.tax-fb_product_form .resource-card h2,
.tax-fb_installation_method .resource-card h2 {
	font-size: clamp(1.12rem, 1.22vw, 1.36rem);
}

.product-archive-page .product-card-material-badge {
	min-height: 32px;
	padding: 7px 13px;
	background: var(--fb-accent);
	border-radius: 0 0 4px 0;
	box-shadow: 0 8px 18px rgba(6, 31, 59, 0.16);
	font-size: 0.74rem;
	font-weight: 500;
}

.product-archive-page .product-table-wrap {
	border-color: rgba(6, 31, 59, 0.14);
	box-shadow: 0 14px 34px rgba(6, 31, 59, 0.07);
}

.product-archive-page .product-table th,
.product-archive-page .product-table td {
	font-weight: 400;
}

.product-archive-page .product-table thead th {
	color: var(--fb-muted);
	font-size: 0.72rem;
	font-weight: 500;
	text-transform: uppercase;
}

.product-archive-page .product-table tbody th a {
	font-weight: 600;
}

@media (max-width: 1180px) {
	.product-archive-page .product-filter-form {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.product-archive-page .product-filter-form__field--keyword,
	.product-archive-page .product-filter-form__actions {
		grid-column: span 3;
	}
}

@media (max-width: 768px) {
	.product-archive-page .product-filter-panel__details summary,
	.product-archive-page .product-view-toggle a {
		width: 100%;
		min-width: 0;
	}

	.product-archive-page .product-filter-form {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.product-archive-page .product-filter-form__field--keyword,
	.product-archive-page .product-filter-form__actions {
		grid-column: auto;
	}

	.product-archive-page .product-filter-form__actions {
		flex-direction: column;
		align-items: stretch;
	}
}

/* Industries & Applications polish v0.2.7 */
.industries-archive-page .archive-hero {
	min-height: clamp(150px, 16vw, 220px);
}

.industries-archive-page .industries-applications-directory {
	gap: 46px;
	padding-top: 34px;
	padding-bottom: 82px;
}

.industries-archive-page .directory-cascade-filter {
	display: grid;
	grid-template-columns: repeat(2, minmax(220px, 320px)) auto;
	gap: 14px;
	align-items: stretch;
	padding: 18px;
	background: #ffffff;
	border: 1px solid rgba(6, 31, 59, 0.14);
	border-left: 4px solid var(--fb-accent);
	border-radius: 6px;
	box-shadow: 0 16px 34px rgba(6, 31, 59, 0.08);
}

.industries-archive-page .directory-cascade-filter__field {
	gap: 0;
}

.industries-archive-page .directory-cascade-filter select,
.industries-archive-page .directory-cascade-filter__reset {
	min-height: 48px;
	border-color: rgba(6, 31, 59, 0.18);
	border-radius: 5px;
	font-size: 0.95rem;
	font-weight: 400;
}

.industries-archive-page .directory-cascade-filter select {
	padding: 10px 14px;
	background-color: #ffffff;
}

.industries-archive-page .directory-cascade-filter select:focus {
	border-color: var(--fb-accent);
	box-shadow: 0 0 0 3px rgba(11, 79, 147, 0.12);
	outline: 0;
}

.industries-archive-page .directory-cascade-filter__reset {
	min-width: 102px;
	padding: 10px 18px;
	text-transform: uppercase;
}

.industries-archive-page .directory-section {
	gap: 18px;
}

.industries-archive-page .directory-section + .directory-section {
	padding-top: 44px;
	border-top: 1px solid rgba(6, 31, 59, 0.14);
}

.industries-archive-page .directory-section__heading .card-kicker {
	position: static;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding-left: 0;
	color: var(--fb-ink);
	font-size: var(--fb-type-section);
	font-weight: 700;
	line-height: 1.15;
	text-transform: none;
}

.industries-archive-page .directory-section__heading .card-kicker::before {
	content: "";
	position: static;
	flex: 0 0 auto;
	width: 36px;
	height: 2px;
	background: var(--fb-copper);
}

.industries-archive-page .directory-card-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.industries-archive-page .directory-card {
	border-color: rgba(6, 31, 59, 0.12);
	box-shadow: 0 14px 30px rgba(6, 31, 59, 0.07);
}

.industries-archive-page .directory-card__media {
	aspect-ratio: 1.72;
	background: #ffffff;
}

.industries-archive-page .directory-card__media::after {
	height: 42%;
	background: linear-gradient(180deg, rgba(3, 24, 45, 0), rgba(3, 24, 45, 0.44));
}

.industries-archive-page .directory-card__badge,
.industry-detail-page .directory-card__badge,
.application-detail-page .directory-card__badge {
	min-height: 34px;
	padding: 8px 18px;
	background: var(--fb-accent);
	border-radius: 0;
	font-size: 0.76rem;
	font-weight: 700;
}

.industries-archive-page .directory-card__body {
	min-height: 112px;
	padding: 20px 22px 22px;
}

.industries-archive-page .directory-card h3 {
	margin-bottom: 18px;
	font-size: clamp(1.08rem, 1.15vw, 1.28rem);
}

.industry-detail-page .simple-detail-media,
.application-detail-page .simple-detail-media {
	padding-top: 42px;
	padding-bottom: 24px;
}

.industry-detail-page .simple-detail-media__frame,
.application-detail-page .simple-detail-media__frame {
	aspect-ratio: 4 / 1;
	max-height: 300px;
	border-color: rgba(6, 31, 59, 0.14);
	box-shadow: 0 16px 36px rgba(6, 31, 59, 0.09);
}

.industry-detail-page .simple-detail-head,
.application-detail-page .simple-detail-head {
	padding-bottom: 18px;
}

.industry-detail-page .simple-detail-head h1,
.application-detail-page .simple-detail-head h1 {
	max-width: 940px;
	font-size: clamp(2rem, 2.7vw, 2.85rem);
}

.industry-detail-page .simple-detail-content,
.application-detail-page .simple-detail-content {
	padding-bottom: 42px;
}

.industry-detail-page .simple-detail-content__inner,
.application-detail-page .simple-detail-content__inner {
	max-width: 920px;
}

.industry-detail-page .simple-detail-summary,
.application-detail-page .simple-detail-summary {
	max-width: 880px;
	margin-bottom: 20px;
	color: var(--fb-muted);
	font-size: 1.02rem;
	line-height: 1.68;
}

.industry-detail-page .simple-detail-content__inner h2,
.application-detail-page .simple-detail-content__inner h2 {
	font-size: clamp(1.38rem, 1.8vw, 1.78rem);
}

.industry-detail-page .product-related--card-rows,
.application-detail-page .product-related--card-rows {
	gap: 42px;
	padding-top: 10px;
	padding-bottom: 34px;
}

.industry-detail-page .product-related__section h2,
.application-detail-page .product-related__section h2 {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 4px;
	font-size: clamp(1.42rem, 1.95vw, 1.95rem);
}

.industry-detail-page .product-related__section h2::before,
.application-detail-page .product-related__section h2::before {
	content: "";
	width: 34px;
	height: 2px;
	background: var(--fb-copper);
}

.industry-detail-page .product-related--card-rows .directory-card__body,
.application-detail-page .product-related--card-rows .directory-card__body {
	min-height: 108px;
}

.industry-detail-page .simple-detail-product-grid .resource-card,
.application-detail-page .simple-detail-product-grid .resource-card {
	box-shadow: 0 14px 30px rgba(6, 31, 59, 0.07);
}

.industry-detail-page .simple-detail-product-grid .resource-card__image,
.application-detail-page .simple-detail-product-grid .resource-card__image {
	aspect-ratio: 1.58;
	box-shadow: inset 0 -22px 24px -24px rgba(6, 31, 59, 0.52);
}

.industry-detail-page .simple-detail-cta,
.application-detail-page .simple-detail-cta {
	margin-top: 0;
	margin-bottom: 86px;
}

@media (max-width: 1180px) {
	.industries-archive-page .directory-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.industries-archive-page .directory-cascade-filter {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.industries-archive-page .directory-cascade-filter__reset {
		grid-column: 1 / -1;
		justify-self: start;
	}
}

@media (max-width: 768px) {
	.industries-archive-page .directory-card-grid {
		grid-template-columns: 1fr;
	}

	.industries-archive-page .directory-cascade-filter {
		grid-template-columns: 1fr;
		padding: 16px;
	}

	.industries-archive-page .directory-cascade-filter__reset {
		width: 100%;
	}

	.industry-detail-page .simple-detail-media,
	.application-detail-page .simple-detail-media {
		padding-top: 30px;
	}

	.industry-detail-page .simple-detail-media__frame,
	.application-detail-page .simple-detail-media__frame {
		aspect-ratio: 16 / 7;
		max-height: none;
	}
}

/* Capabilities directory and detail polish v0.2.8 */
.capabilities-archive-page .archive-hero {
	min-height: clamp(140px, 15vw, 205px);
}

.capabilities-archive-page .service-directory {
	padding-top: 44px;
	padding-bottom: 46px;
}

.capability-directory-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.capability-directory-card {
	position: relative;
	display: grid;
	min-height: 176px;
	padding: 28px 22px 52px;
	color: var(--fb-ink);
	background: #ffffff;
	border: 1px solid rgba(6, 31, 59, 0.13);
	border-radius: 6px;
	box-shadow: 0 14px 30px rgba(6, 31, 59, 0.07);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.capability-directory-card:hover,
.capability-directory-card:focus {
	color: var(--fb-ink);
	border-color: rgba(11, 79, 147, 0.32);
	box-shadow: 0 18px 36px rgba(6, 31, 59, 0.11);
	transform: translateY(-2px);
}

.capability-directory-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 22px;
	width: 44px;
	height: 3px;
	background: var(--fb-copper);
}

.capability-directory-card__icon {
	display: inline-grid;
	width: 58px;
	height: 58px;
	margin-bottom: 18px;
	place-items: center;
}

.capability-directory-card__icon img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.capability-directory-card strong {
	max-width: 15ch;
	font-size: clamp(1.02rem, 1.1vw, 1.18rem);
	font-weight: 700;
	line-height: 1.22;
}

.capability-directory-card__arrow {
	position: absolute;
	right: 22px;
	bottom: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	color: var(--fb-copper);
}

.capability-directory-card__arrow svg {
	width: 24px;
	height: 24px;
}

.service-detail-page .simple-detail-media {
	padding-top: 42px;
	padding-bottom: 24px;
}

.service-detail-page .simple-detail-media__frame {
	aspect-ratio: 4 / 1;
	max-height: 300px;
	border-color: rgba(6, 31, 59, 0.14);
	box-shadow: 0 16px 36px rgba(6, 31, 59, 0.09);
}

.service-detail-page .simple-detail-head {
	padding-bottom: 18px;
}

.service-detail-page .simple-detail-head h1 {
	max-width: 940px;
	font-size: clamp(2rem, 2.7vw, 2.85rem);
}

.service-detail-page .simple-detail-content {
	padding-bottom: 42px;
}

.service-detail-page .simple-detail-content__inner {
	max-width: 920px;
}

.service-detail-page .simple-detail-summary {
	max-width: 880px;
	margin-bottom: 20px;
	color: var(--fb-muted);
	font-size: 1.02rem;
	line-height: 1.68;
}

.service-detail-page .simple-detail-content__inner h2 {
	font-size: clamp(1.38rem, 1.8vw, 1.78rem);
}

.service-detail-page .simple-detail-cta {
	margin-top: 0;
	margin-bottom: 86px;
}

@media (max-width: 1180px) {
	.capability-directory-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.capability-directory-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.capability-directory-grid {
		grid-template-columns: 1fr;
	}

	.service-detail-page .simple-detail-media {
		padding-top: 30px;
	}

	.service-detail-page .simple-detail-media__frame {
		aspect-ratio: 16 / 7;
		max-height: none;
	}
}

/* Resources detail readability polish v0.2.9 */
.resource-detail-page .resource-detail-layout {
	padding-top: 56px;
	padding-bottom: 88px;
}

.resource-detail-page .resource-detail-article__head {
	padding-bottom: 24px;
}

.resource-detail-page .resource-detail-article__head h1 {
	max-width: 900px;
	font-size: clamp(2rem, 3vw, 2.65rem);
	line-height: 1.08;
}

.resource-detail-page .resource-detail-meta {
	font-size: 0.95rem;
}

.resource-detail-page .resource-detail-article__media {
	margin: 30px 0 34px;
}

.resource-detail-page .resource-detail-article__media img {
	max-height: 360px;
	object-fit: contain;
	background: #ffffff;
	box-shadow: inset 0 -22px 24px -26px rgba(6, 31, 59, 0.4);
}

.resource-detail-page .resource-detail-article__content {
	max-width: 820px;
	font-size: 1rem;
	line-height: 1.72;
}

@media (max-width: 768px) {
	.resource-detail-page .resource-detail-layout {
		padding-top: 34px;
		padding-bottom: 64px;
	}

	.resource-detail-page .resource-detail-article__head h1 {
		font-size: clamp(1.85rem, 8vw, 2.25rem);
	}

	.resource-detail-page .resource-detail-article__media img {
		max-height: none;
	}
}

/* Product directory and detail refinement v0.3.1 */
.product-archive-page .product-controls-shell {
	padding-top: 30px;
	padding-bottom: 16px;
}

.product-archive-page .product-controls-row {
	align-items: center;
	gap: 20px;
}

.product-archive-page .product-filter-panel__details summary,
.product-archive-page .product-view-toggle a {
	font-weight: 500;
	text-transform: uppercase;
}

.product-archive-page .product-filter-panel__details summary {
	min-width: 218px;
	background: var(--fb-accent);
	border-color: var(--fb-accent);
	box-shadow: 0 10px 24px rgba(6, 31, 59, 0.08);
}

.product-archive-page .product-view-toggle {
	box-shadow: 0 10px 24px rgba(6, 31, 59, 0.06);
}

.product-archive-page .product-results-shell {
	padding-top: 10px;
	padding-bottom: 76px;
}

.post-type-archive-fb_product .resource-card,
.tax-fb_product_category .resource-card,
.tax-fb_product_group_2 .resource-card,
.tax-fb_key_ingredient .resource-card,
.tax-fb_product_form .resource-card,
.tax-fb_installation_method .resource-card {
	overflow: hidden;
	border-color: rgba(6, 31, 59, 0.14);
	border-radius: 6px;
}

.post-type-archive-fb_product .resource-card__image,
.tax-fb_product_category .resource-card__image,
.tax-fb_product_group_2 .resource-card__image,
.tax-fb_key_ingredient .resource-card__image,
.tax-fb_product_form .resource-card__image,
.tax-fb_installation_method .resource-card__image {
	aspect-ratio: 1.5;
	background: #ffffff;
	box-shadow: inset 0 -26px 28px -28px rgba(6, 31, 59, 0.55);
}

.post-type-archive-fb_product .resource-card__image img,
.tax-fb_product_category .resource-card__image img,
.tax-fb_product_group_2 .resource-card__image img,
.tax-fb_key_ingredient .resource-card__image img,
.tax-fb_product_form .resource-card__image img,
.tax-fb_installation_method .resource-card__image img {
	padding: 14px;
	object-fit: contain;
}

.post-type-archive-fb_product .resource-card__body,
.tax-fb_product_category .resource-card__body,
.tax-fb_product_group_2 .resource-card__body,
.tax-fb_key_ingredient .resource-card__body,
.tax-fb_product_form .resource-card__body,
.tax-fb_installation_method .resource-card__body {
	min-height: 88px;
	padding: 18px 22px 20px;
}

.post-type-archive-fb_product .resource-card h2,
.tax-fb_product_category .resource-card h2,
.tax-fb_product_group_2 .resource-card h2,
.tax-fb_key_ingredient .resource-card h2,
.tax-fb_product_form .resource-card h2,
.tax-fb_installation_method .resource-card h2 {
	margin: 0;
	font-size: clamp(1.02rem, 1.08vw, 1.22rem);
	line-height: 1.22;
}

.product-detail-page .product-detail-head {
	grid-template-columns: minmax(320px, 0.48fr) minmax(0, 1fr);
	gap: clamp(34px, 5vw, 72px);
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(6, 31, 59, 0.14);
}

.product-detail-page .product-detail-head__media {
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(6, 31, 59, 0.14);
	border-radius: 6px;
	box-shadow: 0 18px 40px rgba(6, 31, 59, 0.09);
}

.product-detail-page .product-detail-head__media img,
.product-detail-page .product-detail-head__media .resource-card__image-fallback {
	aspect-ratio: 1.32;
	padding: 18px;
	border: 0;
	border-radius: 0;
	object-fit: contain;
	box-shadow: inset 0 -28px 28px -30px rgba(6, 31, 59, 0.45);
}

.product-detail-page .product-detail-head__summary {
	max-width: 760px;
}

.product-detail-page .product-detail-head__summary h1 {
	max-width: 720px;
	margin-bottom: 16px;
	font-size: clamp(2.15rem, 3vw, 3.2rem);
	line-height: 1.08;
}

.product-detail-page .product-detail-head__summary > p {
	max-width: 690px;
	margin-bottom: 24px;
	font-size: 1.02rem;
	line-height: 1.68;
}

.product-detail-page .product-detail-body {
	padding-top: 46px;
	padding-bottom: 26px;
}

.product-detail-page .product-detail-body__inner,
.product-detail-page .product-detail-body__inner > * {
	max-width: 860px;
}

.product-detail-page .product-detail-body__inner h2,
.product-detail-page .product-specs h2,
.product-detail-page .product-related__section h2 {
	font-size: clamp(1.45rem, 1.9vw, 2rem);
	line-height: 1.14;
}

.product-detail-page .product-detail-body__inner p,
.product-detail-page .product-detail-body__inner li {
	font-size: 1rem;
	line-height: 1.7;
}

.product-detail-page .product-specs-shell {
	padding-top: 20px;
	padding-bottom: 38px;
}

.product-detail-page .product-specs {
	max-width: 960px;
}

.product-detail-page .product-specs table {
	border-top-color: var(--fb-accent);
}

.product-detail-page .product-specs th,
.product-detail-page .product-specs td {
	padding: 14px 0;
	font-size: 0.96rem;
}

.product-detail-page .product-specs th {
	font-weight: 500;
}

.product-detail-page .product-related--card-rows {
	gap: 42px;
	padding-top: 16px;
	padding-bottom: 58px;
}

.product-detail-page .product-related--card-rows .directory-card-grid,
.product-detail-page .product-related--card-rows .simple-detail-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.product-detail-page .simple-detail-product-grid .resource-card__body {
	min-height: 118px;
	padding: 20px 22px;
}

.product-detail-page .single-cta {
	margin-bottom: 82px;
	border-left-color: var(--fb-accent);
}

@media (max-width: 1024px) {
	.product-detail-page .product-detail-head,
	.product-detail-page .product-related--card-rows .directory-card-grid,
	.product-detail-page .product-related--card-rows .simple-detail-product-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {
	.product-archive-page .product-controls-row {
		align-items: stretch;
	}

	.product-archive-page .product-filter-panel,
	.product-archive-page .product-results-toolbar,
	.product-archive-page .product-filter-panel__details summary,
	.product-archive-page .product-view-toggle {
		width: 100%;
	}

	.product-archive-page .product-view-toggle {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.product-archive-page .product-view-toggle a {
		min-width: 0;
	}

	.product-detail-page .product-detail-head,
	.product-detail-page .product-related--card-rows .directory-card-grid,
	.product-detail-page .product-related--card-rows .simple-detail-product-grid {
		grid-template-columns: 1fr;
	}

	.product-detail-page .product-detail-head {
		padding-top: 34px;
		padding-bottom: 34px;
	}

	.product-detail-page .product-detail-head__media img,
	.product-detail-page .product-detail-head__media .resource-card__image-fallback {
		aspect-ratio: 1.35;
	}

	.product-detail-page .product-detail-head__summary h1 {
		font-size: clamp(1.85rem, 8vw, 2.35rem);
	}

	.product-detail-page .product-specs th,
	.product-detail-page .product-specs td {
		display: block;
		width: 100%;
		padding: 10px 0;
	}

	.product-detail-page .product-specs th {
		padding-bottom: 4px;
		border-bottom: 0;
	}
}

/* Product filter alignment v0.3.2 */
.product-archive-page .product-filter-form {
	align-items: end;
	gap: 18px 16px;
	border-left: 1px solid rgba(6, 31, 59, 0.15);
	box-shadow: 0 16px 34px rgba(6, 31, 59, 0.08);
}

.product-archive-page .product-filter-form__field {
	gap: 10px;
}

.product-archive-page .product-filter-form__field--sort {
	grid-column: span 2;
}

.product-archive-page .product-filter-form label {
	display: flex;
	align-items: flex-end;
	min-height: 20px;
	margin: 0;
	line-height: 1.2;
	white-space: nowrap;
}

.product-archive-page .product-filter-form input:not([type="hidden"]),
.product-archive-page .product-filter-form select,
.product-archive-page .product-filter-form__actions .button {
	box-sizing: border-box;
	height: 52px;
	min-height: 52px;
	padding: 0 16px;
	font-size: 1rem;
	line-height: 1.2;
}

.product-archive-page .product-filter-form input:not([type="hidden"]),
.product-archive-page .product-filter-form select {
	border-radius: 5px;
}

.product-archive-page .product-filter-form__actions {
	display: grid;
	grid-template-columns: minmax(160px, 1fr) minmax(110px, auto);
	gap: 16px;
	align-items: end;
}

.product-archive-page .product-filter-form__actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.industries-archive-page .directory-cascade-filter {
	align-items: end;
	gap: 16px;
	border-left: 1px solid rgba(6, 31, 59, 0.14);
}

.industries-archive-page .directory-cascade-filter select,
.industries-archive-page .directory-cascade-filter__reset {
	box-sizing: border-box;
	height: 52px;
	min-height: 52px;
	padding: 0 16px;
	font-size: 1rem;
	line-height: 1.2;
}

.industries-archive-page .directory-cascade-filter__reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 769px) {
	.product-archive-page .product-controls-row {
		display: grid;
		grid-template-columns: auto auto minmax(0, 1fr);
		align-items: start;
		gap: 16px 20px;
	}

	.product-archive-page .product-filter-panel--inline,
	.product-archive-page .product-filter-panel__details {
		display: contents;
	}

	.product-archive-page .product-filter-panel__details summary {
		grid-column: 1;
		grid-row: 1;
	}

	.product-archive-page .product-results-toolbar {
		grid-column: 2;
		grid-row: 1;
	}

	.product-archive-page .product-filter-form {
		grid-column: 1 / -1;
		grid-row: 2;
		margin-top: 0;
	}

	.product-archive-page .product-filter-chips {
		grid-column: 1 / -1;
		grid-row: 3;
	}
}

@media (max-width: 768px) {
	.product-archive-page .product-filter-form label {
		white-space: normal;
	}

	.product-archive-page .product-filter-form__actions {
		grid-template-columns: 1fr;
	}

	.product-archive-page .product-filter-form__field--sort {
		grid-column: auto;
	}
}

/* Product archive expanded filter and compact four-column cards v0.3.3 */
.product-archive-page .product-controls-shell {
	padding-top: 34px;
	padding-bottom: 8px;
}

.product-archive-page .product-controls-row {
	display: block;
}

.product-archive-page .product-filter-panel--inline {
	width: 100%;
	margin: 0;
}

.product-archive-page .product-filter-panel__details {
	position: relative;
	display: block;
	padding: 0;
	background: #ffffff;
	border: 1px solid rgba(6, 31, 59, 0.14);
	border-top: 4px solid var(--fb-copper);
	border-radius: 0;
	box-shadow: 0 16px 34px rgba(6, 31, 59, 0.07);
}

.product-archive-page .product-filter-panel__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 52px;
	padding: 0;
	color: var(--fb-accent);
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: nowrap;
}

.product-archive-page .product-filter-panel__toggle::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}

.product-archive-page .product-filter-panel__toggle[aria-expanded="true"]::after {
	transform: rotate(225deg) translateY(-2px);
}

.product-archive-page .product-filter-panel__toggle-open,
.product-archive-page .product-filter-panel__toggle[aria-expanded="true"] .product-filter-panel__toggle-closed {
	display: none;
}

.product-archive-page .product-filter-panel__toggle[aria-expanded="true"] .product-filter-panel__toggle-open,
.product-archive-page .product-filter-panel__toggle-closed {
	display: inline;
}

.product-archive-page .product-filter-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin: 0;
	padding: 18px 28px 28px;
	background: #ffffff;
	border: 0;
	border-left: 0;
	border-radius: 0;
	box-shadow: none;
}

.product-archive-page .product-filter-form__top {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(280px, 1fr) auto auto auto;
	align-items: end;
	gap: 18px;
}

.product-archive-page .product-filter-form__utility {
	display: flex;
	align-items: end;
	justify-content: flex-end;
	gap: 18px;
}

.product-archive-page .product-filter-form__clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	color: var(--fb-copper);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: nowrap;
}

.product-archive-page .product-filter-form__clear::before {
	content: "×";
	margin-right: 6px;
	font-size: 1.1rem;
	line-height: 1;
}

.product-archive-page .product-view-toggle--filter {
	min-height: 52px;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}

.product-archive-page .product-view-toggle--filter a {
	min-width: 94px;
	min-height: 52px;
	padding: 0 18px;
	border-radius: 0;
	font-size: 0.82rem;
	font-weight: 700;
}

.product-archive-page .product-filter-form__fields {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.product-archive-page .product-filter-form__field,
.product-archive-page .product-filter-form__field--keyword,
.product-archive-page .product-filter-form__field--sort {
	grid-column: auto;
	gap: 0;
}

.product-archive-page .product-filter-form label {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 0;
	margin: 0 0 -9px 14px;
	padding: 0 8px;
	color: var(--fb-muted);
	background: #ffffff;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: nowrap;
}

.product-archive-page .product-filter-form input:not([type="hidden"]),
.product-archive-page .product-filter-form select {
	height: 52px;
	min-height: 52px;
	padding: 0 18px;
	color: var(--fb-ink);
	background-color: #ffffff;
	border: 2px solid rgba(6, 31, 59, 0.34);
	border-radius: 0;
	box-shadow: none;
	font-size: 1rem;
	font-weight: 400;
}

.product-archive-page .product-filter-form input::placeholder {
	color: rgba(91, 108, 129, 0.66);
}

.product-archive-page .product-filter-form__actions {
	display: flex;
	grid-column: 1 / -1;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
}

.product-archive-page .product-filter-form__actions .button {
	width: auto;
	min-width: 170px;
	height: 52px;
	min-height: 52px;
	padding: 0 24px;
	background: var(--fb-accent);
	border-color: var(--fb-accent);
	border-radius: 0;
	font-size: 0.85rem;
	font-weight: 700;
}

.product-archive-page .product-filter-form__filters[hidden] {
	display: none;
}

.product-archive-page .product-filter-form__filters {
	display: grid;
	grid-column: 1 / -1;
	gap: 18px;
}

.product-archive-page .product-filter-form__footer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.product-archive-page .product-filter-chips {
	margin: 16px 28px 28px;
}

.post-type-archive-fb_product .resource-grid,
.tax-fb_product_category .resource-grid,
.tax-fb_product_group .resource-grid,
.tax-fb_product_group_2 .resource-grid,
.tax-fb_key_ingredient .resource-grid,
.tax-fb_product_form .resource-grid,
.tax-fb_installation_method .resource-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.product-resource-card {
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.product-resource-card .resource-card__image {
	aspect-ratio: 1.48;
	background: #ffffff;
	box-shadow: inset 0 -20px 24px -24px rgba(6, 31, 59, 0.58), 0 10px 20px rgba(6, 31, 59, 0.05);
}

.product-resource-card .resource-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 14px;
}

.product-resource-card .resource-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px 18px 20px;
}

.product-resource-card .resource-card__body h2 {
	margin: 0;
	font-size: clamp(1.02rem, 1.05vw, 1.18rem);
	line-height: 1.22;
}

.product-card-meta {
	display: grid;
	gap: 9px;
	margin: 16px 0 0;
	padding: 14px 0 0;
	border-top: 1px solid rgba(6, 31, 59, 0.12);
}

.product-card-meta__item {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 10px;
	align-items: baseline;
}

.product-card-meta dt,
.product-card-meta dd {
	margin: 0;
	line-height: 1.25;
}

.product-card-meta dt {
	color: var(--fb-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.product-card-meta dd {
	color: var(--fb-ink);
	font-size: 0.88rem;
	font-weight: 400;
}

@media (max-width: 1240px) {
	.post-type-archive-fb_product .resource-grid,
	.tax-fb_product_category .resource-grid,
	.tax-fb_product_group .resource-grid,
	.tax-fb_product_group_2 .resource-grid,
	.tax-fb_key_ingredient .resource-grid,
	.tax-fb_product_form .resource-grid,
	.tax-fb_installation_method .resource-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.product-archive-page .product-filter-form__top,
	.product-archive-page .product-filter-form__fields {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-archive-page .product-filter-form__utility {
		justify-content: flex-start;
	}

	.post-type-archive-fb_product .resource-grid,
	.tax-fb_product_category .resource-grid,
	.tax-fb_product_group .resource-grid,
	.tax-fb_product_group_2 .resource-grid,
	.tax-fb_key_ingredient .resource-grid,
	.tax-fb_product_form .resource-grid,
	.tax-fb_installation_method .resource-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.product-archive-page .product-filter-panel__details summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		padding: 16px 18px 0;
	}

	.product-archive-page .product-filter-form {
		padding: 18px;
	}

	.product-archive-page .product-filter-form__top,
	.product-archive-page .product-filter-form__fields {
		grid-template-columns: 1fr;
	}

	.product-archive-page .product-filter-form__utility {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.product-archive-page .product-filter-form__footer {
		justify-content: stretch;
	}

	.product-archive-page .product-view-toggle--filter {
		width: 100%;
	}

	.product-archive-page .product-view-toggle--filter a {
		flex: 1;
	}

	.product-archive-page .product-filter-form__actions .button {
		width: 100%;
	}

	.post-type-archive-fb_product .resource-grid,
	.tax-fb_product_category .resource-grid,
	.tax-fb_product_group .resource-grid,
	.tax-fb_product_group_2 .resource-grid,
	.tax-fb_key_ingredient .resource-grid,
	.tax-fb_product_form .resource-grid,
	.tax-fb_installation_method .resource-grid {
		grid-template-columns: 1fr;
	}
}

/* Unified archive filter borders v0.4.8 */
.product-archive-page .product-filter-panel__details,
.industries-archive-page .directory-cascade-filter {
	border: 1px solid rgba(8, 31, 61, 0.08);
	border-top: 3px solid var(--fb-copper);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(8, 31, 61, 0.08);
}

.product-archive-page .product-filter-form input:not([type="hidden"]),
.product-archive-page .product-filter-form select,
.industries-archive-page .directory-cascade-filter select,
.industries-archive-page .directory-cascade-filter__reset {
	border: 1px solid #8793a4;
	border-radius: 0;
}

.product-archive-page .product-filter-form input:not([type="hidden"]):focus,
.product-archive-page .product-filter-form select:focus,
.industries-archive-page .directory-cascade-filter select:focus,
.industries-archive-page .directory-cascade-filter__reset:focus-visible {
	border-color: var(--fb-accent);
	box-shadow: 0 0 0 2px rgba(11, 87, 152, 0.12);
	outline: 0;
}
