.nchlgc-page {
  --gc-ink: #061820;
  --gc-deep: #0a2a34;
  --gc-teal: #176b72;
  --gc-teal-dark: #0d4b54;
  --gc-mint: #dcefee;
  --gc-accent: #e07831;
  --gc-accent-dark: #91400f;
  --gc-paper: #f6faf9;
  --gc-warm: #f4efe8;
  --gc-line: #c6d8d7;
}

.nchlgc-page *,
.nchlgc-page *::before,
.nchlgc-page *::after {
  box-sizing: border-box;
}

.nchlgc-page main {
  overflow: clip;
}

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

.nchlgc-page figure,
.nchlgc-page ol,
.nchlgc-page dl {
  margin-top: 0;
  margin-bottom: 0;
}

.nchlgc-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.7rem, 8vw, 7.7rem) 0 clamp(4rem, 7vw, 6.3rem);
  background:
    linear-gradient(rgba(255, 255, 255, .038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .038) 1px, transparent 1px),
    radial-gradient(circle at 82% 24%, rgba(224, 120, 49, .23), transparent 27rem),
    linear-gradient(128deg, #03141b 0%, #0a3039 59%, #0d4146 100%);
  background-size: 4.5rem 4.5rem, 4.5rem 4.5rem, auto, auto;
  color: #fff;
}

.nchlgc-hero::before {
  position: absolute;
  right: -12rem;
  bottom: -20rem;
  width: 48rem;
  height: 48rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
}

.nchlgc-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(21rem, .95fr);
  gap: clamp(2.2rem, 5vw, 5.6rem);
  align-items: center;
}

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

.nchlgc-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .62rem;
  margin-bottom: clamp(2.3rem, 4vw, 4rem);
  color: #9cb9bd;
  font-size: .73rem;
  font-weight: 800;
}

.nchlgc-breadcrumb a {
  color: #e3f0f0;
  text-decoration: none;
}

.nchlgc-hero .st-kicker {
  color: #f1a56b;
}

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

.nchlgc-hero-qualifier {
  display: block;
  margin-top: .12em;
  font-size: .72em;
  letter-spacing: -.04em;
}

.nchlgc-hero-qualifier > span {
  white-space: nowrap;
}

.nchlgc-hero-lead {
  max-width: 45rem;
  margin: 1.75rem 0 0;
  color: #c8dcdc;
  font-size: clamp(1.03rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

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

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

.nchlgc-button.is-primary {
  border-color: var(--gc-accent);
  background: var(--gc-accent);
}

.nchlgc-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);
}

.nchlgc-hero-facts div {
  min-width: 0;
  padding: 1rem;
  background: rgba(4, 27, 34, .92);
}

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

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

.nchlgc-hero-product,
.nchlgc-fit-figure,
.nchlgc-integration-figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--gc-line);
  background: #fff;
  color: var(--gc-ink);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, .18);
}

.nchlgc-hero-product {
  border-color: rgba(255, 255, 255, .24);
}

.nchlgc-hero-product img,
.nchlgc-fit-figure img,
.nchlgc-integration-figure img {
  width: 100%;
  object-fit: contain;
}

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

.nchlgc-hero-product figcaption span,
.nchlgc-fit-figure figcaption span,
.nchlgc-integration-figure figcaption span {
  color: var(--gc-accent-dark);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nchlgc-hero-product figcaption strong,
.nchlgc-fit-figure figcaption strong,
.nchlgc-integration-figure figcaption strong {
  line-height: 1.45;
}

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

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

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

.nchlgc-section-nav a {
  flex: 0 0 auto;
  padding: 1rem 0;
  color: var(--gc-teal-dark);
  font-size: .75rem;
  font-weight: 850;
  text-decoration: none;
}

.nchlgc-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(18rem, .76fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.nchlgc-section-head > * {
  min-width: 0;
}

.nchlgc-section-head h2 {
  max-width: 15ch;
  margin: 0;
  color: var(--gc-ink);
  font-size: clamp(2.65rem, 4.6vw, 4.8rem);
  line-height: .99;
  letter-spacing: -.052em;
}

.nchlgc-section-head > p {
  max-width: 39rem;
  margin: 0;
  color: var(--st-copy);
  line-height: 1.72;
}

.nchlgc-fit {
  background: var(--gc-paper);
}

.nchlgc-fit-grid {
  display: grid;
  grid-template-columns: minmax(19rem, .8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4.6rem);
  align-items: start;
}

.nchlgc-fit-grid > * {
  min-width: 0;
}

.nchlgc-decision-cards {
  display: grid;
  gap: 1px;
  padding: 1px;
  background: var(--gc-line);
  list-style: none;
}

.nchlgc-decision-cards li {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 1rem;
  min-width: 0;
  padding: 1.25rem;
  background: #fff;
}

.nchlgc-decision-cards span,
.nchlgc-process-track > li > span,
.nchlgc-value-grid article > span,
.nchlgc-model-grid article > span,
.nchlgc-option-copy > span,
.nchlgc-selection-grid > li > span {
  color: var(--gc-accent-dark);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
}

.nchlgc-decision-cards h3,
.nchlgc-process-track h3,
.nchlgc-value-grid h3,
.nchlgc-model-grid h3,
.nchlgc-option-copy h3,
.nchlgc-selection-grid h3 {
  margin: 0 0 .45rem;
  color: var(--gc-ink);
  line-height: 1.2;
}

.nchlgc-decision-cards p,
.nchlgc-process-track p,
.nchlgc-value-grid p,
.nchlgc-model-grid p,
.nchlgc-option-copy p,
.nchlgc-selection-grid p {
  margin: 0;
  color: var(--st-copy);
  line-height: 1.6;
}

.nchlgc-process {
  background: var(--gc-deep);
  color: #fff;
}

.nchlgc-process .st-kicker {
  color: #76c9c5;
}

.nchlgc-process .nchlgc-section-head h2 {
  color: #fff;
}

.nchlgc-process .nchlgc-section-head > p {
  color: #bfd4d4;
}

.nchlgc-process-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, .18);
  list-style: none;
}

.nchlgc-process-track li {
  min-width: 0;
  min-height: 17rem;
  padding: 1.4rem;
  background: #0c3540;
}

.nchlgc-process-track > li > span {
  display: block;
  margin-bottom: 3rem;
  color: #f2a76f;
}

.nchlgc-process-track h3 {
  color: #fff;
}

.nchlgc-process-track p {
  color: #c3d8d9;
}

.nchlgc-flow-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.55rem, 2vw, 1.5rem);
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .04em;
}

.nchlgc-flow-line i {
  color: #f2a76f;
  font-style: normal;
}

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

.nchlgc-standard-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: #d7cec1;
  list-style: none;
}

.nchlgc-standard-list li {
  display: grid;
  grid-template-columns: 2.8rem minmax(0, 1fr);
  gap: 1rem;
  min-width: 0;
  min-height: 5.25rem;
  align-items: center;
  padding: 1rem 1.15rem;
  background: #fff;
}

.nchlgc-standard-list span {
  color: var(--gc-accent-dark);
  font-size: .72rem;
  font-weight: 950;
}

.nchlgc-standard-list strong {
  color: var(--gc-ink);
  font-size: .94rem;
  line-height: 1.42;
}

.nchlgc-value {
  background: #fff;
}

.nchlgc-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.nchlgc-value-grid article {
  min-width: 0;
  min-height: 16rem;
  padding: 1.4rem;
  border-top: 4px solid var(--gc-teal);
  background: var(--gc-mint);
}

.nchlgc-value-grid article > span {
  display: block;
  margin-bottom: 3.4rem;
}

.nchlgc-models {
  background: var(--gc-paper);
}

.nchlgc-model-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 1.5rem;
  padding: 1px;
  background: var(--gc-line);
}

.nchlgc-model-grid article {
  display: flex;
  min-width: 0;
  min-height: 17.5rem;
  flex-direction: column;
  padding: 1.3rem;
  background: #fff;
}

.nchlgc-model-grid article > span {
  margin-bottom: 3rem;
}

.nchlgc-model-grid h3 {
  font-size: 1.18rem;
}

.nchlgc-model-grid a {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--gc-teal-dark);
  font-size: .78rem;
  font-weight: 900;
  text-decoration: none;
}

.nchlgc-series-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: var(--gc-line);
}

.nchlgc-series-facts div {
  min-width: 0;
  padding: 1.1rem;
  background: var(--gc-mint);
}

.nchlgc-series-facts dt {
  color: var(--gc-teal-dark);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nchlgc-series-facts dd {
  margin: .42rem 0 0;
  color: var(--gc-ink);
  font-weight: 850;
  line-height: 1.4;
}

.nchlgc-option-stack {
  display: grid;
  gap: clamp(2.5rem, 5vw, 5rem);
  margin-top: clamp(4.5rem, 8vw, 7rem);
}

.nchlgc-option-row {
  display: grid;
  grid-template-columns: minmax(17rem, .34fr) minmax(0, .66fr);
  gap: clamp(1.7rem, 4vw, 4rem);
  align-items: center;
}

.nchlgc-option-row.is-reversed {
  grid-template-columns: minmax(0, .66fr) minmax(17rem, .34fr);
}

.nchlgc-option-row.is-reversed .nchlgc-option-copy {
  order: 2;
}

.nchlgc-option-row > *,
.nchlgc-option-pair {
  min-width: 0;
}

.nchlgc-option-copy {
  padding: 1.3rem 0;
}

.nchlgc-option-copy > span {
  display: block;
  margin-bottom: 1.5rem;
}

.nchlgc-option-copy h3 {
  margin-bottom: 1.1rem;
  font-size: clamp(1.65rem, 2.5vw, 2.45rem);
  letter-spacing: -.025em;
}

.nchlgc-option-copy p + p {
  margin-top: 1rem;
}

.nchlgc-option-row > figure,
.nchlgc-option-pair figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--gc-line);
  background: #fff;
}

.nchlgc-option-row figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nchlgc-option-row figcaption {
  padding: .8rem 1rem;
  border-top: 1px solid var(--gc-line);
  color: var(--gc-teal-dark);
  font-size: .75rem;
  font-weight: 850;
  line-height: 1.4;
}

.nchlgc-option-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(13rem, .82fr);
  gap: 1rem;
  align-items: start;
}

.nchlgc-option-pair figure:not(.is-primary) {
  margin-top: 3.2rem;
}

.nchlgc-integration {
  background: var(--gc-deep);
  color: #fff;
}

.nchlgc-integration .st-kicker {
  color: #76c9c5;
}

.nchlgc-integration .nchlgc-section-head h2 {
  color: #fff;
}

.nchlgc-integration .nchlgc-section-head > p {
  color: #bfd4d4;
}

.nchlgc-integration-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(22rem, 1.08fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.nchlgc-integration-grid > * {
  min-width: 0;
}

.nchlgc-selection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, .18);
  list-style: none;
}

.nchlgc-selection-grid li {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: .75rem;
  min-width: 0;
  padding: 1rem;
  background: #0c3540;
}

.nchlgc-selection-grid h3 {
  color: #fff;
}

.nchlgc-selection-grid p {
  color: #c3d8d9;
}

.nchlgc-integration-figure {
  box-shadow: none;
}

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

.nchlgc-faq-grid {
  display: grid;
  grid-template-columns: minmax(16rem, .38fr) minmax(0, .62fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.nchlgc-faq h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--gc-ink);
  font-size: clamp(2.5rem, 4.2vw, 4.4rem);
  line-height: 1;
  letter-spacing: -.048em;
}

.nchlgc-faq-list {
  min-width: 0;
  border-top: 1px solid #cbbfae;
}

.nchlgc-faq details {
  border-bottom: 1px solid #cbbfae;
  background: rgba(255, 255, 255, .55);
}

.nchlgc-faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding: 1.3rem 1.2rem;
  color: var(--gc-ink);
  font-weight: 850;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

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

.nchlgc-faq summary span {
  color: var(--gc-accent-dark);
  font-size: 1.2rem;
}

.nchlgc-faq details[open] summary span {
  transform: rotate(45deg);
}

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

.nchlgc-quote {
  background: var(--gc-ink);
  color: #fff;
}

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

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

.nchlgc-quote-copy .st-kicker {
  color: #f1a56b;
}

.nchlgc-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;
}

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

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

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

.nchlgc-page .hnl-inquiry-submit {
  background: var(--gc-accent);
  color: #fff;
}

@media (max-width: 1100px) {
  .nchlgc-hero-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(19rem, .94fr);
    gap: 2rem;
  }

  .nchlgc-hero h1 {
    font-size: clamp(3.1rem, 5.8vw, 4.6rem);
  }

  .nchlgc-process-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nchlgc-process-track li {
    min-height: 13.5rem;
  }

  .nchlgc-process-track > li > span {
    margin-bottom: 2rem;
  }

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

  .nchlgc-value-grid article {
    min-height: 13rem;
  }

  .nchlgc-value-grid article > span {
    margin-bottom: 2.4rem;
  }

  .nchlgc-model-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .nchlgc-model-grid article {
    grid-column: span 2;
    min-height: 15rem;
  }

  .nchlgc-model-grid article:nth-last-child(-n + 2) {
    grid-column: span 3;
  }

  .nchlgc-option-row {
    grid-template-columns: minmax(15rem, .34fr) minmax(0, .66fr);
  }

  .nchlgc-option-row.is-reversed {
    grid-template-columns: minmax(0, .66fr) minmax(15rem, .34fr);
  }

  .nchlgc-integration-grid {
    grid-template-columns: minmax(0, .9fr) minmax(20rem, 1.1fr);
  }
}

@media (max-width: 820px) {
  .nchlgc-hero-grid,
  .nchlgc-section-head,
  .nchlgc-fit-grid,
  .nchlgc-option-row,
  .nchlgc-option-row.is-reversed,
  .nchlgc-integration-grid,
  .nchlgc-faq-grid,
  .nchlgc-quote-grid {
    grid-template-columns: 1fr;
  }

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

  .nchlgc-section-head {
    align-items: start;
  }

  .nchlgc-section-head > p {
    max-width: 48rem;
  }

  .nchlgc-option-row.is-reversed .nchlgc-option-copy {
    order: 0;
  }

  .nchlgc-option-row.is-reversed .nchlgc-option-pair {
    order: 2;
  }
}

@media (max-width: 680px) {
  .nchlgc-page .st-shell {
    width: min(100% - 30px, 1240px);
  }

  .nchlgc-hero {
    padding: 3.3rem 0 3.6rem;
  }

  .nchlgc-hero-grid {
    gap: 2.2rem;
  }

  .nchlgc-breadcrumb {
    margin-bottom: 2rem;
  }

  .nchlgc-hero h1 {
    max-width: none;
    font-size: clamp(2.55rem, 12vw, 3.55rem);
  }

  .nchlgc-hero-lead {
    font-size: 1rem;
  }

  .nchlgc-hero-actions,
  .nchlgc-hero-actions a {
    width: 100%;
  }

  .nchlgc-hero-facts,
  .nchlgc-standard-list,
  .nchlgc-series-facts,
  .nchlgc-value-grid,
  .nchlgc-selection-grid,
  .nchlgc-model-grid,
  .nchlgc-option-pair {
    grid-template-columns: 1fr;
  }

  .nchlgc-model-grid article,
  .nchlgc-model-grid article:nth-last-child(-n + 2) {
    grid-column: auto;
    min-height: 0;
  }

  .nchlgc-model-grid article > span {
    margin-bottom: 1.5rem;
  }

  .nchlgc-section-nav {
    top: 64px;
  }

  .nchlgc-section-head {
    margin-bottom: 2rem;
  }

  .nchlgc-section-head h2,
  .nchlgc-faq h2,
  .nchlgc-quote-copy h2 {
    max-width: none;
    font-size: clamp(2.05rem, 10.2vw, 3rem);
  }

  .nchlgc-decision-cards li,
  .nchlgc-selection-grid li {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: .75rem;
  }

  .nchlgc-process-track {
    grid-template-columns: 1fr;
  }

  .nchlgc-process-track li {
    min-height: 0;
  }

  .nchlgc-flow-line {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .nchlgc-flow-line span,
  .nchlgc-flow-line i {
    flex: 0 0 auto;
  }

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

  .nchlgc-page .st-unit-bar {
    align-items: stretch;
  }

  .nchlgc-page .st-unit-toggle {
    width: 100%;
  }

  .nchlgc-option-pair figure:not(.is-primary) {
    width: 88%;
    margin: 0 0 0 auto;
  }

  .nchlgc-faq-grid {
    gap: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nchlgc-page *,
  .nchlgc-page *::before,
  .nchlgc-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
