/* Show only the approved upper lockup of the original concept sheet.
   The source image stays intact; the two lower samples are clipped away. */
#header .header-inner {
  padding-top: 4px;
  padding-bottom: 4px;
}

.monoeins-logo {
  flex: 0 0 auto;
  line-height: 1;
}

.monoeins-logo-window {
  position: relative;
  display: block;
  width: 90px;
  aspect-ratio: 860 / 600;
  overflow: hidden;
}

.monoeins-logo-art {
  position: absolute;
  display: block;
  width: 145.813953%; /* 1254px source / 860px crop */
  max-width: none;
  height: auto;
  left: -23.255814%; /* crop starts at x=200 */
  top: -30%; /* crop starts at y=180 */
  transition: filter .3s;
}

/* Keep the existing white-on-hero / dark-on-scrolled-header behavior. */
body.top-page #header:not(.scrolled) .monoeins-logo-art {
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .monoeins-logo-window {
    width: 72px;
  }
}
