/*
 * Responsive header palette
 * Porcelain #f4f2e9 · Olive ink #2d3326 · Heritage gold #a99a63
 */
@media (max-width: 1139px) {
  .rh_header_advance.rh_header {
    background: #f4f2e9 !important;
    border-bottom: 1px solid rgba(169, 154, 99, .72);
    box-shadow: 0 8px 24px rgba(35, 40, 31, .10);
  }

  .rh_header_advance .rh_logo_inner img {
    display: block;
    width: auto;
    max-width: 200px;
    height: auto;
  }

  .rh_header_advance .rh_menu__user_phone .contact-number {
    color: #2d3326 !important;
    font-weight: 600;
  }

  .rh_header_advance .rh_menu__user_phone svg {
    fill: #6f744e !important;
  }

  .rh_header_advance .hamburger-inner,
  .rh_header_advance .hamburger-inner::before,
  .rh_header_advance .hamburger-inner::after {
    background-color: #2d3326 !important;
  }

  .rh_header_advance .rh_menu__hamburger:focus-visible {
    outline: 2px solid #a99a63;
    outline-offset: 4px;
  }
}

@media (max-width: 767px) {
  .rh_header_advance .rh_header__wrap .rh_logo {
    min-height: 76px;
    padding: 12px 16px;
  }

  .rh_header_advance .rh_logo_inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    text-align: left;
  }

  .rh_header_advance .rh_logo_inner img {
    max-width: min(176px, 55vw);
  }

  .rh_header_advance .rh_menu .main-menu {
    right: 16px;
  }

  .rh_header_advance .rh_menu .rh_menu__hamburger {
    min-width: 48px;
    min-height: 48px;
    padding: 12px;
  }
}
