@charset "utf-8";
/* FBW 项目案例 — 对齐色块设计稿 P4：白底、389×292 r=10、筛选胶囊 */

body.fbw-project-list .fbw-page-title {
    margin: 18px 0 52px;
}

body.fbw-project-list .fbw-page-title h1 {
    font-size: 48px !important;
    line-height: 1 !important;
}

body.fbw-project-list .fbw-project-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 24px; /* 行距：设计稿色块顶差 389.9 → 上下约 98，标题区另占 */
}

body.fbw-project-list .fbw-project-grid li {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    width: auto !important;
}

body.fbw-project-list .fbw-project-img {
    width: 100%;
    height: 292px; /* 设计稿 389.3×292 */
    background: #eeeeee;
    border-radius: 10px;
    overflow: hidden;
}

body.fbw-project-list .fbw-project-grid h5 {
    margin: 14px 0 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #232323 !important;
}

body.fbw-project-list .fbw-project-grid li:first-child h5 {
    color: #c9a227 !important;
}

@media (max-width: 900px) {
    body.fbw-project-list .fbw-page-title { margin: 12px 0 36px; }
    body.fbw-project-list .fbw-page-title h1 { font-size: 32px !important; }
    body.fbw-project-list .fbw-project-grid ul { grid-template-columns: 1fr 1fr; }
    body.fbw-project-list .fbw-project-img { height: auto; aspect-ratio: 389 / 292; }
}

@media (max-width: 600px) {
    body.fbw-project-list .fbw-project-grid ul { grid-template-columns: 1fr; }
    body.fbw-project-list .fbw-page-title h1 { font-size: 28px !important; }
}

/* 案例详情：对齐新闻详情版式，无时间、无相关 */
body.fbw-project-detail .fbw-article {
    max-width: 920px;
    margin: 28px auto 48px;
}

body.fbw-project-detail .fbw-article h1 {
    margin: 0 0 28px !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #232323 !important;
    line-height: 1.4 !important;
}

body.fbw-project-detail .fbw-article-body {
    font-size: 15px;
    line-height: 1.85;
    color: #444;
}

body.fbw-project-detail .fbw-article-body img {
    max-width: 100%;
    height: auto;
    margin: 18px 0;
    background: #ececec;
    border-radius: 10px;
}

@media (max-width: 600px) {
    body.fbw-project-detail .fbw-article h1 { font-size: 22px !important; }
}
