:root {
    --mw-green: #00bf72;
    --mw-green-deep: #008f65;
    --mw-mint: #c9f7e2;
    --mw-cyan: #23c4ce;
    --mw-blue: #2678ff;
    --mw-night: #071f35;
    --mw-ink: #10273b;
    --mw-muted: #63778a;
    --mw-line: #dbe9e5;
    --mw-soft: #f3f8f7;
}

.wx-feature-mobile-warehouse { background: var(--mw-soft); }
.wx-feature-mobile-warehouse .fd-hero {
    min-height: 650px;
    background:
        radial-gradient(circle at 86% 4%, rgba(56, 226, 174, .34), transparent 30%),
        radial-gradient(circle at 8% 100%, rgba(35, 196, 206, .26), transparent 34%),
        linear-gradient(125deg, #061d39 0%, #074b6d 50%, #008f73 100%);
}
.wx-feature-mobile-warehouse .fd-hero::before {
    top: auto;
    right: -4%;
    bottom: -260px;
    width: 680px;
    height: 680px;
    border-color: rgba(124, 255, 212, .14);
    box-shadow: 0 0 0 92px rgba(80, 242, 194, .025), 0 0 0 184px rgba(80, 242, 194, .018);
}
.wx-feature-mobile-warehouse .fd-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .14;
    background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 60%);
    pointer-events: none;
}
.wx-feature-mobile-warehouse .fd-hero-grid { min-height: 650px; grid-template-columns: minmax(0, 1fr) 520px; gap: 55px; padding-top: 68px; }
.wx-feature-mobile-warehouse .fd-kicker { color: #85f6d0; }
.wx-feature-mobile-warehouse .fd-kicker::before { background: var(--mw-green); box-shadow: 0 0 18px rgba(47,255,183,.68); }
.wx-feature-mobile-warehouse .fd-hero h1 { max-width: 690px; font-size: clamp(48px, 5vw, 70px); }
.wx-feature-mobile-warehouse .fd-hero-copy > p { max-width: 650px; color: rgba(231, 255, 248, .78); }
.wx-feature-mobile-warehouse .fd-button--primary { border-color: var(--mw-green); background: var(--mw-green); box-shadow: 0 14px 36px rgba(0,191,114,.26); }

.mw-hero-visual { min-height: 480px; }
.mw-hero-blueprint {
    position: absolute;
    inset: 40px 8px 20px 46px;
    border: 1px solid rgba(133, 246, 208, .22);
    background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,0));
    transform: skewY(-4deg);
}
.mw-hero-blueprint::before,
.mw-hero-blueprint::after { content: ""; position: absolute; inset: 11%; border: 1px dashed rgba(133,246,208,.18); }
.mw-hero-blueprint::after { inset: 24%; }
.mw-hero-screen {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    border: 7px solid rgba(255,255,255,.96);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 32px 70px rgba(0,16,35,.42);
    cursor: zoom-in;
}
.mw-hero-screen img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .35s ease; }
.mw-hero-screen:hover img { transform: scale(1.025); }
.mw-hero-screen--main { top: 6px; left: 70px; width: 226px; height: 438px; transform: rotate(-2.5deg); }
.mw-hero-screen--side { top: 82px; right: 4px; width: 190px; height: 350px; transform: rotate(4deg); }
.mw-hero-chip {
    position: absolute;
    z-index: 4;
    min-width: 142px;
    padding: 12px 15px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 10px;
    background: rgba(7,31,53,.8);
    box-shadow: 0 14px 34px rgba(0,19,38,.3);
    backdrop-filter: blur(12px);
}
.mw-hero-chip::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #5bffc1; box-shadow: 0 0 12px #5bffc1; }
.mw-hero-chip b { color: #fff; font-size: 14px; }
.mw-hero-chip span { display: block; margin: 5px 0 0 14px; color: rgba(221,255,244,.65); font-size: 11px; }
.mw-hero-chip--stock { top: 24px; right: -18px; }
.mw-hero-chip--scan { bottom: 52px; left: 0; }
.mw-hero-chip--trace { right: -15px; bottom: 4px; }

.wx-feature-mobile-warehouse .fd-section { padding: 0 0 110px; background: var(--mw-soft); }
.mw-page { position: relative; }
.mw-status {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: -6px;
    border: 1px solid rgba(208,230,224,.9);
    background: #fff;
    box-shadow: 0 25px 60px rgba(17,76,67,.11);
    transform: translateY(-42px);
}
.mw-status article { position: relative; display: grid; min-height: 126px; grid-template-columns: 47px minmax(0,1fr); gap: 14px; align-items: center; padding: 25px 22px; border-right: 1px solid #e4eeeb; }
.mw-status article:last-child { border-right: 0; }
.mw-status article > span { display: flex; width: 47px; height: 47px; align-items: center; justify-content: center; border: 1px solid #9de6ca; border-radius: 50%; color: var(--mw-green-deep); background: #ebfff7; font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.mw-status strong { display: block; color: var(--mw-ink); font-size: 17px; }
.mw-status p { margin: 7px 0 0; color: var(--mw-muted); font-size: 12px; line-height: 1.55; }
.mw-status article > b { position: absolute; top: 12px; right: 15px; color: #e6efec; font-size: 21px; font-style: italic; }

.mw-local-nav { position: sticky; z-index: 20; top: 92px; display: flex; justify-content: center; gap: 8px; max-width: 680px; margin: 0 auto 92px; padding: 7px; border: 1px solid var(--mw-line); border-radius: 9px; background: rgba(255,255,255,.9); box-shadow: 0 13px 35px rgba(22,72,66,.08); backdrop-filter: blur(14px); }
.mw-local-nav a { padding: 10px 22px; border-radius: 6px; color: #526c68; font-size: 13px; font-weight: 700; transition: color .2s ease, background .2s ease; }
.mw-local-nav a:hover { color: #fff; background: var(--mw-green-deep); }
.mw-eyebrow { color: var(--mw-green-deep); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.mw-section-head { max-width: 800px; margin-bottom: 46px; }
.mw-section-head h2,
.mw-loop h2,
.mw-location h2,
.mw-intelligence h2 { margin: 14px 0 14px; color: var(--mw-ink); font-size: clamp(32px,3.5vw,46px); line-height: 1.3; letter-spacing: -.035em; }
.mw-section-head p,
.mw-loop-copy > p,
.mw-location-copy > p,
.mw-intelligence-copy > p { margin: 0; color: var(--mw-muted); font-size: 15px; line-height: 1.9; }

.mw-loop {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr);
    gap: 78px;
    overflow: hidden;
    margin-bottom: 118px;
    padding: 66px;
    color: #fff;
    background: var(--mw-night);
    box-shadow: 0 26px 68px rgba(7,31,53,.2);
}
.mw-loop::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(88,255,193,.26) 1px, transparent 1px), linear-gradient(90deg, rgba(88,255,193,.26) 1px, transparent 1px); background-size: 34px 34px; }
.mw-loop::after { content: ""; position: absolute; top: -120px; left: -80px; width: 330px; height: 330px; border: 1px solid rgba(70,255,188,.18); border-radius: 50%; box-shadow: 0 0 0 38px rgba(70,255,188,.025), 0 0 0 76px rgba(70,255,188,.018); }
.mw-loop > * { position: relative; z-index: 2; }
.mw-loop .mw-eyebrow { color: #65efbd; }
.mw-loop h2 { color: #fff; }
.mw-loop-copy > p { color: rgba(224,247,240,.68); }
.mw-tech-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.mw-tech-tags span { padding: 8px 12px; border: 1px solid rgba(98,237,187,.3); color: #82f2ca; background: rgba(27,151,112,.12); font-size: 11px; font-weight: 800; }
.mw-loop-track { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.mw-loop-track li { position: relative; display: grid; grid-template-columns: 48px minmax(0,1fr) auto; gap: 16px; align-items: center; min-height: 82px; padding: 15px 17px; border: 1px solid rgba(140,220,196,.16); background: rgba(255,255,255,.055); }
.mw-loop-track li:not(:last-child)::after { content: "↓"; position: absolute; z-index: 3; bottom: -15px; left: 32px; color: #48e5ae; font-size: 16px; }
.mw-loop-track i { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid rgba(105,243,194,.35); border-radius: 50%; color: #68f2c1; font-size: 11px; font-style: normal; font-weight: 800; }
.mw-loop-track strong { display: block; color: #fff; font-size: 16px; }
.mw-loop-track span { display: block; margin-top: 6px; color: rgba(222,244,238,.58); font-size: 12px; }
.mw-loop-track b { color: rgba(98,237,187,.42); font-size: 9px; letter-spacing: .16em; }

.mw-operation { margin-bottom: 118px; }
.mw-operation-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.mw-operation-copy { position: relative; overflow: hidden; padding: 42px 42px 0; border: 1px solid var(--mw-line); background: #fff; box-shadow: 0 19px 48px rgba(26,78,70,.075); }
.mw-operation-copy::before { content: ""; position: absolute; top: 0; right: 0; width: 155px; height: 7px; background: linear-gradient(90deg, transparent, var(--mw-green)); }
.mw-operation-copy--out::before { background: linear-gradient(90deg, transparent, var(--mw-blue)); }
.mw-operation-copy > span { color: var(--mw-green-deep); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.mw-operation-copy--out > span { color: var(--mw-blue); }
.mw-operation-copy h3 { margin: 14px 0 13px; color: var(--mw-ink); font-size: 27px; }
.mw-operation-copy > p { margin: 0; color: var(--mw-muted); font-size: 14px; line-height: 1.85; }
.mw-operation-copy ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 18px; margin: 25px 0 30px; padding: 0; list-style: none; }
.mw-operation-copy li { position: relative; padding-left: 17px; color: #385165; font-size: 12px; line-height: 1.6; }
.mw-operation-copy li::before { content: ""; position: absolute; top: 8px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--mw-green); }
.mw-operation-copy--out li::before { background: var(--mw-blue); }
.mw-device-row { display: grid; height: 330px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; align-items: end; padding: 25px 28px 0; background: linear-gradient(150deg,#edf8f4,#d9f3eb); }
.mw-operation-copy--out .mw-device-row { background: linear-gradient(150deg,#eef5ff,#dceaff); }
.mw-shot { position: relative; overflow: hidden; background: #fff; cursor: zoom-in; }
.mw-shot img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .35s ease; }
.mw-shot:hover img { transform: scale(1.025); }
.mw-device-row .mw-shot { height: 292px; border: 6px solid #fff; border-bottom: 0; border-radius: 22px 22px 0 0; box-shadow: 0 20px 42px rgba(7,54,44,.2); }
.mw-device-row .mw-shot:nth-child(2) { height: 270px; }

.mw-location {
    display: grid;
    grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr);
    gap: 70px;
    align-items: center;
    margin-bottom: 118px;
    padding: 70px 0 70px 68px;
    border: 1px solid var(--mw-line);
    background: #fff;
}
.mw-location-copy { position: relative; z-index: 3; }
.mw-location-copy dl { display: grid; gap: 0; margin: 31px 0 0; }
.mw-location-copy dl > div { display: grid; grid-template-columns: 96px minmax(0,1fr); gap: 14px; padding: 16px 0; border-top: 1px solid #e6efec; }
.mw-location-copy dt { color: var(--mw-ink); font-size: 13px; font-weight: 800; }
.mw-location-copy dd { margin: 0; color: var(--mw-muted); font-size: 13px; }
.mw-location-stage { position: relative; min-height: 610px; overflow: hidden; background: linear-gradient(145deg,#092b3c,#075b58); }
.mw-location-map { position: absolute; inset: 35px; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; padding: 42px; border: 1px solid rgba(94,241,190,.2); transform: perspective(500px) rotateX(57deg) rotateZ(-11deg); }
.mw-location-map span { display: flex; min-height: 145px; align-items: center; justify-content: center; border: 1px solid rgba(94,241,190,.23); color: rgba(112,246,200,.35); background: rgba(0,191,114,.05); font-size: 12px; font-weight: 800; }
.mw-location-stage .mw-shot { position: absolute; border: 6px solid #fff; border-radius: 23px; box-shadow: 0 24px 55px rgba(0,18,32,.42); }
.mw-shot--center { top: 48px; left: 55px; width: 210px; height: 458px; transform: rotate(-3deg); }
.mw-shot--shelf { top: 84px; right: 68px; width: 205px; height: 445px; transform: rotate(3deg); }
.mw-shot--zones { right: 216px; bottom: -150px; width: 178px; height: 390px; transform: rotate(-1deg); }

.mw-identify { margin-bottom: 118px; }
.mw-identify-grid { display: grid; grid-template-columns: 1.15fr repeat(4,minmax(0,1fr)); gap: 13px; align-items: stretch; }
.mw-identify-lead { position: relative; min-height: 470px; overflow: hidden; padding: 37px 30px; color: #fff; background: var(--mw-night); }
.mw-identify-lead::after { content: ""; position: absolute; right: -100px; bottom: -100px; width: 260px; height: 260px; border: 1px solid rgba(99,244,194,.22); border-radius: 50%; box-shadow: 0 0 0 34px rgba(99,244,194,.03), 0 0 0 68px rgba(99,244,194,.02); }
.mw-identify-lead > span { color: #63edbd; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.mw-identify-lead strong { display: block; margin: 20px 0; color: #fff; font-size: 30px; line-height: 1.38; }
.mw-identify-lead p { margin: 0; color: rgba(226,247,241,.64); font-size: 13px; line-height: 1.85; }
.mw-identify-lead div { position: absolute; z-index: 2; right: 25px; bottom: 28px; left: 25px; display: flex; gap: 7px; }
.mw-identify-lead b { flex: 1; padding: 9px 4px; border: 1px solid rgba(97,241,191,.24); color: #69edc0; text-align: center; font-size: 9px; letter-spacing: .08em; }
.mw-identify-grid > .mw-shot { min-height: 470px; border: 1px solid var(--mw-line); }
.mw-identify-grid > .mw-shot::after { content: ""; position: absolute; inset: 58% 0 0; background: linear-gradient(transparent, rgba(3,23,34,.72)); pointer-events: none; }
.mw-identify-grid > .mw-shot > span { position: absolute; z-index: 3; right: 14px; bottom: 14px; left: 14px; padding: 10px 11px; border-left: 3px solid var(--mw-green); color: #fff; background: rgba(5,31,43,.62); font-size: 12px; font-weight: 800; backdrop-filter: blur(8px); }

.mw-intelligence { margin-bottom: 118px; padding: 67px; background: linear-gradient(145deg,#e4f8f0,#f6fbfa 56%,#e7f2ff); }
.mw-intelligence-copy { max-width: 700px; }
.mw-intelligence-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; margin-top: 39px; }
.mw-intelligence-grid article { position: relative; min-height: 220px; padding: 26px 23px; border: 1px solid rgba(167,211,199,.65); background: rgba(255,255,255,.78); }
.mw-intelligence-grid i { color: #abd3c7; font-size: 12px; font-style: normal; font-weight: 900; }
.mw-intelligence-grid strong { display: block; margin-top: 34px; color: var(--mw-ink); font-size: 20px; }
.mw-intelligence-grid p { margin: 11px 0 22px; color: var(--mw-muted); font-size: 12px; line-height: 1.75; }
.mw-intelligence-grid span { position: absolute; bottom: 24px; color: var(--mw-green-deep); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.mw-audit-strip { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 36px; align-items: center; min-height: 250px; margin-top: 18px; padding: 33px 36px; color: #fff; background: linear-gradient(105deg,#071f35,#0a5364); }
.mw-audit-strip b { display: block; color: #fff; font-size: 25px; }
.mw-audit-strip span { display: block; margin-top: 10px; color: rgba(225,246,241,.65); font-size: 13px; line-height: 1.75; }
.mw-shot--audit { height: 186px; border: 4px solid #fff; box-shadow: 0 15px 32px rgba(0,13,26,.28); }

.mw-capabilities { margin-bottom: 12px; }
.mw-capabilities .mw-section-head { margin-right: auto; margin-left: auto; text-align: center; }
.mw-feature-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--mw-line); border-left: 1px solid var(--mw-line); }
.mw-feature-grid article { position: relative; min-height: 205px; padding: 30px 26px; border-right: 1px solid var(--mw-line); border-bottom: 1px solid var(--mw-line); background: #fff; transition: z-index .2s ease, transform .2s ease, box-shadow .2s ease; }
.mw-feature-grid article:hover { z-index: 2; box-shadow: 0 20px 45px rgba(16,73,63,.13); transform: translateY(-4px); }
.mw-feature-grid b { color: #a9c8c0; font-size: 11px; letter-spacing: .14em; }
.mw-feature-grid h3 { margin: 31px 0 11px; color: var(--mw-ink); font-size: 19px; }
.mw-feature-grid p { margin: 0; color: var(--mw-muted); font-size: 12px; line-height: 1.75; }
.mw-feature-grid article::after { content: "+"; position: absolute; top: 25px; right: 24px; display: flex; width: 24px; height: 24px; align-items: center; justify-content: center; border: 1px solid #afe0d1; border-radius: 50%; color: var(--mw-green-deep); font-size: 15px; }

.mw-lightbox[hidden] { display: none; }
.mw-lightbox { position: fixed; z-index: 5000; inset: 0; display: grid; place-items: center; padding: 32px; background: rgba(2,17,28,.9); backdrop-filter: blur(10px); }
.mw-lightbox figure { display: flex; width: min(92vw, 720px); max-height: 88vh; flex-direction: column; align-items: center; margin: 0; }
.mw-lightbox img { display: block; max-width: 100%; max-height: calc(88vh - 58px); object-fit: contain; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.5); }
.mw-lightbox figcaption { margin-top: 12px; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.6; text-align: center; }
.mw-lightbox-close { position: fixed; z-index: 2; top: 24px; right: 28px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.08); cursor: pointer; }
body.mw-lightbox-open { overflow: hidden; }

@media (max-width: 1100px) {
    .wx-feature-mobile-warehouse .fd-hero-grid { grid-template-columns: minmax(0,1fr) 430px; gap: 28px; }
    .mw-hero-screen--main { left: 34px; }
    .mw-hero-screen--side { right: 0; }
    .mw-identify-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .mw-identify-lead { grid-column: 1 / -1; min-height: 270px; }
    .mw-identify-lead strong { max-width: 480px; }
    .mw-identify-lead p { max-width: 660px; }
    .mw-intelligence { padding: 52px 42px; }
}

@media (max-width: 980px) {
    .wx-feature-mobile-warehouse .fd-hero-grid { grid-template-columns: 1fr; }
    .mw-hero-visual { width: min(100%, 560px); margin: 0 auto; }
    .mw-status { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mw-status article:nth-child(2) { border-right: 0; }
    .mw-status article:nth-child(-n+2) { border-bottom: 1px solid #e4eeeb; }
    .mw-loop { grid-template-columns: 1fr; gap: 42px; padding: 52px 45px; }
    .mw-location { grid-template-columns: 1fr; gap: 42px; padding: 52px; }
    .mw-location-stage { min-height: 570px; }
    .mw-intelligence-grid,.mw-feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
    .wx-feature-mobile-warehouse .fd-hero { min-height: 0; }
    .wx-feature-mobile-warehouse .fd-hero-grid { padding-bottom: 44px; }
    .wx-feature-mobile-warehouse .fd-hero h1 { font-size: 42px; }
    .mw-hero-visual { min-height: 410px; transform: none; }
    .mw-hero-screen--main { left: 50%; width: 190px; height: 372px; transform: translateX(-66%) rotate(-2.5deg); }
    .mw-hero-screen--side { top: 68px; right: 50%; width: 155px; height: 292px; transform: translateX(108%) rotate(4deg); }
    .mw-hero-chip { min-width: 122px; padding: 9px 11px; }
    .mw-hero-chip--stock { top: 11px; right: 0; }
    .mw-hero-chip--scan { bottom: 27px; left: 2px; }
    .mw-hero-chip--trace { right: 4px; bottom: 0; }
    .mw-status { grid-template-columns: 1fr; transform: translateY(-24px); }
    .mw-status article { min-height: 94px; border-right: 0; border-bottom: 1px solid #e4eeeb; }
    .mw-status article:last-child { border-bottom: 0; }
    .mw-local-nav { top: 82px; justify-content: flex-start; overflow-x: auto; margin-bottom: 68px; }
    .mw-local-nav a { flex: 0 0 auto; padding: 9px 14px; }
    .mw-loop { margin-bottom: 76px; padding: 38px 24px; }
    .mw-loop h2,.mw-location h2,.mw-section-head h2,.mw-intelligence h2 { font-size: 31px; }
    .mw-loop-track li { grid-template-columns: 42px minmax(0,1fr); }
    .mw-loop-track i { width: 42px; height: 42px; }
    .mw-loop-track b { display: none; }
    .mw-operation,.mw-location,.mw-identify,.mw-intelligence { margin-bottom: 76px; }
    .mw-operation-grid { grid-template-columns: 1fr; }
    .mw-operation-copy { padding: 31px 24px 0; }
    .mw-operation-copy ul { grid-template-columns: 1fr; }
    .mw-device-row { height: 292px; padding: 22px 14px 0; }
    .mw-device-row .mw-shot { height: 260px; }
    .mw-device-row .mw-shot:nth-child(2) { height: 238px; }
    .mw-location { padding: 34px 23px 0; }
    .mw-location-stage { min-height: 500px; margin: 0 -23px; }
    .mw-shot--center { top: 37px; left: 19px; width: 170px; height: 374px; }
    .mw-shot--shelf { top: 70px; right: 18px; width: 168px; height: 367px; }
    .mw-shot--zones { right: 50%; bottom: -160px; width: 145px; height: 325px; transform: translateX(50%); }
    .mw-identify-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mw-identify-lead { min-height: 310px; }
    .mw-identify-grid > .mw-shot { min-height: 390px; }
    .mw-intelligence { padding: 38px 23px; }
    .mw-intelligence-grid { grid-template-columns: 1fr; }
    .mw-intelligence-grid article { min-height: 185px; }
    .mw-audit-strip { grid-template-columns: 1fr; padding: 30px 24px; }
    .mw-feature-grid { grid-template-columns: 1fr; }
    .mw-feature-grid article { min-height: 168px; }
}

@media (max-width: 440px) {
    .wx-feature-mobile-warehouse .fd-hero h1 { font-size: 37px; }
    .mw-hero-visual { min-height: 380px; }
    .mw-hero-screen--main { width: 178px; height: 346px; transform: translateX(-70%) rotate(-2.5deg); }
    .mw-hero-screen--side { width: 143px; height: 270px; transform: translateX(112%) rotate(4deg); }
    .mw-hero-chip--stock { right: -7px; }
    .mw-hero-chip--trace { right: -4px; }
    .mw-identify-grid { grid-template-columns: 1fr; }
    .mw-identify-grid > .mw-shot { min-height: 470px; }
    .mw-location-stage { min-height: 470px; }
    .mw-shot--center { width: 154px; height: 340px; }
    .mw-shot--shelf { width: 151px; height: 333px; }
    .mw-lightbox { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .mw-shot img,.mw-hero-screen img { transition: none; }
}
