/* ════════════════════════════════════════════════════════════════════════
   North Focus — Problems · Final Direction
   Builds on site.css + DS tokens. One coherent page, one dominant visual idea:

       A sensible response becomes a foundation that more and more work
       quietly comes to rest on.   response → repetition → dependency → weight

   The load-on-a-coral-foundation motif appears twice — fully in "How it builds"
   and again, growing over time, in "Why act now" — so the page has a single
   visual spine rather than several competing metaphors.

   Colour rhythm (the established two-navy bracket):
       Hero            paper      — recognition, non-blame
       Signals         NAVY       — the densest recognition beat
       How it builds   paper      — the causal spine + load stack
       Lived reality   paper      — Andrew has been the workaround (portrait)
       Why act now     paper      — the load gets heavier each year
       The hard part   paper      — judgement shown through four questions
       Close           NAVY       — collaborative next step
   ════════════════════════════════════════════════════════════════════════ */

/* shared rhythm helpers ------------------------------------------------- */
.nf-site { --nf-hairline-onnavy: rgba(255, 255, 255, 0.14); }
.pf-eyebrow-gap { display: flex; flex-direction: column; gap: var(--nf-space-flow); }

/* ── 1 · HERO — capable reader, immediate recognition, no blame ────────── */
.pf-hero { position: relative; overflow: hidden; }
.pf-hero__arc {
  position: absolute; right: -6%; top: -24%;
  width: clamp(300px, 36%, 560px);
  opacity: 0.07; mix-blend-mode: multiply;
  pointer-events: none; user-select: none;
}
.pf-hero .nf-wrap { position: relative; z-index: 1; }
.pf-hero__title { max-width: 18ch; }
.pf-hero__desc em { color: var(--nf-coral); font-style: normal; }
.pf-hero__who {
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  font-size: clamp(16px, 1.6vw, 20px); line-height: 1.5; color: var(--nf-navy);
  margin: 0; max-width: 44ch; text-wrap: pretty;
}

/* ── 2 · SIGNALS — recognition on navy; spoken lines, no score, no quiz ── */
.pf-signals {
  position: relative; overflow: hidden; color: var(--nf-white);
  padding-block: clamp(72px, 10vw, 124px);
}
.pf-signals__curve {
  position: absolute; top: -8%; right: -4%; width: 36%;
  opacity: 0.10; pointer-events: none; user-select: none;
}
.pf-signals .nf-wrap { position: relative; z-index: 1; }
.pf-signals__head { max-width: 40ch; }
.pf-signals__title {
  font-family: var(--font-display); font-weight: var(--fw-extrabold);
  text-transform: uppercase; letter-spacing: var(--tracking-title);
  font-size: var(--nf-t-feature); line-height: 1.06; color: var(--nf-white); margin: 0;
}
.pf-signals__grid {
  margin-top: clamp(36px, 5vw, 58px);
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(2px, 0.4vw, 4px);
  border: 1px solid var(--nf-hairline-onnavy);
  background: var(--nf-hairline-onnavy);
}
.pf-signal {
  background: var(--nf-navy);
  padding: clamp(22px, 2.8vw, 34px) clamp(20px, 2.6vw, 32px);
  display: flex; gap: clamp(14px, 1.6vw, 20px); align-items: flex-start;
  transition: background-color 0.2s ease;
}
.pf-signal__mark {
  flex: none; width: 14px; height: 14px; margin-top: 0.4em;
  color: var(--nf-coral);
}
.pf-signal__mark svg { width: 100%; height: 100%; display: block; }
.pf-signal__text {
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  font-size: var(--nf-t-lead); line-height: 1.26; color: var(--nf-white);
  margin: 0; text-wrap: pretty;
}
.pf-signal__text q { quotes: '\2018' '\2019'; }
.pf-signals__note {
  margin: clamp(28px, 3.6vw, 40px) 0 0; max-width: 54ch;
  font-size: var(--text-md); line-height: 1.7; color: rgba(255,255,255,0.74);
}
.pf-signals__note strong { color: var(--nf-white); font-weight: var(--fw-semibold); }

/* ── 2b · RECOGNITION BAND — white exhale after the navy Signals ─────── */
.pf-band {
  padding-block: clamp(72px, 10vw, 120px);
  background: var(--nf-white);
}
.pf-band__line {
  max-width: 34ch; margin-inline: auto;
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  font-size: clamp(22px, 3vw, 38px); line-height: 1.3; color: var(--nf-navy);
  text-align: center; text-wrap: balance; margin-block: 0;
}
.pf-band__line em { color: var(--nf-coral); font-style: normal; }

/* ── 3 · HOW IT BUILDS — the causal spine + the load it leaves behind ──── */
.pf-build { position: relative; }
.pf-build__head { max-width: 50ch; margin-bottom: clamp(40px, 5.5vw, 68px); }
.pf-build__title {
  font-family: var(--font-display); font-weight: var(--fw-extrabold);
  text-transform: uppercase; letter-spacing: var(--tracking-title);
  font-size: var(--nf-t-feature); line-height: 1.06; color: var(--nf-navy); margin: 0;
}
.pf-build__grid {
  display: grid; grid-template-columns: 1fr 0.92fr;
  gap: clamp(40px, 6vw, 92px); align-items: start;
}

/* left — the six-beat causal chain, a coral spine running through it */
.pf-chain { list-style: none; margin: 0; padding: 0; position: relative; }
.pf-chain::before {
  content: ""; position: absolute; left: 11px; top: 18px; bottom: 18px; width: 2px;
  background: linear-gradient(var(--nf-coral), rgba(235,144,130,0.25));
}
.pf-step {
  position: relative; display: grid; grid-template-columns: 24px 1fr;
  gap: clamp(16px, 1.8vw, 22px); align-items: start;
  padding: clamp(13px, 1.6vw, 18px) 0;
}
.pf-step__dot {
  position: relative; z-index: 1; width: 24px; height: 24px; border-radius: 50%;
  background: var(--nf-paper); border: 2px solid rgba(7,37,118,0.30);
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  font-size: 11px; color: var(--nf-ink-600);
}
.pf-step--response .pf-step__dot {
  background: var(--nf-coral); border-color: var(--nf-coral); color: var(--nf-white);
}
.pf-step__stage {
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  font-size: clamp(17px, 1.8vw, 22px); line-height: 1.25; color: var(--nf-navy);
  margin: 0 0 5px;
}
.pf-step--response .pf-step__stage { color: var(--nf-coral); }
.pf-step__tag {
  display: inline-block; margin-left: 8px; vertical-align: middle;
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  text-transform: uppercase; letter-spacing: var(--tracking-label);
  font-size: 10px; color: var(--nf-coral);
  border: 1px solid rgba(235,144,130,0.6); border-radius: 999px;
  padding: 2px 9px;
}
.pf-step__line { font-size: var(--text-base); line-height: 1.55; color: var(--nf-ink-600); margin: 0; }
.pf-chain__note {
  margin: clamp(28px, 3.6vw, 40px) 0 0; padding-top: clamp(20px, 2.4vw, 26px);
  border-top: var(--border-width-rule) solid var(--nf-coral);
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  font-size: var(--nf-t-lead); line-height: 1.32; color: var(--nf-navy);
  max-width: 30ch; text-wrap: pretty;
}

/* right — THE LOAD: one coral foundation, work stacked on top of it */
.pf-load { position: relative; }
.pf-load__cap {
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  text-transform: uppercase; letter-spacing: var(--tracking-label);
  font-size: var(--text-xs); color: var(--nf-ink-600);
  margin: 0 0 14px; display: flex; align-items: center; gap: 10px;
}
.pf-load__cap::after { content: ""; flex: 1; height: 1px; background: var(--nf-hairline); }
.pf-stack { display: flex; flex-direction: column; gap: 6px; }
.pf-layer {
  display: flex; align-items: center; gap: 12px;
  background: var(--nf-white); border: 1px solid var(--nf-line);
  border-radius: var(--radius-md, 8px); padding: clamp(12px,1.4vw,15px) clamp(14px,1.6vw,18px);
  font-size: var(--text-sm); line-height: 1.4; color: var(--nf-ink-600);
  box-shadow: 0 1px 0 rgba(7,37,118,0.04);
}
.pf-layer__i {
  flex: none; font-family: var(--font-display); font-weight: var(--fw-semibold);
  font-size: 11px; color: rgba(7,37,118,0.40); width: 1.4em;
}
.pf-layer--cap {
  background: rgba(7,37,118,0.05); border-style: solid; border-color: var(--nf-line);
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  text-transform: uppercase; letter-spacing: var(--tracking-label);
  font-size: var(--text-xs); color: var(--nf-navy); justify-content: center;
}
.pf-layer--foundation {
  background: var(--nf-coral); border-color: var(--nf-coral); color: var(--nf-white);
  margin-top: 4px; box-shadow: 0 10px 26px rgba(235,144,130,0.30); align-items: flex-start;
}
.pf-layer--foundation .pf-layer__i { color: rgba(255,255,255,0.65); }
.pf-layer--foundation .pf-layer__label { font-weight: var(--fw-semibold); }
.pf-layer__base {
  display: block; font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: var(--tracking-label);
  font-size: 10px; color: rgba(255,255,255,0.78); margin-bottom: 3px;
}
.pf-load__foot {
  margin: 16px 0 0; font-size: var(--text-sm); line-height: 1.55;
  color: var(--nf-ink-600); max-width: 40ch;
}

/* Merged section conclusion — replaces the former split pf-chain__note + pf-load__foot */
.pf-build__close {
  margin-top: clamp(20px, 2.6vw, 30px);
  padding-top: var(--nf-space-flow-lg);
  border-top: var(--border-width-rule) solid var(--nf-coral);
}
.pf-build__close-intro {
  font-size: var(--text-md); line-height: 1.6;
  color: var(--nf-ink-600); margin: 0 0 clamp(10px, 1.2vw, 14px);
}
.pf-build__close-statement {
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  font-size: clamp(19px, 2vw, 26px); line-height: 1.3;
  color: var(--nf-navy); margin: 0; text-wrap: pretty;
}
.pf-build__close-statement em { color: var(--nf-coral); font-style: normal; }

/* resting state is FULLY VISIBLE — the reveal plays FROM hidden only when JS
   adds .is-in (mirror of the How We Work stack). */
@keyframes pfLayerIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: no-preference) {
  .pf-stack.is-in .pf-layer {
    animation: pfLayerIn .5s ease-out both;
    animation-delay: calc(var(--d, 0) * 90ms);
  }
}
@media (max-width: 920px) {
  .pf-build__grid { grid-template-columns: 1fr; gap: clamp(36px, 6vw, 48px); }
  .pf-chain__note { max-width: none; }
}

/* ── 4 · LIVED REALITY — Capable people keeping systems functioning ────── */
.pf-lived { position: relative; overflow: hidden; }
.pf-lived__grid {
  display: grid; grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(36px, 5.5vw, 76px); align-items: start;
}
.pf-lived__left {
  max-width: 54ch; display: flex; flex-direction: column; gap: clamp(20px, 2.6vw, 28px);
}
.pf-lived__title {
  font-family: var(--font-display); font-weight: var(--fw-extrabold);
  font-size: var(--nf-t-feature); line-height: 1.08; color: var(--nf-navy);
  margin: 0; max-width: 18ch; text-wrap: balance;
}
.pf-lived__title em { color: var(--nf-coral); font-style: normal; }
.pf-lived__byline {
  margin: calc(-1 * clamp(20px, 2.6vw, 28px) + 14px) 0 0;
  font-family: var(--font-display);
  font-weight: var(--fw-semibold);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: var(--tracking-label);
  color: rgb(90, 90, 90);
}

/* Navy insight card — author's own voice, not a quote.
   Same shape as the coral .nf-perspective quote block (rounded with the
   signature bottom-left sweep, oversized coral mark, generous padding)
   but carried on the navy engineering grid instead of the coral wash. */
.pf-lived__insight {
  position: relative; overflow: hidden;
  background-color: var(--nf-navy);
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  border-radius: var(--radius-lg); border-bottom-left-radius: var(--radius-curve);
  padding: clamp(22px, 2.6vw, 30px) clamp(26px, 3vw, 34px) clamp(26px, 3vw, 32px);
}
.pf-lived__insight > * { position: relative; z-index: 1; }
.pf-lived__insight__mark {
  font-family: var(--font-display);
  font-weight: var(--fw-extrabold);
  font-size: clamp(76px, 8vw, 100px);
  line-height: 0.66;
  color: var(--nf-coral);
  display: block;
  margin: 0 0 -10px -2px;
  user-select: none; pointer-events: none;
}
.pf-lived__insight p {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
  margin: 0;
  text-wrap: pretty;
}
.pf-lived__insight em { color: var(--nf-coral); font-style: normal; font-weight: 600; }
.pf-lived__insight__attr {
  font-family: var(--font-display);
  font-weight: var(--fw-semibold);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: var(--tracking-label);
  color: var(--nf-coral);
  padding-top: 16px;
  border-top: 1px solid var(--nf-hairline-onnavy);
}
.pf-lived__right { }
.pf-beats { display: flex; flex-direction: column; gap: 0; }
.pf-beat {
  display: grid; grid-template-columns: minmax(0, 1fr);
  padding: clamp(20px, 2.6vw, 28px) 0;
  border-top: 1px solid var(--nf-hairline);
}
.pf-beat:first-child { border-top: 0; padding-top: 0; }
.pf-beat__response {
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  font-size: clamp(17px, 1.8vw, 22px); line-height: 1.3; color: var(--nf-navy);
  margin: 0 0 14px; text-wrap: pretty;
}
.pf-beat__rows { display: flex; flex-direction: column; gap: 8px; }
.pf-beat__row {
  display: grid; grid-template-columns: 9.5em 1fr; gap: clamp(10px, 1.4vw, 18px);
  align-items: baseline;
}
.pf-beat__k {
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  text-transform: uppercase; letter-spacing: var(--tracking-label);
  font-size: 11px; line-height: 1.5;
}
.pf-beat__k--sense  { color: var(--nf-ink-600); }
.pf-beat__k--hidden { color: var(--nf-coral); }
.pf-beat__v { font-size: var(--text-base); line-height: 1.55; color: var(--nf-ink-600); margin: 0; }
.pf-beat__v--hidden { color: var(--nf-navy); }
@media (max-width: 920px) {
  .pf-lived__grid { grid-template-columns: 1fr; gap: clamp(28px, 6vw, 40px); }
}
@media (max-width: 520px) {
  .pf-beat__row { grid-template-columns: 1fr; gap: 2px; }
}

/* ── 5 · WHY ACT NOW — the same fix, heavier each year ─────────────────── */
.pf-now { position: relative; overflow: hidden; }
.pf-now__arcs {
  position: absolute; right: -8%; bottom: -28%;
  width: clamp(300px, 40%, 600px);
  opacity: 0.5; mix-blend-mode: multiply; pointer-events: none; user-select: none; z-index: 0;
}
.pf-now .nf-wrap { position: relative; z-index: 1; }
.pf-now__head { max-width: 46ch; margin-bottom: clamp(40px, 5vw, 62px); }
.pf-now__title {
  font-family: var(--font-display); font-weight: var(--fw-extrabold);
  text-transform: uppercase; letter-spacing: var(--tracking-title);
  font-size: var(--nf-t-feature); line-height: 1.06; color: var(--nf-navy); margin: 0;
}
.pf-now__title em { color: var(--nf-coral); font-style: normal; }
.pf-years {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 40px); align-items: end;
}
.pf-year { display: flex; flex-direction: column; gap: 18px; }
.pf-year__stack {
  display: flex; flex-direction: column; justify-content: flex-end; gap: 5px;
  min-height: 168px;
}
.pf-year__chip {
  height: 26px; border-radius: 5px;
  background: var(--nf-white); border: 1px solid rgba(7,37,118,0.34);
}
.pf-year__chip--base { background: var(--nf-coral); border-color: var(--nf-coral); }
.pf-year__body { display: flex; flex-direction: column; gap: 10px; }
.pf-year__label {
  font-family: var(--font-display); font-weight: var(--fw-extrabold);
  text-transform: uppercase; letter-spacing: var(--tracking-label);
  font-size: var(--text-sm); color: var(--nf-navy);
  padding-top: 16px; border-top: 2px solid var(--nf-hairline);
}
.pf-year--next .pf-year__label { color: var(--nf-coral); border-top-color: var(--nf-coral); }
.pf-year__text { font-size: var(--text-base); line-height: 1.5; color: var(--nf-ink-600); margin: 0; text-wrap: pretty; }

/* Chips rise from the base up when the diagram scrolls into view — the same
   reveal grammar as the How We Work mirror (v2-compound). Resting state is
   fully visible; the animation only plays FROM hidden once JS adds .is-in. */
@media (prefers-reduced-motion: no-preference) {
  .pf-years .pf-year__chip { opacity: 0; transform: translateY(12px); }
  .pf-years.is-in .pf-year__chip {
    animation: nfChipRise 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
    animation-delay: calc(var(--i, 0) * 90ms);
  }
}
@keyframes nfChipRise { to { opacity: 1; transform: none; } }
.pf-now__foot {
  margin: clamp(34px, 4.4vw, 52px) 0 0; padding-top: clamp(22px, 2.6vw, 30px);
  border-top: 1px solid var(--nf-hairline);
  font-size: var(--text-md); line-height: 1.7; color: var(--nf-ink-600);
  max-width: 60ch;
}
.pf-now__foot strong { color: var(--nf-navy); font-weight: var(--fw-semibold); }
@media (max-width: 620px) {
  .pf-years { grid-template-columns: 1fr; gap: clamp(8px, 2vw, 14px); }
  .pf-year { flex-direction: row; align-items: center; gap: 18px; }
  .pf-year__stack { flex-direction: row; align-items: flex-end; min-height: 0; height: 56px; flex: none; }
  .pf-year__chip { width: 14px; height: auto; align-self: stretch; }
  .pf-year__label { padding-top: 0; border-top: 0; }
  .pf-year__body { flex: 1; display: flex; flex-direction: column; gap: 6px; }
}

/* ── 6 · THE HARD PART — judgement shown through four questions ────────── */
.pf-hard { position: relative; }
.pf-hard__head { max-width: 52ch; margin-bottom: clamp(38px, 5vw, 58px); }
.pf-hard__lead {
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  font-size: clamp(22px, 2.7vw, 36px); line-height: 1.2; color: var(--nf-navy);
  margin: 0; max-width: 30ch; text-wrap: balance;
}
.pf-hard__lead em { color: var(--nf-coral); font-style: normal; }
.pf-qs {
  display: grid; grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--nf-hairline);
  border-left: 1px solid var(--nf-hairline);
}
.pf-q {
  border-right: 1px solid var(--nf-hairline);
  border-bottom: 1px solid var(--nf-hairline);
  padding: clamp(24px, 3vw, 38px);
  display: flex; flex-direction: column; gap: var(--nf-space-flow);
}
.pf-q__k {
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  text-transform: uppercase; letter-spacing: var(--tracking-label);
  font-size: 11px; color: var(--nf-coral);
}
.pf-q__text {
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  font-size: clamp(19px, 2.2vw, 28px); line-height: 1.2; color: var(--nf-navy);
  margin: 0; text-wrap: pretty;
}
.pf-hard__foot {
  margin: clamp(34px, 4.4vw, 52px) 0 0; max-width: 64ch;
  display: flex; flex-direction: column; gap: 14px;
}
.pf-hard__foot p { font-size: var(--text-md); line-height: 1.72; color: var(--nf-ink-600); margin: 0; }
.pf-hard__foot p strong { color: var(--nf-navy); font-weight: var(--fw-semibold); }
.pf-hard__foot p em { color: var(--nf-coral); font-style: normal; }
@media (max-width: 620px) {
  .pf-qs { grid-template-columns: 1fr; }
}

/* ── 7 · CLOSE — collaborative; bring the problem you can see ──────────── */
/* NOTE: .nf-close__inner/__sub/__actions/__primary below deliberately OVERRIDE
   the shared closing-CTA rules in site.css — Problems stacks its actions
   vertically and enlarges the lead. Intentional; do not "tidy" into site.css. */
.nf-close__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.4vw, 28px);
}
.pf-close__lead { max-width: 22ch; }
.pf-close__lead em { color: var(--nf-coral); font-style: normal; }
.pf-close__emphasis {
  color: var(--nf-coral);
  font-weight: var(--fw-semibold);
}
.nf-close__sub {
  margin: 0;
}
.nf-close__actions {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.4vw, 16px);
}
.nf-close__primary {
  font-size: clamp(20px, 2.4vw, 32px) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
