/* Approved HSP blue homepage. Every rule is scoped to the WordPress front page. */
.home {
    --hsp-home-blue: #229bd7;
    --hsp-home-blue-strong: #1183c1;
    --hsp-home-blue-deep: #0d5e8d;
    --hsp-home-blue-pale: #eaf6fc;
    --hsp-home-ink: #0b1116;
    --hsp-home-ink-2: #151e26;
    --hsp-home-steel: #43515d;
    --hsp-home-muted: #697680;
    --hsp-home-line: #dce3e8;
    --hsp-home-surface: #f4f7f9;
    --hsp-home-slot: #080b0e;
    --hsp-home-max: 1360px;
    --hsp-home-gutter: clamp(20px, 3vw, 48px);
    --hsp-home-ease: cubic-bezier(.22, .61, .36, 1);
    --hsp-home-shadow: 0 18px 54px rgba(15, 42, 58, .09);
    --hsp-red: #229bd7;
    --hsp-red-hover: #1183c1;
    --hsp-red-light: #eaf6fc;
    --hsp-red-light-2: #69c8f3;
    color: var(--hsp-home-ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    overflow-x: hidden;
}

.home .hsp-home-main,
.home .hsp-home-main > * {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

.home .hsp-golden-home,
.home .hsp-golden-home * {
    box-sizing: border-box;
}

.home .hsp-golden-home {
    width: 100%;
    max-width: none;
    background: #fff;
    color: var(--hsp-home-ink);
    line-height: 1.65;
}

.home .hsp-golden-home :where(h1, h2, h3, p, figure, ol) {
    margin-top: 0;
}

.home .hsp-golden-home h1 {
    margin-bottom: 26px;
    color: #fff;
    font-size: clamp(44px, 5.1vw, 72px);
    font-weight: 760;
    letter-spacing: -.052em;
    line-height: 1.03;
}

.home .hsp-golden-home h2 {
    margin-bottom: 20px;
    color: var(--hsp-home-ink);
    font-size: clamp(34px, 3.4vw, 48px);
    font-weight: 730;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.home .hsp-golden-home h3 {
    margin-bottom: 12px;
    color: var(--hsp-home-ink);
    font-size: clamp(20px, 1.55vw, 25px);
    font-weight: 690;
    letter-spacing: -.018em;
    line-height: 1.25;
}

.home .hsp-golden-home p {
    color: var(--hsp-home-steel);
    font-size: 17px;
}

.home .hsp-home-container {
    width: min(var(--hsp-home-max), calc(100% - (2 * var(--hsp-home-gutter))));
    max-width: none;
    margin-inline: auto;
}

.home .hsp-home-section {
    width: 100%;
    max-width: none;
    padding: clamp(78px, 8vw, 118px) 0;
}

.home .hsp-home-section--surface {
    background: var(--hsp-home-surface);
}

.home .hsp-home-lead {
    max-width: 760px;
    font-size: clamp(18px, 1.45vw, 21px) !important;
    line-height: 1.65;
}

.home .hsp-home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 46px;
}

.home .hsp-home-section-heading h2 {
    max-width: 760px;
    margin-bottom: 0;
}

.home .hsp-home-section-heading p {
    max-width: 460px;
    margin: 0;
}

.home .hsp-home-section-heading--dark :where(h2, p) {
    color: #fff;
}

.home .hsp-home-section-heading--dark p {
    color: #b8c3cb;
}

.home .hsp-home-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.home .hsp-home-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 26px;
    border: 1px solid transparent;
    border-radius: 3px;
    color: inherit;
    font-size: 16px;
    font-weight: 680;
    text-decoration: none;
    transition: background .22s var(--hsp-home-ease), border-color .22s var(--hsp-home-ease), color .22s var(--hsp-home-ease), transform .22s var(--hsp-home-ease);
}

.home .hsp-home-button:hover {
    transform: translateY(-2px);
}

.home .hsp-home-button svg,
.home .hsp-home-text-link svg,
.home .hsp-home-directory-link svg,
.home .hsp-home-resource-link svg {
    flex: 0 0 auto;
    transition: transform .22s var(--hsp-home-ease);
}

.home :where(.hsp-home-button, .hsp-home-text-link, .hsp-home-directory-link, .hsp-home-resource-link):hover svg {
    transform: translateX(5px);
}

.home .hsp-home-button--primary {
    border-color: var(--hsp-home-blue);
    background: var(--hsp-home-blue);
    color: #fff;
}

.home .hsp-home-button--primary:hover {
    border-color: var(--hsp-home-blue-strong);
    background: var(--hsp-home-blue-strong);
    color: #fff;
}

.home .hsp-home-button--light {
    border-color: #fff;
    background: #fff;
    color: var(--hsp-home-ink);
}

.home .hsp-home-button--outline-light {
    border-color: rgba(255, 255, 255, .72);
    background: transparent;
    color: #fff;
}

.home .hsp-home-button--outline-light:hover {
    background: #fff;
    color: var(--hsp-home-ink);
}

.home .hsp-home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--hsp-home-blue-deep);
    font-size: 16px;
    font-weight: 680;
    text-decoration: none;
}

.home .hsp-home-text-link--light {
    color: #fff;
}

.home .hsp-home-media {
    position: relative;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .06);
    background: var(--hsp-home-slot);
    overflow: hidden;
}

.home .hsp-home-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home .hsp-home-media::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--hsp-home-blue);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s var(--hsp-home-ease);
}

.home article:hover > .hsp-home-media::after,
.home .hsp-home-media:hover::after {
    transform: scaleX(1);
}

/* Header: existing menu content and links, approved homepage presentation. */
.home .htan-site-header {
    position: fixed;
    z-index: 1100;
    top: 0;
    right: 0;
    left: 0;
    height: 82px;
    border-bottom: 1px solid var(--hsp-home-line);
    background: rgba(255, 255, 255, .98);
    box-shadow: none;
    transition: height .28s var(--hsp-home-ease), box-shadow .28s var(--hsp-home-ease);
}

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

.home .htan-site-header.is-scrolled {
    height: 68px;
    box-shadow: 0 12px 36px rgba(15, 42, 58, .09);
}

.home .htan-header-inner {
    width: min(var(--hsp-home-max), calc(100% - (2 * var(--hsp-home-gutter))));
    max-width: none;
    min-height: 100%;
    grid-template-columns: 132px minmax(0, 1fr) auto auto;
    gap: clamp(12px, 2vw, 34px);
    margin-inline: auto;
}

.home .htan-header-inner > p {
    margin: 0;
}

.home .htan-header-inner > * {
    margin-block: 0 !important;
}

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

.home .hsp-brand-logo {
    width: 105px;
    max-width: 105px;
    height: auto;
    max-height: 52px;
    object-fit: contain;
}

.home .htan-primary-menu {
    gap: clamp(8px, 1.25vw, 25px);
}

.home .htan-primary-menu > li > a {
    min-height: 82px;
    padding-inline: 0;
    color: var(--hsp-home-ink);
    font-size: 15px;
    font-weight: 650;
}

.home .htan-site-header.is-scrolled .htan-primary-menu > li > a {
    min-height: 68px;
}

.home .htan-primary-menu > li > a::after {
    right: 0;
    left: 0;
    background: var(--hsp-home-blue);
}

.home .htan-primary-menu .sub-menu {
    border-top-color: var(--hsp-home-blue);
}

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

.home .hsp-search-button {
    border-color: var(--hsp-home-line);
    border-radius: 3px;
}

.home .hsp-search-button:hover {
    border-color: var(--hsp-home-blue);
    background: var(--hsp-home-blue-pale);
    color: var(--hsp-home-blue-deep);
}

.home .htan-header-cta {
    min-height: 46px;
    border-radius: 3px;
    background: var(--hsp-home-blue);
    font-size: 16px;
}

.home .htan-header-cta:hover {
    background: var(--hsp-home-blue-strong);
}

/* Hero */
.home .hsp-golden-hero {
    position: relative;
    width: 100%;
    min-height: 730px;
    padding-top: 82px;
    background: var(--hsp-home-ink);
    color: #fff;
    overflow: hidden;
}

.home .hsp-golden-hero::before {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 48%, rgba(34, 155, 215, .13), transparent 34%), linear-gradient(90deg, #0b1116 0%, #0b1116 54%, #101a22 100%);
    content: "";
}

.home .hsp-golden-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 648px;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
    align-items: center;
    gap: clamp(50px, 6vw, 98px);
    padding: 64px 0 72px;
}

.home .hsp-golden-hero__copy {
    max-width: 760px;
}

.home .hsp-golden-hero__copy p {
    max-width: 680px;
    margin-bottom: 34px;
    color: #c0cad2;
}

.home .hsp-golden-hero__media {
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(255, 255, 255, .17);
    box-shadow: 0 0 0 1px rgba(34, 155, 215, .07), 0 32px 80px rgba(0, 0, 0, .35);
}

.home .hsp-golden-hero__media img {
    object-position: var(--hsp-hero-object-position, 50% 50%);
}

.home .hsp-golden-hero__media::before {
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 2;
    width: 42%;
    height: 42%;
    border-right: 5px solid var(--hsp-home-blue);
    border-bottom: 5px solid var(--hsp-home-blue);
    content: "";
    pointer-events: none;
}

/* Manufacturer introduction */
.home .hsp-home-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(54px, 7vw, 106px);
}

.home .hsp-home-intro__media {
    aspect-ratio: 16 / 10;
}

.home .hsp-home-directory {
    margin-top: 34px;
    border-top: 1px solid var(--hsp-home-line);
}

.home .hsp-home-directory-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 19px 0;
    border-bottom: 1px solid var(--hsp-home-line);
    color: var(--hsp-home-ink);
    font-size: 17px;
    font-weight: 660;
    text-decoration: none;
    transition: padding-left .22s var(--hsp-home-ease), color .22s var(--hsp-home-ease);
}

.home .hsp-home-directory-link:hover {
    padding-left: 10px;
    color: var(--hsp-home-blue-deep);
}

/* Product families */
.home .hsp-home-product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.home .hsp-home-product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    border: 1px solid var(--hsp-home-line);
    background: #fff;
    transition: border-color .24s, box-shadow .24s, transform .24s;
}

.home .hsp-home-product-card:hover {
    border-color: #a8cfe4;
    box-shadow: var(--hsp-home-shadow);
    transform: translateY(-4px);
}

.home .hsp-home-product-card__media {
    aspect-ratio: 4 / 3;
    border: 0;
}

.home .hsp-home-product-card__copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px 22px 26px;
}

.home .hsp-home-product-card__copy h3 {
    margin-bottom: 10px;
    font-size: 21px;
}

.home .hsp-home-product-card__copy p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.55;
}

.home .hsp-home-product-card__copy .hsp-home-text-link {
    margin-top: auto;
}

/* Native, server-rendered solution gallery */
.home .hsp-home-solutions__viewport {
    width: 100%;
    padding-bottom: 3px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-color: var(--hsp-home-blue) var(--hsp-home-line);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.home .hsp-home-solutions__rail {
    display: grid;
    grid-auto-columns: calc((100% - 54px) / 4);
    grid-auto-flow: column;
    gap: 18px;
}

.home .hsp-home-solution-card {
    position: relative;
    min-height: 355px;
    border: 1px solid #202930;
    background: var(--hsp-home-slot);
    color: #fff;
    overflow: hidden;
    scroll-snap-align: start;
}

.home .hsp-home-solution-card::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, .95) 100%);
    content: "";
    pointer-events: none;
}

.home .hsp-home-solution-card__media {
    position: absolute;
    inset: 0;
    border: 0;
}

.home .hsp-home-solution-card__copy {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 23px;
    left: 24px;
}

.home .hsp-home-solution-card__copy h3 {
    margin-bottom: 9px;
    color: #fff;
    font-size: 24px;
}

.home .hsp-home-solution-card__copy p {
    margin-bottom: 16px;
    color: #c3cdd4;
    font-size: 16px;
    line-height: 1.48;
}

.home .hsp-home-solution-card:hover .hsp-home-text-link {
    color: #65c5f2;
}

.home .hsp-home-solutions__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 26px;
}

.home .hsp-home-slider-buttons {
    display: flex;
    gap: 8px;
}

.home .hsp-home-slider-buttons button {
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid var(--hsp-home-ink);
    border-radius: 0;
    place-items: center;
    background: #fff;
    color: var(--hsp-home-ink);
    cursor: pointer;
    transition: background .2s, color .2s;
}

.home .hsp-home-slider-buttons button:hover:not(:disabled) {
    background: var(--hsp-home-ink);
    color: #fff;
}

.home .hsp-home-slider-buttons button:disabled {
    cursor: default;
    opacity: .35;
}

.home .hsp-home-progress {
    position: relative;
    height: 3px;
    flex: 1;
    background: var(--hsp-home-line);
}

.home .hsp-home-progress span {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.3333%;
    height: 100%;
    background: var(--hsp-home-blue);
    transform-origin: left;
    transition: width .2s var(--hsp-home-ease), transform .2s var(--hsp-home-ease);
}

.home .hsp-home-solution-position {
    min-width: 92px;
    margin: 0;
    color: var(--hsp-home-steel);
    font-size: 16px;
    font-weight: 650;
    text-align: right;
}

/* Engineering accordion */
.home .hsp-home-engineering {
    background: var(--hsp-home-ink);
    color: #fff;
}

.home .hsp-home-engineering__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
    align-items: start;
    gap: clamp(48px, 6vw, 88px);
}

.home .hsp-home-engineering__media {
    position: sticky;
    top: 105px;
    aspect-ratio: 4 / 3;
}

.home .hsp-home-engineering__list {
    border-top: 1px solid #35434e;
}

.home .hsp-home-engineering__item {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #35434e;
}

.home .hsp-home-engineering__item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: var(--hsp-home-blue);
    content: "";
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .28s var(--hsp-home-ease);
}

.home .hsp-home-engineering__item.is-open::before {
    transform: scaleY(1);
}

.home .hsp-home-engineering__item h3 {
    margin: 0;
}

.home .hsp-home-engineering__item h3 button {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 0 0 0 18px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.home .hsp-home-engineering__item h3 button > span:first-child {
    color: #fff;
    font-size: 25px;
    font-weight: 690;
}

.home .hsp-home-engineering__item h3 button > span:last-child {
    display: grid;
    width: 38px;
    height: 38px;
    border: 1px solid #46545f;
    place-items: center;
    font-size: 22px;
    transition: background .25s, border-color .25s, transform .25s;
}

.home .hsp-home-engineering__item.is-open h3 button > span:last-child {
    border-color: var(--hsp-home-blue);
    background: var(--hsp-home-blue);
    transform: rotate(45deg);
}

.home .hsp-home-engineering__panel {
    padding: 16px 38px 0 18px;
}

.home .hsp-home-engineering__panel p {
    max-width: 600px;
    margin-bottom: 14px;
    color: #b8c3cb;
}

/* Capabilities */
.home .hsp-home-capabilities__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--hsp-home-line);
    border-left: 1px solid var(--hsp-home-line);
}

.home .hsp-home-capability-card {
    position: relative;
    min-height: 210px;
    padding: 34px 32px 38px;
    border-right: 1px solid var(--hsp-home-line);
    border-bottom: 1px solid var(--hsp-home-line);
    background: #fff;
    transition: background .22s;
}

.home .hsp-home-capability-card::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: var(--hsp-home-blue);
    content: "";
    transform: scaleY(.35);
    transform-origin: top;
    transition: transform .25s;
}

.home .hsp-home-capability-card:hover {
    background: var(--hsp-home-blue-pale);
}

.home .hsp-home-capability-card:hover::before {
    transform: scaleY(1);
}

.home .hsp-home-capability-card p {
    margin-bottom: 22px;
    font-size: 16px;
}

/* OEM process */
.home .hsp-home-process__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0;
    margin: 0;
    border-top: 1px solid #cfd8df;
    border-left: 1px solid #cfd8df;
    list-style: none;
}

.home .hsp-home-process__grid li {
    min-height: 224px;
    padding: 31px 28px 35px;
    border-right: 1px solid #cfd8df;
    border-bottom: 1px solid #cfd8df;
    transition: background .22s, transform .22s;
}

.home .hsp-home-process__grid li:hover {
    background: #fff;
    transform: translateY(-3px);
}

.home .hsp-home-process__number {
    display: block;
    margin-bottom: 42px;
    color: var(--hsp-home-blue);
    font-size: 34px;
    font-weight: 720;
    line-height: 1;
}

.home .hsp-home-process__grid h3 {
    font-size: 20px;
}

.home .hsp-home-process__grid p {
    margin: 0;
    font-size: 16px;
}

/* Factory and quality */
.home .hsp-home-factory-quality__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.home .hsp-home-feature-panel {
    border: 1px solid var(--hsp-home-line);
    background: #fff;
    transition: border-color .24s, box-shadow .24s, transform .24s;
}

.home .hsp-home-feature-panel:hover {
    border-color: #acd1e5;
    box-shadow: var(--hsp-home-shadow);
    transform: translateY(-4px);
}

.home .hsp-home-feature-panel__media {
    aspect-ratio: 16 / 9;
    border: 0;
}

.home .hsp-home-feature-panel__copy {
    padding: 31px 32px 37px;
}

.home .hsp-home-feature-panel__copy p {
    font-size: 16px;
}

/* Resources */
.home .hsp-home-resources__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 24px;
}

.home .hsp-home-resource-feature {
    border: 1px solid var(--hsp-home-line);
    background: #fff;
}

.home .hsp-home-resource-feature__media {
    aspect-ratio: 16 / 10;
    border: 0;
}

.home .hsp-home-resource-feature__copy {
    padding: 32px 34px 37px;
}

.home .hsp-home-resource-feature__copy p {
    font-size: 16px;
}

.home .hsp-home-resource-list {
    border-top: 1px solid var(--hsp-home-line);
}

.home .hsp-home-resource-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    padding: 24px 0;
    border-bottom: 1px solid var(--hsp-home-line);
    color: var(--hsp-home-ink);
    text-decoration: none;
    transition: color .22s, padding-left .22s;
}

.home .hsp-home-resource-link:hover {
    padding-left: 10px;
    color: var(--hsp-home-blue-deep);
}

.home .hsp-home-resource-link strong,
.home .hsp-home-resource-link small {
    display: block;
}

.home .hsp-home-resource-link strong {
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 1.25;
}

.home .hsp-home-resource-link small {
    color: var(--hsp-home-steel);
    font-size: 16px;
    line-height: 1.55;
}

.home .hsp-home-resource-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 24px;
}

/* Final CTA and existing footer content */
.home .hsp-home-final-cta {
    width: 100%;
    padding: 78px 0;
    background: var(--hsp-home-blue-deep);
    color: #fff;
}

.home .hsp-home-final-cta__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 54px;
}

.home .hsp-home-final-cta h2 {
    max-width: 850px;
    margin-bottom: 15px;
    color: #fff;
}

.home .hsp-home-final-cta p {
    max-width: 760px;
    margin: 0;
    color: #d8ecf6;
}

.home .htan-site-footer {
    background: #071017;
    color: #94a7b4;
}

.home .htan-footer-grid,
.home .htan-footer-bottom {
    width: min(var(--hsp-home-max), calc(100% - (2 * var(--hsp-home-gutter))));
    max-width: none;
}

.home .htan-footer-grid {
    grid-template-columns: 1.35fr repeat(5, minmax(0, 1fr));
    gap: clamp(26px, 3.2vw, 48px);
    padding-block: 64px 46px;
}

.home .hsp-home-footer-logo {
    display: block;
    width: 105px;
    height: auto;
    object-fit: contain;
}

.home .hsp-home-footer-info p {
    max-width: 320px;
    margin-top: 24px;
    color: #94a7b4;
    font-size: 15px;
}

.home .htan-site-footer h3 {
    padding: 0;
    margin: 0 0 17px;
    border: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 690;
    letter-spacing: 0;
}

.home .htan-footer-menu a,
.home .hsp-footer-contact a,
.home .htan-social-links a,
.home .htan-legal-menu a {
    color: #94a7b4;
    font-size: 15px;
}

.home .htan-footer-menu a:hover,
.home .hsp-footer-contact a:hover,
.home .htan-social-links a:hover,
.home .htan-legal-menu a:hover,
.home .hsp-footer-cta {
    color: #69c8f3 !important;
}

.home .htan-footer-bottom {
    padding: 24px 0 28px;
    border-top-color: #20303b;
}

.home .htan-footer-copyright,
.home .htan-footer-bottom a {
    color: #8296a3;
    font-size: 14px;
}

/* Progressive enhancement: content is visible unless JavaScript marks it pending. */
.hsp-home-js .home .hsp-home-reveal.is-pending {
    opacity: 0;
    transform: translateY(18px);
}

.hsp-home-js .home .hsp-home-reveal {
    transition: opacity .58s var(--hsp-home-ease), transform .58s var(--hsp-home-ease);
}

.hsp-home-js .home .hsp-home-reveal.is-visible {
    opacity: 1;
    transform: none;
}

.home :where(a, button):focus-visible,
.home .hsp-home-solutions__viewport:focus-visible {
    outline: 3px solid var(--hsp-home-blue);
    outline-offset: 3px;
}

@media (max-width: 1280px) {
    .home .htan-primary-menu {
        gap: 6px;
    }

    .home .htan-primary-menu > li > a {
        font-size: 13px;
    }
}

@media (min-width: 1181px) {
    .home .hsp-golden-home h1 {
        font-size: clamp(50px, 4.4vw, 64px);
    }
}

@media (max-width: 1180px) {
    .home .htan-header-inner {
        display: flex;
        justify-content: space-between;
        gap: 12px;
    }

    .home .htan-brand {
        margin-right: auto;
        order: 1;
    }

    .home .hsp-search-button {
        display: inline-flex;
    }

    .home .htan-header-inner > p:has(> .hsp-search-button) {
        display: block;
        order: 2;
    }

    .home .htan-nav-shell {
        order: 3;
    }

    .home .htan-header-cta {
        display: none;
    }

    .home .htan-header-inner > p:has(> .htan-header-cta) {
        display: none;
    }

    .home .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-home-line);
        border-radius: 3px;
        background: #fff;
        color: var(--hsp-home-ink);
        cursor: pointer;
    }

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

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

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

    .home .htan-primary-navigation {
        position: fixed;
        z-index: 1201;
        top: 0;
        right: 0;
        display: flex;
        visibility: hidden;
        width: min(430px, 100vw);
        height: 100dvh;
        flex-direction: column;
        justify-content: flex-start;
        padding: 5rem 1.25rem 1.5rem;
        background: #fff;
        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;
    }

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

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

    .home .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-home-line);
        border-radius: 3px;
        background: #fff;
        color: var(--hsp-home-ink);
        font-size: 1.35rem;
        cursor: pointer;
    }

    .home .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;
    }

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

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

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

    .home .htan-primary-menu > li > a,
    .home .htan-site-header.is-scrolled .htan-primary-menu > li > a {
        min-height: 54px;
        padding: .8rem 0;
        font-size: 1rem;
    }

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

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

    .home .htan-primary-menu .sub-menu,
    .home .htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) > .sub-menu,
    .home .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-home-blue);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        transform: none;
        transition: none;
    }

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

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

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

    .home .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;
        padding: 0;
        background: transparent;
    }

    .home .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;
    }

    .home .htan-primary-menu .sub-menu a,
    .home .htan-primary-menu > :is(.htan-menu-mega, .hsp-menu-mega) > .sub-menu > li > a,
    .home .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-home-muted);
        font-size: .88rem;
        font-weight: 650;
    }

    .home .hsp-mobile-rfq {
        display: inline-flex;
        width: 100%;
        margin-top: 1.5rem;
        background: var(--hsp-home-blue);
    }

    .home .hsp-golden-hero__inner {
        grid-template-columns: minmax(0, 1fr) 430px;
    }

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

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

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

@media (max-width: 900px) {
    .home .hsp-home-section-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

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

    .home .hsp-golden-hero__inner {
        grid-template-columns: 1fr;
        padding-top: 70px;
        padding-bottom: 110px;
    }

    .home .hsp-golden-hero__media {
        aspect-ratio: 16 / 10;
    }

    .home .hsp-home-intro__grid,
    .home .hsp-home-engineering__grid,
    .home .hsp-home-resources__grid {
        grid-template-columns: 1fr;
    }

    .home .hsp-home-intro__media {
        order: 2;
    }

    .home .hsp-home-engineering__media {
        position: relative;
        top: auto;
        aspect-ratio: 16 / 10;
    }

    .home .hsp-home-solutions__rail {
        grid-auto-columns: calc((100% - 18px) / 2);
    }

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

    .home .hsp-home-factory-quality__grid,
    .home .hsp-home-final-cta__grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 620px) {
    .home {
        --hsp-home-gutter: 20px;
    }

    .home .htan-site-header,
    .home .htan-site-header.is-scrolled {
        height: 70px;
    }

    .home .hsp-brand-logo {
        width: 90px;
        max-width: 90px;
        max-height: 44px;
    }

    .home .hsp-search-button,
    .home .htan-nav-toggle {
        width: 42px;
        min-width: 42px;
        height: 42px;
        min-height: 42px;
        padding-inline: 8px;
    }

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

    .home .hsp-golden-hero {
        padding-top: 70px;
    }

    .home .hsp-golden-hero__inner {
        min-height: 0;
        padding-top: 52px;
        padding-bottom: 82px;
    }

    .home .hsp-golden-home h1 {
        font-size: 42px;
    }

    .home .hsp-golden-hero__media {
        aspect-ratio: 4 / 3;
    }

    .home .hsp-home-actions {
        align-items: stretch;
    }

    .home .hsp-home-actions .hsp-home-button {
        width: 100%;
    }

    .home .hsp-home-section {
        padding: 66px 0;
    }

    .home .hsp-home-product-grid,
    .home .hsp-home-capabilities__grid,
    .home .hsp-home-process__grid {
        grid-template-columns: 1fr;
    }

    .home .hsp-home-solutions__rail {
        grid-auto-columns: 86vw;
    }

    .home .hsp-home-solutions__controls {
        gap: 14px;
    }

    .home .hsp-home-progress {
        display: none;
    }

    .home .hsp-home-solution-position {
        min-width: 84px;
    }

    .home .hsp-home-engineering__item h3 button > span:first-child {
        font-size: 21px;
    }

    .home .hsp-home-final-cta {
        padding: 66px 0;
    }

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

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

@media (prefers-reduced-motion: reduce) {
    .home *,
    .home *::before,
    .home *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
