/* UrbanDot hotfix: remove slow pan, switch to static hero illustration, and hide calculator */
/* 1) Replace hero background with new artwork */
.hero.home{
  background-image: url('./assets/img/hero-urbandot-boy.png') !important;
  background-size: cover;
  background-position: center;
  animation: none !important; /* stop any panning */
}

/* 2) If a calculator section exists, hide it immediately (no HTML edits needed) */
#calculator{ display:none !important; }


