.site-brand-logo {
  display: block;
  width: auto !important;
  max-width: 230px !important;
  max-height: 92px;
  margin: 0 auto;
  object-fit: contain;
}

.static-form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.static-contact-form button[type="submit"] {
  cursor: pointer;
}

.static-contact-form.is-sending button[type="submit"] {
  cursor: wait;
  opacity: 0.7;
}

.static-form-response {
  display: none;
  margin: 15px 0 0;
  padding: 12px 15px;
  border: 1px solid transparent;
}

.static-form-response.is-visible {
  display: block;
}

.static-form-response.is-success {
  color: #155724;
  background: #d4edda;
  border-color: #c3e6cb;
}

.static-form-response.is-error {
  color: #721c24;
  background: #f8d7da;
  border-color: #f5c6cb;
}

.static-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.9);
}

.static-lightbox.is-open {
  display: flex;
}

.static-lightbox img {
  max-width: 95vw;
  max-height: 90vh;
  object-fit: contain;
}

.static-lightbox button {
  position: absolute;
  top: 15px;
  right: 20px;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 38px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .site-brand-logo {
    max-width: 170px !important;
    max-height: 76px;
    margin-left: 0;
  }

  .hfe-nav-menu__layout-horizontal:not(.menu-is-open) {
    display: none !important;
  }

  .hfe-nav-menu__layout-horizontal.menu-is-open {
    display: block !important;
  }
}
