.grovekeeper-cover {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 68%, rgba(143, 181, 117, .18), transparent 25%),
    radial-gradient(circle at 77% 22%, rgba(212, 174, 105, .11), transparent 18%),
    linear-gradient(#07100b, #10251a 72%, #050805);
}
.grovekeeper-cover::before {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  content: "";
  background:
    repeating-linear-gradient(to bottom, rgba(238, 232, 216, .018) 0 1px, transparent 2px 6px),
    radial-gradient(ellipse at center, transparent 38%, rgba(0, 0, 0, .66));
}
.grove-card-trees {
  position: absolute;
  inset: 0;
  opacity: .72;
  background:
    linear-gradient(78deg, transparent 0 13%, #111e16 13% 18%, transparent 18% 100%),
    linear-gradient(101deg, transparent 0 79%, #111e16 79% 85%, transparent 85%),
    radial-gradient(ellipse at 18% 38%, #183121 0 12%, transparent 13%),
    radial-gradient(ellipse at 82% 32%, #183121 0 14%, transparent 15%);
}
.grove-card-heart {
  position: absolute;
  left: 50%;
  bottom: 19%;
  z-index: 4;
  width: 44px;
  height: 58px;
  border-radius: 52% 48% 45% 55%;
  background: #79956e;
  box-shadow: 0 0 28px rgba(169, 193, 143, .42);
  transform: translateX(-50%);
}
.grove-card-heart::before {
  position: absolute;
  left: 50%;
  top: -31px;
  width: 34px;
  aspect-ratio: 1;
  border: 2px solid #a9c18f;
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}
.grove-card-heart::after {
  position: absolute;
  left: 50%;
  top: 14px;
  width: 9px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #d4ae69;
  box-shadow: 0 0 15px rgba(212, 174, 105, .8);
  content: "";
  transform: translateX(-50%);
}
.grove-card-blight {
  position: absolute;
  right: 13%;
  bottom: 20%;
  z-index: 3;
  width: 47px;
  aspect-ratio: 1;
  border: 2px solid #8c5470;
  border-radius: 50% 38% 55% 44%;
  box-shadow: -178px -42px 0 -10px rgba(140, 84, 112, .72), 0 0 20px rgba(140, 84, 112, .22);
  transform: rotate(17deg);
}
.grove-card-ring {
  position: absolute;
  left: 50%;
  bottom: 9%;
  z-index: 2;
  width: 164px;
  height: 58px;
  border: 1px solid rgba(169, 193, 143, .33);
  border-radius: 50%;
  transform: translateX(-50%);
}
