/* THE OPENING — Home Pilot / Final Art + Copy + Motion Map */

body.home-pilot {
  --pilot-bone: #efebe1;
  --pilot-white: #f8f8f5;
  --pilot-black: #0a0a0a;
  --pilot-graphite: #171717;
  --pilot-yellow: #ffc700;
  --pilot-ink: #0a0a0a;
  --pilot-muted: #66635d;
  --pilot-shell: 1600px;
  background: var(--pilot-white);
}

body.home-pilot main {
  overflow: clip;
  background: var(--pilot-white);
}

.pilot-scene {
  position: relative;
  min-height: 78svh;
  padding: clamp(5.5rem, 9vw, 9rem) 0;
  isolation: isolate;
}

.pilot-scene--black {
  color: var(--pilot-white);
  background: var(--pilot-black);
}

.pilot-scene--graphite {
  color: var(--pilot-white);
  background: var(--pilot-graphite);
}

.pilot-scene--bone {
  color: var(--pilot-ink);
  background: var(--pilot-bone);
}

.pilot-scene--white {
  color: var(--pilot-ink);
  background: var(--pilot-white);
}

.pilot-shell {
  position: relative;
  z-index: 2;
  width: min(calc(100% - clamp(2rem, 7vw, 8rem)), var(--pilot-shell));
  margin-inline: auto;
}

.pilot-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 clamp(1.25rem, 2vw, 2rem);
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(0.66rem, 0.65vw, 0.78rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pilot-meta::before {
  width: clamp(1.5rem, 3vw, 3.25rem);
  height: 2px;
  flex: 0 0 auto;
  background: var(--pilot-yellow);
  content: "";
}

.pilot-title {
  max-width: 13ch;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(3.25rem, 7.4vw, 8.5rem);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.pilot-copy {
  max-width: 38rem;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(1.1rem, 1.55vw, 1.65rem);
  line-height: 1.38;
  letter-spacing: -0.025em;
}

.pilot-copy + .pilot-copy {
  margin-top: 1em;
}

.pilot-hand {
  margin: 0;
  font-family: "Nothing You Could Do", cursive;
  font-size: clamp(2rem, 4.3vw, 5.25rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.pilot-protected {
  display: inline-block;
  max-width: 32ch;
  margin: clamp(2rem, 5vw, 5rem) 0 0;
  padding: 0.5rem 0.7rem 0.6rem;
  color: var(--pilot-black);
  background: var(--pilot-yellow);
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(1.1rem, 2.1vw, 2.3rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.pilot-legacy-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

/* 01 — Opening scene */
.pilot-hero {
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding-top: clamp(9rem, 16vh, 13rem);
  padding-bottom: clamp(3rem, 7vh, 6rem);
}

.pilot-hero__media,
.pilot-hero__veil {
  position: absolute;
  inset: 0;
}

.pilot-hero__media {
  z-index: -2;
  background:
    url("../../../assets/img/curation/home/HOME_HERO_01_train_motion_opening.jpg")
    center 42% / cover no-repeat;
  filter: grayscale(1) contrast(1.08);
  transform: scale(1.035);
}

.pilot-hero__veil {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.94) 0%, rgba(10, 10, 10, 0.68) 52%, rgba(10, 10, 10, 0.25) 100%),
    linear-gradient(0deg, rgba(10, 10, 10, 0.82) 0%, rgba(10, 10, 10, 0.05) 62%);
}

.pilot-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(16rem, 0.5fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: end;
}

.pilot-hero__copy {
  min-width: 0;
}

.pilot-hero .pilot-hand {
  margin-bottom: clamp(1.4rem, 3vh, 2.75rem);
  color: var(--pilot-yellow);
  font-size: clamp(2rem, 4vw, 4.5rem);
}

.pilot-hero__title {
  max-width: 12ch;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(3.3rem, 7.25vw, 8.75rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.pilot-hero__title span {
  display: block;
}

.pilot-hero__field {
  align-self: end;
  padding-bottom: 0.4rem;
}

.pilot-hero__field p {
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.4rem);
  line-height: 1.38;
}

.pilot-hero__field small {
  display: block;
  margin-top: 1.4rem;
  color: rgba(248, 248, 245, 0.68);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* 02 — What the bureau is */
.pilot-definition {
  min-height: 82svh;
  display: grid;
  align-items: center;
}

.pilot-definition__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.65fr);
  gap: clamp(4rem, 10vw, 12rem);
  align-items: center;
}

.pilot-definition .pilot-title {
  max-width: 11ch;
}

.pilot-definition__body {
  align-self: end;
}

.pilot-definition__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.6rem;
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  padding: 0;
  list-style: none;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pilot-definition__terms li {
  position: relative;
}

.pilot-definition__terms li:not(:last-child)::after {
  position: absolute;
  right: -0.95rem;
  color: var(--pilot-yellow);
  content: "/";
}

.pilot-definition .pilot-hand {
  margin-top: clamp(3rem, 7vw, 7rem);
  color: #85670a;
}

/* 03 — Human movement */
.pilot-human {
  padding: 0;
}

.pilot-human__grid {
  min-height: 92svh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.pilot-human__figure {
  position: relative;
  min-height: 42rem;
  margin: 0;
  overflow: hidden;
}

.pilot-human__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.pilot-human__figure figcaption {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  max-width: 24rem;
  padding: 0.7rem 0.85rem;
  color: var(--pilot-white);
  background: rgba(10, 10, 10, 0.78);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pilot-human__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 9rem) clamp(2rem, 6vw, 7rem);
}

.pilot-human .pilot-title {
  max-width: 8ch;
  font-size: clamp(3.7rem, 7vw, 8rem);
}

.pilot-human .pilot-hand {
  margin-bottom: 2rem;
}

.pilot-human .pilot-copy {
  margin-top: clamp(2rem, 4vw, 4rem);
}

.pilot-verbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  padding: 0;
  list-style: none;
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.pilot-verbs li:nth-child(even) {
  color: #9c7800;
}

/* 04 — The opening */
.pilot-opening {
  padding: 0;
}

.pilot-opening__grid {
  min-height: 90svh;
  display: grid;
  grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1.28fr);
}

.pilot-opening__copy {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 8vw, 9rem) clamp(2rem, 5vw, 6rem);
  background: var(--pilot-graphite);
}

.pilot-opening .pilot-title {
  max-width: 9ch;
  font-size: clamp(3.4rem, 6.25vw, 7.35rem);
}

.pilot-opening .pilot-copy {
  margin-top: clamp(2rem, 4vw, 3.5rem);
  color: rgba(248, 248, 245, 0.8);
}

.pilot-opening__figure {
  position: relative;
  min-height: 42rem;
  margin: 0;
  overflow: hidden;
}

.pilot-opening__figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 23, 23, 0.3), transparent 35%);
  content: "";
}

.pilot-opening__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
}

/* 05 — What it can become */
.pilot-become {
  min-height: 100svh;
}

.pilot-become__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.55fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.pilot-become .pilot-title {
  max-width: 10ch;
}

.pilot-become__field {
  position: relative;
  min-height: clamp(30rem, 50vw, 48rem);
  margin-top: clamp(4rem, 8vw, 8rem);
  overflow: hidden;
  background: var(--pilot-black);
}

.pilot-become__field img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  opacity: 0.62;
  filter: grayscale(0.2) contrast(1.08);
}

.pilot-forms {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: clamp(2rem, 5vw, 5rem);
  list-style: none;
  pointer-events: none;
}

.pilot-forms li {
  position: absolute;
  color: var(--pilot-white);
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(1.6rem, 4vw, 5.25rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
}

.pilot-forms li:nth-child(1) { top: 10%; left: 6%; }
.pilot-forms li:nth-child(2) { top: 17%; right: 6%; color: var(--pilot-yellow); }
.pilot-forms li:nth-child(3) { top: 42%; left: 12%; }
.pilot-forms li:nth-child(4) { top: 53%; right: 8%; }
.pilot-forms li:nth-child(5) { bottom: 15%; left: 5%; }
.pilot-forms li:nth-child(6) { bottom: 7%; left: 34%; max-width: 7ch; }
.pilot-forms li:nth-child(7) { right: 5%; bottom: 7%; }

/* 06 — Propositions before brief */
.pilot-archive {
  min-height: 96svh;
}

.pilot-archive__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
  gap: clamp(4rem, 8vw, 9rem);
  align-items: center;
}

.pilot-archive .pilot-title {
  max-width: 9ch;
}

.pilot-archive .pilot-copy {
  margin-top: clamp(2rem, 4vw, 4rem);
  color: rgba(248, 248, 245, 0.78);
}

.pilot-archive__evidence {
  position: relative;
  min-height: clamp(32rem, 54vw, 52rem);
  overflow: hidden;
  background:
    linear-gradient(rgba(10, 10, 10, 0.18), rgba(10, 10, 10, 0.7)),
    url("../../../assets/img/curation/dossier/DOSSIER_HERO_02_darkroom_negatives.webp")
    center / cover no-repeat;
}

.pilot-archive__fragment {
  position: absolute;
  width: min(76%, 34rem);
  padding: 1.15rem 1.25rem;
  color: var(--pilot-black);
  background: rgba(239, 235, 225, 0.94);
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(0.64rem, 0.8vw, 0.78rem);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, 0.28);
}

.pilot-archive__fragment:nth-child(1) {
  top: 12%;
  left: -5%;
  transform: rotate(-3deg);
}

.pilot-archive__fragment:nth-child(2) {
  top: 42%;
  right: -4%;
  transform: rotate(2deg);
}

.pilot-archive__fragment:nth-child(3) {
  bottom: 9%;
  left: 8%;
  transform: rotate(-1deg);
}

.pilot-redaction {
  display: inline-block;
  min-width: 7em;
  height: 0.9em;
  vertical-align: -0.08em;
  background: var(--pilot-black);
}

.pilot-redaction--yellow {
  background: var(--pilot-yellow);
}

/* 07 — Use, adoption and value */
.pilot-value {
  padding: 0;
}

.pilot-value__grid {
  min-height: 94svh;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
}

.pilot-value__figure {
  min-height: 44rem;
  margin: 0;
  overflow: hidden;
}

.pilot-value__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pilot-value__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 9vw, 9rem) clamp(2rem, 6vw, 7rem);
}

.pilot-value .pilot-title {
  max-width: 8ch;
  font-size: clamp(3.5rem, 6.4vw, 7.5rem);
}

.pilot-value .pilot-copy {
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.pilot-sequence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: clamp(2.5rem, 5vw, 4.5rem) 0 0;
  padding: 0;
  list-style: none;
}

.pilot-sequence li {
  min-width: 0;
}

.pilot-sequence strong {
  display: block;
  color: #8a6b00;
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(1.2rem, 2vw, 2.2rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.pilot-sequence span {
  display: block;
  margin-top: 0.65rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.64rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pilot-outcomes {
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  color: #5f5a4e;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* 08 — First move */
.pilot-close {
  min-height: 82svh;
  display: grid;
  align-items: center;
}

.pilot-close__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.55fr);
  gap: clamp(4rem, 9vw, 10rem);
  align-items: end;
}

.pilot-close .pilot-title {
  max-width: 9ch;
}

.pilot-close__body {
  padding-bottom: 0.6rem;
}

.pilot-close__secondary {
  margin: 1.3rem 0 0;
  color: var(--pilot-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  line-height: 1.6;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pilot-close__annotation {
  margin: 1.15rem 0 0;
  color: #85670a;
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  font-style: italic;
  line-height: 1.35;
}

.pilot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: center;
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.pilot-action {
  display: inline-flex;
  align-items: center;
  min-height: 3.4rem;
  padding: 0 1.35rem;
  color: var(--pilot-black);
  background: var(--pilot-yellow);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.pilot-action:hover,
.pilot-action:focus-visible {
  color: var(--pilot-white);
  background: var(--pilot-black);
  transform: translateY(-2px);
}

.pilot-action--text {
  min-height: auto;
  padding: 0.45rem 0;
  background: transparent;
  text-decoration: underline;
  text-decoration-color: rgba(10, 10, 10, 0.35);
  text-underline-offset: 0.45rem;
}

.pilot-action--text:hover,
.pilot-action--text:focus-visible {
  color: var(--pilot-black);
  background: transparent;
  transform: none;
  text-decoration-color: var(--pilot-yellow);
}

/* Scene-specific motion. Body copy stays stable. */
html.pilot-motion .pilot-hero__media {
  clip-path: inset(0 0 100% 0);
  transform: scale(1.08);
  transition: clip-path 1.15s cubic-bezier(0.16, 1, 0.3, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

html.pilot-motion .pilot-hero.is-visible .pilot-hero__media {
  clip-path: inset(0);
  transform: scale(1.035);
}

html.pilot-motion .pilot-hero__title span {
  opacity: 0;
  transform: translateY(0.55em);
  transition: opacity 600ms ease, transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.pilot-motion .pilot-hero.is-visible .pilot-hero__title span {
  opacity: 1;
  transform: none;
}

html.pilot-motion .pilot-hero.is-visible .pilot-hero__title span:nth-child(2) { transition-delay: 120ms; }
html.pilot-motion .pilot-hero.is-visible .pilot-hero__title span:nth-child(3) { transition-delay: 240ms; }

html.pilot-motion [data-pilot-reveal="title"] {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 600ms ease, transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.pilot-motion [data-pilot-reveal="title"].is-visible {
  opacity: 1;
  transform: none;
}

html.pilot-motion [data-pilot-reveal="image"] {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 950ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.pilot-motion [data-pilot-reveal="image"].is-visible {
  clip-path: inset(0);
}

html.pilot-motion .pilot-forms li {
  opacity: 0.18;
  transform: translateY(1.2rem);
  transition: opacity 450ms ease, transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.pilot-motion .pilot-become.is-visible .pilot-forms li {
  opacity: 1;
  transform: none;
}

html.pilot-motion .pilot-become.is-visible .pilot-forms li:nth-child(2) { transition-delay: 90ms; }
html.pilot-motion .pilot-become.is-visible .pilot-forms li:nth-child(3) { transition-delay: 180ms; }
html.pilot-motion .pilot-become.is-visible .pilot-forms li:nth-child(4) { transition-delay: 270ms; }
html.pilot-motion .pilot-become.is-visible .pilot-forms li:nth-child(5) { transition-delay: 360ms; }
html.pilot-motion .pilot-become.is-visible .pilot-forms li:nth-child(6) { transition-delay: 450ms; }
html.pilot-motion .pilot-become.is-visible .pilot-forms li:nth-child(7) { transition-delay: 540ms; }

html.pilot-motion .pilot-archive__fragment {
  opacity: 0;
  transition: opacity 500ms ease, transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.pilot-motion .pilot-archive.is-visible .pilot-archive__fragment {
  opacity: 1;
}

html.pilot-motion .pilot-sequence li {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 450ms ease, transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.pilot-motion .pilot-value.is-visible .pilot-sequence li {
  opacity: 1;
  transform: none;
}

html.pilot-motion .pilot-value.is-visible .pilot-sequence li:nth-child(2) { transition-delay: 120ms; }
html.pilot-motion .pilot-value.is-visible .pilot-sequence li:nth-child(3) { transition-delay: 240ms; }

@media (max-width: 980px) {
  .pilot-hero__grid,
  .pilot-definition__grid,
  .pilot-become__head,
  .pilot-archive__grid,
  .pilot-close__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .pilot-hero__field,
  .pilot-definition__body,
  .pilot-close__body {
    max-width: 36rem;
  }

  .pilot-human__grid,
  .pilot-opening__grid,
  .pilot-value__grid {
    grid-template-columns: 1fr;
  }

  .pilot-human__figure,
  .pilot-opening__figure,
  .pilot-value__figure {
    min-height: min(72svh, 48rem);
  }

  .pilot-opening__figure {
    order: -1;
  }

  .pilot-human__copy,
  .pilot-opening__copy,
  .pilot-value__content {
    min-height: 70svh;
  }

  .pilot-archive__evidence {
    min-height: 42rem;
  }
}

@media (max-width: 640px) {
  .pilot-scene {
    min-height: auto;
    padding: 5rem 0;
  }

  .pilot-shell {
    width: min(calc(100% - 2rem), var(--pilot-shell));
  }

  .pilot-title {
    font-size: clamp(2.75rem, 14vw, 4.7rem);
    line-height: 0.88;
    letter-spacing: -0.065em;
  }

  .pilot-copy {
    font-size: 1.05rem;
  }

  .pilot-hero {
    min-height: 100svh;
    padding-top: 8.5rem;
    padding-bottom: 2rem;
  }

  .pilot-hero__grid {
    gap: 2.25rem;
  }

  .pilot-hero__title {
    font-size: clamp(2.9rem, 14.5vw, 4.9rem);
    line-height: 0.84;
  }

  html:lang(es) body.home-pilot .pilot-hero__title {
    font-size: clamp(2.55rem, 12vw, 4.2rem);
  }

  .pilot-hero__veil {
    background:
      linear-gradient(0deg, rgba(10, 10, 10, 0.94) 0%, rgba(10, 10, 10, 0.44) 72%, rgba(10, 10, 10, 0.3) 100%);
  }

  .pilot-hero__field small {
    display: none;
  }

  .pilot-definition {
    min-height: 85svh;
  }

  .pilot-definition .pilot-hand {
    margin-top: 2.5rem;
    font-size: 2.5rem;
  }

  .pilot-human__figure,
  .pilot-opening__figure,
  .pilot-value__figure {
    min-height: 58svh;
  }

  .pilot-human__copy,
  .pilot-opening__copy,
  .pilot-value__content {
    min-height: auto;
    padding: 4.5rem 1rem;
  }

  .pilot-human .pilot-title,
  .pilot-opening .pilot-title,
  .pilot-value .pilot-title {
    font-size: clamp(2.85rem, 14vw, 4.7rem);
  }

  .pilot-human .pilot-hand {
    font-size: 2.35rem;
  }

  .pilot-protected {
    font-size: 1.1rem;
  }

  .pilot-become__field {
    min-height: 35rem;
    margin-top: 3rem;
  }

  .pilot-forms li {
    font-size: clamp(1.25rem, 8vw, 2.5rem);
  }

  .pilot-forms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: space-around;
    gap: 1.4rem 1rem;
    padding: 1.25rem;
  }

  .pilot-forms li:nth-child(n) {
    position: static;
    align-self: center;
    max-width: 8ch;
  }

  .pilot-forms li:nth-child(even) {
    justify-self: end;
    text-align: right;
  }

  .pilot-forms li:nth-child(7) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: none;
    text-align: center;
  }

  .pilot-archive__evidence {
    min-height: 35rem;
  }

  .pilot-archive__fragment {
    width: 85%;
    font-size: 0.58rem;
  }

  .pilot-sequence {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .pilot-sequence span {
    margin-top: 0.35rem;
  }

  .pilot-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pilot-action {
    justify-content: center;
    width: 100%;
  }

  .pilot-action--text {
    width: auto;
    align-self: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.pilot-motion .pilot-hero__media,
  html.pilot-motion .pilot-hero__title span,
  html.pilot-motion [data-pilot-reveal],
  html.pilot-motion .pilot-forms li,
  html.pilot-motion .pilot-archive__fragment,
  html.pilot-motion .pilot-sequence li {
    opacity: 1 !important;
    clip-path: none !important;
    transform: none !important;
    transition: none !important;
  }
}
