/* silhouette stage + shape options */
#stage{min-height:260px}
.shadow-shell{
  max-width:440px;margin:0 auto;text-align:center;
  padding:.5rem .35rem 1rem;
  background:linear-gradient(165deg,hsl(250 18% 96%),hsl(230 16% 88%));
  border:2px solid hsl(240 18% 50%);
}
.shadow-stage{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  min-height:120px;margin:.2rem 0 .55rem;
  background:radial-gradient(ellipse at center,hsl(240 20% 92%),hsl(240 15% 82%));
  border:1px dashed hsl(240 15% 55%);
}
.sil{
  font-size:clamp(3.2rem,12vw,4.6rem);line-height:1;
  color:#111;filter:brightness(0);
  text-shadow:0 6px 0 hsla(0 0% 0% / .12);
  transition:transform .15s ease;
}
.sil-label{
  margin:.2rem 0 0;font-size:.75rem;font-weight:800;letter-spacing:.08em;
  color:hsl(240 20% 35%);opacity:.8;
}
.shadow-opts{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(4.2rem,1fr));
  gap:.4rem;max-width:320px;margin:0 auto;
}
.shadow-opt{
  min-height:3rem;font-size:1.55rem;font-weight:800;
}
.big{font-family:var(--font-display);font-size:clamp(1.5rem,6vw,2.3rem);text-align:center;line-height:1.2}
