html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.nav .brand {
  min-width: 0;
  height: 64px;
  gap: 12px;
}

.nav .brand-mark {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(6, 26, 53, .18);
}

.nav .brand-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 12px 5px rgba(255, 255, 255, .76);
  pointer-events: none;
}

.nav .brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.nav .brand-name {
  display: block;
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .025em;
  white-space: nowrap;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .nav .brand-name { font-size: 14px; }
}

@media (max-width: 800px) {
  .nav .brand { height: 58px; gap: 9px; }
  .nav .brand-mark { width: 48px; height: 48px; flex-basis: 48px; }
  .nav .brand-name { font-size: 16px; letter-spacing: .005em; }
}

.form-honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.contact form button:disabled { cursor: wait; opacity: .68; transform: none; }
.form-status { min-height: 24px; margin: 12px 0 0; padding: 0; font-size: 14px; font-weight: 700; text-align: center; }
.form-status.success { color: #12643f; }
.form-status.error { color: #a32626; }
