:root {
  --void: #020504;
  --space: #06100e;
  --panel: #091513;
  --panel-2: #0d1d1a;
  --signal: #d6ff00;
  --signal-soft: #eaff77;
  --moon: #f5ffe8;
  --teal: #19c3af;
  --teal-deep: #07393b;
  --violet: #735cff;
  --muted: #9bb0a7;
  --line: rgba(214, 255, 0, 0.22);
  --line-soft: rgba(245, 255, 232, 0.12);
  --danger: #ff6f75;
  --max: 1240px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
  letter-spacing: 0 !important;
}

html {
  scroll-behavior: smooth;
  background: var(--void);
}

#swap,
#mission,
#verify {
  scroll-margin-top: 118px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--moon);
  background: var(--void);
  font-family: "Space Grotesk", system-ui, sans-serif;
  line-height: 1.55;
}

button,
input,
a {
  font: inherit;
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 4px;
}

.space-canvas {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: var(--void);
}

.site-shell {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--line-soft);
  background: rgba(2, 5, 4, 0.94);
  backdrop-filter: blur(14px);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  min-width: 0;
  color: var(--moon);
  text-decoration: none;
  font-family: "Oxanium", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  white-space: nowrap;
}

.site-brand img {
  width: 42px;
  height: 42px;
  flex: none;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(214, 255, 0, 0.34));
}

.site-brand em {
  color: var(--signal);
  font-style: normal;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.site-nav a {
  position: relative;
  color: var(--muted);
  text-decoration: none;
  font-family: "Oxanium", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--signal);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--moon);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-command {
  justify-self: end;
  padding: 11px 16px;
  border: 1px solid var(--signal);
  border-radius: 4px;
  color: var(--void);
  background: var(--signal);
  text-decoration: none;
  font-family: "Oxanium", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.header-command:hover {
  color: var(--signal);
  background: transparent;
  box-shadow: 0 0 24px rgba(214, 255, 0, 0.2);
}

.hero {
  position: relative;
  min-height: calc(88svh - 72px);
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: rgba(2, 5, 4, 0.42);
}

.hero-art {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: grid;
  place-items: center;
  justify-items: end;
  padding: 0;
}

.hero-art img {
  width: min(calc(88svh - 72px), 62vw);
  height: min(calc(88svh - 72px), 62vw);
  min-width: min(calc(88svh - 72px), 62vw);
  min-height: min(calc(88svh - 72px), 62vw);
  display: block;
  object-fit: contain;
  opacity: 0.92;
  filter: saturate(1.08) contrast(1.03);
}

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

.hero-space span {
  position: absolute;
  width: clamp(160px, 22vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(214, 255, 0, 0.22);
  border-radius: 50%;
  animation: orbit-spin 54s linear infinite;
}

.hero-space span::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 18px var(--signal);
}

.hero-space span:nth-child(1) {
  top: 12%;
  left: -8%;
}

.hero-space span:nth-child(2) {
  right: -7%;
  bottom: 9%;
  width: clamp(220px, 30vw, 520px);
  border-color: rgba(25, 195, 175, 0.24);
  animation-direction: reverse;
  animation-duration: 68s;
}

.hero-space span:nth-child(3) {
  top: 8%;
  right: 13%;
  width: clamp(70px, 9vw, 140px);
  border-color: rgba(115, 92, 255, 0.38);
  animation-duration: 40s;
}

.hero-copy {
  position: absolute;
  z-index: 2;
  top: clamp(34px, 8vh, 90px);
  left: clamp(18px, 5vw, 80px);
  width: min(510px, calc(100% - 36px));
  padding: clamp(18px, 3vw, 32px);
  border-left: 3px solid var(--signal);
  background: rgba(2, 5, 4, 0.83);
}

.signal-line,
.section-intro > p,
.mission-heading > p,
.verify-copy > p {
  margin: 0 0 10px;
  color: var(--signal);
  font-family: "Oxanium", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.signal-line {
  display: flex;
  align-items: center;
  gap: 9px;
}

.signal-line i {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 14px var(--signal);
  animation: signal-pulse 1.8s ease-in-out infinite;
}

.hero h1 {
  margin: 0;
  color: var(--moon);
  font-family: "Oxanium", sans-serif;
  font-size: 6.25rem;
  font-weight: 800;
  line-height: 0.9;
}

.hero h1 span {
  display: block;
  color: var(--signal);
  font-size: 0.42em;
  line-height: 1.15;
}

.hero-lede {
  max-width: 460px;
  margin: 18px 0 24px;
  color: var(--moon);
  font-size: 1.2rem;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.command-primary,
.command-secondary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 16px;
  border: 1px solid var(--signal);
  border-radius: 4px;
  text-decoration: none;
  font-family: "Oxanium", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.command-primary {
  color: var(--void);
  background: var(--signal);
}

.command-secondary {
  color: var(--moon);
  border-color: rgba(245, 255, 232, 0.4);
  background: rgba(2, 5, 4, 0.76);
}

.command-primary:hover,
.command-secondary:hover {
  box-shadow: 0 0 26px rgba(214, 255, 0, 0.18);
  transform: translateY(-2px);
}

.hero-disclaimer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 8px 0 0;
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
  background: transparent;
  font-family: "Oxanium", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-disclaimer span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--violet);
}

.coordinate-strip {
  max-width: var(--max);
  min-height: 94px;
  display: grid;
  grid-template-columns: 0.8fr 1fr minmax(360px, 1.7fr) auto;
  align-items: center;
  gap: 0;
  margin: 0 auto;
  border-right: 1px solid var(--line-soft);
  border-left: 1px solid var(--line-soft);
  background: var(--space);
}

.coordinate-strip > div {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 18px 22px;
  border-right: 1px solid var(--line-soft);
}

.coordinate-strip span,
.coordinate-strip code {
  color: var(--muted);
  font-size: 0.68rem;
}

.coordinate-strip strong {
  overflow-wrap: anywhere;
  color: var(--moon);
  font-family: "Oxanium", sans-serif;
  font-size: 0.86rem;
}

.coordinate-contract code {
  color: var(--signal);
  font-family: ui-monospace, monospace;
  overflow-wrap: anywhere;
}

.copy-contract {
  height: 100%;
  min-height: 94px;
  display: grid;
  place-content: center;
  gap: 4px;
  padding: 16px 24px;
  border: 0;
  border-radius: 0;
  color: var(--void);
  background: var(--signal);
  cursor: pointer;
  font-family: "Oxanium", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.copy-contract b {
  font-size: 1.2rem;
}

.swap-band,
.mission,
.verify {
  position: relative;
  padding: clamp(76px, 10vw, 150px) clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line-soft);
}

.swap-band {
  background: rgba(2, 5, 4, 0.86);
}

.section-intro,
.mission-heading,
.verify-copy {
  max-width: var(--max);
  margin: 0 auto clamp(42px, 6vw, 74px);
}

.section-intro h2,
.mission-heading h2,
.verify-copy h2,
.family-band h2 {
  max-width: 920px;
  margin: 0;
  color: var(--moon);
  font-family: "Oxanium", sans-serif;
  font-size: 4.9rem;
  font-weight: 800;
  line-height: 1;
}

.section-intro > span,
.verify-copy > span {
  max-width: 720px;
  display: block;
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.1rem;
}

.swap-shell {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

.swap-tool {
  width: 100%;
  padding: clamp(20px, 4vw, 48px);
  border: 1px solid rgba(214, 255, 0, 0.36);
  border-radius: 8px;
  background: rgba(9, 21, 19, 0.98);
  box-shadow: 0 0 70px rgba(25, 195, 175, 0.08);
  animation: none !important;
  transform: none !important;
}

.swap-heading {
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-soft);
}

.swap-heading h2,
.order-heading h2 {
  color: var(--moon);
  font-family: "Oxanium", sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}

.swap-kicker {
  color: var(--signal) !important;
  font-family: "Oxanium", sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.swap-heading-actions {
  align-items: center;
}

.swap-help-button {
  border: 1px solid var(--line-soft) !important;
  border-radius: 4px !important;
  color: var(--moon) !important;
  background: transparent !important;
}

.swap-availability,
.swap-trust {
  border-radius: 4px !important;
  color: var(--muted) !important;
  background: var(--space) !important;
}

.swap-availability i,
.swap-trust i {
  background: var(--signal) !important;
  box-shadow: 0 0 10px var(--signal);
}

.swap-cost-note {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
  gap: 16px 24px;
  margin-top: 16px;
  padding: 14px 16px;
  border-top: 1px solid rgba(214, 255, 0, 0.28);
  border-bottom: 1px solid rgba(214, 255, 0, 0.28);
  color: var(--muted);
  background: rgba(214, 255, 0, 0.04);
  font-size: 0.78rem;
}

.swap-cost-note strong {
  color: var(--signal);
  font-family: "Oxanium", sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.swap-mode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 28px 0;
  padding: 1px;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  background: var(--line-soft);
}

.swap-mode button {
  min-height: 90px;
  border: 0 !important;
  border-radius: 4px !important;
  color: var(--muted) !important;
  background: var(--space) !important;
}

.swap-mode button.is-active {
  color: var(--void) !important;
  background: var(--signal) !important;
  box-shadow: none !important;
}

.swap-mode button small,
.swap-mode button.is-active small {
  color: inherit !important;
  opacity: 0.74;
}

.swap-mode-icon {
  border-radius: 50%;
  background: var(--void);
}

.swap-step {
  padding: 24px 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--line-soft) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.swap-step-heading > span {
  display: grid !important;
  place-items: center;
  border: 1px solid var(--signal) !important;
  color: var(--signal) !important;
  background: transparent !important;
}

.swap-step-heading strong,
.field-label {
  color: var(--moon) !important;
}

.swap-step-heading small,
.field-help,
.swap-mode-hint {
  color: var(--muted) !important;
}

.coin-picker,
.address-field {
  border: 1px solid var(--line-soft) !important;
  border-radius: 6px !important;
  background: var(--space) !important;
}

.coin-picker-main,
.address-input {
  border-color: var(--line-soft) !important;
  background: var(--panel-2) !important;
  box-shadow: none !important;
}

.coin-picker:focus-within,
.address-field:focus-within {
  border-color: var(--signal) !important;
  box-shadow: 0 0 0 3px rgba(214, 255, 0, 0.08) !important;
}

.coin-picker-current strong,
.address-input input {
  color: var(--moon) !important;
}

.coin-picker-current small,
.address-input input::placeholder {
  color: var(--muted) !important;
}

.address-input b {
  border-radius: 3px !important;
  color: var(--void) !important;
  background: var(--signal) !important;
}

.coin-options {
  max-height: 290px;
  overflow-y: auto;
}

.coin-option {
  border-color: var(--line-soft) !important;
  color: var(--moon) !important;
  background: var(--panel-2) !important;
  box-shadow: none !important;
}

.coin-option:hover,
.coin-option.is-selected,
.coin-option.is-active {
  border-color: var(--signal) !important;
  background: rgba(214, 255, 0, 0.08) !important;
  box-shadow: inset 0 0 0 1px rgba(214, 255, 0, 0.18) !important;
}

.swap-submit {
  min-height: 58px;
  border: 1px solid var(--signal) !important;
  border-radius: 5px !important;
  color: var(--void) !important;
  background: var(--signal) !important;
  box-shadow: 0 0 26px rgba(214, 255, 0, 0.14) !important;
  font-family: "Oxanium", sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.swap-submit:disabled {
  color: #788078 !important;
  border-color: #24312d !important;
  background: #131b18 !important;
  box-shadow: none !important;
}

.form-status {
  color: var(--muted) !important;
}

.swap-help-dialog-card {
  max-height: min(680px, calc(100svh - 32px));
  overflow-y: auto;
  border: 1px solid var(--signal) !important;
  border-radius: 8px !important;
  color: var(--moon) !important;
  background: var(--panel) !important;
}

.swap-help-dialog-card h3,
.swap-help-dialog-card strong {
  color: var(--signal) !important;
}

.swap-help-close {
  color: var(--moon) !important;
  background: transparent !important;
}

.order-panel {
  margin-top: 30px !important;
  padding: 28px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.order-heading > img {
  border-radius: 50%;
}

.order-state,
.order-route,
.deposit-section,
.order-facts > div,
.order-message,
.settlement-evidence,
.transactions {
  border-color: var(--line-soft) !important;
  border-radius: 5px !important;
  color: var(--moon) !important;
  background: var(--space) !important;
}

.deposit-address code {
  color: var(--signal) !important;
  overflow-wrap: anywhere;
}

.deposit-address button,
.order-actions button {
  border-radius: 4px !important;
  color: var(--void) !important;
  background: var(--signal) !important;
}

.timeline-row {
  border-color: var(--line-soft) !important;
  border-radius: 4px !important;
  background: var(--space) !important;
}

.timeline-row.is-current {
  border-color: var(--signal) !important;
  background: rgba(214, 255, 0, 0.09) !important;
}

.timeline-row.is-done {
  border-color: var(--teal) !important;
  background: rgba(25, 195, 175, 0.08) !important;
}

.mission {
  overflow: hidden;
  background: rgba(7, 57, 59, 0.5);
}

.mission::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(115, 92, 255, 0.42);
}

.mission-track {
  position: relative;
  max-width: var(--max);
  display: grid;
  gap: 0;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.mission-chapter {
  min-height: 250px;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: clamp(22px, 5vw, 80px);
  padding: clamp(30px, 5vw, 70px) 0;
  border-bottom: 1px solid var(--line);
}

.mission-chapter > span {
  color: var(--signal);
  font-family: "Oxanium", sans-serif;
  font-size: 4.75rem;
  font-weight: 800;
}

.mission-chapter p {
  margin: 0 0 6px;
  color: var(--teal);
  font-family: "Oxanium", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mission-chapter h3 {
  margin: 0;
  color: var(--moon);
  font-family: "Oxanium", sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.mission-chapter small {
  max-width: 680px;
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 1rem;
}

.family-band {
  max-width: var(--max);
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) 1.05fr;
  align-items: center;
  gap: clamp(36px, 7vw, 100px);
  margin: 0 auto;
  padding: clamp(76px, 10vw, 150px) clamp(18px, 4vw, 48px);
}

.family-band picture,
.family-band img {
  width: 100%;
  display: block;
}

.family-band img {
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.family-band picture {
  border: 1px solid var(--line);
  box-shadow: 18px 18px 0 rgba(7, 57, 59, 0.72), -10px -10px 0 rgba(115, 92, 255, 0.18);
}

.family-band p {
  margin: 0 0 12px;
  color: var(--signal);
  font-family: "Oxanium", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.family-band a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 12px 16px;
  border: 1px solid var(--signal);
  border-radius: 4px;
  color: var(--signal);
  text-decoration: none;
  font-family: "Oxanium", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.verify {
  background: rgba(9, 21, 19, 0.94);
}

.contract-display {
  max-width: var(--max);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin: 0 auto 36px;
  padding: 22px;
  border: 1px solid var(--line);
}

.contract-display span {
  color: var(--muted);
  font-size: 0.8rem;
}

.contract-display code {
  overflow-wrap: anywhere;
  color: var(--signal);
  font-family: ui-monospace, monospace;
  font-size: 0.95rem;
  text-align: center;
}

.contract-display button {
  padding: 10px 14px;
  border: 1px solid var(--signal);
  border-radius: 4px;
  color: var(--void);
  background: var(--signal);
  cursor: pointer;
  font-family: "Oxanium", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.launch-links {
  max-width: var(--max);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.launch-links a {
  min-height: 130px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 2px 18px;
  padding: 24px;
  border-right: 1px solid var(--line-soft);
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}

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

.launch-links a:hover {
  color: var(--void);
  background: var(--signal);
}

.launch-links span {
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.launch-links a:hover span {
  color: rgba(2, 5, 4, 0.66);
}

.launch-links strong {
  font-family: "Oxanium", sans-serif;
  font-size: 1.65rem;
}

.launch-links b {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  font-size: 1.4rem;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr minmax(280px, 1.2fr) auto;
  align-items: center;
  gap: 28px;
  padding: 34px clamp(18px, 4vw, 64px);
  border-top: 1px solid var(--line);
  background: var(--void);
}

.site-footer p,
.site-footer small {
  margin: 0;
  color: var(--muted);
}

.site-footer p {
  font-size: 0.9rem;
}

.site-footer small {
  font-size: 0.68rem;
}

.site-footer > a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--signal);
  text-decoration: none;
}

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

.reveal.will-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.will-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes orbit-spin {
  to { transform: rotate(360deg); }
}

@keyframes signal-pulse {
  0%, 100% { opacity: 0.5; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.15); }
}

@media (max-width: 1100px) and (min-width: 981px) {
  .hero-art img {
    width: min(calc(88svh - 72px), 48vw);
    height: min(calc(88svh - 72px), 48vw);
    min-width: min(calc(88svh - 72px), 48vw);
    min-height: min(calc(88svh - 72px), 48vw);
  }

  .hero-copy {
    width: min(460px, calc(100% - 36px));
    padding: 24px;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .hero-lede {
    font-size: 1.05rem;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-row: 2;
    grid-column: 1 / -1;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    overflow-x: auto;
    padding: 4px 0 2px;
  }

  .header-command {
    grid-row: 1;
    grid-column: 2;
  }

  .hero {
    min-height: 82svh;
  }

  .hero-art {
    place-items: end;
  }

  .hero-art img {
    width: min(60svh, 58vw);
    height: min(60svh, 58vw);
    min-width: min(60svh, 58vw);
    min-height: min(60svh, 58vw);
  }

  .hero-copy {
    top: 20px;
    width: min(430px, calc(100% - 36px));
    background: rgba(2, 5, 4, 0.78);
  }

  .hero h1 {
    font-size: 4.4rem;
  }

  .hero-lede {
    font-size: 1.05rem;
  }

  .section-intro h2,
  .mission-heading h2,
  .verify-copy h2,
  .family-band h2 {
    font-size: 4rem;
  }

  .swap-heading h2,
  .order-heading h2 {
    font-size: 1.9rem;
  }

  .mission-chapter > span {
    font-size: 3.5rem;
  }

  .mission-chapter h3 {
    font-size: 3.1rem;
  }

  .launch-links strong {
    font-size: 1.45rem;
  }

  .coordinate-strip {
    grid-template-columns: 1fr 1fr;
    margin: 0;
    border: 0;
  }

  .coordinate-contract {
    grid-column: 1 / -1;
  }

  .copy-contract {
    grid-column: 1 / -1;
    min-height: 58px;
  }

  .family-band {
    grid-template-columns: 1fr 1fr;
  }

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

  .site-footer p,
  .site-footer small {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-header {
    gap: 8px 16px;
    padding: 9px 14px;
  }

  .site-brand {
    font-size: 1rem;
  }

  .site-brand img {
    width: 36px;
    height: 36px;
  }

  .header-command {
    padding: 9px 11px;
    font-size: 0.66rem;
  }

  .site-nav {
    padding-bottom: 4px;
  }

  .site-nav a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 2px;
    font-size: 0.68rem;
    white-space: nowrap;
  }

  .hero {
    min-height: 82svh;
    place-items: end center;
    padding-top: 160px;
  }

  .hero-art {
    align-items: end;
    justify-items: center;
  }

  .hero-art img {
    width: 100vw;
    height: 100vw;
    min-width: 100vw;
    min-height: 100vw;
  }

  .hero-copy {
    top: 14px;
    right: 14px;
    left: 14px;
    width: auto;
    padding: 14px 16px;
  }

  .hero h1 {
    font-size: 3.55rem;
  }

  .hero-lede {
    margin: 10px 0 14px;
    font-size: 0.88rem;
  }

  .hero-disclaimer {
    position: static;
    justify-content: flex-start;
    margin-top: 12px;
    padding-top: 7px;
    font-size: 0.56rem;
  }

  .signal-line {
    margin-bottom: 6px;
    font-size: 0.66rem;
  }

  .hero-actions {
    flex-wrap: nowrap;
  }

  .command-primary,
  .command-secondary {
    min-height: 42px;
    padding: 8px 10px;
    font-size: 0.62rem;
  }

  .coordinate-strip {
    grid-template-columns: 1fr;
  }

  .coordinate-strip > div,
  .coordinate-contract,
  .copy-contract {
    grid-column: 1;
    min-height: 68px;
    padding: 12px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .swap-band,
  .mission,
  .verify {
    padding-right: 14px;
    padding-left: 14px;
  }

  .swap-tool {
    padding: 18px 14px;
  }

  .section-intro h2,
  .mission-heading h2,
  .verify-copy h2,
  .family-band h2 {
    font-size: 2.4rem;
  }

  .section-intro > span,
  .verify-copy > span {
    font-size: 1rem;
  }

  .swap-heading h2,
  .order-heading h2 {
    font-size: 1.55rem;
  }

  .swap-cost-note {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 12px;
  }

  .swap-heading,
  .swap-heading-actions {
    align-items: flex-start;
  }

  .swap-heading-actions {
    width: 100%;
    justify-content: space-between;
  }

  .swap-mode {
    grid-template-columns: 1fr;
  }

  .swap-mode button {
    min-height: 72px;
  }

  .address-input {
    grid-template-columns: minmax(0, 1fr);
  }

  .address-input b {
    justify-self: start;
  }

  .deposit-layout,
  .order-facts {
    grid-template-columns: 1fr !important;
  }

  .mission::before {
    left: 30px;
  }

  .mission-chapter {
    grid-template-columns: 58px 1fr;
    gap: 12px;
  }

  .mission-chapter > span {
    font-size: 2rem;
  }

  .mission-chapter h3 {
    font-size: 1.75rem;
  }

  .contract-display code {
    font-size: 0.82rem;
  }

  .launch-links strong {
    font-size: 1.3rem;
  }

  .family-band {
    grid-template-columns: 1fr;
    padding-right: 22px;
    padding-left: 14px;
  }

  .family-band picture {
    box-shadow: 8px 8px 0 rgba(7, 57, 59, 0.72), -5px -5px 0 rgba(115, 92, 255, 0.18);
  }

  .contract-display {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .contract-display code {
    text-align: left;
  }

  .launch-links {
    grid-template-columns: 1fr;
  }

  .launch-links a {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 16px;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 3.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal,
  .reveal.will-reveal {
    opacity: 1;
    transform: none;
  }
}
