.nms-about-page {
  --about-blue: #075bd5;
  --about-orange: #ff7416;
  --about-dark: #061722;
  --about-panel: #082334;
  --about-line: #d9e1e7;
  --about-text: #101923;
  --about-muted: #4c5c68;
  background: #fff;
  color: var(--about-text);
}

.nms-about-page .nms-container {
  width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2))) !important;
  max-width: none;
  margin-inline: auto;
}

.nms-about-hero {
  min-height: 480px;
  background:
    linear-gradient(90deg, rgba(5, 16, 24, .98) 0%, rgba(5, 16, 24, .72) 46%, rgba(5, 16, 24, .18) 100%),
    url("../images/about-page/generated/about-hero-v4.webp") center 58% / cover no-repeat;
  color: #fff;
}

.nms-about-crumbs {
  display: flex;
  gap: 10px;
  min-height: 72px;
  align-items: end;
  padding-bottom: 16px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.nms-about-crumbs a {
  color: #fff;
  text-decoration: none;
}

.nms-about-hero__copy {
  max-width: 760px;
  padding: 34px 0 48px;
}

.nms-about-hero h1,
.nms-about-intro h2,
.nms-about-inquiry h2 {
  letter-spacing: 0;
}

.nms-about-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(40px, 3.55vw, 54px);
  line-height: 1.04;
}

.nms-about-hero p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 20px;
  line-height: 1.48;
}

.nms-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.nms-about-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 30px;
  font-weight: 800;
  text-decoration: none;
}

.nms-about-btn--primary {
  background: var(--about-orange);
  color: #fff;
}

.nms-about-btn--ghost {
  border: 1px solid rgba(255, 255, 255, .48);
  color: #fff;
}

.nms-about-intro {
  border-bottom: 1px solid var(--about-line);
  background: #fff;
  padding: 30px 0 32px;
}

.nms-about-intro .nms-container {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}

.nms-about-kicker,
.nms-about-products h2,
.nms-about-brands h2,
.nms-about-process h2,
.nms-about-commitment h2 {
  color: var(--about-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nms-about-intro h2 {
  max-width: 530px;
  margin: 14px 0 16px;
  color: var(--about-text);
  font-size: clamp(30px, 2.8vw, 40px);
  line-height: 1.08;
}

.nms-about-intro p {
  max-width: 570px;
  margin: 0 0 14px;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.55;
}

.nms-about-intro img {
  display: block;
  width: 100%;
  height: 320px !important;
  aspect-ratio: 1.62 / 1;
  object-fit: cover;
}

.nms-about-stats {
  background: #071b27;
  color: #fff;
}

.nms-about-stats .nms-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nms-about-stats div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  min-height: 96px;
  align-content: center;
  column-gap: 14px;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.nms-about-stats div:last-child {
  border-right: 0;
}

.nms-about-stats .dashicons {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  font-size: 46px;
}

.nms-about-stats strong,
.nms-about-stats small {
  display: block;
}

.nms-about-stats strong {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.nms-about-stats small {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.nms-about-products,
.nms-about-brands,
.nms-about-process,
.nms-about-commitment {
  border-bottom: 1px solid var(--about-line);
  background: #fff;
  padding: 31px 0 33px;
}

.nms-about-products h2,
.nms-about-brands h2,
.nms-about-process h2,
.nms-about-commitment h2 {
  margin: 0 0 22px;
}

.nms-about-products__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.nms-about-products article {
  border: 1px solid var(--about-line);
  background: #fff;
  min-height: 282px;
}

.nms-about-products img {
  display: block;
  width: 100%;
  height: 190px !important;
  aspect-ratio: 1.23 / 1;
  background: #061923;
  object-fit: cover;
  padding: 0;
}

.nms-about-products h3 {
  margin: 13px 16px 7px;
  color: #0750a8;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}

.nms-about-products p {
  margin: 0 16px 16px;
  color: var(--about-muted);
  font-size: 12.5px;
  line-height: 1.4;
}

.nms-about-brands {
  padding-block: 22px 24px;
}

.nms-about-brands div div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 0;
}

.nms-about-brands span {
  min-width: 96px;
  padding: 0 18px;
  border-right: 1px solid #9faab4;
  color: #172635;
  text-align: center;
}

.nms-about-brands span:last-child {
  border-right: 0;
}

.nms-about-process__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.nms-about-process article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.nms-about-process article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 32px;
  right: -18px;
  width: 28px;
  border-top: 1px dashed #a8b5c0;
}

.nms-about-process .dashicons {
  width: 46px;
  height: 46px;
  color: #0c58a8;
  font-size: 44px;
}

.nms-about-process i {
  display: grid;
  width: 24px;
  height: 24px;
  margin: 10px 0 7px;
  place-items: center;
  border-radius: 50%;
  background: var(--about-blue);
  color: #fff;
  font-style: normal;
  font-weight: 800;
}

.nms-about-process h3 {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.2;
}

.nms-about-process p {
  margin: 0;
  color: var(--about-muted);
  font-size: 12px;
  line-height: 1.42;
}

.nms-about-commitment__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.nms-about-commitment img {
  display: block;
  width: 100%;
  height: 148px !important;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
}

.nms-about-commitment h3 {
  margin: 11px 0 6px;
  font-size: 16px;
}

.nms-about-commitment p {
  margin: 0;
  color: var(--about-muted);
  font-size: 12px;
  line-height: 1.38;
}

.nms-about-inquiry {
  background:
    linear-gradient(90deg, rgba(5, 20, 30, .99), rgba(5, 20, 30, .94)),
    url("../images/home/hero/hero-desktop.webp") left bottom / 470px auto no-repeat;
  color: #fff;
}

.nms-about-inquiry .nms-container {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 58px;
  padding: 34px 0;
}

.nms-about-inquiry h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 31px;
  line-height: 1.12;
}

.nms-about-inquiry aside p {
  max-width: 320px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .83);
  font-size: 15px;
  line-height: 1.5;
}

.nms-about-inquiry aside a {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  color: #fff;
  text-decoration: none;
}

.nms-about-inquiry aside .dashicons {
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.nms-about-inquiry aside small {
  display: block;
  grid-column: 2;
  color: rgba(255, 255, 255, .66);
}

.nms-about-inquiry form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 22px;
}

.nms-about-inquiry label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
}

.nms-about-inquiry label span {
  color: var(--about-orange);
}

.nms-about-inquiry input,
.nms-about-inquiry textarea {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .05);
  color: #fff;
  padding: 0 14px;
  font: inherit;
}

.nms-about-inquiry textarea {
  min-height: 68px;
  padding-top: 12px;
  resize: vertical;
}

.nms-about-wide {
  grid-column: 1 / -1;
}

.nms-about-upload {
  position: relative;
  grid-column: 1;
  min-height: 50px;
  align-content: center;
  border: 1px dashed rgba(255, 255, 255, .38);
  padding: 12px 16px;
  cursor: pointer;
}

.nms-about-upload input {
  position: absolute;
  inset: 0;
  min-height: 100%;
  opacity: 0;
  cursor: pointer;
}

.nms-about-upload strong {
  color: #fff;
  font-size: 13px;
}

.nms-about-upload small {
  color: rgba(255, 255, 255, .64);
}

.nms-about-inquiry button {
  align-self: end;
  min-height: 50px;
  border: 0;
  background: var(--about-orange);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
}

.nms-about-hidden {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(50%);
}

body.page-id-54465 .nms-footer {
  background:
    linear-gradient(90deg, rgba(7, 23, 34, .98), rgba(7, 23, 34, .95)),
    url("../images/products-page/generated/footer-plant.webp") right bottom / auto 100% no-repeat;
}

body.page-id-54465 .nms-footer {
  padding: 24px 0 10px;
}

body.page-id-54465 .nms-footer__grid {
  gap: 28px;
}

body.page-id-54465 .nms-footer__brand img {
  width: 220px;
}

body.page-id-54465 .nms-footer__bottom {
  margin-top: 16px;
  padding-top: 10px;
}

@media (max-width: 1100px) {
  .nms-about-intro .nms-container,
  .nms-about-inquiry .nms-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .nms-about-products__grid,
  .nms-about-process__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nms-about-commitment__grid,
  .nms-about-stats .nms-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .nms-about-page .nms-container {
    width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2))) !important;
  }

  .nms-about-hero {
    min-height: 560px;
    background-position: 56% top;
  }

  .nms-about-hero__copy {
    padding: 28px 0 46px;
  }

  .nms-about-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .nms-about-hero p {
    font-size: 17px;
  }

  .nms-about-actions,
  .nms-about-inquiry form {
    grid-template-columns: 1fr;
  }

  .nms-about-btn {
    width: 100%;
  }

  .nms-about-stats .nms-container,
  .nms-about-products__grid,
  .nms-about-process__grid,
  .nms-about-commitment__grid {
    grid-template-columns: 1fr;
  }

  .nms-about-products,
  .nms-about-brands,
  .nms-about-process,
  .nms-about-commitment {
    padding-block: 28px;
  }

  .nms-about-process article:not(:last-child)::after {
    display: none;
  }

  .nms-about-upload,
  .nms-about-inquiry button {
    grid-column: 1 / -1;
  }
}
