:root {
    --ek-ink: #102033;
    --ek-blue: #0058b0;
    --ek-blue-dark: #073b79;
    --ek-gold: #ffd45a;
    --ek-coral: #f26a3d;
    --ek-green: #10866f;
    --ek-paper: #ffffff;
    --ek-soft: #f5f8fc;
    --ek-line: #d9e4f1;
    --ek-muted: #5e7188;
}

.amazon-home {
    background: #eef4f9;
}

.ek-global-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: 22px;
    align-items: stretch;
    margin-bottom: 20px;
    padding: 26px;
    color: #fff;
    background: linear-gradient(110deg, var(--ek-blue-dark) 0%, var(--ek-blue) 48%, #10866f 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.ek-global-hero__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 0;
}

.ek-global-hero__eyebrow {
    display: inline-flex;
    width: fit-content;
    min-height: 30px;
    align-items: center;
    padding: 6px 11px;
    color: #18365f;
    background: var(--ek-gold);
    border-radius: 8px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: 0;
}

.ek-global-hero h2 {
    margin: 16px 0 10px;
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    font-weight: 900;
    letter-spacing: 0;
}

.ek-global-hero p {
    max-width: 720px;
    margin: 0;
    color: #e8f1ff;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
}

.ek-global-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 22px;
}

.ek-global-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    text-decoration: none !important;
}

.ek-global-btn--primary {
    color: #14304f !important;
    background: var(--ek-gold);
    border: 1px solid #efc044;
}

.ek-global-btn--secondary {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.32);
}

.ek-global-btn--link {
    color: #fff !important;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.26);
}

.ek-global-btn:hover,
.ek-global-btn:focus {
    text-decoration: none !important;
    transform: translateY(-1px);
}

.ek-global-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 640px;
    margin-top: 24px;
}

.ek-global-hero__stats span {
    min-width: 0;
    padding: 13px 14px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 8px;
}

.ek-global-hero__stats strong,
.ek-global-hero__stats small {
    display: block;
}

.ek-global-hero__stats strong {
    color: #fff;
    font-size: 23px;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: 0;
}

.ek-global-hero__stats small {
    margin-top: 2px;
    color: #d7e7fa;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

.ek-global-hero__visual {
    min-width: 0;
}

.ek-global-sourcing-board {
    height: 100%;
    min-height: 356px;
    padding: 16px;
    color: var(--ek-ink);
    background: var(--ek-paper);
    border-radius: 8px;
    box-shadow: 0 18px 34px rgba(8, 33, 72, 0.18);
}

.ek-global-sourcing-board__header,
.ek-global-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.ek-global-sourcing-board__header {
    margin-bottom: 12px;
}

.ek-global-sourcing-board__header span,
.ek-global-section-head span {
    display: block;
    color: var(--ek-coral);
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ek-global-sourcing-board__header a,
.ek-global-section-head a {
    color: var(--ek-blue) !important;
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
    white-space: nowrap;
    text-decoration: none !important;
}

.ek-global-product-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ek-global-product-chip {
    min-width: 0;
    min-height: 132px;
    display: flex;
    flex-direction: column;
    color: var(--ek-ink) !important;
    background: var(--ek-soft);
    border: 1px solid var(--ek-line);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none !important;
}

.ek-global-product-chip:first-child {
    grid-row: span 2;
}

.ek-global-product-chip img {
    width: 100%;
    height: 118px;
    display: block;
    object-fit: contain;
    padding: 10px;
    background: #fff;
}

.ek-global-product-chip:first-child img {
    height: 272px;
}

.ek-global-product-chip span {
    display: block;
    padding: 10px;
    color: var(--ek-ink);
    font-size: 13px;
    line-height: 17px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.ek-global-product-chip--empty {
    grid-column: 1 / -1;
    justify-content: center;
    align-items: center;
}

.ek-global-services,
.ek-global-flow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.ek-global-service,
.ek-global-flow-step,
.ek-global-category,
.ek-global-categories,
.ek-global-trade-flow {
    background: var(--ek-paper);
    border: 1px solid var(--ek-line);
    border-radius: 8px;
}

.ek-global-service {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 16px;
}

.ek-global-service__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
    background: var(--ek-blue);
    border-radius: 8px;
    font-size: 18px;
}

.ek-global-service h3,
.ek-global-flow-step h3 {
    margin: 0 0 6px;
    color: var(--ek-ink);
    font-size: 16px;
    line-height: 21px;
    font-weight: 900;
    letter-spacing: 0;
}

.ek-global-service p,
.ek-global-flow-step p {
    margin: 0;
    color: var(--ek-muted);
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
}

.ek-global-categories,
.ek-global-trade-flow {
    margin-bottom: 20px;
    padding: 18px;
}

.ek-global-section-head {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--ek-line);
}

.ek-global-section-head h2 {
    margin: 3px 0 0;
    color: var(--ek-ink);
    font-size: 22px;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: 0;
}

.ek-global-category-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 10px;
}

.ek-global-category {
    min-width: 0;
    min-height: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 8px;
    color: var(--ek-ink) !important;
    text-align: center;
    text-decoration: none !important;
}

.ek-global-category:hover,
.ek-global-category:focus,
.ek-global-product-chip:hover,
.ek-global-product-chip:focus {
    border-color: var(--ek-coral);
    box-shadow: 0 10px 20px rgba(16, 32, 51, 0.08);
}

.ek-global-category__icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ek-global-category__icon svg,
.ek-global-category__icon img {
    max-width: 44px;
    max-height: 44px;
}

.ek-global-category > span:last-child {
    display: block;
    color: var(--ek-ink);
    font-size: 12px;
    line-height: 16px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.ek-global-flow-step {
    min-height: 164px;
    padding: 17px;
}

.ek-global-flow-step > span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 14px;
    padding: 5px 9px;
    color: #fff;
    background: var(--ek-green);
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
}

@media (max-width: 1199px) {
    .ek-global-hero {
        grid-template-columns: 1fr;
    }

    .ek-global-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ek-global-hero h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .ek-global-services,
    .ek-global-flow-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    #header .mobile-search-form {
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
        margin: 8px 12px !important;
    }

    #header .mobile-search-form form,
    #header .mobile-search-form .input-search,
    #header .hf-mobile-header-location-wrap,
    #header .hf-mobile-header-location {
        max-width: 100%;
        min-width: 0;
    }

    .amazon-home,
    .amazon-home .amazon-home-fluid,
    .ek-global-hero,
    .ek-global-services,
    .ek-global-categories,
    .ek-global-trade-flow {
        max-width: 100%;
        overflow-x: hidden;
    }

    .amazon-home .amazon-home-fluid {
        width: auto !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .ek-global-hero,
    .ek-global-services,
    .ek-global-categories,
    .ek-global-trade-flow {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
        box-sizing: border-box;
    }

    .ek-global-hero {
        padding: 18px;
        gap: 16px;
    }

    .ek-global-hero__eyebrow,
    .ek-global-hero h2,
    .ek-global-hero p,
    .ek-global-sourcing-board {
        max-width: 100%;
        box-sizing: border-box;
    }

    .ek-global-hero__eyebrow,
    .ek-global-hero h2,
    .ek-global-hero p {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .ek-global-sourcing-board__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .ek-global-hero h2 {
        font-size: 27px;
        line-height: 33px;
    }

    .ek-global-hero p {
        font-size: 15px;
        line-height: 24px;
    }

    .ek-global-hero__actions,
    .ek-global-section-head {
        align-items: stretch;
        flex-direction: column;
    }

    .ek-global-section-head a {
        white-space: normal;
    }

    .ek-global-btn {
        width: 100%;
    }

    .ek-global-hero__stats,
    .ek-global-product-mosaic,
    .ek-global-category-grid {
        grid-template-columns: 1fr;
    }

    .ek-global-sourcing-board {
        min-height: 0;
        padding: 14px;
    }

    .ek-global-product-chip:first-child {
        grid-row: auto;
    }

    .ek-global-product-chip img,
    .ek-global-product-chip:first-child img {
        height: 156px;
    }

    .ek-global-categories,
    .ek-global-trade-flow {
        padding: 14px;
    }

    .ek-global-category {
        min-height: 92px;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        padding: 12px;
    }
}
