.home-header {
  background: black;
  padding: 0 24px;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
}

.home-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  text-decoration: none;
}

.home-brand:hover {
  text-decoration: none;
}

.brand-icon {
  color: #f0c97b;
  font-size: 24px;
  line-height: 1;
}

.brand-name {
  letter-spacing: -0.3px;
}

.home-brand-logo-wrap .custom-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.home-brand-logo-wrap .custom-logo {
  display: block;
  width: auto;
  max-height: 52px;
}

.home-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.home-header-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(380px, 46vw);
  background: #fff;
  border: 1px solid #ded4c5;
  border-radius: 999px;
  padding: 6px 8px 6px 12px;
}

.home-header-search input[type="search"] {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: #243127;
  font-size: 14px;
}

.home-header-search button {
  border: none;
  background: #243127;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  padding: 7px 14px;
  cursor: pointer;
}

.home-header-search button:hover {
  background: #1a261d;
}

.home-header-search .search-suggestions {
  top: calc(100% + 6px);
  z-index: 130;
}

.home-nav a {
  color: #f6f3ea;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.home-nav a:hover {
  color: #f7d8a6;
  text-decoration: none;
}

.btn-login {
  border: 1.5px solid rgba(255, 255, 255, 0.85) !important;
  border-radius: 999px;
  padding: 6px 18px !important;
}

.btn-login:hover {
  border-color: #f7d8a6 !important;
}
