.journey-origin {
  position: absolute;
  top: var(--orbit-center-y);
  left: var(--scene-anchor-x);
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.nag-journey {
  --journey-bg: #050506;
  --journey-ink: #f0e8d8;
  --journey-muted: #aaa69f;
  --journey-gold: #d4a24e;
  --journey-gold-bright: #f2c76c;
  --journey-bronze: #674a24;
  --journey-oxidized: #6f8177;
  --journey-violet: #81728c;
  --journey-active-x: 50vw;
  --journey-community-x: 68vw;
  --journey-ring-x: 50vw;
  --journey-ring-y: 50%;
  --community-coaching-x: 10px;
  --community-coaching-y: -6px;
  --community-coaching-width: 79%;
  --community-referral-x: 13px;
  --community-referral-y: 0px;
  --community-referral-width: 84%;
  --journey-header-height: 76px;
  position: relative;
  overflow: clip;
  padding: 0;
  border-top: 1px solid rgba(212, 162, 78, 0.2);
  border-bottom: 1px solid rgba(212, 162, 78, 0.16);
  background:
    linear-gradient(180deg, rgba(15, 12, 8, 0.72), rgba(5, 5, 6, 0.98) 12%, #050506),
    var(--journey-bg);
  color: var(--journey-ink);
}

.nag-journey__stage {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0 110px;
}

.nag-journey__mobile-poster {
  display: none;
}

.nag-journey__world,
.nag-journey__progress {
  display: none;
}

.nag-journey__header {
  max-width: 720px;
  margin-bottom: 72px;
}

.nag-journey__header h2 {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--journey-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.2vw, 4.5rem);
  font-weight: 400;
  line-height: 0.98;
}

.nag-journey__chapters {
  display: grid;
  gap: 88px;
}

.nag-journey__chapter {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 7vw, 104px);
  align-items: center;
  min-width: 0;
  min-height: 460px;
  padding: 38px 0;
  border-top: 1px solid rgba(212, 162, 78, 0.14);
}

.nag-journey__chapter-copy {
  position: relative;
  min-width: 0;
  padding-left: 28px;
}

.nag-journey__chapter-copy::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, var(--journey-gold), rgba(212, 162, 78, 0));
}

.nag-journey__index {
  display: block;
  margin-bottom: 26px;
  color: rgba(212, 162, 78, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.6rem;
  line-height: 0.8;
}

.nag-journey__index--prelude {
  font-family: var(--nag-body, sans-serif);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.nag-journey__chapter h3 {
  max-width: 560px;
  margin: 12px 0 16px;
  color: var(--journey-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  font-weight: 400;
  line-height: 1.02;
}

.nag-journey__chapter p {
  max-width: 520px;
  margin: 0;
  color: var(--journey-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.nag-journey__chapter-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 380px;
}

.nag-journey__proof,
.nag-journey__text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  color: #d9c79f;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nag-journey__text-link {
  color: var(--journey-gold-bright);
}

.nag-journey__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.nag-journey__chapter-visual--descent {
  aspect-ratio: 1;
  min-height: 0;
  width: min(520px, 100%);
  justify-self: center;
}

.journey-ring {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(212, 162, 78, 0.34);
  border-radius: 50%;
  box-shadow:
    inset 0 0 34px rgba(212, 162, 78, 0.05),
    0 0 34px rgba(212, 162, 78, 0.04);
}

.journey-ring::before,
.journey-ring::after {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px dashed rgba(212, 162, 78, 0.2);
  border-radius: inherit;
}

.journey-ring::after {
  inset: 42%;
  border-style: solid;
  background: rgba(212, 162, 78, 0.08);
}

.journey-ring--two {
  inset: 24%;
  transform: rotate(28deg);
}

.journey-ring--three {
  inset: 37%;
  transform: rotate(-18deg);
}

.journey-descent-mark {
  z-index: 2;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(212, 162, 78, 0.54);
  border-radius: 50%;
  background: rgba(8, 7, 5, 0.82);
  color: var(--journey-gold-bright);
  box-shadow: 0 0 42px rgba(212, 162, 78, 0.16);
}

.journey-signal-array {
  position: relative;
  width: min(620px, 100%);
  aspect-ratio: 1;
  isolation: isolate;
  pointer-events: none;
}

.journey-signal-links {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 0 5px rgba(242, 199, 108, 0.2));
}

.journey-signal-links__threads path {
  fill: none;
  stroke: rgba(229, 180, 88, 0.58);
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  vector-effect: non-scaling-stroke;
}

.journey-signal-links__nodes circle {
  fill: #f0c468;
  stroke: rgba(7, 7, 8, 0.94);
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}

.journey-signal {
  --signal-x: 50%;
  --signal-y: 50%;
  position: absolute;
  top: var(--signal-y);
  left: var(--signal-x);
  z-index: 2;
  display: flex;
  align-items: center;
  width: clamp(142px, 11.5vw, 178px);
  height: 46px;
  color: #e2d8c4;
  filter: drop-shadow(0 12px 15px rgba(0, 0, 0, 0.38));
  translate: -50% -50%;
  transform-origin: center;
}

.journey-signal::before,
.journey-signal::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 50%, calc(100% - 9px) 100%, 0 100%, 5px 50%);
}

.journey-signal::before {
  inset: 4px 0 4px 19px;
  background: linear-gradient(90deg, #5e4421, #d7a653 55%, #684821);
  box-shadow: 0 0 16px rgba(212, 162, 78, 0.12);
}

.journey-signal::after {
  inset: 5px 2px 5px 20px;
  background:
    repeating-linear-gradient(132deg, transparent 0 7px, rgba(255, 255, 255, 0.018) 7px 8px),
    linear-gradient(180deg, rgba(22, 21, 19, 0.98), rgba(5, 6, 7, 0.98));
}

.journey-signal--left {
  flex-direction: row-reverse;
}

.journey-signal--left::before,
.journey-signal--left::after {
  clip-path: polygon(9px 0, 100% 0, calc(100% - 5px) 50%, 100% 100%, 9px 100%, 0 50%);
}

.journey-signal--left::before {
  inset: 4px 19px 4px 0;
  background: linear-gradient(90deg, #684821, #d7a653 45%, #5e4421);
}

.journey-signal--left::after {
  inset: 5px 20px 5px 2px;
}

.journey-signal[data-journey-signal="cooldowns"] {
  --signal-x: 50%;
  --signal-y: 20%;
}

.journey-signal[data-journey-signal="timing"] {
  --signal-x: 25%;
  --signal-y: 36%;
}

.journey-signal[data-journey-signal="resources"] {
  --signal-x: 75%;
  --signal-y: 36%;
}

.journey-signal[data-journey-signal="encounter"] {
  --signal-x: 25%;
  --signal-y: 64%;
}

.journey-signal[data-journey-signal="buffs"] {
  --signal-x: 75%;
  --signal-y: 64%;
}

.journey-signal[data-journey-signal="target-state"] {
  --signal-x: 50%;
  --signal-y: 80%;
}

.journey-signal > i {
  position: relative;
  z-index: 3;
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(236, 190, 99, 0.76);
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 34%, rgba(212, 162, 78, 0.2), transparent 44%),
    #0b0a08;
  color: var(--journey-gold-bright);
  font-size: 0.9rem;
  box-shadow:
    inset 0 0 0 4px #11100d,
    inset 0 0 0 5px rgba(212, 162, 78, 0.34),
    0 0 0 3px rgba(8, 7, 5, 0.92),
    0 0 0 4px rgba(212, 162, 78, 0.3),
    0 0 18px rgba(212, 162, 78, 0.12);
}

.journey-signal > b {
  position: relative;
  z-index: 2;
  flex: 1;
  padding: 0 14px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.63rem, 0.66vw, 0.76rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 1px 8px #000;
  text-transform: uppercase;
  white-space: nowrap;
}

.journey-signal--left > b {
  padding: 0 12px 0 14px;
}

.journey-signal-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  z-index: 3;
  border: 1px solid rgba(236, 190, 99, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 44% 36%, rgba(212, 162, 78, 0.18), transparent 42%),
    #090806;
  color: var(--journey-gold-bright);
  font-size: 1.35rem;
  box-shadow:
    inset 0 0 0 8px #11100d,
    inset 0 0 0 9px rgba(212, 162, 78, 0.34),
    0 0 0 6px rgba(7, 7, 6, 0.96),
    0 0 0 7px rgba(212, 162, 78, 0.36),
    0 0 44px rgba(212, 162, 78, 0.2);
  transform: translate(-50%, -50%);
}

.journey-signal-core::before,
.journey-signal-core::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.journey-signal-core::before {
  inset: -12px;
  background: repeating-conic-gradient(
    from 8deg,
    rgba(212, 162, 78, 0.58) 0 2deg,
    transparent 2deg 30deg
  );
  -webkit-mask: radial-gradient(circle, transparent 0 72%, #000 73%);
  mask: radial-gradient(circle, transparent 0 72%, #000 73%);
}

.journey-signal-core::after {
  inset: 14px;
  border: 1px solid rgba(212, 162, 78, 0.24);
}

.journey-addon-display,
.journey-helper-display {
  overflow: hidden;
  width: min(760px, 100%);
  margin: 0;
  border: 1px solid rgba(212, 162, 78, 0.38);
  border-radius: 4px;
  background: #080809;
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.44),
    0 0 48px rgba(212, 162, 78, 0.06);
}

.journey-addon-display {
  align-self: center;
}

.journey-addon-display video,
.journey-helper-display img {
  display: block;
  width: 100%;
  height: auto;
}

.journey-addon-display__rail {
  display: flex;
  gap: 2px;
  min-height: 44px;
  border-bottom: 1px solid rgba(212, 162, 78, 0.2);
  background: #0b0b0d;
}

.journey-addon-display__rail span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  color: #a8a49d;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.journey-addon-display__rail i {
  color: var(--journey-gold);
}

.journey-helper-display figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 16px;
  border-top: 1px solid rgba(212, 162, 78, 0.18);
  color: #aca79e;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.journey-helper-display figcaption b {
  color: #e2d4b7;
}

.journey-program-portals {
  --program-gap: clamp(28px, 2.4vw, 42px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--program-gap);
  width: min(660px, 100%);
  perspective: 1200px;
}

.journey-program-slot {
  display: contents;
}

.journey-program-portal {
  --program-accent: #7697a4;
  --program-accent-deep: #203b46;
  position: relative;
  display: grid;
  grid-template-rows: minmax(184px, 0.94fr) minmax(220px, 1.06fr);
  min-width: 0;
  min-height: clamp(430px, 55vh, 520px);
  padding: 7px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid color-mix(in srgb, var(--program-accent) 48%, #a87a36);
  background:
    linear-gradient(90deg, transparent 49.4%, rgba(230, 181, 91, 0.16) 50%, transparent 50.6%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 8px),
    linear-gradient(145deg, #413523 0, #141512 12%, #050706 56%, #211b11 100%);
  color: #d8d1c4;
  box-shadow:
    inset 0 0 0 3px rgba(0, 0, 0, 0.64),
    inset 0 -52px 86px rgba(0, 0, 0, 0.48),
    0 30px 62px rgba(0, 0, 0, 0.52),
    0 0 36px color-mix(in srgb, var(--program-accent) 9%, transparent);
  clip-path: polygon(50% 0, 70% 4%, 88% 12%, 97% 23%, 100% 32%, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 32%, 3% 23%, 12% 12%, 30% 4%);
  transition: border-color 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.journey-program-portal--referral {
  --program-accent: #979b57;
  --program-accent-deep: #333817;
}

.journey-program-portal::before,
.journey-program-portal::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.journey-program-portal::before {
  inset: 5px;
  z-index: 3;
  border: 1px solid color-mix(in srgb, var(--program-accent) 26%, rgba(212, 162, 78, 0.26));
  clip-path: inherit;
}

.journey-program-portal::after {
  inset: 0;
  z-index: 4;
  background:
    linear-gradient(135deg, rgba(235, 193, 111, 0.5) 0 1px, transparent 1px) 11px 11px / 20px 20px no-repeat,
    linear-gradient(225deg, rgba(235, 193, 111, 0.5) 0 1px, transparent 1px) calc(100% - 11px) 11px / 20px 20px no-repeat,
    linear-gradient(45deg, rgba(235, 193, 111, 0.44) 0 1px, transparent 1px) 11px calc(100% - 11px) / 20px 20px no-repeat,
    linear-gradient(315deg, rgba(235, 193, 111, 0.44) 0 1px, transparent 1px) calc(100% - 11px) calc(100% - 11px) / 20px 20px no-repeat;
}

.journey-program-portal > * {
  position: relative;
  z-index: 2;
}

.journey-program-portal__aperture {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 0;
  padding: 78px 18px 22px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--program-accent) 38%, rgba(212, 162, 78, 0.22));
  border-bottom: 0;
  background:
    radial-gradient(ellipse at 50% 56%, color-mix(in srgb, var(--program-accent) 30%, transparent) 0, color-mix(in srgb, var(--program-accent-deep) 40%, transparent) 34%, transparent 66%),
    radial-gradient(ellipse at 50% 102%, color-mix(in srgb, var(--program-accent) 19%, transparent), transparent 54%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 15px),
    linear-gradient(180deg, rgba(6, 8, 8, 0.98), rgba(4, 7, 7, 0.72));
}

.journey-program-portal__aperture::before,
.journey-program-portal__aperture::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.journey-program-portal__aperture::before {
  inset: 20px 13px -44%;
  border: 1px solid color-mix(in srgb, var(--program-accent) 58%, rgba(212, 162, 78, 0.32));
  border-radius: 50% 50% 0 0 / 28% 28% 0 0;
  box-shadow:
    inset 0 0 24px color-mix(in srgb, var(--program-accent) 14%, transparent),
    0 0 20px color-mix(in srgb, var(--program-accent) 12%, transparent);
}

.journey-program-portal__aperture::after {
  inset: 0;
  opacity: 0.3;
  background:
    repeating-conic-gradient(from 0deg at 50% 100%, transparent 0 8deg, color-mix(in srgb, var(--program-accent) 20%, transparent) 8deg 8.4deg, transparent 8.4deg 18deg);
  mask-image: linear-gradient(180deg, transparent 4%, #000 32%, #000 76%, transparent 100%);
}

.journey-program-portal__runes {
  position: absolute;
  inset: 44px 17px 9px;
  z-index: 1;
  border-right: 1px solid color-mix(in srgb, var(--program-accent) 24%, transparent);
  border-left: 1px solid color-mix(in srgb, var(--program-accent) 24%, transparent);
  opacity: 0.72;
  background:
    repeating-linear-gradient(180deg, transparent 0 13px, color-mix(in srgb, var(--program-accent) 30%, transparent) 13px 14px, transparent 14px 25px) left top / 3px 100% no-repeat,
    repeating-linear-gradient(180deg, transparent 0 13px, color-mix(in srgb, var(--program-accent) 30%, transparent) 13px 14px, transparent 14px 25px) right top / 3px 100% no-repeat;
}

.journey-program-portal__crest {
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 52px;
  height: 61px;
  border: 1px solid color-mix(in srgb, var(--program-accent) 48%, #bd8d43);
  background:
    linear-gradient(145deg, rgba(50, 47, 39, 0.98), rgba(8, 10, 9, 0.98));
  color: color-mix(in srgb, var(--program-accent) 68%, #f0bf62);
  box-shadow:
    inset 0 0 0 4px rgba(0, 0, 0, 0.4),
    0 8px 18px rgba(0, 0, 0, 0.54),
    0 0 16px color-mix(in srgb, var(--program-accent) 15%, transparent);
  clip-path: polygon(50% 0, 94% 17%, 90% 68%, 50% 100%, 10% 68%, 6% 17%);
  transform: translateX(-50%);
  transition: color 180ms ease, filter 180ms ease;
}

.journey-program-portal__crest i {
  position: relative;
  z-index: 1;
  font-size: 1.05rem;
}

.journey-program-portal header {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 4px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.journey-program-portal header small {
  color: color-mix(in srgb, var(--program-accent) 54%, #8f8a7d);
  font-size: 0.5rem;
  font-weight: 850;
}

.journey-program-portal header strong {
  color: #eee5d4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.35vw, 1.32rem);
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 2px 14px #000;
}

.journey-program-portal h4 {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2px;
  margin: 11px 0 0;
  color: #d8d0c1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.92rem, 1.05vw, 1.12rem);
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0 2px 12px #000;
}

.journey-program-portal__plate {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0 12px 11px;
  border: 1px solid color-mix(in srgb, var(--program-accent) 28%, rgba(212, 162, 78, 0.22));
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 7px),
    linear-gradient(160deg, rgba(25, 26, 23, 0.99), rgba(5, 7, 7, 0.99));
  box-shadow: inset 0 14px 34px rgba(0, 0, 0, 0.42);
}

.journey-program-portal__plate::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  left: 8px;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--program-accent) 46%, #c49343), transparent);
  box-shadow: 0 0 12px color-mix(in srgb, var(--program-accent) 18%, transparent);
}

.journey-program-portal ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-program-portal li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid color-mix(in srgb, var(--program-accent) 15%, rgba(212, 162, 78, 0.13));
  color: #d2ccc0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.7rem, 0.72vw, 0.8rem);
  line-height: 1.25;
}

.journey-program-portal li i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 100%;
  border-right: 1px solid color-mix(in srgb, var(--program-accent) 18%, rgba(212, 162, 78, 0.14));
  color: color-mix(in srgb, var(--program-accent) 72%, #e4af4f);
  font-size: 0.88rem;
}

.journey-program-portal__info {
  display: grid;
  grid-template-columns: 44px auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 56px;
  margin-top: auto;
  padding: 0 9px 0 3px;
  border: 1px solid color-mix(in srgb, var(--program-accent) 22%, rgba(212, 162, 78, 0.2));
  background: rgba(3, 5, 5, 0.58);
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.journey-program-portal__seal {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid color-mix(in srgb, var(--program-accent) 46%, #a57a35);
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 0deg, color-mix(in srgb, var(--program-accent) 32%, #7d5c29) 0 4deg, transparent 4deg 17deg),
    radial-gradient(circle, #191b17 0 44%, #060807 45% 100%);
  color: color-mix(in srgb, var(--program-accent) 68%, #edb957);
  box-shadow:
    inset 0 0 0 4px rgba(0, 0, 0, 0.5),
    0 0 14px color-mix(in srgb, var(--program-accent) 12%, transparent);
  transition: transform 240ms ease, color 180ms ease;
}

.journey-program-portal__info-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: color-mix(in srgb, var(--program-accent) 58%, #f0c36a);
  font-size: 0.64rem;
  font-weight: 850;
  text-transform: uppercase;
}

.journey-program-portal__info small {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #777a75;
  font-size: 0.5rem;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.journey-program-portal__info small i {
  font-size: 0.5rem;
  transition: transform 180ms ease;
}

.journey-program-portal:hover,
.journey-program-portal:focus-within {
  border-color: color-mix(in srgb, var(--program-accent) 65%, #c79545);
  filter: brightness(1.06);
  box-shadow:
    inset 0 0 0 3px rgba(0, 0, 0, 0.64),
    inset 0 -52px 86px rgba(0, 0, 0, 0.48),
    0 34px 68px rgba(0, 0, 0, 0.58),
    0 0 42px color-mix(in srgb, var(--program-accent) 14%, transparent);
}

a.journey-program-portal__info:hover,
a.journey-program-portal__info:focus-visible {
  border-color: color-mix(in srgb, var(--program-accent) 54%, rgba(212, 162, 78, 0.36));
  background: linear-gradient(90deg, color-mix(in srgb, var(--program-accent) 9%, transparent), rgba(3, 5, 5, 0.6) 72%);
  box-shadow: inset 0 0 18px color-mix(in srgb, var(--program-accent) 7%, transparent);
}

a.journey-program-portal__info:hover .journey-program-portal__seal,
a.journey-program-portal__info:focus-visible .journey-program-portal__seal {
  color: #f0c36a;
  transform: rotate(24deg);
}

a.journey-program-portal__info:hover small,
a.journey-program-portal__info:focus-visible small {
  color: color-mix(in srgb, var(--program-accent) 68%, #d8d1c4);
}

a.journey-program-portal__info:hover small i,
a.journey-program-portal__info:focus-visible small i {
  transform: translateX(3px);
}

a.journey-program-portal__info:focus-visible {
  outline: 1px solid color-mix(in srgb, var(--program-accent) 68%, #d4a24e);
  outline-offset: 3px;
}

.nag-journey__chapter[data-journey-chapter="release"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.nag-journey__release-environment {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.nag-journey__release-environment::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 2, 3, 0.94) 0, rgba(2, 2, 3, 0.7) 30%, rgba(2, 2, 3, 0.08) 66%, rgba(2, 2, 3, 0.4) 100%),
    linear-gradient(180deg, rgba(2, 2, 3, 0.22), transparent 42%, rgba(2, 2, 3, 0.78) 100%);
  content: "";
}

.nag-journey__release-environment img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.84) contrast(1.04) brightness(0.74);
  transform: scale(1.02);
}

.nag-journey__chapter[data-journey-chapter="release"] .nag-journey__chapter-copy,
.nag-journey__release-mark {
  position: relative;
  z-index: 1;
}

.nag-journey__release-mark {
  width: min(440px, 100%);
  aspect-ratio: 1;
  min-height: 0;
  justify-self: center;
}

.nag-journey__release-mark img {
  position: relative;
  z-index: 2;
  width: 36%;
  height: auto;
  filter: drop-shadow(0 0 32px rgba(212, 162, 78, 0.2));
}

.nag-journey__release-mark > i {
  position: absolute;
  bottom: 12%;
  z-index: 2;
  color: var(--journey-gold-bright);
}

.nag-journey__release-ring {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(212, 162, 78, 0.34);
  border-radius: 50%;
  box-shadow:
    inset 0 0 60px rgba(212, 162, 78, 0.06),
    0 0 60px rgba(212, 162, 78, 0.06);
}

.nag-journey__release-ring::before,
.nag-journey__release-ring::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(212, 162, 78, 0.22);
  border-radius: 50%;
}

.nag-journey__release-ring::after {
  inset: 32%;
  border-style: solid;
}

.journey-store-portal {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  width: min(44vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(212, 162, 78, 0.22);
  border-radius: 50%;
  opacity: 0.24;
  pointer-events: none;
  transform: translate(-50%, -54%) scale(0.82) rotate(-12deg);
  transition: opacity 520ms ease, transform 720ms ease;
}

.journey-store-portal::before,
.journey-store-portal::after {
  position: absolute;
  border: 1px solid rgba(212, 162, 78, 0.2);
  border-radius: 50%;
  content: "";
}

.journey-store-portal::before {
  inset: 13%;
  border-style: dashed;
}

.journey-store-portal::after {
  inset: 34%;
  box-shadow: 0 0 56px rgba(212, 162, 78, 0.12);
}

.journey-store-portal.is-journey-near {
  opacity: 0.82;
  transform: translate(-50%, -54%) scale(1) rotate(0);
}

.nag-journey.is-enhanced {
  min-height: 100svh;
  background: #020203;
}

.nag-journey.is-enhanced .nag-journey__stage {
  width: 100%;
  height: calc(100svh - var(--journey-header-height));
  margin: 0;
  padding: 0;
  overflow: clip;
  isolation: isolate;
}

.nag-journey.is-enhanced .nag-journey__world {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
  background: #020203;
}

.nag-journey__frames,
.nag-journey__videos {
  position: absolute;
  inset: 0;
}

.nag-journey__frame,
.nag-journey__transition-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  filter: saturate(0.82) contrast(1.04) brightness(0.72);
}

.nag-journey__frame.is-active {
  opacity: 1;
}

.nag-journey__frame[data-journey-frame="community"] {
  object-position: 68% center;
}

.nag-journey__transition-video {
  z-index: 2;
  pointer-events: none;
}

.nag-journey__canvas {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.nag-journey__axis {
  position: absolute;
  top: -8%;
  bottom: -8%;
  left: var(--journey-active-x);
  z-index: 4;
  width: 1px;
  background:
    linear-gradient(180deg, transparent, rgba(242, 199, 108, 0.12) 15%, rgba(242, 199, 108, 0.9) 48%, rgba(242, 199, 108, 0.14) 82%, transparent);
  box-shadow: 0 0 28px rgba(212, 162, 78, 0.36);
  transform: translateX(-50%);
}

.nag-journey__reticle {
  position: absolute;
  top: var(--journey-ring-y);
  left: var(--journey-ring-x);
  z-index: 4;
  width: min(48vw, 660px);
  aspect-ratio: 1;
  border: 1px solid rgba(212, 162, 78, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.nag-journey__reticle::before,
.nag-journey__reticle::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px dashed rgba(212, 162, 78, 0.08);
  border-radius: inherit;
}

.nag-journey__reticle::after {
  inset: 34%;
  border-style: solid;
}

.nag-journey__canvas,
.nag-journey__reticle {
  transition: opacity 180ms ease;
}

.nag-journey.is-enhanced .nag-journey__canvas,
.nag-journey.is-enhanced .nag-journey__reticle {
  opacity: 0;
}

.nag-journey.is-enhanced .nag-journey__axis {
  display: none;
}

.nag-journey .journey-ring,
.nag-journey .nag-journey__release-ring {
  display: none;
}

.nag-journey .journey-signal-array {
  border: 0;
  background: transparent;
}

.nag-journey .journey-signal-array::before,
.nag-journey .journey-signal-array::after {
  display: none;
}

.nag-journey__grain,
.nag-journey__vignette {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.nag-journey__grain {
  opacity: 0.12;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.015) 0 1px, transparent 1px 3px);
  mix-blend-mode: screen;
}

.nag-journey__vignette {
  background:
    linear-gradient(90deg, rgba(0,0,0,0.82), transparent 34%, transparent 70%, rgba(0,0,0,0.48)),
    linear-gradient(180deg, rgba(0,0,0,0.46), transparent 22%, transparent 72%, rgba(0,0,0,0.78));
}

.nag-journey.is-enhanced .nag-journey__header {
  position: absolute;
  top: clamp(28px, 5vh, 62px);
  left: clamp(28px, 5vw, 78px);
  z-index: 8;
  max-width: 440px;
  margin: 0;
  pointer-events: none;
}

.nag-journey.is-enhanced .nag-journey__header h2 {
  margin-top: 7px;
  color: rgba(240, 232, 216, 0.64);
  font-size: clamp(1.25rem, 1.7vw, 1.85rem);
  line-height: 1.05;
}

.nag-journey.is-enhanced .nag-journey__chapters {
  position: absolute;
  inset: 0;
  z-index: 7;
  display: block;
}

.nag-journey.is-enhanced .nag-journey__chapter {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(480px, 1.25fr);
  gap: clamp(42px, 7vw, 120px);
  align-items: center;
  min-height: 0;
  padding:
    clamp(122px, 15vh, 180px)
    clamp(176px, 12vw, 224px)
    clamp(92px, 12vh, 148px)
    clamp(72px, 8vw, 142px);
  border: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.nag-journey.is-enhanced .nag-journey__chapter.is-active {
  visibility: visible;
}

.nag-journey.is-enhanced .nag-journey__chapter-copy {
  align-self: end;
  max-width: 490px;
  padding-bottom: clamp(8px, 4vh, 52px);
  text-shadow: 0 3px 22px #000;
}

.nag-journey.is-enhanced .nag-journey__chapter h3 {
  font-size: clamp(2.5rem, 4.2vw, 5.4rem);
}

.nag-journey.is-enhanced .nag-journey__chapter p {
  color: #bbb5aa;
}

.nag-journey.is-enhanced .nag-journey__chapter-visual {
  align-self: center;
}

.nag-journey.is-enhanced .nag-journey__chapter[data-journey-chapter="release"] {
  background: transparent;
}

.nag-journey.is-enhanced .nag-journey__release-environment {
  display: none;
}

.nag-journey.is-enhanced .journey-addon-display {
  transform: perspective(1100px) rotateY(-5deg) rotateX(2deg);
  transform-origin: center;
}

.nag-journey.is-enhanced .journey-helper-display {
  transform: perspective(1200px) rotateY(-7deg) rotateX(2deg);
  transform-origin: center;
}

.nag-journey.is-enhanced .nag-journey__progress {
  position: absolute;
  top: 50%;
  right: clamp(18px, 2.2vw, 40px);
  z-index: 9;
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(-50%);
}

.nag-journey__progress li {
  display: grid;
  grid-template-columns: 28px 72px;
  align-items: center;
  gap: 8px;
  color: rgba(194, 187, 174, 0.34);
  font-size: 0.6rem;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.nag-journey__progress li::before {
  content: "";
  grid-column: 1 / -1;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transform: scaleX(0.34);
  transition: transform 180ms ease;
}

.nag-journey__progress li.is-active {
  color: var(--journey-gold-bright);
}

.nag-journey__progress li.is-active::before {
  transform: scaleX(1);
}

.nag-journey__progress span {
  color: inherit;
}

.nag-journey__progress b {
  overflow: hidden;
  font-size: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nag-journey.is-webgl-fallback .nag-journey__canvas {
  display: none;
}

@media (min-width: 768px) and (max-width: 899px) {
  .nag-journey.is-enhanced .nag-journey__chapter[data-journey-chapter="community"] .nag-journey__chapter-visual {
    position: static;
  }

  .nag-journey.is-enhanced .nag-journey__chapter[data-journey-chapter="community"] .journey-program-portals {
    position: absolute;
    top: 50%;
    left: var(--journey-community-x);
    transform: translate(-50%, -50%);
  }

  .nag-journey.is-enhanced .nag-journey__chapter[data-journey-chapter="community"].is-active .journey-program-portals {
    pointer-events: auto;
  }
}

@media (min-width: 900px) and (max-aspect-ratio: 4/3) {
  .nag-journey.is-enhanced .nag-journey__chapter[data-journey-chapter="community"] .nag-journey__chapter-visual {
    position: static;
  }

  .nag-journey.is-enhanced .nag-journey__chapter[data-journey-chapter="community"] .journey-program-portals {
    position: absolute;
    top: 50%;
    left: var(--journey-community-x);
    width: min(58vw, 560px);
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 900px) and (min-aspect-ratio: 4/3) {
  .nag-journey.is-enhanced .nag-journey__chapter[data-journey-chapter="community"] .nag-journey__chapter-visual {
    position: static;
  }

  .nag-journey.is-enhanced .nag-journey__chapter[data-journey-chapter="community"] .journey-program-portals {
    position: absolute;
    top: var(--community-media-top);
    left: var(--community-media-left);
    display: block;
    width: var(--community-media-width);
    height: var(--community-media-height);
    transform: none;
    pointer-events: none;
  }

  .nag-journey.is-enhanced .journey-program-slot {
    position: absolute;
    top: calc(25.4% + var(--community-slot-y, 0px));
    display: grid;
    place-items: center;
    height: 39%;
    isolation: isolate;
    perspective: 1200px;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .nag-journey.is-enhanced .journey-program-slot[data-journey-portal-slot="coaching"] {
    --program-accent: #7697a4;
    --program-accent-deep: #203b46;
    --community-slot-y: var(--community-coaching-y);
    left: calc(52.3% + var(--community-coaching-x));
    width: 13.8%;
  }

  .nag-journey.is-enhanced .journey-program-slot[data-journey-portal-slot="referral"] {
    --program-accent: #979b57;
    --program-accent-deep: #333817;
    --community-slot-y: var(--community-referral-y);
    left: calc(82.4% + var(--community-referral-x));
    width: 11.2%;
  }

  .nag-journey.is-enhanced .journey-program-slot::before {
    content: "";
    position: absolute;
    inset: -2% -3%;
    z-index: 0;
    border-radius: 48% 48% 3px 3px / 18% 18% 3px 3px;
    background:
      radial-gradient(ellipse at 50% 24%, color-mix(in srgb, var(--program-accent) 12%, transparent), transparent 58%),
      linear-gradient(180deg, rgba(2, 4, 5, 0.03), rgba(2, 4, 4, 0.18) 52%, rgba(2, 4, 4, 0.34));
    box-shadow: inset 0 -20px 36px rgba(0, 0, 0, 0.18);
    pointer-events: none;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal {
    grid-template-rows: minmax(92px, 0.42fr) minmax(0, 0.58fr);
    width: 92%;
    height: min(88%, 300px);
    min-height: 0;
    padding: 0;
    border: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    clip-path: none;
    pointer-events: auto;
  }

  .nag-journey.is-enhanced .journey-program-slot[data-journey-portal-slot="coaching"] .journey-program-portal {
    width: var(--community-coaching-width);
  }

  .nag-journey.is-enhanced .journey-program-slot[data-journey-portal-slot="referral"] .journey-program-portal {
    width: var(--community-referral-width);
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal::before,
  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal::after {
    display: none;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__aperture {
    padding: 34px 5px 6px;
    border: 0;
    background: transparent;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__aperture::before,
  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__aperture::after {
    display: none;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__runes {
    display: none;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__crest {
    top: 4px;
    width: 26px;
    height: 26px;
    border-color: color-mix(in srgb, var(--program-accent) 30%, #8f6b36);
    border-radius: 50%;
    background:
      radial-gradient(circle, color-mix(in srgb, var(--program-accent) 12%, rgba(6, 8, 7, 0.28)), rgba(3, 5, 5, 0.18) 66%, transparent 68%);
    box-shadow:
      inset 0 0 0 2px rgba(0, 0, 0, 0.18),
      0 0 14px color-mix(in srgb, var(--program-accent) 9%, transparent);
    clip-path: none;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__crest i {
    font-size: 0.6rem;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal header {
    gap: 2px;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal header small {
    color: color-mix(in srgb, var(--program-accent) 56%, #a49c8d);
    font-size: 0.42rem;
    text-shadow: 0 1px 8px #000;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal header strong {
    font-size: 0.95rem;
    text-shadow: 0 2px 10px #000, 0 0 14px rgba(0, 0, 0, 0.9);
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal h4 {
    gap: 1px;
    margin-top: 4px;
    font-size: 0.72rem;
    text-shadow: 0 2px 9px #000, 0 0 12px rgba(0, 0, 0, 0.9);
  }

  .nag-journey.is-enhanced .journey-program-slot[data-journey-portal-slot="referral"] .journey-program-portal header,
  .nag-journey.is-enhanced .journey-program-slot[data-journey-portal-slot="referral"] .journey-program-portal h4 {
    left: clamp(9px, 0.7vw, 14px);
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__plate {
    padding: 0 4px 4px;
    border: 0;
    border-top: 1px solid color-mix(in srgb, var(--program-accent) 24%, rgba(212, 162, 78, 0.16));
    background: transparent;
    box-shadow: none;
  }

  .nag-journey.is-enhanced .journey-program-slot[data-journey-portal-slot="coaching"] .journey-program-portal__plate {
    justify-self: center;
    width: 82%;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__plate::before {
    right: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--program-accent) 42%, #c49343), transparent);
    opacity: 0.65;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal ul {
    flex: 1;
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal li {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 6px;
    min-height: 30px;
    border-bottom-color: color-mix(in srgb, var(--program-accent) 20%, rgba(212, 162, 78, 0.12));
    color: #ddd5c7;
    font-size: 0.62rem;
    text-shadow: 0 1px 7px #000, 0 0 9px rgba(0, 0, 0, 0.86);
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal li i {
    width: 22px;
    height: 22px;
    border: 1px solid color-mix(in srgb, var(--program-accent) 26%, rgba(212, 162, 78, 0.16));
    border-radius: 50%;
    background: color-mix(in srgb, var(--program-accent) 6%, rgba(3, 5, 5, 0.18));
    font-size: 0.58rem;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__info {
    grid-template-columns: 22px auto minmax(0, 1fr);
    gap: 5px;
    min-height: 30px;
    margin: 3px -1px 0;
    padding: 0 5px 0 3px;
    border: 1px solid rgba(189, 139, 60, 0.38);
    background:
      linear-gradient(180deg, rgba(139, 91, 31, 0.3), rgba(31, 21, 10, 0.78)),
      repeating-linear-gradient(135deg, rgba(255, 230, 176, 0.035) 0 1px, transparent 1px 6px);
    box-shadow:
      inset 0 1px rgba(255, 218, 145, 0.14),
      inset 0 -1px rgba(0, 0, 0, 0.78),
      0 4px 10px rgba(0, 0, 0, 0.22);
    clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 calc(100% - 5px), 0 5px);
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__seal {
    width: 20px;
    height: 20px;
    border-color: rgba(221, 170, 82, 0.52);
    background: radial-gradient(circle, rgba(62, 43, 20, 0.8) 0 47%, rgba(10, 8, 5, 0.9) 49% 100%);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.32);
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__info-label {
    gap: 4px;
    font-size: 0.5rem;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__info small {
    gap: 4px;
    font-size: 0.4rem;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__managed-prefix {
    display: none;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal:hover,
  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal:focus-within {
    border-color: transparent;
    filter: brightness(1.08);
    box-shadow: none;
  }
}

@media (min-width: 1600px) and (min-aspect-ratio: 4/3) {
  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__crest {
    width: 32px;
    height: 32px;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__crest i {
    font-size: 0.72rem;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal header small {
    font-size: 0.5rem;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal header strong {
    font-size: 1.02rem;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal h4 {
    font-size: 0.82rem;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal li {
    font-size: 0.68rem;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__info-label {
    font-size: 0.54rem;
  }

  .nag-journey.is-enhanced .journey-program-slot .journey-program-portal__info small {
    font-size: 0.43rem;
  }
}

@media (max-width: 1120px) {
  .nag-journey.is-enhanced .nag-journey__chapter {
    grid-template-columns: minmax(280px, 0.8fr) minmax(400px, 1.2fr);
    gap: 42px;
    padding-right: 82px;
    padding-left: 54px;
  }

  .journey-program-portal {
    min-height: clamp(400px, 54vh, 470px);
  }

  .nag-journey.is-enhanced .nag-journey__progress {
    right: 16px;
  }

  .nag-journey__progress li {
    grid-template-columns: 28px;
    gap: 0;
  }

  .nag-journey__progress b {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .nag-journey.is-enhanced .nag-journey__header {
    top: 24px;
    left: 28px;
    max-width: 330px;
  }

  .nag-journey.is-enhanced .nag-journey__header h2 {
    font-size: 1.2rem;
  }

  .nag-journey.is-enhanced .nag-journey__chapter {
    grid-template-columns: minmax(190px, 0.62fr) minmax(0, 1.38fr);
    gap: 24px;
    padding: 104px 58px 66px 28px;
  }

  .nag-journey.is-enhanced .nag-journey__chapter-copy {
    max-width: 260px;
    padding-bottom: 8px;
  }

  .nag-journey.is-enhanced .nag-journey__chapter h3 {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }

  .nag-journey.is-enhanced .nag-journey__chapter p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .nag-journey__index {
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .nag-journey.is-enhanced .nag-journey__chapter-visual {
    min-height: 300px;
  }

  .nag-journey.is-enhanced .nag-journey__progress {
    right: 8px;
  }

  .journey-signal {
    width: clamp(118px, 15vw, 142px);
    height: 40px;
  }

  .journey-signal > i {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 0.76rem;
  }

  .journey-signal > b {
    padding-right: 10px;
    padding-left: 9px;
    font-size: 0.54rem;
  }

  .journey-signal-core {
    width: 64px;
    height: 64px;
  }

  .journey-program-portals {
    --program-gap: 12px;
    width: clamp(430px, 53.5vw, 480px);
  }

  .journey-program-portal,
  .journey-program-portal--referral {
    grid-template-rows: minmax(150px, 0.9fr) minmax(188px, 1.1fr);
    min-height: 360px;
    transform: none;
  }

  .journey-program-portal__aperture {
    padding: 61px 10px 15px;
  }

  .journey-program-portal__crest {
    top: 10px;
    width: 42px;
    height: 50px;
  }

  .journey-program-portal header {
    gap: 3px;
  }

  .journey-program-portal header small {
    font-size: 0.42rem;
  }

  .journey-program-portal header strong {
    font-size: 0.92rem;
  }

  .journey-program-portal h4 {
    margin-top: 8px;
    font-size: 0.82rem;
  }

  .journey-program-portal__plate {
    padding: 0 8px 8px;
  }

  .journey-program-portal ul {
    gap: 0;
  }

  .journey-program-portal li {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 7px;
    min-height: 42px;
    font-size: 0.61rem;
  }

  .journey-program-portal li i {
    width: 30px;
    font-size: 0.72rem;
  }

  .journey-program-portal__info {
    grid-template-columns: 36px auto minmax(0, 1fr);
    gap: 6px;
    min-height: 46px;
    padding-right: 6px;
  }

  .journey-program-portal__seal {
    width: 36px;
    height: 36px;
  }

  .journey-program-portal__info-label {
    font-size: 0.52rem;
  }

  .journey-program-portal__info small {
    gap: 4px;
    font-size: 0.42rem;
  }
}

@media (max-width: 767px) {
  .nag-journey {
    background:
      linear-gradient(180deg, rgba(7, 6, 5, 0.72), #050506 8%),
      #050506;
  }

  .nag-journey__mobile-poster {
    position: relative;
    display: block;
    width: 100%;
    height: clamp(420px, 68svh, 640px);
    overflow: hidden;
    border-bottom: 1px solid rgba(212, 162, 78, 0.2);
    background: #030304;
  }

  .nag-journey__mobile-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04), transparent 44%, #050506 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.38), transparent 38%, transparent 62%, rgba(0, 0, 0, 0.38));
    pointer-events: none;
  }

  .nag-journey__mobile-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 46%;
    filter: saturate(0.82) contrast(1.04) brightness(0.76);
  }

  .nag-journey__stage,
  .nag-journey.is-enhanced .nag-journey__stage {
    width: min(100% - 28px, 720px);
    height: auto;
    padding: 48px 0 76px;
    overflow: visible;
  }

  .nag-journey__header,
  .nag-journey.is-enhanced .nag-journey__header {
    position: relative;
    inset: auto;
    max-width: 620px;
    margin: 0 0 52px;
    pointer-events: auto;
  }

  .nag-journey.is-enhanced .nag-journey__header h2 {
    color: var(--journey-ink);
    font-size: clamp(2rem, 8vw, 3.5rem);
  }

  .nag-journey__world,
  .nag-journey__progress,
  .nag-journey.is-enhanced .nag-journey__world,
  .nag-journey.is-enhanced .nag-journey__progress {
    display: none;
  }

  .nag-journey__chapters,
  .nag-journey.is-enhanced .nag-journey__chapters {
    position: relative;
    inset: auto;
    display: grid;
    gap: 72px;
  }

  .nag-journey__chapter,
  .nag-journey.is-enhanced .nag-journey__chapter {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 0;
    padding: 28px 0 0;
    border-top: 1px solid rgba(212, 162, 78, 0.16);
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .nag-journey.is-enhanced .nag-journey__chapter-copy {
    align-self: auto;
    max-width: none;
    padding-bottom: 0;
  }

  .nag-journey.is-enhanced .nag-journey__chapter h3 {
    font-size: clamp(2rem, 9vw, 3.25rem);
  }

  .nag-journey__chapter-visual {
    min-height: 0;
  }

  .nag-journey__chapter-visual--descent,
  .nag-journey__release-mark {
    width: min(390px, 88vw);
  }

  .nag-journey__chapter[data-journey-chapter="release"] {
    min-height: 680px;
    padding: 42px 22px;
  }

  .nag-journey__release-environment {
    margin: 0 -14px;
  }

  .nag-journey__release-environment::after {
    background:
      linear-gradient(180deg, rgba(3, 3, 4, 0.62), rgba(3, 3, 4, 0.22) 32%, rgba(3, 3, 4, 0.9) 86%),
      linear-gradient(90deg, rgba(3, 3, 4, 0.7), transparent 72%);
  }

  .nag-journey__release-environment img {
    object-position: center top;
  }

  .journey-signal-array {
    width: min(500px, 92vw);
  }

  .journey-signal {
    width: clamp(122px, 29vw, 158px);
    height: 42px;
  }

  .journey-signal > i {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    font-size: 0.8rem;
  }

  .journey-signal > b {
    padding-right: 11px;
    padding-left: 9px;
    font-size: 0.58rem;
  }

  .journey-program-portals {
    position: static;
    grid-template-columns: 1fr;
    gap: 22px;
    width: min(460px, 100%);
    max-width: 460px;
    margin: 0 auto;
    transform: none;
  }

  .journey-program-portal,
  .journey-program-portal--referral {
    grid-template-rows: minmax(180px, 0.92fr) minmax(210px, 1.08fr);
    min-height: 450px;
    transform: none;
  }
}

@media (max-width: 520px) {
  .nag-journey__header {
    margin-bottom: 38px;
  }

  .nag-journey__chapter {
    gap: 26px;
  }

  .nag-journey__chapter-copy {
    padding-left: 20px;
  }

  .nag-journey__index {
    margin-bottom: 20px;
    font-size: 2.7rem;
  }

  .journey-signal-array {
    width: min(380px, 100%);
  }

  .journey-signal {
    width: clamp(112px, 32vw, 124px);
    height: 36px;
  }

  .journey-signal::before {
    inset: 3px 0 3px 15px;
  }

  .journey-signal::after {
    inset: 4px 2px 4px 16px;
  }

  .journey-signal--left::before {
    inset: 3px 15px 3px 0;
  }

  .journey-signal--left::after {
    inset: 4px 16px 4px 2px;
  }

  .journey-signal > i {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    font-size: 0.68rem;
    box-shadow:
      inset 0 0 0 3px #11100d,
      inset 0 0 0 4px rgba(212, 162, 78, 0.34),
      0 0 0 2px rgba(8, 7, 5, 0.92),
      0 0 0 3px rgba(212, 162, 78, 0.3),
      0 0 14px rgba(212, 162, 78, 0.1);
  }

  .journey-signal > b {
    padding-right: 8px;
    padding-left: 7px;
    font-size: 0.48rem;
    line-height: 1.05;
    white-space: normal;
  }

  .journey-signal-core {
    width: 62px;
    height: 62px;
    font-size: 1rem;
  }

  .journey-program-portal {
    min-height: 430px;
    padding: 7px;
  }

  .journey-program-portal__aperture {
    padding: 68px 14px 18px;
  }

  .journey-program-portal h4 {
    font-size: 0.98rem;
  }

  .journey-helper-display figcaption {
    display: grid;
    gap: 5px;
  }

  .nag-journey__actions {
    display: grid;
  }

  .nag-journey__actions .btn {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .journey-store-portal {
    width: min(88vw, 420px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nag-journey,
  .nag-journey * {
    scroll-behavior: auto !important;
  }

  .nag-journey__world,
  .nag-journey__progress,
  .nag-journey.is-enhanced .nag-journey__world,
  .nag-journey.is-enhanced .nag-journey__progress {
    display: none;
  }

  .nag-journey.is-enhanced .nag-journey__stage {
    width: min(1180px, calc(100% - 32px));
    height: auto;
    padding: 92px 0 110px;
    overflow: visible;
  }

  .nag-journey.is-enhanced .nag-journey__header,
  .nag-journey.is-enhanced .nag-journey__chapters,
  .nag-journey.is-enhanced .nag-journey__chapter {
    position: relative;
    inset: auto;
  }

  .nag-journey.is-enhanced .nag-journey__chapters {
    display: grid;
  }

  .nag-journey.is-enhanced .nag-journey__chapter {
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .nag-journey.is-enhanced .nag-journey__chapter[data-journey-chapter="community"] .nag-journey__chapter-visual {
    position: relative;
  }

  .nag-journey.is-enhanced .nag-journey__chapter[data-journey-chapter="community"] .journey-program-portals {
    position: static;
    width: min(660px, 100%);
    transform: none;
  }

  .journey-program-portal,
  .journey-program-portal__crest,
  .journey-program-portal__info,
  .journey-program-portal__seal,
  .journey-program-portal__info small,
  .journey-program-portal__info small i {
    transition: none;
  }

  a.journey-program-portal__info:hover .journey-program-portal__seal,
  a.journey-program-portal__info:focus-visible .journey-program-portal__seal {
    transform: none;
  }
}
