html {
	scroll-behavior: smooth;
}

body {
	min-width: 320px;
	text-rendering: optimizeLegibility;
}

img {
	max-width: 100%;
}

a {
	text-underline-offset: 0.18em;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	border-bottom: 1px solid rgba(17, 24, 39, 0.08);
	background: rgba(247, 248, 245, 0.92);
	backdrop-filter: blur(14px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.2rem;
	min-height: 74px;
}

.site-brand-wrap,
.footer-brand-wrap {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	min-width: 0;
}

.site-brand-wrap .wp-block-site-logo,
.footer-brand-wrap .wp-block-site-logo {
	flex: 0 0 auto;
}

.site-brand-wrap img,
.footer-brand-wrap img {
	display: block;
	height: auto;
	width: auto;
}

.site-brand-wrap img {
	max-height: 44px;
}

.footer-brand-wrap img {
	max-height: 52px;
}

.site-brand {
	margin: 0;
	white-space: nowrap;
}

.site-brand a {
	color: #111827;
	text-decoration: none;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	white-space: nowrap;
}

.site-social,
.footer-social {
	margin: 0;
	gap: 0.35rem;
}

.site-social .wp-social-link,
.footer-social .wp-social-link {
	border-radius: 999px;
	transition: transform 160ms ease, background-color 160ms ease;
}

.site-social .wp-social-link {
	background: transparent;
}

.footer-social .wp-social-link {
	background: rgba(255, 255, 255, 0.12);
}

.site-social .wp-social-link:hover,
.footer-social .wp-social-link:hover {
	transform: translateY(-1px);
}

.site-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: #111827;
	color: #edf1f2;
}

.site-footer a {
	color: #ffffff;
	text-decoration: none;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer .wp-block-site-title a {
	color: #ffffff;
	text-decoration: none;
}

.hero-industrial {
	min-height: min(760px, calc(100vh - 74px));
}

.hero-industrial .wp-block-cover__image-background {
	object-position: 70% center;
}

.hero-industrial .wp-block-cover__inner-container {
	padding-bottom: clamp(5rem, 9vw, 8rem);
	padding-top: clamp(5rem, 9vw, 8rem);
}

.hero-copy {
	max-width: 720px;
}

.eyebrow {
	color: #f59e0b;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.hero-copy h1,
.page-hero h1 {
	max-width: 820px;
}

.hero-copy p {
	max-width: 640px;
}

.metric-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	max-width: 820px;
}

.metric-card {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: rgba(17, 24, 39, 0.48);
	padding: 1rem;
}

.metric-card strong {
	display: block;
	color: #ffffff;
	font-size: 1.45rem;
	line-height: 1.1;
}

.metric-card span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.85rem;
}

.b2b-section {
	padding-bottom: clamp(3.5rem, 7vw, 6.5rem);
	padding-top: clamp(3.5rem, 7vw, 6.5rem);
}

.b2b-section--tight {
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
	padding-top: clamp(2.5rem, 5vw, 4rem);
}

.b2b-band {
	background: #ffffff;
	border-bottom: 1px solid rgba(17, 24, 39, 0.07);
	border-top: 1px solid rgba(17, 24, 39, 0.07);
}

.b2b-split {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
}

.b2b-card-grid,
.b2b-product-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.b2b-card,
.b2b-feature-card,
.b2b-product-card,
.b2b-case-card,
.is-style-surface {
	border: 1px solid rgba(17, 24, 39, 0.09);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(17, 24, 39, 0.06);
}

.b2b-card,
.b2b-feature-card,
.b2b-case-card {
	padding: clamp(1.1rem, 2.5vw, 1.6rem);
}

.b2b-product-card {
	overflow: hidden;
}

.b2b-product-card .wp-block-post-featured-image {
	margin: 0;
}

.b2b-product-card .wp-block-post-title,
.b2b-product-card .wp-block-post-excerpt,
.b2b-product-card .wp-block-read-more {
	margin-left: 1.1rem;
	margin-right: 1.1rem;
}

.b2b-product-card .wp-block-read-more {
	margin-bottom: 1.1rem;
}

.b2b-card h3,
.b2b-feature-card h3,
.b2b-case-card h3 {
	margin-top: 0;
}

.b2b-card p:last-child,
.b2b-feature-card p:last-child,
.b2b-case-card p:last-child {
	margin-bottom: 0;
}

.trust-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.trust-strip > .wp-block-group {
	border-right: 1px solid rgba(17, 24, 39, 0.08);
	padding: 1.35rem;
}

.trust-strip > .wp-block-group:last-child {
	border-right: 0;
}

.factory-image img {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	object-fit: cover;
}

.b2b-spec-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid rgba(17, 24, 39, 0.1);
	background: #ffffff;
}

.b2b-spec-table th,
.b2b-spec-table td {
	border-bottom: 1px solid rgba(17, 24, 39, 0.08);
	padding: 0.85rem 1rem;
	text-align: left;
	vertical-align: top;
}

.b2b-spec-table th {
	width: 34%;
	background: #edf1f2;
	color: #2f3a45;
	font-size: 0.9rem;
}

.b2b-inquiry-form {
	display: grid;
	gap: 0.85rem;
	padding: clamp(1.2rem, 3vw, 1.8rem);
	border: 1px solid rgba(17, 24, 39, 0.1);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(17, 24, 39, 0.06);
}

.b2b-inquiry-form label {
	display: grid;
	gap: 0.35rem;
	color: #2f3a45;
	font-size: 0.9rem;
	font-weight: 700;
}

.b2b-inquiry-form input,
.b2b-inquiry-form textarea,
.b2b-inquiry-form select {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(17, 24, 39, 0.16);
	border-radius: 6px;
	background: #ffffff;
	color: #111827;
	font: inherit;
	padding: 0.78rem 0.85rem;
}

.b2b-inquiry-form textarea {
	min-height: 150px;
	resize: vertical;
}

.b2b-inquiry-form button,
.b2b-product-grid__link,
.wp-block-button__link {
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.b2b-inquiry-form button:hover,
.b2b-product-grid__link:hover,
.wp-block-button__link:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(14, 116, 144, 0.18);
}

.b2b-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
}

.b2b-message {
	border-radius: 6px;
	padding: 0.75rem 0.9rem;
}

.b2b-message--success {
	background: rgba(95, 125, 78, 0.14);
	color: #315423;
}

.b2b-message--error {
	background: rgba(245, 158, 11, 0.18);
	color: #6e4300;
}

.b2b-honeypot {
	display: none;
}

.b2b-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.b2b-product-grid__item {
	overflow: hidden;
	border: 1px solid rgba(17, 24, 39, 0.09);
	border-radius: 8px;
	background: #ffffff;
}

.b2b-product-grid__item img {
	display: block;
	aspect-ratio: 4 / 3;
	width: 100%;
	object-fit: cover;
}

.b2b-product-grid__body {
	padding: 1rem;
}

.b2b-product-grid__body h3 {
	margin: 0 0 0.45rem;
	font-size: 1.05rem;
}

.b2b-product-grid__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 6px;
	background: #0e7490;
	color: #ffffff;
	font-weight: 800;
	padding: 0.55rem 0.85rem;
	text-decoration: none;
}

.wp-block-details {
	border-bottom: 1px solid rgba(17, 24, 39, 0.11);
	padding: 1rem 0;
}

.wp-block-details summary {
	cursor: pointer;
	font-weight: 800;
}

.wp-block-query-pagination {
	gap: 0.75rem;
}

.wp-block-query-pagination a,
.wp-block-query-pagination .page-numbers {
	border: 1px solid rgba(17, 24, 39, 0.12);
	border-radius: 6px;
	background: #ffffff;
	color: #111827;
	padding: 0.55rem 0.75rem;
	text-decoration: none;
}

.is-style-outline-arrow .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.52);
	background: transparent;
	color: #ffffff;
}

.is-style-outline-arrow .wp-block-button__link::after {
	content: " ->";
}

.page-hero {
	border-bottom: 1px solid rgba(17, 24, 39, 0.07);
	background: #ffffff;
}

@media (max-width: 980px) {
	.metric-grid,
	.trust-strip,
	.b2b-card-grid,
	.b2b-product-cards,
	.b2b-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.b2b-split {
		grid-template-columns: 1fr;
	}

	.site-header__actions {
		display: none;
	}
}

@media (max-width: 680px) {
	.hero-industrial {
		min-height: auto;
	}

	.hero-industrial .wp-block-cover__inner-container {
		padding-bottom: 4rem;
		padding-top: 4rem;
	}

	.metric-grid,
	.trust-strip,
	.b2b-card-grid,
	.b2b-product-cards,
	.b2b-product-grid {
		grid-template-columns: 1fr;
	}

	.trust-strip > .wp-block-group {
		border-bottom: 1px solid rgba(17, 24, 39, 0.08);
		border-right: 0;
	}

	.trust-strip > .wp-block-group:last-child {
		border-bottom: 0;
	}

	.site-header__inner {
		min-height: 64px;
	}
}
