:root {
  --human-line: rgba(200, 202, 198, .16);
  --human-mist: #c8cac6;
  --human-muted: #919692;
  --human-warm: #b7afa3;
}

html {
  scroll-padding-top: 7rem;
}

body.human-page {
  overflow-x: hidden;
  color: var(--human-mist);
  background: #070809;
}

.human-page .site-nav {
  background: rgba(7, 8, 9, .76);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.human-page .doctrine-nav a[aria-current="page"] {
  color: var(--human-mist);
  border-color: rgba(239, 93, 39, .72);
  background: rgba(239, 93, 39, .06);
}

.human-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: clamp(10rem, 18vh, 14rem) clamp(1.5rem, 7vw, 8.5rem) clamp(5rem, 9vh, 8rem);
  overflow: hidden;
  border-bottom: 1px solid var(--human-line);
  background: #0b0c0d;
}

.human-hero__field {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,8,9,.97) 0%, rgba(7,8,9,.82) 48%, rgba(7,8,9,.34) 100%),
    linear-gradient(180deg, rgba(7,8,9,.18), rgba(7,8,9,.84)),
    url("img/forgify-real-world-background.png") center / cover no-repeat;
  filter: saturate(.4) contrast(1.05);
}

.human-hero__field::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .34;
  background-image:
    linear-gradient(rgba(200,202,198,.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,202,198,.1) 1px, transparent 1px);
  background-size: clamp(82px, 10vw, 175px) clamp(82px, 10vw, 175px);
  mask-image: linear-gradient(90deg, #000, transparent 84%);
}

.human-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 82rem;
}

.human-kicker,
.founder-index,
.founder-nameplate p,
.founder-nameplate i,
.control-principles article > span,
.human-hero__signal {
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.human-kicker {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0 0 1.5rem;
  color: #a0a5a0;
  font-size: .69rem;
  font-weight: 600;
}

.human-kicker span {
  width: 1.8rem;
  height: 1px;
  background: var(--heat);
  box-shadow: 0 0 12px rgba(240,90,33,.7);
}

.human-hero h1,
.founders__header h2,
.founder-copy h3,
.founder-union h2,
.control-principles h2,
.control-principles h3,
.human-final-cta h3 {
  margin: 0;
  color: var(--human-mist);
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: -.03em;
}

.human-hero h1 {
  font-size: clamp(4.5rem, 9.4vw, 11.6rem);
  font-weight: 700;
  line-height: .77;
  text-shadow: 0 18px 38px rgba(0,0,0,.48);
}

.human-hero h1 em {
  color: #aaa9a3;
  font-style: normal;
  font-weight: 500;
}

.human-hero__copy > p:last-child {
  max-width: 46rem;
  margin: 2.2rem 0 0;
  color: rgba(216,217,212,.72);
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
  line-height: 1.62;
}

.human-hero__signal {
  position: absolute;
  z-index: 1;
  right: clamp(1.5rem, 5vw, 6rem);
  bottom: clamp(2rem, 5vh, 4.5rem);
  display: flex;
  align-items: center;
  gap: .75rem;
  color: rgba(200,202,198,.45);
  font-size: .57rem;
  writing-mode: vertical-rl;
}

.human-hero__signal i {
  color: var(--heat);
  font-style: normal;
}

.founders {
  padding: clamp(7rem, 12vw, 13rem) clamp(1.5rem, 6.5vw, 8rem);
}

.founders__header {
  display: grid;
  grid-template-columns: minmax(12rem, .45fr) minmax(30rem, 1.1fr) minmax(18rem, .5fr);
  gap: clamp(2.5rem, 6vw, 8rem);
  align-items: end;
  max-width: 96rem;
  margin: 0 auto clamp(8rem, 14vw, 15rem);
}

.founders__header h2 {
  font-size: clamp(4rem, 7.4vw, 9rem);
  font-weight: 600;
  line-height: .82;
}

.founders__header > p:last-child,
.founder-union > div:last-child > p:last-child {
  margin: 0 0 .6rem;
  color: var(--human-muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.7;
}

.founder {
  display: grid;
  grid-template-columns: minmax(29rem, 1fr) minmax(25rem, .8fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  max-width: 94rem;
  margin: 0 auto clamp(10rem, 17vw, 18rem);
}

.founder--dan {
  grid-template-columns: minmax(25rem, .8fr) minmax(29rem, 1fr);
}

.founder--dan .founder-nameplate {
  grid-column: 2;
  grid-row: 1;
}

.founder--dan .founder-copy {
  grid-column: 1;
  grid-row: 1;
}

.founder-nameplate {
  position: relative;
  aspect-ratio: 4 / 4.75;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.5rem, 3.2vw, 3rem);
  overflow: hidden;
  border: 1px solid rgba(200,202,198,.22);
  background:
    radial-gradient(circle at 70% 26%, rgba(240,90,33,.13), transparent 19rem),
    repeating-linear-gradient(112deg, transparent 0 8px, rgba(255,255,255,.014) 9px 10px),
    linear-gradient(145deg, #191c1f, #0b0d0f 68%);
  box-shadow: 0 36px 90px rgba(0,0,0,.42);
}

.founder-nameplate::before,
.founder-nameplate::after {
  position: absolute;
  z-index: 4;
  content: "";
  pointer-events: none;
}

.founder-nameplate::before {
  inset: 8%;
  border: 1px solid rgba(200,202,198,.12);
}

.founder-nameplate::after {
  top: 0;
  right: 18%;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(240,90,33,.48), transparent);
  box-shadow: 0 0 14px rgba(240,90,33,.34);
}

.founder-photo {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(.76);
  transform: scale(1.015);
  transition: filter 420ms ease, transform 700ms cubic-bezier(.2,.7,.2,1);
}

.founder--tyler .founder-photo {
  object-position: 50% 28%;
}

.founder--dan .founder-photo {
  object-position: 50% 42%;
}

.founder-photo-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,5,6,.36), transparent 46%, rgba(4,5,6,.18)),
    linear-gradient(180deg, rgba(5,6,7,.08) 24%, rgba(5,6,7,.28) 55%, rgba(5,6,7,.95) 100%);
  pointer-events: none;
}

.founder-nameplate:hover .founder-photo {
  filter: grayscale(1) contrast(1.04) brightness(.86);
  transform: scale(1.035);
}

.founder-nameplate p,
.founder-nameplate i,
.founder-nameplate strong {
  position: relative;
  z-index: 3;
}

.founder-nameplate p {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  margin: 0;
  color: #777d79;
  font-size: .56rem;
}

.founder-initials {
  position: absolute;
  z-index: 2;
  top: 4%;
  right: -2%;
  color: rgba(200,202,198,.035);
  font: 800 clamp(13rem, 25vw, 31rem)/.8 "Barlow Condensed", sans-serif;
  letter-spacing: -.04em;
}

.founder-nameplate strong {
  color: #c1c3bf;
  font: 700 clamp(5rem, 9vw, 11rem)/.72 "Barlow Condensed", sans-serif;
  letter-spacing: -.045em;
}

.founder-nameplate i {
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(240,90,33,.5);
  color: #7e837f;
  font-size: .55rem;
  font-style: normal;
}

.founder-index {
  margin: 0 0 1.2rem;
  color: var(--heat);
  font-size: .62rem;
}

.founder-copy h3 {
  max-width: 10ch;
  font-size: clamp(3.5rem, 6vw, 7.2rem);
  font-weight: 600;
  line-height: .86;
}

.founder-copy > p:not(.founder-index) {
  max-width: 38rem;
  margin: 1.8rem 0 0;
  color: var(--human-muted);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.7;
}

.founder-copy .founder-principle {
  max-width: 34rem;
  margin: 2.4rem 0 0;
  padding: 1.5rem 0 0 1.5rem;
  border-top: 1px solid rgba(240,90,33,.45);
  border-left: 1px solid rgba(240,90,33,.45);
  color: #bbbdb8;
  font: 500 clamp(1.05rem, 1.5vw, 1.3rem)/1.5 "IBM Plex Sans", sans-serif;
}

.founder-principle span {
  display: block;
  margin-bottom: .65rem;
  color: #777c79;
  font: 500 .55rem/1 "JetBrains Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.founder-union {
  display: grid;
  grid-template-columns: minmax(18rem, .55fr) minmax(32rem, 1.15fr);
  gap: clamp(3rem, 8vw, 10rem);
  align-items: center;
  padding: clamp(7rem, 12vw, 13rem) clamp(1.5rem, 9vw, 11rem);
  border-top: 1px solid var(--human-line);
  border-bottom: 1px solid var(--human-line);
  background:
    linear-gradient(135deg, rgba(255,255,255,.018), transparent 45%),
    #0b0d0f;
}

.founder-union__portraits {
  min-height: 25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--human-line);
  background: var(--human-line);
}

.founder-union__portraits figure {
  position: relative;
  min-width: 0;
  min-height: 25rem;
  margin: 0;
  overflow: hidden;
  background: #0b0d0f;
}

.founder-union__portraits img {
  width: 100%;
  height: 100%;
  min-height: 25rem;
  display: block;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(.76);
}

.founder-union__portraits figure:first-child img {
  object-position: 50% 25%;
}

.founder-union__portraits figure:last-child img {
  object-position: 50% 40%;
}

.founder-union__portraits figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3.5rem 1rem 1rem;
  color: #c3c5c1;
  background: linear-gradient(transparent, rgba(5,6,7,.92));
  font: 500 .54rem/1.3 "JetBrains Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.founder-union h2 {
  font-size: clamp(4rem, 7vw, 8.5rem);
  font-weight: 600;
  line-height: .83;
}

.founder-union > div:last-child > p:last-child {
  max-width: 42rem;
  margin-top: 2rem;
}

.control-principles {
  padding: clamp(7rem, 12vw, 13rem) clamp(1.5rem, 7vw, 8.5rem);
}

.control-principles__header {
  display: grid;
  grid-template-columns: .55fr 1.2fr;
  gap: 3rem;
  max-width: 94rem;
  margin: 0 auto clamp(5rem, 9vw, 9rem);
}

.control-principles h2 {
  font-size: clamp(4.5rem, 8vw, 9.5rem);
  font-weight: 600;
  line-height: .8;
}

.control-principles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 94rem;
  margin: 0 auto;
  border: 1px solid var(--human-line);
  background: var(--human-line);
}

.control-principles article {
  min-height: 23rem;
  padding: clamp(1.5rem, 3vw, 2.7rem);
  background: #0d0f11;
}

.control-principles article > span {
  color: #747975;
  font-size: .58rem;
}

.control-principles h3 {
  max-width: 8ch;
  margin-top: clamp(5rem, 9vw, 9rem);
  font-size: clamp(2.7rem, 4vw, 4.8rem);
  font-weight: 600;
  line-height: .88;
}

.control-principles article p {
  margin: 1.3rem 0 0;
  color: var(--human-muted);
  font-size: .95rem;
  line-height: 1.65;
}

.human-engagement {
  border-top-color: rgba(240,90,33,.38);
}

.human-final-cta {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  max-width: 74rem;
  margin: clamp(6rem, 12vw, 11rem) auto 0;
  padding-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid rgba(240,90,33,.55);
}

.human-final-cta h3 {
  font-size: clamp(3.8rem, 7vw, 7.8rem);
  font-weight: 600;
  line-height: .84;
}

.human-final-cta div > p:last-child {
  max-width: 39rem;
  margin: 1.5rem 0 0;
  color: var(--human-muted);
  line-height: 1.65;
}

.human-js .human-reveal {
  opacity: 0;
  transform: translateY(2.2rem);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(.2,.7,.2,1);
}

.human-js .human-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .founders__header {
    grid-template-columns: .55fr 1.45fr;
  }

  .founders__header > p:last-child {
    grid-column: 2;
  }

  .founder,
  .founder--dan {
    grid-template-columns: 1fr 1fr;
  }

  .control-principles__grid {
    grid-template-columns: 1fr;
  }

  .control-principles article {
    min-height: 17rem;
  }

  .control-principles h3 {
    margin-top: 4rem;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 8rem;
  }

  .human-hero {
    min-height: 92svh;
    align-items: center;
    padding-top: 10rem;
  }

  .human-hero h1 {
    font-size: clamp(4rem, 19vw, 6.5rem);
  }

  .human-hero__signal {
    display: none;
  }

  .founders__header,
  .founder,
  .founder--dan,
  .founder-union,
  .control-principles__header,
  .human-final-cta {
    grid-template-columns: 1fr;
  }

  .founders__header > p:last-child,
  .founder--dan .founder-nameplate,
  .founder--dan .founder-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .founder--dan .founder-copy {
    order: 0;
  }

  .founder--dan .founder-nameplate {
    order: 1;
  }

  .founder-nameplate {
    aspect-ratio: 4 / 4.6;
  }

  .founder-union__portraits,
  .founder-union__portraits figure,
  .founder-union__portraits img {
    min-height: 18rem;
  }

  .human-final-cta .primary-cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .human-js .human-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
