@media (min-width: 1101px) {
  .home .nms-container { width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2))); }
}

.nms-hero { position: relative; min-height: 410px; isolation: isolate; color: #fff; background: var(--nms-color-ink); }
.nms-hero__media, .nms-hero__media img, .nms-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.nms-hero__media { z-index: -3; display: block; }
.nms-hero__media img { object-fit: cover; object-position: center; }
.nms-hero__overlay { z-index: -2; background: rgb(0 0 0 / 22%); }
.nms-hero__content { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 410px; padding-block: 38px; }
.nms-hero__copy { width: min(700px, 70%); }
.nms-eyebrow { margin: 0 0 10px; color: #b9d5ff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nms-hero h1 { margin: 0; color: #fff; font-size: clamp(38px, 3.6vw, 52px); line-height: 1.02; letter-spacing: 0; }
.nms-hero__lead { max-width: 540px; margin: 14px 0 19px; color: #f2f5f7; font-size: 17px; line-height: 1.35; }
.nms-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.nms-search { display: flex; width: min(500px, 100%); margin-top: 18px; }
.nms-search input { min-width: 0; flex: 1; height: 42px; padding: 0 14px; border: 0; border-radius: 4px 0 0 4px; color: var(--nms-color-ink); }
.nms-search button { width: 46px; border: 0; border-radius: 0 4px 4px 0; background: var(--nms-color-blue); color: #fff; cursor: pointer; font-size: 20px; }
.nms-hero__suggestions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 9px; color: #d3dbe2; font-size: 11px; }
.nms-hero__suggestions a { color: #b7ddff; }
.nms-hero__suggestions a:hover { color: #fff; }
.nms-inquiry-signal { width: 230px; padding: 18px; border: 1px solid rgb(255 255 255 / 22%); border-radius: 3px; background: rgb(6 14 23 / 72%); color: #fff; box-shadow: var(--nms-shadow-float); backdrop-filter: blur(6px); font-size: 11px; }
.nms-inquiry-signal__label { margin: 0 0 8px; color: #ff8a2b; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.nms-inquiry-signal strong, .nms-inquiry-signal span { display: block; }
.nms-inquiry-signal strong { font-size: 15px; }
.nms-inquiry-signal span { margin-top: 6px; color: #d5dde5; line-height: 1.45; }
.nms-inquiry-signal dl { margin: 15px 0; }
.nms-inquiry-signal dl div { display: flex; justify-content: space-between; gap: 8px; margin: 7px 0; padding-top: 7px; border-top: 1px solid rgb(255 255 255 / 14%); }
.nms-inquiry-signal dt { color: #9fb0bf; }
.nms-inquiry-signal dd { margin: 0; text-align: right; }
.nms-inquiry-signal small { display: block; color: #9fb0bf; font-size: 10px; line-height: 1.45; }
.nms-section { padding-block: var(--nms-section-y); }
.nms-brand-coverage { border-bottom: 1px solid var(--nms-color-line); background: #fff; padding-block: 22px; }
.nms-brand-coverage__inner { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 24px; }
.nms-section-heading--side h2 { font-size: 18px; }
.nms-section-heading--side span { margin-top: 8px; }
.nms-brand-list { display: grid; grid-template-columns: repeat(8, 1fr); }
.nms-brand-list a { min-height: 48px; display: grid; place-items: center; padding: 0 10px; border-right: 1px solid var(--nms-color-line); color: var(--nms-color-ink); font-size: 12px; text-align: center; text-decoration: none; }
.nms-brand-list a img { display: block; width: auto; max-width: 118px; height: 30px; object-fit: contain; }
.nms-brand-list a:hover { background: #f7f9fb; }
.nms-brand-list a:hover { color: var(--nms-color-blue); }
.nms-product-systems { background: #fff; padding-block: 50px; }
.nms-product-systems__layout { display: grid; grid-template-columns: 150px 1fr; gap: 24px; }
.nms-system-nav { display: grid; gap: 12px; margin-top: 24px; border-left: 1px solid var(--nms-color-line); padding-left: 12px; }
.nms-system-nav a { color: var(--nms-color-ink-soft); font-size: 12px; }
.nms-system-nav a:hover, .nms-system-nav a.is-active { color: var(--nms-color-blue); }
.nms-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--nms-grid-gap); }
.nms-product-card { min-width: 0; background: var(--nms-color-paper); transition: transform var(--nms-transition), box-shadow var(--nms-transition); }
.nms-product-card:hover { transform: translateY(-3px); box-shadow: var(--nms-shadow-card); }
.nms-product-card__image { display: block; aspect-ratio: 1.45; overflow: hidden; background: #f1f3f4; }
.nms-product-card__image img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform var(--nms-transition); }
.nms-product-card:hover img { transform: scale(1.04); }
.nms-product-card__footer { display: flex; justify-content: space-between; gap: 12px; padding: 13px 14px 15px; color: var(--nms-color-ink); font-size: 13px; }
.nms-product-card__footer span { color: var(--nms-color-blue); font-size: 18px; }
.nms-inquiry { border-block: 1px solid var(--nms-color-line); background: #101923; padding-block: 0; }
.nms-inquiry-desk > .nms-container { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .9fr) 180px; align-items: stretch; gap: 0; min-height: 510px; }
.nms-inquiry-desk__media { min-height: 510px; overflow: hidden; }
.nms-inquiry-desk__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.nms-inquiry-desk__panel { padding: 52px 46px; color: #fff; background: linear-gradient(90deg, #0f1a22, #17232d); }
.nms-inquiry-desk__panel h2 { margin: 6px 0 12px; color: #fff; font-size: clamp(2rem, 3vw, 3.1rem); line-height: 1.02; }
.nms-inquiry-desk__panel > p { max-width: 620px; margin: 0 0 22px; color: #d8e0e7; line-height: 1.6; }
.nms-inquiry-desk__stats { display: grid; background: rgb(4 10 16 / 92%); color: #fff; }
.nms-inquiry-desk__stats div { display: grid; align-content: center; gap: 7px; padding: 26px 20px; border-bottom: 1px solid rgb(255 255 255 / 14%); }
.nms-inquiry-desk__stats div:last-child { border-bottom: 0; }
.nms-inquiry-desk__stats strong { font-size: 22px; }
.nms-inquiry-desk__stats span { color: #aebbc6; font-size: 12px; line-height: 1.45; }
.nms-capabilities { background: #fff; padding-block: 52px; }
.nms-capabilities__grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 26px; }
.nms-capability { display: flex; gap: 12px; min-width: 0; padding: 0 16px; border-right: 1px solid var(--nms-color-line); }
.nms-capability:first-child { padding-left: 0; }
.nms-capability:last-child { border-right: 0; padding-right: 0; }
.nms-capability__icon { flex: 0 0 28px; color: var(--nms-color-blue); font-size: 26px; line-height: 1; }
.nms-capability h3 { margin: 0 0 6px; font-size: 13px; }
.nms-capability p { margin: 0; color: var(--nms-color-ink-soft); font-size: 11px; line-height: 1.5; }
.nms-industries { background: var(--nms-color-paper); padding-block: 48px; }
.nms-industry-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 24px; }
.nms-industry-card { position: relative; display: block; aspect-ratio: 1.25; overflow: hidden; isolation: isolate; border-radius: var(--nms-radius-md); background: var(--nms-color-ink); }
.nms-industry-card::after { content: ''; position: absolute; z-index: 1; inset: 0; background: rgb(0 0 0 / 26%); }
.nms-industry-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform var(--nms-transition); }
.nms-industry-card:hover img { transform: scale(1.06); }
.nms-industry-card span { position: absolute; z-index: 2; right: 10px; bottom: 10px; left: 10px; color: #fff; font-size: 14px; font-weight: 700; text-align: center; }
.nms-cta { position: relative; min-height: 290px; isolation: isolate; overflow: hidden; color: #fff; background: var(--nms-color-dark-panel); }
.nms-cta__bg, .nms-cta__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.nms-cta__bg { z-index: -3; object-fit: cover; object-position: center; }
.nms-cta__shade { z-index: -2; background: rgb(0 0 0 / 30%); }
.nms-cta__inner { display: grid; grid-template-columns: .85fr 1fr; align-items: center; gap: 50px; min-height: 290px; padding-block: 40px; }
.nms-cta__copy h2 { margin: 0 0 18px; color: #fff; font-size: 34px; line-height: 1.05; }
.nms-cta__copy a { display: block; margin-top: 10px; color: #fff; font-size: 14px; }
.nms-inquiry-form { padding: 0; }
.nms-inquiry-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.nms-inquiry-form label span:not(.screen-reader-text) { display: block; margin-bottom: 5px; color: #d9e2eb; font-size: 11px; font-weight: 700; }
.nms-inquiry-form input, .nms-inquiry-form select, .nms-inquiry-form textarea { width: 100%; border: 1px solid rgb(255 255 255 / 52%); border-radius: var(--nms-radius-md); background: rgb(0 0 0 / 16%); color: #fff; }
.nms-inquiry-form input, .nms-inquiry-form select { height: 40px; padding: 0 12px; }
.nms-inquiry-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, rgb(255 255 255 / 78%) 50%), linear-gradient(135deg, rgb(255 255 255 / 78%) 50%, transparent 50%); background-position: calc(100% - 16px) 17px, calc(100% - 11px) 17px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.nms-inquiry-form select option { color: #101820; }
.nms-inquiry-form textarea { min-height: 58px; margin-top: 10px; padding: 12px; resize: vertical; }
.nms-inquiry-form input::placeholder, .nms-inquiry-form textarea::placeholder { color: #d7dde2; }
.nms-form-message { min-height: 16px; margin: 8px 0 0; color: #bfe5c8; font-size: 12px; }
.nms-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.nms-section, .nms-cta { transition: opacity 500ms ease, transform 500ms ease; }
.nms-section.is-visible, .nms-cta.is-visible { transform: none; }

/* Approved homepage replication pass. */
@media (min-width: 1101px) {
  .home .nms-container { width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2))); }
}

.nms-hero {
  min-height: 600px;
  background: #071019;
}

.nms-hero__media img { object-position: center 42%; }

.nms-hero__overlay {
  background:
    linear-gradient(90deg, rgb(5 13 20 / 86%) 0%, rgb(5 13 20 / 62%) 46%, rgb(5 13 20 / 22%) 100%),
    linear-gradient(180deg, rgb(5 13 20 / 16%) 0%, rgb(5 13 20 / 34%) 100%);
}

.nms-hero__content {
  min-height: 470px;
  padding-block: 68px 52px;
}

.nms-hero__copy { width: min(980px, 74%); }

.nms-hero h1 {
  max-width: 980px;
  font-size: clamp(46px, 3.6vw, 56px);
  line-height: 1.02;
}

.nms-hero__lead {
  max-width: 620px;
  margin-top: 18px;
  font-size: 19px;
  line-height: 1.42;
}

.nms-hero__actions { margin-top: 28px; }

.nms-hero .nms-button {
  min-width: 168px;
  min-height: 54px;
  border-radius: 0;
  justify-content: center;
}

.nms-hero .nms-button--outline {
  border-color: rgb(255 255 255 / 62%);
  background: rgb(0 0 0 / 18%);
  color: #fff;
}

.nms-hero-tools {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgb(19 28 35 / 96%), rgb(31 36 39 / 96%));
  border-top: 1px solid rgb(255 255 255 / 12%);
  color: #fff;
}

.nms-search {
  width: 100%;
  margin: 0;
}

.nms-search input {
  height: 48px;
  border-radius: 0;
}

.nms-search button {
  width: 56px;
  height: 48px;
  border-radius: 0;
  background: #fff;
  color: #62707a;
}

.nms-hero-floating-search {
  position: relative;
  z-index: 3;
}

.nms-hero-tools__signals {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 94px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.nms-hero-tools__signals div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-content: center;
  column-gap: 12px;
  padding: 18px 24px;
  border-right: 1px solid rgb(255 255 255 / 18%);
}

.nms-hero-tools__signals div:last-child { border-right: 0; }

.nms-hero-tools__signals div > span {
  grid-row: span 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #ff7a1a;
  font-size: 22px;
  line-height: 46px;
}

.nms-hero-tools__signals .dashicons::before {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}

.nms-hero-tools__signals strong,
.nms-hero-tools__signals small {
  display: block;
}

.nms-hero-tools__signals strong { align-self: end; font-size: 16px; }
.nms-hero-tools__signals small { color: #fff; font-size: 13px; line-height: 1.15; }

.nms-brand-coverage {
  padding-block: 24px 20px;
  border-bottom: 1px solid #e0e5e8;
}

.nms-brand-coverage__inner {
  grid-template-columns: 170px 1fr;
  gap: 34px;
}

.nms-brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  align-items: center;
}

.nms-brand-list a {
  min-height: 28px;
  padding: 0 24px;
  border-right: 1px solid #9ca6ad;
  color: #101820;
  font-size: 14px;
}

.nms-brand-list a:hover {
  background: transparent;
  color: #ff6a00;
}

.nms-section-heading h2 {
  margin: 0;
  color: #101820;
  font-size: 24px;
  line-height: 1.05;
  text-transform: uppercase;
}

.nms-section-heading span {
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 14px;
  background: #ff6a00;
}

.nms-section-heading--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.nms-section-heading--row a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: #ff6a00;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nms-product-systems {
  padding-block: 36px 42px;
}

.nms-product-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px;
}

.nms-product-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #071019;
  box-shadow: none;
}

.nms-product-card:hover {
  box-shadow: none;
  transform: none;
}

.nms-product-card__image {
  height: 100%;
  aspect-ratio: auto;
  background: #111;
}

.nms-product-card__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(4 10 16 / 6%) 0%, rgb(4 10 16 / 18%) 52%, rgb(4 10 16 / 86%) 100%);
  content: "";
}

.nms-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
}

.nms-product-card__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  min-height: 86px;
  padding: 18px 14px 16px;
  color: #fff;
  text-align: center;
}

.nms-product-card__footer strong {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
}

.nms-product-card__footer small {
  display: block;
  margin-top: 8px;
  color: rgb(255 255 255 / 82%);
  font-size: 11px;
  line-height: 1.25;
}

.nms-inquiry {
  border: 0;
  background: #101923;
}

.nms-inquiry-desk > .nms-container {
  width: min(1440px, 100%);
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr) 190px;
  min-height: 560px;
}

.nms-inquiry-desk__panel {
  order: 1;
  padding: 58px 54px;
  background: linear-gradient(90deg, #101923, #17232d);
}

.nms-inquiry-desk__panel h2 {
  max-width: 520px;
  font-size: clamp(34px, 3.4vw, 48px);
}

.nms-inquiry-desk__panel > p {
  max-width: 520px;
  font-size: 14px;
}

.nms-inquiry-desk__media {
  order: 2;
  min-height: 560px;
}

.nms-inquiry-desk__media img {
  object-position: center center;
  filter: brightness(.88) contrast(1.06);
}

.nms-inquiry-desk__stats {
  order: 3;
  background: linear-gradient(180deg, rgb(4 10 16 / 64%), rgb(4 10 16 / 88%));
}

.nms-inquiry-desk__stats strong {
  color: #fff;
  font-size: 34px;
}

.nms-inquiry-form input,
.nms-inquiry-form select,
.nms-inquiry-form textarea {
  border-radius: 0;
}

.nms-inquiry-form__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 14px;
}

.nms-inquiry-form__actions .nms-button {
  min-width: 220px;
  min-height: 48px;
  border-radius: 0;
}

.nms-inquiry-form__actions a {
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
  text-decoration: none;
}

.nms-inquiry-form__actions small {
  color: rgb(255 255 255 / 68%);
  font-size: 11px;
}

.nms-industries {
  padding-block: 38px 44px;
  background: #fff;
}

.nms-industry-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  margin-top: 0;
}

.nms-industry-card {
  aspect-ratio: auto;
  border-radius: 0;
  display: grid;
  grid-template-rows: clamp(126px, 9.8vw, 148px) 36px;
  background: #fff;
}

.nms-industry-card::after {
  display: none;
}

.nms-industry-card img {
  height: 100%;
}

.nms-industry-card span {
  position: static;
  display: grid;
  align-items: center;
  padding: 11px 8px;
  background: #fff;
  color: #101820;
  font-size: 12px;
  text-transform: uppercase;
}

.nms-capabilities {
  padding-block: 42px 54px;
}

.nms-capabilities__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.nms-capability {
  display: block;
  padding: 0;
  border-right: 0;
}

.nms-capability__copy {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  min-height: 102px;
  padding: 0 8px 12px;
}

.nms-capability__icon {
  color: #101820;
  width: 28px;
  height: 28px;
  font-size: 27px;
  line-height: 1;
}

.nms-capability h3 {
  margin-top: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.nms-capability p {
  font-size: 11px;
  line-height: 1.35;
}

.nms-capability img {
  display: block;
  width: 100%;
  aspect-ratio: 1.78;
  object-fit: cover;
}

.nms-cta {
  min-height: 150px;
  background: #071019;
}

.nms-cta__inner {
  grid-template-columns: minmax(280px, 1fr) auto auto 190px;
  align-items: center;
  gap: 42px;
  min-height: 150px;
  padding-block: 28px;
}

.nms-cta__copy h2 {
  max-width: 420px;
  font-size: 28px;
  line-height: 1.05;
}

.nms-cta__contact {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-width: 210px;
  color: #fff;
}

.nms-cta__contact span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgb(255 107 31 / 70%);
  color: var(--nms-orange);
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}

.nms-cta__contact .dashicons::before {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
}

.nms-cta__contact a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nms-cta__contact small,
.nms-cta__actions small {
  display: block;
  margin-top: 3px;
  color: rgb(255 255 255 / 66%);
  font-size: 11px;
  line-height: 1.25;
}

.nms-cta__actions {
  display: block;
  text-align: left;
}

.nms-cta__actions .nms-button {
  justify-content: center;
  width: 100%;
  min-height: 46px;
  border-radius: 0;
  font-size: 13px;
}

@media (max-width: 900px) {
  .nms-hero { min-height: 0; }
  .nms-hero__content { min-height: 560px; }
  .nms-hero__copy { width: 100%; }
  .nms-hero-tools__signals { grid-template-columns: 1fr 1fr; }
  .nms-brand-coverage__inner,
  .nms-inquiry-desk > .nms-container { grid-template-columns: 1fr; }
  .nms-cta__inner { grid-template-columns: 1fr 1fr; }
  .nms-product-grid,
  .nms-industry-grid,
  .nms-capabilities__grid { grid-template-columns: 1fr 1fr; }
  .nms-inquiry-desk__stats { grid-template-columns: 1fr 1fr 1fr; }
}

@media (max-width: 640px) {
  .nms-hero__content { min-height: 620px; padding-block: 54px 34px; }
  .nms-hero h1 { font-size: 42px; }
  .nms-hero__actions .nms-button { width: 100%; }
  .nms-hero-tools__signals { grid-template-columns: 1fr; }
  .nms-product-grid,
  .nms-industry-grid,
  .nms-capabilities__grid { grid-template-columns: 1fr; }
  .nms-product-card { min-height: 300px; }
  .nms-industry-card {
    grid-template-rows: 122px 34px;
  }
  .nms-inquiry-desk__panel { padding: 38px 22px; }
  .nms-inquiry-form__grid { grid-template-columns: 1fr; }
  .nms-inquiry-form__actions { display: block; }
  .nms-inquiry-form__actions a { display: block; margin-top: 16px; }
  .nms-cta { min-height: 0; }
  .nms-cta__inner {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding-block: 26px 28px;
  }
  .nms-cta__copy h2 {
    margin-bottom: 2px;
    font-size: 26px;
  }
  .nms-cta__contact {
    min-width: 0;
  }
  .nms-cta__actions {
    display: grid;
    gap: 8px;
    width: 100%;
  }
  .nms-cta__actions .nms-button {
    width: 100%;
  }
  .nms-cta__actions small {
    margin-top: 0;
  }
}

/* Homepage reference lock: July 2026 selected industrial group design. */
.home .nms-container { width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2))); }
.home .nms-site-header { background: rgb(5 14 22 / 96%); }
.home .nms-site-header__inner { min-height: 90px; }
.home .nms-brand { min-width: 300px; }
.home .nms-brand__mark { width: 74px; }
.home .nms-nav { gap: 26px; font-size: 13px; }
.home .nms-inquiry-button { height: 48px; padding-inline: 22px; }

.home .nms-hero { min-height: 476px; }
.home .nms-hero__content { min-height: 372px; padding-block: 56px 34px; }
.home .nms-hero__copy { width: min(760px, 64%); }
.home .nms-hero h1 { max-width: 720px; font-size: clamp(46px, 4.15vw, 60px); line-height: 1.08; }
.home .nms-hero__lead { max-width: 560px; margin: 14px 0 0; font-size: 18px; line-height: 1.36; }
.home .nms-hero__actions { margin-top: 24px; gap: 16px; }
.home .nms-hero .nms-button { min-width: 150px; min-height: 48px; padding-inline: 22px; }
.home .nms-hero .nms-button--outline { min-width: 176px; }

.home .nms-hero-tools { background: #0a1e2e; }
.home .nms-hero-floating-search {
  position: absolute;
  bottom: 28px;
  left: max(390px, calc(50% - 330px));
  width: min(860px, calc(100% - 430px));
  min-height: 0;
  margin-inline: 0;
}
.home .nms-search { display: grid; grid-template-columns: minmax(0, 1fr) 188px; box-shadow: 0 12px 34px rgb(0 0 0 / 20%); }
.home .nms-search input { height: 54px; padding-inline: 20px; background: #fff; font-size: 14px; }
.home .nms-search button { width: auto; height: 54px; background: #0750a7; color: #fff; font-size: 14px; font-weight: 800; }
.home .nms-hero-tools__signals { min-height: 92px; padding-top: 0; border-top: 1px solid rgb(255 255 255 / 16%); }
.home .nms-hero-tools__signals div { grid-template-columns: 60px minmax(0, 1fr); padding: 19px 30px; }
.home .nms-hero-tools__signals div > span { width: 50px; height: 50px; border-width: 2px; color: #fff; font-size: 25px; }
.home .nms-hero-tools__signals strong { font-size: 15px; }
.home .nms-hero-tools__signals small { font-size: 13px; }

.home .nms-brand-coverage { padding-block: 34px 30px; background: #fff; }
.home .nms-brand-coverage__inner { display: block; text-align: center; }
.home .nms-section-heading { margin-bottom: 26px; text-align: center; }
.home .nms-section-heading h2 { font-size: 22px; letter-spacing: .01em; }
.home .nms-section-heading span { display: none; }
.home .nms-brand-list { justify-content: center; gap: 20px 0; }
.home .nms-brand-list a { min-height: 20px; padding: 0 32px; font-size: 13px; }

.home .nms-product-systems { padding-block: 34px 38px; background: #fff; }
.home .nms-product-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
.home .nms-product-card { min-height: 300px; }
.home .nms-product-card__image img { object-fit: cover; }
.home .nms-product-card__footer { min-height: 82px; padding: 18px 10px 14px; background: rgb(7 22 34 / 90%); }
.home .nms-product-card__footer strong { font-size: 16px; line-height: 1.15; text-transform: none; }
.home .nms-product-card__footer small { margin-top: 12px; color: #d8e8f7; font-size: 14px; }

.home .nms-inquiry { padding: 0; background: linear-gradient(110deg, #061929, #142a36); }
.home .nms-inquiry-desk > .nms-container { grid-template-columns: .62fr 1fr; gap: 80px; align-items: center; min-height: 430px; padding-block: 48px; }
.home .nms-inquiry-desk__panel { order: 1; padding: 0; background: transparent; }
.home .nms-inquiry-desk__form { order: 2; }
.home .nms-inquiry-desk__panel h2 { max-width: 420px; margin: 0 0 48px; color: #fff; font-size: 33px; line-height: 1.14; }
.home .nms-inquiry-desk__contact { display: grid; grid-template-columns: 36px minmax(0, 1fr); align-items: center; gap: 18px; margin-top: 30px; color: #fff; font-size: 19px; }
.home .nms-inquiry-desk__contact a { color: #fff; text-decoration: none; }
.home .nms-inquiry-desk__contact .dashicons { width: 30px; height: 30px; color: #fff; font-size: 28px; }
.home .nms-inquiry-desk__form { min-width: 0; }
.home .nms-inquiry-form__grid { grid-template-columns: 1fr 1fr; gap: 18px 14px; }
.home .nms-inquiry-form label:not(.nms-upload-box) span:not(.screen-reader-text) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.home .nms-inquiry-form input,
.home .nms-inquiry-form textarea { height: 48px; border: 1px solid rgb(255 255 255 / 22%); background: rgb(255 255 255 / 8%); color: #fff; font-size: 13px; }
.home .nms-inquiry-form textarea { height: 104px; min-height: 104px; margin-top: 18px; }
.home .nms-upload-box { display: grid; grid-template-columns: 46px minmax(0, 1fr); align-items: center; margin-top: 18px; padding: 16px 18px; border: 1px solid rgb(255 255 255 / 20%); color: #fff; text-decoration: none; background: rgb(255 255 255 / 5%); cursor: pointer; }
.home .nms-upload-box .dashicons { position: static; grid-row: span 2; width: 34px; height: 34px; overflow: visible; clip: auto; white-space: normal; font-size: 32px; opacity: 1; }
.home .nms-upload-box strong { font-size: 13px; }
.home .nms-upload-box small { color: rgb(255 255 255 / 68%); font-size: 11px; }
.home .nms-upload-box input { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; pointer-events: none; }
.home .nms-inquiry-form__actions { display: block; margin-top: 18px; }
.home .nms-inquiry-form__actions .nms-button { width: 100%; min-height: 52px; font-size: 17px; }

.home .nms-industries { padding-block: 30px 34px; }
.home .nms-industry-grid { gap: 5px; }
.home .nms-industry-card { grid-template-rows: clamp(150px, 9.2vw, 188px) 35px; }
.home .nms-industry-card span { font-size: 11px; font-weight: 800; }

.home .nms-capabilities { padding-block: 34px 40px; background: #fff; }
.home .nms-capabilities__grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin-top: 0; }
.home .nms-capability { background: #fff; }
.home .nms-capability img { height: clamp(160px, 10vw, 220px); aspect-ratio: auto; object-fit: cover; }
.home .nms-capability__copy { display: block; min-height: 82px; padding: 10px 8px 0; text-align: center; }
.home .nms-capability h3 { margin: 0 0 5px; font-size: 12px; text-transform: none; }
.home .nms-capability p { font-size: 11px; line-height: 1.28; }

.home .nms-home-about { display: grid; grid-template-columns: .78fr 1.48fr; width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2))); margin-inline: auto; background: #071927; color: #fff; box-shadow: 0 0 0 100vmax #071927; clip-path: inset(0 -100vmax); }
.home .nms-home-about__image { min-height: 268px; overflow: hidden; }
.home .nms-home-about__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.home .nms-home-about__body { display: grid; align-content: center; padding: 38px 54px 34px; }
.home .nms-home-about__eyebrow { margin: 0 0 12px; color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.home .nms-home-about h2 { max-width: 790px; margin: 0 0 24px; color: #fff; font-size: 30px; line-height: 1.2; }
.home .nms-home-about__stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.home .nms-home-about__stats div { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; color: #fff; }
.home .nms-home-about__stats .dashicons { grid-row: span 2; width: 42px; height: 42px; border: 1px solid rgb(255 255 255 / 72%); border-radius: 50%; font-size: 24px; line-height: 42px; text-align: center; }
.home .nms-home-about__stats strong { font-size: 20px; }
.home .nms-home-about__stats small { color: rgb(255 255 255 / 78%); font-size: 11px; line-height: 1.15; }

.home .nms-cta { min-height: 96px; border-top: 1px solid rgb(255 255 255 / 8%); background: #071927; }
.home .nms-cta__inner { grid-template-columns: 1.15fr .65fr .65fr 220px; gap: 42px; min-height: 96px; padding-block: 20px; }
.home .nms-cta__copy h2 { max-width: 410px; margin: 0; font-size: 27px; }
.home .nms-cta__contact { min-width: 0; }
.home .nms-cta__contact span { border: 0; color: #ff8a16; }
.home .nms-cta__actions .nms-button { min-height: 50px; }

@media (max-width: 760px) {
  .home .nms-container,
  .home .nms-inquiry-desk > .nms-container { width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2))); }
  .home .nms-hero-tools__signals,
  .home .nms-product-grid,
  .home .nms-industry-grid,
  .home .nms-capabilities__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home .nms-inquiry-desk > .nms-container,
  .home .nms-home-about,
  .home .nms-cta__inner { grid-template-columns: 1fr; }
  .home .nms-hero-floating-search { position: static; width: min(100% - 36px, 760px); margin: 22px auto 0; }
}

@media (max-width: 640px) {
  .home .nms-hero__copy {
    width: min(100%, 320px);
  }

  .home .nms-hero h1 {
    max-width: 320px;
    font-size: 39px;
    line-height: 1.08;
  }

  .home .nms-hero-tools__signals div {
    grid-template-columns: 54px minmax(84px, 1fr);
    padding-inline: 18px;
  }

  .home .nms-hero-tools__signals small,
  .home .nms-hero-tools__signals strong {
    min-width: 0;
    overflow-wrap: normal;
  }

  .home .nms-home-about__body {
    padding: 30px 22px 28px;
  }

  .home .nms-home-about h2 {
    font-size: 26px;
    line-height: 1.18;
  }

  .home .nms-home-about__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .home .nms-home-about__stats div {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 58px;
  }

  .home .nms-home-about__stats .dashicons {
    width: 34px;
    height: 34px;
    font-size: 19px;
    line-height: 34px;
  }

  .home .nms-home-about__stats strong {
    font-size: 15px;
    line-height: 1.1;
  }

  .home .nms-home-about__stats small {
    font-size: 10px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .home .nms-capability img {
    height: auto;
    aspect-ratio: 2.08;
  }
}

@media (max-width: 767px) {
  .home .nms-product-card {
    min-height: 0;
    background: #071622;
  }

  .home .nms-product-card__image {
    height: auto;
    aspect-ratio: 1.12 / 1;
    background: #111923;
  }

  .home .nms-product-card__image img {
    object-fit: contain;
    padding: 8px;
  }

  .home .nms-product-card__image::after {
    background: linear-gradient(180deg, rgb(4 10 16 / 0%) 0%, rgb(4 10 16 / 8%) 100%);
  }

  .home .nms-product-card__footer {
    position: static;
    min-height: 74px;
    padding: 12px 8px 13px;
  }
}

/* Homepage contained-layout correction: keep the selected homepage while using the global container system. */
@media (min-width: 901px) {
  .home .nms-site-header__inner {
    min-height: 82px;
  }

  .home .nms-nav {
    gap: clamp(18px, 1.55vw, 24px);
    font-size: 13px;
  }

  .home .nms-inquiry-button {
    height: 46px;
  }

  .home .nms-hero {
    min-height: 491px;
  }

  .home .nms-hero__content {
    min-height: 391px;
    padding-block: 44px 42px;
  }

  .home .nms-hero__copy {
    width: min(820px, 64%);
  }

  .home .nms-hero h1 {
    max-width: 820px;
    font-size: clamp(46px, 3.7vw, 58px);
    line-height: 1.08;
  }

  .home .nms-hero__lead {
    max-width: 580px;
    font-size: 18px;
    line-height: 1.42;
  }

  .home .nms-hero-floating-search {
    right: auto;
    bottom: 24px;
    left: 50%;
    width: min(880px, calc(var(--nms-container) - 300px), calc(100% - (var(--nms-gutter) * 2)));
    transform: translateX(-50%);
  }

  .home .nms-search {
    grid-template-columns: minmax(0, 1fr) 190px;
  }

  .home .nms-hero-tools__signals {
    min-height: 96px;
  }

  .home .nms-hero-tools__signals div {
    padding-inline: clamp(18px, 2vw, 28px);
  }

  .home .nms-brand-coverage,
  .home .nms-product-systems,
  .home .nms-industries,
  .home .nms-capabilities {
    padding-inline: 0;
  }

  .home .nms-brand-list a {
    padding-inline: clamp(20px, 2.1vw, 30px);
  }

  .home .nms-product-grid {
    gap: 10px;
  }

  .home .nms-product-card {
    min-height: clamp(270px, 21vw, 300px);
  }

  .home .nms-product-card__footer strong {
    font-size: 15px;
  }

  .home .nms-product-card__footer small {
    font-size: 13px;
  }

  .home .nms-inquiry-desk > .nms-container {
    grid-template-columns: minmax(300px, .55fr) minmax(0, 1fr);
    gap: clamp(54px, 5vw, 76px);
    min-height: 420px;
    padding-block: 48px;
  }

  .home .nms-inquiry-desk__panel h2 {
    max-width: 390px;
    margin-bottom: 42px;
    font-size: clamp(30px, 2.5vw, 36px);
  }

  .home .nms-inquiry-form input {
    height: 46px;
  }

  .home .nms-inquiry-form textarea {
    height: 96px;
    min-height: 96px;
  }

  .home .nms-industries {
    padding-block: 34px 40px;
  }

  .home .nms-industry-grid {
    gap: 8px;
  }

  .home .nms-industry-card {
    grid-template-rows: clamp(132px, 10vw, 160px) 38px;
  }

  .home .nms-capabilities__grid {
    gap: 10px;
  }

  .home .nms-capability img {
    height: clamp(136px, 10vw, 168px);
  }

  .home .nms-capability__copy {
    min-height: 92px;
    padding: 12px 10px 0;
  }

  .home .nms-home-about {
    grid-template-columns: .78fr 1.32fr;
  }

  .home .nms-home-about__image {
    min-height: 280px;
  }

  .home .nms-home-about__body {
    padding-inline: clamp(40px, 4vw, 58px);
  }

  .home .nms-cta__inner {
    grid-template-columns: minmax(280px, 1fr) minmax(210px, .56fr) minmax(210px, .56fr) 210px;
    gap: clamp(28px, 3vw, 42px);
  }

  .home .nms-footer {
    padding-top: 34px;
  }

  .home .nms-footer__grid {
    grid-template-columns: 1.35fr .7fr .78fr .78fr .86fr 1.05fr;
    gap: clamp(28px, 3vw, 42px);
  }

  .home .nms-footer__brand img {
    width: 238px;
  }

  .home .nms-footer p,
  .home .nms-footer__nav a,
  .home .nms-footer__contact a,
  .home .nms-footer__contact p {
    font-size: 12px;
  }
}

@media (min-width: 1600px) {
  .home .nms-hero-floating-search {
    width: 900px;
  }
}

/* Homepage v161 polish: keep the approved layout, improve desktop proportion and inquiry readability. */
@media (min-width: 901px) {
  .home .nms-hero-floating-search {
    position: static;
    width: min(760px, 100%);
    margin: clamp(66px, 6vw, 92px) 0 0;
    transform: none;
  }

  .home .nms-search {
    grid-template-columns: minmax(0, 1fr) 150px;
    height: 50px;
    border: 1px solid rgb(255 255 255 / 32%);
    box-shadow: 0 16px 32px rgb(0 0 0 / 28%);
  }

  .home .nms-search input,
  .home .nms-search button {
    height: 50px;
  }

  .home .nms-search button {
    font-size: 13px;
  }

  .home .nms-product-systems {
    padding-block: 40px 46px;
  }

  .home .nms-product-grid {
    gap: 12px;
  }

  .home .nms-product-card {
    min-height: clamp(300px, 22vw, 324px);
  }

  .home .nms-product-card__footer {
    min-height: 78px;
    padding: 15px 12px 14px;
  }

  .home .nms-product-card__footer strong {
    font-size: 15px;
  }

  .home .nms-product-card__footer small {
    margin-top: 9px;
    font-size: 13px;
  }

  .home .nms-inquiry-desk > .nms-container {
    grid-template-columns: minmax(430px, .74fr) minmax(0, 1fr);
    gap: clamp(56px, 5vw, 76px);
    min-height: 458px;
    padding-block: 56px;
  }

  .home .nms-inquiry-desk__panel h2 {
    max-width: 560px;
    margin-bottom: 46px;
    font-size: clamp(32px, 2.35vw, 36px);
    line-height: 1.12;
  }

  .home .nms-inquiry-desk__contact {
    margin-top: 28px;
  }

  .home .nms-inquiry-form__grid {
    gap: 16px;
  }

  .home .nms-inquiry-form input {
    height: 48px;
  }

  .home .nms-inquiry-form textarea {
    height: 108px;
    min-height: 108px;
    margin-top: 16px;
  }

  .home .nms-upload-box {
    margin-top: 16px;
  }

  .home .nms-inquiry-form__actions {
    margin-top: 16px;
  }

  .home .nms-industries {
    padding-block: 38px 44px;
  }

  .home .nms-industry-grid,
  .home .nms-capabilities__grid {
    gap: 10px;
  }

  .home .nms-industry-card {
    grid-template-rows: clamp(148px, 10vw, 172px) 38px;
  }

  .home .nms-capabilities {
    padding-block: 42px 46px;
  }

  .home .nms-capability img {
    height: clamp(146px, 10.5vw, 176px);
  }

  .home .nms-capability__copy {
    min-height: 88px;
    padding: 12px 9px 0;
  }

  .home .nms-home-about {
    grid-template-columns: .82fr 1.34fr;
  }

  .home .nms-home-about__image {
    min-height: 300px;
  }

  .home .nms-home-about__body {
    padding-block: 44px 40px;
  }

  .home .nms-home-about h2 {
    max-width: 760px;
    font-size: clamp(30px, 2.5vw, 36px);
  }

  .home .nms-cta__copy h2 {
    max-width: 460px;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .home .nms-site-header__inner {
    gap: 12px;
  }

  .home .nms-brand {
    min-width: 236px;
  }

  .home .nms-brand__mark {
    width: 60px;
  }

  .home .nms-nav {
    gap: 13px;
    font-size: 11px;
  }

  .home .nms-inquiry-button {
    height: 42px;
    padding-inline: 13px;
    font-size: 11px;
  }

  .home .nms-cta__inner {
    grid-template-columns: minmax(0, 1fr) minmax(220px, .8fr);
    gap: 18px 28px;
  }

  .home .nms-cta__actions {
    justify-self: stretch;
  }

  .home .nms-cta__actions .nms-button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .home .nms-hero-floating-search {
    width: min(100% - 36px, 760px);
    margin: 22px auto 0;
  }

  .home .nms-search {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    box-shadow: 0 16px 30px rgb(0 0 0 / 22%);
  }

  .home .nms-search input,
  .home .nms-search button {
    width: 100%;
    height: 48px;
    border-radius: 0;
  }

  .home .nms-search input {
    padding-inline: 20px;
    font-size: 14px;
  }

  .home .nms-search button {
    font-size: 13px;
  }
}

/* Homepage body proportion v173: replace compressed six-column strips with readable desktop cards. */
@media (min-width: 901px) {
  .home .nms-product-systems {
    padding-block: clamp(46px, 4.2vw, 70px);
  }

  .home .nms-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.25vw, 20px);
  }

  .home .nms-product-card {
    min-height: clamp(330px, 24vw, 390px);
    border: 1px solid rgb(9 26 39 / 12%);
  }

  .home .nms-product-card__footer {
    min-height: 98px;
    padding: 22px 20px 18px;
  }

  .home .nms-product-card__footer strong {
    font-size: clamp(17px, 1.15vw, 20px);
    line-height: 1.15;
  }

  .home .nms-product-card__footer small {
    margin-top: 11px;
    font-size: 14px;
    line-height: 1.35;
  }

  .home .nms-industries {
    padding-block: clamp(48px, 4vw, 66px);
  }

  .home .nms-industry-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.25vw, 20px);
  }

  .home .nms-industry-card {
    grid-template-rows: clamp(178px, 13vw, 230px) 46px;
    border: 1px solid var(--nms-color-line);
  }

  .home .nms-industry-card span {
    font-size: 13px;
    letter-spacing: 0;
  }

  .home .nms-capabilities {
    padding-block: clamp(52px, 4.5vw, 76px);
  }

  .home .nms-capabilities__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 1.5vw, 24px);
  }

  .home .nms-capability {
    border: 1px solid var(--nms-color-line);
    background: #fff;
  }

  .home .nms-capability img {
    height: clamp(190px, 13vw, 250px);
    aspect-ratio: auto;
  }

  .home .nms-capability__copy {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 116px;
    padding: 18px 18px 20px;
    text-align: left;
  }

  .home .nms-capability h3 {
    font-size: 14px;
    line-height: 1.2;
  }

  .home .nms-capability p {
    font-size: 12px;
    line-height: 1.45;
  }
}

/* Homepage lower rhythm v174: give the closing CTA the weight of a real site footer lead-in. */
@media (min-width: 901px) {
  .home .nms-home-about {
    grid-template-columns: minmax(390px, .82fr) minmax(0, 1.18fr);
  }

  .home .nms-home-about__image {
    min-height: clamp(330px, 24vw, 410px);
  }

  .home .nms-home-about__body {
    padding: clamp(46px, 4.4vw, 68px) clamp(54px, 5vw, 82px);
  }

  .home .nms-home-about h2 {
    max-width: 820px;
    font-size: clamp(34px, 2.6vw, 44px);
    line-height: 1.16;
  }

  .home .nms-home-about__stats {
    gap: clamp(24px, 3vw, 48px);
  }

  .home .nms-cta {
    min-height: 138px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    background: #071927;
  }

  .home .nms-cta__inner {
    grid-template-columns: minmax(360px, 1.05fr) minmax(210px, .55fr) minmax(220px, .6fr) 240px;
    gap: clamp(28px, 3vw, 54px);
    min-height: 138px;
    padding-block: 30px;
  }

  .home .nms-cta__copy h2 {
    max-width: 520px;
    font-size: clamp(28px, 2.2vw, 34px);
    line-height: 1.08;
  }

  .home .nms-cta__contact {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .home .nms-cta__contact a {
    font-size: 14px;
    font-weight: 800;
  }

  .home .nms-cta__actions .nms-button {
    min-height: 54px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .home .nms-home-about {
    gap: 0;
  }

  .home .nms-home-about__body {
    padding: 28px 18px 32px;
  }

  .home .nms-home-about h2 {
    font-size: 25px;
    line-height: 1.17;
  }

  .home .nms-home-about__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .home .nms-cta {
    min-height: 0;
  }

  .home .nms-cta__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding-block: 28px 30px;
  }

  .home .nms-cta__copy h2 {
    max-width: 340px;
    font-size: 26px;
    line-height: 1.08;
  }

  .home .nms-cta__contact {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
  }

  .home .nms-cta__actions .nms-button {
    min-height: 50px;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .home .nms-cta__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(240px, .9fr);
    gap: 20px 34px;
  }

  .home .nms-cta__copy {
    grid-row: span 2;
  }

  .home .nms-cta__actions {
    justify-self: stretch;
  }

  .home .nms-cta__actions .nms-button {
    width: 100%;
  }
}

/* Homepage brand logo wall v175. */
.home .nms-brand-coverage {
  padding-block: clamp(34px, 3.4vw, 50px);
  background: #fff;
}

.home .nms-brand-coverage__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  text-align: center;
}

.home .nms-brand-coverage .nms-section-heading {
  margin-bottom: 0;
}

.home .nms-brand-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}

.home .nms-brand-list__item {
  display: grid;
  min-height: 84px;
  place-items: center;
  padding: 12px 18px;
  border: 1px solid #dce5ec;
  background: #fff;
  color: #101820;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home .nms-brand-list__item:hover {
  border-color: #0a5fd5;
  box-shadow: 0 10px 24px rgb(8 31 48 / 10%);
  color: #101820;
  transform: translateY(-1px);
}

.home .nms-brand-list__item img {
  display: block;
  width: auto;
  max-width: min(184px, 100%);
  max-height: 56px;
  height: auto;
  object-fit: contain;
}

.home .nms-brand-list__item span {
  display: block;
}

.home .nms-brand-list__item.has-logo span {
  margin-top: 6px;
  color: #51606b;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.home .nms-brand-list__item.is-text-only {
  background: #f8fafc;
  font-size: 15px;
}

@media (max-width: 1100px) {
  .home .nms-brand-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home .nms-brand-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .home .nms-brand-list__item {
    min-height: 78px;
    padding: 12px 10px;
  }

  .home .nms-brand-list__item img {
    max-width: 130px;
    max-height: 38px;
  }

  .home .nms-brand-list__item.has-logo span {
    font-size: 9px;
  }
}

/* Final compact footer pass: keep the homepage close strong without oversized
 * dark blocks or sparse empty rows. */
.home .nms-cta {
  min-height: 0 !important;
  background: linear-gradient(90deg, #061722 0%, #082636 100%) !important;
}

.home .nms-cta__inner {
  min-height: 74px !important;
  padding-block: 14px !important;
  gap: 18px !important;
}

.home .nms-cta__copy h2 {
  max-width: none !important;
  font-size: clamp(21px, 1.55vw, 27px) !important;
  line-height: 1.12 !important;
}

.home .nms-cta__contact {
  font-size: 14px !important;
}

.home .nms-cta__actions .nms-button {
  min-height: 44px !important;
  padding-inline: 22px !important;
}

.home .nms-footer {
  padding: 22px 0 10px !important;
  background: #101820 !important;
}

.home .nms-footer__grid {
  gap: 22px !important;
  padding-top: 18px !important;
  padding-bottom: 10px !important;
}

.home .nms-footer__brand--plate {
  width: 176px !important;
  padding: 10px !important;
  border-radius: 5px !important;
}

.home .nms-footer__brand--plate img {
  max-height: 86px !important;
}

.home .nms-footer h3 {
  margin-bottom: 8px !important;
  font-size: 11px !important;
}

.home .nms-footer p,
.home .nms-footer__nav a,
.home .nms-footer__contact a,
.home .nms-footer__contact p {
  font-size: 12px !important;
  line-height: 1.42 !important;
}

@media (min-width: 901px) {
  .home .nms-cta__inner {
    grid-template-columns: minmax(320px, 1fr) minmax(150px, .45fr) minmax(150px, .45fr) minmax(130px, .38fr) 190px !important;
  }

  .home .nms-footer__grid {
    grid-template-columns: minmax(170px, .75fr) repeat(5, minmax(108px, .62fr)) minmax(180px, .82fr) !important;
  }
}

@media (max-width: 767px) {
  .home .nms-cta__inner {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding-block: 18px !important;
  }

  .home .nms-cta__copy,
  .home .nms-cta__copy h2,
  .home .nms-cta__contact,
  .home .nms-cta__actions,
  .home .nms-cta__actions .nms-button {
    width: 100% !important;
    max-width: 100% !important;
  }

  .home .nms-footer__brand--plate {
    width: 160px !important;
  }

  .home .nms-footer__grid {
    grid-template-columns: 1fr !important;
  }

  .home .nms-footer__nav,
  .home .nms-footer__contact {
    width: 100% !important;
    max-width: 100% !important;
  }
}
