.barlist-header-shell {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
  padding-inline: var(--barlist-shell-padding-x);
  padding-top: var(--wp--preset--spacing--24);
  padding-bottom: var(--wp--preset--spacing--24);
  background: linear-gradient(180deg, #111915 0%, rgba(17, 25, 21, 0) 100%);
  backdrop-filter: none;
  border-bottom: 0;
}

.admin-bar .barlist-header-shell {
  top: 32px;
}

html {
  scroll-padding-top: 0;
}

body.has-barlist-menu-open {
  overflow: hidden;
}

.wp-block-group.alignwide.barlist-header {
  width: min(100%, 75rem);
  max-width: 75rem;
  margin-inline: auto;
}

.barlist-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.barlist-header__brand {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.barlist-header__site-title {
  margin: 0;
  width: 8.27975rem;
  min-width: 8.27975rem;
  font-size: 0;
  line-height: 0;
}

.barlist-header__site-title a {
  display: block;
  width: 100%;
  height: 2rem;
  background: url("../img/landing/footer/barlist-logo.svg") center/contain no-repeat;
  color: transparent;
  text-decoration: none;
}

.barlist-header__actions {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-left: auto;
}

.barlist-header__nav {
  align-items: center;
  font-size: var(--barlist-type-size-16);
  font-weight: 400;
  letter-spacing: 0;
  line-height: calc(var(--barlist-type-line-28) / var(--barlist-type-size-16));
  text-transform: none;
}

.barlist-header__nav .wp-block-navigation__container,
.barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.barlist-header__nav .wp-block-navigation__responsive-container-open,
.barlist-header__nav .wp-block-navigation__responsive-container-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.625rem;
  border: 1px solid rgba(68, 93, 68, 0.4);
  border-radius: 999px;
  background: rgba(38, 54, 44, 0.5);
  color: #faf5e8;
  backdrop-filter: blur(12px);
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.barlist-header__nav .wp-block-navigation__responsive-container-open:hover,
.barlist-header__nav .wp-block-navigation__responsive-container-open:focus-visible,
.barlist-header__nav .wp-block-navigation__responsive-container-close:hover,
.barlist-header__nav .wp-block-navigation__responsive-container-close:focus-visible {
  border-color: rgba(92, 122, 92, 0.7);
  background: rgba(51, 71, 49, 0.85);
  transform: translateY(-1px);
}

.barlist-header__nav .wp-block-navigation__responsive-container-open svg,
.barlist-header__nav .wp-block-navigation__responsive-container-close svg {
  width: 1rem;
  height: 1rem;
}

.barlist-header__nav .wp-block-navigation-item__content {
  color: #faf5e8;
  font-family: var(--barlist-font-family-ui);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.barlist-header__nav .wp-block-navigation-item__content:hover,
.barlist-header__nav .wp-block-navigation-item__content:focus-visible,
.barlist-header__nav .current-menu-item > .wp-block-navigation-item__content,
.barlist-header__nav .current_page_item > .wp-block-navigation-item__content {
  color: #faf5e8;
}

.barlist-header__nav .barlist-header__nav-cta-link {
  display: none;
}

.barlist-header__cta-group {
  flex-shrink: 0;
}

.barlist-header__cta .wp-block-button__link {
  min-height: 2.75rem;
  padding: 0.625rem 1.5rem;
  border: 1px solid rgba(68, 93, 68, 0.4);
  border-radius: 999px;
  background: rgba(38, 54, 44, 0.5);
  color: #faf5e8;
  font-family: var(--barlist-font-family-display);
  font-size: var(--barlist-type-size-16);
  font-weight: 400;
  line-height: calc(var(--barlist-type-line-24) / var(--barlist-type-size-16));
  backdrop-filter: blur(12px);
  box-shadow: none;
}

.barlist-header__cta .wp-block-button__link:hover,
.barlist-header__cta .wp-block-button__link:focus-visible {
  background: rgba(51, 71, 49, 0.85);
  color: #faf5e8;
}

.barlist-header__nav .wp-block-navigation__responsive-container {
  background: rgba(8, 12, 10, 0.72);
  padding: 0;
}

.barlist-header__nav .wp-block-navigation__responsive-container.is-menu-open {
  inset: 0;
  position: fixed;
  min-height: 100dvh;
  background: rgba(17, 25, 21, 0.7);
}

.barlist-header__nav .wp-block-navigation__responsive-dialog {
  width: 100%;
  padding: 0;
  background: #1b2921;
  border: 0;
  border-radius: 0 0 2rem 2rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.barlist-header__nav .wp-block-navigation__responsive-dialog .wp-block-navigation__container {
  align-items: stretch;
  gap: 0;
}

.barlist-header__nav .wp-block-navigation__responsive-container-content {
  display: flex;
  flex-direction: column;
  min-height: auto;
  padding: 1.5rem 1.25rem;
}

.barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  width: 100%;
  margin-top: 4.25rem;
}

.barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  width: 100%;
}

.barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: 0;
  color: #e8dec6;
  font-size: var(--barlist-type-size-16);
  line-height: calc(var(--barlist-type-line-28) / var(--barlist-type-size-16));
}

.barlist-header__nav .wp-block-navigation__responsive-container-content .barlist-header__nav-cta-link > .wp-block-navigation-item__content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  min-height: 2.75rem;
  padding: 0.625rem 1.5rem;
  border: 1px solid rgba(68, 93, 68, 0.4);
  border-radius: 999px;
  background: rgba(38, 54, 44, 0.5);
  color: #faf5e8;
  font-family: var(--barlist-font-family-display);
  font-size: var(--barlist-type-size-16);
  line-height: var(--barlist-type-line-24);
  text-align: center;
  white-space: nowrap;
  backdrop-filter: blur(12px);
}

.barlist-header__nav .wp-block-navigation__responsive-container-content .barlist-header__nav-cta-link > .wp-block-navigation-item__content .wp-block-navigation-item__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--barlist-type-line-24);
  line-height: var(--barlist-type-line-24);
}

.barlist-header__nav .wp-block-navigation__responsive-container-content .barlist-header__nav-cta-link::after {
  display: none;
}

.barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-navigation__container + .wp-block-buttons,
.barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-buttons {
  width: 100%;
  margin-top: 0;
  padding-top: 1.5rem;
}

.barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-buttons .wp-block-button,
.barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-buttons .wp-block-button__link {
  width: 100%;
}

.barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 999px;
  background: rgba(38, 54, 44, 0.5);
  color: #faf5e8;
  border: 1px solid rgba(68, 93, 68, 0.4);
  font-family: var(--barlist-font-family-display);
  font-size: var(--barlist-type-size-16);
  font-weight: 400;
  line-height: calc(var(--barlist-type-line-24) / var(--barlist-type-size-16));
  text-align: center;
  white-space: nowrap;
  backdrop-filter: blur(12px);
}

.barlist-header__nav .wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 1.5rem;
  right: 1.25rem;
}

.barlist-header__nav .wp-block-navigation__responsive-container-open:focus-visible,
.barlist-header__nav .wp-block-navigation__responsive-container-close:focus-visible,
.barlist-header__nav .wp-block-navigation-item__content:focus-visible,
.barlist-header__cta .wp-block-button__link:focus-visible {
  outline: 2px solid #faf5e8;
  outline-offset: 3px;
}

@media (min-width: 600px) {
  .barlist-header__nav .wp-block-navigation__responsive-container-open {
    display: none;
  }

  .barlist-header__nav .wp-block-navigation__responsive-container,
  .barlist-header__nav .wp-block-navigation__responsive-dialog,
  .barlist-header__nav .wp-block-navigation__responsive-container-content {
    width: auto;
    min-height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }

  .barlist-header__nav .wp-block-navigation__responsive-container-content {
    display: block;
  }

  .barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    width: auto;
    margin-top: 0;
  }

  .barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
    width: auto;
  }

  .barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    width: auto;
    padding: 0.5rem;
    border-bottom: 0;
    color: #faf5e8;
  }

  .barlist-header__nav .wp-block-navigation__responsive-container-content .barlist-header__nav-cta-link,
  .barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-buttons {
    display: none;
  }

  .barlist-header__nav .wp-block-navigation__responsive-container-close {
    display: none;
  }

  .barlist-header__nav .wp-block-navigation__container {
    gap: 1.5rem;
  }

  .barlist-header__nav .wp-block-navigation-item__content {
    position: static;
    display: inline;
    padding: 0;
    background: transparent;
    color: #faf5e8;
    font-family: var(--barlist-font-family-ui);
    font-size: var(--barlist-type-size-16);
    font-weight: 400;
    line-height: calc(var(--barlist-type-line-28) / var(--barlist-type-size-16));
    opacity: 1;
  }

  .barlist-header__nav .wp-block-navigation-item__content::after {
    display: none;
  }

  .barlist-header__nav .wp-block-navigation-item__content:hover,
  .barlist-header__nav .wp-block-navigation-item__content:focus-visible,
  .barlist-header__nav .current-menu-item > .wp-block-navigation-item__content,
  .barlist-header__nav .current_page_item > .wp-block-navigation-item__content {
    background: transparent;
  }
}

@media (max-width: 959.98px) and (min-width: 600px) {
  .barlist-header-shell {
    padding-inline: 1.25rem;
  }

  .barlist-header {
    gap: 1rem;
  }

  .barlist-header__actions {
    gap: 0.75rem;
  }

  .barlist-header__nav .wp-block-navigation__container {
    gap: 1rem;
  }

  .barlist-header__cta .wp-block-button__link {
    padding-inline: 1.125rem;
  }
}

@media (max-width: 719.98px) and (min-width: 600px) {
  .barlist-header-shell {
    padding-inline: 1rem;
  }

  .barlist-header__cta-group {
    display: none;
  }

  .barlist-header__actions {
    gap: 0.5rem;
  }

  .barlist-header__nav .wp-block-navigation__container {
    gap: 0.5rem;
  }

  .barlist-header__nav .wp-block-navigation-item__content {
    padding-inline: 0.25rem;
  }
}

@media (max-width: 599.98px) {
  .barlist-header__nav > .wp-block-navigation__container {
    display: none;
  }

  .barlist-header-shell {
    --barlist-header-mobile-top: 1.5rem;
    --barlist-header-mobile-inline: 1.25rem;
    --barlist-header-mobile-logo-width: 6.1875rem;
    --barlist-header-mobile-logo-height: 1.5rem;
    --barlist-header-mobile-control-size: 2.75rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-inline: 1.25rem;
  }

  .barlist-header {
    gap: 0.75rem;
  }

  .barlist-header__actions {
    gap: 0.75rem;
  }

  .barlist-header__cta-group {
    display: none;
  }

  .barlist-header__site-title {
    width: var(--barlist-header-mobile-logo-width);
    min-width: var(--barlist-header-mobile-logo-width);
  }

  .barlist-header__site-title a {
    height: var(--barlist-header-mobile-logo-height);
  }

  .barlist-header__nav .wp-block-navigation__responsive-container {
    padding: 0;
  }

  .barlist-header__nav .wp-block-navigation__responsive-close {
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-height: 100dvh;
    background: rgba(17, 25, 21, 0.7);
  }

  .barlist-header__nav .wp-block-navigation__responsive-dialog {
    width: 100%;
    min-height: auto;
    margin: 0;
    border-radius: 0 0 2rem 2rem;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
  }

  .barlist-header__nav .wp-block-navigation__responsive-container-content {
    min-height: auto;
    padding: 1.5rem 1.25rem;
  }

  .barlist-header__nav .wp-block-navigation__responsive-dialog::before {
    content: "";
    position: absolute;
    top: calc(var(--barlist-header-mobile-top) + ((var(--barlist-header-mobile-control-size) - var(--barlist-header-mobile-logo-height)) / 2) + 1px);
    left: var(--barlist-header-mobile-inline);
    width: var(--barlist-header-mobile-logo-width);
    height: var(--barlist-header-mobile-logo-height);
    background: url("../img/landing/footer/barlist-logo.svg") center/contain no-repeat;
    pointer-events: none;
    z-index: 1;
  }

  .barlist-header__nav .wp-block-navigation__responsive-container-close {
    top: var(--barlist-header-mobile-top);
    right: var(--barlist-header-mobile-inline);
  }

  .barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    margin-top: 4.5rem;
  }

  .barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    min-height: 2.75rem;
    padding: 0.5rem 0;
  }

  .barlist-header__nav .wp-block-navigation__responsive-container-content .barlist-header__nav-cta-link > .wp-block-navigation-item__content,
  .barlist-header__nav .wp-block-navigation__responsive-container-content .wp-block-button__link {
    min-height: 2.75rem;
  }
}

@media (max-width: 437.98px) {
  .barlist-header-shell {
    --barlist-header-mobile-inline: 1rem;
    --barlist-header-mobile-logo-width: 5.5rem;
    --barlist-header-mobile-logo-height: 1.35rem;
    --barlist-header-mobile-control-size: 2.5rem;
    padding-inline: 1rem;
  }

  .barlist-header {
    gap: 0.5rem;
  }

  .barlist-header__actions {
    gap: 0.5rem;
  }

  .barlist-header__cta-group {
    display: none;
  }

  .barlist-header__site-title {
    width: var(--barlist-header-mobile-logo-width);
    min-width: var(--barlist-header-mobile-logo-width);
  }

  .barlist-header__nav .wp-block-navigation__responsive-container-open,
  .barlist-header__nav .wp-block-navigation__responsive-container-close {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
  }
}

@media (max-width: 782px) {
  .admin-bar .barlist-header-shell {
    top: 46px;
  }
}
