/* ==========================================================
   life-photography.css — 摄影 (Photography) 模块
   ------------------------------------------------------------
   新增于 Backlog #27, 物理拆分为独立 CSS 模块, 不使用 CSS @import,
   在 file:// 协议下零跨域错误; 与 life-marathon.css / life-travel.css
   并列加载, 由 index.html <link> 控制加载顺序.

   加载顺序 (由 index.html <link> 控制):
        9.  life-layout.css       (兴趣骨架 + 4 张核心卡 + 散落扑克牌)
       10.  life-modal.css        (通用模态 + 4 主题色 + 流体特效 + 模态响应式)
       11.  life-marathon.css     (Marathon 列表 + 总结 + 响应式)
       12.  life-travel.css       (Travel 地图 + 时间轴 + 全局兜底)
       13.  life-photography.css  ← 本文件 (Photography 画廊 + 灯箱 + 响应式, 待实现)
       14.  life-finance.css      (Finance 总结 + 时间轴 + 响应式, 待实现)
       15.  responsive.css        (全局响应兜底)

   计划职责 (占位 — 待后续实现):
       1. Photography 模态滚动 (默认自然垂直滚动, 与 Marathon 一致)
       2. Photography 画廊 (.photo-gallery + .photo-thumbnail)
          · 节点卡 (.photo-card + -img / -caption / -meta / -exif)
       3. Photography 灯箱 (.photo-lightbox + -img / -caption / -close)
       4. Photography 筛选器 (.photo-filter-bar + .photo-filter-chip)
       5. 响应式 (1024 / 900 / 768 / 480 / 360 断点)

   【深海纸雕铁律】
   - 不透明: Photography 画廊 100% 不透明卡纸底色
             杜绝 backdrop-filter, 仅用纯色 + 物理投影呈现层叠
   - 硬边: 缩略图切角, 默认无 border-radius
   - 物理投影: 节点卡 3px 4px 0 + 0 6px 14px + inset 0 1px 0
             Hover 抬升 4px + 4px 6px 0 + 0 10px 20px
   - 主题色: 由 life-layout.css 定义 (#photography-card → --theme-color: #4a5d8f)
             本文件仅消费, 不重新声明
   ========================================================== */


/* ==========================================================
   1. Photography 模态滚动 (占位)
   ========================================================== */


/* ==========================================================
   2. Photography 画廊 (占位)
   ========================================================== */


/* ==========================================================
   3. Photography 灯箱 (占位)
   ========================================================== */


/* ==========================================================
   4. Photography 筛选器 (占位)
   ========================================================== */


/* ==========================================================
   5. 响应式 (占位)
   ========================================================== */
