.human-page {
  --human-magenta: #ec046c;
}

.content-page.human-page .site-header {
  border-bottom: 1px solid rgba(244, 244, 241, 0.24);
  box-shadow: none;
}

.human-page .human-reveal__stage::after {
  content: none;
}

.human-page .human-reveal h1 em,
.human-page .human-reveal h2 em {
  color: var(--human-magenta);
  text-shadow: none;
}

.human-machine-profile {
  display: grid;
  grid-template-columns: minmax(21rem, 0.82fr) minmax(0, 1.18fr);
  min-height: 92svh;
  background: #080a0b;
  color: #f4f4f1;
}

.human-machine-profile > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 9rem) clamp(1.25rem, 4vw, 4.5rem);
}

.human-machine-profile h2 {
  margin: 0 0 clamp(3rem, 6vw, 6rem);
  font-size: clamp(3.5rem, 6vw, 7rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 0.7;
}

.human-machine-profile h2 > span,
.human-machine-profile h2 > em,
.human-reveal h1 > span,
.human-reveal h1 > em,
.human-reveal h2 > span,
.human-reveal h2 > em,
.human-principle h2 > span,
.human-principle h2 > em > span {
  display: block;
  white-space: nowrap;
}

.human-reveal__opening h1,
.human-reveal__ending h2 {
  font-size: clamp(3.6rem, 6vw, 7rem);
}

.human-machine-profile h2 em {
  color: var(--human-magenta);
  font-style: italic;
}

.human-machine-profile p {
  max-width: 36ch;
  margin: 0;
  color: rgba(244, 244, 241, 0.76);
  font-size: clamp(1.05rem, 1.45vw, 1.4rem);
  line-height: 1.5;
}

.human-machine-profile a {
  width: fit-content;
  margin-top: 2rem;
  border-bottom: 1px solid currentColor;
  color: #f4f4f1;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.human-machine-profile a:hover,
.human-machine-profile a:focus-visible {
  color: var(--human-magenta);
}

.human-machine-profile figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.human-machine-profile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 58% center;
  filter: grayscale(1) contrast(1.18) brightness(0.82);
}

.human-machine-duo {
  position: relative;
  height: 78svh;
  overflow: hidden;
  background: #080a0b;
  isolation: isolate;
}

.human-machine-duo figure {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 58%;
  margin: 0;
  overflow: hidden;
}

.human-machine-duo__dark {
  left: 0;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 76%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 76%, transparent 100%);
}

.human-machine-duo__light {
  right: 0;
  -webkit-mask-image: linear-gradient(270deg, #000 0%, #000 76%, transparent 100%);
  mask-image: linear-gradient(270deg, #000 0%, #000 76%, transparent 100%);
}

.human-machine-duo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1) contrast(1.18) brightness(0.7);
}

.human-machine-duo__dark img {
  object-position: 68% center;
}

.human-machine-duo__light img {
  object-position: 34% center;
}

.human-machine-duo::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 38%;
  background: linear-gradient(90deg, transparent, rgba(8, 10, 11, 0.82) 46%, rgba(8, 10, 11, 0.82) 54%, transparent);
  pointer-events: none;
}

.human-page .human-principle {
  border-top: 0;
  background: #f4f4f1;
}

.human-page .human-principle h2 em {
  color: var(--human-magenta);
  font-size: 0.78em;
  text-shadow: none;
  -webkit-text-stroke: 0;
}

.human-page .human-principle h2 {
  max-width: 12ch;
  font-size: clamp(3.8rem, 8vw, 8.8rem);
  overflow-wrap: normal;
}

.human-page .human-principle a {
  border-color: var(--human-magenta);
}

.human-page a .text-arrow-up-right {
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  display: inline-block;
  vertical-align: -0.12em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2.4;
}

.content-page.human-page .clean-footer {
  border-top: 1px solid rgba(244, 244, 241, 0.2);
}

.human-sources {
  display: grid;
  grid-template-columns: minmax(17rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 4vw, 4.5rem);
  border-top: 2px solid #080a0b;
  background: #f4f4f1;
  color: #080a0b;
}

.human-sources h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5.5rem);
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.human-sources > p {
  max-width: 42rem;
  margin: 0;
  font-size: clamp(1.15rem, 1.65vw, 1.55rem);
  font-weight: 650;
  line-height: 1.45;
}

.human-sources > div {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding-top: 1.5rem;
  border-top: 2px solid #080a0b;
}

.human-sources a {
  color: inherit;
  font-size: 1rem;
  font-weight: 850;
  text-underline-offset: 0.3em;
}

@media (max-width: 900px) {
  .human-machine-profile {
    grid-template-columns: 1fr;
  }

  .human-machine-profile figure {
    min-height: 58svh;
  }
}

@media (max-width: 680px) {
  .human-machine-profile > div {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .human-machine-profile h2 {
    font-size: clamp(3rem, 12vw, 4.8rem);
  }

  .human-reveal__opening h1,
  .human-reveal__ending h2 {
    font-size: clamp(2.55rem, 10.2vw, 3.85rem);
  }

  .human-page .human-principle h2 {
    font-size: clamp(3rem, 13vw, 4rem);
  }

  .human-machine-duo {
    height: 64svh;
  }

  .human-machine-duo figure {
    width: 64%;
  }

  .human-machine-duo::after {
    inset-inline: 32%;
  }

  .human-sources {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 4rem 1rem;
  }

  .human-sources > div {
    grid-column: auto;
    display: grid;
  }
}
