/* ============================================================================
   Heimatlichter Header – Custom Header für Elementor HTML-Widget
   ---------------------------------------------------------------------------
   Struktur:
   - Topbar: Slogan links, Marken-Navigation rechts
   - Main Nav: Logo links, zweizeilige Navigation mittig, Kontakt rechts
   - Mobile: Offcanvas-Menü fährt von rechts ein
   - Mobile Animationen: Overlay, Drawer, gestaffelte Link-Animationen, CTA
   ========================================================================== */


/* -----------------------------
   Viewport-Schutz gegen horizontales Scrollen
----------------------------- */

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

body.hl-mobile-nav-open,
body.hl-mobile-nav-closing {
  overflow: hidden;
  width: 100%;
  touch-action: none;
}


/* -----------------------------
   Basis / Variablen
----------------------------- */

.hl-site-header {
  --hl-navy: #1b365d;
  --hl-navy-dark: #172f52;
  --hl-black: #111111;
  --hl-deep: #151515;
  --hl-white: #ffffff;
  --hl-muted: #9aa3b7;
  --hl-muted-light: #c5ccdf;
  --hl-accent: #aeb8d8;
  --hl-max-content: 1380px;
  --hl-logo-width: 178px;

  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  color: var(--hl-white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

@supports not (overflow-x: clip) {
  .hl-site-header {
    overflow-x: hidden;
  }
}

.hl-site-header,
.hl-site-header * {
  box-sizing: border-box;
}

.hl-site-header a {
  text-decoration: none !important;
}


/* -----------------------------
   Topbar: Slogan + Markenleiste
----------------------------- */

.hl-topbar {
  width: 100%;
  min-height: 34px;
  background: var(--hl-black);
  color: var(--hl-muted);
}

.hl-topbar-inner {
  width: min(100%, var(--hl-max-content));
  min-height: 34px;
  margin: 0 auto;
  padding: 0 40px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.hl-topbar-slogan {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.105em;
  text-transform: uppercase !important;
  white-space: nowrap;
}

.hl-brandbar-wrap {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hl-brandbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;

  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.hl-brandbar li {
  margin: 0;
  padding: 0;
}

.hl-brandbar a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;

  color: #c5ccdf !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.10em;
  text-transform: uppercase !important;
  white-space: nowrap;

  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transition: color 0.18s ease;
}

.hl-brandbar a:hover,
.hl-brandbar li.current-menu-item > a,
.hl-brandbar li.current_page_item > a,
.hl-brandbar li.current-menu-ancestor > a,
.hl-brandbar li.is-active > a {
  color: #ffffff !important;
}

.hl-brandbar a::before,
.hl-brandbar a:not(.hl-external-text-link)::after,
.hl-brandbar li::before,
.hl-brandbar li::after {
  content: none !important;
  display: none !important;
}

.hl-brandbar a.hl-external-text-link::after {
  content: "\f35d" !important;
  display: inline-block !important;
  margin-left: 0.38em;
  color: color-mix(in srgb, currentColor 58%, transparent);
  font-family: "Font Awesome 5 Free";
  font-size: 0.84em;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  transform: translateY(0.04em);
}

.hl-topbar-actions {
  display: none !important;
}


/* -----------------------------
   Hauptnavigation
----------------------------- */

.hl-main-nav {
  position: relative;
  width: 100%;
  min-height: 86px;
  background: var(--hl-navy);
}

.hl-main-nav-inner {
  width: min(100%, var(--hl-max-content));
  min-height: 86px;
  margin: 0 auto;
  padding: 0 40px;

  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 34px;
}

.hl-brand-logo {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;

  width: var(--hl-logo-width) !important;
  max-width: var(--hl-logo-width) !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;

  overflow: visible !important;
}

.hl-brand-logo img,
.hl-site-header .hl-brand-logo img {
  display: block !important;
  width: auto !important;
  max-width: var(--hl-logo-width) !important;
  height: auto !important;
  max-height: 36px !important;

  object-fit: contain !important;
  object-position: left center !important;
  visibility: visible !important;
  opacity: 1 !important;
}


/* -----------------------------
   Zweizeilige Hauptnavigation Desktop
----------------------------- */

.hl-nav-2line {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100%;
  min-width: 0;
}

.hl-mobile-nav-contact {
  display: none;
}

.hl-nav-2line-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;

  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hl-nav-2line-list > li {
  margin: 0;
  padding: 0;
}

.hl-nav-2line-item {
  position: relative;
  display: flex;
  align-items: stretch;
}

.hl-nav-2line-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;

  width: 1px;
  height: 32px;
  transform: translateY(-50%);

  background: rgba(255, 255, 255, 0.17);
}

.hl-nav-2line-link {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;

  min-height: 86px;
  padding: 0 24px;

  color: var(--hl-white) !important;
  text-align: center;
  white-space: nowrap;
}

.hl-nav-2line-verb {
  display: block;

  color: var(--hl-white) !important;
  font-family: inherit !important;
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.hl-nav-2line-noun {
  display: block;

  color: var(--hl-muted-light) !important;
  font-family: inherit !important;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.015em;
  text-transform: none;
}

.hl-nav-2line-link::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;

  height: 3px;
  background: var(--hl-accent);

  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.hl-nav-2line-link:hover::before,
.hl-nav-2line-item.current-menu-item .hl-nav-2line-link::before,
.hl-nav-2line-item.current_page_item .hl-nav-2line-link::before,
.hl-nav-2line-item.current-menu-ancestor .hl-nav-2line-link::before,
.hl-nav-2line-item.is-active .hl-nav-2line-link::before {
  transform: scaleX(1);
}

.hl-nav-2line-link:hover .hl-nav-2line-noun,
.hl-nav-2line-item.current-menu-item .hl-nav-2line-noun,
.hl-nav-2line-item.current_page_item .hl-nav-2line-noun,
.hl-nav-2line-item.current-menu-ancestor .hl-nav-2line-noun,
.hl-nav-2line-item.is-active .hl-nav-2line-noun {
  color: var(--hl-white) !important;
}


/* -----------------------------
   Kontakt-Button + Mobile Toggle
----------------------------- */

.hl-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

.hl-header-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  min-height: 44px;
  padding: 0 28px;

  border: 1.5px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: transparent !important;

  color: var(--hl-white) !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: none !important;
  white-space: nowrap;

  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.hl-header-cta:hover {
  background: var(--hl-white) !important;
  border-color: var(--hl-white);
  color: var(--hl-deep) !important;
}

.hl-nav-toggle {
  display: none !important;
}

.hl-site-header .hl-nav-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0 !important;
  margin: 0 !important;

  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--hl-white) !important;

  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.hl-site-header .hl-nav-toggle span {
  position: absolute;
  left: 10px;
  right: 10px;

  height: 2px;
  background: currentColor;
  border-radius: 999px;

  transition: transform 0.22s ease, opacity 0.16s ease, top 0.22s ease;
}

.hl-site-header .hl-nav-toggle span:nth-child(1) {
  top: 13px;
}

.hl-site-header .hl-nav-toggle span:nth-child(2) {
  top: 19px;
}

.hl-site-header .hl-nav-toggle span:nth-child(3) {
  top: 25px;
}


/* -----------------------------
   Animation Keyframes
----------------------------- */

@keyframes hl-mobile-link-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes hl-mobile-cta-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* -----------------------------
   Responsive Desktop enger
----------------------------- */

@media (max-width: 1240px) {
  .hl-site-header {
    --hl-logo-width: 165px;
  }

  .hl-main-nav-inner {
    grid-template-columns: minmax(140px, 190px) minmax(0, 1fr) auto;
    column-gap: 22px;
  }

  .hl-nav-2line-link {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hl-nav-2line-link::before {
    left: 18px;
    right: 18px;
  }

  .hl-nav-2line-verb {
    font-size: 14px;
  }

  .hl-nav-2line-noun {
    font-size: 10.5px;
  }
}


/* -----------------------------
   Mobile / Tablet Offcanvas
----------------------------- */

@media (max-width: 1023px) {
  .hl-site-header {
    --hl-logo-width: 158px;
    overflow: visible;
  }

  .hl-topbar-inner,
  .hl-main-nav-inner {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hl-topbar-inner {
    justify-content: center;
  }

  .hl-brandbar-wrap {
    display: none;
  }

  .hl-main-nav {
    min-height: 76px;
  }

  .hl-main-nav-inner {
    min-height: 76px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .hl-brand-logo {
    width: var(--hl-logo-width) !important;
    max-width: var(--hl-logo-width) !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
  }

  .hl-brand-logo img,
  .hl-site-header .hl-brand-logo img {
    max-height: 36px !important;
  }

  .hl-header-actions {
    gap: 22px;
  }

  .hl-header-cta {
    min-height: 52px;
    padding-left: 34px;
    padding-right: 34px;
    background: var(--hl-accent) !important;
    border-color: var(--hl-accent) !important;
    border-radius: 999px;
    color: var(--hl-deep) !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase !important;
  }

  .hl-site-header .hl-nav-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    min-width: 42px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--hl-white) !important;
    z-index: 10002;
  }

  .hl-site-header .hl-nav-toggle span {
    left: 7px;
    right: 7px;
    height: 3px;
  }

  .hl-site-header .hl-nav-toggle span:nth-child(1) {
    top: 11px;
  }

  .hl-site-header .hl-nav-toggle span:nth-child(2) {
    top: 19px;
  }

  .hl-site-header .hl-nav-toggle span:nth-child(3) {
    top: 27px;
  }

  .hl-site-header.is-mobile-open .hl-nav-toggle {
    position: fixed;
    top: 22px !important;
    right: 18px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    border: 2px solid rgba(197, 204, 223, 0.32) !important;
    border-radius: 999px !important;
    background: rgba(20, 35, 58, 0.35) !important;

    transition:
      background-color 0.2s ease,
      border-color 0.2s ease,
      color 0.2s ease,
      transform 0.2s ease;
  }

  .hl-site-header.is-mobile-open .hl-nav-toggle:hover {
    transform: rotate(90deg);
    border-color: rgba(197, 204, 223, 0.56) !important;
    background: rgba(27, 54, 93, 0.48) !important;
  }

  .hl-site-header.is-mobile-open .hl-nav-toggle span {
    left: 16px !important;
    right: 16px !important;
    height: 3px !important;
  }

  .hl-site-header.is-mobile-open .hl-nav-toggle span:nth-child(1) {
    top: 23px !important;
    transform: rotate(45deg);
  }

  .hl-site-header.is-mobile-open .hl-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .hl-site-header.is-mobile-open .hl-nav-toggle span:nth-child(3) {
    top: 23px !important;
    transform: rotate(-45deg);
  }

  /* Overlay hinter dem seitlichen Menü */
  .hl-site-header::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9997;
    background: rgba(0, 0, 0, 0.70);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
      opacity 0.32s ease,
      visibility 0s linear 0.32s;
  }

  .hl-site-header.is-mobile-open::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transition:
      opacity 0.32s ease,
      visibility 0s linear 0s;
  }

  /* Offcanvas-Menü von rechts */
  .hl-nav-2line {
    position: fixed;
    top: 0;
    right: 0 !important;
    bottom: 0;
    left: auto !important;
    z-index: 9999;

    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;

    width: calc(100dvw - 56px);
    max-width: 430px;
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    min-width: 0;

    background:
      radial-gradient(
        circle at 86% 0%,
        rgba(48, 72, 112, 0.42) 0%,
        rgba(27, 54, 93, 0.20) 24%,
        rgba(18, 25, 34, 0.00) 52%
      ),
      linear-gradient(
        180deg,
        #172f52 0%,
        #142944 12%,
        #101923 32%,
        #151719 64%,
        #141414 100%
      );

    border-left: 1px solid rgba(197, 204, 223, 0.26);
    box-shadow: -28px 0 62px rgba(0, 0, 0, 0.52);

    opacity: 1;
    visibility: hidden;
    overflow: hidden;

    transform: translate3d(100%, 0, 0);
    pointer-events: none;
    will-change: transform;

    transition: none;
  }

  .hl-site-header.is-mobile-preopen .hl-nav-2line,
  body.hl-mobile-nav-preopen .hl-nav-2line,
  .hl-site-header.is-mobile-open .hl-nav-2line,
  body.hl-mobile-nav-open .hl-nav-2line,
  .hl-site-header.is-mobile-closing .hl-nav-2line,
  body.hl-mobile-nav-closing .hl-nav-2line {
    display: flex;
    visibility: visible;
  }

  .hl-site-header.is-mobile-preopen .hl-nav-2line,
  body.hl-mobile-nav-preopen .hl-nav-2line {
    transform: translate3d(100%, 0, 0);
    transition: none;
  }

  .hl-site-header.is-mobile-open .hl-nav-2line,
  body.hl-mobile-nav-open .hl-nav-2line {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
    transition:
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s;
  }

  .hl-site-header.is-mobile-closing .hl-nav-2line,
  body.hl-mobile-nav-closing .hl-nav-2line {
    transform: translate3d(100%, 0, 0);
    transition:
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s;
  }

  .hl-nav-2line::before {
    content: "";
    display: flex;
    align-items: center;
    flex: 0 0 auto;

    min-height: 88px;
    padding: 0 78px 0 34px;

    background-image: var(--hl-mobile-menu-logo-url, none);
    background-repeat: no-repeat;
    background-position: 34px center;
    background-size: 145px auto;
    background-color: rgba(23, 47, 82, 0.72);
    background-blend-mode: normal;

    border-bottom: 1px solid rgba(197, 204, 223, 0.20);
  }

  .hl-nav-2line-list {
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;

    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;

    margin: 0;
    padding: 30px 34px 106px;

    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .hl-nav-2line-list::before {
    content: "Navigation";
    display: block;
    margin-bottom: 22px;

    color: rgba(197, 204, 223, 0.76);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.22em;
    text-transform: uppercase;
  }

  .hl-nav-2line-item {
    display: block;
    width: 100%;
  }

  .hl-nav-2line-item:not(:last-child)::after {
    display: none;
  }

  .hl-nav-2line-link {
    width: 100%;
    min-height: 0;
    padding: 21px 0;

    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;

    border-bottom: 1px solid rgba(197, 204, 223, 0.18);
    text-align: left;

    opacity: 0;
    transform: translateX(14px);

    transition:
      color 0.2s ease,
      padding-left 0.25s ease,
      border-color 0.2s ease;
  }

  .hl-nav-2line-link:hover {
    padding-left: 8px;
    border-color: rgba(197, 204, 223, 0.34);
  }

  .hl-site-header.is-mobile-open .hl-nav-2line-link {
    animation: hl-mobile-link-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .hl-site-header.is-mobile-open .hl-nav-2line-item:nth-child(1) .hl-nav-2line-link {
    animation-delay: 140ms;
  }

  .hl-site-header.is-mobile-open .hl-nav-2line-item:nth-child(2) .hl-nav-2line-link {
    animation-delay: 195ms;
  }

  .hl-site-header.is-mobile-open .hl-nav-2line-item:nth-child(3) .hl-nav-2line-link {
    animation-delay: 250ms;
  }

  .hl-site-header.is-mobile-open .hl-nav-2line-item:nth-child(4) .hl-nav-2line-link {
    animation-delay: 305ms;
  }

  .hl-site-header.is-mobile-open .hl-nav-2line-item:nth-child(5) .hl-nav-2line-link {
    animation-delay: 360ms;
  }

  .hl-site-header.is-mobile-open .hl-nav-2line-item:nth-child(6) .hl-nav-2line-link {
    animation-delay: 415ms;
  }

  .hl-site-header.is-mobile-open .hl-nav-2line-item:nth-child(7) .hl-nav-2line-link {
    animation-delay: 470ms;
  }

  .hl-nav-2line-link::before {
    display: none;
  }

  .hl-nav-2line-verb {
    color: var(--hl-white) !important;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.105em;
    text-transform: uppercase;
  }

  .hl-nav-2line-noun {
    color: rgba(197, 204, 223, 0.92) !important;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: left;
  }

  .hl-nav-2line-link:hover .hl-nav-2line-verb,
  .hl-nav-2line-item.current-menu-item .hl-nav-2line-verb,
  .hl-nav-2line-item.current_page_item .hl-nav-2line-verb,
  .hl-nav-2line-item.current-menu-ancestor .hl-nav-2line-verb,
  .hl-nav-2line-item.is-active .hl-nav-2line-verb {
    color: var(--hl-white) !important;
  }

  .hl-nav-2line-link:hover .hl-nav-2line-noun,
  .hl-nav-2line-item.current-menu-item .hl-nav-2line-noun,
  .hl-nav-2line-item.current_page_item .hl-nav-2line-noun,
  .hl-nav-2line-item.current-menu-ancestor .hl-nav-2line-noun,
  .hl-nav-2line-item.is-active .hl-nav-2line-noun {
    color: var(--hl-white) !important;
  }

  .hl-mobile-nav-contact {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: max(18px, env(safe-area-inset-bottom));

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 54px;
    border-radius: 999px;
    background: var(--hl-accent);

    color: var(--hl-deep) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.13em;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;

    opacity: 0;
    transform: translateY(8px);
    pointer-events: auto;
  }

  .hl-mobile-nav-contact:hover,
  .hl-mobile-nav-contact:focus {
    color: var(--hl-deep) !important;
  }

  .hl-site-header.is-mobile-open .hl-mobile-nav-contact {
    animation: hl-mobile-cta-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) 360ms forwards;
  }
}


/* -----------------------------
   Mobile
----------------------------- */

@media (max-width: 767px) {
  .hl-site-header {
    --hl-logo-width: 145px;
  }

  .hl-topbar {
    min-height: 36px;
  }

  .hl-topbar-inner {
    min-height: 36px;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: center;
  }

  .hl-topbar-slogan {
    font-size: 11px;
    text-align: center;
  }

  .hl-main-nav {
    min-height: 76px;
  }

  .hl-main-nav-inner {
    min-height: 76px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hl-header-actions {
    gap: 18px;
  }

  .hl-header-cta {
    min-height: 52px;
    padding-left: 31px;
    padding-right: 31px;
    border-radius: 999px;
    font-size: 12px;
  }

  .hl-nav-2line {
    width: calc(100dvw - 56px);
    max-width: none;
  }

  .hl-site-header.is-mobile-open .hl-nav-toggle {
    right: 18px !important;
  }
}

@media (max-width: 520px) {
  .hl-site-header {
    --hl-logo-width: 132px;
  }

  .hl-header-cta {
    padding-left: 26px;
    padding-right: 26px;
  }

  .hl-nav-2line {
    width: calc(100dvw - 48px);
  }

  .hl-nav-2line::before {
    min-height: 84px;
    padding-left: 28px;
    background-position: 28px center;
    background-size: 138px auto;
  }

  .hl-nav-2line-list {
    padding: 28px 28px 104px;
  }

  .hl-nav-2line-list::before {
    font-size: 10.5px;
    margin-bottom: 20px;
  }

  .hl-mobile-nav-contact {
    left: 28px;
    right: 28px;
  }

  .hl-nav-2line-verb {
    font-size: 19px;
  }

  .hl-nav-2line-noun {
    font-size: 12px;
  }
}

@media (max-width: 390px) {
  .hl-header-cta {
    display: none !important;
  }

  .hl-nav-2line {
    width: calc(100dvw - 44px);
  }
}


/* -----------------------------
   Reduced Motion
----------------------------- */

@media (prefers-reduced-motion: reduce) {
  .hl-site-header::before,
  .hl-nav-2line,
  .hl-site-header .hl-nav-toggle,
  .hl-nav-2line-link,
  .hl-mobile-nav-contact {
    transition: none !important;
    animation: none !important;
  }

  .hl-site-header.is-mobile-open .hl-nav-toggle:hover {
    transform: none !important;
  }

  .hl-nav-2line-link,
  .hl-site-header.is-mobile-open .hl-nav-2line-link {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .hl-mobile-nav-contact,
  .hl-site-header.is-mobile-open .hl-mobile-nav-contact {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
