:root {
    --hsp-dark: var(--wp--preset--color--charcoal, #111820);
    --hsp-dark-2: var(--wp--preset--color--teal-dark, #24303b);
    --hsp-red: var(--wp--preset--color--copper, #d92d32);
    --hsp-red-hover: var(--wp--preset--color--error, #b91f25);
    --hsp-white: var(--wp--preset--color--white, #fff);
    --hsp-light: var(--wp--preset--color--ivory, #f3f5f7);
    --hsp-medium: var(--wp--preset--color--warm-soft, #e8ebef);
    --hsp-border: var(--wp--preset--color--stone, #d6dbe1);
    --hsp-text: var(--wp--preset--color--text, #151a1f);
    --hsp-muted: var(--wp--preset--color--muted, #5f6872);
    --hsp-muted-2: var(--wp--preset--color--muted-light, #7b858f);
    --hsp-success: var(--wp--preset--color--success, #247a52);
    --hsp-error: var(--wp--preset--color--error, #b91f25);
    --hsp-red-light: var(--wp--custom--hsp--accent-light, #ff6a6e);
    --hsp-red-light-2: var(--wp--custom--hsp--accent-light-secondary, #ff7d80);
    --hsp-border-strong: var(--wp--custom--hsp--border-strong, #aeb6bf);
    --hsp-success-soft: var(--wp--custom--hsp--success-soft, #edf8f2);
    --hsp-error-soft: var(--wp--custom--hsp--error-soft, #fff1f1);
    --hsp-radius-xs: 2px;
    --hsp-radius-sm: 3px;
    --hsp-radius: 4px;
    --hsp-radius-lg: 6px;
    --hsp-shadow: 0 12px 28px rgba(17, 24, 32, .08);
    --hsp-shadow-header: 0 8px 22px rgba(17, 24, 32, .07);
    --hsp-wide: min(1360px, calc(100vw - 80px));
    --hsp-content: min(800px, calc(100vw - 40px));
    --hsp-gutter: clamp(1rem, 3vw, 2.5rem);
    --hsp-section: clamp(5.5rem, 7.5vw, 7.5rem);
    --hsp-section-mobile: clamp(3.25rem, 10vw, 4.5rem);
    --hsp-header-height: 82px;
    --hsp-hero-object-position: 50% 50%;
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--hsp-header-height) + 24px);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

html.htan-menu-open,
html.htan-menu-open body {
    overflow: hidden;
}

body {
    margin: 0;
    overflow-x: clip;
    background: var(--hsp-white);
    color: var(--hsp-text);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.admin-bar {
    --hsp-admin-bar: 32px;
}

img,
svg,
video,
canvas {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}

iframe,
table,
pre,
code {
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

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

a {
    color: var(--hsp-red);
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
}

a:hover {
    color: var(--hsp-red-hover);
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 3px solid rgba(217, 45, 50, .34);
    outline-offset: 3px;
}

::selection {
    background: rgba(217, 45, 50, .2);
    color: var(--hsp-dark);
}

.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.screen-reader-text:focus {
    z-index: 100000;
    top: 8px;
    left: 8px;
    width: auto !important;
    height: auto !important;
    padding: .75rem 1rem !important;
    margin: 0 !important;
    clip: auto !important;
    background: var(--hsp-white);
    color: var(--hsp-dark);
}

.wp-site-blocks {
    overflow-x: clip;
}

.wp-site-blocks > * {
    margin-block-start: 0;
}

.alignwide,
.htan-header-inner,
.hsp-footer-inner,
.hsp-footer-cta-inner {
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    margin-inline: auto;
}

.alignfull {
    width: 100%;
    max-width: none;
}

.hsp-container {
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    margin-inline: auto;
}

.htan-main {
    width: 100%;
    max-width: none;
    min-height: 45vh;
    margin: 0;
    padding: 0;
}

.htan-main > .htan-breadcrumbs,
.htan-main > .wp-block-query-title,
.htan-main > .wp-block-term-description,
.htan-main > .wp-block-post-title,
.htan-main > .wp-block-post-featured-image,
.htan-main > .wp-block-post-content,
.htan-main > .wp-block-query,
.htan-main > .wp-block-search,
.htan-main > .htan-empty-state,
.hsp-content-shell {
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    margin-inline: auto;
}

.htan-main > .wp-block-post-content,
.hsp-article-content .wp-block-post-content {
    width: var(--hsp-content);
    max-width: var(--hsp-content);
}

/* Landing pages are assembled from full-width shortcode modules. Keep the
 * editable post-content wrapper from constraining their 1360px containers. */
.hsp-home-main > .wp-block-post-content {
    width: 100%;
    max-width: none;
    margin-inline: 0;
}

.hsp-standard-page > .wp-block-post-content > :where(
    .hsp-inner-hero,
    .hsp-section,
    .hsp-factory-quality,
    .hsp-category-hero,
    .hsp-solution-hero,
    .hsp-product-detail,
    .hsp-global-cta
) {
    width: 100vw;
    max-width: none;
    margin-inline: calc(50% - 50vw);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block: 0 .75em;
    color: var(--hsp-dark);
    font-weight: 750;
    letter-spacing: -.025em;
    line-height: 1.12;
    text-wrap: balance;
}

h1 {
    font-size: clamp(2.4rem, 4.1vw, 3.5rem);
}

h2 {
    font-size: clamp(2rem, 3vw, 2.75rem);
}

h3 {
    font-size: clamp(1.22rem, 1.45vw, 1.55rem);
}

p,
ul,
ol {
    margin-block: 0 1.25rem;
}

p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

.has-large-font-size {
    color: var(--hsp-muted);
    line-height: 1.55;
}

.htan-eyebrow,
.htan-card-kicker,
.hsp-section-label,
.hsp-eyebrow {
    margin-bottom: .9rem;
    color: var(--hsp-red);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.wp-element-button,
.wp-block-button__link,
button.wp-element-button,
input[type="submit"] {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: .76rem 1.25rem;
    border: 1px solid var(--hsp-red);
    border-radius: var(--hsp-radius-sm);
    background: var(--hsp-red);
    color: var(--hsp-white);
    font-size: .94rem;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.wp-element-button:hover,
.wp-block-button__link:hover,
button.wp-element-button:hover,
input[type="submit"]:hover {
    border-color: var(--hsp-red-hover);
    background: var(--hsp-red-hover);
    color: var(--hsp-white);
    transform: translateY(-1px);
}

.wp-block-button.is-style-outline .wp-block-button__link,
.is-style-outline > .wp-block-button__link,
.wp-element-button.is-style-outline {
    border-color: currentColor;
    background: transparent;
    color: var(--hsp-dark);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.is-style-outline > .wp-block-button__link:hover,
.wp-element-button.is-style-outline:hover {
    border-color: var(--hsp-red);
    background: var(--hsp-red);
    color: var(--hsp-white);
}

.wp-block-button.is-style-text .wp-block-button__link,
.htan-text-link {
    min-height: 0;
    padding: .25rem 0;
    border: 0;
    border-radius: 0;
    background: none;
    color: var(--hsp-dark);
    font-size: .9rem;
    font-weight: 750;
    text-decoration: none;
}

.wp-block-button.is-style-text .wp-block-button__link:hover,
.htan-text-link:hover {
    background: none;
    color: var(--hsp-red);
    transform: none;
}

.wp-block-buttons {
    gap: .75rem;
}

.hsp-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: center;
}

.hsp-text-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: var(--hsp-dark);
    font-size: .9rem;
    font-weight: 750;
    text-decoration: none;
}

.hsp-text-link:hover {
    color: var(--hsp-red);
}

/* Header and navigation */
.hsp-skip-link {
    position: fixed;
    z-index: 2000;
    top: 12px;
    left: 12px;
    padding: .7rem 1rem;
    border: 2px solid var(--hsp-white);
    border-radius: var(--hsp-radius-sm);
    background: var(--hsp-dark);
    color: var(--hsp-white);
    font-weight: 750;
    text-decoration: none;
    transform: translateY(calc(-100% - 20px));
}

.hsp-skip-link:focus {
    color: var(--hsp-white);
    transform: translateY(0);
}

.htan-site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    width: 100%;
    border-bottom: 1px solid var(--hsp-border);
    background: rgba(255, 255, 255, .98);
    color: var(--hsp-dark);
    transition: box-shadow .18s ease;
}

.admin-bar .htan-site-header {
    top: var(--hsp-admin-bar, 32px);
}

.htan-site-header.is-scrolled {
    box-shadow: var(--hsp-shadow-header);
}

.htan-header-inner {
    position: relative;
    display: grid;
    min-height: var(--hsp-header-height);
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: clamp(.75rem, 1.6vw, 1.5rem);
}

.htan-brand {
    min-width: 0;
    margin: 0;
}

.hsp-brand-lockup {
    display: inline-grid;
    min-width: 122px;
    grid-template-columns: auto;
    align-content: center;
    color: var(--hsp-dark);
    line-height: 1;
    text-decoration: none;
}

.hsp-brand-lockup:hover {
    color: var(--hsp-dark);
}

.hsp-brand-lockup.has-logo {
    display: inline-flex;
}

.hsp-brand-logo {
    width: auto;
    max-width: 176px;
    max-height: 48px;
    object-fit: contain;
}

.hsp-brand-mark {
    color: var(--hsp-dark);
    font-size: 1.75rem;
    font-weight: 850;
    letter-spacing: -.055em;
}

.hsp-brand-descriptor {
    margin-top: .28rem;
    color: var(--hsp-muted);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .115em;
    line-height: 1.15;
    text-transform: uppercase;
}

.htan-nav-shell,
.htan-primary-navigation {
    position: static;
    min-width: 0;
}

.htan-primary-navigation {
    display: flex;
    justify-content: center;
}

.htan-contact-strip {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem .75rem;
    color: var(--hsp-muted);
    font-size: .78rem;
}

.htan-primary-menu,
.htan-primary-menu .sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.htan-primary-menu {
    display: flex;
    min-width: 0;
    align-items: stretch;
    justify-content: center;
    gap: clamp(.25rem, .65vw, .75rem);
}

.htan-primary-menu > li {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
}

.htan-primary-menu > .hsp-menu-dropdown {
    position: relative;
}

.htan-primary-menu > li > a {
    position: relative;
    display: flex;
    min-height: var(--hsp-header-height);
    align-items: center;
    padding: .25rem .45rem;
    color: var(--hsp-dark);
    font-size: clamp(.78rem, .78vw, .91rem);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.htan-primary-menu > li > a::after {
    position: absolute;
    right: .45rem;
    bottom: -1px;
    left: .45rem;
    height: 3px;
    background: var(--hsp-red);
    content: "";
    opacity: 0;
    transform: scaleX(.35);
    transition: opacity .18s ease, transform .18s ease;
}

.htan-primary-menu > li:hover > a::after,
.htan-primary-menu > li:focus-within > a::after,
.htan-primary-menu > .current-menu-item > a::after,
.htan-primary-menu > .current-menu-ancestor > a::after {
    opacity: 1;
    transform: scaleX(1);
}

.htan-submenu-toggle {
    display: inline-flex;
    width: 28px;
    min-width: 28px;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--hsp-muted);
    cursor: pointer;
}

.htan-submenu-toggle span {
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .18s ease;
}

.htan-submenu-toggle[aria-expanded="true"] span {
    transform: translateY(2px) rotate(225deg);
}

.htan-primary-menu .sub-menu {
    position: absolute;
    z-index: 1001;
    top: calc(100% + 1px);
    left: 0;
    visibility: hidden;
    width: 270px;
    padding: .75rem;
    border: 1px solid var(--hsp-border);
    border-top: 3px solid var(--hsp-red);
    border-radius: 0 0 var(--hsp-radius) var(--hsp-radius);
    background: var(--hsp-white);
    box-shadow: var(--hsp-shadow);
    opacity: 0;
    transform: translateY(8px);
    transition: visibility .18s ease, opacity .18s ease, transform .18s ease;
}

.htan-primary-menu li:hover > .sub-menu,
.htan-primary-menu li:focus-within > .sub-menu,
.htan-primary-menu li.is-submenu-open > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.htan-primary-menu .sub-menu a {
    display: block;
    padding: .7rem .75rem;
    border-left: 2px solid transparent;
    color: var(--hsp-dark-2);
    font-size: .9rem;
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none;
}

.htan-primary-menu .sub-menu a:hover,
.htan-primary-menu .sub-menu a:focus-visible,
.htan-primary-menu .sub-menu .current-menu-item > a {
    border-left-color: var(--hsp-red);
    background: var(--hsp-light);
    color: var(--hsp-red-hover);
}

.htan-primary-menu .sub-menu .sub-menu {
    top: -.75rem;
    left: calc(100% + .75rem);
}

.htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) {
    position: static;
}

.htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) > .sub-menu {
    right: 0;
    left: 50%;
    display: grid;
    width: min(1320px, calc(100vw - 40px));
    min-height: 230px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 0;
    padding: 1.5rem;
    transform: translate(-50%, 8px);
}

.htan-primary-menu > .hsp-mega-products > .sub-menu {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.htan-primary-menu > :is(.hsp-mega-engineering, .hsp-mega-resources) > .sub-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.htan-primary-menu > :is(.hsp-mega-materials, .hsp-mega-company) > .sub-menu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega):hover > .sub-menu,
.htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega):focus-within > .sub-menu,
.htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega).is-submenu-open > .sub-menu {
    transform: translate(-50%, 0);
}

.htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) > .sub-menu > li {
    min-width: 0;
    padding: .25rem 1rem 1rem;
    border-right: 1px solid var(--hsp-border);
}

.htan-primary-menu > .hsp-mega-products > .sub-menu > .hsp-mega-family {
    min-width: 0;
    align-self: start;
}

.htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) > .sub-menu > li:nth-child(4n),
.htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) > .sub-menu > li:last-child {
    border-right: 0;
}

.htan-primary-menu > .hsp-mega-products > .sub-menu > li,
.htan-primary-menu > :is(.hsp-mega-engineering, .hsp-mega-resources) > .sub-menu > li {
    border-right: 1px solid var(--hsp-border);
}

.htan-primary-menu > .hsp-mega-products > .sub-menu > li:last-child,
.htan-primary-menu > :is(.hsp-mega-engineering, .hsp-mega-resources) > .sub-menu > li:nth-child(3n),
.htan-primary-menu > :is(.hsp-mega-engineering, .hsp-mega-resources) > .sub-menu > li:last-child {
    border-right: 0;
}

.htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) > .sub-menu > li > a {
    padding: .35rem 0 .75rem;
    border: 0;
    color: var(--hsp-dark);
    font-weight: 800;
}

.htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) > .sub-menu > li > .sub-menu {
    position: static;
    visibility: visible;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
}

.htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) > .sub-menu > li > .sub-menu a {
    padding: .42rem 0;
    border: 0;
    color: var(--hsp-muted);
    font-size: .84rem;
    font-weight: 550;
}

.htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) > .sub-menu > li > .sub-menu a:hover {
    background: transparent;
    color: var(--hsp-red);
}

.hsp-menu-summary {
    display: block;
    max-width: 26ch;
    margin-top: .3rem;
    color: var(--hsp-muted);
    font-size: .72rem;
    font-weight: 500;
    line-height: 1.35;
}

.htan-nav-toggle,
.htan-nav-close,
.htan-nav-backdrop,
.hsp-mobile-rfq {
    display: none;
}

.hsp-menu-rfq {
    display: none !important;
}

.hsp-menu-disabled > a {
    opacity: .5;
    pointer-events: none;
}

.hsp-menu-status {
    display: block;
    margin-top: .25rem;
    color: var(--hsp-muted);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.htan-header-cta {
    min-height: 44px;
    padding-inline: 1rem;
    white-space: nowrap;
}

.hsp-search-button,
.hsp-header-search {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--hsp-border);
    border-radius: var(--hsp-radius-sm);
    background: var(--hsp-white);
    color: var(--hsp-dark);
    text-decoration: none;
}

.hsp-search-button:hover,
.hsp-header-search:hover {
    border-color: var(--hsp-dark-2);
    color: var(--hsp-red);
}

/* Sections and page heroes */
.htan-section {
    width: 100%;
    max-width: none;
    padding: var(--hsp-section) var(--hsp-gutter);
}

.hsp-section {
    width: 100%;
    max-width: none;
    padding: var(--hsp-section) var(--hsp-gutter);
}

.htan-section > * {
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    margin-inline: auto;
}

.htan-section > .htan-eyebrow,
.htan-section > h2,
.htan-section > .wp-block-heading,
.htan-section > p {
    width: min(820px, 100%);
    margin-left: max(0px, calc((100% - var(--hsp-wide)) / 2));
    margin-right: auto;
}

.htan-section-muted {
    background: var(--hsp-light);
}

.htan-section-dark {
    background: var(--hsp-dark);
    color: rgba(255, 255, 255, .76);
}

.htan-section-dark :where(h1, h2, h3, h4, strong) {
    color: var(--hsp-white);
}

.htan-section-dark .htan-eyebrow {
    color: var(--hsp-red-light);
}

.hsp-inner-hero,
.htan-page-intro {
    width: 100%;
    max-width: none;
    min-height: clamp(300px, 31vw, 440px);
    padding: clamp(5rem, 7vw, 7rem) var(--hsp-gutter);
    background: var(--hsp-dark);
    color: rgba(255, 255, 255, .76);
}

.hsp-inner-hero > *,
.htan-page-intro > * {
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    margin-inline: auto;
}

.hsp-inner-hero :where(h1, .wp-block-query-title),
.htan-page-intro :where(h1, .wp-block-query-title) {
    max-width: 900px;
    margin-bottom: 1rem;
    color: var(--hsp-white);
    font-size: clamp(2.35rem, 4vw, 3.5rem);
}

.hsp-inner-hero > p:not(.htan-eyebrow),
.hsp-inner-hero .wp-block-term-description,
.htan-page-intro > p:not(.htan-eyebrow),
.htan-page-intro .wp-block-term-description {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(1.05rem, 1.4vw, 1.28rem);
}

.hsp-inner-hero .htan-eyebrow {
    color: var(--hsp-red-light);
}

.hsp-inner-hero .hsp-lead {
    color: rgba(255, 255, 255, .76);
}

.htan-breadcrumbs {
    padding-block: 1rem;
    color: var(--hsp-muted);
    font-size: .82rem;
}

.htan-breadcrumbs ol {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: auto;
    white-space: nowrap;
}

.htan-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
}

.htan-breadcrumbs li:not(:last-child)::after {
    color: var(--hsp-border);
    content: "/";
}

.htan-breadcrumbs a {
    color: var(--hsp-muted);
    text-decoration: none;
}

.htan-breadcrumbs a:hover {
    color: var(--hsp-red);
}

/* Homepage */
.htan-hero,
.hsp-home-hero {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: min(760px, calc(100vh - var(--hsp-header-height)));
    padding: clamp(4rem, 7vw, 7rem) var(--hsp-gutter);
    background: var(--hsp-light);
    overflow: hidden;
}

.hsp-home-hero::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    background: var(--hsp-red);
    content: "";
}

.htan-hero > .wp-block-columns,
.hsp-home-hero > .wp-block-columns,
.hsp-hero-columns,
.hsp-home-hero__grid {
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    min-height: 510px;
    margin-inline: auto;
    gap: clamp(2.5rem, 5vw, 6.5rem);
}

.hsp-home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    align-items: center;
}

.hsp-home-hero__content {
    min-width: 0;
}

.hsp-home-hero h1 {
    max-width: 760px;
    margin-bottom: 1.5rem;
    font-size: clamp(3rem, 4.7vw, 4.25rem);
}

.hsp-home-hero p.has-large-font-size {
    max-width: 680px;
    margin-bottom: 1.75rem;
}

.hsp-home-hero__lead {
    max-width: 680px;
    margin-bottom: 1.75rem;
    color: var(--hsp-muted);
    font-size: clamp(1.08rem, 1.35vw, 1.3rem);
    line-height: 1.55;
}

.hsp-home-hero .wp-block-buttons {
    margin-top: 2rem;
}

.hsp-hero-text-link {
    margin-top: 1.15rem;
}

.hsp-hero-text-link a {
    color: var(--hsp-dark);
    font-weight: 750;
    text-decoration: none;
}

.hsp-hero-text-link a:hover {
    color: var(--hsp-red);
}

.htan-hero-image,
.hsp-home-hero .wp-block-image,
.hsp-home-hero__media {
    position: relative;
    min-height: 510px;
    margin: 0;
    background: var(--hsp-medium);
}

.htan-hero-image::after,
.hsp-home-hero .wp-block-image::after,
.hsp-home-hero__media::after {
    position: absolute;
    right: -16px;
    bottom: -16px;
    width: 42%;
    height: 34%;
    border-right: 16px solid var(--hsp-red);
    border-bottom: 16px solid var(--hsp-red);
    content: "";
    pointer-events: none;
}

.htan-hero-image img,
.hsp-home-hero .wp-block-image img,
.hsp-home-hero__media img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    object-position: var(--hsp-hero-object-position);
}

.hsp-split-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: clamp(2.5rem, 6vw, 7rem);
    align-items: center;
}

.hsp-split-layout__media {
    min-width: 0;
    background: var(--hsp-medium);
}

.hsp-split-layout__media img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.hsp-split-layout__content {
    min-width: 0;
}

.hsp-numbered-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    margin-top: 2rem;
    border-top: 1px solid var(--hsp-border);
    list-style: none;
}

.hsp-numbered-points li {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: .7rem;
    align-items: center;
    padding: .9rem 0;
    border-bottom: 1px solid var(--hsp-border);
}

.hsp-numbered-points li:nth-child(even) {
    padding-left: 1rem;
    border-left: 1px solid var(--hsp-border);
}

.hsp-numbered-points span {
    color: var(--hsp-red);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.hsp-numbered-points strong {
    color: var(--hsp-dark);
    font-size: .9rem;
}

.hsp-trust-wrap {
    position: relative;
    z-index: 2;
    margin-top: -2.25rem;
}

.hsp-trust-data {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0;
    margin: 0;
    border: 1px solid var(--hsp-border);
    background: var(--hsp-white);
    box-shadow: var(--hsp-shadow);
    list-style: none;
}

.hsp-trust-data li {
    min-width: 0;
    padding: 1.4rem 1.6rem;
    border-right: 1px solid var(--hsp-border);
}

.hsp-trust-data li:last-child {
    border-right: 0;
}

.hsp-trust-data strong,
.hsp-trust-data span {
    display: block;
}

.hsp-trust-data strong {
    color: var(--hsp-dark);
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1;
}

.hsp-trust-data span {
    margin-top: .5rem;
    color: var(--hsp-muted);
    font-size: .82rem;
}

.hsp-function-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 2.5rem;
    border: 1px solid var(--hsp-border);
    background: var(--hsp-border);
}

.hsp-function-card {
    min-height: 190px;
    padding: 1.75rem;
    background: var(--hsp-white);
}

.hsp-function-card svg {
    width: 42px;
    height: 42px;
    margin-bottom: 1.5rem;
    color: var(--hsp-red);
}

.hsp-function-card h3 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.35;
}

.hsp-process-list,
.htan-process-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    margin-top: 2.5rem;
    background: rgba(255, 255, 255, .16);
    list-style: none;
}

.hsp-process-list li,
.htan-process-list li {
    min-height: 160px;
    padding: 1.5rem;
    background: var(--hsp-dark);
}

.hsp-process-list span {
    display: block;
    margin-bottom: 1.75rem;
    color: var(--hsp-red-light);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.hsp-process-list strong,
.htan-process-list strong {
    display: block;
    max-width: 180px;
    line-height: 1.35;
}

.htan-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem 2rem;
    padding: 0;
    margin: 2rem 0 0;
    list-style: none;
}

.htan-feature-list li {
    position: relative;
    padding: .8rem 0 .8rem 1.25rem;
    border-bottom: 1px solid var(--hsp-border);
}

.htan-feature-list li::before {
    position: absolute;
    top: 1.32rem;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--hsp-red);
    content: "";
}

.hsp-capabilities {
    display: grid;
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: clamp(2.5rem, 6vw, 7rem);
    align-items: start;
    padding-block: var(--hsp-section);
    margin-inline: auto;
}

.hsp-capabilities ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    margin: 0;
    border-top: 1px solid var(--hsp-border);
    list-style: none;
}

.hsp-capabilities li {
    padding: 1rem 0;
    border-bottom: 1px solid var(--hsp-border);
    color: var(--hsp-dark-2);
    font-weight: 650;
}

.hsp-capabilities li:nth-child(odd) {
    padding-right: 1.25rem;
}

.hsp-capabilities li:nth-child(even) {
    padding-left: 1.25rem;
    border-left: 1px solid var(--hsp-border);
}

/* Cards and editorial grids */
.htan-card-grid,
.wp-block-post-template.htan-card-grid,
.hsp-tool-grid,
.hsp-highlight-grid,
.hsp-resource-grid,
.hsp-solution-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 0;
    margin: 2.5rem 0 0;
    list-style: none;
}

.htan-category-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--hsp-border);
    background: var(--hsp-border);
}

.htan-industry-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--hsp-border);
    background: var(--hsp-border);
}

.htan-card,
.htan-category-card,
.htan-industry-card,
.wp-block-group.htan-card,
.wp-block-post-template.htan-card-grid > li {
    position: relative;
    min-width: 0;
    margin: 0;
    border: 1px solid var(--hsp-border);
    border-radius: var(--hsp-radius-xs);
    background: var(--hsp-white);
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.htan-category-grid .htan-card,
.htan-industry-grid .htan-card {
    border: 0;
    border-radius: 0;
}

.htan-card:hover,
.htan-card:focus-within {
    z-index: 1;
    border-color: var(--hsp-border-strong);
    box-shadow: var(--hsp-shadow);
    transform: translateY(-3px);
}

.htan-card-media,
.htan-card > .wp-block-post-featured-image,
.htan-card .wp-block-post-featured-image {
    display: block;
    margin: 0;
    background: var(--hsp-light);
    overflow: hidden;
}

.htan-card-media img,
.htan-card > .wp-block-post-featured-image img,
.htan-card .wp-block-post-featured-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .35s ease;
}

.htan-product-card .htan-card-media img {
    aspect-ratio: 1;
    object-fit: contain;
    padding: 8%;
}

.htan-card:hover .htan-card-media img,
.htan-card:hover .wp-block-post-featured-image img {
    transform: scale(1.025);
}

.htan-card-body {
    padding: clamp(1.15rem, 2vw, 1.6rem);
}

.htan-card-body > :first-child {
    margin-top: 0;
}

.htan-card-body > :last-child {
    margin-bottom: 0;
}

.htan-card h3 {
    margin-bottom: .75rem;
    font-size: 1.17rem;
}

.htan-card h3 a {
    color: var(--hsp-dark);
    text-decoration: none;
}

.htan-card h3 a:hover {
    color: var(--hsp-red);
}

.htan-card p {
    color: var(--hsp-muted);
    font-size: .92rem;
    line-height: 1.55;
}

.htan-card-kicker,
.htan-card-meta,
.hsp-product-model {
    color: var(--hsp-muted);
    font-size: .76rem;
    font-weight: 750;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.htan-card-kicker {
    color: var(--hsp-red);
}

.hsp-card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: .9rem;
    margin-top: 1rem;
    border-top: 1px solid var(--hsp-border);
}

.hsp-quick-rfq {
    color: var(--hsp-red);
    font-size: .82rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.hsp-spec-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    padding: 0;
    margin: .8rem 0 0;
    list-style: none;
}

.hsp-spec-chips li {
    padding: .3rem .48rem;
    border: 1px solid var(--hsp-border);
    border-radius: var(--hsp-radius-xs);
    background: var(--hsp-light);
    color: var(--hsp-muted);
    font-size: .74rem;
}

/* Final rebuild component system */
.hsp-section--steel {
    background: var(--hsp-light);
}

.hsp-section--dark {
    background: var(--hsp-dark);
    color: rgba(255, 255, 255, .74);
}

.hsp-section--dark :where(h2, h3, h4, strong) {
    color: var(--hsp-white);
}

.hsp-section--dark .hsp-eyebrow,
.hsp-section--dark .hsp-section-number {
    color: var(--hsp-red-light);
}

.hsp-section--dark .hsp-text-link {
    color: var(--hsp-white);
}

.hsp-section--dark .wp-element-button {
    border-color: var(--hsp-white);
}

.hsp-section-heading {
    max-width: 850px;
    margin-bottom: clamp(2.25rem, 4vw, 4rem);
}

.hsp-section-heading > :last-child {
    margin-bottom: 0;
}

.hsp-section-action {
    margin-top: 2rem;
    margin-bottom: 0;
}

.hsp-lead {
    max-width: 760px;
    color: var(--hsp-muted);
    font-size: clamp(1.05rem, 1.35vw, 1.28rem);
    line-height: 1.58;
}

.hsp-narrow {
    width: min(840px, 100%);
    max-width: 840px;
}

.hsp-section-number,
.hsp-product-family__number {
    margin-bottom: .8rem;
    color: var(--hsp-red);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .12em;
    line-height: 1;
}

.hsp-card-kicker {
    margin-bottom: .65rem;
    color: var(--hsp-red);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hsp-product-matrix__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--hsp-border);
    background: var(--hsp-border);
}

.hsp-product-family {
    display: grid;
    min-width: 0;
    grid-column: span 4;
    grid-template-rows: auto 1fr;
    background: var(--hsp-white);
    transition: box-shadow .18s ease, transform .18s ease;
}

.hsp-product-family.is-featured {
    grid-column: span 8;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
    grid-template-rows: 1fr;
}

.hsp-product-family:hover,
.hsp-product-family:focus-within,
.hsp-product-card:hover,
.hsp-product-card:focus-within,
.hsp-solution-card:hover,
.hsp-solution-card:focus-within,
.hsp-resource-entry:hover,
.hsp-resource-entry:focus-within {
    z-index: 1;
    box-shadow: var(--hsp-shadow);
    transform: translateY(-3px);
}

.hsp-product-family__media,
.hsp-product-card__media,
.hsp-solution-card__media,
.hsp-resource-entry__media {
    display: block;
    min-height: 220px;
    background: var(--hsp-medium);
    overflow: hidden;
}

.hsp-product-family__media img,
.hsp-solution-card__media img,
.hsp-resource-entry__media img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .35s ease;
}

.hsp-product-family.is-featured .hsp-product-family__media img {
    min-height: 100%;
    aspect-ratio: auto;
}

.hsp-product-family:hover .hsp-product-family__media img,
.hsp-solution-card:hover .hsp-solution-card__media img,
.hsp-resource-entry:hover .hsp-resource-entry__media img {
    transform: scale(1.025);
}

.hsp-product-family__body,
.hsp-product-card__body,
.hsp-solution-card__body,
.hsp-resource-entry__body {
    padding: clamp(1.25rem, 2vw, 1.8rem);
}

.hsp-product-family__body,
.hsp-product-card__body,
.hsp-solution-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.hsp-product-family__body h3,
.hsp-product-card__body h3,
.hsp-solution-card__body h3,
.hsp-resource-entry__body h3 {
    margin-bottom: .75rem;
}

.hsp-product-family__body h3 a,
.hsp-product-card__body h3 a,
.hsp-solution-card__body h3 a,
.hsp-resource-entry__body h3 a,
.hsp-material-directory h2 a,
.hsp-capability-directory h2 a,
.hsp-related-grid h3 a {
    color: var(--hsp-dark);
    text-decoration: none;
}

.hsp-product-family__body h3 a:hover,
.hsp-product-card__body h3 a:hover,
.hsp-solution-card__body h3 a:hover,
.hsp-resource-entry__body h3 a:hover,
.hsp-material-directory h2 a:hover,
.hsp-capability-directory h2 a:hover,
.hsp-related-grid h3 a:hover {
    color: var(--hsp-red);
}

.hsp-product-family__body > p:not(.hsp-product-family__number),
.hsp-product-card__body > p,
.hsp-solution-card__body > p,
.hsp-resource-entry__body > p {
    color: var(--hsp-muted);
    font-size: .92rem;
    line-height: 1.55;
}

.hsp-product-family__body > .hsp-text-link,
.hsp-solution-card__body > .hsp-text-link {
    margin-top: auto;
}

.hsp-category-directory {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--hsp-border);
    background: var(--hsp-border);
}

.hsp-category-directory__group {
    min-width: 0;
    padding: 1.5rem;
    background: var(--hsp-white);
}

.hsp-category-directory__group h3 {
    padding-bottom: .85rem;
    margin-bottom: .75rem;
    border-bottom: 2px solid var(--hsp-dark);
    font-size: 1rem;
}

.hsp-category-directory__group h3 a,
.hsp-category-directory__group li a {
    color: var(--hsp-dark);
    text-decoration: none;
}

.hsp-category-directory__group ul,
.hsp-technical-list,
.hsp-spec-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hsp-category-directory__group li + li {
    border-top: 1px solid var(--hsp-border);
}

.hsp-category-directory__group li a {
    display: block;
    padding-block: .58rem;
    color: var(--hsp-muted);
    font-size: .84rem;
}

.hsp-category-directory__group a:hover {
    color: var(--hsp-red);
}

.hsp-technical-list {
    margin-top: 1.5rem;
    border-top: 1px solid var(--hsp-border);
}

.hsp-technical-list li {
    position: relative;
    padding: .75rem 0 .75rem 1.25rem;
    border-bottom: 1px solid var(--hsp-border);
    color: var(--hsp-dark-2);
    font-weight: 650;
}

.hsp-technical-list li::before {
    position: absolute;
    top: 1.25rem;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--hsp-red);
    content: "";
}

.hsp-category-hero,
.hsp-product-detail__hero {
    width: 100%;
    padding: clamp(3rem, 6vw, 6rem) var(--hsp-gutter);
    background: var(--hsp-light);
}

.hsp-solution-hero {
    width: 100%;
    padding: clamp(3rem, 6vw, 6rem) var(--hsp-gutter);
    background: var(--hsp-dark);
    color: rgba(255, 255, 255, .76);
}

.hsp-category-hero__grid,
.hsp-product-detail__grid,
.hsp-solution-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    gap: clamp(2.5rem, 6vw, 7rem);
    align-items: center;
}

.hsp-solution-hero :where(h1, .wp-block-post-title) {
    color: var(--hsp-white);
}

.hsp-solution-hero .hsp-eyebrow {
    color: var(--hsp-red-light);
}

.hsp-solution-hero .wp-block-post-excerpt__excerpt {
    max-width: 720px;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(1.05rem, 1.35vw, 1.28rem);
}

.hsp-solution-hero .wp-block-post-featured-image {
    margin: 0;
    background: var(--hsp-dark-2);
}

.hsp-solution-hero .wp-block-post-featured-image img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

.hsp-category-hero__grid > div:last-child,
.hsp-product-gallery__main {
    background: var(--hsp-medium);
}

.hsp-category-hero__grid > div:last-child img {
    width: 100%;
    min-height: 420px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.hsp-compact-link-grid,
.hsp-three-column-details,
.hsp-material-directory,
.hsp-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 2rem;
    border: 1px solid var(--hsp-border);
    background: var(--hsp-border);
}

.hsp-compact-link-grid > article,
.hsp-three-column-details > div,
.hsp-material-directory > article,
.hsp-related-grid > article {
    min-width: 0;
    padding: clamp(1.35rem, 2.5vw, 2rem);
    background: var(--hsp-white);
}

.hsp-compact-link-grid p,
.hsp-three-column-details p,
.hsp-material-directory p {
    color: var(--hsp-muted);
}

.hsp-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.hsp-product-card,
.hsp-solution-card,
.hsp-resource-entry {
    position: relative;
    display: grid;
    min-width: 0;
    grid-template-rows: auto 1fr;
    border: 1px solid var(--hsp-border);
    background: var(--hsp-white);
    transition: box-shadow .18s ease, transform .18s ease;
}

.hsp-product-card__media img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    padding: 8%;
    object-fit: contain;
}

.hsp-product-model {
    margin: -.15rem 0 .8rem;
}

.hsp-spec-list {
    margin-top: .75rem;
    border-top: 1px solid var(--hsp-border);
}

.hsp-spec-list li {
    padding-block: .5rem;
    border-bottom: 1px solid var(--hsp-border);
    color: var(--hsp-muted);
    font-size: .78rem;
}

.hsp-product-card .hsp-card-actions {
    margin-top: auto;
}

.hsp-product-card .hsp-card-actions a {
    color: var(--hsp-dark);
    font-size: .78rem;
    font-weight: 750;
    text-decoration: none;
}

.hsp-product-card .hsp-card-actions a:last-child {
    color: var(--hsp-red);
}

.hsp-solution-matrix__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.hsp-solution-card__media {
    min-height: 200px;
}

.hsp-solution-detail__section {
    padding: clamp(3rem, 6vw, 6rem) var(--hsp-gutter);
    border-bottom: 1px solid var(--hsp-border);
}

.hsp-solution-detail__section:nth-child(even) {
    background: var(--hsp-light);
}

.hsp-solution-detail__grid {
    display: grid;
    grid-template-columns: minmax(70px, .18fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
}

.hsp-solution-detail__grid > div {
    max-width: 850px;
}

.hsp-solution-detail__grid h2 {
    margin-bottom: 1rem;
}

.hsp-engineering-editorial {
    display: grid;
    border-top: 1px solid var(--hsp-border);
}

.hsp-engineering-entry {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 1px solid var(--hsp-border);
    border-bottom: 1px solid var(--hsp-border);
    border-left: 1px solid var(--hsp-border);
}

.hsp-engineering-entry__media {
    min-height: 380px;
    background: var(--hsp-medium);
}

.hsp-engineering-entry__media img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
}

.hsp-engineering-entry__content {
    display: flex;
    max-width: 620px;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 5rem);
}

.hsp-engineering-entry.is-reversed .hsp-engineering-entry__media {
    order: 2;
}

.hsp-engineering-entry.is-reversed .hsp-engineering-entry__content {
    justify-self: end;
    order: 1;
}

.hsp-capability-directory {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--hsp-border);
}

.hsp-capability-directory__item {
    display: grid;
    min-width: 0;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 1rem;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-right: 1px solid var(--hsp-border);
    border-bottom: 1px solid var(--hsp-border);
}

.hsp-capability-directory__item:nth-child(odd) {
    border-left: 1px solid var(--hsp-border);
}

.hsp-capability-directory__item h2,
.hsp-capability-directory__item h3 {
    font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}

.hsp-capability-directory__item p:not(.hsp-section-number) {
    color: var(--hsp-muted);
}

.hsp-oem-process,
.hsp-process-editorial {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    margin: 2.5rem 0 0;
    background: rgba(255, 255, 255, .18);
    list-style: none;
}

.hsp-oem-process li,
.hsp-process-editorial article {
    min-height: 150px;
    padding: 1.4rem;
    background: var(--hsp-dark);
}

.hsp-oem-process span {
    display: block;
    margin-bottom: 1.4rem;
    color: var(--hsp-red-light);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.hsp-oem-process strong,
.hsp-process-editorial h3 {
    color: var(--hsp-white);
    font-size: 1rem;
    line-height: 1.4;
}

.hsp-process-editorial {
    border: 1px solid var(--hsp-border);
    background: var(--hsp-border);
}

.hsp-process-editorial article {
    background: var(--hsp-white);
}

.hsp-process-editorial h3 {
    color: var(--hsp-dark);
}

.hsp-capability-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.hsp-capability-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: var(--hsp-medium);
    object-fit: cover;
}

.hsp-editorial-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.hsp-editorial-pair > article {
    min-width: 0;
    border: 1px solid var(--hsp-border);
    background: var(--hsp-white);
}

.hsp-editorial-entry {
    display: grid;
    grid-template-rows: auto 1fr;
}

.hsp-editorial-pair > article > div:last-child {
    padding: clamp(1.35rem, 2.5vw, 2rem);
}

.hsp-editorial-pair img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.hsp-material-directory h2 {
    font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.hsp-engineering-directory,
.hsp-tool-framework__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.hsp-engineering-tool,
.hsp-tool-framework__grid > * {
    min-width: 0;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: 1px solid var(--hsp-border);
    background: var(--hsp-white);
}

.hsp-engineering-tool.is-disabled {
    background: var(--hsp-light);
}

.hsp-tool-status {
    display: inline-flex;
    padding: .28rem .5rem;
    border: 1px solid var(--hsp-border);
    margin-bottom: 1rem;
    color: var(--hsp-muted);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hsp-tool-framework fieldset[disabled] {
    opacity: .62;
}

.hsp-result-container,
.hsp-engineering-note,
.hsp-tool-note,
.htan-engineering-note,
.htan-notice {
    padding: 1rem 1.15rem;
    border: 1px solid var(--hsp-border);
    border-left: 4px solid var(--hsp-red);
    margin-top: 1.25rem;
    background: var(--hsp-light);
    color: var(--hsp-muted);
}

.hsp-product-detail__hero {
    padding-block: clamp(2.5rem, 5vw, 5rem);
}

.hsp-product-gallery,
.hsp-product-detail__summary {
    min-width: 0;
}

.hsp-product-gallery__main img {
    width: 100%;
    aspect-ratio: 1;
    padding: 6%;
    object-fit: contain;
}

.hsp-product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .6rem;
    margin-top: .75rem;
}

.hsp-product-gallery__thumbs figure {
    padding: .35rem;
    border: 1px solid var(--hsp-border);
    margin: 0;
    background: var(--hsp-white);
}

.hsp-product-gallery__thumbs figure.is-active {
    border-color: var(--hsp-red);
}

.hsp-product-gallery__thumbs img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.hsp-product-detail__summary h1 {
    margin-bottom: .75rem;
    font-size: clamp(2.3rem, 4vw, 3.5rem);
}

.hsp-key-specs,
.hsp-specification-list,
.hsp-resource-meta {
    padding: 0;
    margin: 1.5rem 0;
    border-top: 1px solid var(--hsp-border);
}

.hsp-key-specs > div,
.hsp-specification-list > div,
.hsp-resource-meta > div {
    display: grid;
    grid-template-columns: minmax(125px, .35fr) minmax(0, 1fr);
    gap: 1rem;
    padding-block: .8rem;
    border-bottom: 1px solid var(--hsp-border);
}

.hsp-key-specs :where(dt, dd),
.hsp-specification-list :where(dt, dd),
.hsp-resource-meta :where(dt, dd) {
    margin: 0;
}

.hsp-key-specs dt,
.hsp-specification-list dt,
.hsp-resource-meta dt {
    color: var(--hsp-muted);
    font-size: .78rem;
    font-weight: 750;
}

.hsp-key-specs dd,
.hsp-specification-list dd,
.hsp-resource-meta dd {
    color: var(--hsp-dark);
    font-weight: 650;
}

.hsp-download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem 1rem;
    margin-top: 1.25rem;
}

.hsp-download-actions a {
    color: var(--hsp-dark);
    font-size: .84rem;
    font-weight: 750;
}

.hsp-product-detail__section {
    padding: clamp(3rem, 5vw, 5rem) var(--hsp-gutter);
    border-top: 1px solid var(--hsp-border);
}

.hsp-product-detail__section:nth-of-type(even) {
    background: var(--hsp-light);
}

.hsp-product-detail__section .hsp-container {
    display: grid;
    grid-template-columns: minmax(220px, .35fr) minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 6rem);
    align-items: start;
}

.hsp-specification-list {
    margin: 0;
}

.hsp-design-manufacturing,
.hsp-product-matrix,
.hsp-product-support,
.hsp-solution-matrix,
.hsp-home-engineering,
.hsp-home-why,
.hsp-home-oem,
.hsp-factory-quality,
.hsp-resource-directory,
.hsp-category-landing,
.hsp-solution-detail,
.hsp-product-detail,
.hsp-material-detail {
    width: 100%;
    max-width: none;
}

.hsp-product-support {
    background: var(--hsp-light);
}

.hsp-large-capability.is-reversed {
    background: var(--hsp-light);
}

.hsp-large-capability.is-reversed .hsp-split-layout__media {
    order: 2;
}

.hsp-large-capability.is-reversed .hsp-split-layout__content {
    order: 1;
}

.hsp-material-detail__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--hsp-border);
}

.hsp-material-detail__grid > section {
    min-width: 0;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-right: 1px solid var(--hsp-border);
    border-bottom: 1px solid var(--hsp-border);
}

.hsp-material-detail__grid > section:nth-child(odd) {
    border-left: 1px solid var(--hsp-border);
}

.hsp-material-detail__grid h2 {
    font-size: clamp(1.25rem, 1.8vw, 1.55rem);
}

.hsp-material-detail__grid p {
    color: var(--hsp-muted);
}

.hsp-resource-directory__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--hsp-border);
    background: var(--hsp-border);
}

.hsp-resource-entry {
    border: 0;
}

.hsp-resource-entry.is-featured {
    grid-column: span 2;
    grid-row: span 2;
}

.hsp-resource-entry > img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.hsp-resource-entry.is-featured > img {
    min-height: 320px;
    aspect-ratio: 16 / 9;
}

.hsp-resource-entry > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: clamp(1.25rem, 2vw, 1.8rem);
    background: var(--hsp-white);
}

.hsp-resource-entry > div > .hsp-text-link {
    margin-top: auto;
}

.hsp-resource-entry h3 a {
    color: var(--hsp-dark);
    text-decoration: none;
}

.hsp-resource-entry h3 a:hover {
    color: var(--hsp-red);
}

.hsp-resource-entry p:not(.hsp-card-kicker) {
    color: var(--hsp-muted);
    font-size: .9rem;
}

.hsp-published-resources {
    padding-top: clamp(3rem, 6vw, 6rem);
    margin-top: clamp(3rem, 6vw, 6rem);
    border-top: 1px solid var(--hsp-border);
}

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

.hsp-download-card {
    display: grid;
    min-width: 0;
    grid-template-rows: auto 1fr;
    border: 1px solid var(--hsp-border);
    background: var(--hsp-white);
}

.hsp-download-card > img {
    width: 100%;
    aspect-ratio: 16 / 10;
    background: var(--hsp-light);
    object-fit: cover;
}

.hsp-download-card > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: clamp(1.25rem, 2.5vw, 2rem);
}

.hsp-download-card h2 {
    font-size: clamp(1.25rem, 1.8vw, 1.55rem);
}

.hsp-download-card .wp-element-button {
    align-self: flex-start;
    margin-top: auto;
}

.hsp-document-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    margin: 1rem 0 1.5rem;
    background: var(--hsp-border);
}

.hsp-document-meta > div {
    padding: .65rem .75rem;
    background: var(--hsp-light);
}

.hsp-document-meta :where(dt, dd) {
    margin: 0;
}

.hsp-document-meta dt {
    color: var(--hsp-muted);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hsp-document-meta dd {
    margin-top: .2rem;
    color: var(--hsp-dark);
    font-size: .86rem;
    font-weight: 700;
}

.hsp-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .35rem;
    margin-top: 2.5rem;
}

.hsp-pagination .page-numbers {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: .45rem .7rem;
    border: 1px solid var(--hsp-border);
    color: var(--hsp-dark);
    text-decoration: none;
}

.hsp-pagination .page-numbers.current,
.hsp-pagination a.page-numbers:hover {
    border-color: var(--hsp-red);
    background: var(--hsp-red);
    color: var(--hsp-white);
}

.hsp-faq-list {
    width: min(960px, 100%);
    max-width: 960px;
    border-top: 1px solid var(--hsp-border);
}

.hsp-faq-list details {
    border-bottom: 1px solid var(--hsp-border);
}

.hsp-faq-list summary {
    position: relative;
    padding: 1.2rem 3rem 1.2rem 0;
    color: var(--hsp-dark);
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

.hsp-faq-list summary::-webkit-details-marker {
    display: none;
}

.hsp-faq-list summary::after {
    position: absolute;
    top: 50%;
    right: .25rem;
    color: var(--hsp-red);
    content: "+";
    font-size: 1.4rem;
    transform: translateY(-50%);
}

.hsp-faq-list details[open] summary::after {
    content: "−";
}

.hsp-faq-list details p {
    max-width: 760px;
    padding: 0 2rem 1.25rem 0;
    color: var(--hsp-muted);
}

/* Product archive and filters */
.htan-product-catalog {
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    padding-block: clamp(3.5rem, 6vw, 6rem);
    margin-inline: auto;
}

.hsp-category-quick-nav {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem 1.5rem;
    align-items: center;
    padding: 1rem 1.2rem;
    margin-bottom: 2rem;
    border: 1px solid var(--hsp-border);
    background: var(--hsp-light);
}

.hsp-category-quick-nav > span {
    color: var(--hsp-dark);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hsp-category-quick-nav ul {
    display: flex;
    align-items: center;
    gap: .45rem 1.25rem;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: auto;
    white-space: nowrap;
}

.hsp-category-quick-nav a {
    color: var(--hsp-muted);
    font-size: .84rem;
    font-weight: 650;
    text-decoration: none;
}

.hsp-category-quick-nav a:hover {
    color: var(--hsp-red);
}

.hsp-catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--hsp-border);
}

.hsp-result-count {
    margin: 0;
    color: var(--hsp-muted);
    font-size: .9rem;
}

.hsp-result-count strong {
    color: var(--hsp-dark);
}

.hsp-filter-toggle,
.hsp-filter-close,
.hsp-filter-backdrop {
    display: none;
}

.hsp-catalog-layout {
    display: grid;
    grid-template-columns: minmax(220px, 268px) minmax(0, 1fr);
    gap: clamp(2rem, 3.2vw, 3rem);
    align-items: start;
}

.hsp-catalog-results {
    min-width: 0;
}

.htan-filter-panel {
    position: sticky;
    top: calc(var(--hsp-header-height) + 1.5rem);
    padding: 1.35rem;
    border: 1px solid var(--hsp-border);
    background: var(--hsp-white);
}

.hsp-filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .8rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--hsp-dark);
}

.hsp-filter-heading span {
    color: var(--hsp-muted);
    font-size: .75rem;
}

.htan-filter-grid {
    display: grid;
    gap: .95rem;
}

.htan-filter-grid label {
    display: grid;
    gap: .35rem;
    color: var(--hsp-dark-2);
    font-size: .8rem;
    font-weight: 700;
}

.htan-filter-select,
.htan-form-field input:not([type="checkbox"]):not([type="file"]),
.htan-form-field textarea,
.htan-form-field select,
.wp-block-search__input {
    width: 100%;
    min-height: 48px;
    padding: .72rem .8rem;
    border: 1px solid var(--hsp-border);
    border-radius: var(--hsp-radius-sm);
    background: var(--hsp-white);
    color: var(--hsp-text);
}

.htan-filter-select:focus,
.htan-form-field input:focus,
.htan-form-field textarea:focus,
.htan-form-field select:focus,
.wp-block-search__input:focus {
    border-color: var(--hsp-red);
    outline: 3px solid rgba(217, 45, 50, .18);
    outline-offset: 1px;
}

.htan-filter-actions {
    display: grid;
    gap: .75rem;
    margin-top: 1.2rem;
}

.htan-filter-actions a {
    color: var(--hsp-muted);
    font-size: .82rem;
    font-weight: 650;
    text-align: center;
}

.htan-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
}

.htan-pagination,
.wp-block-query-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    margin-top: 2.5rem;
}

.htan-pagination .page-numbers,
.wp-block-query-pagination a,
.wp-block-query-pagination .current {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: .45rem .7rem;
    border: 1px solid var(--hsp-border);
    color: var(--hsp-dark);
    text-decoration: none;
}

.htan-pagination .current,
.htan-pagination a:hover,
.wp-block-query-pagination .current,
.wp-block-query-pagination a:hover {
    border-color: var(--hsp-red);
    background: var(--hsp-red);
    color: var(--hsp-white);
}

.htan-empty-state {
    padding: clamp(2rem, 4vw, 4rem);
    border: 1px solid var(--hsp-border);
    background: var(--hsp-light);
    text-align: center;
}

.htan-empty-state h2 {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.hsp-guide-empty,
.hsp-archive-empty {
    max-width: 820px;
    padding: clamp(1.75rem, 4vw, 3.5rem);
    border: 1px solid var(--hsp-border);
    border-left: 5px solid var(--hsp-red);
    margin-inline: auto;
    background: var(--hsp-light);
}

.hsp-archive-empty {
    margin-block: var(--hsp-section-mobile);
}

/* Product and taxonomy detail */
.htan-product-single .htan-breadcrumbs,
.hsp-taxonomy-page .htan-breadcrumbs,
.hsp-solution-single .htan-breadcrumbs,
.hsp-editorial-single .htan-breadcrumbs {
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    margin-inline: auto;
}

.htan-product-hero {
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    min-height: 570px;
    gap: clamp(2.5rem, 5vw, 6rem);
    padding-block: clamp(2.5rem, 5vw, 5rem);
    margin-inline: auto;
}

.htan-product-hero > .wp-block-column:first-child {
    border: 1px solid var(--hsp-border);
    background: var(--hsp-light);
}

.htan-product-hero .wp-block-post-featured-image {
    margin: 0;
}

.htan-product-hero .wp-block-post-featured-image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    padding: 6%;
}

.htan-product-hero h1 {
    margin-bottom: 1rem;
    font-size: clamp(2.25rem, 3.8vw, 3.6rem);
}

.hsp-product-summary {
    display: grid;
    gap: 1rem;
}

.hsp-product-identity {
    margin: 0;
    color: var(--hsp-red);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hsp-product-intro {
    color: var(--hsp-muted);
    font-size: 1.08rem;
}

.hsp-product-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
    margin: .5rem 0;
    border-top: 1px solid var(--hsp-border);
    list-style: none;
}

.hsp-product-facts li {
    padding: .9rem 0;
    border-bottom: 1px solid var(--hsp-border);
}

.hsp-product-facts li:nth-child(even) {
    padding-left: 1rem;
    border-left: 1px solid var(--hsp-border);
}

.hsp-product-facts span,
.hsp-product-facts strong {
    display: block;
}

.hsp-product-facts span {
    color: var(--hsp-muted);
    font-size: .72rem;
    text-transform: uppercase;
}

.hsp-product-facts strong {
    margin-top: .25rem;
    color: var(--hsp-dark);
    font-size: .92rem;
}

.hsp-product-content,
.hsp-editorial-content {
    padding: var(--hsp-section) var(--hsp-gutter);
}

.hsp-product-content > .wp-block-post-content,
.hsp-editorial-content > .wp-block-post-content {
    width: var(--hsp-content);
    max-width: var(--hsp-content);
    margin-inline: auto;
}

.hsp-product-content .wp-block-post-content > * + *,
.hsp-editorial-content .wp-block-post-content > * + * {
    margin-block-start: 1.25rem;
}

.hsp-product-content .wp-block-post-content h2,
.hsp-editorial-content .wp-block-post-content h2 {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid var(--hsp-border);
}

.hsp-product-specs-wrap {
    background: var(--hsp-light);
}

.hsp-product-specifications {
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    margin-inline: auto;
}

.htan-spec-table-wrap {
    margin-top: 2rem;
    border: 1px solid var(--hsp-border);
    background: var(--hsp-white);
    overflow-x: auto;
}

.htan-spec-table {
    width: 100%;
    min-width: 560px;
}

.htan-spec-table th,
.htan-spec-table td {
    padding: .95rem 1.1rem;
    border-bottom: 1px solid var(--hsp-border);
    text-align: left;
    vertical-align: top;
}

.htan-spec-table th {
    width: 32%;
    background: var(--hsp-medium);
    color: var(--hsp-dark);
    font-size: .84rem;
}

.htan-spec-table tr:last-child :where(th, td) {
    border-bottom: 0;
}

.hsp-product-final-cta,
.htan-cta-banner {
    display: flex;
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(2rem, 4vw, 3.5rem);
    margin: clamp(3.5rem, 6vw, 6rem) auto;
    border-radius: var(--hsp-radius);
    background: var(--hsp-dark);
    color: rgba(255, 255, 255, .75);
}

.hsp-product-final-cta h2,
.htan-cta-banner h2 {
    max-width: 790px;
    margin-bottom: .65rem;
    color: var(--hsp-white);
}

.hsp-product-final-cta p,
.htan-cta-banner p {
    max-width: 720px;
    margin-bottom: 0;
}

.hsp-taxonomy-page > .wp-block-query,
.hsp-archive-shell > .wp-block-query,
.hsp-resource-archive > .wp-block-query {
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    padding-block: var(--hsp-section);
    margin-inline: auto;
}

.hsp-taxonomy-guidance {
    padding: var(--hsp-section) var(--hsp-gutter);
    background: var(--hsp-light);
}

.hsp-taxonomy-guidance > * {
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    margin-inline: auto;
}

/* Solution, resource, company and article layouts */
.hsp-solution-image,
.hsp-editorial-hero-image {
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    margin: clamp(2rem, 4vw, 4rem) auto 0;
}

.hsp-solution-image img,
.hsp-editorial-hero-image img {
    width: 100%;
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

.hsp-editorial-single > .wp-block-post-title,
.hsp-editorial-single > .wp-block-post-featured-image,
.hsp-editorial-single > .wp-block-post-content {
    width: var(--hsp-content);
    max-width: var(--hsp-content);
    margin-inline: auto;
}

.hsp-editorial-single > .wp-block-post-title {
    margin-top: clamp(2.5rem, 5vw, 5rem);
}

.hsp-editorial-single > .wp-block-post-featured-image {
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    margin-top: 2rem;
}

.hsp-editorial-single > .wp-block-post-content {
    padding-block: clamp(2.5rem, 5vw, 5rem);
}

.hsp-editorial-single > .wp-block-post-featured-image img {
    width: 100%;
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

.wp-block-post-content :where(figure, img) {
    max-width: 100%;
}

.wp-block-post-content :where(blockquote) {
    padding: 1.25rem 1.5rem;
    border-left: 4px solid var(--hsp-red);
    margin-inline: 0;
    background: var(--hsp-light);
}

.wp-block-post-content :where(table) {
    width: 100%;
}

.wp-block-post-content :where(th, td) {
    padding: .75rem;
    border: 1px solid var(--hsp-border);
    text-align: left;
}

.htan-search-result {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--hsp-border);
}

.htan-search-result h2,
.htan-search-result h3 {
    margin-bottom: .5rem;
}

.htan-search-result a {
    color: var(--hsp-dark);
    text-decoration: none;
}

.htan-search-result a:hover {
    color: var(--hsp-red);
}

.hsp-search-page,
.hsp-error-page {
    padding: clamp(3.5rem, 7vw, 7rem) var(--hsp-gutter);
}

.hsp-search-page > *,
.hsp-error-page > * {
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    margin-inline: auto;
}

.hsp-search-page > .wp-block-search,
.hsp-error-page > .wp-block-search {
    width: min(680px, 100%);
    margin-top: 1.5rem;
    margin-right: auto;
    margin-left: max(0px, calc((100% - var(--hsp-wide)) / 2));
}

.wp-block-search__inside-wrapper {
    display: flex;
    gap: .5rem;
}

.wp-block-search__button {
    min-height: 48px;
    padding: .75rem 1.15rem;
    border: 1px solid var(--hsp-red);
    border-radius: var(--hsp-radius-sm);
    background: var(--hsp-red);
    color: var(--hsp-white);
    font-weight: 700;
}

/* RFQ and contact */
.htan-form-wrap {
    width: min(1080px, 100%);
    max-width: 1080px;
    margin-inline: auto;
}

.hsp-form-product-context {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .3rem 1rem;
    padding: 1.1rem 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid var(--hsp-border);
    border-left: 4px solid var(--hsp-red);
    border-radius: var(--hsp-radius-sm);
    background: var(--hsp-light);
}

.hsp-form-product-context span {
    grid-column: 1 / -1;
    color: var(--hsp-muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hsp-form-product-context a {
    color: var(--hsp-red);
    font-size: .84rem;
    font-weight: 750;
}

.htan-rfq-form {
    display: grid;
    gap: 1.25rem;
}

.hsp-form-section {
    padding: clamp(1.25rem, 2.5vw, 2rem);
    border: 1px solid var(--hsp-border);
    border-radius: var(--hsp-radius);
    margin: 0;
    background: var(--hsp-white);
}

.hsp-form-section legend {
    padding: 0 .55rem;
    color: var(--hsp-dark);
    font-size: 1.08rem;
    font-weight: 800;
}

.hsp-form-section legend span {
    margin-right: .45rem;
    color: var(--hsp-red);
    font-size: .72rem;
    letter-spacing: .1em;
}

.hsp-form-section-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
}

.htan-form-field {
    display: grid;
    min-width: 0;
    gap: .4rem;
}

.htan-form-field-wide {
    grid-column: 1 / -1;
}

.htan-form-field label {
    color: var(--hsp-dark-2);
    font-size: .84rem;
    font-weight: 700;
}

.htan-form-field textarea {
    min-height: 140px;
    resize: vertical;
}

.htan-form-field input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
}

.htan-form-field small {
    color: var(--hsp-muted);
    font-size: .78rem;
}

.htan-consent {
    padding-top: .35rem;
}

.htan-form-notice {
    padding: 1rem 1.1rem;
    margin-bottom: 1.2rem;
    border: 1px solid;
    border-left-width: 4px;
}

.htan-form-success {
    border-color: var(--hsp-success);
    background: var(--hsp-success-soft);
}

.htan-form-error {
    border-color: var(--hsp-error);
    background: var(--hsp-error-soft);
}

.htan-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* Footer */
.hsp-global-cta,
.hsp-footer-cta-strip {
    width: 100%;
    padding: clamp(3rem, 5vw, 5rem) var(--hsp-gutter);
    color: var(--hsp-white);
}

.hsp-global-cta {
    border-top: 7px solid var(--hsp-red);
    background: var(--hsp-dark);
}

.hsp-footer-cta-strip {
    background: var(--hsp-red);
}

.hsp-global-cta__inner,
.hsp-footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.hsp-global-cta__inner > div:first-child {
    max-width: 820px;
}

.hsp-global-cta .wp-element-button {
    border-color: var(--hsp-white);
}

.hsp-global-cta .wp-element-button.is-style-outline {
    border-color: var(--hsp-white);
    background: transparent;
    color: var(--hsp-white);
}

.hsp-global-cta .wp-element-button:first-child {
    border-color: var(--hsp-red);
    background: var(--hsp-red);
    color: var(--hsp-white);
}

.hsp-global-cta .wp-element-button:first-child:hover {
    border-color: var(--hsp-red-hover);
    background: var(--hsp-red-hover);
    color: var(--hsp-white);
}

.hsp-global-cta .wp-element-button.is-style-outline:hover {
    border-color: var(--hsp-white);
    background: var(--hsp-white);
    color: var(--hsp-dark);
}

.hsp-global-cta :where(h2, h3, p, a),
.hsp-footer-cta-strip :where(h2, h3, p, a) {
    color: var(--hsp-white);
}

.htan-site-footer {
    width: 100%;
    max-width: none;
    padding: 0;
    background: var(--hsp-dark);
    color: rgba(255, 255, 255, .68);
}

.htan-footer-grid {
    display: grid;
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    grid-template-columns: minmax(210px, 1.45fr) repeat(5, minmax(130px, 1fr));
    gap: clamp(1.5rem, 3vw, 3rem);
    padding-block: clamp(3.75rem, 6vw, 6rem);
    margin: 0 auto;
}

.htan-footer-grid > .wp-block-column {
    min-width: 0;
    margin: 0;
}

.htan-site-footer h3 {
    padding-bottom: .7rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    color: var(--hsp-white);
    font-size: .88rem;
    font-weight: 750;
    letter-spacing: .04em;
}

.htan-footer-info {
    display: grid;
    gap: .45rem;
}

.hsp-footer-mark {
    color: var(--hsp-white);
    font-size: 1.8rem;
    font-weight: 850;
    letter-spacing: -.05em;
}

.hsp-footer-descriptor {
    color: rgba(255, 255, 255, .64);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.htan-footer-info p {
    margin-top: .75rem;
    color: rgba(255, 255, 255, .62);
    font-size: .86rem;
}

.hsp-footer-country {
    margin-bottom: 0;
}

.htan-footer-menu,
.hsp-footer-contact,
.htan-legal-menu,
.htan-social-links,
.hsp-footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.htan-footer-menu li + li,
.hsp-footer-contact li + li {
    margin-top: .62rem;
}

.hsp-footer-links li + li {
    margin-top: .62rem;
}

.htan-footer-menu a,
.hsp-footer-contact a,
.htan-social-links a,
.htan-legal-menu a,
.hsp-footer-links a {
    color: rgba(255, 255, 255, .66);
    font-size: .82rem;
    line-height: 1.4;
    text-decoration: none;
}

.htan-footer-menu a:hover,
.hsp-footer-contact a:hover,
.htan-social-links a:hover,
.htan-legal-menu a:hover,
.hsp-footer-links a:hover {
    color: var(--hsp-white);
}

.hsp-footer-cta {
    color: var(--hsp-red-light-2) !important;
    font-weight: 750;
}

.htan-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .8rem;
    margin-top: 1.25rem;
}

.htan-footer-bottom {
    display: flex;
    width: var(--hsp-wide);
    max-width: var(--hsp-wide);
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
    padding-block: 1.25rem;
    margin-inline: auto;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.htan-footer-copyright {
    margin: 0;
    color: rgba(255, 255, 255, .5);
    font-size: .75rem;
}

.htan-legal-menu {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1.25rem;
}

.htan-legal-menu a {
    font-size: .75rem;
}

@media (min-width: 1101px) {
    .hsp-menu-mobile-only,
    .htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) > .sub-menu > .menu-item-has-children > .htan-submenu-toggle {
        display: none;
    }

    .htan-primary-menu > .hsp-mega-products > .sub-menu {
        grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(210px, 1.2fr);
    }

    .htan-primary-menu > .hsp-mega-solutions > .sub-menu {
        grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(230px, 1.2fr);
    }

    .htan-primary-menu > :is(.hsp-mega-products, .hsp-mega-solutions) > .sub-menu > .hsp-mega-feature:is(.hsp-mega-feature-products, .hsp-mega-feature-solutions) {
        position: relative;
        display: flex;
        min-height: 160px;
        align-items: flex-end;
        padding: 0;
        border: 0;
        background-color: var(--hsp-dark-2);
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

    .htan-primary-menu > .hsp-mega-products > .sub-menu > .hsp-mega-feature.hsp-mega-feature-products {
        grid-column: 6;
        grid-row: 1;
        background-image: var(--hsp-mega-products-image, none);
    }

    .htan-primary-menu > .hsp-mega-solutions > .sub-menu > .hsp-mega-feature.hsp-mega-feature-solutions {
        grid-column: 5;
        grid-row: 1 / span 2;
        background-image: var(--hsp-mega-solutions-image, none);
    }

    .htan-primary-menu > :is(.hsp-mega-products, .hsp-mega-solutions) > .sub-menu > .hsp-mega-feature:is(.hsp-mega-feature-products, .hsp-mega-feature-solutions) > a {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: .9rem 1rem;
        border: 0;
        background: rgba(17, 24, 32, .86);
        color: var(--hsp-white);
        font-weight: 800;
    }

    .htan-primary-menu > :is(.hsp-mega-products, .hsp-mega-solutions) > .sub-menu > .hsp-mega-action {
        align-self: stretch;
        padding: .65rem 0 0;
        border: 0;
    }

    .htan-primary-menu > .hsp-mega-products > .sub-menu > .hsp-mega-action {
        grid-column: 6;
        grid-row: 2;
    }

    .htan-primary-menu > .hsp-mega-solutions > .sub-menu > .hsp-mega-action {
        grid-column: 5;
        grid-row: 3;
    }

    .htan-primary-menu > :is(.hsp-mega-products, .hsp-mega-solutions) > .sub-menu > .hsp-mega-action > a {
        display: flex;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        padding: .7rem 1rem;
        border: 1px solid var(--hsp-red);
        background: var(--hsp-red);
        color: var(--hsp-white);
        text-align: center;
    }

    .htan-primary-menu > :is(.hsp-mega-products, .hsp-mega-solutions) > .sub-menu > .hsp-mega-action > a:hover,
    .htan-primary-menu > :is(.hsp-mega-products, .hsp-mega-solutions) > .sub-menu > .hsp-mega-action > a:focus-visible {
        border-color: var(--hsp-red-hover);
        background: var(--hsp-red-hover);
        color: var(--hsp-white);
    }
}

@media (max-width: 1280px) {
    :root {
        --hsp-wide: min(1360px, calc(100vw - 48px));
    }

    .htan-header-inner {
        gap: .7rem;
    }

    .htan-primary-menu {
        gap: .1rem;
    }

    .htan-primary-menu > li > a {
        padding-inline: .32rem;
        font-size: .78rem;
    }

    .htan-submenu-toggle {
        width: 22px;
        min-width: 22px;
    }

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

    .hsp-product-grid,
    .hsp-solution-matrix__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .htan-footer-grid {
        grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(150px, 1fr));
    }

    .htan-footer-grid > .wp-block-column:nth-child(5),
    .htan-footer-grid > .wp-block-column:nth-child(6) {
        grid-column: span 1;
    }
}

@media (max-width: 1100px) {
    :root {
        --hsp-wide: min(100%, calc(100vw - 40px));
        --hsp-header-height: 72px;
    }

    body.admin-bar {
        --hsp-admin-bar: 32px;
    }

    .htan-header-inner {
        display: flex;
        min-height: var(--hsp-header-height);
        justify-content: space-between;
    }

    .htan-brand {
        margin-right: auto;
    }

    .hsp-brand-logo {
        max-width: 154px;
        max-height: 42px;
    }

    .hsp-brand-mark {
        font-size: 1.55rem;
    }

    .htan-header-cta,
    .hsp-search-button,
    .hsp-header-search {
        display: none;
    }

    .htan-nav-toggle {
        display: inline-flex;
        min-width: 48px;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        gap: .55rem;
        padding: .5rem .7rem;
        border: 1px solid var(--hsp-border);
        border-radius: var(--hsp-radius-sm);
        background: var(--hsp-white);
        color: var(--hsp-dark);
        cursor: pointer;
    }

    .htan-nav-toggle-label {
        font-size: .82rem;
        font-weight: 750;
    }

    .htan-nav-toggle > span:last-child {
        width: 19px;
        height: 14px;
        border-top: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        font-size: 0;
    }

    .htan-nav-toggle > span:last-child::after {
        display: block;
        width: 19px;
        margin-top: 4px;
        border-top: 2px solid currentColor;
        content: "";
    }

    .htan-primary-navigation {
        position: fixed;
        z-index: 1201;
        top: 0;
        right: 0;
        display: flex;
        visibility: hidden;
        width: min(430px, 100vw);
        height: 100vh;
        height: 100dvh;
        flex-direction: column;
        justify-content: flex-start;
        padding: 5rem 1.25rem 1.5rem;
        background: var(--hsp-white);
        box-shadow: -18px 0 42px rgba(17, 24, 32, .18);
        opacity: 0;
        overflow-y: auto;
        transform: translateX(100%);
        transition: visibility .22s ease, opacity .22s ease, transform .22s ease;
    }

    .admin-bar .htan-primary-navigation {
        top: var(--hsp-admin-bar, 32px);
        height: calc(100vh - var(--hsp-admin-bar, 32px));
        height: calc(100dvh - var(--hsp-admin-bar, 32px));
    }

    .htan-nav-shell.is-open .htan-primary-navigation {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    .htan-nav-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        display: inline-flex;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--hsp-border);
        border-radius: var(--hsp-radius-sm);
        background: var(--hsp-white);
        color: var(--hsp-dark);
        font-size: 1.35rem;
        cursor: pointer;
    }

    .htan-nav-backdrop {
        position: fixed;
        z-index: 1200;
        inset: 0;
        display: block;
        visibility: hidden;
        border: 0;
        background: rgba(17, 24, 32, .58);
        opacity: 0;
        transition: visibility .22s ease, opacity .22s ease;
    }

    .htan-nav-shell.is-open .htan-nav-backdrop {
        visibility: visible;
        opacity: 1;
    }

    .htan-primary-menu {
        display: block;
        width: 100%;
    }

    .htan-primary-menu > li {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 48px;
        border-bottom: 1px solid var(--hsp-border);
    }

    .htan-primary-menu > li > a {
        min-height: 54px;
        padding: .8rem 0;
        font-size: 1rem;
    }

    .htan-primary-menu > li > a::after {
        display: none;
    }

    .htan-submenu-toggle {
        width: 48px;
        min-width: 48px;
        height: 54px;
    }

    .htan-primary-menu .sub-menu,
    .htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) > .sub-menu,
    .htan-primary-menu .sub-menu .sub-menu {
        position: static;
        display: none;
        visibility: visible;
        width: auto;
        min-height: 0;
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        padding: 0 0 .8rem .8rem;
        border: 0;
        border-left: 2px solid var(--hsp-red);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        transform: none;
        transition: none;
    }

    .htan-primary-menu li.is-submenu-open > .sub-menu {
        display: block;
    }

    .htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) > .sub-menu > li {
        padding: 0;
        border: 0;
    }

    .htan-primary-menu > .hsp-mega-products > .sub-menu > li,
    .htan-primary-menu > :is(.hsp-mega-engineering, .hsp-mega-resources) > .sub-menu > li {
        border: 0;
    }

    .htan-primary-menu .sub-menu li {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 44px;
    }

    .htan-primary-menu > :is(.hsp-mega-products, .hsp-mega-solutions) > .sub-menu > :is(.hsp-mega-feature, .hsp-mega-action) {
        position: static;
        display: block;
        min-height: 0;
        grid-column: 1 / -1;
        grid-row: auto;
        align-self: auto;
        padding: 0;
        background-color: transparent;
        background-image: none;
        overflow: visible;
    }

    .htan-primary-menu > .hsp-mega-products > .sub-menu > .hsp-mega-feature.hsp-mega-feature-products,
    .htan-primary-menu > .hsp-mega-solutions > .sub-menu > .hsp-mega-feature.hsp-mega-feature-solutions {
        background-image: none;
    }

    .htan-primary-menu > :is(.hsp-mega-products, .hsp-mega-solutions) > .sub-menu > :is(.hsp-mega-feature, .hsp-mega-action) > a {
        display: flex;
        width: 100%;
        min-height: 48px;
        align-items: center;
    }

    .htan-primary-menu > :is(.hsp-mega-products, .hsp-mega-solutions) > .sub-menu > .hsp-mega-feature > a {
        border-left: 2px solid var(--hsp-dark);
        color: var(--hsp-dark);
        font-weight: 800;
    }

    .htan-primary-menu > :is(.hsp-mega-products, .hsp-mega-solutions) > .sub-menu > .hsp-mega-action > a {
        justify-content: center;
        margin-top: .4rem;
        border: 1px solid var(--hsp-red);
        background: var(--hsp-red);
        color: var(--hsp-white);
        font-weight: 800;
        text-align: center;
    }

    .htan-primary-menu > :is(.hsp-mega-products, .hsp-mega-solutions) > .sub-menu > .hsp-mega-action > a:hover,
    .htan-primary-menu > :is(.hsp-mega-products, .hsp-mega-solutions) > .sub-menu > .hsp-mega-action > a:focus-visible {
        border-color: var(--hsp-red-hover);
        background: var(--hsp-red-hover);
        color: var(--hsp-white);
    }

    .htan-primary-menu .sub-menu a,
    .htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) > .sub-menu > li > a,
    .htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) > .sub-menu > li > .sub-menu a {
        min-height: 44px;
        padding: .65rem .7rem;
        border: 0;
        color: var(--hsp-muted);
        font-size: .88rem;
        font-weight: 650;
    }

    .htan-primary-menu .sub-menu .sub-menu {
        padding-left: 1rem;
        border-left-color: var(--hsp-border);
    }

    .hsp-mobile-rfq {
        display: inline-flex;
        width: 100%;
        margin-top: 1.5rem;
    }

    .hsp-home-hero {
        min-height: 0;
    }

    .hsp-hero-columns {
        min-height: 0;
        gap: 2.5rem;
    }

    .hsp-home-hero__grid {
        min-height: 0;
        gap: 2.5rem;
    }

    .hsp-home-hero h1 {
        font-size: clamp(2.5rem, 6vw, 4rem);
    }

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

    .hsp-function-grid,
    .hsp-process-list,
    .htan-process-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .htan-card-grid,
    .wp-block-post-template.htan-card-grid,
    .htan-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hsp-filter-toggle {
        display: inline-flex;
        min-height: 42px;
        align-items: center;
        gap: .5rem;
        padding: .55rem .8rem;
        border: 1px solid var(--hsp-border);
        border-radius: var(--hsp-radius-sm);
        background: var(--hsp-white);
        color: var(--hsp-dark);
        font-weight: 700;
    }

    .hsp-filter-toggle span {
        display: inline-flex;
        min-width: 22px;
        height: 22px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--hsp-red);
        color: var(--hsp-white);
        font-size: .7rem;
    }

    .hsp-catalog-layout {
        display: block;
    }

    .htan-filter-panel {
        position: fixed;
        z-index: 1301;
        top: 0;
        right: 0;
        visibility: hidden;
        width: min(410px, 100vw);
        height: 100vh;
        height: 100dvh;
        padding: 4.5rem 1.25rem 1.5rem;
        border: 0;
        box-shadow: -18px 0 42px rgba(17, 24, 32, .2);
        opacity: 0;
        overflow-y: auto;
        transform: translateX(100%);
        transition: visibility .22s ease, opacity .22s ease, transform .22s ease;
    }

    .htan-product-catalog.is-filter-open .htan-filter-panel {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    .hsp-filter-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        display: inline-flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--hsp-border);
        background: var(--hsp-white);
        color: var(--hsp-dark);
        cursor: pointer;
    }

    .hsp-filter-backdrop {
        position: fixed;
        z-index: 1300;
        inset: 0;
        display: block;
        visibility: hidden;
        border: 0;
        background: rgba(17, 24, 32, .58);
        opacity: 0;
    }

    .htan-product-catalog.is-filter-open .hsp-filter-backdrop {
        visibility: visible;
        opacity: 1;
    }

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

    .hsp-product-family,
    .hsp-product-family.is-featured {
        grid-column: span 1;
    }

    .hsp-product-family.is-featured {
        grid-column: span 2;
    }

    .hsp-oem-process,
    .hsp-process-editorial {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .htan-footer-grid > .wp-block-column:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 782px) {
    body.admin-bar {
        --hsp-admin-bar: 46px;
    }
}

@media (max-width: 780px) {
    :root {
        --hsp-wide: min(100%, calc(100vw - 32px));
        --hsp-gutter: 1rem;
        --hsp-section: var(--hsp-section-mobile);
    }

    h1 {
        font-size: clamp(2rem, 9vw, 2.75rem);
    }

    h2 {
        font-size: clamp(1.7rem, 7.5vw, 2.35rem);
    }

    .hsp-inner-hero,
    .htan-page-intro {
        min-height: 250px;
        padding-block: 3.5rem;
    }

    .hsp-inner-hero :where(h1, .wp-block-query-title),
    .htan-page-intro :where(h1, .wp-block-query-title) {
        font-size: clamp(2rem, 9vw, 2.75rem);
    }

    .hsp-home-hero {
        padding-block: 3.5rem;
    }

    .hsp-home-hero::before {
        width: 5px;
    }

    .hsp-home-hero .wp-block-columns,
    .hsp-hero-columns,
    .htan-product-hero,
    .hsp-home-hero__grid,
    .hsp-split-layout,
    .hsp-category-hero__grid,
    .hsp-product-detail__grid,
    .hsp-solution-hero__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hsp-product-family.is-featured {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }

    .hsp-category-directory,
    .hsp-product-grid,
    .hsp-solution-matrix__grid,
    .hsp-compact-link-grid,
    .hsp-three-column-details,
    .hsp-material-directory,
    .hsp-related-grid,
    .hsp-capability-gallery,
    .hsp-resource-directory__grid,
    .hsp-download-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hsp-resource-entry.is-featured {
        grid-column: span 2;
        grid-row: auto;
    }

    .hsp-material-detail__grid {
        grid-template-columns: 1fr;
    }

    .hsp-material-detail__grid > section,
    .hsp-material-detail__grid > section:nth-child(odd) {
        border-right: 1px solid var(--hsp-border);
        border-left: 1px solid var(--hsp-border);
    }

    .hsp-engineering-entry,
    .hsp-editorial-pair,
    .hsp-engineering-directory,
    .hsp-tool-framework__grid {
        grid-template-columns: 1fr;
    }

    .hsp-engineering-entry.is-reversed .hsp-engineering-entry__media,
    .hsp-engineering-entry.is-reversed .hsp-engineering-entry__content {
        justify-self: stretch;
        order: initial;
    }

    .hsp-engineering-entry__media,
    .hsp-engineering-entry__media img {
        min-height: 300px;
    }

    .hsp-capability-directory {
        grid-template-columns: 1fr;
    }

    .hsp-capability-directory__item,
    .hsp-capability-directory__item:nth-child(odd) {
        border-right: 1px solid var(--hsp-border);
        border-left: 1px solid var(--hsp-border);
    }

    .hsp-oem-process,
    .hsp-process-editorial {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hsp-product-detail__section .hsp-container {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .hsp-home-hero h1 {
        font-size: clamp(2.35rem, 10.5vw, 2.75rem);
    }

    .htan-hero-image,
    .hsp-home-hero .wp-block-image,
    .hsp-home-hero__media {
        min-height: 320px;
    }

    .htan-hero-image img,
    .hsp-home-hero .wp-block-image img,
    .hsp-home-hero__media img {
        height: 320px;
    }

    .htan-hero-image::after,
    .hsp-home-hero .wp-block-image::after,
    .hsp-home-hero__media::after {
        right: -8px;
        bottom: -8px;
        border-right-width: 8px;
        border-bottom-width: 8px;
    }

    .hsp-trust-wrap {
        margin-top: 1.25rem;
    }

    .hsp-trust-data {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hsp-trust-data li:nth-child(2) {
        border-right: 0;
    }

    .hsp-trust-data li:nth-child(-n+2) {
        border-bottom: 1px solid var(--hsp-border);
    }

    .htan-category-grid,
    .htan-industry-grid,
    .htan-card-grid,
    .wp-block-post-template.htan-card-grid,
    .htan-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hsp-function-grid,
    .hsp-process-list,
    .htan-process-list {
        grid-template-columns: 1fr;
    }

    .hsp-function-card,
    .hsp-process-list li,
    .htan-process-list li {
        min-height: 0;
    }

    .htan-feature-list {
        grid-template-columns: 1fr;
    }

    .hsp-capabilities {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hsp-capabilities ul {
        grid-template-columns: 1fr;
    }

    .hsp-capabilities li:nth-child(odd),
    .hsp-capabilities li:nth-child(even) {
        padding-inline: 0;
        border-left: 0;
    }

    .hsp-global-cta__inner,
    .hsp-footer-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .hsp-category-quick-nav {
        grid-template-columns: 1fr;
    }

    .htan-product-hero {
        min-height: 0;
        padding-block: 2rem 3.5rem;
    }

    .hsp-product-facts {
        grid-template-columns: 1fr;
    }

    .hsp-product-facts li:nth-child(even) {
        padding-left: 0;
        border-left: 0;
    }

    .hsp-product-final-cta,
    .htan-cta-banner {
        align-items: flex-start;
        flex-direction: column;
        padding: 2rem;
    }

    .hsp-form-section-grid {
        grid-template-columns: 1fr;
    }

    .htan-form-field-wide {
        grid-column: auto;
    }

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

    .htan-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    :root {
        --hsp-wide: min(100%, calc(100vw - 28px));
    }

    .htan-nav-toggle-label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .hsp-home-hero .wp-block-buttons,
    .hsp-home-hero .wp-block-button,
    .hsp-home-hero .wp-block-button__link,
    .hsp-home-hero .hsp-button-row,
    .hsp-home-hero .hsp-button-row .wp-element-button {
        width: 100%;
    }

    .hsp-home-hero .wp-block-buttons {
        display: grid;
    }

    .hsp-home-hero .hsp-button-row {
        display: grid;
    }

    .htan-category-grid,
    .htan-industry-grid,
    .htan-card-grid,
    .wp-block-post-template.htan-card-grid,
    .htan-product-grid,
    .hsp-product-matrix__grid,
    .hsp-category-directory,
    .hsp-product-grid,
    .hsp-solution-matrix__grid,
    .hsp-compact-link-grid,
    .hsp-three-column-details,
    .hsp-material-directory,
    .hsp-related-grid,
    .hsp-capability-gallery,
    .hsp-resource-directory__grid,
    .hsp-download-grid,
    .hsp-oem-process,
    .hsp-process-editorial {
        grid-template-columns: 1fr;
    }

    .hsp-resource-entry.is-featured {
        grid-column: span 1;
    }

    .hsp-product-family.is-featured {
        grid-column: span 1;
    }

    .hsp-category-hero__grid > div:last-child img {
        min-height: 280px;
    }

    .hsp-solution-hero .wp-block-post-featured-image img {
        min-height: 280px;
    }

    .hsp-product-gallery__thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .hsp-key-specs > div,
    .hsp-specification-list > div,
    .hsp-resource-meta > div {
        grid-template-columns: 1fr;
        gap: .25rem;
    }

    .hsp-numbered-points {
        grid-template-columns: 1fr;
    }

    .hsp-numbered-points li:nth-child(even) {
        padding-left: 0;
        border-left: 0;
    }

    .htan-card-media img,
    .htan-card > .wp-block-post-featured-image img,
    .htan-card .wp-block-post-featured-image img {
        max-height: 360px;
    }

    .hsp-card-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .hsp-form-product-context {
        grid-template-columns: 1fr;
    }

    .hsp-form-product-context a {
        justify-self: start;
    }

    .hsp-catalog-toolbar {
        align-items: flex-start;
    }

    .hsp-result-count {
        text-align: right;
    }

    .htan-footer-grid {
        grid-template-columns: 1fr;
    }

    .htan-footer-grid > .wp-block-column:first-child {
        grid-column: auto;
    }

    .htan-legal-menu {
        display: grid;
        gap: .6rem;
    }
}

@media (max-width: 380px) {
    :root {
        --hsp-wide: min(100%, calc(100vw - 24px));
    }

    .hsp-brand-lockup {
        min-width: 0;
    }

    .hsp-brand-descriptor {
        max-width: 120px;
        font-size: .58rem;
    }

    .hsp-home-hero h1 {
        font-size: 2.25rem;
    }

    .htan-hero-image,
    .hsp-home-hero .wp-block-image,
    .hsp-home-hero__media,
    .htan-hero-image img,
    .hsp-home-hero .wp-block-image img,
    .hsp-home-hero__media img {
        min-height: 270px;
        height: 270px;
    }

    .hsp-trust-data {
        grid-template-columns: 1fr;
    }

    .hsp-trust-data li {
        border-right: 0;
        border-bottom: 1px solid var(--hsp-border);
    }

    .hsp-trust-data li:last-child {
        border-bottom: 0;
    }

    .hsp-product-final-cta,
    .htan-cta-banner,
    .hsp-form-section {
        padding: 1.35rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
