.journey-preview .journey-scene-evidence {
  min-height: 3100px;
}

.journey-preview .proof-instrument-layout {
  display: block;
  min-height: 0;
  padding-top: clamp(120px, 15vh, 180px);
  padding-bottom: 150px;
}

.journey-preview .proof-open-copy {
  position: relative;
  z-index: 4;
  width: min(720px, 56vw);
  margin-left: auto;
}

.journey-preview .proof-open-copy h2 {
  max-width: 720px;
  font-size: clamp(42px, 4vw, 62px);
}

.journey-preview .proof-runway {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 108px;
  padding: 120px 0 0;
}

.journey-preview .proof-runway::before {
  position: absolute;
  top: 30px;
  bottom: 34px;
  left: 50%;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(239, 196, 119, 0.68) 8%, rgba(239, 196, 119, 0.22) 92%, transparent);
  box-shadow: 0 0 18px rgba(239, 196, 119, 0.13);
}

.journey-preview .proof-signal {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  min-height: 360px;
}

.journey-preview .proof-signal::before,
.journey-preview .proof-signal::after {
  position: absolute;
  top: 50%;
  content: "";
}

.journey-preview .proof-signal::before {
  left: calc(50% - 6px);
  z-index: 3;
  width: 11px;
  height: 11px;
  background: var(--v2-brass-light);
  border: 3px solid rgba(3, 13, 21, 0.94);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(239, 196, 119, 0.7), 0 0 18px rgba(239, 196, 119, 0.68);
  transform: translateY(-50%);
}

.journey-preview .proof-signal::after {
  right: 50%;
  left: 0;
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239, 196, 119, 0.35));
}

.journey-preview .proof-signal:nth-child(even)::after {
  right: 0;
  left: 50%;
  background: linear-gradient(90deg, rgba(239, 196, 119, 0.35), transparent);
}

.journey-preview .proof-screen {
  position: relative;
  z-index: 1;
  grid-column: 1 / 7;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #06131e;
  border-top: 1px solid rgba(239, 196, 119, 0.55);
  border-bottom: 1px solid rgba(239, 196, 119, 0.2);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.journey-preview .proof-screen::before,
.journey-preview .proof-screen::after {
  position: absolute;
  z-index: 2;
  width: 23px;
  height: 23px;
  content: "";
  pointer-events: none;
}

.journey-preview .proof-screen::before {
  top: 11px;
  left: 11px;
  border-top: 1px solid var(--v2-brass-light);
  border-left: 1px solid var(--v2-brass-light);
}

.journey-preview .proof-screen::after {
  right: 11px;
  bottom: 11px;
  border-right: 1px solid var(--v2-brass-light);
  border-bottom: 1px solid var(--v2-brass-light);
}

.journey-preview .proof-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: saturate(0.9) contrast(1.02) brightness(0.82);
  transition: filter 320ms ease;
}

.journey-preview .proof-screen > span {
  display: none;
}

.journey-preview .proof-screen:focus-visible {
  outline: 2px solid var(--v2-brass-light);
  outline-offset: 4px;
}

.journey-preview .proof-screen:hover img,
.journey-preview .proof-screen:focus-visible img {
  filter: saturate(1) contrast(1.02) brightness(0.96);
}

.journey-preview .proof-signal-copy {
  position: relative;
  z-index: 2;
  grid-column: 8 / 13;
  max-width: 420px;
  padding: 32px 0 32px 34px;
}

.journey-preview .proof-signal-copy::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(239, 196, 119, 0.55), transparent);
}

.journey-preview .proof-signal:nth-child(even) .proof-screen {
  grid-column: 7 / 13;
  grid-row: 1;
}

.journey-preview .proof-signal:nth-child(even) .proof-signal-copy {
  grid-column: 1 / 6;
  grid-row: 1;
  padding: 32px 34px 32px 0;
  text-align: right;
}

.journey-preview .proof-signal:nth-child(even) .proof-signal-copy::before {
  right: 0;
  left: auto;
}

.journey-preview .proof-signal-copy > span {
  color: var(--v2-brass-light);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journey-preview .proof-signal-copy h3 {
  margin: 12px 0 13px;
  font-family: var(--serif);
  font-size: clamp(36px, 3.8vw, 58px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.journey-preview .proof-signal-copy p {
  margin: 0 0 20px;
  color: rgba(243, 237, 226, 0.66);
  font-size: 14px;
  line-height: 1.55;
}

.journey-preview .proof-signal-copy > a {
  color: var(--v2-brass-light);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.journey-preview .proof-signal-copy > a i {
  margin-left: 7px;
  font-size: 15px;
  font-style: normal;
}

.journey-preview .proof-register {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  width: min(760px, 68%);
  min-height: 54px;
  padding: 10px 14px;
  margin: 8px auto 0;
  color: rgba(243, 237, 226, 0.76);
  background: rgba(3, 13, 21, 0.72);
  border-top: 1px solid rgba(239, 196, 119, 0.28);
  border-bottom: 1px solid rgba(239, 196, 119, 0.15);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
}

.journey-preview .proof-register span {
  width: 7px;
  height: 7px;
  background: var(--v2-brass-light);
  border-radius: 50%;
  box-shadow: 0 0 13px rgba(239, 196, 119, 0.8);
}

.journey-preview .proof-register i {
  color: var(--v2-brass-light);
  font-size: 16px;
  font-style: normal;
}

.journey-preview .journey-instrument-workshop {
  grid-template-columns: minmax(290px, 0.68fr) minmax(520px, 1.32fr);
  gap: clamp(24px, 4vw, 76px);
}

.journey-preview .journey-open-copy-workshop {
  z-index: 4;
  align-self: center;
  padding-right: 0;
}

.journey-preview .plugin-bench {
  position: relative;
  z-index: 4;
  min-height: 590px;
  border-top: 1px solid rgba(239, 196, 119, 0.28);
  border-bottom: 1px solid rgba(239, 196, 119, 0.18);
  background:
    radial-gradient(circle at 52% 48%, rgba(239, 196, 119, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(3, 13, 21, 0.36), rgba(3, 13, 21, 0.04) 48%, rgba(3, 13, 21, 0.42));
}

.journey-preview .plugin-bench::before {
  position: absolute;
  inset: 11px;
  content: "";
  border-right: 1px solid rgba(239, 196, 119, 0.16);
  border-left: 1px solid rgba(239, 196, 119, 0.16);
  pointer-events: none;
}

.journey-preview .plugin-bench-rail {
  position: absolute;
  z-index: 0;
  display: block;
  background: rgba(239, 196, 119, 0.3);
  box-shadow: 0 0 18px rgba(239, 196, 119, 0.13);
}

.journey-preview .plugin-bench-rail-a {
  top: 50%;
  right: 8%;
  left: 8%;
  height: 1px;
}

.journey-preview .plugin-bench-rail-b {
  top: 8%;
  bottom: 15%;
  left: 50%;
  width: 1px;
}

.journey-preview .plugin-specimen {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 15px;
  min-height: 176px;
  padding: 16px;
  color: var(--v2-cream);
  background: linear-gradient(135deg, rgba(4, 18, 29, 0.94), rgba(3, 13, 21, 0.7));
  border: 1px solid rgba(239, 196, 119, 0.3);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28), inset 0 0 34px rgba(102, 156, 178, 0.04);
  transition: color 260ms ease, background 260ms ease, border-color 260ms ease, transform 360ms var(--ease);
}

.journey-preview .plugin-specimen::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 18px;
  height: 18px;
  content: "";
  border-right: 1px solid var(--v2-brass-light);
  border-bottom: 1px solid var(--v2-brass-light);
}

.journey-preview .plugin-specimen:hover,
.journey-preview .plugin-specimen:focus-visible {
  z-index: 4;
  background: linear-gradient(135deg, rgba(10, 31, 44, 0.98), rgba(5, 20, 31, 0.92));
  border-color: rgba(239, 196, 119, 0.68);
  transform: translateY(-6px) rotate(0deg);
}

.journey-preview .plugin-specimen img {
  grid-row: 1 / -1;
  width: 72px;
  height: 72px;
  object-fit: cover;
  align-self: start;
  border: 1px solid rgba(239, 196, 119, 0.3);
  box-shadow: 0 0 24px rgba(239, 196, 119, 0.11);
}

.journey-preview .plugin-specimen span {
  color: var(--v2-brass-light);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journey-preview .plugin-specimen strong {
  margin-top: 8px;
  font-family: var(--serif);
  font-size: clamp(21px, 1.65vw, 27px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}

.journey-preview .plugin-specimen i {
  margin-top: 10px;
  color: rgba(243, 237, 226, 0.6);
  font-size: 10px;
  font-style: normal;
  line-height: 1.4;
}

.journey-preview .plugin-specimen-lightning {
  top: 5%;
  left: 2%;
  width: 47%;
  transform: rotate(-0.8deg);
}

.journey-preview .plugin-specimen-haiku {
  top: 36%;
  left: 7%;
  width: 40%;
  transform: rotate(0.55deg);
}

.journey-preview .plugin-specimen-sentinel {
  top: 11%;
  right: 3%;
  width: 43%;
  transform: rotate(0.75deg);
}

.journey-preview .plugin-specimen-private {
  top: 45%;
  right: 6%;
  width: 45%;
  transform: rotate(-0.45deg);
}

.journey-preview .plugin-specimen-private img {
  filter: saturate(0.8) contrast(1.05);
}

.journey-preview .plugin-bench .workshop-hatch {
  position: absolute;
  right: 6%;
  bottom: 4%;
  left: 7%;
  z-index: 5;
  width: auto;
  min-height: 64px;
  margin: 0;
  padding: 12px 17px;
  background: rgba(3, 13, 21, 0.86);
  backdrop-filter: blur(8px);
}

.journey-preview .plugin-bench .workshop-hatch strong {
  font-size: 21px;
}

@media (max-width: 1040px) {
  .journey-preview .proof-signal {
    min-height: 320px;
  }

  .journey-preview .proof-signal-copy {
    padding-left: 26px;
  }

  .journey-preview .proof-signal:nth-child(even) .proof-signal-copy {
    padding-right: 26px;
  }

  .journey-preview .journey-instrument-workshop {
    grid-template-columns: minmax(260px, 0.62fr) minmax(460px, 1.38fr);
  }

  .journey-preview .plugin-specimen {
    grid-template-columns: 58px 1fr;
    min-height: 168px;
    padding: 13px;
  }

  .journey-preview .plugin-specimen img {
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 840px) {
  .journey-preview .journey-scene-evidence,
  .journey-preview .journey-scene-workshop {
    min-height: auto;
  }

  .journey-preview .proof-instrument-layout,
  .journey-preview .journey-instrument-workshop {
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 72px;
  }

  .journey-preview .proof-open-copy {
    width: auto;
    padding: 0 0 28px;
  }

  .journey-preview .proof-runway {
    gap: 66px;
    padding-top: 66px;
  }

  .journey-preview .proof-runway::before {
    top: 20px;
    bottom: 28px;
    left: 13px;
  }

  .journey-preview .proof-signal {
    display: block;
    min-height: 0;
    padding-left: 34px;
  }

  .journey-preview .proof-signal::before {
    top: 28%;
    left: 8px;
  }

  .journey-preview .proof-signal::after,
  .journey-preview .proof-signal:nth-child(even)::after {
    top: 28%;
    right: auto;
    left: 13px;
    width: 21px;
    background: linear-gradient(90deg, rgba(239, 196, 119, 0.5), transparent);
  }

  .journey-preview .proof-screen,
  .journey-preview .proof-signal:nth-child(even) .proof-screen {
    width: 100%;
  }

  .journey-preview .proof-signal-copy,
  .journey-preview .proof-signal:nth-child(even) .proof-signal-copy {
    max-width: none;
    padding: 24px 0 0;
    text-align: left;
  }

  .journey-preview .proof-signal-copy::before {
    display: none;
  }

  .journey-preview .proof-signal-copy h3 {
    font-size: clamp(36px, 9vw, 52px);
  }

  .journey-preview .proof-register {
    width: calc(100% - 34px);
    min-height: 52px;
    margin-left: 34px;
  }

  .journey-preview .journey-instrument-workshop {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .journey-preview .journey-open-copy-workshop {
    align-self: auto;
    padding: 0;
  }

  .journey-preview .plugin-bench {
    min-height: auto;
    padding: 14px;
  }

  .journey-preview .plugin-bench-rail {
    display: none;
  }

  .journey-preview .plugin-specimen,
  .journey-preview .plugin-specimen-lightning,
  .journey-preview .plugin-specimen-haiku,
  .journey-preview .plugin-specimen-sentinel,
  .journey-preview .plugin-specimen-private {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 142px;
    margin-bottom: 8px;
    transform: none;
  }

  .journey-preview .plugin-bench .workshop-hatch {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey-preview .proof-screen img,
  .journey-preview .plugin-specimen {
    transition: none;
  }
}

/* The journey's emblem arrives in the closing invitation, then comes to rest. */
.home-v2 .final-invitation {
  position: relative;
  isolation: isolate;
}

.home-v2 .final-invitation::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 52%, rgba(229, 163, 64, 0.14), transparent 24%),
    linear-gradient(105deg, rgba(3, 13, 21, 0.14), rgba(3, 13, 21, 0.68));
  content: "";
  pointer-events: none;
}

.home-v2 .final-emblem-stage {
  position: relative;
  align-self: stretch;
  min-width: 0;
  min-height: 620px;
  margin-left: clamp(-210px, -11vw, -70px);
  isolation: isolate;
}

.home-v2 .final-emblem-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: drop-shadow(0 34px 42px rgba(0, 0, 0, 0.3));
  transition: opacity 420ms ease;
}

.home-v2 .final-emblem-stage.is-ready .final-emblem-canvas {
  opacity: 1;
}

.home-v2 .final-emblem-rest {
  position: absolute;
  right: 8%;
  bottom: 13%;
  left: 12%;
  z-index: -1;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(237, 174, 77, 0.2), rgba(3, 13, 21, 0) 68%);
  opacity: 0;
  filter: blur(12px);
  transform: scaleX(0.55);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.home-v2 .final-emblem-stage.is-settled .final-emblem-rest {
  opacity: 1;
  transform: scaleX(1);
}

@media (max-width: 1040px) {
  .home-v2 .final-emblem-stage {
    min-height: 520px;
    margin-left: -80px;
  }
}

@media (max-width: 760px) {
  .home-v2 .final-invitation .shell {
    padding-top: 18px;
  }

  .home-v2 .final-emblem-stage {
    width: calc(100% + 48px);
    min-height: min(116vw, 500px);
    margin: -4px -24px -34px;
  }

  .home-v2 .final-emblem-rest {
    right: 15%;
    bottom: 7%;
    left: 15%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v2 .final-emblem-canvas,
  .home-v2 .final-emblem-rest {
    transition: none;
  }
}
