.contact {
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 45px;
  border: 1px solid rgb(0 0 0 / 24%);
  border-radius: 12px;
  background: #000000;
  box-shadow: 0 1px 1px rgb(17 17 17 / 12%);
  color: #ffffff;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.contact:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

.identity {
  position: absolute;
  z-index: 1;
  top: 220px;
  left: 80px;
  width: 630px;
}

.identity__logo,
.identity__logo img {
  display: block;
  width: 305px;
  height: 127px;
}

.identity__divider {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  background: var(--color-divider);
}

.identity__name {
  margin: 19px 0 0;
  color: var(--color-text);
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.375;
}

.headline {
  position: absolute;
  z-index: 1;
  top: 396px;
  left: calc(66.6667% - 13px);
  width: 413px;
  margin: 0;
  color: var(--color-text);
  font-family: "DM Serif Display", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

.headline span {
  display: block;
}

@media (max-width: 1079px) {
  .contact {
    top: 24px;
    right: 16px;
  }

  .identity {
    top: 226px;
    left: 16px;
    width: calc(100% - 32px);
  }

  .identity__logo,
  .identity__logo img {
    width: 161px;
    height: 67px;
  }

  .identity__logo {
    margin-left: 1px;
  }

  .identity__divider {
    margin-top: 16px;
  }

  .identity__name {
    margin-top: 11px;
    font-size: 20px;
    line-height: 1.35;
  }

  .headline {
    top: 393px;
    left: 16px;
    width: calc(100% - 32px);
    font-size: 32px;
    line-height: 40px;
  }
}
