.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) {
  html {
    scroll-padding-top: 72px;
  }

  .pidgeon-mobile-header-safe,
  .pidgeon-static-nav,
  header:has(.pidgeon-brand-logo),
  [role="banner"]:has(.pidgeon-brand-logo),
  .fixed:has(.pidgeon-brand-logo),
  .sticky:has(.pidgeon-brand-logo) {
    min-height: 58px !important;
    height: 58px !important;
    max-height: 58px !important;
    padding: 7px 12px !important;
    align-items: center !important;
    gap: 10px !important;
    background: rgba(250, 250, 249, 0.97) !important;
    border-bottom: 1px solid rgba(20, 83, 45, 0.14) !important;
    box-shadow: 0 10px 26px rgba(10, 20, 14, 0.11) !important;
    backdrop-filter: blur(14px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(14px) saturate(1.08) !important;
    overflow: visible !important;
  }

  .pidgeon-brand-logo {
    width: clamp(94px, 28vw, 118px) !important;
    min-width: 94px !important;
    max-width: 118px !important;
    height: 40px !important;
    max-height: 40px !important;
    margin-right: 6px !important;
  }

  .pidgeon-brand-logo,
  .pidgeon-static-nav > a[aria-label="Pidgeon Contracting home"],
  nav a[aria-label="Pidgeon Contracting home"] {
    width: clamp(94px, 28vw, 118px) !important;
    min-width: 94px !important;
    max-width: 118px !important;
    height: 40px !important;
    max-height: 40px !important;
  }

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

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

  .pidgeon-brand-logo-floating {
    top: 9px;
    left: 12px;
    width: clamp(94px, 28vw, 118px) !important;
    max-width: 118px !important;
  }

  .pidgeon-mobile-header-safe button,
  header:has(.pidgeon-brand-logo) button,
  [role="banner"]:has(.pidgeon-brand-logo) button,
  .fixed:has(.pidgeon-brand-logo) button,
  .sticky:has(.pidgeon-brand-logo) button,
  nav button[aria-label="Toggle menu"],
  nav button[aria-label="Open menu"],
  nav button[aria-label="Close menu"] {
    min-width: 42px !important;
    width: 42px !important;
    height: 42px !important;
    max-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: rgba(9, 62, 43, 0.92) !important;
    border: 1px solid rgba(214, 166, 80, 0.34) !important;
    box-shadow: 0 8px 18px rgba(9, 62, 43, 0.22) !important;
  }
}
