/* ===================================================================
   NANOPOOL SOLUTION PAGES (Stone, Textile, ...)
   Light editorial "dossier" design language — distinct from the dark
   landing. Loaded only on solution pages (see nanopool-assets.php).
   JS: js/nanopool-solution.js (sheet popups, scrollspy, droplet demo)
   =================================================================== */

/* ---------- hero (light, editorial, demo panel right) ---------- */
[id$="-start"]{
  padding-top:calc(var(--np-hdr-h, 133px) + 28px) !important; padding-bottom:64px !important;
  background:linear-gradient(180deg,#FBFAF6 0%,#F5F2EC 88%) !important;
  border-bottom:1px solid #E4DED2;
}
[id$="-start"] h1.elementor-heading-title{ line-height:1.02 !important; letter-spacing:-0.025em !important; }
[id$="-start"] .elementor-widget-text-editor{ max-width:54ch; }


/* button variants (outline/ghost) moved to nanopool-ui.css — unified button system v3.43 */

/* ---------- sticky chapter nav (desktop top / mobile bottom pill) ---------- */
/* chapter nav (.np-solnav) moved to nanopool-ui.css (sitewide) */

/* ---------- sheet popups (modal desktop / bottom sheet mobile) ---------- */
body.np-lock{ overflow:hidden; }
/* z-index above the floating MENU tab (1000) — it used to cover the close button */
.np-sheet{ position:fixed; inset:0; z-index:1200; display:grid; place-items:center; padding:24px;
  visibility:hidden; opacity:0; transition:opacity .26s ease, visibility 0s linear .26s; }
.np-sheet.is-open{ visibility:visible; opacity:1; transition:opacity .26s ease; }
.np-sheet__back{ position:absolute; inset:0; background:rgba(10,15,24,.55); -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px); }
.np-sheet__card{ position:relative; background:#FBFAF6; border:1px solid #E4DED2; border-radius:16px;
  width:100%; max-width:620px; max-height:min(82vh,720px); overflow:auto; padding:34px 36px 30px;
  box-shadow:0 40px 90px -30px rgba(4,8,16,.55);
  transform:translateY(14px) scale(.985); transition:transform .32s cubic-bezier(.22,1,.36,1); }
.np-sheet.is-open .np-sheet__card{ transform:none; }
/* close control: brand hexagon chip (no generic circle-x) */
.np-sheet__close{ position:sticky; top:0; float:right; margin:-18px -20px 0 0; width:46px; height:40px;
  border:0; clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0% 50%);
  background:linear-gradient(135deg,#E6D6B3 0%,#C2A36B 55%,#AB8B4C 100%); color:#0A0F18;
  font-size:16px; font-weight:700; line-height:1; cursor:pointer; display:grid; place-items:center;
  transition:filter .2s ease, transform .2s ease; z-index:2; }
.np-sheet__close:hover,.np-sheet__close:focus-visible{ filter:brightness(1.07) saturate(1.05); transform:scale(1.09); }
.np-sheet__close:active{ transform:scale(.96); }
.np-sheet__body .np-sheet__kicker{ font-family:'Source Sans 3',sans-serif; font-weight:700; font-size:12px;
  letter-spacing:.18em; text-transform:uppercase; color:#957637; margin-bottom:10px; }
.np-sheet__body h3{ font-family:'Nohemi',sans-serif; font-weight:700; font-size:27px; letter-spacing:-.015em;
  color:#0A0F18; margin:0 0 12px; line-height:1.12; }
.np-sheet__body p{ font-family:'Source Sans 3',sans-serif; font-size:16.5px; line-height:1.65; color:#46525F; margin:0 0 12px; }
.np-sheet__body ul{ list-style:none; margin:16px 0 0; padding:0; }
.np-sheet__body li{ position:relative; padding:7px 0 7px 24px; font-size:16px; color:#131F30; }
.np-sheet__body li::before{ content:""; position:absolute; left:2px; top:14px; width:10px; height:10px; background:#C2A36B;
  clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0% 50%); }
.np-sheet__body .np-sheet__note{ font-size:13.5px; color:#98A1AD; margin-top:16px; }
@media (max-width:768px){
  .np-sheet{ padding:0; align-items:end; }
  .np-sheet__card{ align-self:end; max-width:none; max-height:86vh; border-radius:20px 20px 0 0; border-bottom:0;
    padding:30px 24px calc(26px + env(safe-area-inset-bottom)); transform:translateY(100%); }
  .np-sheet__card::before{ content:""; position:absolute; top:10px; left:50%; transform:translateX(-50%);
    width:44px; height:4px; border-radius:2px; background:#D6CFC1; }
}

/* ---------- lab test table (clickable rows) ---------- */
.np-testtable{ width:100%; border:1px solid #E4DED2; border-radius:14px; background:#fff; overflow:hidden;
  box-shadow:0 14px 34px -18px rgba(12,18,28,.14); }
.np-testtable__head{ display:grid; grid-template-columns:1.05fr 1.3fr; gap:10px 28px; padding:14px 26px; background:#0F1929; }
.np-testtable__head span{ font-size:12.5px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:#D4BA82; }
button.np-testtable__row{ appearance:none; width:100%; text-align:left; background:#fff; border:0; margin:0; cursor:pointer;
  font-family:inherit; display:grid; grid-template-columns:1.05fr 1.3fr; gap:10px 28px; align-items:center;
  padding:16px 26px; border-top:1px solid #EFEAE0; position:relative; transition:background .22s ease; }
button.np-testtable__row::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:3px;
  background:linear-gradient(180deg,#C2A36B,#E6D6B3); transform:scaleY(0); transform-origin:top;
  transition:transform .3s cubic-bezier(.22,1,.36,1); }
button.np-testtable__row:hover,button.np-testtable__row:focus-visible{ background:#FBFAF6; }
button.np-testtable__row:hover::before{ transform:scaleY(1); }
.np-testtable__prop{ font-family:'Nohemi',sans-serif; font-weight:600; font-size:17.5px; letter-spacing:-.01em; color:#0A0F18; }
.np-testtable__std{ font-size:15.5px; color:#46525F; font-family:'Source Sans 3',sans-serif; }
.np-testtable__std b{ color:#131F30; font-weight:700; }
.np-testtable__foot{ padding:11px 26px; font-size:13px; color:#98A1AD; border-top:1px solid #EFEAE0; background:#FBFAF6; }
@media (max-width:640px){
  .np-testtable__head{ grid-template-columns:1fr; padding:12px 18px; }
  .np-testtable__head span:last-child{ display:none; }
  button.np-testtable__row{ grid-template-columns:1fr; gap:3px; padding:14px 18px; }
}

/* ---------- inline editorial stats (no cards) ---------- */
.np-solstats{ display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); width:100%; margin-top:36px;
  border-top:1px solid #E0D8C8; }
.np-solstat{ padding:24px 26px 6px 0; }
.np-solstat + .np-solstat{ border-left:1px solid #E0D8C8; padding-left:26px; }
.np-solstat__num{ font-family:'Nohemi',sans-serif; font-weight:700; font-size:clamp(40px,4.6vw,58px); line-height:1;
  letter-spacing:-.02em; color:#0A0F18; }
.np-solstat__num i{ font-style:normal; color:#C2A36B; }
.np-solstat__lab{ display:block; margin-top:9px; font-size:14.5px; line-height:1.45; color:#6B7686;
  font-family:'Source Sans 3',sans-serif; }
@media (max-width:760px){
  .np-solstats{ grid-template-columns:1fr 1fr; border-top:0; }
  .np-solstat{ border-top:1px solid #E0D8C8; padding:18px 14px 12px 0; }
  .np-solstat + .np-solstat{ padding-left:14px; }
  .np-solstat:nth-child(odd){ border-left:0; padding-left:0; }
}

/* ---------- material specimen grid (tap for details) ---------- */
.np-specgrid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:12px; width:100%; margin-top:28px; }
button.np-spec{ appearance:none; position:relative; text-align:left; background:#fff; border:1px solid #E4DED2;
  border-radius:12px; padding:18px; cursor:pointer; font-family:inherit;
  transition:transform .25s cubic-bezier(.22,1,.36,1), border-color .25s ease, box-shadow .25s ease; }
button.np-spec:hover,button.np-spec:focus-visible{ transform:translateY(-3px); border-color:#D4BA82;
  box-shadow:0 16px 34px -16px rgba(151,118,55,.30); }
.np-spec__name{ display:flex; align-items:center; gap:10px; font-family:'Nohemi',sans-serif; font-weight:600;
  font-size:17px; letter-spacing:-.01em; color:#0A0F18; }
.np-spec__name .np-dot{ width:10px; height:10px; flex:none; background:#C2A36B;
  clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0% 50%); }
.np-spec__hint{ display:block; margin-top:5px; font-size:13.5px; line-height:1.4; color:#6B7686;
  font-family:'Source Sans 3',sans-serif; }
@media (max-width:640px){ .np-specgrid{ grid-template-columns:1fr 1fr; gap:9px; } button.np-spec{ padding:14px; } .np-spec__name{ font-size:15.5px; } }

/* ---------- application image cards (bento, tap for details) ---------- */
.np-appgrid{ display:grid; grid-template-columns:repeat(12,1fr); gap:16px; width:100%; margin-top:8px; }
.np-appcard{ position:relative; display:flex; align-items:flex-end; min-height:300px; border-radius:14px;
  overflow:hidden; background-size:cover; background-position:center; cursor:pointer;
  transition:transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease; }
.np-appcard--a{ grid-column:span 7; min-height:380px; }
.np-appcard--b{ grid-column:span 5; min-height:380px; }
.np-appcard--c{ grid-column:span 5; }
.np-appcard--d{ grid-column:span 7; }
.np-appcard::after{ content:""; position:absolute; inset:0;
  background:linear-gradient(180deg,rgba(10,15,24,0) 34%,rgba(10,15,24,.62) 68%,rgba(10,15,24,.88) 100%); }
.np-appcard:hover,.np-appcard:focus-visible{ transform:translateY(-4px); box-shadow:0 22px 44px -18px rgba(12,18,28,.4); }
.np-appcard__body{ position:relative; z-index:2; padding:24px 26px; width:100%; }
.np-appcard__title{ font-family:'Nohemi',sans-serif; font-weight:700; font-size:23px; letter-spacing:-.01em;
  color:#fff; margin:0 0 4px; display:flex; align-items:center; gap:10px; }
.np-appcard__title i{ font-style:normal; color:#D4BA82; transition:transform .25s cubic-bezier(.22,1,.36,1); }
.np-appcard:hover .np-appcard__title i{ transform:translateX(4px); }
.np-appcard__sub{ font-size:15px; line-height:1.5; color:#C9D2DD; margin:0; max-width:44ch;
  font-family:'Source Sans 3',sans-serif; }
@media (max-width:900px){ .np-appcard--a,.np-appcard--b,.np-appcard--c,.np-appcard--d{ grid-column:span 12; min-height:260px; } }

/* ---------- audience chips (light variant) ---------- */
.np-chips{ display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.np-chips--light .np-chip{ display:inline-flex; align-items:center; gap:10px; padding:11px 18px;
  border:1px solid #D6CFC1; border-radius:8px; background:#fff; color:#131F30; font-weight:600; font-size:15px;
  font-family:'Source Sans 3',sans-serif; transition:border-color .22s ease, transform .22s ease, box-shadow .22s ease; }
.np-chips--light .np-chip:hover{ border-color:#C2A36B; transform:translateY(-2px);
  box-shadow:0 10px 24px -14px rgba(151,118,55,.35); }
.np-chips--light .np-chip .np-dot{ width:9px; height:9px; flex:none; background:#C2A36B;
  clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0% 50%); }

/* ---------- contact: dark panel on light ground ---------- */
#contact{ background:#F5F2EC !important; }
#contact .np-ctapanel-con{ position:relative; overflow:hidden; }
#contact .np-ctapanel-con::before{ content:""; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(90% 80% at 85% 0%, rgba(95,140,190,.35) 0%, rgba(20,32,52,0) 60%); }
#contact .np-ctapanel-con > *{ position:relative; z-index:1; }

/* section rhythm fine-tuning */
#stone-tested,#stone-materials{ background:#F5F2EC !important; }
#stone-technology,#stone-applications,#faq{ background:#FFFFFF !important; }
#stone-value:not(.np-sec--ink){ background:#ECE7DD !important; }

/* ===================================================================
   FIXES: specificity vs ui.css rhythm rule (:not(#id) carries ID
   specificity), kit button element-styles, header on light ground
   =================================================================== */

/* hero + nav padding: mirror the ui.css selector chain so we win by order */
.elementor .e-con.e-parent[id$="-start"]:not(#np-site-header):not(#np-site-footer){
  padding-top:calc(var(--np-hdr-h, 133px) + 28px) !important; padding-bottom:64px !important; }
.elementor .e-con.e-parent[id$="-nav"]:not(#np-site-header):not(#np-site-footer){
  padding:0 !important; background:#FBFAF6; }
@media (max-width:1024px){

}
/* phones: header is logo-only (nav lives in the MENU tab) — tighten the hero */
@media (max-width:880px){
  .elementor .e-con.e-parent[id$="-start"]:not(#np-site-header):not(#np-site-footer){ padding-top:calc(var(--np-hdr-h, 127px) + 16px) !important; }
}

/* header over light hero: ink links + ink language switcher */
#np-site-header .np-menu .elementor-icon-list-item > a{ color:#131F30 !important; }
#np-site-header .np-menu .elementor-icon-list-item:hover > a{ color:#957637 !important; }
#np-site-header .np-lang-btn{ color:#131F30 !important; }

/* neutralise the global kit <button> styling on custom controls */
.np-specgrid button.np-spec{ background:#fff !important; background-image:none !important; color:#0A0F18 !important;
  border:1px solid #E4DED2 !important; border-radius:12px !important; box-shadow:none !important;
  padding:18px !important; text-align:left !important; }
.np-specgrid button.np-spec:hover,.np-specgrid button.np-spec:focus-visible{ border-color:#D4BA82 !important;
  box-shadow:0 16px 34px -16px rgba(151,118,55,.30) !important; }
.np-testtable button.np-testtable__row{ background:#fff !important; background-image:none !important;
  border:0 !important; border-top:1px solid #EFEAE0 !important; border-radius:0 !important; box-shadow:none !important;
  padding:16px 26px !important; color:#0A0F18 !important;
  /* kit <button> styling forces nowrap — long standard names must wrap on phones */
  white-space:normal !important; }
.np-testtable__row > *{ min-width:0; }
.np-specgrid button.np-spec{ white-space:normal !important; }
.np-testtable button.np-testtable__row:hover,.np-testtable button.np-testtable__row:focus-visible{ background:#FBFAF6 !important; }
.np-sheet button.np-sheet__close{ background:transparent !important;
  background-image:linear-gradient(135deg,#E6D6B3 0%,#C2A36B 55%,#AB8B4C 100%) !important; color:#0A0F18 !important;
  border:0 !important; border-radius:0 !important; box-shadow:none !important; padding:0 !important; }
@media (max-width:640px){
  .np-specgrid button.np-spec{ padding:14px !important; }
  .np-testtable button.np-testtable__row{ padding:14px 18px !important; }
}
/* ===================================================================
   COMPARE SLIDER — drag the divider: unprotected (ink) vs NP®
   protected (paper). Reusable on all solution pages.
   =================================================================== */
.np-compare{ position:relative; width:100%; margin-top:32px; border-radius:16px; overflow:hidden;
  min-height:340px; user-select:none; -webkit-user-select:none; touch-action:pan-y; cursor:ew-resize;
  box-shadow:0 26px 64px -28px rgba(12,18,28,.38); border:1px solid #E4DED2; }
.np-compare__layer{ position:absolute; inset:0; display:grid; grid-template-columns:1fr 1fr; }
.np-compare__layer--base{ background:linear-gradient(135deg,#F6F1E6 0%,#ECE7DD 100%); color:#131F30; }
.np-compare__layer--top{ background:linear-gradient(135deg,#16233a 0%,#0A0F18 100%); color:#fff;
  clip-path:inset(0 50% 0 0); -webkit-clip-path:inset(0 50% 0 0); z-index:2; }
.np-compare__half{ padding:36px 40px; display:flex; flex-direction:column; justify-content:center; gap:6px; min-width:0; }
.np-compare__kicker{ font-family:'Source Sans 3',sans-serif; font-weight:700; font-size:12px;
  letter-spacing:.18em; text-transform:uppercase; margin-bottom:6px; }
.np-compare__layer--top .np-compare__kicker{ color:#8fa0b5; }
.np-compare__layer--base .np-compare__kicker{ color:#957637; }
.np-compare__title{ font-family:'Nohemi',sans-serif; font-weight:700; font-size:clamp(24px,2.6vw,32px);
  letter-spacing:-.015em; line-height:1.08; margin:0; }
.np-compare__layer--top .np-compare__title{ color:#FFFFFF; }
.np-compare__layer--base .np-compare__title{ color:#0A0F18; }
.np-compare__sub{ font-family:'Source Sans 3',sans-serif; font-size:15.5px; line-height:1.55; margin:6px 0 0; }
.np-compare__layer--top .np-compare__sub{ color:#AEB9C7; }
.np-compare__layer--base .np-compare__sub{ color:#46525F; }
.np-compare ul{ list-style:none; margin:4px 0 0; padding:0; }
.np-compare li{ position:relative; padding:6px 0 6px 22px; font-family:'Source Sans 3',sans-serif;
  font-size:15px; line-height:1.45; }
.np-compare li::before{ content:""; position:absolute; left:1px; top:12px; width:9px; height:9px;
  clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0% 50%); }
.np-compare__layer--top li{ color:#C9D2DD; }
.np-compare__layer--top li::before{ background:#5c6b7f; }
.np-compare__layer--base li{ color:#131F30; }
.np-compare__layer--base li::before{ background:#C2A36B; }
.np-compare__handle{ position:absolute; top:0; bottom:0; left:50%; width:0; z-index:4; cursor:ew-resize; outline:none; }
.np-compare__handle::before{ content:""; position:absolute; top:0; bottom:0; left:-1px; width:2px;
  background:linear-gradient(180deg,#E6D6B3,#C2A36B 30%,#C2A36B 70%,#E6D6B3); }
.np-compare__knob{ position:absolute; top:50%; left:0; transform:translate(-50%,-50%); width:46px; height:46px;
  border-radius:999px; background:#C2A36B; color:#0A0F18; display:grid; place-items:center;
  box-shadow:0 8px 22px -6px rgba(10,15,24,.5); font:700 15px/1 'Source Sans 3',sans-serif; letter-spacing:1px;
  transition:transform .2s ease; pointer-events:none; }
.np-compare.is-dragging .np-compare__knob,.np-compare__handle:focus-visible .np-compare__knob{ transform:translate(-50%,-50%) scale(1.12); }
.np-compare__hint{ position:absolute; left:50%; bottom:10px; transform:translateX(-50%); z-index:5;
  font:600 12px 'Source Sans 3',sans-serif; letter-spacing:.06em; text-transform:uppercase;
  color:rgba(255,255,255,.85); background:rgba(10,15,24,.45); padding:4px 12px; border-radius:999px;
  -webkit-backdrop-filter:blur(4px); backdrop-filter:blur(4px); pointer-events:none; }
@media (max-width:760px){
  .np-compare{ min-height:400px; }
  .np-compare__half{ padding:22px 16px; }
  .np-compare__title{ font-size:21px; }
  .np-compare__sub{ font-size:13.5px; }
  .np-compare li{ font-size:13px; padding:4px 0 4px 18px; }
  .np-compare li::before{ top:9px; width:8px; height:8px; }
  .np-compare__knob{ width:40px; height:40px; }
}
/* phones: keep the drag effect — but the 50/50 text panes were unreadably
   narrow. Panes go full-width with a uniform scrim; JS starts the divider on
   the dark side and crossfades the texts near the ends of the drag range. */
@media (max-width:640px){
  .np-compare{ min-height:440px; }
  .np-compare--hero{ min-height:470px; }
  .np-compare__pane{ width:100% !important; padding:22px 18px !important; }
  .np-compare__layer--top .np-compare__pane{
    background:linear-gradient(180deg, rgba(10,15,24,.84) 0%, rgba(10,15,24,.58) 100%) !important; }
  .np-compare__layer--base .np-compare__pane{
    background:linear-gradient(180deg, rgba(250,246,238,.93) 0%, rgba(250,246,238,.74) 100%) !important; }
  .np-compare li{ font-size:14px; }
  .np-compare__sub{ font-size:14.5px; }
}
/* ---------- hero variant of the compare slider ---------- */
.np-compare--hero{ margin-top:0; min-height:460px; border-radius:18px; }
.np-compare--hero .np-compare__half{ padding:30px 28px; }
.np-compare--hero .np-compare__title{ font-size:clamp(21px,1.8vw,27px); }
.np-compare--hero .np-compare__sub{ font-size:14px; }
.np-compare--hero li{ font-size:13.5px; padding:5px 0 5px 20px; }
.np-compare--hero li::before{ top:11px; width:8px; height:8px; }
.np-compare--hero .np-compare__kicker{ font-size:11px; }
@media (max-width:1024px){ .np-compare--hero{ min-height:420px; } }
/* ---------- compare v2: one anchored text pane per layer, fades while dragging ---------- */
.np-compare__pane{ position:absolute; top:0; bottom:0; left:0; width:50%;
  display:flex; flex-direction:column; justify-content:center; gap:6px;
  padding:30px 30px; transition:opacity .12s linear; will-change:opacity; }
.np-compare__layer--base .np-compare__pane{ left:auto; right:0; }
.np-compare__pane ul{ margin-top:10px; }
.np-compare--hero .np-compare__pane{ padding:28px 26px; }
@media (max-width:760px){
  .np-compare__pane{ padding:20px 16px; }
}
/* ---------- protected side: soft gloss + periodic light sweep ---------- */
.np-compare__pane{ z-index:1; }
.np-compare__layer--base::after{ content:""; position:absolute; inset:0; pointer-events:none; z-index:0;
  background:
    linear-gradient(115deg, rgba(255,255,255,0) 30%, rgba(255,255,255,.16) 45%, rgba(255,255,255,.05) 53%, rgba(255,255,255,0) 64%),
    linear-gradient(160deg, rgba(255,255,255,.07) 0%, rgba(255,255,255,0) 42%);
  background-size:240% 100%, 100% 100%; background-repeat:no-repeat;
  background-position:140% 0, 0 0;
  animation:npSheen 7s cubic-bezier(.4,0,.2,1) infinite; }
@keyframes npSheen{
  0%, 46%{ background-position:140% 0, 0 0; }
  82%, 100%{ background-position:-60% 0, 0 0; }
}
@media (prefers-reduced-motion:reduce){ .np-compare__layer--base::after{ animation:none; } }

/* technology section image: rounded */
#stone-technology .elementor-widget-image img{ border-radius:16px; }
/* natural photo look: contrast lives behind the text panes, not on the whole photo */
.np-compare__layer--top .np-compare__pane{
  background:linear-gradient(100deg, rgba(10,15,24,.80) 0%, rgba(10,15,24,.55) 52%, rgba(10,15,24,.10) 86%, rgba(10,15,24,0) 100%); text-shadow:0 1px 12px rgba(8,12,20,.75); }
.np-compare__layer--base .np-compare__pane{
  background:linear-gradient(260deg, rgba(250,246,238,.90) 0%, rgba(250,246,238,.68) 52%, rgba(250,246,238,.14) 86%, rgba(250,246,238,0) 100%); text-shadow:0 1px 10px rgba(252,248,240,.95); }
/* ===================================================================
   FILTER TABS — shared by media library, references, awards
   =================================================================== */
.np-tabs{ display:flex; flex-wrap:wrap; gap:8px; margin:26px 0 30px; }
.np-tabs button{ appearance:none; border:1px solid #D6CFC1 !important; background:#fff !important;
  background-image:none !important; color:#46525F !important; border-radius:999px !important;
  padding:9px 18px !important; font-family:'Source Sans 3',sans-serif !important; font-weight:600 !important;
  font-size:14.5px !important; cursor:pointer; box-shadow:none !important;
  transition:background .2s ease, color .2s ease, border-color .2s ease; }
.np-tabs button:hover{ border-color:#C2A36B !important; color:#0A0F18 !important; }
.np-tabs button.is-on{ background:#0A0F18 !important; color:#E6D6B3 !important; border-color:#0A0F18 !important; }
.np-tabs__count{ opacity:.6; font-weight:400; margin-left:6px; }
[data-cat].is-hidden{ display:none !important; }

/* ===================================================================
   MEDIA LIBRARY — click-to-load YouTube (no YT request before click)
   =================================================================== */
.np-videogrid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:24px; width:100%; }
.np-video{ display:flex; flex-direction:column; gap:12px; }
.np-video__frame{ position:relative; aspect-ratio:16/9; border-radius:14px; overflow:hidden;
  background:#0F1929; border:1px solid #E4DED2; cursor:pointer; padding:0; width:100%;
  box-shadow:0 14px 30px -18px rgba(12,18,28,.28);
  transition:transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease; }
.np-video__frame:hover{ transform:translateY(-3px); box-shadow:0 22px 44px -20px rgba(12,18,28,.4); }
.np-video__frame img{ width:100%; height:100%; object-fit:cover; display:block;
  transition:transform .5s cubic-bezier(.22,1,.36,1), filter .3s ease; }
.np-video__frame:hover img{ transform:scale(1.04); filter:brightness(.88); }
.np-video__frame iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }
.np-video__play{ position:absolute; inset:0; display:grid; place-items:center; pointer-events:none; }
.np-video__play span{ display:grid; place-items:center; width:62px; height:44px; border-radius:12px;
  background:rgba(10,15,24,.72); -webkit-backdrop-filter:blur(3px); backdrop-filter:blur(3px);
  transition:background .25s ease, transform .25s ease; }
.np-video__frame:hover .np-video__play span{ background:#FF0000; transform:scale(1.06); }
.np-video__play svg{ width:22px; height:22px; fill:#fff; margin-left:2px; }
.np-video__title{ font-family:'Nohemi',sans-serif; font-weight:600; font-size:16.5px; line-height:1.3;
  letter-spacing:-.01em; color:#0A0F18; margin:0; }
.np-video__meta{ font-family:'Source Sans 3',sans-serif; font-size:13px; color:#98A1AD; }
.np-video__hint{ font-family:'Source Sans 3',sans-serif; font-size:13px; color:#6B7686; margin:0 0 4px; }

/* ===================================================================
   REFERENCES — project photo grid
   =================================================================== */
.np-refgrid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(290px,1fr)); gap:20px; width:100%; }
.np-ref{ position:relative; border-radius:14px; overflow:hidden; background:#fff; border:1px solid #E4DED2;
  box-shadow:0 14px 30px -18px rgba(12,18,28,.24);
  transition:transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease, border-color .28s ease; }
.np-ref:hover{ transform:translateY(-4px); border-color:#D4BA82;
  box-shadow:0 24px 46px -20px rgba(151,118,55,.34); }
.np-ref__img{ aspect-ratio:4/3; overflow:hidden; background:#ECE7DD; }
.np-ref__img img{ width:100%; height:100%; object-fit:cover; display:block;
  transition:transform .55s cubic-bezier(.22,1,.36,1); }
.np-ref:hover .np-ref__img img{ transform:scale(1.05); }
.np-ref__body{ padding:16px 18px 18px; }
.np-ref__tag{ display:inline-flex; align-items:center; gap:7px; font-family:'Source Sans 3',sans-serif;
  font-weight:700; font-size:11.5px; letter-spacing:.15em; text-transform:uppercase; color:#957637; margin-bottom:7px; }
.np-ref__tag::before{ content:""; width:8px; height:8px; background:#C2A36B;
  clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0% 50%); }
.np-ref__txt{ font-family:'Source Sans 3',sans-serif; font-size:14.5px; line-height:1.5; color:#46525F; margin:0; }

/* ===================================================================
   AWARDS — editorial list with logo plates
   =================================================================== */
.np-awards{ display:grid; grid-template-columns:1fr; gap:0; width:100%; border-top:1px solid #E0D8C8; }
.np-award-row{ display:grid; grid-template-columns:190px 1fr; gap:34px; align-items:center;
  padding:30px 0; border-bottom:1px solid #E0D8C8; }
.np-award-row__logo{ display:grid; place-items:center; height:132px; padding:14px; background:#fff;
  border:1px solid #E4DED2; border-radius:14px; }
.np-award-row__logo img{ max-width:100%; max-height:104px; object-fit:contain; display:block; }
.np-award-row__year{ display:inline-block; font-family:'Source Sans 3',sans-serif; font-weight:700;
  font-size:11.5px; letter-spacing:.16em; text-transform:uppercase; color:#957637; margin-bottom:8px; }
.np-award-row__title{ font-family:'Nohemi',sans-serif; font-weight:700; font-size:clamp(19px,2vw,23px);
  line-height:1.18; letter-spacing:-.015em; color:#0A0F18; margin:0 0 9px; }
.np-award-row__txt{ font-family:'Source Sans 3',sans-serif; font-size:15.5px; line-height:1.6;
  color:#46525F; margin:0; max-width:70ch; }
@media (max-width:760px){
  .np-award-row{ grid-template-columns:1fr; gap:16px; padding:24px 0; }
  .np-award-row__logo{ height:112px; width:min(190px,60%); }
  .np-award-row__logo img{ max-height:84px; }
}


/* reference sheets are detail graphics — make them readable at full size */
.np-ref__img{ cursor:zoom-in; position:relative; }
.np-ref__img::after{ content:"⤢"; position:absolute; right:10px; bottom:10px; width:30px; height:30px;
  display:grid; place-items:center; border-radius:8px; background:rgba(10,15,24,.62); color:#fff;
  font-size:15px; opacity:0; transition:opacity .22s ease; }
.np-ref:hover .np-ref__img::after{ opacity:1; }
.np-reflb{ position:fixed; inset:0; z-index:600; display:grid; place-items:center; padding:24px;
  background:rgba(10,15,24,.86); -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px);
  visibility:hidden; opacity:0; transition:opacity .25s ease, visibility 0s linear .25s; cursor:zoom-out; }
.np-reflb.is-open{ visibility:visible; opacity:1; transition:opacity .25s ease; }
.np-reflb img{ max-width:min(1180px,96vw); max-height:92vh; width:auto; height:auto;
  border-radius:12px; box-shadow:0 40px 90px -30px rgba(0,0,0,.7); background:#fff; }
.np-reflb__close{ position:absolute; top:18px; right:18px; width:46px; height:40px; border:0; cursor:pointer;
  clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0% 50%);
  background:linear-gradient(135deg,#E6D6B3 0%,#C2A36B 55%,#AB8B4C 100%); color:#0A0F18;
  font-size:16px; font-weight:700; display:grid; place-items:center; }
/* ===================================================================
   REFERENCE POPUP — image left, transcribed text right
   =================================================================== */
.np-sheet__card:has(.np-refpop){ max-width:1100px; padding:28px; }
.np-refpop{ display:grid; grid-template-columns:1.15fr 1fr; gap:28px; align-items:start; }
.np-refpop__img{ position:sticky; top:0; }
.np-refpop__img img{ width:100%; height:auto; display:block; border-radius:12px;
  border:1px solid #E4DED2; background:#fff; cursor:zoom-in; }
.np-refpop__img figcaption{ margin-top:8px; font:400 12.5px 'Source Sans 3',sans-serif; color:#98A1AD; }
.np-refpop__body .np-sheet__kicker{ margin-bottom:8px; }
.np-refpop__body h3{ margin-bottom:4px; }
.np-refpop__loc{ display:inline-flex; align-items:center; gap:8px; margin:0 0 14px;
  font:700 12px 'Source Sans 3',sans-serif; letter-spacing:.14em; text-transform:uppercase; color:#6B7686; }
.np-refpop__loc::before{ content:""; width:8px; height:8px; background:#C2A36B;
  clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0% 50%); }
.np-refpop__body p{ font:400 15.5px/1.65 'Source Sans 3',sans-serif; color:#46525F; margin:0 0 12px; }
.np-refpop__quote{ margin:14px 0; padding:14px 18px; border-left:3px solid #C2A36B; background:#fff;
  border-radius:0 10px 10px 0; font:500 15px/1.6 'Source Sans 3',sans-serif; color:#131F30; font-style:italic; }
.np-refpop__quote b{ display:block; margin-top:8px; font-style:normal; font-size:12.5px; letter-spacing:.1em;
  text-transform:uppercase; color:#957637; }
@media (max-width:900px){
  .np-refpop{ grid-template-columns:1fr; gap:18px; }
  .np-refpop__img{ position:static; }
}
/* card affordance: cursor + arrow instead of zoom */
.np-ref.np-pop{ cursor:pointer; }
.np-ref.np-pop .np-ref__img{ cursor:pointer; }
.np-ref.np-pop .np-ref__img::after{ content:"→"; font:700 15px 'Source Sans 3',sans-serif; }
/* ===================================================================
   TECHNOLOGY OVERVIEW PAGE (/technology/) — parent of the solution pages
   =================================================================== */
/* hero scale panel */
.np-scale{ position:relative; background:#0A0F18; color:#fff; border-radius:18px; padding:30px 32px 26px;
  box-shadow:0 30px 60px -30px rgba(10,15,24,.55); overflow:hidden; font-family:'Source Sans 3',sans-serif; }
.np-scale::before{ content:""; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(60% 50% at 100% 0%,rgba(194,163,107,.22),transparent 70%); }
.np-scale__kicker{ position:relative; font-weight:700; font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:#D4BA82; }
.np-scale__big{ position:relative; display:flex; align-items:center; gap:16px; flex-wrap:wrap; margin:12px 0 22px; }
.np-scale__num{ font-family:'Nohemi',sans-serif; font-weight:700; font-size:clamp(42px,4.2vw,58px); line-height:.95; letter-spacing:-.03em; white-space:nowrap;
  background:linear-gradient(100deg,#F1E3C3 0%,#C2A36B 55%,#957637 100%); -webkit-background-clip:text; background-clip:text; color:transparent; }
.np-scale__lab{ font-size:15.5px; color:#C9D2DD; flex:1 1 200px; min-width:0; max-width:none; line-height:1.45; }
.np-scale__rows{ position:relative; display:grid; gap:11px; }
.np-scale__row{ display:grid; grid-template-columns:112px 1fr 74px; align-items:center; gap:12px; font-size:14px; color:#AEB9C7; }
.np-scale__name{ font-weight:600; color:#E6EBF1; }
.np-scale__bar{ position:relative; height:10px; border-radius:5px; background:rgba(255,255,255,.07); overflow:hidden; }
.np-scale__bar i{ position:absolute; inset:0 auto 0 0; width:var(--w); min-width:3px; border-radius:5px;
  background:linear-gradient(90deg,#6F8099,#AEB9C7); transform-origin:left; animation:npScaleGrow 1.1s cubic-bezier(.22,1,.36,1) both; }
.np-scale__row--np .np-scale__name{ color:#F1E3C3; }
.np-scale__row--np .np-scale__bar i{ background:linear-gradient(90deg,#957637,#F1E3C3); box-shadow:0 0 12px rgba(194,163,107,.8); }
.np-scale__val{ text-align:right; font-variant-numeric:tabular-nums; }
@keyframes npScaleGrow{ from{ transform:scaleX(0); } to{ transform:scaleX(1); } }
.np-scale__facts{ position:relative; list-style:none; margin:24px 0 0; padding:18px 0 0; border-top:1px solid rgba(255,255,255,.10);
  display:grid; grid-template-columns:1fr 1fr; gap:9px 18px; font-size:14px; color:#AEB9C7; }
.np-scale__facts li{ display:block; position:relative; padding-left:18px; line-height:1.5; }
.np-scale__facts li::before{ content:""; position:absolute; left:0; top:7px; width:9px; height:9px; background:#C2A36B;
  clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0% 50%); }
.np-scale__facts b{ color:#fff; font-weight:700; }
@media (prefers-reduced-motion:reduce){ .np-scale__bar i{ animation:none; } }
@media (max-width:640px){ .np-scale{ padding:24px 20px 20px; } .np-scale__num{ font-size:52px; } .np-scale__row{ grid-template-columns:96px 1fr 66px; font-size:13px; } .np-scale__facts{ grid-template-columns:1fr; } }

/* principle image */
.np-techimg img{ border-radius:14px; width:100%; height:auto; }

/* three process steps */
.np-steps{ list-style:none; margin:28px 0 0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:0; border-top:1px solid #E4DED2; }
.np-step{ display:grid; grid-template-columns:auto 1fr; gap:18px; padding:28px 28px 28px 0; border-bottom:1px solid #E4DED2; }
.np-step + .np-step{ padding-left:28px; border-left:1px solid #E4DED2; }
.np-step__no{ font-family:'Nohemi',sans-serif; font-weight:700; font-size:40px; line-height:1; letter-spacing:-.03em; color:#C2A36B; }
.np-step__title{ font-family:'Nohemi',sans-serif; font-weight:700; font-size:22px; letter-spacing:-.01em; color:#0A0F18; margin:6px 0 8px; }
.np-step p{ margin:0; font-family:'Source Sans 3',sans-serif; font-size:15.5px; line-height:1.6; color:#46525F; }
@media (max-width:900px){ .np-steps{ grid-template-columns:1fr; } .np-step{ padding:22px 0; } .np-step + .np-step{ padding-left:0; border-left:0; } }

/* passive / active cards */
.np-twocard{ display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:28px; width:100%; }
.np-twocard__item{ background:#fff; border:1px solid #E4DED2; border-radius:14px; padding:30px 30px 26px; font-family:'Source Sans 3',sans-serif; }
.np-twocard__item--gold{ background:linear-gradient(160deg,#FBF7EE,#F3EBDB); border-color:#E2D2AE; }
.np-twocard__kicker{ font-weight:700; font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:#957637; }
.np-twocard__item h3{ font-family:'Nohemi',sans-serif; font-weight:700; font-size:26px; letter-spacing:-.015em; color:#0A0F18; margin:8px 0 10px; }
.np-twocard__item p{ margin:0 0 14px; font-size:16px; line-height:1.6; color:#46525F; }
.np-twocard__item ul{ list-style:none; margin:0; padding:14px 0 0; border-top:1px solid rgba(10,15,24,.08); display:grid; gap:8px; }
.np-twocard__item li{ display:flex; gap:10px; align-items:flex-start; font-size:15px; color:#131F30; font-weight:600; }
.np-twocard__item li::before{ content:""; flex:none; width:9px; height:9px; margin-top:6px; background:#C2A36B;
  clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0% 50%); }
@media (max-width:800px){ .np-twocard{ grid-template-columns:1fr; } .np-twocard__item{ padding:24px 22px 20px; } }

/* material hub cards (links to the 6 solution pages) */
.np-matgrid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; width:100%; margin-top:28px; }
.np-matcard{ position:relative; display:flex; align-items:flex-end; min-height:300px; border-radius:14px; overflow:hidden;
  background-size:cover; background-position:center; text-decoration:none !important; color:#fff;
  transition:transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease; }
.np-matcard::after{ content:""; position:absolute; inset:0;
  background:linear-gradient(180deg,rgba(10,15,24,.05) 30%,rgba(10,15,24,.66) 66%,rgba(10,15,24,.92) 100%); transition:background .3s ease; }
.np-matcard:hover,.np-matcard:focus-visible{ transform:translateY(-4px); box-shadow:0 22px 44px -18px rgba(12,18,28,.45); outline:none; }
.np-matcard__body{ position:relative; z-index:2; padding:22px 24px; width:100%; font-family:'Source Sans 3',sans-serif; }
.np-matcard__hint{ font-weight:700; font-size:11.5px; letter-spacing:.16em; text-transform:uppercase; color:#D4BA82; margin-bottom:6px; }
.np-matcard__title{ font-family:'Nohemi',sans-serif; font-weight:700; font-size:22px; letter-spacing:-.01em; color:#fff; margin:0 0 6px; display:flex; align-items:center; gap:10px; }
.np-matcard__title i{ font-style:normal; color:#D4BA82; transition:transform .25s cubic-bezier(.22,1,.36,1); }
.np-matcard:hover .np-matcard__title i{ transform:translateX(5px); }
.np-matcard__sub{ margin:0; font-size:14.5px; line-height:1.5; color:#C9D2DD; }
@media (max-width:1024px){ .np-matgrid{ grid-template-columns:1fr 1fr; } }
@media (max-width:640px){ .np-matgrid{ grid-template-columns:1fr; gap:12px; } .np-matcard{ min-height:230px; } }

/* sustainability pillars */
.np-pillars{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:28px; width:100%; }
.np-pillar{ position:relative; padding:26px 26px 24px; border-radius:14px; background:#F5F2EC; border:1px solid #E4DED2; font-family:'Source Sans 3',sans-serif; }
.np-pillar::before{ content:""; display:block; width:14px; height:14px; margin-bottom:16px; background:#C2A36B;
  clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0% 50%); }
.np-pillar h3{ font-family:'Nohemi',sans-serif; font-weight:700; font-size:21px; letter-spacing:-.01em; color:#0A0F18; margin:0 0 8px; }
.np-pillar p{ margin:0; font-size:15.5px; line-height:1.6; color:#46525F; }
/* card-count aware grid: 4 cards -> 4 across (2x2 below 1180px); phones keep 2-up;
   odd counts: last card spans full width in 2-up mode (no lonely orphan) */
.np-pillars:has(> .np-pillar:nth-child(4):last-child){ grid-template-columns:repeat(4,1fr); }
@media (max-width:1180px){ .np-pillars:has(> .np-pillar:nth-child(4):last-child){ grid-template-columns:repeat(2,1fr); } }
@media (max-width:900px){
  .np-pillars{ grid-template-columns:repeat(2,1fr); gap:14px; }
  .np-pillars > .np-pillar:last-child:nth-child(odd){ grid-column:1 / -1; }
}
@media (max-width:640px){
  .np-pillar{ padding:18px 16px 16px; border-radius:12px; }
  .np-pillar::before{ width:12px; height:12px; margin-bottom:10px; }
  .np-pillar h3{ font-size:16.5px; }
  .np-pillar p{ font-size:14px; line-height:1.5; }
}
/* ---------- reference popup: project photo gallery under the slide ---------- */
.np-refpop > .np-refgal{ grid-column:1 / -1; margin-top:26px; padding-top:22px; border-top:1px solid #E4DED2; }
.np-refgal__head{ display:flex; align-items:baseline; gap:12px; flex-wrap:wrap; margin-bottom:14px;
  font-family:'Source Sans 3',sans-serif; font-weight:700; font-size:12px; letter-spacing:.18em;
  text-transform:uppercase; color:#957637; }
.np-refgal__head span{ font-weight:400; font-size:12.5px; letter-spacing:0; text-transform:none; color:#98A1AD; }
.np-refgal__grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(210px,1fr)); gap:14px; }
.np-refgal__item{ margin:0; }
.np-refgal__item img{ display:block; width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:10px;
  border:1px solid #E4DED2; background:#fff; cursor:zoom-in;
  transition:transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s ease, border-color .25s ease; }
.np-refgal__item img:hover{ transform:translateY(-3px); border-color:#D4BA82;
  box-shadow:0 16px 32px -18px rgba(151,118,55,.45); }
.np-refgal__item figcaption{ margin-top:7px; font:400 12.5px/1.45 'Source Sans 3',sans-serif; color:#6B7686; }
@media (max-width:640px){
  .np-refgal__grid{ grid-template-columns:1fr 1fr; gap:10px; }
  .np-refgal__item figcaption{ font-size:11.5px; }
  .np-refpop > .np-refgal{ margin-top:20px; padding-top:18px; }
}

/* ---------- selectable gallery: big image left, thumbs below ---------- */
.np-refpop--gal .np-refpop__img img{ aspect-ratio:4/3; object-fit:contain; background:#FBFAF6; padding:8px; }
.np-refpop--gal .np-refpop__img figcaption{ color:#6B7686; }
.np-refgal__item{ cursor:pointer; position:relative; outline:none; }
.np-refgal__item figcaption{ display:none; }
.np-refgal__item img{ transition:transform .22s cubic-bezier(.22,1,.36,1), border-color .22s ease, box-shadow .22s ease; }
.np-refgal__item.is-active img{ border-color:#C2A36B; box-shadow:0 0 0 2px rgba(194,163,107,.55); }
.np-refgal__item:focus-visible img{ border-color:#C2A36B; box-shadow:0 0 0 3px rgba(194,163,107,.4); }
.np-refgal__item--sheet img{ object-fit:contain; background:#fff; padding:4px; }
.np-refpop--gal .np-refgal__grid{ grid-template-columns:repeat(auto-fill,minmax(120px,1fr)); gap:10px; }

/* lightbox must sit above the sheet (sheet is z-index 1200) */
.np-reflb{ z-index:1400 !important; }

@media (max-width:640px){
  /* phones: thumbs become a swipeable strip */
  .np-refpop--gal .np-refgal__grid{ display:flex !important; flex-wrap:nowrap; overflow-x:auto;
    scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; scrollbar-width:none;
    gap:8px; padding-bottom:4px; }
  .np-refpop--gal .np-refgal__grid::-webkit-scrollbar{ display:none; }
  .np-refpop--gal .np-refgal__item{ flex:0 0 42%; scroll-snap-align:start; }
  .np-refpop--gal .np-refpop__img img{ aspect-ratio:4/3; }
}

/* lightbox close: brand hexagon with a properly centred SVG cross */
.np-reflb__close{ top:22px !important; right:22px !important; width:54px !important; height:47px !important;
  clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%) !important;
  padding:0 !important; line-height:0 !important; font-size:0 !important;
  display:grid !important; place-items:center !important;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.55));
  transition:transform .2s ease, filter .2s ease; }
.np-reflb__close svg{ display:block; width:20px; height:20px; }
.np-reflb__close:hover,.np-reflb__close:focus-visible{ transform:scale(1.07); outline:none;
  filter:drop-shadow(0 12px 26px rgba(0,0,0,.6)) brightness(1.06); }
.np-reflb__close:active{ transform:scale(.97); }
@media (max-width:640px){ .np-reflb__close{ top:14px !important; right:14px !important; width:48px !important; height:42px !important; } }

/* sheet close: same hexagon geometry + centred SVG cross as the lightbox */
.np-sheet__close{ width:48px !important; height:42px !important; padding:0 !important; line-height:0 !important;
  font-size:0 !important; display:grid !important; place-items:center !important;
  clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%) !important; }
.np-sheet__close svg{ display:block; width:19px; height:19px; }

/* ---------- industry solutions: link-card grid ---------- */
.np-indgrid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:18px; margin-top:28px; width:100%; }
.np-indcard{ position:relative; display:block; padding:26px 26px 24px; border-radius:14px; background:#fff; border:1px solid #E4DED2; font-family:'Source Sans 3',sans-serif; text-decoration:none; transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.np-indcard::before{ content:""; display:block; width:14px; height:14px; margin-bottom:16px; background:#C2A36B; clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0% 50%); }
.np-indcard:hover{ transform:translateY(-3px); border-color:#C2A36B; box-shadow:0 16px 34px -20px rgba(151,118,55,.4); }
.np-indcard h3{ font-family:'Nohemi',sans-serif; font-weight:700; font-size:20px; letter-spacing:-.01em; color:#0A0F18; margin:0 0 8px; }
.np-indcard h3 i{ font-style:normal; color:#957637; transition:transform .22s ease; display:inline-block; margin-left:6px; }
.np-indcard:hover h3 i{ transform:translateX(4px); }
.np-indcard p{ margin:0; font-size:15px; line-height:1.55; color:#46525F; }
.np-indgrid .np-indcard--dark{ background:#0A0F18; border-color:#1D2735; }
.np-indgrid .np-indcard--dark h3{ color:#fff; }
.np-indgrid .np-indcard--dark p{ color:#AEB9C7; }

/* np-scale panel: narrow panels/phones -> single fact column, tighter number */
@media (max-width:520px){
  .np-scale{ padding:24px 22px 22px; }
  .np-scale__num{ font-size:40px; }
  .np-scale__facts{ grid-template-columns:1fr; }
}

/* ---------- image card: photo + matching caption in one framed card (no bare images) ---------- */
.np-imgcard{ position:relative; display:block; width:100%; max-width:520px; min-height:320px; margin:0;
  border-radius:18px; overflow:hidden; background-size:cover; background-position:center;
  box-shadow:0 26px 60px -28px rgba(12,18,28,.4); border:1px solid #E4DED2; }
.np-imgcard::after{ content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(10,15,24,0) 38%, rgba(10,15,24,.74) 100%); }
.np-imgcard figcaption{ position:absolute; left:0; right:0; bottom:0; z-index:1; padding:18px 22px;
  font-family:'Source Sans 3',sans-serif; font-size:15px; line-height:1.5; color:#E8EDF3; }
.np-imgcard figcaption b{ display:block; font-family:'Nohemi',sans-serif; font-size:17px; letter-spacing:-.01em; margin-bottom:3px; color:#fff; }
@media (max-width:640px){ .np-imgcard{ min-height:250px; } .np-imgcard figcaption{ padding:14px 16px; } }

/* exactly 4 link-cards: 4 across on wide screens, 2x2 below (no 3+1 orphan) */
.np-indgrid:has(> .np-indcard:nth-child(4):last-child){ grid-template-columns:repeat(4,1fr); }
@media (max-width:1180px){ .np-indgrid:has(> .np-indcard:nth-child(4):last-child){ grid-template-columns:repeat(2,1fr); } }
/* link-card grid on phones: 2-up with tighter cards; odd counts end full-width */
@media (max-width:640px){
  .np-indgrid{ grid-template-columns:repeat(2,1fr); gap:12px; }
  .np-indgrid > .np-indcard:last-child:nth-child(odd){ grid-column:1 / -1; }
  .np-indcard{ padding:16px 14px 14px; border-radius:12px; }
  .np-indcard::before{ width:12px; height:12px; margin-bottom:10px; }
  .np-indcard h3{ font-size:16px; }
  .np-indcard p{ font-size:13.5px; line-height:1.45; }
}

/* plain (non-interactive) test table rows — delivered data only, no popups */
.np-testtable div.np-testtable__row{ display:grid; grid-template-columns:1.05fr 1.3fr; gap:10px 28px; align-items:center;
  padding:15px 26px; border-top:1px solid #EFEAE0; background:#fff; font-family:'Source Sans 3',sans-serif; font-size:15.5px; color:#131F30; }
.np-testtable div.np-testtable__row--head{ background:#FBFAF6; font-weight:700; font-size:13px; letter-spacing:.08em; text-transform:uppercase; color:#957637; border-top:0; }
.np-testtable div.np-testtable__row > span:first-child{ font-weight:600; }
@media (max-width:640px){ .np-testtable div.np-testtable__row{ grid-template-columns:1fr; gap:3px; padding:13px 16px; } }

.np-testhead{font-size:clamp(17px,2vw,21px);margin:26px 0 12px;color:#1E1B14;}

/* 3-spaltige Prüftabelle (EmpCo-Neufassung) */
.np-testtable--3 div.np-testtable__row{ grid-template-columns:0.9fr 1.05fr 1.25fr; }
@media (max-width:860px){ .np-testtable--3 div.np-testtable__row{ grid-template-columns:1fr; gap:4px; } .np-testtable--3 div.np-testtable__row--head{ display:none; } .np-testtable--3 div.np-testtable__row span:first-child{ font-weight:700; } }

/* Pruef-Tabellen: gestapelte Zellen + Grossschreibung */
.np-testtable .np-tt-multi > span{ display:block; }
.np-testtable .np-tt-multi > span + span{ margin-top:6px; }
.np-testtable--cap div.np-testtable__row:not(.np-testtable__row--head) span::first-letter{ text-transform:uppercase; }

/* FIX 17.09 compare: Hinweis frei + alle Punkte sichtbar */
.np-compare .np-compare__pane{ padding-bottom:64px !important; }
.np-compare--hero .np-compare__pane{ padding-bottom:92px !important; }
@media (min-width:861px){ .np-compare--hero{ min-height:580px !important; } }
