/* Decorative background bees: 25% smaller on tablet and desktop only. */
@media (min-width: 744px) {
  :root {
    --bee-scale: 0.75;
  }
}

/* Desktop: another 25% smaller (0.75 × 0.75). */
@media (min-width: 1312px) {
  :root {
    --bee-scale: 0.5625;
  }
}
