/* Original CHABOS logo supplied by the studio. */
.site-header .brand {
  min-width: 125px;
}

.brand-logo-frame {
  display: block;
  position: relative;
  width: 125px;
  height: 105px;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-logo-original {
  position: absolute;
  left: -8px;
  top: -53px;
  width: 141px;
  max-width: none;
  height: auto;
  object-fit: initial;
}

.site-header {
  padding-block: .35rem;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero-watermark {
  position: absolute;
  z-index: 0;
  left: 48%;
  top: 50%;
  width: min(720px, 68vw);
  height: auto;
  transform: translate(-50%, -50%);
  opacity: .085;
  filter: sepia(1) saturate(2.6) hue-rotate(225deg) brightness(.82);
  pointer-events: none;
  user-select: none;
}

.hero-copy,
.hero-media {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .hero-watermark {
    left: 50%;
    top: 34%;
    width: min(650px, 92vw);
    opacity: .075;
  }
}

@media (max-width: 620px) {
  .site-header .brand {
    min-width: 105px;
  }

  .brand-logo-frame {
    width: 105px;
    height: 88px;
  }

  .brand-logo-original {
    left: -7px;
    top: -44px;
    width: 118px;
  }

  .hero-watermark {
    top: 30%;
    width: 108vw;
    opacity: .07;
  }
}
