﻿html,
body {
  margin: 0;
  padding: 0;
  background: var(--nv-site-bg);
  color: var(--nv-text-color);
}

#header-grid,
.site-header,
.header-main,
.header-main-inner,
.header-bottom,
.header-top {
  background: var(--nv-site-bg);
}

.header-main,
.header-bottom,
.header-top {
  --rowbcolor: rgba(255, 255, 255, 0.08);
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.neve-main {
  flex: 1;
}

.entry-content img,
.nv-content-wrap img,
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.header-menu-sidebar .nav-ul li .wrap {
  padding: 0 4px;
}

.header-menu-sidebar .nav-ul li .wrap a {
  flex-grow: 1;
  display: flex;
}

.header-menu-sidebar .nav-ul li .wrap a .dd-title {
  width: var(--wrapdropdownwidth);
}

.header-menu-sidebar .nav-ul li .wrap button {
  border: 0;
  z-index: 1;
  background: transparent;
}

.header-menu-sidebar .nav-ul li:not([class*=block]):not(.menu-item-has-children) > .wrap > a {
  padding-right: calc(1em + (18px * 2));
  text-wrap: wrap;
  white-space: normal;
}

.header-menu-sidebar .nav-ul li.menu-item-has-children:not([class*=block]) > .wrap > a {
  margin-right: calc(-1em - (18px * 2));
  padding-right: 46px;
}

body.is-menu-sidebar .header-menu-sidebar,
body.hiding-header-menu-sidebar .header-menu-sidebar {
  visibility: visible;
}

body.is-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar,
body.hiding-header-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar,
body.is-menu-sidebar.menu_sidebar_slide_right .header-menu-sidebar,
body.hiding-header-menu-sidebar.menu_sidebar_slide_right .header-menu-sidebar {
  transform: translateX(0);
}

body.is-menu-sidebar.menu_sidebar_full_canvas .header-menu-sidebar,
body.hiding-header-menu-sidebar.menu_sidebar_full_canvas .header-menu-sidebar {
  opacity: 1;
}

.wp-singular .single-post-container,
.wp-singular .single-page-container {
  padding-top: 36px;
  padding-bottom: 48px;
}

.wp-singular .single-post-container {
  width: 60vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.wp-singular .single-post-container > .row {
  justify-content: center;
}

.wp-singular .single-post-container > .row > .nv-single-post-wrap {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.wp-singular .nv-single-post-wrap,
.wp-singular .nv-single-page-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(143, 255, 197, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(66, 229, 167, 0.16), transparent 30%),
    radial-gradient(circle at top left, rgba(90, 168, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(15, 22, 26, 0.96) 0%, rgba(12, 18, 22, 0.98) 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.wp-singular .nv-single-post-wrap::before,
.wp-singular .nv-single-page-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.06), transparent 16%, transparent 84%, rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 12%);
}

.wp-singular .nv-single-post-wrap > *,
.wp-singular .nv-single-page-wrap > * {
  position: relative;
  z-index: 1;
}

.wp-singular .nv-single-post-wrap .entry-header {
  padding: 38px 38px 12px;
}

.wp-singular .nv-single-post-wrap .nv-title-meta-wrap {
  max-width: 900px;
}

.wp-singular .title.entry-title,
.wp-singular .nv-single-page-wrap .entry-content > h1:first-child {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #f4fff9;
  text-wrap: balance;
}

.wp-singular .guide-byline {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 14px 18px;
  max-width: 820px;
  border: 1px solid rgba(143, 255, 197, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(52, 113, 90, 0.22), rgba(15, 25, 28, 0.88)),
    rgba(12, 20, 24, 0.9);
  color: #d8eee3;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.wp-singular .guide-byline__label,
.wp-singular .guide-byline__label a {
  color: #f6fffa;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.wp-singular .guide-byline__divider {
  color: rgba(142, 255, 197, 0.7);
}

.wp-singular .guide-byline__text {
  color: #b9d6ca;
}

.wp-singular .guide-byline__text strong {
  color: #eafff4;
}

.wp-singular .guide-trust-note {
  margin-top: 12px;
  max-width: 820px;
  padding: 12px 16px;
  border: 1px solid rgba(143, 255, 197, 0.14);
  border-radius: 16px;
  background: rgba(8, 15, 19, 0.82);
  color: #c7ded3;
  font-size: 0.98rem;
  line-height: 1.6;
}

.wp-singular .guide-trust-note strong {
  color: #f4fff9;
}

.wp-singular .nv-single-page-wrap .entry-content > h1:first-child {
  margin-bottom: 22px;
}

.wp-singular .nv--yoast-breadcrumb {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid rgba(143, 255, 197, 0.18);
  border-radius: 999px;
  background: rgba(12, 24, 20, 0.7);
  color: #a8d7c0;
  backdrop-filter: blur(8px);
}

.wp-singular .nv--yoast-breadcrumb a {
  color: #d3ffea;
}

.wp-singular .entry-content {
  padding: 10px 38px 42px;
  color: #d6e5de;
  font-size: 1.06rem;
  line-height: 1.82;
}

.wp-singular .entry-content > h1,
.wp-singular .entry-content > h2,
.wp-singular .entry-content > h3,
.wp-singular .entry-content > p,
.wp-singular .entry-content > ul,
.wp-singular .entry-content > ol,
.wp-singular .entry-content > blockquote,
.wp-singular .entry-content > .wp-block-image,
.wp-singular .entry-content > .wp-block-spacer,
.wp-singular .entry-content > table {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.wp-singular .entry-content > h2 {
  margin-top: 34px;
  margin-bottom: 16px;
  padding-top: 26px;
  border-top: 1px solid rgba(143, 255, 197, 0.12);
  font-size: 1.45rem;
  line-height: 1.25;
  color: #f0fff7;
  letter-spacing: -0.03em;
}

.wp-singular .entry-content > h2:first-child,
.wp-singular .entry-content > h1:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.wp-singular .entry-content > h3 {
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 1.08rem;
  color: #8effc5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wp-singular .entry-content p {
  margin-bottom: 16px;
}

.wp-singular .entry-content strong {
  color: #f7fff9;
}

.wp-singular .entry-content .wp-block-image {
  margin-top: 22px;
  margin-bottom: 30px;
}

.wp-singular .entry-content .wp-block-image figure {
  overflow: hidden;
  border: 1px solid rgba(143, 255, 197, 0.14);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(16, 24, 28, 0.95), rgba(9, 14, 17, 0.95));
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.28);
}

.wp-singular .entry-content .wp-block-image img {
  display: block;
}

.wp-singular .entry-content ul,
.wp-singular .entry-content ol {
  padding: 24px 24px 24px 58px;
  border: 1px solid rgba(143, 255, 197, 0.14);
  border-radius: 22px;
  background: rgba(10, 19, 22, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.wp-singular .entry-content li {
  padding-left: 10px;
  margin-bottom: 14px;
}

.wp-singular .entry-content li:last-child {
  margin-bottom: 0;
}

.wp-singular .entry-content blockquote {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 24px 26px 24px 28px;
  border: 1px solid rgba(143, 255, 197, 0.16);
  border-left: 4px solid #73f5bf;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(37, 92, 70, 0.26), rgba(14, 24, 28, 0.9)),
    rgba(12, 19, 22, 0.88);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.wp-singular .entry-content blockquote p {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.75;
  color: #f2fff8;
}

.wp-singular .entry-content > p:first-of-type {
  margin-top: 0;
  padding: 24px 26px;
  border: 1px solid rgba(143, 255, 197, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(65, 133, 107, 0.22), rgba(14, 25, 28, 0.88)),
    rgba(13, 20, 24, 0.88);
  color: #f4fff9;
  font-size: 1.12rem;
  line-height: 1.78;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.wp-singular .entry-content > h2 + p,
.wp-singular .entry-content > h3 + p {
  text-wrap: pretty;
}

.wp-singular .entry-content a {
  color: #86ffd1;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.wp-singular .entry-content a:hover {
  color: #d7fff0;
}

@media (min-width: 900px) {
  .wp-singular .entry-content > h2 {
    display: inline-block;
    min-width: 340px;
    padding: 12px 18px 0 0;
    border-top: 0;
  }

  .wp-singular .entry-content > h2::before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 2px;
    margin-right: 14px;
    margin-bottom: 0.35em;
    vertical-align: middle;
    background: linear-gradient(90deg, #7dffd0, rgba(125, 255, 208, 0.08));
    border-radius: 999px;
  }
}

@media (max-width: 768px) {
  .wp-singular .nv-single-post-wrap .entry-header {
    padding: 26px 20px 10px;
  }

  .wp-singular .guide-byline {
    display: flex;
    margin-top: 14px;
    padding: 14px 16px;
  }

  .wp-singular .entry-content {
    padding: 6px 20px 28px;
    font-size: 1rem;
    line-height: 1.76;
  }

  .wp-singular .entry-content > h2 {
    margin-top: 28px;
    font-size: 1.26rem;
  }

  .wp-singular .entry-content > p:first-of-type,
  .wp-singular .entry-content blockquote,
  .wp-singular .entry-content ul,
  .wp-singular .entry-content ol {
    padding: 20px;
  }

  .wp-singular .entry-content ul,
  .wp-singular .entry-content ol {
    padding-left: 42px;
  }

}

@media (max-width: 720px) {
  .wp-singular .single-post-container {
    width: 100%;
  }
}

.home .home-shell,
.page-about .about-shell {
  display: grid;
  gap: 26px;
}

.home .home-hero,
.home .home-panel,
.page-about .about-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(143, 255, 197, 0.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(66, 229, 167, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(15, 22, 26, 0.94), rgba(10, 15, 19, 0.98));
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.24);
}

.home .home-hero::before,
.home .home-panel::before,
.page-about .about-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.05), transparent 18%, transparent 80%, rgba(255, 255, 255, 0.04));
}

.home .home-hero > *,
.home .home-panel > *,
.page-about .about-panel > * {
  position: relative;
  z-index: 1;
}

.home .home-kicker,
.page-about .about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 1px solid rgba(143, 255, 197, 0.18);
  border-radius: 999px;
  background: rgba(12, 24, 20, 0.65);
  color: #bfead4;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home .home-hero h1,
.page-about .about-panel h1 {
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #f6fffa;
}

.home .home-hero h1.home-hero-title--center {
  text-align: center;
}

.home .home-hero p,
.home .home-panel p,
.page-about .about-panel p {
  color: #d7e7df;
  text-wrap: pretty;
}

.guide-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.guide-button,
.guide-button--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.guide-button {
  border: 1px solid rgba(127, 255, 212, 0.24);
  background: linear-gradient(135deg, rgba(71, 201, 148, 0.32), rgba(20, 44, 38, 0.92));
  color: #f4fff9;
}

.guide-button--ghost {
  border: 1px solid rgba(143, 255, 197, 0.16);
  background: rgba(12, 20, 24, 0.8);
  color: #c8ead8;
}

.guide-button:hover,
.guide-button--ghost:hover {
  transform: translateY(-1px);
}

.home .home-inline-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(143, 255, 197, 0.14);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(16, 24, 28, 0.95), rgba(9, 14, 17, 0.95));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
}

.home .home-inline-visual--hero {
  display: block;
  width: min(100%, 700px) !important;
  max-width: 700px !important;
  margin: 20px auto 24px !important;
}

.home .home-inline-visual--secondary {
  margin: 6px 0 20px;
}

.home .home-inline-visual--featured {
  width: min(100%, 720px);
  max-width: 720px;
  margin: 18px auto 24px;
}

.home .home-inline-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.home .home-role-grid,
.home .strategy-grid,
.home .featured-grid,
.page-about .about-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.home .role-card,
.home .strategy-card,
.home .featured-card,
.page-about .about-card {
  display: block;
  padding: 22px;
  border: 1px solid rgba(143, 255, 197, 0.12);
  border-radius: 22px;
  background: rgba(9, 16, 20, 0.82);
  color: inherit;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.home .role-card:hover,
.home .strategy-card:hover,
.home .featured-card:hover,
.page-about .about-card:hover {
  transform: translateY(-2px);
  border-color: rgba(143, 255, 197, 0.26);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.18);
}

.home .role-card strong,
.home .strategy-card strong,
.home .featured-card strong,
.page-about .about-card strong {
  display: block;
  margin-bottom: 8px;
  color: #f5fffa;
  font-size: 1.08rem;
}

.home .role-card span,
.home .strategy-card span,
.home .featured-card span,
.page-about .about-card span {
  color: #b9d4c7;
}

.home .home-panel h2,
.page-about .about-panel h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.55rem;
  line-height: 1.15;
  color: #f3fff8;
}

.home .home-panel h2.home-panel-title--center {
  text-align: center;
}

.home .home-panel h3,
.page-about .about-panel h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #8effc5;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.home .home-list,
.page-about .about-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.home .home-list li,
.page-about .about-list li {
  padding: 16px 18px;
  border: 1px solid rgba(143, 255, 197, 0.12);
  border-radius: 18px;
  background: rgba(8, 15, 19, 0.8);
}

.home .home-list a {
  color: #f3fff8;
  text-decoration: none;
}

.home .home-list small,
.page-about .about-list small {
  display: block;
  margin-top: 6px;
  color: #afc9bd;
}

.home .home-split,
.page-about .about-split {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
}

.archive .archive-role-intro {
  margin-bottom: 24px;
  padding: 24px 26px;
  border: 1px solid rgba(143, 255, 197, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(37, 92, 70, 0.18), rgba(14, 24, 28, 0.9)),
    rgba(12, 19, 22, 0.88);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.archive .archive-role-intro h1 {
  margin: 10px 0 10px;
  color: #f4fff9;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.archive .archive-role-intro p {
  margin: 0;
  max-width: 780px;
  color: #d7e7df;
}

.archive .archive-role-intro .nv--yoast-breadcrumb {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid rgba(143, 255, 197, 0.18);
  border-radius: 999px;
  background: rgba(12, 24, 20, 0.65);
  color: #bfead4;
}

.archive .archive-role-intro .nv--yoast-breadcrumb a {
  color: #e8fff5;
}

.page-about .about-signoff {
  display: inline-flex;
  margin-top: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(12, 24, 20, 0.72);
  color: #d9fff0;
  font-weight: 700;
}

@media (max-width: 900px) {
  .home .home-split,
  .page-about .about-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .home .home-hero,
  .home .home-panel,
  .page-about .about-panel {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .home .home-hero h1,
  .page-about .about-panel h1 {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .home .home-inline-visual img {
    min-height: 0;
  }
}
