/* Aurora Beacon v26.10 performance-only overrides.
   The v24 visual stylesheet remains byte-for-byte unchanged. */

/* HTML width/height attributes must not fight the responsive download-icon width. */
.v14-download-inner > img {
  height: auto;
  aspect-ratio: 1 / 1;
}

/* Skip expensive initial layout/paint for sections that are well below the mobile
   viewport. Chrome renders them as they approach view; the intrinsic block size
   preserves the page's scroll geometry until then. */
@media (max-width: 820px) {
  #why,
  #maps,
  #intelligence,
  #planning,
  #community,
  #plus,
  #faq,
  #trust,
  #download,
  .v24-reel,
  .v14-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 760px;
  }
}
