/* v2.1.4: a quiet brand opening without the brush-ring animation. */
body.is-intro-active {
  padding-right: var(--chisou-scrollbar-compensation, 0px);
}

.site-intro {
  box-sizing: border-box;
  padding-right: var(--chisou-scrollbar-compensation, 0px);
}

/* Fixed overlays do not inherit the document's scrollbar gutter. */
.site-intro__logo {
  translate: calc(var(--chisou-scrollbar-compensation, 0px) * -.5) 0;
}

.brand-hero__slide--brand {
  background: #080a08;
}

/* The gold brush circle has been intentionally removed from the brand hero. */
.brand-hero__washi {
  display: none !important;
  animation: none !important;
}

.brand-hero__slide--brand .brand-hero__shade {
  background: rgba(3, 5, 3, .16);
}

.brand-hero__official-logo {
  left: 50%;
  animation-delay: 0ms;
}

@media (max-width: 767px) {
  .brand-hero__official-logo {
    left: 50%;
  }
}
