:root {
  --np-void: #05050B;
  --np-obsidian: #080914;
  --np-deep: #101226;
  --np-panel: #17182D;
  --np-panel-soft: #20213A;
  --np-violet: #8058FF;
  --np-purple: #D8B0FF;
  --np-indigo: #6F63FF;
  --np-deep-purple: #4A2FB7;
  --np-green: #4ADE80;
  --np-amber: #F59E0B;
  --np-text: #F7F7FB;
  --np-muted: #A7A6B8;
  --np-line: #30334A;
  --np-shadow: 0 24px 80px rgba(0, 0, 0, .34);
  --np-glass: rgba(23, 24, 45, .72);
}

html {
  scroll-behavior: smooth;
}

body.np-theme,
.editor-styles-wrapper {
  background:
    radial-gradient(circle at 18% 8%, rgba(128, 88, 255, .18), transparent 34rem),
    radial-gradient(circle at 88% 10%, rgba(216, 176, 255, .11), transparent 30rem),
    linear-gradient(145deg, var(--np-void) 0%, var(--np-deep) 50%, var(--np-void) 100%);
  color: var(--np-text);
  letter-spacing: 0;
}

.wp-site-blocks {
  overflow-x: clip;
}

a {
  text-underline-offset: .22em;
}

.np-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(166, 176, 207, .12);
  background: rgba(5, 5, 11, .76);
  backdrop-filter: blur(18px);
}

.np-header-shell {
  min-height: 74px;
}

.np-brand-html {
  margin: 0;
}

.np-brand-link {
  display: inline-grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  color: var(--np-text);
  text-decoration: none;
}

.np-brand-link img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  box-shadow: 0 0 26px rgba(128, 88, 255, .42);
}

.np-brand-text {
  display: grid;
  gap: 0;
  line-height: 1;
}

.np-brand-name {
  font-weight: 900;
  letter-spacing: 0;
}

.np-brand-kicker {
  color: var(--np-muted);
  font-family: var(--wp--preset--font-family--mono);
  font-size: .66rem;
  letter-spacing: .22em;
}

.np-header .wp-block-navigation a {
  color: var(--np-muted);
  text-decoration: none;
}

.np-header .wp-block-navigation a:hover {
  color: var(--np-text);
}

.np-main {
  margin-block-start: 0;
}

.np-section {
  padding: clamp(3.5rem, 8vw, 7rem) 0;
}

.np-hero {
  position: relative;
  min-height: min(780px, calc(100vh - 74px));
  padding: clamp(4rem, 9vw, 7.5rem) 0 clamp(3rem, 7vw, 5.5rem);
  overflow: hidden;
}

.np-hero > .wp-block-group {
  box-sizing: border-box;
  width: 100%;
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 4rem);
}

.np-hero::before {
  content: "";
  position: absolute;
  inset: 8% -18% auto auto;
  width: min(52vw, 720px);
  aspect-ratio: 1;
  background:
    linear-gradient(120deg, rgba(128, 88, 255, .36), rgba(216, 176, 255, .14)),
    url("../images/np-app-icon.png") center / 72% no-repeat;
  border: 1px solid rgba(166, 176, 207, .16);
  border-radius: 50%;
  filter: drop-shadow(0 0 72px rgba(128, 88, 255, .34));
  opacity: .28;
  pointer-events: none;
}

.np-eyebrow {
  color: var(--np-purple);
  font-family: var(--wp--preset--font-family--mono);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.np-hero-title {
  max-width: 900px;
  letter-spacing: 0;
}

.editor-styles-wrapper {
  overflow-x: hidden;
}

.editor-styles-wrapper .np-hero {
  min-height: auto;
  padding-block: 4rem;
}

.editor-styles-wrapper .np-hero-title {
  max-width: 860px;
  font-size: clamp(2.5rem, 4vw, 4.75rem) !important;
}

.editor-styles-wrapper .np-hero::before {
  right: -8%;
  width: min(44vw, 560px);
  opacity: .18;
}

.editor-styles-wrapper .np-marquee-track {
  width: 100%;
  flex-wrap: wrap;
  animation: none;
}

.editor-styles-wrapper .np-section {
  padding-block: 3.5rem;
  padding-inline: 1.25rem;
}

.np-gradient-text {
  background: linear-gradient(90deg, var(--np-text), var(--np-purple) 48%, #9188FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.np-lede {
  color: var(--np-muted);
  max-width: 760px;
}

.np-button-row {
  gap: .8rem;
}

.wp-block-button__link,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border: 1px solid rgba(248, 250, 252, .12);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--np-deep-purple), var(--np-violet) 58%, var(--np-purple));
  box-shadow: 0 16px 44px rgba(128, 88, 255, .28);
  color: white;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.wp-block-button__link:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  border-color: rgba(216, 176, 255, .5);
  box-shadow: 0 18px 56px rgba(128, 88, 255, .24), 0 0 42px rgba(216, 176, 255, .18);
  transform: translateY(-1px);
}

.is-style-outline > .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  background: rgba(16, 20, 38, .72);
  border-color: rgba(166, 176, 207, .28);
  color: var(--np-text);
  box-shadow: none;
}

.np-glass,
.np-card,
.np-product-card,
.np-update-card,
.np-value-card {
  border: 1px solid rgba(166, 176, 207, .14);
  background:
    linear-gradient(180deg, rgba(23, 27, 54, .84), rgba(16, 20, 38, .72));
  border-radius: 8px;
  box-shadow: var(--np-shadow);
}

.np-card,
.np-product-card,
.np-update-card,
.np-value-card {
  height: 100%;
  padding: clamp(1.1rem, 2vw, 1.5rem);
}

.np-card:hover,
.np-product-card:hover,
.np-update-card:hover {
  border-color: rgba(128, 88, 255, .48);
}

.np-card p,
.np-product-card p,
.np-update-card p,
.np-value-card p {
  color: var(--np-muted);
}

.np-stat-row {
  border-top: 1px solid rgba(166, 176, 207, .14);
  margin-top: 2rem;
  padding-top: 1.4rem;
}

.np-stat {
  color: var(--np-muted);
  font-size: .9rem;
}

.np-stat strong {
  color: var(--np-text);
  display: block;
  font-size: 1.4rem;
  line-height: 1.1;
}

.np-marquee {
  border-block: 1px solid rgba(166, 176, 207, .12);
  background: rgba(5, 6, 13, .44);
  overflow: hidden;
  padding: .9rem 0;
}

.np-marquee-track {
  display: flex;
  gap: .8rem;
  width: max-content;
  animation: np-marquee 34s linear infinite;
}

.np-marquee:hover .np-marquee-track {
  animation-play-state: paused;
}

.np-pill {
  border: 1px solid rgba(166, 176, 207, .16);
  border-radius: 999px;
  background: rgba(16, 20, 38, .76);
  color: var(--np-text);
  font-family: var(--wp--preset--font-family--mono);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: .55rem .85rem;
  white-space: nowrap;
}

@keyframes np-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.np-grid {
  display: grid;
  gap: 1rem;
}

.np-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.np-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.np-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(166, 176, 207, .16);
  border-radius: 8px;
  background: rgba(128, 88, 255, .14);
  color: var(--np-purple);
  font-family: var(--wp--preset--font-family--mono);
  font-weight: 900;
}

.np-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  border: 1px solid rgba(216, 176, 255, .24);
  border-radius: 999px;
  color: var(--np-purple);
  font-family: var(--wp--preset--font-family--mono);
  font-size: .74rem;
  font-weight: 800;
  padding: .28rem .62rem;
  text-transform: uppercase;
}

.np-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: 1rem;
}

.np-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.np-orbit-panel {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  padding: 2rem;
}

.np-orbit-panel::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(216, 176, 255, .22);
  border-radius: 50%;
  box-shadow: inset 0 0 70px rgba(128, 88, 255, .14);
}

.np-orbit-panel img {
  position: relative;
  z-index: 1;
  width: min(78%, 320px);
  margin: 2.4rem auto 1.2rem;
  display: block;
  filter: drop-shadow(0 0 54px rgba(128, 88, 255, .46));
}

.np-footer {
  border-top: 1px solid rgba(166, 176, 207, .14);
  background: rgba(5, 6, 13, .76);
  padding: 3rem 0;
}

.np-footer a {
  color: var(--np-muted);
  text-decoration: none;
}

.np-footer a:hover {
  color: var(--np-text);
}

.wp-block-post,
.wp-block-query .wp-block-post {
  border-color: rgba(166, 176, 207, .14);
}

.woocommerce ul.products li.product,
.woocommerce div.product,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid rgba(166, 176, 207, .14);
  background: rgba(16, 20, 38, .76);
  border-radius: 8px;
  box-shadow: var(--np-shadow);
  color: var(--np-text);
  padding: 1.25rem;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--np-green);
  font-weight: 850;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  color: var(--np-text);
}

.woocommerce table.shop_table,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: rgba(166, 176, 207, .18);
  background: rgba(16, 20, 38, .72);
  border-radius: 8px;
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
  border: 1px solid rgba(166, 176, 207, .2);
  border-radius: 8px;
  background: #111827;
  color: var(--np-text);
  min-height: 44px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--np-purple);
  background: rgba(16, 20, 38, .9);
  color: var(--np-text);
}

@media (max-width: 900px) {
  .np-header-shell {
    align-items: flex-start;
    gap: 1rem;
    padding-block: .9rem;
  }

  .np-grid-3,
  .np-grid-4,
  .np-split {
    grid-template-columns: 1fr;
  }

  .np-hero {
    min-height: auto;
  }

  .np-hero::before {
    inset: auto -32% 10% auto;
    width: 88vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .np-marquee-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
  }

  .wp-block-button__link,
  .wp-element-button {
    transition: none;
  }
}

/* Homepage v0.3 */
.np-home-v2 {
  background: #05060d;
}

.np-header-v2 {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  border-bottom: 1px solid rgba(151, 158, 194, .13);
  background: rgba(4, 6, 14, .78);
  backdrop-filter: blur(16px);
}

.admin-bar .np-header-v2 {
  top: 32px;
}

.np-header-shell-v2 {
  box-sizing: border-box;
  min-height: 76px;
  padding-inline: clamp(1.25rem, 4vw, 3.75rem);
}

.np-brand-lockup {
  display: flex;
  align-items: center;
  width: clamp(148px, 13vw, 184px);
}

.np-brand-lockup img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 42px;
}

.np-header-v2 .wp-block-navigation {
  margin-left: auto;
}

.np-header-v2 .wp-block-navigation-item__content {
  color: #afb3c7;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.np-header-v2 .wp-block-navigation-item__content:hover {
  color: #fff;
}

.np-header-actions {
  margin-left: clamp(.25rem, 2vw, 1.5rem);
}

.np-portal-button .wp-block-button__link {
  min-width: 92px;
  border-color: rgba(160, 169, 207, .22);
  background: linear-gradient(180deg, rgba(29, 33, 54, .72), rgba(13, 16, 30, .82));
  box-shadow: inset 0 1px rgba(255, 255, 255, .035), 0 0 24px rgba(111, 99, 255, .1);
  color: #c8cbda;
  font-size: .68rem;
  letter-spacing: 0;
  padding: .65rem 1rem;
  text-transform: uppercase;
}

.np-cinematic-hero {
  position: relative;
  box-sizing: border-box;
  min-height: 720px;
  overflow: hidden;
  border-bottom: 1px solid rgba(151, 158, 194, .12);
  background-color: #05060d;
  background-image:
    linear-gradient(90deg, rgba(3, 5, 12, .98) 0%, rgba(3, 5, 12, .9) 27%, rgba(3, 5, 12, .46) 50%, rgba(3, 5, 12, .08) 73%),
    linear-gradient(180deg, rgba(4, 6, 14, .08) 52%, rgba(4, 6, 14, .88) 100%),
    url("../images/np-hero-city-1920.webp");
  background-position: center, center, center;
  background-repeat: no-repeat;
  background-size: cover;
}

.np-cinematic-hero::after {
  content: "";
  position: absolute;
  inset: 76px 0 auto;
  height: 1px;
  background: rgba(151, 158, 194, .1);
  pointer-events: none;
}

.np-cinematic-hero__inner {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  min-height: 720px;
  margin-inline: auto;
  padding: 190px clamp(1.25rem, 4vw, 3.75rem) 195px;
}

.np-cinematic-title {
  max-width: 650px;
  margin: 0;
  color: #f5f6fb;
  font-size: clamp(3.5rem, 6vw, 5.9rem);
  font-weight: 300;
  line-height: .96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.np-cinematic-title span {
  display: block;
  margin-top: .18em;
  color: #7770ff;
  font-weight: 340;
}

.np-hero-tagline {
  max-width: 520px;
  margin: 2.2rem 0 0;
  color: #d3d5df;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  font-weight: 400;
  line-height: 1.35;
}

.np-hero-tagline::before {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-bottom: 1.15rem;
  background: #7f73ff;
  box-shadow: 0 0 16px rgba(127, 115, 255, .75);
}

.np-hero-summary {
  max-width: 510px;
  margin: .75rem 0 0;
  color: #9fa4b9;
  font-size: .91rem;
  line-height: 1.75;
}

.np-cinematic-actions {
  gap: 1rem;
  margin-top: 1.65rem;
}

.np-cinematic-actions .wp-block-button__link {
  min-width: 164px;
  box-sizing: border-box;
  font-size: .7rem;
  letter-spacing: 0;
  padding: .78rem 1.15rem;
  text-align: center;
  text-transform: uppercase;
}

.np-cinematic-actions .is-style-outline .wp-block-button__link {
  border-color: transparent;
  background: transparent;
  color: #c4c7d5;
  box-shadow: inset 0 -1px rgba(128, 117, 255, .75);
}

.np-command-deck {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  margin-top: -142px;
  margin-bottom: 0;
  padding-inline: clamp(1.25rem, 4vw, 3.75rem);
}

.np-command-grid {
  display: grid;
  grid-template-columns: .92fr 1.04fr 1.04fr;
  gap: 18px;
  align-items: stretch;
}

.np-command-grid > * {
  height: 100%;
  margin-block-start: 0 !important;
}

.np-command-card {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 0;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(157, 166, 204, .28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(23, 29, 53, .93), rgba(6, 9, 20, .95) 72%);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .025);
  padding: 1.3rem 1.45rem 1.2rem;
}

.np-command-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(111, 99, 255, .08), transparent 45%);
  pointer-events: none;
}

.np-command-card > * {
  position: relative;
  z-index: 1;
}

.np-panel-heading {
  min-height: 27px;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(157, 166, 204, .1);
  padding-bottom: .65rem;
}

.np-panel-label,
.np-panel-mark,
.np-panel-link,
.np-update-meta {
  font-family: var(--wp--preset--font-family--mono);
  letter-spacing: 0;
  text-transform: uppercase;
}

.np-panel-label {
  margin: 0;
  color: #aeb4cf;
  font-size: .68rem;
  font-weight: 700;
}

.np-panel-label::before {
  content: "+";
  margin-right: .6rem;
  color: #7d72ff;
  font-size: .95rem;
}

.np-panel-mark {
  margin: 0;
  color: #747b99;
  font-size: .6rem;
}

.np-products-panel__body {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(105px, .9fr);
  gap: .5rem;
  align-items: center;
  min-height: 170px;
  flex: 1;
}

.np-panel-title {
  margin: 0;
  color: #e7e8ef;
  font-size: clamp(1.18rem, 1.5vw, 1.46rem);
  font-weight: 450;
  line-height: 1.35;
}

.np-panel-copy {
  margin: .7rem 0 0;
  color: #959bb2;
  font-size: .76rem;
  line-height: 1.65;
}

.np-product-cube {
  margin: 0 -1.2rem 0 0;
}

.np-product-cube img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 26px rgba(95, 76, 239, .34));
}

.np-panel-link {
  margin: auto 0 0;
  font-size: .66rem;
  font-weight: 700;
}

.np-panel-link a {
  color: #a79fff;
  text-decoration-color: rgba(167, 159, 255, .58);
  text-transform: uppercase;
}

.np-update-row {
  gap: .85rem;
  align-items: center;
  min-height: 78px;
  margin: 0;
  border-bottom: 1px solid rgba(157, 166, 204, .1);
  padding: .25rem 0 .7rem;
}

.np-update-row + .np-update-row {
  padding-top: .7rem;
}

.np-update-thumb {
  flex: 0 0 60px;
  width: 60px;
  margin: 0;
}

.np-update-thumb img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 1px solid rgba(157, 166, 204, .2);
  border-radius: 6px;
}

.np-update-meta {
  margin: 0;
  color: #767e9c;
  font-size: .55rem;
}

.np-update-title {
  margin: .16rem 0 0;
  color: #c7c9ef;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.3;
}

.np-update-excerpt {
  margin: .16rem 0 0;
  color: #82899f;
  font-size: .65rem;
  line-height: 1.45;
}

.np-updates-panel .np-panel-link,
.np-feature-panel .np-panel-link {
  margin-top: auto;
  padding-top: .75rem;
}

.np-feature-art {
  aspect-ratio: 5 / 1.55;
  overflow: hidden;
  margin: 0 0 .65rem;
  border: 1px solid rgba(157, 166, 204, .24);
  border-radius: 6px;
}

.np-feature-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.np-project-name {
  margin: 0;
  color: #f4f5fa;
  font-size: 1.15rem;
  font-weight: 450;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.np-feature-panel .np-panel-copy {
  margin-top: .35rem;
}

/* Error page */
.np-error-page {
  position: relative;
  box-sizing: border-box;
  min-height: 720px;
  overflow: hidden;
  border-bottom: 1px solid rgba(151, 158, 194, .12);
  background-color: #05060d;
  background-image:
    linear-gradient(90deg, rgba(3, 5, 12, .98) 0%, rgba(3, 5, 12, .86) 38%, rgba(3, 5, 12, .34) 70%, rgba(3, 5, 12, .2) 100%),
    linear-gradient(180deg, rgba(4, 6, 14, .1) 45%, rgba(4, 6, 14, .94) 100%),
    url("../images/np-hero-city-1920.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.np-error-page::after {
  content: "";
  position: absolute;
  inset: 76px 0 auto;
  height: 1px;
  background: rgba(151, 158, 194, .1);
  pointer-events: none;
}

.np-error-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  box-sizing: border-box;
  min-height: 720px;
  margin-inline: auto;
  padding: 145px clamp(1.25rem, 4vw, 3.75rem) 80px;
}

.np-error-copy,
.np-error-console,
.np-error-layout > * {
  margin-block-start: 0 !important;
}

.np-error-kicker {
  margin: 0 0 1.2rem;
  color: #9b93ff;
  font-family: var(--wp--preset--font-family--mono);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.np-error-kicker::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  margin: 0 .7rem .22rem 0;
  background: #8176ff;
  box-shadow: 0 0 12px rgba(129, 118, 255, .8);
}

.np-error-title {
  max-width: 700px;
  margin: 0;
  color: #f5f6fb;
  font-size: clamp(3.6rem, 7vw, 6.7rem);
  font-weight: 300;
  line-height: .95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.np-error-lede {
  max-width: 590px;
  margin: 1.6rem 0 0;
  color: #a5aabd;
  font-size: 1rem;
  line-height: 1.75;
}

.np-error-actions {
  gap: 1rem;
  margin-top: 1.8rem;
}

.np-error-actions .wp-block-button__link {
  min-width: 154px;
  box-sizing: border-box;
  font-size: .7rem;
  letter-spacing: 0;
  padding: .8rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.np-error-console {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(157, 166, 204, .28);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(21, 27, 51, .9), rgba(5, 8, 18, .94));
  box-shadow: 0 30px 70px rgba(0, 0, 0, .42), inset 0 1px rgba(255, 255, 255, .035);
  padding: 1.25rem 1.35rem 1.4rem;
}

.np-error-console::before {
  content: "";
  position: absolute;
  inset: 20% -20% -42%;
  border: 1px solid rgba(130, 116, 255, .16);
  border-radius: 50%;
  box-shadow: 0 0 64px rgba(101, 78, 237, .14), inset 0 0 55px rgba(101, 78, 237, .08);
}

.np-error-console__head {
  position: relative;
  z-index: 1;
  margin: 0;
  border-bottom: 1px solid rgba(157, 166, 204, .13);
  padding-bottom: .8rem;
}

.np-error-console__head p {
  margin: 0;
  color: #aeb4cf;
  font-family: var(--wp--preset--font-family--mono);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.np-error-console__head p:last-child {
  color: #d8b0ff;
}

.np-error-console__head p:last-child::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: .45rem;
  border-radius: 50%;
  background: #8b7eff;
  box-shadow: 0 0 12px #8b7eff;
}

.np-error-code {
  position: relative;
  z-index: 1;
  margin: 1.5rem 0 1.25rem;
  color: transparent;
  background: linear-gradient(180deg, #eeeaff 8%, #887cff 62%, #4d37bd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(6.5rem, 12vw, 10.5rem);
  font-weight: 300;
  line-height: .8;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 0 45px rgba(116, 91, 255, .22);
}

.np-error-status {
  position: relative;
  z-index: 1;
  margin: 0;
  border-top: 1px solid rgba(157, 166, 204, .13);
  padding-top: .75rem;
}

.np-error-status p {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  border-bottom: 1px solid rgba(157, 166, 204, .08);
  color: #798098;
  font-family: var(--wp--preset--font-family--mono);
  font-size: .61rem;
  letter-spacing: 0;
  padding: .48rem 0;
  text-transform: uppercase;
}

.np-error-status strong {
  color: #b4b8ca;
  font-weight: 600;
}

.editor-styles-wrapper .np-error-page,
.editor-styles-wrapper .np-error-layout {
  min-height: 660px;
}

.np-capabilities {
  margin-top: 24px;
  border-block: 1px solid rgba(151, 158, 194, .12);
  background: linear-gradient(180deg, rgba(15, 19, 34, .88), rgba(7, 9, 17, .95));
  padding: 1.4rem clamp(1.25rem, 4vw, 3.75rem) 1.7rem;
}

.np-capabilities-title {
  margin: 0 0 1rem;
  color: #8f95aa;
  font-family: var(--wp--preset--font-family--mono);
  font-size: .64rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.np-capabilities-title::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin: .7rem auto 0;
  background: #877cff;
}

.np-capabilities-list {
  gap: 0;
}

.np-capabilities-list p {
  position: relative;
  margin: 0;
  color: #b3b7c8;
  font-size: .68rem;
  font-weight: 650;
  letter-spacing: 0;
  padding: 0 clamp(1rem, 2.8vw, 2.8rem);
  text-transform: uppercase;
}

.np-capabilities-list p:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #646b84;
}

.editor-styles-wrapper .np-header-v2 {
  position: relative;
  top: auto;
}

.editor-styles-wrapper .np-cinematic-hero,
.editor-styles-wrapper .np-cinematic-hero__inner {
  min-height: 650px;
}

.editor-styles-wrapper .np-command-deck {
  margin-top: -110px;
}

@media (max-width: 1050px) {
  .np-header-shell-v2 {
    gap: 1rem;
  }

  .np-header-v2 .wp-block-navigation {
    font-size: .8rem;
  }

  .np-cinematic-hero {
    min-height: 690px;
    background-position: center, center, 58% center;
  }

  .np-cinematic-hero__inner {
    min-height: 690px;
    padding-top: 170px;
  }

  .np-command-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .np-feature-panel {
    grid-column: 1 / -1;
  }

  .np-feature-art {
    aspect-ratio: 5 / 1.25;
  }

  .np-error-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 3rem;
  }
}

@media (max-width: 781px) {
  .admin-bar .np-header-v2 {
    top: 46px;
  }

  .np-header-shell-v2 {
    min-height: 68px;
  }

  .np-brand-lockup {
    width: 136px;
  }

  .np-header-actions {
    display: none;
  }

  .np-header-v2 .wp-block-navigation {
    margin-left: auto;
  }

  .np-header-v2 .wp-block-navigation__responsive-container.is-menu-open {
    background: rgba(5, 7, 16, .98);
    color: #f7f7fb;
    padding: 2rem;
  }

  .np-cinematic-hero {
    min-height: 690px;
    background-image:
      linear-gradient(180deg, rgba(3, 5, 12, .56) 0%, rgba(3, 5, 12, .77) 54%, rgba(3, 5, 12, .98) 100%),
      url("../images/np-hero-city-1920.webp");
    background-position: center, 62% center;
  }

  .np-cinematic-hero::after {
    top: 68px;
  }

  .np-cinematic-hero__inner {
    min-height: 690px;
    padding-top: 160px;
    padding-bottom: 150px;
  }

  .np-cinematic-title {
    max-width: 100%;
    font-size: clamp(3rem, 14vw, 4.9rem);
  }

  .np-hero-tagline {
    margin-top: 1.8rem;
  }

  .np-command-deck {
    margin-top: -96px;
  }

  .np-command-grid {
    grid-template-columns: 1fr;
  }

  .np-feature-panel {
    grid-column: auto;
  }

  .np-command-card {
    min-height: 0;
  }

  .np-error-page,
  .np-error-layout {
    min-height: 0;
  }

  .np-error-page {
    background-image:
      linear-gradient(180deg, rgba(3, 5, 12, .58) 0%, rgba(3, 5, 12, .86) 55%, rgba(3, 5, 12, .98) 100%),
      url("../images/np-hero-city-1920.webp");
    background-position: center, 60% center;
  }

  .np-error-page::after {
    top: 68px;
  }

  .np-error-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-top: 150px;
    padding-bottom: 4rem;
  }

  .np-error-console {
    width: 100%;
    max-width: 520px;
    box-sizing: border-box;
  }

  .np-capabilities-list {
    row-gap: .85rem;
  }

  .np-capabilities-list p {
    min-width: 42%;
    box-sizing: border-box;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .np-cinematic-title {
    font-size: clamp(2.65rem, 13vw, 3.65rem);
  }

  .np-cinematic-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .np-cinematic-actions .wp-block-button,
  .np-cinematic-actions .wp-block-button__link {
    width: 100%;
  }

  .np-products-panel__body {
    grid-template-columns: minmax(0, 1.35fr) minmax(90px, .65fr);
  }

  .np-capabilities-list p {
    min-width: 100%;
  }

  .np-capabilities-list p::after {
    display: none;
  }

  .np-error-title {
    font-size: clamp(3rem, 15vw, 4.35rem);
  }

  .np-error-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .np-error-actions .wp-block-button,
  .np-error-actions .wp-block-button__link {
    width: 100%;
  }
}
