/*
 * U12 main stylesheet (compiled from assets/scss/, loaded at runtime).
 * Design vars: primary #0f4c9e (industrial blue), accent #f97316 (orange), text #1f2937.
 */

/* ---------- Base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
	color: #1f2937;
	background: #ffffff;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { line-height: 1.3; color: #1f2937; margin: 0 0 .6em; }
h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.2rem; }
a { color: #0f4c9e; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px;
	overflow: hidden; position: absolute !important;
}
.skip-link:focus {
	position: fixed; top: 8px; left: 8px; clip: auto; width: auto; height: auto;
	background: #0f4c9e; color: #fff; padding: 8px 14px; z-index: 999;
}

/* ---------- Post / Page Content (.entry-content) ----------
 * Styles the HTML produced by the CLASSIC EDITOR (TinyMCE). Mirrors
 * body.mce-content-body in editor-style.css so the editor preview and the
 * published page are visually identical. Covers headings, lists, tables,
 * aligned images, captions, galleries, blockquotes and code. */
.entry-content { font-size: 1rem; line-height: 1.85; color: #1f2937; word-wrap: break-word; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content > *:last-child { margin-bottom: 0; }
/* About page facility photo (full-width rounded figure with caption). */
.entry-content .about-facility { margin: 0 0 30px; }
.entry-content .about-facility img {
	display: block; width: 100%; height: auto;
	border-radius: 18px;
	box-shadow: 0 16px 40px rgba(15, 76, 158, .14);
}
.entry-content .about-facility figcaption { font-size: .88rem; color: #6b7280; text-align: center; margin-top: 10px; }
.entry-content p { margin: 0 0 1.25em; }
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { line-height: 1.3; color: #1f2937; margin: 1.6em 0 .6em; font-weight: 700; }
.entry-content h1 { font-size: 2rem; }
.entry-content h2 { font-size: 1.5rem; padding-bottom: .3em; border-bottom: 1px solid #eef2f7; }
.entry-content h3 { font-size: 1.2rem; }
.entry-content h4 { font-size: 1.05rem; }
.entry-content ul, .entry-content ol { margin: 0 0 1.25em; padding-left: 1.5em; }
.entry-content li { margin: 0 0 .5em; }
.entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul { margin-bottom: 0; }
.entry-content a:not(.btn) { color: #0f4c9e; text-decoration: underline; text-underline-offset: 2px; }
.entry-content a:not(.btn):hover { color: #0a3a78; }
.entry-content strong { font-weight: 700; }
.entry-content em { font-style: italic; }
.entry-content blockquote { margin: 1.5em 0; padding: 1em 1.25em; border-left: 4px solid #0f4c9e; background: #f8fafc; color: #374151; font-style: italic; border-radius: 0 8px 8px 0; }
.entry-content blockquote p:last-child { margin-bottom: 0; }
.entry-content hr { border: 0; border-top: 1px solid #e5e7eb; margin: 2em 0; }
.entry-content img { max-width: 100%; height: auto; border-radius: 6px; }
.entry-content p img { margin: .5em 0; }
.entry-content img.alignleft { float: left; margin: .4em 1.5em .8em 0; height: auto; }
.entry-content img.alignright { float: right; margin: .4em 0 .8em 1.5em; height: auto; }
.entry-content img.aligncenter { display: block; margin: 1em auto; clear: both; height: auto; }
.entry-content img.alignnone { margin: .5em 0; height: auto; }
.entry-content .alignleft { float: left; margin: .4em 1.5em .8em 0; }
.entry-content .alignright { float: right; margin: .4em 0 .8em 1.5em; }
.entry-content .aligncenter { display: block; margin: 1em auto; clear: both; text-align: center; }
.entry-content .wp-caption { max-width: 100%; margin: 1em 0; }
.entry-content .wp-caption.alignleft { margin: .4em 1.5em .8em 0; }
.entry-content .wp-caption.alignright { margin: .4em 0 .8em 1.5em; }
.entry-content .wp-caption.aligncenter { margin: 1em auto; }
.entry-content .wp-caption img { display: block; margin: 0 auto; border-radius: 6px; }
.entry-content .wp-caption-text { margin-top: .5em; font-size: .85rem; color: #64748b; text-align: center; line-height: 1.5; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: .95rem; }
.entry-content th, .entry-content td { border: 1px solid #e2e8f0; padding: 10px 14px; text-align: left; vertical-align: top; }
.entry-content thead th { background: #0f4c9e; color: #fff; font-weight: 600; border-color: #0f4c9e; }
.entry-content tbody tr:nth-child(even) { background: #f8fafc; }
.entry-content dl { margin: 0 0 1.25em; }
.entry-content dt { font-weight: 700; margin-top: .75em; }
.entry-content dd { margin: 0 0 .75em 1.25em; }
.entry-content code, .entry-content pre { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace; font-size: .9em; }
.entry-content code { background: #f1f5f9; padding: .15em .4em; border-radius: 4px; color: #b91c1c; }
.entry-content pre { background: #0f172a; color: #e2e8f0; padding: 1em 1.25em; border-radius: 8px; overflow-x: auto; margin: 1.5em 0; }
.entry-content pre code { background: none; color: inherit; padding: 0; }
.entry-content .gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; margin: 1.5em 0; }
.entry-content .gallery .gallery-item { margin: 0; }
.entry-content .gallery .gallery-icon img { border-radius: 6px; width: 100%; }
.entry-content .gallery .gallery-caption { font-size: .78rem; color: #64748b; margin-top: 4px; }
.entry-content::after { content: ""; display: table; clear: both; }

/* Buttons */
.btn {
	display: inline-block; padding: 12px 26px; border-radius: 10px;
	font-weight: 600; font-size: .95rem; border: 1px solid transparent; cursor: pointer;
	transition: background .15s ease, color .15s ease;
}
.btn:hover { text-decoration: none; }
.btn--accent { background: #f97316; color: #fff; }
.btn--accent:hover { background: #ea670c; }
.btn--ghost { background: transparent; color: #0f4c9e; border-color: #c3d6f0; }
.btn--ghost:hover { background: #eef4fd; border-color: #0f4c9e; }
/* Inverted variant for dark backgrounds (hero, CTA bands, footer). */
.hero .btn--ghost,
.cta-band .btn--ghost,
.site-footer .btn--ghost { color: #fff; border-color: rgba(255,255,255,.6); }
.hero .btn--ghost:hover,
.cta-band .btn--ghost:hover,
.site-footer .btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn--outline { background: #fff; color: #0f4c9e; border-color: #0f4c9e; }
.btn--outline:hover { background: #0f4c9e; color: #fff; }

/* ---------- Header / Nav ---------- */
.site-header { background: #fff; border-bottom: 1px solid #e5e7eb; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 4px rgba(15, 76, 158, .06); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 80px; }
.site-branding .custom-logo, .site-title { font-weight: 700; font-size: 1.5rem; color: #1f2937; white-space: nowrap; }
/* Enlarged, more prominent header logo. Source art is 300x120, so 64px tall
   stays crisp; width:auto keeps the correct aspect ratio. */
.site-branding .custom-logo { max-height: 64px; width: auto; height: auto; }
.header-search { flex: 1; max-width: 440px; }
.header-search .search-form, .header-search form { display: flex; gap: 8px; margin: 0; }
.header-search .search-field, .header-search input[type="search"] {
	flex: 1; height: 42px; width: 100%; border: 1px solid #e2e8f0; border-radius: 8px;
	padding: 0 14px; font-size: .92rem; background: #f8fafc;
	transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.header-search .search-field:focus, .header-search input[type="search"]:focus {
	border-color: #0f4c9e; background: #fff; outline: none; box-shadow: 0 0 0 3px rgba(15, 76, 158, .12);
}
.header-search .search-submit, .header-search button[type="submit"] {
	height: 42px; padding: 0 20px; border: none; border-radius: 8px; background: #0f4c9e;
	color: #fff; cursor: pointer; font-size: .9rem; font-weight: 600; transition: background .15s ease;
}
.header-search .search-submit:hover, .header-search button[type="submit"]:hover { background: #0a3a7a; }
.site-header__actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.quote-cta { padding: 10px 18px !important; border-radius: 8px !important; white-space: nowrap; font-size: .88rem !important; }
.menu-toggle { display: none; align-items: center; gap: 8px; border: 1px solid #e5e7eb; background: #fff; border-radius: 8px; padding: 9px 14px; cursor: pointer; font-size: .88rem; color: #1f2937; }
.menu-toggle__bars { position: relative; display: inline-block; width: 16px; height: 2px; background: currentColor; }
.menu-toggle__bars::before, .menu-toggle__bars::after { content: ""; position: absolute; left: 0; width: 16px; height: 2px; background: currentColor; }
.menu-toggle__bars::before { top: -5px; }
.menu-toggle__bars::after { top: 5px; }

/* Hero */
.hero { background: linear-gradient(135deg, #0f4c9e 0%, #0b3c7e 100%); color: #fff; padding: 88px 0; text-align: center; }
.hero__title { color: #fff; font-size: clamp(1.8rem, 4vw, 3rem); margin: 0 0 .4em; }
.hero__subtitle { color: rgba(255,255,255,.9); font-size: 1.15rem; max-width: 720px; margin: 0 auto 1.6em; }
.hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Layout ---------- */
.site-content { display: grid; grid-template-columns: 1fr 320px; gap: 40px; padding: 48px 0; }
.site-content--full { grid-template-columns: 1fr; }
.site-main { min-width: 0; }
.section { padding: 56px 0; }
.section--features { background: #f5f7fa; }
.section__head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 28px; }
.section__title { margin: 0; }
.section__more { font-weight: 600; }
.section__sub { color: #6b7280; font-size: .95rem; }

.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
@media (max-width: 480px) { .product-grid { grid-template-columns: 1fr; gap: 18px; } }

/* ---------- News / blog listing ---------- */
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
@media (max-width: 480px) { .post-grid { grid-template-columns: 1fr; gap: 20px; } }
.news-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
	transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.news-card:hover,
.news-card:focus-within {
	transform: translateY(-3px);
	border-color: #c9dcf5;
	box-shadow: 0 12px 28px rgba(15, 76, 158, .12);
}
.news-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	background: #eef2f7;
	overflow: hidden;
}
.news-card__image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.news-card:hover .news-card__image { transform: scale(1.04); }
.news-card__noimage {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9aa7b8;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	font-size: .8rem;
}
.news-card__body { display: flex; flex-direction: column; flex: 1; padding: 18px 20px 20px; }
.news-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: .78rem;
	color: #6b7280;
	margin-bottom: 10px;
}
.news-card__cat {
	color: #0f4c9e;
	background: #eef4fd;
	border-radius: 999px;
	padding: 3px 10px;
	font-weight: 600;
	text-decoration: none;
}
.news-card__cat:hover { background: #0f4c9e; color: #fff; }
.news-card__title { font-size: 1.06rem; line-height: 1.4; margin: 0 0 10px; }
.news-card__title a { color: #1f2937; text-decoration: none; }
.news-card__title a:hover { color: #0f4c9e; }
.news-card__excerpt {
	margin: 0 0 16px;
	color: #4b5563;
	font-size: .92rem;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-card__more {
	margin-top: auto;
	align-self: flex-start;
	font-size: .9rem;
	font-weight: 600;
	color: #0f4c9e;
	text-decoration: none;
}
.news-card__more span { display: inline-block; transition: transform .2s ease; }
.news-card__more:hover span { transform: translateX(4px); }

/* Compact news grid (product / news detail pages): 1 row × 4 columns.
 * NOTE: front-page.php also uses .news-grid with an auto-fit layout defined
 * later in this file; the fixed 4-up variant is `.news-grid--4` (see there). */
.news-grid--4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.news-grid__card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	overflow: hidden;
	transition: box-shadow .2s ease, transform .2s ease;
}
.news-grid__card:hover,
.news-grid__card:focus-within { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(15, 76, 158, .12); }
.news-grid__media { display: block; aspect-ratio: 16 / 9; background: #eef2f7; overflow: hidden; }
.news-grid__image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.news-grid__card:hover .news-grid__image { transform: scale(1.05); }
.news-grid__noimage {
	display: flex; align-items: center; justify-content: center;
	height: 100%; color: #9aa7b8; font-weight: 700; font-size: .7rem;
	text-transform: uppercase; letter-spacing: .04em;
}
.news-grid__body { display: flex; flex-direction: column; gap: 8px; padding: 14px 16px 16px; }
.news-grid__meta { font-size: .74rem; color: #6b7280; }
.news-grid__title { font-size: .95rem; line-height: 1.4; margin: 0; font-weight: 600; }
.news-grid__title a { color: #1f2937; text-decoration: none; }
.news-grid__title a:hover { color: #0f4c9e; }
.news-grid__title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	overflow-wrap: anywhere;
}

@media (max-width: 1024px) { .news-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .news-grid { grid-template-columns: 1fr; } }

/* Single post */
/* Single post.
 * NOTE: WordPress adds `single-post` to <body> as well, so the selector MUST be
 * scoped to the article — an unscoped `.single-post` would squeeze the whole
 * page (topbar/header included) into 820px. */
article.single-post { max-width: 820px; margin: 0 auto; }
.entry-hero { margin: 0 0 24px; }
.entry-hero img { width: 100%; height: auto; border-radius: 12px; display: block; }

/* Article meta line: date · reading time (the breadcrumb carries the category). */
.entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 8px 0 0;
	color: #6b7280;
	font-size: .92rem;
}
.entry-meta time { color: inherit; }
.entry-meta__dot { color: #b6c2d4; }

.post-cta {
	margin: 36px 0 0;
	padding: 24px;
	background: #f5f8fd;
	border: 1px solid #dde7f7;
	border-radius: 12px;
	text-align: center;
}
.post-cta__text { margin: 0 0 16px; color: #1f2937; font-size: 1rem; }
.post-cta__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.single-related { margin-top: 48px; }
.single-related__more { margin-top: 24px; text-align: center; }
.section-title { font-size: 1.35rem; margin: 0 0 20px; }
.product-section__more { margin-top: 20px; }

/* Post navigation (the_post_navigation / the_posts_navigation).
 * NOTE: WordPress wraps the prev/next links inside `.nav-links`, so the grid
 * must target that wrapper — styling `.post-navigation` itself would put the
 * screen-reader heading and the wrapper into the two grid columns. */
.post-navigation,
.posts-navigation { margin: 40px 0 8px; }
.post-navigation .nav-links,
.posts-navigation .nav-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
	position: relative;
	background: #fff;
	border: 1px solid #dbe4f1;
	border-radius: 12px;
	padding: 16px 20px;
	min-width: 0;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
/* Directional accent bar: blue edge on the outer side of each card. */
.post-navigation .nav-previous::before,
.posts-navigation .nav-previous::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: linear-gradient(180deg, #1d62c4, #0f4c9e);
}
.post-navigation .nav-next::before,
.posts-navigation .nav-next::before {
	content: "";
	position: absolute;
	inset: 0 0 0 auto;
	width: 3px;
	background: linear-gradient(180deg, #1d62c4, #0f4c9e);
}
.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover,
.posts-navigation .nav-previous:hover,
.posts-navigation .nav-next:hover {
	border-color: #9dbdec;
	box-shadow: 0 8px 20px rgba(15, 76, 158, .14);
	transform: translateY(-2px);
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
	display: block;
	text-decoration: none;
	min-width: 0;
}
/* Arrows live on the label line so they never dangle on their own row
 * (the title spans are block-level and would push a link-level arrow down). */
.post-navigation .nav-previous .nav-subtitle::before,
.posts-navigation .nav-previous .nav-subtitle::before {
	content: "←";
	margin-right: 7px;
	font-size: 1.05em;
}
.post-navigation .nav-next .nav-subtitle::after,
.posts-navigation .nav-next .nav-subtitle::after {
	content: "→";
	margin-left: 7px;
	font-size: 1.05em;
}
.post-navigation .nav-subtitle,
.posts-navigation .nav-subtitle {
	display: block;
	font-size: .75rem;
	color: #0f4c9e;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-bottom: 4px;
}
.post-navigation .nav-title,
.posts-navigation .nav-title {
	font-weight: 600;
	color: #1f2937;
	transition: color .15s ease;
	/* Long article titles: clamp to two lines so the cards stay balanced. */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.post-navigation .nav-previous:hover .nav-title,
.post-navigation .nav-next:hover .nav-title,
.posts-navigation .nav-previous:hover .nav-title,
.posts-navigation .nav-next:hover .nav-title {
	color: #0f4c9e;
}
.post-navigation .nav-next { text-align: right; }
.post-navigation .nav-next .nav-subtitle { text-align: right; }
.post-navigation > div:only-child { grid-column: 1 / -1; }

@media (max-width: 640px) {
	.post-grid { grid-template-columns: 1fr; }
	.post-navigation .nav-links,
	.posts-navigation .nav-links { grid-template-columns: 1fr; }
	.post-navigation .nav-next,
	.post-navigation .nav-next .nav-subtitle { text-align: left; }
	.post-navigation .nav-previous,
	.post-navigation .nav-next,
	.posts-navigation .nav-previous,
	.posts-navigation .nav-next { padding: 13px 16px; }
}

/* Product navigation: same card family as post navigation, with a thumbnail.
 * The thumbnail is decorative, so the flex layout sits beside the label+title. */
.product-navigation .nav-previous a,
.product-navigation .nav-next a {
	display: flex;
	align-items: center;
	gap: 14px;
}
.product-navigation .nav-next a {
	flex-direction: row-reverse;
	text-align: right;
}
.product-navigation .product-navigation__thumb {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	background: #f1f5f9;
}
.product-navigation .product-navigation__body {
	min-width: 0;
	display: flex;
	flex-direction: column;
}
.product-navigation .nav-next .product-navigation__body {
	align-items: flex-end;
	text-align: right;
}
.product-navigation .nav-title {
	line-height: 1.35;
}

@media (max-width: 640px) {
	/* Stack the thumbnail to the left on small screens for both directions. */
	.product-navigation .nav-next a { flex-direction: row; text-align: left; }
	.product-navigation .nav-next .product-navigation__body { align-items: flex-start; text-align: left; }
	.product-navigation .product-navigation__thumb { width: 56px; height: 56px; }
}
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.feature-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 26px; }
.feature-card h3 { margin-top: 0; }
.feature-card p { color: #6b7280; margin: 0; }

.breadcrumb { margin: 18px 0 10px; }
.breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 8px 14px;
	font-size: .82rem;
	color: #6b7280;
	background: #f4f7fb;
	border: 1px solid #e7edf5;
	border-radius: 999px;
	width: fit-content;
	max-width: 100%;
}
.breadcrumb__item { display: inline-flex; align-items: center; max-width: 100%; }
.breadcrumb__item:not(:last-child)::after {
	content: "";
	width: 5px;
	height: 5px;
	margin: 0 8px;
	border-top: 1.5px solid #b9c4d2;
	border-right: 1.5px solid #b9c4d2;
	transform: rotate(45deg);
	flex-shrink: 0;
}
.breadcrumb__item a,
.breadcrumb__item span {
	white-space: nowrap;
	min-width: 0;
}
.breadcrumb__item a {
	color: #0f4c9e;
	text-decoration: none;
	padding: 2px 4px;
	border-radius: 6px;
	transition: color .15s ease, background .15s ease;
}
.breadcrumb__item a:hover { color: #0a3a7a; background: #e6eefb; text-decoration: none; }
/* Current page: long titles must never stretch the pill (mobile safety). */
.breadcrumb__item span[aria-current="page"] {
	color: #1f2937;
	font-weight: 600;
	padding: 2px 4px;
	max-width: 340px;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 640px) {
	.breadcrumb__item span[aria-current="page"] { max-width: 200px; }
}

/* ---------- Components ---------- */
.product-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .15s ease, transform .15s ease; }
.product-card:hover { box-shadow: 0 8px 24px rgba(15, 76, 158, .12); transform: translateY(-2px); }
.product-card__media { display: block; background: #f5f7fa; aspect-ratio: 4 / 3; overflow: hidden; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; }
.product-card__placeholder { display: block; width: 100%; height: 100%; }
.product-card__body { padding: 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-card__cat { align-self: flex-start; font-size: .75rem; color: #0f4c9e; background: rgba(15, 76, 158, .08); padding: 2px 10px; border-radius: 999px; }
.product-card__badges { display: flex; flex-wrap: wrap; gap: 6px; align-self: flex-start; }
.product-card__type { align-self: flex-start; font-size: .75rem; color: #b45309; background: rgba(249, 115, 22, .12); padding: 2px 10px; border-radius: 999px; text-decoration: none; transition: background .15s ease; }
.product-card__type:hover { background: rgba(249, 115, 22, .22); text-decoration: none; }
.product-card__title { font-size: 1.05rem; margin: 0; }
.product-card__title a { color: #1f2937; }
.product-card__excerpt { color: #6b7280; font-size: .9rem; margin: 0; flex: 1; }
.product-card__link { align-self: flex-start; margin-top: 6px; }

.product-badges { list-style: none; margin: 0 0 12px; padding: 0; display: flex; flex-wrap: wrap; gap: 16px; font-size: .9rem; }
.product-badges .badge-label { color: #6b7280; font-weight: 500; margin-right: 6px; }

.product-cats { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.product-cat {
	display: inline-block;
	padding: 4px 12px;
	font-size: .8rem;
	color: #0f4c9e;
	background: #eef4fc;
	border: 1px solid #d8e6f7;
	border-radius: 999px;
	text-decoration: none;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.product-cat:hover { background: #0f4c9e; border-color: #0f4c9e; color: #fff; text-decoration: none; }

.widget-title { font-size: 1rem; margin: 0 0 .75em; }

/* ---------- Product Detail ---------- */
.product-detail { padding: 24px 0 56px; }
.product-detail__top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: start; margin-bottom: 40px; }
.product-gallery { background: #f5f7fa; border: 1px solid #e5e7eb; border-radius: 10px; padding: 20px; }
.product-gallery__image { width: 100%; height: auto; border-radius: 6px; }
.product-gallery__placeholder { aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; color: #6b7280; }
.product-summary__title { margin: 0 0 12px; }
.product-summary__excerpt { color: #1f2937; margin: 0 0 20px; }
.product-summary__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.product-section { margin-top: 40px; }
.product-section__title { border-left: 4px solid #0f4c9e; padding-left: 12px; margin: 0 0 18px; }

.specs-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden; }
.specs-table th, .specs-table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid #e5e7eb; vertical-align: top; }
.specs-table tr:last-child th, .specs-table tr:last-child td { border-bottom: 0; }
.specs-table th { width: 32%; background: #f5f7fa; color: #6b7280; font-weight: 600; }

.faq-accordion { border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden; }
.faq-item + .faq-item { border-top: 1px solid #e5e7eb; }
.faq-question { width: 100%; text-align: left; background: #fff; border: 0; padding: 16px 18px; font-size: 1rem; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-icon { width: 14px; height: 14px; position: relative; flex: none; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: #0f4c9e; transition: transform .2s ease; }
.faq-icon::before { top: 6px; left: 0; width: 14px; height: 2px; }
.faq-icon::after { top: 0; left: 6px; width: 2px; height: 14px; }
.faq-question[aria-expanded="true"] .faq-icon::after { transform: scaleY(0); }
.faq-answer { padding: 0 18px 16px; color: #6b7280; }
.faq-answer[hidden] { display: none; }

.pdf-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: #0f4c9e; }

/* Product rating */
.product-rating { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #6b7280; font-size: .92rem; }
.product-rating__value { font-weight: 700; color: #1f2937; }
.product-rating__count { color: #6b7280; }
/* Star widget: --rating is set inline (0 - 5) and fills the gold layer. */
.stars { position: relative; display: inline-block; font-size: 1.15rem; line-height: 1; letter-spacing: 2px; white-space: nowrap; }
.stars::before { content: "★★★★★"; color: #d8dee9; }
.stars::after {
	content: "★★★★★";
	color: #f59e0b;
	position: absolute;
	left: 0;
	top: 0;
	width: calc(var(--rating, 0) / 5 * 100%);
	overflow: hidden;
	pointer-events: none;
}

/* Product price */
.product-price { display: flex; flex-direction: column; gap: 4px; margin: 0 0 20px; padding: 14px 18px; background: #f5f8fd; border-left: 3px solid #0f4c9e; border-radius: 6px; }
.product-price__value { font-size: 1.6rem; font-weight: 700; color: #0f4c9e; line-height: 1.2; }
.product-price__note { font-size: .82rem; color: #6b7280; }

/* Product brand line above the title */
.product-summary__brand { margin: 0 0 6px; font-size: .85rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #0f4c9e; }

/* Gallery thumbnails */
.product-gallery__main { position: relative; }
.product-gallery__link { display: block; }
.product-gallery__thumbs { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0 0; padding: 0; }
.product-gallery__thumb {
	padding: 0;
	margin: 0;
	width: 72px;
	height: 72px;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	transition: border-color .15s ease;
}
.product-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-gallery__thumb:hover { border-color: #9dbde3; }
.product-gallery__thumb.is-active { border-color: #0f4c9e; }

/* Gallery grid items are buttons: reset native button styling */
.product-gallery-grid__item { padding: 0; width: 100%; cursor: pointer; font: inherit; color: inherit; }
.product-gallery-grid__item.is-active { border-color: #0f4c9e; box-shadow: 0 0 0 2px rgba(15, 76, 158, .18); }

/* Product details: attributes + shipping/returns side by side */
.product-details { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.product-shipping { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 10px; padding: 18px 20px; }
.product-details__subtitle { margin: 0 0 12px; font-size: 1rem; }
.product-shipping__list { margin: 0; }
.product-shipping__row { display: grid; grid-template-columns: 40% 1fr; gap: 8px; padding: 6px 0; border-bottom: 1px dashed #e5e7eb; }
.product-shipping__row:last-child { border-bottom: 0; }
.product-shipping__row dt { color: #6b7280; font-weight: 600; margin: 0; }
.product-shipping__row dd { margin: 0; color: #1f2937; }

/* Product gallery grid */
.product-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; }
.product-gallery-grid__item { display: block; border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden; background: #f5f7fa; }
.product-gallery-grid__item img { width: 100%; height: 140px; object-fit: cover; display: block; transition: transform .2s ease; }
.product-gallery-grid__item:hover img { transform: scale(1.04); }

/* Additional information */
.product-additional p { margin: 0 0 1em; }

.specs-table-wrap { overflow: hidden auto; -webkit-overflow-scrolling: touch; border-radius: 10px; border: 1px solid #e5e7eb; }
.specs-table-wrap .specs-table { border: 0; border-radius: 0; min-width: 480px; }

@media (max-width: 768px) {
	.product-details { grid-template-columns: 1fr; }
	.product-shipping__row { grid-template-columns: 42% 1fr; }
	.product-gallery { padding: 14px; }
	.product-gallery__thumb { width: 60px; height: 60px; }
	.product-summary__actions .btn { flex: 1 1 100%; text-align: center; }
	.product-price { padding: 12px 14px; }
	.product-price__value { font-size: 1.35rem; }
}

/* ---------- Long-string / overflow safety ---------- */
.entry-content,
.product-summary,
.product-additional,
.specs-table th,
.specs-table td,
.product-shipping__row dd,
.product-card__title,
.product-card__excerpt,
.pdf-link,
.error-404__terms a {
	overflow-wrap: anywhere;
	word-break: break-word;
}
.specs-table { table-layout: fixed; }
img, table, iframe, video, embed, pre { max-width: 100%; height: auto; }
pre, .entry-content pre { overflow-x: auto; }

/* ---------- 404 page ---------- */
.error-404__subtitle { margin: 28px 0 12px; font-size: 1.1rem; }
.error-404__terms { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 8px; padding: 0; }
.error-404__terms a {
	display: inline-block;
	padding: 6px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	font-size: .9rem;
	color: #0f4c9e;
	text-decoration: none;
	background: #fff;
}
.error-404__terms a:hover { background: #0f4c9e; color: #fff; border-color: #0f4c9e; }
.error-404__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 0; }
.error-404__grid { margin-top: 40px; }

/* ---------- Inquiry notice ---------- */
.inquiry-notice {
	margin: 0 0 18px;
	padding: 12px 16px;
	background: #f5f8fd;
	border-left: 3px solid #0f4c9e;
	border-radius: 6px;
	font-size: .95rem;
	color: #1f2937;
}
.inquiry-notice strong { color: #0f4c9e; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid #e5e7eb; margin-top: 56px; padding: 48px 0 24px; background: #0b2545; color: #c7d2e0; }
.site-footer__cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; }
.footer-col { min-width: 0; }
.footer-col__title { font-size: 1.05rem; color: #fff; margin: 0 0 16px; }
.footer-logo { margin-bottom: 16px; }
/* Reversed (white) logo on the dark footer. The logo art is a transparent
   dark PNG, so brightness(0) collapse to black then invert(1) yields a clean
   white silhouette without touching the surrounding transparency. */
.footer-logo .custom-logo { max-height: 44px; width: auto; filter: brightness(0) invert(1); }
.footer-logo__placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 16px;
	border: 1px dashed #3a5a85;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 1.05rem;
	text-decoration: none;
	background: rgba(255, 255, 255, .04);
}
.footer-about { font-size: .9rem; line-height: 1.7; color: #aab8cc; margin: 0 0 14px; }
.footer-col__more { color: #5ea0ff; font-weight: 600; font-size: .9rem; text-decoration: none; }
.footer-col__more:hover { text-decoration: underline; }
.footer-col__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col__list a { color: #c7d2e0; text-decoration: none; font-size: .92rem; }
.footer-col__list a:hover { color: #fff; }
.footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer-contact__item { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; color: #c7d2e0; }
.footer-contact__icon {
	flex-shrink: 0;
	line-height: 1;
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}
.footer-contact__icon svg { width: 100%; height: 100%; }
.footer-contact__item a { color: #c7d2e0; text-decoration: none; }
.footer-contact__item a:hover { color: #fff; }
.site-footer__bottom { margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: .85rem; color: #93a4ba; }
.site-footer__bottom a { color: #c7d2e0; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.site-content { grid-template-columns: 1fr; }
	.site-footer__cols { grid-template-columns: repeat(2, 1fr); }
	.product-detail__top { gap: 28px; }
}
@media (max-width: 768px) {
	.product-detail__top { grid-template-columns: 1fr; }
	.site-footer__cols { grid-template-columns: 1fr; }
	.site-footer__bottom { flex-direction: column; align-items: flex-start; }
	.hero { padding: 56px 0; }
	.specs-table th { width: 40%; }
}

/* ---------- Header Image banner (custom-header) ---------- */
.site-header-banner { display: block; line-height: 0; }
.site-header-banner a { display: block; }
.site-header-banner img {
	width: 100%;
	height: auto;
	max-height: 260px;
	object-fit: cover;
	display: block;
}

/* ---------- Info Bar (top of header) ---------- */
.infobar { background: #0a3a7a; color: #fff; font-size: .82rem; }
.infobar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 7px 0; flex-wrap: wrap; }
.infobar__item { display: inline-flex; align-items: center; gap: 6px; color: #fff; text-decoration: none; }
.infobar__item svg { width: 14px; height: 14px; flex: none; }
.infobar__item:hover { color: #cfe0f5; }
.infobar__right { display: inline-flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.infobar__item--address { min-width: 0; }
@media (max-width: 768px) {
	.infobar__inner { justify-content: center; gap: 8px; }
	.infobar__item--address { flex-basis: 100%; justify-content: center; text-align: center; }
	.infobar__right { justify-content: center; gap: 14px; }
}
@media (max-width: 480px) {
	.infobar { font-size: .75rem; }
	.infobar__inner { padding: 6px 0; }
	.infobar__item { padding: 2px 0; }
}

/* ---------- Top Bar ---------- */
.topbar { background: #0a3a7a; color: #fff; font-size: .82rem; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 7px 0; flex-wrap: wrap; }
.topbar__contact { display: flex; gap: 18px; flex-wrap: wrap; }
.topbar__item a { color: #fff; text-decoration: none; }
.topbar__item a:hover { text-decoration: underline; }
.topbar-menu { display: flex; gap: 18px; list-style: none; margin: 0; padding: 0; }
.topbar-menu a { color: #fff; text-decoration: none; opacity: .92; }
.topbar-menu a:hover { text-decoration: underline; opacity: 1; }
@media (max-width: 768px) {
	.topbar__inner { justify-content: center; gap: 8px; }
	.topbar__contact { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
	.topbar { font-size: .75rem; }
	.topbar__inner { padding: 6px 0; }
	.topbar__contact { gap: 10px 16px; }
	.topbar-menu { gap: 12px; justify-content: center; }
	.topbar__item a { padding: 4px 0; }
}

/* ---------- Page-specific blocks (About Us / FAQ / Contact Us) ---------- */
.faq-item { border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px 16px; margin-bottom: 10px; background: #fff; }
.faq-item summary { cursor: pointer; font-weight: 600; color: #0f4c9e; }
.faq-item__body { margin-top: 8px; color: #374151; line-height: 1.7; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 24px 0; }
.stat { background: #f1f5f9; border-radius: 10px; padding: 18px; text-align: center; }
.stat__num { display: block; font-size: 1.6rem; font-weight: 700; color: #0f4c9e; }
.stat__label { color: #475569; font-size: .9rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 32px; margin-top: 20px; }
.contact-list { list-style: none; padding: 0; }
.contact-list li { margin-bottom: 10px; }
.contact-note { color: #94a3b8; font-size: .85rem; }
@media (max-width: 768px) {
	.stats-grid { grid-template-columns: repeat(2, 1fr); }
	.contact-grid { grid-template-columns: 1fr; }
}
/* ---------- Base (override patch) ---------- */
body { margin: 0; }

/* ---------- Top bar (force dark-blue bg + white text, override global a color) ---------- */
.topbar {
	background: #0a3a7a;
	color: #fff;
	font-size: .82rem;
	line-height: 1.4;
}
.topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 8px 0;
	flex-wrap: nowrap;
}
.topbar__contact {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
}
.topbar__item a,
.topbar__item a:visited,
.topbar__item a:hover,
.topbar-menu a,
.topbar-menu a:visited,
.topbar-menu a:hover {
	color: #fff !important;
	text-decoration: none;
}
.topbar__item a:hover,
.topbar-menu a:hover { text-decoration: underline; }
.topbar__nav { flex-shrink: 0; }
.topbar-menu {
	display: flex;
	gap: 18px;
	list-style: none !important;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.topbar-menu li { list-style: none !important; margin: 0; padding: 0; }

/* ---------- Primary nav strip (manufacturers) ---------- */
.site-nav { background: #0a3a7a; position: relative; }
.site-nav .primary-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 6px;
	list-style: none;
	margin: 0;
	padding: 6px 0;
}
.site-nav .primary-menu a {
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: .9rem;
	line-height: 1.2;
	padding: 9px 14px;
	text-decoration: none;
	border-radius: 6px;
	transition: background .15s ease, color .15s ease;
}
.site-nav .primary-menu a:hover { background: rgba(255, 255, 255, .14); text-decoration: none; }
.site-nav .primary-menu li.current-menu-item > a,
.site-nav .primary-menu li.current-menu-ancestor > a { background: rgba(255, 255, 255, .2); }

/* Two-level dropdown (Products by Type / Products by Brand) */
.site-nav .primary-menu .menu-item-has-children { position: relative; }
.site-nav .primary-menu .menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	margin-left: 6px;
	border: 4px solid transparent;
	border-top-color: currentColor;
	vertical-align: middle;
}
.site-nav .primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	background: #0a3a7a;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 12px 26px rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity .15s ease, transform .15s ease, visibility .15s;
	z-index: 200;
}
.site-nav .primary-menu .menu-item-has-children:hover > .sub-menu,
.site-nav .primary-menu .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.site-nav .primary-menu .sub-menu a {
	padding: 10px 16px;
	border-radius: 0;
	white-space: nowrap;
}
.site-nav .primary-menu .sub-menu a:hover { background: rgba(255, 255, 255, .14); }
.site-nav .primary-menu .submenu-toggle { display: none; }

@media (max-width: 768px) {
	.site-header__inner { flex-wrap: wrap; min-height: 60px; gap: 10px 12px; }
	.header-search { order: 3; flex-basis: 100%; max-width: 100%; }
	.header-search .search-field,
	.header-search input[type="search"] { height: 40px; font-size: .9rem; }
	.header-search .search-submit,
	.header-search button[type="submit"] { height: 40px; padding: 0 16px; }
	.menu-toggle { display: inline-flex; min-height: 40px; padding: 8px 12px; }
	.quote-cta { padding: 8px 14px !important; font-size: .82rem !important; }
	.site-nav { background: transparent; border: none; }
	.site-nav .primary-menu {
		display: none;
		position: absolute;
		left: 0; right: 0; top: 100%;
		flex-direction: column;
		background: #0a3a7a;
		padding: 6px 0;
		gap: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .18);
		box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
		z-index: 99;
		max-height: calc(100vh - 100%);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.site-nav .primary-menu.toggled { display: flex; }
	.site-nav .primary-menu a {
		padding: 14px 20px;
		border-radius: 0;
		min-height: 48px;
		display: flex;
		align-items: center;
	}

	/* Mobile accordion submenus */
	.site-nav .primary-menu .menu-item-has-children { position: relative; }
	.site-nav .primary-menu .menu-item-has-children > a {
		padding-right: 54px;
	}
	.site-nav .primary-menu .menu-item-has-children > a::after { display: none; }
	.site-nav .primary-menu .submenu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: 6px;
		top: 7px;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 0;
		border-radius: 6px;
		background: rgba(255, 255, 255, .08);
		color: #fff;
		cursor: pointer;
	}
	.site-nav .primary-menu .submenu-toggle:focus-visible,
	.site-nav .primary-menu .submenu-toggle:hover { background: rgba(255, 255, 255, .18); }
	.site-nav .primary-menu .submenu-toggle::before {
		content: "";
		border: 5px solid transparent;
		border-top-color: currentColor;
	}
	.site-nav .primary-menu .menu-item-has-children.open > .submenu-toggle::before {
		border-top-color: transparent;
		border-bottom-color: currentColor;
	}
	.site-nav .primary-menu .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		padding: 0;
		background: rgba(0, 0, 0, .14);
	}
	.site-nav .primary-menu .menu-item-has-children.open > .sub-menu { display: block; }
	.site-nav .primary-menu .sub-menu a { padding: 12px 20px 12px 32px; min-height: 44px; }
}

/* ---------- Product card placeholder ---------- */
.product-card__media { display: block; background: #f1f5f9; aspect-ratio: 4 / 3; overflow: hidden; position: relative; }
.product-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #94a3b8;
	font-size: .85rem;
}
.product-card__placeholder::before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E") no-repeat center / contain;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E") no-repeat center / contain;
	margin-right: 8px;
}

/* ---------- Hero tweaks ---------- */
.hero { background: linear-gradient(135deg, #0f4c9e 0%, #0b3c7e 100%); color: #fff; padding: 84px 0; text-align: center; }
.hero__title { color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 0 0 .45em; }
.hero__subtitle { color: rgba(255,255,255,.9); font-size: 1.05rem; max-width: 720px; margin: 0 auto 1.6em; }
.hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
	.topbar__inner { flex-wrap: wrap; justify-content: center; text-align: center; }
	.topbar__contact { width: 100%; justify-content: center; }
	.topbar-menu { width: 100%; justify-content: center; }
	.hero { padding: 56px 0; }
}

/* =========================================================
   Forms, search, pagination & site-wide polish (v2026-09-03)
   ========================================================= */

/* ---------- Global form controls ---------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="password"],
textarea,
select {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
	color: #1f2937;
	font-family: inherit;
	font-size: .95rem;
	line-height: 1.5;
	transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
input:hover,
textarea:hover,
select:hover { border-color: #9ca3af; }
input:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: #0f4c9e;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(15, 76, 158, .15);
}
input::placeholder,
textarea::placeholder { color: #9ca3af; opacity: 1; }
textarea { min-height: 160px; resize: vertical; }
select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%236b7280' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 16px 16px;
	padding-right: 38px;
}
select::-ms-expand { display: none; }

button,
input[type="submit"],
.search-submit {
	font-family: inherit;
}

/* ---------- Contact Form 7 ---------- */
.wpcf7-form p { margin: 0 0 18px; }
.wpcf7-form p:last-of-type { margin-bottom: 0; }
.wpcf7-form label {
	display: block;
	font-weight: 500;
	color: #374151;
	font-size: .92rem;
	line-height: 1.45;
	cursor: pointer;
}
.wpcf7-form label br { display: none; }
.wpcf7-form-control-wrap {
	display: block;
	margin-top: 6px;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
	display: block;
	width: 100%;
}
.wpcf7-not-valid-tip {
	color: #dc2626;
	font-size: .82rem;
	margin-top: 6px;
	display: block;
}
.wpcf7-form-control.wpcf7-not-valid {
	border-color: #dc2626;
	box-shadow: 0 0 0 3px rgba(220, 38, 38, .1);
}
.wpcf7-form .wpcf7-submit,
input[type="submit"].wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 180px;
	padding: 13px 28px;
	border-radius: 10px;
	font-weight: 600;
	font-size: .95rem;
	border: 1px solid transparent;
	cursor: pointer;
	background: #f97316;
	color: #fff;
	transition: background .15s ease, transform .1s ease, box-shadow .15s ease;
	-webkit-appearance: none;
}
.wpcf7-form .wpcf7-submit:hover,
input[type="submit"].wpcf7-submit:hover {
	background: #ea670c;
	text-decoration: none;
}
.wpcf7-form .wpcf7-submit:active,
input[type="submit"].wpcf7-submit:active {
	transform: translateY(1px);
}
.wpcf7-form .wpcf7-submit:disabled,
.wpcf7-form .wpcf7-submit[data-status="submitting"] {
	opacity: .7;
	cursor: wait;
}
.wpcf7-response-output {
	margin: 18px 0 0;
	padding: 12px 16px;
	border-radius: 8px;
	border: 1px solid;
	font-size: .9rem;
	line-height: 1.5;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #ecfdf5;
	border-color: #6ee7b7;
	color: #065f46;
}
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-aborted,
.wpcf7-response-output.wpcf7-spam-blocked {
	background: #fef2f2;
	border-color: #fca5a5;
	color: #991b1b;
}

/* ---------- Pagination ---------- */
.pagination { margin-top: 40px; }
.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
}
.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	color: #374151;
	font-weight: 500;
	font-size: .9rem;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.pagination .page-numbers:hover {
	background: #f3f4f6;
	border-color: #d1d5db;
	color: #0f4c9e;
	text-decoration: none;
}
.pagination .page-numbers.current {
	background: #0f4c9e;
	border-color: #0f4c9e;
	color: #fff;
	cursor: default;
}
.pagination .page-numbers.dots {
	border-color: transparent;
	background: transparent;
	color: #6b7280;
	cursor: default;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next { padding: 0 16px; }

/* ---------- Archive / page headers ---------- */
.page-header { margin-bottom: 28px; }
.page-title { margin: 0 0 8px; }
.archive-description { color: #6b7280; font-size: .95rem; }
.archive-intro { color: #4b5563; font-size: 1rem; max-width: 760px; margin: 0 0 6px; }
.empty-archive { padding: 8px 0 0; }
.empty-archive .error-404__subtitle { margin-top: 0; }

/* ---------- Contact page cards ---------- */
.contact-grid { gap: 40px; }
.contact-info,
.contact-form {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 28px;
}
.contact-info h3,
.contact-form h3 { margin-top: 0; font-size: 1.15rem; }
.contact-list { list-style: none; margin: 0; padding: 0; }
.contact-list li { margin-bottom: 14px; line-height: 1.55; }
.contact-list a { color: #0f4c9e; }
.contact-list a:hover { color: #0b3c7e; text-decoration: underline; }
.contact-note { color: #94a3b8; font-size: .82rem; margin: 18px 0 0; line-height: 1.55; }

/* ---------- About / testimonial blockquote ---------- */
blockquote,
.wp-block-quote {
	margin: 24px 0;
	padding: 20px 24px;
	border-left: 4px solid #0f4c9e;
	background: #f5f7fa;
	border-radius: 0 10px 10px 0;
	color: #374151;
	font-style: italic;
}
blockquote p:last-child,
.wp-block-quote p:last-child { margin-bottom: 0; }

/* ---------- Global focus / interaction polish ---------- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid #0f4c9e;
	outline-offset: 2px;
}
.btn:focus-visible { outline-offset: 3px; }
.menu-toggle {
	transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.menu-toggle:hover { background: #f3f4f6; }
.topbar-menu a { transition: opacity .15s ease; }

/* ---------- Responsive polish ---------- */
@media (max-width: 768px) {
	.contact-grid { grid-template-columns: 1fr; }
	.contact-info,
	.contact-form { padding: 22px; }
	.wpcf7-form .wpcf7-submit,
	input[type="submit"].wpcf7-submit { width: 100%; }
	.company__inner { grid-template-columns: 1fr; gap: 28px; }
	.company__media { aspect-ratio: 16 / 10; }
	.section__title--lg { font-size: 1.5rem; }
	.section__head { flex-direction: column; align-items: flex-start; gap: 4px; }
}
@media (max-width: 480px) {
	.pagination .page-numbers { min-width: 36px; height: 36px; font-size: .85rem; }
}

/* =========================================================
   Homepage modules: hero search, stats band, brand tiles,
   news cards, CTA band (v2026-09-03)
   ========================================================= */

/* ---------- Hero product search ---------- */
.hero-search {
	display: flex;
	gap: 10px;
	max-width: 620px;
	margin: 28px auto 0;
}
.hero-search__field {
	flex: 1;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 10px;
	background: rgba(255, 255, 255, .14);
	color: #fff;
	font-size: .95rem;
	transition: background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.hero-search__field::placeholder { color: rgba(255, 255, 255, .75); }
.hero-search__field:focus {
	outline: none;
	background: #fff;
	color: #1f2937;
	border-color: #fff;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.hero-search__submit {
	padding: 14px 26px;
	border-radius: 10px;
	border: 1px solid transparent;
	background: #f97316;
	color: #fff;
	font-weight: 600;
	font-size: .95rem;
	cursor: pointer;
	transition: background .15s ease;
	white-space: nowrap;
}
.hero-search__submit:hover { background: #ea670c; }

/* ---------- Stats band ---------- */
.stats-grid { list-style: none; padding: 0; }
.stats-band {
	background: #0f4c9e;
	color: #fff;
	padding: 32px 0;
}
.stats-band .stats-grid {
	margin: 0;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.stats-band .stat {
	background: rgba(255, 255, 255, .10);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 12px;
	padding: 22px 16px;
}
.stats-band .stat__num {
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.2;
}
.stats-band .stat__label {
	display: block;
	color: rgba(255, 255, 255, .85);
	font-size: .9rem;
}

/* ---------- Brand tiles ---------- */
.brand-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 16px;
}
@media (max-width: 480px) { .brand-grid { grid-template-columns: 1fr 1fr; gap: 12px; } }
.brand-tile {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 20px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	text-decoration: none;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.brand-tile:hover {
	text-decoration: none;
	border-color: #0f4c9e;
	box-shadow: 0 8px 22px rgba(15, 76, 158, .12);
	transform: translateY(-2px);
}
.brand-tile__name {
	font-weight: 600;
	color: #1f2937;
	font-size: 1rem;
}
.brand-tile__count {
	color: #6b7280;
	font-size: .85rem;
}

/* ---------- Product type grid (homepage "Browse by Product Type") ---------- */
.type-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 16px;
}
@media (max-width: 480px) { .type-grid { grid-template-columns: 1fr 1fr; gap: 12px; } }
.type-tile {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 20px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	text-decoration: none;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.type-tile:hover {
	text-decoration: none;
	border-color: #0f4c9e;
	box-shadow: 0 8px 22px rgba(15, 76, 158, .12);
	transform: translateY(-2px);
}
.type-tile__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 4px;
	color: #0f4c9e;
	background: #eef4fc;
	border-radius: 10px;
}
.type-tile__icon svg {
	width: 22px;
	height: 22px;
}
.type-tile__name {
	font-weight: 600;
	color: #1f2937;
	font-size: 1rem;
}
.type-tile__count {
	color: #6b7280;
	font-size: .85rem;
}

/* ---------- News cards ---------- */
.news-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
}
/* Fixed 4-up variant for product / news detail pages (u12_render_news_list()).
 * Defined after the auto-fit rule so it always wins. */
.news-grid--4 { grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1024px) {
	.news-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	.news-grid--4 { grid-template-columns: 1fr; }
}
.news-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	overflow: hidden;
	transition: box-shadow .15s ease, transform .15s ease;
}
.news-card:hover {
	box-shadow: 0 8px 24px rgba(15, 76, 158, .12);
	transform: translateY(-2px);
}
.news-card__link {
	display: block;
	padding: 22px;
	color: inherit;
	text-decoration: none;
	height: 100%;
}
.news-card__link:hover { text-decoration: none; }
.news-card__date {
	display: block;
	font-size: .8rem;
	color: #6b7280;
	margin-bottom: 8px;
}
.news-card__title {
	font-size: 1.05rem;
	margin: 0 0 10px;
	color: #1f2937;
	transition: color .15s ease;
}
.news-card__link:hover .news-card__title { color: #0f4c9e; }
.news-card__excerpt {
	color: #6b7280;
	font-size: .9rem;
	margin: 0 0 14px;
}
.news-card__more {
	font-weight: 600;
	font-size: .88rem;
	color: #0f4c9e;
}

/* ---------- Feature card polish ---------- */
.feature-card {
	position: relative;
	transition: box-shadow .15s ease, transform .15s ease;
}
.feature-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: #eaf1fb;
	color: #0f4c9e;
	margin-bottom: 16px;
}
.feature-card__icon svg { width: 26px; height: 26px; }
.feature-card h3 { font-size: 1.08rem; margin: 0 0 8px; }
.feature-card:hover {
	box-shadow: 0 8px 24px rgba(15, 76, 158, .10);
	transform: translateY(-2px);
}

/* ---------- Company introduction ---------- */
.section--company { background: #fff; }
.company__inner {
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	gap: 52px;
	align-items: center;
}
.company__media {
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(135deg, #0f4c9e 0%, #0b3c7e 100%);
	aspect-ratio: 4 / 3;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 16px 40px rgba(15, 76, 158, .18);
}
.company__media svg { width: 80%; height: auto; }
/* Real photo selected in Customizer → cover the whole media slot. */
.company__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.section__title--lg { font-size: 1.9rem; margin: 0 0 14px; }
.company__lead {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #4b5563;
	margin: 0 0 18px;
}
.company__list {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
	display: grid;
	gap: 12px;
}
.company__list li {
	position: relative;
	padding-left: 30px;
	color: #374151;
	line-height: 1.5;
}
.company__list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0f4c9e;
	color: #fff;
	font-size: .72rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ---------- Testimonials ---------- */
.section--testimonials { background: #f5f7fa; }
.testimonials {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
}
.testimonial {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 26px;
	transition: box-shadow .15s ease, transform .15s ease;
}
.testimonial:hover {
	box-shadow: 0 10px 28px rgba(15, 76, 158, .10);
	transform: translateY(-2px);
}
.testimonial__stars { color: #f59e0b; font-size: 1rem; letter-spacing: 2px; }
.testimonial__quote {
	margin: 0;
	flex: 1;
	color: #374151;
	line-height: 1.7;
	font-size: .96rem;
}
.testimonial__author { display: flex; align-items: center; gap: 12px; }
.testimonial__avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: linear-gradient(135deg, #0f4c9e, #0b3c7e);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: .9rem;
	flex-shrink: 0;
}
.testimonial__meta-wrap { display: flex; flex-direction: column; line-height: 1.35; }
.testimonial__name { font-weight: 600; color: #1f2937; }
.testimonial__meta { font-size: .82rem; color: #6b7280; }

/* ---------- CTA band ---------- */
.cta-band {
	background: linear-gradient(135deg, #0f4c9e 0%, #0b3c7e 100%);
	color: #fff;
	padding: 56px 0;
}
.cta-band__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	flex-wrap: wrap;
}
.cta-band__title {
	color: #fff;
	margin: 0 0 8px;
	font-size: 1.6rem;
}
.cta-band__desc {
	color: rgba(255, 255, 255, .88);
	margin: 0;
	max-width: 620px;
}
.cta-band__actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.cta-band .btn--outline {
	border-color: #fff;
	color: #fff;
	background: transparent;
}
.cta-band .btn--outline:hover {
	background: #fff;
	color: #0f4c9e;
}

/* ---------- Homepage module responsive ---------- */
@media (max-width: 1024px) {
	.stats-band .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	.hero-search { flex-direction: column; }
	.hero-search__submit { width: 100%; }
	.cta-band__inner { flex-direction: column; align-items: flex-start; }
	.cta-band { padding: 40px 0; }
	.cta-band__title { font-size: 1.35rem; }
}
@media (max-width: 480px) {
	.stats-band .stats-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
	.stats-band .stat { padding: 16px 12px; }
	.stats-band .stat__num { font-size: 1.5rem; }
}


/* Feature bar inside footer */
.site-footer__features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.feature-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.feature-item__icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	color: #5ea0ff;
}
.feature-item__icon svg {
	width: 100%;
	height: 100%;
}
.feature-item__title {
	margin: 0 0 6px;
	font-size: 1.05rem;
	color: #fff;
}
.feature-item__desc {
	margin: 0;
	font-size: .9rem;
	color: #c7d2e0;
	line-height: 1.5;
}

@media (max-width: 991px) {
	.site-footer__features { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}

@media (max-width: 575px) {
	.site-footer__features { grid-template-columns: 1fr; padding-bottom: 32px; margin-bottom: 32px; }
}

/* ---------- Product list filter bar (Type + Brand) ---------- */
.product-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 16px;
	margin: 0 0 28px;
	padding: 18px 20px;
	background: #f5f7fa;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
}
.product-filters__form {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 14px;
	flex: 1;
}
.product-filters__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 200px;
	flex: 1;
}
.product-filters__label {
	font-size: .8rem;
	font-weight: 600;
	color: #374151;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.product-filters__select {
	width: 100%;
	padding: 10px 12px;
	font-size: .95rem;
	color: #1f2937;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 34px;
	cursor: pointer;
}
.product-filters__select:disabled {
	background-color: #eef2f7;
	color: #6b7280;
	cursor: not-allowed;
}
.product-filters__submit {
	padding: 11px 22px;
	font-size: .95rem;
	border: 0;
	cursor: pointer;
	white-space: nowrap;
}
.product-filters__reset {
	display: inline-flex;
	align-items: center;
	padding: 11px 16px;
	font-size: .9rem;
	color: #0f4c9e;
	text-decoration: none;
	white-space: nowrap;
}
.product-filters__reset:hover { text-decoration: underline; }
.product-filters__count {
	margin: 0;
	font-size: .9rem;
	color: #6b7280;
	width: 100%;
}
.product-filters__count {
	flex-basis: 100%;
}
@media (max-width: 575px) {
	.product-filters { padding: 14px; gap: 12px; }
	.product-filters__form { gap: 12px; }
	.product-filters__field { min-width: 100%; }
	.product-filters__select { min-height: 44px; }
	.product-filters__submit { width: 100%; min-height: 44px; }
	.product-filters__count { order: 1; margin-top: 4px; }
}

/* =========================================================
   Mobile deep polish (v2026-09-12)
   ========================================================= */
@media (max-width: 480px) {
	.container { padding: 0 16px; }
	.section { padding: 44px 0; }
	.hero { padding: 48px 0; }
	.hero__title { font-size: clamp(1.5rem, 6vw, 2rem); }
	.hero__subtitle { font-size: 1rem; }
	.hero__actions { gap: 10px; }
	.btn { padding: 11px 20px; font-size: .9rem; }
	.site-branding .custom-logo { max-height: 48px; }
	.site-title { font-size: 1.15rem; }
	.stats-band { padding: 24px 0; }
	.type-tile, .brand-tile { padding: 16px; }
	.type-tile__icon { width: 40px; height: 40px; }
	.section__head { margin-bottom: 22px; }
	.product-card__body { padding: 14px; }
	.product-card__title { font-size: .98rem; }
	.footer-col__title { font-size: 1rem; }
	.site-footer { padding: 40px 0 20px; }
}

@media (max-width: 360px) {
	.site-header__inner { gap: 8px; }
	.quote-cta { padding: 7px 10px !important; font-size: .75rem !important; }
	.menu-toggle { padding: 7px 10px; font-size: .8rem; }
	.hero-search__submit { padding: 12px 16px; }
}
