/* MX Enduro presentation page. Scoped to .mx-landing to keep storefront pages intact. */
.mx-landing {
    --mx-orange: #ff6400;
    --mx-orange-light: #ff8d2a;
    --mx-ink: #090909;
    --mx-carbon: #121212;
    --mx-paper: #f2eee8;
    --mx-mono: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    background: #0a0a0a;
    color: #f7f4f0;
}

.mx-landing * { box-sizing: border-box; }
.mx-landing main { overflow: hidden; }
.mx-landing__wrap { width: min(1240px, calc(100% - 48px)); margin: 0 auto; position: relative; z-index: 1; }
.mx-landing h1, .mx-landing h2, .mx-landing h3, .mx-landing p { margin: 0; }
.mx-landing h1, .mx-landing h2, .mx-landing h3 { font-family: var(--mx-mono); text-transform: uppercase; letter-spacing: -.065em; }
.mx-landing h1 em, .mx-landing h2 em { color: var(--mx-orange); font-style: normal; }

.mx-eyebrow { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.58); font: 700 10px/1 var(--mx-mono); letter-spacing: .16em; text-transform: uppercase; }
.mx-eyebrow span { width: 31px; height: 1px; background: var(--mx-orange); box-shadow: 0 0 10px rgba(255,100,0,.75); }
.mx-button { display: inline-flex; align-items: center; justify-content: center; gap: 19px; min-height: 52px; padding: 0 20px; border: 1px solid transparent; font: 800 11px/1 var(--mx-mono); letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: transform .24s ease, background .24s ease, color .24s ease, border-color .24s ease, box-shadow .24s ease; }
.mx-button span { font-size: 18px; line-height: 0; transition: transform .24s ease; }
.mx-button:hover { color: #fff; transform: translateY(-3px); }
.mx-button:hover span { transform: translate(3px, -3px); }
.mx-button--primary { color: #111; background: var(--mx-orange); box-shadow: 0 11px 28px rgba(255,100,0,.2); }
.mx-button--primary:hover { color: #111; background: #ff8522; box-shadow: 0 16px 35px rgba(255,100,0,.35); }
.mx-button--ghost { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(0,0,0,.1); }
.mx-button--ghost:hover { border-color: var(--mx-orange); background: rgba(255,100,0,.12); }
.mx-button--light { color: #161616; background: var(--mx-paper); }
.mx-button--light:hover { color: #161616; background: #fff; }
.mx-button--large { min-height: 62px; padding: 0 25px; }
.mx-text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 36px; color: #fff; font: 800 11px/1 var(--mx-mono); letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.mx-text-link span { color: var(--mx-orange); font-size: 20px; transition: transform .2s ease; }
.mx-text-link:hover { color: var(--mx-orange-light); }
.mx-text-link:hover span { transform: translateX(5px); }

/* Hero */
.mx-hero { position: relative; min-height: min(820px, calc(100vh - 66px)); padding: clamp(66px, 10vh, 110px) 0 64px; isolation: isolate; background: #0c0c0c; }
.mx-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #0b0b0b 0%, #0b0b0b 41%, rgba(11,11,11,.63) 64%, rgba(11,11,11,.15) 100%); }
.mx-hero__texture { position: absolute; inset: 0; z-index: -1; opacity: .48; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(90deg, #000 0%, #000 54%, transparent 87%); }
.mx-hero__glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.mx-hero__glow--one { width: 410px; height: 410px; left: -180px; top: 20%; background: radial-gradient(circle, rgba(255,100,0,.22), transparent 68%); }
.mx-hero__glow--two { width: 460px; height: 460px; right: 6%; bottom: -240px; background: radial-gradient(circle, rgba(255,100,0,.22), transparent 67%); }
.mx-hero__layout { min-height: 600px; display: grid; grid-template-columns: minmax(370px, .94fr) minmax(440px, 1.06fr); align-items: center; gap: 36px; }
.mx-hero__copy { position: relative; z-index: 3; padding: 28px 0 24px; }
.mx-hero h1 { margin-top: 19px; color: #fff; font-size: clamp(77px, 10.6vw, 151px); font-weight: 900; line-height: .76; white-space: nowrap; }
.mx-hero h1 em { display: block; padding-left: .02em; }
.mx-hero__statement { margin-top: 35px; font: 800 clamp(22px, 2.4vw, 31px)/.98 var(--mx-mono); letter-spacing: -.04em; text-transform: uppercase; }
.mx-hero__statement strong { color: rgba(255,255,255,.55); font-weight: inherit; }
.mx-hero__lead { max-width: 480px; margin-top: 22px; color: rgba(255,255,255,.67); font-size: 15px; line-height: 1.55; }
.mx-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.mx-hero__trust { display: flex; flex-wrap: wrap; gap: 15px 27px; margin-top: 42px; color: rgba(255,255,255,.58); font: 700 9px/1 var(--mx-mono); letter-spacing: .1em; text-transform: uppercase; }
.mx-hero__trust span { display: flex; align-items: center; gap: 7px; }
.mx-hero__trust i { color: var(--mx-orange); font-style: normal; }
.mx-hero__visual { position: relative; align-self: stretch; min-height: 540px; transform: translateY(var(--parallax-y, 0)); transition: transform .1s linear; }
.mx-hero__photo { position: absolute; inset: 0 -80px 0 -5px; clip-path: polygon(14% 0, 100% 0, 100% 92%, 56% 100%, 0 79%, 0 12%); background: url("../knowledge/photos/enduro-championship.jpg") 54% center / cover no-repeat; filter: saturate(.84) contrast(1.08); }
.mx-hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,10,.86), rgba(10,10,10,.03) 45%), linear-gradient(0deg, rgba(9,9,9,.85), transparent 50%); }
.mx-hero__photo-shade { position: absolute; inset: 20% -30px 0 22%; background: linear-gradient(135deg, transparent 15%, rgba(255,100,0,.9) 15.2%, transparent 15.5%); opacity: .9; pointer-events: none; }
.mx-hero__dial { position: absolute; top: 7%; right: 5%; display: grid; place-items: center; width: 133px; height: 133px; border: 1px solid rgba(255,255,255,.54); border-radius: 50%; color: #fff; font: 900 27px/1 var(--mx-mono); letter-spacing: -.06em; animation: mx-spin 20s linear infinite; }
.mx-hero__dial::before { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(255,255,255,.28); border-radius: inherit; }
.mx-hero__dial span { position: relative; z-index: 1; animation: mx-spin-back 20s linear infinite; }
.mx-hero__dial b, .mx-hero__dial i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--mx-orange); }
.mx-hero__dial b { top: -4px; } .mx-hero__dial i { bottom: -4px; background: #fff; }
.mx-hero__tag { position: absolute; border-left: 2px solid var(--mx-orange); background: rgba(12,12,12,.84); backdrop-filter: blur(8px); }
.mx-hero__tag small { display: block; color: rgba(255,255,255,.46); font: 700 8px/1 var(--mx-mono); letter-spacing: .14em; }
.mx-hero__tag strong { display: block; margin-top: 7px; color: #fff; font: 800 11px/1.16 var(--mx-mono); letter-spacing: .08em; }
.mx-hero__tag--top { top: 29%; right: -13px; padding: 13px 17px; }
.mx-hero__tag--bottom { bottom: 9%; left: 4%; display: flex; align-items: center; gap: 10px; padding: 13px 15px; }
.mx-pulse { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--mx-orange); box-shadow: 0 0 0 0 rgba(255,100,0,.7); animation: mx-pulse 1.8s infinite; }
.mx-hero__coordinates { position: absolute; right: 4%; bottom: 1%; color: rgba(255,255,255,.38); font: 700 8px/1 var(--mx-mono); letter-spacing: .17em; }
.mx-scroll-cue { position: absolute; bottom: 26px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 9px; color: rgba(255,255,255,.52); font: 700 8px/1 var(--mx-mono); letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.mx-scroll-cue span { width: 1px; height: 29px; background: linear-gradient(var(--mx-orange), rgba(255,100,0,0)); animation: mx-scroll 2.1s ease-in-out infinite; }

/* Shared sections */
.mx-section-heading { max-width: 700px; }
.mx-section-heading h2, .mx-feature__copy h2, .mx-knowledge h2, .mx-community h2, .mx-final h2 { margin-top: 18px; font-size: clamp(43px, 6.3vw, 76px); font-weight: 900; line-height: .88; }
.mx-section-heading > p:last-child { max-width: 475px; margin-top: 27px; color: rgba(255,255,255,.63); font-size: 15px; line-height: 1.55; }
.mx-platform { position: relative; padding: 138px 0 130px; background: #111; }
.mx-platform::after { content: "MX"; position: absolute; right: -26px; bottom: -57px; color: rgba(255,255,255,.025); font: 900 280px/.7 var(--mx-mono); letter-spacing: -.1em; }
.mx-platform .mx-landing__wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, .7fr); align-items: end; gap: 80px; }
.mx-platform__manifesto { padding: 12px 0 4px 35px; border-left: 1px solid rgba(255,255,255,.13); }
.mx-platform__line { display: block; width: 43px; height: 2px; background: var(--mx-orange); }
.mx-platform__manifesto p { margin-top: 20px; color: #e9e5df; font: 700 22px/1.17 var(--mx-mono); letter-spacing: -.035em; text-transform: uppercase; }
.mx-platform__manifesto a { display: inline-flex; gap: 17px; margin-top: 25px; color: var(--mx-orange); font: 800 10px/1 var(--mx-mono); letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.mx-platform__manifesto a b { font-size: 16px; transition: transform .2s ease; }
.mx-platform__manifesto a:hover b { transform: translateX(4px); }

/* Capabilities */
.mx-capabilities { padding: 126px 0 142px; background: #e9e5df; color: #161616; }
.mx-capabilities .mx-eyebrow { color: rgba(20,20,20,.58); }
.mx-capabilities .mx-section-heading { max-width: 800px; }
.mx-capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 59px; border-top: 1px solid rgba(14,14,14,.18); border-left: 1px solid rgba(14,14,14,.18); }
.mx-capability { position: relative; display: flex; min-height: 232px; flex-direction: column; padding: 21px 20px; overflow: hidden; color: #151515; border-right: 1px solid rgba(14,14,14,.18); border-bottom: 1px solid rgba(14,14,14,.18); text-decoration: none; transition: color .3s ease, transform .3s ease; }
.mx-capability::before { content: ""; position: absolute; z-index: 0; inset: 0; background: var(--mx-orange); transform: translateY(101%); transition: transform .34s cubic-bezier(.2,.8,.2,1); }
.mx-capability > * { position: relative; z-index: 1; }
.mx-capability:hover { color: #111; transform: translateY(-5px); }
.mx-capability:hover::before { transform: translateY(0); }
.mx-capability__number { color: rgba(10,10,10,.45); font: 800 9px/1 var(--mx-mono); letter-spacing: .12em; }
.mx-capability__icon { margin-top: auto; color: #151515; font: 300 35px/.75 Arial, sans-serif; transition: transform .3s ease; }
.mx-capability:hover .mx-capability__icon { transform: rotate(-12deg) scale(1.15); }
.mx-capability h3 { margin-top: 17px; font-size: 25px; line-height: 1; }
.mx-capability p { max-width: 190px; margin-top: 8px; font-size: 11px; line-height: 1.42; }
.mx-capability > i { position: absolute; top: 19px; right: 20px; color: rgba(10,10,10,.65); font-size: 19px; font-style: normal; opacity: 0; transform: translate(-5px, 5px); transition: opacity .2s ease, transform .25s ease; }
.mx-capability:hover > i { opacity: 1; transform: none; }

/* Feature – garage */
.mx-feature { padding: 145px 0; }
.mx-feature__grid { display: grid; grid-template-columns: minmax(390px, 1.15fr) minmax(330px, .85fr); align-items: center; gap: clamp(50px, 9vw, 130px); }
.mx-feature__visual { position: relative; min-height: 510px; }
.mx-feature__image { position: absolute; inset: 0 40px 0 0; overflow: hidden; background-position: center; background-size: cover; }
.mx-feature__image--garage { background-image: linear-gradient(90deg, rgba(5,5,5,.2), rgba(5,5,5,.05)), url("../images/mx-garage-ktm.webp"); background-position:center 45%; filter:saturate(.8) contrast(1.1); }
.mx-feature__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,10,10,.5), transparent 52%); }
.mx-feature__visual::before { content: ""; position: absolute; z-index: 2; top: -13px; left: 42px; width: 123px; height: 5px; background: var(--mx-orange); }
.mx-feature__copy { max-width: 460px; }
.mx-feature__copy > p:not(.mx-eyebrow) { margin-top: 27px; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.6; }
.mx-check-list { display: grid; gap: 11px; padding: 0; margin: 31px 0 0; list-style: none; color: rgba(255,255,255,.9); font: 700 11px/1.2 var(--mx-mono); letter-spacing: .03em; text-transform: uppercase; }
.mx-check-list li::before { content: "✓"; display: inline-block; width: 22px; color: var(--mx-orange); font-size: 14px; }
.mx-bike-card { position: absolute; z-index: 3; right: 0; bottom: 43px; width: min(285px, 65%); padding: 18px; color: #fff; background: rgba(18,18,18,.92); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 23px 50px rgba(0,0,0,.38); backdrop-filter: blur(11px); }
.mx-bike-card__head { display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font: 700 8px/1 var(--mx-mono); letter-spacing: .12em; }
.mx-bike-card__head b { color: #82de8b; font-size: 7px; }
.mx-bike-card > strong { display: block; margin-top: 21px; font: 900 21px/1 var(--mx-mono); letter-spacing: -.045em; }
.mx-bike-card > small { display: block; margin-top: 4px; color: rgba(255,255,255,.57); font: 700 9px/1 var(--mx-mono); letter-spacing: .08em; }
.mx-bike-card__bar { height: 3px; margin-top: 21px; background: rgba(255,255,255,.17); }.mx-bike-card__bar span { display: block; height: 100%; background: var(--mx-orange); }
.mx-bike-card em { display: block; margin-top: 8px; color: var(--mx-orange-light); font: 700 8px/1 var(--mx-mono); font-style: normal; letter-spacing: .09em; }
.mx-feature__serial { position: absolute; right: 55px; bottom: -28px; color: rgba(255,255,255,.35); font: 700 8px/1.25 var(--mx-mono); letter-spacing: .16em; text-align: right; }

/* Feature – search */
.mx-feature--search { background: #151515; }.mx-feature--search .mx-feature__grid { grid-template-columns: minmax(310px, .78fr) minmax(440px, 1.22fr); }
.mx-search-panel { position: relative; padding: 25px; background: #f2eee8; color: #171717; box-shadow: 24px 27px 0 rgba(255,100,0,.85), 0 26px 60px rgba(0,0,0,.32); }
.mx-search-panel::after { content: ""; position: absolute; right: -39px; top: -45px; width: 100px; height: 100px; border: 1px solid var(--mx-orange); border-radius: 50%; opacity: .8; }
.mx-search-panel__top, .mx-search-panel__foot { display: flex; justify-content: space-between; align-items: center; color: rgba(20,20,20,.56); font: 800 9px/1 var(--mx-mono); letter-spacing: .13em; }
.mx-search-panel__top i { color: var(--mx-orange); font: 900 25px/1 Arial; font-style: normal; }
.mx-search-panel__input { display: flex; align-items: center; gap: 13px; height: 59px; margin-top: 24px; padding: 0 15px; border: 1px solid rgba(20,20,20,.25); background: #fff; }
.mx-search-panel__input > span { font: 900 25px/1 Arial; }.mx-search-panel__input strong { flex: 1; font: 700 14px/1 var(--mx-mono); letter-spacing: -.025em; }.mx-search-panel__input b { width: 8px; height: 21px; background: var(--mx-orange); animation: mx-caret .9s steps(1) infinite; }
.mx-search-panel__input strong { transition: opacity .18s ease, transform .18s ease; }.mx-search-panel__input strong.is-changing { opacity: 0; transform: translateY(-4px); }
.mx-search-panel__filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }.mx-search-panel__filters span { padding: 8px 10px; color: #555; border: 1px solid rgba(20,20,20,.13); font: 800 8px/1 var(--mx-mono); letter-spacing: .08em; }.mx-search-panel__filters i { margin-left: 5px; color: var(--mx-orange); font-size: 12px; font-style: normal; }
.mx-search-panel__results { display: grid; gap: 10px; margin-top: 22px; }.mx-search-panel__results > div { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 13px; padding: 10px; background: rgba(22,22,22,.05); transition: transform .22s ease, background .22s ease; }.mx-search-panel__results > div:hover { background: rgba(255,100,0,.14); transform: translateX(5px); }
.mx-search-product { height: 48px; background: #252525; }.mx-search-product--one { background: url("../../uploads/products/product-20260813155308-08001fc7cd977463.webp") center / cover; }.mx-search-product--two { background: url("../../uploads/products/product-20260813160944-afba3e5f49473e5a.webp") center / cover; }
.mx-search-panel__results p small, .mx-search-panel__results p strong, .mx-search-panel__results p em { display: block; }.mx-search-panel__results p small { color: #777; font: 700 8px/1 var(--mx-mono); letter-spacing: .07em; }.mx-search-panel__results p strong { margin-top: 4px; font: 800 12px/1 var(--mx-mono); }.mx-search-panel__results p em { margin-top: 4px; color: #398c4a; font: 700 8px/1 var(--mx-mono); font-style: normal; }.mx-search-panel__results > div > b { font: 800 10px/1 var(--mx-mono); white-space: nowrap; }
.mx-search-panel__foot { margin-top: 23px; padding-top: 15px; border-top: 1px solid rgba(20,20,20,.16); }.mx-search-panel__foot b { color: var(--mx-orange); }.mx-search-panel__foot a { color: #161616; font-size: 9px; text-decoration: none; }.mx-search-panel__foot a:hover { color: var(--mx-orange); }

/* Knowledge */
.mx-knowledge { position: relative; min-height: 670px; display: flex; align-items: center; isolation: isolate; background: #151515; }.mx-knowledge__photo { position: absolute; z-index: -2; inset: 0; background: url("../knowledge/photos/enduro-trail.jpg") center 50% / cover; filter: grayscale(.28) contrast(1.1); }.mx-knowledge__veil { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #111 2%, rgba(15,15,15,.91) 34%, rgba(15,15,15,.2) 85%), linear-gradient(0deg, rgba(10,10,10,.7), transparent 50%); }
.mx-knowledge__content { padding: 115px 0; }.mx-knowledge__content > p:not(.mx-eyebrow) { max-width: 485px; margin-top: 27px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.6; }.mx-knowledge__topics { display: flex; flex-wrap: wrap; max-width: 450px; gap: 8px; margin-top: 29px; }.mx-knowledge__topics span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.81); font: 700 8px/1 var(--mx-mono); letter-spacing: .12em; }

/* Community */
.mx-community { padding: 149px 0 156px; background: #0e0e0e; }.mx-community__layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(440px, 1.22fr); align-items: center; gap: clamp(50px, 10vw, 160px); }.mx-community__copy { max-width: 420px; }.mx-community__copy > p:not(.mx-eyebrow) { margin-top: 27px; color: rgba(255,255,255,.63); font-size: 15px; line-height: 1.6; }
.mx-community__collage { position: relative; min-height: 500px; }.mx-community__image { position: absolute; margin: 0; overflow: hidden; }.mx-community__image img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.08); transition: transform .55s ease, filter .55s ease; }.mx-community__collage:hover img { filter: saturate(1) contrast(1.05); transform: scale(1.06); }.mx-community__image--one { z-index: 1; top: 0; left: 0; width: 65%; height: 366px; }.mx-community__image--two { right: 0; bottom: 0; width: 54%; height: 276px; border: 8px solid #0e0e0e; }
.mx-community__stamp { position: absolute; z-index: 3; top: 26px; right: 8%; display: grid; place-content: center; width: 108px; height: 108px; color: var(--mx-orange); border: 1px solid var(--mx-orange); border-radius: 50%; background: rgba(10,10,10,.55); font: 900 14px/.83 var(--mx-mono); letter-spacing: -.04em; text-align: center; transform: rotate(13deg); }.mx-community__stamp i { margin-top: 5px; font-size: 12px; font-style: normal; }
.mx-community__route { position: absolute; z-index: 4; left: 8%; bottom: 20px; width: 196px; padding: 14px; color: #151515; background: var(--mx-orange); }.mx-community__route span { display: block; color: rgba(10,10,10,.61); font: 800 7px/1 var(--mx-mono); letter-spacing: .13em; }.mx-community__route strong { display: block; margin-top: 6px; font: 900 14px/.9 var(--mx-mono); letter-spacing: -.04em; }.mx-community__route i { position: absolute; top: 27px; right: 14px; font-size: 20px; font-style: normal; }

/* Final CTA */
.mx-final { position: relative; min-height: 700px; display: flex; align-items: center; padding: 120px 0 200px; overflow: hidden; isolation: isolate; background: #151515; }.mx-final::before { content: ""; position: absolute; z-index: -1; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 29px, rgba(255,255,255,.02) 30px 31px); }.mx-final__glow { position: absolute; z-index: -1; width: 770px; height: 770px; top: -270px; right: -80px; border-radius: 50%; background: radial-gradient(circle, rgba(255,100,0,.82) 0%, rgba(255,100,0,.18) 36%, transparent 69%); }.mx-final__content { max-width: 765px; }.mx-final h2 { font-size: clamp(56px, 8.6vw, 110px); }.mx-final__content > p:not(.mx-eyebrow) { max-width: 500px; margin-top: 30px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.6; }.mx-final__content .mx-button { margin-top: 36px; }.mx-final__wordmark { position: absolute; left: 50%; bottom: -3vw; color: rgba(255,255,255,.045); font: 900 clamp(82px, 15.5vw, 230px)/.7 var(--mx-mono); letter-spacing: -.09em; white-space: nowrap; transform: translateX(-50%); }

/* Entrance animation */
.mx-landing [data-reveal] { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }.mx-landing [data-reveal].is-visible { opacity: 1; transform: none; }.mx-capability:nth-child(2) { transition-delay: .04s; }.mx-capability:nth-child(3) { transition-delay: .08s; }.mx-capability:nth-child(4) { transition-delay: .12s; }.mx-capability:nth-child(5) { transition-delay: .05s; }.mx-capability:nth-child(6) { transition-delay: .09s; }.mx-capability:nth-child(7) { transition-delay: .13s; }.mx-capability:nth-child(8) { transition-delay: .17s; }
@keyframes mx-spin { to { transform: rotate(360deg); } } @keyframes mx-spin-back { to { transform: rotate(-360deg); } } @keyframes mx-pulse { 70% { box-shadow: 0 0 0 8px rgba(255,100,0,0); } 100% { box-shadow: 0 0 0 0 rgba(255,100,0,0); } } @keyframes mx-scroll { 0%, 100% { opacity: .25; transform: scaleY(.55); transform-origin: top; } 45% { opacity: 1; transform: scaleY(1); transform-origin: top; } } @keyframes mx-caret { 50% { opacity: 0; } }

@media (max-width: 900px) {
    .mx-hero { min-height: auto; padding-top: 65px; }.mx-hero__layout { grid-template-columns: 1fr; gap: 16px; }.mx-hero__copy { max-width: 670px; }.mx-hero h1 { font-size: clamp(77px, 17vw, 130px); }.mx-hero__visual { min-height: 480px; max-width: 700px; width: 100%; margin-left: auto; }.mx-hero__photo { inset: 0 -32px 0 0; }.mx-hero::before { background: linear-gradient(180deg, #0b0b0b 0%, #0b0b0b 43%, rgba(11,11,11,.53) 78%, rgba(11,11,11,.15) 100%); }.mx-scroll-cue { display: none; }
    .mx-platform .mx-landing__wrap, .mx-community__layout { grid-template-columns: 1fr; gap: 48px; }.mx-platform__manifesto { max-width: 525px; }.mx-capability-grid { grid-template-columns: repeat(2, 1fr); }.mx-feature__grid, .mx-feature--search .mx-feature__grid { grid-template-columns: 1fr; gap: 55px; }.mx-feature--search .mx-feature__copy { order: 0; }.mx-search-panel { max-width: 680px; }.mx-feature__copy { max-width: 570px; }.mx-community__copy { max-width: 570px; }.mx-community__collage { max-width: 680px; width: 100%; }
}
@media (max-width: 600px) {
    .mx-landing__wrap { width: min(100% - 34px, 1240px); }.mx-hero { padding: 47px 0 40px; }.mx-hero__layout { min-height: 0; }.mx-hero h1 { margin-top: 17px; font-size: clamp(69px, 20vw, 105px); }.mx-hero__statement { margin-top: 27px; font-size: 22px; }.mx-hero__lead { max-width: 440px; font-size: 14px; }.mx-hero__actions { display: grid; grid-template-columns: 1fr 1fr; }.mx-button { min-height: 50px; padding: 0 13px; gap: 8px; font-size: 9px; }.mx-hero__trust { gap: 10px 16px; margin-top: 29px; font-size: 8px; }.mx-hero__visual { min-height: 350px; margin-top: 8px; }.mx-hero__photo { inset: 0 -17px 0 -17px; clip-path: polygon(10% 0, 100% 0, 100% 93%, 48% 100%, 0 83%, 0 8%); }.mx-hero__dial { top: 8%; right: 2%; width: 95px; height: 95px; font-size: 21px; }.mx-hero__tag--top { top: 32%; right: -3px; padding: 10px; }.mx-hero__tag--bottom { bottom: 8%; left: 0; padding: 9px 10px; }.mx-hero__tag strong { font-size: 9px; }.mx-hero__coordinates { right: 0; font-size: 7px; }
    .mx-platform, .mx-capabilities, .mx-feature, .mx-community { padding: 82px 0; }.mx-section-heading h2, .mx-feature__copy h2, .mx-knowledge h2, .mx-community h2 { font-size: 44px; }.mx-section-heading > p:last-child, .mx-feature__copy > p:not(.mx-eyebrow), .mx-knowledge__content > p:not(.mx-eyebrow), .mx-community__copy > p:not(.mx-eyebrow) { margin-top: 22px; font-size: 14px; }.mx-platform .mx-landing__wrap { gap: 35px; }.mx-platform__manifesto { padding-left: 21px; }.mx-platform__manifesto p { font-size: 18px; }.mx-capability-grid { margin-top: 38px; }.mx-capability { min-height: 190px; padding: 15px; }.mx-capability__icon { font-size: 29px; }.mx-capability h3 { margin-top: 13px; font-size: 21px; }.mx-capability p { font-size: 10px; }.mx-capability > i { top: 13px; right: 14px; }
    .mx-feature__grid, .mx-feature--search .mx-feature__grid { gap: 39px; }.mx-feature__visual { min-height: 365px; }.mx-feature__image { right: 17px; }.mx-bike-card { right: 0; bottom: 25px; width: min(258px, 78%); padding: 14px; }.mx-bike-card > strong { margin-top: 17px; font-size: 18px; }.mx-feature__serial { right: 24px; bottom: -24px; font-size: 7px; }.mx-check-list { margin-top: 25px; font-size: 10px; }.mx-text-link { margin-top: 28px; }.mx-search-panel { padding: 17px; box-shadow: 12px 14px 0 rgba(255,100,0,.85), 0 20px 45px rgba(0,0,0,.31); }.mx-search-panel::after { display: none; }.mx-search-panel__results > div { grid-template-columns: 45px 1fr; gap: 9px; }.mx-search-product { height: 44px; }.mx-search-panel__results > div > b { grid-column: 2; font-size: 9px; }.mx-search-panel__foot { font-size: 8px; }.mx-search-panel__input strong { font-size: 12px; }.mx-search-panel__filters { gap: 5px; }.mx-search-panel__filters span { padding: 6px 7px; font-size: 7px; }
    .mx-knowledge { min-height: 580px; }.mx-knowledge__veil { background: linear-gradient(90deg, rgba(15,15,15,.96), rgba(15,15,15,.7)), linear-gradient(0deg, rgba(10,10,10,.7), transparent 50%); }.mx-knowledge__content { padding: 80px 0; }.mx-knowledge__topics { margin-top: 24px; }.mx-knowledge__topics span { font-size: 7px; }.mx-knowledge .mx-button { margin-top: 28px; }
    .mx-community__layout { gap: 38px; }.mx-community__collage { min-height: 367px; }.mx-community__image--one { height: 275px; }.mx-community__image--two { height: 203px; }.mx-community__stamp { width: 83px; height: 83px; top: 8px; font-size: 11px; }.mx-community__route { left: 3%; bottom: 5px; width: 170px; padding: 11px; }.mx-community__route strong { font-size: 12px; }.mx-final { min-height: 620px; padding: 82px 0 130px; }.mx-final h2 { font-size: 56px; }.mx-final__content > p:not(.mx-eyebrow) { margin-top: 25px; font-size: 14px; }.mx-final__content .mx-button { width: 100%; margin-top: 31px; }.mx-final__wordmark { bottom: -1vw; font-size: 80px; }
}
@media (prefers-reduced-motion: reduce) {
    .mx-landing *, .mx-landing *::before, .mx-landing *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.mx-landing [data-reveal] { opacity: 1; transform: none; }
}

/* v1.1 — interface scenes make platform functions tangible without changing the page rhythm. */
.mx-landing { overflow-x: clip; }
.mx-hero__visual { isolation: isolate; }
.mx-hero-console { position: absolute; z-index: 5; right: 6%; bottom: 14%; width: min(320px, 58%); overflow: hidden; color: #fff; border: 1px solid rgba(255,255,255,.22); background: rgba(13,13,13,.8); box-shadow: 0 24px 65px rgba(0,0,0,.47), 0 0 0 1px rgba(255,100,0,.08) inset; backdrop-filter: blur(18px); animation: mx-console-float 6s ease-in-out infinite; }
.mx-hero-console::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(115deg,rgba(255,255,255,.11),transparent 27%); }
.mx-hero-console__bar { display:flex; justify-content:space-between; gap:8px; padding:10px 12px; border-bottom:1px solid rgba(255,255,255,.13); color:rgba(255,255,255,.6); font:800 7px/1 var(--mx-mono); letter-spacing:.12em; }
.mx-hero-console__bar i { color:#8de394; font-style:normal; white-space:nowrap; }.mx-hero-console__body { display:flex; align-items:end; justify-content:space-between; gap:9px; padding:14px 12px 13px; }.mx-hero-console__bike span, .mx-hero-console__bike small { display:block; color:rgba(255,255,255,.52); font:700 7px/1 var(--mx-mono); letter-spacing:.11em; }.mx-hero-console__bike strong { display:block; margin:7px 0 5px; color:#fff; font:900 30px/.72 var(--mx-mono); letter-spacing:-.075em; }.mx-hero-console__bike em { color:var(--mx-orange); font-style:normal; }.mx-hero-console__stats { display:grid; gap:6px; }.mx-hero-console__stats span { min-width:72px; padding:7px 8px; border-left:1px solid var(--mx-orange); background:rgba(255,255,255,.06); color:rgba(255,255,255,.56); font:700 7px/1 var(--mx-mono); letter-spacing:.05em; }.mx-hero-console__stats b { display:block; margin-bottom:3px; color:#fff; font-size:13px; }.mx-hero-console__nav { display:flex; gap:12px; padding:10px 12px; overflow:hidden; border-top:1px solid rgba(255,255,255,.13); color:rgba(255,255,255,.4); font:800 7px/1 var(--mx-mono); letter-spacing:.08em; white-space:nowrap; }.mx-hero-console__nav .is-active { color:var(--mx-orange); }

.mx-capability { justify-content:flex-end; }.mx-capability__preview { position:absolute; top:41px; left:20px; right:20px; display:grid; min-height:45px; align-items:center; color:#151515; border:1px solid rgba(14,14,14,.18); background:rgba(255,255,255,.42); font-family:var(--mx-mono); transition:transform .32s ease, background .32s ease, border-color .32s ease; }.mx-capability:hover .mx-capability__preview { border-color:rgba(14,14,14,.47); background:rgba(255,255,255,.35); transform:translateY(-4px) scale(1.02); }.mx-capability__preview b { font:800 9px/1 var(--mx-mono); letter-spacing:.055em; }.mx-capability__preview small { color:rgba(10,10,10,.57); font:700 7px/1 var(--mx-mono); letter-spacing:.055em; }.mx-mini-garage { grid-template-columns:1fr 55px; padding:8px; }.mx-mini-garage i { height:3px; margin-top:7px; background:linear-gradient(90deg,var(--mx-orange) 67%,rgba(0,0,0,.15) 67%); }.mx-mini-garage small { grid-column:1 / -1; margin-top:4px; }.mx-mini-search { grid-template-columns:1fr; padding:7px 8px; }.mx-mini-search b { padding:5px; border:1px solid rgba(0,0,0,.18); background:#fff; }.mx-mini-search i { position:absolute; right:12px; top:16px; width:3px; height:10px; background:var(--mx-orange); animation:mx-caret .9s steps(1) infinite; }.mx-mini-search small { margin-top:4px; }.mx-mini-gear { grid-template-columns:1fr auto; padding:8px; }.mx-mini-gear i { display:grid; place-items:center; width:20px; height:20px; color:#fff; border-radius:50%; background:#151515; font:800 10px/1 Arial; font-style:normal; }.mx-mini-gear small { grid-column:1/-1; margin-top:3px; }.mx-mini-service { grid-template-columns:1fr auto; padding:9px; background:#171717; color:#fff; }.mx-mini-service i { padding:4px; color:var(--mx-orange-light); border:1px solid rgba(255,255,255,.2); font:700 7px/1 var(--mx-mono); font-style:normal; }.mx-mini-service small { grid-column:1/-1; margin-top:4px; color:rgba(255,255,255,.6); }.mx-mini-knowledge { grid-template-columns:1fr auto; padding:8px; }.mx-mini-knowledge i { color:var(--mx-orange); font:900 21px/.7 var(--mx-mono); font-style:normal; }.mx-mini-knowledge small { grid-column:1/-1; margin-top:5px; }.mx-mini-community { grid-template-columns:1fr; padding:9px; }.mx-mini-community b { display:flex; }.mx-mini-community b i { width:18px; height:18px; margin-left:-4px; border:1px solid #e9e5df; border-radius:50%; background:linear-gradient(135deg,#ff6400,#262626); }.mx-mini-community b i:nth-child(2) { background:linear-gradient(135deg,#777,#191919); }.mx-mini-community b i:nth-child(3) { background:linear-gradient(135deg,#f2eee8,#555); }.mx-mini-community small { margin-top:4px; }.mx-mini-market { grid-template-columns:1fr auto; padding:8px; }.mx-mini-market i { color:var(--mx-orange); font:800 8px/1 var(--mx-mono); font-style:normal; }.mx-mini-market small { grid-column:1/-1; margin-top:4px; }.mx-mini-event { grid-template-columns:1fr auto; padding:8px; background:#171717; color:#fff; }.mx-mini-event b { color:var(--mx-orange); font-size:13px; }.mx-mini-event i { font:900 16px/1 Arial; font-style:normal; }.mx-mini-event small { grid-column:1/-1; margin-top:4px; color:rgba(255,255,255,.62); }

.mx-bike-card__details { display:grid; gap:5px; margin-top:14px; padding-top:10px; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.58); font:700 7px/1 var(--mx-mono); letter-spacing:.07em; }.mx-garage-history { position:absolute; z-index:3; left:0; bottom:17px; display:flex; align-items:center; gap:8px; max-width:51%; padding:9px 11px; color:rgba(255,255,255,.7); border:1px solid rgba(255,255,255,.17); background:rgba(11,11,11,.78); backdrop-filter:blur(10px); font:700 7px/1 var(--mx-mono); letter-spacing:.06em; white-space:nowrap; }.mx-garage-history > span { color:var(--mx-orange); }.mx-garage-history b { width:4px; height:4px; border-radius:50%; background:var(--mx-orange); }.mx-search-panel__results p em { color:#2f7a3b; }

.mx-knowledge__cards { display:flex; gap:9px; max-width:500px; margin-top:22px; }.mx-knowledge__cards article { position:relative; width:50%; min-height:91px; padding:11px; overflow:hidden; border:1px solid rgba(255,255,255,.25); background:rgba(10,10,10,.53); backdrop-filter:blur(8px); transition:transform .28s ease, border-color .28s ease; }.mx-knowledge__cards article:hover { border-color:var(--mx-orange); transform:translateY(-5px); }.mx-knowledge__cards span { display:block; color:var(--mx-orange-light); font:800 7px/1 var(--mx-mono); letter-spacing:.1em; }.mx-knowledge__cards strong { display:block; margin-top:9px; font:800 12px/1.04 var(--mx-mono); letter-spacing:-.03em; text-transform:uppercase; }.mx-knowledge__cards i { position:absolute; right:9px; bottom:5px; color:rgba(255,255,255,.19); font:900 31px/.7 var(--mx-mono); font-style:normal; }
.mx-community__online { position:absolute; z-index:5; top:52%; left:33%; display:flex; align-items:center; gap:8px; padding:10px 12px; color:#fff; background:rgba(13,13,13,.87); border:1px solid rgba(255,255,255,.2); box-shadow:0 12px 24px rgba(0,0,0,.26); }.mx-community__online span { display:flex; }.mx-community__online span i { width:18px; height:18px; margin-left:-4px; border:1px solid #111; border-radius:50%; background:linear-gradient(135deg,#ff6500,#893100); }.mx-community__online span i:nth-child(2) { background:linear-gradient(135deg,#e8e0d8,#777); }.mx-community__online span i:nth-child(3) { background:linear-gradient(135deg,#79898c,#1b2223); }.mx-community__online b { font:800 8px/1.15 var(--mx-mono); letter-spacing:.055em; text-transform:uppercase; }

.mx-live { position:relative; padding:138px 0 151px; overflow:hidden; background:#e9e5df; color:#171717; }.mx-live::after { content:"RIDE"; position:absolute; right:-10px; bottom:-35px; color:rgba(20,20,20,.045); font:900 205px/.75 var(--mx-mono); letter-spacing:-.08em; }.mx-live__heading { max-width:660px; }.mx-live .mx-eyebrow { color:rgba(20,20,20,.61); }.mx-live h2 { margin-top:17px; font:900 clamp(43px,6.3vw,76px)/.88 var(--mx-mono); letter-spacing:-.065em; text-transform:uppercase; }.mx-live__heading > p:not(.mx-eyebrow) { max-width:488px; margin-top:25px; color:rgba(20,20,20,.65); font-size:15px; line-height:1.55; }.mx-live__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; margin-top:57px; }.mx-live-card { position:relative; display:flex; min-height:305px; flex-direction:column; padding:17px; overflow:hidden; color:#fff; background:#151515; text-decoration:none; box-shadow:0 15px 25px rgba(0,0,0,.12); transition:transform .34s cubic-bezier(.2,.8,.2,1), box-shadow .34s ease; }.mx-live-card:hover { color:#fff; transform:translateY(-9px); box-shadow:0 25px 38px rgba(0,0,0,.2); }.mx-live-card::before { content:""; position:absolute; width:160px; height:160px; top:-80px; right:-60px; border:1px solid rgba(255,100,0,.7); border-radius:50%; transition:transform .4s ease; }.mx-live-card:hover::before { transform:scale(1.45); }.mx-live-card__top, .mx-live-card__foot { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; color:rgba(255,255,255,.56); font:800 8px/1 var(--mx-mono); letter-spacing:.11em; }.mx-live-card__top b { color:var(--mx-orange); }.mx-live-card__foot { margin-top:auto; padding-top:12px; border-top:1px solid rgba(255,255,255,.16); }.mx-live-card__foot i { color:var(--mx-orange); font:900 17px/1 Arial; font-style:normal; }.mx-service-list { display:grid; gap:8px; margin-top:25px; }.mx-service-list > div { display:grid; grid-template-columns:32px 1fr auto; align-items:center; gap:8px; padding:9px; background:rgba(255,255,255,.07); transition:background .22s ease, transform .22s ease; }.mx-live-card:hover .mx-service-list > div:first-child { background:rgba(255,100,0,.17); transform:translateX(5px); }.mx-service-list i { display:grid; place-items:center; width:29px; height:29px; color:#141414; background:var(--mx-orange); border-radius:50%; font:900 8px/1 var(--mx-mono); font-style:normal; }.mx-service-list p strong, .mx-service-list p small { display:block; }.mx-service-list p strong { font:800 11px/1 var(--mx-mono); }.mx-service-list p small { margin-top:4px; color:rgba(255,255,255,.48); font:700 7px/1 var(--mx-mono); }.mx-service-list > div > b { color:#b4f0b8; font:700 8px/1 var(--mx-mono); }.mx-market-listing { display:grid; grid-template-columns:86px 1fr; gap:11px; margin-top:28px; }.mx-market-listing > span { height:122px; background:url("../../uploads/marketplace/marketplace-20260813181004-8fdebff04128117a.webp") center / cover; filter:saturate(.75); }.mx-market-listing p small,.mx-market-listing p strong,.mx-market-listing p em { display:block; }.mx-market-listing p small { color:rgba(255,255,255,.5); font:700 7px/1.2 var(--mx-mono); letter-spacing:.05em; }.mx-market-listing p strong { margin-top:9px; font:800 14px/1.02 var(--mx-mono); letter-spacing:-.025em; }.mx-market-listing p em { margin-top:9px; color:#a6e9ab; font:700 7px/1 var(--mx-mono); font-style:normal; }.mx-market-listing > b { grid-column:2; margin-top:-25px; color:var(--mx-orange); font:800 12px/1 var(--mx-mono); }.mx-trip-card { position:relative; display:grid; grid-template-columns:1fr auto; align-items:end; min-height:146px; margin-top:23px; padding:14px; overflow:hidden; background:linear-gradient(125deg,rgba(255,100,0,.9),rgba(255,100,0,.12)),url("../knowledge/photos/enduro-gotland-61.jpg") center / cover; }.mx-trip-card::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(15,15,15,.4),transparent); }.mx-trip-card > * { position:relative; z-index:1; }.mx-trip-card span { font:900 23px/.8 var(--mx-mono); letter-spacing:-.06em; }.mx-trip-card b { font:900 46px/.7 var(--mx-mono); letter-spacing:-.08em; }.mx-trip-card b small { font-size:10px; letter-spacing:0; }.mx-trip-card i { position:absolute; right:15px; top:14px; font:900 21px/1 Arial; font-style:normal; }
@keyframes mx-console-float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-8px); } }

@media (max-width:900px) { .mx-hero-console { right:5%; bottom:10%; }.mx-live__grid { grid-template-columns:repeat(2,1fr); }.mx-live-card--event { grid-column:span 2; }.mx-live-card--event .mx-trip-card { max-width:430px; }.mx-live-card { min-height:280px; } }
@media (max-width:600px) { .mx-hero-console { right:0; bottom:12%; width:245px; }.mx-hero-console__body { padding:11px 10px; }.mx-hero-console__bike strong { font-size:24px; }.mx-hero-console__stats span { min-width:57px; padding:6px; }.mx-hero-console__nav { gap:9px; padding:8px 10px; font-size:6px; }.mx-capability__preview { top:35px; left:15px; right:15px; min-height:40px; }.mx-capability__preview b { font-size:8px; }.mx-capability__preview small { font-size:6px; }.mx-capability__icon { margin-top:auto; }.mx-garage-history { bottom:9px; max-width:68%; padding:7px; font-size:6px; }.mx-bike-card__details { font-size:6px; }.mx-knowledge__cards { margin-top:18px; }.mx-knowledge__cards article { min-height:80px; padding:9px; }.mx-knowledge__cards strong { font-size:10px; }.mx-community__online { top:46%; left:14%; padding:8px; }.mx-community__online b { font-size:7px; }.mx-live { padding:82px 0; }.mx-live h2 { font-size:44px; }.mx-live__heading > p:not(.mx-eyebrow) { font-size:14px; }.mx-live__grid { grid-template-columns:1fr; gap:10px; margin-top:37px; }.mx-live-card, .mx-live-card--event { grid-column:auto; min-height:255px; }.mx-live-card--event .mx-trip-card { max-width:none; }.mx-market-listing { margin-top:20px; }.mx-market-listing > span { height:103px; }.mx-trip-card { min-height:122px; }.mx-trip-card span { font-size:20px; }.mx-trip-card b { font-size:39px; } }

/* Keep the narrative available if JavaScript is unavailable; stage UI only when motion is enabled. */
.mx-landing [data-reveal] { opacity:1; transform:none; }
.mx-landing.mx-has-motion [data-reveal] { opacity:0; transform:translateY(25px); }
.mx-landing.mx-has-motion [data-reveal].is-visible { opacity:1; transform:none; }
.mx-landing.mx-has-motion .mx-capability__preview,
.mx-landing.mx-has-motion .mx-knowledge__cards article,
.mx-landing.mx-has-motion .mx-bike-card__details,
.mx-landing.mx-has-motion .mx-garage-history,
.mx-landing.mx-has-motion .mx-community__online,
.mx-landing.mx-has-motion .mx-live-card__foot { opacity:0; transform:translateY(8px); transition:opacity .42s ease, transform .42s ease; }
.mx-landing.mx-has-motion .has-ui .mx-capability__preview,
.mx-landing.mx-has-motion .has-ui .mx-knowledge__cards article,
.mx-landing.mx-has-motion .has-ui .mx-bike-card__details,
.mx-landing.mx-has-motion .has-ui .mx-garage-history,
.mx-landing.mx-has-motion .has-ui .mx-community__online,
.mx-landing.mx-has-motion .has-ui .mx-live-card__foot { opacity:1; transform:none; }
.mx-landing.mx-has-motion .has-ui .mx-knowledge__cards article:nth-child(2) { transition-delay:.13s; }
.mx-live-card--event::before { animation:mx-orbit-drift 5s ease-in-out infinite; }
@keyframes mx-orbit-drift { 50% { transform:translateX(-23px); } }
@media (prefers-reduced-motion: reduce) { .mx-hero-console, .mx-live-card--event::before { animation:none; } }

/* v1.2 — one graphite design system from the hero to the final CTA. */
.mx-button--light { color:#fff; border-color:rgba(255,255,255,.18); background:rgba(22,22,22,.88); box-shadow:0 12px 28px rgba(0,0,0,.22); }
.mx-button--light:hover { color:#121212; border-color:var(--mx-orange); background:var(--mx-orange); }
.mx-hero-console,
.mx-bike-card,
.mx-garage-history,
.mx-knowledge__cards article,
.mx-community__online { border-radius:8px; }

.mx-capabilities,
.mx-live { isolation:isolate; background:
    radial-gradient(circle at 8% 14%, rgba(255,100,0,.11), transparent 25%),
    radial-gradient(circle at 91% 77%, rgba(255,100,0,.07), transparent 23%),
    linear-gradient(145deg, #171717 0%, #101010 54%, #151515 100%); color:#f7f4f0; }
.mx-capabilities::before,
.mx-live::before { content:""; position:absolute; z-index:-1; inset:0; pointer-events:none; opacity:.52; background-image:linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:54px 54px; mask-image:linear-gradient(90deg,transparent,black 17%,black 83%,transparent); }
.mx-capabilities::after { content:""; position:absolute; z-index:-1; left:0; right:0; bottom:0; height:1px; background:linear-gradient(90deg, transparent, rgba(255,100,0,.52), transparent); }
.mx-capabilities .mx-eyebrow,
.mx-live .mx-eyebrow { color:rgba(255,255,255,.52); }
.mx-capabilities .mx-section-heading h2,
.mx-live h2 { color:#fff; }
.mx-capabilities .mx-section-heading > p:last-child,
.mx-live__heading > p:not(.mx-eyebrow) { color:rgba(255,255,255,.61); }

.mx-capability-grid { gap:10px; border:0; }
.mx-capability { min-height:240px; color:#f7f4f0; border:1px solid rgba(255,255,255,.11); border-radius:10px; background:linear-gradient(145deg,rgba(38,38,38,.88),rgba(18,18,18,.95)); box-shadow:0 13px 27px rgba(0,0,0,.14),0 1px 0 rgba(255,255,255,.035) inset; }
.mx-capability::before { background:linear-gradient(135deg,rgba(255,100,0,.2),rgba(255,100,0,.025) 56%, transparent); transform:translateY(104%); }
.mx-capability:hover { color:#fff; border-color:rgba(255,100,0,.65); box-shadow:0 19px 34px rgba(0,0,0,.32),0 0 27px rgba(255,100,0,.08); }
.mx-capability__number { color:rgba(255,255,255,.42); }
.mx-capability__icon { color:rgba(255,255,255,.8); }
.mx-capability h3 { color:#fff; }
.mx-capability p { color:rgba(255,255,255,.57); }
.mx-capability > i { color:var(--mx-orange-light); }
.mx-capability__preview { color:#f6f3ee; border-color:rgba(255,255,255,.12); border-radius:6px; background:rgba(8,8,8,.5); box-shadow:0 1px 0 rgba(255,255,255,.035) inset; }
.mx-capability:hover .mx-capability__preview { border-color:rgba(255,100,0,.52); background:rgba(18,18,18,.9); }
.mx-capability__preview small { color:rgba(255,255,255,.47); }
.mx-mini-garage i { background:linear-gradient(90deg,var(--mx-orange) 67%,rgba(255,255,255,.17) 67%); }
.mx-mini-search b { color:rgba(255,255,255,.86); border-color:rgba(255,255,255,.12); background:#1b1b1b; }
.mx-mini-gear i { color:#151515; background:var(--mx-orange); }
.mx-mini-service { border-color:rgba(255,100,0,.26); background:#181818; }
.mx-mini-knowledge i { color:var(--mx-orange-light); }
.mx-mini-community b i { border-color:#191919; }
.mx-mini-community b i:nth-child(3) { background:linear-gradient(135deg,#8f8f8f,#333); }
.mx-mini-market i { color:var(--mx-orange-light); }

/* The catalogue demo uses the same dark component language instead of a light card. */
.mx-search-panel { color:#f5f2ed; border:1px solid rgba(255,255,255,.12); border-radius:10px; background:linear-gradient(145deg,#242424,#141414); box-shadow:18px 20px 0 rgba(255,100,0,.34),0 26px 60px rgba(0,0,0,.34),0 1px 0 rgba(255,255,255,.04) inset; }
.mx-search-panel::after { border-color:rgba(255,100,0,.55); }
.mx-search-panel__top,
.mx-search-panel__foot { color:rgba(255,255,255,.49); }
.mx-search-panel__input { border-color:rgba(255,255,255,.14); background:#101010; }
.mx-search-panel__input strong { color:#fff; }
.mx-search-panel__filters span { color:rgba(255,255,255,.68); border-color:rgba(255,255,255,.12); background:rgba(255,255,255,.035); }
.mx-search-panel__results > div { background:rgba(255,255,255,.045); }
.mx-search-panel__results > div:hover { background:rgba(255,100,0,.12); }
.mx-search-panel__results p small { color:rgba(255,255,255,.48); }
.mx-search-panel__results p strong { color:#fff; }
.mx-search-panel__foot { border-color:rgba(255,255,255,.13); }
.mx-search-panel__foot a { color:#fff; }

.mx-live { border-top:1px solid rgba(255,255,255,.055); }
.mx-live::after { color:rgba(255,255,255,.025); }
.mx-live__grid { gap:12px; }
.mx-live-card { border:1px solid rgba(255,255,255,.11); border-radius:10px; background:linear-gradient(145deg,#242424,#141414); box-shadow:0 14px 30px rgba(0,0,0,.26),0 1px 0 rgba(255,255,255,.04) inset; }
.mx-live-card:hover { border-color:rgba(255,100,0,.58); box-shadow:0 25px 42px rgba(0,0,0,.4),0 0 28px rgba(255,100,0,.07); }
.mx-live-card::before { border-color:rgba(255,100,0,.45); }
.mx-live-card__top,
.mx-live-card__foot { color:rgba(255,255,255,.5); }
.mx-service-list > div { border:1px solid rgba(255,255,255,.08); background:rgba(0,0,0,.22); border-radius:6px; }
.mx-live-card:hover .mx-service-list > div:first-child { background:rgba(255,100,0,.12); }
.mx-service-list i { color:#171717; background:var(--mx-orange); }
.mx-market-listing > span { border-radius:5px; }
.mx-trip-card { border:1px solid rgba(255,255,255,.13); border-radius:6px; background:linear-gradient(125deg,rgba(255,100,0,.67),rgba(255,100,0,.08)),url("../knowledge/photos/enduro-gotland-61.jpg") center / cover; }
@media (max-width:600px) { .mx-capability { min-height:190px; }.mx-search-panel { box-shadow:10px 12px 0 rgba(255,100,0,.3),0 20px 45px rgba(0,0,0,.31); } }

/* v1.3 — final product-story polish for sections 02–06. */
.mx-landing {
    --mx-surface-0:#0d0d0e;
    --mx-surface-1:#121213;
    --mx-surface-2:#19191a;
    --mx-surface-3:#222224;
    --mx-edge:rgba(255,255,255,.11);
    --mx-edge-soft:rgba(255,255,255,.065);
    --mx-copy:rgba(255,255,255,.64);
    --mx-radius-ui:10px;
    --mx-radius-inner:6px;
    --mx-shadow-ui:0 22px 54px rgba(0,0,0,.34),0 1px 0 rgba(255,255,255,.045) inset;
}
.mx-capabilities,
.mx-feature,
.mx-knowledge,
.mx-community,
.mx-live { border-top:1px solid var(--mx-edge-soft); }
.mx-capabilities > .mx-landing__wrap::after,
.mx-feature > .mx-landing__wrap::after,
.mx-community > .mx-landing__wrap::after,
.mx-live > .mx-landing__wrap::after { content:""; position:absolute; top:-1px; left:0; width:68px; height:1px; background:linear-gradient(90deg,var(--mx-orange),transparent); box-shadow:0 0 14px rgba(255,100,0,.42); }
.mx-section-heading h2,
.mx-feature__copy h2,
.mx-knowledge h2,
.mx-community h2,
.mx-live h2 { text-wrap:balance; }

/* 02 — compact platform matrix, same material as the real product scenes. */
.mx-capabilities { background:
    radial-gradient(circle at 13% 8%,rgba(255,100,0,.09),transparent 24%),
    linear-gradient(180deg,#151516 0%,#0e0e0f 100%); }
.mx-capability-grid { position:relative; }
.mx-capability-grid::before { content:""; position:absolute; z-index:-1; inset:22px; background:rgba(255,100,0,.075); filter:blur(52px); }
.mx-capability { background:linear-gradient(155deg,rgba(35,35,37,.94),rgba(16,16,17,.98)); box-shadow:0 14px 34px rgba(0,0,0,.24),0 1px 0 rgba(255,255,255,.04) inset; }
.mx-capability::after { content:""; position:absolute; z-index:0; left:20px; right:20px; bottom:0; height:1px; opacity:0; background:linear-gradient(90deg,transparent,var(--mx-orange),transparent); transition:opacity .28s ease; }
.mx-capability:hover::after { opacity:.75; }
.mx-capability__preview { background:linear-gradient(180deg,rgba(7,7,8,.66),rgba(22,22,23,.72)); }
.mx-capability__icon { opacity:.76; }

/* 03–04 — two consecutive stages of one rider workflow. */
.mx-feature { position:relative; isolation:isolate; background:
    linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px),
    linear-gradient(180deg,var(--mx-surface-0),#121213); background-size:62px 100%,auto; }
.mx-feature--garage::before,
.mx-feature--search::before { content:""; position:absolute; z-index:-1; width:520px; height:520px; border-radius:50%; pointer-events:none; filter:blur(4px); }
.mx-feature--garage::before { left:-260px; bottom:-230px; background:radial-gradient(circle,rgba(255,100,0,.095),transparent 67%); }
.mx-feature--search::before { right:-270px; top:-250px; background:radial-gradient(circle,rgba(255,100,0,.08),transparent 67%); }
.mx-feature--search { background:
    linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px),
    linear-gradient(180deg,#151516,var(--mx-surface-1)); background-size:62px 100%,auto; }
.mx-feature__visual { border:1px solid var(--mx-edge); border-radius:var(--mx-radius-ui); background:var(--mx-surface-1); box-shadow:var(--mx-shadow-ui); }
.mx-feature__image { inset:8px; border-radius:var(--mx-radius-inner); }
.mx-feature__image::after { background:linear-gradient(0deg,rgba(8,8,9,.74),transparent 55%),linear-gradient(90deg,rgba(8,8,9,.3),transparent 48%); }
.mx-feature__visual::before { top:-1px; left:34px; width:88px; height:2px; border-radius:0; }
.mx-feature__serial { right:17px; bottom:12px; z-index:4; }
.mx-bike-card { right:17px; bottom:52px; border-color:var(--mx-edge); background:linear-gradient(155deg,rgba(31,31,33,.96),rgba(13,13,14,.96)); box-shadow:var(--mx-shadow-ui); }
.mx-bike-card::before { content:"МОТОЦИКЛ / 01"; position:absolute; top:18px; right:18px; color:rgba(255,255,255,.28); font:700 6px/1 var(--mx-mono); letter-spacing:.13em; }
.mx-bike-card__bar { height:4px; border-radius:999px; overflow:hidden; }
.mx-bike-card__bar span { box-shadow:0 0 12px rgba(255,100,0,.55); }
.mx-bike-card__details span { display:flex; align-items:center; min-height:19px; padding:0 6px; border:1px solid rgba(255,255,255,.07); border-radius:4px; background:rgba(255,255,255,.025); }
.mx-garage-history { left:17px; bottom:17px; max-width:58%; border-color:var(--mx-edge); background:rgba(12,12,13,.9); box-shadow:0 14px 28px rgba(0,0,0,.27); }
.mx-garage-history b { position:relative; box-shadow:0 0 0 4px rgba(255,100,0,.1); }
.mx-check-list li { min-height:28px; display:flex; align-items:center; border-bottom:1px solid rgba(255,255,255,.065); }
.mx-check-list li::before { display:grid; place-items:center; width:18px; height:18px; margin-right:9px; border:1px solid rgba(255,100,0,.36); border-radius:50%; background:rgba(255,100,0,.07); font-size:9px; }

.mx-search-panel { position:relative; overflow:hidden; border-color:var(--mx-edge); background:linear-gradient(155deg,var(--mx-surface-3),var(--mx-surface-1)); box-shadow:var(--mx-shadow-ui); }
.mx-search-panel::before { content:""; position:absolute; left:0; top:0; bottom:0; width:2px; background:linear-gradient(transparent,var(--mx-orange),transparent); opacity:.82; }
.mx-search-panel::after { right:-50px; top:-55px; border-color:rgba(255,100,0,.28); }
.mx-search-panel__top { padding-bottom:15px; border-bottom:1px solid var(--mx-edge-soft); }
.mx-search-panel__top i { width:30px; height:30px; display:grid; place-items:center; border:1px solid rgba(255,100,0,.35); border-radius:50%; background:rgba(255,100,0,.07); }
.mx-search-panel__input { border-radius:var(--mx-radius-inner); box-shadow:0 0 0 1px rgba(255,100,0,.035) inset; }
.mx-search-panel__input:focus-within { border-color:rgba(255,100,0,.48); box-shadow:0 0 0 3px rgba(255,100,0,.07); }
.mx-search-panel__filters span { border-radius:999px; }
.mx-search-panel__results > div { border:1px solid transparent; border-radius:var(--mx-radius-inner); }
.mx-search-panel__results > div:first-child { border-color:rgba(255,100,0,.18); background:linear-gradient(90deg,rgba(255,100,0,.09),rgba(255,255,255,.025)); }
.mx-search-product { overflow:hidden; border-radius:4px; box-shadow:0 0 0 1px rgba(255,255,255,.08); }
.mx-search-panel__results p em { color:#8fd99a; }

/* 05 — editorial interface instead of a detached photographic banner. */
.mx-knowledge { min-height:690px; border-color:var(--mx-edge-soft); }
.mx-knowledge__photo { inset:10px; border-radius:var(--mx-radius-ui); filter:grayscale(.42) saturate(.72) contrast(1.12); }
.mx-knowledge__veil { background:linear-gradient(90deg,#101011 1%,rgba(15,15,16,.94) 39%,rgba(15,15,16,.38) 78%,rgba(15,15,16,.72)),linear-gradient(0deg,#101011,transparent 43%); }
.mx-knowledge__content::before { content:"MX / БАЗА ЗНАНИЙ"; display:block; width:max-content; margin:0 0 18px auto; color:rgba(255,255,255,.28); font:700 7px/1 var(--mx-mono); letter-spacing:.15em; }
.mx-knowledge__topics span { border-color:var(--mx-edge); border-radius:999px; background:rgba(8,8,9,.34); }
.mx-knowledge__cards { gap:10px; }
.mx-knowledge__cards article { min-height:104px; border-color:var(--mx-edge); background:linear-gradient(145deg,rgba(29,29,31,.92),rgba(13,13,14,.86)); box-shadow:0 14px 30px rgba(0,0,0,.22); }
.mx-knowledge__cards article::after { content:""; position:absolute; left:0; bottom:0; width:36%; height:2px; background:var(--mx-orange); box-shadow:0 0 12px rgba(255,100,0,.38); transition:width .3s ease; }
.mx-knowledge__cards article:hover::after { width:100%; }

/* 06 — community as a live platform surface, not a separate collage language. */
.mx-community { position:relative; background:
    radial-gradient(circle at 84% 20%,rgba(255,100,0,.075),transparent 24%),
    linear-gradient(180deg,#101011,#151516); }
.mx-community__collage { min-height:520px; border:1px solid var(--mx-edge); border-radius:var(--mx-radius-ui); background:var(--mx-surface-1); box-shadow:var(--mx-shadow-ui); }
.mx-community__collage::before { content:"СООБЩЕСТВО / СЕЙЧАС"; position:absolute; z-index:6; top:16px; left:17px; padding:6px 8px; border:1px solid var(--mx-edge); border-radius:999px; color:rgba(255,255,255,.62); background:rgba(10,10,11,.74); backdrop-filter:blur(8px); font:700 7px/1 var(--mx-mono); letter-spacing:.12em; }
.mx-community__image { border-radius:var(--mx-radius-inner); }
.mx-community__image--one { top:8px; left:8px; width:64%; height:368px; }
.mx-community__image--two { right:8px; bottom:8px; width:54%; height:276px; border:6px solid var(--mx-surface-1); }
.mx-community__stamp { right:7%; color:var(--mx-orange-light); border-color:rgba(255,100,0,.52); background:rgba(11,11,12,.74); backdrop-filter:blur(8px); box-shadow:0 12px 25px rgba(0,0,0,.22); }
.mx-community__route { left:6%; bottom:26px; color:#fff; border:1px solid rgba(255,100,0,.43); border-radius:var(--mx-radius-inner); background:linear-gradient(135deg,rgba(255,100,0,.92),rgba(187,65,0,.88)); box-shadow:0 18px 32px rgba(0,0,0,.28); }
.mx-community__online { border-color:var(--mx-edge); background:linear-gradient(145deg,rgba(32,32,34,.94),rgba(13,13,14,.94)); box-shadow:var(--mx-shadow-ui); }

/* Hero and final CTA use the same edge/glow vocabulary as the product journey. */
.mx-hero-console { border-color:var(--mx-edge); border-radius:var(--mx-radius-ui); background:linear-gradient(150deg,rgba(30,30,32,.88),rgba(11,11,12,.92)); box-shadow:var(--mx-shadow-ui),0 0 32px rgba(255,100,0,.07); }
.mx-hero__photo { filter:saturate(.76) contrast(1.12); }
.mx-final .mx-button--primary { box-shadow:0 18px 42px rgba(255,100,0,.29),0 0 0 1px rgba(255,255,255,.12) inset; }
.mx-final__content > p:not(.mx-eyebrow) { color:rgba(255,255,255,.76); }

@media (max-width:900px) {
    .mx-feature__visual { max-width:690px; width:100%; }
    .mx-community__collage { min-height:500px; }
}
@media (max-width:600px) {
    .mx-capabilities > .mx-landing__wrap::after,
    .mx-feature > .mx-landing__wrap::after,
    .mx-community > .mx-landing__wrap::after,
    .mx-live > .mx-landing__wrap::after { width:46px; }
    .mx-feature__visual { min-height:382px; }
    .mx-feature__image { inset:6px; }
    .mx-bike-card { right:10px; bottom:49px; }
    .mx-garage-history { left:10px; bottom:10px; max-width:73%; }
    .mx-feature__serial { right:10px; bottom:9px; }
    .mx-search-panel { box-shadow:0 22px 46px rgba(0,0,0,.36),0 1px 0 rgba(255,255,255,.04) inset; }
    .mx-knowledge { min-height:640px; }
    .mx-knowledge__photo { inset:6px; }
    .mx-knowledge__content::before { margin-left:0; }
    .mx-community__collage { min-height:390px; }
    .mx-community__image--one { top:6px; left:6px; height:278px; }
    .mx-community__image--two { right:6px; bottom:6px; height:206px; border-width:4px; }
    .mx-community__route { left:3%; bottom:11px; }
    .mx-final h2 { font-size:46px; letter-spacing:-.075em; }
}

/* v1.4 — final UI/UX polish: one product language, less decorative noise. */
.mx-hero__coordinates,
.mx-capability__icon { display:none; }

/* 02 and 07 share one card system: product preview, restrained accent, clear action. */
.mx-capability-grid::before,
.mx-capability::after,
.mx-live::after,
.mx-live-card::before { content:none; }
.mx-capability,
.mx-live-card {
    border-color:var(--mx-edge);
    background:linear-gradient(155deg,rgba(34,34,36,.96),rgba(15,15,16,.99));
    box-shadow:var(--mx-shadow-ui);
    transition:border-color .28s ease,transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s ease;
}
.mx-capability::before {
    content:"";
    z-index:2;
    inset:0 auto auto 20px;
    width:42px;
    height:2px;
    background:var(--mx-orange);
    box-shadow:0 0 12px rgba(255,100,0,.38);
    transform:none;
    transition:width .3s ease;
}
.mx-capability:hover::before { width:calc(100% - 40px); transform:none; }
.mx-capability h3 { margin-top:auto; }
.mx-capability:hover,
.mx-live-card:hover {
    border-color:rgba(255,100,0,.5);
    transform:translateY(-5px);
    box-shadow:0 24px 44px rgba(0,0,0,.4),0 0 26px rgba(255,100,0,.065),0 1px 0 rgba(255,255,255,.045) inset;
}
.mx-capability__preview,
.mx-service-list > div,
.mx-market-listing > span,
.mx-trip-card { border-radius:var(--mx-radius-inner); }
.mx-live-card__top { padding-bottom:14px; border-bottom:1px solid var(--mx-edge-soft); }
.mx-live-card__foot { min-height:31px; }

/* 05 reads as an actual library surface rather than a pair of promo tiles. */
.mx-knowledge__topics { position:relative; padding-bottom:17px; border-bottom:1px solid var(--mx-edge-soft); }
.mx-knowledge__topics::after {
    content:"ФИЛЬТРЫ / 04";
    margin-left:auto;
    align-self:center;
    color:rgba(255,255,255,.32);
    font:700 7px/1 var(--mx-mono);
    letter-spacing:.12em;
}
.mx-knowledge__cards { max-width:570px; }
.mx-knowledge__cards article {
    min-height:132px;
    padding:15px;
    border-radius:var(--mx-radius-inner);
    background:linear-gradient(145deg,rgba(31,31,33,.96),rgba(12,12,13,.93));
}
.mx-knowledge__cards article::before {
    content:"ПРАКТИЧЕСКИЙ МАТЕРИАЛ";
    position:absolute;
    right:13px;
    top:14px;
    color:rgba(255,255,255,.28);
    font:700 6px/1 var(--mx-mono);
    letter-spacing:.1em;
}
.mx-knowledge__cards strong { margin-top:18px; font-size:13px; line-height:1.08; }
.mx-knowledge__cards i { right:13px; bottom:11px; }
.mx-knowledge__cards article:hover { transform:translateY(-4px); }

/* 07 is the culmination: three connected product states ending with the next ride. */
.mx-live {
    background:
        radial-gradient(circle at 88% 84%,rgba(255,100,0,.13),transparent 27%),
        linear-gradient(180deg,#111112 0%,#171310 100%);
}
.mx-live__heading { max-width:720px; }
.mx-live__grid { grid-template-columns:.92fr .98fr 1.1fr; align-items:stretch; }
.mx-live-card { min-height:318px; }
.mx-live-card::after {
    content:"";
    position:absolute;
    z-index:3;
    top:50%;
    right:-13px;
    width:13px;
    height:1px;
    background:linear-gradient(90deg,var(--mx-orange),rgba(255,100,0,.15));
    pointer-events:none;
}
.mx-live-card:last-child::after { content:none; }
.mx-live-card--event {
    border-color:rgba(255,100,0,.32);
    background:linear-gradient(150deg,rgba(43,31,24,.98),rgba(15,15,16,.99) 58%);
    box-shadow:var(--mx-shadow-ui),0 0 34px rgba(255,100,0,.06);
}
.mx-live-card--event .mx-live-card__top b { padding:5px 7px; border-radius:999px; background:rgba(255,100,0,.11); }
.mx-live-card--event .mx-trip-card { box-shadow:0 16px 30px rgba(0,0,0,.3); }

@media (max-width:900px) {
    .mx-live__grid { grid-template-columns:repeat(2,1fr); }
    .mx-live-card::after { content:none; }
}
@media (max-width:600px) {
    .mx-capability::before { left:15px; }
    .mx-capability:hover::before { width:calc(100% - 30px); }
    .mx-knowledge__topics::after { content:none; }
    .mx-knowledge__cards article { min-height:104px; padding:11px; }
    .mx-knowledge__cards article::before { content:none; }
    .mx-knowledge__cards strong { margin-top:13px; font-size:11px; }
    .mx-live__grid { grid-template-columns:1fr; }
    .mx-live-card { min-height:255px; }
}

@media (prefers-reduced-motion:reduce) {
    .mx-capability,
    .mx-live-card,
    .mx-knowledge__cards article { transition:none; }
}

/* v1.5 — the seller side of the same MX Enduro ecosystem. */
.mx-seller {
    position:relative;
    padding:132px 0 142px;
    overflow:hidden;
    border-top:1px solid var(--mx-edge-soft);
    background:
        radial-gradient(circle at 82% 42%,rgba(255,100,0,.095),transparent 26%),
        linear-gradient(180deg,#121213,#0d0d0e);
}
.mx-seller::before {
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.4;
    background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
    background-size:54px 54px;
    mask-image:linear-gradient(90deg,transparent,black 24%,black 90%,transparent);
}
.mx-seller__layout { display:grid; grid-template-columns:minmax(290px,.72fr) minmax(620px,1.28fr); align-items:center; gap:74px; }
.mx-seller__copy { position:relative; z-index:2; }
.mx-seller__copy h2 { margin-top:18px; font:900 clamp(43px,5.4vw,70px)/.88 var(--mx-mono); letter-spacing:-.065em; text-transform:uppercase; text-wrap:balance; }
.mx-seller__copy h2 em { color:var(--mx-orange); font-style:normal; }
.mx-seller__copy > p:not(.mx-eyebrow) { max-width:480px; margin-top:27px; color:var(--mx-copy); font-size:15px; line-height:1.6; }
.mx-seller__copy > p strong { color:#fff; }
.mx-seller__free { display:flex; max-width:470px; align-items:center; gap:14px; margin-top:29px; padding:13px; border:1px solid rgba(255,100,0,.28); border-radius:var(--mx-radius-inner); background:rgba(255,100,0,.055); }
.mx-seller__free > b { display:grid; width:52px; height:52px; flex:0 0 52px; place-items:center; border-radius:50%; color:#171717; background:var(--mx-orange); box-shadow:0 0 22px rgba(255,100,0,.2); font:900 16px/1 var(--mx-mono); }
.mx-seller__free span strong,.mx-seller__free span small { display:block; }
.mx-seller__free span strong { font:800 11px/1.15 var(--mx-mono); letter-spacing:-.02em; text-transform:uppercase; }
.mx-seller__free span small { margin-top:5px; color:rgba(255,255,255,.5); font-size:10px; line-height:1.35; }
.mx-seller__copy .mx-button { margin-top:28px; }

.mx-seller__scene { position:relative; z-index:1; min-width:0; }
.mx-seller__flow { display:grid; grid-template-columns:1fr auto 1.18fr auto 1fr auto 1fr; align-items:center; gap:8px; margin-bottom:13px; }
.mx-seller__flow > span { min-width:0; padding:9px 10px; border:1px solid var(--mx-edge-soft); border-radius:5px; color:rgba(255,255,255,.48); background:rgba(17,17,18,.72); }
.mx-seller__flow > span small,.mx-seller__flow > span b { display:block; }
.mx-seller__flow > span small { color:var(--mx-orange); font:800 6px/1 var(--mx-mono); letter-spacing:.12em; }
.mx-seller__flow > span b { overflow:hidden; margin-top:5px; font:800 8px/1 var(--mx-mono); letter-spacing:.02em; text-overflow:ellipsis; text-transform:uppercase; white-space:nowrap; }
.mx-seller__flow > span.is-active { border-color:rgba(255,100,0,.36); color:#fff; background:rgba(255,100,0,.075); }
.mx-seller__flow > i { color:var(--mx-orange); font:400 13px/1 Arial; font-style:normal; opacity:.7; }
.mx-seller-ui { position:relative; display:grid; grid-template-columns:112px minmax(0,1fr) 174px; grid-template-rows:38px minmax(350px,1fr); overflow:hidden; border:1px solid var(--mx-edge); border-radius:var(--mx-radius-ui); background:linear-gradient(150deg,#242426,#111112); box-shadow:var(--mx-shadow-ui),0 0 38px rgba(255,100,0,.055); }
.mx-seller-ui__top { grid-column:1/-1; display:flex; align-items:center; justify-content:space-between; padding:0 14px; border-bottom:1px solid var(--mx-edge-soft); color:rgba(255,255,255,.5); font:700 7px/1 var(--mx-mono); letter-spacing:.1em; }
.mx-seller-ui__top span b { color:var(--mx-orange); }
.mx-seller-ui__top i { color:#8fd99a; font-style:normal; }
.mx-seller-ui__nav { display:flex; min-width:0; flex-direction:column; gap:4px; padding:16px 10px; border-right:1px solid var(--mx-edge-soft); background:rgba(7,7,8,.34); }
.mx-seller-ui__nav strong { margin-bottom:13px; color:#fff; font:800 8px/1.1 var(--mx-mono); }
.mx-seller-ui__nav span { display:flex; min-height:27px; align-items:center; justify-content:space-between; padding:0 7px; border-radius:4px; color:rgba(255,255,255,.46); font:700 7px/1 var(--mx-mono); }
.mx-seller-ui__nav span.is-active { color:#fff; background:rgba(255,100,0,.12); box-shadow:2px 0 0 var(--mx-orange) inset; }
.mx-seller-ui__nav span b { color:var(--mx-orange-light); font-size:6px; }
.mx-seller-ui__nav small { margin-top:auto; color:rgba(255,255,255,.25); font:700 6px/1 var(--mx-mono); }
.mx-seller-ui__main { min-width:0; padding:15px; }
.mx-seller-ui__heading { display:flex; align-items:center; justify-content:space-between; }
.mx-seller-ui__heading span small,.mx-seller-ui__heading span strong { display:block; }
.mx-seller-ui__heading span small { color:rgba(255,255,255,.38); font:700 6px/1 var(--mx-mono); letter-spacing:.08em; text-transform:uppercase; }
.mx-seller-ui__heading span strong { margin-top:5px; font:800 14px/1 var(--mx-mono); }
.mx-seller-ui__heading button { min-height:27px; padding:0 9px; border:0; border-radius:4px; color:#171717; background:var(--mx-orange); font:800 7px/1 var(--mx-mono); text-transform:uppercase; pointer-events:none; }
.mx-seller-ui__stats { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; margin-top:15px; }
.mx-seller-ui__stats > span { padding:9px; border:1px solid var(--mx-edge-soft); border-radius:5px; background:rgba(255,255,255,.025); }
.mx-seller-ui__stats small,.mx-seller-ui__stats b,.mx-seller-ui__stats i { display:block; }
.mx-seller-ui__stats small { color:rgba(255,255,255,.4); font:700 6px/1 var(--mx-mono); text-transform:uppercase; }
.mx-seller-ui__stats b { margin-top:8px; font:900 18px/.9 var(--mx-mono); }
.mx-seller-ui__stats i { margin-top:7px; color:#8fd99a; font:700 6px/1 var(--mx-mono); font-style:normal; }
.mx-seller-ui__products { margin-top:15px; }
.mx-seller-ui__label { display:flex; justify-content:space-between; padding-bottom:8px; color:rgba(255,255,255,.42); font:700 6px/1 var(--mx-mono); letter-spacing:.07em; text-transform:uppercase; }
.mx-seller-ui__label b { color:var(--mx-orange-light); }
.mx-seller-ui__products > div:not(.mx-seller-ui__label) { display:grid; grid-template-columns:35px minmax(0,1fr) auto auto; align-items:center; gap:8px; min-height:53px; padding:7px; border-top:1px solid var(--mx-edge-soft); }
.mx-seller-product { width:35px; height:35px; border-radius:4px; background:center/cover; filter:saturate(.68); }
.mx-seller-product--one { background-image:url("../../uploads/products/product-20260813155308-08001fc7cd977463.webp"); }
.mx-seller-product--two { background-image:url("../../uploads/products/product-20260813160944-afba3e5f49473e5a.webp"); }
.mx-seller-ui__products span strong,.mx-seller-ui__products span small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.mx-seller-ui__products span strong { font:800 8px/1 var(--mx-mono); }
.mx-seller-ui__products span small { margin-top:5px; color:rgba(255,255,255,.35); font:700 6px/1 var(--mx-mono); }
.mx-seller-ui__products > div > b { color:#8fd99a; font:700 7px/1 var(--mx-mono); }
.mx-seller-ui__products > div > em { color:#fff; font:800 8px/1 var(--mx-mono); font-style:normal; }
.mx-seller-ui__side { display:flex; flex-direction:column; gap:9px; padding:15px 12px 15px 0; }
.mx-seller-ui__orders,.mx-seller-ui__store { border:1px solid var(--mx-edge-soft); border-radius:5px; background:rgba(8,8,9,.34); }
.mx-seller-ui__orders { padding:10px; }
.mx-seller-ui__orders > span { display:flex; justify-content:space-between; color:rgba(255,255,255,.48); font:700 7px/1 var(--mx-mono); text-transform:uppercase; }
.mx-seller-ui__orders > span b { color:var(--mx-orange); }
.mx-seller-ui__orders article { display:grid; grid-template-columns:25px 1fr auto; align-items:center; gap:7px; margin-top:9px; padding-top:9px; border-top:1px solid var(--mx-edge-soft); }
.mx-seller-ui__orders article > i { display:grid; width:25px; height:25px; place-items:center; border-radius:50%; color:#181818; background:var(--mx-orange); font:900 6px/1 var(--mx-mono); font-style:normal; }
.mx-seller-ui__orders p strong,.mx-seller-ui__orders p small { display:block; }
.mx-seller-ui__orders p strong { font:800 7px/1 var(--mx-mono); }
.mx-seller-ui__orders p small { margin-top:4px; color:rgba(255,255,255,.34); font:700 6px/1 var(--mx-mono); }
.mx-seller-ui__orders article > em { color:#8fd99a; font:700 6px/1 var(--mx-mono); font-style:normal; }
.mx-seller-ui__store { margin-top:auto; padding:11px; background:linear-gradient(135deg,rgba(255,100,0,.13),rgba(255,255,255,.025)); }
.mx-seller-ui__store small,.mx-seller-ui__store strong,.mx-seller-ui__store span { display:block; }
.mx-seller-ui__store small { color:rgba(255,255,255,.38); font:700 6px/1 var(--mx-mono); text-transform:uppercase; }
.mx-seller-ui__store strong { margin-top:8px; font:800 9px/1 var(--mx-mono); }
.mx-seller-ui__store span { margin-top:11px; color:rgba(255,255,255,.48); font:700 6px/1 var(--mx-mono); }
.mx-seller-ui__store span i { color:#8fd99a; font-style:normal; }

@media (max-width:1100px) {
    .mx-seller__layout { grid-template-columns:1fr; gap:48px; }
    .mx-seller__copy { max-width:690px; }
    .mx-seller__scene { max-width:850px; width:100%; }
}
@media (max-width:700px) {
    .mx-seller { padding:82px 0; }
    .mx-seller__layout { gap:38px; }
    .mx-seller__copy h2 { font-size:44px; }
    .mx-seller__copy > p:not(.mx-eyebrow) { margin-top:22px; font-size:14px; }
    .mx-seller__copy .mx-button { width:100%; }
    .mx-seller__flow { grid-template-columns:1fr 1fr; gap:6px; }
    .mx-seller__flow > i { display:none; }
    .mx-seller-ui { grid-template-columns:82px minmax(0,1fr); grid-template-rows:36px minmax(355px,1fr) auto; }
    .mx-seller-ui__top { grid-column:1/-1; padding:0 9px; font-size:6px; }
    .mx-seller-ui__nav { grid-row:2/4; padding:12px 7px; }
    .mx-seller-ui__nav strong { font-size:6px; }
    .mx-seller-ui__nav span { padding:0 5px; font-size:6px; }
    .mx-seller-ui__main { padding:11px 9px; }
    .mx-seller-ui__heading button { font-size:6px; }
    .mx-seller-ui__stats { gap:4px; }
    .mx-seller-ui__stats > span { padding:7px 5px; }
    .mx-seller-ui__stats b { font-size:14px; }
    .mx-seller-ui__stats i { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
    .mx-seller-ui__products > div:not(.mx-seller-ui__label) { grid-template-columns:31px minmax(0,1fr) auto; gap:6px; }
    .mx-seller-product { width:31px; height:31px; }
    .mx-seller-ui__products > div > em { grid-column:2/4; margin-top:-10px; color:var(--mx-orange-light); }
    .mx-seller-ui__side { grid-column:2; display:grid; grid-template-columns:1fr 1fr; padding:0 9px 10px; }
    .mx-seller-ui__store { margin:0; }
}
@media (max-width:420px) {
    .mx-seller__free { align-items:flex-start; }
    .mx-seller__free > b { width:44px; height:44px; flex-basis:44px; font-size:14px; }
    .mx-seller__free span strong { font-size:10px; }
    .mx-seller-ui__side { grid-template-columns:1fr; }
    .mx-seller-ui__orders article:nth-of-type(2) { display:none; }
}

/* v1.6 — Russian UI, real catalog data and a cleaner action language. */
.mx-eyebrow { color:rgba(255,255,255,.72); }
.mx-eyebrow span { width:36px; height:2px; }

.mx-button {
    min-height:54px;
    padding:0 27px;
    border-radius:999px;
    gap:14px;
}
.mx-button--large { min-height:62px; padding-inline:31px; }
.mx-action-icon,
.mx-text-link::after,
.mx-platform__manifesto a::after,
.mx-search-panel__foot a::after,
.mx-seller-ui__label b::after,
.mx-seller__flow > i,
.mx-live-card__foot i,
.mx-community__route i,
.mx-trip-card i,
.mx-mini-event i {
    display:inline-block;
    width:16px;
    height:10px;
    flex:0 0 auto;
    color:inherit;
    background:currentColor;
    clip-path:polygon(0 42%,62% 42%,62% 10%,100% 50%,62% 90%,62% 58%,0 58%);
    font-size:0;
    line-height:0;
}
.mx-action-icon { color:currentColor; transition:transform .24s ease; }
.mx-button:hover .mx-action-icon { transform:translateX(4px); }
.mx-button--down .mx-action-icon { transform:rotate(90deg); }
.mx-button--down:hover .mx-action-icon { transform:rotate(90deg) translateX(4px); }
.mx-text-link,
.mx-platform__manifesto a,
.mx-search-panel__foot a,
.mx-seller-ui__label b { display:inline-flex; align-items:center; gap:11px; }
.mx-text-link::after,
.mx-platform__manifesto a::after,
.mx-search-panel__foot a::after,
.mx-seller-ui__label b::after { content:""; transition:transform .22s ease; }
.mx-text-link:hover::after,
.mx-platform__manifesto a:hover::after,
.mx-search-panel__foot a:hover::after { transform:translateX(4px); }
.mx-capability > i { display:none !important; }
.mx-live-card__foot i,
.mx-community__route i,
.mx-trip-card i,
.mx-mini-event i { position:relative; top:auto; right:auto; color:var(--mx-orange); }
.mx-community__route i { position:absolute; top:27px; right:14px; color:#fff; }
.mx-trip-card i { position:absolute; top:14px; right:15px; color:#fff; }
.mx-mini-event i { justify-self:end; color:#fff; }
.mx-seller__flow > i { color:var(--mx-orange); opacity:.7; }

.mx-scroll-cue {
    bottom:22px;
    flex-direction:row;
    gap:10px;
    padding:9px 14px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:999px;
    color:rgba(255,255,255,.68);
    background:rgba(9,9,10,.58);
    backdrop-filter:blur(8px);
}
.mx-scroll-cue span {
    width:7px;
    height:7px;
    border-right:1px solid var(--mx-orange);
    border-bottom:1px solid var(--mx-orange);
    background:none;
    transform:rotate(45deg) translate(-1px,-1px);
    animation:mx-scroll-cue 1.8s ease-in-out infinite;
}
@keyframes mx-scroll-cue {
    0%,100% { transform:rotate(45deg) translate(-1px,-1px); opacity:.55; }
    50% { transform:rotate(45deg) translate(2px,2px); opacity:1; }
}

.mx-market-listing > span {
    background-image:url("../../uploads/marketplace/marketplace-20260813181003-10f3d5da748009cd.webp");
    background-position:center;
    background-size:cover;
    filter:saturate(.82);
}

@media (max-width:600px) {
    .mx-button { min-height:52px; padding-inline:20px; }
    .mx-scroll-cue { display:flex; bottom:13px; padding:7px 11px; }
    .mx-feature__image--garage { background-position:54% 45%; }
    .mx-seller__flow > i { display:none; }
}

@media (prefers-reduced-motion:reduce) {
    .mx-scroll-cue span { animation:none; }
}
