.nchlc-page {
  --nchlc-ink: #071923;
  --nchlc-deep: #0a2835;
  --nchlc-blue: #185a70;
  --nchlc-sky: #dcecf0;
  --nchlc-copper: #d87932;
  --nchlc-copper-dark: #8b3e12;
  --nchlc-warm: #f2eee7;
  --nchlc-line: #cbd8dc;
}

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

.nchlc-page main {
  overflow: clip;
}

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

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

.nchlc-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.8rem, 8vw, 7.8rem) 0 clamp(4rem, 7vw, 6.4rem);
  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 84% 22%, rgba(216, 121, 50, .24), transparent 26rem),
    linear-gradient(128deg, #04131c 0%, #0a3040 62%, #0a2430 100%);
  background-size: 4.5rem 4.5rem, 4.5rem 4.5rem, auto, auto;
  color: #fff;
}

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

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

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

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

.nchlc-breadcrumb a {
  color: #e3edf0;
  text-decoration: none;
}

.nchlc-hero .st-kicker {
  color: #f0a162;
}

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

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

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

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

.nchlc-button.is-primary {
  border-color: var(--nchlc-copper);
  background: var(--nchlc-copper);
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nchlc-fit {
  background: #f7fafb;
}

.nchlc-fit-grid {
  display: grid;
  grid-template-columns: minmax(18rem, .76fr) minmax(0, 1.24fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

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

.nchlc-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(--nchlc-sky);
}

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

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

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

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

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

.nchlc-material-strip strong {
  color: var(--nchlc-ink);
}

.nchlc-material-strip span {
  background: var(--nchlc-sky);
}

.nchlc-process {
  background: var(--nchlc-ink);
  color: #fff;
}

.nchlc-process .st-kicker {
  color: #f0a162;
}

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

.nchlc-process .nchlc-section-head > p {
  color: #b9ccd4;
}

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

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

.nchlc-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(--nchlc-deep);
}

.nchlc-process-steps li > span {
  color: #f0a162;
  font: 850 .74rem/1.45 ui-monospace, SFMono-Regular, Menlo, monospace;
}

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

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

.nchlc-process-figure {
  border-color: #3a5b68;
}

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

.nchlc-standard-grid {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(22rem, 1.07fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

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

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

.nchlc-standard-list span,
.nchlc-value-grid article > span,
.nchlc-selection-grid li > span {
  color: var(--nchlc-copper-dark);
  font: 850 .7rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
}

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

.nchlc-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 #2a4c58;
  background: #2a4c58;
}

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

.nchlc-value-grid article > span {
  color: #f0a162;
}

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

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

.nchlc-models {
  background: #f7fafb;
}

.nchlc-page .st-unit-bar {
  margin-bottom: 1rem;
}

.nchlc-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--nchlc-line);
  background: #fff;
  scrollbar-color: var(--nchlc-blue) var(--nchlc-sky);
}

.nchlc-table-wrap table {
  width: 100%;
  min-width: 72rem;
  border-collapse: collapse;
  color: var(--st-copy);
  font-size: .82rem;
}

.nchlc-table-wrap th,
.nchlc-table-wrap td {
  padding: .9rem .85rem;
  border-right: 1px solid var(--nchlc-line);
  border-bottom: 1px solid var(--nchlc-line);
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.nchlc-table-wrap thead th {
  background: var(--nchlc-ink);
  color: #fff;
  font-size: .72rem;
  font-weight: 850;
}

.nchlc-table-wrap tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  background: #e8f1f4;
  color: var(--nchlc-ink);
  font-weight: 900;
}

.nchlc-table-wrap tbody tr:nth-child(even) td {
  background: #f6f9fa;
}

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

.nchlc-series-facts div {
  min-width: 0;
  padding: 1.15rem 1.2rem;
  background: #fff;
}

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

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

.nchlc-options {
  background: var(--nchlc-sky);
}

.nchlc-option-row {
  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.5rem) 0;
  border-top: 1px solid #b8cbd1;
}

.nchlc-option-row:last-child {
  border-bottom: 1px solid #b8cbd1;
}

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

.nchlc-option-row.is-reversed {
  grid-template-columns: minmax(0, .68fr) minmax(16rem, .32fr);
}

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

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

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

.nchlc-option-copy strong {
  color: var(--nchlc-ink);
}

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

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

.nchlc-option-media figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #b7c9cf;
  background: #fff;
}

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

.nchlc-option-media img {
  width: 100%;
  object-fit: contain;
}

.nchlc-option-media figcaption {
  padding: .9rem 1rem;
  border-top: 1px solid var(--nchlc-line);
  color: var(--nchlc-ink);
  font-size: .82rem;
  font-weight: 850;
}

.nchlc-applications {
  background: #fff;
}

.nchlc-applications-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, .8fr);
  gap: 1.1rem;
}

.nchlc-application-lead,
.nchlc-application-stack article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--nchlc-line);
  background: #f7fafb;
}

.nchlc-application-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(15rem, .88fr);
  align-items: stretch;
}

.nchlc-application-lead figure,
.nchlc-application-stack figure {
  display: grid;
  align-content: center;
  min-width: 0;
  margin: 0;
  background: var(--nchlc-sky);
}

.nchlc-application-lead img,
.nchlc-application-stack img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nchlc-application-lead > div,
.nchlc-application-stack article > div {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(1.25rem, 3vw, 2.5rem);
}

.nchlc-application-lead span,
.nchlc-application-stack span {
  color: var(--nchlc-copper-dark);
  font: 850 .7rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.nchlc-application-lead h3,
.nchlc-application-stack h3 {
  margin: .65rem 0;
  color: var(--nchlc-ink);
  line-height: 1.14;
}

.nchlc-application-lead h3 {
  font-size: clamp(1.45rem, 2.5vw, 2.35rem);
}

.nchlc-application-stack h3 {
  font-size: clamp(1.1rem, 1.65vw, 1.4rem);
}

.nchlc-application-lead p,
.nchlc-application-stack p {
  margin: 0;
  color: var(--st-copy);
  line-height: 1.62;
}

.nchlc-application-stack {
  display: grid;
  gap: 1.1rem;
}

.nchlc-application-stack article {
  display: grid;
  grid-template-columns: minmax(8.5rem, .43fr) minmax(0, .57fr);
}

.nchlc-integration {
  background: var(--nchlc-warm);
}

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

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

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

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

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

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

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

.nchlc-selection {
  background: var(--nchlc-ink);
  color: #fff;
}

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

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

.nchlc-selection .st-kicker {
  color: #f0a162;
}

.nchlc-selection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: #2a4a57;
  list-style: none;
}

.nchlc-selection-grid li {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: .8rem;
  min-width: 0;
  padding: clamp(1.35rem, 2.8vw, 2.2rem);
  background: var(--nchlc-deep);
}

.nchlc-selection-grid li > span {
  color: #f0a162;
}

.nchlc-selection-grid h3 {
  margin: 0 0 .55rem;
  color: #fff;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  line-height: 1.16;
}

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

.nchlc-faq {
  background: #f7fafb;
}

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

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

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

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

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

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

.nchlc-faq summary span {
  color: var(--nchlc-copper-dark);
  font-size: 1.35rem;
}

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

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

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

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

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

.nchlc-quote-copy .st-kicker {
  color: #f0a162;
}

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

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

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

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

.nchlc-page .hnl-inquiry-submit {
  background: var(--nchlc-copper);
  color: #fff;
}

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

  .nchlc-option-row {
    grid-template-columns: minmax(14rem, .3fr) minmax(0, .7fr);
  }

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

  .nchlc-applications-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, .92fr);
  }

  .nchlc-application-lead {
    grid-template-columns: 1fr;
  }

  .nchlc-application-stack article {
    grid-template-columns: minmax(8rem, .42fr) minmax(0, .58fr);
  }
}

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

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

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

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

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

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

  .nchlc-applications-grid {
    gap: 1rem;
  }
}

@media (max-width: 680px) {
  .nchlc-hero {
    padding: 3.4rem 0 3.7rem;
  }

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

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

  .nchlc-hero h1 {
    font-size: clamp(2.65rem, 12.8vw, 3.65rem);
  }

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

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

  .nchlc-hero-facts,
  .nchlc-standard-list,
  .nchlc-series-facts,
  .nchlc-value-grid,
  .nchlc-selection-grid {
    grid-template-columns: 1fr;
  }

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

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

  .nchlc-section-head h2,
  .nchlc-integration-copy h2,
  .nchlc-faq h2,
  .nchlc-quote-copy h2 {
    font-size: clamp(2.15rem, 10.4vw, 3rem);
  }

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

  .nchlc-material-strip {
    gap: .45rem;
    padding: .75rem;
  }

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

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

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

  .nchlc-page .st-unit-toggle button {
    flex: 1 1 0;
  }

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

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

  .nchlc-application-lead,
  .nchlc-application-stack article {
    grid-template-columns: 1fr;
  }

  .nchlc-application-stack article:nth-child(even) figure {
    order: 2;
  }

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

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