.nf{place-items:center;min-height:calc(100svh - 66px);padding-block:clamp(36px,6vh,72px);display:grid;position:relative;overflow:hidden}.nf-plot{pointer-events:none;background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);-webkit-mask-image:radial-gradient(120% 92% at 50% 46%, var(--ink) 42%, transparent 84%);-webkit-mask-image:radial-gradient(120% 92% at 50% 46%, var(--ink) 42%, transparent 84%);mask-image:radial-gradient(120% 92% at 50% 46%, var(--ink) 42%, transparent 84%);opacity:0;background-size:46px 46px;transition:opacity 1s 50ms;position:absolute;inset:0}.nf-plot svg{width:min(560px,92vw);height:auto;color:var(--line-strong);position:absolute;top:46%;left:50%;transform:translate(-50%,-50%)}html.nf-lit .nf-plot{opacity:1}.nf-inner{z-index:2;text-align:center;max-width:40rem;margin-inline:auto;position:relative}.nf-marker{flex-direction:column;align-items:center;gap:.6rem;margin-bottom:1.1rem;display:inline-flex}.nf-cross{width:64px;height:64px;color:var(--line-strong)}.nf-cross .nf-cross-draw{stroke:currentColor;stroke-width:1.5px;fill:none}.nf-cross .nf-cross-dot{fill:var(--spark)}.nf-reading{font-family:var(--font-label);letter-spacing:.18em;text-transform:uppercase;color:var(--ink-2);align-items:center;gap:.55rem;font-size:.72rem;display:inline-flex}.nf-reading b{color:var(--ink);font-weight:600}.nf-reading .nf-sep{background:var(--line-strong);border-radius:50%;width:4px;height:4px}.nf-inner h1{font-family:var(--font-display);letter-spacing:-.035em;text-wrap:balance;color:var(--ink);margin:0;font-size:clamp(2.9rem,6.2vw,5rem);font-weight:800;line-height:1.03}.nf-inner .nf-lead{max-width:42ch;color:var(--ink-2);text-wrap:pretty;margin:.95rem auto 0;font-size:1.08rem;line-height:1.55}.nf-cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:inline-flex}.nf-cta .btn-primary svg{flex:none;width:17px;height:17px}.nf-legend{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem 1.5rem;margin-top:1.8rem;padding-top:1.1rem;display:flex}.nf-legend-key{font-family:var(--font-label);letter-spacing:.18em;text-transform:uppercase;color:var(--ink-2);font-size:.72rem}.nf-legend a{color:var(--ink-2);align-items:center;gap:.5rem;font-size:.95rem;transition:color .18s;display:inline-flex}.nf-legend a svg{width:13px;height:13px;color:var(--line-strong);transition:color .18s}.nf-legend a:hover{color:var(--ink)}.nf-legend a:hover svg{color:var(--spark)}.nf-legend a:focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:var(--r-sm);color:var(--ink)}.nf-anno{z-index:3;pointer-events:none;text-align:left;width:216px;position:absolute;top:-6px;right:-22px}.nf-anno .nf-anno-text{font-family:var(--font-note);color:var(--spark-ink);transform-origin:0 0;max-width:12ch;font-size:1.4rem;line-height:1.06;display:block;transform:rotate(-4deg)}.nf-anno .nf-anno-arrow{width:58px;height:66px;position:absolute;top:46px;left:-6px;overflow:visible}.nf-anno .nf-anno-arrow path{stroke:var(--spark-ink);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none}html.nf-lit .nf-marker,html.nf-lit .nf-inner h1,html.nf-lit .nf-inner .nf-lead,html.nf-lit .nf-cta,html.nf-lit .nf-legend{opacity:0;animation:.7s cubic-bezier(.16,1,.3,1) both nfRise}html.nf-lit .nf-marker{animation-delay:.1s}html.nf-lit .nf-inner h1{opacity:0;animation:1s cubic-bezier(.16,1,.3,1) .3s both nfWipe}html.nf-lit .nf-inner .nf-lead{animation-delay:.52s}html.nf-lit .nf-cta{animation-delay:.66s}html.nf-lit .nf-legend{animation-delay:.8s}html.nf-lit .nf-cross-draw{stroke-dasharray:1;stroke-dashoffset:1px;animation:1s cubic-bezier(.16,1,.3,1) .22s both nfDraw}html.nf-lit .nf-cross-dot{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) 1.1s both nfPop}html.nf-lit .nf-anno .nf-anno-text{opacity:0;animation:.55s cubic-bezier(.16,1,.3,1) 1.15s both nfNote}html.nf-lit .nf-anno .nf-anno-arrow path{stroke-dasharray:1;stroke-dashoffset:1px;animation:.8s 1.45s both nfDraw}@keyframes nfRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes nfWipe{0%{opacity:0;clip-path:inset(0 100% 0 -2%)}to{opacity:1;clip-path:inset(0 0 0 -2%)}}@keyframes nfDraw{to{stroke-dashoffset:0}}@keyframes nfNote{0%{opacity:0;transform:translateY(6px)rotate(-4deg)}to{opacity:1;transform:translateY(0)rotate(-4deg)}}@keyframes nfPop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.nf-plot{transition:none}html.nf-lit .nf-marker,html.nf-lit .nf-inner h1,html.nf-lit .nf-inner .nf-lead,html.nf-lit .nf-cta,html.nf-lit .nf-legend,html.nf-lit .nf-anno .nf-anno-text,html.nf-lit .nf-cross-dot{opacity:1!important;clip-path:none!important;animation:none!important;transform:none!important}html.nf-lit .nf-anno .nf-anno-text{transform:rotate(-4deg)!important}html.nf-lit .nf-cross-draw,html.nf-lit .nf-anno .nf-anno-arrow path{stroke-dashoffset:0!important;animation:none!important}}@media (max-width:640px){.nf-anno{display:none}.nf-inner .nf-lead{font-size:1.06rem}.nf-cta{width:100%}.nf-cta .btn{justify-content:center;width:100%;max-width:22rem;padding:.9rem 1.25rem}}
