/*
Theme Name: NOVA Q Research
Theme URI: https://novaq.example/research
Description: NOVA | Q Research child theme (Storefront parent). Dark, elite research storefront skin with the Peptides-blue Research accent. Research-use-only division.
Author: NOVA | Q
Template: storefront
Version: 0.6.4
License: GNU General Public License v2 or later
Text Domain: novaq-q-research
*/

:root{
  --nq-carbon:#080A0D; --nq-bone:#F1EEE7; --nq-ink:#C7CBD1; --nq-graphite:#AEB3BA; --nq-mute:#8A8F96;
  --nq-silver:#A7AFBA; --nq-violet:#735CFF; --nq-blue:#2F6BFF;
  --nq-surface:#0E1013; --nq-surface2:#14171C; --nq-line:rgba(167,175,186,.16); --nq-line2:rgba(167,175,186,.28);
  --nq-font-display:'Manrope',system-ui,sans-serif;
  --nq-font-body:'Inter',system-ui,sans-serif;
  --nq-font-mono:'IBM Plex Mono',ui-monospace,monospace;
}

/* ---------- Global dark ---------- */
body,#page,.site-content,.site{ background:var(--nq-carbon); color:var(--nq-bone); font-family:var(--nq-font-body); }
body{ -webkit-font-smoothing:antialiased; }
h1,h2,h3,h4,h5,.site-title{ font-family:var(--nq-font-display); font-weight:700; letter-spacing:-.015em; color:var(--nq-bone); }
p,li,td,th,dd,dt,span{ color:var(--nq-bone); }
.secondary,.muted,small{ color:var(--nq-graphite); }
a{ color:var(--nq-bone); text-decoration:none; }
a:hover{ color:var(--nq-blue); }
hr{ border-color:var(--nq-line); }
::selection{ background:rgba(47,107,255,.35); }

/* Technical numerals / codes in mono */
.price,.sku,.woocommerce-Price-amount,.posted_in,.tagged_as{ font-family:var(--nq-font-mono); }

/* ---------- Header (dark, sticky) ---------- */
.site-header{ background:rgba(8,10,13,.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--nq-line);
  position:sticky; top:0; z-index:100; padding-top:14px; padding-bottom:14px; }
.site-header .site-branding,.site-header .site-logo{ margin:0; }
.novaq-wordmark-link svg{ height:30px; width:auto; display:block; }
.site-header a{ color:var(--nq-bone); }
.main-navigation ul li a,.secondary-navigation ul li a,.storefront-primary-navigation a{ color:#D7DADE; font-weight:500; font-size:14px; }
.main-navigation ul li a:hover,.storefront-primary-navigation a:hover{ color:#fff; }
.main-navigation ul.menu ul.sub-menu,.main-navigation ul.nav-menu ul.children{ background:var(--nq-surface2); border:1px solid var(--nq-line); }
button.menu-toggle,button.menu-toggle:hover{ background:transparent; color:var(--nq-bone); border:1px solid var(--nq-line2); }
.site-search .widget_product_search input[type=search],.site-header .widget_product_search input{ background:var(--nq-surface2); color:var(--nq-bone); border:1px solid var(--nq-line); }

/* ---------- Buttons ---------- */
.button,button,input[type=submit],.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button.alt,.woocommerce button.button.alt{
  background:var(--nq-bone); color:var(--nq-carbon); border:0; border-radius:13px; font-family:var(--nq-font-display); font-weight:600; letter-spacing:.005em;
  padding:.7em 1.4em; transition:transform .12s ease, background .15s ease, color .15s ease;
}
.button:hover,button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{
  background:#fff; color:var(--nq-carbon); transform:translateY(-1px);
}
.nq-btn-ghost,.woocommerce a.button.nq-ghost{ background:transparent; color:var(--nq-bone); border:1px solid var(--nq-line2); }
.nq-btn-ghost:hover{ border-color:var(--nq-bone); background:transparent; color:#fff; }

/* ---------- Inputs / forms ---------- */
input[type=text],input[type=email],input[type=tel],input[type=password],input[type=search],input[type=number],textarea,select,.select2-container .select2-selection{
  background:var(--nq-surface2); color:var(--nq-bone); border:1px solid var(--nq-line); border-radius:10px;
}
input:focus,textarea:focus,select:focus{ border-color:var(--nq-blue); outline:none; box-shadow:0 0 0 1px var(--nq-blue); }
label,.woocommerce-input-wrapper{ color:var(--nq-graphite); }

/* ---------- Product loop cards ---------- */
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{
  background:var(--nq-surface); border:1px solid var(--nq-line); border-radius:16px; padding:0 0 18px; overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.woocommerce ul.products li.product:hover{ transform:translateY(-3px); box-shadow:0 16px 44px rgba(0,0,0,.35); border-color:var(--nq-line2); }
.woocommerce ul.products li.product a img{
  margin:0 0 14px; border-radius:0; background:linear-gradient(160deg,#0e1013,#1a1d22); aspect-ratio:4/3; object-fit:contain; padding:14px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{ padding:0 16px; font-family:var(--nq-font-display); font-weight:600; font-size:18px; color:var(--nq-bone); }
.woocommerce ul.products li.product .price{ padding:0 16px; color:var(--nq-bone); font-size:15px; }
.woocommerce ul.products li.product .price del{ color:var(--nq-mute); }
.woocommerce ul.products li.product .price ins{ color:var(--nq-bone); }
.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .added_to_cart{ margin:12px 16px 0; }
.woocommerce ul.products li.product .onsale,.woocommerce span.onsale{ background:var(--nq-blue); color:#fff; border-radius:100px; }

/* ---------- Single product (PDP) ---------- */
.single-product div.product .product_title{ font-size:34px; }
.single-product div.product p.price,.single-product div.product span.price{ color:var(--nq-bone); font-family:var(--nq-font-mono); }
.single-product .woocommerce-product-gallery{ background:linear-gradient(160deg,#0e1013,#1a1d22); border:1px solid var(--nq-line); border-radius:16px; padding:16px; }
.single-product .woocommerce-tabs ul.tabs li{ background:var(--nq-surface); border-color:var(--nq-line); }
.single-product .woocommerce-tabs ul.tabs li.active{ background:var(--nq-surface2); }
.single-product .woocommerce-tabs .panel{ background:transparent; color:var(--nq-bone); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before{ border-color:var(--nq-line); }
.stock.in-stock{ color:#7FD1A6; }
.woocommerce-message,.woocommerce-info,.woocommerce-noreviews,p.no-comments{ background:var(--nq-surface2); color:var(--nq-bone); border-top-color:var(--nq-blue); }
.woocommerce-message::before,.woocommerce-info::before{ color:var(--nq-blue); }

/* Quantity + cart */
.quantity input.qty{ background:var(--nq-surface2); color:var(--nq-bone); border:1px solid var(--nq-line); border-radius:10px; }
table.cart,.cart-collaterals,.woocommerce table.shop_table{ background:var(--nq-surface); border-color:var(--nq-line); border-radius:14px; color:var(--nq-bone); }
.woocommerce table.shop_table th,.woocommerce table.shop_table td{ border-color:var(--nq-line); color:var(--nq-bone); }

/* ---------- Footer ---------- */
.site-footer{ background:var(--nq-carbon); color:var(--nq-graphite); border-top:1px solid var(--nq-line); padding-top:48px; }
.site-footer a{ color:var(--nq-graphite); }
.site-footer a:hover{ color:#fff; }
.site-footer h1,.site-footer h2,.site-footer h3,.site-footer .widget-title{ color:var(--nq-bone); font-family:var(--nq-font-display); font-size:14px; }

/* ============================================================
 * Homepage (front-page.php) — dark, editorial, ecommerce-first
 * ============================================================ */
.nq-eyebrow{ font-family:var(--nq-font-mono); font-size:11px; letter-spacing:.18em; text-transform:uppercase; color:var(--nq-blue); }
.nq-wrap{ max-width:1180px; margin:0 auto; padding:0 32px; }

.nq-hero{ position:relative; background:var(--nq-carbon); overflow:hidden; }
.nq-hero::after{ content:""; position:absolute; right:-8%; top:-20%; width:520px; height:520px;
  background:radial-gradient(circle, rgba(115,92,255,.26), transparent 62%); }
.nq-hero-inner{ position:relative; z-index:2; padding:92px 0 100px; max-width:760px; }
.nq-hero h1{ font-size:clamp(38px,6vw,64px); line-height:1.03; margin:18px 0 20px; }
.nq-hero h1 em{ font-style:normal; color:var(--nq-silver); }
.nq-hero p{ font-size:18px; color:var(--nq-ink); max-width:56ch; margin-bottom:32px; }
.nq-btns{ display:flex; gap:14px; flex-wrap:wrap; }
.nq-signal{ position:absolute; left:0; right:0; bottom:0; height:2px; z-index:2; opacity:.85;
  background:linear-gradient(90deg,transparent,var(--nq-blue),var(--nq-violet),transparent); }

.nq-trust{ background:var(--nq-carbon); border-top:1px solid var(--nq-line); }
.nq-trust-grid{ display:grid; grid-template-columns:repeat(3,1fr); }
.nq-trust-cell{ padding:26px 0 26px 26px; border-left:1px solid var(--nq-line); }
.nq-trust-cell:first-child{ border-left:0; padding-left:0; }
.nq-trust-cell .k{ font-family:var(--nq-font-mono); color:var(--nq-blue); }
.nq-trust-cell h4{ font-size:15px; margin:4px 0 3px; }
.nq-trust-cell p{ font-size:13px; color:var(--nq-graphite); }
@media(max-width:820px){ .nq-trust-grid{ grid-template-columns:1fr; } .nq-trust-cell{ border-left:0; padding-left:0; } }

.nq-sec{ padding:74px 0; }
.nq-sec-head{ display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:32px; }
.nq-sec-head h2{ font-size:32px; }
.nq-sec-head a{ color:var(--nq-graphite); font-size:14px; border-bottom:1px solid var(--nq-blue); padding-bottom:2px; }

.nq-packs{ background:var(--nq-surface); border:1px solid var(--nq-line); border-radius:22px; padding:44px;
  display:grid; grid-template-columns:1.1fr 1.4fr; gap:38px; align-items:center; }
.nq-packs h2{ font-size:28px; margin-bottom:10px; }
.nq-packs p{ color:var(--nq-graphite); }
.nq-tiers{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.nq-tier{ background:rgba(255,255,255,.04); border:1px solid var(--nq-line2); border-radius:12px; padding:16px 12px; text-align:center; }
.nq-tier.best{ border-color:var(--nq-blue); box-shadow:0 0 0 1px var(--nq-blue) inset; }
.nq-tier .n{ font-family:var(--nq-font-display); font-weight:600; font-size:15px; }
.nq-tier .s{ font-family:var(--nq-font-mono); font-size:12px; color:var(--nq-blue); margin-top:4px; }
@media(max-width:820px){ .nq-packs{ grid-template-columns:1fr; padding:30px; } .nq-tiers{ grid-template-columns:repeat(2,1fr); } }

.nq-engine{ display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:center; }
.nq-engine h2{ font-size:32px; margin:12px 0 14px; }
.nq-engine p{ color:var(--nq-ink); font-size:16px; max-width:48ch; margin-bottom:20px; }
.nq-askbar{ background:var(--nq-surface2); border:1px solid var(--nq-line); border-radius:14px; padding:16px 18px; display:flex; justify-content:space-between; align-items:center; }
.nq-askbar .q{ color:var(--nq-graphite); font-size:14px; }
.nq-askbar .go{ width:34px; height:34px; border-radius:9px; background:var(--nq-bone); color:var(--nq-carbon); display:flex; align-items:center; justify-content:center; }
@media(max-width:820px){ .nq-engine{ grid-template-columns:1fr; } }

.nq-quality{ background:var(--nq-surface); border-top:1px solid var(--nq-line); border-bottom:1px solid var(--nq-line); }
.nq-quality p{ max-width:60ch; color:var(--nq-graphite); font-size:16px; }

/* Header wordmark — swap the site-title text for the locked NOVA | Q wordmark.
   Filter-independent (works regardless of Storefront's title filter). */
.site-branding .site-title,
.site-branding .beta.site-title{ margin:0; line-height:1; }
.site-branding .site-title a{
  display:block; width:118px; height:34px;
  background:url('assets/novaq-wordmark-inverse.svg') left center / contain no-repeat;
  text-indent:-9999px; white-space:nowrap; overflow:hidden;
}

/* Header: match the locked mockup — slim, no tagline, no header search box.
   (Tagline still lives in <title>/meta for SEO; product search remains on /shop.) */
.site-header .site-branding .site-description{ display:none; }
.site-header .site-search{ display:none; }

/* ===== v0.4.0 — broad-appeal, trust, footer, legibility ===== */
/* Legibility pass (older + first-time buyers): larger base, brighter muted text */
body.nq-dark, .nq-home, .woocommerce, .site-main{ font-size:16.5px; }
:root{ --nq-graphite:#B9BEC6; }

/* Segment on-ramp tiles */
.nq-tiles{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
@media(max-width:980px){ .nq-tiles{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:560px){ .nq-tiles{ grid-template-columns:1fr; } }
.nq-tile{ display:flex; flex-direction:column; gap:8px; padding:22px; border:1px solid var(--nq-line2,rgba(167,175,186,.2)); border-radius:16px;
  background:linear-gradient(160deg,rgba(47,107,255,.06),rgba(14,16,19,.4)); text-decoration:none; transition:.18s; min-height:150px; }
.nq-tile:hover{ border-color:var(--nq-blue); transform:translateY(-3px); box-shadow:0 16px 40px rgba(0,0,0,.35); }
.nq-tile-k{ font-family:var(--nq-font-display,'Manrope'),sans-serif; font-weight:600; font-size:18px; color:var(--nq-bone,#F1EEE7); }
.nq-tile-d{ font-size:13.5px; color:var(--nq-graphite); line-height:1.5; flex:1; }
.nq-tile-go{ font-family:var(--nq-font-mono,'IBM Plex Mono'),monospace; font-size:12px; color:var(--nq-blue); }

/* Guarantee strip */
.nq-guar{ background:var(--nq-surface,#0E1013); border-top:1px solid var(--nq-line,rgba(167,175,186,.15)); border-bottom:1px solid var(--nq-line,rgba(167,175,186,.15)); padding:40px 0; margin:0 0 74px; }
.nq-guar-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:26px; }
@media(max-width:900px){ .nq-guar-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:520px){ .nq-guar-grid{ grid-template-columns:1fr; } }
.nq-guar-grid .i{ display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:8px; background:rgba(47,107,255,.12); color:var(--nq-blue); font-weight:700; margin-bottom:10px; }
.nq-guar-grid h4{ font-family:var(--nq-font-display,'Manrope'),sans-serif; font-size:15px; margin:0 0 5px; color:var(--nq-bone,#F1EEE7); }
.nq-guar-grid p{ font-size:13.5px; color:var(--nq-graphite); margin:0; line-height:1.5; }

/* Footer */
.nq-foot{ max-width:1180px; margin:0 auto; padding:8px 32px 0; }
.nq-foot-top{ display:grid; grid-template-columns:1.4fr 2fr; gap:44px; padding-bottom:34px; }
@media(max-width:820px){ .nq-foot-top{ grid-template-columns:1fr; gap:28px; } }
.nq-foot-mark{ font-family:var(--nq-font-display,'Manrope'),sans-serif; font-weight:600; font-size:22px; letter-spacing:.06em; color:var(--nq-bone,#F1EEE7); }
.nq-foot-mark span{ color:var(--nq-silver,#A7AFBA); margin:0 4px; }
.nq-foot-brand p{ color:var(--nq-graphite); font-size:14px; max-width:44ch; margin:12px 0 16px; line-height:1.6; }
.nq-foot-cols{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
@media(max-width:560px){ .nq-foot-cols{ grid-template-columns:repeat(2,1fr); } }
.nq-foot-cols h5{ font-family:var(--nq-font-display,'Manrope'),sans-serif; font-size:13px; color:var(--nq-bone,#F1EEE7); margin:0 0 10px; }
.nq-foot-cols a{ display:block; font-size:13.5px; color:var(--nq-graphite); padding:5px 0; text-decoration:none; }
.nq-foot-cols a:hover{ color:#fff; }
.nq-foot-ruo{ border-top:1px solid var(--nq-line,rgba(167,175,186,.15)); padding:20px 0 8px; margin-top:6px; font-family:var(--nq-font-mono,'IBM Plex Mono'),monospace; font-size:11px; color:#8A8F96; line-height:1.7; }

/* ── Homepage item-1 additions (hero proof card + six-check strip) ── */
.nq-hero-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center; }
.nq-hero-grid .nq-hero-inner{ max-width:none; padding:88px 0 92px; }
.nq-hero-proof{ position:relative; z-index:2; }
.nq-lotcard{ background:linear-gradient(180deg,var(--nq-surface2),var(--nq-surface)); border:1px solid var(--nq-line2); border-radius:16px; padding:24px; box-shadow:0 30px 70px -40px rgba(0,0,0,.85); }
.nq-lotcard-top{ display:flex; justify-content:space-between; align-items:center; font-family:var(--nq-font-mono); font-size:11px; letter-spacing:.06em; }
.nq-lotcard-top .rel{ color:#4ad6a0; } .nq-lotcard-top .ref{ color:var(--nq-mute); }
.nq-lotcard-big{ font-family:var(--nq-font-display); font-weight:700; font-size:46px; letter-spacing:-.02em; margin:16px 0 2px; }
.nq-lotcard-big span{ font-family:var(--nq-font-mono); font-weight:400; font-size:11px; color:var(--nq-silver); margin-left:10px; letter-spacing:.02em; }
.nq-lotcard-cap{ font-family:var(--nq-font-mono); font-size:11px; color:var(--nq-mute); margin-bottom:14px; }
.nq-lotcard-chart{ width:100%; height:150px; display:block; margin-top:6px; }
.nq-lotcard-foot{ display:flex; justify-content:space-between; font-family:var(--nq-font-mono); font-size:11px; color:var(--nq-mute); margin-top:12px; border-top:1px solid var(--nq-line); padding-top:12px; }
.nq-lotcard-foot .ok{ color:#4ad6a0; }
@media(max-width:900px){ .nq-hero-grid{ grid-template-columns:1fr; gap:26px; } .nq-hero-grid .nq-hero-inner{ padding:64px 0 8px; } .nq-hero-proof{ padding-bottom:56px; } }
.nq-checks{ display:grid; grid-template-columns:repeat(6,1fr); gap:12px; margin-top:30px; }
.nq-check{ background:var(--nq-surface); border:1px solid var(--nq-line); border-radius:12px; padding:16px; }
.nq-check .k{ font-family:var(--nq-font-mono); font-size:11px; letter-spacing:.1em; color:var(--nq-blue); }
.nq-check h4{ font-size:15px; margin:8px 0 4px; }
.nq-check .m{ font-family:var(--nq-font-mono); font-size:10px; letter-spacing:.06em; text-transform:uppercase; color:var(--nq-mute); }
@media(max-width:900px){ .nq-checks{ grid-template-columns:repeat(3,1fr); } }
@media(max-width:560px){ .nq-checks{ grid-template-columns:1fr 1fr; } }

/* ── Item-1 completion: hero fix, per-card proof, teasers, verify, FAQ, close ── */
.nq-hero{ background:var(--nq-carbon) !important; background-image:none !important; }
.nq-hero .nq-signal{ display:block !important; }
.nq-card-proof{ display:flex; gap:12px; align-items:center; padding:6px 16px 0; font-family:var(--nq-font-mono); font-size:11px; }
.nq-card-proof .nq-pur{ color:#4ad6a0; } .nq-card-proof .nq-coa{ color:var(--nq-blue); }
.nq-teasers{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:34px; }
.nq-teaser{ display:block; background:var(--nq-surface); border:1px solid var(--nq-line); border-radius:14px; padding:20px; transition:.16s; }
.nq-teaser:hover{ transform:translateY(-2px); border-color:var(--nq-line2); }
.nq-teaser .t{ font-family:var(--nq-font-mono); font-size:10.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--nq-blue); }
.nq-teaser h4{ font-size:16px; margin:9px 0 6px; }
.nq-teaser p{ color:var(--nq-graphite); font-size:13px; line-height:1.6; }
@media(max-width:820px){ .nq-teasers{ grid-template-columns:1fr; } }
.nq-verify{ display:grid; grid-template-columns:.9fr 1.1fr; gap:34px; align-items:start; }
.nq-verify-form label{ font-family:var(--nq-font-mono); font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:var(--nq-graphite); display:block; margin-bottom:9px; }
.nq-verify-in{ display:flex; gap:10px; }
.nq-verify-in input{ flex:1; border-radius:12px; }
.nq-verify-in button{ border:0; border-radius:12px; padding:0 22px; font-family:var(--nq-font-display); font-weight:600; background:var(--nq-blue); color:#fff; cursor:pointer; }
.nq-verify-hint{ font-family:var(--nq-font-mono); font-size:11px; color:var(--nq-mute); margin-top:12px; line-height:1.6; }
.nq-coa{ border:1px solid var(--nq-line2); border-radius:14px; overflow:hidden; opacity:0; transform:translateY(6px); transition:.35s; pointer-events:none; }
.nq-coa.show{ opacity:1; transform:none; pointer-events:auto; }
.nq-coa-h{ display:flex; justify-content:space-between; align-items:center; padding:13px 16px; background:var(--nq-surface2); border-bottom:1px solid var(--nq-line); font-family:var(--nq-font-mono); font-size:11px; }
.nq-coa-h .pass{ color:#4ad6a0; }
.nq-coa table{ width:100%; border-collapse:collapse; font-size:13px; }
.nq-coa td{ padding:11px 16px; border-bottom:1px solid var(--nq-line); font-family:var(--nq-font-mono); }
.nq-coa td:first-child{ color:var(--nq-graphite); } .nq-coa td:last-child{ text-align:right; } .nq-coa .ok{ color:#4ad6a0; }
.nq-coa-f{ padding:11px 16px; font-family:var(--nq-font-mono); font-size:10px; color:var(--nq-mute); background:var(--nq-surface2); }
@media(max-width:820px){ .nq-verify{ grid-template-columns:1fr; } }
.nq-faq details{ border-bottom:1px solid var(--nq-line); padding:18px 0; }
.nq-faq summary{ cursor:pointer; font-family:var(--nq-font-display); font-weight:500; font-size:17px; list-style:none; display:flex; justify-content:space-between; align-items:center; }
.nq-faq summary::-webkit-details-marker{ display:none; }
.nq-faq summary::after{ content:"+"; font-family:var(--nq-font-mono); color:var(--nq-blue); }
.nq-faq details[open] summary::after{ content:"\2013"; }
.nq-faq p{ color:var(--nq-graphite); font-size:14px; line-height:1.7; margin-top:12px; max-width:70ch; }
.nq-close{ text-align:center; padding:72px 0 84px; background:radial-gradient(70% 130% at 50% 0%, rgba(47,107,255,.08), transparent 60%); border-top:1px solid var(--nq-line); }
.nq-close h2{ font-size:clamp(26px,3.4vw,38px); margin:12px 0 12px; }
.nq-close p{ color:var(--nq-ink); max-width:52ch; margin:0 auto 22px; }
.nq-close-signup{ max-width:520px; margin:34px auto 0; }

/* ── Item #2: shop research-area filter chips ── */
.nq-chips{ display:flex; flex-wrap:wrap; gap:8px; margin:0 0 26px; padding:0; }
.nq-chip{ display:inline-flex; align-items:center; font-family:var(--nq-font-mono); font-size:11.5px; letter-spacing:.04em; color:var(--nq-graphite); text-decoration:none; padding:8px 14px; border:1px solid var(--nq-line); border-radius:999px; background:var(--nq-surface); transition:.15s; }
.nq-chip:hover{ color:var(--nq-bone); border-color:var(--nq-line2); }
.nq-chip.is-active{ color:#fff; border-color:var(--nq-blue); background:rgba(47,107,255,.14); }

/* ── Item #8: footer wordmark (real mark, never a typeset pipe) ── */
.nq-foot-mark{ display:block; margin-bottom:14px; }
.nq-foot-mark svg{ height:30px; width:auto; display:block; }
.nq-foot-mark img{ height:30px; width:auto; display:block; }

/* ── Item #3: product page — trust row, quantity tiers, COA, context ── */
.nq-trustrow{ list-style:none; margin:18px 0 20px; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:8px 20px; }
.nq-trustrow li{ position:relative; padding-left:20px; font-family:var(--nq-font-mono); font-size:12px; letter-spacing:.02em; color:var(--nq-graphite); }
.nq-trustrow li::before{ content:"\2713"; position:absolute; left:0; color:#4ad6a0; }
@media(max-width:560px){ .nq-trustrow{ grid-template-columns:1fr; } }

.nq-tiers{ margin:6px 0 22px; }
.nq-tiers-h{ font-family:var(--nq-font-mono); font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--nq-mute); margin-bottom:10px; }
.nq-tiers-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.nq-tier{ position:relative; text-align:left; background:var(--nq-surface); border:1px solid var(--nq-line); border-radius:12px; padding:16px 14px 14px; cursor:pointer; transition:.15s; color:var(--nq-bone); }
.nq-tier:hover{ border-color:var(--nq-line2); }
.nq-tier.is-active{ border-color:var(--nq-blue); background:rgba(47,107,255,.10); box-shadow:0 0 0 1px var(--nq-blue) inset; }
.nq-tier-tag{ display:inline-block; font-family:var(--nq-font-mono); font-size:9.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--nq-blue); margin-bottom:8px; }
.nq-tier-q{ display:block; font-family:var(--nq-font-display); font-weight:600; font-size:15px; }
.nq-tier-pv{ display:block; font-family:var(--nq-font-mono); font-size:11px; color:var(--nq-mute); margin-top:4px; }
.nq-tier-bulk{ display:inline-block; margin-top:12px; font-family:var(--nq-font-mono); font-size:11.5px; color:var(--nq-silver); text-decoration:none; border-bottom:1px solid var(--nq-line2); padding-bottom:2px; }
.nq-tier-bulk:hover{ color:var(--nq-bone); }
@media(max-width:560px){ .nq-tiers-grid{ grid-template-columns:1fr; } }

.nq-pp-coa{ margin:44px 0 8px; }
.nq-pp-coa-head h2{ font-family:var(--nq-font-display); font-size:clamp(20px,2.4vw,26px); letter-spacing:-.01em; margin:0 0 8px; }
.nq-pp-coa-head p{ color:var(--nq-graphite); font-size:14px; line-height:1.7; max-width:70ch; margin:0 0 16px; }
.nq-coadoc{ border:1px solid var(--nq-line2); border-radius:10px; overflow:hidden; background:var(--nq-surface2); max-width:760px; }
.nq-coadoc-h{ display:flex; justify-content:space-between; align-items:center; padding:14px 18px; background:#151922; border-bottom:1px solid var(--nq-line); }
.nq-coadoc-h img{ height:15px; width:auto; display:block; }
.nq-coadoc-h .pass{ font-family:var(--nq-font-mono); font-size:11px; color:#4ad6a0; }
.nq-coadoc table{ width:100%; border-collapse:collapse; font-size:13px; }
.nq-coadoc th{ text-align:left; font-family:var(--nq-font-mono); font-size:10px; letter-spacing:.1em; text-transform:uppercase; color:var(--nq-mute); padding:9px 18px; background:rgba(167,175,186,.05); }
.nq-coadoc td{ padding:11px 18px; border-bottom:1px solid var(--nq-line); color:var(--nq-graphite); font-family:var(--nq-font-mono); }
.nq-coadoc td.res{ color:#4ad6a0; }
.nq-coadoc-f{ padding:12px 18px; font-family:var(--nq-font-mono); font-size:10px; color:var(--nq-mute); background:#151922; border-top:1px solid var(--nq-line); }
.nq-pp-disc{ font-family:var(--nq-font-mono); font-size:11px; color:var(--nq-mute); margin-top:10px; line-height:1.6; max-width:760px; }

.nq-pp-context{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin:34px 0 8px; }
.nq-pp-context .nq-pp-col{ border:1px solid var(--nq-line); border-radius:10px; padding:20px; }
.nq-pp-context h3{ font-family:var(--nq-font-display); font-size:15px; margin:0 0 8px; }
.nq-pp-context p{ color:var(--nq-graphite); font-size:13px; line-height:1.65; margin:0; }
.nq-pp-context .nq-pp-ruo{ border-color:var(--nq-line2); background:rgba(47,107,255,.04); }
@media(max-width:820px){ .nq-pp-context{ grid-template-columns:1fr; } }

/* ── Item #8: sitewide trust strip ── */
.nq-trust-strip{ background:var(--nq-carbon); border-bottom:1px solid var(--nq-line); }
.nq-trust-strip-in{ max-width:1160px; margin:0 auto; padding:8px 24px; display:flex; flex-wrap:wrap; justify-content:center; gap:10px 26px; }
.nq-trust-strip-in span{ position:relative; font-family:var(--nq-font-mono); font-size:10.5px; letter-spacing:.12em; text-transform:uppercase; color:var(--nq-mute); }
.nq-trust-strip-in span+span::before{ content:"·"; position:absolute; left:-15px; color:var(--nq-line2); }
@media(max-width:600px){ .nq-trust-strip-in span+span::before{ display:none; } }

/* ── Hero: pair the lot proof card with the real BPC-157 vial (instant "what we are") ── */
.nq-hero-stack{ position:relative; display:flex; align-items:center; justify-content:flex-start; }
.nq-hero-stack .nq-lotcard{ position:relative; z-index:2; flex:1 1 auto; min-width:0; }
.nq-hero-vial{ position:relative; z-index:1; flex:0 0 auto; width:158px; height:auto; margin-left:-30px; border-radius:16px; border:1px solid var(--nq-line); box-shadow:0 30px 60px -26px rgba(0,0,0,.85); }
@media(max-width:1100px){ .nq-hero-vial{ width:132px; } }
@media(max-width:900px){ .nq-hero-stack{ flex-direction:row; justify-content:center; } .nq-hero-vial{ width:120px; margin-left:-24px; } }
@media(max-width:520px){ .nq-hero-vial{ width:96px; margin-left:-18px; } }

/* ── Hero proof tile: no vial. Full copy + large chromatogram (reverted). ── */
.nq-lotcard-vial{ display:none !important; }
.nq-hero-vial{ display:none; }

/* ============================================================
   Site-wide link treatment (v0.5.3)
   Underlined links read as cheap. Links are distinguished by
   color/weight at rest; a subtle underline appears only on
   hover for inline prose links, and on keyboard focus for a11y.
   ============================================================ */
a{text-decoration:none;}
/* Beat Storefront's higher-specificity underline rules (.hentry .entry-content a, etc.) */
.entry-content a,
.hentry .entry-content a,
.woocommerce-info a,
.woocommerce-message a,
.storefront-breadcrumb a,
.site-footer a,
.widget-area .widget a,
.widget a,
.cat-links a,
.tags-links a,
.page-content a,
.nqp a,
.hqbar,
.hqbar *{text-decoration:none;}
/* Keep inline prose links discoverable on hover only */
.hentry .entry-content p a:hover,
.hentry .entry-content li a:hover,
.nqp p a:hover{text-decoration:underline;text-underline-offset:2px;}
/* Accessibility: always show underline for keyboard focus */
a:focus-visible{text-decoration:underline;text-underline-offset:2px;}
