.header__logo a {
  align-items: center;
  color: #212121;
  display: flex;
  gap: 0.55rem;
  height: 2.1rem;
  letter-spacing: -0.04em;
  text-decoration: none;
  width: 13.2rem;
}

.header__logo a::before {
  background: url("/assets/brand/complimentary-mark.png") center / contain no-repeat;
  border-radius: 0.2rem;
  content: "";
  flex: 0 0 2.1rem;
  height: 2.1rem;
}

.header__logo a::after {
  content: "Complimentary Studio";
  font-size: 1.05rem;
  line-height: 1;
  white-space: nowrap;
}

.header__logo svg {
  display: none;
}

.dark .header__logo a {
  color: #fff;
}

.dark.has-open-mobile-menu .header__logo a {
  color: #212121;
}

.loader__box {
  display: none !important;
}

.loader__eyes-container {
  background: url("/assets/brand/complimentary-mark.png") center / contain no-repeat;
  height: 8rem;
  top: -10rem !important;
  width: 8rem !important;
}

.loader__eyes {
  display: none !important;
}

.loader__title {
  letter-spacing: -0.03em;
  text-transform: none !important;
}

.loader__tagline {
  max-width: 31rem;
  text-wrap: balance;
}

.shrine-credit {
  bottom: 1.25rem;
  font-size: 0.62rem;
  line-height: 1.35;
  max-width: 29rem;
  right: 1.5rem;
  text-align: right;
}

.shrine-credit a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em;
}

html.is-contact-scene body.page-template-home-contact .header__logo a,
html.is-contact-scene body.page-template-home-contact nav a,
html.is-contact-scene body.page-template-home-contact .shrine-credit {
  color: #fff;
}

body.page-template-home-contact .header__logo a,
body.page-template-home-contact nav a,
body.page-template-home-contact .shrine-credit,
body.page-template-home-contact .js-contact-content,
body.page-template-home-contact .js-contact-content a {
  transition: color 0.8s ease;
}

html.is-contact-scene body.page-template-home-contact .js-contact-content,
html.is-contact-scene body.page-template-home-contact .js-contact-content a {
  color: #fff;
}

body.page-template-home-contact .header__logo a::before {
  transition: filter 0.8s ease;
}

html.is-contact-scene body.page-template-home-contact .header__logo a::before {
  filter: invert(1);
}

html.is-contact-scene body.page-template-home-contact .js-contact-content .btn--border.btn--dark {
  --text: #fff;
  --hoverText: #212121;
  --hoverFill: #fff;
  --border: #fff;
  --hoverBorder: #fff;
}

html.is-contact-scene body.page-template-home-contact .js-contact-content .btn--border.btn--dark[data-togglecontent="new-business"] {
  --hoverText: #fff;
  --hoverFill: transparent;
}

.dev-camera {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1000;
  display: grid;
  gap: 0.45rem;
  width: min(24rem, calc(100vw - 2rem));
  padding: 1rem;
  color: #fff;
  background: rgba(20, 20, 20, 0.9);
  border-radius: 0.5rem;
  font: 12px/1.35 monospace;
}

.dev-camera-enabled #gl {
  pointer-events: auto;
  cursor: crosshair;
}

.dev-camera pre,
.dev-camera small {
  margin: 0;
}

.dev-camera button {
  padding: 0.55rem 0.75rem;
  color: #212121;
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 999px;
}

.dev-room-controls {
  display: grid;
  gap: 0.4rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.dev-room-controls[hidden] {
  display: none;
}

.dev-room-controls label {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 0.5rem;
  align-items: center;
}

.home:not(.has-open-mobile-menu) .header__logo a,
.home:not(.has-open-mobile-menu) nav a {
  color: #fff;
}

.home:not(.has-open-mobile-menu) .header__logo a::before {
  filter: invert(1);
}

@media (min-width: 1366px) {
  .dark.has-open-mobile-menu .header__logo a {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .header__logo a {
    justify-content: center;
    width: 2.1rem;
  }

  .header__logo a::after {
    display: none;
  }

  .js-contact-content .arrow-link--large {
    font-size: clamp(1.2rem, 5vw, 2rem) !important;
  }

  .shrine-credit {
    bottom: 1rem;
    font-size: 0.56rem;
    max-width: 14rem;
    right: 0.9rem;
  }
}
