/* North Focus — production stylesheet. Consolidates all design tokens,
   design-system component styles, and site layout CSS. Fully static — no
   client-side framework or build dependency required. */

/* ─── Funnel Display (self-hosted) ──────────────────────────────────── */
@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../assets/fonts/funnel-display-300.woff2') format('woff2'),
       url('../assets/fonts/funnel-display-300.woff') format('woff');
}
@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/funnel-display-400.woff2') format('woff2'),
       url('../assets/fonts/funnel-display-400.woff') format('woff');
}
@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/funnel-display-500.woff2') format('woff2'),
       url('../assets/fonts/funnel-display-500.woff') format('woff');
}
@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/funnel-display-600.woff2') format('woff2'),
       url('../assets/fonts/funnel-display-600.woff') format('woff');
}
@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/funnel-display-700.woff2') format('woff2'),
       url('../assets/fonts/funnel-display-700.woff') format('woff');
}
@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../assets/fonts/funnel-display-800.woff2') format('woff2'),
       url('../assets/fonts/funnel-display-800.woff') format('woff');
}

/* ─── Open Sauce Sans ───────────────────────────────────────────────── */
@font-face {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../assets/fonts/open-sauce-300.woff2') format('woff2'),
       url('../assets/fonts/open-sauce-300.woff') format('woff');
}
@font-face {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/open-sauce-400.woff2') format('woff2'),
       url('../assets/fonts/open-sauce-400.woff') format('woff');
}
@font-face {
  font-family: "Open Sauce Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/open-sauce-400-italic.woff2') format('woff2'),
       url('../assets/fonts/open-sauce-400-italic.woff') format('woff');
}
@font-face {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/open-sauce-500.woff2') format('woff2'),
       url('../assets/fonts/open-sauce-500.woff') format('woff');
}
@font-face {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/open-sauce-600.woff2') format('woff2'),
       url('../assets/fonts/open-sauce-600.woff') format('woff');
}
@font-face {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/open-sauce-700.woff2') format('woff2'),
       url('../assets/fonts/open-sauce-700.woff') format('woff');
}

/* ─── Colour tokens ─────────────────────────────────────────────────── */
:root {
  --nf-navy-900: #04153f;
  --nf-navy-800: #051c5c;
  --nf-navy:     #072576;
  --nf-navy-600: #1238a0;
  --nf-navy-400: #6d80c2;
  --nf-navy-100: #e4e8f5;

  --nf-coral-700: #cf6857;
  --nf-coral-600: #e07567;
  --nf-coral:     #eb9082;
  --nf-coral-300: #f4bdb3;
  --nf-coral-200: #f8dad3;
  --nf-coral-100: #fcece8;

  --nf-ink:      #232323;
  --nf-ink-600:  #5a5a5a;
  --nf-ink-400:  #8a8a8a;
  --nf-line:     #e0e0e0;
  --nf-line-200: #ededeb;
  --nf-paper:    #e0e0e0;
  --nf-paper-2:  #efeee9;
  --nf-white:    #ffffff;

  --nf-success: #2f7d63;
  --nf-warning: #c98a3c;
  --nf-danger:  #c0503f;
  --nf-info:    var(--nf-navy-600);

  --surface-page:         var(--nf-paper);
  --surface-card:         var(--nf-white);
  --surface-inset:        var(--nf-paper-2);
  --surface-brand:        var(--nf-navy);
  --surface-accent:       var(--nf-coral);
  --surface-accent-soft:  var(--nf-coral-200);

  --text-primary:   var(--nf-ink);
  --text-secondary: var(--nf-ink-600);
  --text-muted:     var(--nf-ink-400);
  --text-on-brand:  var(--nf-white);
  --text-on-accent: var(--nf-navy);
  --text-brand:     var(--nf-navy);
  --text-accent:    var(--nf-coral);
  --text-link:      var(--nf-navy-600);

  --border-default: var(--nf-line);
  --border-strong:  var(--nf-ink);
  --border-brand:   var(--nf-navy);
  --border-accent:  var(--nf-coral);

  --focus-ring: var(--nf-coral);
}

/* ─── Typography tokens ─────────────────────────────────────────────── */
:root {
  --font-display: "Funnel Display", "Arial Narrow", system-ui, sans-serif;
  --font-body:    "Open Sauce Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono:    ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  --fw-light:     300;
  --fw-regular:   400;
  --fw-medium:    500;
  --fw-semibold:  600;
  --fw-bold:      700;
  --fw-extrabold: 800;

  --text-2xs:  0.6875rem;
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-md:   1.125rem;
  --text-lg:   1.375rem;
  --text-xl:   1.75rem;
  --text-2xl:  2.25rem;
  --text-3xl:  3rem;
  --text-4xl:  4rem;
  --text-5xl:  5.5rem;

  --leading-none:    1;
  --leading-tight:   1.1;
  --leading-snug:    1.28;
  --leading-normal:  1.6;
  --leading-relaxed: 1.75;

  --tracking-title:  0.12em;
  --tracking-label:  0.16em;
  --tracking-wide:   0.04em;
  --tracking-normal: 0;
  --tracking-tight: -0.01em;
}

/* ─── Spacing / radii / shadow / motion tokens ──────────────────────── */
:root {
  --space-0:  0;
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.5rem;
  --space-6:  2rem;
  --space-7:  2.5rem;
  --space-8:  3rem;
  --space-9:  4rem;
  --space-10: 5rem;
  --space-12: 7.5rem;

  --radius-none:  0;
  --radius-xs:    2px;
  --radius-sm:    4px;
  --radius-md:    8px;
  --radius-lg:    12px;
  --radius-xl:    20px;
  --radius-curve: 64px;
  --radius-pill:  999px;

  --border-width:       1px;
  --border-width-thick: 2px;
  --border-width-rule:  3px;

  --shadow-xs:    0 1px 2px rgba(7,37,118,0.05);
  --shadow-sm:    0 2px 6px rgba(7,37,118,0.06);
  --shadow-md:    0 6px 20px rgba(7,37,118,0.08);
  --shadow-lg:    0 16px 44px rgba(7,37,118,0.12);
  --shadow-focus: 0 0 0 3px rgba(235,144,130,0.45);

  --ease-out:    cubic-bezier(0.22,0.61,0.36,1);
  --ease-in-out: cubic-bezier(0.45,0,0.2,1);
  --dur-fast:    120ms;
  --dur-base:    200ms;
  --dur-slow:    360ms;

  --container-sm: 640px;
  --container-md: 860px;
  --container-lg: 1120px;
  --container-xl: 1320px;
  --gutter:       var(--space-5);
}

/* ─── Base ──────────────────────────────────────────────────────────── */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--text-primary);
  background: var(--surface-page);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 { margin: 0; }
p  { margin: 0; text-wrap: pretty; }
a  { color: var(--text-link); text-decoration: none; }
a:hover { text-decoration: underline; }
::selection { background: var(--nf-coral-200); color: var(--nf-navy); }

/* ── Signature backgrounds ─────────────────────────────────────────── */
.nf-grid-bg {
  background-color: var(--nf-paper);
  background-image:
    linear-gradient(var(--nf-line-200) 1px, transparent 1px),
    linear-gradient(90deg, var(--nf-line-200) 1px, transparent 1px);
  background-size: 28px 28px;
  background-position: -1px -1px;
}
.nf-grid-bg--navy {
  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;
  background-position: -1px -1px;
}

/* ── Sweep corners ─────────────────────────────────────────────────── */
.nf-sweep-bl { border-bottom-left-radius:  var(--radius-curve); }
.nf-sweep-br { border-bottom-right-radius: var(--radius-curve); }
.nf-sweep-tr { border-top-right-radius:    var(--radius-curve); }
.nf-sweep-tl { border-top-left-radius:     var(--radius-curve); }

/* ── Crosshair ─────────────────────────────────────────────────────── */
.nf-crosshair { position: relative; }
.nf-crosshair::before,
.nf-crosshair::after { content: ""; position: absolute; background: var(--nf-coral); }
.nf-crosshair::before { left: 0; right: 0; top: 50%; height: 2px; transform: translateY(-50%); }
.nf-crosshair::after  { top: 0; bottom: 0; left: 50%; width: 2px; transform: translateX(-50%); }

/* ─── DS component: Eyebrow ─────────────────────────────────────────── */
.nf-eyebrow {
  display: inline-flex; align-items: center; gap: var(--space-3);
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  text-transform: uppercase; letter-spacing: var(--tracking-label);
  font-size: var(--text-sm); color: var(--nf-coral); line-height: 1;
}
.nf-eyebrow--navy  { color: var(--nf-navy); }
.nf-eyebrow--muted { color: var(--nf-ink-400); }
.nf-eyebrow__tick  { width: 22px; height: 2px; background: currentColor; flex: none; }

/* ─── DS component: Button ──────────────────────────────────────────── */
.nf-btn {
  --_bg: var(--nf-navy);
  --_fg: var(--nf-white);
  --_bd: var(--nf-navy);
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
  font-family: var(--font-body); font-weight: var(--fw-semibold);
  letter-spacing: var(--tracking-wide); line-height: 1;
  border: var(--border-width-thick) solid var(--_bd);
  background: var(--_bg); color: var(--_fg);
  border-radius: var(--radius-md); cursor: pointer;
  padding: 0 var(--space-5); height: 44px; font-size: var(--text-sm);
  transition:
    background var(--dur-fast) var(--ease-out),
    border-color var(--dur-fast) var(--ease-out),
    color var(--dur-fast) var(--ease-out),
    transform var(--dur-fast) var(--ease-out);
  white-space: nowrap; text-decoration: none;
}
.nf-btn:hover { text-decoration: none; }
.nf-btn:active { transform: translateY(1px); }
.nf-btn:focus-visible { outline: none; box-shadow: var(--shadow-focus); }
.nf-btn[disabled] { opacity: 0.45; cursor: not-allowed; transform: none; }

.nf-btn--sm { height: 36px; padding: 0 var(--space-4); font-size: var(--text-xs); }
.nf-btn--lg { height: 52px; padding: 0 var(--space-6); font-size: var(--text-base); }

.nf-btn--primary { --_bg: var(--nf-navy); --_fg: var(--nf-white); --_bd: var(--nf-navy); }
.nf-btn--primary:hover { --_bg: var(--nf-navy-800); --_bd: var(--nf-navy-800); }

.nf-btn--accent { --_bg: var(--nf-coral); --_fg: var(--nf-navy); --_bd: var(--nf-coral); }
.nf-btn--accent:hover { --_bg: var(--nf-coral-600); --_bd: var(--nf-coral-600); }

.nf-btn--secondary { --_bg: transparent; --_fg: var(--nf-navy); --_bd: var(--nf-navy); }
.nf-btn--secondary:hover { --_bg: var(--nf-navy); --_fg: var(--nf-white); }

.nf-btn--ghost { --_bg: transparent; --_fg: var(--nf-navy); --_bd: transparent; }
.nf-btn--ghost:hover { --_bg: var(--nf-navy-100); }

/* ─── DS component: Input / Textarea ───────────────────────────────── */
.nf-field { display: flex; flex-direction: column; gap: var(--space-2); font-family: var(--font-body); }
.nf-field__label {
  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);
}
.nf-field__req   { color: var(--nf-coral-600); }
.nf-field__hint  { font-size: var(--text-xs); color: var(--nf-ink-400); }
.nf-field__error { font-size: var(--text-xs); color: var(--nf-danger); }
.nf-input {
  font-family: var(--font-body); font-size: var(--text-base); color: var(--nf-ink);
  background: var(--nf-white); border: var(--border-width) solid var(--nf-line);
  border-radius: var(--radius-md); padding: 0 var(--space-4); height: 46px; width: 100%;
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.nf-input::placeholder { color: var(--nf-ink-400); }
.nf-input:hover { border-color: var(--nf-ink-400); }
.nf-input:focus { outline: none; border-color: var(--nf-navy); box-shadow: var(--shadow-focus); }
.nf-input[aria-invalid="true"] { border-color: var(--nf-danger); }
.nf-input[disabled] { background: var(--nf-paper-2); color: var(--nf-ink-400); cursor: not-allowed; }
textarea.nf-input { height: auto; padding: var(--space-3) var(--space-4); line-height: var(--leading-normal); resize: vertical; min-height: 108px; }

/* ─── DS component: Select ──────────────────────────────────────────── */
.nf-selectwrap { position: relative; display: inline-block; width: 100%; font-family: var(--font-body); }
.nf-select {
  appearance: none; -webkit-appearance: none;
  font-family: var(--font-body); font-size: var(--text-base); color: var(--nf-ink);
  background: var(--nf-white); border: var(--border-width) solid var(--nf-line);
  border-radius: var(--radius-md); padding: 0 var(--space-7) 0 var(--space-4);
  height: 46px; width: 100%; cursor: pointer;
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.nf-select:hover { border-color: var(--nf-ink-400); }
.nf-select:focus { outline: none; border-color: var(--nf-navy); box-shadow: var(--shadow-focus); }
.nf-select[disabled] { background: var(--nf-paper-2); color: var(--nf-ink-400); cursor: not-allowed; }
.nf-selectwrap__chev {
  position: absolute; right: var(--space-4); top: 50%; transform: translateY(-50%);
  pointer-events: none; color: var(--nf-navy); width: 18px; height: 18px;
}

/* ─────────────────────────────────────────────────────────────────────
   Site layout — "space with structure"
   ───────────────────────────────────────────────────────────────────── */

/* Quiet blueprint grid on the page canvas */
.nf-site {
  font-family: var(--font-body);
  color: var(--nf-ink);
  background-color: var(--nf-paper);
  background-image:
    linear-gradient(rgba(255,255,255,0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.18) 1px, transparent 1px);
  background-size: 88px 88px;
}

.nf-wrap { max-width: 1180px; margin-inline: auto; padding-inline: clamp(24px,5vw,64px); }

/* Scroll offset for sticky header (~72px tall) */
section[id] { scroll-margin-top: 80px; }

/* ── Header ─────────────────────────────────────────────────────────── */
.nf-site-header {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px clamp(24px,5vw,64px);
  background: rgba(224,224,224,0.82);
  backdrop-filter: saturate(1.1) blur(10px);
  border-bottom: 1px solid rgba(7,37,118,0.10);
}
.nf-site-header__brand { display: inline-flex; }
.nf-site-nav { display: flex; gap: 40px; }
.nf-site-nav__link {
  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);
}
.nf-site-nav__link:hover { color: var(--nf-navy); text-decoration: none; }

/* ── Section scaffolding ─────────────────────────────────────────────── */
.nf-sec { padding-block: clamp(72px,11vw,132px); }
.nf-sec__marker {
  display: flex; align-items: center; gap: 22px;
  margin-bottom: clamp(40px,6vw,72px);
}
.nf-sec__ix {
  flex: none;
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  font-size: var(--text-sm); letter-spacing: var(--tracking-wide);
  color: var(--nf-coral);
}
.nf-sec__rule { flex: 1; height: 1px; background: rgba(7,37,118,0.14); }

.nf-section-head { max-width: 620px; display: flex; flex-direction: column; gap: 16px; }
.nf-section-head--center { margin-inline: auto; text-align: center; align-items: center; }
.nf-section-title {
  font-family: var(--font-display); font-weight: var(--fw-extrabold);
  text-transform: uppercase; letter-spacing: var(--tracking-title);
  font-size: clamp(30px,4vw,52px); line-height: 1.06; color: var(--nf-navy);
}
.nf-section-title--on-navy { color: var(--nf-white); }
.nf-section-sub { font-size: var(--text-md); line-height: 1.65; color: var(--nf-ink-600); max-width: 34em; }
.nf-accent { color: var(--nf-coral); }

/* ── Hero ────────────────────────────────────────────────────────────── */
.nf-hero { padding-block: clamp(64px,9vw,104px) clamp(56px,8vw,96px); }
.nf-hero__grid {
  display: grid; grid-template-columns: 1.12fr 0.88fr; gap: clamp(40px,6vw,72px);
  align-items: center;
}
.nf-hero__text { display: flex; flex-direction: column; gap: 26px; }
.nf-hero__title {
  font-family: var(--font-display); font-weight: var(--fw-extrabold);
  text-transform: uppercase; letter-spacing: var(--tracking-title);
  font-size: clamp(48px,7vw,92px); line-height: 0.98; color: var(--nf-navy); margin: 0;
}
.nf-hero__lead { font-size: var(--text-md); line-height: 1.7; color: var(--nf-ink-600); max-width: 30em; margin: 0; }
.nf-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 4px; }

.nf-hero__panel {
  background-color: var(--nf-navy); color: var(--nf-white); border-radius: var(--radius-lg);
  border-bottom-left-radius: var(--radius-curve);
  min-height: 400px; padding: 44px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between;
}
.nf-hero__curve {
  position: absolute; top: -8px; right: -8px;
  width: 62%; opacity: 0.16; pointer-events: none; user-select: none;
}
.nf-hero__panelmark { opacity: 0.96; }
.nf-hero__statement { display: flex; flex-direction: column; gap: 6px; }
.nf-hero__you, .nf-hero__we {
  font-family: var(--font-display); font-weight: var(--fw-extrabold);
  text-transform: uppercase; letter-spacing: var(--tracking-title);
  font-size: clamp(22px,2.4vw,32px); line-height: 1.1;
}
.nf-hero__you { color: var(--nf-coral); }
.nf-hero__we  { color: var(--nf-white); }

/* ── Belief (navy problem band) ──────────────────────────────────────── */
.nf-belief {
  position: relative; overflow: hidden; color: var(--nf-white);
  padding-block: clamp(76px,11vw,132px);
}
.nf-belief__curve {
  position: absolute; top: -10%; right: -5%;
  width: 44%; opacity: 0.12; pointer-events: none; user-select: none;
}
.nf-belief .nf-wrap { position: relative; }
.nf-belief__lead {
  font-family: var(--font-display); font-weight: var(--fw-extrabold);
  text-transform: uppercase; letter-spacing: var(--tracking-title);
  font-size: clamp(32px,4.6vw,62px); line-height: 1.03; color: var(--nf-white);
  margin: 22px 0 0; max-width: 15ch;
}
.nf-belief__sub { font-size: var(--text-md); line-height: 1.7; color: rgba(255,255,255,0.78); max-width: 46ch; margin: 24px 0 0; }
.nf-belief__list { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; margin: 38px 0 0; padding: 0; }
.nf-belief__item {
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  text-transform: uppercase; letter-spacing: var(--tracking-label);
  font-size: var(--text-xs); color: rgba(255,255,255,0.9);
  padding: 10px 16px; border: 1px solid rgba(255,255,255,0.18); border-radius: 999px;
  display: flex; align-items: center; gap: 10px;
}
.nf-belief__item::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--nf-coral); flex: none; }
.nf-belief__close {
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  font-size: var(--text-lg); line-height: 1.4; color: var(--nf-white); margin: 38px 0 0; max-width: 28ch;
}

/* ── Positioning ─────────────────────────────────────────────────────── */
.nf-pos__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(20px,2.4vw,28px); margin-top: clamp(34px,5vw,56px); }
.nf-pos__card { border-radius: var(--radius-lg); padding: clamp(28px,3vw,40px); display: flex; flex-direction: column; gap: 14px; }
.nf-pos__card--them { background: var(--nf-white); border: 1px solid var(--nf-line); }
.nf-pos__card--us   { background: var(--nf-navy); color: var(--nf-white); }
.nf-pos__label { font-family: var(--font-display); font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: var(--tracking-label); font-size: var(--text-xs); }
.nf-pos__card--them .nf-pos__label { color: var(--nf-ink-400); }
.nf-pos__card--us   .nf-pos__label { color: var(--nf-coral); }
.nf-pos__line { font-family: var(--font-display); font-weight: var(--fw-extrabold); text-transform: uppercase; letter-spacing: var(--tracking-title); font-size: var(--text-lg); line-height: 1.12; margin: 0; }
.nf-pos__card--them .nf-pos__line { color: var(--nf-ink); }
.nf-pos__card--us   .nf-pos__line { color: var(--nf-white); }
.nf-pos__note { font-size: var(--text-base); line-height: 1.6; margin: 0; }
.nf-pos__card--them .nf-pos__note { color: var(--nf-ink-600); }
.nf-pos__card--us   .nf-pos__note { color: rgba(255,255,255,0.82); }
.nf-pos__foot {
  margin: clamp(34px,5vw,56px) 0 0;
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  text-transform: uppercase; letter-spacing: var(--tracking-title);
  font-size: clamp(20px,2.2vw,30px); line-height: 1.18; color: var(--nf-navy); max-width: 22ch;
}

/* ── Services / Engagement flow ──────────────────────────────────────── */
.nf-flow { position: relative; margin-top: 4px; }
.nf-flow::before {
  content: ""; position: absolute; left: 27px; top: 36px; bottom: 36px;
  width: 2px; background: var(--nf-navy); opacity: 0.16;
}
.nf-step {
  display: grid; grid-template-columns: 56px 1fr; gap: clamp(24px,4vw,48px);
  align-items: start; padding: clamp(28px,4vw,44px) 0;
  border-top: 1px solid rgba(7,37,118,0.10);
}
.nf-step:first-child { border-top: 0; }
.nf-step__node {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--nf-navy); color: var(--nf-white);
  display: grid; place-items: center; position: relative; z-index: 1;
  font-family: var(--font-display); font-weight: var(--fw-extrabold);
  font-size: var(--text-lg); letter-spacing: 0;
}
.nf-step__body { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(16px,3vw,40px); align-items: baseline; }
.nf-step__t {
  font-family: var(--font-display); font-weight: var(--fw-extrabold);
  text-transform: uppercase; letter-spacing: var(--tracking-title);
  font-size: var(--text-xl); line-height: 1.1; color: var(--nf-navy); margin: 0;
}
.nf-step__b { font-size: var(--text-base); line-height: 1.7; color: var(--nf-ink-600); margin: 0; }

.nf-flow__cta {
  display: flex; align-items: center; justify-content: space-between; gap: clamp(20px,4vw,48px);
  flex-wrap: wrap; margin-top: clamp(32px,4vw,48px); padding-top: clamp(28px,3.4vw,40px);
  border-top: 1px solid rgba(7,37,118,0.10);
}
.nf-flow__ctatext { font-size: var(--text-md); line-height: 1.6; color: var(--nf-ink-600); margin: 0; max-width: 34em; }

/* ── Outcomes / What changes ─────────────────────────────────────────── */
.nf-shift {
  margin-top: clamp(36px,5vw,60px);
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(28px,5vw,72px);
}
.nf-shift__row {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  gap: clamp(14px,2vw,26px);
  grid-column: 1 / -1;
  padding: clamp(15px,1.8vw,20px) 0;
  border-top: 1px solid rgba(7,37,118,0.10);
}
.nf-shift__row:first-child { border-top: 0; }
.nf-shift__before, .nf-shift__after {
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  text-transform: uppercase; letter-spacing: var(--tracking-label);
  font-size: clamp(15px,1.5vw,19px); line-height: 1.2;
}
.nf-shift__before { color: var(--nf-ink-400); text-align: right; }
.nf-shift__after  { color: var(--nf-navy); }
.nf-shift__arrow {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--nf-coral-200); color: var(--nf-navy);
}
.nf-shift__arrow svg { width: 16px; height: 16px; }

.nf-outcomes__head { margin-top: clamp(48px,6vw,76px); }
.nf-outcomes__kicker {
  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-400);
  display: inline-flex; align-items: center; gap: 14px;
}
.nf-outcomes__kicker::before { content: ""; width: 26px; height: var(--border-width-rule); background: var(--nf-coral); }
.nf-outcomes__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(28px,4vw,56px); margin-top: clamp(22px,3vw,32px); }
.nf-outcomes__card { display: flex; flex-direction: column; gap: 12px; }
.nf-outcomes__num { font-family: var(--font-display); font-weight: var(--fw-extrabold); font-size: clamp(40px,5vw,64px); line-height: 0.9; color: var(--nf-coral); }
.nf-outcomes__t { font-family: var(--font-display); font-weight: var(--fw-extrabold); text-transform: uppercase; letter-spacing: var(--tracking-title); font-size: var(--text-xl); line-height: 1.1; color: var(--nf-navy); margin: 0; }
.nf-outcomes__b { font-size: var(--text-base); line-height: 1.65; color: var(--nf-ink-600); margin: 0; }
.nf-outcomes__foot {
  margin: clamp(38px,5vw,60px) 0 0;
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  font-size: var(--text-lg); line-height: 1.4; color: var(--nf-navy); max-width: 30ch;
}

/* ── About ───────────────────────────────────────────────────────────── */
.nf-about__grid {
  display: grid; grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(40px,6vw,80px); align-items: start;
}
.nf-about__media {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  border-bottom-left-radius: var(--radius-curve);
  background: var(--nf-paper-2); aspect-ratio: 4/5;
}
.nf-about__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nf-about__col { display: flex; flex-direction: column; gap: 20px; }
.nf-about__body { font-size: var(--text-md); line-height: 1.75; color: var(--nf-ink-600); margin: 0; max-width: 36em; }
.nf-about__pullquote {
  margin: 8px 0 4px; padding-left: 26px; border-left: var(--border-width-rule) solid var(--nf-coral);
}
.nf-about__pq-text {
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  text-transform: uppercase; letter-spacing: var(--tracking-title);
  font-size: var(--text-lg); line-height: 1.25; color: var(--nf-navy); margin: 0;
}
.nf-about__actions { margin-top: 8px; }

/* ── Contact ─────────────────────────────────────────────────────────── */
.nf-contact__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px,6vw,80px); align-items: start; }
.nf-contact__intro { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; position: sticky; top: 120px; }
.nf-contact__formwrap {
  background: var(--nf-white); border: 1px solid var(--nf-line);
  border-radius: var(--radius-lg); border-bottom-left-radius: var(--radius-curve);
  padding: clamp(28px,4vw,44px); box-shadow: var(--shadow-sm);
}
.nf-contact__form { display: flex; flex-direction: column; gap: 22px; }
.nf-contact__row  { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.nf-field-shell { display: flex; flex-direction: column; gap: 8px; }
.nf-field-shell__label {
  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);
}
.nf-contact__success { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; padding: 16px 4px; }
.nf-contact__checkmark {
  width: 56px; height: 56px; border-radius: 50%; background: var(--nf-coral-200); color: var(--nf-navy);
  display: grid; place-items: center;
}
.nf-contact__checkmark svg { width: 28px; height: 28px; }
.nf-contact__successtitle {
  font-family: var(--font-display); font-weight: var(--fw-extrabold);
  text-transform: uppercase; letter-spacing: var(--tracking-title);
  font-size: var(--text-xl); color: var(--nf-navy);
}
.nf-contact__successbody { font-size: var(--text-base); color: var(--nf-ink-600); line-height: 1.6; }
.nf-contact__note {
  font-size: var(--text-xs); color: var(--nf-ink-400); line-height: 1.5;
  border-top: 1px solid var(--nf-line); padding-top: 12px; margin-top: 4px;
}

/* ── Footer ──────────────────────────────────────────────────────────── */
.nf-site-footer { background: var(--nf-navy); color: var(--nf-white); padding: 72px clamp(24px,5vw,64px) 30px; }
.nf-site-footer__inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; max-width: 1180px; margin-inline: auto; }
.nf-site-footer__tag {
  font-family: var(--font-display); font-weight: var(--fw-semibold);
  text-transform: uppercase; letter-spacing: var(--tracking-title);
  font-size: var(--text-md); margin-top: 22px; color: var(--nf-white); max-width: 16em;
}
.nf-site-footer__support { color: var(--nf-coral); margin-top: 10px; font-size: var(--text-sm); }
.nf-site-footer__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.nf-site-footer__col  { display: flex; flex-direction: column; gap: 12px; }
.nf-site-footer__h {
  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-400); margin-bottom: 4px;
}
.nf-site-footer__link { color: rgba(255,255,255,0.82); font-size: var(--text-sm); }
.nf-site-footer__link:hover { color: var(--nf-coral); text-decoration: none; }
.nf-site-footer__base {
  display: flex; justify-content: space-between; max-width: 1180px;
  margin: 48px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.14);
  font-size: var(--text-xs); color: var(--nf-navy-400);
}

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 920px) {
  .nf-hero__grid,
  .nf-contact__grid,
  .nf-about__grid     { grid-template-columns: 1fr; }
  .nf-contact__intro  { position: static; }
  .nf-step__body      { grid-template-columns: 1fr; gap: 10px; }
  .nf-pos__grid       { grid-template-columns: 1fr; }
  .nf-outcomes__grid  { grid-template-columns: 1fr; }
  .nf-shift           { grid-template-columns: 1fr; }
  .nf-shift__row      { grid-template-columns: 1fr auto 1fr; }
  .nf-flow__cta       { flex-direction: column; align-items: flex-start; }
  .nf-site-nav        { display: none; }
  .nf-site-footer__inner { grid-template-columns: 1fr; }
}
