.last-ember-cover {
  isolation: isolate;
  background:
    radial-gradient(circle at 60% 33%, rgba(215,130,79,.19), transparent 27%),
    linear-gradient(rgba(9,6,4,.05), rgba(6,4,3,.86)),
    #0b0705;
}
.last-ember-cover::before {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  content: "";
  background: radial-gradient(ellipse at center, transparent 42%, rgba(0,0,0,.68));
}
.ember-card-moon {
  position: absolute;
  top: 15%;
  right: 17%;
  width: 84px;
  aspect-ratio: 1;
  border: 1px solid rgba(255,213,154,.34);
  border-radius: 50%;
  box-shadow: 0 0 42px rgba(215,130,79,.1);
}
.ember-card-moon::after { position: absolute; inset: 14% 5% 6% 28%; border: 1px solid rgba(255,213,154,.12); border-radius: 50%; content: ""; }
.ember-card-ridge {
  position: absolute;
  right: -7%;
  bottom: 0;
  left: -7%;
  height: 45%;
  background: #12100d;
  clip-path: polygon(0 52%, 13% 28%, 27% 61%, 42% 35%, 55% 70%, 68% 45%, 82% 58%, 100% 25%, 100% 100%, 0 100%);
}
.ember-card-altar {
  position: absolute;
  right: 16%;
  bottom: 25%;
  width: 112px;
  height: 4px;
  background: rgba(255,213,154,.75);
  box-shadow: 0 0 15px rgba(215,130,79,.42);
}
.ember-card-core {
  position: absolute;
  top: 37%;
  left: 39%;
  width: 25px;
  aspect-ratio: 1;
  border-radius: 48% 52% 55% 45%;
  background: #ffd59a;
  box-shadow: 0 0 12px #d7824f, 0 0 38px rgba(215,130,79,.65);
  transform: rotate(45deg);
}
.ember-card-core::before, .ember-card-core::after {
  position: absolute;
  top: 50%;
  width: 39px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(238,229,210,.34));
  content: "";
}
.ember-card-core::before { right: 19px; transform: rotate(-45deg); }
.ember-card-core::after { right: 13px; margin-top: 17px; transform: rotate(-27deg); }
.ember-card-flame {
  position: absolute;
  top: calc(37% + 24px);
  left: calc(39% + 8px);
  width: 10px;
  height: 58px;
  background: linear-gradient(rgba(255,213,154,.75), rgba(215,130,79,.05), transparent);
  filter: blur(1px);
  clip-path: polygon(50% 0, 100% 58%, 64% 100%, 35% 100%, 0 58%);
}
@media (max-width: 680px) {
  .ember-card-moon { width: 67px; }
  .ember-card-altar { width: 88px; }
}
