/* ── px-whatsnew.css — THE NEW PANTEREX ───────────────────────────────────────
   The permanent explanation, and the one-time sheet that points at it.

   This is a product explanation, not a feature announcement. It uses the estate's
   own structure as its graphic — the five movements PANTEREX actually performs,
   and the eight destinations that exist — so the page IS the map rather than a
   picture of one. Nothing here is generated, sampled or invented: every label is
   a real destination and every claim is about arrangement, not performance. */

/* ── THE LOOP: OBSERVE → UNDERSTAND → ACT → PROTECT → LEARN ─────────────────── */
.pxw-loop { list-style: none; margin: 34px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--o-hair); border-left: 1px solid var(--o-hair); }
.pxw-loop li { position: relative; padding: 26px 22px 28px;
  border-right: 1px solid var(--o-hair); border-bottom: 1px solid var(--o-hair);
  display: grid; align-content: start; gap: 10px 0; }
/* A rule runs through the marks: this is one loop, not five features. */
.pxw-loop li::after { content: ''; position: absolute; left: 0; right: 0; top: 36px;
  height: 1px; background: var(--o-hair); z-index: 0; }
.pxw-loop li:first-child::after { left: 22px; }
.pxw-loop li:last-child::after  { right: 22px; }
.pxw-loop-m { position: relative; z-index: 1; width: 13px; height: 13px; display: block;
  border: 1px solid var(--nx-ash); background: var(--nx-void); margin-bottom: 12px; }
/* Marks differ by FORM as well as colour, so the sequence survives greyscale. */
.pxw-loop [data-m="observe"]    .pxw-loop-m { border-radius: 50%; border-color: var(--px-observed); }
.pxw-loop [data-m="understand"] .pxw-loop-m { transform: rotate(45deg); width: 11px; height: 11px;
  border-color: var(--px-inferred); }
.pxw-loop [data-m="act"]        .pxw-loop-m { border-color: var(--nx-tungsten);
  background: var(--nx-tungsten); }
.pxw-loop [data-m="protect"]    .pxw-loop-m { border-width: 2px; border-color: var(--nx-healthy); }
.pxw-loop [data-m="learn"]      .pxw-loop-m { border-color: var(--nx-bone);
  border-style: dashed; }
.pxw-loop-k { font-family: var(--nx-mono); font-size: 10.5px; letter-spacing: .17em;
  text-transform: uppercase; color: var(--nx-bone-hi); }
.pxw-loop-v { font-size: 13px; line-height: 1.55; color: var(--nx-ash-2); }

/* ── WHAT IS UNCHANGED ─────────────────────────────────────────────────────── */
.pxw-keeps { list-style: none; margin: 30px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--o-hair); border-left: 1px solid var(--o-hair); }
.pxw-keeps li { padding: 18px 20px 20px;
  border-right: 1px solid var(--o-hair); border-bottom: 1px solid var(--o-hair); }
.pxw-keeps b { display: block; font-size: 14.5px; font-weight: 500; color: var(--nx-bone-hi); }
.pxw-keeps span { display: block; margin-top: 6px; font-size: 13px; line-height: 1.55;
  color: var(--nx-ash-2); }
.pxw-note { margin-top: 22px; font-size: 13px; }

/* ── THE MAP ───────────────────────────────────────────────────────────────── */
.pxw-map { margin: 30px 0 0; display: grid; gap: 0;
  border-top: 1px solid var(--o-hair); }
.pxw-map > div { display: grid; grid-template-columns: minmax(0, 210px) minmax(0, 1fr);
  gap: 0 30px; padding: 20px 0 22px; border-bottom: 1px solid var(--o-hair); }
.pxw-map dt { font-family: var(--nx-mono); font-size: 11px; letter-spacing: .15em;
  text-transform: uppercase; color: var(--nx-bone-hi); padding-left: 14px;
  border-left: 2px solid var(--nx-tungsten); }
.pxw-map dd { margin: 0; font-size: 14px; line-height: 1.6; color: var(--nx-ash-2); }
.pxw-map dd b { color: var(--nx-bone); font-weight: 500; }

/* ── THE RHYTHM ────────────────────────────────────────────────────────────── */
.pxw-steps { list-style: none; counter-reset: s; margin: 30px 0 0; padding: 0;
  border-top: 1px solid var(--o-hair); }
.pxw-steps li { counter-increment: s; position: relative;
  display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 0 18px;
  padding: 18px 0 20px; border-bottom: 1px solid var(--o-hair); align-items: baseline; }
.pxw-steps li::before { content: counter(s, decimal-leading-zero);
  font-family: var(--nx-mono); font-size: 11px; color: var(--nx-ash); letter-spacing: .1em; }
.pxw-steps b { font-size: 15px; font-weight: 500; color: var(--nx-bone-hi); }
.pxw-steps span { display: block; margin-top: 5px; font-size: 13.5px; line-height: 1.55;
  color: var(--nx-ash-2); }
.pxw-cta { margin-top: 34px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }

/* ── THE ONE-TIME SHEET ────────────────────────────────────────────────────────
   Not a tour. It does not follow the cursor, it does not step, it cannot be
   arrived at twice, and it never covers a control the customer might need. One
   panel, three things, two ways out. */
.pxw-sheet { position: fixed; inset: 0; z-index: 9000; display: grid; place-items: center;
  background: rgba(4,5,6,.82); padding: 24px; overflow: auto; }
.pxw-sheet-in { width: min(720px, 100%); background: var(--nx-carbon);
  border: 1px solid rgba(255,255,255,.10); }
.pxw-sheet-h { padding: 26px 30px 22px; border-bottom: 1px solid var(--o-hair); }
.pxw-sheet-k { display: block; font-family: var(--nx-mono); font-size: 10px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--nx-tungsten); }
.pxw-sheet-t { margin: 12px 0 0; font-family: var(--nx-sans); font-weight: 300;
  font-size: clamp(26px, 3.4vw, 34px); line-height: 1.08; letter-spacing: -.018em;
  color: var(--nx-bone-hi); }
.pxw-sheet-b { padding: 22px 30px 8px; }
.pxw-sheet-b p { margin: 0 0 16px; font-size: 14px; line-height: 1.62; color: var(--nx-ash-2); }
.pxw-sheet-b p b { color: var(--nx-bone-hi); font-weight: 500; }
.pxw-sheet-map { list-style: none; margin: 4px 0 20px; padding: 0;
  border-top: 1px solid var(--o-hair); }
.pxw-sheet-map li { display: grid; grid-template-columns: 168px minmax(0, 1fr); gap: 0 20px;
  padding: 11px 0 12px; border-bottom: 1px solid var(--o-hair); align-items: baseline; }
.pxw-sheet-map b { font-family: var(--nx-mono); font-size: 10px; letter-spacing: .15em;
  text-transform: uppercase; color: var(--nx-bone); font-weight: 400; }
.pxw-sheet-map span { font-size: 13px; line-height: 1.5; color: var(--nx-ash-2); }
.pxw-sheet-f { padding: 18px 30px 24px; border-top: 1px solid var(--o-hair);
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

@media (max-width: 980px) {
  .pxw-loop  { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pxw-loop li::after { display: none; }
  .pxw-keeps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .pxw-loop, .pxw-keeps { grid-template-columns: minmax(0, 1fr); }
  .pxw-map > div { grid-template-columns: minmax(0, 1fr); gap: 10px 0; }
  .pxw-sheet { padding: 0; place-items: end stretch; }
  .pxw-sheet-in { width: 100%; border: 0; border-top: 1px solid rgba(255,255,255,.10); }
  .pxw-sheet-h, .pxw-sheet-b, .pxw-sheet-f { padding-left: 18px; padding-right: 18px; }
  .pxw-sheet-map li { grid-template-columns: minmax(0, 1fr); gap: 4px 0; }
  .pxw-sheet-f .px-o-act { width: 100%; text-align: center; }
}
@media (prefers-reduced-motion: reduce) { .pxw-sheet, .pxw-sheet-in { animation: none !important; } }
