/* ==========================================================================
   Parte 2: Hero, Player Select, Reperti in evidenza, Card prodotto, Catalogo
   ========================================================================== */

/* --- HERO "IL VAULT SI APRE" (concept A, 2026-09-17) ----------------------
 * Sempre scura, anche col tema chiaro. Desktop: testo a sinistra, porta blindata a destra,
 * barra reparti sotto. Sotto 1024px: porta in alto, testo sotto, reparti a scorrimento.
 * Le animazioni restano attive anche con "riduci animazioni" (eccezione in nerdpick.css):
 * scelta dell'utente, come per il bottone carrello. */
.np-vh { --vh-bg: #07080B; --vh-panel: #0B0C10; --vh-line: #232734; --vh-muted: #9398A6; position: relative; overflow: hidden; isolation: isolate; background: var(--vh-bg); color: #fff; border-bottom: 4px solid #000; }
.np-vh__bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 74% 36%, #0E2730 0%, rgba(7,8,11,0) 50%), radial-gradient(rgba(0,179,204,.11) 1px, transparent 1.6px) 0 0 / 28px 28px; }
@media (max-width: 1023.98px) { .np-vh__bg { background: radial-gradient(circle at 50% 22%, #0E2730 0%, rgba(7,8,11,0) 55%), radial-gradient(rgba(0,179,204,.11) 1px, transparent 1.6px) 0 0 / 22px 22px; } }

.np-vh__inner { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; padding-top: 22px; padding-bottom: 30px; }
@media (min-width: 1024px) { .np-vh__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 440px); gap: 56px; align-items: center; padding-top: 44px; padding-bottom: 44px; } }
@media (min-width: 1200px) { .np-vh__inner { grid-template-columns: minmax(0, 1fr) 520px; gap: 72px; } }

/* Testo */
.np-vh__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; min-width: 0; }
@media (min-width: 1024px) { .np-vh__copy { gap: 26px; } }
.np-vh__kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0; padding: 6px 12px; background: #000; border: 1px solid var(--np-cyan); color: var(--np-cyan); font: 700 11px/1.4 var(--np-font-mono); letter-spacing: .12em; text-transform: uppercase; }
@media (min-width: 768px) { .np-vh__kicker { font-size: 13px; padding: 7px 14px; } }
.np-vh__kicker-dot { width: 8px; height: 8px; flex-shrink: 0; border-radius: 50%; background: var(--np-magenta); box-shadow: 0 0 10px var(--np-magenta); animation: np-vh-pulse 1.4s ease-in-out infinite; }
.np-vh__title { margin: 0; font-size: 56px; line-height: .86; letter-spacing: .005em; color: #fff; text-transform: uppercase; }
@media (min-width: 400px) { .np-vh__title { font-size: 64px; } }
@media (min-width: 640px) { .np-vh__title { font-size: 84px; } }
@media (min-width: 1024px) { .np-vh__title { font-size: 92px; } }
@media (min-width: 1200px) { .np-vh__title { font-size: 112px; } }
.np-vh__title-cyan { color: var(--np-cyan); }
.np-vh__title-glitch { color: var(--np-magenta); text-shadow: 4px 4px 0 #000; animation: np-vh-glitch 4s steps(1) infinite; }
.np-vh__sub { margin: 0; max-width: 560px; font-size: 15px; line-height: 1.55; font-weight: 500; color: #C9CBD3; }
@media (min-width: 768px) { .np-vh__sub { font-size: 18px; } }
@media (min-width: 1200px) { .np-vh__sub { font-size: 19px; } }
.np-vh__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; }
.np-vh__cta { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 24px; background: var(--np-magenta); color: #fff; font-family: var(--np-font-display); font-size: 24px; line-height: 1; letter-spacing: .04em; text-decoration: none; border: 3px solid #000; box-shadow: 6px 6px 0 var(--np-cyan); transition: transform .15s ease, box-shadow .15s ease; }
.np-vh__cta:hover { color: #fff; transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--np-cyan); }
.np-vh__cta:active { transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--np-cyan); }
.np-vh__cta:focus-visible, .np-vh__cta2:focus-visible, .np-vh__label a:focus-visible, .np-vh__case:focus-visible, .np-vh__replay:focus-visible, .np-vh__dot:focus-visible { outline: 3px solid var(--np-yellow); outline-offset: 3px; }
@media (min-width: 768px) { .np-vh__cta { font-size: 28px; padding: 16px 28px; } }
.np-vh__cta2 { display: inline-flex; align-items: center; padding: 13px 20px; color: var(--np-cyan); font-family: var(--np-font-display); font-size: 21px; line-height: 1; letter-spacing: .04em; text-decoration: none; border: 2px solid var(--np-cyan); transition: background-color .15s, color .15s; }
.np-vh__cta2:hover { background: var(--np-cyan); color: #000; }
@media (min-width: 768px) { .np-vh__cta2 { font-size: 24px; padding: 17px 22px; } }
.np-vh__trust { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 0; padding: 0; list-style: none; font: 700 11px/1.4 var(--np-font-mono); letter-spacing: .08em; color: var(--vh-muted); text-transform: uppercase; }
@media (min-width: 768px) { .np-vh__trust { font-size: 12px; } }
.np-vh__trust li { display: inline-flex; align-items: center; gap: 8px; }
.np-vh__trust .np-icon { color: var(--np-cyan); }
@media (max-width: 639.98px) {
  .np-vh__ctas { width: 100%; }
  .np-vh__cta { width: 100%; }
  .np-vh__cta2 { width: 100%; justify-content: center; font-size: 19px; padding: 11px 16px; }
  .np-vh__trust { display: none; }
  .np-vh__title-glitch { text-shadow: 3px 3px 0 #000; }
}

/* Porta blindata + oblò */
.np-vh__stage { position: relative; min-width: 0; container-type: inline-size; }
@media (max-width: 1023.98px) { .np-vh__stage { order: -1; } }
.np-vh__door { position: relative; width: 100%; max-width: 250px; aspect-ratio: 1 / 1; margin-inline: auto; }
@media (min-width: 480px) { .np-vh__door { max-width: 320px; } }
@media (min-width: 1024px) { .np-vh__door { max-width: none; } }
.np-vh__glow { position: absolute; inset: -17%; border-radius: 50%; background: radial-gradient(circle, rgba(0,179,204,.30) 0%, rgba(230,0,126,.10) 38%, rgba(7,8,11,0) 66%); pointer-events: none; }
.np-vh__rings { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.np-vh__spin { transform-origin: 300px 300px; animation: np-vh-spin 40s linear infinite; }
.np-vh__spin--rev { animation: np-vh-spin 24s linear infinite reverse; }
.np-vh__porthole { position: absolute; left: 16.667%; top: 16.667%; width: 66.667%; height: 66.667%; box-sizing: border-box; overflow: hidden; border-radius: 50%; border: 10px solid #000; background: #000; box-shadow: 0 0 0 3px var(--np-cyan), 0 0 60px rgba(0,179,204,.55); }
.np-vh__slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s ease; }
.np-vh__slide.is-active { opacity: 1; }
.np-vh__scanlines { position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(to bottom, rgba(0,0,0,.22) 0 2px, rgba(0,0,0,0) 2px 4px); }
.np-vh__beam { position: absolute; left: 0; right: 0; top: -12%; height: 12%; pointer-events: none; background: linear-gradient(to bottom, rgba(0,179,204,0), rgba(0,179,204,.45), rgba(0,179,204,0)); animation: np-vh-beam 3.2s linear infinite; }
.np-vh__vignette { position: absolute; inset: 0; border-radius: 50%; pointer-events: none; box-shadow: inset 0 0 70px rgba(0,0,0,.85), inset 0 0 18px rgba(0,179,204,.6); }
.np-vh__doors { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.np-vh.is-opened .np-vh__doors { display: none; }
.np-vh__half { position: absolute; top: 0; width: 50%; height: 100%; background: repeating-linear-gradient(to bottom, #1C1F28 0 18px, #14161D 18px 20px); animation: np-vh-door-l 1.1s cubic-bezier(.7,0,.2,1) 1.15s both; }
.np-vh__half--l { left: 0; border-right: 3px solid #000; }
.np-vh__half--r { left: 50%; border-left: 3px solid #000; animation-name: np-vh-door-r; }
.np-vh__half::after { content: ""; position: absolute; top: 0; width: 22px; height: 100%; background: repeating-linear-gradient(45deg, var(--np-yellow) 0 10px, #111 10px 20px); }
.np-vh__half--l::after { right: 12px; }
.np-vh__half--r::after { left: 12px; }
.np-vh__wheel { position: absolute; left: 32.5%; top: 32.5%; width: 35%; height: 35%; box-sizing: border-box; border-radius: 50%; border: 12px solid #3B4152; background: #0D0F14; box-shadow: 0 0 0 3px #000; animation: np-vh-wheel 1.05s cubic-bezier(.6,0,.3,1) .1s both; }
.np-vh__wheel::before, .np-vh__wheel::after { content: ""; position: absolute; left: 50%; top: 50%; background: #3B4152; transform: translate(-50%, -50%); }
.np-vh__wheel::before { width: 12%; height: 124%; }
.np-vh__wheel::after { width: 124%; height: 12%; }
.np-vh__hub { position: absolute; z-index: 1; left: 50%; top: 50%; width: 34%; height: 34%; box-sizing: border-box; border-radius: 50%; background: var(--np-magenta); border: 3px solid #000; transform: translate(-50%, -50%); }
.np-vh__flash { position: absolute; inset: 0; background: #DFFBFF; opacity: 0; animation: np-vh-flash 1.1s ease-out 1.75s both; }
@media (max-width: 1023.98px) {
  .np-vh__porthole { border-width: 6px; box-shadow: 0 0 0 2px var(--np-cyan), 0 0 34px rgba(0,179,204,.55); }
  .np-vh__half { background: repeating-linear-gradient(to bottom, #1C1F28 0 10px, #14161D 10px 12px); }
  .np-vh__half::after { width: 12px; background: repeating-linear-gradient(45deg, var(--np-yellow) 0 6px, #111 6px 12px); }
  .np-vh__half--l::after { right: 6px; }
  .np-vh__half--r::after { left: 6px; }
  .np-vh__wheel { border-width: 6px; box-shadow: 0 0 0 2px #000; }
  .np-vh__hub { border-width: 2px; }
}

/* Vetrine sospese */
.np-vh__case { position: absolute; z-index: 3; display: block; width: 22%; box-sizing: border-box; padding: 5px; background: var(--vh-panel); border: 2px solid #2B3040; box-shadow: 5px 5px 0 #000; text-decoration: none; transition: border-color .15s; }
.np-vh__case:hover { border-color: var(--np-cyan); }
.np-vh__case img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.np-vh__case-tag { display: block; margin-top: 6px; overflow: hidden; font: 700 9px/1.3 var(--np-font-mono); letter-spacing: .06em; color: var(--np-cyan); text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; }
.np-vh__case--1 { left: -12%; top: 3%; rotate: -8deg; animation: np-vh-bob 5s ease-in-out infinite; }
.np-vh__case--2 { right: -9%; top: 8%; rotate: 7deg; animation: np-vh-bob 6s ease-in-out -2s infinite; }
.np-vh__case--3 { left: -4%; top: 72%; width: 19%; rotate: 6deg; animation: np-vh-bob 5.5s ease-in-out -4s infinite; }
@media (max-width: 1023.98px) {
  .np-vh__case { width: 26%; padding: 3px; box-shadow: 3px 3px 0 #000; }
  .np-vh__case-tag, .np-vh__case--3 { display: none; }
  .np-vh__case--1 { left: -20%; top: 6%; }
  .np-vh__case--2 { right: -20%; top: 52%; }
}

/* Cartellino del reperto in vetrina */
.np-vh__labels { display: grid; position: relative; z-index: 4; width: 100%; max-width: 420px; margin: 16px auto 0; }
@media (min-width: 1024px) { .np-vh__labels { position: absolute; right: -5%; top: 72cqw; width: 290px; margin: 0; } }
.np-vh__label { grid-area: 1 / 1; display: flex; flex-direction: column; gap: 5px; box-sizing: border-box; padding: 10px 12px; background: var(--vh-panel); border: 2px solid var(--np-cyan); box-shadow: 4px 4px 0 var(--np-magenta); opacity: 0; visibility: hidden; transition: opacity .5s ease, visibility .5s; }
@media (min-width: 1024px) { .np-vh__label { gap: 6px; padding: 14px 16px; box-shadow: 6px 6px 0 var(--np-magenta); } }
.np-vh__label.is-active { opacity: 1; visibility: visible; }
.np-vh__label-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; font: 700 10px/1.3 var(--np-font-mono); letter-spacing: .1em; color: var(--np-cyan); }
.np-vh__live { display: inline-flex; align-items: center; gap: 6px; color: var(--np-magenta); }
.np-vh__live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--np-magenta); animation: np-vh-pulse 1.4s ease-in-out infinite; }
.np-vh__label-name { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 22px; line-height: 1; letter-spacing: .02em; color: #fff; text-decoration: none; }
.np-vh__label-name:hover { color: var(--np-yellow); }
.np-vh__label-meta { font: 700 10px/1.4 var(--np-font-mono); letter-spacing: .05em; color: #A9ADB8; text-transform: uppercase; }
.np-vh__label-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 2px; }
.np-vh__label-price { font-size: 26px; line-height: 1; color: var(--np-yellow); }
.np-vh__label-price .woocommerce-Price-amount, .np-vh__label-price bdi { color: inherit; }
.np-vh__label-link { padding: 8px 10px; border: 1px solid var(--np-cyan); color: var(--np-cyan); font: 800 11px/1 var(--np-font-mono); letter-spacing: .1em; text-decoration: none; white-space: nowrap; transition: background-color .15s, color .15s; }
.np-vh__label-link:hover { background: var(--np-cyan); color: #000; }
@media (min-width: 1024px) {
  .np-vh__label-top, .np-vh__label-meta { font-size: 11px; }
  .np-vh__label-name, .np-vh__label-price { font-size: 30px; }
}

@media (min-width: 1024px) and (max-width: 1359.98px) { .np-vh__case--2 { right: -2%; } .np-vh__labels { right: 0; } }

/* Pallini + "Riapri il Vault" */
.np-vh__controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; max-width: 420px; margin: 6px auto 0; }
@media (min-width: 1024px) { .np-vh__controls { width: 46%; max-width: none; margin: 22px 0 0; } }
.np-vh__dots { display: flex; align-items: center; gap: 6px; }
.np-vh__dot { display: inline-flex; align-items: center; height: 32px; padding: 0; background: none; border: 0; cursor: pointer; }
.np-vh__dot::before { content: ""; display: block; width: 14px; height: 6px; background: #2B3040; transition: width .35s ease, background-color .35s ease; }
.np-vh__dot.is-active::before { width: 34px; background: var(--np-magenta); }
.np-vh__replay { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px; background: none; border: 1px solid #2B3040; color: var(--vh-muted); font: 800 11px/1 var(--np-font-mono); letter-spacing: .1em; cursor: pointer; transition: color .15s, border-color .15s; }
.np-vh__replay:hover { color: var(--np-yellow); border-color: var(--np-yellow); }
/* Telefono: cartellino compatto (nome + prezzo) e niente pallini, cosi' il titolo resta nella prima schermata. */
@media (max-width: 639.98px) {
  .np-vh__controls { display: none; }
  .np-vh__labels { margin-top: 14px; }
  .np-vh__label { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "name price" "meta price"; align-items: center; column-gap: 12px; row-gap: 3px; }
  .np-vh__label-top, .np-vh__label-link { display: none; }
  .np-vh__label-name { grid-area: name; font-size: 21px; -webkit-line-clamp: 1; }
  .np-vh__label-meta { grid-area: meta; }
  .np-vh__label-foot { display: contents; }
  .np-vh__label-price { grid-area: price; font-size: 24px; }
}

/* Barra reparti */

@keyframes np-vh-spin { to { transform: rotate(360deg); } }
@keyframes np-vh-pulse { 50% { opacity: .25; } }
@keyframes np-vh-beam { to { top: 100%; } }
@keyframes np-vh-door-l { to { transform: translateX(-104%); } }
@keyframes np-vh-door-r { to { transform: translateX(104%); } }
@keyframes np-vh-wheel { 0% { transform: rotate(0deg); opacity: 1; } 85% { transform: rotate(270deg); opacity: 1; } 100% { transform: rotate(300deg); opacity: 0; } }
@keyframes np-vh-flash { 0% { opacity: 0; } 12% { opacity: .85; } 100% { opacity: 0; } }
@keyframes np-vh-bob { 50% { translate: 0 -12px; } }
@keyframes np-vh-glitch { 0%, 91%, 100% { text-shadow: 4px 4px 0 #000; } 92% { text-shadow: -4px 0 0 #00B3CC, 4px 4px 0 #000; } 94% { text-shadow: 4px 0 0 #FFE600, 4px 4px 0 #000; } 96% { text-shadow: 4px 4px 0 #000; } }

/* --- PLAYER SELECT (box compatti senza foto, 2026-09-17) -------------------
   Un solo blocco categorie in home: striscia "Tutti i tesori" + 8 box con icona nel
   colore d'accento (ciano / magenta / giallo a rotazione), codice, nome, sottotitolo,
   contatore. 2 colonne fino a 1023px, 4 da desktop. Scanline al passaggio. */
.np-ps { padding: 36px 0 44px; background: var(--np-black); color: #fff; border-top: 4px solid #000; border-bottom: 4px solid #000; }
@media (min-width: 1024px) { .np-ps { padding: 48px 0 56px; } }
.np-ps__head { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.15); }
@media (min-width: 768px) { .np-ps__head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.np-ps__eyebrow { display: flex; align-items: center; gap: 8px; color: var(--np-yellow); font: 700 11px/1.4 var(--np-font-mono); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px; }
@media (min-width: 640px) { .np-ps__eyebrow { font-size: 12px; } }
.np-ps__eyebrow-sep { color: rgba(255,255,255,.4); }
.np-ps__title { font-size: 36px; line-height: 1; letter-spacing: .04em; text-transform: uppercase; color: #fff; }
@media (min-width: 768px) { .np-ps__title { font-size: 48px; } }
.np-ps__meta { display: flex; flex-direction: column; gap: 4px; font: 700 11px/1.4 var(--np-font-mono); letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.7); }
@media (min-width: 768px) { .np-ps__meta { align-items: flex-end; text-align: right; font-size: 12px; } }
.np-ps__count { color: var(--np-cyan); }
.np-ps__active span { font-weight: 700; }
/* Striscia "Tutti i tesori": magenta pieno, tutta larghezza sopra la griglia */
.np-ps__all { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; min-height: 70px; margin-bottom: 12px; padding: 10px 16px; background: var(--np-magenta); color: #fff; text-decoration: none; border: 3px solid var(--np-magenta); border-radius: 8px; box-shadow: 0 0 0 rgba(230,0,126,0); transition: transform .3s ease, box-shadow .3s ease; will-change: transform; }
@media (min-width: 768px) { .np-ps__all { min-height: 90px; gap: 24px; padding: 12px 28px; margin-bottom: 16px; } }
.np-ps__all:hover, .np-ps__all:focus-visible { transform: scale(1.02); box-shadow: 0 0 32px rgba(230,0,126,.5), 0 0 72px rgba(230,0,126,.3); outline: none; color: #fff; }
.np-ps__all-icon { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; color: #fff; filter: drop-shadow(0 2px 0 rgba(0,0,0,.35)); }
.np-ps__all-icon .np-icon { width: 48px; height: 48px; }
@media (max-width: 767px) { .np-ps__all-icon, .np-ps__all-icon .np-icon { width: 36px; height: 36px; } }
.np-ps__all-text { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
@media (min-width: 768px) { .np-ps__all-text { flex-direction: row; align-items: center; justify-content: space-between; gap: 16px; } }
.np-ps__all-title { font-family: var(--np-font-display); font-size: 24px; line-height: 1; letter-spacing: .06em; text-transform: uppercase; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 768px) { .np-ps__all-title { font-size: 32px; } }
.np-ps__all-dot { opacity: .75; margin: 0 2px; }
.np-ps__all-sub { flex: 0 0 auto; font: 600 12px/1.3 var(--np-font-body); letter-spacing: .02em; color: #fff; white-space: nowrap; }
@media (min-width: 768px) { .np-ps__all-sub { font-size: 14px; } }
.np-ps__all-arrow { display: inline-block; transition: transform .3s ease; }
.np-ps__all:hover .np-ps__all-arrow { transform: translateX(6px); }

/* Griglia dei box */
.np-ps__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (min-width: 640px) { .np-ps__grid { gap: 12px; } }
@media (min-width: 1024px) { .np-ps__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; } }
.np-ps__card { --ps-accent: var(--np-cyan); --ps-rgb: 0,179,204; position: relative; isolation: isolate; display: flex; flex-direction: column; gap: 10px; min-width: 0; padding: 12px; background: #0E1015 linear-gradient(135deg, rgba(var(--ps-rgb), .2), rgba(var(--ps-rgb), 0) 58%); border: 2px solid #232734; border-radius: 8px; overflow: hidden; text-decoration: none; color: #fff; transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
@media (min-width: 640px) { .np-ps__card { flex-direction: row; align-items: center; gap: 14px; padding: 16px; min-height: 112px; } }
.np-ps__card--magenta { --ps-accent: var(--np-magenta); --ps-rgb: 230,0,126; }
.np-ps__card--yellow { --ps-accent: var(--np-yellow); --ps-rgb: 255,230,0; }
.np-ps__card:hover, .np-ps__card:focus-visible { border-color: var(--np-magenta); transform: translateY(-3px); box-shadow: 0 0 22px rgba(230,0,126,.3); outline: none; color: #fff; }
.np-ps__card.is-active { border-color: var(--np-yellow); box-shadow: 0 0 22px rgba(255,230,0,.25); }
.np-ps__card-scan { z-index: 1; }
.np-ps__card:hover .np-ps__card-scan { opacity: 1; }
.np-ps__card-top { position: relative; z-index: 2; display: flex; align-items: center; gap: 6px; font: 700 10px/1.4 var(--np-font-mono); }
@media (min-width: 640px) { .np-ps__card-top { position: absolute; top: 8px; right: 8px; } }
.np-ps__card-count { margin-left: auto; background: #000; color: var(--np-yellow); padding: 2px 6px; border: 1px solid rgba(255,255,255,.2); border-radius: 2px; white-space: nowrap; }
.np-ps__card-active { background: var(--np-magenta); color: #fff; padding: 2px 6px; border-radius: 2px; font-size: 9px; letter-spacing: .12em; box-shadow: 0 0 10px rgba(230,0,126,.7); }
.np-ps__card-icon { position: relative; z-index: 2; flex-shrink: 0; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: rgba(var(--ps-rgb), .14); border: 1px solid rgba(var(--ps-rgb), .5); color: var(--ps-accent); transition: transform .25s ease; }
.np-ps__card-icon .np-icon { width: 24px; height: 24px; }
@media (min-width: 640px) { .np-ps__card-icon { width: 56px; height: 56px; } .np-ps__card-icon .np-icon { width: 30px; height: 30px; } }
.np-ps__card:hover .np-ps__card-icon { transform: scale(1.08); }
.np-ps__card-body { position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.np-ps__card-code { font: 700 9px/1 var(--np-font-mono); letter-spacing: .14em; color: var(--ps-accent); }
.np-ps__card-title { font-size: 18px; line-height: 1; letter-spacing: .05em; margin: 0; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color .25s ease; }
@media (min-width: 640px) { .np-ps__card-title { font-size: 22px; } }
@media (min-width: 1024px) and (max-width: 1279.98px) { .np-ps__card-title { font-size: 19px; } }
.np-ps__card:hover .np-ps__card-title { color: var(--np-magenta); }
.np-ps__card-sub { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0; font: 500 11px/1.35 var(--np-font-body); color: #C9CBD3; }
@media (min-width: 640px) { .np-ps__card-sub { font-size: 12px; } }

/* --- NUOVI ARRIVI NEL VAULT (home) ------------------------------------------ */
.np-featured { padding: 40px 0 48px; border-bottom: 4px solid var(--np-black); background: var(--np-bg); }
@media (min-width: 1024px) { .np-featured { padding: 48px 0; } }
.np-grid { display: grid; gap: 15px; }
.np-grid--products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
/* Sotto 640px tutte le griglie prodotto (home, catalogo, correlati) sono a 2 colonne con card compatte */
@media (max-width: 639.98px) {
  .np-grid--products .np-card { border-width: 2px; border-radius: 8px; box-shadow: 3px 3px 0 var(--np-shadow); }
  .np-grid--products .np-card__body { padding: 10px; gap: 8px; }
  .np-grid--products .np-card__meta { font-size: 9px; }
  .np-grid--products .np-card__title { font-size: 15px; }
  .np-grid--products .np-card__subname { font-size: 9px; }
  .np-grid--products .np-card__cond { font-size: 10px; }
  .np-grid--products .np-card__sheet { display: none; }
  .np-grid--products .np-card__pricebox { padding: 5px 8px; }
  .np-grid--products .np-card__amount { font-size: 19px; }
  .np-grid--products .np-xp-chip { font-size: 9px; padding: 1px 5px; }
  .np-grid--products .np-card__add { font-size: 12px; padding: 8px 6px; }
  .np-grid--products .np-card__add .np-btn__iconbox { display: none; }
  .np-grid--products .np-ready, .np-grid--products .np-badge { font-size: 9px; }
  .np-grid--products .np-card__qv { display: none; }
}
@media (min-width: 640px) { .np-grid--products { grid-template-columns: repeat(2, 1fr); gap: 15px; } }
@media (min-width: 1024px) { .np-grid--products { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1280px) { .np-grid--products { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .np-grid--related { grid-template-columns: repeat(4, 1fr); } }
/* Catalogo: sempre 3 colonne da desktop in su (la homepage "in evidenza" resta a 4) */
@media (min-width: 1024px) { .np-shop__main .np-grid--products { grid-template-columns: repeat(3, 1fr); } }
.np-featured__banner { margin-top: 40px; padding: 24px; border: 4px solid var(--np-black); box-shadow: 6px 6px 0 var(--np-shadow); background: var(--np-surface-2); color: var(--np-fg); display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 24px; text-align: center; }
@media (min-width: 768px) { .np-featured__banner { flex-direction: row; text-align: left; } }
.np-featured__banner-text { display: flex; flex-direction: column; gap: 4px; }
.np-featured__banner-eyebrow { font-family: var(--np-font-display); font-size: 12px; letter-spacing: .1em; color: var(--np-magenta); text-transform: uppercase; }
.np-featured__banner-title { font-size: 24px; text-transform: uppercase; }
@media (min-width: 640px) { .np-featured__banner-title { font-size: 30px; } }
.np-featured__banner p { font-size: 14px; font-weight: 600; max-width: 36rem; }

/* --- CARD PRODOTTO --------------------------------------------------------- */
.np-card { position: relative; display: flex; flex-direction: column; background: var(--np-surface); color: var(--np-fg); border: 2.5px solid var(--np-black); border-radius: 10px; overflow: hidden; box-shadow: 5px 5px 0 var(--np-shadow); transition: transform .15s; will-change: transform; }
.np-card:hover { transform: translate(-2px,-2px); }
.np-card__media { position: relative; width: 100%; aspect-ratio: 4 / 3; background: #000; overflow: hidden; border-bottom: 2.5px solid var(--np-black); cursor: pointer; }
.np-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s; }
.np-card:hover .np-card__img { transform: scale(1.05); animation: np-glitch .18s ease-in-out; }
.np-card:hover .np-card__scan { opacity: 1; }
.np-card__tint { position: absolute; inset: 0; background: rgba(0,0,0,.4); opacity: 0; pointer-events: none; transition: opacity .2s; }
.np-card:hover .np-card__tint { opacity: 1; }
.np-badge { position: absolute; top: 0; left: 0; z-index: 3; padding: 2px 10px; font: 700 11px/1.5 var(--np-font-display); text-transform: uppercase; letter-spacing: .05em; color: #fff; background: var(--np-magenta); border-right: 2px solid #000; border-bottom: 2px solid #000; border-bottom-right-radius: 2px; box-shadow: 2px 2px 0 var(--np-black); }
@media (min-width: 640px) { .np-badge { font-size: 12px; } }
.np-badge--new { background: var(--np-cyan); color: var(--np-black); }
.np-badge--vintage { background: var(--np-yellow); color: var(--np-black); }
.np-ready { position: absolute; top: 8px; right: 8px; z-index: 3; display: inline-flex; align-items: center; gap: 6px; padding: 2px 10px; font: 700 10px/1.5 var(--np-font-mono); letter-spacing: .05em; color: var(--np-cyan); background: rgba(17,17,17,.9); border: 1px solid rgba(0,179,204,.4); border-radius: 2px; box-shadow: 0 0 8px rgba(0,179,204,.3); }
@media (min-width: 640px) { .np-ready { font-size: 12px; } }
.np-ready__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--np-cyan); box-shadow: 0 0 6px var(--np-cyan); animation: np-pulse 1.6s ease-in-out infinite; }
.np-ready--out { color: var(--np-magenta); border-color: rgba(230,0,126,.4); box-shadow: none; }
.np-card__qv-wrap { position: absolute; inset: 0; z-index: 4; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.np-card__qv { pointer-events: auto; opacity: 0; transform: scale(.9); transition: all .2s; display: inline-flex; align-items: center; gap: 8px; background: rgba(17,17,17,.95); color: #fff; font-family: var(--np-font-display); font-size: 12px; letter-spacing: .05em; padding: 8px 14px; border: 2px solid var(--np-cyan); border-radius: 6px; box-shadow: 4px 4px 0 #000; cursor: pointer; }
@media (min-width: 640px) { .np-card__qv { font-size: 14px; } }
.np-card:hover .np-card__qv { opacity: 1; transform: scale(1); }
.np-card__qv:hover { background: var(--np-cyan); color: #000; border-color: #000; }
.np-card__qv:active { transform: scale(.95); }
.np-card__qv-eye { width: 20px; height: 20px; border-radius: 4px; background: rgba(0,0,0,.4); border: 1px solid rgba(255,255,255,.3); display: inline-flex; align-items: center; justify-content: center; }
.np-card__qv:hover .np-card__qv-eye .np-icon { color: #000 !important; }
.np-card__body { padding: 14px; display: flex; flex-direction: column; flex: 1; justify-content: space-between; gap: 10px; }
.np-card__top { display: flex; flex-direction: column; gap: 6px; }
.np-card__meta { display: flex; align-items: center; justify-content: space-between; font: 400 11px/1.4 var(--np-font-mono); }
.np-card__status { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--np-cyan); }
.np-card__status.is-new { color: var(--np-yellow); }
.np-card__status-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.np-card__year { font: 700 10px/1.4 var(--np-font-mono); color: var(--np-fg); }
.np-card__title { font-size: 18px; line-height: 1.2; text-transform: uppercase; letter-spacing: .05em; padding-top: 2px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
@media (min-width: 640px) { .np-card__title { font-size: 20px; } }
.np-card__title a { text-decoration: none; color: inherit; transition: color .15s; }
.np-card__title a:hover { color: var(--np-magenta); }
/* Resto del titolo eBay (piattaforma, regione, anno) in piccolo sotto il nome */
.np-card__subname { display: block; font: 600 11px/1.3 var(--np-font-mono); color: #6B7280; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.np-card__cond { display: flex; align-items: center; justify-content: space-between; font: 700 12px/1.4 var(--np-font-mono); padding-top: 2px; }
.np-card__cond-label { display: inline-flex; align-items: center; gap: 4px; min-width: 0; }
.np-card__cond-label span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.np-card__sheet { font: 900 10px/1 var(--np-font-mono); letter-spacing: .05em; text-transform: uppercase; color: var(--np-cyan); text-decoration: none; flex-shrink: 0; margin-left: 6px; transition: color .15s; }
.np-card__sheet:hover { color: var(--np-magenta); }
.np-card__bottom { padding-top: 10px; border-top: 2px solid var(--np-border-soft); display: flex; flex-direction: column; gap: 8px; }
.np-card__pricebox { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 6px 10px; border-radius: 6px; border: 2px solid var(--np-black); background: var(--np-surface); box-shadow: 2px 2px 0 var(--np-black); }
.np-card__price { display: inline-flex; align-items: baseline; gap: 8px; }
.np-card__amount { font-size: 24px; line-height: 1; letter-spacing: -.01em; }
@media (min-width: 640px) { .np-card__amount { font-size: 26px; } }
.np-card__amount .woocommerce-Price-currencySymbol { font-size: .85em; }
.np-card__was { font: 700 12px/1 var(--np-font-mono); color: var(--np-magenta); text-decoration: line-through; }
.np-xp-chip { display: inline-flex; align-items: center; gap: 4px; background: var(--np-black); color: var(--np-yellow); border: 1px solid rgba(255,230,0,.5); font: 700 11px/1.4 var(--np-font-mono); padding: 2px 8px; border-radius: 4px; box-shadow: 2px 2px 0 var(--np-magenta); flex-shrink: 0; }
.np-card__add { font-size: 14px; padding: 10px 12px; }
@media (min-width: 640px) { .np-card__add { font-size: 16px; } }

/* --- CATALOGO -------------------------------------------------------------- */
.np-shop { padding: 24px 0 60px; min-height: 100vh; }
@media (min-width: 640px) { .np-shop { padding-top: 32px; } }
.np-shop__head { margin-bottom: 32px; }
.np-shop__head-row { display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 768px) { .np-shop__head-row { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.np-shop__title { font-size: 36px; line-height: 1; letter-spacing: -.01em; text-transform: uppercase; }
@media (min-width: 640px) { .np-shop__title { font-size: 60px; } }
.np-shop__subtitle { font-size: 16px; font-weight: 500; margin-top: 4px; max-width: 42rem; }
.np-shop__tools { display: flex; align-items: center; gap: 8px; flex-shrink: 0; width: 100%; }
@media (min-width: 640px) { .np-shop__tools { width: auto; } }
.np-shop__filters-btn { flex-shrink: 0; }
.np-shop__layout { display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
@media (min-width: 640px) { .np-shop__layout { gap: 32px; } }
@media (min-width: 1024px) { .np-shop__layout { flex-direction: row; } }
.np-sidebar { width: 288px; flex-shrink: 0; position: sticky; top: 118px; }
.np-sidebar__panel { padding: 20px; border: 4px solid var(--np-black); box-shadow: 6px 6px 0 var(--np-shadow); border-radius: 10px; background: var(--np-surface); color: var(--np-fg); }
.np-sidebar__badge { background: var(--np-black); color: #fff; padding: 8px 12px; border: 2px solid #000; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; box-shadow: 2px 2px 0 var(--np-cyan); }
.np-sidebar__badge > span:first-child { display: inline-flex; align-items: center; gap: 6px; font-family: var(--np-font-display); font-size: 14px; letter-spacing: .05em; color: var(--np-yellow); text-transform: uppercase; }
.np-shop__main { flex: 1; width: 100%; min-width: 0; display: flex; flex-direction: column; }
.np-toolbar { padding: 10px 12px; margin-bottom: 16px; border: 2px solid var(--np-black); background: var(--np-surface); color: var(--np-fg); display: flex; align-items: center; justify-content: space-between; gap: 10px; }
@media (min-width: 640px) { .np-toolbar { flex-direction: row; align-items: center; justify-content: space-between; padding: 14px; } }
.np-toolbar__count { display: flex; align-items: center; gap: 8px; min-width: 0; }
.np-toolbar__count-num { font-size: 15px; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 640px) { .np-toolbar__count-num { font-size: 20px; } }
.np-toolbar__pages { display: none; font: 700 12px/1.4 var(--np-font-mono); flex-shrink: 0; }
@media (min-width: 640px) { .np-toolbar__pages { display: inline; } }
.np-toolbar__sort { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
@media (min-width: 640px) { .np-toolbar__sort { width: auto; } }
.np-toolbar__sort label { font: 700 12px/1.4 var(--np-font-mono); text-transform: uppercase; flex-shrink: 0; }
.np-toolbar__sort .np-select { width: auto; max-width: 150px; padding: 6px 8px; font-size: 11px; }
@media (min-width: 640px) { .np-toolbar__sort .np-select { width: auto; } }
.np-active { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 16px; }
.np-active__label { font: 700 12px/1.4 var(--np-font-mono); text-transform: uppercase; }
.np-active__pill { display: inline-flex; align-items: center; gap: 6px; padding: 4px 8px; font-family: var(--np-font-display); font-size: 12px; letter-spacing: .05em; border: 1px solid #000; box-shadow: 2px 2px 0 #000; }
.np-active__pill--dark { background: var(--np-black); color: #fff; }
.np-active__pill--yellow { background: var(--np-yellow); color: var(--np-black); }
.np-active__pill--cyan { background: var(--np-cyan); color: var(--np-black); }
.np-active__pill--magenta { background: var(--np-magenta); color: #fff; }
.np-active__pill--black { background: #000; color: #fff; font-family: var(--np-font-mono); }
.np-active__x { display: inline-flex; color: inherit; transition: transform .15s; }
.np-active__x:hover { transform: scale(1.25); }
.np-active__reset { font: 700 12px/1.4 var(--np-font-mono); color: var(--np-magenta); text-decoration: underline; margin-left: 4px; }
.np-active__reset:hover { color: var(--np-cyan); }
.np-empty { text-align: center; padding: 80px 32px; border: 4px dashed var(--np-black); border-radius: 10px; margin: 24px 0; font-family: var(--np-font-mono); }
.np-empty__title { font-size: 30px; margin-bottom: 12px; }
@media (min-width: 640px) { .np-empty__title { font-size: 36px; } }
.np-empty__text { font: 600 16px/1.5 var(--np-font-body); max-width: 28rem; margin: 0 auto 24px; }
.np-empty__code { font-size: 96px; line-height: 1; color: var(--np-magenta); }
.np-empty__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.np-pagination { margin-top: 40px; padding-top: 24px; border-top: 4px solid var(--np-black); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.np-pagination__nav { display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; font-family: var(--np-font-display); font-size: 14px; letter-spacing: .05em; border: 2px solid #000; background: var(--np-black); color: #fff; box-shadow: 3px 3px 0 var(--np-shadow); text-decoration: none; transition: all .15s; }
.np-pagination__nav:hover { background: var(--np-cyan); color: var(--np-black); }
.np-pagination__nav.is-disabled { background: #d1d5db; color: #6b7280; border-color: #9ca3af; opacity: .5; cursor: not-allowed; box-shadow: none; }
.np-pagination__numbers { display: flex; align-items: center; gap: 8px; }
.np-pagination__num { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; font-family: var(--np-font-display); font-size: 20px; border: 2px solid #000; background: var(--np-black); color: #fff; box-shadow: 2px 2px 0 var(--np-shadow); text-decoration: none; transition: all .15s; }
@media (min-width: 640px) { .np-pagination__num { font-size: 24px; } }
.np-pagination__num:hover { background: var(--np-cyan); color: var(--np-black); }
.np-pagination__num.is-active { background: var(--np-magenta); color: #fff; border-radius: 50%; box-shadow: 0 0 12px rgba(230,0,126,.6); transform: scale(1.1); }
.np-pagination__num.dots { background: transparent; color: var(--np-fg); border: 0; box-shadow: none; }

/* Filtri */
.np-filters { display: flex; flex-direction: column; gap: 24px; }
.np-filter--bordered { padding-top: 16px; border-top: 2px solid var(--np-border-soft); }
.np-filter__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.np-filter__label { display: inline-flex; align-items: center; gap: 8px; font-size: 16px; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 10px; }
.np-filter__head .np-filter__label { margin-bottom: 0; }
@media (min-width: 640px) { .np-filter__label { font-size: 18px; } }
.np-filter__tag { font: 700 10px/1.4 var(--np-font-mono); text-transform: uppercase; }
.np-filter__price { font-size: 18px; padding: 2px 8px; border: 2px solid #000; border-radius: 4px; background: var(--np-surface); }
.np-cats { display: flex; flex-direction: column; gap: 8px; }
.np-cat { border: 2px solid var(--np-black); border-radius: 6px; overflow: hidden; background: var(--np-black); transition: all .2s; }
.np-cat.is-selected { border-color: var(--np-magenta); background: #1a0b16; box-shadow: 3px 3px 0 var(--np-black); }
.np-cat__head { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; font-family: var(--np-font-display); font-size: 12px; letter-spacing: .05em; color: #fff; text-decoration: none; transition: background-color .15s, color .15s; }
@media (min-width: 640px) { .np-cat__head { font-size: 14px; } }
.np-cat__head:hover { background: var(--np-gray-2); color: var(--np-yellow); }
.np-cat.is-selected .np-cat__head { background: var(--np-magenta); color: #fff; }
.np-cat.is-selected .np-cat__head:hover { color: #fff; }
.np-cat__name { display: inline-flex; align-items: center; gap: 8px; min-width: 0; padding-right: 8px; }
.np-cat__name > span:last-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.np-cat__folder { display: inline-flex; color: rgba(255,255,255,.8); }
.np-cat__folder--open { display: none; color: var(--np-cyan); }
.np-cat.is-open .np-cat__folder--open { display: inline-flex; }
.np-cat.is-open .np-cat__folder--closed { display: none; }
.np-cat.is-selected .np-cat__folder--open { color: var(--np-yellow); }
.np-cat__right { display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0; }
.np-cat__count { font: 700 10px/1.4 var(--np-font-mono); padding: 2px 6px; border-radius: 2px; background: #000; color: #fff; border: 1px solid rgba(255,255,255,.2); }
.np-cat.is-selected .np-cat__count { color: var(--np-yellow); border-color: #000; }
.np-cat__toggle { width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; color: #fff; }
.np-cat__toggle:hover { background: rgba(255,255,255,.1); }
.np-cat__chev-open { display: none; }
.np-cat.is-open .np-cat__chev-open { display: inline-block; }
.np-cat.is-open .np-cat__chev-closed { display: none; }
.np-cat__subs { display: none; padding: 8px 10px; background: #0c0c0e; border-top: 1px solid rgba(0,0,0,.4); flex-direction: column; gap: 4px; }
.np-cat.is-open .np-cat__subs { display: flex; }
.np-cat__subs-label { font: 700 10px/1.4 var(--np-font-mono); color: var(--np-cyan); letter-spacing: .05em; text-transform: uppercase; padding: 2px 8px; opacity: .8; }
.np-cat__sub { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 6px 10px; border-radius: 4px; border: 1px solid transparent; font: 500 11px/1.4 var(--np-font-mono); color: rgba(255,255,255,.9); text-decoration: none; transition: all .15s; }
@media (min-width: 640px) { .np-cat__sub { font-size: 12px; } }
.np-cat__sub:hover { color: var(--np-cyan); background: rgba(255,255,255,.05); }
.np-cat__sub.is-active { background: var(--np-yellow); color: var(--np-black); font-weight: 700; border-color: var(--np-black); box-shadow: 2px 2px 0 #000; transform: translateX(4px); }
.np-cat__sub > span:first-child { display: inline-flex; align-items: center; gap: 6px; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.np-cat__sub-dot { color: var(--np-cyan); }
.np-cat__sub.is-active .np-cat__sub-dot { color: #000; font-weight: 700; }
.np-cat__sub-count { font: 700 9px/1.4 var(--np-font-mono); padding: 1px 6px; border-radius: 2px; background: #000; color: #fff; border: 1px solid rgba(255,255,255,.2); flex-shrink: 0; }
.np-cat__sub.is-active .np-cat__sub-count { color: var(--np-yellow); border-color: #000; }
.np-radios { display: flex; flex-direction: column; gap: 10px; }
.np-radio { display: flex; align-items: center; gap: 12px; cursor: pointer; padding: 2px 0; }
.np-radio input { position: absolute; opacity: 0; width: 0; height: 0; }
.np-radio__circle { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--np-black); display: inline-flex; align-items: center; justify-content: center; transition: all .15s; flex-shrink: 0; }
.np-radio:hover .np-radio__circle { border-color: var(--np-cyan); }
.np-radio__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--np-black); display: none; }
.np-radio input:checked + .np-radio__circle { border-color: var(--np-black); background: var(--np-yellow); box-shadow: 0 0 8px rgba(255,230,0,.5); }
.np-radio input:checked + .np-radio__circle .np-radio__dot { display: block; }
.np-radio__label { font: 700 12px/1.4 var(--np-font-mono); text-transform: uppercase; transition: color .15s; }
.np-radio:hover .np-radio__label { color: var(--np-cyan); }
.np-range { width: 100%; height: 10px; -webkit-appearance: none; appearance: none; background: rgba(0,0,0,.1); border: 1px solid #000; border-radius: 8px; cursor: pointer; accent-color: var(--np-magenta); }
.np-range::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%; background: var(--np-magenta); border: 2px solid #000; cursor: pointer; }
.np-range::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: var(--np-magenta); border: 2px solid #000; cursor: pointer; }
.np-range__scale { display: flex; justify-content: space-between; font: 700 11px/1.4 var(--np-font-mono); margin-top: 6px; }
.np-filter__actions { display: flex; flex-direction: column; gap: 10px; }

/* Drawer filtri mobile */
.np-fdrawer { justify-content: flex-start; padding: 0; background: rgba(0,0,0,.8); }
.np-fdrawer__panel { width: 100%; max-width: 320px; height: 100%; background: var(--np-surface); color: var(--np-fg); border-right: 4px solid var(--np-black); display: flex; flex-direction: column; box-shadow: 10px 0 30px rgba(0,0,0,.9); overflow-y: auto; transform: translateX(-100%); transition: transform .2s ease; }
@media (min-width: 640px) { .np-fdrawer__panel { max-width: 384px; } }
.np-fdrawer.is-open .np-fdrawer__panel { transform: translateX(0); }
.np-fdrawer__head { position: sticky; top: 0; z-index: 1; padding: 16px; background: var(--np-black); color: #fff; border-bottom: 2px solid #000; display: flex; align-items: center; justify-content: space-between; }
.np-fdrawer__title { display: inline-flex; align-items: center; gap: 8px; }
.np-fdrawer__title h3 { font-size: 20px; letter-spacing: .05em; color: var(--np-yellow); text-transform: uppercase; }
@media (min-width: 640px) { .np-fdrawer__title h3 { font-size: 24px; } }
.np-fdrawer__close { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 4px; color: #fff; transition: background-color .15s; }
.np-fdrawer__close:hover { background: var(--np-magenta); }
.np-fdrawer__body { padding: 20px; flex: 1; }
.np-fdrawer__foot { position: sticky; bottom: 0; padding: 16px; background: #F4F4F5; border-top: 2px solid var(--np-black); }

/* ---------------------------------------------------------------------------
 * Sidebar: sottocategorie di terzo livello + guida al reparto (descrizione)
 * ------------------------------------------------------------------------ */
.np-cat__sub--child { margin-left: 18px; font-size: 11px; }
.np-cat__sub.is-parent { color: var(--np-yellow); }
.np-shop__desc { margin-top: 36px; padding: 22px 26px; border: 3px solid var(--np-black); background: var(--np-surface); box-shadow: 6px 6px 0 var(--np-shadow); }
.np-shop__desc-title { display: flex; align-items: center; gap: 8px; font-size: 22px; line-height: 1; letter-spacing: .06em; margin: 0 0 10px; }
.np-shop__desc-title span { color: var(--np-magenta); }
.np-shop__desc p { font-size: 14px; line-height: 1.7; margin: 0 0 10px; }
.np-shop__desc p:last-child { margin-bottom: 0; }

/* --- SCANNER VAULT (home, sotto la hero): "non e' un annuncio, e' un reperto periziato" ---
   Sinistra: messaggio + CTA + tre garanzie. Destra: lo scanner che analizza 4 reperti veri
   (foto sospesa con fascio, riquadri REPARTO/CONDIZIONE/REGIONE/FOTO, Vault Grade, coda).
   Dentro lo scanner le posizioni sono in cqw (100cqw = larghezza dello scanner, 590px max).
   Sotto 640px lo scanner si riorganizza in griglia: foto a sinistra, dati in colonna a destra. */
.np-sc { position: relative; overflow: hidden; background: #090A0D; color: #fff; border-top: 4px solid #000; padding: 40px 0 48px; }
.np-sc::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,179,204,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(0,179,204,.07) 1px, transparent 1px); background-size: 30px 30px; pointer-events: none; }
.np-sc::after { content: ""; position: absolute; right: -10%; top: 0; width: 60%; height: 100%; background: radial-gradient(circle at 50% 50%, rgba(0,179,204,.16) 0%, rgba(9,10,13,0) 62%); pointer-events: none; }
@media (min-width: 1024px) { .np-sc { padding: 56px 0 64px; } .np-sc::before { background-size: 40px 40px; } }
.np-sc__inner { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 18px; }
@media (min-width: 1024px) { .np-sc__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 590px); gap: 40px; align-items: center; } }
@media (min-width: 1280px) { .np-sc__inner { gap: 56px; } }
.np-sc__copy { display: contents; }
@media (min-width: 1024px) { .np-sc__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; } }
.np-sc__kicker { order: 1; display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; margin: 0; padding: 6px 12px; background: #000; border: 1px solid var(--np-cyan); color: var(--np-cyan); font: 700 10px/1.3 var(--np-font-mono); letter-spacing: .1em; text-transform: uppercase; }
@media (min-width: 1024px) { .np-sc__kicker { font-size: 13px; padding: 7px 14px; letter-spacing: .12em; } }
.np-sc__title { order: 2; margin: 0; font-size: 52px; line-height: .87; letter-spacing: .005em; color: #fff; }
@media (min-width: 640px) { .np-sc__title { font-size: 64px; } }
@media (min-width: 1024px) { .np-sc__title { font-size: 74px; } }
@media (min-width: 1280px) { .np-sc__title { font-size: 94px; } }
.np-sc__t-dim { color: #6E7382; }
.np-sc__t-strike { color: #6E7382; text-decoration: line-through; text-decoration-color: var(--np-magenta); text-decoration-thickness: 4px; }
@media (min-width: 1024px) { .np-sc__t-strike { text-decoration-thickness: 6px; } }
.np-sc__t-magenta { color: var(--np-magenta); text-shadow: 3px 3px 0 #000; }
@media (min-width: 1024px) { .np-sc__t-magenta { text-shadow: 5px 5px 0 #000; } }
.np-sc__sub { order: 4; margin: 0; max-width: 580px; font-size: 14px; line-height: 1.55; font-weight: 500; color: #C9CBD3; }
@media (min-width: 1024px) { .np-sc__sub { font-size: 18px; } }
.np-sc__ctas { order: 5; display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 640px) { .np-sc__ctas { flex-direction: row; align-items: center; gap: 18px; } }
.np-sc__cta { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 22px; background: var(--np-magenta); color: #fff; font-family: var(--np-font-display); font-size: 24px; letter-spacing: .04em; border: 3px solid #000; box-shadow: 5px 5px 0 var(--np-cyan); text-decoration: none; transition: transform .1s, box-shadow .1s; }
.np-sc__cta:hover { transform: translate(-2px, -2px); }
.np-sc__cta:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--np-cyan); }
@media (min-width: 1024px) { .np-sc__cta { font-size: 27px; padding: 15px 26px; box-shadow: 6px 6px 0 var(--np-cyan); } }
.np-sc__pills { order: 6; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; width: 100%; }
@media (min-width: 1024px) { .np-sc__pills { gap: 12px; max-width: 620px; margin-top: 6px; } }
.np-sc__pills li { display: flex; flex-direction: column; gap: 3px; padding: 9px 10px; border: 2px solid #232734; background: #0E1015; min-width: 0; }
@media (min-width: 1024px) { .np-sc__pills li { padding: 11px 14px; } }
.np-sc__pill-t { font-size: 18px; line-height: 1; letter-spacing: .04em; }
@media (min-width: 1024px) { .np-sc__pill-t { font-size: 23px; } }
.np-sc__pill-s { font: 700 9px/1.3 var(--np-font-mono); letter-spacing: .06em; color: #9398A6; text-transform: uppercase; }
@media (min-width: 1024px) { .np-sc__pill-s { font-size: 10px; } }

/* Lo scanner */
.np-sc__device { order: 3; container-type: inline-size; width: 100%; max-width: 590px; margin-inline: auto; background: #0C0E13; border: 3px solid #000; box-shadow: 6px 6px 0 var(--np-cyan); display: flex; flex-direction: column; }
@media (min-width: 640px) { .np-sc__device { box-shadow: 10px 10px 0 var(--np-cyan); } }
@media (min-width: 1024px) { .np-sc__device { margin-inline: 0; justify-self: end; } }
.np-sc__head { height: 36px; flex-shrink: 0; padding: 0 12px; background: #000; display: flex; align-items: center; justify-content: space-between; gap: 8px; font: 800 10px/1 var(--np-font-mono); letter-spacing: .1em; white-space: nowrap; }
@media (min-width: 640px) { .np-sc__head { height: 44px; padding: 0 16px; font-size: 12px; letter-spacing: .12em; } }
.np-sc__head-l { color: var(--np-cyan); overflow: hidden; text-overflow: ellipsis; }
.np-sc__code { display: none; }
.np-sc__code.is-active { display: inline; }
.np-sc__head-r { display: inline-flex; align-items: center; gap: 8px; color: var(--np-magenta); flex-shrink: 0; }
.np-sc__live { width: 8px; height: 8px; border-radius: 50%; background: var(--np-magenta); box-shadow: 0 0 10px var(--np-magenta); animation: np-pulse 1.4s ease-in-out infinite; }

.np-sc__stage { position: relative; }
@media (max-width: 639.98px) { .np-sc__stage { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 16px; padding: 18px 12px 12px; align-items: start; } }
@media (min-width: 640px) { .np-sc__stage { height: 71.2cqw; overflow: hidden; } }
.np-sc__ring, .np-sc__pad, .np-sc__analysis { display: none; }
@media (min-width: 640px) {
  .np-sc__ring { display: block; position: absolute; left: 29.2cqw; top: 55.9cqw; width: 40.7cqw; height: 10.2cqw; border-radius: 50%; border: 2px solid var(--np-cyan); animation: np-sc-ring 2.4s ease-out infinite; }
  .np-sc__ring--2 { animation-delay: 1.2s; }
  .np-sc__pad { display: block; position: absolute; left: 30.8cqw; top: 57.6cqw; width: 37.3cqw; height: 6.8cqw; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(0,179,204,.75) 0%, rgba(0,179,204,.12) 55%, rgba(0,179,204,0) 72%); }
  .np-sc__analysis { display: block; position: absolute; right: 2.4cqw; top: 63.7cqw; font: 700 10px/1 var(--np-font-mono); letter-spacing: .1em; color: var(--np-cyan); }
}
@keyframes np-sc-ring { 0% { transform: scale(.6); opacity: .9; } 100% { transform: scale(1.35); opacity: 0; } }
.np-sc__blink { animation: np-sc-blink 1s steps(1) infinite; }
@keyframes np-sc-blink { 50% { opacity: 0; } }
.np-sc__frame { position: relative; width: 132px; height: 176px; margin: 6px 0 0 6px; animation: np-sc-hover 4s ease-in-out infinite; }
@media (min-width: 640px) { .np-sc__frame { position: absolute; left: 32.5cqw; top: 5.8cqw; width: 33.9cqw; height: 45.1cqw; margin: 0; } }
@keyframes np-sc-hover { 50% { transform: translateY(-10px); } }
.np-sc__frame-in { position: absolute; inset: 0; overflow: hidden; background: #000; border: 2px solid #1E2230; }
.np-sc__slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .6s ease; }
.np-sc__slide.is-active { opacity: 1; }
.np-sc__trail { position: absolute; left: 0; top: 0; width: 100%; height: 0; background: linear-gradient(to bottom, rgba(0,179,204,.05), rgba(0,179,204,.22)); mix-blend-mode: screen; animation: np-sc-trail 2.2s ease-in-out infinite; }
@keyframes np-sc-trail { 0% { height: 0; } 50% { height: 100%; } 100% { height: 0; } }
.np-sc__beam { position: absolute; left: -10px; right: -10px; top: 0; height: 3px; margin-top: -2px; background: #FF3DA8; box-shadow: 0 0 12px 3px var(--np-magenta), 0 0 30px 6px rgba(230,0,126,.55); animation: np-sc-scan 2.2s ease-in-out infinite; }
@keyframes np-sc-scan { 0% { top: 0; } 50% { top: 100%; } 100% { top: 0; } }
.np-sc__corner { position: absolute; width: 16px; height: 16px; border: 0 solid var(--np-cyan); }
.np-sc__corner--tl { left: -7px; top: -7px; border-left-width: 3px; border-top-width: 3px; }
.np-sc__corner--tr { right: -7px; top: -7px; border-right-width: 3px; border-top-width: 3px; }
.np-sc__corner--bl { left: -7px; bottom: -7px; border-left-width: 3px; border-bottom-width: 3px; }
.np-sc__corner--br { right: -7px; bottom: -7px; border-right-width: 3px; border-bottom-width: 3px; }
@media (min-width: 640px) {
  .np-sc__corner { width: 26px; height: 26px; }
  .np-sc__corner--tl, .np-sc__corner--bl { left: -10px; }
  .np-sc__corner--tr, .np-sc__corner--br { right: -10px; }
  .np-sc__corner--tl, .np-sc__corner--tr { top: -10px; }
  .np-sc__corner--bl, .np-sc__corner--br { bottom: -10px; }
}

/* Riquadri dati: sotto 640px in colonna accanto alla foto, da 640px fluttuano intorno con i connettori */
.np-sc__info { display: none; }
.np-sc__info.is-active { display: flex; flex-direction: column; gap: 8px; min-width: 0; animation: np-fade-in .4s ease; }
.np-sc__box { border-left: 2px solid var(--np-cyan); padding-left: 8px; min-width: 0; }
.np-sc__box--magenta { border-left-color: var(--np-magenta); }
.np-sc__box-k { display: block; font: 800 9px/1.3 var(--np-font-mono); letter-spacing: .12em; color: var(--np-cyan); text-transform: uppercase; }
.np-sc__box--magenta .np-sc__box-k { color: var(--np-magenta); }
.np-sc__box-v { display: block; font-family: var(--np-font-display); font-size: 18px; line-height: 1.05; letter-spacing: .03em; color: #fff; overflow-wrap: anywhere; }
@media (min-width: 640px) {
  .np-sc__info.is-active { display: block; }
  .np-sc__box { position: absolute; width: 23cqw; padding: 8px 10px; background: #000; border: 1px solid var(--np-cyan); }
  .np-sc__box--magenta { border-color: var(--np-magenta); }
  .np-sc__box-k { font-size: 10px; }
  .np-sc__box-v { font-size: 20px; }
  .np-sc__box--1 { left: 2.4cqw; top: 9.5cqw; }
  .np-sc__box--2 { left: 2.4cqw; top: 33.2cqw; }
  .np-sc__box--3 { right: 2.4cqw; top: 9.5cqw; }
  .np-sc__box--4 { right: 2.4cqw; top: 33.2cqw; }
  .np-sc__box::before, .np-sc__box::after { content: ""; position: absolute; top: 4cqw; background: var(--np-cyan); }
  .np-sc__box::after { width: 6.8cqw; height: 1px; left: 100%; }
  .np-sc__box::before { width: 7px; height: 7px; margin-top: -3px; left: calc(100% + 6.8cqw - 4px); }
  .np-sc__box--magenta::before, .np-sc__box--magenta::after { background: var(--np-magenta); left: auto; }
  .np-sc__box--magenta::after { right: 100%; }
  .np-sc__box--magenta::before { right: calc(100% + 6.8cqw - 4px); }
}

/* Vault Grade: lettere che scorrono durante l'analisi, una sola accesa se la perizia ha assegnato il grado */
.np-sc__grade { display: flex; align-items: center; gap: 6px; padding: 8px 12px; border-top: 2px solid #1A1D26; border-bottom: 2px solid #1A1D26; }
@media (min-width: 640px) { .np-sc__grade { height: 58px; padding: 0 16px; gap: 12px; } }
.np-sc__grade-l { font: 800 9px/1.3 var(--np-font-mono); letter-spacing: .1em; color: var(--np-yellow); flex-shrink: 0; }
@media (min-width: 640px) { .np-sc__grade-l { font-size: 11px; letter-spacing: .12em; width: 96px; } }
.np-sc__grade-letters { display: flex; gap: 5px; }
@media (min-width: 640px) { .np-sc__grade-letters { gap: 6px; } }
.np-sc__letter { width: 28px; height: 26px; display: inline-flex; align-items: center; justify-content: center; font-size: 19px; color: #5C6170; background: #0E1015; border: 1px solid #232734; transition: background-color .2s, color .2s; }
@media (min-width: 640px) { .np-sc__letter { width: 38px; height: 34px; font-size: 24px; } }
.np-sc__letter.is-lit { background: var(--np-cyan); color: #000; border-color: var(--np-cyan); box-shadow: 0 0 12px rgba(0,179,204,.6); }
.np-sc__grade.is-scanning .np-sc__letter { animation: np-sc-grade 1.25s steps(1) infinite; }
.np-sc__grade.is-scanning .np-sc__letter:nth-child(2) { animation-delay: .25s; }
.np-sc__grade.is-scanning .np-sc__letter:nth-child(3) { animation-delay: .5s; }
.np-sc__grade.is-scanning .np-sc__letter:nth-child(4) { animation-delay: .75s; }
.np-sc__grade.is-scanning .np-sc__letter:nth-child(5) { animation-delay: 1s; }
@keyframes np-sc-grade { 0% { background-color: #0E1015; color: #5C6170; } 20% { background-color: #00B3CC; color: #000; } 40%, 100% { background-color: #0E1015; color: #5C6170; } }
.np-sc__grade-r { margin-left: auto; font: 700 9px/1.3 var(--np-font-mono); letter-spacing: .08em; color: #9398A6; text-align: right; }
@media (min-width: 640px) { .np-sc__grade-r { font-size: 10px; } }
@media (max-width: 479.98px) { .np-sc__grade-r { display: none; } }

/* Coda di scansione + risultato */
.np-sc__foot { display: flex; align-items: center; gap: 12px; padding: 12px; }
@media (min-width: 640px) { .np-sc__foot { padding: 14px 16px; gap: 16px; } }
.np-sc__queue { display: flex; flex-direction: column; gap: 6px; flex-shrink: 0; }
.np-sc__queue-l { font: 800 9px/1.3 var(--np-font-mono); letter-spacing: .12em; color: #9398A6; }
@media (min-width: 640px) { .np-sc__queue-l { font-size: 10px; } }
.np-sc__thumbs { display: flex; gap: 6px; }
@media (min-width: 640px) { .np-sc__thumbs { gap: 8px; } }
.np-sc__thumb { width: 44px; height: 56px; padding: 0; border: 2px solid #232734; background: #000; overflow: hidden; opacity: .55; cursor: pointer; transition: opacity .2s, border-color .2s; }
@media (min-width: 640px) { .np-sc__thumb { width: 64px; height: 84px; } }
.np-sc__thumb img { width: 100%; height: 100%; object-fit: cover; }
.np-sc__thumb:hover { opacity: .85; }
.np-sc__thumb.is-active { opacity: 1; border: 3px solid var(--np-magenta); }
.np-sc__result { display: none; }
.np-sc__result.is-active { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; margin-left: auto; min-width: 0; text-align: right; animation: np-fade-in .4s ease; }
.np-sc__name { font-size: 16px; line-height: 1; color: #fff; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
@media (min-width: 640px) { .np-sc__name { font-size: 22px; } }
.np-sc__price { font-size: 30px; line-height: 1; color: var(--np-yellow); }
@media (min-width: 640px) { .np-sc__price { font-size: 42px; } }
.np-sc__link { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; background: var(--np-cyan); color: #000; font-size: 14px; letter-spacing: .04em; border: 2px solid #000; box-shadow: 3px 3px 0 var(--np-magenta); text-decoration: none; transition: transform .1s; }
.np-sc__link:hover { transform: translate(-1px, -1px); }
@media (min-width: 640px) { .np-sc__link { font-size: 19px; padding: 8px 14px; gap: 8px; } }
@media (max-width: 479.98px) { .np-sc__name { display: none; } }
/* Etichette lunghe/corte dello scanner: sotto 480px restano solo "LIVE" e "VEDI" */
.np-sc__short { display: none; }
@media (max-width: 479.98px) { .np-sc__full { display: none; } .np-sc__short { display: inline; } .np-sc__link { white-space: nowrap; } }
/* Ancora "Come periziamo i pezzi" (hero): la sezione si ferma sotto l header sticky */
.np-sc { scroll-margin-top: 112px; }
/* Striscia "Tutti i tesori" sui telefoni stretti: il contatore e gia nella testata della sezione */
@media (max-width: 479.98px) { .np-ps__all-count { display: none; } }
/* Testo lungo/corto: sotto 640px resta solo la versione corta */
.np-short { display: none; }
@media (max-width: 639.98px) { .np-full { display: none; } .np-short { display: inline; } }
@media (max-width: 639.98px) { .np-shop__subtitle { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; } .np-toolbar__sort label { display: none; } }
