
:root {
  --ink: #111516;
  --ink-2: #1b2225;
  --ink-3: #2b3438;
  --steel: #8e989d;
  --paper: #f4f1ea;
  --white: #ffffff;
  --red: #d92e2e;
  --red-dark: #a91e22;
  --border: #d9d7d0;
  --heading:
    Impact, Haettenschweiler, "Arial Narrow Bold", "Roboto Condensed",
    sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button,
select,
summary {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.shell {
  width: min(1440px, calc(100% - 64px));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.announcement {
  overflow: hidden;
  padding: 10px 18px;
  color: var(--white);
  background: #050606;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: center;
}

.announcement-viewport {
  width: min(1440px, 100%);
  margin-inline: auto;
  overflow: hidden;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 2px 0 rgb(255 255 255 / 0.92);
}

.announcement-track {
  display: flex;
  width: max-content;
  animation: neithmoto-announcement-scroll 26s linear infinite;
  will-change: transform;
}

.announcement-copy {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: min(1440px, 100vw);
  min-height: 34px;
  padding: 7px 30px;
  white-space: nowrap;
}

.announcement-separator {
  margin-inline: 14px;
  opacity: 0.65;
}

.announcement-whatsapp {
  text-decoration: underline;
  text-decoration-color: rgb(255 255 255 / 0.48);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.announcement-whatsapp:hover,
.announcement-whatsapp:focus-visible {
  text-decoration-color: currentcolor;
}

.announcement:hover .announcement-track,
.announcement:focus-within .announcement-track {
  animation-play-state: paused;
}

@keyframes neithmoto-announcement-scroll {
  to {
    transform: translateX(-50%);
  }
}

.site-header {
  position: relative;
  z-index: 20;
  color: var(--white);
  background: var(--ink-2);
}

.header-main {
  display: grid;
  grid-template-columns: 250px minmax(280px, 1fr) auto;
  gap: 32px;
  align-items: center;
  min-height: 104px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
}

.brand-logo-frame {
  display: grid;
  place-items: center;
  width: 232px;
  min-height: 62px;
  padding: 10px 13px;
  overflow: hidden;
  border: 1px solid rgb(17 21 22 / 0.18);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 4px 18px rgb(0 0 0 / 0.18);
}

.brand-logo-image {
  display: block;
  width: 100%;
  height: auto;
}

.header-search {
  display: grid;
  grid-template-columns: 130px 1fr 54px;
  min-width: 0;
  height: 52px;
  border: 1px solid #4b565a;
  background: #313a3e;
}

.header-search select,
.header-search input,
.header-search button {
  min-width: 0;
  color: var(--white);
  border: 0;
  outline: none;
  background: transparent;
}

.header-search select {
  padding-inline: 16px;
  border-right: 1px solid #4b565a;
  appearance: auto;
  font-size: 12px;
  font-weight: 700;
}

.header-search option {
  color: var(--ink);
}

.header-search input {
  width: 100%;
  padding-inline: 18px;
  font-size: 14px;
}

.header-search input::placeholder {
  color: #bdc4c7;
}

.header-search button {
  border-left: 1px solid #4b565a;
  font-size: 28px;
  transition: background 160ms ease;
}

.header-search button:hover {
  background: var(--red);
}

.header-actions {
  display: flex;
  gap: 18px;
  align-items: center;
}

.header-actions a {
  position: relative;
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-actions a > span:first-child {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid #7f898d;
  border-radius: 999px;
}

.header-actions .cart-count {
  position: absolute;
  top: -6px;
  right: -7px;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  font-size: 9px;
}

.desktop-nav {
  border-top: 1px solid #3b4549;
  background: var(--ink-3);
}

.nav-inner {
  display: flex;
  align-items: center;
  min-height: 50px;
}

.nav-inner a {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 50px;
  padding-inline: 22px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-inner a:first-child {
  padding-left: 0;
}

.nav-inner a::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  height: 3px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
  transition: transform 160ms ease;
}

.nav-inner a:hover::after,
.nav-inner a:focus-visible::after {
  transform: scaleX(1);
}

.nav-inner .nav-emphasis {
  margin-left: auto;
  color: var(--white);
  background: var(--red);
}

.nav-inner .nav-business {
  color: #ffb5b2;
}

.nav-inner .nav-business::after {
  transform: scaleX(1);
}

.nav-inner .nav-emphasis::after {
  display: none;
}

.mobile-nav {
  display: none;
}

.nm-floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 50px;
  padding: 10px 16px 10px 10px;
  border: 1px solid rgb(255 255 255 / 0.24);
  border-radius: 999px;
  color: #fff;
  background: #168a4c;
  box-shadow: 0 14px 32px rgb(0 0 0 / 0.28);
  font-size: 10px;
  letter-spacing: 0.08em;
  transition:
    transform 160ms ease,
    background 160ms ease;
}

.nm-floating-whatsapp:hover,
.nm-floating-whatsapp:focus-visible {
  background: #0f733e;
  transform: translateY(-3px);
}

.nm-floating-whatsapp > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(255 255 255 / 0.72);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  overflow: hidden;
  color: var(--white);
  background: #0e1112;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  z-index: -2;
  background:
    url("../images/media/campaign/custom-cruiser.webp") center 57% / cover no-repeat;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgb(8 11 12 / 0.98) 0%,
      rgb(8 11 12 / 0.86) 39%,
      rgb(8 11 12 / 0.24) 68%,
      rgb(8 11 12 / 0.04) 100%
    ),
    linear-gradient(0deg, rgb(8 11 12 / 0.55), transparent 44%);
}

.hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 620px;
  padding-block: 70px;
}

.hero-copy {
  width: min(690px, 58%);
}

.eyebrow,
.section-number {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.eyebrow::before,
.section-number::before {
  width: 34px;
  height: 3px;
  background: currentcolor;
  content: "";
}

.hero h1,
.section-header h2,
.fitment-heading h2,
.story-copy h2,
.newsletter h2 {
  margin: 0;
  font-family: var(--heading);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(76px, 8.5vw, 138px);
}

.hero h1 span {
  display: block;
  color: var(--red);
  -webkit-text-stroke: 1px rgb(255 255 255 / 0.16);
}

.hero-description {
  max-width: 620px;
  margin: 24px 0 0;
  color: #d6dbdd;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 34px;
}

.hero-text-link {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  padding-inline: 10px;
  color: #fff;
  border-bottom: 2px solid var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 54px;
  padding: 14px 24px;
  border: 2px solid transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--red);
}

.button-primary:hover {
  background: var(--red-dark);
}

.button-outline {
  color: var(--white);
  border-color: rgb(255 255 255 / 0.72);
  background: rgb(12 15 16 / 0.4);
}

.button-outline:hover {
  border-color: var(--white);
  background: rgb(255 255 255 / 0.08);
}

.hero-specs {
  display: flex;
  gap: 0;
  padding: 0;
  margin: 38px 0 0;
  list-style: none;
}

.hero-specs li {
  padding: 0 22px;
  border-left: 1px solid rgb(255 255 255 / 0.28);
  color: #aeb7ba;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hero-specs li:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-callout {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: min(360px, 30vw);
  padding: 24px 28px;
  border-left: 5px solid var(--red);
  background: rgb(16 20 21 / 0.9);
  backdrop-filter: blur(8px);
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.hero-callout:hover,
.hero-callout:focus-visible {
  border-left-color: #ffcf40;
  background: rgb(16 20 21 / 0.97);
  transform: translateY(-4px);
}

.hero-callout span {
  color: #aeb6b9;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.hero-callout strong {
  margin-top: 7px;
  font-family: var(--heading);
  font-size: 26px;
  letter-spacing: 0.03em;
}

.hero-callout small {
  margin-top: 5px;
  color: #c8cdcf;
  line-height: 1.4;
}

.audience-router {
  padding-block: 76px;
  color: var(--ink);
  background: var(--paper);
}

.audience-router > .shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1.4fr);
  gap: 52px;
  align-items: stretch;
}

.audience-router-heading h2 {
  max-width: 560px;
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: 0.9;
  text-transform: uppercase;
}

.audience-router-heading > p {
  max-width: 520px;
  margin: 22px 0 0;
  color: #5b6467;
  line-height: 1.7;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #c7cbc9;
}

.audience-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 28px;
  background: #fff;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.audience-card:hover,
.audience-card:focus-visible {
  color: #fff;
  background: var(--ink);
  transform: translateY(-4px);
}

.audience-card > span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
}

.audience-card h3 {
  margin: 42px 0 0;
  font-family: var(--heading);
  font-size: 31px;
  line-height: 0.96;
  text-transform: uppercase;
}

.audience-card p {
  margin: 16px 0 0;
  color: #667073;
  font-size: 13px;
  line-height: 1.6;
}

.audience-card:hover p,
.audience-card:focus-visible p {
  color: #bdc5c7;
}

.audience-card strong {
  margin-top: auto;
  padding-top: 24px;
  color: var(--red);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.fitment {
  color: var(--white);
  border-top: 5px solid var(--red);
  background: var(--ink-2);
}

.fitment-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 44px;
  align-items: center;
  min-height: 190px;
  padding-block: 28px;
}

.fitment-heading h2 {
  font-size: 38px;
  line-height: 0.94;
}

.fitment-heading p {
  margin: 10px 0 0;
  color: #aeb6b9;
  font-size: 13px;
  line-height: 1.5;
}

.fitment-heading .section-number {
  margin-bottom: 10px;
  color: #fa6f6f;
}

.fitment-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr)) minmax(176px, 0.95fr);
  gap: 1px;
  background: #586064;
}

.fitment-form label {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 82px;
  padding: 13px 15px;
  background: var(--white);
}

.fitment-form label > span {
  color: #858d91;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.fitment-form select,
.fitment-form input {
  flex: 1;
  width: 100%;
  min-width: 0;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
}

.fitment-form input::placeholder {
  color: #7d8588;
}

.fitment-form button {
  padding: 14px;
  color: var(--white);
  border: 0;
  background: var(--red);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.category-section,
.platforms {
  padding-block: 86px;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}

.section-header h2 {
  max-width: 940px;
  font-size: clamp(44px, 5vw, 76px);
}

.section-header > a {
  padding-bottom: 4px;
  border-bottom: 2px solid var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.category-card {
  min-width: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  transition: transform 190ms ease;
}

.category-card:hover,
.category-card:focus-visible {
  transform: translateY(-5px);
}

.category-image {
  display: block;
  width: 100%;
  height: 270px;
  padding: 20px;
  object-fit: contain;
  background: #fff;
  transition: filter 190ms ease;
}

.category-card:hover .category-image {
  filter: brightness(1.13);
}

.category-meta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 15px;
  align-items: start;
  min-height: 130px;
  padding: 22px;
  border-top: 3px solid var(--red);
}

.category-meta > span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
}

.category-meta h3,
.platform-card h3 {
  margin: 0;
  font-family: var(--heading);
  font-size: 32px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.category-meta p {
  margin: 7px 0 0;
  color: #9fa7aa;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.category-meta b {
  font-size: 18px;
  transition: transform 180ms ease;
}

.category-card:hover .category-meta b {
  transform: translate(3px, -3px);
}

.system-story {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
  min-height: 700px;
  color: var(--white);
  background: var(--ink);
}

.story-image {
  min-height: 680px;
  background:
    linear-gradient(90deg, transparent 70%, rgb(15 18 19 / 0.8)),
    url("../images/media/campaign/braided-hose-detail.webp") center / cover no-repeat;
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(44px, 7vw, 110px) 70px 60px;
}

.section-number.light {
  color: #fa7171;
}

.story-copy h2 {
  max-width: 650px;
  font-size: clamp(50px, 5vw, 80px);
}

.story-copy > p {
  max-width: 640px;
  margin: 24px 0 0;
  color: #b9c0c3;
  font-size: 16px;
  line-height: 1.7;
}

.story-copy ul {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 30px 0;
  list-style: none;
}

.story-copy li {
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 22px;
  padding: 15px 0;
  border-top: 1px solid #3b4346;
}

.story-copy li strong {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.story-copy li span {
  color: #9ba4a7;
  font-size: 13px;
}

.story-copy .button {
  width: max-content;
}

.platforms .section-header > p {
  max-width: 410px;
  margin: 0 0 7px;
  color: #5d6467;
  font-size: 14px;
  line-height: 1.6;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid #bebbb4;
  background: #bebbb4;
}

.platform-card {
  position: relative;
  min-width: 0;
  padding: 0 24px 28px;
  background: #e8e4dc;
  transition: background 170ms ease;
}

.platform-card:hover {
  background: var(--white);
}

.platform-visual {
  display: block;
  width: calc(100% + 48px);
  height: 190px;
  margin: 0 -24px 22px;
  padding: 12px;
  object-fit: contain;
  background: #fff;
  filter: grayscale(0.18);
}

.platform-card > span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.platform-card h3 {
  margin-top: 8px;
  font-size: 36px;
}

.platform-card p {
  min-height: 34px;
  margin: 7px 0 22px;
  color: #666b6c;
  font-size: 12px;
}

.platform-card b {
  font-size: 10px;
  letter-spacing: 0.12em;
}

.manufacturing {
  padding-block: 88px;
  color: var(--white);
  background: var(--ink);
}

.manufacturing-header {
  align-items: end;
}

.manufacturing-header h2 {
  max-width: 900px;
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.manufacturing-header > p {
  max-width: 410px;
  margin: 0 0 7px;
  color: #aab2b5;
  font-size: 14px;
  line-height: 1.6;
}

.factory-gallery {
  min-width: 0;
}

.factory-gallery-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
  padding-top: 6px;
}

.factory-gallery-hint,
.factory-gallery-status,
.factory-gallery-button {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.factory-gallery-hint {
  color: #919b9f;
}

.factory-gallery-navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}

.factory-gallery-status {
  min-width: 72px;
  color: #7e898d;
}

.factory-gallery-status strong {
  color: var(--white);
}

.factory-gallery-button {
  min-width: 72px;
  min-height: 42px;
  padding: 0 16px;
  color: var(--white);
  border: 1px solid #4d575b;
  background: transparent;
  cursor: pointer;
}

.factory-gallery-button:hover:not(:disabled) {
  color: var(--ink);
  border-color: var(--white);
  background: var(--white);
}

.factory-gallery-button:disabled {
  color: #5e686c;
  cursor: not-allowed;
}

.process-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 32px) / 3);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.process-grid::-webkit-scrollbar {
  display: none;
}

.process-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #1b2225;
  scroll-snap-align: start;
}

.process-card > img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
}

.process-card > div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  min-height: 156px;
  padding: 22px;
  border-top: 3px solid var(--red);
}

.process-card span {
  grid-row: 1 / 3;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
}

.process-card h3 {
  margin: 0;
  font-family: var(--heading);
  font-size: 32px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.process-card p {
  margin: 7px 0 0;
  color: #aeb6b9;
  font-size: 12px;
  line-height: 1.5;
}

.finishes {
  padding-block: 86px;
}

.finishes .section-header > p {
  max-width: 410px;
  margin: 0 0 7px;
  color: #5d6467;
  font-size: 14px;
  line-height: 1.6;
}

.finish-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  border: 1px solid var(--border);
  background: var(--border);
}

.finish-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.finish-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  padding: 12px;
  object-fit: contain;
  transition: transform 180ms ease;
}

.finish-card:hover img {
  transform: scale(1.035);
}

.finish-card span {
  display: block;
  padding: 14px 16px;
  color: var(--white);
  border-top: 3px solid var(--red);
  background: var(--ink);
  font-family: var(--heading);
  font-size: 23px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.trust-strip {
  color: var(--white);
  background: var(--red);
}

.trust-strip .shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip .shell > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 108px;
  padding: 20px 28px;
  border-left: 1px solid rgb(255 255 255 / 0.3);
}

.trust-strip .shell > div:first-child {
  border-left: 0;
}

.trust-strip strong {
  font-family: var(--heading);
  font-size: 22px;
  letter-spacing: 0.04em;
}

.trust-strip span {
  margin-top: 5px;
  color: rgb(255 255 255 / 0.78);
  font-size: 11px;
}

.newsletter {
  color: var(--white);
  border-bottom: 1px solid #384043;
  background:
    linear-gradient(110deg, rgb(24 30 32 / 0.98), rgb(24 30 32 / 0.85)),
    url("../images/media/campaign/braided-hose-detail.webp") center / cover;
}

.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 0.7fr);
  gap: 60px;
  align-items: center;
  min-height: 240px;
  padding-block: 46px;
}

.newsletter h2 {
  max-width: 760px;
  font-size: clamp(42px, 4vw, 65px);
}

.newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 2px solid var(--white);
}

.newsletter input,
.newsletter button {
  height: 58px;
  color: var(--white);
  border: 0;
  outline: 0;
  background: transparent;
}

.newsletter input {
  min-width: 0;
  font-size: 15px;
}

.newsletter input::placeholder {
  color: #aeb6b8;
}

.newsletter button {
  padding-inline: 14px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.newsletter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.newsletter-actions .button {
  min-width: 220px;
}

.site-footer {
  color: #b3bbbe;
  background: #111516;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 70px;
  padding-block: 74px;
}

.brand.inverse {
  color: var(--white);
}

.footer-brand p {
  max-width: 340px;
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.6;
}

.footer-main > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-main h3 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.footer-main a:not(.brand) {
  width: max-content;
  font-size: 12px;
}

.footer-main a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 20px 32px;
  border-top: 1px solid #343c3f;
  font-size: 9px;
  letter-spacing: 0.12em;
}

@media (max-width: 1180px) {
  .shell {
    width: min(100% - 40px, 1440px);
  }

  .header-main {
    grid-template-columns: 220px 1fr auto;
    gap: 20px;
  }

  .header-actions a > span:last-child:not(.cart-count) {
    display: none;
  }

  .nav-inner a {
    padding-inline: 11px;
    font-size: 9px;
  }

  .fitment-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 28px;
  }

  .audience-router > .shell {
    grid-template-columns: 1fr;
  }

  .fitment-heading {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 25px;
    align-items: end;
  }

  .fitment-heading .section-number {
    grid-column: 1 / -1;
  }

  .fitment-heading p {
    margin-bottom: 2px;
  }

  .category-meta h3 {
    font-size: 27px;
  }

  .system-story {
    grid-template-columns: 1fr 1fr;
  }

  .story-copy {
    padding: 54px 40px;
  }

  .story-copy li {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

@media (max-width: 900px) {
  .announcement {
    font-size: 9px;
  }

  .header-main {
    grid-template-columns: 1fr auto;
    min-height: 90px;
  }

  .header-search {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-bottom: 20px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
    padding-bottom: 14px;
  }

  .mobile-nav summary {
    padding: 13px 16px;
    border: 1px solid #475155;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    list-style-position: inside;
    text-transform: uppercase;
  }

  .mobile-nav > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #475155;
    border-top: 0;
  }

  .mobile-nav a {
    padding: 14px 16px;
    border-right: 1px solid #475155;
    border-bottom: 1px solid #475155;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .hero,
  .hero-inner {
    min-height: 650px;
  }

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

  .hero-shade {
    background:
      linear-gradient(
        90deg,
        rgb(8 11 12 / 0.98),
        rgb(8 11 12 / 0.7) 62%,
        rgb(8 11 12 / 0.22)
      ),
      linear-gradient(0deg, rgb(8 11 12 / 0.7), transparent 50%);
  }

  .hero-copy {
    width: 78%;
  }

  .hero-callout {
    width: 360px;
    max-width: 48vw;
  }

  .fitment-form {
    grid-template-columns: repeat(2, 1fr);
  }

  .fitment-form button {
    grid-column: 1 / -1;
    min-height: 58px;
  }

  .category-grid,
  .platform-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-auto-columns: minmax(320px, 64vw);
  }

  .process-card > img {
    height: 320px;
  }

  .finish-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .system-story {
    grid-template-columns: 1fr;
  }

  .story-image {
    min-height: 520px;
    background-position: center;
  }

  .story-copy {
    padding: 70px 40px;
  }

  .trust-strip .shell {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip .shell > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgb(255 255 255 / 0.3);
  }

  .trust-strip .shell > div:nth-child(4) {
    border-top: 1px solid rgb(255 255 255 / 0.3);
  }

  .newsletter-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .newsletter-actions {
    justify-content: flex-start;
  }

  .footer-main {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(100% - 28px, 1440px);
  }

  .announcement {
    padding: 8px 10px;
    font-size: 9px;
  }

  .announcement-copy {
    min-height: 36px;
    padding-inline: 22px;
  }

  .announcement-separator {
    margin-inline: 12px;
  }

  .header-main {
    gap: 14px;
  }

  .brand-logo-frame {
    width: 186px;
    min-height: 52px;
    padding: 8px 11px;
  }

  .header-actions {
    gap: 9px;
  }

  .header-actions:not(.is-inquiry-catalog) a:nth-child(-n + 2) {
    display: none;
  }

  .header-search {
    grid-template-columns: 1fr 48px;
    height: 50px;
  }

  .header-search select {
    display: none;
  }

  .mobile-nav > div {
    grid-template-columns: 1fr;
  }

  .hero,
  .hero-inner {
    min-height: 620px;
  }

  .hero-image {
    background-position: 66% center;
  }

  .hero-shade {
    background:
      linear-gradient(
        90deg,
        rgb(8 11 12 / 0.96),
        rgb(8 11 12 / 0.58) 88%,
        rgb(8 11 12 / 0.4)
      ),
      linear-gradient(0deg, rgb(8 11 12 / 0.86), transparent 56%);
  }

  .hero-inner {
    align-items: flex-start;
    padding-top: 46px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    max-width: 420px;
    font-size: clamp(60px, 21vw, 86px);
  }

  .hero-description {
    max-width: 92%;
    margin-top: 18px;
    font-size: 15px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 360px);
  }

  .hero-text-link {
    justify-content: center;
    width: 100%;
  }

  .hero-specs {
    display: none;
  }

  .hero-callout {
    right: 14px;
    width: calc(100% - 28px);
    max-width: none;
  }

  .fitment-heading {
    display: block;
  }

  .fitment-heading h2 {
    font-size: 34px;
  }

  .fitment-form {
    grid-template-columns: 1fr;
  }

  .fitment-form button {
    grid-column: auto;
  }

  .category-section,
  .audience-router,
  .platforms,
  .manufacturing,
  .finishes {
    padding-block: 60px;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: 250px;
  }

  .section-header {
    display: block;
  }

  .section-header h2 {
    font-size: 48px;
  }

  .section-header > a {
    display: inline-block;
    margin-top: 22px;
  }

  .category-grid,
  .platform-grid {
    grid-template-columns: 1fr;
  }

  .factory-gallery-toolbar {
    align-items: flex-end;
    margin-bottom: 14px;
  }

  .factory-gallery-hint {
    max-width: 120px;
    line-height: 1.5;
  }

  .factory-gallery-status {
    display: none;
  }

  .factory-gallery-button {
    min-width: 64px;
    min-height: 40px;
    padding-inline: 12px;
  }

  .process-grid {
    grid-auto-columns: 86vw;
  }

  .process-card > img {
    height: 290px;
  }

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

  .category-image {
    height: 280px;
  }

  .story-image {
    min-height: 430px;
    background-position: 60% center;
  }

  .story-copy {
    padding: 58px 20px;
  }

  .story-copy h2 {
    font-size: 50px;
  }

  .platforms .section-header > p {
    margin-top: 18px;
  }

  .trust-strip .shell {
    grid-template-columns: 1fr;
  }

  .trust-strip .shell > div,
  .trust-strip .shell > div:first-child {
    min-height: 84px;
    padding-inline: 16px;
    border-top: 1px solid rgb(255 255 255 / 0.3);
    border-left: 0;
  }

  .trust-strip .shell > div:first-child {
    border-top: 0;
  }

  .newsletter-inner {
    grid-template-columns: 1fr;
  }

  .newsletter h2 {
    font-size: 46px;
  }

  .newsletter form {
    grid-template-columns: 1fr;
    border: 0;
  }

  .newsletter-actions {
    display: grid;
    justify-content: stretch;
  }

  .newsletter-actions .button {
    width: 100%;
    min-width: 0;
  }

  .newsletter input {
    padding-inline: 14px;
    border: 1px solid #737b7e;
  }

  .newsletter button {
    color: var(--white);
    background: var(--red);
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 26px;
    padding-block: 55px;
  }

  .footer-main > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .nm-floating-whatsapp {
    right: 12px;
    bottom: 12px;
    min-height: 46px;
    padding: 8px;
  }

  .nm-floating-whatsapp strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .nm-floating-whatsapp > span {
    width: 30px;
    height: 30px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .announcement-viewport {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .announcement-viewport::-webkit-scrollbar {
    display: none;
  }

  .announcement-track {
    animation: none;
  }

  .announcement-copy[aria-hidden="true"] {
    display: none;
  }
}
