/*
Theme Name: HydroCatalog Theme
Theme URI: https://local.test/
Author: Local Build
Description: B2B HydroCatalog theme for brand, series, OEM part number, and product templates.
Version: 0.1.0
*/

:root {
	--ink: #18212b;
	--muted: #65717d;
	--line: #d8dee3;
	--panel: #f6f8f9;
	--panel-strong: #e9eef2;
	--brand: #1f4e5f;
	--brand-dark: #173945;
	--brand-soft: #e9f1f3;
	--accent: #c56a2c;
	--gold: #c78b3b;
	--white: #fff;
	--shadow-soft: 0 10px 26px rgba(24, 33, 43, .07);
	--shadow-panel: 0 16px 36px rgba(24, 33, 43, .09);
	--max: 1180px;
	--font-family-base: Arial, Helvetica, sans-serif;
	--font-size-h1: 46px;
	--font-size-h2: 28px;
	--font-size-card-title: 21px;
	--font-size-body: 17px;
	--font-size-body-small: 16px;
	--font-size-meta: 14px;
	--line-height-title: 1.16;
	--line-height-body: 1.65;
	--line-height-meta: 1.45;
	--font-weight-title: 700;
	--font-weight-card-title: 600;
	--font-weight-body: 400;
	--font-weight-meta: 500;
}

* { box-sizing: border-box; }
html {
	scroll-padding-top: 90px;
}
body {
	margin: 0;
	font-family: var(--font-family-base);
	font-size: var(--font-size-body);
	font-weight: var(--font-weight-body);
	color: var(--ink);
	background: #f4f7f8;
	line-height: var(--line-height-body);
	overflow-x: hidden;
}
a {
	color: var(--brand);
	font-weight: 600;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
.site-header {
	border-bottom: 1px solid var(--line);
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 10;
	box-shadow: 0 1px 0 rgba(24, 33, 43, .04);
}
.nav-wrap, .container {
	width: min(var(--max), calc(100% - 32px));
	max-width: calc(100vw - 32px);
	margin: 0 auto;
}
.nav-wrap {
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.brand-mark {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: var(--font-weight-title);
	color: var(--ink);
	font-size: 18px;
	letter-spacing: .01em;
}
.brand-icon {
	min-width: 58px;
	height: 32px;
	padding: 0 8px;
	display: grid;
	place-items: center;
	background: var(--brand);
	color: #fff;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
}
.brand-icon img {
	display: block;
	max-width: 86px;
	max-height: 28px;
}
.brand-copy {
	display: grid;
	gap: 1px;
	line-height: 1.15;
}
.brand-copy strong {
	font-size: 18px;
	line-height: 1.15;
}
.brand-copy small {
	color: var(--muted);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
}
.main-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 4px;
	font-size: 13px;
	font-weight: 600;
	line-height: var(--line-height-meta);
	min-width: 0;
}
.main-nav a {
	color: var(--ink);
	padding: 8px 8px;
	border-radius: 6px;
	white-space: nowrap;
}
.main-nav a:hover {
	background: var(--panel);
	text-decoration: none;
}
.button, button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 15px;
	border: 1px solid var(--brand);
	border-radius: 5px;
	background: var(--brand);
	color: #fff;
	font-size: var(--font-size-meta);
	font-weight: 600;
	line-height: var(--line-height-meta);
	cursor: pointer;
	transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}
.button.secondary {
	background: #fff;
	color: var(--brand);
}
.button.ghost {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .55);
	color: #fff;
}
.button:hover,
button:hover {
	background: #183d4b;
	border-color: #183d4b;
	text-decoration: none;
}
.button.secondary:hover {
	background: var(--accent);
	border-color: var(--accent);
	color: #fff;
}
.button.ghost:hover {
	background: #fff;
	border-color: #fff;
	color: var(--brand);
}
.hero {
	background: linear-gradient(90deg, rgba(24,33,43,.95), rgba(31,78,95,.82)), url("assets/hydraulic-hero.png") center/cover no-repeat;
	color: #fff;
	min-height: 520px;
	display: flex;
	align-items: center;
	border-bottom: 4px solid var(--accent);
}
.hero-inner {
	width: min(var(--max), calc(100% - 32px));
	margin: 0 auto;
	padding: 72px 0 78px;
}
.hero h1 {
	max-width: 780px;
	font-size: 54px;
	font-weight: var(--font-weight-title);
	line-height: 1.1;
	margin: 0 0 18px;
	letter-spacing: 0;
}
.hero p {
	max-width: 680px;
	font-size: 18px;
	line-height: 1.6;
	color: #e9eff2;
}
.hero-kicker,
.section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	color: var(--accent);
	font-size: 13px;
	font-weight: 700;
	line-height: var(--line-height-meta);
	text-transform: uppercase;
	letter-spacing: .08em;
}
.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}
.hero-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 180px));
	gap: 12px;
	margin-top: 34px;
}
.hero-metric {
	border: 1px solid rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .10);
	border-radius: 6px;
	padding: 13px 14px;
	backdrop-filter: blur(2px);
}
.hero-metric strong {
	display: block;
	font-size: 22px;
	line-height: 1.2;
}
.hero-metric span {
	display: block;
	color: #dce7eb;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 3px;
}
.search-strip {
	margin-top: 26px;
	display: flex;
	width: min(760px, 100%);
	background: #fff;
	border-radius: 8px;
	padding: 8px;
	gap: 8px;
}
.search-strip input {
	flex: 1;
	border: 1px solid var(--line);
	border-radius: 6px;
	padding: 0 14px;
	min-width: 0;
	font-size: 16px;
}
.link-strip {
	background: transparent;
	padding: 0;
	justify-content: flex-start;
	flex-wrap: wrap;
}
main { min-height: 60vh; }
.page-head {
	background: linear-gradient(180deg, #fff 0%, #f8fafb 100%);
	border-bottom: 1px solid var(--line);
	padding: 34px 0 38px;
}
.page-head .breadcrumbs {
	margin-top: 0;
}
.page-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 30px;
	align-items: end;
}
.quick-panel {
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 6px;
	padding: 18px;
	min-width: 0;
	box-shadow: 0 1px 0 rgba(24, 33, 43, .03);
}
.quick-panel h2,
.quick-panel h3 {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 10px;
}
.quick-list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: var(--font-size-meta);
	font-weight: var(--font-weight-meta);
	line-height: var(--line-height-meta);
}
.quick-list.checklist {
	list-style: disc;
	padding-left: 18px;
}
.quick-list.link-list {
	margin-top: 12px;
}
.action-links {
	gap: 10px;
}
.action-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border: 1px solid var(--line);
	border-radius: 5px;
	background: #fff;
	padding: 10px 11px;
	color: var(--brand);
	font-weight: 700;
	text-decoration: none;
}
.action-links a::after {
	content: ">";
	color: var(--accent);
	font-weight: 700;
}
.action-links a:hover {
	border-color: var(--brand);
	background: #f8fafb;
}
.action-links span {
	display: block;
	border: 1px solid var(--line);
	border-radius: 5px;
	background: #fff;
	padding: 10px 11px;
	color: var(--ink);
	font-weight: 700;
}
.contact-details {
	border-bottom: 1px solid var(--line);
	margin-bottom: 16px;
	padding-bottom: 16px;
}
.contact-details dl {
	display: grid;
	gap: 10px;
	margin: 0;
}
.contact-details div {
	display: grid;
	gap: 3px;
}
.contact-details dt {
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.contact-details dd {
	margin: 0;
	color: var(--ink);
	font-size: var(--font-size-meta);
	font-weight: 700;
	line-height: 1.45;
}
.mini-contact {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--line);
}
.panel-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}
.panel-actions .button {
	flex: 1 1 150px;
}
.cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0;
}
.cta-row .button {
	flex: 0 1 190px;
}
.side-note {
	margin: 0 0 10px;
	color: var(--muted);
	font-size: var(--font-size-meta);
	font-weight: var(--font-weight-meta);
	line-height: var(--line-height-meta);
}
.brand-identity {
	display: grid;
	gap: 10px;
	align-content: start;
}
.brand-logo {
	width: 68px;
	height: 68px;
	display: grid;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
	color: var(--brand);
	font-size: 30px;
	font-weight: var(--font-weight-title);
}
.brand-identity p {
	margin: 0;
	color: var(--muted);
	font-size: var(--font-size-meta);
	line-height: var(--line-height-meta);
}
.section {
	padding: 48px 0;
	border-bottom: 1px solid var(--line);
}
.section h2 {
	font-size: var(--font-size-h2);
	font-weight: var(--font-weight-title);
	line-height: 1.25;
	margin: 0 0 16px;
}
.page-title {
	font-size: var(--font-size-h1);
	font-weight: var(--font-weight-title);
	line-height: var(--line-height-title);
	margin: 0 0 12px;
	overflow-wrap: anywhere;
}
.lead {
	color: var(--muted);
	max-width: 760px;
	font-size: var(--font-size-body);
	font-weight: var(--font-weight-body);
	line-height: var(--line-height-body);
}
.grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-type-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.card {
	border: 1px solid var(--line);
	border-radius: 6px;
	padding: 22px;
	background: #fff;
	box-shadow: 0 1px 0 rgba(24, 33, 43, .03);
	min-width: 0;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.card h3 {
	font-size: var(--font-size-card-title);
	font-weight: var(--font-weight-card-title);
	line-height: 1.3;
	margin: 0 0 10px;
	color: var(--ink);
}
.card h3 a { color: var(--ink); }
.card p {
	margin-bottom: 0;
	color: var(--muted);
	font-size: 16px;
	font-weight: var(--font-weight-body);
	line-height: 1.6;
}
.card:hover {
	border-color: #9eb3bd;
	box-shadow: var(--shadow-soft);
	transform: translateY(-1px);
}
.brand-card {
	display: grid;
	grid-template-rows: auto 1fr auto;
	gap: 10px;
	min-height: 210px;
	color: var(--ink);
}
.brand-card:hover {
	text-decoration: none;
	border-color: var(--brand);
}
.fact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 22px 0 0;
}
.fact {
	border: 1px solid var(--line);
	border-top: 3px solid var(--accent);
	background: #fff;
	border-radius: 5px;
	padding: 13px;
	min-height: 76px;
	font-size: var(--font-size-body-small);
	font-weight: 500;
	line-height: 1.45;
}
.fact span {
	display: block;
	color: var(--muted);
	font-size: var(--font-size-meta);
	font-weight: var(--font-weight-meta);
	line-height: var(--line-height-meta);
	margin-bottom: 4px;
}
.table-wrap {
	overflow-x: auto;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 1px 0 rgba(24, 33, 43, .03);
}
table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	min-width: 760px;
}
.nowrap {
	white-space: nowrap;
}
.oem-table th:first-child,
.oem-table td:first-child {
	width: 150px;
	white-space: nowrap;
}
th, td {
	border-bottom: 1px solid var(--line);
	text-align: left;
	padding: 14px 13px;
	vertical-align: top;
	font-size: var(--font-size-body-small);
	line-height: 1.5;
}
th {
	background: var(--panel-strong);
	font-size: var(--font-size-meta);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #38444c;
	position: sticky;
	top: 0;
}
tbody tr:last-child td { border-bottom: 0; }
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	font-size: 13px;
	font-weight: var(--font-weight-meta);
	line-height: var(--line-height-meta);
	color: var(--muted);
}
.breadcrumbs a { font-weight: var(--font-weight-meta); }
.product-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 30px;
	align-items: start;
	padding-bottom: 0;
}
.machine-visual {
	aspect-ratio: 4 / 3;
	background: url("assets/pump-drawing.png") center/contain no-repeat, var(--panel);
	border: 1px solid var(--line);
	border-radius: 8px;
}
.product-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 6px;
}
.thumb {
	width: 72px;
	height: 54px;
	object-fit: contain;
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 6px;
	display: block;
}
.status {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	border-radius: 999px;
	background: #eef5f6;
	color: #49646e;
	font-weight: var(--font-weight-meta);
	font-size: 13px;
	line-height: var(--line-height-meta);
	white-space: normal;
}
.toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}
.catalog-paths-heading {
	margin-top: 30px;
}
.toolbar p {
	color: var(--muted);
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
}
.section .quick-panel h2,
.section .quick-panel h3 {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 10px;
}
.content-band {
	background: #fff;
}
.split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 26px;
	align-items: start;
}
.stack {
	display: grid;
	gap: 22px;
}
.stack > h2 {
	margin-top: 8px;
	margin-bottom: -8px;
}
.intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	gap: 20px;
	align-items: start;
}
.catalog-card {
	position: relative;
	min-height: 178px;
}
.catalog-card::before {
	content: "";
	display: block;
	width: 38px;
	height: 3px;
	background: var(--accent);
	margin-bottom: 16px;
}
.type-card {
	min-height: 190px;
	display: grid;
	align-content: start;
	gap: 10px;
}
.section-note {
	max-width: 780px;
	margin: -4px 0 20px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.6;
}
.spec-panels {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}
.spec-panel {
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
	padding: 18px;
	box-shadow: 0 1px 0 rgba(24, 33, 43, .03);
}
.spec-panel h3 {
	margin: 0 0 10px;
	font-size: 19px;
	line-height: 1.3;
}
.spec-panel ul {
	margin: 0;
	padding-left: 18px;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.7;
}
.spec-panel-wide {
	margin-top: 16px;
	margin-bottom: 28px;
}
.product-summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 22px;
}
.product-summary-item {
	border: 1px solid var(--line);
	border-top: 2px solid rgba(197, 106, 44, .72);
	background: #fff;
	border-radius: 6px;
	padding: 14px;
	min-width: 0;
}
.product-summary-item span {
	display: block;
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}
.product-summary-item strong {
	display: block;
	color: var(--ink);
	font-size: 17px;
	line-height: 1.35;
	margin-top: 5px;
}
.product-summary-name {
	grid-column: span 2;
}
.product-summary-type {
	grid-column: span 2;
}
.primary-hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}
.primary-hero-cta .button {
	min-width: 170px;
}
.detail-panels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	align-items: start;
}
.detail-panel {
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
	padding: 20px;
	min-width: 0;
}
.detail-panel h2 {
	font-size: 22px;
	margin: 0 0 14px;
}
.detail-panel table {
	min-width: 0;
}
.spec-list {
	margin: 0;
	padding-left: 20px;
	color: var(--ink);
	font-size: 16px;
	line-height: 1.7;
}
.related-lite {
	background: #f8fafb;
}
.info-block {
	display: grid;
	gap: 12px;
	max-width: 860px;
}
.info-block p {
	margin: 0;
	color: var(--ink);
	font-size: var(--font-size-body);
	line-height: var(--line-height-body);
}
.meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0 0;
}
.light-meta .status {
	padding: 4px 8px;
	background: #f7f9fa;
	border: 1px solid var(--line);
	color: #4b5860;
	font-weight: var(--font-weight-meta);
}
.muted {
	color: var(--muted);
}
.site-footer {
	padding: 34px 0;
	background: #18212b;
	color: #d9e3e7;
	font-size: var(--font-size-body-small);
	line-height: 1.55;
}
.footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 24px;
}
.site-footer a { color: #fff; }
.query-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 0;
	max-width: 860px;
}
.quote-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 30px;
	align-items: start;
}
.quote-section {
	padding-top: 36px;
}
.quote-help {
	position: sticky;
	top: 86px;
}
.quote-context {
	border: 1px solid var(--line);
	border-left: 4px solid var(--accent);
	border-radius: 6px;
	background: #fff;
	padding: 16px;
}
.quote-context h2 {
	margin: 0 0 10px;
	font-size: 19px;
	line-height: 1.3;
}
.quote-context dl {
	display: grid;
	gap: 8px;
	margin: 0;
}
.quote-context div {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	gap: 12px;
}
.quote-context dt {
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	text-transform: uppercase;
}
.quote-context dd {
	margin: 0;
	min-width: 0;
	overflow-wrap: anywhere;
	font-size: 15px;
	line-height: 1.5;
}
.quote-layout .query-form {
	max-width: none;
}
.form-field {
	display: grid;
	gap: 7px;
}
.form-field label {
	color: var(--ink);
	font-size: var(--font-size-meta);
	font-weight: 700;
	line-height: var(--line-height-meta);
}
.query-form input,
.query-form select,
.query-form textarea,
textarea {
	border: 1px solid var(--line);
	border-radius: 5px;
	background: #fff;
	color: var(--ink);
	padding: 12px 13px;
	font-family: inherit;
	font-size: var(--font-size-body-small);
	font-weight: 400;
	line-height: 1.55;
}
.query-form textarea {
	min-height: 170px;
	resize: vertical;
}
.query-form input::placeholder,
.query-form textarea::placeholder,
textarea::placeholder {
	color: #9ca8b1;
	font-weight: 400;
}
.form-actions {
	display: flex;
	justify-content: flex-start;
	padding-top: 2px;
}
.form-actions button {
	min-width: 180px;
	min-height: 48px;
	padding: 12px 20px;
	font-size: 16px;
}
.notice {
	background: #fff7ed;
	border: 1px solid #e5c39f;
	border-radius: 6px;
	padding: 16px;
	font-size: var(--font-size-body-small);
	line-height: 1.55;
}
.pagination {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-top: 16px;
}
.pagination a,
.pagination strong {
	min-width: 38px;
	min-height: 38px;
	display: inline-grid;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
	font-size: var(--font-size-meta);
	font-weight: 600;
}
.pagination strong {
	background: var(--brand);
	border-color: var(--brand);
	color: #fff;
}
.notice.success {
	background: #f1f8f4;
	border-color: #a8d5b6;
	color: #245b34;
}
.notice.error {
	background: #fff1f0;
	border-color: #efb2ad;
	color: #8d2f25;
}
.series-directory {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}
.series-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px;
	grid-template-areas:
		"body meta"
		"action meta";
	gap: 16px 20px;
	align-items: start;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
	padding: 22px;
	box-shadow: 0 1px 0 rgba(24, 33, 43, .03);
	transition: border-color .15s ease, box-shadow .15s ease;
}
.series-card:hover {
	border-color: #9eb3bd;
	box-shadow: var(--shadow-soft);
}
.series-card > div:first-child {
	grid-area: body;
}
.series-card h3 {
	margin: 0 0 9px;
	font-size: 22px;
	line-height: 1.25;
}
.series-card p {
	margin: 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.6;
}
.series-eyebrow {
	color: var(--accent) !important;
	font-size: 12px !important;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1.35 !important;
	margin: 0 0 8px !important;
	text-transform: uppercase;
}
.series-meta {
	grid-area: meta;
	display: grid;
	gap: 10px;
	margin: 0;
}
.series-meta div {
	border: 1px solid var(--line);
	border-radius: 5px;
	background: var(--panel);
	padding: 11px 12px;
}
.series-meta dt {
	color: var(--muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}
.series-meta dd {
	margin: 3px 0 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}
.series-card .button {
	grid-area: action;
	justify-self: start;
}
.faq-grid .card {
	box-shadow: none;
}
@media (max-width: 820px) {
	html {
		scroll-padding-top: 150px;
	}
	p, li, td, th, .lead, .section-note {
		overflow-wrap: anywhere;
	}
	.nav-wrap, .container, .hero-inner {
		width: calc(100% - 48px);
		max-width: 342px;
	}
	.nav-wrap, .product-hero, .footer-grid, .page-summary, .split { display: block; }
	.nav-wrap {
		padding: 8px 0;
	}
	.brand-mark {
		align-items: center;
		gap: 8px;
	}
	.brand-icon {
		min-width: 52px;
		height: 28px;
		padding: 0 7px;
		font-size: 12px;
	}
	.brand-copy strong {
		font-size: 17px;
	}
	.brand-copy small {
		font-size: 10.5px;
		max-width: 260px;
		line-height: 1.2;
	}
	.main-nav {
		margin-top: 8px;
		display: flex;
		flex-wrap: wrap;
		overflow: visible;
		padding-bottom: 0;
		max-width: 100%;
		gap: 5px;
	}
	.main-nav a {
		flex: 1 1 auto;
		min-height: 34px;
		padding: 6px 7px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background: var(--panel);
	}
	.grid, .grid.two, .grid.four, .fact-grid, .query-form, .quote-layout, .hero-metrics, .intro-grid, .spec-panels, .product-summary, .detail-panels, .series-directory, .series-card { grid-template-columns: 1fr; }
	.product-summary-name,
	.product-summary-type {
		grid-column: auto;
	}
	.series-card {
		grid-template-areas:
			"body"
			"meta"
			"action";
	}
	.hero { min-height: 480px; }
	.hero-inner { padding: 56px 0 58px; }
	.hero h1 { font-size: 30px; }
	.page-title { font-size: 28px; }
	.section { padding: 36px 0; }
	.section h2 { font-size: 25px; }
	.card h3 { font-size: 20px; }
	.search-strip { flex-direction: column; }
	.search-strip input { min-height: 44px; }
	.quick-panel { margin-top: 18px; }
	.quote-help {
		position: static;
	}
	.panel-actions .button,
	.hero-actions .button,
	.form-actions button,
	.product-hero .button {
		width: 100%;
	}
	.toolbar {
		display: block;
	}
	.toolbar .button {
		width: 100%;
		margin-top: 14px;
	}
	th, td {
		padding: 12px 11px;
		font-size: 15px;
	}
	table {
		min-width: 680px;
	}
	.detail-panel table {
		min-width: 0;
	}
	.quote-context div {
		grid-template-columns: 1fr;
		gap: 2px;
	}
}
