
.a2z-maps-section {
  background: radial-gradient(circle at top, rgba(217,170,74,.12), transparent 35%), #080504;
  color: #fff6e8;
  padding: 90px 6%;
  font-family: Arial, sans-serif;
}
.a2z-maps-kicker {
  color: #d9aa4a;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.a2z-maps-title {
  color: #f7d982;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1;
  margin: 0 0 16px;
}
.a2z-maps-subtitle {
  color: #e8d9bd;
  max-width: 900px;
  font-size: 18px;
  margin-bottom: 35px;
}
.a2z-maps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}
.a2z-map-card {
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  border: 1px solid rgba(217,170,74,.35);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.a2z-map-card:hover {
  transform: translateY(-6px);
  border-color: #f7d982;
  box-shadow: 0 28px 90px rgba(217,170,74,.18);
}
.a2z-map-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #070504;
}
.a2z-map-content { padding: 22px; }
.a2z-map-content h3 {
  color: #f7d982;
  font-size: 24px;
  margin: 0 0 8px;
}
.a2z-rarity {
  display: inline-block;
  color: #f7d982;
  border: 1px solid rgba(217,170,74,.45);
  background: rgba(217,170,74,.13);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.a2z-map-meta {
  color: #e8d9bd;
  font-size: 14px;
  margin: 5px 0;
}
.a2z-map-lore {
  color: #cbbda9;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .a2z-maps-section { padding: 70px 5%; }
  .a2z-map-card img { height: 240px; }
}
