/* ── PECS Icon System ─────────────────────────────────────── */
.icon {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  line-height: 1;
  stroke: currentColor;
  fill: none;
}
/* Filled variants */
.icon-fill { fill: currentColor; stroke: none; }
/* Size helpers */
.icon-sm  { width: 14px; height: 14px; }
.icon-md  { width: 18px; height: 18px; }
.icon-lg  { width: 22px; height: 22px; }
.icon-xl  { width: 28px; height: 28px; }
.icon-2xl { width: 36px; height: 36px; }
.icon-3xl { width: 48px; height: 48px; }
/* Gold accent */
.icon-gold { color: var(--g, #C8A96E); }
/* Muted */
.icon-muted { color: var(--t3, #888); }
