.hsp-company-page .entry-content {
    width: 100%;
    max-width: none;
    margin-block-start: 0;
}

.hsp-company-overview,
.hsp-company-overview * {
    box-sizing: border-box;
}

.hsp-company-overview {
    --hspco-navy: #082b50;
    --hspco-blue: #163a5f;
    --hspco-sky: #2699d6;
    --hspco-orange: #e87822;
    --hspco-text: #263746;
    --hspco-muted: #647382;
    --hspco-line: #d8e0e8;
    --hspco-soft: #f3f6f8;
    width: 100%;
    overflow: clip;
    color: var(--hspco-text);
    background: #fff;
}

.hsp-company-overview img {
    display: block;
    max-width: 100%;
}

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

.hspco-container {
    width: min(1280px, calc(100% - 64px));
    margin-inline: auto;
}

.hspco-section {
    padding: 88px 0;
}

.hspco-section--soft {
    background: var(--hspco-soft);
}

.hspco-section--navy {
    color: #fff;
    background: var(--hspco-navy);
}

.hspco-kicker {
    margin-bottom: 12px;
    color: var(--hspco-orange);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.hspco-heading {
    max-width: 800px;
    margin-bottom: 36px;
}

.hspco-heading h2,
.hspco-factory h2,
.hspco-inquiry h2 {
    margin-bottom: 0;
    color: var(--hspco-navy);
    font-size: clamp(32px, 3vw, 44px);
    font-weight: 750;
    line-height: 1.16;
    letter-spacing: -.02em;
}

.hspco-heading--light h2,
.hspco-heading--light .hspco-kicker {
    color: #fff;
}

.hspco-hero {
    position: relative;
    display: flex;
    min-height: clamp(520px, 43vw, 620px);
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: var(--hspco-navy);
}

.hspco-hero__image {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hspco-hero__overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: rgba(5, 22, 39, .68);
}

.hspco-hero__content {
    padding-block: 72px;
}

.hspco-hero h1 {
    max-width: 900px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(42px, 4.4vw, 64px);
    font-weight: 750;
    line-height: 1.07;
    letter-spacing: -.035em;
}

.hspco-hero p {
    max-width: 800px;
    margin-bottom: 32px;
    color: #eef3f7;
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.65;
}

.hspco-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hspco-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid transparent;
    color: var(--hspco-navy);
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
}

.hspco-button--primary {
    border-color: var(--hspco-orange);
    background: var(--hspco-orange);
}

.hspco-button--primary:hover {
    border-color: #cf6418;
    background: #cf6418;
    color: var(--hspco-navy);
}

.hspco-button--secondary {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.hspco-button--secondary:hover {
    color: var(--hspco-navy);
    background: #fff;
}

.hspco-button:focus-visible,
.hsp-company-overview a:focus-visible {
    outline: 3px solid var(--hspco-orange);
    outline-offset: 3px;
}

.hspco-facts {
    border-bottom: 1px solid var(--hspco-line);
    background: #fff;
}

.hspco-facts__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hspco-fact {
    min-width: 0;
    padding: 26px 24px;
    border-right: 1px solid var(--hspco-line);
}

.hspco-fact:first-child {
    border-left: 1px solid var(--hspco-line);
}

.hspco-fact strong,
.hspco-fact span {
    display: block;
}

.hspco-fact strong {
    color: var(--hspco-navy);
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 800;
    line-height: 1.16;
    overflow-wrap: anywhere;
}

.hspco-fact span {
    margin-top: 5px;
    color: var(--hspco-muted);
    font-size: 14px;
    line-height: 1.4;
}

.hspco-factory__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    gap: clamp(48px, 6vw, 84px);
    align-items: center;
}

.hspco-factory__media {
    min-height: 520px;
    overflow: hidden;
    background: var(--hspco-soft);
}

.hspco-factory__media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.hspco-factory-location {
    margin-bottom: 14px;
    color: var(--hspco-muted);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
}

.hspco-factory__content > p:not(.hspco-factory-location) {
    margin: 22px 0 0;
    color: var(--hspco-text);
    font-size: 17px;
    line-height: 1.75;
}

.hspco-capability-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 24px;
    margin: 28px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid var(--hspco-line);
    list-style: none;
}

.hspco-capability-list li {
    position: relative;
    padding-left: 17px;
    color: var(--hspco-navy);
    font-weight: 700;
    line-height: 1.45;
}

.hspco-capability-list li::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    background: var(--hspco-orange);
}

.hspco-gallery__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 216px;
    gap: 18px;
}

.hspco-gallery__item {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: var(--hspco-navy);
}

.hspco-gallery__item--1 {
    grid-column: span 6;
    grid-row: span 2;
}

.hspco-gallery__item--2,
.hspco-gallery__item--3,
.hspco-gallery__item--4,
.hspco-gallery__item--5 {
    grid-column: span 3;
}

.hspco-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hspco-gallery__item figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 14px 16px;
    color: #fff;
    background: rgba(5, 22, 39, .78);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

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

.hspco-process__list li {
    min-width: 0;
    padding: 26px 24px 0 0;
}

.hspco-process__number {
    display: block;
    margin-bottom: 18px;
    color: var(--hspco-orange);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
}

.hspco-process__list h3 {
    margin-bottom: 12px;
    color: var(--hspco-navy);
    font-size: 20px;
    line-height: 1.3;
}

.hspco-process__list p {
    margin-bottom: 0;
    color: var(--hspco-muted);
    font-size: 15px;
    line-height: 1.65;
}

.hspco-capabilities__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.hspco-capability {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
}

.hspco-capability > img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.hspco-capability > div {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px;
}

.hspco-capability > div > a {
    align-self: flex-start;
    margin-top: auto;
}

.hspco-capability h3,
.hspco-test h3 {
    margin-bottom: 12px;
    color: var(--hspco-navy);
    font-size: 23px;
    line-height: 1.3;
}

.hspco-capability p,
.hspco-test p {
    margin-bottom: 18px;
    color: var(--hspco-muted);
    line-height: 1.65;
}

.hspco-capability a,
.hspco-inline-links a,
.hspco-text-link {
    color: var(--hspco-blue);
    font-weight: 750;
    text-decoration: underline;
    text-decoration-color: var(--hspco-orange);
    text-underline-offset: 4px;
}

.hspco-capability a:hover,
.hspco-inline-links a:hover,
.hspco-text-link:hover {
    color: var(--hspco-sky);
}

.hspco-tests__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.hspco-test {
    min-width: 0;
    border: 1px solid var(--hspco-line);
    background: #fff;
}

.hspco-test > img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.hspco-test > div {
    padding: 22px;
}

.hspco-test p {
    margin-bottom: 0;
}

.hspco-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 30px;
    margin-top: 30px;
}

.hspco-quality__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(360px, 1fr);
    gap: clamp(48px, 6vw, 80px);
    align-items: center;
}

.hspco-quality__facts h2 {
    margin-bottom: 26px;
    color: var(--hspco-navy);
    font-size: clamp(32px, 3vw, 44px);
    font-weight: 750;
    line-height: 1.16;
    letter-spacing: -.02em;
}

.hspco-quality__facts {
    min-width: 0;
}

.hspco-quality__facts ul {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.hspco-quality__facts li {
    padding: 16px 0;
    border-bottom: 1px solid var(--hspco-line);
}

.hspco-quality__facts strong,
.hspco-quality__facts span {
    display: block;
}

.hspco-quality__facts strong {
    color: var(--hspco-navy);
    font-size: 18px;
    line-height: 1.35;
}

.hspco-quality__facts span,
.hspco-quality__facts > p {
    margin-top: 6px;
    color: var(--hspco-muted);
    line-height: 1.6;
}

.hspco-quality__facts > p {
    margin-bottom: 24px;
}

.hspco-quality__engineering {
    min-height: 560px;
    overflow: hidden;
}

.hspco-quality__engineering img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
}

.hspco-certificate-entry {
    display: grid;
    grid-template-columns: 142px minmax(0, 1fr);
    gap: 24px;
    margin-top: 26px;
    padding-top: 26px;
    align-items: start;
    border-top: 1px solid var(--hspco-line);
}

.hspco-certificate-entry__thumbnail {
    display: block;
    padding: 10px;
    border: 1px solid var(--hspco-line);
    background: #fff;
}

.hspco-certificate-entry__thumbnail img {
    width: 100%;
    height: auto;
}

.hspco-certificate-entry h3 {
    margin-bottom: 8px;
    color: var(--hspco-navy);
    font-size: 21px;
    line-height: 1.3;
}

.hspco-certificate-entry p,
.hspco-certificate-entry dl {
    margin: 0 0 14px;
    color: var(--hspco-muted);
    line-height: 1.6;
}

.hspco-certificate-entry dl > div + div {
    margin-top: 7px;
}

.hspco-certificate-entry dt,
.hspco-certificate-entry dd {
    display: inline;
    margin: 0;
}

.hspco-certificate-entry dt {
    color: var(--hspco-navy);
    font-weight: 700;
}

.hspco-certificate-entry dt::after {
    content: ": ";
}

.hsp-company-overview .htan-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
    pointer-events: none !important;
}

.hspco-lightbox {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: none;
    padding: 28px;
    align-items: center;
    justify-content: center;
}

.hspco-lightbox:target {
    display: flex;
}

.hspco-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 22, 39, .88);
}

.hspco-lightbox__panel {
    position: relative;
    z-index: 1;
    width: min(920px, 92vw);
    max-height: 92vh;
    padding: 52px 18px 18px;
    overflow: auto;
    background: #fff;
}

.hspco-lightbox__image {
    width: 100%;
    height: auto;
}

.hspco-lightbox__close {
    position: absolute;
    top: 14px;
    right: 18px;
    color: var(--hspco-navy);
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.hspco-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hspco-mid-cta {
    padding: 64px 0 0;
    background: #fff;
}

.hspco-mid-cta__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 168px;
    align-items: center;
    gap: 40px;
    padding: 36px 40px;
    background: var(--hspco-navy);
}

.hspco-mid-cta h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(26px, 2.4vw, 34px);
    font-weight: 750;
    line-height: 1.18;
}

.hspco-mid-cta p {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.hspco-mid-cta .hspco-button {
    min-width: 172px;
    white-space: nowrap;
}

.hspco-sectors {
    padding-bottom: 54px;
}

.hspco-sectors__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hspco-sectors__links a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 9px 16px;
    border: 1px solid var(--hspco-line);
    color: var(--hspco-navy);
    background: #fff;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.hspco-sectors__links a:hover {
    border-color: var(--hspco-sky);
    color: var(--hspco-blue);
    background: var(--hspco-soft);
}

.hspco-faq {
    border-top: 1px solid var(--hspco-line);
    background: #fff;
}

.hspco-faq__list {
    border-top: 1px solid var(--hspco-line);
}

.hspco-faq__item {
    border-bottom: 1px solid var(--hspco-line);
}

.hspco-faq__item h3 {
    margin: 0;
}

.hspco-faq__item button {
    display: flex;
    width: 100%;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0;
    border: 0;
    color: var(--hspco-navy);
    background: transparent;
    font: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
    cursor: pointer;
}

.hspco-faq__item button:hover {
    color: var(--hspco-blue);
}

.hspco-faq__item button:focus-visible {
    outline: 3px solid var(--hspco-orange);
    outline-offset: 3px;
}

.hspco-faq__state {
    flex: 0 0 auto;
    color: var(--hspco-orange);
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
}

.hspco-faq__answer {
    padding: 0 52px 22px 0;
}

.hspco-faq__answer[hidden] {
    display: none;
}

.hspco-faq__answer p {
    max-width: 980px;
    margin: 0;
    color: var(--hspco-muted);
    font-size: 16px;
    line-height: 1.7;
}

.hspco-faq__answer a {
    color: var(--hspco-blue);
    font-weight: 650;
    text-underline-offset: 3px;
}

.hspco-inquiry {
    border-top: 1px solid var(--hspco-line);
    background: var(--hspco-soft);
}

.hspco-inquiry__grid {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: clamp(44px, 6vw, 84px);
    align-items: start;
}

.hspco-inquiry h2 {
    margin-bottom: 20px;
}

.hspco-inquiry__grid > div:first-child > p:last-child {
    color: var(--hspco-muted);
    font-size: 17px;
    line-height: 1.7;
}

.hspco-inquiry .htan-form-wrap {
    max-width: none;
    margin: 0;
}

@media (max-width: 1080px) {
    .hspco-facts__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hspco-fact:nth-child(4) {
        border-left: 1px solid var(--hspco-line);
    }

    .hspco-factory__grid {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
        gap: 44px;
    }

    .hspco-process__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px 20px;
    }

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

    .hspco-quality__grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
        gap: 42px;
    }
}

@media (max-width: 820px) {
    .hspco-container {
        width: min(100% - 40px, 1280px);
    }

    .hspco-section {
        padding: 70px 0;
    }

    .hspco-factory__grid,
    .hspco-inquiry__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .hspco-factory__media,
    .hspco-factory__media img {
        min-height: 420px;
    }

    .hspco-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 260px;
    }

    .hspco-gallery__item--1,
    .hspco-gallery__item--2,
    .hspco-gallery__item--3,
    .hspco-gallery__item--4,
    .hspco-gallery__item--5 {
        grid-column: auto;
        grid-row: auto;
    }

    .hspco-capabilities__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .hspco-capability {
        display: grid;
        grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr);
    }

    .hspco-capability > img {
        height: 100%;
        min-height: 240px;
        max-height: 340px;
        aspect-ratio: auto;
    }

}

@media (max-width: 620px) {
    .hspco-hero {
        min-height: 620px;
    }

    .hspco-hero__image {
        object-position: 56% center;
    }

    .hspco-hero h1 {
        font-size: clamp(34px, 10vw, 44px);
    }

    .hspco-actions {
        flex-direction: column;
    }

    .hspco-button {
        width: 100%;
        max-width: 340px;
    }

    .hspco-mid-cta {
        padding-top: 44px;
    }

    .hspco-mid-cta__panel {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
        gap: 24px;
        padding: 30px 24px;
    }

    .hspco-mid-cta .hspco-button {
        min-width: 0;
    }

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

    .hspco-fact,
    .hspco-fact:first-child,
    .hspco-fact:nth-child(4) {
        padding: 20px 14px;
        border-left: 0;
        border-right: 1px solid var(--hspco-line);
        border-bottom: 1px solid var(--hspco-line);
    }

    .hspco-capability-list,
    .hspco-process__list,
    .hspco-tests__grid,
    .hspco-quality__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .hspco-process__list {
        gap: 0;
        border-top: 0;
        border-left: 2px solid var(--hspco-orange);
    }

    .hspco-process__list li {
        padding: 0 0 30px 22px;
    }

    .hspco-gallery__grid {
        grid-template-columns: minmax(0, 1fr);
        grid-auto-rows: auto;
    }

    .hspco-gallery__item {
        min-height: 0;
    }

    .hspco-gallery__item img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }

    .hspco-capability {
        display: block;
    }

    .hspco-capability > img {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .hspco-quality__engineering,
    .hspco-quality__engineering img {
        min-height: 0;
    }

    .hspco-quality__engineering img {
        height: auto;
    }

    .hspco-certificate-entry {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 18px;
    }

    .hspco-lightbox {
        padding: 12px;
    }

    .hspco-lightbox__panel {
        width: 96vw;
        max-height: 94vh;
        padding: 48px 10px 10px;
    }

    .hspco-sectors__links a {
        width: 100%;
    }

    .hspco-faq__item button {
        min-height: 60px;
        gap: 18px;
        padding: 16px 0;
        font-size: 17px;
    }

    .hspco-faq__answer {
        padding: 0 36px 20px 0;
    }

    .hspco-faq__answer p {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hsp-company-overview {
        scroll-behavior: auto;
    }
}
