.stonefall-cover {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 78%, rgba(209,170,104,.16), transparent 30%),
    linear-gradient(rgba(7,7,5,.08), rgba(4,4,3,.88)),
    #0b0a08;
}
.stonefall-cover::before {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  content: "";
  background:
    repeating-linear-gradient(to bottom, rgba(238,231,215,.022) 0 1px, transparent 1px 6px),
    radial-gradient(ellipse at center, transparent 42%, rgba(0,0,0,.72));
}
.stonefall-pillars {
  position: absolute;
  inset: 12% 12% 10%;
  z-index: 1;
  border-bottom: 5px solid rgba(167,164,142,.24);
}
.stonefall-pillars::before, .stonefall-pillars::after {
  position: absolute;
  bottom: 0;
  width: 14%;
  height: 68%;
  border: 1px solid rgba(167,164,142,.24);
  border-bottom: 0;
  content: "";
}
.stonefall-pillars::before { left: 5%; }
.stonefall-pillars::after { right: 5%; }
.stonefall-arch {
  position: absolute;
  left: 50%;
  bottom: 10%;
  z-index: 1;
  width: 43%;
  height: 62%;
  border: 2px solid rgba(203,217,173,.18);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
}
.stonefall-stack {
  position: absolute;
  left: 50%;
  bottom: 13%;
  z-index: 2;
  width: 48%;
  height: 57%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(7, 1fr);
  gap: 3px;
  transform: translateX(-50%);
}
.stonefall-stack span {
  border: 1px solid rgba(238,231,215,.18);
  border-radius: 2px;
  background: linear-gradient(145deg, rgba(128,126,108,.88), rgba(42,42,35,.94));
  box-shadow: inset 2px 2px 0 rgba(255,255,255,.04);
}
.stonefall-stack span:nth-child(1) { grid-column: 2; grid-row: 1; background: rgba(209,170,104,.68); box-shadow: 0 0 13px rgba(209,170,104,.4); }
.stonefall-stack span:nth-child(2) { grid-column: 2; grid-row: 2; }
.stonefall-stack span:nth-child(3) { grid-column: 3; grid-row: 2; }
.stonefall-stack span:nth-child(4) { grid-column: 4; grid-row: 2; }
.stonefall-stack span:nth-child(5) { grid-column: 1; grid-row: 5; }
.stonefall-stack span:nth-child(6) { grid-column: 2; grid-row: 5; }
.stonefall-stack span:nth-child(7) { grid-column: 3; grid-row: 5; }
.stonefall-stack span:nth-child(8) { grid-column: 3; grid-row: 4; }
.stonefall-stack span:nth-child(9) { grid-column: 3; grid-row: 6; }
.stonefall-stack span:nth-child(10) { grid-column: 4; grid-row: 6; }
.stonefall-stack span:nth-child(11) { grid-column: 5; grid-row: 6; }
.stonefall-stack span:nth-child(12) { grid-column: 6; grid-row: 6; }
.stonefall-foundation {
  position: absolute;
  right: 19%;
  bottom: 12%;
  left: 19%;
  z-index: 3;
  height: 5px;
  background: rgba(203,217,173,.54);
  box-shadow: 0 0 18px rgba(203,217,173,.28), 0 -15px 0 rgba(203,217,173,.14), 0 -30px 0 rgba(203,217,173,.08);
}
