.nchlb-page {
  --nchlb-navy: #071722;
  --nchlb-deep: #0b2634;
  --nchlb-steel: #2c6074;
  --nchlb-cyan: #5eb4c9;
  --nchlb-yellow: #efb72f;
  --nchlb-yellow-dark: #8c6200;
  --nchlb-mist: #e8f0f3;
  --nchlb-warm: #f2eee5;
}

.nchlb-page main {
  overflow: clip;
}

.nchlb-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.nchlb-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.8rem, 8.5vw, 8.1rem) 0 clamp(4.2rem, 7vw, 6.7rem);
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    radial-gradient(circle at 82% 25%, rgba(94, 180, 201, .19), transparent 25rem),
    linear-gradient(128deg, #05121b 0%, #0b2a39 63%, #0a202c 100%);
  background-size: 4.5rem 4.5rem, 4.5rem 4.5rem, auto, auto;
  color: #fff;
}

.nchlb-hero::before {
  position: absolute;
  right: -8rem;
  bottom: -16rem;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 50%;
  content: "";
}

.nchlb-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(25rem, .96fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.nchlb-hero-copy,
.nchlb-hero-product {
  min-width: 0;
}

.nchlb-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .62rem;
  margin-bottom: clamp(2.4rem, 5vw, 4.2rem);
  color: #9bb3bf;
  font-size: .73rem;
  font-weight: 800;
}

.nchlb-breadcrumb a {
  color: #e2edf1;
  text-decoration: none;
}

.nchlb-hero .st-kicker {
  color: var(--nchlb-yellow);
}

.nchlb-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-size: clamp(3.45rem, 5.6vw, 5.9rem);
  line-height: .97;
  letter-spacing: -.055em;
}

.nchlb-hero-lead {
  max-width: 44rem;
  margin: 1.8rem 0 0;
  color: #c6d6dc;
  font-size: clamp(1.04rem, 1.5vw, 1.3rem);
  line-height: 1.66;
}

.nchlb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .78rem;
  margin-top: 2rem;
}

.nchlb-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.25rem;
  border: 1px solid #668391;
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.nchlb-button.is-primary {
  border-color: var(--nchlb-yellow);
  background: var(--nchlb-yellow);
  color: #1b1a12;
}

.nchlb-hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 2.1rem 0 0;
  padding: 1px;
  background: rgba(255, 255, 255, .18);
}

.nchlb-hero-facts div {
  min-width: 0;
  padding: 1rem;
  background: rgba(6, 25, 35, .92);
}

.nchlb-hero-facts dt {
  color: #8da9b5;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nchlb-hero-facts dd {
  margin: .32rem 0 0;
  color: #fff;
  font-size: .95rem;
  font-weight: 850;
  line-height: 1.35;
}

.nchlb-hero-product,
.nchlb-context-figure,
.nchlb-process-figure,
.nchlb-integration-figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  background: #fff;
  color: var(--nchlb-navy);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, .24);
}

.nchlb-hero-product img,
.nchlb-context-figure img,
.nchlb-process-figure img,
.nchlb-integration-figure img {
  width: 100%;
}

.nchlb-hero-product figcaption,
.nchlb-context-figure figcaption,
.nchlb-process-figure figcaption,
.nchlb-integration-figure figcaption {
  display: grid;
  gap: .36rem;
  padding: 1.05rem 1.15rem 1.15rem;
  border-top: 1px solid var(--st-line);
  background: #fff;
}

.nchlb-hero-product figcaption span,
.nchlb-context-figure figcaption span,
.nchlb-process-figure figcaption span,
.nchlb-integration-figure figcaption span {
  color: var(--nchlb-yellow-dark);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nchlb-hero-product figcaption strong,
.nchlb-context-figure figcaption strong,
.nchlb-process-figure figcaption strong,
.nchlb-integration-figure figcaption strong {
  line-height: 1.45;
}

.nchlb-section-nav {
  position: sticky;
  z-index: 45;
  top: 74px;
  border-bottom: 1px solid var(--st-line);
  background: rgba(247, 250, 251, .97);
  backdrop-filter: blur(14px);
}

.nchlb-section-nav > div {
  display: flex;
  gap: 1.45rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.nchlb-section-nav > div::-webkit-scrollbar {
  display: none;
}

.nchlb-section-nav a {
  flex: 0 0 auto;
  padding: .95rem 0;
  color: var(--st-copy);
  font-size: .72rem;
  font-weight: 850;
  text-decoration: none;
}

.nchlb-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(20rem, .63fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2.2rem, 4.5vw, 4rem);
}

.nchlb-section-head h2,
.nchlb-integration-copy h2 {
  max-width: 17ch;
  margin: 0;
  color: var(--nchlb-navy);
  font-size: clamp(2.5rem, 4.2vw, 4.55rem);
  line-height: 1;
  letter-spacing: -.048em;
}

.nchlb-section-head > p,
.nchlb-integration-copy > p:not(.st-kicker) {
  margin: 0;
  color: var(--st-copy);
  line-height: 1.72;
}

.nchlb-application {
  background: #f7fafb;
}

.nchlb-application-grid {
  display: grid;
  grid-template-columns: minmax(18rem, .77fr) minmax(0, 1.23fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.nchlb-decision-cards {
  display: grid;
  gap: 1px;
  border: 1px solid var(--st-line);
  background: var(--st-line);
}

.nchlb-decision-cards article {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  gap: .2rem 1rem;
  min-width: 0;
  padding: clamp(1.3rem, 2.8vw, 2rem);
  background: var(--nchlb-mist);
}

.nchlb-decision-cards article > span {
  grid-row: 1 / 3;
  color: var(--nchlb-yellow-dark);
  font: 850 .72rem/1.45 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.nchlb-decision-cards h3 {
  margin: 0 0 .35rem;
  color: var(--nchlb-navy);
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.18;
}

.nchlb-decision-cards p {
  margin: 0;
  color: var(--st-copy);
  line-height: 1.62;
}

.nchlb-context-figure {
  border-color: var(--st-line);
}

.nchlb-material-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 2rem;
  padding: 1rem;
  border: 1px solid var(--st-line);
  background: #fff;
}

.nchlb-material-strip strong,
.nchlb-material-strip span {
  padding: .55rem .7rem;
  color: var(--st-copy);
  font-size: .76rem;
  line-height: 1.25;
}

.nchlb-material-strip strong {
  color: var(--nchlb-navy);
}

.nchlb-material-strip span {
  background: var(--nchlb-mist);
}

.nchlb-process {
  background: var(--nchlb-navy);
  color: #fff;
}

.nchlb-process-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .5fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2.2rem, 4vw, 3.5rem);
}

.nchlb-process-head .st-kicker {
  color: var(--nchlb-yellow);
}

.nchlb-process-head h2 {
  max-width: 16ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 4.2vw, 4.55rem);
  line-height: 1;
  letter-spacing: -.048em;
}

.nchlb-process-head > p {
  margin: 0;
  color: #b8ccd4;
  line-height: 1.72;
}

.nchlb-process-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(22rem, 1.08fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.nchlb-process-steps {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: #294554;
  list-style: none;
}

.nchlb-process-steps li {
  display: grid;
  grid-template-columns: 2.7rem minmax(0, 1fr);
  gap: 1rem;
  min-width: 0;
  padding: clamp(1.3rem, 2.8vw, 2.1rem);
  background: var(--nchlb-deep);
}

.nchlb-process-steps li > span {
  color: var(--nchlb-yellow);
  font: 850 .74rem/1.45 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.nchlb-process-steps h3 {
  margin: 0 0 .42rem;
  color: #fff;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}

.nchlb-process-steps p {
  margin: 0;
  color: #b9ccd5;
  line-height: 1.62;
}

.nchlb-process-figure {
  border-color: #3a5867;
}

.nchlb-standard {
  background: var(--nchlb-warm);
}

.nchlb-standard-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: #d0c9bb;
  list-style: none;
}

.nchlb-standard-list li {
  display: grid;
  min-width: 0;
  min-height: 8.4rem;
  align-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  background: #fff;
}

.nchlb-standard-list span {
  color: var(--nchlb-yellow-dark);
  font: 850 .7rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.nchlb-standard-list strong {
  color: var(--nchlb-navy);
  line-height: 1.4;
}

.nchlb-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(2.2rem, 4vw, 3.5rem);
  border: 1px solid #2a4a59;
  background: #2a4a59;
}

.nchlb-value-grid article {
  min-width: 0;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  background: var(--nchlb-navy);
}

.nchlb-value-grid article > span,
.nchlb-selection-grid article > span {
  color: var(--nchlb-yellow);
  font: 850 .7rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.nchlb-value-grid h3,
.nchlb-selection-grid h3 {
  margin: .8rem 0 .7rem;
  color: #fff;
  font-size: clamp(1.15rem, 1.75vw, 1.5rem);
  line-height: 1.16;
}

.nchlb-value-grid p,
.nchlb-selection-grid p {
  margin: 0;
  color: #b9ccd4;
  line-height: 1.62;
}

.nchlb-models {
  background: #f7fafb;
}

.nchlb-model-table table {
  min-width: 72rem;
}

.nchlb-model-table caption {
  padding: 1rem 1.1rem;
  background: #fff;
  color: var(--nchlb-navy);
  font-weight: 850;
  text-align: left;
}

.nchlb-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 1.2rem 0 0;
  border: 1px solid var(--st-line);
  background: var(--st-line);
}

.nchlb-spec-grid div {
  min-width: 0;
  padding: 1.15rem 1.2rem;
  background: #fff;
}

.nchlb-spec-grid dt {
  color: var(--st-muted);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.nchlb-spec-grid dd {
  margin: .45rem 0 0;
  color: var(--nchlb-navy);
  font-weight: 850;
  line-height: 1.4;
}

.nchlb-model-note {
  display: grid;
  grid-template-columns: minmax(11rem, .28fr) minmax(0, .72fr);
  gap: 1.4rem;
  margin-top: 1.2rem;
  padding: 1.25rem;
  border-left: 4px solid var(--nchlb-yellow);
  background: var(--nchlb-mist);
}

.nchlb-model-note strong {
  color: var(--nchlb-navy);
}

.nchlb-model-note p {
  margin: 0;
  color: var(--st-copy);
  line-height: 1.62;
}

.nchlb-options {
  background: var(--nchlb-mist);
}

.nchlb-option-story {
  display: grid;
  grid-template-columns: minmax(16rem, .32fr) minmax(0, .68fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 3.4rem) 0;
  border-top: 1px solid var(--st-line);
}

.nchlb-option-story:last-child {
  border-bottom: 1px solid var(--st-line);
}

.nchlb-option-story.is-reversed .nchlb-option-copy {
  order: 2;
}

.nchlb-option-copy > span {
  color: var(--nchlb-yellow-dark);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.nchlb-option-copy h3 {
  margin: .75rem 0 1rem;
  color: var(--nchlb-navy);
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1.03;
  letter-spacing: -.035em;
}

.nchlb-option-copy p {
  margin: 0;
  color: var(--st-copy);
  line-height: 1.68;
}

.nchlb-option-media {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(13rem, .76fr);
  gap: 1rem;
  align-items: end;
  min-width: 0;
}

.nchlb-option-story.is-reversed .nchlb-option-media {
  grid-template-columns: minmax(13rem, .76fr) minmax(0, 1.24fr);
}

.nchlb-option-media figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--st-line);
  background: #fff;
}

.nchlb-option-media figure:not(.is-featured) {
  margin-bottom: 1.6rem;
}

.nchlb-option-media img {
  width: 100%;
}

.nchlb-option-media figcaption {
  display: grid;
  gap: .45rem;
  padding: 1rem;
  border-top: 1px solid var(--st-line);
}

.nchlb-option-media figcaption strong {
  color: var(--nchlb-navy);
  line-height: 1.3;
}

.nchlb-option-media figcaption span {
  color: var(--st-copy);
  font-size: .85rem;
  line-height: 1.55;
}

.nchlb-integration {
  background: #fff;
}

.nchlb-integration-grid {
  display: grid;
  grid-template-columns: minmax(0, .91fr) minmax(22rem, 1.09fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.nchlb-integration-copy > p:not(.st-kicker) {
  max-width: 45rem;
  margin-top: 1.35rem;
}

.nchlb-integration-copy ol {
  display: grid;
  gap: 1px;
  margin: 2rem 0 0;
  padding: 1px;
  border: 1px solid var(--st-line);
  background: var(--st-line);
  list-style: none;
}

.nchlb-integration-copy li {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  gap: .9rem;
  min-width: 0;
  padding: 1rem 1.1rem;
  background: var(--nchlb-mist);
}

.nchlb-integration-copy li > span {
  color: var(--nchlb-yellow-dark);
  font: 850 .7rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.nchlb-integration-copy h3 {
  margin: 0 0 .3rem;
  color: var(--nchlb-navy);
  font-size: 1.04rem;
}

.nchlb-integration-copy li p {
  margin: 0;
  color: var(--st-copy);
  line-height: 1.55;
}

.nchlb-integration-figure {
  border-color: var(--st-line);
}

.nchlb-selection {
  background: var(--nchlb-navy);
  color: #fff;
}

.nchlb-selection .nchlb-section-head h2 {
  color: #fff;
}

.nchlb-selection .nchlb-section-head > p {
  color: #b9ccd4;
}

.nchlb-selection .st-kicker {
  color: var(--nchlb-yellow);
}

.nchlb-selection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #2a4857;
  background: #2a4857;
}

.nchlb-selection-grid article {
  min-width: 0;
  padding: clamp(1.35rem, 2.8vw, 2.2rem);
  background: var(--nchlb-deep);
}

.nchlb-faq {
  background: var(--nchlb-warm);
}

.nchlb-faq-grid {
  display: grid;
  grid-template-columns: minmax(18rem, .67fr) minmax(0, 1.33fr);
  gap: clamp(2.5rem, 6vw, 6rem);
}

.nchlb-faq h2 {
  max-width: 11ch;
  margin: 0 0 1.2rem;
  color: var(--nchlb-navy);
  font-size: clamp(2.5rem, 4.2vw, 4.5rem);
  line-height: 1;
  letter-spacing: -.048em;
}

.nchlb-faq header > p:last-child {
  color: var(--st-copy);
  line-height: 1.68;
}

.nchlb-faq details {
  border-top: 1px solid var(--st-line);
  background: #fff;
}

.nchlb-faq details:last-child {
  border-bottom: 1px solid var(--st-line);
}

.nchlb-faq summary {
  position: relative;
  padding: 1.3rem 3.2rem 1.3rem 1.2rem;
  color: var(--nchlb-navy);
  font-weight: 850;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.nchlb-faq summary::-webkit-details-marker {
  display: none;
}

.nchlb-faq summary::after {
  position: absolute;
  right: 1.2rem;
  content: "+";
  color: var(--nchlb-yellow-dark);
  font-size: 1.35rem;
}

.nchlb-faq details[open] summary::after {
  content: "−";
}

.nchlb-faq details p {
  margin: 0;
  padding: 0 1.2rem 1.4rem;
  color: var(--st-copy);
  line-height: 1.68;
}

.nchlb-quote {
  background: var(--nchlb-navy);
  color: #fff;
}

.nchlb-quote-grid {
  display: grid;
  grid-template-columns: minmax(18rem, .62fr) minmax(0, 1.38fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.nchlb-quote-grid > *,
.nchlb-quote-copy {
  min-width: 0;
}

.nchlb-quote-copy .st-kicker {
  color: var(--nchlb-yellow);
}

.nchlb-quote-copy h2 {
  max-width: 12ch;
  margin: 0 0 1.2rem;
  color: #fff;
  font-size: clamp(2.5rem, 4.2vw, 4.5rem);
  line-height: 1;
  letter-spacing: -.048em;
}

.nchlb-quote-copy > p:not(.st-kicker) {
  color: #bdced5;
  line-height: 1.68;
}

.nchlb-quote-copy ul {
  display: grid;
  gap: .7rem;
  margin: 1.5rem 0 0;
  padding-left: 1.15rem;
  color: #d6e1e5;
  line-height: 1.55;
}

.nchlb-page .hnl-inquiry-grid > label,
.nchlb-page .hnl-inquiry-grid input,
.nchlb-page .hnl-inquiry-grid textarea {
  min-width: 0;
}

.nchlb-page .hnl-inquiry-submit {
  background: var(--nchlb-yellow);
  color: #1b1a12;
}

@media (max-width: 1100px) {
  .nchlb-standard-list,
  .nchlb-value-grid,
  .nchlb-selection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nchlb-option-story,
  .nchlb-option-story.is-reversed {
    grid-template-columns: minmax(14rem, .3fr) minmax(0, .7fr);
  }
}

@media (max-width: 900px) {
  .nchlb-hero-grid,
  .nchlb-section-head,
  .nchlb-process-head,
  .nchlb-application-grid,
  .nchlb-process-grid,
  .nchlb-option-story,
  .nchlb-option-story.is-reversed,
  .nchlb-integration-grid,
  .nchlb-faq-grid,
  .nchlb-quote-grid {
    grid-template-columns: 1fr;
  }

  .nchlb-hero-product,
  .nchlb-context-figure,
  .nchlb-process-figure,
  .nchlb-integration-figure {
    width: min(100%, 43rem);
    margin-inline: auto;
  }

  .nchlb-section-head,
  .nchlb-process-head {
    align-items: start;
  }

  .nchlb-section-head > p,
  .nchlb-process-head > p {
    max-width: 48rem;
  }

  .nchlb-option-story.is-reversed .nchlb-option-copy {
    order: 0;
  }

  .nchlb-option-story.is-reversed .nchlb-option-media {
    grid-template-columns: minmax(13rem, .76fr) minmax(0, 1.24fr);
  }

  .nchlb-model-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .nchlb-section-nav {
    top: 68px;
  }

  .nchlb-standard-list,
  .nchlb-value-grid,
  .nchlb-selection-grid,
  .nchlb-spec-grid {
    grid-template-columns: 1fr;
  }

  .nchlb-option-media,
  .nchlb-option-story.is-reversed .nchlb-option-media {
    grid-template-columns: 1fr;
  }

  .nchlb-option-media figure:not(.is-featured) {
    margin-bottom: 0;
  }

  .nchlb-standard-list li {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .nchlb-hero {
    padding-top: 3.5rem;
  }

  .nchlb-hero h1 {
    max-width: none;
    font-size: clamp(2.55rem, 11.3vw, 3.65rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .nchlb-breadcrumb {
    margin-bottom: 2.2rem;
  }

  .nchlb-hero-actions {
    display: grid;
  }

  .nchlb-button {
    width: 100%;
  }

  .nchlb-section-head h2,
  .nchlb-process-head h2,
  .nchlb-integration-copy h2,
  .nchlb-faq h2,
  .nchlb-quote-copy h2 {
    max-width: none;
    font-size: clamp(2.15rem, 10vw, 3.2rem);
    overflow-wrap: anywhere;
  }

  .nchlb-hero-facts {
    grid-template-columns: 1fr;
  }

  .nchlb-decision-cards article,
  .nchlb-process-steps li,
  .nchlb-integration-copy li {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .nchlb-material-strip strong,
  .nchlb-material-strip span {
    width: 100%;
  }
}
