@font-face {
  font-family: "Manrope";
  src: url("/__secure/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "DM Mono";
  src: url("/__secure/dm-mono.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --graphite: #101216;
  --graphite-soft: #171b20;
  --porcelain: #f7f5f0;
  --mist: #d9eadf;
  --emerald: #086b4d;
  --emerald-bright: #12a777;
  --solar: #ffd400;
  --line: rgba(255, 255, 255, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  background: var(--graphite);
  color-scheme: dark;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  color: var(--porcelain);
  background:
    radial-gradient(
      circle at 69% 44%,
      rgba(8, 107, 77, 0.22),
      transparent 28rem
    ),
    linear-gradient(145deg, #0d0f12 0%, #101216 58%, #0c1511 100%);
  font-family: "Manrope", Arial, sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.ambient {
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
}

.ambient-one {
  width: 30rem;
  height: 30rem;
  top: -16rem;
  right: -7rem;
  background: rgba(255, 212, 0, 0.09);
}

.ambient-two {
  width: 24rem;
  height: 24rem;
  bottom: -13rem;
  left: 28%;
  background: rgba(18, 167, 119, 0.11);
}

.site-header,
footer {
  width: min(1520px, calc(100% - 7vw));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header {
  min-height: 7.25rem;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  width: 8.8rem;
}

.brand img {
  width: 100%;
  height: auto;
}

.private-label,
.eyebrow,
.access-kicker,
.visual-caption,
footer,
label {
  font-family: "DM Mono", Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.private-label {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(247, 245, 240, 0.68);
}

.private-label span {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--solar);
  box-shadow: 0 0 1.1rem rgba(255, 212, 0, 0.72);
}

.hero {
  width: min(1520px, calc(100% - 7vw));
  min-height: calc(100vh - 12rem);
  min-height: calc(100dvh - 12rem);
  margin-inline: auto;
  padding: clamp(3.5rem, 7vh, 7.5rem) 0 3rem;
  display: grid;
  grid-template-columns: minmax(27rem, 1.15fr) minmax(23rem, 0.85fr);
  grid-template-rows: auto auto;
  column-gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

.hero-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
}

.eyebrow,
.access-kicker {
  margin: 0 0 1.15rem;
  color: var(--solar);
}

h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(3.75rem, 6.8vw, 8.2rem);
  line-height: 0.89;
  letter-spacing: -0.065em;
  font-weight: 760;
}

.intro {
  max-width: 38rem;
  margin: 2rem 0 0;
  color: rgba(247, 245, 240, 0.72);
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.65;
}

.brand-word {
  color: var(--solar);
}

h1 .brand-word {
  white-space: nowrap;
  text-shadow: 0 0 2.1rem rgba(255, 212, 0, 0.16);
}

.loading-dots {
  margin-left: 0.04em;
  display: inline-flex;
  gap: 0.07em;
  white-space: nowrap;
  vertical-align: 0.03em;
}

.loading-dots span {
  display: inline-block;
  color: var(--porcelain);
  opacity: 0.28;
  transform: scale(0.72);
  transform-origin: center 72%;
  animation: dot-pulse 1.5s cubic-bezier(0.22, 0.7, 0.28, 1) infinite both;
}

.loading-dots span:nth-child(2) {
  animation-delay: 0.5s;
}

.loading-dots span:nth-child(3) {
  animation-delay: 1s;
}

.marketplace-pair {
  max-width: 44rem;
  margin-top: clamp(2.5rem, 5vh, 4.4rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.marketplace-pair article {
  min-height: 8.6rem;
  padding: 1.35rem 1.5rem 1.35rem 0;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.marketplace-pair article + article {
  padding-left: 1.5rem;
  border-left: 1px solid var(--line);
}

.pair-index {
  margin-top: 0.22rem;
  color: var(--solar);
  font-family: "DM Mono", Consolas, monospace;
  font-size: 0.7rem;
}

.marketplace-pair h2 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
}

.marketplace-pair p {
  margin: 0.45rem 0 0;
  color: rgba(247, 245, 240, 0.55);
  font-size: 0.82rem;
  line-height: 1.5;
}

.secure-visual {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: clamp(32rem, 66vh, 52rem);
  display: grid;
  place-items: center;
  isolation: isolate;
}

.secure-visual::before {
  position: absolute;
  width: min(37rem, 88%);
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  background: radial-gradient(
    circle,
    rgba(12, 57, 42, 0.35),
    rgba(0, 0, 0, 0) 66%
  );
  box-shadow:
    inset 0 0 6rem rgba(18, 167, 119, 0.05),
    0 0 8rem rgba(8, 107, 77, 0.08);
}

.signal-system {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.signal-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform-origin: center;
  will-change: transform;
}

.signal-ring-yellow {
  width: min(43rem, 104%);
  aspect-ratio: 1.42 / 1;
  border: 1px solid rgba(255, 212, 0, 0.24);
  filter: drop-shadow(0 0 0.35rem rgba(255, 212, 0, 0.08));
  animation: orbit-yellow 26s linear infinite;
}

.signal-ring-emerald {
  width: min(37rem, 89%);
  aspect-ratio: 1.08 / 1;
  border: 1px solid rgba(92, 205, 163, 0.17);
  filter: drop-shadow(0 0 0.45rem rgba(18, 167, 119, 0.1));
  animation: orbit-emerald 34s linear infinite;
}

.signal-node {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 50%;
  transform: translate(50%, -50%);
}

.signal-node-yellow {
  width: 0.56rem;
  height: 0.56rem;
  background: var(--solar);
  box-shadow: 0 0 1.3rem rgba(255, 212, 0, 0.9);
}

.signal-node-emerald {
  width: 0.5rem;
  height: 0.5rem;
  background: #28bd87;
  box-shadow: 0 0 1.25rem rgba(40, 189, 135, 0.82);
}

.lock-art {
  position: relative;
  z-index: 2;
  width: min(31rem, 78%);
  height: auto;
  filter: drop-shadow(0 2.3rem 3.5rem rgba(0, 0, 0, 0.5));
  animation: arrive 950ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.visual-caption {
  position: absolute;
  right: 1rem;
  bottom: 1.7rem;
  left: 1rem;
  display: flex;
  justify-content: space-between;
  color: rgba(247, 245, 240, 0.4);
}

.access-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  max-width: 44rem;
  margin-top: clamp(2.6rem, 6vh, 5.2rem);
  padding: 1.55rem 1.65rem 1.45rem 2.35rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(6.1rem, 7.2vw, 7.2rem);
  gap: clamp(0.85rem, 1.3vw, 1.25rem);
  align-items: end;
  border: 1px solid transparent;
  border-radius: 1.48rem;
  background:
    linear-gradient(145deg, rgba(29, 34, 38, 0.88), rgba(8, 17, 14, 0.82))
      padding-box,
    linear-gradient(
        118deg,
        rgba(247, 245, 240, 0.58) 0%,
        rgba(247, 245, 240, 0.12) 22%,
        rgba(18, 167, 119, 0.38) 49%,
        rgba(255, 212, 0, 0.21) 72%,
        rgba(247, 245, 240, 0.42) 100%
      )
      border-box;
  box-shadow:
    0 0 0 0.36rem rgba(3, 6, 7, 0.93),
    0 0 0 0.43rem rgba(247, 245, 240, 0.13),
    0 2.25rem 6rem rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(18, 167, 119, 0.13);
  backdrop-filter: blur(22px) saturate(1.12);
}

.access-panel::before {
  position: absolute;
  inset: -80% -42%;
  z-index: 1;
  pointer-events: none;
  content: "";
  opacity: 0.72;
  background: linear-gradient(
    104deg,
    transparent 39%,
    rgba(255, 255, 255, 0.025) 45%,
    rgba(255, 255, 255, 0.17) 50%,
    rgba(137, 255, 211, 0.07) 53%,
    transparent 61%
  );
  transform: translateX(-52%) rotate(7deg);
  animation: phone-glass-sweep 7.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.access-panel::after {
  position: absolute;
  top: 50%;
  left: 0.54rem;
  z-index: 3;
  width: 0.3rem;
  height: 2.55rem;
  border-radius: 999px;
  content: "";
  background:
    radial-gradient(
      circle at 50% 28%,
      rgba(36, 189, 135, 0.62) 0 0.08rem,
      transparent 0.09rem
    ),
    linear-gradient(180deg, #030706, #101816 52%, #020403);
  box-shadow:
    inset 0 0 0 1px rgba(247, 245, 240, 0.12),
    0 0 0 1px rgba(0, 0, 0, 0.78),
    0 0 0.85rem rgba(18, 167, 119, 0.11);
  transform: translateY(-50%);
}

.access-panel > * {
  position: relative;
  z-index: 2;
}

.access-panel__content {
  min-width: 0;
}

.norb-intro {
  min-height: 8.5rem;
  align-self: stretch;
  display: grid;
  place-items: end center;
}

.norb-motion-stage {
  display: grid;
  width: 100%;
  place-items: center;
  animation: norb-gateway-float 4.8s ease-in-out infinite;
  will-change: transform;
}

.norb-intro img {
  width: 100%;
  max-width: 7.2rem;
  height: auto;
  transform: perspective(900px) rotateY(var(--norb-yaw, 0deg));
  transform-origin: 50% 83.90625%;
  filter: drop-shadow(0 0.9rem 1.4rem rgba(0, 0, 0, 0.34));
  will-change: transform;
}

@keyframes norb-gateway-float {
  0%,
  100% {
    transform: translate3d(0, 2px, 0);
  }

  50% {
    transform: translate3d(0, -4px, 0);
  }
}

.norb-greeting {
  position: absolute;
  top: 0.05rem;
  left: -0.65rem;
  padding: 0.36rem 0.55rem;
  border: 1px solid rgba(247, 245, 240, 0.18);
  border-radius: 0.62rem 0.62rem 0.12rem 0.62rem;
  color: var(--mist);
  background: linear-gradient(
    145deg,
    rgba(247, 245, 240, 0.1),
    rgba(8, 107, 77, 0.13)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 0.65rem 1.5rem rgba(0, 0, 0, 0.2);
  font-family: "DM Mono", Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  white-space: nowrap;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.access-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.access-kicker {
  margin-bottom: 0.45rem;
  color: var(--mist);
}

.access-panel h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  letter-spacing: -0.025em;
}

.status-light {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0.35rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--emerald-bright);
  box-shadow: 0 0 1rem rgba(18, 167, 119, 0.75);
}

form {
  margin-top: 1.25rem;
}

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

.input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.65rem;
}

input,
button {
  min-height: 3.4rem;
  border-radius: 0.78rem;
  font: inherit;
}

input {
  min-width: 0;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  outline: none;
  color: var(--porcelain);
  background: rgba(2, 6, 5, 0.58);
}

input:focus {
  border-color: var(--solar);
  box-shadow: 0 0 0 3px rgba(255, 212, 0, 0.14);
}

button {
  padding: 0 1.1rem 0 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  border: 0;
  color: white;
  background: var(--emerald);
  font-weight: 750;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease;
}

button:hover {
  background: #087c59;
  transform: translateY(-1px);
}

button:focus-visible {
  outline: 3px solid var(--solar);
  outline-offset: 3px;
}

button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.form-message {
  min-height: 1.35rem;
  margin: 0.72rem 0 0;
  color: rgba(247, 245, 240, 0.48);
  font-size: 0.75rem;
}

.form-message.is-error {
  color: #ffd07a;
}

.form-message.is-success {
  color: #a8f0cf;
}

footer {
  min-height: 4.75rem;
  border-top: 1px solid var(--line);
  color: rgba(247, 245, 240, 0.35);
}

@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(1.5rem) scale(0.96);
    filter: blur(5px) drop-shadow(0 2.3rem 3.5rem rgba(0, 0, 0, 0.5));
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes orbit-yellow {
  from {
    transform: translate(-50%, -50%) rotate(-14deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(346deg);
  }
}

@keyframes orbit-emerald {
  from {
    transform: translate(-50%, -50%) rotate(18deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-342deg);
  }
}

@keyframes dot-pulse {
  0%,
  28%,
  100% {
    color: var(--porcelain);
    opacity: 0.28;
    transform: scale(0.72);
    text-shadow: none;
  }
  10% {
    color: #fffef9;
    opacity: 1;
    transform: scale(1.12);
    text-shadow: 0 0 0.22em rgba(255, 212, 0, 0.52);
  }
}

@keyframes phone-glass-sweep {
  0%,
  54% {
    transform: translateX(-52%) rotate(7deg);
  }
  82%,
  100% {
    transform: translateX(52%) rotate(7deg);
  }
}

@media (min-width: 981px) and (max-height: 1200px) {
  .site-header {
    min-height: 4.6rem;
  }

  .brand {
    width: 7.7rem;
  }

  .hero {
    min-height: calc(100vh - 8.4rem);
    min-height: calc(100dvh - 8.4rem);
    padding: clamp(0.9rem, 2.3vh, 1.4rem) 0;
    column-gap: clamp(2.5rem, 5vw, 6rem);
    align-content: center;
  }

  .eyebrow,
  .access-kicker {
    margin-bottom: 0.65rem;
  }

  h1 {
    font-size: clamp(3.35rem, min(5.8vw, 8.5vh), 6.7rem);
  }

  .intro {
    margin-top: 0.9rem;
    font-size: clamp(0.92rem, 1vw, 1.08rem);
    line-height: 1.48;
  }

  .marketplace-pair {
    margin-top: 1.2rem;
  }

  .marketplace-pair article {
    min-height: 5.8rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .access-panel {
    margin-top: 1.4rem;
    padding-top: 1rem;
    padding-bottom: 0.9rem;
    border-radius: 1.25rem;
  }

  .access-panel h2 {
    font-size: clamp(1.2rem, 1.6vw, 1.45rem);
  }

  .norb-intro {
    min-height: 7rem;
  }

  .norb-intro img {
    max-width: 6.15rem;
  }

  form {
    margin-top: 0.7rem;
  }

  input,
  button {
    min-height: 3rem;
  }

  .form-message {
    margin-top: 0.42rem;
  }

  .secure-visual {
    min-height: min(62vh, 36rem);
  }

  .lock-art {
    width: min(26rem, 72%);
  }

  .visual-caption {
    bottom: 0.7rem;
  }

  footer {
    min-height: 3.8rem;
  }
}

@media (min-width: 981px) and (max-width: 1250px) {
  .access-panel {
    display: block;
    padding-right: 1.25rem;
  }

  .access-heading-row {
    padding-right: 5.1rem;
  }

  .norb-intro {
    position: absolute;
    top: 0.65rem;
    right: 0.85rem;
    width: 4.6rem;
    min-height: 0;
  }

  .norb-greeting {
    top: -0.25rem;
    left: -1.35rem;
  }

  button {
    padding-right: 0.85rem;
    padding-left: 0.95rem;
    gap: 0.75rem;
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding-top: 3.5rem;
  }

  .hero-copy,
  .secure-visual,
  .access-panel {
    grid-column: 1;
    grid-row: auto;
  }

  .secure-visual {
    min-height: 34rem;
    margin-top: 2rem;
  }

  .access-panel {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .site-header,
  .hero,
  footer {
    width: min(100% - 2rem, 44rem);
  }

  .site-header {
    min-height: 5.8rem;
  }

  .brand {
    width: 7rem;
  }

  .private-label {
    font-size: 0.62rem;
  }

  .hero {
    padding-top: 2.7rem;
  }

  h1 {
    font-size: clamp(3.4rem, 17vw, 5.2rem);
  }

  .intro {
    margin-top: 1.5rem;
  }

  .marketplace-pair {
    grid-template-columns: 1fr;
  }

  .marketplace-pair article {
    min-height: 0;
    padding: 1.15rem 0;
  }

  .marketplace-pair article + article {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .secure-visual {
    min-height: 27rem;
  }

  .lock-art {
    width: min(24rem, 88%);
  }

  .visual-caption {
    font-size: 0.58rem;
  }

  .input-row {
    grid-template-columns: 1fr;
  }

  .access-panel {
    display: block;
    padding-right: 1.3rem;
    padding-left: 1.8rem;
  }

  .access-heading-row {
    min-height: 4.9rem;
    padding-right: 5.25rem;
  }

  .norb-intro {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 4.75rem;
    min-height: 0;
  }

  .norb-greeting {
    top: -0.2rem;
    left: -1.3rem;
  }

  .access-panel::after {
    left: 0.38rem;
    height: 1.9rem;
  }

  button {
    justify-content: space-between;
  }

  footer {
    gap: 1rem;
    font-size: 0.58rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .norb-motion-stage {
    animation: none !important;
    transform: none !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
