.pet-sigils-section {
  padding-bottom: 80px;
}

.pet-sigils-header {
  text-align: center;
  margin: 0 auto 28px;
  max-width: 1180px;
  padding: 22px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20, 12, 35, 0.96), rgba(9, 6, 18, 0.98));
  border: 1px solid rgba(255, 196, 77, 0.22);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
}

.pet-sigils-header h1 {
  margin: 0;
  color: #ffd27a;
  font-family: 'Cinzel', serif;
}

.pet-sigils-card {
  max-width: 1280px;
  margin: 0 auto;
  padding: 26px 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20, 12, 35, 0.96), rgba(9, 6, 18, 0.98));
  border: 1px solid rgba(255, 196, 77, 0.18);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
}

.pet-sigils-copy h2 {
  margin: 0 0 12px;
  color: #ffd27a;
  font-family: 'Cinzel', serif;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  text-align: center;
}

.pet-sigils-copy h2:not(:first-child) {
  margin-top: 22px;
}

.pet-sigils-copy p {
  margin: 0 0 14px;
  color: #ece6f6;
  line-height: 1.75;
}

.pet-sigils-copy p:last-child {
  margin-bottom: 0;
}

.pet-sigils-list {
  max-width: 1280px;
  margin: 24px auto 0;
  padding: 26px 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20, 12, 35, 0.96), rgba(9, 6, 18, 0.98));
  border: 1px solid rgba(255, 196, 77, 0.22);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
}

.pet-sigils-list h2 {
  margin: 0 0 22px;
  color: #ffd27a;
  font-family: 'Cinzel', serif;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  text-align: center;
}

.pet-sigils-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pet-sigil-card {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 12px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 196, 77, 0.1), transparent 42%),
    rgba(6, 3, 12, 0.72);
  border: 1px solid rgba(255, 196, 77, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 14px 30px rgba(0, 0, 0, 0.26);
}

.pet-sigil-card figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 196, 77, 0.08);
  color: #f5d48d;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.pet-sigil-image-frame {
  display: grid;
  place-items: center;
  padding: 10px;
  border-radius: 16px;
  background: rgba(3, 2, 8, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pet-sigil-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 820px) {
  .pet-sigils-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .pet-sigils-list {
    padding: 18px;
  }
}
