:root {
  --nw-optical-gold: #d3a451;
  --nw-optical-cyan: #789a99;
  --nw-optical-paper: #f4f1e9;
  --nw-optical-muted: rgba(226, 229, 220, .66);
  --nw-optical-line: rgba(126, 158, 156, .26);
}

body.nw-interior:not(.nw-unified-ready) #main-content {
  visibility: hidden;
  background: #030706;
}

body.nw-unified-ready {
  overflow: hidden;
  background: #030706;
}

body.nw-unified-ready::before,
body.nw-unified-ready .nw-footer {
  display: none;
}

.nw-interior main.nw-unified-main {
  height: 100svh;
  min-height: 720px;
  padding-top: 132px;
  overflow: hidden;
  background: #030706;
}

.nw-unified-hud {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: calc(100svh - 132px);
  min-height: 588px;
  overflow: hidden;
  background: #030706;
  color: var(--nw-optical-paper);
}

.nw-unified-environment {
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(2, 6, 5, .84) 0%, rgba(2, 6, 5, .68) 33%, rgba(2, 6, 5, .76) 64%, rgba(2, 6, 5, .92) 100%),
    linear-gradient(180deg, rgba(2, 6, 5, .22), rgba(2, 6, 5, .92)),
    url('../images/portfolio-work-environment.jpg');
  background-position: center;
  background-size: cover;
  filter: saturate(.7) contrast(1.06);
  transform: scale(1.015);
}

.nw-unified-environment::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 44%, rgba(194, 149, 70, .08), transparent 25%),
    linear-gradient(90deg, transparent 0 33.8%, rgba(126, 158, 156, .1) 33.85%, transparent 33.95%);
  content: "";
}

.nw-unified-environment::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.02), transparent 1px);
  background-size: 100% 4px;
  opacity: .17;
  content: "";
  pointer-events: none;
}

.nw-unified-instrument {
  position: absolute;
  z-index: -1;
  top: 2%;
  right: -3%;
  width: 71%;
  height: 70%;
  overflow: visible;
  opacity: .27;
  pointer-events: none;
  filter: drop-shadow(0 0 9px rgba(111, 153, 151, .12));
}

.nw-unified-instrument g { display: none; }
.nw-unified-hud[data-kind="scan"] .nw-instrument-scan,
.nw-unified-hud[data-kind="route"] .nw-instrument-route,
.nw-unified-hud[data-kind="stack"] .nw-instrument-stack,
.nw-unified-hud[data-kind="core"] .nw-instrument-core,
.nw-unified-hud[data-kind="inventory"] .nw-instrument-inventory,
.nw-unified-hud[data-kind="assembly"] .nw-instrument-assembly,
.nw-unified-hud[data-kind="identity"] .nw-instrument-identity,
.nw-unified-hud[data-kind="signal"] .nw-instrument-signal,
.nw-unified-hud[data-kind="trust"] .nw-instrument-trust { display: block; }

.nw-unified-instrument path,
.nw-unified-instrument rect,
.nw-unified-instrument circle {
  fill: none;
  stroke: rgba(118, 158, 156, .58);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.nw-unified-instrument .nw-instrument-live {
  stroke: rgba(211, 164, 81, .72);
  filter: drop-shadow(0 0 5px rgba(211, 164, 81, .36));
}

.nw-unified-projections {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 31vw) minmax(0, 1fr);
  gap: clamp(54px, 6vw, 108px);
  width: min(calc(100% - clamp(48px, 7vw, 132px)), 1740px);
  height: 100%;
  margin: 0 auto;
  padding: clamp(34px, 5.2vh, 64px) 0 clamp(22px, 3.4vh, 42px);
}

.nw-unified-parent,
.nw-unified-child {
  position: relative;
  min-width: 0;
  min-height: 0;
}

.nw-unified-parent {
  z-index: 4;
  display: flex;
  flex-direction: column;
  padding: 24px 0 0 24px;
}

.nw-unified-parent::before {
  position: absolute;
  top: 0;
  left: 0;
  width: min(230px, 67%);
  height: 58px;
  border-top: 1px solid rgba(211, 164, 81, .78);
  border-left: 1px solid rgba(211, 164, 81, .46);
  content: "";
  pointer-events: none;
}

.nw-unified-parent::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 54%;
  border-top: 1px solid rgba(117, 154, 152, .2);
  content: "";
  pointer-events: none;
}

.nw-unified-parent-mark {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 12px;
  height: 12px;
}

.nw-unified-parent-mark i,
.nw-unified-parent-mark span {
  position: absolute;
  inset: 2px;
  border: 1px solid var(--nw-optical-gold);
  transform: rotate(45deg);
  box-shadow: 0 0 11px rgba(211, 164, 81, .5);
}

.nw-unified-parent-mark span {
  inset: 5px;
  border: 0;
  background: #f6eddb;
  box-shadow: 0 0 8px rgba(246, 237, 219, .9);
}

.nw-unified-kicker,
.nw-unified-chapter-kicker {
  margin: 0;
  color: var(--nw-optical-gold);
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.nw-unified-route-title {
  max-width: 8.8ch;
  margin: 15px 0 0;
  color: #f5f2e9;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: clamp(2.75rem, 4.2vw, 5.15rem);
  font-weight: 720;
  letter-spacing: -.055em;
  line-height: .9;
}

.nw-unified-route-summary {
  max-width: 39ch;
  margin: 21px 0 0;
  color: rgba(231, 232, 224, .66);
  font-size: clamp(.73rem, .82vw, .9rem);
  line-height: 1.72;
}

.nw-unified-topics {
  display: grid;
  margin-top: clamp(28px, 4vh, 50px);
  border-top: 1px solid rgba(123, 156, 154, .25);
}

.nw-unified-topics button {
  position: relative;
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr) 11px;
  gap: 10px;
  min-height: 68px;
  padding: 13px 8px 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(123, 156, 154, .18);
  background: transparent;
  color: rgba(234, 234, 226, .63);
  text-align: left;
  transition: color .2s ease;
}

.nw-unified-topics button::after {
  position: absolute;
  right: -42px;
  top: 50%;
  width: 38px;
  border-top: 1px solid var(--nw-optical-gold);
  opacity: 0;
  content: "";
  transform: scaleX(.2);
  transform-origin: right;
  transition: opacity .25s ease, transform .25s ease;
}

.nw-unified-topics button > span {
  padding-top: 2px;
  color: var(--nw-optical-gold);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: .55rem;
  letter-spacing: .1em;
}

.nw-unified-topics button strong,
.nw-unified-continuation strong {
  display: block;
  font-size: .74rem;
  font-weight: 720;
  letter-spacing: -.01em;
  line-height: 1.32;
}

.nw-unified-topics button small {
  grid-column: 2;
  display: -webkit-box;
  margin-top: 3px;
  overflow: hidden;
  color: rgba(203, 211, 204, .4);
  font-size: .52rem;
  font-weight: 500;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nw-unified-topics button i {
  align-self: center;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(119, 155, 153, .48);
  transform: rotate(45deg);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.nw-unified-topics button:hover,
.nw-unified-topics button:focus-visible,
.nw-unified-topics button.is-active {
  color: #f4f1e9;
  outline: 0;
}

.nw-unified-topics button:focus-visible strong { text-decoration: underline; text-decoration-color: var(--nw-optical-gold); text-underline-offset: 4px; }
.nw-unified-topics button.is-active::after { opacity: .82; transform: scaleX(1); }
.nw-unified-topics button.is-active i { border-color: var(--nw-optical-gold); background: rgba(211, 164, 81, .25); box-shadow: 0 0 11px rgba(211, 164, 81, .55); }

.nw-unified-continuation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(123, 156, 154, .2);
}

.nw-unified-continuation button {
  min-height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(238, 238, 230, .61);
  text-align: left;
}

.nw-unified-continuation button:last-child { text-align: right; }
.nw-unified-continuation button:hover,
.nw-unified-continuation button:focus-visible { color: #fff; outline: 0; }
.nw-unified-continuation small { display: block; margin-bottom: 5px; color: var(--nw-optical-gold); font-size: .48rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.nw-unified-child {
  z-index: 3;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
  border-top: 1px solid rgba(119, 155, 153, .46);
  border-bottom: 1px solid rgba(211, 164, 81, .52);
  transform: perspective(1900px) rotateY(-.55deg);
  transform-origin: left center;
}

.nw-unified-child::before,
.nw-unified-child::after {
  position: absolute;
  z-index: 4;
  width: 84px;
  height: 60px;
  content: "";
  pointer-events: none;
}

.nw-unified-child::before {
  top: -1px;
  left: -1px;
  border-top: 1px solid var(--nw-optical-gold);
  border-left: 1px solid rgba(211, 164, 81, .65);
}

.nw-unified-child::after {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid rgba(119, 155, 153, .45);
  border-bottom: 1px solid var(--nw-optical-gold);
}

.nw-unified-child-header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 94px;
  gap: 24px;
  padding: clamp(25px, 3.7vh, 43px) clamp(26px, 3.4vw, 56px) clamp(21px, 3vh, 34px);
  border-bottom: 1px solid rgba(123, 156, 154, .2);
}

.nw-unified-child-header::after {
  position: absolute;
  bottom: -1px;
  left: clamp(26px, 3.4vw, 56px);
  width: min(180px, 28%);
  border-bottom: 1px solid var(--nw-optical-gold);
  content: "";
}

.nw-unified-chapter-title {
  max-width: 21ch;
  margin: 10px 0 0;
  color: #f5f2e9;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: clamp(2rem, 2.8vw, 3.75rem);
  font-weight: 690;
  letter-spacing: -.048em;
  line-height: .98;
  outline: 0;
}

.nw-unified-chapter-note {
  max-width: 88ch;
  margin: 13px 0 0;
  color: rgba(210, 217, 209, .55);
  font-size: clamp(.62rem, .72vw, .78rem);
  line-height: 1.64;
}

.nw-unified-position {
  align-self: start;
  padding-top: 4px;
  color: rgba(222, 226, 218, .5);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: .5rem;
  letter-spacing: .12em;
  text-align: right;
}

.nw-unified-position i {
  position: relative;
  display: block;
  height: 1px;
  margin-top: 13px;
  background: rgba(123, 156, 154, .24);
}

.nw-unified-position i::after {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--nw-position);
  border-top: 1px solid var(--nw-optical-gold);
  content: "";
  transition: width .35s ease;
}

.nw-unified-content {
  min-height: 0;
  overflow: auto;
  overflow-x: hidden;
  scrollbar-color: rgba(211, 164, 81, .62) rgba(119, 155, 153, .08);
  scrollbar-width: thin;
  outline: 0;
}

.nw-unified-content:focus-visible { box-shadow: inset 0 0 0 1px rgba(211, 164, 81, .52); }
.nw-unified-content::-webkit-scrollbar { width: 6px; }
.nw-unified-content::-webkit-scrollbar-track { background: rgba(119, 155, 153, .07); }
.nw-unified-content::-webkit-scrollbar-thumb { background: rgba(211, 164, 81, .55); }

.nw-unified-deck {
  width: 100%;
  max-width: 1180px;
  padding: clamp(30px, 4vh, 52px) clamp(26px, 3.4vw, 56px) clamp(78px, 10vh, 120px);
}

.nw-unified-deck .nw-unified-source-section {
  padding: 0 0 clamp(60px, 8vh, 96px) !important;
  background: transparent !important;
  color: var(--nw-optical-paper) !important;
}

.nw-unified-deck .nw-unified-source-section + .nw-unified-source-section {
  padding-top: clamp(34px, 5vh, 60px) !important;
  border-top: 1px solid rgba(123, 156, 154, .2);
}

.nw-unified-deck .nw-shell { width: 100%; max-width: none; }
.nw-unified-deck :where(h2, h3, h4, strong) { color: #f1f0e9; }
.nw-unified-deck :where(p, li, span) { color: rgba(215, 220, 212, .68); }
.nw-unified-deck :where(.nw-eyebrow, .nw-eyebrow-dark) { color: var(--nw-optical-gold); }
.nw-unified-deck :where(.nw-section-intro, .nw-section-heading) { margin-bottom: clamp(28px, 4vh, 48px); }
.nw-unified-deck :where(.nw-section-intro h2, .nw-section-heading h2, .nw-about-copy h2, .policy-copy h2) { color: #f3f1e9; }
.nw-unified-deck :where(.nw-section-intro-copy p, .nw-section-heading > p, .nw-about-copy > p, .policy-copy p) { color: rgba(215, 220, 212, .66); }
.nw-unified-deck :where(.nw-outcome-grid, .nw-problem-list, .nw-engagement-list, .nw-help-grid, .nw-implementation-flow, .nw-route-grid, .nw-agent-contract, .nw-scope-rail) { border-color: rgba(123, 156, 154, .2); }
.nw-unified-deck :where(article, .nw-offer-level, .nw-decision-lens, .nw-route, .nw-agent-contract > div, .nw-scope-rail > div) { border-color: rgba(123, 156, 154, .17); background: rgba(4, 10, 9, .06); }
.nw-unified-deck :where(.nw-button-gold) { color: #0a0c0b; }
.nw-unified-deck :where(.nw-button-ghost) { border-color: rgba(211, 164, 81, .42); color: #efede6; }
.nw-unified-deck .nw-policy-flow-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4vw, 60px); }
.nw-unified-deck .nw-policy-flow-copy section { padding-top: 18px; border-top: 1px solid rgba(123, 156, 154, .2); }
.nw-unified-deck :where(.nw-pathway-atlas, .nw-example-gallery) {
  grid-template-columns: minmax(190px, .38fr) minmax(0, 1.62fr);
  gap: 30px;
  min-height: 0;
}
.nw-unified-deck :where(.nw-pathway-projection, .nw-example-stage, .nw-example-frame) { min-width: 0; max-width: 100%; }
.nw-unified-deck .nw-example-copy { grid-template-columns: 1fr; gap: 22px; }
.nw-unified-deck .nw-example-detail { min-width: 0; }
.nw-unified-deck .nw-example-frame img { width: 100%; max-width: 100%; }

.nw-unified-connection {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.nw-unified-connection path {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.nw-unified-connection-structure { stroke: rgba(119, 155, 153, .48); stroke-width: 1; }
.nw-unified-connection-signal { stroke: var(--nw-optical-gold); stroke-width: 1; filter: drop-shadow(0 0 4px rgba(211, 164, 81, .6)); }
.nw-unified-connection-source,
.nw-unified-connection-target { fill: rgba(211, 164, 81, .18); stroke: var(--nw-optical-gold); stroke-width: 1; transform-box: fill-box; transform-origin: center; }
.nw-unified-connection-source { transform: rotate(45deg); }
.nw-unified-connection-courier { fill: #fff7e7; stroke: var(--nw-optical-gold); stroke-width: 1; filter: drop-shadow(0 0 7px rgba(211, 164, 81, .95)); opacity: 0; }

.nw-unified-status {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.nw-unified-loading .nw-unified-child { cursor: progress; }

@media (max-width: 1180px) {
  .nw-interior main.nw-unified-main { padding-top: 112px; }
  .nw-unified-hud { height: calc(100svh - 112px); }
  .nw-unified-projections { grid-template-columns: minmax(270px, 30vw) minmax(0, 1fr); gap: 52px; width: calc(100% - 48px); }
  .nw-unified-route-title { font-size: clamp(2.4rem, 4.3vw, 4rem); }
  .nw-unified-topics button { min-height: 62px; }
  .nw-unified-topics button small { -webkit-line-clamp: 1; }
  .nw-unified-child-header { padding-inline: 30px; }
  .nw-unified-deck { padding-inline: 30px; }
}

@media (max-width: 900px) {
  body.nw-unified-ready { overflow: hidden; }
  .nw-interior main.nw-unified-main { min-height: 0; padding-top: 74px; }
  .nw-unified-hud { height: calc(100svh - 74px); min-height: 0; }
  .nw-unified-environment { background-position: 38% center; }
  .nw-unified-instrument { top: 0; right: -32%; width: 115%; height: 50%; opacity: .2; }
  .nw-unified-projections {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(214px, 35%) minmax(0, 65%);
    gap: 16px;
    width: calc(100% - 28px);
    padding: 16px 0 12px;
  }
  .nw-unified-parent { padding: 13px 0 0 15px; }
  .nw-unified-parent::before { width: 130px; height: 34px; }
  .nw-unified-kicker { display: none; }
  .nw-unified-route-title { max-width: none; margin-top: 1px; font-size: clamp(1.7rem, 7vw, 2.65rem); line-height: .96; }
  .nw-unified-route-summary { max-width: 62ch; margin-top: 8px; font-size: .63rem; line-height: 1.5; }
  .nw-unified-topics { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 12px; overflow-x: auto; border-top: 0; }
  .nw-unified-topics { scrollbar-width: none; }
  .nw-unified-topics::-webkit-scrollbar { display: none; }
  .nw-unified-topics button { min-width: 132px; min-height: 56px; grid-template-columns: 24px minmax(0, 1fr) 8px; gap: 6px; padding: 8px 8px 8px 0; border-top: 1px solid rgba(123, 156, 154, .22); }
  .nw-unified-topics button::after { display: none; }
  .nw-unified-topics button small { display: none; }
  .nw-unified-topics button strong { font-size: .64rem; }
  .nw-unified-continuation { position: absolute; top: 4px; right: 0; display: flex; gap: 10px; margin: 0; padding: 0; border: 0; }
  .nw-unified-continuation button { min-height: 36px; padding: 0 5px; }
  .nw-unified-continuation button strong { display: none; }
  .nw-unified-continuation button small { margin: 0; font-size: .43rem; }
  .nw-unified-child { transform: none; }
  .nw-unified-child-header { grid-template-columns: minmax(0, 1fr) 54px; gap: 12px; padding: 16px 14px 14px; }
  .nw-unified-chapter-title { max-width: 24ch; margin-top: 6px; font-size: clamp(1.45rem, 6vw, 2.25rem); }
  .nw-unified-chapter-note { display: none; }
  .nw-unified-position { font-size: .44rem; }
  .nw-unified-deck { padding: 24px 14px 70px; }
  .nw-unified-deck .nw-policy-flow-copy { grid-template-columns: 1fr; }
  .nw-unified-connection { opacity: .68; }
}

@media (max-width: 560px) {
  .nw-unified-projections { grid-template-rows: minmax(204px, 38%) minmax(0, 62%); }
  .nw-unified-route-summary { max-width: 46ch; }
  .nw-unified-topics { padding-right: 28px; }
  .nw-unified-child-header { padding-right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .nw-unified-hud *,
  .nw-unified-hud *::before,
  .nw-unified-hud *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Substantive parent / contextual child information system. */
.nw-unified-projections {
  grid-template-columns: minmax(390px, 40vw) minmax(0, 1fr);
  transition: grid-template-columns .45s cubic-bezier(.2,.75,.2,1);
}

.nw-unified-hud.is-child-open .nw-unified-projections {
  grid-template-columns: minmax(330px, 30vw) minmax(0, 1fr);
}

.nw-unified-parent {
  overflow: hidden;
}

.nw-unified-kicker {
  display: block;
}

.nw-unified-route-title {
  max-width: 17ch;
  margin-top: 13px;
  font-size: clamp(2.15rem, 3.15vw, 4rem);
  line-height: .96;
}

.nw-unified-hud.is-child-open .nw-unified-route-title {
  font-size: clamp(1.72rem, 2.25vw, 2.75rem);
}

.nw-unified-route-overview {
  display: grid;
  gap: 9px;
  max-width: 60ch;
  margin-top: 18px;
}

.nw-unified-route-overview p {
  margin: 0;
  color: rgba(226, 229, 220, .7);
  font-size: clamp(.68rem, .76vw, .82rem);
  line-height: 1.65;
}

.nw-unified-hud.is-child-open .nw-unified-route-overview p:last-child {
  display: none;
}

.nw-unified-topics {
  min-height: 0;
  margin-top: clamp(20px, 2.8vh, 34px);
  overflow-y: auto;
  scrollbar-width: none;
}

.nw-unified-topics::-webkit-scrollbar { display: none; }

.nw-unified-topics button {
  min-height: 61px;
  padding-block: 11px;
}

.nw-unified-topics button strong {
  font-size: .72rem;
}

.nw-unified-topics button small {
  font-size: .51rem;
  -webkit-line-clamp: 2;
}

.nw-unified-child[hidden],
.nw-unified-connection[hidden] {
  display: none !important;
}

.nw-unified-child-header {
  grid-template-columns: minmax(0, 1fr) auto;
  padding-top: clamp(22px, 3.1vh, 34px);
  padding-bottom: clamp(18px, 2.5vh, 28px);
}

.nw-unified-path {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  color: var(--nw-optical-gold);
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.nw-unified-path i {
  color: rgba(122, 157, 155, .62);
  font-style: normal;
}

.nw-unified-path button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(211, 164, 81, .55);
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.nw-unified-path button:hover,
.nw-unified-path button:focus-visible {
  color: #fff4dc;
  outline: 0;
  border-bottom-color: #fff4dc;
}

.nw-unified-chapter-title {
  max-width: 24ch;
  margin-top: 10px;
  font-size: clamp(1.85rem, 2.55vw, 3.2rem);
  line-height: .98;
}

.nw-unified-chapter-note {
  max-width: 90ch;
  margin-top: 12px;
  color: rgba(218, 223, 215, .68);
  font-size: clamp(.69rem, .76vw, .82rem);
  line-height: 1.65;
}

.nw-unified-child-close {
  align-self: start;
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 46px;
  min-height: 46px;
  padding: 4px;
  border: 0;
  border-top: 1px solid rgba(121, 155, 153, .42);
  background: transparent;
  color: rgba(235, 236, 228, .62);
}

.nw-unified-child-close span {
  color: inherit;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1;
}

.nw-unified-child-close small {
  color: inherit;
  font-size: .45rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nw-unified-child-close:hover,
.nw-unified-child-close:focus-visible {
  color: #fff;
  outline: 1px solid rgba(211, 164, 81, .55);
}

.nw-unified-deck {
  max-width: 1040px;
  padding-top: clamp(28px, 4vh, 46px);
}

.nw-substantive-lead {
  display: grid;
  gap: 13px;
  max-width: 78ch;
  padding: 0 0 clamp(28px, 4vh, 44px);
  border-bottom: 1px solid rgba(122, 157, 155, .23);
}

.nw-substantive-lead p {
  margin: 0;
  color: rgba(232, 233, 226, .78);
  font-size: clamp(.88rem, 1vw, 1.08rem);
  line-height: 1.75;
}

.nw-substantive-lead .nw-substantive-question {
  color: #f3f0e7;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: clamp(1.18rem, 1.55vw, 1.72rem);
  font-weight: 650;
  letter-spacing: -.022em;
  line-height: 1.22;
}

.nw-substantive-lead .nw-substantive-type {
  color: var(--nw-optical-gold);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.nw-substantive-section {
  display: grid;
  grid-template-columns: minmax(150px, .3fr) minmax(0, 1.7fr);
  gap: clamp(22px, 3vw, 48px);
  padding: clamp(28px, 4vh, 46px) 0;
  border-bottom: 1px solid rgba(122, 157, 155, .18);
}

.nw-substantive-section h3 {
  margin: 0;
  color: var(--nw-optical-gold);
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.5;
  text-transform: uppercase;
}

.nw-substantive-section > p {
  max-width: 74ch;
  margin: 0;
  color: rgba(220, 224, 216, .73);
  font-size: clamp(.82rem, .9vw, .98rem);
  line-height: 1.78;
}

.nw-substantive-list,
.nw-substantive-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(26px, 3vw, 48px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nw-substantive-list li,
.nw-substantive-steps li {
  position: relative;
  padding: 10px 0 10px 19px;
  border-top: 1px solid rgba(122, 157, 155, .16);
  color: rgba(224, 226, 219, .72);
  font-size: clamp(.72rem, .8vw, .86rem);
  line-height: 1.56;
}

.nw-substantive-list li::before,
.nw-substantive-steps li::before {
  position: absolute;
  top: 16px;
  left: 2px;
  width: 6px;
  height: 6px;
  border: 1px solid var(--nw-optical-gold);
  content: "";
  transform: rotate(45deg);
}

.nw-substantive-selection {
  padding: clamp(34px, 5vh, 58px) 0;
}

.nw-substantive-selection > h3 {
  margin: 0 0 17px;
  color: #f0eee6;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: clamp(1.35rem, 1.9vw, 2.2rem);
  font-weight: 650;
  letter-spacing: -.03em;
}

.nw-substantive-selection-list {
  display: grid;
  border-top: 1px solid rgba(211, 164, 81, .5);
}

.nw-substantive-selection-list button {
  display: grid;
  grid-template-columns: 38px minmax(170px, .58fr) minmax(0, 1.42fr) 18px;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(122, 157, 155, .19);
  background: transparent;
  color: rgba(234, 235, 228, .74);
  text-align: left;
}

.nw-substantive-selection-list button > span {
  color: var(--nw-optical-gold);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: .54rem;
  letter-spacing: .1em;
}

.nw-substantive-selection-list button strong {
  color: #efede6;
  font-size: .78rem;
  line-height: 1.35;
}

.nw-substantive-selection-list button p {
  margin: 0;
  color: rgba(210, 216, 208, .57);
  font-size: .65rem;
  line-height: 1.55;
}

.nw-substantive-selection-list button i {
  color: var(--nw-optical-gold);
  font-size: 1rem;
  font-style: normal;
  opacity: .58;
  transition: transform .2s ease, opacity .2s ease;
}

.nw-substantive-selection-list button:hover,
.nw-substantive-selection-list button:focus-visible {
  outline: 0;
  background: linear-gradient(90deg, rgba(211,164,81,.045), transparent 70%);
}

.nw-substantive-selection-list button:hover i,
.nw-substantive-selection-list button:focus-visible i {
  opacity: 1;
  transform: translateX(4px);
}

.nw-substantive-examples {
  grid-template-columns: minmax(150px, .3fr) minmax(0, 1.7fr);
}

.nw-substantive-examples article {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(110px, .28fr) minmax(0, 1.72fr);
  gap: 7px 24px;
  padding: 18px 0;
  border-top: 1px solid rgba(122, 157, 155, .18);
}

.nw-substantive-examples article:first-of-type { border-top-color: rgba(211, 164, 81, .42); }
.nw-substantive-examples h4 { grid-row: 1 / span 2; margin: 0; color: #f0eee7; font-size: .72rem; line-height: 1.45; }
.nw-substantive-examples p { margin: 0; font-size: .7rem; line-height: 1.6; }
.nw-substantive-examples .nw-scenario-problem { color: rgba(232,233,226,.78); }
.nw-substantive-examples .nw-scenario-application { color: rgba(202,211,203,.58); }

.nw-substantive-actions,
.nw-substantive-next {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  padding: clamp(26px, 4vh, 44px) 0;
}

.nw-substantive-actions a,
.nw-substantive-next a {
  min-height: 42px;
  padding: 12px 0 8px;
  border-bottom: 1px solid rgba(211, 164, 81, .65);
  color: #f1eee5;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.nw-substantive-actions a:hover,
.nw-substantive-actions a:focus-visible,
.nw-substantive-next a:hover,
.nw-substantive-next a:focus-visible {
  color: var(--nw-optical-gold);
  outline: 0;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .nw-unified-projections { grid-template-columns: minmax(320px, 38vw) minmax(0, 1fr); }
  .nw-unified-hud.is-child-open .nw-unified-projections { grid-template-columns: 270px minmax(0, 1fr); }
  .nw-unified-route-title { font-size: clamp(1.8rem, 3vw, 2.8rem); }
  .nw-unified-hud.is-child-open .nw-unified-route-title { font-size: 1.55rem; }
  .nw-unified-route-overview p { font-size: .63rem; }
  .nw-unified-topics button { min-height: 56px; }
  .nw-substantive-selection-list button { grid-template-columns: 34px minmax(155px, .64fr) minmax(0, 1.36fr) 16px; }
}

@media (max-width: 900px) {
  .nw-unified-projections,
  .nw-unified-hud.is-child-open .nw-unified-projections {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(250px, 40%) minmax(0, 60%);
  }
  .nw-unified-hud:not(.is-child-open) .nw-unified-projections {
    grid-template-rows: minmax(0, 1fr);
  }
  .nw-unified-route-title,
  .nw-unified-hud.is-child-open .nw-unified-route-title {
    max-width: 24ch;
    font-size: clamp(1.5rem, 6vw, 2.2rem);
  }
  .nw-unified-route-overview { margin-top: 10px; }
  .nw-unified-route-overview p { font-size: .61rem; }
  .nw-unified-hud.is-child-open .nw-unified-route-overview { display: none; }
  .nw-unified-continuation { display: none; }
  .nw-unified-topics { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(150px, 42vw); margin-top: 12px; overflow-x: auto; overflow-y: hidden; }
  .nw-unified-topics button { min-width: 0; }
  .nw-unified-child-header { grid-template-columns: minmax(0, 1fr) 42px; padding: 15px 13px 13px; }
  .nw-unified-path { font-size: .45rem; }
  .nw-unified-chapter-title { font-size: clamp(1.35rem, 6.2vw, 2rem); }
  .nw-unified-chapter-note { display: block; max-height: 3.2em; overflow: hidden; font-size: .62rem; line-height: 1.55; }
  .nw-unified-child-close { min-width: 40px; min-height: 40px; }
  .nw-unified-deck { padding: 22px 13px 68px; }
  .nw-substantive-section,
  .nw-substantive-examples { grid-template-columns: 1fr; gap: 13px; padding: 24px 0; }
  .nw-substantive-section > :not(h3),
  .nw-substantive-examples article { grid-column: 1; }
  .nw-substantive-list,
  .nw-substantive-steps { grid-template-columns: 1fr; }
  .nw-substantive-selection-list button { grid-template-columns: 30px minmax(0, 1fr) 14px; gap: 9px; }
  .nw-substantive-selection-list button p { grid-column: 2; }
  .nw-substantive-selection-list button i { grid-column: 3; grid-row: 1 / span 2; }
  .nw-substantive-examples article { grid-template-columns: 1fr; gap: 7px; }
  .nw-substantive-examples h4 { grid-row: auto; }
}
