.seed-pack.featured:before{content:"share me ↗";position:absolute;right:16px;bottom:15px;z-index:3;padding:6px 9px;border:1px solid var(--ink);border-radius:999px;background:var(--paper);font-size:9px;font-weight:700;transform:rotate(-4deg)}
.share-chip{margin:10px auto 16px;padding:9px 15px;border:1px solid #f0ca85;border-radius:999px;color:#f0ca85;background:transparent;font-size:11px;font-weight:700}.share-chip:hover{color:var(--deep);background:#f0ca85}

/* The separated sprite keeps each character's full alpha outline intact. */
.seed-pack .mascot{position:absolute;z-index:2;top:12px;right:12px;width:min(46%,144px);height:auto;aspect-ratio:3/5;overflow:hidden;background:transparent url("assets/day-masters-characters-clean.png") no-repeat;background-size:500% 200%}
.seed-pack .mascot:before,.seed-pack .mascot:after,.seed-pack .mascot i,.seed-pack .mascot b{display:none}
.seed-pack:nth-child(1) .mascot{background-position:0 0}.seed-pack:nth-child(2) .mascot{background-position:25% 0}.seed-pack:nth-child(3) .mascot{background-position:50% 0}.seed-pack:nth-child(4) .mascot{background-position:75% 0}.seed-pack:nth-child(5) .mascot{background-position:100% 0}.seed-pack:nth-child(6) .mascot{background-position:0 100%}.seed-pack:nth-child(7) .mascot{background-position:25% 100%}.seed-pack:nth-child(8) .mascot{background-position:50% 100%}.seed-pack:nth-child(9) .mascot{background-position:75% 100%}.seed-pack:nth-child(10) .mascot{background-position:100% 100%}

/* Reserve separate zones for the glyph, character art, and copy. */
.seed-grid{max-width:1280px;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.seed-pack{height:350px;min-height:350px;padding:24px}
.pack-sticker{position:absolute;top:28px;left:24px;width:74px;height:74px;font-size:38px}
.seed-pack small{margin-top:240px}
.seed-pack h3{font-size:34px;line-height:1.05}
.seed-pack p{max-width:70%;font-size:11px;line-height:1.45}

@media (max-width:1080px){
  .seed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:680px){
  .seed-grid{grid-template-columns:1fr;gap:16px}
  .seed-pack .mascot{width:min(43%,144px)}
}
