/* [project]/app/globals.css [app-client] (css) */
:root {
  --ink: #10110f;
  --paper: #f1f0eb;
  --lime: #c7ff18;
  --muted: #777970;
  --line: #10110f2b;
  --violet: #b8a5ff;
  --cyan: #82e8ff;
  --orange: #ffad72;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

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

button, input, textarea {
  font: inherit;
}

button {
  color: inherit;
}

.header {
  z-index: 30;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  background: #f1f0ebe0;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 0 3vw;
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
}

.brand {
  text-transform: uppercase;
  letter-spacing: -.02em;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
}

.brand-mark {
  background: var(--ink);
  width: 32px;
  height: 32px;
  color: var(--lime);
  place-items: center;
  font-size: 17px;
  font-weight: 900;
  display: grid;
}

.desktop-nav {
  align-items: center;
  gap: 34px;
  display: flex;
}

.desktop-nav a {
  color: #42443f;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 12px;
  font-weight: 700;
  transition: color .2s;
}

.desktop-nav a:hover {
  color: #000;
}

.header-cta {
  background: var(--ink);
  color: #fff;
  text-transform: uppercase;
  justify-self: end;
  align-items: center;
  gap: 14px;
  padding: 11px 16px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.header-cta span {
  color: var(--lime);
  font-size: 17px;
}

.mobile-menu {
  display: none;
}

.section {
  padding-left: 3vw;
  padding-right: 3vw;
}

.hero {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1.08fr .92fr;
  min-height: 100svh;
  padding-top: 76px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero-copy {
  border-right: 1px solid var(--line);
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(70px, 9vh, 112px) 3vw 100px 0;
  display: flex;
}

.eyebrow, .section-index {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0;
  font-family: Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
}

.status-dot {
  background: var(--lime);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  display: inline-block;
  box-shadow: 0 0 0 4px #c7ff1833;
}

.hero h1 {
  letter-spacing: -.085em;
  max-width: 900px;
  margin: auto 0 0;
  font-size: clamp(60px, 7.55vw, 132px);
  font-weight: 800;
  line-height: .87;
}

.hero h1 em {
  color: #0000;
  -webkit-text-stroke: 1.5px var(--ink);
  font-style: normal;
}

.hero-bottom {
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  margin-top: 52px;
  display: flex;
}

.hero-bottom p {
  color: #55574f;
  max-width: 490px;
  margin: 0;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.45;
}

.button {
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 54px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 800;
  transition: transform .2s, background .2s;
  display: inline-flex;
}

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

.button-primary {
  background: var(--lime);
  min-width: 220px;
}

.button-primary span {
  font-size: 20px;
}

.hero-visual {
  isolation: isolate;
  background: #171916;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.visual-grid {
  background-image: linear-gradient(#ffffff0e 1px, #0000 1px), linear-gradient(90deg, #ffffff0e 1px, #0000 1px);
  background-size: 56px 56px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000 30%, #0000 100%);
  mask-image: linear-gradient(#000 30%, #0000 100%);
}

.hero-visual:before {
  content: "";
  aspect-ratio: 1;
  filter: blur(70px);
  background: #c7ff181a;
  border-radius: 50%;
  width: 70%;
  position: absolute;
  top: 12%;
  left: 15%;
}

.orbit {
  border: 1px solid #ffffff30;
  border-radius: 50%;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one {
  aspect-ratio: 1;
  width: min(35vw, 530px);
  animation: 5s ease-in-out infinite pulse;
}

.orbit-two {
  aspect-ratio: 1;
  border-color: #c7ff1859;
  width: min(25vw, 370px);
  animation: 5s ease-in-out 1s infinite reverse pulse;
}

.x-core {
  aspect-ratio: 1;
  background: var(--lime);
  place-items: center;
  width: min(16vw, 240px);
  animation: 10s linear infinite core;
  display: grid;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(45deg);
  box-shadow: 0 0 70px #c7ff182e;
}

.x-core:before {
  content: "";
  border: 1px solid #10110f59;
  position: absolute;
  inset: 12px;
}

.x-core span {
  letter-spacing: -.14em;
  font-size: clamp(82px, 10vw, 180px);
  font-weight: 900;
  line-height: 1;
  transform: rotate(-45deg);
}

.float-label {
  color: #fff;
  letter-spacing: .12em;
  align-items: center;
  gap: 8px;
  font: 700 10px Consolas, monospace;
  display: flex;
  position: absolute;
}

.float-label i {
  background: var(--lime);
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.label-one {
  top: 20%;
  left: 10%;
}

.label-two {
  top: 32%;
  right: 9%;
}

.label-three {
  top: 64%;
  left: 14%;
}

.system-card {
  z-index: 2;
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #090a09d1;
  border: 1px solid #ffffff2e;
  padding: 18px;
  position: absolute;
  bottom: 5%;
  left: 7%;
  right: 7%;
}

.system-card-head, .system-card-foot {
  letter-spacing: .08em;
  justify-content: space-between;
  font: 700 10px Consolas, monospace;
  display: flex;
}

.system-card-head span:last-child {
  color: var(--lime);
}

.progress-track {
  background: #ffffff24;
  height: 2px;
  margin: 16px 0;
  overflow: hidden;
}

.progress-track span {
  background: var(--lime);
  width: 72%;
  height: 100%;
  animation: 3s ease-in-out infinite alternate progress;
  display: block;
}

.system-card-foot {
  letter-spacing: 0;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.system-card-foot b {
  width: 26px;
  height: 26px;
  color: var(--lime);
  border: 1px solid #ffffff4d;
  place-items: center;
  display: grid;
}

.ticker {
  background: var(--lime);
  border-top: 1px solid var(--ink);
  align-items: center;
  width: 100%;
  height: 38px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.ticker div {
  white-space: nowrap;
  letter-spacing: .08em;
  align-items: center;
  gap: 28px;
  width: max-content;
  font-size: 11px;
  font-weight: 900;
  animation: 24s linear infinite ticker;
  display: flex;
}

.ticker i {
  font-style: normal;
}

.services, .work, .process, .contact {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-heading {
  grid-template-columns: .7fr 1.3fr .75fr;
  align-items: end;
  gap: 4vw;
  margin-bottom: 70px;
  display: grid;
}

.section-heading h2, .contact h2 {
  letter-spacing: -.065em;
  margin: 0;
  font-size: clamp(44px, 6vw, 92px);
  line-height: .93;
}

.section-heading h2 span, .contact h2 span {
  color: #a2a49c;
}

.section-lead {
  color: #5f615a;
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

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

.service-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 390px;
  padding: 24px;
  transition: color .3s, background .3s;
  position: relative;
}

.service-card:hover {
  color: #fff;
  background: var(--ink);
}

.service-number {
  font: 700 11px Consolas, monospace;
}

.service-card h3 {
  letter-spacing: -.05em;
  margin: 105px 0 18px;
  font-size: clamp(26px, 2.3vw, 40px);
}

.service-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.service-card:hover p {
  color: #c7c9c0;
}

.tags {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.tags span {
  text-transform: uppercase;
  border: 1px solid;
  padding: 6px 8px;
  font: 700 9px Consolas, monospace;
}

.card-arrow {
  opacity: 0;
  font-size: 24px;
  transition: opacity .25s, transform .25s;
  position: absolute;
  top: 22px;
  right: 24px;
  transform: translate(-4px, 4px);
}

.service-card:hover .card-arrow {
  opacity: 1;
  color: var(--lime);
  transform: translate(0);
}

.work {
  background: var(--ink);
  color: #fff;
}

.work .section-index {
  color: var(--lime);
}

.work .section-heading h2 span {
  color: #777a70;
}

.compact {
  grid-template-columns: .7fr 2.05fr;
}

.product-grid {
  background: #393b35;
  border: 1px solid #393b35;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  display: grid;
}

.product-card {
  background: #20221e;
  min-height: 520px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.product-top {
  color: #a1a49a;
  justify-content: space-between;
  font: 700 10px Consolas, monospace;
  display: flex;
}

.product-art {
  background: #292b26;
  place-items: center;
  height: 280px;
  margin: 24px 0 20px;
  display: grid;
  overflow: hidden;
}

.product-art span {
  color: var(--lime);
  font-size: 280px;
  font-weight: 900;
  line-height: 1;
  transition: transform .6s cubic-bezier(.2, .8, .2, 1);
  transform: rotate(-12deg)scale(1.2);
}

.product-card:nth-child(2n) .product-art span {
  transform: rotate(12deg)scale(1.2);
}

.product-card:hover .product-art span {
  transform: rotate(0)scale(1.45);
}

.product-card.violet .product-art span {
  color: var(--violet);
}

.product-card.cyan .product-art span {
  color: var(--cyan);
}

.product-card.orange .product-art span {
  color: var(--orange);
}

.product-card h3 {
  letter-spacing: -.05em;
  margin: 0 0 8px;
  font-size: clamp(30px, 3vw, 50px);
}

.product-card p {
  color: #aeb0a8;
  max-width: 390px;
  margin: 0;
  line-height: 1.5;
}

.product-link {
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.product-link span {
  color: var(--lime);
  font-size: 17px;
}

.process {
  background: #deddd6;
}

.steps {
  border-top: 1px solid var(--line);
}

.step {
  border-bottom: 1px solid var(--line);
  grid-template-columns: .7fr 1.35fr 1fr 26px;
  align-items: center;
  gap: 4vw;
  min-height: 130px;
  display: grid;
}

.step > span {
  font: 700 12px Consolas, monospace;
}

.step h3 {
  letter-spacing: -.04em;
  font-size: clamp(24px, 2.5vw, 40px);
}

.step p {
  color: #666860;
  max-width: 430px;
  font-size: 14px;
  line-height: 1.5;
}

.step i {
  background: var(--ink);
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 0 var(--lime);
  border-radius: 50%;
  transition: box-shadow .3s;
}

.step:hover i {
  box-shadow: 0 0 0 9px var(--lime);
}

.about {
  background: #deddd6;
  padding-top: 0;
  padding-bottom: 0;
}

.about-panel {
  color: #fff;
  background: var(--ink);
  flex-direction: column;
  justify-content: space-between;
  min-height: 720px;
  padding: 72px 6vw;
  display: flex;
}

.section-index.light {
  color: var(--lime);
}

.about-kicker {
  color: #9b9e94;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 50px 0 14px;
  font: 700 11px Consolas, monospace;
}

.about h2 {
  letter-spacing: -.065em;
  max-width: 1200px;
  margin: 0;
  font-size: clamp(46px, 6.6vw, 104px);
  line-height: .98;
}

.about h2 span {
  color: var(--lime);
}

.about-meta {
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 10vw;
  margin-top: 80px;
  display: grid;
}

.about-meta p {
  color: #b7bab0;
  max-width: 560px;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.about-codes {
  color: #797c73;
  justify-content: space-between;
  font: 700 9px Consolas, monospace;
  display: flex;
}

.contact {
  grid-template-columns: .82fr 1.18fr;
  gap: 8vw;
  display: grid;
}

.contact-copy {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact h2 {
  margin: 55px 0 38px;
}

.contact-copy > p:last-of-type {
  color: #666860;
  max-width: 480px;
  margin: 0 0 70px;
  font-size: 16px;
  line-height: 1.55;
}

.contact-copy > a {
  border-bottom: 1px solid var(--ink);
  margin-top: auto;
  padding-bottom: 5px;
  font-weight: 800;
}

.contact-form {
  grid-template-columns: 1fr 1fr;
  gap: 34px 22px;
  padding-top: 64px;
  display: grid;
}

.contact-form label {
  flex-direction: column;
  gap: 13px;
  display: flex;
}

.contact-form label > span {
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 700 10px Consolas, monospace;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  color: var(--ink);
  resize: none;
  background: none;
  border: 0;
  border-bottom: 1px solid #989a92;
  border-radius: 0;
  outline: none;
  padding: 0 0 14px;
  font-size: 18px;
  transition: border .2s;
}

.contact-form input:focus, .contact-form textarea:focus {
  border-color: var(--ink);
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #a8aaa3;
}

.full {
  grid-column: 1 / -1;
}

.form-footer {
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-top: 18px;
  display: flex;
}

.form-footer p {
  color: #8a8c84;
  max-width: 260px;
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
}

.button-dark {
  background: var(--ink);
  color: #fff;
  min-width: 230px;
}

.button-dark span {
  color: var(--lime);
  font-size: 18px;
}

.success-message {
  background: var(--lime);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 460px;
  margin-top: 64px;
  padding: 50px;
  display: flex;
}

.success-message > span {
  border: 2px solid var(--ink);
  border-radius: 50%;
  place-items: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  display: grid;
}

.success-message h3 {
  letter-spacing: -.05em;
  margin: 30px 0 12px;
  font-size: 42px;
}

.success-message p {
  max-width: 500px;
  line-height: 1.5;
}

.success-message button {
  cursor: pointer;
  background: none;
  border: 0;
  border-bottom: 1px solid;
  margin-top: 32px;
  padding: 0 0 5px;
  font-weight: 800;
}

footer {
  color: #fff;
  background: var(--ink);
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  min-height: 120px;
  padding: 30px 3vw;
  display: grid;
}

footer .brand-mark {
  background: var(--lime);
  color: var(--ink);
}

footer p {
  color: #85887f;
  text-transform: uppercase;
  justify-self: center;
  font-size: 11px;
}

footer > div {
  justify-self: end;
  gap: 32px;
  font: 700 10px Consolas, monospace;
  display: flex;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

@keyframes pulse {
  50% {
    opacity: .55;
    transform: translate(-50%, -50%)scale(1.08);
  }
}

@keyframes core {
  to {
    transform: translate(-50%, -50%)rotate(405deg);
  }
}

@keyframes progress {
  from {
    width: 48%;
  }

  to {
    width: 88%;
  }
}

@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }

  .header {
    grid-template-columns: 1fr auto;
  }

  .header-cta {
    display: none;
  }

  .mobile-menu {
    justify-self: end;
    display: block;
  }

  .mobile-menu summary {
    background: var(--ink);
    cursor: pointer;
    place-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    list-style: none;
    display: grid;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    background: #fff;
    width: 18px;
    height: 1px;
  }

  .mobile-menu nav {
    background: var(--ink);
    color: #fff;
    padding: 24px 3vw;
    display: grid;
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
  }

  .mobile-menu nav a {
    text-transform: uppercase;
    border-bottom: 1px solid #363832;
    padding: 14px 0;
    font-size: 12px;
    font-weight: 700;
  }

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

  .hero-copy {
    border-right: 0;
    min-height: 720px;
    padding-right: 0;
  }

  .hero-visual {
    min-height: 650px;
    margin: 0 -3vw;
  }

  .hero h1 {
    font-size: clamp(72px, 12vw, 130px);
  }

  .section-heading {
    grid-template-columns: .35fr 1.2fr .7fr;
  }

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

  .about-panel {
    min-height: 650px;
  }
}

@media (max-width: 720px) {
  .header {
    min-height: 66px;
    padding: 0 18px;
  }

  .brand {
    font-size: 12px;
  }

  .brand-mark {
    width: 29px;
    height: 29px;
  }

  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    padding-top: 66px;
  }

  .hero-copy {
    min-height: calc(100svh - 66px);
    padding: 42px 0 72px;
  }

  .eyebrow {
    max-width: 290px;
    line-height: 1.5;
  }

  .hero h1 {
    margin-top: 85px;
    font-size: clamp(50px, 16vw, 76px);
    line-height: .9;
  }

  .hero-bottom {
    flex-direction: column;
    align-items: stretch;
    margin-top: 36px;
  }

  .button-primary {
    width: 100%;
  }

  .hero-visual {
    min-height: 560px;
    margin: 0 -18px;
  }

  .x-core {
    width: 180px;
  }

  .orbit-one {
    width: 330px;
  }

  .orbit-two {
    width: 245px;
  }

  .ticker {
    height: 34px;
  }

  .services, .work, .process, .contact {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section-heading, .section-heading.compact {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 44px;
  }

  .section-heading h2, .contact h2 {
    font-size: 48px;
  }

  .section-lead {
    max-width: 500px;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 340px;
  }

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

  .product-card {
    min-height: 440px;
  }

  .product-art {
    height: 220px;
  }

  .product-art span {
    font-size: 220px;
  }

  .step {
    grid-template-columns: 44px 1fr 12px;
    gap: 12px;
    padding: 25px 0;
  }

  .step h3 {
    margin: 0;
  }

  .step p {
    grid-column: 2 / 4;
    margin: 0;
  }

  .step i {
    grid-area: 1 / 3;
  }

  .about {
    padding-left: 0;
    padding-right: 0;
  }

  .about-panel {
    min-height: 740px;
    padding: 50px 18px;
  }

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

  .about-meta {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .about-codes {
    flex-wrap: wrap;
    gap: 20px;
  }

  .contact {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact h2 {
    margin-top: 38px;
  }

  .contact-copy > p:last-of-type {
    margin-bottom: 40px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .contact-form label {
    grid-column: 1;
  }

  .form-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .form-footer .button {
    width: 100%;
  }

  .success-message {
    margin-top: 0;
    padding: 32px;
  }

  footer {
    grid-template-columns: 1fr auto;
    gap: 28px;
    padding: 35px 18px;
  }

  footer p {
    display: none;
  }

  footer > div {
    gap: 18px;
  }
}

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

  *, :before, :after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/*# sourceMappingURL=app_globals_0yg4wg8.css.map*/