.nvtech {
  --nt-ink: #111314;
  --nt-panel: #202321;
  --nt-milk: #f3f0e7;
  --nt-white: #f7f7f3;
  --nt-acid: #c8ff38;
  --nt-muted: #a9ada9;
  --nt-line: rgba(17, 19, 20, .18);
  --nt-font: Arial, Helvetica, sans-serif;
  color: var(--nt-ink);
  background: var(--nt-milk);
  font-family: var(--nt-font);
}

.nvtech *,
.nvtech *::before,
.nvtech *::after {
  box-sizing: border-box;
}

.nvtech button,
.nvtech input,
.nvtech select,
.nvtech textarea {
  font: inherit;
}

.nvtech-hero,
.nvtech-selector,
.nvtech-compare,
.nvtech-route,
.nvtech-request {
  width: min(1400px, 100%);
  margin: 0 auto;
}

.nvtech-hero {
  overflow: hidden;
  color: #fff;
  background: var(--nt-ink);
}

.nvtech-topline {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  padding: 12px 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nvtech-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 720px;
}

.nvtech-hero__copy {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, .14);
  padding: clamp(28px, 5vw, 72px);
}

.nvtech-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nvtech-kicker::before {
  width: 28px;
  height: 8px;
  background: var(--nt-acid);
  content: "";
}

.nvtech-hero h2 {
  margin: 74px 0 36px;
  font-size: clamp(58px, 7.5vw, 108px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .86;
  text-transform: uppercase;
}

.nvtech-hero h2 em {
  color: var(--nt-acid);
  font-style: normal;
}

.nvtech-lead {
  max-width: 650px;
  margin: auto 0 0;
  color: var(--nt-muted);
  font-size: 17px;
  line-height: 1.52;
}

.nvtech-hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

.nvtech-hero__actions a {
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  padding: 15px 19px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.nvtech-hero__actions a:first-child {
  border-color: var(--nt-acid);
  color: var(--nt-ink);
  background: var(--nt-acid);
}

.nvtech-hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background:
    radial-gradient(circle at 50% 48%, rgba(200, 255, 56, .19), transparent 27%),
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px) 0 0 / 58px 58px,
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px) 0 0 / 58px 58px,
    #171918;
}

.nvtech-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: clamp(230px, 30vw, 420px);
  aspect-ratio: 1;
  border: 1px solid var(--nt-acid);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.nvtech-orbit::before,
.nvtech-orbit::after {
  position: absolute;
  border: 1px solid rgba(200, 255, 56, .36);
  border-radius: 50%;
  content: "";
}

.nvtech-orbit::before {
  inset: 12%;
}

.nvtech-orbit::after {
  inset: -16%;
  border-color: rgba(255, 255, 255, .12);
}

.nvtech-orbit span {
  font-size: clamp(78px, 10vw, 154px);
  font-weight: 800;
  letter-spacing: -.08em;
}

.nvtech-orbit i {
  position: absolute;
  bottom: 21%;
  color: var(--nt-acid);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .14em;
}

.nvtech-signal {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .22);
  color: var(--nt-muted);
  background: rgba(17, 19, 20, .88);
  padding: 11px 14px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.nvtech-signal::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--nt-acid);
  content: "";
}

.nvtech-signal--one {
  top: 16%;
  left: 7%;
}

.nvtech-signal--two {
  top: 25%;
  right: 5%;
}

.nvtech-signal--three {
  bottom: 20%;
  left: 7%;
}

.nvtech-signal--four {
  right: 6%;
  bottom: 11%;
}

.nvtech-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.nvtech-facts span {
  border-right: 1px solid rgba(255, 255, 255, .14);
  padding: 18px;
  color: var(--nt-muted);
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.nvtech-facts span:last-child {
  border-right: 0;
}

.nvtech-facts b {
  margin-right: 6px;
  color: var(--nt-acid);
}

.nvtech-selector,
.nvtech-compare,
.nvtech-route,
.nvtech-request {
  padding: clamp(68px, 9vw, 130px) clamp(16px, 4vw, 56px);
}

.nvtech-heading {
  display: grid;
  grid-template-columns: 180px 1fr minmax(240px, .65fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 58px;
}

.nvtech-heading > span,
.nvtech-route__intro > span,
.nvtech-request__copy > span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nvtech-heading h3,
.nvtech-route__intro h3,
.nvtech-request__copy h3 {
  margin: 0;
  font-size: clamp(42px, 5.7vw, 82px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .91;
  text-transform: uppercase;
}

.nvtech-heading > p,
.nvtech-route__intro > p {
  margin: 0;
  color: #666a66;
  font-size: 15px;
  line-height: 1.55;
}

.nvtech-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.nvtech-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid var(--nt-line);
  border-radius: 0;
  color: var(--nt-ink);
  background: transparent;
  padding: 18px;
  text-align: left;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.nvtech-card:hover,
.nvtech-card.is-active {
  color: #fff;
  background: var(--nt-ink);
  transform: translateY(-5px);
}

.nvtech-card > span,
.nvtech-card > small {
  position: relative;
  z-index: 2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nvtech-card > i {
  position: absolute;
  top: 55px;
  right: 18px;
  left: 18px;
  height: 115px;
  overflow: hidden;
}

.nvtech-card > i::before,
.nvtech-card > i::after {
  position: absolute;
  inset: 0;
  content: "";
  transition: transform .35s ease;
}

.nvtech-card--embroidery > i::before {
  border: 10px double currentColor;
  border-radius: 50%;
  inset: 12px 70px;
}

.nvtech-card--embroidery > i::after {
  top: 49%;
  height: 2px;
  background: repeating-linear-gradient(90deg, currentColor 0 7px, transparent 7px 12px);
}

.nvtech-card--screen > i::before {
  background:
    linear-gradient(currentColor 1px, transparent 1px) 0 0 / 14px 14px,
    linear-gradient(90deg, currentColor 1px, transparent 1px) 0 0 / 14px 14px;
  opacity: .55;
}

.nvtech-card--screen > i::after {
  inset: 21px 35px;
  border: 8px solid currentColor;
}

.nvtech-card--sublimation > i::before {
  background: radial-gradient(circle, currentColor 0 2px, transparent 2.5px) 0 0 / 14px 14px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 78%, transparent);
}

.nvtech-card--sublimation > i::after {
  background: linear-gradient(105deg, transparent 20%, rgba(200, 255, 56, .9), transparent 78%);
  transform: skewX(-18deg);
}

.nvtech-card--combined > i::before {
  inset: 15px 45% 15px 15px;
  border: 5px solid currentColor;
  border-radius: 50%;
}

.nvtech-card--combined > i::after {
  inset: 15px 15px 15px 45%;
  background:
    linear-gradient(currentColor 1px, transparent 1px) 0 0 / 12px 12px,
    linear-gradient(90deg, currentColor 1px, transparent 1px) 0 0 / 12px 12px;
}

.nvtech-card:hover > i::before,
.nvtech-card.is-active > i::before {
  transform: scale(1.06) rotate(-2deg);
}

.nvtech-card h4 {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 55px;
  left: 18px;
  margin: 0;
  font-size: clamp(24px, 2.3vw, 35px);
  font-weight: 800;
  letter-spacing: -.04em;
}

.nvtech-card p {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  margin: 0;
  color: #70736f;
  font-size: 11px;
}

.nvtech-card:hover p,
.nvtech-card.is-active p {
  color: var(--nt-muted);
}

.nvtech-card small {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #5f635f;
}

.nvtech-card.is-active small {
  color: var(--nt-acid);
}

.nvtech-detail {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  min-height: 590px;
  margin-top: 10px;
  color: #fff;
  background: var(--nt-ink);
}

.nvtech-detail__art {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, .15);
  padding: clamp(24px, 4vw, 52px);
  background:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px) 0 0 / 35px 35px,
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px) 0 0 / 35px 35px;
}

.nvtech-detail__art > span {
  position: absolute;
  inset: 13% 14% 30%;
  border: 1px solid var(--nt-acid);
  border-radius: 50%;
}

.nvtech-detail__art > span::before,
.nvtech-detail__art > span::after {
  position: absolute;
  content: "";
}

.nvtech-detail__art > span::before {
  inset: 18%;
  border: 12px double var(--nt-acid);
  border-radius: inherit;
}

.nvtech-detail__art > span::after {
  top: 50%;
  right: -15%;
  left: -15%;
  height: 1px;
  background: var(--nt-acid);
}

.nvtech-detail[data-tech="screen"] .nvtech-detail__art > span {
  border-radius: 0;
  background:
    linear-gradient(var(--nt-acid) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(90deg, var(--nt-acid) 1px, transparent 1px) 0 0 / 18px 18px;
}

.nvtech-detail[data-tech="screen"] .nvtech-detail__art > span::before {
  inset: 18%;
  border: 10px solid var(--nt-acid);
  border-radius: 0;
}

.nvtech-detail[data-tech="sublimation"] .nvtech-detail__art > span {
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle, var(--nt-acid) 0 3px, transparent 3.5px) 0 0 / 18px 18px;
  mask-image: linear-gradient(115deg, transparent, #000 20%, #000 75%, transparent);
}

.nvtech-detail[data-tech="sublimation"] .nvtech-detail__art > span::before,
.nvtech-detail[data-tech="sublimation"] .nvtech-detail__art > span::after {
  display: none;
}

.nvtech-detail[data-tech="combined"] .nvtech-detail__art > span {
  border-radius: 0;
  background:
    radial-gradient(circle at 30% 50%, transparent 0 21%, var(--nt-acid) 21.5% 24%, transparent 24.5%),
    linear-gradient(var(--nt-acid) 1px, transparent 1px) 70% 0 / 14px 14px,
    linear-gradient(90deg, var(--nt-acid) 1px, transparent 1px) 70% 0 / 14px 14px;
}

.nvtech-detail[data-tech="combined"] .nvtech-detail__art > span::before,
.nvtech-detail[data-tech="combined"] .nvtech-detail__art > span::after {
  display: none;
}

.nvtech-detail__art strong {
  position: relative;
  z-index: 2;
  font-size: clamp(44px, 6vw, 88px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .9;
  text-transform: uppercase;
}

.nvtech-detail__art small {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  color: var(--nt-acid);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nvtech-detail__copy {
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 5vw, 68px);
}

.nvtech-detail__number {
  margin: 0;
  color: var(--nt-acid);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.nvtech-detail__copy h4 {
  margin: 24px 0 18px;
  font-size: clamp(45px, 6vw, 82px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .9;
}

.nvtech-detail__text {
  max-width: 650px;
  margin: 0 0 34px;
  color: var(--nt-muted);
  font-size: 16px;
  line-height: 1.55;
}

.nvtech-detail dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: auto 0 30px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.nvtech-detail dl div {
  min-height: 116px;
  border-right: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  padding: 17px;
}

.nvtech-detail dt {
  margin-bottom: 14px;
  color: var(--nt-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nvtech-detail dd {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.nvtech-detail__copy > a {
  align-self: flex-start;
  color: var(--nt-ink);
  background: var(--nt-acid);
  padding: 15px 19px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.nvtech-compare {
  color: #fff;
  background: var(--nt-ink);
}

.nvtech-heading--dark > p {
  color: var(--nt-muted);
}

.nvtech-table {
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.nvtech-table__head,
.nvtech-table__row {
  display: grid;
  grid-template-columns: .7fr 1.1fr .75fr 1.45fr;
}

.nvtech-table__head span,
.nvtech-table__row span {
  border-right: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  padding: 18px;
}

.nvtech-table__head span {
  color: var(--nt-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nvtech-table__row span {
  min-height: 76px;
  font-size: 13px;
  line-height: 1.45;
}

.nvtech-table__row span:first-child {
  color: var(--nt-acid);
  font-size: 17px;
  font-weight: 800;
}

.nvtech-route {
  background: var(--nt-white);
}

.nvtech-route__intro {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  margin-bottom: 58px;
}

.nvtech-route__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--nt-line);
  border-left: 1px solid var(--nt-line);
}

.nvtech-route__steps article {
  min-height: 250px;
  border-right: 1px solid var(--nt-line);
  border-bottom: 1px solid var(--nt-line);
  padding: 22px;
}

.nvtech-route__steps b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--nt-ink);
  background: var(--nt-acid);
  font-size: 10px;
}

.nvtech-route__steps h4 {
  margin: 78px 0 14px;
  font-size: 22px;
  letter-spacing: -.035em;
}

.nvtech-route__steps p {
  margin: 0;
  color: #696d68;
  font-size: 13px;
  line-height: 1.5;
}

.nvtech-request {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(40px, 7vw, 100px);
  color: #fff;
  background: var(--nt-panel);
}

.nvtech-request__copy {
  display: flex;
  flex-direction: column;
}

.nvtech-request__copy > span {
  color: var(--nt-acid);
}

.nvtech-request__copy h3 {
  margin: 62px 0 30px;
}

.nvtech-request__copy p {
  max-width: 520px;
  margin: auto 0 0;
  color: var(--nt-muted);
  font-size: 16px;
  line-height: 1.55;
}

.nvtech-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
  gap: 12px;
}

.nvtech-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nvtech-form label > span {
  color: var(--nt-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nvtech-form input,
.nvtech-form select,
.nvtech-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  padding: 15px;
  font-size: 14px;
}

.nvtech-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--nt-acid) 50%),
    linear-gradient(135deg, var(--nt-acid) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.nvtech-form select option {
  color: var(--nt-ink);
}

.nvtech-form input:focus,
.nvtech-form select:focus,
.nvtech-form textarea:focus {
  border-color: var(--nt-acid);
}

.nvtech-form textarea {
  resize: vertical;
}

.nvtech-form__wide {
  grid-column: 1 / -1;
}

.nvtech-send {
  border: 0;
  color: var(--nt-ink);
  background: var(--nt-acid);
  padding: 17px 20px;
  font-weight: 800;
  cursor: pointer;
}

.nvtech-form__note {
  margin: 3px 0 0;
  color: var(--nt-muted);
  font-size: 10px;
  line-height: 1.45;
}

.nvtech-toast {
  position: fixed;
  z-index: 99999;
  right: 18px;
  bottom: 18px;
  max-width: min(420px, calc(100vw - 36px));
  color: var(--nt-ink);
  background: var(--nt-acid);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .22);
  padding: 14px 17px;
  font-size: 13px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity .2s ease, transform .2s ease;
}

.nvtech-toast.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1050px) {
  .nvtech-hero__grid,
  .nvtech-detail,
  .nvtech-request {
    grid-template-columns: 1fr;
  }

  .nvtech-hero__copy {
    min-height: 650px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .nvtech-hero__visual {
    min-height: 580px;
  }

  .nvtech-heading {
    grid-template-columns: 140px 1fr;
  }

  .nvtech-heading > p {
    grid-column: 2;
  }

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

  .nvtech-detail__art {
    min-height: 520px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }

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

@media (max-width: 700px) {
  .nvtech-topline span:last-child {
    display: none;
  }

  .nvtech-hero__grid {
    min-height: 0;
  }

  .nvtech-hero__copy {
    min-height: 610px;
    padding: 30px 18px;
  }

  .nvtech-hero h2 {
    margin-top: 62px;
    font-size: clamp(48px, 14vw, 74px);
  }

  .nvtech-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .nvtech-hero__actions a {
    text-align: center;
  }

  .nvtech-hero__visual {
    min-height: 430px;
  }

  .nvtech-facts {
    grid-template-columns: 1fr;
  }

  .nvtech-facts span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .nvtech-heading,
  .nvtech-route__intro {
    grid-template-columns: 1fr;
  }

  .nvtech-heading > p {
    grid-column: auto;
  }

  .nvtech-heading h3,
  .nvtech-route__intro h3,
  .nvtech-request__copy h3 {
    font-size: clamp(39px, 12vw, 60px);
  }

  .nvtech-cards {
    grid-template-columns: 1fr;
  }

  .nvtech-card {
    min-height: 260px;
  }

  .nvtech-detail__art {
    min-height: 420px;
  }

  .nvtech-detail dl,
  .nvtech-form {
    grid-template-columns: 1fr;
  }

  .nvtech-form__wide {
    grid-column: auto;
  }

  .nvtech-table__head {
    display: none;
  }

  .nvtech-table__row {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
  }

  .nvtech-table__row span {
    min-height: 0;
  }

  .nvtech-table__row span:first-child {
    background: rgba(200, 255, 56, .08);
  }

  .nvtech-route__steps {
    grid-template-columns: 1fr;
  }

  .nvtech-route__steps article {
    min-height: 210px;
  }

  .nvtech-request__copy h3 {
    margin-top: 45px;
  }
}
