/* Keep the site calm and stable: no scroll reveals, smooth scrolling, or lift animations. */
html { scroll-behavior: auto; }
.reveal { opacity: 1; transform: none; transition: none; }
.nav-cta, .button { transition: background-color .15s ease, color .15s ease; }
.nav-cta:hover, .button-primary:hover, .button-outline:hover { transform: none; }
.fix-card { transition: box-shadow .15s ease; }
.fix-card:hover { transform: none; box-shadow: 0 6px 16px rgba(12, 29, 56, .06); }

.brand-logo { width: 180px; height: 50px; overflow: hidden; }
.brand-logo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.footer-logo { width: 150px; height: 42px; background: #fff; }

@media (max-width: 560px) {
  .brand-logo { width: 145px; height: 40px; }
  .footer-logo { width: 140px; height: 39px; }
}
