.bluestem-main-nav .main-nav-area ul {
    flex-wrap: wrap;
    gap: 0.15rem 0.5rem;
    justify-content: flex-end;
}
.bluestem-main-nav .main-nav-area ul li a {
    font-size: 13px;
    white-space: nowrap;
}
@media (max-width: 1199px) {
    .bluestem-main-nav .main-nav-area ul { justify-content: flex-start; }
}
.rts-team-area-three .single-team .content .leader-bio {
    margin-top: 1rem;
    font-size: 15px;
    line-height: 1.65;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.bluestem-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bluestem-bullet-list li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.65rem;
    line-height: 1.6;
}
.bluestem-bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3358d3;
}
.bluestem-mission-box {
    margin-top: 1.5rem;
    padding: 1.5rem 1.75rem;
    border-radius: 8px;
    background: rgba(51, 88, 211, 0.06);
    border-left: 4px solid #3358d3;
}
.bluestem-mission-box h4 { font-size: 1.1rem; margin-bottom: 0.75rem; }
.bluestem-research-band { background: #f8f9fc; }

/* 研究体系：「研究领域包括」下四条列表整体右移 100px */
.bluestem-new #research .bluestem-research-fields-list {
    margin-left: 100px;
}
.insights-grid .single-project-item .body .content .title a {
    pointer-events: none;
    cursor: default;
}

/* Insights：项目栅格与上方标题拉开间距 */
.bluestem-new .insights-grid .ms-portfolio-filter-area .portfolio_wrap {
    margin-top: 14rem;
}
@media (min-width: 992px) {
    .bluestem-new .insights-grid .ms-portfolio-filter-area .portfolio_wrap {
        margin-top: 14rem;
    }
}

/* ---------- new.html 版式与字号收紧（仅 .bluestem-new） ---------- */

/* 顶栏 / 侧栏：Bluestem 字标（替代模板 Bizgen / 外链 logo.png） */
.bluestem-new .bluestem-logo-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: inherit;
    max-width: none !important;
}
.bluestem-new .bluestem-logo-mark {
    width: 4px;
    height: 2.25rem;
    border-radius: 2px;
    background: linear-gradient(180deg, #3358d3 0%, #2547b8 100%);
    box-shadow: 0 2px 12px rgba(51, 88, 211, 0.35);
    flex-shrink: 0;
}
.bluestem-new .bluestem-logo-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.05;
    text-align: left;
}
.bluestem-new .bluestem-logo-name {
    font-size: clamp(1.2rem, 2.2vw, 1.45rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #14151f;
}
.bluestem-new .bluestem-logo-sub {
    font-size: clamp(0.58rem, 1.1vw, 0.68rem);
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(20, 21, 31, 0.52);
    margin-top: 0.2rem;
}
/* 固定顶栏下与导航同为浅色（毛玻璃 + 深色首屏背景） */
.bluestem-new .rts-header-area.header-three .bluestem-logo-name {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.bluestem-new .rts-header-area.header-three .bluestem-logo-sub {
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.bluestem-new .rts-header-area.header-three .bluestem-logo-mark {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35), 0 4px 16px rgba(51, 88, 211, 0.45);
}
.bluestem-new .bluestem-logo-lockup--compact .bluestem-logo-mark {
    height: 1.85rem;
}
.bluestem-new .bluestem-logo-lockup--compact .bluestem-logo-name {
    font-size: 1.15rem;
}
.bluestem-new .bluestem-logo-lockup--compact .bluestem-logo-sub {
    font-size: 0.55rem;
    letter-spacing: 0.12em;
}
.bluestem-new .rts-offcanvas-area .offcanvas-top-area .logo.bluestem-logo-lockup {
    margin-bottom: 1.5rem;
}

/* 首屏：标题与副标题不要占满整行，中文更易读 */
.bluestem-new .rts-banner-slider-three-area .banner-wrapper .banner-content {
    max-width: min(36rem, 100%);
    padding-top: 280px;
    padding-bottom: 200px;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
}
/* 左侧 swiper 箭头在约 11% 位置，文案整体右移避免遮挡 */
@media (min-width: 992px) {
    .bluestem-new .rts-banner-slider-three-area .banner-wrapper .banner-content {
        padding-left: clamp(5.5rem, 11vw, 8.5rem);
    }
}
@media (min-width: 1200px) {
    .bluestem-new .rts-banner-slider-three-area .banner-wrapper .banner-content {
        padding-left: clamp(6rem, 10vw, 9rem);
    }
}
@media (max-width: 991px) {
    .bluestem-new .rts-banner-slider-three-area .banner-wrapper .banner-content {
        padding-top: 180px;
        padding-bottom: 140px;
        padding-left: 1rem;
    }
}
.bluestem-new .rts-banner-slider-three-area .banner-wrapper .banner-content .title {
    font-size: clamp(1.85rem, 4.2vw, 2.75rem);
    line-height: 1.2;
    margin-bottom: 1rem;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.bluestem-new .rts-banner-slider-three-area .banner-wrapper .banner-content .desc {
    font-size: clamp(1rem, 1.75vw, 1.15rem);
    line-height: 1.65;
    max-width: 34rem;
}
.bluestem-new .rts-banner-slider-three-area .banner-wrapper .banner-content .desc.banner-lead {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    line-height: 1.6;
    font-weight: 500;
    max-width: 38rem;
}
.bluestem-new .rts-banner-slider-three-area .banner-wrapper .banner-content .banner-kicker {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 0.5rem;
}

.bluestem-new .bluestem-subsection-title {
    font-size: clamp(1.1rem, 2vw, 1.35rem) !important;
    font-weight: 600;
}
.bluestem-new .bluestem-contact-company {
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    line-height: 1.35;
    font-weight: 600;
}

/* Insights 区深色背景上的列表 */
/* Insights ·「主要内容包括」区块：卡片 + 网格 */
.bluestem-new .bluestem-insights-include {
    max-width: 38rem;
    margin-top: 2rem;
    padding: 1.5rem 1.25rem 1.75rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(8px);
}
@media (min-width: 576px) {
    .bluestem-new .bluestem-insights-include {
        padding: 1.75rem 1.75rem 2rem;
    }
}
.bluestem-new .bluestem-insights-include__label {
    margin: 0 0 1.25rem;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.72);
}
.bluestem-new .bluestem-insights-include__label::after {
    content: "：";
    letter-spacing: 0;
}
.bluestem-new .bluestem-insights-include__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.6rem;
}
@media (min-width: 480px) {
    .bluestem-new .bluestem-insights-include__list {
        grid-template-columns: 1fr 1fr;
        gap: 0.65rem 1rem;
    }
}
.bluestem-new .bluestem-insights-include__list li {
    position: relative;
    margin: 0;
    padding: 0.75rem 0.85rem 0.75rem 2.35rem;
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    line-height: 1.45;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.96);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: background 0.25s ease, border-color 0.25s ease;
}
.bluestem-new .bluestem-insights-include__list li:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
}
.bluestem-new .bluestem-insights-include__list li::before {
    content: "";
    position: absolute;
    left: 0.95rem;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

/* 仅标题、无正文的卡片保持高度 */
.bluestem-new #advantages .rts-service-wrapper-three .single-item .content,
.bluestem-new #strategy .rts-service-wrapper-three .single-item .content {
    padding-bottom: 0.5rem;
}

/* 底部超大装饰字：原 300px + nowrap 易撑破视口，改为自适应可换行 */
.bluestem-new .rts-banner-slider-three-area .banner-heading-text {
    white-space: normal;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0.5rem;
    padding: 0 0.75rem;
    font-size: clamp(1.75rem, 5vw, 3rem) !important;
    line-height: 1.15;
    letter-spacing: 0.02em;
    word-break: break-word;
}

/* 核心优势 / 投资策略：四栏主标题同档加大 */
.bluestem-new #advantages .rts-service-wrapper-three .single-item .content .title,
.bluestem-new #strategy .rts-service-wrapper-three .single-item .content .title {
    font-size: clamp(1.15rem, 2.1vw, 1.4rem);
    line-height: 1.35;
    font-weight: 600;
}

/*
 * 投资策略在 rts-about-area 内，主题只给 rts-service-area 白卡+圆底图标。
 * 此处对齐「核心优势」同款，并统一四个 SVG 的显示尺寸（12.svg 曾为 36 画布）。
 */
.bluestem-new #strategy .rts-service-wrapper-three .single-item {
    text-align: center;
    padding: 50px 40px;
    background: var(--color-white, #fff);
    border-radius: 20px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.4s ease;
}
.bluestem-new #strategy .rts-service-wrapper-three .single-item:hover {
    box-shadow: 0 6px 0 0 rgba(220, 226, 231, 0.49);
}
@media (max-width: 1199px) {
    .bluestem-new #strategy .rts-service-wrapper-three .single-item {
        padding: 40px 30px;
    }
}
.bluestem-new #strategy .rts-service-wrapper-three .single-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.5rem !important;
    background: #ebf0ff;
    border-radius: 50%;
}
.bluestem-new #strategy .rts-service-wrapper-three .single-item .icon img {
    width: 56px;
    height: 56px;
    max-width: 56px;
    max-height: 56px;
    object-fit: contain;
    display: block;
}

/* 图标与下方标题间距加大（原主题约 40px） */
.bluestem-new #advantages .rts-service-wrapper-three .single-item .icon,
.bluestem-new #services .rts-service-wrapper-three .single-item .icon {
    margin-bottom: 3.5rem !important;
}

/* 其它服务卡片标题（主要服务英文项等） */
.bluestem-new .rts-service-wrapper-three .single-item .content .title {
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 600;
}
/* 业务服务 · 主要服务：四项英文标题 + 中文说明加大 */
.bluestem-new #services .rts-service-wrapper-three .single-item .content .title {
    font-size: clamp(1.2rem, 2.35vw, 1.55rem);
    line-height: 1.3;
    font-weight: 600;
}
.bluestem-new #services .rts-service-wrapper-three .single-item .content .desc {
    font-size: clamp(1.02rem, 1.8vw, 1.2rem);
    line-height: 1.65;
}
.bluestem-new .rts-service-wrapper-three .single-item .content .desc {
    font-size: 0.9rem;
    line-height: 1.55;
}

/* 区块主标题过长时 */
.bluestem-new .rts-section-title .title {
    line-height: 1.25;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.bluestem-new #services .rts-section-title h2.title {
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}
.bluestem-new #research .rts-section-title .title {
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
}

/* 管理团队：白底卡片 + 上图下文，层次与留白 */
.bluestem-new #leadership .rts-team-wrapper-three.bluestem-leadership-wrap {
    margin-top: 2.75rem;
}
@media (max-width: 575px) {
    .bluestem-new #leadership .rts-team-wrapper-three.bluestem-leadership-wrap {
        margin-top: 2rem;
    }
}
.bluestem-new #leadership .single-team.bluestem-leadership-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 48px rgba(17, 21, 33, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
}
.bluestem-new #leadership .single-team.bluestem-leadership-card:hover {
    box-shadow: 0 16px 56px rgba(17, 21, 33, 0.1);
}
.bluestem-new #leadership .single-team .thumb {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    max-height: 280px;
}
.bluestem-new #leadership .single-team .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.bluestem-new #leadership .single-team .content {
    position: static;
    padding: 1.75rem 1.5rem 2.25rem;
    text-align: center;
}
@media (min-width: 576px) {
    .bluestem-new #leadership .single-team .content {
        padding: 2rem 2.25rem 2.5rem;
    }
}
.bluestem-new #leadership .single-team .content .desig {
    display: inline-block;
    background: rgba(51, 88, 211, 0.1);
    color: var(--color-primary, #3358d3);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
    padding: 0.45rem 0.85rem;
    border-radius: 6px;
    margin-bottom: 0;
    line-height: 1.35;
    max-width: 100%;
}
.bluestem-new #leadership .single-team .content .title {
    color: var(--color-heading, #1a1a2e);
    font-size: clamp(1.35rem, 2.5vw, 1.6rem);
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 1.25;
}
.bluestem-new #leadership .single-team .content .leader-bio {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #5c6370;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Insights 项目卡片：统一略低的缩略图高度 */
.bluestem-new .insights-grid .ms-portfolio-filter-area.project-inners .portfolio_wrap .filtermx .single-project-item .thumb img {
    height: 260px !important;
    object-fit: cover;
}
@media (max-width: 991px) {
    .bluestem-new .insights-grid .ms-portfolio-filter-area.project-inners .portfolio_wrap .filtermx .single-project-item .thumb img {
        height: 220px !important;
    }
}
.bluestem-new .insights-grid .single-project-item .body .content .title {
    font-size: 1.1rem;
    line-height: 1.3;
}

/* Careers 右侧配图：在主题绝对定位基础上整体缩小一档 */
.bluestem-new .rts-faq-area .rts-faq-wrapper .rts-faq-image-area {
    max-width: 100%;
}
.bluestem-new .rts-faq-area .rts-faq-wrapper .rts-faq-image-area .image.one {
    max-width: min(100%, 340px);
    width: 100%;
    height: auto;
}
.bluestem-new .rts-faq-area .rts-faq-wrapper .rts-faq-image-area .image.two {
    max-width: min(42vw, 260px);
    top: 200px;
}
.bluestem-new .rts-faq-area .rts-faq-wrapper .rts-faq-image-area .image.three {
    max-width: min(30vw, 150px);
    left: 24px;
    bottom: -80px;
}
.bluestem-new .rts-faq-area .rts-faq-wrapper .rts-faq-image-area .faq-counter-area {
    max-width: 160px;
    padding: 28px 22px;
    top: 88px;
    right: 12px;
}
.bluestem-new .rts-faq-area .rts-faq-wrapper .rts-faq-image-area .faq-counter-area .counter-no {
    font-size: 1.35rem;
}

/* 关于我们右侧图：略缩小主图，减轻与文字列不平衡 */
.bluestem-new .rts-about-wrapper-three .about-image-area .thumb {
    max-width: 280px;
}
@media (max-width: 991px) {
    .bluestem-new .rts-about-wrapper-three .about-image-area .thumb {
        max-width: min(100%, 360px);
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

/* 联系区块 */
.bluestem-new #contact .rts-section-title h2.title {
    font-size: clamp(1.25rem, 2.4vw, 1.65rem);
    line-height: 1.3;
}

/* 页脚多链接换行更整齐 */
.bluestem-new .rts-footer-area.footer-three .footer-menu-area .footer-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 1rem;
    row-gap: 0.5rem;
}
.bluestem-new .rts-footer-area.footer-three .footer-menu-area .footer-menu li a {
    font-size: 13px;
    white-space: nowrap;
}
