.neurodevices-page {
  color: var(--neutral-dark);
  background: var(--neutral-lightest);
}

.neurodevices-hero {
  display: grid;
  place-items: center;
}

.neurodevices-hero-copy {
  position: relative;
  z-index: 4;
  width: min(100%, 940px);
  padding: 120px 24px 96px;
  text-align: center;
  pointer-events: none;
}

.neurodevices-hero-copy h1 {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--font-title);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-wrap: balance;
  text-shadow: 0 18px 46px rgba(7, 3, 3, 0.4);
}

.neurodevices-products {
  padding: clamp(88px, 9vw, 140px) clamp(24px, 5vw, 80px) clamp(48px, 5vw, 76px);
  background: var(--neutral-lightest);
}

.neurodevices-products-intro {
  text-align: center;
}

.neurodevices-products-intro h2,
.neurodevices-products-intro p,
.neurodevices-product-content h3,
.neurodevices-product-content p,
.neurodevices-product-disclaimer {
  font-family: var(--font-description);
}

.neurodevices-products-intro h2 {
  margin: 0;
  color: #171717;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.28;
}

.neurodevices-products-intro p {
  margin: clamp(72px, 8vw, 118px) 0 0;
  color: #171717;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

.neurodevices-product-grid {
  display: grid;
  width: min(100%, 1400px);
  margin: clamp(36px, 4vw, 62px) auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 68px);
}

.neurodevices-product-card {
  display: grid;
  min-width: 0;
  grid-template-rows: clamp(230px, 25vw, 350px) 1fr;
}

.neurodevices-product-media {
  display: grid;
  min-width: 0;
  margin: 0;
  place-items: center;
}

.neurodevices-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  mix-blend-mode: multiply;
  object-fit: contain;
}

.neurodevices-product-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: clamp(26px, 2.5vw, 40px);
  text-align: center;
}

.neurodevices-product-content h3 {
  margin: 0;
  color: #171717;
  font-size: clamp(18px, 1.4vw, 22px);
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.25;
  text-transform: uppercase;
}

.neurodevices-product-content p {
  max-width: 46ch;
  margin: 14px auto clamp(24px, 2.2vw, 34px);
  color: rgba(23, 23, 23, 0.86);
  font-size: clamp(14px, 1.08vw, 16px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.42;
}

.neurodevices-product-button {
  display: inline-flex;
  min-width: 132px;
  min-height: 44px;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(163, 51, 65, 0.5);
  border-radius: 999px;
  padding: 10px 24px;
  color: var(--rdf-crimson);
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(7, 3, 3, 0.12);
  font-family: var(--font-description);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  opacity: 1;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

a.neurodevices-product-button {
  cursor: pointer;
}

a.neurodevices-product-button:hover,
a.neurodevices-product-button:focus-visible {
  border-color: var(--rdf-crimson);
  color: var(--rdf-crimson-deep);
  outline: none;
  transform: translateY(-1px);
}

a.neurodevices-product-button:focus-visible {
  outline: 2px solid var(--rdf-crimson);
  outline-offset: 4px;
}

.neurodevices-product-disclaimer {
  width: min(100%, 1240px);
  margin: clamp(50px, 5vw, 76px) auto 0;
  color: #171717;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.45;
  text-align: center;
}

.neurodevices-checkerboard {
  padding-top: 0;
  padding-bottom: 100px;
}

.neurodevices-checkerboard .our-story-panel-kicker {
  color: var(--rdf-crimson);
}

.neurodevices-return-section .our-story-checkerboard-media img {
  object-position: center;
}

.neurodevices-return-copy em {
  color: var(--rdf-crimson);
  font-style: normal;
}

.neurodevices-return-copy strong {
  font-weight: 600;
}

.neurodevices-science-section .our-story-checkerboard-media img {
  object-position: center;
}

@media (max-width: 760px) {
  .neurodevices-hero-copy {
    padding: 112px 20px 88px;
  }

  .neurodevices-products {
    padding: 76px 20px 50px;
  }

  .neurodevices-products-intro h2 br {
    display: none;
  }

  .neurodevices-products-intro p {
    margin-top: 54px;
  }

  .neurodevices-product-grid {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .neurodevices-product-card {
    grid-template-rows: minmax(230px, 72vw) auto;
  }

  .neurodevices-product-content p {
    max-width: 36ch;
  }

  .neurodevices-product-disclaimer {
    margin-top: 58px;
    font-size: 12px;
  }

}
