.brand-logo {
  display: block;
  width: 132px;
  height: 72px;
  object-fit: contain;
}

footer .brand-logo {
  width: 264px;
  height: 144px;
}

@media (max-width: 650px) {
  .menu-button {
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 10px;
    display: grid;
    place-content: center;
    gap: 5px;
    background: transparent;
    border: 0;
  }

  .menu-button::before,
  .menu-button::after {
    display: none;
  }

  .menu-button span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0;
    background: var(--orange);
  }

  .brand-logo { width: 108px; height: 60px; }
  footer .brand-logo { width: 216px; height: 120px; }
}
