/* The coral underside lifts away to reveal the pale page beneath. */
footer.ha-footer,
footer.site-footer {
  position: relative;
  --footer-fold: clamp(36px, 5vw, 72px);
}
footer.site-footer { padding-bottom: 80px; }
footer.ha-footer::after,
footer.site-footer::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: var(--footer-fold);
  height: var(--footer-fold);
  background: linear-gradient(135deg, var(--ha-bloom) 50%, var(--ha-paper) 50%);
  pointer-events: none;
}
