body.cms-edit .block-eada-hero-full .hero-full-placeholder::before {
  content: '📷  Click to add a hero background';
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.55);
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700;
  pointer-events: none;
}
body.cms-edit .block-eada-hero-full .hero-full-bg:hover {
  outline: 2px solid var(--red);
  outline-offset: -2px;
}
@media (max-width: 900px) {
  .block-eada-hero-full { padding: 0 24px !important; }
  .block-eada-hero-full > div:last-of-type { padding: 70px 0 !important; }
  .block-eada-hero-full h1 { font-size: clamp(38px, 8vw, 60px) !important; }
}
