/*!
Theme Name: Industrial Welding
Theme URI: https://plasmargon.com/
Author: Plasmargon Development Team
Author URI: https://plasmargon.com/
Description: An industrial B2B WooCommerce theme for overseas welding machine catalogs, shortlist comparison, Finder-guided selection, and quote-first conversion flows.
Version: 2.2.1
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: industrial-welding
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks

Industrial Welding Theme for B2B heavy machinery. Built with Tailwind CSS, WordPress REST API,
and strict WP standards. Perfect for plasma cutter, MIG, and TIG welder product catalogs.
*/

/* ==========================================================================
   Reset & Base - Dark Industrial Theme
   ========================================================================== */

:root {
	--industrial-bg: #020617;
	--industrial-panel: #0f172a;
	--industrial-panel-2: #111827;
	--industrial-border: #1f2937;
	--industrial-copy: #e2e8f0;
	--industrial-muted: #94a3b8;
	--industrial-accent: #f59e0b;
	--industrial-accent-soft: rgba(245, 158, 11, 0.12);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background-color: var(--industrial-bg);
	color: var(--industrial-copy);
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

main {
	display: block;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #ffffff;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0;
}

h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }

p {
	margin-bottom: 1.5em;
	color: var(--industrial-copy);
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
	border-left: 4px solid #eab308;
	padding-left: 1em;
	color: #9ca3af;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #1f2937;
	border: 1px solid #374151;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	color: #e5e7eb;
	border-radius: 0.5rem;
}

code, kbd, tt, var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	color: #eab308;
}

abbr, acronym {
	border-bottom: 1px dotted #6b7280;
	cursor: help;
}

mark, ins {
	background: rgba(234, 179, 8, 0.2);
	color: #eab308;
	text-decoration: none;
}

big {
	font-size: 125%;
}

hr {
	background-color: #374151;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* ==========================================================================
   Elements
   ========================================================================== */

ul, ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
	color: #ffffff;
}

dd {
	margin: 0 0 1.5em 1.5em;
}

embed, iframe, object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	padding: 0.75rem 1rem;
	border: 1px solid #374151;
}

table th {
	background-color: #1f2937;
	color: #eab308;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	text-align: left;
}

table td {
	color: #d1d5db;
}

table tr:nth-child(even) {
	background-color: rgba(31, 41, 55, 0.5);
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #eab308;
	text-decoration: none;
	transition: color 0.2s ease;
}

a:visited {
	color: #eab308;
}

a:hover,
a:focus,
a:active {
	color: #facc15;
}

a:focus {
	outline: 2px solid #eab308;
	outline-offset: 2px;
}

a:hover,
a:active {
	outline: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #eab308;
	border: none;
	border-radius: 0.375rem;
	color: #111827;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.75em 1.5em;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #facc15;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: #ca8a04;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #f3f4f6;
	background-color: #1f2937;
	border: 1px solid #374151;
	border-radius: 0.375rem;
	padding: 0.625rem 0.875rem;
	font-size: 1rem;
	transition: border-color 0.2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #ffffff;
	border-color: #eab308;
	outline: none;
	box-shadow: 0 0 0 2px rgba(234, 179, 8, 0.2);
}

select {
	background-color: #1f2937;
	border: 1px solid #374151;
	color: #f3f4f6;
	border-radius: 0.375rem;
	padding: 0.625rem 0.875rem;
}

textarea {
	width: 100%;
}

/* ==========================================================================
   Navigation - WordPress menus
   ========================================================================== */

/* Reset default WP menu styles for Tailwind-driven nav */
#site-navigation ul,
#mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-navigation li,
#mobile-menu li {
	position: relative;
}

#site-navigation a,
#mobile-menu a {
	display: block;
	text-decoration: none;
	color: #d1d5db;
	transition: color 0.2s ease;
}

#site-navigation a:hover,
#site-navigation a:focus,
#mobile-menu a:hover,
#mobile-menu a:focus {
	color: #eab308;
}

/* Sub-menus */
#site-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	background-color: #1f2937;
	border: 1px solid #374151;
	border-radius: 0.5rem;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	padding: 0.5rem 0;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: all 0.2s ease;
}

#site-navigation li:hover > ul,
#site-navigation li.focus > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#site-navigation ul ul a {
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
}

#site-navigation ul ul a:hover {
	background-color: rgba(234, 179, 8, 0.1);
}

#site-navigation ul ul ul {
	top: 0;
	left: 100%;
}

/* Post/Page navigation */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* ==========================================================================
   Posts and Pages
   ========================================================================== */

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* ==========================================================================
   Comments
   ========================================================================== */

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* ==========================================================================
   Widgets
   ========================================================================== */

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* ==========================================================================
   Media
   ========================================================================== */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

/* Captions */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
	color: #9ca3af;
	font-size: 0.875rem;
}

/* Galleries */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }
.gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }
.gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }
.gallery-columns-7 { grid-template-columns: repeat(7, 1fr); }
.gallery-columns-8 { grid-template-columns: repeat(8, 1fr); }
.gallery-columns-9 { grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
	display: block;
	color: #9ca3af;
}

/* ==========================================================================
   Plugins
   ========================================================================== */

/* Jetpack infinite scroll */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

/* ==========================================================================
   Utilities
   ========================================================================== */

/* Accessibility - screen reader text */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eab308;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #111827;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ==========================================================================
   WP Block Editor Overrides for Dark Theme
   ========================================================================== */

.wp-block-button__link {
	background-color: #eab308;
	color: #111827;
	border-radius: 0.375rem;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
}

.wp-block-button__link:hover {
	background-color: #facc15;
	color: #111827;
}

.wp-block-quote {
	border-left-color: #eab308;
	color: #9ca3af;
}

.wp-block-separator {
	border-color: #374151;
}

/* ==========================================================================
   Search Form
   ========================================================================== */

.search-form {
	display: flex;
	align-items: center;
}

.search-form .search-field {
	background-color: #1f2937;
	border: 1px solid #374151;
	color: #f3f4f6;
	padding: 0.5rem 0.75rem;
	border-radius: 0.375rem;
	font-size: 0.875rem;
	transition: border-color 0.2s ease;
}

.search-form .search-field:focus {
	border-color: #eab308;
	outline: none;
}

.search-form .search-submit {
	margin-left: 0.5rem;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
}

/* ==========================================================================
   Custom Logo
   ========================================================================== */

.custom-logo-link img {
	max-height: 48px;
	width: auto;
}

/* ==========================================================================
   Animations
   ========================================================================== */

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.js-loaded .site-main > section {
	animation: fadeInUp 0.6s ease-out;
}

/* ==========================================================================
   Product Cards
   ========================================================================== */

.industrial-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 0;
	border-radius: 0.5rem;
	background: #fff;
	box-shadow: none;
	transform: translateZ(0) scale(1);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.industrial-product-card:hover,
.industrial-product-card:focus-within {
	box-shadow: 0 22px 54px rgba(17, 17, 17, 0.16);
	transform: translateZ(0) scale(1.018);
}

.industrial-product-card__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #fff;
}

.industrial-product-card__media-link {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
}

.industrial-product-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 320ms ease;
}

.industrial-product-card:hover .industrial-product-card__image,
.industrial-product-card:focus-within .industrial-product-card__image {
	transform: scale(1.045);
}

.industrial-product-card__placeholder {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #777;
}

.industrial-product-card__placeholder svg {
	width: 4rem;
	height: 4rem;
}

.industrial-product-card__actions {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	padding: 1rem;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.96) 100%);
	opacity: 0;
	transform: translateY(0.75rem);
	transition: opacity 220ms ease, transform 220ms ease;
}

.industrial-product-card:hover .industrial-product-card__actions,
.industrial-product-card:focus-within .industrial-product-card__actions {
	pointer-events: auto;
	opacity: 1;
	transform: translateY(0);
}

.industrial-product-card__actions-inner {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
	gap: 0.75rem;
}

.industrial-product-card__button {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	font-family: 'Rajdhani', sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.industrial-product-card__button--primary {
	border: 1px solid #d6d6d6;
	background: #fff;
	color: #111;
}

.industrial-product-card__button--primary:hover,
.industrial-product-card__button--primary:focus {
	border-color: #111;
	background: #111;
	color: #fff;
}

.industrial-product-card__button--secondary {
	border: 1px solid #d6d6d6;
	background: #fff;
	color: #111;
}

.industrial-product-card__button--secondary:hover,
.industrial-product-card__button--secondary:focus,
.industrial-product-card__button--secondary[aria-pressed="true"],
.industrial-product-card__button--secondary.is-selected {
	border-color: #111;
	background: #111;
	color: #fff;
}

body.industrial-site .industrial-product-card__button--primary,
body.industrial-site .industrial-product-card__button--primary:visited,
body.industrial-site .industrial-product-card__button--secondary,
body.industrial-site .industrial-product-card__button--secondary:visited {
	color: #111;
}

body.industrial-site .industrial-product-card__button:hover,
body.industrial-site .industrial-product-card__button:focus,
body.industrial-site .industrial-product-card__button:active,
body.industrial-site .industrial-product-card__button--secondary[aria-pressed="true"],
body.industrial-site .industrial-product-card__button--secondary.is-selected {
	border-color: #111;
	background: #111;
	color: #fff;
}

.industrial-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.1rem 1.15rem 1.25rem;
}

.industrial-product-card__title {
	margin: 0;
	color: #111;
	font-size: 1.35rem;
	line-height: 1.08;
}

.industrial-product-card__title a {
	color: inherit;
	transition: color 180ms ease;
}

.industrial-product-card__title a:hover,
.industrial-product-card__title a:focus {
	color: #444;
}

.industrial-product-card__price {
	margin-top: auto;
	color: #111;
	font-family: 'Rajdhani', sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.1;
}

.industrial-product-purchase form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 0;
}

.industrial-product-purchase form.cart .quantity {
	display: none;
}

.industrial-product-purchase form.cart table.variations,
.industrial-product-purchase form.cart .single_variation_wrap,
.industrial-product-purchase form.cart .woocommerce-variation-add-to-cart {
	width: 100%;
}

.industrial-product-purchase form.cart .single_add_to_cart_button,
.industrial-product-purchase form.cart .added_to_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 1rem 2rem;
	border: 0;
	border-radius: 0.5rem;
	background: #eab308;
	color: #111827;
	font-family: 'Rajdhani', sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.industrial-product-purchase form.cart .single_add_to_cart_button:hover,
.industrial-product-purchase form.cart .added_to_cart:hover {
	background: #facc15;
	color: #111827;
}

.industrial-product-purchase form.cart .single_add_to_cart_button:disabled {
	cursor: not-allowed;
	opacity: 0.65;
}

.industrial-product-purchase form.cart .variations select,
.industrial-product-purchase form.cart .variations_button,
.industrial-product-purchase form.cart .reset_variations {
	width: 100%;
}

.industrial-product-purchase form.cart .variations {
	margin-bottom: 0.75rem;
}

.industrial-woocommerce-notices-wrap .woocommerce-notices-wrapper {
	margin: 0;
}

.industrial-woocommerce-notices-wrap .woocommerce-error,
.industrial-woocommerce-notices-wrap .woocommerce-info,
.industrial-woocommerce-notices-wrap .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	margin: 0 0 1rem;
	padding: 1rem 1.25rem;
	border: 1px solid #334155;
	border-radius: 1rem;
	background: rgba(15, 23, 42, 0.88);
	color: #e2e8f0;
	list-style: none;
}

.industrial-woocommerce-notices-wrap .woocommerce-message,
.woocommerce .woocommerce-message {
	border-color: rgba(245, 158, 11, 0.32);
	background: rgba(245, 158, 11, 0.1);
	color: #fef3c7;
}

.industrial-woocommerce-notices-wrap .woocommerce-error,
.woocommerce .woocommerce-error {
	border-color: rgba(248, 113, 113, 0.3);
	background: rgba(127, 29, 29, 0.24);
	color: #fee2e2;
}

.industrial-woocommerce-notices-wrap .woocommerce-info,
.woocommerce .woocommerce-info {
	border-color: rgba(56, 189, 248, 0.28);
	background: rgba(8, 47, 73, 0.36);
	color: #e0f2fe;
}

.industrial-woocommerce-notices-wrap .woocommerce-error a,
.industrial-woocommerce-notices-wrap .woocommerce-info a,
.industrial-woocommerce-notices-wrap .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button {
	float: right;
	margin-left: 1rem;
	padding: 0.625rem 1rem;
	border: 1px solid #334155;
	border-radius: 9999px;
	background: rgba(2, 6, 23, 0.9);
	color: #f8fafc;
	font-family: 'Rajdhani', sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-error .button:hover {
	border-color: #f59e0b;
	color: #fde68a;
}

.industrial-woocommerce-shell .woocommerce,
.industrial-woocommerce-shell .wc-block-cart,
.industrial-woocommerce-shell .wc-block-checkout,
.industrial-woocommerce-shell .wc-block-components-sidebar,
.industrial-woocommerce-shell .wp-block-woocommerce-cart,
.industrial-woocommerce-shell .wp-block-woocommerce-checkout {
	color: #e2e8f0;
}

.industrial-woocommerce-shell .woocommerce a,
.industrial-woocommerce-shell .wc-block-cart a,
.industrial-woocommerce-shell .wc-block-checkout a {
	color: #fbbf24;
}

.industrial-woocommerce-shell .woocommerce a:hover,
.industrial-woocommerce-shell .wc-block-cart a:hover,
.industrial-woocommerce-shell .wc-block-checkout a:hover {
	color: #fde68a;
}

.industrial-woocommerce-shell .shop_table,
.industrial-woocommerce-shell .woocommerce-table,
.industrial-woocommerce-shell .wc-block-components-order-summary__content,
.industrial-woocommerce-shell .wc-block-checkout__main,
.industrial-woocommerce-shell .wc-block-components-sidebar {
	margin-bottom: 2rem;
	border: 1px solid #1e293b;
	border-radius: 1.5rem;
	background: rgba(15, 23, 42, 0.76);
	overflow: hidden;
}

.industrial-woocommerce-shell .shop_table th,
.industrial-woocommerce-shell .shop_table td,
.industrial-woocommerce-shell .woocommerce-table th,
.industrial-woocommerce-shell .woocommerce-table td {
	border-color: #1e293b;
}

.industrial-woocommerce-shell .product-name a,
.industrial-woocommerce-shell .woocommerce-table__product-name a {
	color: #f8fafc;
	font-weight: 700;
}

.industrial-woocommerce-shell .product-name a:hover,
.industrial-woocommerce-shell .woocommerce-table__product-name a:hover {
	color: #fde68a;
}

.industrial-woocommerce-shell .quantity .qty,
.industrial-woocommerce-shell .wc-block-components-quantity-selector input {
	max-width: 6rem;
}

.industrial-woocommerce-shell .coupon,
.industrial-woocommerce-shell .cart_totals,
.industrial-woocommerce-shell .woocommerce-checkout-review-order,
.industrial-woocommerce-shell #payment,
.industrial-woocommerce-shell .woocommerce-form-login,
.industrial-woocommerce-shell .woocommerce-form-coupon,
.industrial-woocommerce-shell .woocommerce-EditAccountForm,
.industrial-woocommerce-shell .woocommerce-address-fields,
.industrial-woocommerce-shell .woocommerce-order,
.industrial-woocommerce-shell .woocommerce-order-details,
.industrial-woocommerce-shell .woocommerce-customer-details,
.industrial-woocommerce-shell .woocommerce-form-login,
.industrial-woocommerce-shell .woocommerce-form-register {
	margin-bottom: 2rem;
	padding: 1.5rem;
	border: 1px solid #1e293b;
	border-radius: 1.5rem;
	background: rgba(15, 23, 42, 0.76);
}

.industrial-woocommerce-shell .cart_totals h2,
.industrial-woocommerce-shell .woocommerce-checkout-review-order-table thead th,
.industrial-woocommerce-shell .woocommerce-order-details__title,
.industrial-woocommerce-shell .woocommerce-column__title,
.industrial-woocommerce-shell .woocommerce-MyAccount-content h2,
.industrial-woocommerce-shell .woocommerce-MyAccount-content h3 {
	margin-top: 0;
	color: #f8fafc;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.industrial-woocommerce-shell .woocommerce-cart-form__cart-item .product-remove a,
.industrial-woocommerce-shell .woocommerce a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 1px solid rgba(248, 113, 113, 0.32);
	border-radius: 9999px;
	color: #fca5a5 !important;
	font-weight: 700;
}

.industrial-woocommerce-shell .woocommerce-cart-form__cart-item .product-remove a:hover,
.industrial-woocommerce-shell .woocommerce a.remove:hover {
	background: rgba(127, 29, 29, 0.28);
	color: #fecaca !important;
}

.industrial-woocommerce-shell .actions .button,
.industrial-woocommerce-shell .cart_totals .checkout-button,
.industrial-woocommerce-shell #payment #place_order,
.industrial-woocommerce-shell .woocommerce-form-login .button,
.industrial-woocommerce-shell .woocommerce-form-register .button,
.industrial-woocommerce-shell .woocommerce-MyAccount-content .button,
.industrial-woocommerce-shell .wc-block-components-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.875rem;
	background: #f59e0b;
	color: #020617 !important;
	font-family: 'Rajdhani', sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

.industrial-woocommerce-shell .actions .button:hover,
.industrial-woocommerce-shell .cart_totals .checkout-button:hover,
.industrial-woocommerce-shell #payment #place_order:hover,
.industrial-woocommerce-shell .woocommerce-form-login .button:hover,
.industrial-woocommerce-shell .woocommerce-form-register .button:hover,
.industrial-woocommerce-shell .woocommerce-MyAccount-content .button:hover,
.industrial-woocommerce-shell .wc-block-components-button:hover {
	background: #fbbf24;
	color: #020617 !important;
}

.industrial-woocommerce-shell .actions .button.alt,
.industrial-woocommerce-shell #payment .button.alt,
.industrial-woocommerce-shell .checkout-button.button.alt,
.industrial-woocommerce-shell .wc-block-components-checkout-place-order-button {
	background: #f59e0b;
	color: #020617 !important;
}

.industrial-woocommerce-shell .woocommerce form .form-row label,
.industrial-woocommerce-shell .wc-block-components-text-input label,
.industrial-woocommerce-shell .wc-block-components-combobox label {
	display: block;
	margin-bottom: 0.5rem;
	color: #cbd5e1;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.industrial-woocommerce-shell .woocommerce form .form-row input.input-text,
.industrial-woocommerce-shell .woocommerce form .form-row textarea,
.industrial-woocommerce-shell .woocommerce form .form-row select,
.industrial-woocommerce-shell .select2-container--default .select2-selection--single,
.industrial-woocommerce-shell .select2-container--default .select2-selection--multiple,
.industrial-woocommerce-shell .wc-block-components-text-input input,
.industrial-woocommerce-shell .wc-block-components-combobox-control input {
	min-height: 48px;
	border-color: #334155;
	border-radius: 0.875rem;
	background: rgba(2, 6, 23, 0.85);
	color: #f8fafc;
}

.industrial-woocommerce-shell .woocommerce form .form-row textarea {
	min-height: 140px;
}

.industrial-woocommerce-shell .select2-dropdown {
	border-color: #334155;
	border-radius: 1rem;
	background: #0f172a;
	color: #f8fafc;
}

.industrial-woocommerce-shell .select2-container--default .select2-results__option--highlighted[aria-selected],
.industrial-woocommerce-shell .select2-container--default .select2-results__option--highlighted[data-selected] {
	background: rgba(245, 158, 11, 0.18);
	color: #fde68a;
}

.industrial-woocommerce-shell .woocommerce-MyAccount-navigation ul {
	margin: 0 0 2rem;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.75rem;
}

.industrial-woocommerce-shell .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0.875rem 1rem;
	border: 1px solid #334155;
	border-radius: 1rem;
	background: rgba(15, 23, 42, 0.72);
	color: #e2e8f0;
	font-family: 'Rajdhani', sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.industrial-woocommerce-shell .woocommerce-MyAccount-navigation .is-active a,
.industrial-woocommerce-shell .woocommerce-MyAccount-navigation a:hover {
	border-color: rgba(245, 158, 11, 0.36);
	background: rgba(245, 158, 11, 0.12);
	color: #fde68a;
}

.industrial-woocommerce-shell .woocommerce-MyAccount-content > :first-child {
	margin-top: 0;
}

.industrial-woocommerce-shell .woocommerce-account .addresses .title h3,
.industrial-woocommerce-shell .woocommerce-account .addresses .title .edit {
	float: none;
}

.industrial-woocommerce-shell .woocommerce-account .addresses .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.industrial-woocommerce-shell .woocommerce-order-details,
.industrial-woocommerce-shell .woocommerce-customer-details {
	margin-top: 2rem;
}

.industrial-woocommerce-shell .woocommerce-order-overview {
	margin: 0 0 2rem;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.75rem;
}

.industrial-woocommerce-shell .woocommerce-order-overview li {
	padding: 1rem;
	border: 1px solid #1e293b;
	border-radius: 1rem;
	background: rgba(15, 23, 42, 0.76);
}

.industrial-woocommerce-shell .woocommerce-order-overview li strong {
	display: block;
	margin-top: 0.5rem;
	color: #f8fafc;
}

.industrial-woocommerce-shell .return-to-shop {
	margin-top: 2rem;
}

.industrial-woocommerce-shell .wc-block-cart__submit-container,
.industrial-woocommerce-shell .wc-block-checkout__actions_row,
.industrial-woocommerce-shell .wc-block-components-totals-wrapper,
.industrial-woocommerce-shell .wc-block-checkout__order-notes,
.industrial-woocommerce-shell .wc-block-components-order-summary {
	background: transparent;
}

@media (max-width: 767px) {
	.industrial-woocommerce-shell {
		padding: 1.25rem;
	}

	.industrial-woocommerce-shell .woocommerce .button,
	.industrial-woocommerce-shell .wc-block-components-button,
	.industrial-woocommerce-shell .cart_totals .checkout-button,
	.industrial-woocommerce-shell #payment #place_order {
		width: 100%;
	}

	.industrial-woocommerce-shell .woocommerce-order-overview,
	.industrial-woocommerce-shell .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr;
	}
}

.line-clamp-2,
.line-clamp-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-clamp-2 {
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
}

.industrial-video-embed iframe,
.industrial-video-embed video,
.industrial-video-embed embed,
.industrial-video-embed object {
	display: block;
	width: 100%;
	min-height: 420px;
	border: 0;
}

.industrial-spec-table {
	margin: 0;
	border-collapse: collapse;
}

.industrial-spec-table th,
.industrial-spec-table td {
	border: 1px solid #1e293b;
	padding: 1rem 1.25rem;
}

.industrial-spec-table th {
	width: 42%;
	background: rgba(15, 23, 42, 0.92);
	color: #94a3b8;
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.industrial-spec-table td {
	background: rgba(15, 23, 42, 0.65);
	color: #f8fafc;
	font-weight: 600;
}

.industrial-compare-table {
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
}

.industrial-compare-table th,
.industrial-compare-table td {
	min-width: 220px;
	border-color: #1e293b;
	padding: 1.25rem;
	vertical-align: top;
}

.industrial-compare-table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	background: rgba(2, 6, 23, 0.98);
}

.industrial-compare-table tbody th {
	position: sticky;
	left: 0;
	z-index: 1;
	min-width: 180px;
	background: rgba(15, 23, 42, 0.98);
	color: #94a3b8;
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.industrial-compare-table tbody td {
	background: rgba(15, 23, 42, 0.74);
	color: #e2e8f0;
}

.industrial-compare-table tbody tr:nth-child(even) td {
	background: rgba(15, 23, 42, 0.92);
}

.industrial-compare-table-wrap {
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #475569 rgba(15, 23, 42, 0.6);
}

.industrial-sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 45;
	padding: 0 1rem 1rem;
	pointer-events: none;
}

.industrial-sticky-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0.875rem 1rem;
	border: 1px solid rgba(245, 158, 11, 0.16);
	border-radius: 1rem;
	background: rgba(2, 6, 23, 0.92);
	backdrop-filter: blur(16px);
	box-shadow: 0 20px 50px rgba(2, 6, 23, 0.45);
	pointer-events: auto;
}

.industrial-sticky-cta__copy {
	min-width: 0;
}

.industrial-sticky-cta__eyebrow {
	margin: 0 0 0.25rem;
	color: #f59e0b;
	font-family: 'Rajdhani', sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.industrial-sticky-cta__title {
	margin: 0;
	color: #f8fafc;
	font-family: 'Rajdhani', sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.industrial-sticky-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.industrial-sticky-cta__primary,
.industrial-sticky-cta__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	padding: 0.875rem 1.25rem;
	border-radius: 0.875rem;
	font-family: 'Rajdhani', sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s ease;
}

.industrial-sticky-cta__primary {
	background: #f59e0b;
	color: #020617;
}

.industrial-sticky-cta__primary:hover,
.industrial-sticky-cta__primary:focus {
	background: #fbbf24;
	color: #020617;
}

.industrial-sticky-cta__secondary {
	border: 1px solid #334155;
	background: rgba(15, 23, 42, 0.72);
	color: #f8fafc;
}

.industrial-sticky-cta__secondary:hover,
.industrial-sticky-cta__secondary:focus {
	border-color: #f59e0b;
	color: #fde68a;
}

.single-product .site-main {
	padding-bottom: 6rem;
}

.admin-bar .industrial-sticky-cta {
	bottom: 32px;
}

.finder-step--active {
	animation: fadeInUp 0.35s ease-out;
}

.finder-step--invalid .finder-choice input + span {
	border-color: rgba(251, 191, 36, 0.55);
	box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.24);
}

.finder-choice input:focus + span {
	border-color: #f59e0b;
	box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
}

/* Keep filled amber CTA labels dark across hover/focus/visited states. */
.industrial-site a.bg-amber-400,
.industrial-site a.bg-amber-400:visited,
.industrial-site a.bg-amber-400:hover,
.industrial-site a.bg-amber-400:focus,
.industrial-site a.bg-amber-400:active,
.industrial-site button.bg-amber-400,
.industrial-site button.bg-amber-400:hover,
.industrial-site button.bg-amber-400:focus,
.industrial-site button.bg-amber-400:active {
	color: #020617 !important;
}

.line-clamp-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 782px) {
	.admin-bar .industrial-sticky-cta {
		bottom: 46px;
	}
}

@media (max-width: 767px) {
	.industrial-video-embed iframe,
	.industrial-video-embed video,
	.industrial-video-embed embed,
	.industrial-video-embed object {
		min-height: 260px;
	}

	.industrial-sticky-cta__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.industrial-sticky-cta__title {
		white-space: normal;
	}

	.industrial-sticky-cta__actions {
		width: 100%;
	}

	.industrial-sticky-cta__primary,
	.industrial-sticky-cta__secondary {
		flex: 1 1 0;
		width: 100%;
	}
}

/* ==========================================================================
   Minimal Black & White Scheme Overrides
   ========================================================================== */

:root {
	--pg-bg: #ffffff;
	--pg-surface: transparent;
	--pg-text: #111111;
	--pg-text-muted: #444444;
	--pg-text-soft: #777777;
	--pg-line: #eaeaea;
	--pg-line-strong: #d6d6d6;
	--pg-inverse-bg: #0a0a0a;
	--pg-inverse-text: #f5f5f5;
	--industrial-bg: var(--pg-bg);
	--industrial-panel: var(--pg-surface);
	--industrial-panel-2: var(--pg-surface);
	--industrial-border: var(--pg-line);
	--industrial-copy: var(--pg-text);
	--industrial-muted: var(--pg-text-muted);
	--industrial-accent: #111111;
	--industrial-accent-soft: rgba(17, 17, 17, 0.08);
}

body.industrial-site {
	background-color: var(--pg-bg);
	color: var(--pg-text);
}

body.industrial-site #page,
body.industrial-site .site-main {
	background: var(--pg-bg);
}

body.industrial-site h1,
body.industrial-site h2,
body.industrial-site h3,
body.industrial-site h4,
body.industrial-site h5,
body.industrial-site h6,
body.industrial-site dt,
body.industrial-site strong {
	color: var(--pg-text);
}

body.industrial-site p,
body.industrial-site li,
body.industrial-site dd {
	color: var(--pg-text-muted);
}

body.industrial-site a {
	color: var(--pg-text);
	text-decoration-color: var(--pg-line-strong);
}

body.industrial-site a:hover,
body.industrial-site a:focus,
body.industrial-site a:active {
	color: #000000;
}

body.industrial-site a:focus {
	outline-color: rgba(17, 17, 17, 0.25);
}

body.industrial-site button,
body.industrial-site input[type="button"],
body.industrial-site input[type="reset"],
body.industrial-site input[type="submit"] {
	background: var(--pg-text);
	border: 1px solid var(--pg-text);
	color: #ffffff;
	border-radius: 0.375rem;
}

body.industrial-site button:hover,
body.industrial-site input[type="button"]:hover,
body.industrial-site input[type="reset"]:hover,
body.industrial-site input[type="submit"]:hover {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
}

body.industrial-site button:active,
body.industrial-site button:focus,
body.industrial-site input[type="button"]:active,
body.industrial-site input[type="button"]:focus,
body.industrial-site input[type="reset"]:active,
body.industrial-site input[type="reset"]:focus,
body.industrial-site input[type="submit"]:active,
body.industrial-site input[type="submit"]:focus {
	background: #000000;
}

body.industrial-site input[type="text"],
body.industrial-site input[type="email"],
body.industrial-site input[type="url"],
body.industrial-site input[type="password"],
body.industrial-site input[type="search"],
body.industrial-site input[type="number"],
body.industrial-site input[type="tel"],
body.industrial-site input[type="range"],
body.industrial-site input[type="date"],
body.industrial-site input[type="month"],
body.industrial-site input[type="week"],
body.industrial-site input[type="time"],
body.industrial-site input[type="datetime"],
body.industrial-site input[type="datetime-local"],
body.industrial-site input[type="color"],
body.industrial-site textarea,
body.industrial-site select {
	background: #ffffff;
	color: var(--pg-text);
	border-color: var(--pg-line-strong);
}

body.industrial-site input[type="text"]:focus,
body.industrial-site input[type="email"]:focus,
body.industrial-site input[type="url"]:focus,
body.industrial-site input[type="password"]:focus,
body.industrial-site input[type="search"]:focus,
body.industrial-site input[type="number"]:focus,
body.industrial-site input[type="tel"]:focus,
body.industrial-site input[type="range"]:focus,
body.industrial-site input[type="date"]:focus,
body.industrial-site input[type="month"]:focus,
body.industrial-site input[type="week"]:focus,
body.industrial-site input[type="time"]:focus,
body.industrial-site input[type="datetime"]:focus,
body.industrial-site input[type="datetime-local"]:focus,
body.industrial-site input[type="color"]:focus,
body.industrial-site textarea:focus {
	border-color: var(--pg-text);
	box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.08);
	color: var(--pg-text);
}

body.industrial-site table th,
body.industrial-site table td {
	border-color: var(--pg-line);
}

body.industrial-site table th {
	background: #ffffff;
	color: var(--pg-text-soft);
}

body.industrial-site table td {
	color: var(--pg-text-muted);
}

body.industrial-site table tr:nth-child(even) {
	background: #fafafa;
}

body.industrial-site #masthead {
	background: #ffffff !important;
	border-bottom: 1px solid var(--pg-line-strong) !important;
	backdrop-filter: none !important;
}

body.industrial-site #masthead [class*="bg-slate"] {
	background: transparent !important;
}

body.industrial-site #masthead [class*="border-slate"] {
	border-color: var(--pg-line) !important;
}

body.industrial-site #masthead [class*="text-white"],
body.industrial-site #masthead [class*="text-slate-100"],
body.industrial-site #masthead [class*="text-slate-200"] {
	color: var(--pg-text) !important;
}

body.industrial-site #masthead [class*="text-slate-300"],
body.industrial-site #masthead [class*="text-slate-400"],
body.industrial-site #masthead [class*="text-slate-500"] {
	color: var(--pg-text-soft) !important;
}

body.industrial-site #masthead [class*="text-amber"] {
	color: var(--pg-text-muted) !important;
}

body.industrial-site #site-navigation a,
body.industrial-site #mobile-menu a {
	color: var(--pg-text) !important;
}

body.industrial-site #site-navigation a:hover,
body.industrial-site #site-navigation a:focus,
body.industrial-site #mobile-menu a:hover,
body.industrial-site #mobile-menu a:focus {
	color: #000000 !important;
}

body.industrial-site .site-main > section {
	padding-top: clamp(3.5rem, 5.5vw, 6rem);
	padding-bottom: clamp(3.5rem, 5.5vw, 6rem);
}

body.industrial-site .site-main > section.industrial-catalog-grid-section {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.industrial-site .industrial-catalog-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	padding: 0.875rem 0 1.25rem;
	color: var(--pg-text-muted);
	font-size: 0.875rem;
	line-height: 1.4;
}

body.industrial-site .industrial-catalog-breadcrumb a,
body.industrial-site .industrial-catalog-breadcrumb a:visited {
	color: var(--pg-text-soft);
	text-decoration: none;
}

body.industrial-site .industrial-catalog-breadcrumb a:hover,
body.industrial-site .industrial-catalog-breadcrumb a:focus,
body.industrial-site .industrial-catalog-breadcrumb a:active {
	color: var(--pg-text);
}

body.industrial-site .industrial-catalog-breadcrumb__separator {
	color: var(--pg-line-strong);
}

body.industrial-site .industrial-catalog-breadcrumb__current {
	color: var(--pg-text);
}

body.industrial-site .site-main section > .absolute.inset-0 {
	display: none !important;
}

.js-loaded .site-main > section,
body.industrial-site .finder-step--active {
	animation: none !important;
}

body.industrial-site .site-main [class*="bg-slate"],
body.industrial-site .site-main [class*="bg-[linear-gradient"],
body.industrial-site .site-main [class*="bg-[radial-gradient"] {
	background: transparent !important;
}

body.industrial-site .site-main [class*="border-slate"] {
	border-color: var(--pg-line) !important;
}

body.industrial-site .site-main [class*="border-amber"],
body.industrial-site .site-main [class*="border-cyan"] {
	border-color: var(--pg-line-strong) !important;
}

body.industrial-site .site-main [class*="border-dashed"] {
	border-style: solid !important;
}

body.industrial-site .site-main [class*="shadow-"] {
	box-shadow: none !important;
}

body.industrial-site .site-main [class*="rounded-[1"],
body.industrial-site .site-main [class*="rounded-[2"],
body.industrial-site .site-main [class*="rounded-2"],
body.industrial-site .site-main [class*="rounded-3"] {
	border-radius: 0.375rem !important;
}

body.industrial-site .site-main .text-white,
body.industrial-site .site-main .text-slate-100,
body.industrial-site .site-main .text-slate-200 {
	color: var(--pg-text) !important;
}

body.industrial-site .site-main .text-slate-300,
body.industrial-site .site-main .text-slate-400 {
	color: var(--pg-text-muted) !important;
}

body.industrial-site .site-main .text-slate-500,
body.industrial-site .site-main .text-slate-600,
body.industrial-site .site-main .text-slate-700 {
	color: var(--pg-text-soft) !important;
}

body.industrial-site .site-main .text-amber-100,
body.industrial-site .site-main .text-amber-200,
body.industrial-site .site-main .text-amber-300,
body.industrial-site .site-main .text-amber-400,
body.industrial-site .site-main .text-cyan-100,
body.industrial-site .site-main .text-cyan-200,
body.industrial-site .site-main .text-cyan-300,
body.industrial-site .site-main .text-cyan-400 {
	color: var(--pg-text-muted) !important;
}

body.industrial-site .site-main .hover\:-translate-y-1:hover {
	transform: none !important;
}

body.industrial-site .site-main .group:hover [class*="group-hover:scale"] {
	transform: none !important;
}

body.industrial-site a.bg-amber-400,
body.industrial-site a.bg-amber-400:visited,
body.industrial-site a.bg-amber-400:hover,
body.industrial-site a.bg-amber-400:focus,
body.industrial-site a.bg-amber-400:active,
body.industrial-site button.bg-amber-400,
body.industrial-site button.bg-amber-400:hover,
body.industrial-site button.bg-amber-400:focus,
body.industrial-site button.bg-amber-400:active,
body.industrial-site .industrial-product-purchase form.cart .single_add_to_cart_button,
body.industrial-site .industrial-product-purchase form.cart .added_to_cart {
	background: var(--pg-text) !important;
	border: 1px solid var(--pg-text) !important;
	color: #ffffff !important;
}

body.industrial-site .site-main a.inline-flex[class*="border-slate"],
body.industrial-site .site-main button.inline-flex[class*="border-slate"] {
	background: #ffffff !important;
	border-color: var(--pg-line-strong) !important;
	color: var(--pg-text) !important;
}

body.industrial-site .site-main a.inline-flex[class*="border-slate"]:hover,
body.industrial-site .site-main button.inline-flex[class*="border-slate"]:hover,
body.industrial-site .site-main a.inline-flex[class*="border-slate"]:focus,
body.industrial-site .site-main button.inline-flex[class*="border-slate"]:focus {
	background: #f7f7f7 !important;
	border-color: var(--pg-text) !important;
	color: #000000 !important;
}

body.industrial-site .industrial-woocommerce-notices-wrap .woocommerce-error,
body.industrial-site .industrial-woocommerce-notices-wrap .woocommerce-info,
body.industrial-site .industrial-woocommerce-notices-wrap .woocommerce-message,
body.industrial-site .woocommerce .woocommerce-error,
body.industrial-site .woocommerce .woocommerce-info,
body.industrial-site .woocommerce .woocommerce-message {
	border-color: var(--pg-line) !important;
	border-radius: 0.375rem !important;
	background: #ffffff !important;
	color: var(--pg-text-muted) !important;
}

body.industrial-site .industrial-woocommerce-shell .woocommerce,
body.industrial-site .industrial-woocommerce-shell .wc-block-cart,
body.industrial-site .industrial-woocommerce-shell .wc-block-checkout,
body.industrial-site .industrial-woocommerce-shell .wc-block-components-sidebar,
body.industrial-site .industrial-woocommerce-shell .wp-block-woocommerce-cart,
body.industrial-site .industrial-woocommerce-shell .wp-block-woocommerce-checkout {
	color: var(--pg-text-muted);
}

body.industrial-site .industrial-woocommerce-shell .woocommerce a,
body.industrial-site .industrial-woocommerce-shell .wc-block-cart a,
body.industrial-site .industrial-woocommerce-shell .wc-block-checkout a {
	color: var(--pg-text);
}

body.industrial-site .industrial-woocommerce-shell .woocommerce a:hover,
body.industrial-site .industrial-woocommerce-shell .wc-block-cart a:hover,
body.industrial-site .industrial-woocommerce-shell .wc-block-checkout a:hover {
	color: #000000;
}

body.industrial-site .industrial-woocommerce-shell .shop_table,
body.industrial-site .industrial-woocommerce-shell .woocommerce-table,
body.industrial-site .industrial-woocommerce-shell .wc-block-components-order-summary__content,
body.industrial-site .industrial-woocommerce-shell .wc-block-checkout__main,
body.industrial-site .industrial-woocommerce-shell .wc-block-components-sidebar,
body.industrial-site .industrial-woocommerce-shell .coupon,
body.industrial-site .industrial-woocommerce-shell .cart_totals,
body.industrial-site .industrial-woocommerce-shell .woocommerce-checkout-review-order,
body.industrial-site .industrial-woocommerce-shell #payment,
body.industrial-site .industrial-woocommerce-shell .woocommerce-form-login,
body.industrial-site .industrial-woocommerce-shell .woocommerce-form-coupon,
body.industrial-site .industrial-woocommerce-shell .woocommerce-EditAccountForm,
body.industrial-site .industrial-woocommerce-shell .woocommerce-address-fields,
body.industrial-site .industrial-woocommerce-shell .woocommerce-order,
body.industrial-site .industrial-woocommerce-shell .woocommerce-order-details,
body.industrial-site .industrial-woocommerce-shell .woocommerce-customer-details,
body.industrial-site .industrial-woocommerce-shell .woocommerce-form-register,
body.industrial-site .industrial-woocommerce-shell .woocommerce-order-overview li {
	background: transparent !important;
	border: 1px solid var(--pg-line) !important;
	border-radius: 0.375rem !important;
}

body.industrial-site .industrial-woocommerce-shell .shop_table th,
body.industrial-site .industrial-woocommerce-shell .shop_table td,
body.industrial-site .industrial-woocommerce-shell .woocommerce-table th,
body.industrial-site .industrial-woocommerce-shell .woocommerce-table td {
	border-color: var(--pg-line);
}

body.industrial-site .industrial-woocommerce-shell .product-name a,
body.industrial-site .industrial-woocommerce-shell .woocommerce-table__product-name a {
	color: var(--pg-text);
}

body.industrial-site .industrial-woocommerce-shell .product-name a:hover,
body.industrial-site .industrial-woocommerce-shell .woocommerce-table__product-name a:hover {
	color: #000000;
}

body.industrial-site .industrial-woocommerce-shell .cart_totals h2,
body.industrial-site .industrial-woocommerce-shell .woocommerce-checkout-review-order-table thead th,
body.industrial-site .industrial-woocommerce-shell .woocommerce-order-details__title,
body.industrial-site .industrial-woocommerce-shell .woocommerce-column__title,
body.industrial-site .industrial-woocommerce-shell .woocommerce-MyAccount-content h2,
body.industrial-site .industrial-woocommerce-shell .woocommerce-MyAccount-content h3 {
	color: var(--pg-text);
	text-transform: none;
	letter-spacing: 0.02em;
}

body.industrial-site .industrial-woocommerce-shell .woocommerce-cart-form__cart-item .product-remove a,
body.industrial-site .industrial-woocommerce-shell .woocommerce a.remove {
	border-color: var(--pg-line-strong);
	color: var(--pg-text) !important;
}

body.industrial-site .industrial-woocommerce-shell .woocommerce-cart-form__cart-item .product-remove a:hover,
body.industrial-site .industrial-woocommerce-shell .woocommerce a.remove:hover {
	background: #f5f5f5;
	color: #000000 !important;
}

body.industrial-site .industrial-woocommerce-shell .actions .button,
body.industrial-site .industrial-woocommerce-shell .cart_totals .checkout-button,
body.industrial-site .industrial-woocommerce-shell #payment #place_order,
body.industrial-site .industrial-woocommerce-shell .woocommerce-form-login .button,
body.industrial-site .industrial-woocommerce-shell .woocommerce-form-register .button,
body.industrial-site .industrial-woocommerce-shell .woocommerce-MyAccount-content .button,
body.industrial-site .industrial-woocommerce-shell .wc-block-components-button,
body.industrial-site .industrial-woocommerce-shell .actions .button.alt,
body.industrial-site .industrial-woocommerce-shell #payment .button.alt,
body.industrial-site .industrial-woocommerce-shell .checkout-button.button.alt,
body.industrial-site .industrial-woocommerce-shell .wc-block-components-checkout-place-order-button {
	background: var(--pg-text) !important;
	border: 1px solid var(--pg-text) !important;
	color: #ffffff !important;
	text-transform: none;
	letter-spacing: 0.02em;
	border-radius: 0.375rem !important;
}

body.industrial-site .industrial-woocommerce-shell .actions .button:hover,
body.industrial-site .industrial-woocommerce-shell .cart_totals .checkout-button:hover,
body.industrial-site .industrial-woocommerce-shell #payment #place_order:hover,
body.industrial-site .industrial-woocommerce-shell .woocommerce-form-login .button:hover,
body.industrial-site .industrial-woocommerce-shell .woocommerce-form-register .button:hover,
body.industrial-site .industrial-woocommerce-shell .woocommerce-MyAccount-content .button:hover,
body.industrial-site .industrial-woocommerce-shell .wc-block-components-button:hover {
	background: #000000 !important;
	border-color: #000000 !important;
}

body.industrial-site .industrial-woocommerce-shell .woocommerce form .form-row label,
body.industrial-site .industrial-woocommerce-shell .wc-block-components-text-input label,
body.industrial-site .industrial-woocommerce-shell .wc-block-components-combobox label {
	color: var(--pg-text-soft);
	text-transform: none;
	letter-spacing: 0.02em;
}

body.industrial-site .industrial-woocommerce-shell .woocommerce form .form-row input.input-text,
body.industrial-site .industrial-woocommerce-shell .woocommerce form .form-row textarea,
body.industrial-site .industrial-woocommerce-shell .woocommerce form .form-row select,
body.industrial-site .industrial-woocommerce-shell .select2-container--default .select2-selection--single,
body.industrial-site .industrial-woocommerce-shell .select2-container--default .select2-selection--multiple,
body.industrial-site .industrial-woocommerce-shell .wc-block-components-text-input input,
body.industrial-site .industrial-woocommerce-shell .wc-block-components-combobox-control input {
	background: #ffffff;
	border-color: var(--pg-line-strong);
	color: var(--pg-text);
	border-radius: 0.375rem;
}

body.industrial-site .industrial-woocommerce-shell .select2-dropdown {
	border-color: var(--pg-line-strong);
	border-radius: 0.375rem;
	background: #ffffff;
	color: var(--pg-text);
}

body.industrial-site .industrial-woocommerce-shell .select2-container--default .select2-results__option--highlighted[aria-selected],
body.industrial-site .industrial-woocommerce-shell .select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #f3f3f3;
	color: var(--pg-text);
}

body.industrial-site .industrial-woocommerce-shell .woocommerce-MyAccount-navigation a {
	background: #ffffff;
	border-color: var(--pg-line-strong);
	color: var(--pg-text);
	text-transform: none;
	letter-spacing: 0.02em;
	border-radius: 0.375rem;
}

body.industrial-site .industrial-woocommerce-shell .woocommerce-MyAccount-navigation .is-active a,
body.industrial-site .industrial-woocommerce-shell .woocommerce-MyAccount-navigation a:hover {
	border-color: var(--pg-text);
	background: #f6f6f6;
	color: #000000;
}

body.industrial-site .industrial-spec-table th,
body.industrial-site .industrial-spec-table td,
body.industrial-site .industrial-compare-table th,
body.industrial-site .industrial-compare-table td {
	border-color: var(--pg-line);
}

body.industrial-site .industrial-spec-table th {
	background: #ffffff;
	color: var(--pg-text-soft);
}

body.industrial-site .industrial-spec-table td {
	background: #ffffff;
	color: var(--pg-text);
}

body.industrial-site .industrial-compare-table thead th {
	background: #ffffff;
}

body.industrial-site .industrial-compare-table tbody th {
	background: #ffffff;
	color: var(--pg-text-soft);
}

body.industrial-site .industrial-compare-table tbody td {
	background: #ffffff;
	color: var(--pg-text-muted);
}

body.industrial-site .industrial-compare-table tbody tr:nth-child(even) td {
	background: #fafafa;
}

body.industrial-site .industrial-compare-table-wrap {
	scrollbar-color: var(--pg-line-strong) #ffffff;
}

body.industrial-site .industrial-sticky-cta__inner {
	background: rgba(255, 255, 255, 0.97);
	border-color: var(--pg-line-strong);
	box-shadow: none;
	backdrop-filter: none;
}

body.industrial-site .industrial-sticky-cta__eyebrow {
	color: var(--pg-text-soft);
}

body.industrial-site .industrial-sticky-cta__title {
	color: var(--pg-text);
}

body.industrial-site .industrial-sticky-cta__primary {
	background: var(--pg-text);
	color: #ffffff;
	border: 1px solid var(--pg-text);
}

body.industrial-site .industrial-sticky-cta__primary:hover,
body.industrial-site .industrial-sticky-cta__primary:focus {
	background: #000000;
	color: #ffffff;
}

body.industrial-site .industrial-sticky-cta__secondary {
	background: #ffffff;
	color: var(--pg-text);
	border-color: var(--pg-line-strong);
}

body.industrial-site .industrial-sticky-cta__secondary:hover,
body.industrial-site .industrial-sticky-cta__secondary:focus {
	background: #f5f5f5;
	color: #000000;
	border-color: var(--pg-text);
}

body.industrial-site .finder-step--invalid .finder-choice input + span {
	border-color: var(--pg-line-strong);
	box-shadow: none;
}

body.industrial-site .finder-choice input:focus + span {
	border-color: var(--pg-text);
	box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.08);
}

body.industrial-site #colophon {
	background: var(--pg-inverse-bg) !important;
	color: var(--pg-inverse-text);
	border-top: 1px solid rgba(245, 245, 245, 0.16) !important;
}

body.industrial-site #colophon [class*="bg-slate"] {
	background: transparent !important;
}

body.industrial-site #colophon [class*="border-slate"] {
	border-color: rgba(245, 245, 245, 0.18) !important;
}

body.industrial-site #colophon .text-white,
body.industrial-site #colophon .text-slate-100,
body.industrial-site #colophon .text-slate-200,
body.industrial-site #colophon .text-slate-300 {
	color: var(--pg-inverse-text) !important;
}

body.industrial-site #colophon .text-slate-400,
body.industrial-site #colophon .text-slate-500,
body.industrial-site #colophon .text-slate-600 {
	color: rgba(245, 245, 245, 0.72) !important;
}

body.industrial-site #colophon a {
	color: rgba(245, 245, 245, 0.9) !important;
}

body.industrial-site #colophon a:hover,
body.industrial-site #colophon a:focus {
	color: #ffffff !important;
}

body.industrial-site #colophon a.bg-amber-400,
body.industrial-site #colophon a.bg-amber-400:hover,
body.industrial-site #colophon a.bg-amber-400:focus {
	background: #f5f5f5 !important;
	border-color: #f5f5f5 !important;
	color: #111111 !important;
}

body.industrial-site #colophon a.inline-flex[class*="border-slate"] {
	background: transparent !important;
	border-color: rgba(245, 245, 245, 0.28) !important;
	color: var(--pg-inverse-text) !important;
}

body.industrial-site #colophon a.inline-flex[class*="border-slate"]:hover,
body.industrial-site #colophon a.inline-flex[class*="border-slate"]:focus {
	border-color: rgba(245, 245, 245, 0.56) !important;
	background: rgba(245, 245, 245, 0.08) !important;
	color: #ffffff !important;
}

@media (max-width: 767px) {
	body.industrial-site .site-main > section {
		padding-top: clamp(2.5rem, 8vw, 4rem);
		padding-bottom: clamp(2.5rem, 8vw, 4rem);
	}
}

body.industrial-site.single-product .site-main > section.industrial-product-hero-section {
	padding-top: 0 !important;
	overflow: visible !important;
}

body.industrial-site.single-product .industrial-product-hero-section__inner {
	padding-top: 0 !important;
}

body.industrial-site.single-product .industrial-product-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin: 0 !important;
	padding: 0.875rem 0 1.25rem !important;
	color: var(--pg-text-muted);
	font-size: 0.875rem;
	line-height: 1.4;
}

body.industrial-site.single-product .industrial-product-breadcrumb a,
body.industrial-site.single-product .industrial-product-breadcrumb a:visited {
	color: var(--pg-text-soft);
	text-decoration: none;
}

body.industrial-site.single-product .industrial-product-breadcrumb a:hover,
body.industrial-site.single-product .industrial-product-breadcrumb a:focus,
body.industrial-site.single-product .industrial-product-breadcrumb a:active {
	color: var(--pg-text);
}

body.industrial-site.single-product .industrial-product-breadcrumb > span {
	color: var(--pg-line-strong);
}

body.industrial-site.single-product .industrial-product-breadcrumb > span:last-child {
	color: var(--pg-text);
}

body.industrial-site.single-product .industrial-product-info-panel {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

@media (min-width: 1024px) {
	body.industrial-site.single-product .industrial-product-gallery-column {
		position: sticky;
		top: 30px;
		align-self: start;
	}
}

body.industrial-site.single-product .industrial-product-gallery {
	width: 100%;
	min-width: 0;
}

body.industrial-site.single-product .industrial-product-gallery__main {
	position: relative;
	overflow: hidden;
	border: 0;
	border-radius: 1.8rem;
	background: rgb(15 23 42 / 0.85);
	box-shadow: none;
}

body.industrial-site.single-product .industrial-product-gallery__main .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	background: rgb(15 23 42 / 0.9);
}

body.industrial-site.single-product .industrial-product-gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 640px;
	object-fit: cover;
	object-position: center;
}

body.industrial-site.single-product .industrial-product-gallery__thumbs {
	margin-top: 0.875rem;
	overflow: hidden;
}

body.industrial-site.single-product .industrial-product-gallery__thumbs .swiper-slide {
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border: 1px solid rgb(51 65 85);
	border-radius: 0.875rem;
	background: rgb(15 23 42 / 0.88);
	cursor: pointer;
	opacity: 0.58;
	transition: border-color 180ms ease, opacity 180ms ease;
}

body.industrial-site.single-product .industrial-product-gallery__thumbs .swiper-slide-thumb-active,
body.industrial-site.single-product .industrial-product-gallery__thumbs .swiper-slide:hover,
body.industrial-site.single-product .industrial-product-gallery__thumbs .swiper-slide:focus-within {
	border-color: rgb(251 191 36);
	opacity: 1;
}

body.industrial-site.single-product .industrial-product-gallery__thumb-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

body.industrial-site.single-product .industrial-product-gallery__button {
	position: absolute;
	z-index: 5;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border: 1px solid rgb(148 163 184 / 0.35);
	border-radius: 999px;
	background: rgb(2 6 23 / 0.74);
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-50%);
	transition: background-color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

body.industrial-site.single-product .industrial-product-gallery__main:hover .industrial-product-gallery__button,
body.industrial-site.single-product .industrial-product-gallery__button:focus-visible {
	opacity: 1;
	pointer-events: auto;
}

body.industrial-site.single-product .industrial-product-gallery__button:hover,
body.industrial-site.single-product .industrial-product-gallery__button:focus {
	border-color: rgb(251 191 36);
	background: rgb(2 6 23 / 0.92);
}

body.industrial-site.single-product .industrial-product-gallery__button::before {
	display: block;
	width: 0.65rem;
	height: 0.65rem;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
}

body.industrial-site.single-product .industrial-product-gallery__button--prev {
	left: 1rem;
}

body.industrial-site.single-product .industrial-product-gallery__button--prev::before {
	transform: rotate(-135deg);
}

body.industrial-site.single-product .industrial-product-gallery__button--next {
	right: 1rem;
}

body.industrial-site.single-product .industrial-product-gallery__button--next::before {
	transform: rotate(45deg);
}

body.industrial-site.single-product .industrial-product-gallery__pagination {
	position: absolute;
	z-index: 5;
	right: 1.25rem;
	bottom: 1rem;
	left: 1.25rem;
	display: flex;
	justify-content: center;
	gap: 0.45rem;
}

body.industrial-site.single-product .industrial-product-gallery__pagination .swiper-pagination-bullet {
	width: 0.55rem;
	height: 0.55rem;
	margin: 0;
	background: rgb(226 232 240 / 0.7);
	opacity: 1;
}

body.industrial-site.single-product .industrial-product-gallery__pagination .swiper-pagination-bullet-active {
	background: rgb(251 191 36);
}

body.industrial-site.single-product .industrial-product-gallery__placeholder {
	display: flex;
	min-height: 380px;
	align-items: center;
	justify-content: center;
	border: 1px dashed rgb(51 65 85);
	border-radius: 1.8rem;
	background: rgb(15 23 42 / 0.75);
}

/* ==========================================================================
   Minimal Black & White Scheme - Fine Tuning Phase 2
   ========================================================================== */

body.industrial-site {
	letter-spacing: 0;
}

body.industrial-site .site-main {
	line-height: 1.72;
}

body.industrial-site .site-main > section + section {
	border-top: 1px solid var(--pg-line);
}

body.industrial-site .site-main p {
	max-width: 72ch;
}

body.industrial-site .site-main .max-w-4xl p,
body.industrial-site .site-main .max-w-5xl p {
	max-width: 68ch;
}

body.industrial-site .site-main [class*="rounded-xl"],
body.industrial-site .site-main [class*="rounded-2xl"] {
	border-radius: 0.25rem !important;
}

body.industrial-site .site-main [class*="tracking-[0.3"],
body.industrial-site .site-main [class*="tracking-[0.34"],
body.industrial-site .site-main [class*="tracking-[0.24"] {
	letter-spacing: 0.16em !important;
}

body.industrial-site .site-main [class*="tracking-[0.12"],
body.industrial-site .site-main [class*="tracking-[0.14"],
body.industrial-site .site-main [class*="tracking-[0.18"] {
	letter-spacing: 0.08em !important;
}

body.industrial-site .site-main a.inline-flex,
body.industrial-site .site-main button.inline-flex,
body.industrial-site .woocommerce .button,
body.industrial-site .woocommerce button.button,
body.industrial-site .woocommerce a.button {
	min-height: 44px;
}

body.industrial-site .industrial-cart-count {
	background: #111111 !important;
	color: #ffffff !important;
	border-radius: 999px;
}

body.industrial-site #masthead .industrial-cart-count {
	background: #111111 !important;
	color: #ffffff !important;
}

body.industrial-site #masthead .header-action {
	border: 1px solid var(--pg-line-strong) !important;
	background: #ffffff !important;
	color: var(--pg-text) !important;
}

body.industrial-site #masthead .header-action:hover,
body.industrial-site #masthead .header-action:focus {
	border-color: var(--pg-text) !important;
	background: #f6f6f6 !important;
	color: #000000 !important;
}

body.industrial-site #masthead .header-action--primary {
	border-color: var(--pg-text) !important;
	background: var(--pg-text) !important;
	color: #ffffff !important;
}

body.industrial-site #masthead .header-action--primary:hover,
body.industrial-site #masthead .header-action--primary:focus {
	border-color: #000000 !important;
	background: #000000 !important;
	color: #ffffff !important;
}

body.industrial-site #masthead .header-contact-card {
	border-color: var(--pg-line-strong) !important;
	background: #fafafa !important;
	color: var(--pg-text-muted) !important;
}

body.industrial-site #masthead .header-icon-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid transparent;
	border-radius: 0.375rem;
	background: #ffffff;
	color: var(--pg-text);
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.industrial-site #masthead .header-icon-button svg {
	width: 19px;
	height: 19px;
}

body.industrial-site #masthead .header-icon-button:hover,
body.industrial-site #masthead .header-icon-button:focus {
	background: #f6f6f6;
	border-color: transparent;
	color: #000000;
}

body.industrial-site #masthead .header-cart-count {
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #111111;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
}

body.industrial-site #site-navigation.primary-nav-wrap {
	position: relative;
}

body.industrial-site #site-navigation .primary-menu-root {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.industrial-site #site-navigation .primary-menu-root > li {
	position: relative;
}

body.industrial-site #site-navigation .primary-menu-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	line-height: 1;
	text-decoration: none;
}

body.industrial-site #site-navigation .nav-menu-caret {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.7rem;
	height: 0.7rem;
	color: currentColor;
	transition: transform 0.16s ease;
}

body.industrial-site #site-navigation .nav-menu-caret svg {
	width: 100%;
	height: 100%;
}

body.industrial-site #site-navigation.machines-mega-open .machines-menu-trigger .nav-menu-caret,
body.industrial-site #site-navigation .support-menu-item.support-menu-open .nav-menu-caret {
	transform: rotate(180deg);
}

body.industrial-site #site-navigation .support-submenu {
	position: absolute;
	top: calc(100% + 0.6rem);
	left: 0;
	z-index: 95;
	min-width: 208px;
	margin: 0;
	padding: 0.38rem;
	list-style: none;
	border: 1px solid var(--pg-line-strong);
	border-radius: 0.45rem;
	background: #ffffff;
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(6px);
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

body.industrial-site #site-navigation .support-menu-item.support-menu-open .support-submenu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

body.industrial-site #site-navigation .support-submenu-link {
	display: block;
	padding: 0.58rem 0.62rem;
	border-radius: 0.3rem;
	color: #4b5563;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.15s ease, background-color 0.15s ease;
}

body.industrial-site #site-navigation .support-submenu-link:hover,
body.industrial-site #site-navigation .support-submenu-link:focus {
	color: #111111;
	background: #f5f5f5;
	outline: none;
}

body.industrial-site #site-navigation .machines-mega-menu {
	position: absolute;
	left: 50%;
	top: calc(100% + 0.4rem);
	z-index: 80;
	width: 100vw;
	padding: 0;
	border-top: 1px solid var(--pg-line-strong);
	border-bottom: 1px solid var(--pg-line-strong);
	background: #ffffff;
	box-shadow: 0 26px 54px rgba(15, 23, 42, 0.06);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(-50%) translateY(8px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

body.industrial-site #site-navigation.machines-mega-open .machines-mega-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

body.industrial-site #site-navigation .machines-mega-inner {
	max-width: 1720px;
	margin: 0 auto;
	padding: 2.7rem 3rem 2.9rem;
}

body.industrial-site #site-navigation .machines-mega-shell {
	display: grid;
	grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
	gap: 3rem;
	align-items: start;
}

body.industrial-site #site-navigation .machines-mega-categories {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

body.industrial-site #site-navigation .machines-mega-tab {
	width: 100%;
	padding: 0.74rem 0.85rem;
	border: 1px solid transparent;
	border-radius: 0.4rem;
	background: transparent;
	color: #4b5563;
	text-align: left;
	cursor: pointer;
	transition: color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

body.industrial-site #site-navigation .machines-mega-tab-label {
	display: block;
	color: inherit;
	font-family: 'Rajdhani', sans-serif;
	font-size: 0.93rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.industrial-site #site-navigation .machines-mega-tab-description {
	display: block;
	margin-top: 0.24rem;
	color: #6b7280;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.3;
}

body.industrial-site #site-navigation .machines-mega-tab:hover,
body.industrial-site #site-navigation .machines-mega-tab:focus {
	color: #111111;
	background: #f8fafc;
	outline: none;
}

body.industrial-site #site-navigation .machines-mega-tab.is-active {
	color: #111111;
	background: #f4f5f7;
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

body.industrial-site #site-navigation .machines-mega-panels {
	min-width: 0;
}

body.industrial-site #site-navigation .machines-mega-panel {
	display: none;
}

body.industrial-site #site-navigation .machines-mega-panel.is-active {
	display: block;
}

body.industrial-site #site-navigation .machines-mega-panel-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.95rem;
}

body.industrial-site #site-navigation .machines-mega-panel-label {
	margin: 0;
	color: #6b7280;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.industrial-site #site-navigation .machines-mega-panel-title {
	margin: 0.24rem 0 0;
	color: #111111;
	font-family: 'Rajdhani', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.15;
}

body.industrial-site #site-navigation .machines-mega-panel-link {
	display: inline-flex;
	align-items: center;
	color: #111111;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

body.industrial-site #site-navigation .machines-mega-panel-link:hover,
body.industrial-site #site-navigation .machines-mega-panel-link:focus {
	color: #000000;
}

body.industrial-site #site-navigation .machines-mega-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem 1.2rem;
}

body.industrial-site #site-navigation .machines-mega-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem 1.2rem;
}

body.industrial-site #site-navigation .machines-mega-category-card {
	display: flex;
	flex-direction: column;
	gap: 0.56rem;
	padding: 0.72rem;
	border: 1px solid transparent;
	border-radius: 0.45rem;
	background: transparent;
	text-decoration: none;
	transition: box-shadow 0.18s ease, transform 0.18s ease;
}

body.industrial-site #site-navigation .machines-mega-category-card:hover,
body.industrial-site #site-navigation .machines-mega-category-card:focus {
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
	outline: none;
}

body.industrial-site #site-navigation .machines-mega-category-media {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 9;
	border-radius: 0.42rem;
	overflow: hidden;
	background: #f8fafc;
}

body.industrial-site #site-navigation .machines-mega-category-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.industrial-site #site-navigation .machines-mega-category-title {
	display: block;
	color: #111111;
	font-family: 'Rajdhani', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.2;
}

body.industrial-site #site-navigation .machines-mega-product-card {
	display: flex;
	flex-direction: column;
	gap: 0.42rem;
	padding: 0.72rem;
	border: 1px solid transparent;
	border-radius: 0.45rem;
	background: transparent;
	text-decoration: none;
	transition: box-shadow 0.18s ease, transform 0.18s ease;
}

body.industrial-site #site-navigation .machines-mega-product-card:hover,
body.industrial-site #site-navigation .machines-mega-product-card:focus {
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
	outline: none;
}

body.industrial-site #site-navigation .machines-mega-product-media {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 5 / 3;
	border-radius: 0.35rem;
	overflow: hidden;
}

body.industrial-site #site-navigation .machines-mega-product-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.industrial-site #site-navigation .machines-mega-product-placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #9ca3af;
}

body.industrial-site #site-navigation .machines-mega-product-placeholder svg {
	width: 28px;
	height: 28px;
}

body.industrial-site #site-navigation .machines-mega-product-term {
	display: block;
	color: #6b7280;
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

body.industrial-site #site-navigation .machines-mega-product-title {
	display: block;
	color: #111111;
	font-family: 'Rajdhani', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

body.industrial-site #site-navigation .machines-mega-product-summary {
	display: block;
	color: #6b7280;
	font-size: 0.78rem;
	line-height: 1.38;
}

body.industrial-site #site-navigation .machines-mega-product-price {
	display: inline-flex;
	align-items: center;
	color: #111111;
	font-family: 'Rajdhani', sans-serif;
	font-size: 0.93rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

body.industrial-site #site-navigation .machines-mega-empty-state {
	margin: 0;
	color: #6b7280;
	font-size: 0.88rem;
	line-height: 1.4;
}

body.industrial-site #site-navigation .machines-menu-item > a {
	position: relative;
}

body.industrial-site #site-navigation.machines-mega-open .machines-menu-item > a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.55rem;
	height: 2px;
	background: #111111;
}

body.industrial-site #mobile-menu .mobile-support-menu summary {
	list-style: none;
}

body.industrial-site #mobile-menu .mobile-support-menu summary::-webkit-details-marker {
	display: none;
}

body.industrial-site #mobile-menu .mobile-support-caret {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.8rem;
	height: 0.8rem;
	transition: transform 0.15s ease;
}

body.industrial-site #mobile-menu .mobile-support-caret svg {
	width: 100%;
	height: 100%;
}

body.industrial-site #mobile-menu .mobile-support-menu[open] .mobile-support-caret {
	transform: rotate(180deg);
}

@media (max-width: 1439px) {
	body.industrial-site #site-navigation .machines-mega-inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	body.industrial-site #site-navigation .machines-mega-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.industrial-site #site-navigation .machines-mega-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1279px) {
	body.industrial-site #site-navigation .machines-mega-inner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	body.industrial-site #site-navigation .machines-mega-shell {
		grid-template-columns: minmax(190px, 220px) minmax(0, 1fr);
		gap: 2rem;
	}

	body.industrial-site #site-navigation .machines-mega-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.industrial-site #site-navigation .machines-mega-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

body.industrial-site .industrial-home-hero .industrial-home-hero-kicker {
	color: #fcd34d !important;
}

body.industrial-site .industrial-home-hero .industrial-home-hero-brand-logo {
	display: block;
	max-width: clamp(170px, 26vw, 280px);
	height: auto;
	filter: drop-shadow(0 10px 18px rgba(2, 6, 23, 0.55));
}

body.industrial-site .industrial-home-hero .industrial-home-hero-title {
	color: #ffffff !important;
}

body.industrial-site .industrial-home-hero .industrial-home-hero-intro {
	color: #e5e7eb !important;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}

body.industrial-site .industrial-home-hero .home-hero-cta {
	border: 1px solid #f59e0b !important;
	background: #f59e0b !important;
	color: #111111 !important;
	padding: 1.05rem 2.3rem !important;
	font-size: 1rem !important;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: 0.08em;
	box-shadow: 0 16px 34px rgba(245, 158, 11, 0.34);
}

body.industrial-site .industrial-home-hero .home-hero-cta:hover,
body.industrial-site .industrial-home-hero .home-hero-cta:focus {
	border-color: #f97316 !important;
	background: #f97316 !important;
	color: #111111 !important;
}

body.industrial-site .industrial-home-hero {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	aspect-ratio: 16 / 9;
	width: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: 76% center !important;
}

body.industrial-site .industrial-home-hero > .max-w-7xl {
	height: 100%;
}

body.industrial-site .industrial-home-hero .industrial-home-hero-copy-zone {
	min-height: 100%;
}

body.industrial-site .industrial-home-hero .industrial-home-hero-copy-content {
	padding: 0.5rem 0;
	text-shadow: 0 6px 24px rgba(0, 0, 0, 0.42);
}

@media (max-width: 1023px) {
	body.industrial-site .industrial-home-hero {
		background-position: 70% center !important;
	}
}

@media (max-width: 767px) {
	body.industrial-site .industrial-home-hero {
		background-position: 64% center !important;
	}

	body.industrial-site .industrial-home-hero .industrial-home-hero-copy-zone {
		justify-content: flex-start;
	}

	body.industrial-site .industrial-home-hero .industrial-home-hero-copy-content {
		max-width: 560px;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	body.industrial-site .industrial-home-hero .industrial-home-hero-brand-logo {
		max-width: 190px;
	}

	body.industrial-site .industrial-home-hero .home-hero-cta {
		padding: 0.95rem 1.8rem !important;
		font-size: 0.92rem !important;
	}
}

body.industrial-site .industrial-home-why .brand-poster-kicker {
	color: #fcd34d !important;
}

body.industrial-site .industrial-home-why .brand-poster-title,
body.industrial-site .industrial-home-why .brand-poster-link {
	color: #ffffff !important;
}

body.industrial-site .industrial-home-quick-entry {
	background: #0a0a0a !important;
	border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

body.industrial-site .industrial-home-quick-entry .quick-entry-kicker {
	color: #fcd34d !important;
}

body.industrial-site .industrial-home-quick-entry .quick-entry-title,
body.industrial-site .industrial-home-quick-entry .quick-entry-card-title,
body.industrial-site .industrial-home-quick-entry .quick-entry-card-link {
	color: #ffffff !important;
}

body.industrial-site .industrial-home-quick-entry .quick-entry-card-kicker {
	color: #fcd34d !important;
}

body.industrial-site .industrial-home-quick-entry .quick-entry-card-description {
	color: #cbd5e1 !important;
}

body.industrial-site .industrial-home-quick-entry a.group {
	border-color: rgba(255, 255, 255, 0.14) !important;
	background: rgba(255, 255, 255, 0.04) !important;
}

body.industrial-site .industrial-home-quick-entry a.group:hover,
body.industrial-site .industrial-home-quick-entry a.group:focus {
	border-color: rgba(251, 191, 36, 0.55) !important;
	background: rgba(255, 255, 255, 0.06) !important;
}

body.industrial-site .about-story-shell {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1rem;
}

body.industrial-site .about-story-shell--narrow {
	max-width: 960px;
}

@media (min-width: 640px) {
	body.industrial-site .about-story-shell {
		padding: 0 1.5rem;
	}
}

@media (min-width: 1024px) {
	body.industrial-site .about-story-shell {
		padding: 0 2rem;
	}
}

body.industrial-site .about-story-hero {
	position: relative;
	min-height: clamp(460px, 72vh, 740px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

body.industrial-site .about-story-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	pointer-events: none;
}

body.industrial-site .about-story-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(4, 9, 18, 0.22) 0%, rgba(4, 9, 18, 0.3) 48%, rgba(4, 9, 18, 0.76) 100%);
	z-index: 1;
}

body.industrial-site .about-story-hero .about-story-shell {
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

body.industrial-site .about-story-hero-copy {
	max-width: min(48vw, 620px);
	padding: clamp(2.1rem, 4.5vw, 3.4rem) 0;
	text-align: right;
}

body.industrial-site .about-story-kicker {
	margin: 0 0 0.9rem;
	color: #fcd34d !important;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

body.industrial-site .about-story-hero-title {
	margin: 0;
	color: #ffffff !important;
	font-size: clamp(2.35rem, 7.2vw, 6.1rem);
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	line-height: 0.9;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

body.industrial-site .about-story-hero-subtitle {
	margin: 0.25rem 0 0;
	color: #f8fafc !important;
	font-size: clamp(1.1rem, 2.4vw, 2rem);
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.industrial-site .about-story-hero-subtitle--wide {
	margin-top: 1rem;
	margin-left: auto;
	max-width: min(44vw, 600px);
	color: #e5e7eb !important;
	font-size: clamp(1rem, 1.35vw, 1.25rem);
	line-height: 1.65;
	letter-spacing: 0;
	text-transform: none;
}

body.industrial-site .about-story-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1.7rem;
}

body.industrial-site .about-story-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 1.6rem;
	border-radius: 0.7rem;
	border: 1px solid transparent;
	font-size: 0.78rem;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.industrial-site .about-story-btn--primary {
	border-color: #fbbf24;
	background: #fbbf24;
	color: #111111 !important;
}

body.industrial-site .about-story-btn--primary:hover,
body.industrial-site .about-story-btn--primary:focus {
	border-color: #f59e0b;
	background: #f59e0b;
	color: #111111 !important;
}

body.industrial-site .about-story-btn--ghost {
	border-color: rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.02);
	color: #ffffff !important;
}

body.industrial-site .about-story-btn--ghost:hover,
body.industrial-site .about-story-btn--ghost:focus {
	border-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
}

body.industrial-site .about-story-section {
	padding: clamp(3.6rem, 6vw, 5.8rem) 0;
	background: #ffffff;
}

body.industrial-site .about-story-section--surface {
	background: #f8fafc;
}

body.industrial-site .about-story-section--cta {
	background: #0b0f1a;
}

body.industrial-site .about-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.6rem;
	align-items: center;
}

@media (min-width: 992px) {
	body.industrial-site .about-story-grid {
		grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
		gap: 2.6rem;
	}
}

body.industrial-site .about-story-copy {
	max-width: 740px;
}

body.industrial-site .about-story-title {
	margin: 0;
	color: #111111 !important;
	font-size: clamp(1.9rem, 3.5vw, 3.2rem);
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	line-height: 1.05;
}

body.industrial-site .about-story-subtitle {
	margin: 0;
	color: #111111 !important;
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	line-height: 1.14;
}

body.industrial-site .about-story-paragraph {
	margin: 1rem 0 0;
	color: #475569 !important;
	font-size: 1rem;
	line-height: 1.72;
}

body.industrial-site .about-story-media,
body.industrial-site .about-story-feature-media,
body.industrial-site .about-story-milestone-media {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
}

body.industrial-site .about-story-media img,
body.industrial-site .about-story-feature-media img,
body.industrial-site .about-story-milestone-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
}

body.industrial-site .about-story-feature {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.7rem;
	align-items: center;
	padding: clamp(1.1rem, 2vw, 1.9rem);
	border: 1px solid #e2e8f0;
	border-radius: 1.1rem;
	background: #ffffff;
}

@media (min-width: 992px) {
	body.industrial-site .about-story-feature {
		grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
		gap: 2.2rem;
	}
}

body.industrial-site .about-story-inline-link {
	display: inline-flex;
	align-items: center;
	margin-top: 1.2rem;
	color: #0f172a !important;
	font-size: 0.82rem;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
}

body.industrial-site .about-story-headline {
	max-width: 860px;
}

body.industrial-site .about-story-text-stack {
	max-width: 920px;
}

body.industrial-site .about-story-highlight-grid,
body.industrial-site .about-story-value-grid,
body.industrial-site .about-story-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.6rem;
}

@media (min-width: 768px) {
	body.industrial-site .about-story-highlight-grid,
	body.industrial-site .about-story-value-grid,
	body.industrial-site .about-story-testimonial-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	body.industrial-site .about-story-value-grid--two-col {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

body.industrial-site .about-story-stat-card,
body.industrial-site .about-story-value-card,
body.industrial-site .about-story-quote {
	padding: 1.4rem 1.25rem;
	border: 1px solid #e2e8f0;
	border-radius: 0.9rem;
	background: #ffffff;
	margin: 0;
}

body.industrial-site .about-story-stat-value {
	margin: 0;
	color: #0f172a !important;
	font-size: 1.7rem;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	line-height: 1;
}

body.industrial-site .about-story-stat-label {
	margin: 0.7rem 0 0;
	color: #111111 !important;
	font-size: 1.06rem;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
}

body.industrial-site .about-story-stat-text {
	margin: 0.55rem 0 0;
	color: #64748b !important;
	font-size: 0.94rem;
	line-height: 1.55;
}

body.industrial-site .about-story-timeline {
	display: grid;
	gap: 1.3rem;
	margin-top: 1.8rem;
}

body.industrial-site .about-story-milestone {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.1rem;
	padding: 1.05rem;
	border: 1px solid #e2e8f0;
	border-radius: 0.95rem;
	background: #ffffff;
	align-items: center;
}

@media (min-width: 992px) {
	body.industrial-site .about-story-milestone {
		grid-template-columns: minmax(260px, 0.83fr) minmax(0, 1.17fr);
		gap: 1.5rem;
	}

	body.industrial-site .about-story-milestone.is-reversed {
		grid-template-columns: minmax(0, 1.17fr) minmax(260px, 0.83fr);
	}

	body.industrial-site .about-story-milestone.is-reversed .about-story-milestone-media {
		order: 2;
	}
}

body.industrial-site .about-story-quote-text {
	margin: 0;
	color: #1e293b !important;
	font-size: 1rem;
	line-height: 1.72;
}

body.industrial-site .about-story-quote-meta {
	display: block;
	margin-top: 1rem;
	color: #64748b !important;
	font-style: normal;
	font-size: 0.86rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.industrial-site .about-story-community-card {
	max-width: 880px;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 1.15rem;
	background: rgba(255, 255, 255, 0.03);
}

body.industrial-site .about-story-community-card--plain {
	max-width: 100%;
}

body.industrial-site .about-story-section--cta .about-story-title,
body.industrial-site .about-story-section--cta .about-story-paragraph {
	color: #e2e8f0 !important;
}

@media (max-width: 767px) {
	body.industrial-site .about-story-hero {
		min-height: 460px;
	}

	body.industrial-site .about-story-hero-copy {
		max-width: 100%;
		padding-bottom: 2.2rem;
	}

	body.industrial-site .about-story-hero-subtitle--wide {
		max-width: 100%;
	}
}

body.industrial-site .site-main .industrial-compare-table thead th,
body.industrial-site .site-main .industrial-compare-table tbody th {
	font-weight: 600;
}

body.industrial-site .site-main .industrial-spec-table th,
body.industrial-site .site-main .industrial-compare-table tbody th {
	color: #666666 !important;
}

body.industrial-site .site-main .industrial-spec-table td,
body.industrial-site .site-main .industrial-compare-table tbody td {
	color: #202020 !important;
}

body.industrial-site .site-main .industrial-compare-table tbody tr:nth-child(even) td {
	background: #fbfbfb !important;
}

body.industrial-site #colophon .footer-cta {
	border: 1px solid rgba(245, 245, 245, 0.3) !important;
	background: transparent !important;
	color: var(--pg-inverse-text) !important;
}

body.industrial-site #colophon .footer-cta:hover,
body.industrial-site #colophon .footer-cta:focus {
	border-color: rgba(245, 245, 245, 0.68) !important;
	background: rgba(245, 245, 245, 0.08) !important;
	color: #ffffff !important;
}

body.industrial-site #colophon .footer-cta--solid {
	border-color: #f5f5f5 !important;
	background: #f5f5f5 !important;
	color: #111111 !important;
}

body.industrial-site #colophon .footer-cta--solid:hover,
body.industrial-site #colophon .footer-cta--solid:focus {
	border-color: #ffffff !important;
	background: #ffffff !important;
	color: #000000 !important;
}
