.wp-site-blocks > header.wp-block-template-part,
.wp-block-template-part:has(.pv-site-header) {
  position: sticky !important;
  top: var(--pv-admin-bar-height) !important;
  left: 0;
  right: 0;
  z-index: 60;
  width: 100%;
}

.pv-site-header {
  position: relative;
  z-index: 60;
  box-sizing: border-box;
  overflow: visible;
  box-shadow: 0 5px 14px rgba(31, 39, 34, 0.07);
}

.pv-site-header.alignfull {
  --pv-header-inline-pad: clamp(1rem, 2vw, 1.5rem);
  --pv-header-utility-gap: clamp(0.45rem, 0.8vw, 0.75rem);
  --pv-header-floating-shrink-y: 0.7rem;
  --pv-header-shell-overhang: 30px;
  --pv-header-shell-edge-pad: max(12px, calc(var(--pv-gutter) - var(--pv-header-shell-overhang)));
  --pv-header-shell-base-width: min(var(--pv-section-width), calc(100vw - var(--pv-gutter) - var(--pv-gutter)));
  --pv-header-shell-width: min(
    var(--pv-wide-size),
    calc(var(--pv-header-shell-base-width) + var(--pv-header-shell-overhang) + var(--pv-header-shell-overhang)),
    calc(100vw - var(--pv-header-shell-edge-pad) - var(--pv-header-shell-edge-pad))
  );
  width: 100%;
  max-width: 100vw;
  margin-left: auto !important;
  margin-right: auto !important;
}

html.pv-header-ready .pv-site-header.alignfull {
  transition:
    max-width 0.28s ease,
    transform 0.28s ease,
    padding-top 0.28s ease,
    padding-bottom 0.28s ease,
    border-radius 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease,
    backdrop-filter 0.28s ease,
    -webkit-backdrop-filter 0.28s ease;
}

.pv-site-header > .wp-block-group.alignwide {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: var(--pv-header-utility-gap);
  min-height: calc(var(--pv-header-main-height) + 6px);
  width: var(--pv-header-shell-width);
  max-width: none;
  box-sizing: border-box;
  margin-inline: auto;
  padding: 1rem var(--pv-header-inline-pad) !important;
}

html.pv-header-ready .pv-site-header > .wp-block-group.alignwide {
  transition:
    width 0.24s ease,
    gap 0.2s ease,
    padding 0.2s ease;
}

.pv-site-header > .wp-block-group.alignwide > * {
  align-self: center;
  margin-block: 0;
}

.pv-site-header > .wp-block-group.alignwide > .wp-block-group:has(.pv-header-search) {
  order: 3;
  flex: 0 0 auto;
}

.pv-site-header > .wp-block-group.alignwide > .wp-block-group:has(.pv-header-cta) {
  order: 4;
  flex: 0 0 auto;
}

.pv-site-header > .wp-block-group.alignwide > .wp-block-group {
  display: flex;
  align-items: center;
  align-self: center;
  flex: 0 0 auto;
  min-height: 100%;
  margin: 0;
}

.pv-site-header > .wp-block-group.alignwide > .wp-block-group > * {
  margin-block: 0;
}

.pv-site-header .wp-block-site-logo {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
}

.pv-site-header .custom-logo-link {
  display: flex;
  align-items: center;
}

.pv-site-header .custom-logo {
  display: block;
  width: auto;
  max-width: min(243px, 22vw);
  max-height: var(--pv-logo-height);
  height: auto;
}

.pv-header-nav {
  order: 2;
  position: relative;
  z-index: 66;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #4b4f58;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
}

.pv-header-nav__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: var(--pv-radius-sm);
  background: transparent;
  color: #274b35;
  cursor: pointer;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.pv-header-nav__toggle:hover,
.pv-header-nav__toggle:focus-visible,
.pv-header-nav.is-mobile-open .pv-header-nav__toggle {
  color: #79b835;
  background: rgba(121, 184, 53, 0.08);
}

.pv-header-nav__icon {
  width: 24px;
  height: 24px;
}

.pv-header-nav__icon--close {
  display: none;
}

.pv-header-nav.is-mobile-open .pv-header-nav__icon--open {
  display: none;
}

.pv-header-nav.is-mobile-open .pv-header-nav__icon--close {
  display: block;
}

.pv-header-nav__toggle-label--close {
  display: none;
}

.pv-header-nav.is-mobile-open .pv-header-nav__toggle-label--open {
  display: none;
}

.pv-header-nav.is-mobile-open .pv-header-nav__toggle-label--close {
  display: inline;
}

.pv-header-nav__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
}

.pv-header-nav__mobile-tools,
.pv-header-nav__mobile-search {
  display: none;
}

.pv-header-nav__list,
.pv-header-nav__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pv-header-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.62rem, 0.95vw, 1rem);
  width: 100%;
  min-width: 0;
}

.pv-header-nav.items-justified-left .pv-header-nav__list {
  justify-content: flex-start;
}

.pv-header-nav.items-justified-right .pv-header-nav__list {
  justify-content: flex-end;
}

.pv-header-nav.items-justified-space-between .pv-header-nav__list {
  justify-content: space-between;
}

.pv-header-nav.is-vertical .pv-header-nav__list {
  align-items: stretch;
  flex-direction: column;
}

.pv-header-nav.is-wrapping .pv-header-nav__list {
  flex-wrap: wrap;
}

.pv-header-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}

.pv-header-nav__item-row {
  display: flex;
  align-items: center;
  min-width: 0;
}

.pv-header-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0;
  color: #4b4f58;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.pv-header-nav__link:hover,
.pv-header-nav__link:focus-visible,
.pv-header-nav__item.is-current > .pv-header-nav__item-row > .pv-header-nav__link,
.pv-header-nav__item.is-ancestor > .pv-header-nav__item-row > .pv-header-nav__link {
  color: #79b835;
}

.pv-header-nav__submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 42px;
  margin-left: 0.16rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: currentColor;
  cursor: pointer;
}

.pv-header-nav__submenu-toggle svg {
  transition: transform 0.18s ease;
}

.pv-header-nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 85;
  min-width: 240px;
  padding: 0.8rem 0.5rem 0.5rem;
  border: 1px solid var(--pv-border-soft);
  border-radius: var(--pv-radius-sm);
  background: var(--pv-surface-white-soft);
  box-shadow: var(--pv-shadow-panel);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition:
    opacity 0.16s ease,
    visibility 0.16s ease,
    transform 0.16s ease;
}

.pv-header-nav--open-hover .pv-header-nav__item--has-children:hover > .pv-header-nav__submenu,
.pv-header-nav--open-hover .pv-header-nav__item--has-children:focus-within > .pv-header-nav__submenu,
.pv-header-nav--open-hover .pv-header-nav__item--has-children:hover .pv-header-nav__submenu,
.pv-header-nav--open-hover .pv-header-nav__item--has-children:focus-within .pv-header-nav__submenu,
.pv-header-nav__item--has-children.is-submenu-open > .pv-header-nav__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.pv-header-nav__item--has-children.is-submenu-open > .pv-header-nav__item-row .pv-header-nav__submenu-toggle svg {
  transform: rotate(180deg);
}

.pv-header-nav__submenu .pv-header-nav__item {
  display: block;
}

.pv-header-nav__submenu .pv-header-nav__item-row {
  width: 100%;
}

.pv-header-nav__submenu .pv-header-nav__link {
  width: 100%;
  min-height: 42px;
  padding: 0.68rem 0.9rem;
  border-radius: var(--pv-radius-sm);
  font-size: 0.92rem;
}

.pv-header-nav__submenu .pv-header-nav__link:hover,
.pv-header-nav__submenu .pv-header-nav__link:focus-visible,
.pv-header-nav__submenu .pv-header-nav__item.is-current > .pv-header-nav__item-row > .pv-header-nav__link,
.pv-header-nav__submenu .pv-header-nav__item.is-ancestor > .pv-header-nav__item-row > .pv-header-nav__link {
  background: rgba(121, 184, 53, 0.08);
}

.pv-header-search {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  flex: 0 1 auto;
  margin: 0;
  overflow: visible;
  z-index: 70;
}

.pv-header-search__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: var(--pv-radius-sm);
  background: transparent;
  color: #274b35;
  cursor: pointer;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.pv-header-search__trigger:hover,
.pv-header-search__trigger:focus-visible,
.pv-header-search.is-open .pv-header-search__trigger {
  color: #79b835;
  background: rgba(121, 184, 53, 0.08);
}

.pv-header-search__trigger .search-icon,
.pv-header-search__submit .search-icon {
  width: 20px;
  height: 20px;
}

.pv-header-search__trigger .search-icon path,
.pv-header-search__submit .search-icon path {
  fill: currentColor;
}

.pv-header-search__form {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  z-index: 75;
  width: min(720px, calc(100vw - 32px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease,
    transform 0.18s ease;
}

.pv-header-search.is-open .pv-header-search__form {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.pv-header-search__panel {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.4rem;
  border: 1px solid var(--pv-border-strong);
  border-radius: var(--pv-radius-sm);
  background: var(--pv-surface-white);
  box-shadow: var(--pv-shadow-panel);
}

.pv-header-search__input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 40px;
  padding: 0 0.9rem;
  border: 1px solid rgba(39, 75, 53, 0.1);
  border-radius: var(--pv-radius-sm);
  background: #fff;
  color: #1f2722;
  font-size: 0.98rem;
}

.pv-header-search__input:focus,
.pv-header-search__input:focus-visible {
  outline: none;
  border-color: rgba(39, 75, 53, 0.14);
  box-shadow: none;
}

.pv-header-search__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 48px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: var(--pv-radius-sm);
  background: #79b835;
  color: #1f2722;
  cursor: pointer;
  transition: background-color 0.18s ease;
}

.pv-header-search__submit:hover,
.pv-header-search__submit:focus-visible {
  background: #85c641;
}

.pv-site-header .wp-block-buttons {
  display: flex;
  align-items: center;
  align-self: center;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  gap: 0.8rem;
  min-width: 0;
  margin: 0;
}

.pv-site-header .wp-block-button {
  margin: 0;
}

.pv-header-cta {
  margin: 0;
}

.pv-header-cta .wp-block-button__link {
  min-height: var(--pv-cta-height);
  padding: 0.78rem 1.05rem;
  border-radius: var(--pv-radius-sm);
  background: #79b835;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: var(--pv-shadow-action);
  transition: var(--pv-button-transition);
}

.pv-header-cta .wp-block-button__link:hover,
.pv-header-cta .wp-block-button__link:focus-visible {
  background: var(--pv-button-hover-bg);
  color: #ffffff;
  transform: var(--pv-button-hover-transform);
}

@media (min-width: 1181px) {
  .pv-header-search {
    position: static;
  }

  .pv-header-search__form {
    top: calc(100% + 1rem);
    right: auto;
    left: 50%;
    width: min(720px, calc(100vw - 32px));
    transform: translate(-50%, -6px);
  }

  .pv-header-search.is-open .pv-header-search__form {
    transform: translate(-50%, 0);
  }

  .pv-header-nav__panel,
  .pv-header-nav__list,
  .pv-header-nav__item {
    overflow: visible;
  }

  .pv-header-nav__list > .pv-header-nav__item--has-children::after {
    position: absolute;
    top: 100%;
    right: -0.75rem;
    left: -0.75rem;
    display: block;
    height: var(--pv-header-submenu-bridge-height, 2rem);
    content: "";
  }

  .pv-header-nav__list > .pv-header-nav__item--has-children > .pv-header-nav__submenu {
    top: calc(100% + var(--pv-header-submenu-offset, 0px));
  }

  .pv-header-nav--overlay-mobile .pv-header-nav__panel,
  .pv-header-nav--overlay-never .pv-header-nav__panel {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: none;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .pv-header-nav--open-hover .pv-header-nav__item--has-children:hover > .pv-header-nav__submenu,
  .pv-header-nav--open-hover .pv-header-nav__item--has-children:focus-within > .pv-header-nav__submenu,
  .pv-header-nav--open-hover .pv-header-nav__item--has-children:hover .pv-header-nav__submenu,
  .pv-header-nav--open-hover .pv-header-nav__item--has-children:focus-within .pv-header-nav__submenu,
  .pv-header-nav__item--has-children.is-submenu-open > .pv-header-nav__submenu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .pv-site-header.alignfull.is-floating {
    max-width: var(--pv-header-shell-width);
    transform: translateY(var(--pv-header-floating-shrink-y));
    padding-top: max(0px, calc(var(--wp--preset--spacing--s) - var(--pv-header-floating-shrink-y))) !important;
    padding-bottom: max(0px, calc(var(--wp--preset--spacing--s) - var(--pv-header-floating-shrink-y))) !important;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 28px rgba(31, 39, 34, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .pv-header-nav--overlay-always {
    flex: 0 0 auto;
  }

  .pv-header-nav--overlay-always .pv-header-nav__toggle {
    display: inline-flex;
  }

  .pv-header-nav--overlay-always .pv-header-nav__panel {
    position: fixed;
    top: calc(var(--pv-admin-bar-height, 0px) + var(--pv-header-current-height, 76px));
    right: 0;
    left: 0;
    z-index: 55;
    display: block;
    width: 100vw;
    max-height: calc(100dvh - var(--pv-admin-bar-height, 0px) - var(--pv-header-current-height, 76px));
    overflow: auto;
    border-top: 1px solid var(--pv-border-soft);
    background: #ffffff;
    box-shadow: 0 18px 30px rgba(31, 39, 34, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 0.18s ease,
      visibility 0.18s ease,
      transform 0.18s ease;
  }

  .pv-header-nav--overlay-always.is-mobile-open .pv-header-nav__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .pv-header-nav--overlay-always .pv-header-nav__list {
    display: block;
    width: min(var(--pv-wide-size), 100%);
    margin: 0 auto;
    padding: 0.45rem var(--pv-gutter) 0;
  }

  .pv-header-nav--overlay-always .pv-header-nav__item {
    display: block;
    border-bottom: 1px solid rgba(39, 75, 53, 0.1);
  }

  .pv-header-nav--overlay-always .pv-header-nav__item-row,
  .pv-header-nav--overlay-always .pv-header-nav__link {
    min-height: 50px;
  }
}

@media (max-width: 1240px) {
  .pv-site-header.alignfull {
    --pv-header-inline-pad: 1rem;
    --pv-header-utility-gap: 0.7rem;
  }

  .pv-site-header > .wp-block-group.alignwide {
    gap: 0.7rem;
  }

  .pv-site-header .custom-logo {
    max-width: 220px;
    max-height: 40px;
  }

  .pv-header-nav {
    font-size: 0.9rem;
  }

  .pv-header-nav__list {
    gap: 0.58rem;
  }

  .pv-header-nav__submenu-toggle {
    width: 20px;
    margin-left: 0.08rem;
  }

  .pv-header-search__trigger {
    width: 40px;
    height: 40px;
  }

  .pv-header-cta .wp-block-button__link {
    min-height: 42px;
    padding: 0.72rem 0.9rem;
    font-size: 0.88rem;
  }
}

@media (max-width: 1180px) {
  .pv-site-header.alignfull {
    --pv-header-inline-pad: 0;
    --pv-header-utility-gap: 0.6rem;
    --pv-header-shell-width: min(var(--pv-section-width), calc(100vw - (var(--pv-gutter) * 2)));
    --pv-mobile-menu-content-width: min(560px, calc(100vw - (var(--pv-gutter) * 2)));
  }

  .pv-site-header > .wp-block-group.alignwide {
    position: static;
    justify-content: flex-start !important;
    min-height: 56px;
    padding-block: 0.7rem !important;
    gap: var(--pv-header-utility-gap);
  }

  .pv-site-header > .wp-block-group.alignwide > .wp-block-group:first-child {
    position: static;
    z-index: 1;
    order: 1;
    flex: 0 1 auto;
    min-width: 0;
    max-width: none;
    transform: none;
    justify-content: flex-start;
  }

  .pv-site-header > .wp-block-group.alignwide > .wp-block-group:has(.pv-header-search) {
    z-index: 90;
    order: 2;
    margin-left: auto;
  }

  html.pv-mobile-menu-open .pv-site-header > .wp-block-group.alignwide > .wp-block-group:has(.pv-header-search) {
    visibility: hidden;
    pointer-events: none;
  }

  html.pv-mobile-menu-open .pv-site-header > .wp-block-group.alignwide {
    width: var(--pv-mobile-menu-content-width);
  }

  html.pv-mobile-menu-open,
  html.pv-mobile-menu-open body {
    overscroll-behavior: none;
  }

  .pv-header-nav {
    order: 3;
    flex: 0 0 auto;
    margin-left: 0;
    position: static;
  }

  .pv-header-nav__toggle {
    display: inline-flex;
    width: 40px;
    height: 40px;
  }

  .pv-header-nav--overlay-never .pv-header-nav__toggle {
    display: none;
  }

  .pv-header-nav__panel {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 65;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    align-items: stretch;
    justify-items: stretch;
    justify-content: stretch;
    width: 100vw;
    height: var(--pv-mobile-menu-height, calc(100dvh - var(--pv-admin-bar-height, 0px) - var(--pv-header-current-height, 76px)));
    max-height: var(--pv-mobile-menu-height, calc(100dvh - var(--pv-admin-bar-height, 0px) - var(--pv-header-current-height, 76px)));
    box-sizing: border-box;
    overflow: hidden;
    overscroll-behavior: contain;
    padding: 0;
    border-top: 0;
    background: #ffffff;
    box-shadow: 0 18px 30px rgba(31, 39, 34, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 0.18s ease,
      visibility 0.18s ease,
      transform 0.18s ease;
  }

  .pv-header-nav.is-mobile-open .pv-header-nav__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .pv-header-nav__mobile-tools {
    order: 3;
    display: block;
    align-self: end;
    width: var(--pv-mobile-menu-content-width);
    min-height: 0;
    margin: 0 auto;
    padding: 0.65rem 0 calc(1.25rem + env(safe-area-inset-bottom));
    background: #ffffff;
  }

  .pv-header-nav__mobile-cta:empty {
    display: none;
  }

  .pv-header-nav__mobile-search {
    order: 1;
    display: block;
    width: var(--pv-mobile-menu-content-width);
    min-height: 0;
    margin: 0 auto;
    padding: 0.55rem 0 0.25rem;
    background: #ffffff;
  }

  .pv-header-nav__mobile-search:empty {
    display: none;
  }

  .pv-header-nav__mobile-search-form {
    position: static;
    display: block;
    width: 100%;
    min-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
  }

  .pv-header-nav.is-mobile-open .pv-header-nav__mobile-search-form {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .pv-header-nav__mobile-search-form .pv-header-search__panel {
    min-height: 46px;
    padding: 0.28rem;
    border-color: transparent;
    box-shadow: none;
  }

  .pv-header-nav__mobile-search-form .pv-header-search__input {
    min-height: 38px;
    font-size: 1rem;
  }

  .pv-header-nav__mobile-search-form .pv-header-search__submit {
    min-width: 44px;
    height: 38px;
    color: #ffffff;
  }

  .pv-header-nav__mobile-cta .wp-block-button {
    display: flex;
    justify-content: center;
    width: auto;
  }

  .pv-header-nav__mobile-cta .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: min(260px, 100%);
    min-height: 46px;
    padding: 0.72rem 2rem;
    font-size: 0.96rem;
  }

  .pv-header-nav--overlay-never .pv-header-nav__panel {
    position: static;
    display: flex;
    width: auto;
    max-height: none;
    overflow: visible;
    border-top: 0;
    padding: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .pv-header-nav__list {
    order: 2;
    flex: 1 1 auto;
    display: block;
    width: var(--pv-mobile-menu-content-width);
    min-height: 0;
    margin: 0 auto;
    padding: 0.65rem clamp(0.45rem, 2vw, 0.9rem) 0.8rem;
    box-sizing: border-box;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .pv-header-nav__item {
    display: block;
    border-bottom: 1px solid rgba(39, 75, 53, 0.1);
  }

  .pv-header-nav__item-row {
    min-height: 50px;
  }

  .pv-header-nav__link {
    flex: 1 1 auto;
    min-height: 50px;
    padding: 0.15rem 0;
    font-size: 1rem;
    font-weight: 600;
  }

  .pv-header-nav__submenu-toggle {
    width: 42px;
    height: 42px;
    margin-left: auto;
    border-radius: var(--pv-radius-sm);
  }

  .pv-header-nav__submenu-toggle:hover,
  .pv-header-nav__submenu-toggle:focus-visible {
    background: rgba(121, 184, 53, 0.08);
    color: #79b835;
  }

  .pv-header-nav__submenu {
    position: static;
    min-width: 0;
    max-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    overflow: hidden;
    transition: max-height 0.2s ease;
  }

  .pv-header-nav--open-hover .pv-header-nav__item--has-children:hover > .pv-header-nav__submenu,
  .pv-header-nav--open-hover .pv-header-nav__item--has-children:focus-within > .pv-header-nav__submenu {
    max-height: 0;
  }

  .pv-header-nav.pv-header-nav--open-hover .pv-header-nav__item--has-children.is-submenu-open > .pv-header-nav__submenu,
  .pv-header-nav__item--has-children.is-submenu-open > .pv-header-nav__submenu {
    max-height: 900px;
    padding-bottom: 0.35rem;
  }

  .pv-header-nav__submenu .pv-header-nav__item {
    border-bottom: 0;
  }

  .pv-header-nav__submenu .pv-header-nav__link {
    min-height: 40px;
    padding: 0.45rem 0.75rem 0.45rem clamp(1rem, 4vw, 1.5rem);
    font-size: 0.95rem;
    font-weight: 500;
  }

  .pv-site-header > .wp-block-group.alignwide > .wp-block-group:has(.pv-header-cta) {
    z-index: 2;
    order: 3;
    display: none;
  }

  .pv-site-header .custom-logo {
    max-width: clamp(160px, 42vw, 220px);
    max-height: 36px;
  }

  .pv-header-search {
    position: static;
    z-index: 90;
  }

  .pv-header-search__form {
    position: fixed;
    top: var(
      --pv-header-search-mobile-top,
      calc(var(--pv-admin-bar-height, 0px) + var(--pv-header-current-height, 76px) + 0.25rem)
    );
    right: var(--pv-gutter);
    left: var(--pv-gutter);
    width: auto;
    z-index: 95;
  }

  .pv-header-nav__mobile-search .pv-header-search__form {
    position: static;
    inset: auto;
    width: 100%;
    z-index: auto;
  }

  .pv-header-cta .wp-block-button__link {
    min-height: 42px;
    padding: 0.72rem 0.92rem;
    font-size: 0.88rem;
  }
}

@media (max-width: 767px) {
  .pv-site-header.alignfull {
    --pv-header-inline-pad: 0;
    --pv-header-utility-gap: 0.4rem;
  }

  .pv-header-nav__panel {
    padding: 0;
  }

  .pv-header-nav__mobile-tools,
  .pv-header-nav__list {
    width: var(--pv-mobile-menu-content-width);
  }

  .pv-header-search__trigger {
    width: 38px;
    height: 38px;
  }

  .pv-header-nav__toggle {
    width: 38px;
    height: 38px;
  }

  .pv-header-search__form {
    width: auto;
    right: 10px;
    left: 10px;
  }

  .pv-header-cta .wp-block-button__link {
    min-height: 40px;
    padding: 0.68rem 0.86rem;
  }
}

@media (max-width: 520px) {
  .pv-site-header.alignfull {
    --pv-header-inline-pad: 0;
    --pv-header-utility-gap: 0.3rem;
  }

  .pv-site-header .custom-logo {
    max-width: clamp(136px, 38vw, 176px);
    max-height: 32px;
  }
}

@media (max-width: 380px) {
  .pv-site-header.alignfull {
    --pv-header-inline-pad: 0;
    --pv-header-utility-gap: 0.25rem;
  }

  .pv-site-header .custom-logo {
    max-width: 128px;
    max-height: 30px;
  }

  .pv-header-search__trigger {
    width: 36px;
    height: 36px;
  }

  .pv-header-nav__toggle {
    width: 36px;
    height: 36px;
  }

}

@media (max-width: 360px) {
  .pv-site-header.alignfull {
    --pv-header-inline-pad: 0;
    --pv-header-utility-gap: 0.2rem;
  }

  .pv-site-header .custom-logo {
    max-width: 128px;
    max-height: 28px;
  }

  .pv-header-search__trigger {
    width: 34px;
    height: 34px;
  }

  .pv-header-nav__toggle {
    width: 34px;
    height: 34px;
  }

}

@media (max-width: 782px) {
  body.admin-bar {
    --pv-admin-bar-height: 46px;
  }
}
