/* Shared desktop header geometry across the home and recruitment pages. */
@media (min-width: 601px) {
  html:not(.is-mobile-landing) :is(.site-header, .recruit-header) {
    --header-unit: min(0.0694444444vw, 1px);
    position: absolute;
    inset: 0 0 auto;
    width: 100%; max-width: 1440px;
    margin-inline: auto;
    height: calc(111 * var(--header-unit));
    min-height: calc(111 * var(--header-unit));
    padding: calc(24 * var(--header-unit));
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px;
  }
  html:not(.is-mobile-landing) :is(.site-logo, .recruit-header > a:first-child) {
    display: flex; align-items: center;
    padding: calc(12.852 * var(--header-unit));
    flex-shrink: 0;
  }
  html:not(.is-mobile-landing) :is(.site-logo, .recruit-header > a:first-child) img {
    width: calc(199.547 * var(--header-unit));
    height: auto; margin: 0;
  }
  .site-header .recruitment-nav { padding: 0; }
}
