@font-face {
  font-family: "Archivo";
  src: url("assets/fonts/archivo-latin.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/ibm-plex-mono-400-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/ibm-plex-mono-600-latin.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #f2eee2;
  --paper-bright: #faf7ee;
  --paper-deep: #dfd7c7;
  --ink: #0a0b09;
  --muted: #5e605a;
  --line: rgba(10, 11, 9, 0.28);
  --blue: #2058cb;
  --red: #e84e3c;
  --green: #438c65;
  --yellow: #e7bb37;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --fast: 160ms;
  --medium: 420ms;
  --shell: 1480px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background-color: var(--paper);
  background-image: url("assets/fieldwork-paper-texture-v1.webp");
  background-repeat: repeat;
  background-size: 1200px auto;
  font-family: "Archivo", Arial, sans-serif;
}

button,
a {
  color: inherit;
}

button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 50;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #fff;
  background: #000;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.hero {
  position: relative;
  width: 100%;
  height: max(720px, 56.22vw);
  max-height: 1080px;
  overflow: hidden;
  background-color: var(--paper);
  background-image: url("assets/fieldwork-paper-texture-v1.webp");
  background-size: 1200px auto;
}

.hero-scene {
  position: absolute;
  z-index: 0;
  inset: 0;
  height: 100%;
  overflow: hidden;
}

.hero-scene img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 56px 7.4% 0;
}

.hero-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}

.hero-mark {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.mark-token {
  --marker-color: var(--blue);
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(10, 11, 9, 0.3);
  color: var(--ink);
  background-color: var(--marker-color);
  background-image: url("assets/fieldwork-paper-texture-v1.webp");
  background-size: 360px auto;
  background-blend-mode: multiply;
  font-size: 27px;
  font-weight: 800;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.28),
    inset -2px -2px 0 rgba(10, 11, 9, 0.1),
    0 5px 0 rgba(10, 11, 9, 0.2);
}

.mark-blue {
  --marker-color: #2d62d0;
  border-radius: 50%;
}

.mark-red {
  --marker-color: #e44c3d;
  border-radius: 3px;
}

.mark-green {
  --marker-color: #4d966c;
  clip-path: polygon(25% 7%, 75% 7%, 100% 50%, 75% 93%, 25% 93%, 0 50%);
}

.brand-name {
  font-size: 26px;
  font-weight: 500;
}

.brand-name-mobile {
  display: none;
}

.hero-category {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 600;
}

.hero-copy {
  margin-top: 56px;
}

.hero-title {
  max-width: 1480px;
  margin: 0;
  color: #050505;
  font-size: 112px;
  font-weight: 800;
  line-height: 0.93;
  letter-spacing: 0;
}

.ink-line {
  position: absolute;
  display: block;
}

.hero-title .ink-line {
  position: relative;
  width: fit-content;
  max-width: 100%;
}

.hero-title .ink-line::after {
  content: attr(data-line);
  position: absolute;
  inset: 0;
  color: transparent;
  background-image: url("assets/fieldwork-paper-texture-v1.webp");
  background-size: 520px auto;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.09;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-support {
  max-width: 520px;
  margin: 18px 0 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.38;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 22px;
}

.hero-primary {
  min-width: 316px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  color: var(--paper);
  background: var(--ink);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: transform var(--fast) ease, background var(--fast) ease;
}

.hero-primary:hover {
  transform: translateY(-3px);
  background: #000;
}

.hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  text-decoration: none;
}

.hero-primary:focus-visible,
.hero-secondary:focus-visible,
.hero-brand:focus-visible {
  outline: 4px solid var(--blue);
  outline-offset: 4px;
}

.hero-registration {
  position: absolute;
  z-index: 4;
  top: 25px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.hero-registration::before,
.hero-registration::after {
  content: "";
  position: absolute;
  background: var(--ink);
}

.hero-registration::before {
  width: 26px;
  height: 1px;
  top: 8px;
  left: -5px;
}

.hero-registration::after {
  width: 1px;
  height: 26px;
  top: -5px;
  left: 8px;
}

.hero-registration-left {
  left: 25px;
}

.hero-registration-right {
  right: 25px;
}

@media (min-width: 1600px) {
  .hero-title {
    font-size: 132px;
  }
}

.section {
  position: relative;
  padding: 118px 0;
  border-top: 1px solid var(--line);
}

.section-shell {
  width: min(calc(100% - 128px), var(--shell));
  margin-inline: auto;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 30px;
  color: var(--blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.kicker > span:first-child {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.problem {
  min-height: 760px;
  display: grid;
  align-items: center;
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: 112px;
  align-items: center;
}

.section-heading h2,
.map-heading h2 {
  margin: 0;
  font-size: 74px;
  line-height: 0.95;
  letter-spacing: 0;
}

.section-lead {
  max-width: 540px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.field-notes {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.field-notes li {
  position: relative;
  min-height: 102px;
  display: grid;
  grid-template-columns: 52px 150px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 18px 52px 18px 22px;
  border: 1px solid rgba(10, 11, 9, 0.35);
  background-color: rgba(242, 238, 226, 0.78);
  background-image: url("assets/fieldwork-paper-texture-v1.webp");
  background-size: 900px auto;
  box-shadow: 0 7px 0 rgba(10, 11, 9, 0.13);
}

.field-notes li:nth-child(1) { transform: rotate(-0.25deg); }
.field-notes li:nth-child(2) { transform: translateX(14px) rotate(0.18deg); }
.field-notes li:nth-child(3) { transform: translateX(-7px) rotate(-0.12deg); }

.note-index {
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
}

.field-notes strong {
  font-size: 20px;
}

.field-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.paper-tab {
  position: absolute;
  top: 25px;
  right: -1px;
  width: 32px;
  height: 50px;
  border-left: 1px solid rgba(10, 11, 9, 0.25);
}

.tab-blue { background: var(--blue); }
.tab-red { background: var(--red); }
.tab-green { background: var(--green); }

.map-section {
  padding-top: 132px;
  padding-bottom: 138px;
}

.map-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 100px;
  align-items: end;
  margin-bottom: 78px;
}

.map-heading h2 {
  max-width: 820px;
  font-size: 86px;
}

.map-lead {
  max-width: 580px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.45;
}

.map-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 56px;
}

.map-facts p {
  min-height: 150px;
  display: grid;
  grid-template-columns: 46px 56px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 26px;
  border: 1px solid rgba(10, 11, 9, 0.34);
  background-color: rgba(242, 238, 226, 0.72);
  background-image: url("assets/fieldwork-paper-texture-v1.webp");
  background-size: 900px auto;
  box-shadow: 0 7px 0 rgba(10, 11, 9, 0.13);
}

.map-facts strong {
  font-size: 36px;
}

.map-facts span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}

.fact-shape {
  width: 40px;
  aspect-ratio: 1;
  display: block;
  box-shadow: 0 5px 0 rgba(10, 11, 9, 0.2);
}

.fact-blue { border-radius: 50%; background: var(--blue); }
.fact-red { border-radius: 3px; background: var(--red); }
.fact-green {
  background: var(--green);
  clip-path: polygon(25% 7%, 75% 7%, 100% 50%, 75% 93%, 25% 93%, 0 50%);
}

.decision-ruler {
  --active-index: 0;
  --active-color: var(--blue);
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--ink);
  background-color: rgba(250, 247, 238, 0.84);
  background-image: url("assets/fieldwork-paper-texture-v1.webp");
  background-size: 1000px auto;
  box-shadow: 0 8px 0 rgba(10, 11, 9, 0.14);
}

.decision-indicator {
  position: absolute;
  z-index: 3;
  top: -1px;
  left: 0;
  width: 20%;
  height: 7px;
  background: var(--active-color);
  transform: translateX(calc(var(--active-index) * 100%));
  transition: transform var(--medium) var(--ease), background var(--fast) linear;
  pointer-events: none;
}

.decision-ruler button {
  min-width: 0;
  min-height: 112px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  transition: color var(--fast) ease, background var(--fast) ease;
}

.decision-ruler button:last-child {
  border-right: 0;
}

.decision-ruler button:hover {
  background: rgba(223, 215, 199, 0.68);
}

.decision-ruler button[aria-selected="true"] {
  color: var(--paper);
  background: var(--ink);
}

.decision-ruler button:focus-visible {
  position: relative;
  z-index: 5;
  outline: 4px solid var(--blue);
  outline-offset: -4px;
}

.decision-ruler button span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.decision-shape {
  width: 38px;
  aspect-ratio: 1;
  display: block;
  box-shadow: 0 5px 0 rgba(10, 11, 9, 0.22);
}

.shape-blue { border-radius: 50%; background: var(--blue); }
.shape-red { border-radius: 3px; background: var(--red); }
.shape-green {
  background: var(--green);
  clip-path: polygon(25% 7%, 75% 7%, 100% 50%, 75% 93%, 25% 93%, 0 50%);
}
.shape-yellow { border-radius: 50%; background: var(--yellow); }
.shape-black { position: relative; border-radius: 2px; background: #111; }
.shape-black::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 12px;
  top: -8px;
  left: 11px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.decision-panel {
  display: grid;
  grid-template-columns: 100px minmax(320px, 0.9fr) minmax(340px, 1.1fr);
  gap: 52px;
  align-items: start;
  margin-top: 46px;
  padding: 38px 0 46px;
  border-top: 7px solid var(--active-color, var(--blue));
  border-bottom: 1px solid var(--line);
}

.decision-number,
.decision-label {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.decision-label {
  margin-bottom: 13px;
  color: var(--muted);
}

.decision-panel h3 {
  max-width: 580px;
  margin: 0;
  font-size: 38px;
  line-height: 1.02;
}

.decision-copy {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.route-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 62px;
}

.route-strip p {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 6px 16px;
  align-content: center;
  margin: 0;
  padding: 18px 24px;
  border: 1px solid rgba(10, 11, 9, 0.32);
  background-color: rgba(242, 238, 226, 0.74);
  background-image: url("assets/fieldwork-paper-texture-v1.webp");
  background-size: 900px auto;
  box-shadow: 0 6px 0 rgba(10, 11, 9, 0.12);
}

.route-strip span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
}

.route-strip strong {
  font-size: 17px;
}

.route-strip small {
  color: var(--muted);
  font-size: 13px;
}

.fit-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 52px 0 0;
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  line-height: 1.6;
  text-transform: uppercase;
}

.fit-line strong {
  color: var(--ink);
}

.cinematic-close {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.cinematic-media {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.cinematic-media,
.cinematic-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.cinematic-media img {
  object-fit: cover;
  object-position: center;
  transition: transform 1500ms var(--ease);
}

.cinematic-close.motion-ready .cinematic-media img {
  transform: translateY(2%);
}

.cinematic-close.motion-ready.is-arrived .cinematic-media img {
  transform: scale(1) translateY(0);
}

.closing-shell {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 128px), var(--shell));
  min-height: calc(100svh - 96px);
  display: flex;
  align-items: flex-start;
  margin-inline: auto;
  padding: 112px 0 160px;
}

.closing-copy {
  width: min(650px, 48%);
}

.closing-copy h2 {
  margin: 0;
  font-size: 82px;
  line-height: 0.93;
  letter-spacing: 0;
}

.closing-copy > p:not(.kicker) {
  max-width: 560px;
  margin: 34px 0 38px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
}

.button-primary {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 52px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  color: var(--paper);
  background: var(--ink);
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: transform var(--fast) ease, background var(--fast) ease;
}

.button-primary:hover {
  transform: translateY(-3px);
  background: #000;
}

.button-primary:focus-visible {
  outline: 4px solid var(--blue);
  outline-offset: 4px;
}

.registration-mark {
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 20px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.registration-mark::before,
.registration-mark::after {
  content: "";
  position: absolute;
  background: var(--ink);
}

.registration-mark::before { width: 28px; height: 1px; top: 9px; left: -5px; }
.registration-mark::after { width: 1px; height: 28px; top: -5px; left: 9px; }
.registration-top-left { top: 24px; left: 24px; }
.registration-top-right { top: 24px; right: 24px; }

.cinematic-footer {
  position: relative;
  z-index: 4;
  width: min(calc(100% - 128px), var(--shell));
  min-height: 96px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  margin: -96px auto 0;
  padding: 20px 0;
  border-top: 1px solid rgba(10, 11, 9, 0.42);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.cinematic-footer > p {
  margin: 0;
  text-align: right;
}

.cinematic-footer > a {
  color: var(--ink);
}

.footer-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-lockup strong {
  margin-left: 4px;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}

.lockup-letter {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--ink);
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 4px 0 rgba(10, 11, 9, 0.2);
}

.lockup-blue { border-radius: 50%; background: var(--blue); }
.lockup-red { border-radius: 3px; background: var(--red); }
.lockup-green {
  background: var(--green);
  clip-path: polygon(25% 7%, 75% 7%, 100% 50%, 75% 93%, 25% 93%, 0 50%);
}

@media (max-width: 1120px) {
  .hero-content {
    padding: 48px 6% 0;
  }

  .hero-copy {
    margin-top: 46px;
  }

  .hero-title {
    font-size: 90px;
  }

  .section-shell,
  .closing-shell,
  .cinematic-footer {
    width: min(calc(100% - 64px), var(--shell));
  }

  .problem-grid {
    grid-template-columns: 1fr;
    gap: 68px;
  }

  .problem {
    min-height: 0;
  }

  .map-heading {
    grid-template-columns: 1fr 0.72fr;
    gap: 62px;
  }

  .section-heading h2,
  .map-heading h2 {
    font-size: 66px;
  }

  .decision-ruler button {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    padding: 16px 8px;
  }

  .decision-panel {
    grid-template-columns: 80px 1fr 1fr;
    gap: 32px;
  }

  .closing-copy h2 {
    font-size: 70px;
  }
}

@media (max-width: 760px) {
  .hero {
    height: 215.96vw;
    min-height: 0;
    max-height: none;
  }

  .hero-content {
    padding: 50px 20px 0;
  }

  .hero-registration {
    top: 14px;
    width: 16px;
    height: 16px;
  }

  .hero-registration::before {
    width: 22px;
    top: 7px;
    left: -4px;
  }

  .hero-registration::after {
    height: 22px;
    top: -4px;
    left: 7px;
  }

  .hero-registration-left {
    left: 14px;
  }

  .hero-registration-right {
    right: 14px;
  }

  .hero-brand {
    gap: 12px;
  }

  .hero-mark {
    gap: 9px;
  }

  .mark-token {
    width: 32px;
    height: 32px;
    font-size: 17px;
    box-shadow:
      inset 1px 1px 0 rgba(255, 255, 255, 0.28),
      inset -1px -1px 0 rgba(10, 11, 9, 0.1),
      0 3px 0 rgba(10, 11, 9, 0.2);
  }

  .brand-name-desktop {
    display: none;
  }

  .brand-name-mobile {
    display: inline;
    font-size: 16px;
  }

  .hero-category {
    display: none;
  }

  .hero-copy {
    margin-top: 48px;
  }

  .hero-title {
    font-size: 54px;
    line-height: 0.94;
  }

  .hero-support {
    max-width: 335px;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.35;
  }

  .hero-actions {
    margin-top: 16px;
  }

  .hero-primary {
    min-width: 0;
    width: 250px;
    min-height: 42px;
    gap: 20px;
    padding: 0 13px;
    font-size: 10px;
  }

  .hero-secondary {
    display: none;
  }

  .section {
    padding: 78px 0;
  }

  .section-shell,
  .closing-shell,
  .cinematic-footer {
    width: calc(100% - 40px);
  }

  .section-heading h2,
  .map-heading h2 {
    font-size: 47px;
  }

  .section-lead,
  .map-lead {
    margin-top: 26px;
    font-size: 17px;
  }

  .problem-grid {
    gap: 52px;
  }

  .field-notes li {
    min-height: 116px;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px 14px;
    padding: 16px 42px 16px 15px;
  }

  .field-notes li:nth-child(n) {
    transform: none;
  }

  .field-notes p {
    grid-column: 2;
    font-size: 14px;
  }

  .paper-tab {
    width: 25px;
    height: 42px;
    top: 36px;
  }

  .map-heading {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 52px;
  }

  .map-facts {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 42px;
  }

  .map-facts p {
    min-height: 92px;
    grid-template-columns: 38px 44px 1fr;
    padding: 18px;
  }

  .fact-shape {
    width: 32px;
  }

  .map-facts strong {
    font-size: 28px;
  }

  .decision-ruler button {
    min-height: 94px;
    gap: 8px;
    padding: 12px 3px;
  }

  .decision-ruler button span {
    font-size: 8px;
  }

  .decision-shape {
    width: 28px;
  }

  .shape-black::after {
    width: 12px;
    height: 9px;
    top: -6px;
    left: 8px;
    border-width: 2px;
  }

  .decision-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
    padding: 26px 0 34px;
  }

  .decision-panel h3 {
    font-size: 32px;
  }

  .decision-copy {
    font-size: 16px;
  }

  .route-strip {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 44px;
  }

  .route-strip p {
    min-height: 90px;
  }

  .fit-line {
    display: block;
    margin-top: 40px;
  }

  .fit-line span {
    display: none;
  }

  .fit-line strong:nth-of-type(2) {
    display: inline-block;
    margin-top: 12px;
  }

  .cinematic-close {
    min-height: 1100px;
  }

  .cinematic-media img {
    object-position: center;
  }

  .closing-shell {
    min-height: 1000px;
    padding: 76px 0 160px;
  }

  .closing-copy {
    width: 100%;
  }

  .closing-copy h2 {
    max-width: 360px;
    font-size: 52px;
  }

  .closing-copy > p:not(.kicker) {
    max-width: 330px;
    margin: 26px 0 32px;
    font-size: 16px;
  }

  .button-primary {
    width: 100%;
  }

  .registration-top-left { top: 14px; left: 14px; }
  .registration-top-right { top: 14px; right: 14px; }

  .cinematic-footer {
    min-height: 120px;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: -120px;
    padding: 18px 0;
  }

  .cinematic-footer > p {
    text-align: left;
  }
}

@media (max-width: 390px) {
  .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 340px) {
  .hero-copy {
    margin-top: 40px;
  }

  .hero-title {
    font-size: 43px;
  }

  .hero-support {
    font-size: 12px;
  }

  .hero-primary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .cinematic-close.motion-ready .cinematic-media img,
  .cinematic-close.motion-ready.is-arrived .cinematic-media img {
    transform: none;
  }
}
