@charset "UTF-8";
/* ==========================================================================
   SmartSolo 品牌适配层
   --------------------------------------------------------------------------
   基础版式完全沿用 css/core/master.css（对标基恩士首页的栅格与组件规范）。
   本文件只做「让 SmartSolo 素材在原版槽位里正确落位」所需的最小覆盖，
   不改动任何布局逻辑。改版时优先改这里，不要动 master.css。
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. LOGO —— SmartSolo 标识为 4:1，基恩士原版为 5.75:1，按高度对齐
   -------------------------------------------------------------------------- */
.theme-KC .layout-header.of-full .layout-header-logo > a img,
.theme-KC .layout-header.of-primary .layout-header-logo > a img,
.layout-header.of-full .layout-header-logo > a img,
.layout-header.of-primary .layout-header-logo > a img {
    width: auto;
    height: 32px;
}

@media screen and (max-width: 1024px) {
    .theme-KC .layout-header.of-full .layout-header-logo > a img,
    .layout-header.of-full .layout-header-logo > a img {
        height: 24px;
    }
}

.theme-KC .layout-footer.of-full .layout-footer-logo img,
.theme-KC .layout-footer.of-primary .layout-footer-logo img,
.layout-footer.of-full .layout-footer-logo img,
.layout-footer.of-primary .layout-footer-logo img {
    width: auto;
    height: 26px;
}

/* --------------------------------------------------------------------------
   2. 主视觉 —— SmartSolo 产品图为白底棚拍图（512x404），
      不同于基恩士的透明去背长图，因此：
      · multiply 混合，让白底融进 .home-jumbotron 的浅灰渐变
      · 取消原版 -136px 的「产品探出画面」负边距
      · 限高，保证不撑破 max-height:320px 的内容区
   -------------------------------------------------------------------------- */
.home-jumbotron-image > img {
    max-width: 100%;
    max-height: 272px;
    margin-bottom: 0;
    mix-blend-mode: multiply;
}

.home-jumbotron-content {
    align-items: center;
    min-height: 320px;
}

@media screen and (max-width: 1024px) {
    .home-jumbotron-image > img {
        width: auto;
        max-height: 240px;
        margin-bottom: 0;
    }
    .home-jumbotron-content {
        min-height: 0;
    }
}

@media screen and (max-width: 640px) {
    .home-jumbotron-image > img {
        max-height: 200px;
    }
}

/* --------------------------------------------------------------------------
   3. 产品栅格 / 新产品卡片 —— 素材同为白底图，统一等比留白，避免高度参差
   -------------------------------------------------------------------------- */
.home-mediaProduct-image > img,
.home-media-image > img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #fff;
}

/* --------------------------------------------------------------------------
   4. 页脚二维码 —— SmartSolo 公众号码为 96x96 正方形
   -------------------------------------------------------------------------- */
.layout-footer-bannerImage img {
    width: 88px;
    height: 88px;
}

/* --------------------------------------------------------------------------
   5. 页脚地址块 —— 承载比原版更多的联系信息，放开行高
   -------------------------------------------------------------------------- */
.layout-footer-address {
    line-height: 1.8;
}

.layout-footer-address a {
    color: inherit;
    text-decoration: underline;
}

/* --------------------------------------------------------------------------
   6. 品牌色（默认关闭）
      原版「全新」角标为基恩士红 #ce0010。若确认改用 SmartSolo 绿，
      取消下面注释即可，其余版式不受影响。
   -------------------------------------------------------------------------- */
/*
.home-jumbotron-icon { background: #95c51b; }
*/
