/* Existing brand tokens; local to the home and article-index surfaces. */
.nm-section-invite { display: flex; align-items: center; gap: 20px; margin-top: 34px; }
.nm-section-invite a { display: inline-flex; gap: 24px; align-items: center; min-height: 44px; border-bottom: 1px solid var(--nm-gold); color: var(--nm-gold-dark); font-weight: 600; text-decoration: none; }
.nm-section-invite > span { color: var(--nm-ink-soft); font-size: .8rem; }
.nm-section-dark .nm-section-invite a { color: var(--nm-gold-soft); }
.nm-section-dark .nm-section-invite > span { color: #c2bfb5; }
.nm-impact-diagram { margin: 46px 0 24px; }
.nm-impact-steps { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 18px; list-style: none; margin: 0; padding: 0; }
.nm-impact-steps li { position: relative; display: flex; flex-direction: column; min-width: 0; }
.nm-impact-letter { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--nm-sand); background: var(--nm-warm); border-radius: 50%; font: 600 23px 'Space Grotesk',sans-serif; color: var(--nm-gold-dark); margin-bottom: 22px; }
.nm-impact-steps li:not(:last-child)::after { content: '→'; position: absolute; top: 8px; left: 61px; right: 0; border-bottom: 1px solid var(--nm-sand); text-align: right; color: var(--nm-gold-dark); }
.nm-impact-steps h3 { font-size: 1.3rem; margin-bottom: 14px; }
.nm-impact-steps strong { font-size: .9rem; line-height: 1.5; min-height: 44px; }
.nm-impact-steps p { font-size: .85rem; line-height: 1.7; margin: 12px 0 22px; }
.nm-impact-output { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--nm-line); font-size: .8rem; line-height: 1.6; }
.nm-impact-output span { display: block; color: var(--nm-gold-dark); font-size: .65rem; letter-spacing: .12em; margin-bottom: 6px; }
.nm-impact-return { display: flex; gap: 14px; align-items: center; margin: 28px 0 0; padding: 16px 22px; border: 1px solid var(--nm-sand); border-radius: 0 0 16px 16px; background: var(--nm-warm); font-size: .88rem; }
.nm-impact-return > span { font-size: 28px; color: var(--nm-gold-dark); }
.nm-impact-note { max-width: 900px; font-size: .85rem; line-height: 1.75; }
.nm-editorial .nm-blog-page-hero { padding: 48px 0 36px; background: var(--nm-paper); }
.nm-editorial .nm-blog-page-hero .nm-reading { max-width: var(--nm-max); }
.nm-editorial .nm-blog-page-hero h1 { font-size: clamp(2.8rem,5vw,4rem); margin-bottom: 16px; }
.nm-editorial .nm-blog-page-hero .nm-lead { font-size: 1rem; max-width: 660px; margin-bottom: 0; }
.nm-editorial main > .nm-section { padding: 28px 0 54px; background: var(--nm-paper); }
.nm-editorial-heading { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.nm-editorial-heading .nm-eyebrow { margin-bottom: 0; }
.nm-editorial-heading > span:last-child { font-size: .75rem; color: var(--nm-ink-soft); }
.nm-editorial .nm-blog-system-grid { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 24px; gap: 36px; }
.nm-editorial .nm-blog-system-card { display: flex; flex-direction: column; min-height: 0; padding: 0; border: 0; background: transparent; box-shadow: none; border-radius: 0; }
.nm-editorial .nm-blog-system-card .nm-path-image { height: auto; min-height: 0; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 12px; }
.nm-editorial .nm-path-image img { width: 100%; height: 100%; object-fit: cover; }
.nm-editorial .nm-blog-system-card .nm-path-copy { padding: 22px 0 0; }
.nm-editorial .nm-blog-system-card h3 { font-size: clamp(1.4rem,2.3vw,1.85rem); line-height: 1.2; }
.nm-editorial .nm-blog-system-card p { font-size: .95rem; margin-bottom: 20px; }
.nm-editorial .nm-blog-system-card:hover h3 { color: var(--nm-gold-dark); }
.nm-editorial .nm-editorial-next { background: var(--nm-warm); color: var(--nm-ink); padding: 28px 0; }
.nm-editorial .nm-editorial-next h2 { font-size: 1.35rem; }
.nm-editorial .nm-editorial-next p { color: var(--nm-ink-soft); }
.nm-mobile-invite[hidden] { display: none !important; }
.nm-mobile-invite { display: none; }
.nm-section-invite a:focus-visible, .nm-editorial .nm-blog-system-card:focus-visible { outline: 2px solid var(--nm-gold-dark); outline-offset: 4px; }
@media (min-width: 701px) and (max-width: 1099px) {
  .nm-impact-steps { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; }
  .nm-impact-steps li:nth-child(3)::after { content: '↓'; }
}
@media (max-width: 700px) {
  .nm-impact-steps { grid-template-columns: 1fr; gap: 24px; }
  .nm-impact-steps li { padding-left: 68px; }
  .nm-impact-letter { position: absolute; left: 0; top: 0; }
  .nm-impact-steps li:not(:last-child)::after { content: '↓'; left: 23px; top: 58px; bottom: -17px; right: auto; width: 1px; border: 0; background: var(--nm-sand); display: flex; align-items: flex-end; justify-content: center; }
  .nm-impact-steps strong { min-height: 0; }
  .nm-impact-steps p { margin: 10px 0 16px; }
  .nm-impact-return { padding: 14px; }
  .nm-editorial .nm-blog-system-grid { grid-template-columns: 1fr; gap: 36px; }
  .nm-editorial-heading > span:last-child { display: none; }
  .nm-section-invite { flex-wrap: wrap; gap: 8px 18px; }
  .nm-mobile-invite { position: fixed; z-index: 45; inset: auto 0 0; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: var(--nm-paper); border-top: 1px solid var(--nm-sand); box-shadow: 0 -5px 25px rgba(23,23,20,.06); }
  .nm-mobile-invite > span { font-size: .7rem; max-width: 95px; color: var(--nm-ink-soft); }
  .nm-mobile-invite .nm-btn { padding: 12px 16px; min-height: 44px; font-size: .85rem; }
  .nm-guided-home, .nm-editorial { scroll-padding-bottom: 100px; }
}
