/*
 * NODOS by G — site header/logo refinements
 * Scope: presentation-only header fixes. No menu, logo source, or content changes.
 */

@media (min-width: 922px) {
  /*
   * Astra Pro shrinks the sticky-header logo to 55px tall on scroll. The normal
   * desktop logo renders at 180px wide (~70px tall). Keep the sticky instance
   * visually aligned with the top/header instance after the SVG logo swap.
   */
  .ast-sticky-main-shrink #masthead .ast-sticky-shrunk .site-logo-img img.custom-logo {
    width: 180px !important;
    height: auto !important;
    max-height: none !important;
  }
}
