.nf{justify-content:center;padding-block:clamp(48px,8vw,120px);display:flex}.nf__inner{text-align:center;flex-direction:column;align-items:center;max-width:720px;margin-inline:auto;display:flex}.nf__scene{transform-style:preserve-3d;will-change:transform;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;margin-bottom:clamp(20px,3vw,36px);display:flex;position:relative}.nf__glow{filter:blur(8px);pointer-events:none;background:radial-gradient(circle,#f491368c 0%,#f4913600 70%);border-radius:50%;width:clamp(180px,30vw,300px);height:clamp(180px,30vw,300px);animation:4s ease-in-out infinite nf-glow;position:absolute}.nf__digits{justify-content:center;align-items:center;gap:clamp(8px,2vw,22px);display:flex;position:relative}.nf__4{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);font-size:clamp(5.5rem,19vw,12rem);font-weight:800;line-height:.9;animation:3s ease-in-out infinite nf-float}.nf__4--b{animation-delay:.7s}.nf__sun{color:#f49136;filter:drop-shadow(0 6px 22px #f4913673);justify-content:center;align-items:center;width:clamp(5rem,17vw,11rem);height:clamp(5rem,17vw,11rem);animation:16s linear infinite nf-spin;display:inline-flex}.nf__sun svg{width:100%;height:100%;display:block}.nf__eyebrow{animation:nf-rise .5s var(--ease-out) both;justify-content:center;animation-delay:50ms}.nf__title{font-family:var(--font-display);letter-spacing:-.025em;color:var(--ink);animation:nf-rise .5s var(--ease-out) both;margin:6px 0 0;font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.05;animation-delay:.12s}.nf__body{color:var(--bluegrey-800);max-width:30ch;animation:nf-rise .5s var(--ease-out) both;margin:16px 0 0;font-size:1.12rem;animation-delay:.2s}.nf__cta{animation:nf-rise .5s var(--ease-out) both;margin-top:30px;animation-delay:.3s}.nf__cta:hover{transform:translateY(-2px);box-shadow:0 12px 34px #13bba852}@keyframes nf-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes nf-spin{to{transform:rotate(360deg)}}@keyframes nf-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.22)}}@keyframes nf-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.nf__4,.nf__sun,.nf__glow,.nf__eyebrow,.nf__title,.nf__body,.nf__cta{animation:none}}
