@charset "UTF-8";
@font-face {
  font-family: Monocraft;
  src: url("/assets/fonts/monocraft.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Pixel;
  src: url("/assets/fonts/pixel-cyrillic.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Pixel;
  src: url("/assets/fonts/pixel-latin.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
:root {
  color-scheme: dark;
  --bg: #111718;
  --dark: #0b1113;
  --ink: #e5e9d9;
  --muted: #a0b1aa;
  --amber: #f2c47a;
  --shadow: #080c0d;
  --line: #53645c55;
  --pixel: Pixel, monospace;
  --body: Monocraft, monospace;
  --pad: clamp(22px, 6vw, 100px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.8;
  font-synthesis: none;
  background-image:
    linear-gradient(#111718f5, #111718f5), url("/assets/game/stone.png");
  background-size: auto, 96px;
  image-rendering: pixelated;
}
::selection {
  background: #bd8b4a;
  color: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
  font: inherit;
  cursor: pointer;
  touch-action: manipulation;
}
button:disabled {
  cursor: default;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: pixelated;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 6px;
}
h2 {
  font-family: var(--pixel);
  font-size: clamp(23px, 2.3vw, 34px);
  line-height: 1.65;
  letter-spacing: -0.04em;
  text-shadow: 3px 3px #070c0e;
}
h2 > span {
  color: #98b3a5;
}
h3 {
  font-size: 20px;
  line-height: 1.6;
}
.section {
  width: min(1350px, 100%);
  padding: 110px var(--pad);
  margin: auto;
}
.section-kicker {
  font-size: 12px;
  line-height: 1.7;
  color: var(--amber);
  letter-spacing: 0.08em;
  display: flex;
  gap: 14px;
  align-items: center;
}
.pixel-spark {
  font-size: 20px;
  color: var(--amber);
  text-shadow: 0 0 22px #f2c47a60;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 99;
  background: var(--amber);
  color: var(--dark);
  padding: 12px 18px;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: translateY(0);
}
.masthead {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  padding: 30px var(--pad);
  display: flex;
  gap: 35px;
  align-items: center;
  max-width: 1550px;
  margin: auto;
  text-shadow: 2px 2px #142022;
}
.wordmark {
  font-family: var(--pixel);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
  line-height: 1.5;
}
.wordmark__cube {
  display: block;
  width: 22px;
  height: 22px;
  background: url("/assets/game/grass-side.png") center/cover;
  box-shadow:
    3px 3px 0 #080d0c,
    inset 0 4px #97af6699;
  transform: rotate(-7deg);
}
.masthead nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
  margin: auto;
}
.masthead nav a {
  padding-block: 9px;
  position: relative;
}
.masthead nav a::before {
  content: "›";
  position: absolute;
  left: -15px;
  color: var(--amber);
  opacity: 0;
}
.masthead nav a:hover::before {
  opacity: 1;
}
.masthead nav a:hover {
  color: var(--amber);
}
.edition {
  font-size: 11px;
  letter-spacing: 0.04em;
  background: #111b1c85;
  padding: 5px 11px;
  border: 1px solid #adb9a54d;
  color: #c1d0c2;
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: 850px;
  height: 100svh;
  max-height: 1100px;
  overflow: hidden;
  background: var(--bg);
}
.forest-stage {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.forest-stage > picture {
  display: block;
  width: 100%;
  height: 100%;
}
.forest-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
  filter: saturate(0.8);
}
#forest {
  position: absolute;
  inset: 0;
  opacity: 0;
  /* Switch the completed frame directly: poster and camera framing can differ. */
  transition: none;
}
#forest.is-ready {
  opacity: 1;
}
#forest canvas {
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
}
.forest-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #0c1618cb 0%, #10202254 43%, transparent 69%),
    linear-gradient(
      0deg,
      #101718 0%,
      #1017186b 14%,
      transparent 40%,
      #101a1c21 70%,
      #08161975
    );
  pointer-events: none;
}
.forest-haze {
  position: absolute;
  inset: -10%;
  background: radial-gradient(ellipse at 48% 64%, #bdd2ca40, transparent 50%);
  opacity: 0.4;
  animation: haze-drift 24s ease-in-out infinite alternate;
  pointer-events: none;
}
.hero-copy {
  position: relative;
  width: min(1440px, 100%);
  padding: 198px var(--pad) 120px;
  margin: auto;
  pointer-events: none;
}
.hero-copy a {
  pointer-events: auto;
}
.world-label {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 11px;
  color: #c3d0c1;
  text-shadow: 2px 2px #101918;
}
.world-label > span {
  width: 5px;
  height: 5px;
  background: #90a572;
  box-shadow: 0 0 13px #9cc2954d;
}
.hero-overline {
  font-size: 12px;
  font-family: var(--pixel);
  color: #c6d3c1;
  letter-spacing: 0.33em;
  margin-top: 34px;
  margin-bottom: 16px;
  text-shadow: 2px 2px #172325;
}
.hero h1 {
  font-family: var(--pixel);
  font-size: clamp(65px, 7.5vw, 112px);
  line-height: 1.3;
  letter-spacing: -0.055em;
  color: #e3e8d8;
  text-shadow:
    0 3px #aebbad,
    0 6px #8b9a8f,
    0 9px #52625a,
    0 12px #1b2927,
    5px 15px #091313b3;
  filter: drop-shadow(0 12px 14px #0b171799);
}
.hero-whisper {
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.55;
  margin-top: 20px;
  text-shadow: 3px 3px #172420;
}
.hero-title-subtitle {
  display: block;
  margin-top: 18px;
  font-family: var(--body);
  font-size: clamp(15px, 1.6vw, 22px);
  line-height: 1.5;
  letter-spacing: 0;
  color: #d1deca;
  text-shadow: 2px 2px #172420;
}
.arrival-intro {
  max-width: 820px;
  margin-top: 28px;
  color: #bac9bf;
  font-size: 16px;
  line-height: 1.9;
}
.questions-grid details > p a {
  color: var(--amber);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.hero-description {
  font-size: 17px;
  line-height: 1.85;
  color: #b0c4b6;
  margin-top: 20px;
  text-shadow: 2px 2px #162122;
}
.pixel-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  min-height: 58px;
  padding: 16px 21px;
  border: 3px solid #181c17;
  box-shadow:
    inset 0 3px #ffe7aa70,
    inset 3px 0 #fff1c229,
    inset 0 -4px #5b422783,
    5px 6px 0 #040a0bbb;
  font-size: 16px;
  line-height: 1.5;
  transition:
    transform 0.12s,
    box-shadow 0.12s,
    filter 0.12s;
  clip-path: polygon(
    3px 0,
    calc(100% - 3px) 0,
    calc(100% - 3px) 3px,
    100% 3px,
    100% calc(100% - 3px),
    calc(100% - 3px) calc(100% - 3px),
    calc(100% - 3px) 100%,
    3px 100%,
    3px calc(100% - 3px),
    0 calc(100% - 3px),
    0 3px,
    3px 3px
  );
}
.pixel-button--amber {
  background:
    linear-gradient(#d2ab65dd, #b78c4fef),
    url("/assets/game/planks.png") center/64px;
  color: #1c231e;
  text-shadow: 1px 1px #ffdf984d;
}
.pixel-button:hover {
  filter: brightness(1.16);
  transform: translateY(-2px);
}
.pixel-button:active {
  transform: translate(2px, 3px);
  box-shadow:
    inset 0 2px #ffdea770,
    inset 0 -2px #5b4227aa,
    2px 2px #070b0b;
}
.hero-copy > .pixel-button {
  margin-top: 33px;
  min-width: 305px;
}
.button-arrow {
  font-size: 22px;
}
.steve-whisper {
  position: absolute;
  right: 29%;
  top: 27%;
  font-family: var(--pixel);
  font-size: 11px;
  background: #0b1114bb;
  padding: 11px 14px;
  box-shadow: 3px 3px #070e11;
  border-top: 2px solid #b5c5b755;
  transform: rotate(5deg);
  color: #dbe8d6;
  opacity: 0;
  transition: opacity 0.2s;
}
.hero.is-hushing .steve-whisper {
  opacity: 1;
}
.steve-whisper::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: -7px;
  border-left: 7px solid transparent;
  border-top: 7px solid #0b1114bb;
}
.scene-controls {
  position: absolute;
  right: var(--pad);
  bottom: 141px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.item-control {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  background: transparent;
  border: 0;
  font-size: 12px;
  text-shadow: 2px 2px #10191c;
  color: #d1deca;
}
.item-control[hidden] {
  display: none;
}
.item-control img {
  width: 32px;
  height: 32px;
}
.item-control:hover {
  color: var(--amber);
}
.item-control--motion {
  color: #9fb3a9;
}
.pause-symbol {
  font-size: 19px;
  color: var(--amber);
}
.hero-bottom {
  position: absolute;
  bottom: 46px;
  left: var(--pad);
  right: var(--pad);
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
}
.scroll-item {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 15px;
  color: #d9e1cf;
}
.scroll-item small {
  display: block;
  color: #91a69b;
  font-size: 11px;
  margin-top: 3px;
}
.item-slot {
  width: 48px;
  height: 48px;
  background: #131d1fbb;
  border: 2px solid #75867a;
  border-right-color: #34473f;
  border-bottom-color: #34473f;
  box-shadow:
    3px 3px #091113,
    inset 2px 2px #091113;
  display: grid;
  place-items: center;
  position: relative;
}
.item-slot img {
  width: 30px;
  height: 30px;
  transform: rotate(-20deg);
}
.compass-needle {
  position: absolute;
  width: 4px;
  height: 18px;
  left: 20px;
  top: 11px;
  background: linear-gradient(#b84236 50%, #c0b59d 50%);
  transform: rotate(-20deg);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.scene-caption {
  font-size: 10px;
  text-align: right;
  line-height: 1.6;
  color: #98aba1;
  text-shadow: 1px 1px #0d1517;
}
.terrain-edge {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 19px;
  background: var(--bg);
  clip-path: polygon(
    0 100%,
    0 65%,
    4% 65%,
    4% 30%,
    10% 30%,
    10% 70%,
    18% 70%,
    18% 0,
    26% 0,
    26% 50%,
    39% 50%,
    39% 80%,
    49% 80%,
    49% 30%,
    61% 30%,
    61% 60%,
    74% 60%,
    74% 10%,
    88% 10%,
    88% 40%,
    96% 40%,
    96% 75%,
    100% 75%,
    100% 100%
  );
}
.world-section {
  position: relative;
  padding-top: 100px;
}
.world-heading {
  display: flex;
  align-items: end;
  gap: 40px;
  justify-content: space-between;
  margin-top: 28px;
}
.world-heading > p {
  font-size: 14px;
  line-height: 1.9;
  color: #98aaa2;
  max-width: 370px;
  padding-bottom: 8px;
}
.field-guide {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 55px;
  align-items: center;
  margin-top: 60px;
  min-height: 445px;
}
.guide-scene {
  height: 440px;
  position: relative;
  background: radial-gradient(ellipse at 50% 60%, #68827835, transparent 70%);
}
.voxel-island {
  position: absolute;
  width: 260px;
  height: 155px;
  left: calc(50% - 135px);
  top: 168px;
  transform: rotate(-4deg);
  filter: drop-shadow(7px 13px 0 #080e11);
  animation: island-float 7s ease-in-out infinite alternate;
}
.island-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 142px;
  transform: skewY(-18deg);
  background:
    linear-gradient(#658937be, #658937be),
    url("/assets/game/stone.png") 0 0/48px;
  border-top: 4px solid #8aab5d;
  border-left: 4px solid #7d9a50;
  clip-path: polygon(0 0, 82% 0, 100% 48%, 100% 100%, 0 100%);
}
.island-front {
  position: absolute;
  top: 135px;
  left: 0;
  width: 260px;
  height: 85px;
  transform: skewY(-18deg);
  background:
    linear-gradient(#10181566, #10181566),
    url("/assets/game/dirt.png") 0 0/64px;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 62%,
    90% 62%,
    90% 80%,
    70% 80%,
    70% 100%,
    30% 100%,
    30% 78%,
    12% 78%,
    12% 60%,
    0 60%
  );
  border-top: 8px solid #658d38;
}
.island-side {
  position: absolute;
  left: 260px;
  top: 62px;
  width: 41px;
  height: 104px;
  background:
    linear-gradient(#101815b3, #101815b3),
    url("/assets/game/dirt.png") 0 0/64px;
  transform: skewY(50deg);
  clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 72%, 50% 100%, 0 100%);
}
.voxel-tree {
  position: absolute;
  left: 132px;
  top: -82px;
  width: 75px;
  height: 170px;
}
.tree-log {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 27px;
  height: 92px;
  background:
    linear-gradient(90deg, transparent 65%, #0b160db3 65%),
    url("/assets/game/bark.png") 0 0/27px;
  box-shadow: 4px 0 #0d171182;
}
.tree-crown {
  position: absolute;
  top: 0;
  left: -15px;
  width: 116px;
  height: 93px;
  background:
    linear-gradient(#2a4f16ad, #2a4f16ad),
    url("/assets/game/leaves.png") 0 0/47px;
  border-top: 6px solid #6e8e424d;
  border-right: 14px solid #0e2310aa;
  clip-path: polygon(
    0 15%,
    15% 15%,
    15% 0,
    85% 0,
    85% 15%,
    100% 15%,
    100% 87%,
    85% 87%,
    85% 100%,
    0 100%
  );
}
.tree-crown--top {
  top: -23px;
  left: 3px;
  width: 78px;
  height: 64px;
  background-color: #344e26;
}
.voxel-tree--back {
  left: 50px;
  top: -75px;
  transform: scale(0.6);
  opacity: 0.47;
}
.voxel-tree--front {
  left: 180px;
  top: -38px;
  transform: scale(0.76);
}
.island-player {
  position: absolute;
  top: 68px;
  left: 83px;
  width: 24px;
  height: 55px;
  transform: rotate(4deg);
}
.player-head {
  position: absolute;
  top: 0;
  width: 19px;
  height: 19px;
  background: url("/assets/game/char.png") -19px -19px/152px 76px;
  border-top: 4px solid #211d18;
  box-shadow: 4px 1px #342c22;
}
.player-body {
  position: absolute;
  top: 19px;
  left: 2px;
  width: 16px;
  height: 22px;
  background: #275e66;
  box-shadow:
    -6px 1px #5a7965,
    6px 1px #365245;
}
.player-legs {
  position: absolute;
  top: 41px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: linear-gradient(90deg, #343852 45%, #111c25 45% 56%, #3d435b 56%);
}
.scene-distance {
  position: absolute;
  left: 12%;
  top: 17px;
  font-size: 12px;
  color: #97afa1;
  transform: rotate(-4deg);
}
.scene-distance::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 37px;
  background: #83988660;
  left: -12px;
  top: 9px;
  transform: rotate(35deg);
}
.island-fog {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 25%,
    #a7c1b44d 48%,
    #2b3b3899 65%,
    #111718e6 89%
  );
  opacity: 0.6;
  animation: island-mist 10s ease-in-out infinite alternate;
  pointer-events: none;
}
.guide-scene__caption {
  white-space: pre-line;
  position: absolute;
  bottom: 0;
  left: 6%;
  font-size: 13px;
  color: #98aca0;
  line-height: 1.8;
  transform: rotate(-3deg);
  border-left: 2px solid #627b6b;
  padding-left: 14px;
}
.pixel-stars i {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #b7c6a694;
  top: 25%;
  left: 8%;
  box-shadow: 0 0 10px #aac49733;
}
.pixel-stars i:nth-child(2) {
  top: 69%;
  left: 86%;
  width: 3px;
  height: 3px;
}
.pixel-stars i:nth-child(3) {
  top: 5%;
  left: 70%;
  width: 3px;
  height: 3px;
}
.pixel-stars i:nth-child(4) {
  top: 86%;
  left: 66%;
  width: 2px;
  height: 2px;
}
.guide-notes {
  position: relative;
  align-self: start;
  padding-top: 23px;
}
.notes-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #a1b5a4;
  margin-bottom: 23px;
}
.notes-label img {
  width: 25px;
  height: 25px;
  transform: rotate(-12deg);
}
.guide-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #4b605355;
}
.guide-tabs button {
  flex: 1;
  white-space: nowrap;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  padding: 12px 10px;
  font-size: 12px;
  color: #8fa398;
}
.guide-tabs button[aria-selected="true"] {
  color: var(--amber);
  border-bottom-color: #c8a065;
  background: #4d52321a;
}
.guide-tabs button:hover {
  color: #e3cb98;
}
.guide-note {
  padding-top: 30px;
}
.guide-note[hidden] {
  display: none;
}
.note-stat {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: var(--pixel);
  font-size: 67px;
  line-height: 1.3;
  color: #c8d7bc;
  text-shadow:
    3px 3px #536950,
    6px 6px #090e11;
}
.note-stat small {
  font-family: var(--body);
  font-size: 13px;
  color: #9fb49f;
  text-shadow: none;
  max-width: 150px;
  line-height: 1.7;
}
.note-stat--word {
  color: #d6b675;
}
.guide-note h3 {
  margin-top: 27px;
  font-size: 20px;
}
.guide-note > p {
  font-size: 15px;
  color: #a2b5a7;
  line-height: 1.85;
  margin-top: 17px;
  max-width: 460px;
}
.guide-note > .note-margin {
  color: #c6a875;
  font-size: 12px;
  margin-top: 23px;
  padding-left: 16px;
  border-left: 2px solid #a58a5373;
}
.guide-chat {
  position: absolute;
  bottom: 97px;
  left: 7%;
  right: 5%;
  font-size: 12px;
  line-height: 2;
  background: #090f14bd;
  padding: 12px 16px;
  border-left: 3px solid #94a38c;
  display: none;
  box-shadow: 5px 5px #0b1216;
}
.guide-chat span {
  display: block;
  color: #ddd;
}
.guide-chat b {
  font-weight: 400;
  display: block;
  color: #a9aaac;
}
.guide-compass {
  display: none;
  position: absolute;
  left: calc(50% - 40px);
  top: 140px;
  filter: drop-shadow(5px 10px #07101377);
  animation: compass-turn 9s steps(24) infinite;
}
.guide-compass img {
  width: 110px;
  height: 110px;
}
.guide-compass i {
  position: absolute;
  top: 26px;
  left: 47px;
  width: 13px;
  height: 55px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background: linear-gradient(#af413b 50%, #c9c4b0 50%);
  transform: rotate(-28deg);
}
.guide-scene[data-view="voice"] .guide-chat {
  display: block;
}
.guide-scene[data-view="voice"] .island-fog {
  opacity: 0.85;
}
.guide-scene[data-view="path"] .voxel-island {
  opacity: 0.18;
  filter: blur(1px);
}
.guide-scene[data-view="path"] .guide-compass {
  display: block;
}
.guide-scene[data-view="path"] .island-fog {
  opacity: 0.3;
}
.world-boundary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  text-align: center;
  padding-top: 50px;
  margin-top: 45px;
  border-top: 1px dashed #78908038;
  color: #8ba293;
  font-size: 12px;
  line-height: 1.9;
}
.world-boundary strong {
  font-weight: 400;
  color: #c7d6b8;
}
.world-boundary > span {
  color: #6e8474;
  font-size: 27px;
}
.wayfinding-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 85px;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 100px;
}
.compass-art {
  position: relative;
  min-width: 0;
  height: 440px;
  background: radial-gradient(ellipse, #496d6330, transparent 70%);
}
.compass-object {
  position: absolute;
  width: 256px;
  height: 256px;
  left: calc(50% - 128px);
  top: 96px;
  transform: rotate(-12deg);
  filter: drop-shadow(9px 13px #06101299);
}
.compass-object > img {
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
}
.compass-pointer {
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 69px);
  width: 24px;
  height: 138px;
  transform-origin: 50% 50%;
  transform: rotate(42deg);
  animation: bearing 10s ease-in-out infinite;
}
.compass-pointer i,
.compass-pointer b {
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 70px;
  clip-path: polygon(
    50% 0,
    75% 16%,
    75% 48%,
    100% 48%,
    100% 100%,
    0 100%,
    0 48%,
    25% 48%,
    25% 16%
  );
}
.compass-pointer i {
  top: 0;
  background: linear-gradient(90deg, #ac423b 50%, #dc6450 50%);
}
.compass-pointer b {
  bottom: 0;
  transform: rotate(180deg);
  background: linear-gradient(90deg, #999e92 50%, #d1d3bd 50%);
}
.compass-pin {
  position: absolute;
  left: calc(50% - 9px);
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background: #d4cdb3;
  border: 5px solid #646b64;
  box-shadow: 3px 3px #1b2423;
}
.lost-coordinates {
  position: absolute;
  top: 24px;
  left: 9%;
  font-size: 14px;
  color: #7f968c;
  transform: rotate(-7deg);
  text-decoration: line-through;
  text-decoration-color: #c5976877;
  text-decoration-thickness: 2px;
}
.compass-destination {
  position: absolute;
  right: 1%;
  top: 56px;
  font-size: 10px;
  color: #c6bb93;
  letter-spacing: 0.07em;
  display: flex;
  gap: 10px;
  align-items: center;
}
.compass-destination i {
  display: block;
  width: 7px;
  height: 7px;
  background: #c6ae76;
  box-shadow: 0 0 0 4px #8d825430;
}
.compass-route {
  position: absolute;
  top: 78px;
  left: 53%;
  height: 61px;
  width: 110px;
  border-top: 2px dashed #a393634d;
  border-left: 2px dashed #a393634d;
  transform: rotate(-18deg);
}
.compass-caption {
  position: absolute;
  bottom: 12px;
  left: 14%;
  font-size: 12px;
  line-height: 1.9;
  color: #a3b6a4;
  border-left: 2px solid #677d6a;
  padding-left: 14px;
  transform: rotate(-3deg);
}
.wayfinding-copy {
  min-width: 0;
}
.wayfinding-copy > .section-kicker {
  font-size: 10px;
  color: #c9b384;
  margin-bottom: 23px;
}
.wayfinding-copy h2 {
  font-size: clamp(23px, 2.5vw, 34px);
  line-height: 1.8;
}
.wayfinding-copy h2 > span {
  color: #c6ba93;
}
.wayfinding-copy > p:not(.section-kicker) {
  font-size: 15px;
  color: #b0bdac;
  line-height: 1.95;
  margin-top: 24px;
  max-width: 540px;
}
.field-reminders {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px dashed #6c7c603e;
  display: grid;
  gap: 21px;
}
.field-reminders > div {
  padding-left: 17px;
  border-left: 2px solid #ad92644a;
}
.field-reminders span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.035em;
  color: #c4ae80;
  margin-bottom: 7px;
}
.field-reminders p {
  font-size: 13px;
  color: #a5b6a7;
  line-height: 1.9;
}
@keyframes bearing {
  0%,
  100% {
    transform: rotate(42deg);
  }
  40% {
    transform: rotate(46deg);
  }
  65% {
    transform: rotate(43deg);
  }
}
@media (max-width: 1100px) {
  .wayfinding-section {
    gap: 40px;
  }
  .compass-object {
    width: 224px;
    height: 224px;
    left: calc(50% - 112px);
  }
  .wayfinding-copy h2 {
    font-size: clamp(17px, 5.6vw, 24px);
  }
  .compass-destination {
    font-size: 9px;
    right: -5%;
  }
  .wayfinding-copy > p:not(.section-kicker) {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .wayfinding-section {
    gap: 25px;
  }
  .compass-art {
    height: 390px;
  }
  .compass-object {
    width: 192px;
    height: 192px;
    left: calc(50% - 96px);
  }
  .compass-pointer {
    transform: rotate(42deg) scale(0.8);
    animation: none;
  }
  .compass-caption {
    font-size: 11px;
    left: 4%;
  }
  .compass-destination {
    font-size: 8px;
  }
  .wayfinding-copy h2 {
    font-size: 22px;
  }
  .field-reminders p {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .wayfinding-section {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-top: 5px;
    padding-bottom: 65px;
  }
  .compass-art {
    height: 340px;
    width: min(360px, 100%);
    margin: auto;
  }
  .compass-object {
    width: 208px;
    height: 208px;
    left: calc(50% - 104px);
    top: 74px;
  }
  .lost-coordinates {
    top: 6px;
    font-size: 12px;
  }
  .compass-destination {
    top: 33px;
    right: 0;
    font-size: 9px;
  }
  .compass-route {
    top: 56px;
    height: 50px;
    width: 80px;
  }
  .compass-caption {
    bottom: 0;
    left: 7%;
    font-size: 11px;
  }
  .wayfinding-copy > .section-kicker {
    font-size: 9px;
    margin-bottom: 18px;
  }
  .wayfinding-copy h2 {
    font-size: clamp(17px, 5.6vw, 24px);
  }
  .wayfinding-copy > p:not(.section-kicker) {
    font-size: 14px;
    margin-top: 20px;
  }
  .field-reminders {
    margin-top: 25px;
    padding-top: 22px;
    gap: 20px;
  }
  .field-reminders span {
    font-size: 9px;
  }
  .field-reminders p {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .wayfinding-copy h2 {
    font-size: 18px;
  }
}
.arrival-section {
  border-top: 2px solid #66785d40;
  position: relative;
  background: radial-gradient(ellipse at 20% 62%, #8a754524, transparent 48%);
  padding-top: 90px;
}
.arrival-section > h2 {
  margin-top: 28px;
  font-size: clamp(27px, 3.2vw, 44px);
}
.arrival-section > h2 > span {
  color: #c7b68c;
}
.arrival-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  margin-top: 37px;
  align-items: center;
}
.supply-chest {
  max-width: 440px;
  text-align: center;
}
.chest-art {
  position: relative;
  width: 183px;
  height: 180px;
  margin: 0 auto 20px;
  transform: rotate(-7deg);
  filter: drop-shadow(10px 14px #070e1180);
  transition: transform 0.25s;
  image-rendering: pixelated;
}
.supply-chest:hover .chest-art {
  transform: rotate(-4deg) translateY(-5px);
}
.chest-front {
  position: absolute;
  width: 142px;
  height: 122px;
  left: 7px;
  top: 46px;
  background: url("/assets/game/chest-front.png") center/100% 100%;
  border: 3px solid #171611;
  transform: skewY(-8deg);
}
.chest-top {
  position: absolute;
  width: 142px;
  height: 54px;
  left: 22px;
  top: 4px;
  background: url("/assets/game/chest-top.png") center/100% 100%;
  transform: skewY(-8deg) skewX(-30deg);
  border: 3px solid #201b10;
  filter: brightness(1.2);
}
.chest-side {
  position: absolute;
  width: 32px;
  height: 123px;
  left: 149px;
  top: 25px;
  background:
    linear-gradient(#171b0b66, #171b0b66),
    url("/assets/game/chest-side.png") center/100% 100%;
  transform: skewY(-50deg);
  border: 3px solid #1e1a11;
}
.chest-lock {
  position: absolute;
  width: 16px;
  height: 31px;
  left: 69px;
  top: 72px;
  background: linear-gradient(90deg, #aeb3aa 60%, #727e74 60%);
  box-shadow: 3px 3px #383c29;
  border: 3px solid #d1d2bd;
}
.supply-chest > p:not(.download-meta) {
  font-size: 15px;
  color: #c2c4aa;
  margin-bottom: 19px;
}
.download-button {
  width: 100%;
  min-height: 66px;
  font-size: 16px;
}
.download-meta {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.95;
  color: #9fac98;
}
.download-meta [data-release-version] {
  color: #b5bd9d;
}
.checksum {
  display: inline-block;
  margin-top: 14px;
  font-size: 11px;
  color: #8eaa9e;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #8eaa9e4d;
}
.checksum:hover {
  color: var(--amber);
}
.journey-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.journey-steps::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 35px;
  bottom: 70px;
  width: 2px;
  background: repeating-linear-gradient(#58695b 0 4px, transparent 4px 10px);
  z-index: -1;
}
.journey-steps li {
  display: flex;
  gap: 25px;
  margin-bottom: 35px;
}
.journey-steps li:last-child {
  margin-bottom: 0;
}
.step-slot {
  width: 57px;
  height: 57px;
  flex: none;
  display: grid;
  place-items: center;
  background: #18211ee6;
  border: 2px solid #4b6151;
  box-shadow:
    3px 3px #080f13,
    inset 3px 3px #081116;
  position: relative;
}
.step-slot img {
  width: 35px;
  height: 35px;
}
.step-index {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #bca575;
  display: block;
  margin-bottom: 5px;
}
.journey-steps h3 {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #cbd8c3;
}
.journey-steps p {
  font-size: 14px;
  line-height: 1.9;
  color: #9eb1a2;
}
.journey-steps code {
  font: inherit;
  color: #d3c293;
}
.update-note {
  display: flex;
  gap: 15px;
  font-size: 12px;
  line-height: 1.8;
  color: #8d9f91;
  margin-top: 49px;
}
.update-note > span {
  color: #ccae70;
  font-size: 20px;
  line-height: 1;
}
.questions-section {
  padding-top: 40px;
  padding-bottom: 90px;
}
.questions-heading {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 36px;
}
.questions-heading > img {
  width: 50px;
  height: 50px;
  transform: rotate(-12deg);
  filter: drop-shadow(4px 5px #090e13);
}
.questions-heading .section-kicker {
  font-size: 10px;
  color: #96b09e;
  margin-bottom: 13px;
}
.questions-heading h2 {
  font-size: 24px;
}
.questions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 45px;
}
.questions-grid details {
  border-bottom: 2px solid #566a5738;
  align-self: start;
}
.questions-grid summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 13px;
  list-style: none;
  padding: 23px 0;
  font-size: 15px;
  line-height: 1.7;
}
.questions-grid summary::-webkit-details-marker {
  display: none;
}
.questions-grid summary > span {
  width: 22px;
  height: 22px;
  flex: none;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  background: #3b493444;
  color: #bcc59d;
}
.questions-grid summary > b {
  font: inherit;
  margin-left: auto;
  color: #8ba18e;
}
.questions-grid details[open] summary {
  color: #e3c28b;
}
.questions-grid details[open] summary > b {
  transform: rotate(45deg);
}
.questions-grid details > p {
  font-size: 14px;
  line-height: 1.9;
  color: #9fae9b;
  padding: 0 10px 23px 35px;
}
.footer {
  border-top: 3px solid #34483e78;
  background:
    linear-gradient(#0c1416ef, #0c1416ef),
    url("/assets/game/dirt.png") center/80px;
  padding: 45px var(--pad) 27px;
}
.footer-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-bottom: 40px;
  font-size: 18px;
  color: #c0ceb8;
}
.footer-message small {
  font-size: 13px;
  color: #7f9986;
  display: block;
  margin-top: 4px;
}
.footer-base {
  max-width: 1330px;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: center;
  border-top: 1px solid #66827130;
  padding-top: 25px;
}
.footer-base .wordmark {
  font-size: 11px;
  color: #9cab99;
}
.footer-base > p {
  font-size: 10px;
  line-height: 1.9;
  color: #849686;
}
.back-up {
  font-size: 12px;
  color: #9fb29a;
  margin-left: auto;
  white-space: nowrap;
}
.motion-paused *,
.page-hidden * {
  animation-play-state: paused !important;
}
.motion-paused .forest-haze {
  animation: none;
  opacity: 0.2;
}
.motion-paused .steve-whisper {
  transition: none;
}
.not-found {
  min-height: 100svh;
  display: grid;
  place-items: center;
}
.not-found main {
  max-width: 650px;
  padding: 40px;
}
.not-found h1 {
  font-family: var(--pixel);
  font-size: 45px;
  line-height: 1.6;
  margin: 30px 0;
}
.not-found p {
  color: var(--muted);
}
.not-found a {
  display: inline-block;
  color: var(--amber);
  margin-top: 24px;
  border-bottom: 2px solid var(--amber);
}
@keyframes haze-drift {
  from {
    transform: translateX(-5%);
    opacity: 0.15;
  }
  to {
    transform: translateX(5%);
    opacity: 0.5;
  }
}

@keyframes island-float {
  from {
    transform: rotate(-4deg) translateY(-5px);
  }
  to {
    transform: rotate(-4deg) translateY(7px);
  }
}
@keyframes island-mist {
  from {
    transform: translateX(-6%);
    opacity: 0.35;
  }
  to {
    transform: translateX(7%);
    opacity: 0.9;
  }
}

@keyframes compass-turn {
  0%,
  100% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(25deg);
  }
}
@media (min-width: 1550px) {
  .hero-copy {
    padding-top: 220px;
  }
  .hero h1 {
    font-size: 110px;
  }
  .hero-whisper {
    margin-top: 20px;
  }
  .steve-whisper {
    right: 29%;
    top: 27%;
  }
}
@media (min-width: 1101px) and (max-height: 900px) {
  .hero-copy {
    padding-top: 135px;
  }
}
@media (max-width: 1100px) {
  :root {
    --pad: 45px;
  }
  .hero-copy {
    padding-top: 185px;
  }
  .hero h1 {
    font-size: 7.5vw;
  }
  .hero-whisper {
    font-size: 31px;
  }
  .hero-description {
    font-size: 15px;
  }
  .field-guide {
    gap: 25px;
  }
  .world-heading {
    gap: 35px;
  }
  .world-heading > p {
    font-size: 13px;
    max-width: 300px;
  }
  .world-heading h2 {
    font-size: 24px;
  }
  .guide-tabs button {
    font-size: 11px;
    padding-inline: 7px;
  }
  .note-stat {
    font-size: 56px;
    gap: 18px;
  }
  .guide-note h3 {
    font-size: 18px;
  }
  .guide-note > p {
    font-size: 14px;
  }
  .guide-scene {
    transform: scale(0.92);
    transform-origin: center;
  }
  .arrival-layout {
    gap: 65px;
  }
  .scene-controls {
    right: 45px;
    gap: 17px;
  }
  .item-control {
    font-size: 11px;
  }
  .scene-caption {
    font-size: 9px;
  }
  .questions-grid {
    gap: 0 30px;
  }
  .questions-grid summary {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  :root {
    --pad: 30px;
  }
  .masthead {
    gap: 20px;
    padding-top: 25px;
  }
  .masthead nav {
    gap: 22px;
    font-size: 12px;
  }
  .wordmark {
    font-size: 12px;
    gap: 10px;
  }
  .edition {
    font-size: 9px;
  }
  .hero {
    min-height: 830px;
  }
  .hero-copy {
    padding-top: 190px;
  }
  .hero h1 {
    font-size: 8.9vw;
    letter-spacing: -0.08em;
  }
  .world-label {
    font-size: 9px;
  }
  .hero-overline {
    font-size: 10px;
    margin-top: 27px;
  }
  .hero-whisper {
    font-size: 29px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-copy > .pixel-button {
    min-width: 265px;
    font-size: 14px;
  }
  .steve-whisper {
    right: 14%;
    top: 27%;
  }
  .scene-controls {
    right: 30px;
    bottom: 135px;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
  }
  .hero-bottom {
    bottom: 43px;
  }
  .scroll-item {
    font-size: 13px;
  }
  .scroll-item small {
    font-size: 10px;
  }
  .section {
    padding-block: 78px;
  }
  .section-kicker {
    font-size: 10px;
  }
  .world-heading {
    display: block;
  }
  .world-heading h2 {
    font-size: 26px;
  }
  .world-heading > p {
    max-width: 540px;
    font-size: 14px;
    margin-top: 24px;
  }
  .field-guide {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .guide-scene {
    transform: scale(0.8);
    transform-origin: center;
    margin-inline: -30px;
  }
  .guide-notes {
    padding-top: 25px;
  }
  .notes-label {
    font-size: 9px;
    gap: 8px;
  }
  .guide-tabs {
    flex-wrap: wrap;
    gap: 3px;
  }
  .guide-tabs button {
    font-size: 10px;
    padding: 10px 5px;
  }
  .note-stat {
    font-size: 48px;
    flex-wrap: wrap;
    gap: 14px;
  }
  .note-stat small {
    font-size: 11px;
  }
  .guide-note h3 {
    font-size: 17px;
  }
  .guide-note > p {
    font-size: 13px;
  }
  .guide-note > .note-margin {
    font-size: 11px;
  }
  .world-boundary {
    font-size: 11px;
    gap: 19px;
    margin-top: 30px;
    padding-top: 35px;
  }
  .campfire-art {
    transform: scale(0.85);
    width: 230px;
  }
  .campfire-copy > p:not(.section-kicker) {
    font-size: 13px;
  }
  .arrival-layout {
    gap: 40px;
  }
  .chest-art {
    transform: scale(0.85) rotate(-7deg);
    margin-bottom: 0;
  }
  .download-button {
    font-size: 13px;
    gap: 15px;
  }
  .supply-chest > p:not(.download-meta) {
    font-size: 12px;
  }
  .download-meta {
    font-size: 10px;
  }
  .checksum {
    font-size: 10px;
  }
  .journey-steps li {
    gap: 15px;
    margin-bottom: 27px;
  }
  .step-slot {
    width: 43px;
    height: 43px;
  }
  .step-slot img {
    width: 27px;
    height: 27px;
  }
  .journey-steps::before {
    left: 21px;
  }
  .journey-steps h3 {
    font-size: 17px;
  }
  .journey-steps p {
    font-size: 12px;
  }
  .update-note {
    font-size: 11px;
  }
  .questions-section {
    padding-top: 10px;
  }
  .questions-grid {
    grid-template-columns: 1fr;
  }
  .questions-grid summary {
    font-size: 15px;
  }
  .questions-grid details > p {
    font-size: 14px;
  }
  .footer-base {
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer-base > p {
    font-size: 9px;
  }
  .footer-base .wordmark {
    font-size: 10px;
  }
  .back-up {
    font-size: 11px;
  }
}
@media (max-width: 700px) {
  :root {
    --pad: 22px;
  }
  .masthead {
    padding-top: 24px;
    gap: 15px;
  }
  .wordmark {
    font-size: 11px;
    gap: 10px;
  }
  .wordmark__cube {
    width: 19px;
    height: 19px;
  }
  .masthead nav {
    margin-left: auto;
    margin-right: 0;
    gap: 20px;
    font-size: 11px;
  }
  .masthead nav a:last-child {
    display: none;
  }
  .edition {
    display: none;
  }
  .hero {
    height: auto;
    min-height: 980px;
    max-height: none;
  }
  .forest-stage {
    bottom: auto;
    height: 800px;
  }
  .forest-fallback {
    object-position: center;
  }
  .forest-shade {
    background:
      linear-gradient(
        0deg,
        #111718 0%,
        #111718 8%,
        #11171888 30%,
        transparent 59%,
        #10202538 79%,
        #0915186b
      ),
      linear-gradient(90deg, #10202350, transparent 70%);
  }
  .hero-copy {
    padding-top: 120px;
    padding-bottom: 170px;
    min-height: 980px;
  }
  .world-label {
    font-size: 8px;
    gap: 8px;
  }
  .hero-overline {
    font-size: 9px;
    letter-spacing: 0.23em;
    margin-top: 26px;
    margin-bottom: 14px;
  }
  .hero h1 {
    font-size: clamp(40px, 12.4vw, 62px);
    letter-spacing: -0.055em;
    line-height: 1.4;
    text-shadow:
      0 2px #aebbad,
      0 4px #8b9a8f,
      0 6px #52625a,
      0 8px #1b2927,
      3px 10px #091313b3;
  }
  .hero-whisper {
    margin-top: 210px;
    font-size: 27px;
    line-height: 1.5;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 18px;
  }
  .hero-title-subtitle {
    margin-top: 14px;
    font-size: 15px;
  }
  .arrival-intro {
    font-size: 13px;
    margin-top: 22px;
  }
  .hero-copy > .pixel-button {
    margin-top: 26px;
    width: 100%;
    min-height: 60px;
    font-size: 14px;
    gap: 18px;
  }
  .steve-whisper {
    top: 330px;
    right: 10%;
    font-size: 9px;
    padding: 8px 10px;
  }
  .scene-controls {
    left: 22px;
    right: 22px;
    bottom: 115px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .item-control {
    font-size: 10px;
    gap: 6px;
  }
  .item-control img {
    width: 25px;
    height: 25px;
  }
  .item-control--motion {
    font-size: 9px;
  }
  .pause-symbol {
    font-size: 15px;
  }
  .hero-bottom {
    bottom: 34px;
    align-items: center;
    gap: 10px;
  }
  .scroll-item {
    font-size: 11px;
    gap: 12px;
  }
  .scroll-item small {
    font-size: 9px;
    max-width: 150px;
    line-height: 1.7;
  }
  .item-slot {
    width: 38px;
    height: 38px;
  }
  .item-slot img {
    width: 25px;
    height: 25px;
  }
  .compass-needle {
    left: 16px;
    top: 8px;
    height: 16px;
  }
  .scene-caption {
    font-size: 8px;
    line-height: 1.7;
    max-width: 125px;
  }
  .section {
    padding-block: 65px;
  }
  .section-kicker {
    font-size: 9px;
    gap: 10px;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
  .pixel-spark {
    font-size: 17px;
  }
  .world-heading {
    margin-top: 23px;
  }
  .world-heading h2 {
    font-size: 19px;
    line-height: 1.8;
    letter-spacing: -0.035em;
  }
  .world-heading h2 br {
    display: none;
  }
  .world-heading h2 span {
    display: block;
    margin-top: 7px;
  }
  .world-heading > p {
    font-size: 13px;
    line-height: 1.9;
    margin-top: 25px;
    padding: 0;
  }
  .world-heading > p br {
    display: none;
  }
  .field-guide {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 7px;
  }
  .guide-scene {
    height: 390px;
    transform: scale(0.9);
    transform-origin: center;
    margin: -10px -15px -10px;
  }
  .voxel-island {
    top: 138px;
  }
  .scene-distance {
    top: 8px;
  }
  .guide-scene__caption {
    font-size: 12px;
    bottom: 0;
  }
  .guide-notes {
    padding-top: 22px;
  }
  .notes-label {
    font-size: 10px;
    margin-bottom: 16px;
  }
  .guide-tabs {
    flex-wrap: nowrap;
  }
  .guide-tabs button {
    font-size: 11px;
    padding: 11px 8px;
  }
  .guide-note {
    padding-top: 24px;
    min-height: 290px;
  }
  .note-stat {
    font-size: 52px;
    flex-wrap: nowrap;
    gap: 24px;
  }
  .note-stat small {
    font-size: 12px;
    max-width: 160px;
  }
  .guide-note h3 {
    font-size: 19px;
    margin-top: 25px;
  }
  .guide-note > p {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 15px;
  }
  .guide-note > .note-margin {
    font-size: 12px;
    margin-top: 22px;
  }
  .guide-chat {
    font-size: 11px;
    bottom: 79px;
  }
  .guide-compass {
    top: 110px;
  }
  .world-boundary {
    margin-top: 30px;
    padding-top: 25px;
    font-size: 11px;
    gap: 12px;
    text-align: left;
    align-items: start;
  }
  .world-boundary > span {
    font-size: 21px;
    line-height: 1.2;
  }
  .world-boundary > span:last-child {
    display: none;
  }
  .world-boundary br {
    display: none;
  }
  .campfire-art {
    transform: scale(0.8);
    margin-top: -30px;
    margin-bottom: -37px;
    height: 275px;
    width: 260px;
  }
  .campfire-copy > .section-kicker {
    justify-content: center;
    font-size: 9px;
    margin-bottom: 20px;
  }
  .campfire-copy > p:not(.section-kicker) {
    font-size: 13px;
    line-height: 1.9;
  }
  .arrival-section {
    padding-top: 60px;
  }
  .arrival-section > h2 {
    font-size: 26px;
    line-height: 1.8;
    margin-top: 22px;
  }
  .arrival-layout {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 12px;
  }
  .supply-chest {
    max-width: none;
  }
  .chest-art {
    transform: scale(0.9) rotate(-7deg);
    margin-bottom: 10px;
  }
  .supply-chest > p:not(.download-meta) {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .download-button {
    font-size: 15px;
    min-height: 62px;
  }
  .download-meta {
    font-size: 12px;
    margin-top: 22px;
  }
  .checksum {
    font-size: 11px;
    margin-top: 15px;
  }
  .journey-steps li {
    gap: 20px;
    margin-bottom: 33px;
  }
  .step-slot {
    width: 47px;
    height: 47px;
  }
  .step-slot img {
    width: 29px;
    height: 29px;
  }
  .journey-steps::before {
    left: 24px;
  }
  .journey-steps h3 {
    font-size: 19px;
    margin-top: 3px;
    margin-bottom: 10px;
  }
  .journey-steps p {
    font-size: 14px;
    line-height: 1.9;
  }
  .step-index {
    font-size: 9px;
  }
  .update-note {
    margin-top: 32px;
    font-size: 11px;
    align-items: flex-start;
    line-height: 1.9;
  }
  .questions-section {
    padding-top: 10px;
  }
  .questions-heading {
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
  }
  .questions-heading > img {
    width: 36px;
    height: 36px;
    margin-top: 9px;
  }
  .questions-heading .section-kicker {
    font-size: 8px;
    line-height: 1.9;
    margin-bottom: 12px;
  }
  .questions-heading h2 {
    font-size: 19px;
    line-height: 1.7;
  }
  .questions-grid summary {
    font-size: 13px;
    gap: 10px;
    line-height: 1.8;
    padding-block: 22px;
  }
  .questions-grid summary > span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .questions-grid details > p {
    font-size: 13px;
    line-height: 1.9;
    padding-left: 30px;
  }
  .footer {
    padding-top: 33px;
    padding-bottom: 23px;
  }
  .footer-message {
    gap: 15px;
    justify-content: start;
    padding-bottom: 30px;
    font-size: 15px;
  }
  .footer-message small {
    font-size: 11px;
    margin-top: 6px;
  }
  .footer-base {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 22px;
    padding-top: 23px;
  }
  .footer-base > p {
    grid-column: 1/-1;
    grid-row: 2;
    font-size: 9px;
    line-height: 1.9;
  }
  .back-up {
    font-size: 11px;
  }
  .not-found h1 {
    font-size: 27px;
  }
  .not-found main {
    padding: 28px;
  }
}
@media (max-width: 360px) {
  .hero-whisper {
    font-size: 24px;
  }
  .hero-copy > .pixel-button {
    font-size: 12px;
  }
  .scene-controls {
    gap: 7px;
  }
  .item-control {
    font-size: 9px;
  }
  .item-control--motion {
    font-size: 8px;
  }
  .hero-bottom {
    gap: 8px;
  }
  .scene-caption {
    font-size: 7px;
    max-width: 100px;
  }
  .scroll-item {
    gap: 8px;
    font-size: 10px;
  }
  .scroll-item small {
    font-size: 8px;
    max-width: 135px;
  }
  .world-heading h2 {
    font-size: 17px;
  }
  .guide-tabs button {
    font-size: 10px;
    padding-inline: 6px;
  }
  .guide-scene {
    transform: scale(0.8);
    margin-inline: -30px;
  }
  .note-stat {
    font-size: 47px;
    gap: 18px;
  }
  .note-stat small {
    font-size: 11px;
  }
  .arrival-section > h2 {
    font-size: 23px;
  }
  .download-button {
    font-size: 13px;
  }
  .journey-steps li {
    gap: 15px;
  }
  .questions-heading h2 {
    font-size: 17px;
  }
}
/* Platform downloads share one layout and stay usable without JavaScript. */
.platform-shortcuts { display: none; }
.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  margin-top: 38px;
}
.platform-card {
  --platform-accent: #f2c47a;
  --platform-button: #e6b46a;
  min-width: 0;
  padding: 26px 24px 0;
  border: 1px solid #66785d70;
  border-top: 3px solid var(--platform-accent);
  background: linear-gradient(145deg, #27312aee, #151e1cf5), url('/assets/game/stone.png') 0 0 / 96px;
  box-shadow: 5px 5px 0 #080f11, inset 0 1px #ffffff0d;
}
.platform-card--linux { --platform-accent: #c8d29c; --platform-button: #bdca92; }
.platform-card--android { --platform-accent: #9bd1ba; --platform-button: #97cbb2; }
.platform-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 21px; }
.platform-icon {
  width: 54px;
  height: 54px;
  flex: none;
  display: grid;
  place-items: center;
  color: var(--platform-accent);
  background: #101918;
  border: 1px solid #657266;
  box-shadow: inset 3px 3px #080e10;
}
.platform-icon svg { width: 30px; height: 30px; fill: currentColor; shape-rendering: crispEdges; }
.platform-icon-cutout { fill: #101918; }
.platform-icon-beak { fill: #f2c47a; }
.platform-kind { font-size: 9px; letter-spacing: .06em; color: #b0bdb0; margin-bottom: 3px; }
.platform-heading h3 { font-family: var(--pixel); font-size: 21px; line-height: 1.6; }
.platform-badge {
  display: inline-block;
  padding: 4px 8px;
  background: #302e20;
  border: 1px solid #766444;
  color: #e5c896;
  font-size: 10px;
  line-height: 1.8;
}
.platform-badge--ready { background: #263829; border-color: #547a55; color: #bad6ac; }
.platform-description { min-height: 110px; margin: 20px 0 16px; font-size: 14px; line-height: 1.9; color: #c3cfc5; }
.platform-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px 12px; margin-bottom: 16px; font-size: 11px; color: #c0c5b0; }
.platform-card .download-button {
  justify-content: center;
  gap: 10px;
  padding: 15px 8px;
  min-height: 60px;
  font-size: 14px;
  line-height: 1.65;
  color: #18201a;
  background: var(--platform-button);
  border-color: #e8eed399 #111b16 #111b16 #e8eed399;
  box-shadow: 3px 3px 0 #080f11, inset 2px 2px #ffffff35, inset -2px -2px #00000025;
  text-shadow: none;
}
.platform-card .download-button:hover { filter: brightness(1.12); }
.platform-note { min-height: 69px; margin-top: 19px; font-size: 12px; color: #bac8b8; line-height: 1.85; }
.platform-note--preview { color: #e2c79d; }
.platform-card .checksum { margin-top: 8px; margin-bottom: 19px; color: #b4c8bc; }
.platform-install { margin: 0 -24px; border-top: 1px solid #68785c60; }
.platform-install summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 18px 24px;
  list-style: none;
  cursor: pointer;
  font-size: 12px;
  color: var(--platform-accent);
}
.platform-install summary::-webkit-details-marker { display: none; }
.platform-install summary:hover { background: #c2d2aa0a; }
.platform-install summary > span { font-size: 20px; line-height: 1; flex: none; }
.platform-install[open] summary > span { transform: rotate(45deg); }
.platform-install ol { padding: 0 24px 0 44px; margin: 0 0 23px; }
.platform-install li { padding-left: 4px; margin-bottom: 13px; font-size: 12px; line-height: 1.9; color: #c0cfc3; }
.platform-install li::marker { color: var(--platform-accent); }
.platform-install > p { margin: 0 24px 24px; color: #b4c3b6; font-size: 11px; }
.platform-install a { color: var(--platform-accent); text-decoration: underline; text-underline-offset: 3px; }
.platform-card code { font: inherit; color: #f0d7ab; overflow-wrap: anywhere; }
.platform-footnote { display: flex; align-items: center; gap: 16px; margin-top: 28px; font-size: 12px; color: #b7c1ae; }
.platform-footnote img { width: 30px; height: 30px; flex: none; }
.platform-footnote + .update-note { margin-top: 18px; }
@media (max-width: 1100px) {
  .platform-grid { gap: 14px; }
  .platform-card { padding: 22px 18px 0; }
  .platform-heading { gap: 12px; }
  .platform-heading h3 { font-size: 17px; }
  .platform-icon { width: 44px; height: 48px; }
  .platform-kind { font-size: 8px; }
  .platform-description { min-height: 135px; font-size: 13px; }
  .platform-card .download-button { font-size: 12px; }
  .platform-note { min-height: 91px; }
  .platform-install { margin: 0 -18px; }
  .platform-install summary { padding: 17px 18px; font-size: 11px; }
}
@media (max-width: 850px) {
  .platform-shortcuts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 24px; }
  .platform-shortcuts a { display: flex; justify-content: center; align-items: center; gap: 8px; min-height: 46px; font-size: 12px; color: #ddd6b8; border: 1px solid #68785c; background: #243128; }
  .platform-shortcuts a:hover { background: #354536; }
  .platform-grid { grid-template-columns: 1fr; gap: 24px; }
  .platform-card { padding: 24px 24px 0; }
  .platform-heading h3 { font-size: 22px; }
  .platform-icon { width: 54px; height: 54px; }
  .platform-kind { font-size: 9px; }
  .platform-description { min-height: 0; font-size: 14px; margin: 17px 0; }
  .platform-note { min-height: 0; }
  .platform-card .download-button { font-size: 15px; }
  .platform-install { margin: 0 -24px; }
  .platform-install summary { padding: 18px 24px; font-size: 12px; }
}
@media (max-width: 360px) {
  .platform-shortcuts a { font-size: 11px; gap: 5px; }
  .platform-card { padding: 20px 17px 0; }
  .platform-heading h3 { font-size: 19px; }
  .platform-card .download-button { font-size: 13px; }
  .platform-install { margin: 0 -17px; }
  .platform-install summary { padding: 18px 17px; font-size: 11px; }
  .platform-meta { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .steve-whisper {
    opacity: 1;
  }
  .forest-haze {
    opacity: 0.2;
  }
}
.guide-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  image-rendering: pixelated;
  filter: drop-shadow(8px 17px 0 #080f1350);
}
.guide-scene.has-canvas .voxel-island {
  display: none;
}
.guide-scene.has-canvas .island-fog {
  opacity: 0.35;
}
.guide-scene[data-view="path"] .guide-canvas {
  opacity: 0.12;
}
.guide-scene.has-canvas[data-view="voice"] .island-fog {
  opacity: 0.55;
}
.guide-scene.has-canvas .scene-distance {
  z-index: 1;
}
.item-control[aria-pressed="false"] img {
  filter: grayscale(1);
}
