:root {
  --sky: #75c4e3;
  --cream: #fff6d7;
  --grass: #9ed25f;
  --forest: #173b2e;
  --leaf: #347a45;
  --sun: #f3c64e;
  --coral: #ff7a6a;
  --blue: #274a77;
  --white: #ffffff;
  --shadow: #102c23;
  --page: min(1312px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body.page-enter { animation: page-enter .48s cubic-bezier(.16,1,.3,1) both; }
body.page-leaving { opacity: 0; transform: translateY(-14px) scale(.995); pointer-events: none; }
body { transition: opacity .3s ease, transform .38s cubic-bezier(.4,0,1,1); }
@keyframes page-enter {
  from { opacity: 0; transform: translateY(18px) scale(.995); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
body {
  min-width: 320px;
  margin: 0;
  color: var(--forest);
  background: var(--cream);
  font-family: "Silkscreen", ui-monospace, monospace;
  font-size: 16px;
  image-rendering: pixelated;
}
button, input { font: inherit; }
a { color: inherit; }
.page-width { width: var(--page); margin-inline: auto; }

.site-header {
  position: relative;
  z-index: 20;
  min-height: 104px;
  padding: 0 max(24px, calc((100vw - 1312px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--cream);
  border-bottom: 4px solid var(--forest);
}
.brand {
  color: var(--forest);
  font-size: clamp(31px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: .035em;
  line-height: 1;
  text-decoration: none;
}
.site-header nav { display: flex; align-items: center; gap: 9px; }
.pixel-button, .task-link, .noir-button, .join-button {
  min-height: 42px;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  background: var(--forest);
  border: 3px solid var(--forest);
  border-radius: 3px;
  box-shadow: 5px 5px 0 rgba(16,44,35,.28);
  font-weight: 400;
  letter-spacing: .035em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.pixel-button--light { color: var(--forest); background: var(--cream); }
.pixel-button--coral { color: var(--forest); background: var(--coral); }
.pixel-button--sun { color: var(--forest); background: var(--sun); }
.pixel-button:hover, .pixel-button:focus-visible,
.task-link:hover, .task-link:focus-visible,
.noir-button:hover, .noir-button:focus-visible,
.join-button:hover:not(:disabled), .join-button:focus-visible:not(:disabled) {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 rgba(16,44,35,.28);
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--sky);
  border-bottom: 4px solid var(--forest);
}
.hero-inner {
  position: relative;
  z-index: 8;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(330px, .72fr);
  align-items: center;
  gap: clamp(38px, 5vw, 76px);
  padding: 88px 0 132px;
}
.hero-board { position: relative; z-index: 9; }
.pixel-panel {
  padding: clamp(26px, 4vw, 46px);
  background: rgba(255,246,215,.94);
  border: 4px solid var(--forest);
  border-radius: 5px;
  box-shadow: 10px 10px 0 rgba(23,59,46,.16);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 20px;
  font-size: clamp(64px, 8vw, 112px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: .01em;
}
.tagline {
  margin-bottom: 25px;
  color: var(--blue);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 700;
  letter-spacing: .03em;
}
.description { max-width: 760px; font-size: 18px; line-height: 1.45; }
.description p { margin-bottom: 14px; }
.description p:last-child { margin-bottom: 0; }
.supply-display {
  position: relative;
  z-index: 9;
  width: 100%;
  min-height: 570px;
  align-self: end;
  pointer-events: none;
}
.supply-display::after {
  content: "";
  position: absolute;
  z-index: 20;
  left: -14px;
  right: -18px;
  bottom: -4px;
  height: 46px;
  background: var(--grass);
  clip-path: polygon(0 36%,8% 36%,8% 8%,14% 8%,14% 45%,24% 45%,24% 20%,31% 20%,31% 52%,44% 52%,44% 12%,51% 12%,51% 44%,64% 44%,64% 24%,72% 24%,72% 48%,84% 48%,84% 10%,91% 10%,91% 38%,100% 38%,100% 100%,0 100%);
}
.sign-post, .sign-arm, .sign-brace {
  position: absolute;
  display: block;
  background-color: #8f5731;
  background-image: repeating-linear-gradient(0deg, transparent 0 18px, rgba(255,246,215,.12) 18px 22px);
  border: 5px solid var(--forest);
  box-shadow: inset 8px 0 0 rgba(255,198,111,.18), 8px 8px 0 rgba(23,59,46,.18);
}
.sign-post {
  left: 22px;
  bottom: -2px;
  width: 45px;
  height: 486px;
}
.sign-arm {
  top: 74px;
  left: 19px;
  width: calc(100% - 4px);
  height: 44px;
  background-image: repeating-linear-gradient(90deg, transparent 0 28px, rgba(255,246,215,.12) 28px 33px);
}
.sign-arm::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -12px;
  width: 15px;
  height: 58px;
  background: #765036;
  border: 4px solid var(--forest);
}
.sign-brace {
  top: 140px;
  left: 46px;
  width: 140px;
  height: 28px;
  transform: rotate(-34deg);
  transform-origin: left center;
}
.supply-sign {
  position: absolute;
  z-index: 10;
  top: 228px;
  right: 2px;
  width: min(315px, calc(100% - 76px));
  min-height: 188px;
  padding: 29px 18px 25px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  text-align: center;
  background-color: #bd7b43;
  background-image:
    linear-gradient(rgba(255,246,215,.13) 4px, transparent 4px),
    repeating-linear-gradient(0deg, transparent 0 38px, #8f5731 38px 44px);
  background-size: 100% 44px;
  border: 5px solid var(--forest);
  border-radius: 0;
  box-shadow: 9px 9px 0 rgba(23,59,46,.18);
}
.supply-sign::before, .supply-sign::after {
  content: "";
  position: absolute;
  top: -116px;
  width: 10px;
  height: 112px;
  background: repeating-linear-gradient(to bottom,#765036 0 8px,var(--forest) 8px 13px);
  border-inline: 2px solid var(--forest);
}
.supply-sign::before { left: 52px; }
.supply-sign::after { right: 52px; }
.supply-sign span { color: var(--cream); font-size: 14px; font-weight: 700; letter-spacing: .07em; line-height: 1.2; }
.supply-sign strong { color: var(--cream); font-size: clamp(52px, 5vw, 70px); line-height: 1; letter-spacing: 0; white-space: nowrap; }

.pixel-sun, .cloud, .tree, .grass, .meadow-decor { position: absolute; pointer-events: none; }
.pixel-sun { top: 56px; right: 8%; width: 92px; height: 92px; background: var(--sun); }
.cloud { width: 160px; height: 30px; background: var(--cream); box-shadow: 34px -24px 0 var(--cream), 74px 0 0 var(--cream); }
.cloud--one { top: 68px; left: 9%; }
.cloud--two { top: 130px; right: 27%; transform: scale(.8); }
.cloud--three { top: 235px; left: 42%; transform: scale(.58); }
.cloud--four { top: 46px; right: 4%; transform: scale(.48); }
.cloud--five { top: 305px; right: 7%; transform: scale(.64); }
.cloud--six { top: 240px; right: 35%; transform: scale(.4); }
.tree { bottom: 64px; width: 126px; height: 62px; background: var(--leaf); box-shadow: 0 -46px 0 -5px var(--leaf), 24px -82px 0 -15px #4f9557, -22px -24px 0 -10px var(--leaf); }
.tree::before { content: ""; position: absolute; left: 37px; top: -50px; width: 56px; height: 44px; background: #4f9557; box-shadow: -24px 24px 0 var(--leaf), 24px 24px 0 var(--leaf); }
.tree::after { content: ""; position: absolute; left: 49px; top: 48px; width: 28px; height: 190px; background: #765036; border-inline: 5px solid var(--forest); }
.tree--one { left: 2%; }
.tree--two { right: 3%; transform: scale(.9); }
.tree--three { right: 16%; transform: scale(.66); bottom: 50px; }
.tree--four { left: 16%; transform: scale(.52); bottom: 42px; }
.tree--five { right: 31%; transform: scale(.48); bottom: 40px; }
.flower { z-index: 7; width: 8px; height: 38px; background: var(--forest); }
.flower::before { content:""; position:absolute; left:-8px; top:-8px; width:24px; height:8px; background:var(--white); box-shadow:8px -8px 0 var(--white), 8px 8px 0 var(--white); }
.flower::after { content:""; position:absolute; left:0; top:0; width:8px; height:8px; background:var(--sun); }
.flower--one { left: 27%; bottom: 50px; }
.flower--two { left: 36%; bottom: 46px; transform: scale(.8); }
.flower--two::before { background:var(--coral); box-shadow:8px -8px 0 var(--coral),8px 8px 0 var(--coral); }
.flower--three { right: 28%; bottom: 48px; transform: scale(.9); }
.flower--three::before { background:#c9a7e8; box-shadow:8px -8px 0 #c9a7e8,8px 8px 0 #c9a7e8; }
.flower--four { right: 20%; bottom: 52px; transform: scale(.7); }
.pixel-rock { z-index: 7; right: 8%; bottom: 48px; width: 72px; height: 34px; background: #78968a; border: 4px solid var(--forest); box-shadow: 15px -16px 0 -2px #9db4aa; }
.fallen-log { z-index: 7; left: 9%; bottom: 47px; width: 116px; height: 35px; background: #9d613a; border: 4px solid var(--forest); box-shadow: 18px -13px 0 -6px #c5834f; }
.grass { z-index: 5; left: 0; bottom: 0; width: 100%; }
.grass--far { height: 112px; background: var(--grass); }
.grass--far::before { content: ""; position: absolute; inset: -18px 0 auto; height: 34px; background: repeating-linear-gradient(90deg,var(--grass) 0 22px,transparent 22px 40px); }
.grass--near { z-index: 6; height: 54px; background: var(--leaf); }
.grass--near::before { content: ""; position: absolute; inset: -23px 0 auto; height: 25px; background: repeating-linear-gradient(90deg,var(--forest) 0 17px,transparent 17px 62px); }

.collection {
  padding: 86px 0 100px;
  background-color: var(--grass);
  background-image:
    linear-gradient(rgba(23,59,46,.055) 2px, transparent 2px),
    linear-gradient(90deg, rgba(23,59,46,.055) 2px, transparent 2px);
  background-size: 32px 32px;
  border-bottom: 4px solid var(--forest);
}
.section-heading { margin-bottom: 34px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
h2 { margin-bottom: 0; font-size: clamp(48px, 6vw, 78px); line-height: .9; letter-spacing: -.035em; }
.section-heading p, .section-kicker { margin: 0; font-weight: 700; letter-spacing: .08em; }
.nft-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.nft-frame {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background-color: #cbe59a;
  background-image:
    linear-gradient(45deg, rgba(23,59,46,.08) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(23,59,46,.08) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(23,59,46,.08) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(23,59,46,.08) 75%);
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
  background-size: 24px 24px;
  border: 4px solid var(--forest);
  border-radius: 4px;
  box-shadow: 8px 8px 0 rgba(23,59,46,.18);
}
.nft-frame img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
  transition: opacity .32s ease, transform .48s cubic-bezier(.2,.72,.2,1), filter .4s ease;
}
.nft-frame::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -35%;
  opacity: 0;
  transform: translateX(-70%) rotate(18deg);
  background: linear-gradient(90deg,transparent 42%,rgba(255,246,215,.72) 50%,transparent 58%);
  pointer-events: none;
}
.nft-frame.is-swapping img { opacity: .28; transform: scale(1.045); filter: brightness(1.35) saturate(1.18); }
.nft-frame.is-swapping::after { animation: nft-glint .62s steps(6,end); }
@keyframes nft-glint {
  0% { opacity: 0; transform: translateX(-70%) rotate(18deg); }
  35% { opacity: .85; }
  100% { opacity: 0; transform: translateX(70%) rotate(18deg); }
}
.nft-frame span { position: absolute; z-index: 3; right: 12px; bottom: 10px; min-width: 45px; padding: 4px 7px; color: var(--cream); background: var(--forest); border: 2px solid var(--cream); font-weight: 700; text-align: center; }

.whitelist {
  padding: 106px 0 116px;
  color: var(--cream);
  background: var(--blue);
  border-bottom: 4px solid var(--forest);
}
.whitelist-layout { display: grid; grid-template-columns: minmax(280px,.68fr) minmax(0,1.32fr); gap: clamp(48px,8vw,110px); align-items: start; }
.whitelist-intro { position: static; }
.whitelist-intro h2 { margin: 18px 0 28px; color: var(--sun); font-size: clamp(58px, 5.4vw, 76px); }
.whitelist-intro > p:last-of-type { max-width: 350px; line-height: 1.5; }
.progress { margin-top: 32px; padding: 15px 18px; display: inline-flex; gap: 9px; color: var(--forest); background: var(--sun); border: 3px solid var(--forest); box-shadow: 6px 6px 0 var(--shadow); }
.task-list { display: grid; gap: 16px; }
.task-card {
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  color: var(--forest);
  background: var(--cream);
  border: 4px solid var(--forest);
  border-radius: 4px;
  box-shadow: 8px 8px 0 var(--shadow);
}
.task-card.is-complete { background: #dff2b8; }
.task-number { display: block; margin-bottom: 7px; color: var(--blue); font-size: 14px; font-weight: 700; letter-spacing: .1em; }
.task-copy h3, .task-copy label { display: block; margin: 0 0 7px; font-size: 24px; font-weight: 700; }
.task-copy p { max-width: 610px; margin: 0; font-family: inherit; font-size: 14px; line-height: 1.45; }
.task-copy a { font-family: "Silkscreen",ui-monospace,monospace; font-weight: 700; }
.task-action { display: flex; align-items: center; gap: 12px; }
.task-link, .noir-button { min-height: 46px; white-space: nowrap; font-size: 16px; }
.task-check, .field-check {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  color: transparent;
  background: var(--white);
  border: 4px solid var(--forest);
  border-radius: 2px;
  font-size: 27px;
  font-weight: 700;
}
.task-check { cursor: pointer; }
.task-check:disabled { cursor: not-allowed; opacity: .45; }
.task-check[aria-pressed="true"], .field-check.is-valid { color: var(--white); background: var(--leaf); }
.input-action { min-width: min(340px, 42vw); }
.input-action input {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  color: var(--forest);
  background: var(--white);
  border: 4px solid var(--forest);
  border-radius: 2px;
  outline: none;
}
.input-action input:focus { box-shadow: 0 0 0 4px var(--sun); }
.wallet-controls { min-width: min(390px, 45vw); display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.x-controls { min-width: min(390px, 45vw); display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.x-controls .input-action { min-width: 0; grid-column: 1 / -1; }
.x-controls .task-status { grid-column: 1 / -1; }
.wallet-controls .input-action { min-width: 0; grid-column: 1 / -1; }
.wallet-status { grid-column: 1 / -1; min-height: 18px; margin: 0; font-family: inherit; font-size: 13px; line-height: 1.35; }
.wallet-status.is-error { color: #a32720; }
.task-status { grid-column: 1 / -1; min-height: 17px; margin: 0; font-family: inherit; font-size: 13px; line-height: 1.35; }
.task-status.is-error { color: #a32720; }
.join-button { width: 100%; min-height: 64px; color: var(--forest); background: var(--sun); font-size: 23px; }
.join-button:disabled { opacity: .45; cursor: not-allowed; filter: grayscale(.5); }
.form-note { margin: 0; font-family: inherit; font-size: 13px; line-height: 1.45; opacity: .82; }

footer { color: var(--cream); background: var(--forest); }
.footer-inner { min-height: 110px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; }
.footer-inner strong { font-size: 27px; }
.footer-inner button { justify-self: end; padding: 8px 0; color: var(--cream); background: transparent; border: 0; font: inherit; font-weight: 700; cursor: pointer; }
.footer-inner button:hover { color: var(--sun); }

.terms-dialog {
  width: min(820px, calc(100vw - 32px));
  max-height: 88vh;
  padding: 0;
  color: var(--forest);
  background: transparent;
  border: 0;
  opacity: 0;
  transform: translateY(30px) scale(.97);
  transition:
    opacity .28s ease,
    transform .42s cubic-bezier(.16,1,.3,1),
    overlay .42s allow-discrete,
    display .42s allow-discrete;
}
.terms-dialog[open] { opacity: 1; transform: translateY(0) scale(1); }
@starting-style {
  .terms-dialog[open] { opacity: 0; transform: translateY(30px) scale(.97); }
}
.terms-dialog::backdrop {
  background: rgba(16,44,35,.78);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity .36s ease, overlay .42s allow-discrete, display .42s allow-discrete;
}
.terms-dialog[open]::backdrop { opacity: 1; }
@starting-style { .terms-dialog[open]::backdrop { opacity: 0; } }
.terms-card { position: relative; max-height: 88vh; overflow: auto; padding: clamp(28px,5vw,58px); background: var(--cream); border: 4px solid var(--forest); box-shadow: 12px 12px 0 rgba(0,0,0,.28); }
.terms-card h2 { margin: 14px 0 34px; }
.terms-card h3 { margin: 30px 0 8px; font-size: 24px; }
.terms-card p { font-family: inherit; line-height: 1.55; }
.terms-close { position: sticky; top: 0; float: right; width: 46px; height: 46px; color: var(--cream); background: var(--forest); border: 0; font-size: 32px; cursor: pointer; }
.terms-page { min-height: 100vh; background: var(--sky); }
.standalone-terms { margin-block: 70px; max-width: 850px; }
.standalone-terms h1 { margin: 18px 0 44px; }
.standalone-terms h2 { margin: 34px 0 8px; font-size: 30px; }
.standalone-terms p { font-family: inherit; line-height: 1.6; }

.checker-page { min-height: 100vh; overflow: hidden; background: #1d1d1d; }
.checker-scene { position: relative; min-height: calc(100vh - 104px); overflow: hidden; display: grid; place-items: center; background: #1d1d1d; }
.soon-lockup { position: relative; z-index: 6; margin-top: 4vh; display: grid; justify-items: center; }
.soon-lockup img {
  width: clamp(300px, 36vw, 500px);
  margin-bottom: -58px;
  display: block;
  border: 0;
  box-shadow: none;
  image-rendering: pixelated;
  filter: drop-shadow(10px 10px 0 rgba(23,59,46,.2));
}
.soon-lockup h1 { position:relative; z-index:2; margin: 0; padding: 12px 54px 22px; color: var(--cream); background: var(--forest); border: 5px solid #0b1712; box-shadow: 12px 12px 0 rgba(0,0,0,.3); font-size: clamp(100px, 16vw, 210px); line-height: .75; letter-spacing: .02em; }
.checker-cloud { position: absolute; width: 170px; height: 30px; background: var(--cream); box-shadow: 35px -28px 0 var(--cream), 82px 0 0 var(--cream); }
.checker-cloud--one { top: 13%; left: 8%; }
.checker-cloud--two { top: 20%; right: 13%; transform: scale(.7); }
.checker-cloud--three { top: 34%; left: 22%; transform: scale(.5); }
.checker-cloud--four { top: 9%; right: 37%; transform: scale(.42); }
.checker-cloud--five { top: 42%; right: 5%; transform: scale(.48); }
.checker-ground { position: absolute; z-index: 3; inset: auto 0 0; height: 18%; background: #315e3c; border-top: 4px solid #0d2118; }
.checker-ground::before { content:""; position:absolute; inset:-24px 0 auto; height:24px; background:repeating-linear-gradient(90deg,var(--grass) 0 22px,transparent 22px 42px); }
.checker-tree { position: absolute; z-index: 4; bottom: 13%; width: 126px; height: 118px; background: #284b32; box-shadow: 26px -54px 0 -5px #284b32, -18px -30px 0 -5px #284b32; }
.checker-tree::after { content:""; position:absolute; left:50px; top:92px; width:28px; height:180px; background:var(--forest); }
.checker-tree--left { left: 6%; }
.checker-tree--right { right: 7%; transform: scale(.8); }
.checker-tree--mid-left { left: 24%; bottom: 12%; transform: scale(.56); }
.checker-tree--mid-right { right: 25%; bottom: 12%; transform: scale(.52); }

@media (max-width: 980px) {
  .site-header { padding-block: 14px; flex-wrap: wrap; }
  .site-header nav { margin-left: auto; flex-wrap: wrap; justify-content: flex-end; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 70px; }
  .supply-display { width: min(430px, 100%); justify-self: center; }
  .nft-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .whitelist-layout { grid-template-columns: 1fr; }
  .whitelist-intro { position: static; }
  .whitelist-intro h2 br { display: none; }
}

@media (max-width: 720px) {
  :root { --page: min(100% - 28px, 620px); }
  body { font-size: 16px; }
  .site-header { min-height: 94px; padding: 14px; align-items: flex-start; flex-direction: column; }
  .site-header nav { width: 100%; margin-left: 0; }
  .pixel-button { min-height: 42px; padding: 9px 9px; flex: 1 1 calc(50% - 5px); font-size: 11px; text-align: center; }
  .hero-inner { padding: 72px 0 142px; }
  .hero-copy { padding: 25px 20px; }
  h1 { font-size: clamp(68px,22vw,104px); }
  .tagline { line-height: 1.15; }
  .description { font-size: 16px; }
  .pixel-sun { right: 4%; transform: scale(.72); }
  .cloud--two { display: none; }
  .tree--three { display: none; }
  .collection { padding: 68px 0 80px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .nft-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
  .nft-frame { border-width: 3px; box-shadow: 5px 5px 0 rgba(23,59,46,.18); }
  .whitelist { padding: 72px 0 84px; }
  .task-card { grid-template-columns: 1fr; }
  .task-action, .input-action, .wallet-controls, .x-controls { width: 100%; min-width: 0; }
  .task-link { flex: 1; }
  .footer-inner { padding: 28px 0; grid-template-columns: 1fr auto; }
  .checker-scene { min-height: calc(100vh - 142px); }
  .checker-tree--right { display:none; }
  .soon-lockup h1 { padding-inline: 24px; }
}

/* Simple block-built pixel meadow shared by the hero and checker. */
.hero, .checker-scene { background: var(--sky); image-rendering: pixelated; }
.pixel-panel { background: #fff6d7; }
.hero-inner { padding-top: 112px; padding-bottom: 112px; min-height: 800px; gap: 48px; }
body { font-size: 18px; }
.description { font-size: 21px; line-height: 1.5; }
h1 { line-height: 1; font-weight: 600; }
h2 { line-height: 1.05; letter-spacing: 0; }
.brand { font-weight: 600; }
.pixel-button { font-size: 14px; }
.task-copy p, .form-note, .task-status, .wallet-status { font-size: 16px; }
.checker-page { background: var(--sky); overflow: auto; }
.checker-scene { min-height: max(650px, calc(100svh - 104px)); }
.checker-scene::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 18%;
  height: 70px;
  background: #6fa94d;
  clip-path: polygon(0 70%,7% 35%,14% 62%,23% 20%,32% 66%,44% 30%,55% 70%,66% 24%,76% 64%,87% 28%,100% 58%,100% 100%,0 100%);
}
.checker-sun { position:absolute; top:54px; right:9%; width:82px; height:82px; background:var(--sun); }
.checker-cloud { display:block; z-index:2; }
.checker-tree { display:block; z-index:4; background:var(--leaf); }
.checker-tree::before { content:""; position:absolute; left:30px; top:-48px; width:70px; height:70px; background:#4f9557; box-shadow:-28px 30px 0 var(--leaf),28px 30px 0 var(--leaf); }
.checker-tree::after { background:#765036; border-inline:5px solid var(--forest); }
.checker-ground { display:block; background:var(--grass); border-top:4px solid var(--forest); }
.soon-lockup { margin: 0 0 65px; }
.soon-lockup img { width: clamp(300px, 36vw, 500px); }
.soon-lockup h1 { font-size: clamp(100px, 15vw, 190px); line-height: 1; padding-block: 0 8px; }

.scroll-reveal {
  opacity: 0;
  transform: translateY(46px) scale(.985);
  filter: saturate(.75);
  transition: opacity .75s ease, transform .9s cubic-bezier(.2,.72,.2,1), filter .75s ease;
}
.scroll-reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); filter: saturate(1); }
.hero .cloud, .hero .pixel-sun { translate: 0 calc(var(--scene-scroll, 0) * -28px); will-change: translate; }
.hero .tree { translate: 0 calc(var(--scene-scroll, 0) * 14px); will-change: translate; }
.hero .meadow-decor { translate: 0 calc(var(--scene-scroll, 0) * 7px); will-change: translate; }
@media (max-width: 720px) {
  .hero-inner { min-height: 1000px; padding: 110px 0 170px; }
  .hero h1 { font-size: clamp(50px, 16vw, 90px); }
  .description { font-size: 18px; }
  .pixel-button { font-size: 14px; }
  .soon-lockup h1 { font-size: clamp(76px, 23vw, 130px); padding-inline: 20px; }
  .checker-scene { min-height: max(600px, calc(100svh - 142px)); }
}

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .supply-display { min-height: 540px; margin-top: -18px; }
}

@media (max-width: 720px) {
  .supply-display { min-height: 500px; transform: scale(.88); transform-origin: top center; margin-bottom: -60px; }
  .supply-sign { width: min(290px, calc(100% - 70px)); padding: 22px 16px; }
  .supply-sign strong { font-size: 52px; }
  .soon-lockup img { width: min(76vw, 350px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
  .scroll-reveal { opacity: 1; transform: none; filter: none; }
  .hero .cloud, .hero .pixel-sun, .hero .tree, .hero .meadow-decor { translate: none; }
}
