.pidgeon-logo-host {
  gap: clamp(12px, 2vw, 28px) !important;
}

.pidgeon-brand-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important;
  flex: 0 0 auto !important;
  width: clamp(132px, 14vw, 198px) !important;
  max-width: min(42vw, 210px) !important;
  min-width: 108px !important;
  height: 64px !important;
  max-height: 64px !important;
  padding: 0 !important;
  margin-right: clamp(10px, 1.8vw, 24px) !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 1001 !important;
  line-height: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.pidgeon-brand-logo,
nav a[aria-label="Pidgeon Contracting home"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: clamp(132px, 14vw, 198px) !important;
  max-width: min(42vw, 210px) !important;
  min-width: 108px !important;
  height: 64px !important;
  max-height: 64px !important;
  padding: 0 !important;
  overflow: visible !important;
  line-height: 0 !important;
  background: transparent !important;
}

.pidgeon-brand-logo img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 58px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.22)) !important;
  background: transparent !important;
}

.pidgeon-brand-logo img,
nav a[aria-label="Pidgeon Contracting home"] img[src*="pidgeon-logo"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 58px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
}

.pidgeon-brand-logo-floating {
  position: fixed !important;
  top: 14px;
  left: clamp(16px, 4vw, 48px);
  width: clamp(122px, 15vw, 190px) !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

nav button[aria-label="Toggle menu"] {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-radius: 6px;
  background: rgba(10, 18, 12, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}

@media (max-width: 760px) {
  .pidgeon-brand-logo {
    width: clamp(112px, 36vw, 150px) !important;
    min-width: 104px !important;
    height: 48px !important;
    max-height: 48px !important;
    margin-right: 10px !important;
  }

  .pidgeon-brand-logo,
  nav a[aria-label="Pidgeon Contracting home"] {
    width: clamp(112px, 36vw, 150px) !important;
    min-width: 104px !important;
    height: 48px !important;
    max-height: 48px !important;
  }

  .pidgeon-brand-logo img {
    height: 44px !important;
    max-height: 44px !important;
  }

  .pidgeon-brand-logo img,
  nav a[aria-label="Pidgeon Contracting home"] img[src*="pidgeon-logo"] {
    height: 44px !important;
    max-height: 44px !important;
  }

  .pidgeon-brand-logo-floating {
    top: 10px;
    left: 14px;
    width: clamp(112px, 38vw, 148px) !important;
  }
}
