/* Studio uses the same approved wordmark framing and native menu as Work.
   Keep these selectors local: the planning workspace and homepage are unchanged. */
.kinetik-studio > .secondary-header--compact {
  min-height: 86px;
  padding: 10px max(24px, calc((100% - 1440px) / 2));
  background: #000;
}
.kinetik-studio > .secondary-header--compact .secondary-brand {
  position: relative;
  display: block;
  overflow: hidden;
  width: 218px;
  height: 62px;
  min-height: 62px;
  flex: 0 0 218px;
}
.kinetik-studio > .secondary-header--compact .secondary-wordmark-asset {
  position: absolute;
  display: block;
  width: 330px;
  max-width: none;
  height: 110px;
  max-height: none;
  left: -63px;
  top: -25px;
}
.kinetik-studio .studio-privacy-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0 24px 24px;
  color: #d9cfc0;
  font-size: 14px;
  text-underline-offset: 4px;
}
@media (max-width: 900px) {
  .kinetik-studio > .secondary-header.secondary-header--compact {
    height: 72px;
    min-height: 72px;
    padding: 9px 20px;
  }
  .kinetik-studio > .secondary-header--compact .secondary-brand {
    width: 184px;
    height: 54px;
    min-height: 54px;
    max-width: none;
    flex-basis: 184px;
  }
  .kinetik-studio > .secondary-header--compact .secondary-wordmark-asset {
    width: 276px;
    height: 92px;
    left: -52px;
    top: -21px;
  }
}
