.hsp-solution-page--cold-storage {
    --hspcold-navy: #082b50;
    --hspcold-blue: #163a5f;
    --hspcold-orange: #e56f19;
    --hspcold-text: #33485d;
    --hspcold-muted: #667789;
    --hspcold-line: #d8e0e8;
    --hspcold-soft: #f3f6f8;
    --hspcold-white: #fff;
    overflow-x: clip;
}

.hsp-solution-page--cold-storage .hspcold-page,
.hsp-solution-page--cold-storage .hspcold-page * {
    box-sizing: border-box;
}

.hsp-solution-page--cold-storage .hspcold-page {
    overflow: clip;
    color: var(--hspcold-text);
    background: var(--hspcold-white);
}

.hsp-solution-page--cold-storage .hspcold-page .hspes-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.hsp-solution-page--cold-storage .hspcold-page a {
    color: var(--hspcold-blue);
    text-underline-offset: 3px;
}

.hsp-solution-page--cold-storage .hspcold-page a:focus-visible,
.hsp-solution-page--cold-storage .hspcold-page button:focus-visible,
.hsp-solution-page--cold-storage .hspcold-page select:focus-visible,
.hsp-solution-page--cold-storage .hspcold-page summary:focus-visible,
.hsp-solution-page--cold-storage .hspcold-page input:focus-visible,
.hsp-solution-page--cold-storage .hspcold-page textarea:focus-visible {
    outline: 3px solid rgba(229, 111, 25, .32);
    outline-offset: 3px;
}

.hsp-solution-page--cold-storage .hspcold-section-heading {
    max-width: 850px;
    margin: 0 0 26px;
}

.hsp-solution-page--cold-storage .hspcold-section-heading h2 {
    margin: 0;
    color: var(--hspcold-navy);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 720;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.hsp-solution-page--cold-storage .hspcold-section-heading p {
    margin: 14px 0 0;
    color: var(--hspcold-text);
    font-size: 17px;
    line-height: 1.65;
}

.hsp-solution-page--cold-storage .hspcold-hero {
    position: relative;
    display: flex;
    min-height: 520px;
    align-items: center;
    overflow: hidden;
    background: var(--hspcold-navy);
}

.hsp-solution-page--cold-storage .hspcold-hero__media,
.hsp-solution-page--cold-storage .hspcold-hero__overlay {
    position: absolute;
    inset: 0;
    margin: 0;
}

.hsp-solution-page--cold-storage .hspcold-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
}

.hsp-solution-page--cold-storage .hspcold-hero__overlay {
    background: rgba(5, 22, 39, .66);
}

.hsp-solution-page--cold-storage .hspcold-hero__content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding-block: 72px;
    color: var(--hspcold-white);
}

.hsp-solution-page--cold-storage .hspcold-hero h1 {
    max-width: 880px;
    margin: 0;
    color: var(--hspcold-white);
    font-size: clamp(42px, 4.5vw, 64px);
    font-weight: 740;
    line-height: 1.06;
    letter-spacing: -.035em;
}

.hsp-solution-page--cold-storage .hspcold-hero p {
    max-width: 840px;
    margin: 18px 0 0;
    color: #eef3f7;
    font-size: 18px;
    line-height: 1.6;
}

.hsp-solution-page--cold-storage .hspcold-hero .hspes-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hsp-solution-page--cold-storage .hspcold-hero .hspes-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.hsp-solution-page--cold-storage .hspcold-hero .hspes-btn--primary {
    color: var(--hspcold-white);
    background: var(--hspcold-orange);
}

.hsp-solution-page--cold-storage .hspcold-hero .hspes-btn--primary:hover {
    background: #c95d10;
}

.hsp-solution-page--cold-storage .hspcold-btn--outline {
    color: var(--hspcold-white) !important;
    border-color: rgba(255, 255, 255, .88) !important;
    background: transparent;
}

.hsp-solution-page--cold-storage .hspcold-btn--outline:hover {
    color: var(--hspcold-navy) !important;
    background: var(--hspcold-white);
}

.hsp-solution-page--cold-storage .hspcold-hero-note {
    border-bottom: 1px solid var(--hspcold-line);
    background: var(--hspcold-white);
}

.hsp-solution-page--cold-storage .hspcold-hero-note p {
    margin: 0;
    padding: 15px 0 15px 18px;
    border-left: 3px solid var(--hspcold-orange);
    color: #4a5d70;
    font-size: 14px;
    line-height: 1.55;
}

.hsp-solution-page--cold-storage .hspcold-configurator {
    scroll-margin-top: 110px;
    padding: 56px 0;
    background: var(--hspcold-soft);
}

.hsp-solution-page--cold-storage .hspcold-configurator__diagram {
    margin: 0;
    border: 1px solid var(--hspcold-line);
    background: var(--hspcold-white);
}

.hsp-solution-page--cold-storage .hspcold-configurator__diagram picture,
.hsp-solution-page--cold-storage .hspcold-configurator__diagram img {
    display: block;
    width: 100%;
    height: auto;
}

.hsp-solution-page--cold-storage .hspcold-configurator__diagram figcaption {
    padding: 11px 16px;
    border-top: 1px solid var(--hspcold-line);
    color: var(--hspcold-muted);
    font-size: 13px;
    line-height: 1.45;
}

.hsp-solution-page--cold-storage .hspcold-configurator__controls {
    margin-top: 30px;
}

.hsp-solution-page--cold-storage .hspcold-choice-group + .hspcold-choice-group {
    margin-top: 22px;
}

.hsp-solution-page--cold-storage .hspcold-choice-group h3 {
    margin: 0 0 10px;
    color: var(--hspcold-navy);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.hsp-solution-page--cold-storage .hspcold-choice-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--hspcold-line);
    border-radius: 4px;
    background: var(--hspcold-line);
}

.hsp-solution-page--cold-storage .hspcold-choice {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 12px 14px;
    border: 0;
    color: var(--hspcold-blue);
    background: var(--hspcold-white);
    cursor: pointer;
    font: inherit;
    text-align: center;
}

.hsp-solution-page--cold-storage .hspcold-choice strong {
    font-size: 14px;
    font-weight: 680;
    line-height: 1.35;
}

.hsp-solution-page--cold-storage .hspcold-choice:hover {
    background: #f7fafc;
}

.hsp-solution-page--cold-storage .hspcold-choice[aria-pressed="true"] {
    color: var(--hspcold-navy);
    background: #eef5fa;
}

.hsp-solution-page--cold-storage .hspcold-choice[aria-pressed="true"]::before {
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--hspcold-orange);
    content: "";
}

.hsp-solution-page--cold-storage .hspcold-mobile-controls {
    display: none;
}

.hsp-solution-page--cold-storage .hspcold-result {
    display: grid;
    grid-template-columns: 1.25fr .9fr .9fr;
    margin-top: 30px;
    border-block: 1px solid var(--hspcold-line);
    background: var(--hspcold-white);
}

.hsp-solution-page--cold-storage .hspcold-result > section {
    min-width: 0;
    min-height: 176px;
    padding: 24px 28px;
}

.hsp-solution-page--cold-storage .hspcold-result > section + section {
    border-left: 1px solid var(--hspcold-line);
}

.hsp-solution-page--cold-storage .hspcold-result h3 {
    margin: 0 0 13px;
    color: var(--hspcold-navy);
    font-size: 16px;
    font-weight: 720;
    line-height: 1.35;
}

.hsp-solution-page--cold-storage .hspcold-result p,
.hsp-solution-page--cold-storage .hspcold-result ul {
    margin: 0;
    color: var(--hspcold-text);
    font-size: 14px;
    line-height: 1.58;
}

.hsp-solution-page--cold-storage .hspcold-result ul {
    display: grid;
    gap: 8px;
    padding: 0;
    list-style: none;
}

.hsp-solution-page--cold-storage .hspcold-result li {
    position: relative;
    padding-left: 14px;
}

.hsp-solution-page--cold-storage .hspcold-result li::before {
    position: absolute;
    top: .65em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--hspcold-orange);
    content: "";
}

.hsp-solution-page--cold-storage .hspcold-result a {
    color: var(--hspcold-blue);
    font-weight: 650;
}

.hsp-solution-page--cold-storage .hspcold-result__fallback {
    margin: 12px 0 0;
    color: var(--hspcold-muted);
    font-size: 14px;
}

.hsp-solution-page--cold-storage .hspcold-door-matrix,
.hsp-solution-page--cold-storage .hspcold-scope,
.hsp-solution-page--cold-storage .hspcold-faq,
.hsp-solution-page--cold-storage .hspcold-application {
    padding: 56px 0;
    background: var(--hspcold-white);
}

.hsp-solution-page--cold-storage .hspcold-door-matrix__scroll {
    overflow: hidden;
    border: 1px solid var(--hspcold-line);
}

.hsp-solution-page--cold-storage .hspcold-door-matrix table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    background: var(--hspcold-white);
}

.hsp-solution-page--cold-storage .hspcold-door-matrix th,
.hsp-solution-page--cold-storage .hspcold-door-matrix td {
    padding: 18px 20px;
    border: 0;
    border-bottom: 1px solid var(--hspcold-line);
    color: var(--hspcold-text);
    font-size: 14px;
    line-height: 1.52;
    text-align: left;
    vertical-align: top;
}

.hsp-solution-page--cold-storage .hspcold-door-matrix tr > * + * {
    border-left: 1px solid var(--hspcold-line);
}

.hsp-solution-page--cold-storage .hspcold-door-matrix thead th {
    color: var(--hspcold-navy);
    background: #f7f9fb;
    font-weight: 720;
}

.hsp-solution-page--cold-storage .hspcold-door-matrix tbody th {
    color: var(--hspcold-blue);
    font-weight: 700;
}

.hsp-solution-page--cold-storage .hspcold-door-matrix tbody tr:last-child > * {
    border-bottom: 0;
}

.hsp-solution-page--cold-storage .hspcold-review-data {
    padding: 56px 0;
    background: var(--hspcold-soft);
}

.hsp-solution-page--cold-storage .hspcold-review-data__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hsp-solution-page--cold-storage .hspcold-review-data__grid > section {
    min-width: 0;
    padding: 0 34px;
}

.hsp-solution-page--cold-storage .hspcold-review-data__grid > section:first-child {
    padding-left: 0;
}

.hsp-solution-page--cold-storage .hspcold-review-data__grid > section:last-child {
    padding-right: 0;
}

.hsp-solution-page--cold-storage .hspcold-review-data__grid > section + section {
    border-left: 1px solid var(--hspcold-line);
}

.hsp-solution-page--cold-storage .hspcold-review-data h3,
.hsp-solution-page--cold-storage .hspcold-scope h3 {
    margin: 0 0 18px;
    color: var(--hspcold-navy);
    font-size: 19px;
    font-weight: 720;
    line-height: 1.35;
}

.hsp-solution-page--cold-storage .hspcold-review-data ul,
.hsp-solution-page--cold-storage .hspcold-scope ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hsp-solution-page--cold-storage .hspcold-review-data li,
.hsp-solution-page--cold-storage .hspcold-scope__grid li {
    position: relative;
    padding-left: 17px;
    color: var(--hspcold-text);
    font-size: 15px;
    line-height: 1.5;
}

.hsp-solution-page--cold-storage .hspcold-review-data li::before,
.hsp-solution-page--cold-storage .hspcold-scope__grid li::before {
    position: absolute;
    top: .65em;
    left: 0;
    width: 6px;
    height: 2px;
    background: var(--hspcold-orange);
    content: "";
}

.hsp-solution-page--cold-storage .hspcold-scope__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hsp-solution-page--cold-storage .hspcold-scope__grid > section {
    min-width: 0;
    padding-right: 44px;
}

.hsp-solution-page--cold-storage .hspcold-scope__grid > section + section {
    padding: 0 0 0 44px;
    border-left: 1px solid var(--hspcold-line);
}

.hsp-solution-page--cold-storage .hspcold-scope__result {
    margin: 34px 0 0;
    padding: 16px 18px;
    border-left: 3px solid var(--hspcold-orange);
    color: var(--hspcold-navy);
    background: var(--hspcold-soft);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.5;
}

.hsp-solution-page--cold-storage .hspcold-scope__resources ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    margin-top: 20px;
}

.hsp-solution-page--cold-storage .hspcold-scope__resources li {
    padding: 0;
    font-size: 14px;
}

.hsp-solution-page--cold-storage .hspcold-scope__resources a {
    font-weight: 650;
}

.hsp-solution-page--cold-storage .hspcold-products {
    padding: 12px 0 68px;
    background: var(--hspcold-white);
}

.hsp-solution-page--cold-storage .hspcold-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.hsp-solution-page--cold-storage .hspcold-product-card {
    min-width: 0;
    margin: 0;
    border: 1px solid var(--hspcold-line);
    background: var(--hspcold-white);
}

.hsp-solution-page--cold-storage .hspcold-product-card > a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.hsp-solution-page--cold-storage .hspcold-product-card figure {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    background: var(--hspcold-soft);
}

.hsp-solution-page--cold-storage .hspcold-product-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hsp-solution-page--cold-storage .hspcold-product-card h3 {
    margin: 0;
    padding: 15px 16px 17px;
    color: var(--hspcold-navy);
    font-size: 15px;
    line-height: 1.4;
}

.hsp-solution-page--cold-storage .hspcold-faq {
    border-top: 1px solid var(--hspcold-line);
}

.hsp-solution-page--cold-storage .hspcold-faq__items {
    max-width: 960px;
    border-top: 1px solid var(--hspcold-line);
}

.hsp-solution-page--cold-storage .hspcold-faq details {
    border-bottom: 1px solid var(--hspcold-line);
}

.hsp-solution-page--cold-storage .hspcold-faq summary {
    position: relative;
    padding: 19px 44px 19px 0;
    color: var(--hspcold-navy);
    cursor: pointer;
    font-size: 17px;
    font-weight: 680;
    line-height: 1.4;
    list-style: none;
}

.hsp-solution-page--cold-storage .hspcold-faq summary::-webkit-details-marker {
    display: none;
}

.hsp-solution-page--cold-storage .hspcold-faq summary::after {
    position: absolute;
    top: 50%;
    right: 8px;
    color: var(--hspcold-orange);
    content: "+";
    font-size: 24px;
    font-weight: 400;
    transform: translateY(-50%);
}

.hsp-solution-page--cold-storage .hspcold-faq details[open] summary::after {
    content: "−";
}

.hsp-solution-page--cold-storage .hspcold-faq details > div {
    max-width: 850px;
    padding: 0 44px 20px 0;
}

.hsp-solution-page--cold-storage .hspcold-faq p {
    margin: 0;
    color: var(--hspcold-text);
    font-size: 15px;
    line-height: 1.68;
}

.hsp-solution-page--cold-storage .hspcold-application {
    scroll-margin-top: 110px;
    border-top: 1px solid var(--hspcold-line);
}

.hsp-solution-page--cold-storage .hspcold-application__panel {
    padding: 30px;
    border: 1px solid var(--hspcold-line);
    background: #fafbfd;
}

.hsp-solution-page--cold-storage .hspcold-application .htan-form-wrap {
    max-width: none;
    margin: 0;
}

.hsp-solution-page--cold-storage .hspcold-application .htan-rfq-form {
    margin: 0;
}

.hsp-solution-page--cold-storage .hspcold-application .hspc-form-grid,
.hsp-solution-page--cold-storage .hspcold-application .hspf-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.hsp-solution-page--cold-storage .hspcold-application .htan-form-field {
    min-width: 0;
}

.hsp-solution-page--cold-storage .hspcold-application .htan-form-field-wide,
.hsp-solution-page--cold-storage .hspcold-application .cf-turnstile {
    grid-column: 1 / -1;
}

.hsp-solution-page--cold-storage .hspcold-application label,
.hsp-solution-page--cold-storage .hspcold-application .htan-form-label {
    display: block;
    margin-bottom: 7px;
    color: var(--hspcold-navy);
    font-size: 14px;
    font-weight: 650;
}

.hsp-solution-page--cold-storage .hspcold-application input[type="text"],
.hsp-solution-page--cold-storage .hspcold-application input[type="email"],
.hsp-solution-page--cold-storage .hspcold-application input[type="tel"],
.hsp-solution-page--cold-storage .hspcold-application textarea,
.hsp-solution-page--cold-storage .hspcold-application input[type="file"] {
    width: 100%;
    max-width: none;
    border: 1px solid #c9d3dd;
    border-radius: 3px;
    color: var(--hspcold-text);
    background: var(--hspcold-white);
    font: inherit;
}

.hsp-solution-page--cold-storage .hspcold-application input[type="text"],
.hsp-solution-page--cold-storage .hspcold-application input[type="email"],
.hsp-solution-page--cold-storage .hspcold-application input[type="tel"] {
    min-height: 46px;
    padding: 10px 12px;
}

.hsp-solution-page--cold-storage .hspcold-application textarea {
    min-height: 120px;
    padding: 11px 12px;
    resize: vertical;
}

.hsp-solution-page--cold-storage .hspcold-application input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.hsp-solution-page--cold-storage .hspcold-application .hsp-file-picker {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 46px;
    align-items: center;
    gap: 12px;
    padding: 7px;
    overflow: hidden;
    border: 1px solid #c9d3dd;
    border-radius: 3px;
    background: var(--hspcold-white);
}

.hsp-solution-page--cold-storage .hspcold-application .hsp-file-picker__action {
    flex: 0 0 auto;
    max-width: 100%;
    padding: 8px 11px;
    color: var(--hspcold-white);
    background: var(--hspcold-blue);
    font-size: 13px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.hsp-solution-page--cold-storage .hspcold-application .hsp-file-picker__name {
    min-width: 0;
    color: var(--hspcold-muted);
    font-size: 13px;
    overflow-wrap: anywhere;
}

.hsp-solution-page--cold-storage .hspcold-application button[type="submit"] {
    min-height: 48px;
    padding: 12px 24px;
    border: 1px solid var(--hspcold-orange);
    border-radius: 3px;
    color: var(--hspcold-white);
    background: var(--hspcold-orange);
    font-weight: 700;
    cursor: pointer;
}

.hsp-solution-page--cold-storage .hspcold-application button[type="submit"]:hover {
    border-color: #c95d10;
    background: #c95d10;
}

.hsp-solution-page--cold-storage .hspcold-application .htan-consent {
    font-size: 13px;
    line-height: 1.5;
}

.hsp-solution-page--cold-storage .hspcold-privacy {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid var(--hspcold-line);
}

.hsp-solution-page--cold-storage .hspcold-privacy summary {
    color: var(--hspcold-blue);
    cursor: pointer;
    font-weight: 650;
}

.hsp-solution-page--cold-storage .hspcold-privacy p {
    color: var(--hspcold-text);
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .hsp-solution-page--cold-storage .hspcold-choice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hsp-solution-page--cold-storage .hspcold-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .hsp-solution-page--cold-storage .hspcold-page .hspes-container {
        width: min(100% - 32px, 1180px);
    }

    .hsp-solution-page--cold-storage .hspcold-section-heading {
        margin-bottom: 24px;
    }

    .hsp-solution-page--cold-storage .hspcold-section-heading h2 {
        font-size: clamp(27px, 8vw, 34px);
    }

    .hsp-solution-page--cold-storage .hspcold-section-heading p {
        font-size: 16px;
    }

    .hsp-solution-page--cold-storage .hspcold-hero {
        min-height: 600px;
    }

    .hsp-solution-page--cold-storage .hspcold-hero__image {
        object-position: 58% center;
    }

    .hsp-solution-page--cold-storage .hspcold-hero__content {
        padding-block: 64px;
    }

    .hsp-solution-page--cold-storage .hspcold-hero h1 {
        font-size: clamp(34px, 10vw, 44px);
    }

    .hsp-solution-page--cold-storage .hspcold-hero p {
        font-size: 16px;
        line-height: 1.55;
    }

    .hsp-solution-page--cold-storage .hspcold-hero .hspes-actions {
        flex-direction: column;
    }

    .hsp-solution-page--cold-storage .hspcold-hero .hspes-btn {
        width: 100%;
        max-width: 320px;
    }

    .hsp-solution-page--cold-storage .hspcold-configurator,
    .hsp-solution-page--cold-storage .hspcold-door-matrix,
    .hsp-solution-page--cold-storage .hspcold-review-data,
    .hsp-solution-page--cold-storage .hspcold-scope,
    .hsp-solution-page--cold-storage .hspcold-faq,
    .hsp-solution-page--cold-storage .hspcold-application {
        padding: 52px 0;
    }

    .hsp-solution-page--cold-storage .hspcold-desktop-controls {
        display: none;
    }

    .hsp-solution-page--cold-storage .hspcold-mobile-controls {
        display: grid;
        gap: 16px;
    }

    .hsp-solution-page--cold-storage .hspcold-select-group label {
        display: block;
        margin-bottom: 7px;
        color: var(--hspcold-navy);
        font-size: 14px;
        font-weight: 700;
    }

    .hsp-solution-page--cold-storage .hspcold-select-group select {
        width: 100%;
        min-height: 48px;
        padding: 9px 38px 9px 11px;
        border: 1px solid #bdc9d4;
        border-radius: 3px;
        color: var(--hspcold-navy);
        background: var(--hspcold-white);
        font: inherit;
    }

    .hsp-solution-page--cold-storage .hspcold-result {
        grid-template-columns: 1fr;
    }

    .hsp-solution-page--cold-storage .hspcold-result > section {
        min-height: 0;
        padding: 22px 20px;
    }

    .hsp-solution-page--cold-storage .hspcold-result > section + section {
        border-top: 1px solid var(--hspcold-line);
        border-left: 0;
    }

    .hsp-solution-page--cold-storage .hspcold-door-matrix__scroll {
        border: 0;
        overflow: visible;
    }

    .hsp-solution-page--cold-storage .hspcold-door-matrix table,
    .hsp-solution-page--cold-storage .hspcold-door-matrix thead,
    .hsp-solution-page--cold-storage .hspcold-door-matrix tbody,
    .hsp-solution-page--cold-storage .hspcold-door-matrix tr,
    .hsp-solution-page--cold-storage .hspcold-door-matrix th,
    .hsp-solution-page--cold-storage .hspcold-door-matrix td {
        display: block;
        width: 100%;
    }

    .hsp-solution-page--cold-storage .hspcold-door-matrix thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .hsp-solution-page--cold-storage .hspcold-door-matrix tbody tr {
        margin-top: 14px;
        border: 1px solid var(--hspcold-line);
    }

    .hsp-solution-page--cold-storage .hspcold-door-matrix tbody tr:first-child {
        margin-top: 0;
    }

    .hsp-solution-page--cold-storage .hspcold-door-matrix th,
    .hsp-solution-page--cold-storage .hspcold-door-matrix td {
        padding: 13px 14px;
        border: 0;
        border-bottom: 1px solid var(--hspcold-line);
    }

    .hsp-solution-page--cold-storage .hspcold-door-matrix tr > * + * {
        border-left: 0;
    }

    .hsp-solution-page--cold-storage .hspcold-door-matrix tbody tr > *:last-child {
        border-bottom: 0;
    }

    .hsp-solution-page--cold-storage .hspcold-door-matrix td::before {
        display: block;
        margin-bottom: 5px;
        color: var(--hspcold-muted);
        content: attr(data-label);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .02em;
        line-height: 1.3;
        text-transform: uppercase;
    }

    .hsp-solution-page--cold-storage .hspcold-review-data__grid,
    .hsp-solution-page--cold-storage .hspcold-scope__grid {
        grid-template-columns: 1fr;
    }

    .hsp-solution-page--cold-storage .hspcold-review-data__grid > section,
    .hsp-solution-page--cold-storage .hspcold-review-data__grid > section:first-child,
    .hsp-solution-page--cold-storage .hspcold-review-data__grid > section:last-child,
    .hsp-solution-page--cold-storage .hspcold-scope__grid > section,
    .hsp-solution-page--cold-storage .hspcold-scope__grid > section + section {
        padding: 0;
        border-left: 0;
    }

    .hsp-solution-page--cold-storage .hspcold-review-data__grid > section + section,
    .hsp-solution-page--cold-storage .hspcold-scope__grid > section + section {
        margin-top: 28px;
        padding-top: 28px;
        border-top: 1px solid var(--hspcold-line);
    }

    .hsp-solution-page--cold-storage .hspcold-product-grid {
        grid-template-columns: 1fr;
    }

    .hsp-solution-page--cold-storage .hspcold-application__panel {
        padding: 20px;
    }

    .hsp-solution-page--cold-storage .hspcold-application .hspc-form-grid,
    .hsp-solution-page--cold-storage .hspcold-application .hspf-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .hsp-solution-page--cold-storage .hspcold-page .hspes-container {
        width: min(100% - 24px, 1180px);
    }

    .hsp-solution-page--cold-storage .hspcold-hero {
        min-height: 620px;
    }

    .hsp-solution-page--cold-storage .hspcold-hero h1 {
        font-size: 34px;
    }

    .hsp-solution-page--cold-storage .hspcold-application__panel {
        padding: 16px;
    }
}

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