/* Dense, action-first marketplace layout for channel homes and result lists. */
:root {
    --market-red: #e7272d;
    --market-ink: #182235;
    --market-muted: #667085;
    --market-line: #e8eaee;
    --market-bg: #f5f6f8
}

body {
    background: var(--market-bg) !important;
    color: var(--market-ink) !important
}

.gr-topbar {
    height: 30px !important
}

.gr-head-main {
    min-height: 86px !important
}

.gr-primary-nav {
    height: 42px !important
}

.gr-home-ribbon {
    padding: 10px 0 !important
}

.gr-home-ribbon .gr-market-wrap {
    gap: 8px !important
}

.gr-home-ribbon a {
    min-height: 58px !important;
    padding: 9px 14px !important
}

.hero {
    padding: 18px 0 !important
}

.hero-layout {
    grid-template-columns: 205px minmax(0, 1fr) !important;
    gap: 12px !important
}

.hero-main {
    min-height: 248px !important;
    padding: 30px 36px !important
}

.hero h1 {
    font-size: clamp(31px, 3.2vw, 44px) !important;
    margin: 9px 0 12px !important
}

.lead {
    font-size: 15px !important;
    line-height: 1.75 !important
}

.actions {
    margin-top: 18px !important
}

.category-panel {
    padding: 14px !important
}

.category-list a {
    padding: 6px 8px !important
}

.trust-panel,
.stats {
    display: none !important
}

.section {
    padding: 27px 0 !important
}

.section-head {
    margin-bottom: 14px !important
}

.section h2 {
    font-size: 24px !important
}

.channel {
    padding: 16px 18px !important
}

.channel i {
    font-size: 22px !important
}

.channel h3 {
    margin: 4px 0 2px !important
}

.card {
    min-height: 0 !important;
    padding: 16px !important
}

.card h2,
.card h3 {
    margin: 5px 0 !important
}

.supply-cta {
    padding: 20px 24px !important
}

body:has(.hero-layout) .section:has(.channels) {
    display: none !important
}

body:has(.hero-layout) .section:has(.supply-cta) {
    padding: 16px 0 24px !important
}

body:has(.home-visual-market) .hero-main {
    background-image: linear-gradient(90deg, rgba(8, 12, 20, .84) 0%, rgba(9, 13, 22, .7) 38%, rgba(9, 13, 22, .48) 60%, rgba(9, 13, 22, .28) 80%, rgba(9, 13, 22, .14) 100%), url('/global-robot/img/home-hero-20260903.jpg') !important;
    background-color: #111826 !important;
    background-size: cover !important;
    background-position: center !important;
    color: #fff !important;
    border: 1px solid #eee !important;
    box-shadow: 0 16px 45px rgba(38, 45, 58, .12) !important
}

body:has(.home-visual-market) .hero-main .eyebrow {
    color: #ffcdc7 !important
}

body:has(.home-visual-market) .hero-main .lead {
    color: rgba(255, 255, 255, .94) !important;
    max-width: 55% !important
}

body:has(.home-visual-market) .hero-main .btn.alt {
    background: rgba(255, 255, 255, .14) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .55) !important
}

body:has(.home-visual-market) .section.white {
    display: none !important
}

.home-visual-market {
    padding: 30px 0 34px;
    background: #fff
}

.home-market-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 15px
}

.home-market-head span {
    color: var(--market-red);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .12em
}

.home-market-head h2 {
    font-size: 27px;
    margin: 2px 0
}

.home-market-head p {
    color: var(--market-muted);
    margin: 0
}

.home-market-head>a {
    color: var(--market-red);
    font-weight: 700
}

.home-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px
}

.home-product-card {
    border: 1px solid var(--market-line);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: .2s
}

.home-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(34, 40, 54, .1);
    border-color: #efaaa5
}

.home-product-image {
    display: block;
    height: 185px;
    background: #f3f4f6;
    overflow: hidden
}

.home-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s
}

.home-product-card:hover img {
    transform: scale(1.035)
}

.home-product-image span {
    height: 100%;
    display: grid;
    place-items: center;
    color: #a9b0bb;
    font-size: 24px;
    font-weight: 800
}

.home-product-body {
    padding: 13px
}

.home-product-body small {
    color: var(--market-red);
    font-weight: 700
}

.home-product-body h3 {
    font-size: 17px;
    line-height: 1.4;
    margin: 6px 0;
    height: 48px;
    overflow: hidden
}

.home-product-body p {
    color: var(--market-muted);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-product-price {
    display: flex;
    align-items: baseline;
    margin-top: 8px
}

.home-product-price b {
    font-size: 21px;
    color: var(--market-red)
}

.home-product-price span {
    font-size: 12px;
    color: #7c8490
}

.home-product-actions {
    display: flex;
    gap: 7px;
    margin-top: 10px
}

.home-product-actions a {
    flex: 1;
    border: 1px solid #e2e4e8;
    border-radius: 5px;
    padding: 7px;
    text-align: center;
    font-weight: 700
}

.home-product-actions .primary {
    background: var(--market-red);
    border-color: var(--market-red);
    color: #fff
}

.home-channel-hub {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
    margin-top: 20px;
    border: 1px solid var(--market-line);
    border-radius: 12px;
    overflow: hidden;
    background: var(--market-line)
}

.home-channel-hub a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 14px 12px;
    background: #fff
}

.home-channel-hub a:hover {
    background: #fff6f4
}

.home-channel-hub b {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #fff0ee;
    color: var(--market-red);
    font-size: 16px
}

.home-channel-hub span,
.home-channel-hub strong {
    display: block
}

.home-channel-hub strong {
    font-size: 14px
}

.home-channel-hub span {
    font-size: 11px;
    color: #7a8290;
    line-height: 1.45
}

.channel-hero {
    padding: 20px 0 !important
}

.channel-hero h1 {
    font-size: 30px !important
}

.channel-hero p {
    font-size: 14px !important;
    margin: 5px 0 !important
}

.crumb {
    padding: 9px 0 !important
}

body:has(.channel-hero) .layout {
    grid-template-columns: 205px 1fr !important;
    gap: 12px !important;
    padding: 14px 0 34px !important
}

body:has(.channel-hero) .side,
body:has(.channel-hero) .content {
    padding: 14px !important
}

body:has(.channel-hero) .side a {
    padding: 7px 6px !important
}

body:has(.channel-hero) .side-cta {
    padding: 10px !important;
    margin-top: 10px !important
}

.toolbar {
    padding-bottom: 11px !important;
    gap: 7px !important;
    flex-wrap: wrap !important
}

.filter {
    padding: 5px 11px !important
}

.cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 11px !important;
    margin-top: 12px !important
}

.cards .card {
    display: block !important;
    min-height: 150px !important
}

.knowledge {
    gap: 10px !important;
    margin-top: 12px !important
}

.knowledge a {
    padding: 14px !important
}

.empty,
.r-empty {
    padding: 32px 20px !important
}

.r-hero-grid {
    min-height: 245px !important;
    grid-template-columns: 1fr 300px !important;
    gap: 30px !important
}

.r-hero h1 {
    font-size: 38px !important;
    margin: 8px 0 !important
}

.r-hero p {
    font-size: 15px !important;
    margin: 8px 0 !important
}

.r-promise {
    padding: 17px !important
}

.r-promise b {
    margin-bottom: 5px !important
}

.r-promise span {
    padding: 6px 0 !important
}

.r-actions {
    margin-top: 15px !important
}

.r-brand-section {
    padding: 25px 0 18px !important
}

.r-section-title h2 {
    font-size: 24px !important
}

.r-brands {
    grid-template-columns: repeat(8, 1fr) !important;
    margin-top: 12px !important
}

.r-brands a {
    min-height: 58px !important
}

.r-market {
    gap: 12px !important;
    padding-bottom: 34px !important
}

.r-market aside,
.r-catalog {
    padding: 13px !important
}

.r-cards {
    gap: 11px !important;
    margin-top: 12px !important
}

.r-card-body {
    padding: 12px !important
}

.r-card h2 {
    font-size: 16px !important;
    margin: 7px 0 4px !important
}

.r-price {
    margin-top: 8px !important
}

.r-price b {
    font-size: 19px !important
}

.r-card-actions {
    margin-top: 8px !important
}

.r-process {
    padding: 30px 0 !important
}

.r-steps {
    gap: 10px !important;
    margin-top: 14px !important
}

.r-steps article {
    padding: 16px !important
}

.r-steps h3 {
    margin: 7px 0 !important
}

.r-experience {
    padding: 24px 0 2px !important
}

.r-scenes {
    gap: 8px !important;
    margin-top: 12px !important
}

.r-scenes a {
    min-height: 76px !important;
    padding: 12px !important
}

.r-scenes b {
    margin-bottom: 2px !important
}

.r-trustbar {
    margin-top: 10px !important
}

.r-trustbar span {
    padding: 10px 14px !important
}

.trade-hero {
    padding: 24px 0 !important
}

.trade-hero h1 {
    font-size: 36px !important;
    margin: 7px 0 !important
}

.trade-hero p {
    font-size: 15px !important
}

.hero-grid {
    grid-template-columns: 1fr 300px !important;
    gap: 22px !important
}

.quick-publish {
    padding: 15px !important
}

.quick-publish h3 {
    font-size: 18px !important
}

.section .category-board {
    gap: 8px !important;
    margin-top: 13px !important
}

.category-board a {
    padding: 11px !important
}

.market-layout {
    margin-top: 13px !important
}

.demand-list {
    align-content: start
}

.demand {
    grid-template-columns: 72px minmax(0, 1fr) max-content !important;
    padding: 14px !important;
    gap: 13px !important
}

.demand .quote {
    white-space: nowrap;
    word-break: keep-all
}

.supplier-grid {
    gap: 9px !important;
    margin-top: 13px !important
}

.supplier {
    padding: 14px !important
}

body:has(.trade-hero) .section:has(.flow) {
    display: none !important
}

.expo-hero,
.ih {
    padding: 23px 0 !important
}

.expo-hero h1,
.ih h1 {
    font-size: 32px !important
}

.expo-card,
.news,
.feature,
.list {
    min-height: 0 !important
}

.article-list,
.expo-list {
    gap: 10px !important
}

.gr-footer-promises {
    padding: 18px 0 !important
}

.gr-footer-grid {
    padding-top: 28px !important;
    padding-bottom: 25px !important
}

@media(max-width:1000px) {
    .home-product-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .home-channel-hub {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:900px) {

    .hero-layout,
    .r-hero-grid,
    .hero-grid,
    .layout,
    body:has(.channel-hero) .layout {
        grid-template-columns: 1fr !important
    }

    .trust-panel,
    .r-promise,
    .side {
        display: none !important
    }

    /* 详情页是「正文在前、侧栏在后」的结构（.side 不是首个子元素），
       窄屏下侧栏要保留在正文上方，不应被上面针对商城频道的隐藏规则误伤 */
    .layout > .side:not(:first-child) {
        display: block !important
    }

    .demand {
        grid-template-columns: 72px minmax(0, 1fr) !important
    }

    .demand .quote {
        grid-column: 2;
        text-align: left;
        white-space: normal;
        word-break: keep-all
    }

    .cards,
    .r-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important
    }

    .r-brands {
        grid-template-columns: repeat(4, 1fr) !important
    }
}

@media(max-width:620px) {
    .gr-head-main {
        min-height: 70px !important
    }

    .hero-main {
        min-height: 250px !important;
        padding: 25px 20px !important;
        background-position: 62% center !important
    }

    .hero-main .lead {
        max-width: 78% !important
    }

    .cards,
    .r-cards {
        grid-template-columns: 1fr !important
    }

    .r-brands {
        grid-template-columns: repeat(3, 1fr) !important
    }

    .section {
        padding: 22px 0 !important
    }

    .home-product-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px
    }

    .home-product-image {
        height: 135px
    }

    .home-product-body {
        padding: 10px
    }

    .home-product-body h3 {
        font-size: 15px;
        height: 42px
    }

    .home-product-actions a:first-child {
        display: none
    }

    .home-channel-hub {
        grid-template-columns: 1fr 1fr
    }

    .home-channel-hub a {
        padding: 11px 9px
    }

    .home-market-head {
        align-items: start
    }

    .home-market-head>a {
        font-size: 12px
    }
}

.home-marketnt-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 15px
}

.home-marketnt-head span {
    color: var(--market-red);
    font-weight: 800;
    font-size: 12px
}

.home-marketnt-head h2 {
    font-size: 27px;
    margin: 2px 0
}

.home-marketnt-head p {
    color: var(--market-muted);
    margin: 0
}

.home-marketnt-head>a {
    color: var(--market-red);
    font-weight: 700
}

.home-channel-hbot {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
    margin-top: 20px;
    border: 1px solid var(--market-line);
    border-radius: 12px;
    overflow: hidden;
    background: var(--market-line)
}

.home-channel-hbot a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 14px 12px;
    background: #fff
}

.home-channel-hbot b {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #fff0ee;
    color: var(--market-red)
}

.home-channel-hbot span,
.home-channel-hbot strong {
    display: block
}

.home-channel-hbot strong {
    font-size: 14px
}

.home-channel-hbot span {
    font-size: 11px;
    color: #7a8290
}

.home-aggregate-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 20px
}

.home-aggregate-panel {
    border: 1px solid var(--market-line);
    border-radius: 12px;
    padding: 16px;
    background: #fff
}

.home-aggregate-panel>header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

.home-aggregate-panel>header h2 {
    font-size: 20px;
    margin: 0
}

.home-aggregate-panel>header a {
    color: var(--market-red);
    font-size: 13px
}

.home-demand-list>a {
    display: grid;
    grid-template-columns: 68px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 11px 2px;
    border-bottom: 1px solid #eee
}

.home-demand-list span {
    color: var(--market-red);
    font-size: 12px
}

.home-demand-list strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-demand-list small,
.home-maker-list small,
.home-expo-list small {
    color: #7a8290
}

.home-maker-list {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.home-maker-list>a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 13px 10px;
    border-bottom: 1px solid #eee
}

.home-maker-list b {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff0ee;
    color: var(--market-red)
}

.home-maker-list span,
.home-maker-list strong,
.home-maker-list small {
    display: block
}

.home-news-list>a {
    display: flex;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid #eee
}

.home-news-list img {
    width: 86px;
    height: 58px;
    border-radius: 7px;
    object-fit: cover
}

.home-news-list span,
.home-news-list strong,
.home-news-list small {
    display: block
}

.home-news-list small {
    color: var(--market-red)
}

.home-expo-list>a {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 4px 10px;
    padding: 9px 0;
    border-bottom: 1px solid #eee
}

.home-expo-list time {
    grid-row: 1/3;
    color: var(--market-red);
    font-weight: 700
}

.home-wiki-head {
    margin-top: 12px !important
}

.home-wiki-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding-top: 8px
}

.home-wiki-list a {
    padding: 10px;
    background: #f7f8fa;
    border-radius: 7px
}

.home-wiki-list strong,
.home-wiki-list span {
    display: block
}

.home-wiki-list span {
    color: #7a8290;
    font-size: 12px
}

@media(max-width:1000px) {
    .home-channel-hbot {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:720px) {
    .home-aggregate-grid {
        grid-template-columns: 1fr
    }

    .home-demand-list>a {
        grid-template-columns: 64px 1fr
    }

    .home-demand-list small {
        grid-column: 2
    }

    .home-channel-hbot {
        grid-template-columns: 1fr 1fr
    }

    .home-marketnt-head {
        align-items: start
    }
}

.home-scenes-section {
    padding: 32px 0;
    background: #f5f6f8
}

.home-scene-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
}

.home-scene-grid a {
    position: relative;
    height: 190px;
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
    background: #222
}

.home-scene-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s
}

.home-scene-grid a:after {
    content: "";
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .78))
}

.home-scene-grid a:hover img {
    transform: scale(1.04)
}

.home-scene-grid strong,
.home-scene-grid span {
    position: absolute;
    z-index: 2;
    left: 16px
}

.home-scene-grid strong {
    bottom: 35px;
    font-size: 18px
}

.home-scene-grid span {
    bottom: 14px;
    font-size: 12px;
    color: #e8e8e8
}

.home-s-categories {
    margin-top: 16px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--market-line);
    border-radius: 12px
}

.home-supply-categories>strong {
    display: block;
    font-size: 18px;
    margin-bottom: 10px
}

.home-supply-categories>div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden
}

.home-supply-categories a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 13px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.home-supply-categories a:hover {
    background: #fff5f2;
    color: var(--market-red)
}

.home-supply-categories span {
    font-size: 11px;
    color: #7a8290
}

@media(max-width:800px) {
    .home-scene-grid {
        grid-template-columns: 1fr 1fr
    }

    .home-supply-categories>div {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:520px) {
    .home-scene-grid a {
        height: 145px
    }

    .home-supply-categories a {
        display: block
    }

    .home-supply-categories span {
        display: block
    }
}

/* premium homepage composition */
body:has(.home-visual-market) .hero {
    padding: 24px 0 34px !important;
    background: linear-gradient(180deg, #fff 0, #f7f8fa 100%)
}

body:has(.home-visual-market) .hero-layout {
    grid-template-columns: 226px minmax(0, 1fr) !important;
    gap: 16px !important
}

body:has(.home-visual-market) .category-panel {
    padding: 18px 14px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 12px 34px rgba(24, 34, 53, .09) !important
}

body:has(.home-visual-market) .category-list a {
    min-height: 42px !important;
    padding: 9px 10px !important;
    border-radius: 7px !important;
    font-size: 15px !important
}

body:has(.home-visual-market) .hero-main {
    min-height: 390px !important;
    padding: 58px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background-position: 54% center !important;
    box-shadow: 0 20px 55px rgba(36, 42, 55, .15) !important
}

body:has(.home-visual-market) .hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 3.4vw, 56px) !important;
    white-space: pre-line !important;
    line-height: 1.14 !important;
    letter-spacing: -.03em !important;
    margin: 12px 0 18px !important;
    color: #fff !important;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .72), 0 1px 3px rgba(0, 0, 0, .5) !important
}

body:has(.home-visual-market) .hero-main .lead {
    max-width: 480px !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
    color: rgba(255, 255, 255, .94) !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .7) !important
}

body:has(.home-visual-market) .hero-main .btn {
    min-width: 138px;
    padding: 13px 24px !important;
    font-size: 15px !important;
    border-radius: 7px !important
}

.gr-home-ribbon {
    background: #fff !important;
    border-bottom: 1px solid #eceef2 !important;
    box-shadow: 0 5px 18px rgba(19, 31, 50, .04)
}

.gr-home-ribbon .gr-market-wrap {
    gap: 0 !important;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eceef2;
    background: #fff
}

.gr-home-ribbon a {
    flex: 1;
    justify-content: center;
    min-height: 64px !important;
    padding: 11px 18px !important;
    border-right: 1px solid #eceef2;
    font-size: 15px !important
}

.home-visual-market {
    padding: 42px 0 44px !important
}

.home-market-head,
.home-marketnt-head {
    margin-bottom: 22px !important
}

.home-market-head h2,
.home-marketnt-head h2 {
    font-size: 31px !important
}

.home-product-grid {
    gap: 18px !important
}

.home-product-card {
    border: 0 !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 28px rgba(20, 31, 48, .08) !important
}

.home-product-image {
    height: 218px !important
}

.home-product-body {
    padding: 17px !important
}

.home-product-body h3 {
    font-size: 18px !important;
    height: 51px !important
}

.home-product-price b {
    font-size: 24px !important
}

.home-product-actions a {
    padding: 9px !important;
    border-radius: 7px !important
}

.home-channel-hub,
.home-channel-hbot {
    margin-top: 26px !important;
    border-radius: 14px !important;
    box-shadow: 0 7px 24px rgba(20, 31, 48, .06)
}

.home-channel-hub a,
.home-channel-hbot a {
    min-height: 78px;
    padding: 16px !important
}

.home-channel-hub b,
.home-channel-hbot b {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 12px;
    font-size: 18px
}

.home-channel-hub strong,
.home-channel-hbot strong {
    font-size: 15px
}

.home-aggregate-grid {
    gap: 18px !important;
    margin-top: 28px !important
}

.home-aggregate-panel {
    padding: 20px !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 28px rgba(20, 31, 48, .07)
}

.home-aggregate-panel>header h2 {
    font-size: 22px !important
}

.home-scenes-section {
    padding: 44px 0 52px !important
}

.home-scene-grid {
    gap: 18px !important
}

.home-scene-grid a {
    height: 230px !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(20, 31, 48, .12)
}

.home-scene-grid strong {
    font-size: 21px !important;
    bottom: 40px !important
}

.home-scene-grid span {
    font-size: 13px !important;
    bottom: 18px !important
}

.home-supply-categories {
    margin-top: 22px !important;
    padding: 22px !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 28px rgba(20, 31, 48, .07)
}

@media(max-width:900px) {
    body:has(.home-visual-market) .hero-main {
        min-height: 340px !important;
        padding: 42px 34px !important;
        background-image: linear-gradient(180deg, rgba(8, 12, 20, .62), rgba(9, 13, 22, .78)), url('/global-robot/img/home-hero-20260903.jpg') !important
    }

    .gr-home-ribbon .gr-market-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:620px) {
    body:has(.home-visual-market) .hero {
        padding: 12px 0 22px !important
    }

    body:has(.home-visual-market) .hero-main {
        min-height: 300px !important;
        padding: 34px 22px !important
    }

    body:has(.home-visual-market) .hero h1 {
        font-size: clamp(20px, 5.6vw, 34px) !important
    }

    .gr-home-ribbon .gr-market-wrap {
        grid-template-columns: repeat(2, 1fr)
    }

    .home-visual-market {
        padding: 28px 0 !important
    }

    .home-product-grid {
        gap: 10px !important
    }

    .home-product-image {
        height: 150px !important
    }

    .home-product-body {
        padding: 11px !important
    }

    .home-scenes-section {
        padding: 28px 0 !important
    }

    .home-scene-grid {
        gap: 10px !important
    }

    .home-scene-grid a {
        height: 160px !important
    }
}