:root {
  --ink: oklch(27% 0.035 145);
  --ink-soft: oklch(39% 0.05 140);
  --leaf: oklch(48% 0.105 140);
  --moss: oklch(37% 0.08 137);
  --grass: oklch(73% 0.135 128);
  --pale: oklch(94% 0.04 105);
  --paper: oklch(97% 0.018 100);
  --sky: oklch(78% 0.105 220);
  --sun: oklch(84% 0.14 88);
  --clay: oklch(64% 0.13 43);
  --line: oklch(27% 0.035 145 / 0.22);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--pale);
  font-family: "Chivo", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.nav { height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--ink); }
.logo { display: inline-flex; align-items: center; gap: 10px; font: 400 15px "Archivo Black", sans-serif; letter-spacing: .04em; }
.logo-seed { display: grid; place-items: center; width: 32px; height: 32px; border: 2px solid var(--ink); border-radius: 50% 50% 45% 55%; color: var(--paper); background: var(--leaf); transform: rotate(-7deg); }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.nav-links > a:not(.nav-pill) { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 5px; transition: text-decoration-color 160ms ease; }
.nav-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 2px solid var(--ink); border-radius: 999px; background: var(--paper); box-shadow: 3px 3px 0 var(--ink); }
.nav-pill span { width: 8px; height: 8px; border-radius: 50%; background: var(--clay); }

.hero { min-height: 760px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(30px, 4vw, 70px); padding-block: 70px 80px; }
.intro-label { display: inline-block; margin: 0 0 26px; padding: 7px 11px 6px; border: 2px solid var(--ink); background: var(--sun); font-size: 11px; font-weight: 650; letter-spacing: .08em; transform: rotate(-1.5deg); }
h1, h2, h3 { text-wrap: balance; }
h1 { max-width: 650px; margin: 0; font: 400 clamp(3.6rem, 6.8vw, 6rem)/.94 "Archivo Black", sans-serif; letter-spacing: -.04em; }
h1 span { color: var(--clay); }
.lede { max-width: 600px; margin: 30px 0 0; color: var(--ink-soft); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.55; text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; padding: 0 18px; border: 2px solid var(--ink); border-radius: 8px; font-size: 14px; font-weight: 650; box-shadow: 5px 5px 0 var(--ink); transition: transform 160ms var(--ease-out), box-shadow 160ms var(--ease-out); }
.button-dark { color: var(--paper); background: var(--ink); box-shadow: 5px 5px 0 var(--clay); }
.button:active { transform: translate(3px,3px) scale(.98); box-shadow: 2px 2px 0 var(--clay); }
.text-link { font-size: 14px; font-weight: 650; border-bottom: 2px solid var(--ink); padding-bottom: 4px; }
.text-link span { margin-left: 7px; }
.trust-note { display: flex; align-items: center; gap: 14px; margin-top: 42px; }
.avatar-stack { display: flex; }.avatar-stack i { display: grid; place-items: center; width: 34px; height: 34px; margin-left: -7px; border: 2px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--sky); font: 650 10px "Chivo",sans-serif; font-style: normal; }.avatar-stack i:first-child { margin: 0; background: var(--sun); }.avatar-stack i:last-child { background: var(--grass); }
.trust-note p { margin: 0; font-size: 12px; line-height: 1.45; color: var(--ink-soft); }.trust-note strong { color: var(--ink); }

.hero-world { position: relative; width: 100%; max-width: 650px; justify-self: end; }
.hero-world svg { display: block; width: 100%; filter: drop-shadow(0 16px 0 oklch(27% .035 145 / .08)); }
.capsule-drawing { transform-origin: 335px 580px; animation: habitat-breathe 5s ease-in-out infinite; }
.world-tag { position: absolute; padding: 9px 13px; border: 2px solid var(--ink); border-radius: 999px; color: var(--paper); background: var(--ink); font-size: 11px; font-weight: 650; box-shadow: 4px 4px 0 var(--paper); }
.tag-one { top: 16%; left: -2%; transform: rotate(-5deg); }.tag-two { right: -2%; bottom: 15%; color: var(--ink); background: var(--sun); box-shadow: 4px 4px 0 var(--ink); transform: rotate(4deg); }
@keyframes habitat-breathe { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-5px) rotate(.35deg); } }

.field-notes { color: var(--paper); background: var(--ink); border-block: 2px solid var(--ink); }
.note-row { display: grid; grid-template-columns: repeat(4,1fr); }
.note-row div { min-height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 22px 28px; border-right: 1px solid oklch(97% .018 100 / .24); }
.note-row div:last-child { border: 0; }.note-row strong { font: 400 clamp(22px,2.5vw,34px) "Archivo Black",sans-serif; }.note-row span { margin-top: 7px; color: oklch(90% .025 110 / .73); font-size: 12px; }

.inside { padding-block: clamp(100px,12vw,170px); }
.inside-heading { display: grid; grid-template-columns: .55fr 1.45fr; align-items: end; gap: 30px; margin-bottom: 70px; }
.inside-heading > p, .launch-copy > p:first-child { margin: 0 0 10px; color: var(--clay); font-size: 21px; font-weight: 650; font-style: italic; }
h2 { margin: 0; font: 400 clamp(2.7rem,5.5vw,5.2rem)/.98 "Archivo Black",sans-serif; letter-spacing: -.035em; }
.inside-list { border-top: 2px solid var(--ink); }
.inside-list article { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 28px; padding: 34px 10px; border-bottom: 2px solid var(--ink); }
.object-icon { display: grid; place-items: center; width: 64px; height: 64px; border: 2px solid var(--ink); border-radius: 50% 45% 53% 47%; font: 400 26px "Archivo Black",sans-serif; box-shadow: 4px 4px 0 var(--ink); }.object-icon.sky{background:var(--sky)}.object-icon.sun{background:var(--sun);transform:rotate(3deg)}.object-icon.clay{background:var(--clay);color:var(--paper);transform:rotate(-3deg)}
.inside-list h3 { margin: 0 0 7px; font: 400 clamp(19px,2vw,27px) "Archivo Black",sans-serif; letter-spacing: -.02em; }.inside-list p { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.55; }.inside-list article > b { color: var(--leaf); font: 400 17px "Archivo Black",sans-serif; }

.safety { overflow: hidden; color: var(--paper); background: var(--moss); border-block: 2px solid var(--ink); }
.safety-grid { min-height: 720px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(50px,8vw,120px); padding-block: 105px; }
.hand-note { display: inline-block; margin: 0 0 26px; padding: 7px 13px; color: var(--ink); background: var(--sun); border: 2px solid var(--ink); font-size: 17px; font-weight: 650; font-style: italic; transform: rotate(-3deg); }
.safety h2 { max-width: 680px; }.safety-copy > p:not(.hand-note) { max-width: 640px; margin: 27px 0 33px; color: oklch(95% .025 115 / .78); font-size: 17px; line-height: 1.6; }
.safety ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 15px; font-size: 14px; }.safety li { display: flex; align-items: flex-start; gap: 11px; }.safety li span { display: grid; place-items: center; flex: 0 0 auto; width: 21px; height: 21px; border-radius: 50%; color: var(--ink); background: var(--grass); font-size: 12px; font-weight: 700; }
.cutaway { position: relative; padding-top: 90px; filter: drop-shadow(16px 20px 0 oklch(22% .04 140 / .24)); }
.cutaway-top { position: absolute; z-index: 4; top: 0; left: 12%; right: 12%; min-height: 120px; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 3px solid var(--ink); border-radius: 48% 48% 18px 18px; color: var(--ink); background: var(--paper); }.cutaway-top span { font: 400 18px "Archivo Black"; }.cutaway-top b { margin-top: 5px; font-size: 11px; color: var(--ink-soft); }
.layer { position: relative; z-index: 3; min-height: 100px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border: 3px solid var(--ink); border-radius: 20px; color: var(--ink); box-shadow: inset 0 -7px 0 oklch(27% .035 145 / .11); }.layer span { font: 400 18px "Archivo Black"; }.layer small { font-size: 11px; font-weight: 650; }.layer-one { background: var(--sky); transform: rotate(-1deg); }.layer-two { z-index:2; margin: -8px 14px 0; background: var(--sun); transform: rotate(1deg); }.layer-three { z-index:1; margin: -8px 28px 0; background: var(--clay); transform: rotate(-.5deg); }

.launch { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px,8vw,110px); padding-block: clamp(110px,13vw,180px); }
.launch-body { max-width: 500px; margin: 26px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.6; }
.instruction-sheet { position: relative; background: var(--paper); border: 2px solid var(--ink); box-shadow: 12px 12px 0 var(--sun), 14px 14px 0 2px var(--ink); transform: rotate(1deg); }
.instruction-sheet::before { content:""; position:absolute; top:-13px; left:50%; width:100px; height:25px; background:oklch(92% .04 85 / .78); transform:translateX(-50%) rotate(-2deg); }
.sheet-head { display: flex; justify-content: space-between; padding: 17px 20px; border-bottom: 2px solid var(--ink); font-size: 10px; font-weight: 650; letter-spacing: .06em; }.sheet-head b { color: var(--clay); }
.instruction-sheet ol { list-style: none; margin: 0; padding: 12px 22px; }.instruction-sheet li { display: flex; align-items: center; gap: 15px; padding: 17px 0; border-bottom: 1px dashed var(--line); }.instruction-sheet li:last-child { border:0; }.instruction-sheet li span { display:grid;place-items:center;width:28px;height:28px;border:2px solid var(--ink);border-radius:50%;background:var(--grass);font-weight:700;font-size:12px; }.instruction-sheet code { overflow-wrap:anywhere; font: 500 12px "Chivo", sans-serif; }.instruction-sheet > p { margin: 0; padding: 15px 21px; border-top: 2px solid var(--ink); color: var(--ink-soft); font-size: 11px; }

.footer { min-height: 115px; display: flex; align-items: center; justify-content: space-between; border-top: 2px solid var(--ink); font-size: 11px; }.footer p { font-size: 13px; font-weight: 650; }.footer > span { color: var(--ink-soft); }

@media (hover:hover) and (pointer:fine) {
  .nav-links > a:not(.nav-pill):hover { text-decoration-color: currentColor; }
  .button:hover { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--clay); }
  .inside-list article:hover .object-icon { transform: rotate(-5deg) scale(1.04); }
}

@media (max-width: 860px) {
  .nav { height: 70px; }.nav-links > a:not(.nav-pill) { display:none; }
  .hero { grid-template-columns: 1fr; min-height:0; padding-top:65px; }.hero-copy { text-align:center; }.lede { margin-inline:auto; }.hero-actions,.trust-note { justify-content:center; }.hero-world { max-width:620px; justify-self:center; margin-top:20px; }
  .inside-heading { grid-template-columns:1fr; }.inside-heading > p { margin-bottom:0; }
  .safety-grid,.launch { grid-template-columns:1fr; }.cutaway { width:min(550px,100%); margin-inline:auto; }.launch-copy { text-align:center; }.launch-body { margin-inline:auto; }
}

@media (max-width: 580px) {
  .wrap { width:min(100% - 28px,1180px); }.nav-pill { font-size:11px; padding:8px 10px; }.logo { font-size:13px; }
  .hero { padding-block:52px 60px; }.intro-label { font-size:9px; }h1 { font-size:clamp(3rem,15vw,4.3rem); }.lede { font-size:16px; }.hero-actions { flex-direction:column; gap:20px; }.button { width:100%; }.trust-note { text-align:left; }
  .tag-one { left:0; top:10%; }.tag-two { right:0; bottom:8%; }.world-tag { font-size:9px; padding:7px 9px; }
  .note-row { grid-template-columns:1fr 1fr; }.note-row div { min-height:100px; padding:18px; }.note-row div:nth-child(2) { border-right:0; }.note-row div:nth-child(-n+2) { border-bottom:1px solid oklch(97% .018 100 / .24); }
  .inside { padding-block:90px; }.inside-heading { margin-bottom:45px; }.inside-list article { grid-template-columns:64px 1fr; gap:18px; padding:28px 0; }.inside-list article > b { display:none; }.object-icon { width:54px;height:54px;font-size:21px; }.inside-list h3 { font-size:19px; }.inside-list p { font-size:13px; }
  .safety-grid { padding-block:80px; min-height:0; }.safety h2 { font-size:2.65rem; }.safety-copy > p:not(.hand-note) { font-size:15px; }.cutaway { padding-top:70px; }.cutaway-top { min-height:95px; }.layer { min-height:82px; padding-inline:18px; }.layer span { font-size:14px; }.layer small { max-width:110px; text-align:right; }
  .launch { padding-block:90px; }.instruction-sheet { box-shadow:7px 7px 0 var(--sun),9px 9px 0 1px var(--ink); }.sheet-head { gap:12px; }.footer { padding-block:28px; flex-wrap:wrap; gap:12px; }.footer p { order:3; width:100%; margin:0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }.capsule-drawing { animation:none; }.button,.object-icon { transition:none; }
}
