.home-showcase-flow {
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
    padding: 56px 0 64px;
}
.home-showcase-shell {
    width: min(100%, 1640px);
    margin: 0 auto;
    padding: 0 24px;
}
.home-showcase-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}
.home-showcase-kicker,
.showcase-panel-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b91c1c;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.home-showcase-heading h2 {
    color: #111827;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;
    margin: 0 0 10px;
    letter-spacing: 0;
}
.home-showcase-heading p {
    color: #5f6673;
    font-size: 16px;
    line-height: 1.65;
    max-width: 620px;
    margin: 0;
}
.home-showcase-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 8px;
    background: #111827;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
    box-shadow: 0 12px 30px rgba(17, 24, 39, .16);
}
.home-showcase-all:hover {
    background: #b91c1c;
    color: #ffffff;
    transform: translateY(-2px);
}
.home-showcase-row {
    display: grid;
    grid-template-columns: minmax(280px, 410px) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
    margin-top: 24px;
}
.showcase-media-panel {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 8px;
    color: #ffffff;
    background: #111827;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(17, 24, 39, .18);
}
.showcase-media-panel img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform .7s ease;
}
.showcase-media-panel:hover img {
    transform: scale(1.06);
}
.showcase-media-placeholder {
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    font-size: 52px;
}
.showcase-media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 24, 39, .08) 0%, rgba(17, 24, 39, .58) 58%, rgba(17, 24, 39, .88) 100%);
}
.showcase-media-copy {
    position: absolute;
    inset: auto 0 0;
    padding: 28px;
}
.showcase-media-copy h3 {
    font-size: 34px;
    line-height: 1.08;
    font-weight: 950;
    margin: 0 0 10px;
    letter-spacing: 0;
}
.showcase-media-copy p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.55;
    font-size: 14px;
}
.showcase-media-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 900;
    color: #ffffff;
}
.showcase-products-panel {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4px 0;
}
.showcase-products-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}
.showcase-products-top h3 {
    color: #111827;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    margin: 0;
    letter-spacing: 0;
}
.showcase-rail-controls {
    display: flex;
    gap: 8px;
}
.showcase-rail-button {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8dde6;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.showcase-rail-button:hover {
    background: #111827;
    color: #ffffff;
    border-color: #111827;
    transform: translateY(-1px);
}
.showcase-product-rail {
    position: relative;
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 4px 4px 20px;
    scrollbar-width: thin;
    scrollbar-color: #b9c0cc transparent;
}
.showcase-product-rail.is-auto-flowing,
.home-products-fallback.is-auto-flowing {
    scroll-snap-type: none;
}
.showcase-product-rail.owl-carousel,
.home-products-fallback.owl-carousel {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}
.showcase-product-rail.owl-carousel .owl-stage,
.home-products-fallback.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}
.showcase-product-rail.owl-carousel .owl-item,
.home-products-fallback.owl-carousel .owl-item {
    display: flex;
}
.showcase-product-rail.owl-carousel .showcase-product-card,
.home-products-fallback.owl-carousel .showcase-product-card {
    width: 100%;
    max-width: none;
    height: 100%;
}
.showcase-product-card {
    flex: 0 0 232px;
    scroll-snap-align: start;
    display: block;
    overflow: hidden;
    border: 1px solid #e6e9ef;
    border-radius: 8px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(17, 24, 39, .08);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.showcase-product-card:hover {
    transform: translateY(-4px);
    border-color: #cfd5df;
    box-shadow: 0 18px 42px rgba(17, 24, 39, .14);
}
.showcase-product-image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f3f4f6;
}
.showcase-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}
.showcase-product-card:hover .showcase-product-image img {
    transform: scale(1.055);
}
.showcase-product-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c4c9d2;
    font-size: 34px;
}
.showcase-product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 9px;
    border-radius: 8px;
    background: #b91c1c;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
}
.showcase-product-info {
    padding: 14px;
}
.showcase-product-category {
    color: #7a8391;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 7px;
    min-height: 18px;
}
.showcase-product-name {
    color: #111827;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
    height: 41px;
    margin: 0 0 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.showcase-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.showcase-product-price {
    color: #111827;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 950;
}
.showcase-product-arrow {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f0f2f5;
    color: #111827;
    transition: background .2s ease, color .2s ease;
}
.showcase-product-card:hover .showcase-product-arrow {
    background: #111827;
    color: #ffffff;
}
.showcase-gallery-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    z-index: 8;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.showcase-gallery-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    border: 1px solid rgba(17, 24, 39, .2);
    background: rgba(255, 255, 255, .72);
    transition: width .2s ease, background .2s ease;
}
.showcase-gallery-dot.is-active {
    width: 22px;
    background: #ffffff;
}
.home-products-fallback {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 4px 20px;
}
@media (max-width: 1180px) {
    .home-showcase-row {
        grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
    }
    .showcase-product-card {
        flex-basis: 214px;
    }
}
@media (max-width: 900px) {
    .home-showcase-flow {
        padding: 34px 0 42px;
        background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    }
    .home-showcase-shell {
        padding: 0 14px;
        overflow: hidden;
    }
    .home-showcase-heading {
        display: block;
        margin-bottom: 18px;
    }
    .home-showcase-kicker,
    .showcase-panel-kicker {
        font-size: 11px;
        margin-bottom: 5px;
    }
    .home-showcase-heading h2 {
        font-size: 24px;
        line-height: 1.18;
        margin-bottom: 8px;
    }
    .home-showcase-heading p {
        font-size: 14px;
        line-height: 1.5;
    }
    .home-showcase-all {
        margin-top: 16px;
        width: 100%;
        min-height: 42px;
        justify-content: center;
        font-size: 14px;
    }
    .home-showcase-row {
        display: block;
        margin: 22px 0 0;
        padding: 0 0 6px;
        overflow: visible;
    }
    .showcase-media-panel {
        display: block;
        min-height: 188px;
        margin-bottom: 12px;
        border: 1px solid rgba(255, 255, 255, .16);
        box-shadow: 0 14px 30px rgba(17, 24, 39, .14);
    }
    .showcase-media-panel img,
    .showcase-media-placeholder {
        height: 188px;
        min-height: 188px;
    }
    .showcase-media-overlay {
        background: linear-gradient(180deg, rgba(17, 24, 39, .02) 0%, rgba(17, 24, 39, .36) 56%, rgba(17, 24, 39, .86) 100%);
    }
    .showcase-media-copy {
        padding: 16px;
    }
    .showcase-media-copy h3 {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 8px;
    }
    .showcase-media-copy p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 1.45;
    }
    .showcase-media-cta {
        font-size: 12px;
    }
    .showcase-products-panel {
        display: block;
        padding: 0;
        min-width: 0;
    }
    .showcase-product-rail {
        display: flex;
        gap: 12px;
        margin: 0 -14px;
        padding: 2px 14px 18px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .showcase-product-rail::-webkit-scrollbar {
        display: none;
    }
    .showcase-products-top {
        display: none;
    }
    .showcase-product-card {
        flex: 0 0 44vw;
        max-width: 188px;
        scroll-snap-align: start;
        border-color: #e5e7eb;
        box-shadow: 0 10px 24px rgba(17, 24, 39, .09);
    }
    .home-products-fallback {
        gap: 12px;
        margin: 0 -14px;
        padding: 2px 14px 16px;
        scrollbar-width: none;
    }
    .home-products-fallback::-webkit-scrollbar {
        display: none;
    }
    .showcase-product-info {
        padding: 11px;
    }
    .showcase-product-category {
        min-height: 14px;
        margin-bottom: 4px;
        font-size: 10px;
    }
    .showcase-product-name {
        height: 35px;
        margin-bottom: 9px;
        font-size: 13px;
        line-height: 1.32;
    }
    .showcase-product-price {
        font-size: 15px;
    }
    .showcase-product-arrow {
        flex-basis: 29px;
        width: 29px;
        height: 29px;
    }
    .showcase-product-badge {
        top: 8px;
        left: 8px;
        min-height: 22px;
        font-size: 10px;
    }
}
@media (max-width: 540px) {
    .home-showcase-flow {
        padding: 30px 0 36px;
    }
    .home-showcase-shell {
        padding: 0 12px;
    }
    .home-showcase-heading h2 {
        font-size: 22px;
    }
    .home-showcase-heading p {
        font-size: 13px;
    }
    .home-showcase-row {
        margin-top: 18px;
    }
    .showcase-media-panel {
        min-height: 174px;
        margin-bottom: 11px;
    }
    .showcase-media-panel img,
    .showcase-media-placeholder {
        height: 300px;
        min-height: 174px;
    }
    .showcase-media-copy {
        padding: 12px;
    }
    .showcase-media-copy h3 {
        font-size: 21px;
    }
    .showcase-media-cta {
        font-size: 11px;
    }
    .showcase-product-rail {
        gap: 10px;
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .showcase-product-card {
        flex-basis: 45vw;
        max-width: 176px;
    }
    .home-products-fallback {
        margin: 0 -12px;
        padding-left: 12px;
        padding-right: 12px;
    }
}
