.identity{
  position: relative;
  margin: -28px 12px 0;
  padding: 20px 18px 16px;
  z-index: 4;
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}
.identity h1{ font-family: var(--f-ui); font-weight: 700; font-size: 30px; line-height: 1.1; letter-spacing: 0.01em; }
.identity .subtitle{
  font-family: var(--f-ui); font-size: 13px; font-weight: 600; color: var(--gold);
  margin-top: 4px; text-transform: uppercase; letter-spacing: 0.04em;
}
.identity p{ font-size: 14px; line-height: 1.55; color: var(--text-dim); margin-top: 12px; }

.attributes{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 16px; }
.attr{
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px; padding: 10px 6px; text-align:center;
}
.attr .media-slot{ width: 50px; height: 50px; margin: 0 auto 8px; }
.attr .media-slot .media-img{ object-fit: contain; }
.attr .media-placeholder{ background:none; font-size: 6px; }
.attr .label{ font-family: var(--f-ui); font-size: 10px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-faint); }
.attr .value{ font-size: 11.5px; font-weight: 500; margin-top: 2px; line-height: 1.25; }
