/* 02 / THE SEQUENCE — dark teal phase atlas.
   Static, glass-led redesign: no scroll pinning, no canvas, no continuous loops. */

.av-process-v4 .av-process-sequence {
  --seq-ink: #f7fffb;
  --seq-muted: rgba(222, 245, 239, 0.68);
  --seq-soft: rgba(222, 245, 239, 0.46);
  --seq-line: rgba(229, 248, 242, 0.16);
  --seq-line-strong: rgba(229, 248, 242, 0.28);
  --seq-glass: rgba(234, 255, 248, 0.085);
  --seq-glass-strong: rgba(234, 255, 248, 0.13);
  --seq-teal: #9ee0d2;
  --seq-teal-strong: #c3fff0;
  --seq-depth: #031815;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 14%, rgba(120, 224, 198, 0.22), transparent 30%),
    radial-gradient(circle at 78% 16%, rgba(241, 255, 250, 0.11), transparent 28%),
    radial-gradient(circle at 54% 94%, rgba(50, 154, 134, 0.22), transparent 34%),
    linear-gradient(rgba(244, 255, 250, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 255, 250, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #031815 0%, #062f2a 44%, #041f1c 100%);
  background-size: auto, auto, auto, 82px 82px, 82px 82px, auto;
  color: var(--seq-ink);
}

.av-process-v4 .av-process-sequence::before,
.av-process-v4 .av-process-sequence::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.av-process-v4 .av-process-sequence::before {
  inset: 7% 5%;
  border: 1px solid rgba(244, 255, 250, 0.08);
  opacity: 0.8;
}

.av-process-v4 .av-process-sequence::after {
  top: 17%;
  right: -16vw;
  width: min(54vw, 760px);
  height: min(54vw, 760px);
  border: 1px solid rgba(158, 224, 210, 0.14);
  border-radius: 999px;
  background:
    radial-gradient(circle, transparent 50%, rgba(158, 224, 210, 0.06) 51%, transparent 52%),
    radial-gradient(circle, rgba(158, 224, 210, 0.08), transparent 62%);
  opacity: 0.78;
}

.av-process-v4 .av-process-sequence *,
.av-process-v4 .av-process-sequence *::before,
.av-process-v4 .av-process-sequence *::after {
  animation: none !important;
  filter: none !important;
  will-change: auto !important;
}

.av-process-v4 .av-process-sequence > .av-process-shell,
.av-process-v4 .av-process-sequence__pin {
  position: relative;
  z-index: 2;
}

.av-process-v4 .av-process-sequence .av-process-section-head {
  border-color: var(--seq-line);
}

.av-process-v4 .av-process-sequence .av-process-section-head p {
  color: var(--seq-muted) !important;
  -webkit-text-fill-color: var(--seq-muted) !important;
}

.av-process-v4 .av-process-sequence .av-process-kicker {
  color: var(--seq-teal) !important;
  -webkit-text-fill-color: var(--seq-teal) !important;
}

@media (min-width: 901px) {
  .av-process-v4 .av-process-sequence__pin {
    min-height: 0;
    overflow: visible;
    background: transparent;
  }

  .av-process-v4 .av-process-sequence__viewport {
    min-height: 0;
    padding-top: clamp(34px, 4vw, 54px);
    padding-bottom: 42px;
  }

  .av-process-v4 .av-process-sequence__frame,
  .av-process-v4 .av-process-sequence__frame:nth-child(n) {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(430px, 1.22fr) minmax(360px, 0.86fr);
    grid-template-rows: minmax(590px, 68vh) 112px;
    gap: 18px;
    align-items: stretch;
    height: auto;
    min-height: 0;
    overflow: visible;
    perspective: none;
  }

  .av-process-v4 .av-process-sequence__frame::before {
    position: absolute;
    z-index: -1;
    inset: 28px 34px 70px 34px;
    display: block;
    border: 1px solid rgba(229, 248, 242, 0.08);
    border-radius: 36px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%),
      rgba(1, 18, 16, 0.18);
    content: "";
  }

  .av-process-v4 .av-process-sequence__frame::after {
    position: absolute;
    z-index: 0;
    top: 88px;
    left: clamp(180px, 19vw, 286px);
    display: block;
    width: clamp(160px, 19vw, 280px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(158, 224, 210, 0.46), transparent);
    content: "";
    transform: rotate(-22deg);
    transform-origin: left center;
  }

  .av-process-v4 .av-process-sequence__media {
    position: relative;
    z-index: 2;
    inset: auto;
    grid-column: 1 / span 2;
    grid-row: 1;
    width: 100%;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--seq-line-strong);
    border-radius: 34px 8px 34px 8px;
    background:
      linear-gradient(135deg, rgba(244, 255, 250, 0.1), rgba(244, 255, 250, 0.02)),
      rgba(244, 255, 250, 0.07);
    box-shadow:
      0 40px 120px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
    clip-path: none;
    isolation: isolate;
    transform: none;
  }

  .av-process-v4 .av-process-sequence__media::before {
    position: absolute;
    z-index: 9;
    inset: 18px;
    border: 1px solid rgba(244, 255, 250, 0.22);
    border-radius: 24px 4px 24px 4px;
    content: "";
    pointer-events: none;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .av-process-v4 .av-process-sequence__media::after {
    position: absolute;
    z-index: 8;
    inset: 0;
    border: 0;
    border-radius: inherit;
    background:
      radial-gradient(circle at 25% 18%, rgba(188, 255, 238, 0.18), transparent 28%),
      linear-gradient(90deg, rgba(3, 24, 21, 0.48), rgba(3, 24, 21, 0.06) 48%, rgba(3, 24, 21, 0.24)),
      linear-gradient(0deg, rgba(3, 24, 21, 0.46), transparent 48%);
    content: "";
    pointer-events: none;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .av-process-v4 .av-process-sequence__media figure {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: inherit;
    background: rgba(244, 255, 250, 0.07);
    box-shadow: none;
    cursor: pointer;
    transform-origin: 50% 50%;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    clip-path: inset(0 0 0 0 round 34px 8px 34px 8px);
  }

  .av-process-v4 .av-process-sequence__media figure::before,
  .av-process-v4 .av-process-sequence__media figure::after {
    display: none !important;
    content: none !important;
  }

  .av-process-v4 .av-process-sequence__media img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    opacity: 1;
    filter: saturate(0.98) contrast(1.02) brightness(0.94) !important;
    transform: none;
    transition: none;
  }

  .av-process-v4 .av-process-sequence__media figcaption {
    position: absolute;
    z-index: 12;
    top: auto !important;
    right: auto !important;
    bottom: 28px !important;
    left: 28px !important;
    display: inline-grid;
    grid-template-columns: auto auto auto;
    gap: 12px;
    align-items: center;
    width: min(530px, calc(100% - 56px));
    height: auto !important;
    min-height: 0 !important;
    max-height: 48px !important;
    padding: 13px 16px;
    border: 1px solid rgba(244, 255, 250, 0.2);
    border-radius: 999px !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
      rgba(3, 30, 27, 0.76);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px) saturate(130%);
    -webkit-backdrop-filter: blur(14px) saturate(130%);
  }

  .av-process-v4 .av-process-sequence__media figcaption span,
  .av-process-v4 .av-process-sequence__media figcaption strong,
  .av-process-v4 .av-process-sequence__media figcaption small {
    grid-row: auto;
    color: rgba(244, 255, 250, 0.7) !important;
    font-size: 7px;
    font-weight: 740;
    letter-spacing: 0.12em;
    -webkit-text-fill-color: rgba(244, 255, 250, 0.7) !important;
  }

  .av-process-v4 .av-process-sequence__media figcaption strong {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }

  .av-process-v4 .av-process-sequence__media figcaption small {
    justify-self: end;
    color: var(--seq-teal) !important;
    -webkit-text-fill-color: var(--seq-teal) !important;
  }

  .av-process-v4 .av-process-sequence__copy {
    position: relative;
    z-index: 5;
    inset: auto;
    grid-column: 3;
    grid-row: 1;
    width: 100%;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--seq-line);
    border-radius: 8px 34px 8px 34px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
      rgba(2, 25, 22, 0.52);
    box-shadow:
      0 30px 90px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px) saturate(125%);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
    transform: none;
  }

  .av-process-v4 .av-process-sequence__copy::before {
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(244, 255, 250, 0.1);
    border-radius: 3px 24px 3px 24px;
    content: "";
    pointer-events: none;
  }

  .av-process-v4 .av-process-sequence__copy article {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: clamp(22px, 2.35vw, 34px);
    border: 0;
    background: transparent;
    box-shadow: none;
    clip-path: none;
  }

  .av-process-v4 .av-process-sequence__copy article::before {
    display: none;
  }

  .av-process-v4 .av-process-sequence__folio-meta {
    position: static;
    inset: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    min-height: 0;
    padding: 0 0 18px;
    border-color: var(--seq-line);
  }

  .av-process-v4 .av-process-sequence__folio-meta .av-process-kicker {
    color: var(--seq-teal) !important;
    -webkit-text-fill-color: var(--seq-teal) !important;
  }

  .av-process-v4 .av-process-sequence__folio-meta .av-process-number {
    color: var(--seq-soft) !important;
    -webkit-text-fill-color: var(--seq-soft) !important;
  }

  .av-process-v4 .av-process-light .av-process-sequence__copy h2,
  .av-process-v4 .av-process-sequence__copy h2 {
    position: static;
    inset: auto;
    width: auto;
    max-width: 520px;
    margin: clamp(18px, 2.5vh, 28px) 0 14px;
    color: var(--seq-ink) !important;
    font-size: clamp(38px, 3.35vw, 58px);
    font-weight: 360;
    letter-spacing: -0.066em;
    line-height: 0.91;
    -webkit-text-fill-color: var(--seq-ink) !important;
  }

  .av-process-v4 .av-process-light .av-process-sequence__copy p,
  .av-process-v4 .av-process-sequence__copy p {
    position: static;
    inset: auto;
    width: auto;
    max-width: 470px;
    margin: 0;
    color: var(--seq-muted) !important;
    font-size: 11.5px;
    line-height: 1.62;
    -webkit-text-fill-color: var(--seq-muted) !important;
  }

  .av-process-v4 .av-process-sequence__detail-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--seq-line);
    color: var(--seq-teal) !important;
    font-size: 7px;
    font-weight: 780;
    letter-spacing: 0.14em;
    -webkit-text-fill-color: var(--seq-teal) !important;
  }

  .av-process-v4 .av-process-sequence__detail-label small {
    color: var(--seq-soft) !important;
    font-size: 6px;
    -webkit-text-fill-color: var(--seq-soft) !important;
  }

  .av-process-v4 .av-process-sequence__copy ul {
    position: static;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(92px, 1fr));
    gap: 8px;
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    min-height: 0;
    margin: 12px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    counter-reset: sequence-point;
  }

  .av-process-v4 .av-process-sequence__copy li {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 0;
    padding: 28px 12px 12px;
    border: 1px solid rgba(229, 248, 242, 0.12);
    border-radius: 18px 4px 18px 4px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
      rgba(255, 255, 255, 0.035);
    color: rgba(237, 248, 244, 0.78) !important;
    font-size: 8px;
    line-height: 1.45;
    counter-increment: sequence-point;
    -webkit-text-fill-color: rgba(237, 248, 244, 0.78) !important;
  }

  .av-process-v4 .av-process-sequence__copy li:nth-child(2n) {
    border-right: 1px solid rgba(229, 248, 242, 0.12);
  }

  .av-process-v4 .av-process-sequence__copy li::before {
    position: absolute;
    top: 8px;
    left: 10px;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--seq-teal) !important;
    content: "0" counter(sequence-point);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, sans-serif;
    font-size: 7px;
    font-weight: 760;
    -webkit-text-fill-color: var(--seq-teal) !important;
  }

  .av-process-v4 .av-process-sequence__handoff {
    position: static;
    inset: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    max-width: none;
    margin-top: 14px;
    padding: 12px 0 0;
    border-color: var(--seq-line);
  }

  .av-process-v4 .av-process-sequence__handoff span {
    color: var(--seq-teal) !important;
    font-size: 8px;
    -webkit-text-fill-color: var(--seq-teal) !important;
  }

  .av-process-v4 .av-process-sequence__handoff small {
    color: var(--seq-soft) !important;
    font-size: 6px;
    -webkit-text-fill-color: var(--seq-soft) !important;
  }

  .av-process-v4 .av-process-sequence__rail {
    position: relative;
    z-index: 8;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: 1fr;
    grid-column: 1 / -1;
    grid-row: 2;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 12px;
    overflow: visible;
    border: 1px solid var(--seq-line);
    border-radius: 999px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
      rgba(2, 25, 22, 0.56);
    box-shadow:
      0 26px 74px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
    clip: auto;
    clip-path: none;
    white-space: normal;
    transform: none;
    backdrop-filter: blur(16px) saturate(125%);
    -webkit-backdrop-filter: blur(16px) saturate(125%);
  }

  .av-process-v4 .av-process-sequence__rail::before {
    position: absolute;
    top: -24px;
    left: 24px;
    display: block;
    padding: 0;
    border: 0;
    color: rgba(236, 248, 244, 0.52) !important;
    content: "PHASE ATLAS / SELECT A MOMENT";
    font-size: 7px;
    font-weight: 760;
    letter-spacing: 0.16em;
    -webkit-text-fill-color: rgba(236, 248, 244, 0.52) !important;
  }

  .av-process-v4 .av-process-sequence__progress {
    display: none;
  }

  .av-process-v4 .av-process-sequence__rail button,
  .av-process-v4 .av-process-sequence__rail button:first-of-type,
  .av-process-v4 .av-process-sequence__rail button:nth-of-type(n) {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 3px 9px;
    align-content: center;
    width: 100%;
    height: 100%;
    padding: 0 13px;
    overflow: hidden;
    border: 1px solid rgba(229, 248, 242, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: none;
    color: var(--seq-muted);
    text-align: left;
    cursor: pointer;
    transform: none;
    transition:
      border-color 180ms ease,
      background-color 180ms ease,
      transform 180ms ease;
  }

  .av-process-v4 .av-process-sequence__rail button::before {
    position: absolute;
    top: 50%;
    left: 13px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(158, 224, 210, 0.44);
    content: "";
    transform: translateY(-50%);
  }

  .av-process-v4 .av-process-sequence__rail button::after,
  .av-process-v4 .av-process-sequence__rail button:first-of-type::before {
    display: block;
  }

  .av-process-v4 .av-process-sequence__rail button:hover {
    border-color: rgba(158, 224, 210, 0.34);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-1px);
  }

  .av-process-v4 .av-process-sequence__rail button:focus {
    outline: none;
  }

  .av-process-v4 .av-process-sequence__rail button:focus-visible {
    outline: 2px solid rgba(158, 224, 210, 0.72);
    outline-offset: 3px;
  }

  .av-process-v4 .av-process-sequence__rail b {
    display: grid;
    grid-row: 1 / span 2;
    place-items: center;
    width: 28px;
    height: 28px;
    margin-left: 5px;
    border: 1px solid rgba(229, 248, 242, 0.16);
    border-radius: 999px;
    color: var(--seq-teal) !important;
    font-size: 8px;
    font-weight: 650;
    -webkit-text-fill-color: var(--seq-teal) !important;
  }

  .av-process-v4 .av-process-sequence__rail small {
    display: block;
    overflow: hidden;
    color: rgba(247, 255, 251, 0.9) !important;
    font-size: 8px;
    font-weight: 780;
    letter-spacing: 0.1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-text-fill-color: rgba(247, 255, 251, 0.9) !important;
  }

  .av-process-v4 .av-process-sequence__rail em {
    overflow: hidden;
    color: rgba(226, 244, 238, 0.48) !important;
    font-size: 6px;
    font-style: normal;
    font-weight: 620;
    letter-spacing: 0.06em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-text-fill-color: rgba(226, 244, 238, 0.48) !important;
  }

  .av-process-v4 .av-process-sequence__rail button.is-active {
    border-color: rgba(195, 255, 240, 0.42);
    background:
      linear-gradient(135deg, rgba(195, 255, 240, 0.18), rgba(255, 255, 255, 0.055)),
      rgba(158, 224, 210, 0.12);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      0 12px 30px rgba(0, 0, 0, 0.16);
  }

  .av-process-v4 .av-process-sequence__rail button.is-active::before {
    background: var(--seq-teal-strong);
    box-shadow: 0 0 18px rgba(158, 224, 210, 0.72);
  }

  .av-process-v4 .av-process-sequence__rail button.is-active b {
    border-color: rgba(244, 255, 250, 0.3);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }

  .av-process-v4 .av-process-sequence__rail button.is-active small {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }

  .av-process-v4 .av-process-sequence__rail button.is-active em {
    color: rgba(244, 255, 250, 0.66) !important;
    -webkit-text-fill-color: rgba(244, 255, 250, 0.66) !important;
  }

  .av-process-v4 .av-process-sequence__pixels {
    display: none;
  }

  .av-process-v4 .av-process-sequence__scanner {
    position: absolute;
    z-index: 13;
    top: 0;
    bottom: 0;
    left: -26%;
    display: block;
    width: 22%;
    border-radius: 999px;
    background:
      linear-gradient(90deg, transparent, rgba(195, 255, 240, 0.18), rgba(255, 255, 255, 0.28), transparent);
    opacity: 0;
    pointer-events: none;
    transform: skewX(-12deg) translateX(-140%);
    mix-blend-mode: screen;
  }

  .av-process-v4 .av-process-sequence__digit {
    z-index: 1;
    right: 24px;
    bottom: 118px;
    display: block;
    color: rgba(244, 255, 250, 0.1);
    font-size: clamp(140px, 14vw, 230px);
    opacity: 1;
    pointer-events: none;
  }

  .av-process-v4 .av-process-vault__controls {
    display: none;
  }

  .av-process-v4 .av-process-sequence__footer-note {
    position: relative;
    z-index: 5;
    margin-top: 28px;
    border-color: var(--seq-line);
  }

  .av-process-v4 .av-process-sequence__footer-note p,
  .av-process-v4 .av-process-sequence__footer-note span {
    color: rgba(226, 244, 238, 0.5) !important;
    -webkit-text-fill-color: rgba(226, 244, 238, 0.5) !important;
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
  .av-process-v4 .av-process-sequence__frame,
  .av-process-v4 .av-process-sequence__frame:nth-child(n) {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    grid-template-rows: minmax(590px, 68vh) 126px;
    gap: 16px;
  }

  .av-process-v4 .av-process-sequence__media {
    grid-column: 1;
  }

  .av-process-v4 .av-process-sequence__copy {
    grid-column: 2;
  }

  .av-process-v4 .av-process-sequence__rail {
    grid-column: 1 / -1;
  }

  .av-process-v4 .av-process-sequence__rail em {
    display: none;
  }

  .av-process-v4 .av-process-sequence__copy h2 {
    font-size: clamp(38px, 4.2vw, 54px);
  }
}

@media (max-width: 900px) {
  .av-process-v4 .av-process-sequence {
    background:
      radial-gradient(circle at 18% 8%, rgba(120, 224, 198, 0.2), transparent 34%),
      linear-gradient(145deg, #031815 0%, #062f2a 52%, #041f1c 100%);
  }

  .av-process-v4 .av-process-sequence__mobile article {
    border-color: rgba(244, 255, 250, 0.16);
    border-radius: 24px 6px 24px 6px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
      rgba(2, 25, 22, 0.58);
  }
}

html.av-non-home-route #root .av-process-v4 .av-process-sequence,
html.av-non-home-route #root .av-process-v4 .av-process-sequence :where(h1, h2, h3, h4, h5, h6, p, span, strong, em, small, li, label, figcaption, button) {
  color: rgba(237, 248, 244, 0.74) !important;
  -webkit-text-fill-color: rgba(237, 248, 244, 0.74) !important;
}

html.av-non-home-route #root .av-process-v4 .av-process-sequence .av-process-kicker,
html.av-non-home-route #root .av-process-v4 .av-process-sequence__folio-meta .av-process-kicker,
html.av-non-home-route #root .av-process-v4 .av-process-sequence__detail-label,
html.av-non-home-route #root .av-process-v4 .av-process-sequence__handoff span,
html.av-non-home-route #root .av-process-v4 .av-process-sequence__copy li::before,
html.av-non-home-route #root .av-process-v4 .av-process-sequence__rail b {
  color: var(--seq-teal) !important;
  -webkit-text-fill-color: var(--seq-teal) !important;
}

html.av-non-home-route #root .av-process-v4 .av-process-sequence__copy h2,
html.av-non-home-route #root .av-process-v4 .av-process-sequence__rail button.is-active small,
html.av-non-home-route #root .av-process-v4 .av-process-sequence__media figcaption strong {
  color: var(--seq-ink) !important;
  -webkit-text-fill-color: var(--seq-ink) !important;
}

html.av-non-home-route #root .av-process-v4 .av-process-sequence__copy p {
  color: var(--seq-muted) !important;
  -webkit-text-fill-color: var(--seq-muted) !important;
}

html.av-non-home-route #root .av-process-v4 .av-process-sequence__copy li {
  color: rgba(237, 248, 244, 0.78) !important;
  -webkit-text-fill-color: rgba(237, 248, 244, 0.78) !important;
}

html.av-non-home-route #root .av-process-v4 .av-process-sequence__rail button.is-active b {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html.av-non-home-route #root .av-process-v4 .av-process-sequence__rail small {
  color: rgba(247, 255, 251, 0.92) !important;
  -webkit-text-fill-color: rgba(247, 255, 251, 0.92) !important;
}

html.av-non-home-route #root .av-process-v4 .av-process-sequence__rail em,
html.av-non-home-route #root .av-process-v4 .av-process-sequence .av-process-section-head p,
html.av-non-home-route #root .av-process-v4 .av-process-sequence__detail-label small,
html.av-non-home-route #root .av-process-v4 .av-process-sequence__handoff small,
html.av-non-home-route #root .av-process-v4 .av-process-sequence__footer-note p,
html.av-non-home-route #root .av-process-v4 .av-process-sequence__footer-note span {
  color: rgba(226, 244, 238, 0.52) !important;
  -webkit-text-fill-color: rgba(226, 244, 238, 0.52) !important;
}

/* Process polish pass: full-width grid, live handoff rail, and a less literal Phase 00 launch. */

@keyframes av-process-handoff-pulse {
  0%,
  100% {
    opacity: 0.42;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
}

@keyframes av-process-launch-sweep {
  0% {
    transform: translateX(-125%) skewX(-18deg);
  }

  52%,
  100% {
    transform: translateX(155%) skewX(-18deg);
  }
}

@keyframes av-process-launch-tick {
  0%,
  100% {
    transform: translateX(-6px);
    opacity: 0.42;
  }

  50% {
    transform: translateX(8px);
    opacity: 1;
  }
}

.av-process-v4 {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.av-process-v4 .av-process-shell {
  width: min(calc(100vw - clamp(32px, 5vw, 96px)), var(--av-process-shell));
  max-width: var(--av-process-shell);
}

.av-process-v4 .av-process-manifest,
.av-process-v4 .av-process-control {
  position: relative;
  overflow: clip;
}

.av-process-v4 .av-process-manifest::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(42, 141, 128, 0.12), transparent 30%),
    linear-gradient(90deg, rgba(4, 31, 29, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(4, 31, 29, 0.03) 1px, transparent 1px);
  background-size: auto, 96px 96px, 96px 96px;
  content: "";
  pointer-events: none;
}

.av-process-v4 .av-process-manifest__statement {
  grid-template-columns: minmax(0, 7fr) minmax(320px, 3.2fr);
}

.av-process-v4 .av-process-handoff {
  --av-handoff-scan: 0%;
  min-height: 214px;
  padding: 66px clamp(8px, 1vw, 18px) 32px;
  overflow: hidden;
  border: 1px solid rgba(7, 53, 48, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at var(--av-handoff-scan) 22%, rgba(42, 141, 128, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 247, 0.72));
  box-shadow:
    0 28px 90px rgba(8, 35, 31, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.av-process-v4 .av-process-handoff::before,
.av-process-v4 .av-process-handoff::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.av-process-v4 .av-process-handoff::before {
  background:
    linear-gradient(90deg, transparent, rgba(42, 141, 128, 0.12), transparent),
    repeating-linear-gradient(90deg, transparent 0 91px, rgba(7, 53, 48, 0.06) 92px 93px);
  opacity: 0.72;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.av-process-v4 .av-process-handoff::after {
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(158, 223, 209, 0.38), transparent);
  transform: translateX(calc(var(--av-handoff-scan) - 50%)) skewX(-14deg);
  mix-blend-mode: multiply;
  opacity: 0.7;
}

.av-process-v4 .av-process-handoff__rail {
  top: 64px;
  right: calc(8.333% + clamp(8px, 1vw, 18px));
  left: calc(8.333% + clamp(8px, 1vw, 18px));
  height: 2px;
  background: rgba(7, 53, 48, 0.12);
}

.av-process-v4 .av-process-handoff__rail span {
  background: linear-gradient(90deg, #0e574f, #9edfd1, #0e574f);
  box-shadow: 0 0 22px rgba(42, 141, 128, 0.22);
}

.av-process-v4 .av-process-handoff__rail i {
  width: 15px;
  height: 15px;
  border-width: 3px;
  background: #d9fff7;
  box-shadow:
    0 0 0 8px rgba(42, 141, 128, 0.11),
    0 0 28px rgba(42, 141, 128, 0.5);
}

.av-process-v4 .av-process-handoff__node {
  z-index: 2;
  min-height: 110px;
  padding-inline: clamp(8px, 1.2vw, 18px);
}

.av-process-v4 .av-process-handoff__node::before {
  top: -8px;
  width: 14px;
  height: 14px;
  background: #f8fffd;
  box-shadow:
    0 0 0 1px var(--av-process-teal-700),
    0 0 0 8px rgba(42, 141, 128, 0.09);
  animation: av-process-handoff-pulse 2.8s ease-in-out infinite;
  animation-delay: calc(var(--node-index, 0) * 120ms);
}

.av-process-v4 .av-process-handoff__node:nth-of-type(2) {
  --node-index: 0;
}

.av-process-v4 .av-process-handoff__node:nth-of-type(3) {
  --node-index: 1;
}

.av-process-v4 .av-process-handoff__node:nth-of-type(4) {
  --node-index: 2;
}

.av-process-v4 .av-process-handoff__node:nth-of-type(5) {
  --node-index: 3;
}

.av-process-v4 .av-process-handoff__node:nth-of-type(6) {
  --node-index: 4;
}

.av-process-v4 .av-process-handoff__node:nth-of-type(7) {
  --node-index: 5;
}

.av-process-v4 .av-process-handoff__node b {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(14, 87, 79, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.av-process-v4 .av-process-handoff__node span {
  color: #0d2b27;
  font-size: 10px;
}

.av-process-v4 .av-process-handoff__node small {
  max-width: 138px;
  color: rgba(11, 23, 21, 0.56);
}

.av-process-v4 .av-process-sequence {
  width: 100%;
}

@media (min-width: 901px) {
  .av-process-v4 .av-process-sequence__frame,
  .av-process-v4 .av-process-sequence__frame:nth-child(n) {
    grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.14fr) minmax(340px, 0.84fr);
    gap: clamp(16px, 1.8vw, 28px);
  }

  .av-process-v4 .av-process-sequence *,
  .av-process-v4 .av-process-sequence *::before,
  .av-process-v4 .av-process-sequence *::after {
    will-change: transform, opacity;
  }

  .av-process-v4 .av-process-sequence__rail {
    min-width: 0;
  }
}

.av-process-v4 .av-process-threshold {
  min-height: max(760px, 100svh);
  background:
    radial-gradient(circle at 24% 46%, rgba(158, 223, 209, 0.12), transparent 31%),
    linear-gradient(135deg, #021513 0%, #052b27 54%, #031b19 100%);
}

.av-process-v4 .av-process-threshold__inner {
  width: min(calc(100vw - clamp(32px, 5vw, 96px)), var(--av-process-shell));
}

.av-process-v4 .av-process-threshold__footer {
  align-items: center;
  min-height: 148px;
}

.av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 46px;
  gap: 14px;
  align-items: center;
  width: min(440px, 46vw);
  height: auto;
  min-height: 86px;
  padding: 15px 16px;
  overflow: hidden;
  border: 1px solid rgba(224, 251, 245, 0.22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 50%, rgba(158, 223, 209, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(3, 31, 28, 0.7);
  box-shadow:
    0 28px 80px rgba(0, 8, 7, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  color: #fff !important;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  transition:
    border-color 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
}

.av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch::before {
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(219, 255, 247, 0.22), transparent);
  content: "";
  animation: av-process-launch-sweep 3.8s ease-in-out infinite;
}

.av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch::after {
  position: absolute;
  right: 78px;
  left: 90px;
  bottom: 16px;
  height: 1px;
  background:
    linear-gradient(90deg, rgba(158, 223, 209, 0), rgba(158, 223, 209, 0.8), rgba(158, 223, 209, 0));
  content: "";
  transform-origin: left center;
}

.av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch:hover {
  border-color: rgba(224, 251, 245, 0.46);
  background:
    radial-gradient(circle at 22% 50%, rgba(158, 223, 209, 0.28), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.055)),
    rgba(4, 39, 36, 0.78);
  box-shadow:
    0 34px 96px rgba(0, 8, 7, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.av-process-v4 .av-process-threshold__launch > * {
  position: relative;
  z-index: 2;
}

.av-process-v4 .av-process-threshold__launch-index {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(224, 251, 245, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--av-process-mint) !important;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  -webkit-text-fill-color: var(--av-process-mint) !important;
}

.av-process-v4 .av-process-threshold__launch-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.av-process-v4 .av-process-threshold__launch-copy small,
.av-process-v4 .av-process-threshold__launch-copy strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.av-process-v4 .av-process-threshold__launch-copy small {
  color: rgba(224, 251, 245, 0.54) !important;
  font-size: 7px;
  font-weight: 760;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  -webkit-text-fill-color: rgba(224, 251, 245, 0.54) !important;
}

.av-process-v4 .av-process-threshold__launch-copy strong {
  color: #fff !important;
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 420;
  letter-spacing: -0.035em;
  -webkit-text-fill-color: #fff !important;
}

.av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch b {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: var(--av-process-mint);
  color: #062b28 !important;
  font-size: 18px;
  font-weight: 500;
  -webkit-text-fill-color: #062b28 !important;
  transition: transform 240ms ease;
}

.av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch:hover b {
  transform: rotate(12deg) scale(1.04);
}

.av-process-v4 .av-process-threshold__launch i {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 70px;
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: var(--av-process-mint);
  animation: av-process-launch-tick 1.6s ease-in-out infinite;
  content: "";
}

@media (max-width: 900px) {
  .av-process-v4 .av-process-shell,
  .av-process-v4 .av-process-threshold__inner {
    width: min(calc(100vw - 28px), var(--av-process-shell));
  }

  .av-process-v4 .av-process-manifest__statement {
    grid-template-columns: 1fr;
  }

  .av-process-v4 .av-process-handoff {
    grid-template-columns: repeat(6, minmax(150px, 1fr));
    min-height: 188px;
    border-radius: 20px;
    overflow-x: auto;
  }

  .av-process-v4 .av-process-handoff__rail {
    right: 86px;
    left: 86px;
    width: 760px;
  }

  .av-process-v4 .av-process-threshold__footer {
    align-items: stretch;
    gap: 24px;
    flex-direction: column;
  }

  .av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch {
    width: min(100%, 430px);
  }

  .av-process-v4 .av-process-threshold__footer > p {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch {
    grid-template-columns: 46px minmax(0, 1fr) 42px;
    min-height: 76px;
    padding: 12px;
  }

  .av-process-v4 .av-process-threshold__launch-index {
    width: 46px;
    height: 46px;
  }

  .av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch b {
    width: 42px;
    height: 42px;
  }
}

/* Process section second pass: richer continuity lab and tighter Phase 00. */

.av-process-v4 .av-process-handoff-lab {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(18px, 2.6vw, 38px);
  margin-top: clamp(-14px, -1vw, 0px);
}

.av-process-v4 .av-process-handoff-lab::before {
  position: absolute;
  z-index: 0;
  inset: 9% 3% 6%;
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 18%, rgba(42, 141, 128, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(241, 247, 245, 0.36));
  content: "";
  pointer-events: none;
}

.av-process-v4 .av-process-handoff-lab > * {
  position: relative;
  z-index: 1;
}

.av-process-v4 .av-process-handoff-lab__visual {
  align-self: start;
  display: grid;
  grid-template-columns: 1.25fr 0.86fr;
  grid-template-rows: repeat(2, minmax(132px, 1fr));
  gap: 12px;
  height: clamp(320px, 27vw, 420px);
  min-height: clamp(300px, 28vw, 410px);
}

.av-process-v4 .av-process-handoff-lab__visual figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 53, 48, 0.13);
  border-radius: 26px 8px 26px 8px;
  background: #092d29;
  box-shadow:
    0 24px 70px rgba(8, 35, 31, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.av-process-v4 .av-process-handoff-lab__visual figure:first-child {
  grid-row: 1 / span 2;
}

.av-process-v4 .av-process-handoff-lab__visual figure::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 25, 23, 0.02), rgba(3, 25, 23, 0.58)),
    linear-gradient(90deg, rgba(3, 25, 23, 0.25), transparent 58%);
  content: "";
  pointer-events: none;
}

.av-process-v4 .av-process-handoff-lab__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04) brightness(0.92);
  transform: scale(1.025);
}

.av-process-v4 .av-process-handoff-lab__visual figcaption {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(3, 25, 23, 0.54);
  color: rgba(247, 255, 252, 0.84);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(14px) saturate(125%);
  -webkit-backdrop-filter: blur(14px) saturate(125%);
}

.av-process-v4 .av-process-handoff-lab__visual figcaption span {
  color: var(--av-process-mint) !important;
  -webkit-text-fill-color: var(--av-process-mint) !important;
}

.av-process-v4 .av-process-handoff-lab__note {
  align-self: stretch;
  display: grid;
  align-content: space-between;
  gap: 26px;
  min-height: clamp(320px, 27vw, 420px);
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid rgba(7, 53, 48, 0.12);
  border-radius: 8px 30px 8px 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(42, 141, 128, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(246, 250, 248, 0.68));
  box-shadow:
    0 24px 70px rgba(8, 35, 31, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.av-process-v4 .av-process-handoff-lab__note p {
  max-width: 440px;
  margin: 0;
  color: rgba(11, 23, 21, 0.64) !important;
  font-size: clamp(18px, 2vw, 29px);
  font-weight: 390;
  letter-spacing: -0.035em;
  line-height: 1.16;
  -webkit-text-fill-color: rgba(11, 23, 21, 0.64) !important;
}

.av-process-v4 .av-process-handoff-lab__note dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.av-process-v4 .av-process-handoff-lab__note dl div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(7, 53, 48, 0.1);
  border-radius: 18px 6px 18px 6px;
  background: rgba(255, 255, 255, 0.54);
}

.av-process-v4 .av-process-handoff-lab__note dt {
  margin: 0 0 4px;
  color: var(--av-process-teal-700);
  font-size: 22px;
  font-weight: 520;
  letter-spacing: -0.04em;
}

.av-process-v4 .av-process-handoff-lab__note dd {
  margin: 0;
  color: rgba(11, 23, 21, 0.48);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.av-process-v4 .av-process-handoff-lab .av-process-handoff {
  grid-column: 1 / -1;
  min-height: 258px;
  margin-top: 0;
  padding-top: 70px;
  border-radius: 30px;
}

.av-process-v4 .av-process-handoff__node {
  padding-bottom: 4px;
}

.av-process-v4 .av-process-handoff__node em {
  display: block;
  max-width: 158px;
  margin-top: 10px;
  color: rgba(11, 23, 21, 0.46);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.42;
}

.av-process-v4 .av-process-threshold {
  min-height: clamp(700px, 84svh, 820px);
}

.av-process-v4 .av-process-threshold__inner {
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: clamp(700px, 84svh, 820px);
  padding-top: clamp(88px, 10vh, 118px);
  padding-bottom: 26px;
}

.av-process-v4 .av-process-threshold__copy {
  align-self: center;
  width: min(820px, 62%);
  padding: clamp(26px, 4.4vh, 46px) 0 28px;
}

.av-process-v4 .av-process-threshold__copy h2 {
  margin-bottom: 22px;
  font-size: clamp(58px, 7.15vw, 112px);
}

.av-process-v4 .av-process-threshold__copy > p:last-of-type {
  width: min(560px, 92%);
}

.av-process-v4 .av-process-threshold__brief {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(760px, 100%);
  margin-top: 26px;
}

.av-process-v4 .av-process-threshold__brief article {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(224, 251, 245, 0.14);
  border-radius: 18px 6px 18px 6px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    rgba(2, 24, 22, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px) saturate(125%);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
}

.av-process-v4 .av-process-threshold__brief article > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(158, 223, 209, 0.22);
  border-radius: 999px;
  color: var(--av-process-mint) !important;
  font-size: 9px;
  -webkit-text-fill-color: var(--av-process-mint) !important;
}

.av-process-v4 .av-process-threshold__brief small {
  display: block;
  margin-bottom: 8px;
  color: rgba(224, 251, 245, 0.48) !important;
  font-size: 6px;
  font-weight: 780;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-text-fill-color: rgba(224, 251, 245, 0.48) !important;
}

.av-process-v4 .av-process-threshold__brief h3 {
  margin: 0 0 7px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 560;
  letter-spacing: -0.01em;
  -webkit-text-fill-color: #fff !important;
}

.av-process-v4 .av-process-threshold__brief p {
  margin: 0;
  color: rgba(239, 253, 249, 0.58) !important;
  font-size: 10px;
  line-height: 1.52;
  -webkit-text-fill-color: rgba(239, 253, 249, 0.58) !important;
}

.av-process-v4 .av-process-threshold__footer {
  min-height: 116px;
}

@media (max-width: 1180px) {
  .av-process-v4 .av-process-handoff-lab {
    grid-template-columns: 1fr;
  }

  .av-process-v4 .av-process-handoff-lab__note {
    min-height: 0;
  }

  .av-process-v4 .av-process-threshold__copy {
    width: min(760px, 72%);
  }

  .av-process-v4 .av-process-threshold__brief {
    grid-template-columns: 1fr;
    width: min(560px, 100%);
  }
}

@media (max-width: 900px) {
  .av-process-v4 .av-process-handoff-lab {
    gap: 16px;
  }

  .av-process-v4 .av-process-handoff-lab__visual {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
  }

  .av-process-v4 .av-process-handoff-lab__visual figure {
    min-height: 180px;
  }

  .av-process-v4 .av-process-handoff-lab__visual figure:first-child {
    grid-row: auto;
  }

  .av-process-v4 .av-process-handoff-lab__note dl {
    grid-template-columns: 1fr;
  }

  .av-process-v4 .av-process-handoff-lab .av-process-handoff {
    min-height: 240px;
    padding-top: 64px;
  }

  .av-process-v4 .av-process-threshold,
  .av-process-v4 .av-process-threshold__inner {
    min-height: auto;
  }

  .av-process-v4 .av-process-threshold__inner {
    padding-top: 92px;
    padding-bottom: 28px;
  }

  .av-process-v4 .av-process-threshold__copy {
    width: 96%;
    padding: 42px 0 32px;
  }

  .av-process-v4 .av-process-threshold__brief {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .av-process-v4 .av-process-handoff-lab__visual {
    grid-template-columns: 1fr;
  }

  .av-process-v4 .av-process-handoff-lab__note {
    padding: 22px;
  }

  .av-process-v4 .av-process-handoff__node em {
    display: none;
  }
}

/* Process polish pass: minimal continuity mosaic and clearer phase zero. */

.av-process-v4 .av-process-handoff-lab {
  gap: clamp(18px, 2vw, 30px);
}

.av-process-v4 .av-process-handoff-lab::before {
  inset: 12% 4% 8%;
  border: 1px solid rgba(7, 53, 48, 0.07);
  background:
    radial-gradient(circle at 14% 16%, rgba(42, 141, 128, 0.08), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(244, 249, 247, 0.26));
}

.av-process-v4 .av-process-handoff-lab__visual {
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(150px, 1fr));
  gap: clamp(8px, 1vw, 12px);
  min-height: clamp(330px, 26vw, 405px);
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(7, 53, 48, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(247, 251, 249, 0.34)),
    rgba(236, 244, 241, 0.46);
  box-shadow: 0 24px 70px rgba(8, 35, 31, 0.08);
}

.av-process-v4 .av-process-handoff-lab__threads {
  position: absolute;
  inset: -18%;
  z-index: 0;
  opacity: 0.42;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.av-process-v4 .av-process-handoff-lab__visual figure,
.av-process-v4 .av-process-handoff-lab__visual figure:first-child {
  grid-row: auto;
}

.av-process-v4 .av-process-handoff-lab__visual figure {
  isolation: isolate;
  z-index: 1;
  border-radius: 16px;
  border-color: rgba(7, 53, 48, 0.1);
  background: #092521;
  box-shadow: none;
  transform: translateZ(0);
  transition:
    opacity 260ms ease,
    transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 260ms ease;
}

.av-process-v4 .av-process-handoff-lab__visual figure.is-active {
  z-index: 3;
  border-color: rgba(42, 141, 128, 0.28);
  transform: translateY(-3px);
}

.av-process-v4 .av-process-handoff-lab__visual figure.is-soft {
  opacity: 0.72;
}

.av-process-v4 .av-process-handoff-lab__visual figure::after {
  background:
    linear-gradient(180deg, rgba(3, 25, 23, 0.02), rgba(3, 25, 23, 0.5)),
    linear-gradient(90deg, rgba(3, 25, 23, 0.18), transparent 54%);
}

.av-process-v4 .av-process-handoff-lab__visual img {
  position: relative;
  z-index: 0;
  display: block;
  filter: saturate(0.82) contrast(1.02) brightness(0.94);
  transform: scale(1);
}

.av-process-v4 .av-process-handoff-lab__visual figcaption {
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 9px;
  align-items: center;
  padding: 9px 10px;
  border-radius: 12px;
  background: rgba(3, 18, 16, 0.62);
  font-size: 0;
  letter-spacing: 0;
}

.av-process-v4 .av-process-handoff-lab__visual figcaption span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(158, 223, 209, 0.28);
  border-radius: 999px;
  font-size: 8px;
}

.av-process-v4 .av-process-handoff-lab__visual figcaption strong {
  overflow: hidden;
  color: #f7fffc;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.av-process-v4 .av-process-handoff-lab__visual figcaption small {
  color: rgba(247, 255, 252, 0.58);
  font-size: 6px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.av-process-v4 .av-process-handoff-lab__note {
  align-content: start;
  gap: 20px;
  min-height: clamp(330px, 26vw, 405px);
  padding: clamp(22px, 2.4vw, 32px);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(249, 252, 250, 0.64)),
    rgba(255, 255, 255, 0.5);
}

.av-process-v4 .av-process-handoff-lab__note-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(7, 53, 48, 0.1);
}

.av-process-v4 .av-process-handoff-lab__note-head small {
  color: rgba(11, 23, 21, 0.42);
  font-size: 7px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.av-process-v4 .av-process-handoff-lab__note p {
  max-width: 360px;
  color: rgba(11, 23, 21, 0.74) !important;
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.22;
  -webkit-text-fill-color: rgba(11, 23, 21, 0.74) !important;
}

.av-process-v4 .av-process-handoff-lab__signals {
  display: grid;
  gap: 8px;
}

.av-process-v4 .av-process-handoff-lab__signals span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(7, 53, 48, 0.08);
  color: rgba(11, 23, 21, 0.68);
  font-size: 11px;
  font-weight: 620;
}

.av-process-v4 .av-process-handoff-lab__signals b {
  color: var(--av-process-teal-700);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.av-process-v4 .av-process-handoff-lab__note dl {
  gap: 8px;
  margin-top: auto;
}

.av-process-v4 .av-process-handoff-lab__note dl div {
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.42);
}

.av-process-v4 .av-process-handoff-lab__note dt {
  font-size: 19px;
}

.av-process-v4 .av-process-threshold__copy .av-process-threshold__lede {
  max-width: 590px;
  color: rgba(247, 255, 252, 0.86) !important;
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 420;
  line-height: 1.72;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.25);
  -webkit-text-fill-color: rgba(247, 255, 252, 0.86) !important;
}

.av-process-v4 .av-process-threshold__brief article {
  border-color: rgba(224, 251, 245, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(2, 24, 22, 0.58);
}

.av-process-v4 .av-process-threshold__brief small,
.av-process-v4 .av-process-threshold__brief p {
  color: rgba(239, 253, 249, 0.7) !important;
  -webkit-text-fill-color: rgba(239, 253, 249, 0.7) !important;
}

.av-process-v4 .av-process-threshold__brief h3 {
  color: #f9fffd !important;
  -webkit-text-fill-color: #f9fffd !important;
}

.av-process-v4 .av-process-threshold__footer {
  align-items: center;
}

.av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch {
  grid-template-columns: 38px minmax(0, 1fr) 32px;
  width: min(330px, 42vw);
  min-height: 64px;
  padding: 11px 12px;
  border-radius: 14px;
  border-color: rgba(224, 251, 245, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(2, 22, 20, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: none !important;
}

.av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch:hover {
  border-color: rgba(224, 251, 245, 0.32);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    rgba(2, 28, 25, 0.78);
  box-shadow:
    0 16px 46px rgba(0, 8, 7, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  transform: none !important;
}

.av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch::before,
.av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch::after,
.av-process-v4 .av-process-threshold__launch i {
  display: none !important;
  animation: none !important;
  content: none !important;
}

.av-process-v4 .av-process-threshold__launch-index {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(158, 223, 209, 0.1);
}

.av-process-v4 .av-process-threshold__launch-copy small {
  color: rgba(224, 251, 245, 0.58) !important;
  font-size: 6px;
  letter-spacing: 0.14em;
  -webkit-text-fill-color: rgba(224, 251, 245, 0.58) !important;
}

.av-process-v4 .av-process-threshold__launch-copy strong {
  font-size: 12px;
  font-weight: 620;
  letter-spacing: -0.01em;
}

.av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch b {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--av-process-mint) !important;
  font-size: 14px;
  -webkit-text-fill-color: var(--av-process-mint) !important;
}

.av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch:hover b {
  transform: none;
}

.av-process-v4 .av-process-threshold__steps {
  display: grid;
  gap: 8px;
  margin: 0;
  text-align: left;
}

.av-process-v4 .av-process-threshold__steps span {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: rgba(247, 255, 252, 0.78);
  font-size: 11px;
  font-weight: 620;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: none;
}

.av-process-v4 .av-process-threshold__steps b {
  color: var(--av-process-mint);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, sans-serif;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.12em;
}

@media (max-width: 900px) {
  .av-process-v4 .av-process-handoff-lab__visual {
    min-height: 0;
  }

  .av-process-v4 .av-process-handoff-lab__note {
    min-height: 0;
  }

  .av-process-v4 .av-process-threshold__footer > a.av-process-threshold__launch {
    width: min(100%, 330px);
  }
}

@media (max-width: 620px) {
  .av-process-v4 .av-process-handoff-lab__visual {
    grid-template-columns: 1fr;
  }

  .av-process-v4 .av-process-threshold__footer {
    align-items: stretch;
  }

  .av-process-v4 .av-process-threshold__steps {
    width: 100%;
  }
}

/* Route color guard: content-media.css sets non-home text with !important. */
html.av-non-home-route #root .av-process-v4 .av-process-handoff-lab__visual figcaption {
  color: rgba(247, 255, 252, 0.88) !important;
  -webkit-text-fill-color: rgba(247, 255, 252, 0.88) !important;
}

html.av-non-home-route #root .av-process-v4 .av-process-handoff-lab__visual figcaption span {
  color: var(--av-process-mint) !important;
  -webkit-text-fill-color: var(--av-process-mint) !important;
}

html.av-non-home-route #root .av-process-v4 .av-process-handoff-lab__visual figcaption strong {
  color: #f7fffc !important;
  -webkit-text-fill-color: #f7fffc !important;
}

html.av-non-home-route #root .av-process-v4 .av-process-handoff-lab__visual figcaption small {
  color: rgba(247, 255, 252, 0.62) !important;
  -webkit-text-fill-color: rgba(247, 255, 252, 0.62) !important;
}

html.av-non-home-route #root .av-process-v4 .av-process-threshold__footer {
  display: grid;
  grid-template-columns: minmax(0, 330px) minmax(260px, 330px);
  gap: clamp(18px, 4vw, 56px);
  justify-content: space-between;
}

html.av-non-home-route #root .av-process-v4 .av-process-threshold__steps {
  width: min(330px, 34vw) !important;
  min-width: 260px;
  max-width: 330px;
  justify-self: end;
}

html.av-non-home-route #root .av-process-v4 .av-process-threshold__steps span {
  width: auto !important;
  color: rgba(247, 255, 252, 0.78) !important;
  -webkit-text-fill-color: rgba(247, 255, 252, 0.78) !important;
}

html.av-non-home-route #root .av-process-v4 .av-process-threshold__steps b {
  color: var(--av-process-mint) !important;
  -webkit-text-fill-color: var(--av-process-mint) !important;
}

@media (max-width: 720px) {
  html.av-non-home-route #root .av-process-v4 .av-process-threshold__footer {
    grid-template-columns: 1fr;
  }

  html.av-non-home-route #root .av-process-v4 .av-process-threshold__steps {
    width: 100% !important;
    min-width: 0;
    justify-self: stretch;
  }
}
