/* ==========================================================================
   配图集中表
   --------------------------------------------------------------------------
   现在全部是自有素材：assets/img/art/ 下的 SVG，由 tools/build-art.py 用
   Remix Icon（4.6.0，Apache-2.0，https://remixicon.com）合成，纯色填充、
   无渐变、无外链。改配色或版式请改脚本后重跑，不要手改 SVG：

       python tools/build-art.py

   要换成摄影素材时，把下面每条 --slot-img 的 url() 指到新图即可，
   HTML 一个字都不用动。留空 / 加载失败会回落到 site.css 里的 .slot--* 渐变。

   五个案例的编号与配色：
     1 商机挖掘 & 运营管理 —— blue     2 网页代操 —— grey
     3 家族传承咨询 —— green           4 智企双擎 —— amber
     5 企业 AI 融资决策引擎 —— indigo
   ========================================================================== */

/* ---- 场景详情页：顶部 16:9 视频位的封面图（视频到位后可移除） ---- */
.img-hero-1 { --slot-img: url("../img/art/case-1-hero.svg"); }
.img-hero-2 { --slot-img: url("../img/art/case-2-hero.svg"); }
.img-hero-3 { --slot-img: url("../img/art/case-3-hero.svg"); }
.img-hero-4 { --slot-img: url("../img/art/case-4-hero.svg"); }
.img-hero-5 { --slot-img: url("../img/art/case-5-hero.svg"); }

/* ---- 正文内配图（16:9），每个案例一张，跟着本页色系走 ---- */
.img-body-1 { --slot-img: url("../img/art/case-1-body.svg"); }
.img-body-2 { --slot-img: url("../img/art/case-2-body.svg"); }
.img-body-3 { --slot-img: url("../img/art/case-3-body.svg"); }
.img-body-4 { --slot-img: url("../img/art/case-4-body.svg"); }
.img-body-5 { --slot-img: url("../img/art/case-5-body.svg"); }

/* ---- 横向小卡缩略图（1:1，用于「相关阅读」） ---- */
.img-thumb-1 { --slot-img: url("../img/art/case-1-thumb.svg"); }
.img-thumb-2 { --slot-img: url("../img/art/case-2-thumb.svg"); }
.img-thumb-3 { --slot-img: url("../img/art/case-3-thumb.svg"); }
.img-thumb-4 { --slot-img: url("../img/art/case-4-thumb.svg"); }
.img-thumb-5 { --slot-img: url("../img/art/case-5-thumb.svg"); }
