.hsp-manufacturing-page .htan-main > .wp-block-post-content {
    width: 100%;
    max-width: none;
    margin-inline: 0;
}

.hsp-manufacturing-page .hspmc-page {
    --hspmc-navy: var(--hsp-navy, #082b50);
    --hspmc-blue: var(--hsp-blue, #0b4f7c);
    --hspmc-orange: var(--hsp-orange, #f47a1f);
    --hspmc-text: #34495d;
    --hspmc-muted: #5f7080;
    --hspmc-border: #d8e0e8;
    --hspmc-soft: #f4f7f9;
    width: 100%;
    max-width: none;
    margin: 0;
    color: var(--hspmc-text);
    overflow: clip;
}

.hsp-manufacturing-page .hspmc-page *,
.hsp-manufacturing-page .hspmc-page *::before,
.hsp-manufacturing-page .hspmc-page *::after {
    box-sizing: border-box;
}

.hsp-manufacturing-page .hspmc-container {
    width: var(--hsp-wide);
    max-width: 1360px;
    margin-inline: auto;
}

.hsp-manufacturing-page .hspmc-hero {
    position: relative;
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 560px;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    background: var(--hspmc-navy);
}

.hsp-manufacturing-page .hspmc-hero__image,
.hsp-manufacturing-page .hspmc-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hsp-manufacturing-page .hspmc-hero__image {
    z-index: -2;
    object-fit: cover;
    object-position: center;
}

.hsp-manufacturing-page .hspmc-hero__overlay {
    z-index: -1;
    background: rgba(5, 22, 39, .68);
}

.hsp-manufacturing-page .hspmc-hero__content {
    width: var(--hsp-wide);
    max-width: 960px;
    margin-inline: auto;
    padding-block: 76px;
    text-align: center;
}

.hsp-manufacturing-page .hspmc-hero h1 {
    max-width: 900px;
    margin: 0 auto 24px;
    color: #fff;
    font-size: clamp(42px, 4.5vw, 64px);
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.hsp-manufacturing-page .hspmc-hero p {
    max-width: 850px;
    margin: 0 auto 12px;
    color: #eef3f7;
    font-size: 18px;
    line-height: 1.65;
}

.hsp-manufacturing-page .hspmc-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    padding: 12px 24px;
    border: 1px solid var(--hspmc-orange);
    background: var(--hspmc-orange);
    color: var(--hspmc-navy);
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
}

.hsp-manufacturing-page .hspmc-button:hover {
    border-color: #dc6712;
    background: #dc6712;
    color: var(--hspmc-navy);
}

.hsp-manufacturing-page .hspmc-button:focus-visible,
.hsp-manufacturing-page .hspmc-page a:focus-visible,
.hsp-manufacturing-page .hspmc-page summary:focus-visible {
    outline: 3px solid var(--hspmc-orange);
    outline-offset: 3px;
}

.hsp-manufacturing-page .hspmc-section {
    padding-block: 76px;
}

.hsp-manufacturing-page .hspmc-section--soft {
    background: var(--hspmc-soft);
}

.hsp-manufacturing-page .hspmc-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.hsp-manufacturing-page .hspmc-heading h2 {
    margin: 0;
    color: var(--hspmc-navy);
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.15;
    letter-spacing: -.015em;
}

.hsp-manufacturing-page .hspmc-heading h2::after {
    display: block;
    width: 52px;
    height: 3px;
    margin-top: 16px;
    background: var(--hspmc-orange);
    content: "";
}

.hsp-manufacturing-page .hspmc-heading p {
    margin: 18px 0 0;
    color: var(--hspmc-muted);
    font-size: 17px;
    line-height: 1.65;
}

.hsp-manufacturing-page .hspmc-capacity {
    background: #fff;
}

.hsp-manufacturing-page .hspmc-capacity__groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    border-top: 1px solid var(--hspmc-border);
    border-left: 1px solid var(--hspmc-border);
}

.hsp-manufacturing-page .hspmc-capacity__group {
    min-width: 0;
    border-right: 1px solid var(--hspmc-border);
    border-bottom: 1px solid var(--hspmc-border);
    background: #fff;
}

.hsp-manufacturing-page .hspmc-capacity__group h3 {
    margin: 0;
    padding: 18px 22px;
    border-bottom: 1px solid var(--hspmc-border);
    color: var(--hspmc-navy);
    font-size: 19px;
    line-height: 1.3;
}

.hsp-manufacturing-page .hspmc-capacity__group dl {
    margin: 0;
}

.hsp-manufacturing-page .hspmc-capacity__row {
    display: grid;
    grid-template-columns: minmax(145px, .8fr) minmax(0, 1.2fr);
    gap: 20px;
    padding: 17px 22px;
    border-bottom: 1px solid #e8edf1;
}

.hsp-manufacturing-page .hspmc-capacity__row:last-child {
    border-bottom: 0;
}

.hsp-manufacturing-page .hspmc-capacity dt,
.hsp-manufacturing-page .hspmc-capacity dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.hsp-manufacturing-page .hspmc-capacity dt {
    color: var(--hspmc-muted);
    font-size: 14px;
    line-height: 1.45;
}

.hsp-manufacturing-page .hspmc-capacity dd strong {
    display: block;
    color: var(--hspmc-navy);
    font-size: 16px;
    line-height: 1.4;
}

.hsp-manufacturing-page .hspmc-capacity dd span {
    display: block;
    margin-top: 5px;
    color: var(--hspmc-muted);
    font-size: 13px;
    line-height: 1.45;
}

.hsp-manufacturing-page .hspmc-processes__list {
    display: grid;
    gap: 58px;
}

.hsp-manufacturing-page .hspmc-process {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: center;
    gap: clamp(48px, 5vw, 72px);
}

.hsp-manufacturing-page .hspmc-process--reverse .hspmc-process__media {
    order: 2;
}

.hsp-manufacturing-page .hspmc-process__media {
    min-height: 420px;
    overflow: hidden;
    background: #e9eef2;
}

.hsp-manufacturing-page .hspmc-process__image {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.hsp-manufacturing-page .hspmc-process__content h3 {
    margin: 0 0 18px;
    color: var(--hspmc-navy);
    font-size: clamp(27px, 2.6vw, 36px);
    line-height: 1.18;
}

.hsp-manufacturing-page .hspmc-process__content > p {
    margin: 0 0 17px;
    font-size: 16px;
    line-height: 1.65;
}

.hsp-manufacturing-page .hspmc-process__detail {
    padding-top: 14px;
    border-top: 1px solid var(--hspmc-border);
}

.hsp-manufacturing-page .hspmc-process__detail strong {
    color: var(--hspmc-navy);
}

.hsp-manufacturing-page .hspmc-process__detail a {
    color: var(--hspmc-blue);
    text-underline-offset: 3px;
}

.hsp-manufacturing-page .hspmc-stages__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--hspmc-border);
    border-bottom: 1px solid var(--hspmc-border);
}

.hsp-manufacturing-page .hspmc-stages__list li {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 15px;
    padding: 28px 26px;
    border-right: 1px solid var(--hspmc-border);
}

.hsp-manufacturing-page .hspmc-stages__list li:last-child {
    border-right: 0;
}

.hsp-manufacturing-page .hspmc-stages__list li > span {
    color: var(--hspmc-orange);
    font-size: 18px;
    font-weight: 750;
}

.hsp-manufacturing-page .hspmc-stages h3 {
    margin: 0 0 9px;
    color: var(--hspmc-navy);
    font-size: 20px;
    line-height: 1.3;
}

.hsp-manufacturing-page .hspmc-stages p {
    margin: 0;
    line-height: 1.6;
}

.hsp-manufacturing-page .hspmc-integrations__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.hsp-manufacturing-page .hspmc-integrations figure {
    min-width: 0;
    margin: 0;
    background: #fff;
    border: 1px solid var(--hspmc-border);
}

.hsp-manufacturing-page .hspmc-integrations figure a {
    display: block;
    overflow: hidden;
    background: #e8edf1;
}

.hsp-manufacturing-page .hspmc-integrations__image {
    display: block;
    width: 100%;
    height: 285px;
    object-fit: cover;
}

.hsp-manufacturing-page .hspmc-integrations figcaption {
    padding: 18px 20px;
    color: var(--hspmc-navy);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

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

.hsp-manufacturing-page .hspmc-inputs__list li {
    position: relative;
    padding: 17px 16px 17px 24px;
    border-bottom: 1px solid var(--hspmc-border);
    color: var(--hspmc-navy);
    font-weight: 650;
}

.hsp-manufacturing-page .hspmc-inputs__list li::before {
    position: absolute;
    top: 24px;
    left: 4px;
    width: 8px;
    height: 2px;
    background: var(--hspmc-orange);
    content: "";
}

.hsp-manufacturing-page .hspmc-related {
    padding-top: 0;
}

.hsp-manufacturing-page .hspmc-related ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 34px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hsp-manufacturing-page .hspmc-related a {
    color: var(--hspmc-navy);
    font-size: 17px;
    font-weight: 700;
    text-decoration-color: var(--hspmc-orange);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.hsp-manufacturing-page .hspmc-faq__list {
    border-top: 1px solid var(--hspmc-border);
}

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

.hsp-manufacturing-page .hspmc-faq summary {
    position: relative;
    padding: 21px 50px 21px 0;
    color: var(--hspmc-navy);
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    list-style: none;
}

.hsp-manufacturing-page .hspmc-faq summary::-webkit-details-marker {
    display: none;
}

.hsp-manufacturing-page .hspmc-faq summary::after {
    position: absolute;
    top: 18px;
    right: 4px;
    color: var(--hspmc-orange);
    content: "+";
    font-size: 27px;
    font-weight: 400;
}

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

.hsp-manufacturing-page .hspmc-faq details > div {
    max-width: 880px;
    padding: 0 50px 22px 0;
}

.hsp-manufacturing-page .hspmc-faq p {
    margin: 0;
    color: var(--hspmc-muted);
    font-size: 16px;
    line-height: 1.7;
}

.hsp-manufacturing-page .hspmc-inquiry {
    background: #fff;
}

.hsp-manufacturing-page .hspmc-inquiry__inner {
    width: var(--hsp-wide);
    max-width: 1120px;
    margin-inline: auto;
    scroll-margin-top: 96px;
}

.hsp-manufacturing-page .hspmc-inquiry .hspmc-heading {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 34px;
    text-align: center;
}

.hsp-manufacturing-page .hspmc-inquiry .hspmc-heading h2::after {
    margin-left: auto;
    margin-right: auto;
}

.hsp-manufacturing-page .hspmc-inquiry .htan-form-wrap {
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
}

.hsp-manufacturing-page .hspmc-inquiry .hsp-compact-attachment-form__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.hsp-manufacturing-page .hspmc-inquiry .htan-form-field {
    min-width: 0;
}

.hsp-manufacturing-page .hspmc-inquiry .htan-form-field-wide {
    grid-column: 1 / -1;
}

@media (max-width: 1024px) {
    .hsp-manufacturing-page .hspmc-process {
        gap: 36px;
    }

    .hsp-manufacturing-page .hspmc-stages__list li {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hsp-manufacturing-page .hspmc-container {
        width: calc(100% - 32px);
        max-width: 1360px;
    }

    .hsp-manufacturing-page .hspmc-hero {
        min-height: 600px;
    }

    .hsp-manufacturing-page .hspmc-hero__content {
        padding-block: 70px;
    }

    .hsp-manufacturing-page .hspmc-hero h1 {
        font-size: clamp(34px, 9vw, 46px);
    }

    .hsp-manufacturing-page .hspmc-hero p {
        font-size: 16px;
    }

    .hsp-manufacturing-page .hspmc-section {
        padding-block: 58px;
    }

    .hsp-manufacturing-page .hspmc-capacity__groups,
    .hsp-manufacturing-page .hspmc-process,
    .hsp-manufacturing-page .hspmc-integrations__grid {
        grid-template-columns: 1fr;
    }

    .hsp-manufacturing-page .hspmc-process--reverse .hspmc-process__media {
        order: 0;
    }

    .hsp-manufacturing-page .hspmc-processes__list {
        gap: 48px;
    }

    .hsp-manufacturing-page .hspmc-process__media,
    .hsp-manufacturing-page .hspmc-process__image {
        height: 330px;
        min-height: 330px;
    }

    .hsp-manufacturing-page .hspmc-stages__list {
        grid-template-columns: 1fr;
    }

    .hsp-manufacturing-page .hspmc-stages__list li {
        grid-template-columns: 44px minmax(0, 1fr);
        border-right: 0;
        border-bottom: 1px solid var(--hspmc-border);
    }

    .hsp-manufacturing-page .hspmc-stages__list li:last-child {
        border-bottom: 0;
    }

    .hsp-manufacturing-page .hspmc-integrations__image {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .hsp-manufacturing-page .hspmc-inquiry .hsp-compact-attachment-form__grid {
        grid-template-columns: 1fr;
    }

    .hsp-manufacturing-page .hspmc-inquiry .htan-form-field-wide {
        grid-column: auto;
    }
}

@media (max-width: 599px) {
    .hsp-manufacturing-page .hspmc-button {
        width: 100%;
        max-width: 340px;
    }

    .hsp-manufacturing-page .hspmc-capacity__row {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .hsp-manufacturing-page .hspmc-process__media,
    .hsp-manufacturing-page .hspmc-process__image {
        height: 280px;
        min-height: 280px;
    }

    .hsp-manufacturing-page .hspmc-inputs__list {
        grid-template-columns: 1fr;
    }

    .hsp-manufacturing-page .hspmc-related ul {
        display: grid;
        gap: 18px;
    }

    .hsp-manufacturing-page .hspmc-faq details > div {
        padding-right: 0;
    }
}

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