.poppy-emoji-portrait { object-fit: contain !important; padding: clamp(12px,3vw,30px); background: rgba(255,255,255,.06); }
.poppy-photo-placeholder {
  min-height: 220px;
  display: grid;
  place-content: center;
  gap: 10px;
  padding: 24px;
  border: 1px dashed rgba(255,255,255,.2);
  border-radius: 18px;
  color: rgba(255,255,255,.58);
  background: linear-gradient(135deg,rgba(255,183,165,.09),rgba(191,168,255,.07));
  text-align: center;
}
.poppy-photo-placeholder span { font-size: clamp(3rem,9vw,6rem); }
.poppy-photo-placeholder small { font-weight: 700; }
.blog-post .poppy-photo-placeholder { margin-bottom: 18px; }
.carousel-empty { width: min(620px,calc(100% - 32px)); margin: 30px auto; }
