/* Homepage section 8A/8B staged visual layer. Scope: accordion, long-form typography, link hub. */
.home .nord-home-more-section {
  background: linear-gradient(180deg, #f6f2eb 0%, #f3efe7 100%);
  color: #101820;
}

.home .nord-home-more {
  padding: 38px 0 54px;
}

.home .nord-home-more summary {
  min-height: 70px;
  padding: 18px 20px 18px 22px;
  border-color: rgba(16, 24, 32, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.66));
  box-shadow: 0 14px 38px rgba(16, 24, 32, 0.06);
  font-size: 1rem;
  justify-content: flex-start;
}

.home .nord-home-more summary::before {
  content: "";
  flex: 0 0 3px;
  width: 3px;
  align-self: stretch;
  margin-right: 14px;
  border-radius: 99px;
  background: rgba(184, 164, 111, 0.76);
}

.home .nord-home-more summary::after {
  flex-basis: 36px;
  width: 36px;
  height: 36px;
  margin-left: auto;
  border: 1px solid rgba(16, 24, 32, 0.14);
  border-radius: 7px;
  background: #101820;
  color: #f3d98d;
}

.home .nord-home-more__content.entry-content {
  width: min(860px, 100%);
  margin: 0;
  padding: clamp(36px, 4.2vw, 56px) 0 0;
  color: #101820;
}

.home .nord-home-more__content > p:first-child {
  max-width: 720px;
  margin-top: 0;
  color: #263443;
  font-weight: 750;
}

.home .nord-home-more__content p {
  max-width: 820px;
  margin: 0 0 18px;
  color: #263443;
  font-size: 1.02rem;
  line-height: 1.72;
}

.home .nord-home-more__content h2 {
  max-width: 780px;
  margin: clamp(44px, 5vw, 62px) 0 16px;
  padding-top: 4px;
  color: #08131f;
  font-size: clamp(1.52rem, 2.55vw, 2.04rem);
  line-height: 1.18;
}

.home .nord-home-more__content h3 {
  max-width: 760px;
  margin: 30px 0 10px;
  color: #08131f;
  font-size: clamp(1.08rem, 1.45vw, 1.22rem);
  line-height: 1.26;
}

.home .nord-home-more__content ul,
.home .nord-home-more__content ol {
  max-width: 780px;
  margin: 16px 0 24px;
  padding-left: 1.1rem;
}

.home .nord-home-more__content li {
  max-width: 780px;
  margin: 7px 0;
  color: #263443;
  line-height: 1.58;
}

.home .nord-home-more__content a {
  color: #203a59;
  text-decoration-color: rgba(32, 58, 89, 0.48);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.home .nord-home-more__content blockquote {
  max-width: 780px;
  margin: 30px 0;
  padding: 18px 22px;
  border-left-color: #b8a46f;
  background: rgba(255, 255, 255, 0.58);
}

.home .nord-home-more__content h2:nth-last-of-type(1) {
  margin-top: clamp(42px, 5vw, 58px);
}

.home .nord-home-more__content h2:nth-last-of-type(1) + ul,
.home .nord-home-more__content h2:nth-last-of-type(1) + ul + ul {
  display: grid;
  max-width: 860px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(16, 24, 32, 0.13);
  background: rgba(255, 255, 255, 0.48);
  list-style: none;
}

.home .nord-home-more__content h2:nth-last-of-type(1) + ul {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.home .nord-home-more__content h2:nth-last-of-type(1) + ul + ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 0 0 8px 8px;
}

.home .nord-home-more__content h2:nth-last-of-type(1) + ul li,
.home .nord-home-more__content h2:nth-last-of-type(1) + ul + ul li {
  margin: 0;
  border-right: 1px solid rgba(16, 24, 32, 0.1);
  line-height: 1.35;
}

.home .nord-home-more__content h2:nth-last-of-type(1) + ul li:last-child,
.home .nord-home-more__content h2:nth-last-of-type(1) + ul + ul li:nth-child(3n) {
  border-right: 0;
}

.home .nord-home-more__content h2:nth-last-of-type(1) + ul + ul li:nth-child(-n + 3) {
  border-bottom: 1px solid rgba(16, 24, 32, 0.1);
}

.home .nord-home-more__content h2:nth-last-of-type(1) + ul a,
.home .nord-home-more__content h2:nth-last-of-type(1) + ul + ul a {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 13px 14px;
  color: #101820;
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
}

.home .nord-home-more__content h2:nth-last-of-type(1) + ul a:hover,
.home .nord-home-more__content h2:nth-last-of-type(1) + ul + ul a:hover,
.home .nord-home-more__content h2:nth-last-of-type(1) + ul a:focus-visible,
.home .nord-home-more__content h2:nth-last-of-type(1) + ul + ul a:focus-visible {
  background: rgba(184, 164, 111, 0.12);
  color: #08131f;
  outline: none;
}

@media (max-width: 640px) {
  .home .nord-home-more {
    padding: 28px 0 42px;
  }

  .home .nord-home-more summary {
    min-height: 64px;
    padding: 14px 14px 14px 16px;
    gap: 10px;
    font-size: 0.95rem;
  }

  .home .nord-home-more summary::before {
    flex-basis: 2px;
    width: 2px;
    margin-right: 0;
  }

  .home .nord-home-more summary::after {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .home .nord-home-more__content.entry-content {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 86px;
  }

  .home .nord-home-more__content p {
    margin-bottom: 16px;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .home .nord-home-more__content h2 {
    margin: 36px 0 12px;
    font-size: 1.5rem;
    line-height: 1.18;
  }

  .home .nord-home-more__content h3 {
    margin: 24px 0 8px;
    font-size: 1.08rem;
    line-height: 1.24;
  }

  .home .nord-home-more__content ul,
  .home .nord-home-more__content ol {
    margin: 12px 0 20px;
    padding-left: 1.05rem;
  }

  .home .nord-home-more__content li {
    margin: 6px 0;
    line-height: 1.52;
  }

  .home .nord-home-more__content h2:nth-last-of-type(1) + ul,
  .home .nord-home-more__content h2:nth-last-of-type(1) + ul + ul {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .home .nord-home-more__content h2:nth-last-of-type(1) + ul + ul {
    margin-bottom: 112px;
  }

  .home .nord-home-more__content h2:nth-last-of-type(1) + ul li,
  .home .nord-home-more__content h2:nth-last-of-type(1) + ul + ul li,
  .home .nord-home-more__content h2:nth-last-of-type(1) + ul li:last-child,
  .home .nord-home-more__content h2:nth-last-of-type(1) + ul + ul li:nth-child(3n) {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 24, 32, 0.1);
  }

  .home .nord-home-more__content h2:nth-last-of-type(1) + ul li:last-child,
  .home .nord-home-more__content h2:nth-last-of-type(1) + ul + ul li:last-child {
    border-bottom: 0;
  }

  .home .nord-home-more__content h2:nth-last-of-type(1) + ul a,
  .home .nord-home-more__content h2:nth-last-of-type(1) + ul + ul a {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 0.94rem;
  }
}
