:root {
  --nw-accent: #ff6b00;
  --nw-accent-dark: #dc5600;
  --nw-industrial-ink: #0b0f12;
  --nw-industrial-charcoal: #12181d;
  --nw-industrial-paper: #f7f7f6;
  --nw-industrial-steel: #636a70;
  --nw-industrial-line: #e2e4e5;
  --nw-container: 1200px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #161a1d;
  background: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
}

.nw-container {
  width: min(calc(100% - 48px), var(--nw-container));
  margin-inline: auto;
}

.nw-main {
  min-height: 55vh;
}

body:not(.home) .nw-main {
  padding-top: 76px;
}

.nw-anchor-target {
  position: absolute;
  inset: 0 auto auto;
}

/* Header */
.nw-industrial-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
  background: #090d10;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  transition: background-color .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.home .nw-industrial-header {
  background: transparent;
  border-bottom-color: transparent;
}

.home .nw-industrial-header.is-scrolled,
.menu-open .nw-industrial-header {
  background: rgba(7, 10, 12, .97);
  border-bottom-color: rgba(255, 255, 255, .08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
  backdrop-filter: blur(10px);
}

.admin-bar .nw-industrial-header {
  top: 32px;
}

.nw-industrial-header__inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(180px, 240px) 1fr auto;
  align-items: center;
  gap: 28px;
}

.nw-brand--industrial {
  min-width: 0;
}

.nw-brand--industrial .custom-logo {
  width: auto;
  max-width: 205px;
  max-height: 48px;
}

.nw-brand--industrial .nw-brand__name,
.nw-brand--industrial .nw-brand__name:hover {
  color: #fff;
}

.nw-brand__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.nw-brand__copy strong {
  overflow: hidden;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}

.nw-brand__copy small {
  margin-top: 4px;
  color: #aeb4b8;
  font-size: 9px;
  line-height: 1.15;
  text-transform: uppercase;
}

.nw-brand--industrial .nw-brand__mark,
.nw-footer--industrial .nw-brand__mark {
  width: 28px;
  height: 31px;
  border-radius: 0;
  background: var(--nw-accent);
  clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
}

.nw-brand--industrial .nw-brand__mark::before,
.nw-brand--industrial .nw-brand__mark::after,
.nw-footer--industrial .nw-brand__mark::before,
.nw-footer--industrial .nw-brand__mark::after {
  display: none;
}

.nw-industrial-nav {
  min-width: 0;
}

.nw-industrial-nav .nw-primary-menu>ul,
.nw-industrial-nav .nw-primary-menu>div>ul {
  min-height: 76px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0 29px;
  list-style: none;
}

.nw-industrial-nav .nw-primary-menu li {
  position: relative;
  margin: 0;
  list-style: none;
}

.nw-industrial-nav .nw-primary-menu>ul>li>a,
.nw-industrial-nav .nw-primary-menu>div>ul>li>a {
  min-height: 76px;
  padding: 0 1px;
  display: flex;
  align-items: center;
  color: #e8e9ea;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.nw-industrial-nav .nw-primary-menu>ul>li>a::after,
.nw-industrial-nav .nw-primary-menu>div>ul>li>a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--nw-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.nw-industrial-nav .nw-primary-menu>ul>li:hover>a::after,
.nw-industrial-nav .nw-primary-menu>ul>li.current-menu-item>a::after,
.nw-industrial-nav .nw-primary-menu>div>ul>li:hover>a::after,
.nw-industrial-nav .nw-primary-menu>div>ul>li.current-menu-item>a::after {
  transform: scaleX(1);
}

.nw-industrial-nav .nw-primary-menu a:hover,
.nw-industrial-nav .nw-primary-menu .current-menu-item>a {
  color: var(--nw-accent);
}

.nw-industrial-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -18px;
  z-index: 20;
  display: none;
  min-width: 220px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .2);
}

.nw-industrial-nav li:hover>.sub-menu,
.nw-industrial-nav li:focus-within>.sub-menu {
  display: block;
}

.nw-industrial-nav .sub-menu a {
  padding: 10px 18px;
  display: block;
  color: var(--nw-industrial-ink);
  font-size: 12px;
  font-weight: 700;
}

.nw-industrial-nav .sub-menu a:hover {
  color: var(--nw-accent);
}

.nw-industrial-header__tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nw-quote-button {
  min-height: 42px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--nw-accent);
  border: 1px solid var(--nw-accent);
  border-radius: 3px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(255, 107, 0, .2);
}

.nw-quote-button:hover {
  color: #fff;
  background: var(--nw-accent-dark);
  border-color: var(--nw-accent-dark);
}

.nw-industrial-header .nw-mobile-toggle {
  display: none;
  border-color: rgba(255, 255, 255, .3);
  background: rgba(0, 0, 0, .12);
  color: #fff;
}

.nw-header-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nw-header-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  transition: transform .2s ease, opacity .2s ease;
}

.nw-header-social__link:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.nw-header-social__link--whatsapp {
  background-color: #25D366;
}

.nw-header-social__link--facebook {
  background-color: #1877F2;
}

/* Hero */
.nw-industrial-hero {
  min-height: 650px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background-color: #080b0d;
}

.nw-industrial-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  max-width: 1400px;
  margin: 0 auto;
  background-image: var(--nw-industrial-hero);
  background-size: cover;
  background-position: center center;
}

.nw-industrial-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  max-width: 1400px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(3, 5, 6, .28) 0%, rgba(3, 5, 6, .08) 46%, transparent 72%);
}

.nw-industrial-hero__inner {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.nw-industrial-hero__content {
  width: min(540px, 49%);
  padding-top: 74px;
}

.nw-industrial-hero h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(39px, 4.4vw, 58px);
  line-height: 1.04;
  text-transform: uppercase;
}

.nw-industrial-hero h1,
.nw-industrial-heading h2,
.nw-quote-strip h2 {
  font-family: "Bahnschrift Condensed", "Arial Narrow", "Segoe UI", Arial, sans-serif;
}

.nw-industrial-hero h1 span,
.nw-industrial-hero h1 em {
  display: block;
  font-style: normal;
}

.nw-industrial-hero h1 em {
  margin-top: 3px;
}

.nw-industrial-hero__copy {
  max-width: 510px;
  margin: 0 0 32px;
  color: #d8dcde;
  font-size: 17px;
  line-height: 1.55;
}

.nw-industrial-hero__features {
  max-width: 540px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nw-industrial-hero__features>div {
  min-width: 0;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.nw-industrial-hero__features>div:first-child {
  padding-left: 0;
}

.nw-industrial-hero__features>div:last-child {
  padding-right: 0;
  border-right: 0;
}

.nw-industrial-hero__features .dashicons {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  color: var(--nw-accent);
  font-size: 34px;
}

.nw-industrial-hero__features strong {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}

.nw-industrial-hero__features small {
  display: block;
  margin-top: 4px;
  color: #bbc1c5;
  font-size: 11px;
  line-height: 1.35;
}

.nw-industrial-hero__button,
.nw-industrial-hero .nw-button {
  min-height: 48px;
  padding-inline: 22px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

/* Proof strip */
.nw-proof-strip {
  color: #fff;
  background: linear-gradient(90deg, #0c1115 0%, #171e23 50%, #0c1115 100%);
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.nw-proof-strip__grid {
  min-height: 132px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.nw-proof-strip__grid>div {
  min-width: 0;
  padding: 26px 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-right: 1px solid rgba(255, 255, 255, .09);
}

.nw-proof-strip__grid>div:last-child {
  border-right: 0;
}

.nw-proof-strip .dashicons {
  flex: 0 0 auto;
  width: 37px;
  height: 37px;
  color: var(--nw-accent);
  font-size: 37px;
}

.nw-proof-strip p {
  margin: 0;
}

.nw-proof-strip strong {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.nw-proof-strip small {
  display: block;
  margin-top: 7px;
  color: #aeb5ba;
  font-size: 10px;
  text-transform: uppercase;
}

/* Product range */
.nw-product-range {
  padding: 72px 0 78px;
  background: #fff;
}

.nw-industrial-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.nw-industrial-eyebrow {
  margin: 0 0 7px;
  color: var(--nw-accent);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.nw-industrial-heading h2 {
  margin: 0;
  color: var(--nw-industrial-ink);
  font-size: clamp(29px, 3vw, 38px);
  line-height: 1.1;
  text-transform: uppercase;
}

.nw-industrial-heading h2::after {
  content: "";
  width: 48px;
  height: 2px;
  margin: 13px auto 0;
  display: block;
  background: var(--nw-accent);
}

.nw-industrial-products,
.woocommerce ul.products.nw-industrial-products {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
}

.nw-industrial-product-card,
.woocommerce ul.products.nw-industrial-products li.product {
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  /* background: #f5f6f7; */
  /* border: 1px solid #e6e9eb; */
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(15, 22, 28, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.nw-industrial-product-card:hover,
.woocommerce ul.products.nw-industrial-products li.product:hover {
  border-color: #d4d9dc;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 22, 28, .12);
}

.nw-industrial-product-card__image {
  height: 233px;
  margin: 12px 12px 0;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}

.nw-industrial-product-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform .3s ease;
}

.nw-industrial-product-card:hover img {
  transform: scale(1.035);
}

.nw-industrial-product-card__body {
  min-height: 190px;
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nw-industrial-product-card h3 {
  margin: 0 0 9px;
  color: var(--nw-industrial-ink);
  font-size: 17px;
  line-height: 1.22;
  text-transform: uppercase;
}

.nw-industrial-product-card h3 a {
  color: inherit;
}

.nw-industrial-product-card p {
  margin: 0 0 18px;
  color: var(--nw-industrial-steel);
  font-size: 12px;
  line-height: 1.5;
}

.nw-industrial-product-card__link {
  min-height: 36px;
  margin-top: auto;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--nw-accent);
  border: 1px solid var(--nw-accent);
  border-radius: 2px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.nw-industrial-product-card__link:hover {
  color: #fff;
  background: var(--nw-accent);
}

.nw-industrial-product-card__link .dashicons {
  width: 15px;
  height: 15px;
  font-size: 15px;
}

.woocommerce ul.products.nw-industrial-products li.product a img {
  width: calc(100% - 24px);
  height: 233px;
  aspect-ratio: auto;
  margin: 12px 12px 0;
  object-fit: contain;
  /* background: #fff; */
  border-radius: 8px;
}

.woocommerce ul.products.nw-industrial-products li.product .woocommerce-loop-product__title {
  min-height: 62px;
  padding: 19px 20px 5px;
  font-size: 17px;
  line-height: 1.22;
  text-transform: uppercase;
}

.woocommerce ul.products.nw-industrial-products li.product .price {
  padding: 0 20px;
  color: var(--nw-accent);
}

.woocommerce ul.products.nw-industrial-products li.product .button {
  width: auto;
  margin: 16px 20px 22px;
  border-radius: 2px;
  font-size: 10px;
  text-transform: uppercase;
}

/* Advantages */
.nw-industrial-advantages {
  position: relative;
  padding: 62px 0 66px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(4, 7, 9, .92), rgba(4, 7, 9, .94)),
    url("../images/forklift-about.jpg") center 52% / cover no-repeat;
}

.nw-industrial-heading--light h2 {
  color: #fff;
}

.nw-industrial-advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nw-industrial-advantages__grid>div {
  min-width: 0;
  padding: 8px 34px 4px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.nw-industrial-advantages__grid>div:first-child {
  padding-left: 12px;
}

.nw-industrial-advantages__grid>div:last-child {
  padding-right: 12px;
  border-right: 0;
}

.nw-industrial-advantages .dashicons {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  color: var(--nw-accent);
  font-size: 48px;
}

.nw-industrial-advantages strong {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}

.nw-industrial-advantages small {
  max-width: 230px;
  margin: 8px auto 0;
  display: block;
  color: #c0c5c8;
  font-size: 11px;
  line-height: 1.55;
}

/* Quote banner */
.nw-quote-strip {
  position: relative;
  isolation: isolate;
  color: #fff;
  background: #151d22;
}

.nw-quote-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--nw-quote-image);
  background-size: cover;
  background-position: center 58%;
}

.nw-quote-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(9, 14, 18, .97) 0%, rgba(9, 14, 18, .9) 40%, rgba(9, 14, 18, .16) 76%, rgba(9, 14, 18, .3) 100%);
}

.nw-quote-strip__inner {
  min-height: 286px;
  display: flex;
  align-items: center;
}

.nw-quote-strip__inner>div {
  max-width: 495px;
}

.nw-quote-strip h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.08;
  text-transform: uppercase;
}

.nw-quote-strip p {
  margin: 0 0 22px;
  color: #c5cace;
  font-size: 14px;
  line-height: 1.5;
}

.nw-quote-strip .nw-button {
  min-height: 43px;
  border-radius: 2px;
  font-size: 10px;
  text-transform: uppercase;
}

/* Footer */
.nw-footer--industrial {
  color: #a9b0b5;
  background: #0c1114;
}

.nw-footer--industrial .nw-footer__grid {
  padding: 50px 0 42px;
  grid-template-columns: 1.55fr repeat(4, 1fr);
  gap: 42px;
}

.nw-footer--industrial .nw-footer__grid> :last-child {
  display: block;
}

.nw-footer--industrial .nw-brand__name {
  color: #fff;
}

.nw-footer--industrial .nw-footer__brand p {
  max-width: 270px;
  color: #9ca4aa;
  font-size: 12px;
  line-height: 1.55;
}

.nw-footer--industrial .nw-brand__copy strong {
  color: #fff;
}

.nw-footer--industrial h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.nw-footer--industrial li {
  margin-bottom: 7px;
  line-height: 1.35;
}

.nw-footer--industrial a {
  color: #aeb5ba;
  font-size: 11px;
}

.nw-footer--industrial a:hover {
  color: var(--nw-accent);
}

.nw-footer--industrial .nw-footer__bottom {
  min-height: 62px;
  color: #899197;
  border-top-color: rgba(255, 255, 255, .08);
  font-size: 10px;
}

.nw-footer--industrial .nw-footer__bottom span {
  margin-inline: 8px;
  color: #515a60;
}

/* Inner pages */
.nw-page-header {
  background: var(--nw-industrial-ink);
  color: #fff;
}

.nw-page-header h1 {
  color: #fff;
  text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb {
  color: var(--nw-industrial-steel);
  font-size: 12px;
  text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--nw-accent);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border-radius: 2px;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
  border-radius: 2px;
  text-transform: uppercase;
}

@media (min-width: 1101px) {
  .nw-industrial-hero__content {
    width: min(570px, 50%);
  }

  .nw-industrial-hero h1 {
    font-size: 52px;
  }
}

@media (max-width: 1100px) {
  .nw-industrial-header__inner {
    grid-template-columns: 190px 1fr auto;
    gap: 18px;
  }

  .nw-industrial-nav .nw-primary-menu>ul,
  .nw-industrial-nav .nw-primary-menu>div>ul {
    gap: 0 17px;
  }

  .nw-industrial-nav .nw-primary-menu>ul>li>a,
  .nw-industrial-nav .nw-primary-menu>div>ul>li>a {
    font-size: 10px;
  }

  .nw-industrial-hero__content {
    width: min(520px, 52%);
  }

  .nw-proof-strip__grid>div {
    padding-inline: 20px;
  }

  .nw-industrial-products,
  .woocommerce ul.products.nw-industrial-products {
    gap: 14px;
  }

  .nw-industrial-product-card__image,
  .woocommerce ul.products.nw-industrial-products li.product a img {
    height: 215px;
  }

  .nw-footer--industrial .nw-footer__grid {
    gap: 28px;
  }
}

@media (max-width: 900px) {
  .admin-bar .nw-industrial-header {
    top: 46px;
  }

  body:not(.home) .nw-main {
    padding-top: 70px;
  }

  .nw-container {
    width: min(calc(100% - 32px), var(--nw-container));
  }

  .nw-industrial-header__inner {
    min-height: 70px;
    grid-template-columns: minmax(150px, 1fr) auto;
  }

  .nw-brand--industrial .custom-logo {
    max-width: 175px;
    max-height: 43px;
  }

  .nw-industrial-header .nw-mobile-toggle {
    display: grid;
    place-items: center;
  }

  .nw-industrial-header .nw-quote-button {
    display: none;
  }

  .nw-industrial-nav {
    position: fixed;
    inset: 70px 0 0;
    z-index: 50;
    display: none;
    padding: 20px 24px 40px;
    overflow-y: auto;
    background: #090d10;
  }

  .admin-bar .nw-industrial-nav {
    /* inset-block-start: 116px; */
    height: 385px;
  }

  .menu-open .nw-industrial-nav {
    display: block;
  }

  .nw-industrial-nav .nw-primary-menu>ul,
  .nw-industrial-nav .nw-primary-menu>div>ul {
    min-height: 0;
    display: block;
  }

  .nw-industrial-nav .nw-primary-menu>ul>li>a,
  .nw-industrial-nav .nw-primary-menu>div>ul>li>a {
    min-height: 54px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    font-size: 14px;
  }

  .nw-industrial-nav .sub-menu {
    position: static;
    display: block;
    padding: 0 0 0 14px;
    background: transparent;
    box-shadow: none;
  }

  .nw-industrial-nav .sub-menu a {
    color: #c8d0d5;
  }

  .nw-industrial-hero,
  .nw-industrial-hero__inner {
    min-height: 640px;
  }

  .nw-industrial-hero {
    background-position: 59% center;
  }

  .nw-industrial-hero::before {
    background: linear-gradient(90deg, rgba(3, 5, 6, .58), rgba(3, 5, 6, .12) 70%);
  }

  .nw-industrial-hero__content {
    width: min(500px, 66%);
    padding-top: 70px;
  }

  .nw-industrial-hero h1 {
    font-size: 44px;
  }

  .nw-proof-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nw-proof-strip__grid>div {
    min-height: 104px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .nw-proof-strip__grid>div:nth-child(2) {
    border-right: 0;
  }

  .nw-proof-strip__grid>div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .nw-industrial-products,
  .woocommerce ul.products.nw-industrial-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .nw-industrial-product-card__image,
  .woocommerce ul.products.nw-industrial-products li.product a img {
    height: 270px;
  }

  .nw-industrial-advantages__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 34px;
  }

  .nw-industrial-advantages__grid>div:nth-child(2) {
    border-right: 0;
  }

  .nw-footer--industrial .nw-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 44px;
  }

  .nw-footer--industrial .nw-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .nw-container {
    width: min(calc(100% - 24px), var(--nw-container));
  }

  .nw-brand__copy strong {
    font-size: 18px;
  }

  .nw-brand__copy small {
    max-width: 145px;
  }

  .nw-industrial-hero,
  .nw-industrial-hero__inner {
    min-height: 780px;
  }

  .nw-industrial-hero {
    background-size: auto 62%;
    background-position: 65% 100%;
    background-repeat: no-repeat;
  }

  .nw-industrial-hero::before {
    background: var(--nw-industrial-hero) no-repeat 65% 100% / auto 62%;
    background-size: auto 62%;
  }

  .nw-industrial-hero::after {
    background: linear-gradient(180deg, rgba(3, 5, 6, .82) 0%, rgba(3, 5, 6, .58) 52%, rgba(3, 5, 6, .1) 100%);
  }

  .nw-industrial-hero__inner {
    align-items: flex-start;
  }

  .nw-industrial-hero__content {
    width: 100%;
    padding-top: 116px;
  }

  .nw-industrial-hero h1 {
    margin-bottom: 17px;
    font-size: clamp(35px, 10.5vw, 44px);
  }

  .nw-industrial-hero__copy {
    max-width: 420px;
    margin-bottom: 22px;
    font-size: 14px;
  }

  .nw-industrial-hero__features {
    max-width: 330px;
    margin-bottom: 22px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nw-industrial-hero__features>div,
  .nw-industrial-hero__features>div:first-child,
  .nw-industrial-hero__features>div:last-child {
    padding: 0;
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 10px;
    border-right: 0;
  }

  .nw-industrial-hero__features .dashicons {
    width: 27px;
    height: 27px;
    margin-bottom: 8px;
    font-size: 27px;
  }

  .nw-industrial-hero__features .dashicons {
    grid-row: 1 / 3;
    margin-bottom: 0;
  }

  .nw-industrial-hero__features strong {
    font-size: 10px;
  }

  .nw-industrial-hero__features small {
    margin-top: 1px;
    font-size: 9px;
  }

  .nw-proof-strip__grid {
    grid-template-columns: 1fr;
  }

  .nw-proof-strip__grid>div {
    min-height: 82px;
    padding: 16px 22px;
    justify-content: flex-start;
    gap: 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .nw-proof-strip__grid>div:nth-child(2) {
    border-right: 0;
  }

  .nw-proof-strip__grid>div:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .nw-proof-strip__grid>div:last-child {
    border-bottom: 0;
  }

  .nw-proof-strip .dashicons {
    width: 29px;
    height: 29px;
    font-size: 29px;
  }

  .nw-proof-strip strong {
    font-size: 23px;
  }

  .nw-proof-strip small {
    font-size: 8px;
  }

  .nw-product-range {
    padding: 55px 0 60px;
  }

  .nw-industrial-heading {
    margin-bottom: 27px;
  }

  .nw-industrial-heading h2 {
    font-size: 29px;
  }

  .nw-industrial-products,
  .woocommerce ul.products.nw-industrial-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .nw-industrial-product-card__image,
  .woocommerce ul.products.nw-industrial-products li.product a img {
    height: 140px;
  }

  .nw-industrial-product-card__body {
    min-height: 170px;
  }

  .nw-industrial-advantages {
    padding: 52px 0 56px;
  }

  .nw-industrial-advantages__grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .nw-industrial-advantages__grid>div,
  .nw-industrial-advantages__grid>div:first-child,
  .nw-industrial-advantages__grid>div:last-child {
    padding: 24px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .nw-industrial-advantages__grid>div:last-child {
    border-bottom: 0;
  }

  .nw-quote-strip__inner {
    min-height: 310px;
  }

  .nw-quote-strip::before {
    background-position: 63% center;
  }

  .nw-quote-strip::after {
    background: rgba(8, 13, 16, .78);
  }

  .nw-quote-strip h2 {
    font-size: 32px;
  }

  .nw-footer--industrial .nw-footer__grid {
    grid-template-columns: 1fr;
  }

  .nw-footer--industrial .nw-footer__brand {
    grid-column: auto;
  }

  .nw-footer--industrial .nw-footer__bottom {
    padding-block: 18px;
    display: block;
  }

  .nw-footer--industrial .nw-footer__bottom p+p {
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .nw-industrial-header,
  .nw-industrial-product-card,
  .nw-industrial-product-card img,
  .nw-industrial-nav a::after {
    transition: none;
  }
}