/* KXM home v2 -- isolated from every non-home OpenMage view. */
.cms-index-index .main-container,
.cms-index-index .main-container .main,
.cms-index-index .main-container .col-main,
.cms-index-index .main-container .std,
.cms-index-index .main-container .cms-wrapper {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.cms-index-index .kxm-visually-hidden + .cms-wrapper,
.cms-index-index .cms-wrapper > .std {
    margin: 0;
    padding: 0;
}

.cms-index-index .kxm-home,
.cms-index-index .kxm-home * {
    box-sizing: border-box;
}

.cms-index-index .kxm-home {
    --kxm-accent: #00758f;
    --kxm-text: #111;
    --kxm-muted: #6f6f6f;
    --kxm-line: #e2e2e2;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: var(--kxm-text);
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cms-index-index .kxm-home a,
.cms-index-index .kxm-home a:hover,
.cms-index-index .kxm-home a:focus {
    color: inherit;
    text-decoration: none;
}

.cms-index-index .kxm-home-hero { order: 1; }
.cms-index-index .kxm-home-new { order: 2; }
.cms-index-index .kxm-home-brands { order: 3; }
.cms-index-index .kxm-home-sale { order: 4; }
.cms-index-index .kxm-home-store { order: 5; }
.cms-index-index .kxm-home-news { order: 6; }

.cms-index-index .kxm-home-hero {
    position: relative;
    min-height: clamp(520px, calc(100vh - 136px), 760px);
    overflow: hidden;
    isolation: isolate;
    background: #151515;
}

.cms-index-index .kxm-home-hero-track,
.cms-index-index .kxm-home-hero-slide {
    position: absolute;
    inset: 0;
}

.cms-index-index .kxm-home-hero-slide {
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    isolation: isolate;
    transition: opacity .62s cubic-bezier(.22,.61,.36,1);
}

.cms-index-index .kxm-home-hero-slide.is-active {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
}

.cms-index-index .kxm-home-hero-picture {
    position: absolute;
    inset: 0;
    z-index: -2;
    display: block;
}

.cms-index-index .kxm-home-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
}

.cms-index-index .kxm-home-hero-shade,
.cms-index-index .kxm-home-store-shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.25) 46%, rgba(0,0,0,.04) 74%);
}

.cms-index-index .kxm-home-hero-content {
    position: absolute;
    left: max(30px, calc((100vw - 1680px) / 2 + 30px));
    bottom: clamp(40px, 7vw, 82px);
    width: min(520px, calc(100vw - 60px));
    color: #fff;
}

.cms-index-index .kxm-home-hero-controls {
    position: absolute;
    right: max(30px, calc((100vw - 1680px) / 2 + 30px));
    bottom: 30px;
    z-index: 5;
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 9px;
    color: #fff;
}

.cms-index-index .kxm-home-hero-controls button {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    background: transparent;
}

.cms-index-index .kxm-home-hero-arrow span {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.cms-index-index .kxm-home-hero-arrow--prev span { transform: rotate(-135deg); }
.cms-index-index .kxm-home-hero-arrow--next span { transform: rotate(45deg); }

.cms-index-index .kxm-home-hero-pagination {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cms-index-index .kxm-home-hero-controls .kxm-home-hero-dot {
    width: 34px;
}

.cms-index-index .kxm-home-hero-dot span {
    display: block;
    width: 26px;
    height: 3px;
    background: rgba(255,255,255,.46);
    transition: width .22s ease, background-color .22s ease;
}

.cms-index-index .kxm-home-hero-dot.is-active span {
    width: 34px;
    background: #fff;
}

.cms-index-index .kxm-home-hero-toggle span {
    position: relative;
    display: block;
    width: 12px;
    height: 14px;
    border-right: 3px solid currentColor;
    border-left: 3px solid currentColor;
}

.cms-index-index .kxm-home-hero-toggle.is-paused span {
    width: 0;
    height: 0;
    border: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid currentColor;
}

.cms-index-index .kxm-home-hero-controls button:hover,
.cms-index-index .kxm-home-hero-controls button:focus { opacity: .64; }

.cms-index-index .kxm-home-eyebrow {
    margin: 0 0 11px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .075em;
    line-height: 1.2;
    text-transform: uppercase;
}

.cms-index-index .kxm-home-hero h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4.2vw, 68px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: .98;
    text-transform: none;
}

.cms-index-index .kxm-home-hero-content > p:not(.kxm-home-eyebrow) {
    max-width: 480px;
    margin: 18px 0 25px;
    font-size: 15px;
    line-height: 1.5;
}

/* The supplied artwork remains the desktop visual. It fills the hero so there
   is no artificial letterbox, while its original International Tribe mark
   stays inside the visible right-hand crop. */
.cms-index-index .kxm-home-hero-slide--stussy {
    background: transparent;
}

.cms-index-index .kxm-home-hero-slide--stussy .kxm-home-hero-picture {
    background: transparent;
}

.cms-index-index .kxm-home-hero-slide--stussy .kxm-home-hero-media {
    object-fit: cover;
    object-position: right center;
}

.cms-index-index .kxm-home-hero-slide--stussy .kxm-home-hero-shade {
    background: linear-gradient(90deg, rgba(0,0,0,.64) 0%, rgba(0,0,0,.27) 42%, rgba(0,0,0,.03) 70%);
}

.cms-index-index .kxm-home-hero-tribe-caption {
    display: none;
}

.cms-index-index .kxm-home-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 17px;
    padding: 0 20px;
    border: 1px solid currentColor;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    transition: background-color .18s ease, color .18s ease;
}

.cms-index-index .kxm-home-button--light {
    color: #111 !important;
    border-color: #fff;
    background: #fff;
}

.cms-index-index .kxm-home-button--light:hover,
.cms-index-index .kxm-home-button--light:focus {
    color: #fff !important;
    background: transparent;
}

.cms-index-index .kxm-home-section {
    width: min(100%, 1680px);
    margin: 0 auto;
    padding: 50px 30px 54px;
}

.cms-index-index .kxm-home-new {
    padding-top: 16px;
}

.cms-index-index .kxm-home-sale {
    padding-top: 28px;
}

.cms-index-index .kxm-home-section-header {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 22px;
}

.cms-index-index .kxm-home-section-header h2 {
    margin: 0;
    color: #111;
    font-size: clamp(23px, 1.65vw, 28px);
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.05;
    text-transform: none;
}

.cms-index-index .kxm-home-section-header > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 12px;
    padding: 0;
    border-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.01em;
    white-space: nowrap;
}

.cms-index-index .kxm-home-section-header > a:hover,
.cms-index-index .kxm-home-section-header > a:focus { opacity: .62; }

.cms-index-index .kxm-home-link-arrow {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 14px;
    transition: transform .18s ease;
}

.cms-index-index .kxm-home-link-arrow::before {
    position: absolute;
    right: 1px;
    bottom: 4px;
    left: 0;
    height: 3px;
    content: "";
    background: currentColor;
}

.cms-index-index .kxm-home-link-arrow::after {
    position: absolute;
    right: 1px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.cms-index-index .kxm-home-section-header > a:hover .kxm-home-link-arrow,
.cms-index-index .kxm-home-section-header > a:focus .kxm-home-link-arrow,
.cms-index-index .kxm-home-button:hover .kxm-home-link-arrow,
.cms-index-index .kxm-home-button:focus .kxm-home-link-arrow {
    transform: translateX(4px);
}

.cms-index-index .kxm-home-rail-shell {
    position: relative;
}

.cms-index-index .kxm-home-product-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 64px) / 5);
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
}

.cms-index-index .kxm-home-product-rail::-webkit-scrollbar {
    display: none;
}

.cms-index-index .kxm-home-product-card {
    min-width: 0;
    scroll-snap-align: start;
}

.cms-index-index .kxm-home-product-image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.44;
    overflow: hidden;
    background: #fff;
}

.cms-index-index .kxm-home-product-image picture,
.cms-index-index .kxm-home-product-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.cms-index-index .kxm-home-product-image img {
    object-fit: contain;
    transition: transform .32s ease;
}

.cms-index-index .kxm-home-product-image.has-homepage-image img {
    object-fit: cover;
}

.cms-index-index .kxm-home-product-image:hover img,
.cms-index-index .kxm-home-product-image:focus img {
    transform: scale(1.015);
}

.cms-index-index .kxm-home-product-meta {
    min-height: 104px;
    padding: 13px 2px 0;
}

.cms-index-index .kxm-home-product-brand {
    margin: 0 0 4px;
    color: #111;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.3;
    text-transform: uppercase;
}

.cms-index-index .kxm-home-product-meta h3 {
    margin: 0;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: none;
}

.cms-index-index .kxm-home-product-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.cms-index-index .kxm-home-product-price .current-price {
    color: var(--kxm-accent);
}

.cms-index-index .kxm-home-product-price .old-price {
    color: #858585;
    font-weight: 400;
    text-decoration: line-through;
}

.cms-index-index .kxm-home-sale-badge,
.cms-index-index .kxm-home-new-badge {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: inline-flex;
    min-width: 62px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    color: #fff;
    background: var(--kxm-accent);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.cms-index-index .kxm-home-sale-badge {
    min-width: 82px;
    min-height: 50px;
    padding: 0 16px;
    font-size: 16px;
}

.cms-index-index .kxm-home-sale .kxm-home-section-header h2 {
    font-size: clamp(25px, 1.8vw, 31px);
}

.cms-index-index .kxm-home-new-badge {
    min-width: 54px;
}

.cms-index-index .kxm-home-rail-button {
    position: absolute;
    top: calc(50% - 54px);
    z-index: 3;
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    color: #111;
    background: rgba(255,255,255,.96);
    box-shadow: none;
    font-size: 19px;
    line-height: 1;
    transition: opacity .16s ease, background-color .16s ease;
}

.cms-index-index .kxm-home-rail-button:hover,
.cms-index-index .kxm-home-rail-button:focus {
    color: #fff;
    border-color: #111;
    background: #111;
}

.cms-index-index .kxm-home-rail-button--prev { left: -12px; }
.cms-index-index .kxm-home-rail-button--next { right: -12px; }
.cms-index-index .kxm-home-rail-button[disabled] { opacity: 0; pointer-events: none; }

.cms-index-index .kxm-home-brands {
    width: 100%;
    max-width: none;
    padding: 0;
    border-top: 1px solid var(--kxm-line);
    border-bottom: 1px solid var(--kxm-line);
}

.cms-index-index .kxm-home-brand-grid {
    display: grid;
    width: min(100%, 1680px);
    min-height: 142px;
    margin: 0 auto;
    padding: 26px 30px;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 58px);
    background: #fff;
}

.cms-index-index .kxm-home-brand-grid > a {
    display: flex;
    min-width: 0;
    min-height: 88px;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    background: transparent;
}

.cms-index-index .kxm-home-brand-grid img {
    display: block;
    width: auto;
    max-width: 132px;
    height: auto;
    max-height: 48px;
    object-fit: contain;
    filter: grayscale(1) brightness(0);
    transition: opacity .18s ease, transform .18s ease;
}

.cms-index-index .kxm-home-brand-grid img[alt="Supreme"] {
    /* Preserve the box logo: black box with a white wordmark. */
    filter: grayscale(1) contrast(10);
}

.cms-index-index .kxm-home-brand-grid img[alt="Anti Social Social Club"] {
    position: relative;
    top: -24px;
    max-height: 108px;
    scale: 1.24;
}

.cms-index-index .kxm-home-brand-grid img[alt="Palace"] {
    max-height: 62px;
    filter: none;
}

.cms-index-index .kxm-home-brand-grid img[alt="Polar Skate Co."] {
    max-height: 70px;
    filter: none;
}

.cms-index-index .kxm-home-brand-grid > a:hover img,
.cms-index-index .kxm-home-brand-grid > a:focus img {
    opacity: .62;
    transform: translateY(-1px);
}

.cms-index-index .kxm-home-store {
    position: relative;
    min-height: clamp(230px, 23vw, 340px);
    overflow: hidden;
    background: #1b1b1b;
}

.cms-index-index .kxm-home-store > a,
.cms-index-index .kxm-home-store img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.cms-index-index .kxm-home-store img {
    object-fit: cover;
    object-position: center 50%;
    transition: transform .5s ease;
}

.cms-index-index .kxm-home-store > a:hover img,
.cms-index-index .kxm-home-store > a:focus img {
    transform: scale(1.012);
}

.cms-index-index .kxm-home-store-shade {
    background: linear-gradient(90deg, rgba(0,0,0,.66) 0%, rgba(0,0,0,.26) 58%, rgba(0,0,0,.07) 100%);
}

.cms-index-index .kxm-home-store-copy {
    position: absolute;
    left: max(30px, calc((100vw - 1680px) / 2 + 30px));
    bottom: clamp(28px, 4vw, 50px);
    display: flex;
    align-items: flex-start;
    color: #fff;
    flex-direction: column;
}

.cms-index-index .kxm-home-store-copy strong {
    color: #fff;
    font-size: clamp(38px, 4.2vw, 68px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: .98;
}

.cms-index-index .kxm-home-store-copy > span:not(.kxm-home-eyebrow):not(.kxm-home-store-link) {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.3;
}

.cms-index-index .kxm-home-store-link {
    margin-top: 18px;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    font-weight: 600;
}

.cms-index-index .kxm-home-news {
    padding-top: 52px;
    padding-bottom: 68px;
}

.cms-index-index .kxm-home-news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(320px, .88fr);
    gap: 16px;
}

/* The first real campaign has no historical cards yet.  Let it own the row
 * instead of rendering a large, misleading empty column beside the feature. */
.cms-index-index .kxm-home-news-layout--single {
    grid-template-columns: minmax(0, 1fr);
}

.cms-index-index .kxm-home-news-feature,
.cms-index-index .kxm-home-news-card,
.cms-index-index .kxm-home-news-list,
.cms-index-index .kxm-home-news-feature-copy,
.cms-index-index .kxm-home-news-card-copy {
    min-width: 0;
}

.cms-index-index .kxm-home-news-feature-image,
.cms-index-index .kxm-home-news-card-image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #111;
}

.cms-index-index .kxm-home-news-feature-image {
    aspect-ratio: 16 / 9;
}

.cms-index-index .kxm-home-news-feature-image picture,
.cms-index-index .kxm-home-news-card-image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.cms-index-index .kxm-home-news-feature-image img,
.cms-index-index .kxm-home-news-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.cms-index-index .kxm-home-news-feature-image:hover img,
.cms-index-index .kxm-home-news-feature-image:focus img,
.cms-index-index .kxm-home-news-card-image:hover img,
.cms-index-index .kxm-home-news-card-image:focus img {
    transform: scale(1.025);
}

.cms-index-index .kxm-home-news-feature-copy {
    max-width: 780px;
    padding: 18px 0 0;
}

.cms-index-index .kxm-home-news-meta {
    margin: 0 0 9px;
    color: #6d6d6d;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .075em;
    line-height: 1.2;
    text-transform: uppercase;
}

.cms-index-index .kxm-home-news-feature h3,
.cms-index-index .kxm-home-news-card h3 {
    margin: 0;
    color: #111;
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.02;
}

.cms-index-index .kxm-home-news-feature h3 {
    font-size: clamp(30px, 3vw, 48px);
}

.cms-index-index .kxm-home-news-card h3 {
    font-size: clamp(20px, 1.55vw, 27px);
}

.cms-index-index .kxm-home-news-feature h3 a,
.cms-index-index .kxm-home-news-card h3 a {
    color: inherit;
    text-decoration: none;
}

.cms-index-index .kxm-home-news-lead {
    margin: 11px 0 0;
    color: #4b4b4b;
    font-size: 15px;
    line-height: 1.45;
}

.cms-index-index .kxm-home-news-cta {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    color: #111;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.cms-index-index .kxm-home-news-cta:hover,
.cms-index-index .kxm-home-news-cta:focus { opacity: .62; }

.cms-index-index .kxm-home-news-cta:hover .kxm-home-link-arrow,
.cms-index-index .kxm-home-news-cta:focus .kxm-home-link-arrow { transform: translateX(4px); }

.cms-index-index .kxm-home-news-list {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cms-index-index .kxm-home-news-card {
    display: grid;
    grid-template-columns: minmax(130px, .82fr) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.cms-index-index .kxm-home-news-card-image {
    align-self: stretch;
    aspect-ratio: 4 / 5;
}

.cms-index-index .kxm-home-news-card-copy {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.cms-index-index .kxm-home-news-card .kxm-home-news-lead {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cms-index-index .kxm-home-news-card .kxm-home-news-cta {
    margin-top: auto;
}

@media (max-width: 1279px) {
    .cms-index-index .kxm-home-product-rail { grid-auto-columns: calc((100% - 48px) / 4); }
    .cms-index-index .kxm-home-brand-grid {
        overflow-x: auto;
        grid-auto-flow: column;
        grid-auto-columns: 150px;
        grid-template-columns: none;
        scrollbar-width: none;
    }
    .cms-index-index .kxm-home-brand-grid::-webkit-scrollbar { display: none; }
}

@media (max-width: 1023px) {
    .cms-index-index .kxm-home-product-rail { grid-auto-columns: calc((100% - 32px) / 3); }
    .cms-index-index .kxm-home-news-layout { grid-template-columns: 1fr; }
    .cms-index-index .kxm-home-news-list { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
}

@media (max-width: 767px) {
    .cms-index-index .kxm-home-hero {
        min-height: min(650px, calc(100svh - 56px));
    }
    .cms-index-index .kxm-home-hero-media { object-position: 58% center; }
    .cms-index-index .kxm-home-hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.69) 0%, rgba(0,0,0,.10) 64%); }
    .cms-index-index .kxm-home-hero-content {
        left: 16px;
        bottom: 28px;
        width: calc(100vw - 32px);
    }
    .cms-index-index .kxm-home-hero-controls {
        right: 8px;
        bottom: 12px;
        transform: scale(.88);
        transform-origin: right bottom;
    }
    .cms-index-index .kxm-home-hero h2 { font-size: 40px; }
    .cms-index-index .kxm-home-hero-content > p:not(.kxm-home-eyebrow) { margin: 13px 0 21px; font-size: 14px; }
    /* The mobile Stussy visual is a purpose-made vertical crop: it fills the
       entire hero and keeps the model visible without a letterbox. */
    .cms-index-index .kxm-home-hero-slide--stussy .kxm-home-hero-picture {
        inset: 0;
        height: auto;
        aspect-ratio: auto;
        background: transparent;
    }
    .cms-index-index .kxm-home-hero-slide--stussy .kxm-home-hero-media {
        object-fit: cover;
        object-position: 58% center;
    }
    .cms-index-index .kxm-home-hero-slide--stussy .kxm-home-hero-shade {
        background: linear-gradient(90deg, rgba(0,0,0,.64) 0%, rgba(0,0,0,.22) 54%, rgba(0,0,0,0) 100%), linear-gradient(0deg, rgba(0,0,0,.46) 0%, rgba(0,0,0,0) 56%);
    }
    .cms-index-index .kxm-home-hero-slide--stussy .kxm-home-hero-content {
        top: auto;
        bottom: 52px;
        width: calc(100vw - 32px);
    }
    .cms-index-index .kxm-home-hero-slide--stussy .kxm-home-hero-tribe-caption {
        display: block;
        max-width: 210px;
        margin: 0 0 12px;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .11em;
        line-height: 1.25;
        text-transform: uppercase;
    }
    .cms-index-index .kxm-home-hero-slide--stussy .kxm-home-hero-content > p:not(.kxm-home-eyebrow) {
        margin: 11px 0 17px;
    }
    .cms-index-index .kxm-home-section { padding: 40px 16px 46px; }
    .cms-index-index .kxm-home-new { padding-top: 10px; }
    .cms-index-index .kxm-home-sale { padding-top: 24px; }
    .cms-index-index .kxm-home-section-header { gap: 14px; margin-bottom: 17px; }
    .cms-index-index .kxm-home-section-header h2 { font-size: 22px; }
    .cms-index-index .kxm-home-section-header > a { font-size: 13px; }
    .cms-index-index .kxm-home-link-arrow { width: 29px; }
    .cms-index-index .kxm-home-product-rail {
        grid-auto-columns: min(76vw, 320px);
        gap: 12px;
        margin-right: -16px;
        padding-right: 16px;
    }
    .cms-index-index .kxm-home-product-meta { min-height: 98px; padding-top: 11px; }
    .cms-index-index .kxm-home-product-meta h3 { font-size: 14px; }
    .cms-index-index .kxm-home-rail-button { display: none; }
    .cms-index-index .kxm-home-brand-grid {
        min-height: 112px;
        padding: 16px;
        grid-auto-columns: 122px;
        gap: 25px;
    }
    .cms-index-index .kxm-home-brand-grid > a { min-height: 78px; }
    .cms-index-index .kxm-home-brand-grid img { max-width: 112px; max-height: 42px; }
    .cms-index-index .kxm-home-brand-grid img[alt="Palace"] { max-height: 54px; }
    .cms-index-index .kxm-home-brand-grid img[alt="Polar Skate Co."] { max-height: 60px; }
    .cms-index-index .kxm-home-brand-grid img[alt="Anti Social Social Club"] {
        top: -12px;
        max-height: 74px;
        scale: 1.16;
    }
    .cms-index-index .kxm-home-store { min-height: 285px; }
    .cms-index-index .kxm-home-store img { object-position: 54% center; }
    .cms-index-index .kxm-home-store-copy { left: 16px; bottom: 24px; }
    .cms-index-index .kxm-home-store-copy strong { font-size: 40px; }
    .cms-index-index .kxm-home-store-copy > span:not(.kxm-home-eyebrow):not(.kxm-home-store-link) { font-size: 14px; }
    .cms-index-index .kxm-home-news { padding-top: 40px; padding-bottom: 52px; }
    .cms-index-index .kxm-home-news-layout,
    .cms-index-index .kxm-home-news-list { grid-template-columns: 1fr; gap: 18px; }
    .cms-index-index .kxm-home-news-feature-image { aspect-ratio: 4 / 5; }
    .cms-index-index .kxm-home-news-feature-copy { padding-top: 14px; }
    .cms-index-index .kxm-home-news-feature h3 { font-size: 32px; }
    .cms-index-index .kxm-home-news-card { grid-template-columns: 1fr; gap: 12px; }
    .cms-index-index .kxm-home-news-card-image { aspect-ratio: 4 / 5; }
    .cms-index-index .kxm-home-news-card h3 { font-size: 25px; }
    .cms-index-index .kxm-home-news-lead { font-size: 14px; }
    .cms-index-index .kxm-home-news-card .kxm-home-news-lead { display: block; }
    .cms-index-index .kxm-home-news-card .kxm-home-news-cta { margin-top: 13px; }
}

@media (prefers-reduced-motion: reduce) {
    .cms-index-index .kxm-home-product-rail { scroll-behavior: auto; }
    .cms-index-index .kxm-home img,
    .cms-index-index .kxm-home a,
    .cms-index-index .kxm-home button { transition: none !important; }
    .cms-index-index .kxm-home-hero-slide { transition: none !important; }
}
