.site-header {
  z-index: 1080;
}

.site-header .site-nav {
  min-height: 78px;
  padding: 0.75rem 0;
  background:
    linear-gradient(135deg, rgba(18, 18, 18, 0.96) 0%, rgba(126, 74, 19, 0.96) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 30px rgba(28, 15, 8, 0.22);
  backdrop-filter: blur(12px);
}

.site-header .site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #ffffff;
  font-family: 'Marcellus', serif;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.site-header .site-brand-text {
  background: linear-gradient(to right, #ffffff 0%, #fca311 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-header .site-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.site-header .site-menu-toggle {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 0.55rem 0.65rem;
  color: #ffffff;
  box-shadow: none;
}

.site-header .site-menu-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 163, 17, 0.25);
}

.site-header .site-menu-toggle-bars {
  display: grid;
  gap: 5px;
}

.site-header .site-menu-toggle-bars span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header .site-menu-toggle[aria-expanded="true"] .site-menu-toggle-bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header .site-menu-toggle[aria-expanded="true"] .site-menu-toggle-bars span:nth-child(2) {
  opacity: 0;
}

.site-header .site-menu-toggle[aria-expanded="true"] .site-menu-toggle-bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-header .site-menu-collapse {
  gap: 0.9rem;
}

.site-header .site-menu-list {
  align-items: center;
  gap: 0.25rem;
}

.site-header .site-menu-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 42px;
  margin: 0;
  padding: 0.6rem 0.75rem !important;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-header .site-menu-link:after {
  display: none !important;
}

.site-header .site-menu-link i {
  color: #fca311;
  font-size: 0.9rem;
}

.site-header .site-menu-link:hover,
.site-header .site-menu-link:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.site-header .site-menu-link.active,
.site-header .site-menu-link[aria-current="page"] {
  background: rgba(252, 163, 17, 0.18);
  color: #fca311 !important;
  box-shadow: inset 0 0 0 1px rgba(252, 163, 17, 0.24);
}

.site-header .site-menu-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: 0.35rem;
}

.site-header .site-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.site-header .site-action-contact {
  background: rgba(252, 163, 17, 0.18);
  box-shadow: inset 0 0 0 1px rgba(252, 163, 17, 0.25);
}

.site-header .site-action-location {
  background: #05bd6b;
  box-shadow: 0 0 0 4px rgba(5, 189, 107, 0.16);
}

.site-header .site-action-link:hover,
.site-header .site-action-link:focus,
.site-header .site-action-link.active,
.site-header .site-action-link[aria-current="page"] {
  color: #ffffff;
  transform: translateY(-1px);
}

.site-header .site-action-contact:hover,
.site-header .site-action-contact:focus,
.site-header .site-action-contact.active,
.site-header .site-action-contact[aria-current="page"] {
  background: rgba(252, 163, 17, 0.32);
}

.site-header .site-action-location:hover,
.site-header .site-action-location:focus,
.site-header .site-action-location.active,
.site-header .site-action-location[aria-current="page"] {
  background: #049e5a;
  box-shadow: 0 0 0 4px rgba(5, 189, 107, 0.24);
}

@media (max-width: 1199.98px) {
  .site-header .site-nav {
    min-height: 72px;
  }

  .site-header .site-menu-collapse {
    margin-top: 0.85rem;
    padding: 1rem;
    border-radius: 16px;
    background: rgba(16, 10, 7, 0.44);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  }

  .site-header .site-menu-list {
    align-items: stretch;
  }

  .site-header .site-menu-link {
    width: 100%;
    justify-content: flex-start;
  }

  .site-header .site-menu-actions {
    flex-direction: column;
    align-items: stretch;
    margin: 0.75rem 0 0;
  }

  .site-header .site-action-link {
    width: 100%;
  }
}
