/* ── Norvane Insight Hub (SEO landing + journal) ─────────── */

/* Custom cursor off only on SEO landing pages — journal/guides keep site cursor */
body.nv-landing-page {
  cursor: auto;
}

body.nv-landing-page .nv-cursor {
  display: none !important;
}

/* Insight / journal pages: dark cursor variant for cream backgrounds */
body.nv-seo-page:not(.nv-landing-page) .nv-cursor__dot {
  background: #1b120f;
  box-shadow: 0 0 0 1.5px rgba(243, 239, 231, 0.55);
}

body.nv-seo-page:not(.nv-landing-page) .nv-cursor__ring {
  border-color: rgba(27, 18, 15, 0.42);
  box-shadow: 0 0 0 1px rgba(243, 239, 231, 0.35), 0 2px 10px rgba(0, 0, 0, 0.08);
}

body.nv-seo-page:not(.nv-landing-page) .nv-cursor.is-magnetic .nv-cursor__ring {
  border-color: rgba(27, 18, 15, 0.55);
}

body.nv-seo-page:not(.nv-landing-page) .nv-cursor.is-link .nv-cursor__ring {
  border-color: rgba(27, 18, 15, 0.5);
}

.nv-seo-page .nv-header {
  background: rgba(10, 10, 10, 0.96) !important;
  backdrop-filter: none !important;
}

.nv-seo-page [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

.nv-insight-page {
  background: #f3efe7;
  color: #1b120f;
}

/* Hero — compact dark band (Tanpera insight hero, Norvane tonu) */
.nv-insight-hero {
  background: linear-gradient(135deg, #221512 0%, #0d0d0c 60%, #000 100%);
  color: #f3efe7;
  padding: calc(var(--header-h, 72px) + 2rem) clamp(1.5rem, 5vw, 4rem) clamp(2.5rem, 5vw, 3.5rem);
}

.nv-insight-hero__inner {
  max-width: 72rem;
  margin: 0 auto;
}

.nv-insight-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.55rem;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(243, 239, 231, 0.62);
  margin-bottom: 1.75rem;
}

.nv-insight-breadcrumb a {
  color: rgba(243, 239, 231, 0.72);
  text-decoration: none;
}

.nv-insight-breadcrumb a:hover {
  color: #f3efe7;
}

.nv-insight-breadcrumb a:focus-visible {
  outline: 2px solid rgba(243, 239, 231, 0.7);
  outline-offset: 3px;
}

.nv-insight-breadcrumb [aria-current="page"] {
  color: rgba(243, 239, 231, 0.92);
}

.nv-insight-badge {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(116, 26, 87, 0.55);
  background: rgba(116, 26, 87, 0.2);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nv-insight-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243, 239, 231, 0.45);
}

.nv-insight-hero__title {
  margin: 0 0 1rem;
  max-width: 18ch;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.nv-insight-hero__scope {
  max-width: 42rem;
  margin: 1rem 0 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(27, 18, 15, 0.62);
}

.nv-insight-section--scope {
  margin-bottom: 0.5rem;
}

.nv-insight-hero__intro {
  margin: 0;
  max-width: 48ch;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  line-height: 1.7;
  color: rgba(243, 239, 231, 0.72);
}

.nv-insight-cta {
  display: inline-flex;
  margin-top: 1.75rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f3efe7;
  text-decoration: none;
}

.nv-insight-cta:hover {
  color: #fff;
}

.nv-insight-cta--dark {
  color: #1b120f;
}

/* Body */
.nv-insight-body {
  padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1.5rem, 5vw, 4rem) clamp(4rem, 8vw, 6rem);
}

.nv-insight-body__inner {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3rem);
}

.nv-insight-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}

.nv-insight-section__head h2,
.nv-insight-panel h2,
.nv-insight-contact h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 300;
  line-height: 1.2;
}

.nv-insight-section__lead {
  margin: 0;
  max-width: 52ch;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(27, 18, 15, 0.72);
}

/* Split panels */
.nv-insight-block--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(27, 18, 15, 0.08);
}

.nv-insight-panel {
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

.nv-insight-panel--ink {
  background: #1b120f;
  color: #f3efe7;
}

.nv-insight-panel--ink .nv-insight-kicker {
  color: rgba(243, 239, 231, 0.45);
}

.nv-insight-panel--ink .nv-insight-prose,
.nv-insight-panel--ink .nv-insight-prose p,
.nv-insight-panel--ink .nv-insight-list li,
.nv-insight-panel--ink .nv-insight-panel__note {
  color: rgba(243, 239, 231, 0.78);
}

.nv-insight-panel--cream {
  background: #fff;
  color: #1b120f;
}

.nv-insight-panel--cream .nv-insight-kicker {
  color: rgba(27, 18, 15, 0.42);
}

.nv-insight-prose {
  font-size: 0.98rem;
  line-height: 1.75;
}

.nv-insight-prose p {
  margin: 0 0 1rem;
  color: inherit;
}

.nv-insight-panel--cream .nv-insight-prose p {
  color: rgba(27, 18, 15, 0.82);
}

.nv-insight-list {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
}

.nv-insight-list li {
  margin-bottom: 0.5rem;
  line-height: 1.65;
  font-size: 0.95rem;
}

.nv-insight-link {
  display: inline-flex;
  margin-top: 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f3efe7;
  text-decoration: none;
}

.nv-insight-link:hover {
  color: #fff;
}

/* Process pair cards */
.nv-insight-pair {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.nv-insight-pair__card {
  background: #fff;
  border: 1px solid rgba(27, 18, 15, 0.1);
  border-top: 3px solid #741a57;
  padding: 1.35rem 1.25rem;
}

.nv-insight-pair__label {
  margin: 0 0 0.5rem;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(27, 18, 15, 0.4);
}

.nv-insight-pair__card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.3;
  color: #1b120f;
}

.nv-insight-pair__card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(27, 18, 15, 0.72);
}

/* Outcomes */
.nv-insight-outcomes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.5rem;
}

.nv-insight-outcomes li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(27, 18, 15, 0.82);
}

.nv-insight-outcomes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #741a57;
}

/* Tags */
.nv-insight-section--tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.nv-insight-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.nv-insight-tags li {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(27, 18, 15, 0.14);
  border-radius: 999px;
  color: rgba(27, 18, 15, 0.78);
  background: #fff;
}

.nv-insight-tags .nv-insight-kicker {
  color: rgba(27, 18, 15, 0.42);
}

/* Related work — compact list */
.nv-insight-works {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.nv-insight-work {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid rgba(27, 18, 15, 0.1);
  border-radius: 2px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.nv-insight-work:hover {
  border-color: rgba(116, 26, 87, 0.35);
  background: rgba(116, 26, 87, 0.03);
}

.nv-insight-work__cat {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(27, 18, 15, 0.4);
  white-space: nowrap;
}

.nv-insight-work__title {
  font-size: 0.98rem;
  font-weight: 400;
  color: #1b120f;
}

.nv-insight-work__arrow {
  color: #741a57;
  font-weight: 500;
}

/* FAQ */
.nv-insight-faq {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.nv-insight-faq__item {
  background: #fff;
  border: 1px solid rgba(27, 18, 15, 0.1);
  border-radius: 2px;
  padding: 0.25rem 1rem;
}

.nv-insight-faq__item summary {
  cursor: pointer;
  padding: 0.85rem 0;
  font-size: 0.98rem;
  font-weight: 400;
  color: #1b120f;
  list-style: none;
}

.nv-insight-faq__item summary::-webkit-details-marker {
  display: none;
}

.nv-insight-faq__item p {
  margin: 0 0 1rem;
  font-size: 0.94rem;
  line-height: 1.7;
  color: rgba(27, 18, 15, 0.72);
}

/* Contact band */
.nv-insight-contact {
  padding: clamp(2rem, 4vw, 2.75rem);
  background: #1b120f;
  color: #f3efe7;
  border-radius: 2px;
}

.nv-insight-contact p {
  margin: 0;
  max-width: 42ch;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(243, 239, 231, 0.68);
}

.nv-insight-contact .nv-insight-cta {
  color: #f3efe7;
}

/* Journal archive on insight system */
.nv-journal-page.nv-insight-archive {
  background: #f3efe7;
  color: #1b120f;
  padding: calc(var(--header-h, 72px) + 2rem) clamp(1.5rem, 5vw, 4rem) 4rem;
}

.nv-journal-page.nv-insight-archive .nv-journal-page__title {
  color: rgba(27, 18, 15, 0.42);
}

.nv-journal-list__link {
  color: rgba(27, 18, 15, 0.85);
}

.nv-journal-list__link:hover {
  color: #1b120f;
}

.nv-journal-list__date {
  color: rgba(27, 18, 15, 0.38);
}

.nv-journal-list__item {
  border-bottom-color: rgba(27, 18, 15, 0.1);
}

/* Journal single */
.nv-insight-article .nv-insight-body .nv-insight-prose a {
  color: #741a57;
}

.nv-insight-hero__title--article {
  text-transform: none;
  letter-spacing: -0.02em;
  max-width: 26ch;
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  line-height: 1.15;
}

a.nv-insight-badge {
  text-decoration: none;
  color: #f3efe7;
}

a.nv-insight-badge:hover {
  border-color: rgba(116, 26, 87, 0.9);
  background: rgba(116, 26, 87, 0.35);
}

.nv-insight-panel--article {
  box-shadow: 0 12px 40px rgba(27, 18, 15, 0.06);
}

.nv-insight-article__content h2 {
  margin: 1.75rem 0 0.75rem;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.25;
  color: #1b120f;
}

.nv-insight-article__content h3 {
  margin: 1.35rem 0 0.6rem;
  font-size: 1.08rem;
  font-weight: 500;
  color: #1b120f;
}

.nv-insight-article__content ul,
.nv-insight-article__content ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.nv-insight-article__content li {
  margin-bottom: 0.4rem;
  line-height: 1.7;
  color: rgba(27, 18, 15, 0.82);
}

.nv-insight-article__content strong {
  font-weight: 500;
  color: #1b120f;
}

.nv-insight-works--panel .nv-insight-work {
  border-color: rgba(27, 18, 15, 0.12);
}

.nv-insight-link--dark {
  color: #741a57;
  margin-top: 1.25rem;
}

.nv-insight-link--dark:hover {
  color: #1b120f;
}

/* Journal archive — editorial hero */
.nv-journal-hero {
  margin-bottom: 2.5rem;
  max-width: 60rem;
}

.nv-journal-hero__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(27, 18, 15, 0.4);
}

.nv-journal-hero__title {
  margin: 0 0 1rem;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: #1b120f;
}

.nv-journal-hero__intro {
  margin: 0;
  max-width: 40rem;
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  line-height: 1.7;
  color: rgba(27, 18, 15, 0.62);
}

/* Featured latest post */
.nv-journal-featured {
  display: block;
  margin-bottom: 2.5rem;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  background: linear-gradient(135deg, #221512 0%, #100d0c 60%, #0a0908 100%);
  color: #f3efe7;
  border-radius: 2px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease;
}

.nv-journal-featured::after {
  content: '';
  position: absolute;
  right: -15%;
  top: -40%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: #741a57;
  opacity: 0.28;
  filter: blur(140px);
  pointer-events: none;
}

.nv-journal-featured:hover {
  transform: translateY(-2px);
}

.nv-journal-featured__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
  position: relative;
  z-index: 1;
}

.nv-journal-featured__badge {
  display: inline-block;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(116, 26, 87, 0.6);
  background: rgba(116, 26, 87, 0.22);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nv-journal-featured__date {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(243, 239, 231, 0.45);
}

.nv-journal-featured__title {
  margin: 0 0 0.85rem;
  max-width: 26ch;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

.nv-journal-featured__excerpt {
  margin: 0 0 1.35rem;
  max-width: 52ch;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(243, 239, 231, 0.68);
  position: relative;
  z-index: 1;
}

.nv-journal-featured__cta {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f3efe7;
  position: relative;
  z-index: 1;
}

/* Journal archive — category chips + row category */
.nv-journal-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 56rem;
  margin-bottom: 2.25rem;
}

.nv-journal-cats__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(27, 18, 15, 0.14);
  border-radius: 999px;
  background: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(27, 18, 15, 0.78);
  text-decoration: none;
  transition: border-color 0.2s ease;
}

.nv-journal-cats__item:hover {
  border-color: rgba(116, 26, 87, 0.45);
  color: #1b120f;
}

.nv-journal-cats__count {
  font-size: 0.62rem;
  color: rgba(27, 18, 15, 0.4);
}

.nv-journal-list__item--cat {
  grid-template-columns: 6.5rem 1fr auto;
  padding: 1.1rem 0.75rem;
  margin: 0 -0.75rem;
  border-radius: 2px;
  transition: background 0.2s ease;
}

.nv-journal-list__item--cat:hover {
  background: rgba(255, 255, 255, 0.85);
}

.nv-journal-list__item--cat .nv-journal-list__link {
  font-size: 1.05rem;
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
}

.nv-journal-list__arrow {
  font-size: 0.85rem;
  color: #741a57;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nv-journal-list__item--cat:hover .nv-journal-list__arrow {
  opacity: 1;
  transform: none;
}

.nv-journal-list__cat {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #741a57;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(116, 26, 87, 0.22);
  border-radius: 999px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.nv-journal-list__cat:hover {
  color: #741a57;
  border-color: rgba(116, 26, 87, 0.5);
  background: rgba(116, 26, 87, 0.06);
}

/* Pagination */
.nv-insight-pagination {
  margin-top: 2rem;
}

.nv-insight-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.nv-insight-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.6rem;
  border: 1px solid rgba(27, 18, 15, 0.14);
  border-radius: 2px;
  background: #fff;
  font-size: 0.8rem;
  color: rgba(27, 18, 15, 0.78);
  text-decoration: none;
}

.nv-insight-pagination .page-numbers.current {
  background: #1b120f;
  color: #f3efe7;
  border-color: #1b120f;
}

@media (max-width: 900px) {
  .nv-insight-block--split,
  .nv-insight-pair,
  .nv-insight-section--tags,
  .nv-insight-outcomes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .nv-insight-work {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .nv-insight-work__arrow {
    display: none;
  }

  .nv-journal-list__item--cat {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}

/* ── Journal V2 hub / article extras ───────────────────── */
.nv-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nv-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.nv-breadcrumb__sep {
  opacity: 0.35;
}

.nv-insight-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  margin: 1rem 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: rgba(27, 18, 15, 0.55);
}

.nv-insight-featured {
  margin: 0;
  max-width: 1100px;
  margin-inline: auto;
  padding: 0 1.5rem 1rem;
}

.nv-insight-featured__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.nv-insight-body__inner--toc {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}

@media (min-width: 1100px) {
  .nv-insight-body__inner--toc {
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: start;
  }

  .nv-toc {
    position: sticky;
    top: 6rem;
    grid-row: 1 / span 20;
  }
}

.nv-toc__details {
  border: 1px solid rgba(27, 18, 15, 0.12);
  background: #fff;
  padding: 1rem 1.1rem;
}

.nv-toc__summary {
  cursor: pointer;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(27, 18, 15, 0.5);
  list-style: none;
}

.nv-toc__summary::-webkit-details-marker {
  display: none;
}

.nv-toc__summary:focus-visible,
.nv-insight-work:focus-visible,
.nv-journal-topic-card:focus-visible,
.nv-journal-featured-card:focus-visible,
.nv-insight-cta:focus-visible {
  outline: 2px solid #741a57;
  outline-offset: 3px;
}

.nv-toc__list {
  margin: 0.85rem 0 0;
  padding: 0 0 0 1rem;
}

.nv-toc__item {
  margin: 0.35rem 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.nv-toc__item--h3 {
  margin-left: 0.75rem;
  opacity: 0.85;
}

.nv-journal-hub-section {
  max-width: 1100px;
  margin: 0 auto 3.5rem;
  padding: 0 1.5rem;
}

.nv-journal-hub-section__head {
  margin-bottom: 1.5rem;
}

.nv-journal-hub-section__head h2 {
  margin: 0.35rem 0 0;
}

.nv-journal-hub-section__lead {
  margin: 0.65rem 0 0;
  max-width: 36rem;
  color: rgba(27, 18, 15, 0.62);
  line-height: 1.6;
}

.nv-journal-featured-grid,
.nv-journal-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.nv-journal-featured-card,
.nv-journal-topic-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.25rem 1.35rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(27, 18, 15, 0.1);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.nv-journal-featured-card:hover,
.nv-journal-topic-card:hover {
  border-color: rgba(27, 18, 15, 0.28);
  transform: translateY(-1px);
}

.nv-journal-featured-card__cat,
.nv-journal-topic-card__count,
.nv-journal-featured-card__meta {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(27, 18, 15, 0.45);
}

.nv-journal-featured-card__title,
.nv-journal-topic-card__name {
  font-size: 1.15rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.nv-journal-featured-card__excerpt,
.nv-journal-topic-card__desc {
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(27, 18, 15, 0.62);
}

.nv-journal-hub-cta {
  max-width: 1100px;
  margin: 0 auto 4rem;
}

.nv-svc-related {
  background: #f3efe7;
  padding: 3rem 0 4rem;
}

@media (max-width: 900px) {
  .nv-journal-featured-grid,
  .nv-journal-topic-grid {
    grid-template-columns: 1fr;
  }
}

.nv-cs-breadcrumb-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem 0;
}

.nv-cs-breadcrumb,
.nv-cs-breadcrumb a,
.nv-cs-breadcrumb span {
  color: rgba(239, 232, 218, 0.62);
}

.nv-cs-breadcrumb a:hover {
  color: #efe8da;
}

.nv-cs-breadcrumb [aria-current="page"] {
  color: rgba(239, 232, 218, 0.88);
}

.nv-journal-featured-card__title,
.nv-journal-topic-card__name {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.nv-insight-featured__img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media (max-width: 1099px) {
  .nv-toc__details {
    /* Mobile: collapsed by default via JS-free details without open attr override */
  }

  .nv-toc__details:not([open]) .nv-toc__list {
    display: none;
  }
}

@media (max-width: 640px) {
  .nv-journal-hub-section {
    margin-bottom: 2.5rem;
    padding: 0 1.1rem;
  }

  .nv-insight-meta-row {
    font-size: 0.78rem;
  }

  .nv-cs-breadcrumb-wrap {
    padding: 1rem 1.1rem 0;
  }
}

