:root {
  color-scheme: light;
  --ink: #0d132b;
  --ink-soft: #26304f;
  --paper: #fff7e8;
  --paper-deep: #f8ebd3;
  --panel: #fffdf8;
  --space: #111a3a;
  --space-deep: #080d22;
  --space-mid: #26366b;
  --carrot: #f36b2b;
  --carrot-light: #ff9b50;
  --leaf: #75c975;
  --leaf-dark: #31835d;
  --sun: #ffcf74;
  --sky: #a7e3f0;
  --lavender: #9a8df0;
  --line: 2px solid var(--ink);
  --shadow: 8px 8px 0 var(--ink);
  --radius-lg: 32px;
  --radius-md: 20px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(243,107,43,.10), transparent 28%),
    radial-gradient(circle at 88% 13%, rgba(117,201,117,.10), transparent 24%),
    linear-gradient(180deg, #fffaf0 0%, var(--paper) 42%, #f9edd7 100%);
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
h1, h2, h3, p { overflow-wrap: break-word; }
svg { display: block; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-180%);
  padding: 11px 15px;
  color: white;
  background: var(--ink);
  border-radius: 10px;
}
.skip-link:focus { transform: none; }

.page-shell { overflow: hidden; }
.topbar,
.hero,
.flight-board,
.submit-section,
footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.topbar {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid rgba(13,19,43,.18);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
}
.wordmark-mark { width: 44px; height: 44px; overflow: visible; }
.logo-leaf { fill: var(--leaf); stroke: var(--ink); stroke-width: 2.4; stroke-linejoin: round; }
.logo-carrot { fill: var(--carrot); stroke: var(--ink); stroke-width: 2.4; stroke-linejoin: round; }
.logo-line { fill: none; stroke: #c8441f; stroke-width: 2; stroke-linecap: round; }
.wordmark-text {
  display: inline-flex;
  align-items: baseline;
  font-size: 1.48rem;
  line-height: 1;
  letter-spacing: -.055em;
}
.wordmark-text b { font-weight: 925; }
.wordmark-text strong { color: var(--carrot); font-weight: 925; }
.topbar-actions { display: flex; align-items: center; gap: 25px; font-size: .8rem; font-weight: 780; }
.network-light { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .085em; }
.network-light i {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--leaf); border: 1.5px solid var(--ink);
  box-shadow: 0 0 0 4px rgba(117,201,117,.16);
}
.tiny-link { text-underline-offset: 5px; text-decoration-thickness: 1.5px; }
.tiny-link:hover { color: var(--carrot); }

.hero {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
  padding: 74px 0 84px;
}
.hero-copy { position: relative; z-index: 3; }
.kicker,
.section-label {
  margin: 0 0 18px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  background: #dff3d7;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--ink);
}
h1 {
  margin: 23px 0 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.25rem, 7.5vw, 7.2rem);
  font-weight: 900;
  line-height: .83;
  letter-spacing: -.068em;
}
h1 em { color: var(--carrot); font-style: italic; position: relative; }
h1 em::after {
  content: "";
  position: absolute;
  left: 2%; right: -1%; bottom: -8px;
  height: 9px;
  border-radius: 999px;
  background: var(--leaf);
  transform: rotate(-1deg);
  z-index: -1;
}
.lede {
  max-width: 57ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.04rem, 1.6vw, 1.22rem);
  line-height: 1.64;
}
.launch-pad { margin-top: 34px; max-width: 620px; }
.discover-button {
  width: min(100%, 560px);
  min-height: 110px;
  display: grid;
  grid-template-columns: 65px 1fr 62px;
  align-items: center;
  gap: 16px;
  padding: 17px 20px;
  color: var(--ink);
  background: var(--carrot);
  border: 2.5px solid var(--ink);
  border-radius: 26px;
  box-shadow: 9px 9px 0 var(--ink);
  cursor: pointer;
  text-align: left;
  transform: translate(0,0);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.discover-button:hover:not(:disabled) {
  transform: translate(3px,3px);
  box-shadow: 6px 6px 0 var(--ink);
  background: #ff7f3f;
}
.discover-button:active:not(:disabled) {
  transform: translate(7px,7px);
  box-shadow: 2px 2px 0 var(--ink);
}
.discover-button:focus-visible { outline: 4px solid var(--lavender); outline-offset: 4px; }
.discover-button:disabled { cursor: wait; opacity: .8; }
.button-mascot {
  width: 60px; height: 60px;
  display: grid; place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
}
.button-mascot svg { width: 53px; height: 53px; }
.button-copy { display: grid; gap: 3px; }
.button-main { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 950; letter-spacing: -.035em; }
.button-sub { font-size: .78rem; font-weight: 800; letter-spacing: .04em; }
.button-arrow {
  width: 56px; height: 56px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-size: 1.55rem;
  font-weight: 900;
}
.status-line { min-height: 1.45em; margin: 19px 0 0; font-size: .9rem; font-weight: 850; }
.safety-note { max-width: 570px; margin: 8px 0 0; color: #5e6375; font-size: .75rem; line-height: 1.45; }
.trust-row { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 9px; }
.trust-row span {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 11px;
  background: rgba(255,255,255,.72);
  border: 1.5px solid rgba(13,19,43,.45);
  border-radius: 999px;
  font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em;
}
.trust-row b { color: var(--leaf-dark); }

.hero-art { position: relative; min-height: 610px; }
.space-card {
  position: absolute;
  inset: 12px 6px 25px 10px;
  padding: 17px;
  background: var(--panel);
  border: 2px solid var(--ink);
  border-radius: 38px;
  box-shadow: 13px 13px 0 var(--ink);
  transform: rotate(1.3deg);
}
.space-card-topline,
.space-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink-soft);
  font: 850 .62rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
}
.space-card-topline { padding: 1px 5px 14px; }
.space-card-footer { padding: 13px 6px 0; }
.hero-illustration { width: 100%; height: auto; }
.hero-rocket { transform-origin: 320px 275px; animation: hero-float 4.2s ease-in-out infinite; }
@keyframes hero-float { 50% { transform: translateY(-9px) rotate(-1deg); } }
.orbit-badge {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: Georgia, serif;
  font-weight: 900;
  line-height: .92;
  border: 2px solid var(--ink);
  border-radius: 50%;
  box-shadow: 5px 5px 0 var(--ink);
}
.orbit-badge-one {
  left: -22px; top: 49px;
  width: 90px; height: 90px;
  background: var(--sun);
  transform: rotate(-12deg);
}
.orbit-badge-two {
  right: -18px; bottom: 50px;
  width: 84px; height: 84px;
  color: white;
  background: var(--space-mid);
  transform: rotate(11deg);
  font-size: 1.28rem;
}

.flight-board {
  padding: 82px 0 92px;
  border-top: 1px solid rgba(13,19,43,.2);
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: end;
  gap: 70px;
}
.flight-board-heading h2,
.submit-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 4.7vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.045em;
}
.flight-board-heading > p:last-child { max-width: 42ch; margin: 18px 0 0; color: var(--ink-soft); line-height: 1.55; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 26px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: 8px 8px 0 var(--ink);
}
.stats-grid div { min-height: 145px; padding: 24px; display: flex; flex-direction: column; justify-content: center; }
.stats-grid div:nth-child(2n) { border-left: 2px solid var(--ink); }
.stats-grid div:nth-child(n+3) { border-top: 2px solid var(--ink); }
.stats-grid dt { color: var(--carrot); font: 900 clamp(2.5rem, 4.2vw, 4rem)/.95 Georgia, serif; letter-spacing: -.04em; }
.stats-grid dd { margin: 10px 0 0; max-width: 22ch; font-size: .68rem; font-weight: 900; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }

.submit-section {
  position: relative;
  margin-bottom: 92px;
  min-height: 410px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  overflow: hidden;
  background: var(--sun);
  border: 2px solid var(--ink);
  border-radius: 36px;
  box-shadow: 11px 11px 0 var(--ink);
}
.submit-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(13,19,43,.19) 1px, transparent 1.4px);
  background-size: 21px 21px;
  opacity: .35;
  pointer-events: none;
}
.submit-illustration,
.submit-copy { position: relative; z-index: 1; }
.submit-illustration { align-self: stretch; display: grid; place-items: center; padding: 30px; background: rgba(255,255,255,.25); border-right: 2px solid var(--ink); }
.submit-illustration svg { width: min(100%, 300px); filter: drop-shadow(8px 9px 0 rgba(13,19,43,.22)); }
.submit-copy { padding: clamp(34px, 6vw, 70px); }
.submit-copy > p:not(.section-label):not(.form-status) { max-width: 58ch; margin: 18px 0 27px; color: #3b3c45; line-height: 1.58; }
.submit-form label { display: block; margin-bottom: 9px; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.submit-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.input-wrap {
  min-height: 62px;
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid var(--ink);
  border-radius: 16px;
  box-shadow: 4px 4px 0 var(--ink);
}
.input-wrap::before { content: "⌁"; margin-left: 15px; color: var(--carrot); font-size: 1.4rem; font-weight: 950; }
.input-wrap input {
  min-width: 0;
  width: 100%;
  height: 58px;
  padding: 0 15px 0 9px;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font: 850 .95rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}
.input-wrap:focus-within { outline: 4px solid rgba(154,141,240,.55); outline-offset: 3px; }
.submit-form button {
  min-height: 62px;
  padding: 0 22px;
  color: white;
  background: var(--space);
  border: 2px solid var(--ink);
  border-radius: 16px;
  box-shadow: 4px 4px 0 var(--carrot);
  font-weight: 900;
  cursor: pointer;
}
.submit-form button:hover:not(:disabled) { background: var(--space-mid); }
.submit-form button:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 1.5em; margin: 17px 0 0; font-size: .86rem; font-weight: 750; }
.form-status a { color: var(--ink); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.form-status a:hover { color: #8f3317; }

footer {
  min-height: 135px;
  padding: 30px 0 42px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  border-top: 1px solid rgba(13,19,43,.22);
  color: #52586d;
  font-size: .77rem;
  line-height: 1.55;
}
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.footer-brand svg { width: 42px; height: 42px; }
.footer-brand p, .footer-warning { margin: 0; }
.footer-warning { max-width: 58ch; }

.transition-screen {
  position: fixed;
  inset: 0;
  z-index: 999;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: white;
  background:
    radial-gradient(circle at 50% 45%, rgba(70,88,167,.75), transparent 36%),
    linear-gradient(145deg, #141f48 0%, #080d22 75%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .24s ease, visibility .24s ease;
}
.transition-screen.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.transition-stars {
  position: absolute;
  inset: -50%;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.95) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(255,207,116,.8) 0 1.2px, transparent 1.8px);
  background-position: 0 0, 19px 25px;
  background-size: 52px 52px, 89px 89px;
  opacity: .32;
  animation: star-drift 22s linear infinite;
}
@keyframes star-drift { to { transform: translate3d(90px, 60px, 0) rotate(.001deg); } }
.transition-cancel {
  position: absolute;
  top: 24px;
  right: 28px;
  z-index: 2;
  padding: 9px 13px;
  color: white;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
}
.transition-cancel:hover { background: rgba(255,255,255,.16); }
.transition-content {
  position: relative;
  z-index: 1;
  width: min(92vw, 780px);
  display: grid;
  justify-items: center;
  text-align: center;
}
.transition-eyebrow { margin: 0 0 13px; color: var(--sun); font-size: .7rem; font-weight: 900; letter-spacing: .18em; }
.transition-domain {
  max-width: 92vw;
  padding: 11px 22px 13px;
  color: var(--space-deep);
  background: var(--paper);
  border: 3px solid var(--space-deep);
  border-radius: 18px;
  box-shadow: 8px 8px 0 var(--carrot);
  font: italic 900 clamp(2.4rem, 7vw, 5.8rem)/.95 Georgia, serif;
  letter-spacing: -.045em;
  transform: rotate(-1deg);
}
.transition-scene { width: min(90vw, 570px); margin: -4px 0 -15px; }
.transition-scene svg { width: 100%; height: auto; }
.scene { display: none; }
.transition-scene[data-scene="nibble"] .scene-nibble,
.transition-scene[data-scene="toss"] .scene-toss,
.transition-scene[data-scene="flag"] .scene-flag,
.transition-scene[data-scene="orbit"] .scene-orbit { display: block; }
.transition-scene .scene-nibble,
.transition-scene .scene-toss,
.transition-scene .scene-flag,
.transition-scene .scene-orbit { transform-origin: 300px 240px; animation: rocket-hop 1.55s ease-in-out infinite; }
@keyframes rocket-hop { 50% { transform: translateY(-12px) rotate(.8deg); } }
.nibble-carrot,
.toss-carrot,
.orbit-carrot { transform-box: fill-box; transform-origin: center; }
.nibble-carrot { animation: nibble 1.1s ease-in-out infinite; }
@keyframes nibble { 50% { transform: translate(-6px,-5px) rotate(-7deg); } }
.toss-carrot { animation: toss 1.8s cubic-bezier(.45,.05,.55,.95) infinite; }
@keyframes toss {
  0%, 100% { transform: translate(0,0) rotate(0); }
  50% { transform: translate(102px,-52px) rotate(178deg); }
}
.toss-line { animation: dash 1.8s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -32; } }
.orbit-carrot { animation: orbit-carrot 2.5s ease-in-out infinite; }
@keyframes orbit-carrot { 50% { transform: translate(-74px,67px) rotate(175deg); } }
.transition-message { margin: 0; font-size: clamp(.95rem, 2.2vw, 1.16rem); font-weight: 800; }
.transition-dots { margin-top: 17px; display: flex; gap: 8px; }
.transition-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--sun); animation: dot-pulse 1.1s ease-in-out infinite; }
.transition-dots i:nth-child(2) { animation-delay: .15s; }
.transition-dots i:nth-child(3) { animation-delay: .3s; }
@keyframes dot-pulse { 50% { transform: translateY(-7px); background: var(--leaf); } }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 58px; }
  .hero-copy { max-width: 760px; }
  .hero-art { min-height: 590px; width: min(650px, 100%); margin: 0 auto; }
  .flight-board { grid-template-columns: 1fr; gap: 40px; }
  .submit-section { grid-template-columns: .65fr 1.35fr; }
}

@media (max-width: 720px) {
  .topbar,
  .hero,
  .flight-board,
  .submit-section,
  footer { width: min(100% - 28px, 1180px); }
  .topbar { min-height: 74px; }
  .network-light { display: none; }
  .hero { min-height: 0; gap: 38px; padding: 50px 0 66px; }
  h1 { font-size: clamp(3.8rem, 19vw, 5.8rem); }
  .discover-button { grid-template-columns: 51px 1fr 50px; min-height: 98px; gap: 11px; padding: 14px; border-radius: 22px; box-shadow: 7px 7px 0 var(--ink); }
  .button-mascot { width: 50px; height: 50px; }
  .button-mascot svg { width: 45px; height: 45px; }
  .button-arrow { width: 47px; height: 47px; }
  .hero-art { min-height: 465px; }
  .space-card { inset: 8px 5px 18px; border-radius: 28px; padding: 12px; box-shadow: 8px 8px 0 var(--ink); }
  .space-card-topline, .space-card-footer { font-size: .51rem; }
  .orbit-badge-one { left: -5px; width: 72px; height: 72px; font-size: .82rem; }
  .orbit-badge-two { right: -4px; bottom: 34px; width: 67px; height: 67px; font-size: 1rem; }
  .flight-board { padding: 68px 0 76px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid div { min-height: 108px; }
  .stats-grid div:nth-child(2n) { border-left: 0; }
  .stats-grid div:nth-child(n+2) { border-top: 2px solid var(--ink); }
  .submit-section { grid-template-columns: 1fr; }
  .submit-illustration { min-height: 270px; border-right: 0; border-bottom: 2px solid var(--ink); }
  .submit-copy { padding: 34px 22px 40px; }
  .submit-row { grid-template-columns: 1fr; }
  .submit-form button { min-height: 58px; }
  footer { flex-direction: column; }
  .transition-cancel { top: 15px; right: 15px; }
  .transition-domain { box-shadow: 5px 5px 0 var(--carrot); }
}

@media (max-width: 430px) {
  .wordmark-mark { width: 39px; height: 39px; }
  .wordmark-text { font-size: 1.28rem; }
  .tiny-link { font-size: .74rem; }
  .hero-art { min-height: 385px; }
  .space-card-topline span:last-child,
  .space-card-footer span:last-child { display: none; }
  .space-card-topline,
  .space-card-footer { justify-content: center; }
  .orbit-badge-one { top: 32px; }
  .orbit-badge-two { bottom: 20px; }
  .trust-row span { font-size: .62rem; }
}

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