/* Official site logo: banner only; natural proportions; responsive banner sizing. */
.site-header .om-header-logo,
.pao-site .site-header > .om-header-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  width: clamp(360px, 33.333vw, 480px);
  max-width: calc(100% - 88px);
  min-width: 0;
  padding: 0;
  margin: 0;
  line-height: 1;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-decoration: none;
}
.site-header .om-header-logo::before,
.site-header .om-header-logo::after { content: none; }
.site-header .om-header-logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: left center;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.site-header .om-header-logo:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}
.site-header, .site-header .header-inner, .site-header .site-header__inner {
  flex-wrap: nowrap;
}
/* Retain the project description/contact, not the duplicate image boxes. */
.family-brand {
  display: block;
  min-height: 0;
  gap: 0;
}
.family-brand .family-brand__copy { max-width: 42rem; }
.release-project-intro {
  max-width: 72rem;
  margin: 1rem auto 1.5rem;
  padding: 0 1.5rem;
}
.release-project-intro p { max-width: 65ch; line-height: 1.65; }
@media screen and (max-width: 1320px) {
  .site-header .om-header-logo,
  .pao-site .site-header > .om-header-logo { width: 360px; }
  .site-header .desktop-navigation,
  .site-header .desktop-nav { display: none !important; }
  .site-header .om-menu,
  .site-header .mobile-nav,
  .site-header .mobile-navigation { display: block !important; }
  /* The directory's button/menu use its existing is-open state. */
  .site-header[data-site-header] .menu-button { display: block; }
  .site-header[data-site-header] .primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.7rem 0 1rem;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: none;
  }
  .site-header[data-site-header] .primary-nav.is-open { display: flex; }
  .site-header[data-site-header] .primary-nav a {
    padding: 0.65rem 0;
    border: 0;
  }
}
@media screen and (max-width: 600px) {
  .site-header .om-header-logo,
  .pao-site .site-header > .om-header-logo {
    width: 300px;
    max-width: calc(100% - 80px);
  }
  .site-header, .site-header .header-inner, .site-header .site-header__inner {
    column-gap: 0.75rem;
  }
}
@media print {
  .release-project-intro { display: none; }
}

/* R3 approved artwork: vector lettering, original musical artwork, natural ratio. */
.site-header .om-header-logo.approved-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: clamp(500px, 36.111vw, 560px);
  max-width: calc(100% - 88px);
  min-width: 0;
  gap: 0;
}
.site-header .approved-brand picture { display: block; width: 100%; line-height: 0; }
.site-header .approved-brand picture img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: left center;
}
.site-header .approved-brand .brand-mobile-tagline { display: none; }
@media screen and (max-width: 1320px) {
  .site-header .om-header-logo.approved-brand { width: 440px; gap: 3px; }
  .site-header .approved-brand .brand-mobile-tagline {
    display: block;
    width: 100%;
    max-width: 100%;
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: normal;
    color: #0a283e;
    text-align: center;
    white-space: normal;
    overflow-wrap: normal;
    text-shadow: none;
  }
}
@media screen and (max-width: 600px) {
  .site-header .header-inner,
  .site-header .site-header__inner,
  .pao-site .site-header {
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 12px;
  }
  .site-header .om-header-logo.approved-brand {
    width: 100%;
    max-width: 100%;
    gap: 3px;
  }

  .site-header .mobile-nav,
  .site-header .menu-button,
  .pao-site .site-header > .control-mount { margin-left: auto; }
}
