/* EchoToFuture Home Logo Placement V2.5
   Removes the large misplaced hero brand block and turns the logo into a small badge icon.
*/

@media (min-width: 1024px) {
  .e2f-home-desktop-brand {
    display: none !important;
  }

  .e2f-home-kicker-logo {
    width: 22px;
    height: 22px;
    object-fit: contain;
    border-radius: 8px;
    filter: drop-shadow(0 0 8px rgba(59, 130, 246, .5));
  }

  .e2f-home-desktop-kicker {
    gap: 9px !important;
    padding-left: 11px !important;
  }
}

@media (max-width: 1023px) {
  .e2f-home-kicker-logo {
    display: none !important;
  }
}
