/* Starter-pack picker. Uses the shared Numen token vocabulary only. */
.numen-packs { max-width: var(--app-max); margin: 0 auto; padding: 42px 40px 96px; }
.np-shell { padding: 34px; background: var(--cream); border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow); }
.np-heading { max-width: 650px; margin-bottom: 28px; }
.np-heading h2 { margin: 3px 0 9px; font-family: 'Newsreader', serif; font-size: clamp(30px, 4vw, 42px); font-weight: 500; line-height: 1.08; letter-spacing: -.01em; }
.np-heading > p:last-child { margin: 0; color: var(--text-3); font-size: 14px; line-height: 1.55; }
.np-eyebrow { margin: 0; color: var(--accent-deep); font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.np-loading, .np-empty { padding: 27px; background: var(--oat); border: 1px solid var(--border); border-radius: 17px; color: var(--text-3); }
.np-loading { font-family: 'Newsreader', serif; font-size: 16px; font-style: italic; }
.np-empty h3 { margin: 0 0 7px; color: var(--ink); font-family: 'Newsreader', serif; font-size: 22px; font-weight: 500; }
.np-empty p { margin: 0; max-width: 58ch; font-size: 14px; line-height: 1.55; }
.np-empty .np-retry { margin-top: 16px; }
.np-error { border-color: color-mix(in srgb, var(--danger) 34%, var(--border)); }
.np-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.np-pack { display: flex; flex-direction: column; min-width: 0; padding: 23px; background: var(--oat); border: 1px solid var(--border); border-radius: 18px; }
.np-pack-copy { flex: 1; }
.np-vertical { margin: 0 0 5px; color: var(--accent-deep); font-size: 9.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.np-pack h3 { margin: 0 0 7px; color: var(--ink); font-family: 'Newsreader', serif; font-size: 24px; font-weight: 500; line-height: 1.2; }
.np-blurb { margin: 0; color: var(--text-2); font-size: 13.5px; line-height: 1.55; }
.np-facts { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.np-facts span { padding: 5px 10px; color: var(--text-3); background: var(--cream); border: 1px solid var(--border); border-radius: 99px; font-size: 10.5px; font-weight: 600; }
.np-facts b { color: var(--ink); font-weight: 700; }
.np-apply { align-self: flex-start; margin-top: 20px; }
.np-apply:disabled { cursor: default; opacity: .62; transform: none; }
.np-result { width: 100%; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border); }
.np-result[hidden] { display: none; }
.np-result h4 { margin: 0 0 10px; color: var(--ink); font-family: 'Newsreader', serif; font-size: 18px; font-weight: 500; }
.np-result-section { margin-top: 10px; }
.np-result-section > p { margin: 0 0 4px; color: var(--text-3); font-size: 9.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.np-result-section ul { margin: 0; padding: 0; list-style: none; }
.np-result-section li { position: relative; padding: 3px 0 3px 13px; color: var(--text-2); font-size: 12.5px; line-height: 1.45; overflow-wrap: anywhere; }
.np-result-section li::before { content: ''; position: absolute; left: 0; top: .75em; width: 5px; height: 5px; background: var(--accent); border-radius: 50%; }
.np-result-note { margin: 0; color: var(--text-3); font-size: 13px; line-height: 1.5; }
body[data-motion="1"] .np-pack { transition: transform .22s var(--spring), border-color .18s; }
body[data-motion="1"] .np-pack:hover { transform: translateY(-1px); border-color: var(--clay); }
@media (max-width: 820px) {
  .numen-packs { padding: 32px 22px 78px; }
  .np-shell { padding: 25px; }
  .np-list { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .np-shell { padding: 20px; }
  .np-pack { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .np-pack { transition: none; }
}
