/* Reserve logo box size (matches actual asset, 128x30) to avoid layout shift while it loads */
.homey_logo img,
.mobile-logo img {
  width: 128px;
  height: 30px;
}
