:root {
    /* Home/eCommerce-aligned responsive shell and hero scale. */
    --logistics-shell-width: var(--site-shell-width, calc(100% - clamp(32px, 8vw, 128px)));
    --logistics-shell-max-width: var(--site-shell-max-width, 1424px);
    --logistics-shell-gutter: clamp(12px, 1.1vw, 16px);
    --logistics-hero-title-size: 34px;
    --logistics-hero-description-size: 16px;
    --logistics-services-title-size: 28px;
    --logistics-services-intro-size: 17px;
    --logistics-service-title-size: 17px;
    --logistics-service-description-size: 15px;
    --logistics-partner-title-size: 28px;
    --logistics-partner-description-size: 17px;
    --logistics-partner-tab-size: 16px;
    --logistics-partner-tab-active-size: var(--logistics-partner-tab-size);
    --logistics-partner-card-title-size: 20px;
    --logistics-partner-card-description-size: 15px;
    --logistics-why-title-size: 28px;
    --logistics-why-description-size: 16px;
    --logistics-why-label-size: 16px;
    --logistics-why-card-title-size: 18px;
    --logistics-why-card-description-size: 17px;
    --logistics-cta-title-size: 24px;
    --logistics-cta-description-size: 15px;
    --logistics-cta-button-size: 16px;
}

@media (min-width: 576px) {
    :root {
        --logistics-hero-title-size: 38px;
        --logistics-hero-description-size: 18px;
        --logistics-services-title-size: 32px;
        --logistics-services-intro-size: 18px;
        --logistics-service-title-size: 18px;
        --logistics-service-description-size: 16px;
        --logistics-partner-title-size: 32px;
        --logistics-partner-description-size: 18px;
        --logistics-partner-tab-size: 18px;
        --logistics-partner-card-description-size: 16px;
        --logistics-why-title-size: 32px;
        --logistics-why-description-size: 17px;
        --logistics-why-label-size: 17px;
        --logistics-cta-title-size: 28px;
        --logistics-cta-description-size: 17px;
        --logistics-cta-button-size: 17px;
    }
}

@media (min-width: 768px) {
    :root {
        --logistics-hero-title-size: clamp(38px, 3vw, 60px);
        --logistics-hero-description-size: clamp(18px, 1.4vw, 28px);
        --logistics-services-intro-size: 19px;
        --logistics-partner-title-size: 34px;
        --logistics-partner-description-size: 20px;
        --logistics-partner-card-title-size: 22px;
        --logistics-partner-card-description-size: 18px;
        --logistics-why-title-size: 34px;
        --logistics-why-description-size: 18px;
        --logistics-why-label-size: 18px;
        --logistics-cta-title-size: 30px;
        --logistics-cta-description-size: 18px;
        --logistics-cta-button-size: 18px;
    }
}

@media (min-width: 992px) {
    :root {
        --logistics-services-title-size: 36px;
        --logistics-services-intro-size: 18px;
        --logistics-service-title-size: 20px;
        --logistics-service-description-size: 18px;
        --logistics-partner-title-size: 32px;
        --logistics-partner-description-size: 18px;
        --logistics-partner-tab-size: 22px;
        --logistics-partner-tab-active-size: 24px;
        --logistics-partner-card-title-size: 22px;
        --logistics-partner-card-description-size: 18px;
        --logistics-why-title-size: 36px;
        --logistics-why-description-size: 18px;
        --logistics-why-label-size: 18px;
        --logistics-why-card-title-size: 18px;
        --logistics-why-card-description-size: 17px;
        --logistics-cta-title-size: 32px;
        --logistics-cta-description-size: 22px;
        --logistics-cta-button-size: 20px;
    }
}

    :is(#hero, #logistics-services, #logistics-partner, #why) > .container {
        width: var(--logistics-shell-width);
        max-width: var(--logistics-shell-max-width);
        margin-right: auto;
        margin-left: auto;
        padding-right: var(--logistics-shell-gutter);
        padding-left: var(--logistics-shell-gutter);
    }

#hero,
.logistics-services-section,
.logistics-partner-section,
.why-section {
        max-width: 100%;
        overflow-x: clip;
    }

    #hero {
        position: relative;
        box-sizing: border-box;
        height: 101vh;
        min-height: 720px;
        padding-top: var(--site-navbar-space, 0px);
        overflow: hidden;
    }

    #hero::after {
        content: "";
        position: absolute;
        top: calc(var(--site-navbar-space, 0px) * -1);
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: none;
        background: rgba(226, 82, 87, 0.72);
    }

    #hero .container {
        position: relative;
        height: 100%;
        z-index: 2;
    }

    .hero-content{
        position: absolute;
        top: 38%;
        left: 0;
        width: min(62%, 900px);
        max-width: 100%;
        color: #fff;
        text-align: left;
        transform: translateY(-50%);
    }

    .hero-title {
        color: var(--Neutral-10, #FFF);
        margin: 0 0 clamp(12px, 1.2vw, 16px);
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-hero-title-size);
        font-style: normal;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0;
    }

    .hero-description{
        max-width: 650px;
        margin: 0;
        color: var(--Neutral-10, #FFF);
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-hero-description-size);
        font-style: normal;
        font-weight: 400;
        line-height: 1.45;
        letter-spacing: 0;
    }

    .logistics-services-section {
        background: #FFFFFF;
        padding: clamp(56px, 5.1vw, 74px) 0 clamp(56px, 4.3vw, 62px);
    }

    .logistics-services-inner {
        max-width: 1440px;
        margin: 0 auto;
    }

    .logistics-services-title {
        margin: 0;
        color: var(--Neutral-100, #212121);
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-services-title-size);
        font-style: normal;
        font-weight: 700;
        line-height: 1.08;
        letter-spacing: 0;
    }

    .logistics-services-intro {
        max-width: 590px;
        margin: 0;
        color: var(--Neutral-100, #212121);
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-services-intro-size);
        font-style: normal;
        font-weight: 400;
        line-height: 1.22;
        letter-spacing: 0;
    }

    .logistics-services-layout {
        margin-top: clamp(32px, 3.3vw, 48px);
    }

    .logistics-services-media-col,
    .logistics-services-list-col,
    .logistics-partner-tabs-col,
    .logistics-partner-card-col {
        min-width: 0;
    }

    .logistics-services-list-col {
        display: flex;
    }

    .logistics-services-media {
        overflow: hidden;
        width: 100%;
        aspect-ratio: 1.54 / 1;
        border-radius: 18px;
        background: #F5F5F5;
    }

    .logistics-services-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .logistics-services-list-wrap {
        display: grid;
        grid-template-columns: 4px minmax(0, 1fr);
        column-gap: 16px;
        align-items: stretch;
        width: 100%;
        aspect-ratio: 1.54 / 1;
        height: auto;
    }

    .logistics-services-track {
        position: relative;
        width: 4px;
        height: 100%;
        min-height: 0;
        background: #CFCFCF;
        overflow: hidden;
    }

    .logistics-services-indicator {
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        background: #0071BD;
        transition: top 0.22s ease, height 0.22s ease;
    }

    .logistics-services-list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 0;
        height: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .logistics-service-option {
        display: block;
        width: 100%;
        min-height: 52px;
        padding: 0;
        border: 0;
        background: transparent;
        color: var(--Neutral-100, #212121);
        text-align: left;
        cursor: pointer;
    }

    .logistics-service-option-title {
        display: block;
        color: var(--Neutral-100, #212121);
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-service-title-size);
        font-style: normal;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0;
    }

    .logistics-service-option-desc {
        display: none;
        max-width: 600px;
        margin: 8px 0 0;
        color: var(--Neutral-100, #212121);
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-service-description-size);
        font-style: normal;
        font-weight: 400;
        line-height: 1.35;
        letter-spacing: 0;
    }

    .logistics-service-option.active .logistics-service-option-desc {
        display: block;
    }

    @media screen and (max-width: 1199.98px) {
        .logistics-service-option {
            min-height: 46px;
        }

        .logistics-service-option-title {
            line-height: 1.18;
        }

        .logistics-service-option-desc {
            max-width: 540px;
            line-height: 1.28;
        }
    }

    @media screen and (min-width: 1200px) and (max-width: 1399.98px) {
        .logistics-service-option {
            min-height: 48px;
        }

        .logistics-service-option-desc {
            line-height: 1.3;
        }
    }

    @media screen and (min-width: 992px) and (max-width: 1050px) {
        .logistics-services-list-wrap {
            column-gap: 14px;
        }

        .logistics-service-option {
            min-height: 42px;
        }

        .logistics-service-option-title {
            line-height: 1.16;
        }

        .logistics-service-option-desc {
            margin-top: 6px;
            line-height: 1.24;
        }
    }

    @media screen and (max-width: 991.98px) {
        .logistics-services-section {
            padding: clamp(48px, 5.7vw, 56px) 0;
        }

        .logistics-services-layout {
            margin-top: clamp(28px, 3.4vw, 34px);
        }

        .logistics-services-intro {
            max-width: 100%;
        }

        .logistics-services-list-wrap {
            aspect-ratio: auto;
            height: auto;
        }

        .logistics-services-list,
        .logistics-services-track {
            min-height: auto;
            height: auto;
        }

        .logistics-services-list {
            gap: clamp(18px, 2.2vw, 22px);
        }
    }

    .logistics-partner-section {
        overflow: hidden;
        background:
            radial-gradient(circle at 50% 0%, rgba(0, 113, 189, 0.92) 0%, rgba(0, 49, 79, 0.82) 42%, rgba(0, 0, 0, 0.98) 86%),
            #000000;
        padding: clamp(56px, 5vw, 88px) 0 clamp(64px, 6vw, 78px);
    }

    .logistics-partner-inner {
        max-width: 1440px;
        margin: 0 auto;
    }

    .logistics-partner-title {
        margin: 0;
        color: #FFFFFF;
        text-align: center;
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-partner-title-size);
        font-style: normal;
        font-weight: 700;
        line-height: 1.18;
        letter-spacing: 0;
    }

    .logistics-partner-description {
        max-width: 1240px;
        margin: clamp(14px, 1.5vw, 20px) auto 0;
        color: #FFFFFF;
        text-align: center;
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-partner-description-size);
        font-style: normal;
        font-weight: 400;
        line-height: 1.35;
        letter-spacing: 0;
    }

    .logistics-partner-layout {
        display: grid;
        grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
        gap: clamp(32px, 4vw, 74px);
        align-items: start;
        min-height: 0;
        margin-top: clamp(28px, 3vw, 42px);
    }

    .logistics-partner-layout.row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }

    .logistics-partner-tabs-col,
    .logistics-partner-card-col {
        width: auto;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }

    .logistics-partner-tabs {
        display: flex;
        flex-direction: column;
        gap: clamp(10px, 1.4vw, 26px);
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .logistics-partner-tab {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: clamp(50px, 4.25vw, 62px);
        padding: clamp(10px, 1vw, 14px) clamp(14px, 1.4vw, 18px);
        border: 0;
        border-radius: 8px;
        background: transparent;
        color: #FFFFFF;
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-partner-tab-size);
        font-style: normal;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0;
        text-align: left;
        cursor: pointer;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .logistics-partner-tab.active {
        background: #E8F6FF;
        color: #0071BD;
        font-size: var(--logistics-partner-tab-active-size);
        font-weight: 700;
    }

    .logistics-partner-card {
        overflow: hidden;
        display: flex;
        min-height: clamp(430px, 32vw, 520px);
        flex-direction: column;
        border-radius: 16px;
        background: #FFFFFF;
        box-sizing: border-box;
        padding: clamp(12px, 1vw, 14px) clamp(12px, 1vw, 14px) clamp(10px, 1vw, 14px);
    }

    .logistics-partner-media {
        overflow: hidden;
        flex: 0 1 auto;
        min-height: 0;
        width: 100%;
        aspect-ratio: 2.82 / 1;
        border-radius: 6px;
        background: #F3F3F3;
    }

    .logistics-partner-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .logistics-partner-image.is-contain {
        object-fit: contain;
        padding: 44px 64px;
    }

    .logistics-partner-card-title {
        margin: 12px 0 8px;
        color: #212121;
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-partner-card-title-size);
        font-style: normal;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0;
    }

    .logistics-partner-card-desc {
        flex: 1 1 auto;
        min-height: 0;
        margin: 0;
        color: #616161;
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-partner-card-description-size);
        font-style: normal;
        font-weight: 400;
        line-height: 1.35;
        letter-spacing: 0;
    }

    @media screen and (max-width: 1199.98px) {
        .logistics-partner-layout {
            min-height: 0;
        }

        .logistics-partner-card {
            min-height: clamp(400px, 42vw, 500px);
        }
    }

    @media screen and (max-width: 991.98px) {
        .logistics-partner-section {
            padding: 64px 0 76px;
        }

        .logistics-partner-layout {
            display: flex;
            min-height: 0;
            margin-top: 34px;
        }

        .logistics-partner-card {
            min-height: 0;
        }

        .logistics-partner-tabs {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
        }

        .logistics-partner-tab {
            min-height: 58px;
        }

    }

    @media screen and (max-width: 575.98px) {
        .logistics-partner-tabs {
            grid-template-columns: 1fr;
        }

        .logistics-partner-tab {
            min-height: 54px;
        }

        .logistics-partner-image.is-contain {
            padding: 28px;
        }
    }

    .background-video {
        position: absolute; 
        top: calc(var(--site-navbar-space, 0px) * -1);
        left: 0;
        z-index: 0;
        width: 100%; 
        height: calc(100% + var(--site-navbar-space, 0px)); 
        object-fit: cover;
        object-position: center;
    }

    @media screen and (max-width: 991.98px) {
        .hero-content {
            left: 0;
            width: min(72%, 640px);
            max-width: 100%;
        }
    }

    @media screen and (max-width: 575.98px) {
        .hero-content {
            top: 38%;
            width: 100%;
        }
    }

    .why-background {
        border-radius: 24px;
        background: var(--Neutral-20, #F5F5F5);
    }

    .why-section {
        width: min(100% - 32px, 1682px);
        margin: 0 auto;
        padding: 64px 0 58px;
        scroll-margin-top: var(--site-navbar-space, 148px);
    }

    .why-section .container {
        max-width: 1424px;
        margin-top: 0 !important;
    }

    .why-content {
        padding: 0 !important;
    }

    .why-copy,
    .why-gains {
        min-width: 0;
    }

    .why-title{
        color: var(--Neutral-100, #212121);
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-why-title-size);
        font-style: normal;
        font-weight: 700;
        line-height: 54px; /* 142.105% */
        letter-spacing: -0.005px;
        margin: 0 0 24px;
        max-width: 650px;
    }

    .why-card{
        border-radius: 16px;
        border: 1px solid var(--Neutral-50, #BDBDBD);
        background: #F5F5F5;
        box-shadow: none;
        margin-bottom: 18px !important;
        padding: 20px 18px !important;
    }

    .why-desc{
        color: var(--Neutral-80, #616161);
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-why-description-size);
        font-style: normal;
        font-weight: 400;
        line-height: 27px; /* 150% */
        letter-spacing: -0.003px;
        margin: 0 0 22px;
        max-width: 670px;
    }

    .section-why{
        color: var(--Neutral-100, #212121);
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-why-label-size);
        font-style: normal;
        font-weight: 700;
        line-height: 27px; /* 150% */
        letter-spacing: -0.003px;
        margin: 0 0 22px;
    }

    .why-sub-title{
        color: var(--STORE2GO-Normal, #0071BD);
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-why-card-title-size);
        font-style: normal;
        font-weight: 700;
        line-height: 27px; /* 150% */
        letter-spacing: -0.003px;
        margin: 0 0 18px !important;
    }

    .why-sub-desc{
        color: var(--Neutral-80, #616161);
        font-family: Poppins, sans-serif;
        font-size: var(--logistics-why-card-description-size);
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        letter-spacing: -0.002px;
        margin: 0;
    }

    .why-image {
        display: block;
        width: 100%;
        max-height: 535px;
        aspect-ratio: 1.28 / 1;
        border-radius: 14px;
        object-fit: cover;
    }

    @media screen and (min-width: 992px) {
        .why-content {
            align-items: stretch !important;
        }

        .why-copy {
            display: flex;
            flex-direction: column;
        }

        .why-image {
            flex: 1 1 auto;
            height: 100%;
            max-height: none;
            aspect-ratio: auto;
            margin-bottom: 15px;
            object-position: center bottom;
        }
    }

    @media screen and (max-width: 991.98px) {
        .why-section {
            width: min(100% - 24px, 1682px);
            padding: 48px 0;
        }

        .why-title {
            line-height: 1.28;
        }
    }

    @media screen and (max-width: 575.98px) {
        .why-section {
            border-radius: 18px;
            padding: 34px 0;
        }

        .why-desc,
        .section-why {
            line-height: 24px;
        }

        .why-card {
            padding: 18px 16px !important;
        }
    }

    @media (min-width: 992px) {
        .logistics-service-option-title {
            line-height: 1.25;
        }

        .logistics-service-option-desc {
            line-height: 1.35;
        }

        .logistics-services-title,
        .logistics-partner-title,
        .why-title {
            line-height: 1.18;
        }

        .logistics-services-intro,
        .logistics-partner-description,
        .why-desc {
            line-height: 1.35;
        }
    }

/*
 * Fluid layout parity with the eCommerce solution page.
 * Bootstrap still provides the markup utilities, while these grids keep the
 * compositions proportional through tablet and compact-desktop viewports.
 */
.logistics-services-heading-row.row,
.logistics-services-layout.row,
.why-content.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-right: 0;
    margin-left: 0;
}

.logistics-services-heading-row,
.logistics-services-layout,
.why-content {
    display: grid;
}

.logistics-services-heading-row > *,
.logistics-services-layout > *,
.why-content > * {
    width: auto;
    max-width: none;
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
}

.logistics-services-heading-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 3.9vw, 56px);
}

.logistics-services-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    gap: clamp(32px, 3.9vw, 56px);
}

.logistics-services-media {
    min-height: clamp(300px, 25vw, 360px);
    aspect-ratio: 1.62 / 1;
}

.logistics-services-list-wrap {
    min-height: clamp(300px, 25vw, 360px);
    aspect-ratio: auto;
}

.logistics-partner-layout {
    grid-template-columns: minmax(260px, 28%) minmax(0, 1fr);
    gap: clamp(28px, 3.2vw, 48px);
    align-items: start !important;
}

.logistics-partner-tabs-col {
    display: block;
}

.logistics-partner-tabs {
    width: 100%;
    justify-content: flex-start;
}

.logistics-partner-card-col {
    display: flex;
}

.logistics-partner-card {
    width: 100%;
    height: 100%;
    min-height: 0;
}

.logistics-partner-image.is-contain {
    padding: clamp(28px, 3.2vw, 48px) clamp(32px, 4.4vw, 64px);
}

.why-content {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    gap: clamp(32px, 3.9vw, 56px);
    align-items: stretch !important;
}

@media screen and (min-width: 992px) {
    .why-copy {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .why-image {
        flex: 1 1 0;
        min-height: 0;
        height: 0;
        max-height: none;
        aspect-ratio: auto;
        margin-bottom: 0;
    }

    .why-gains .why-card:last-child {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 1199.98px) {
    .logistics-services-heading-row,
    .logistics-services-layout {
        gap: clamp(28px, 3.2vw, 38px);
    }

    .logistics-partner-layout {
        grid-template-columns: minmax(240px, 32%) minmax(0, 1fr);
        gap: clamp(28px, 3vw, 36px);
    }

    .why-content {
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        gap: clamp(28px, 3.2vw, 40px);
    }
}

@media screen and (max-width: 991.98px) {
    .logistics-services-heading-row,
    .logistics-services-layout,
    .logistics-partner-layout,
    .why-content {
        grid-template-columns: minmax(0, 1fr);
    }

    .logistics-services-heading-row {
        gap: clamp(16px, 2.2vw, 20px);
    }

    .logistics-services-layout {
        gap: clamp(24px, 3vw, 30px);
    }

    .logistics-services-media {
        min-height: 0;
        aspect-ratio: 1.62 / 1;
    }

    .logistics-services-list-wrap {
        min-height: 0;
    }

    .logistics-partner-layout {
        display: grid;
        gap: clamp(28px, 3.4vw, 34px);
    }

    .logistics-partner-card-col {
        display: block;
    }

    .logistics-partner-tabs-col {
        display: block;
    }

    .logistics-partner-tabs {
        justify-content: initial;
    }

    .logistics-partner-card {
        height: auto;
    }

    .why-content {
        gap: clamp(28px, 4vw, 38px);
    }
}

/* Keep the responsive canvas free from legacy hard-coded desktop heights. */
@media screen and (min-width: 992px) {
    .logistics-partner-section {
        box-sizing: border-box;
        height: auto;
        min-height: 0;
        padding-bottom: clamp(64px, 6vw, 96px);
    }

    .logistics-partner-layout,
    .logistics-partner-card-col {
        height: auto;
        min-height: 0;
    }

    .logistics-partner-card {
        height: auto;
        min-height: 0;
        max-height: none;
    }

    .logistics-partner-tabs {
        gap: 18px;
    }

    .logistics-partner-tab {
        width: var(--logistics-partner-tab-width, max-content);
        max-width: 100%;
        min-height: clamp(58px, 5vw, 72px);
        padding: clamp(10px, 1vw, 14px) clamp(14px, 1.4vw, 20px);
        white-space: nowrap;
    }

    .logistics-partner-tab.active {
        width: 100%;
    }

    .logistics-partner-tab.logistics-partner-tab-measure {
        position: absolute;
        width: max-content;
        max-width: none;
        visibility: hidden;
        pointer-events: none;
    }
}

/* Compact desktop: reduce vertical rhythm when the browser is wide but short. */
@media screen and (min-width: 992px) and (max-height: 700px) {
    .logistics-partner-section {
        padding-top: clamp(44px, 8vh, 56px);
        padding-bottom: clamp(44px, 8vh, 56px);
    }

    .logistics-partner-description {
        margin-top: clamp(10px, 2.4vh, 14px);
    }

    .logistics-partner-layout {
        margin-top: clamp(20px, 4vh, 28px);
    }

    .logistics-partner-media {
        aspect-ratio: 2.82 / 1;
    }

    .logistics-partner-image.is-contain {
        padding-top: clamp(22px, 5vh, 32px);
        padding-bottom: clamp(22px, 5vh, 32px);
    }

    .logistics-partner-card-title {
        margin: 10px 0 6px;
        font-size: clamp(20px, 3.6vh, var(--logistics-partner-card-title-size));
        font-size: clamp(20px, 3.6dvh, var(--logistics-partner-card-title-size));
    }

    .logistics-partner-card-desc {
        font-size: clamp(16px, 3vh, var(--logistics-partner-card-description-size));
        font-size: clamp(16px, 3dvh, var(--logistics-partner-card-description-size));
        line-height: 1.3;
    }
}

/* JS measures the tallest tab content, matching ecommerce's stacked-panel height. */
.logistics-partner-card-col {
    position: relative;
}

.logistics-partner-card {
    height: var(--logistics-partner-card-height, auto);
    min-height: 0;
}

.logistics-partner-card.logistics-partner-card-measure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    visibility: hidden;
    pointer-events: none;
}
