.lean-page {
  background: var(--paper);
}

.clean-main {
  padding-top: var(--header-h);
}

.clean-main h1,
.clean-main h2,
.clean-main p,
.human-story h1,
.human-story h2,
.human-story p {
  margin-top: 0;
}

.clean-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem clamp(1.25rem, 4vw, 4.5rem);
  border-top: 1px solid var(--line);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.clean-footer a {
  text-decoration: none;
}

.clean-footer--dark {
  border-color: rgba(255, 255, 255, 0.25);
  background: var(--ink);
  color: white;
}

.clean-source,
.thesis-sources {
  font-size: 0.82rem;
  line-height: 1.5;
}

.clean-source a,
.thesis-sources a {
  border-bottom: 1px solid currentColor;
  font-weight: 900;
  text-decoration: none;
}

/* Machines */

.machine-hero {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  min-height: calc(100svh - var(--header-h));
  background: var(--ink);
  color: white;
}

.machine-hero > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(3rem, 6vw, 7rem) clamp(1.25rem, 4vw, 4.5rem);
}

.machine-hero h1 {
  margin: auto 0 clamp(3rem, 6vw, 6rem);
  font-size: clamp(5rem, 10vw, 11rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 0.69;
}

.machine-hero h1 em {
  color: var(--signal);
  font-style: italic;
}

.machine-hero p {
  max-width: 38ch;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  line-height: 1.5;
}

.machine-hero figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.machine-hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fighter-pair {
  position: relative;
  display: flex;
  height: 100svh;
  overflow: hidden;
  background: var(--ink);
  color: white;
}

.fighter-pair > h2 {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 90%;
  margin: 0;
  font-size: clamp(4.5rem, 10vw, 11rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 0.7;
  text-align: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
  paint-order: stroke fill;
  -webkit-text-stroke: 0.018em var(--ink);
}

.fighter-pair > h2 em {
  color: var(--signal);
  font-style: italic;
}

.fighter-half {
  position: relative;
  flex: 1 1 50%;
  min-width: 0;
  overflow: hidden;
  color: white;
  text-decoration: none;
  transition: flex-grow 600ms cubic-bezier(0.16, 1, 0.3, 1);
  isolation: isolate;
}

.fighter-half::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: var(--impact-hot);
  opacity: 0;
  mix-blend-mode: color;
  transition: opacity 400ms ease;
}

.fighter-half--white::after {
  background: var(--signal);
}

.fighter-half img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 72% center;
  filter: grayscale(1) contrast(1.2) brightness(0.72);
  transition: filter 500ms ease, transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.fighter-half strong,
.fighter-half span {
  position: absolute;
  z-index: 3;
  bottom: 2.5rem;
}

.fighter-half strong {
  left: clamp(1.25rem, 3vw, 3rem);
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  letter-spacing: -0.07em;
}

.fighter-half span {
  right: clamp(1.25rem, 3vw, 3rem);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  opacity: 0;
  transition: opacity 250ms ease;
}

.fighter-pair:has(.fighter-half:hover) .fighter-half:not(:hover) {
  flex-grow: 0.82;
}

.fighter-half:hover,
.fighter-half:focus-visible {
  flex-grow: 1.18;
}

.fighter-half:hover::after,
.fighter-half:focus-visible::after {
  opacity: 0.72;
}

.fighter-half:hover img,
.fighter-half:focus-visible img {
  filter: grayscale(0.2) contrast(1.2) brightness(0.92);
  transform: scale(1.08);
}

.fighter-half:hover span,
.fighter-half:focus-visible span {
  opacity: 1;
}

.machine-facts {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(3rem, 8vw, 10rem);
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
}

.machine-facts h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(5rem, 10vw, 11rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 0.75;
}

.machine-facts > div > p {
  max-width: 28ch;
  line-height: 1.5;
}

.machine-facts__values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  gap: clamp(2.5rem, 5vw, 5rem);
}

.machine-facts__values p {
  margin: 0;
  color: rgba(10, 11, 12, 0.62);
}

.machine-facts__values strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 4.5rem);
  letter-spacing: -0.065em;
}

.machine-facts .clean-source {
  grid-column: 2;
  margin: 0;
}

/* Field report */

.report-hero {
  min-height: calc(92svh - var(--header-h));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(4rem, 8vw, 9rem) clamp(1.25rem, 4vw, 4.5rem);
}

.report-hero h1 {
  margin: 0;
  font-size: clamp(5rem, 11vw, 12rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 0.69;
}

.report-hero h1 em {
  color: var(--impact-hot);
  font-style: italic;
}

.report-hero p {
  max-width: 26ch;
  margin: 4rem 0 0 auto;
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.confirmed-events {
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--ink);
  color: white;
}

.confirmed-events h2 {
  margin: 0 0 clamp(4rem, 8vw, 8rem);
  color: var(--signal);
  font-size: clamp(3rem, 7vw, 7.5rem);
  font-weight: 950;
  letter-spacing: -0.08em;
}

.confirmed-events > a {
  display: grid;
  grid-template-columns: minmax(12rem, 0.5fr) 1fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: baseline;
  padding: clamp(2rem, 4vw, 4rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  text-decoration: none;
}

.confirmed-events > a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.confirmed-events strong {
  color: var(--impact);
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  letter-spacing: -0.07em;
}

.confirmed-events span {
  font-size: clamp(1.5rem, 3.5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.confirmed-events a:hover span {
  color: var(--signal);
}

.opening-result {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 100svh;
}

.opening-result figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.opening-result img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1) contrast(1.15);
}

.opening-result > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 9rem) clamp(1.5rem, 5vw, 6rem);
}

.opening-result h2 {
  margin: 0 0 clamp(3rem, 6vw, 6rem);
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.73;
}

.opening-result h2 em {
  color: var(--impact-hot);
  font-style: italic;
}

.opening-result p {
  max-width: 45ch;
  margin-bottom: 2rem;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  line-height: 1.55;
}

.opening-result a {
  width: fit-content;
  border-bottom: 1px solid currentColor;
  font-weight: 900;
  text-decoration: none;
}

.short-history {
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--signal);
}

.short-history h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(4rem, 9vw, 9.5rem);
  font-weight: 950;
  letter-spacing: -0.095em;
  line-height: 0.72;
}

.short-history > p:not(.clean-source) {
  max-width: 45ch;
  margin: clamp(4rem, 8vw, 8rem) 0 3rem auto;
  font-size: clamp(1.15rem, 1.8vw, 1.7rem);
  line-height: 1.5;
}

.short-history .clean-source {
  margin-left: auto;
  max-width: 45rem;
}

/* Human layer */

html.human-document {
  height: auto;
  min-height: 100%;
  overflow-x: clip;
  overflow-y: auto;
  scroll-behavior: auto;
}

html.human-document body.human-page {
  height: auto;
  min-height: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.human-page .site-header {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(10, 11, 12, 0.96);
  color: white;
}

.human-story {
  padding-top: var(--header-h);
  background: var(--ink);
}

.human-reveal {
  --pilot-progress: 0;
  position: relative;
  height: calc(200svh - var(--header-h));
  background: var(--ink);
  color: white;
}

.human-reveal__stage {
  position: sticky;
  top: var(--header-h);
  width: 100%;
  height: calc(100svh - var(--header-h));
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}

.human-reveal figure {
  position: absolute;
  inset: 0;
  margin: 0;
}

.human-reveal figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.human-reveal figure picture {
  display: block;
  width: 100%;
  height: 100%;
}

.human-reveal__person {
  z-index: 0;
  opacity: calc(0.12 + var(--pilot-progress) * 0.88);
  transform: scale(calc(1.1 - var(--pilot-progress) * 0.1));
  will-change: opacity, transform;
}

.human-reveal__person img {
  object-position: center;
  filter: grayscale(calc(1 - var(--pilot-progress))) contrast(1.08);
}

.human-reveal__shade {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 55%;
  background: var(--ink);
  opacity: 0.86;
}

.human-reveal__robot {
  z-index: 2;
  opacity: clamp(0, calc(1.05 - var(--pilot-progress) * 1.55), 1);
  transform:
    translate3d(0, calc(var(--pilot-progress) * -5vh), 0)
    scale(calc(1 + var(--pilot-progress) * 0.12));
  transform-origin: center;
  will-change: opacity, transform;
}

.human-reveal__robot img {
  object-position: center;
  filter: grayscale(1) contrast(1.25) brightness(0.82);
}

.human-reveal__opening,
.human-reveal__ending {
  position: absolute;
  z-index: 3;
  top: clamp(2rem, 5vw, 5rem);
  bottom: clamp(3rem, 6vw, 6rem);
  left: clamp(1.25rem, 4vw, 4.5rem);
  width: min(50vw, 48rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}

.human-reveal__opening {
  opacity: clamp(0, calc(1.05 - var(--pilot-progress) * 3.2), 1);
}

.human-reveal__ending {
  justify-content: center;
  opacity: clamp(0, calc((var(--pilot-progress) - 0.44) * 2.4), 1);
  transform: translateY(calc((1 - var(--pilot-progress)) * 3rem));
}

.human-reveal h1,
.human-reveal h2 {
  margin: 0;
  font-size: clamp(4.5rem, 9vw, 10rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 0.7;
}

.human-reveal h1 em,
.human-reveal h2 em {
  color: var(--signal);
  font-style: italic;
}

.human-reveal__opening p {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 900;
}

.human-reveal__ending > p {
  max-width: 30ch;
  margin: 3rem 0 0;
  font-size: clamp(1.15rem, 1.8vw, 1.7rem);
  line-height: 1.45;
}

.human-principle {
  min-height: 90svh;
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--signal);
}

.human-principle h2 {
  margin: 0;
  font-size: clamp(4.5rem, 10vw, 11rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 0.7;
}

.human-principle h2 em {
  color: var(--impact-hot);
  font-style: italic;
}

.human-principle p {
  max-width: 38ch;
  margin: clamp(4rem, 8vw, 8rem) 0 3rem auto;
  font-size: clamp(1.15rem, 1.8vw, 1.7rem);
  line-height: 1.5;
}

.human-principle a {
  display: block;
  width: fit-content;
  margin-left: auto;
  border-bottom: 2px solid currentColor;
  font-size: clamp(1.2rem, 2.2vw, 2.2rem);
  font-weight: 950;
  text-decoration: none;
}

/* Vision */

.thesis-hero {
  position: relative;
  min-height: calc(110svh - var(--header-h));
  padding: clamp(4rem, 8vw, 9rem) clamp(1.25rem, 4vw, 4.5rem);
  overflow: hidden;
  background: var(--impact);
  isolation: isolate;
}

.thesis-hero h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(5rem, 11.5vw, 12.5rem);
  font-weight: 950;
  letter-spacing: -0.105em;
  line-height: 0.69;
}

.thesis-hero h1 em {
  color: white;
  font-style: italic;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.018em var(--ink);
}

.thesis-hero > p {
  position: relative;
  z-index: 2;
  max-width: 20ch;
  margin: clamp(5rem, 9vw, 9rem) 0 0 auto;
  font-size: clamp(1.8rem, 3.8vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1;
}

.thesis-hero figure {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 44vw;
  height: 62%;
  margin: 0;
  overflow: hidden;
  filter: grayscale(1) contrast(1.2);
  mix-blend-mode: multiply;
}

.thesis-hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.thesis-gap {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: clamp(3rem, 8vw, 10rem);
  min-height: 90svh;
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  align-items: center;
}

.thesis-gap h2 {
  margin: 0;
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.73;
}

.thesis-gap h2 em {
  color: var(--impact-hot);
  font-style: italic;
}

.thesis-gap p,
.physical-esport p,
.own-language p,
.thesis-close p {
  font-size: clamp(1.05rem, 1.5vw, 1.4rem);
  line-height: 1.55;
}

.thesis-gap p + p,
.physical-esport p + p {
  margin-top: 2rem;
}

.physical-esport {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100svh;
  background: var(--ink);
  color: white;
}

.physical-esport figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.physical-esport img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1) contrast(1.2);
}

.physical-esport > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 9rem) clamp(1.5rem, 5vw, 6rem);
}

.physical-esport h2 {
  margin: 0 0 clamp(4rem, 8vw, 8rem);
  font-size: clamp(3.5rem, 6.5vw, 7rem);
  font-weight: 950;
  letter-spacing: -0.085em;
  line-height: 0.74;
}

.physical-esport h2 em {
  color: var(--signal);
  font-style: italic;
}

.own-language {
  min-height: 90svh;
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--impact-violet);
  color: white;
}

.own-language h2 {
  margin: 0;
  color: var(--signal);
  font-size: clamp(5rem, 12vw, 13rem);
  font-weight: 950;
  letter-spacing: -0.105em;
  line-height: 0.69;
}

.own-language h2 em {
  color: white;
  font-style: italic;
}

.own-language p {
  max-width: 42ch;
  margin: clamp(5rem, 10vw, 10rem) 0 0 auto;
}

.business-steps {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 10rem);
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
}

.business-steps h2 {
  position: sticky;
  top: calc(var(--header-h) + 3rem);
  margin: 0;
  font-size: clamp(4rem, 7.5vw, 8rem);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.72;
}

.business-steps h2 em {
  color: var(--impact-hot);
  font-style: italic;
}

.business-steps ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.business-steps li {
  min-height: 45svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid var(--line);
}

.business-steps li:first-child {
  border-top: 1px solid var(--line);
}

.business-steps strong {
  font-size: clamp(3rem, 6vw, 6.5rem);
  letter-spacing: -0.08em;
}

.business-steps li p {
  max-width: 42ch;
  margin: 1.5rem 0 0;
  line-height: 1.5;
}

.thesis-close {
  min-height: 95svh;
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--impact);
}

.thesis-close h2 {
  margin: 0;
  font-size: clamp(5rem, 11vw, 12rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 0.69;
}

.thesis-close h2 em {
  color: white;
  font-style: italic;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.018em var(--ink);
}

.thesis-close p {
  max-width: 35ch;
  margin: clamp(4rem, 8vw, 8rem) 0 3rem auto;
}

.thesis-close a {
  display: block;
  width: fit-content;
  margin-left: auto;
  border-bottom: 2px solid currentColor;
  font-size: clamp(1.2rem, 2.2vw, 2.2rem);
  font-weight: 950;
  text-decoration: none;
}

.thesis-sources {
  margin: 0;
  padding: 2rem clamp(1.25rem, 4vw, 4.5rem);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 900px) {
  .machine-hero,
  .opening-result,
  .physical-esport,
  .thesis-gap,
  .business-steps {
    grid-template-columns: 1fr;
  }

  .machine-hero figure,
  .opening-result figure,
  .physical-esport figure {
    min-height: 58svh;
  }

  .machine-hero figure {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 0;
  }

  .machine-hero > div,
  .opening-result > div,
  .physical-esport > div {
    min-height: 58svh;
  }

  .machine-facts {
    grid-template-columns: 1fr;
  }

  .machine-facts .clean-source {
    grid-column: 1;
  }

  .business-steps h2 {
    position: relative;
    top: auto;
  }

  .business-steps li {
    min-height: 34svh;
  }
}

@media (max-width: 680px) {
  .content-page .page-marker {
    display: none;
  }

  .clean-footer {
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.5rem 1rem calc(1.5rem + env(safe-area-inset-bottom, 0px));
  }

  .clean-footer a,
  .clean-footer span {
    overflow-wrap: anywhere;
  }

  .machine-hero h1,
  .report-hero h1,
  .thesis-hero h1 {
    font-size: clamp(3.15rem, 13.5vw, 5.25rem);
  }

  .machine-hero > div,
  .opening-result > div,
  .physical-esport > div,
  .report-hero,
  .confirmed-events,
  .short-history,
  .machine-facts,
  .human-principle,
  .thesis-hero,
  .thesis-gap,
  .own-language,
  .business-steps,
  .thesis-close {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .machine-hero > div,
  .opening-result > div,
  .physical-esport > div {
    min-height: auto;
  }

  .machine-hero figure,
  .opening-result figure,
  .physical-esport figure {
    min-height: 52svh;
  }

  .fighter-pair {
    height: 112svh;
    flex-direction: column;
  }

  .fighter-pair > h2 {
    width: calc(100% - 2rem);
    font-size: clamp(3.25rem, 14vw, 5.2rem);
  }

  .fighter-half::after {
    opacity: 0.15;
  }

  .fighter-half span {
    display: none;
  }

  .fighter-half strong {
    bottom: 1rem;
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .fighter-half--black strong {
    top: 1rem;
    bottom: auto;
  }

  .machine-facts__values {
    grid-template-columns: 1fr;
  }

  .confirmed-events > a {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .confirmed-events strong {
    font-size: clamp(2.25rem, 11vw, 3.4rem);
  }

  .confirmed-events span {
    font-size: clamp(1.35rem, 7vw, 2.15rem);
  }

  .opening-result h2,
  .short-history h2,
  .thesis-gap h2,
  .physical-esport h2,
  .business-steps h2 {
    font-size: clamp(3rem, 12.5vw, 4.7rem);
  }

  .report-hero {
    min-height: calc(88svh - var(--header-h));
  }

  .report-hero p {
    margin-left: 0;
    font-size: clamp(1.35rem, 7vw, 2.2rem);
  }

  .human-reveal__shade {
    width: 100%;
    opacity: 0.68;
  }

  .human-reveal__person img {
    object-position: 69% center;
  }

  .human-reveal__opening,
  .human-reveal__ending {
    top: 1.5rem;
    bottom: 1.5rem;
    right: 1.25rem;
    left: 1rem;
    width: auto;
  }

  .human-reveal h1,
  .human-reveal h2,
  .human-principle h2,
  .own-language h2,
  .thesis-close h2 {
    font-size: clamp(3.15rem, 13.5vw, 5rem);
  }

  .human-reveal__ending > p {
    margin-top: 2rem;
    font-size: clamp(1rem, 4.8vw, 1.35rem);
  }

  .human-principle,
  .own-language,
  .thesis-close {
    min-height: 82svh;
  }

  .human-principle p,
  .human-principle a,
  .own-language p,
  .thesis-close p,
  .thesis-close a {
    margin-left: 0;
  }

  .thesis-hero figure {
    width: 78vw;
    height: 44%;
    opacity: 0.78;
  }

  .thesis-hero > p {
    margin-top: 3rem;
    margin-left: 0;
    font-size: clamp(1.45rem, 7vw, 2.25rem);
  }

  .thesis-gap,
  .business-steps {
    gap: 3rem;
  }

  .business-steps li {
    min-height: auto;
    padding: 3rem 0;
  }

  .business-steps strong {
    font-size: clamp(2.65rem, 12vw, 4.25rem);
  }

  .thesis-sources {
    padding: 1.5rem 1rem;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 420px) {
  .machine-hero h1,
  .report-hero h1,
  .thesis-hero h1 {
    font-size: clamp(2.9rem, 12.8vw, 3.75rem);
  }

  .human-reveal h1,
  .human-reveal h2,
  .human-principle h2,
  .own-language h2,
  .thesis-close h2 {
    font-size: clamp(2.85rem, 12.8vw, 3.8rem);
  }

  .human-reveal__opening p {
    font-size: 1rem;
  }

  .human-principle p,
  .own-language p,
  .thesis-close p {
    font-size: 1rem;
  }
}

@media (hover: none), (pointer: coarse) {
  .fighter-pair:has(.fighter-half:hover) .fighter-half:not(:hover),
  .fighter-half:hover,
  .fighter-half:focus-visible {
    flex-grow: 1;
  }

  .fighter-half::after {
    opacity: 0.12;
  }

  .fighter-half:hover::after {
    opacity: 0.12;
  }

  .fighter-half:hover img {
    filter: grayscale(1) contrast(1.2) brightness(0.72);
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .human-reveal__robot,
  .human-reveal__opening {
    display: none;
  }

  .human-reveal__person,
  .human-reveal__ending {
    opacity: 1;
    transform: none;
  }
}
