#world.sw-root .sw-brand__mark,
#world.sw-root .sw-brand__name {
  display: none !important;
}

#world.sw-root .sw-brand::before {
  content: "";
  display: block;
  width: clamp(92px, 9vw, 128px);
  aspect-ratio: 640 / 218;
  background: url("./logo-42hz.png") center / contain no-repeat;
}

@media (max-width: 860px) {
  #world.sw-root .sw-brand::before {
    width: 96px;
  }
}

.hz-site-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.hz-site-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.hz-site-brand--nav {
  width: clamp(92px, 9vw, 128px);
}

.hz-site-brand--footer {
  width: 108px;
  margin-bottom: 1.5rem;
}

/* Keep the post-intro navigation aligned with the scroll-world navigation. */
[code-path="src/sections/Navigation.tsx:23:9"] {
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  padding: clamp(14px, 2.4vw, 26px) clamp(18px, 5vw, 64px) !important;
}

[code-path="src/sections/Navigation.tsx:23:9"] a[href="#contact"] {
  padding: 10px 20px !important;
  font-size: 0 !important;
  line-height: 1.2 !important;
}

[code-path="src/sections/Navigation.tsx:23:9"] a[href="#contact"]::after {
  content: "Book a Demo";
  font-size: .9rem;
}

[code-path="src/sections/Navigation.tsx:23:9"] > div a {
  font-size: .9rem !important;
  line-height: 1.2 !important;
}

@media (max-width: 860px) {
  .hz-site-brand--nav {
    width: 96px;
  }
}
