:root {
  --void: #03070c;
  --space: #06101b;
  --panel: #08121f;
  --panel-2: #0a1624;
  --white: #f3f6f9;
  --silver: #c7ced8;
  --muted: #9ba7b6;
  --stone: #697686;
  --line: rgba(170, 197, 230, .18);
  --line-strong: rgba(200, 221, 247, .36);
  --glow: #d7e9ff;
  --success: #84d694;
  --shell: 1380px;
  --radius: 8px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--void);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 10%, rgba(38, 75, 118, .13), transparent 25%),
    linear-gradient(180deg, #020509, #06101a 44%, #02060a);
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }

button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

img {
  max-width: 100%;
  display: block;
  -webkit-user-drag: none;
  user-select: none;
}

#stars,
.background-nebula,
.background-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

#stars { z-index: -4; }

.background-nebula {
  z-index: -3;
  background:
    radial-gradient(circle at 78% 18%, rgba(55, 101, 157, .13), transparent 19%),
    radial-gradient(circle at 14% 60%, rgba(31, 63, 103, .07), transparent 27%);
}

.background-grain {
  z-index: -2;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(2, 6, 11, .82);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-shell {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.header-brand {
  min-width: max-content;
}

.header-brand .brand-mark {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 12px rgba(201, 221, 255, .24));
  transform: translateZ(0);
}

.header-brand .brand-copy {
  display: grid;
  line-height: 1;
}

.header-brand .brand-copy strong {
  font-family: "Michroma", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .20em;
}

.header-brand .brand-copy small {
  margin-top: 6px;
  color: var(--silver);
  font-size: 8px;
  letter-spacing: .27em;
}

.brand-symbol {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  filter: drop-shadow(0 0 14px rgba(210, 231, 255, .20));
}

.brand-symbol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-type {
  display: grid;
  line-height: 1;
}

.brand-type strong,
h1,
h2,
h3,
.button,
.nav,
.price,
.footer h4,
.modal-kicker {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
}

.brand-type strong {
  font-size: 18px;
  letter-spacing: .20em;
}

.brand-type small {
  margin-top: 6px;
  color: var(--silver);
  font-size: 8px;
  letter-spacing: .27em;
}

.nav {
  justify-self: center;
  display: flex;
  gap: 58px;
}

.nav a {
  color: var(--silver);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

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

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255,255,255,.025);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--white);
}

.button {
  min-height: 50px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  background: none;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: .14em;
  transition: .22s ease;
}

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

.button-outline,
.button-card {
  border-color: var(--line-strong);
  background: rgba(7, 15, 26, .62);
  box-shadow: inset 0 0 17px rgba(132, 178, 238, .035);
}

.button-outline:hover,
.button-card:hover {
  border-color: rgba(223, 236, 253, .60);
  box-shadow: 0 0 22px rgba(145, 187, 244, .12);
}

.button-light {
  color: #04070b;
  border-color: rgba(255,255,255,.85);
  background: linear-gradient(180deg, #fff, #cbd4df);
  box-shadow: 0 8px 22px rgba(213, 231, 255, .13);
}

.button.compact {
  min-height: 46px;
  padding-inline: 17px;
}

.hero {
  min-height: 520px;
  border-bottom: 1px solid var(--line);
}

.hero-shell {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: 20px;
  min-height: 520px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 60px 0 48px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(43px, 4.8vw, 68px);
  line-height: 1.13;
  text-transform: uppercase;
  letter-spacing: .045em;
}

.hero h1 > span,
.hero h1 > em {
  display: block;
}

.hero h1 em {
  color: transparent;
  background: linear-gradient(90deg, #d7dee6, #66717e);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: normal;
  font-weight: 400;
}

.accent-mark {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0 20px;
}

.accent-mark b {
  color: var(--silver);
  font-size: 15px;
  font-weight: 300;
}

.accent-mark i {
  width: 75px;
  height: 1px;
  background: linear-gradient(90deg, rgba(225,236,248,.55), transparent);
}

.hero-copy > p {
  max-width: 560px;
  margin: 0;
  color: #b0bac6;
  font-size: 23px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-proof {
  display: flex;
  gap: 26px;
  margin-top: 32px;
}

.hero-proof article {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-right: 18px;
  border-right: 1px solid var(--line);
}

.hero-proof article:last-child { border-right: 0; }

.hero-proof article > div { display: grid; }

.hero-proof strong {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.hero-proof small {
  color: var(--muted);
  font-size: 13px;
}

.round-icon,
.feature-icon {
  position: relative;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--glow);
  font-size: 14px;
}

.crosshair::before,
.crosshair::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(215, 233, 255, .65);
  border-radius: 50%;
}

.crosshair::after {
  inset: 3px 13px;
  border: 0;
  border-left: 1px solid rgba(215, 233, 255, .65);
  border-right: 1px solid rgba(215, 233, 255, .65);
  border-radius: 0;
}

.hero-moon {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: visible;
}

.moon-frame {
  position: relative;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: min(55vw, 660px);
  margin-right: -50px;
  animation: moonFloat 7s ease-in-out infinite;
}

.moon-frame img {
  width: 100%;
  opacity: .98;
  filter: contrast(1.05) brightness(.96);
  -webkit-mask-image: radial-gradient(ellipse at center, black 60%, rgba(0,0,0,.92) 72%, transparent 94%);
  mask-image: radial-gradient(ellipse at center, black 60%, rgba(0,0,0,.92) 72%, transparent 94%);
}

.moon-scan {
  position: absolute;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  inset: 8% 5% 8% 4%;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent, rgba(195, 221, 255, .045), transparent);
  animation: moonScan 6s ease-in-out infinite;
  mix-blend-mode: screen;
}

.moon-grid-overlay {
  position: absolute;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  inset: 18% 11% 13% 14%;
  border-radius: 50%;
  opacity: .18;
  background:
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(209,228,251,.50) 43px, transparent 44px),
    repeating-linear-gradient(90deg, transparent 0 48px, rgba(209,228,251,.45) 49px, transparent 50px);
  transform: perspective(650px) rotateY(-19deg) rotateZ(-6deg);
  animation: gridDrift 14s ease-in-out infinite alternate;
}

.moon-target,
.image-target,
.registry-target {
  position: absolute;
  will-change: opacity, filter;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid rgba(238, 246, 255, .92);
  box-shadow: 0 0 24px rgba(186, 218, 255, .65), inset 0 0 20px rgba(186, 218, 255, .12);
  animation: targetPulse 2.4s ease-in-out infinite;
}

.moon-target {
  width: 72px;
  height: 72px;
  left: 59%;
  top: 35%;
  transform: rotate(-10deg);
}

.moon-target i::before,
.moon-target i::after,
.registry-target i::before,
.registry-target i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 1px;
  background: var(--white);
  transform: translate(-50%, -50%);
}

.moon-target i::after,
.registry-target i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.moon-orbit {
  position: absolute;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid rgba(174, 204, 244, .09);
  border-radius: 50%;
  pointer-events: none;
}

.moon-orbit::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 12%;
  right: 18%;
  border-radius: 50%;
  background: #e6f0ff;
  box-shadow: 0 0 10px #c9e0ff;
}

.orbit-1 {
  width: 78%;
  height: 78%;
  aspect-ratio: 1;
  animation: orbitSpin 33s linear infinite;
}

.orbit-2 {
  width: 92%;
  height: 92%;
  aspect-ratio: 1;
  border-style: dashed;
  animation: orbitSpinReverse 47s linear infinite;
}

.orbit-3 {
  width: 64%;
  height: 64%;
  aspect-ratio: 1;
  transform: rotate(57deg) scaleY(.54);
  animation: orbitSpinTilted 27s linear infinite;
}

.lunar-card {
  position: absolute;
  right: -5px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: rgba(3, 8, 14, .72);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.lunar-clock {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  box-shadow: inset 8px 0 0 rgba(207, 228, 255, .56);
}

.lunar-card div { display: grid; }

.lunar-card small {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.lunar-card strong,
.lunar-card b {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .08em;
}

.section {
  padding: 76px 0;
  border-bottom: 1px solid var(--line);
}

.section-title.ruled {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 42px;
  margin-bottom: 46px;
}

.section-title.ruled span {
  height: 1px;
  background: var(--line);
}

.section-title h2,
.collection-intro h2,
.registry-intro h2,
.why-intro h2,
.faq-intro h2 {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: .22em;
  line-height: 1.5;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}

.step {
  position: relative;
  min-height: 150px;
  display: grid;
  grid-template-columns: 106px 1fr;
  align-items: center;
  gap: 23px;
}

.step::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  width: 23px;
  border-top: 1px dotted rgba(189, 213, 245, .28);
}

.step:last-child::after { display: none; }

.step-number {
  position: absolute;
  left: 1px;
  top: 2px;
  z-index: 2;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--void);
  font-size: 11px;
}

.step-emblem {
  width: 98px;
  height: 98px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 63, 99, .15), rgba(2, 7, 12, .95) 75%);
  color: var(--glow);
  font-size: 38px;
}

.parcel-emblem {
  position: relative;
  background:
    repeating-linear-gradient(0deg, transparent 0 17px, rgba(196, 220, 251, .13) 18px, transparent 19px),
    repeating-linear-gradient(90deg, transparent 0 19px, rgba(196, 220, 251, .12) 20px, transparent 21px),
    radial-gradient(circle, rgba(32, 63, 99, .15), rgba(2, 7, 12, .95) 75%);
}

.parcel-emblem i {
  width: 22px;
  height: 22px;
  border: 1px solid var(--glow);
  box-shadow: 0 0 12px rgba(195, 221, 255, .32);
}

.step h3 {
  margin: 0 0 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.collection-layout,
.registry-layout,
.why-layout,
.faq-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 48px;
  align-items: center;
}

.collection-intro p,
.registry-intro p,
.why-intro p,
.faq-intro p {
  color: var(--muted);
  font-size: 14px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.parcel-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(8, 18, 31, .94), rgba(3, 8, 14, .98));
  transition: transform .22s ease, border-color .22s ease;
}

.parcel-card:hover {
  transform: translateY(-5px);
  border-color: rgba(225, 238, 255, .50);
}

.parcel-card.featured {
  border-color: rgba(210, 229, 252, .48);
  box-shadow: 0 0 34px rgba(121, 165, 226, .07);
}

.popular {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  height: 29px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line-strong);
  background: linear-gradient(90deg, rgba(90, 127, 180, .15), rgba(208, 226, 249, .17), rgba(90, 127, 180, .15));
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.card-image {
  position: relative;
  height: 150px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.featured .card-image { padding-top: 23px; height: 178px; }

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.87) contrast(1.14);
}

.card-image::after,
.registry-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(2, 7, 12, .18));
  pointer-events: none;
}

.image-target {
  width: 52px;
  height: 41px;
  left: 55%;
  top: 37%;
  transform: perspective(160px) rotateX(56deg) rotateZ(-12deg);
}

.image-target.large {
  width: 62px;
  height: 49px;
  left: 48%;
  top: 46%;
}

.card-content { padding: 20px 20px 17px; }

.card-content h3 {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.card-content > small {
  color: var(--muted);
  font-size: 10px;
}

.price {
  margin: 7px 0 9px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line);
  font-size: 32px;
}

.price sup {
  margin-left: 5px;
  color: var(--muted);
  font-family: "Inter", sans-serif;
  font-size: 8px;
  letter-spacing: .10em;
}

.card-content ul {
  display: grid;
  gap: 4px;
  margin: 0 0 9px;
  padding: 0;
  list-style: none;
  color: #aab4c0;
  font-size: 10px;
}

.card-content li::before {
  content: "✓";
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  margin-right: 6px;
  border: 1px solid rgba(195, 217, 246, .32);
  border-radius: 50%;
  color: var(--glow);
  font-size: 10px;
}

.button-card {
  width: 100%;
  min-height: 42px;
  font-size: 9.5px;
}

.registry-panel {
  min-height: 245px;
  display: grid;
  grid-template-columns: .64fr .62fr 1.45fr;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: rgba(5, 12, 20, .90);
}

.registry-data,
.registry-status {
  display: grid;
  align-content: center;
  gap: 15px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.registry-data div,
.registry-status div { display: grid; }

.registry-data small,
.registry-status small {
  color: var(--muted);
  font-size: 8.5px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.registry-data strong,
.registry-status strong {
  font-size: 11px;
  font-weight: 400;
}

.registered {
  color: var(--success);
  text-transform: uppercase;
}

.registry-map {
  position: relative;
  overflow: hidden;
}

.registry-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.88) contrast(1.10);
}

.registry-target {
  width: 85px;
  height: 62px;
  left: 52%;
  top: 34%;
  transform: perspective(220px) rotateX(58deg) rotateZ(-10deg);
}

.zoom {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 17px;
  display: grid;
}

.zoom button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  background: rgba(2, 7, 12, .86);
  cursor: pointer;
}

.why {
  padding: 54px 0;
  border-bottom: 1px solid var(--line);
}

.why-layout { align-items: stretch; }

.why-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.why-features article {
  padding: 0 28px;
  border-left: 1px solid var(--line);
}

.feature-icon {
  width: 48px;
  height: 48px;
  font-size: 16px;
}

.why-features h3 {
  margin: 13px 0 8px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .09em;
  line-height: 1.5;
}

.why-features p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

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

details { border-bottom: 1px solid var(--line); }

summary {
  position: relative;
  padding: 23px 44px 23px 0;
  cursor: pointer;
  list-style: none;
  font-size: 12px;
}

summary::-webkit-details-marker { display: none; }

summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 50%;
  color: var(--silver);
  transform: translateY(-50%);
  font-size: 19px;
}

details[open] summary::after { content: "−"; }

details p {
  max-width: 720px;
  margin: 0;
  padding: 0 0 18px;
  color: var(--muted);
  font-size: 10px;
}

.footer {
  padding: 0 0 16px;
  background: rgba(2, 7, 12, .38);
}

.network-footer {
  margin-bottom: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0%, rgba(69, 114, 173, .10), transparent 42%),
    rgba(3, 9, 15, .72);
}

.network-footer-shell {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 34px;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.network-footer-heading p {
  margin: 0;
  font-family: "Michroma", sans-serif;
  color: var(--white);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.network-footer-heading span {
  display: block;
  max-width: 260px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.network-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  background: rgba(4, 11, 19, .62);
}

.network-links > a {
  position: relative;
  min-height: 94px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  border-right: 1px solid var(--line);
  transition:
    background .22s ease,
    box-shadow .22s ease,
    transform .22s ease;
}

.network-links > a:last-child {
  border-right: 0;
}

.network-links > a:hover {
  z-index: 2;
  background: rgba(21, 39, 62, .58);
  box-shadow: inset 0 0 22px rgba(155, 196, 250, .06);
  transform: translateY(-2px);
}

.network-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--glow);
  font-size: 12px;
}

.network-link-copy {
  display: grid;
  min-width: 0;
}

.network-link-copy strong {
  font-family: "Michroma", sans-serif;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .10em;
}

.network-link-copy small {
  margin-top: 3px;
  overflow: hidden;
  color: var(--muted);
  font-size: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.network-links i {
  color: var(--stone);
  font-size: 13px;
  font-style: normal;
  transition: color .22s ease, transform .22s ease;
}

.network-links > a:hover i {
  color: var(--glow);
  transform: translate(2px, -2px);
}

.footer-main {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  align-items: start;
}

.footer-brand { margin-top: 8px; }

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

.footer-columns > div {
  min-height: 125px;
  padding-left: 38px;
  border-left: 1px solid var(--line);
}

.footer h4 {
  margin: 0 0 9px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .10em;
}

.footer-columns a {
  display: block;
  margin: 6px 0;
  color: var(--muted);
  font-size: 11px;
}

.connect p {
  display: flex;
  gap: 7px;
  margin: 0;
}

.connect p a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--silver);
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  text-align: center;
  color: #737e8b;
  font-size: 8px;
}

.footer-bottom p { margin: 0 0 3px; }

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 3, 7, .82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.modal-backdrop[hidden] { display: none; }

.claim-modal {
  position: relative;
  width: min(100%, 660px);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 38px;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  background:
    radial-gradient(circle at 90% 8%, rgba(60, 105, 160, .13), transparent 27%),
    linear-gradient(145deg, rgba(9, 20, 34, .97), rgba(2, 7, 12, .98));
  box-shadow: 0 28px 100px rgba(0,0,0,.65);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 13px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.025);
  cursor: pointer;
  font-size: 22px;
}

.modal-kicker {
  margin: 0 0 9px;
  color: var(--silver);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.claim-modal h2 {
  margin: 0;
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.modal-lead {
  color: var(--muted);
  font-size: 11px;
}

.modal-lead code { color: var(--white); }

#claimForm {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

#claimForm label {
  display: grid;
  gap: 6px;
  color: var(--silver);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .11em;
}

#claimForm input,
#claimForm select {
  width: 100%;
  min-height: 50px;
  padding: 0 12px;
  color: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  outline: none;
  background: #07111d;
}

#claimForm input:focus,
#claimForm select:focus {
  border-color: var(--line-strong);
  box-shadow: 0 0 0 3px rgba(162, 198, 244, .07);
}

.amount-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.amount-row span {
  color: var(--muted);
  font-size: 9px;
}

.amount-row strong {
  font-size: 27px;
  font-weight: 300;
}

.wallet-box {
  display: grid;
  gap: 7px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(0,0,0,.20);
}

.wallet-box small {
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.wallet-box code {
  overflow-wrap: anywhere;
  color: var(--glow);
}

.wallet-box button {
  justify-self: start;
  padding: 4px 8px;
  color: var(--silver);
  border: 1px solid var(--line);
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  font-size: 8px;
}

.consent {
  grid-template-columns: 17px 1fr !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  align-items: start;
}

.consent input {
  min-height: auto !important;
  margin-top: 3px;
}

.submit-button { width: 100%; }

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--success);
  text-align: center;
  font-size: 9px;
}

body.modal-open { overflow: hidden; }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@keyframes moonFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-.3deg); }
  50% { transform: translate3d(0, -10px, 0) rotate(.3deg); }
}

@keyframes moonScan {
  0%, 100% { transform: translate3d(-16%, 0, 0); opacity: .15; }
  50% { transform: translate3d(16%, 0, 0); opacity: .55; }
}

@keyframes gridDrift {
  from { transform: perspective(650px) rotateY(-19deg) rotateZ(-6deg) translate3d(-4px, 0, 0); }
  to { transform: perspective(650px) rotateY(-19deg) rotateZ(-6deg) translate3d(5px, 0, 0); }
}

@keyframes orbitSpin {
  from { transform: rotate(-18deg); }
  to { transform: rotate(342deg); }
}

@keyframes orbitSpinReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes orbitSpinTilted {
  from { transform: rotate(57deg) scaleY(.54) rotate(0deg); }
  to { transform: rotate(57deg) scaleY(.54) rotate(360deg); }
}

@keyframes targetPulse {
  0%, 100% { opacity: .68; filter: brightness(.9); }
  50% { opacity: 1; filter: brightness(1.22); }
}



/* Final V3.3 desktop type scale — explicit values prevent inherited tiny text. */
@media (min-width: 1021px) {
  .nav a {
    font-size: 11px;
  }

  .button {
    font-size: 11px;
  }

  .hero-copy > p {
    font-size: 16px;
    line-height: 1.75;
  }

  .hero-proof strong {
    font-size: 10.5px;
  }

  .hero-proof small {
    font-size: 10px;
  }

  .lunar-card small {
    font-size: 8px;
  }

  .lunar-card strong,
  .lunar-card b {
    font-size: 9px;
  }

  .section-title h2,
  .collection-intro h2,
  .registry-intro h2,
  .why-intro h2,
  .faq-intro h2 {
    font-size: 24px;
  }

  .step h3 {
    font-size: 14px;
  }

  .step p,
  .collection-intro p,
  .registry-intro p,
  .why-intro p,
  .faq-intro p {
    font-size: 14px;
  }

  .card-content h3 {
    font-size: 15px;
  }

  .card-content > small {
    font-size: 11px;
  }

  .card-content ul {
    font-size: 11px;
    line-height: 1.65;
  }

  .button-card {
    font-size: 10px;
  }

  .registry-data small,
  .registry-status small {
    font-size: 9px;
  }

  .registry-data strong,
  .registry-status strong {
    font-size: 13px;
  }

  .why-features h3 {
    font-size: 12.5px;
  }

  .why-features p {
    font-size: 13px;
    line-height: 1.65;
  }

  summary {
    font-size: 15px;
  }

  summary::after {
    font-size: 23px;
  }

  details p {
    font-size: 13px;
    line-height: 1.7;
  }

  .network-footer-heading p {
    font-size: 11px;
  }

  .network-footer-heading span {
    font-size: 11px;
  }

  .network-link-copy strong {
    font-size: 9.5px;
  }

  .network-link-copy small {
    font-size: 9.5px;
  }

  .footer h4 {
    font-size: 10.5px;
  }

  .footer-columns a {
    font-size: 11px;
  }

  .footer-bottom {
    font-size: 10px;
  }

  .modal-kicker,
  #claimForm label,
  .wallet-box small {
    font-size: 9px;
  }

  .modal-lead {
    font-size: 14px;
  }

  .amount-row span,
  .form-status {
    font-size: 11px;
  }

  .wallet-box button {
    font-size: 10px;
  }
}

/* V3.3 desktop readability scale */
@media (min-width: 1021px) {
  body {
    font-size: 16px;
  }

  .shell {
    width: min(calc(100% - 64px), var(--shell));
  }

  .hero-copy {
    max-width: 650px;
  }

  .hero-copy > p,
  .collection-intro p,
  .registry-intro p,
  .why-intro p,
  .faq-intro p {
    line-height: 1.75;
  }

  .step p,
  .why-features p,
  details p,
  .footer-columns a,
  .network-link-copy small {
    line-height: 1.65;
  }

  .cards {
    align-items: stretch;
  }

  .parcel-card {
    min-height: 390px;
  }

  .button-card {
    margin-top: 4px;
  }
}

@media (max-width: 1020px) {
  .desktop-claim { display: none; }
  .menu-toggle { display: block; }
  .nav { display: none; }

  .nav.open {
    position: absolute;
    top: 73px;
    left: 22px;
    right: 22px;
    display: grid;
    gap: 0;
    padding: 9px 16px;
    border: 1px solid var(--line-strong);
    border-radius: 7px;
    background: rgba(2, 7, 12, .97);
  }

  .nav.open a {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav.open a:last-child { border-bottom: 0; }

  .hero-shell {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

  .hero-copy { padding-bottom: 0; }
  .hero-moon { min-height: 440px; }
  .moon-frame { width: min(90vw, 620px); margin-right: 0; }

  .collection-layout,
  .registry-layout,
  .why-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .collection-intro,
  .registry-intro,
  .why-intro,
  .faq-intro {
    max-width: 470px;
  }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }

  .brand-type strong { font-size: 13px; }
  .brand-type small { font-size: 5.5px; }

  .header-brand .brand-mark {
    width: 37px;
    height: 37px;
  }

  .header-brand .brand-copy strong {
    font-size: 13px;
  }

  .header-brand .brand-copy small {
    font-size: 5.5px;
  }

  .hero h1 { font-size: clamp(34px, 10vw, 48px); }

  .nav.open a {
    font-size: 11px;
  }

  .step p,
  .collection-intro p,
  .registry-intro p,
  .why-intro p,
  .faq-intro p,
  .why-features p,
  details p {
    font-size: 13px;
  }

  .card-content > small,
  .card-content ul,
  .network-link-copy small,
  .footer-columns a {
    font-size: 10px;
  }

  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }

  .hero-proof {
    display: grid;
    gap: 12px;
  }

  .hero-proof article {
    padding-right: 0;
    border-right: 0;
  }

  .hero-moon { min-height: 340px; }
  .lunar-card { right: 0; bottom: 8px; }

  .section { padding: 48px 0; }

  .section-title.ruled {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }

  .section-title.ruled span { display: none; }

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

  .step {
    grid-template-columns: 78px 1fr;
  }

  .step::after { display: none; }

  .registry-panel {
    grid-template-columns: 1fr 1fr;
  }

  .registry-map {
    grid-column: 1 / -1;
    min-height: 220px;
  }

  .why-features {
    grid-template-columns: 1fr 1fr;
  }

  .why-features article {
    padding: 17px;
    border-top: 1px solid var(--line);
  }

  .network-footer-shell {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .network-footer-heading span {
    max-width: none;
  }

  .network-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .network-links > a {
    border-bottom: 1px solid var(--line);
  }

  .network-links > a:nth-child(2n) {
    border-right: 0;
  }

  .network-links > a:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 25px 0;
  }

  .footer-columns > div { padding-left: 18px; }
}

@media (max-width: 480px) {
  .why-features,
  .registry-panel,
  .footer-columns,
  .network-links {
    grid-template-columns: 1fr;
  }

  .network-links > a,
  .network-links > a:nth-child(2n),
  .network-links > a:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .network-links > a:last-child {
    border-bottom: 0;
  }

  .registry-map { grid-column: auto; }

  .registry-data,
  .registry-status {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .claim-modal { padding: 27px 18px; }
}

@media (max-width: 760px), (pointer: coarse) {
  .background-grain {
    opacity: .022;
  }

  .moon-frame,
  .moon-grid-overlay,
  .moon-orbit {
    transform-style: preserve-3d;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
