/* ============================================================
   铃雪回廊 · 设定集独立页样式（承接 base.css 设计系统）
   ============================================================ */

/* —— 设定集网格 —— */
.collection-page { position: relative; }
.collection-grid { gap: var(--gap-lg); }

/* —— 条目说明角标 —— */
.coll-tag { display: inline-block; margin-top: 10px; font-size: 11px; letter-spacing: 0.06em; }

/* —— 收尾说明区 —— */
.coll-note {
  margin-top: clamp(56px, 8vw, 96px);
  padding: clamp(40px, 6vw, 64px);
  border: 1px dashed color-mix(in oklch, var(--accent) 40%, var(--border));
  border-radius: var(--radius-lg);
  background: var(--accent-softer);
  text-align: center;
}
.coll-note .eyebrow { justify-content: center; }
.coll-note .lead { margin: 0 auto 28px; max-width: 46ch; }
