@font-face {
  font-family: "Shrikhand";
  src: url("assets/fonts/shrikhand-v17-latin.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root { color-scheme: light; }
* { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; margin: 0; }
body { overflow: hidden; background: #7778f2; color: #1d1b1c; font-family: "Shrikhand", Georgia, serif; font-synthesis: none; }
::selection { background: #f05d31; color: #201d1e; }
.asset-alert {
  position: fixed;
  z-index: 1000;
  inset-block-start: max(12px, env(safe-area-inset-top));
  inset-inline-start: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: min(92vw, 560px);
  padding: 11px 12px 11px 18px;
  border-radius: 14px;
  background: #201d1e;
  color: #fff7e8;
  box-shadow: 0 14px 34px rgba(32, 29, 30, .24);
  font: 700 13px/1.35 Arial, sans-serif;
}
.asset-alert[hidden] { display: none; }
.asset-alert button {
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  padding: 7px 12px;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.story-art-wrap picture, .world-art-wrap picture { display: contents; }
.story-home, .opening, .world-map, .nft-gallery {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.story-home img, .nft-gallery img {
  -webkit-user-drag: none;
  user-select: none;
}
.story-home {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #7778f2;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 700ms ease, transform 1100ms cubic-bezier(.16,1,.3,1);
}
.story-art-wrap {
  position: absolute;
  inset: -2%;
  width: 104%;
  height: 104%;
  transform: translate3d(calc(var(--pointer-x, 0) * -12px), calc(var(--pointer-y, 0) * -8px), 0) scale(1);
  transform-origin: 50% 78%;
  transition: transform 520ms cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}
.story-art {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
  transform-origin: 50% 58%;
  animation: scene-breathe 10s cubic-bezier(.45,.05,.55,.95) infinite alternate;
  will-change: transform;
}
.sparkles { position: absolute; inset: 0; z-index: 2; overflow: hidden; pointer-events: none; }
.sparkles i { position: absolute; display: block; width: var(--spark-size); aspect-ratio: 1; border-radius: 50%; background: #fff4e8; box-shadow: 0 0 8px rgba(255,244,232,.72); opacity: 0; animation: sparkle var(--spark-speed) ease-in-out var(--spark-delay) infinite; }
.story-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(29,27,28,.18), transparent 24%, transparent 72%, rgba(29,27,28,.16)); pointer-events: none; }
.story-nav {
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  width: min(92vw, 960px);
  transform: translateX(-50%);
}
.story-nav > a:not(.story-brand) { padding-top: 10px; color: #201d1e; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-decoration: none; }
.story-nav > a:last-child { justify-self: end; }
.story-brand { color: #fff1e6; font-weight: 900; line-height: .72; letter-spacing: -.04em; text-align: center; text-decoration: none; text-shadow: 0 2px 0 rgba(29,27,28,.16); }
.story-brand span, .story-brand strong { display: block; font-size: clamp(34px, 4vw, 66px); }
.story-brand strong { font-style: italic; }
.story-title-wrap { position: absolute; top: 13%; left: 50%; z-index: 2; width: min(86vw, 760px); transform: translateX(-50%); color: #fff1e6; text-align: center; text-shadow: 0 2px 0 rgba(29,27,28,.2); transition: opacity 220ms ease, transform 420ms cubic-bezier(.22,1,.36,1); }
.ready .story-title-wrap { animation: title-float 5.8s cubic-bezier(.45,.05,.55,.95) 900ms infinite alternate; }
.story-title-wrap h1 { margin: 0; font-size: clamp(38px, 6vw, 86px); font-weight: 900; line-height: .78; letter-spacing: -.035em; }
.story-title-wrap h1 em { color: #f58bbc; font-style: italic; }
.story-title-wrap p { margin: 14px 0 0; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.story-actions {
  position: absolute;
  left: 50%;
  bottom: 7.5%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
}
.story-enter, .story-world-entry {
  min-height: 52px;
  padding: 0 23px;
  border: 0;
  border-radius: 999px;
  background: #201d1e;
  color: #fff1e6;
  font: 400 16px/1 "Shrikhand", Georgia, serif;
  letter-spacing: .03em;
  cursor: pointer;
  transition: transform 300ms cubic-bezier(.22,1,.36,1), background-color 180ms ease, box-shadow 300ms ease;
}
.story-world-entry { min-height: 46px; padding-inline: 18px; border: 2px solid #201d1e; background: rgba(255,241,230,.9); color: #201d1e; font-size: 11px; }
.story-enter:hover { transform: rotate(-1.5deg) scale(1.04); background: #f05d31; }
.story-world-entry:hover { transform: rotate(1deg) scale(1.03); background: #fff1e6; }
.story-enter:active, .story-world-entry:active { transform: scale(.97); }
.story-enter:focus-visible, .story-world-entry:focus-visible { outline: 3px solid #fff1e6; outline-offset: 4px; }
.story-enter span { padding-left: 10px; }
.story-stamp { position: absolute; top: 18%; right: 5%; z-index: 2; display: grid; width: 104px; aspect-ratio: 1; padding: 0; place-content: center; border: 3px solid #f58bbc; border-radius: 50%; background: #201d1e; color: #fff1e6; font: 400 8px/1.2 "Shrikhand", Georgia, serif; letter-spacing: .09em; text-align: center; transform: rotate(8deg); transition: opacity 180ms ease, transform 360ms cubic-bezier(.22,1,.36,1); }
.story-stamp b { color: #f58bbc; font-size: 20px; line-height: 1; }
.ready .story-stamp { animation: stamp-sway 4.8s cubic-bezier(.45,.05,.55,.95) infinite alternate; }
.story-home.scene-focus .story-art-wrap {
  transform: translate3d(0, -4%, 0) scale(1.85);
  transition-duration: 780ms;
}
.story-home.scene-focus .story-art { animation-play-state: paused; }
.story-home.scene-focus .story-title-wrap {
  opacity: 0;
  transform: translateX(-50%) translateY(-18px) scale(.92);
  animation: none;
}
.story-home.scene-focus .story-stamp {
  opacity: 0;
  transform: rotate(16deg) scale(.82);
  animation: none;
}
.story-home.scene-focus .story-enter {
  transform: rotate(-1.5deg) scale(1.08);
  background: #f05d31;
  box-shadow: 0 12px 0 rgba(29,27,28,.18);
}
.story-home.celebrate .sparkles i { animation-duration: 420ms; animation-iteration-count: 2; }
.story-home.celebrate .story-art { filter: saturate(1.08) brightness(1.04); }
.motion-paused .story-art, .motion-paused .story-title-wrap, .motion-paused .story-stamp, .motion-paused .sparkles i { animation-play-state: paused !important; }
.ready .story-home { opacity: 1; transform: scale(1); }
body.entering-world .story-home, body.world-open .story-home {
  opacity: 0;
  transform: scale(2.35) translateY(-5%);
  transform-origin: 50% 78%;
  pointer-events: none;
}
.info-panel {
  position: fixed;
  inset: 0;
  z-index: 8;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 0;
  clip-path: circle(0 at var(--panel-origin));
  pointer-events: none;
  transition: clip-path 760ms cubic-bezier(.16,1,.3,1), opacity 120ms linear;
  scrollbar-color: #201d1e transparent;
  scrollbar-width: thin;
}
.info-panel::-webkit-scrollbar { width: 8px; }
.info-panel::-webkit-scrollbar-thumb { border-radius: 999px; background: #201d1e; }
.info-panel--stories { --panel-origin: 9% 7%; background: #f5b51b; color: #201d1e; }
.info-panel--about { --panel-origin: 91% 7%; background: #7778f2; color: #fff1e6; }
.info-panel--about .info-nav { color: #201d1e; }
.info-panel::before, .info-panel::after { content: ""; position: fixed; z-index: -1; border-radius: 50%; pointer-events: none; }
.info-panel--stories::before { top: -22vw; right: -9vw; width: 58vw; aspect-ratio: 1; background: #f58bbc; }
.info-panel--stories::after { bottom: -24vw; left: -13vw; width: 54vw; aspect-ratio: 1; background: #42c8bd; }
.info-panel--about::before { top: -21vw; left: -11vw; width: 56vw; aspect-ratio: 1; background: #f05d31; }
.info-panel--about::after { right: -18vw; bottom: -28vw; width: 62vw; aspect-ratio: 1; background: #f58bbc; }
.info-panel.is-open { opacity: 1; clip-path: circle(155% at var(--panel-origin)); pointer-events: auto; }
.info-nav { position: absolute; top: 22px; left: 50%; z-index: 3; display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; width: min(92vw, 1180px); transform: translateX(-50%); }
.info-nav button, .info-nav > a:not(.info-brand) { min-height: 44px; padding: 10px 0; border: 0; background: transparent; color: inherit; font: 400 11px/1 "Shrikhand", Georgia, serif; letter-spacing: .08em; text-decoration: none; cursor: pointer; }
.info-nav, .info-world { -webkit-user-select: none; user-select: none; }
.info-nav button { justify-self: start; }
.info-nav > a:last-child { justify-self: end; }
.info-brand { color: inherit; font-weight: 400; line-height: .72; letter-spacing: -.035em; text-align: center; text-decoration: none; }
.info-brand span, .info-brand strong { display: block; font-size: clamp(30px, 3.4vw, 52px); }
.info-brand strong { font-style: italic; }
.info-nav button:focus-visible, .info-nav a:focus-visible, .info-world:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
.story-reader, .about-reader { position: relative; z-index: 1; width: min(88vw, 1080px); min-height: 100%; margin: 0 auto; padding: 150px 0 76px; }
.story-reader h2, .about-reader h2 { max-width: 980px; margin: 0; font-size: clamp(48px, 7.6vw, 108px); font-weight: 400; line-height: .78; letter-spacing: -.035em; }
.story-reader h2:focus, .about-reader h2:focus { outline: none; }
.story-reader h2 em { color: #fff1e6; font-style: italic; }
.about-reader h2 em { color: #201d1e; font-style: italic; }
.story-intro { max-width: 58ch; margin: 36px 0 42px; font: 700 clamp(18px, 2vw, 27px)/1.35 Georgia, "Times New Roman", serif; }
.story-copy { columns: 2 330px; column-gap: 64px; max-width: 75ch; padding-top: 30px; border-top: 2px solid currentColor; font: 400 17px/1.62 Georgia, "Times New Roman", serif; }
.story-copy p { margin: 0 0 22px; break-inside: avoid; }
.story-copy blockquote { margin: 8px 0 28px; break-inside: avoid; color: #fff1e6; font: 700 clamp(24px, 3vw, 40px)/1.12 Georgia, "Times New Roman", serif; }
.info-world { min-height: 52px; margin-top: 28px; padding: 0 24px; border: 0; border-radius: 999px; background: #201d1e; color: #fff1e6; font: 400 14px/1 "Shrikhand", Georgia, serif; letter-spacing: .04em; cursor: pointer; transition: transform 220ms cubic-bezier(.16,1,.3,1), background-color 160ms ease; }
.info-world:hover { transform: rotate(-1deg) scale(1.04); background: #f05d31; }
.info-world span { padding-left: 10px; }
.about-manifesto { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(44px, 8vw, 110px); margin-top: 52px; padding-top: 34px; border-top: 2px solid currentColor; }
.about-copy { max-width: 68ch; color: #201d1e; font: 400 clamp(17px, 1.45vw, 21px)/1.58 Georgia, "Times New Roman", serif; }
.about-copy p { margin: 0 0 24px; }
.about-ledger { margin: 0; }
.about-ledger div { padding: 0 0 21px; margin-bottom: 22px; border-bottom: 2px solid currentColor; }
.about-ledger dt { color: #201d1e; font-size: clamp(46px, 6vw, 84px); line-height: .9; }
.about-ledger dd { margin: 9px 0 0; color: #201d1e; font-size: 10px; letter-spacing: .12em; }
.about-note { max-width: 72ch; margin: 32px 0 0; color: #201d1e; font: 400 14px/1.55 Georgia, "Times New Roman", serif; }
.about-release { display: grid; justify-items: start; gap: 10px; margin-top: 22px; }
.about-release-status { display: flex; flex-wrap: wrap; gap: 8px 20px; max-width: 900px; margin: 0; color: #201d1e; font-size: 10px; letter-spacing: .09em; }
.about-release-status b { color: #fff1e6; }
.about-commitment { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 17px; border: 2px solid #201d1e; border-radius: 999px; color: #201d1e; font-size: 10px; letter-spacing: .06em; text-decoration: none; transition: background-color 180ms ease, color 180ms ease, transform 220ms cubic-bezier(.16,1,.3,1); }
.about-commitment:hover { transform: rotate(-1deg); background: #201d1e; color: #fff1e6; }
.about-commitment:focus-visible { outline: 3px solid #201d1e; outline-offset: 4px; }
.about-release > small { max-width: 70ch; color: rgba(32,29,30,.78); font: 400 12px/1.4 Georgia, "Times New Roman", serif; }
.impact-mechanism { position: relative; overflow: hidden; margin-top: 58px; padding: clamp(28px, 5vw, 62px); background: #201d1e; color: #fff1e6; }
.impact-mechanism::after { content: ""; position: absolute; right: -8%; bottom: -42%; width: min(34vw, 380px); aspect-ratio: 1; border-radius: 50%; background: #f05d31; opacity: .92; pointer-events: none; }
.impact-heading { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(320px, 1fr) minmax(300px, 1fr); gap: clamp(28px, 7vw, 96px); align-items: end; }
.impact-heading h3 { max-width: 520px; margin: 0; font-size: clamp(42px, 4.5vw, 64px); font-weight: 400; line-height: .82; letter-spacing: -.035em; white-space: nowrap; }
.impact-heading p { max-width: 58ch; margin: 0; font: 400 clamp(16px, 1.4vw, 19px)/1.58 Georgia, "Times New Roman", serif; }
.impact-flow { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); margin: clamp(34px, 6vw, 72px) 0 0; padding: 0; list-style: none; counter-reset: impact-step; }
.impact-flow li { position: relative; min-height: 128px; padding: 18px 24px 18px 0; border-top: 2px solid #fff1e6; counter-increment: impact-step; }
.impact-flow li:not(:last-child)::after { content: ""; position: absolute; top: -7px; right: 12px; width: 12px; height: 12px; border-top: 2px solid #fff1e6; border-right: 2px solid #fff1e6; transform: rotate(45deg); }
.impact-flow li::before { content: "0" counter(impact-step); display: block; margin-bottom: 24px; color: #f58bbc; font-size: 11px; letter-spacing: .08em; }
.impact-flow b, .impact-flow span { display: block; }
.impact-flow b { margin-bottom: 7px; color: #f5b51b; font-size: 14px; letter-spacing: .045em; }
.impact-flow span { max-width: 22ch; font: 400 14px/1.45 Georgia, "Times New Roman", serif; }
.impact-definition { position: relative; z-index: 1; max-width: 74ch; margin: 24px 0 0; font: 400 12px/1.55 Georgia, "Times New Roman", serif; }
.impact-definition b { display: block; margin-bottom: 5px; color: #42c8bd; font-family: "Shrikhand", Georgia, serif; font-weight: 400; letter-spacing: .06em; }
.token-purpose { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(360px, 1.2fr); gap: clamp(36px, 8vw, 112px); margin-top: clamp(54px, 8vw, 100px); padding-block: clamp(10px, 2vw, 24px) clamp(42px, 7vw, 78px); border-bottom: 2px solid #201d1e; color: #201d1e; }
.token-statement h3 { margin: 0; font-size: clamp(44px, 6vw, 78px); font-weight: 400; line-height: .82; letter-spacing: -.035em; }
.token-statement h3 em { color: #fff1e6; font-style: italic; }
.token-statement > p { display: inline-block; margin: 22px 0 0; padding: 8px 12px; border-radius: 999px; background: #201d1e; color: #fff1e6; font-size: 9px; letter-spacing: .08em; }
.token-copy > p { max-width: 60ch; margin: 0 0 28px; font: 400 clamp(17px, 1.45vw, 20px)/1.58 Georgia, "Times New Roman", serif; }
.token-utility { margin: 0; }
.token-utility div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid rgba(32,29,30,.38); }
.token-utility dt { color: #fff1e6; font-size: 12px; letter-spacing: .06em; }
.token-utility dd { margin: 0; font: 400 15px/1.45 Georgia, "Times New Roman", serif; }
.token-copy .token-risk { margin: 26px 0 0; font-size: 13px; line-height: 1.55; opacity: .82; }
.noscript-note { position: fixed; inset: auto 16px 16px; z-index: 20; margin: 0; padding: 16px; background: #201d1e; color: #fff1e6; font: 700 16px/1.4 Georgia, "Times New Roman", serif; text-align: center; }
body.info-open .story-home { transform: scale(1.06); }
.world-map {
  position: fixed;
  inset: 0;
  z-index: 4;
  overflow: hidden;
  background: #201d1e;
  opacity: 0;
  clip-path: circle(0 at 50% 78%);
  pointer-events: none;
  transition: clip-path 940ms cubic-bezier(.16,1,.3,1), opacity 120ms linear;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
body.entering-world .world-map, body.world-open .world-map {
  opacity: 1;
  clip-path: circle(150% at 50% 78%);
}
body.world-open .world-map { pointer-events: auto; }
.world-art-wrap {
  position: absolute;
  inset: -2%;
  width: 104%;
  height: 104%;
  transform: scale(1.14);
  transition: transform 1300ms cubic-bezier(.16,1,.3,1);
  will-change: transform;
}
body.entering-world .world-art-wrap, body.world-open .world-art-wrap { transform: scale(1); }
.world-art { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; -webkit-user-drag: none; }
.world-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(29,27,28,.4), transparent 26%, transparent 67%, rgba(29,27,28,.46)); pointer-events: none; }
.world-interface { position: absolute; inset: 0; opacity: 0; transform: translateY(18px); transition: opacity 360ms ease 560ms, transform 620ms cubic-bezier(.16,1,.3,1) 540ms; }
body.world-open .world-interface { opacity: 1; transform: none; }
.world-nav { position: absolute; top: 22px; left: 50%; z-index: 3; display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; width: min(92vw, 1180px); transform: translateX(-50%); }
.world-back { justify-self: start; padding: 10px 0; border: 0; background: transparent; color: #fff1e6; font: 400 11px/1 "Shrikhand", Georgia, serif; letter-spacing: .08em; cursor: pointer; text-shadow: 0 2px 0 rgba(29,27,28,.35); }
.world-back span { display: inline-block; margin-right: 7px; transition: transform 220ms cubic-bezier(.16,1,.3,1); }
.world-back:hover span { transform: translateX(-5px); }
.world-back:focus-visible, .habitat-pin:focus-visible { outline: 3px solid #fff1e6; outline-offset: 5px; }
.world-brand { color: #fff1e6; font-weight: 900; line-height: .72; letter-spacing: -.04em; text-align: center; text-decoration: none; text-shadow: 0 2px 0 rgba(29,27,28,.22); }
.world-brand span, .world-brand strong { display: block; font-size: clamp(29px, 3vw, 48px); }
.world-brand strong { font-style: italic; }
.world-edition { justify-self: end; padding-top: 10px; color: #fff1e6; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-shadow: 0 2px 0 rgba(29,27,28,.35); }
.world-heading { position: absolute; top: 15%; left: 50%; z-index: 2; width: min(88vw, 760px); transform: translateX(-50%); color: #fff1e6; text-align: center; text-shadow: 0 3px 0 rgba(29,27,28,.3); }
.world-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 72px); line-height: .83; letter-spacing: -.035em; }
.world-heading h2:focus { outline: none; }
.world-heading h2 em { color: #f58bbc; font-style: italic; }
.world-heading p { margin: 11px 0 0; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.habitat-pin { position: absolute; z-index: 2; display: grid; min-width: 150px; padding: 12px 17px 11px; border: 2px solid #201d1e; border-radius: 999px; transform: translate(-50%, -50%); background: #fff1e6; color: #201d1e; font-family: "Shrikhand", Georgia, serif; text-align: left; cursor: pointer; box-shadow: 0 8px 18px rgba(29,27,28,.2); transition: transform 320ms cubic-bezier(.16,1,.3,1), background-color 180ms ease, color 180ms ease, box-shadow 320ms ease; }
.habitat-pin::after { content: ""; position: absolute; left: 50%; top: 100%; width: 2px; height: 27px; transform: translateX(-50%); background: #201d1e; }
.habitat-pin span { position: absolute; top: -12px; left: -8px; display: grid; width: 30px; aspect-ratio: 1; place-items: center; border: 2px solid #201d1e; border-radius: 50%; background: #f58bbc; font-size: 9px; }
.habitat-pin strong { font-size: 12px; line-height: 1; letter-spacing: .04em; }
.habitat-pin small { margin-top: 4px; font-size: 8px; font-weight: 900; letter-spacing: .12em; opacity: .72; }
.habitat-pin strong, .habitat-pin small { padding-inline-start: 10px; }
.habitat-pin:hover, .habitat-pin.is-active { transform: translate(-50%, -50%) scale(1.08) rotate(-1deg); background: #201d1e; color: #fff1e6; box-shadow: 0 14px 28px rgba(29,27,28,.3); }
.habitat-pin--forest { top: 38%; left: 19%; }
.habitat-pin--grassland { top: 36%; left: 75%; }
.habitat-pin--ocean { top: 70%; left: 22%; }
.habitat-pin--alpine { top: 61%; left: 80%; }
.habitat-pin--wetland { top: 73%; left: 57%; }
.world-selection-wrap { position: absolute; left: 50%; bottom: 3.5%; z-index: 3; display: flex; align-items: stretch; transform: translateX(-50%); filter: drop-shadow(0 12px 24px rgba(29,27,28,.25)); }
.world-selection { display: grid; min-width: 270px; padding: 10px 24px 12px; border-radius: 999px 0 0 999px; background: #201d1e; color: #fff1e6; text-align: center; }
.world-selection span { color: #f58bbc; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.world-selection strong { margin-top: 2px; font-size: 18px; line-height: 1; letter-spacing: .035em; }
.world-selection small { margin-top: 3px; font-size: 8px; font-weight: 900; letter-spacing: .13em; opacity: .75; }
.world-collection { min-width: 190px; padding: 0 22px; border: 0; border-left: 1px solid rgba(255,241,230,.22); border-radius: 0 999px 999px 0; background: #201d1e; color: #fff1e6; font: 400 11px/1.1 "Shrikhand", Georgia, serif; letter-spacing: .045em; cursor: pointer; transition: background-color 180ms ease, color 180ms ease; }
.world-collection span { display: inline-block; margin-left: 8px; transition: transform 220ms cubic-bezier(.16,1,.3,1); }
.world-collection:hover { background: #f05d31; }
.world-collection:hover span { transform: translateX(5px); }
.world-collection:disabled { color: rgba(255,241,230,.52); cursor: not-allowed; }
.world-collection:disabled:hover { background: #201d1e; }
.world-collection:focus-visible { outline: 3px solid #fff1e6; outline-offset: 5px; }

.nft-gallery {
  --gallery-bg: #e994bd;
  --gallery-disc: #7778f2;
  --gallery-accent: #f05d31;
  position: fixed;
  inset: 0;
  z-index: 7;
  overflow: hidden;
  background: var(--gallery-bg);
  opacity: 0;
  clip-path: circle(0 at 50% 92%);
  pointer-events: none;
  transition: clip-path 850ms cubic-bezier(.16,1,.3,1), opacity 120ms linear, background-color 620ms cubic-bezier(.16,1,.3,1);
}
body.gallery-open .nft-gallery { opacity: 1; clip-path: circle(150% at 50% 92%); pointer-events: auto; }
body.gallery-open .world-map { opacity: 0; transform: scale(1.12); transition: opacity 380ms ease, transform 800ms cubic-bezier(.16,1,.3,1); pointer-events: none; }
.nft-orbit { position: absolute; top: -2.5%; left: 50%; width: min(78vw, 880px); aspect-ratio: 1; border-radius: 50%; transform: translateX(-50%) scale(.92); background: var(--gallery-disc); transition: background-color 620ms cubic-bezier(.16,1,.3,1), transform 900ms cubic-bezier(.16,1,.3,1); }
body.gallery-open .nft-orbit { transform: translateX(-50%) scale(1); }
.nft-orbit::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 90px rgba(255,255,255,.08); }
.nft-archive-landscape { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; height: 46%; overflow: hidden; background: #201d1e; opacity: 0; transform: translateY(14%) scale(1.025); transform-origin: 50% 100%; pointer-events: none; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.78) 23%, #000 52%); mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.78) 23%, #000 52%); transition: opacity 620ms ease 180ms, transform 1100ms cubic-bezier(.16,1,.3,1) 120ms; }
.nft-archive-landscape img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.04); }
.nft-archive-landscape::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 36%, rgba(32,29,30,.16) 65%, rgba(32,29,30,.5) 100%); }
body.gallery-open .nft-archive-landscape { opacity: .72; transform: none; }
.nft-nav { position: absolute; top: 20px; left: 50%; z-index: 6; display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; width: min(92vw, 1180px); transform: translateX(-50%); color: #fff1e6; }
.nft-back { justify-self: start; display: inline-flex; align-items: center; gap: 6px; padding: 11px 0; border: 0; background: transparent; color: inherit; font: 400 11px/1 "Shrikhand", Georgia, serif; letter-spacing: .07em; cursor: pointer; }
.nft-back svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; transition: transform 220ms cubic-bezier(.16,1,.3,1); }
.nft-back:hover svg { transform: translateX(-5px); }
.nft-brand { color: #fff1e6; font-weight: 900; line-height: .69; letter-spacing: -.035em; text-align: center; text-decoration: none; }
.nft-brand span, .nft-brand strong { display: block; font-size: clamp(31px, 3.4vw, 51px); }
.nft-brand strong { font-style: italic; }
.nft-habitat { justify-self: end; padding-top: 11px; font-size: 11px; font-weight: 900; letter-spacing: .09em; }
#nft-gallery-title { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
#nft-gallery-title:focus { outline: 0; }
.gallery-guide { position: absolute; top: 103px; left: 50%; z-index: 5; display: grid; grid-template-columns: repeat(3, auto); align-items: center; gap: 0; min-width: min(82vw, 690px); transform: translateX(-50%); color: rgba(255,241,230,.72); font-size: 10px; letter-spacing: .06em; text-align: center; pointer-events: none; }
.gallery-guide span { padding: 0 20px; line-height: 1.4; }
.gallery-guide span + span { border-left: 1px solid rgba(255,241,230,.24); }
.gallery-guide b { color: #fff1e6; font-weight: 400; }
.nft-stage { position: absolute; inset: 76px 0 86px; z-index: 3; cursor: grab; touch-action: pan-y; }
.nft-stage.is-dragging { cursor: grabbing; }
.nft-card { position: absolute; top: 50%; left: 50%; width: min(42vw, 555px); aspect-ratio: 1; padding: 0; overflow: visible; border: 0; background: transparent; box-shadow: 0 28px 52px rgba(32,29,30,.22); opacity: 0; cursor: pointer; perspective: 1200px; transition: transform 700ms cubic-bezier(.16,1,.3,1), opacity 300ms ease, filter 500ms ease, box-shadow 500ms ease; will-change: transform; }
.nft-card-inner { position: absolute; inset: 0; display: block; transform-style: preserve-3d; transition: transform 760ms cubic-bezier(.16,1,.3,1); }
.nft-card.profile-open .nft-card-inner { transform: rotateY(180deg); }
.nft-face { position: absolute; inset: 0; display: block; overflow: hidden; background: #201d1e; backface-visibility: hidden; }
.nft-art-face > img { display: block; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.nft-edition-insignia { position: absolute; top: 4.5%; left: 4.5%; z-index: 1; display: flex; align-items: center; gap: 10px; color: #fff1e6; filter: drop-shadow(0 2px 8px rgba(0,0,0,.55)); opacity: .94; pointer-events: none; }
.nft-edition-insignia > img { width: clamp(34px, 4vw, 52px); aspect-ratio: 1; border-radius: 50%; box-shadow: 0 6px 18px rgba(0,0,0,.34); }
.nft-edition-insignia > span { display: grid; gap: 3px; text-align: left; }
.nft-edition-insignia b { color: #fff1e6; font-size: clamp(8px, .8vw, 11px); font-weight: 400; line-height: 1; letter-spacing: .1em; }
.nft-edition-insignia small { color: rgba(255,241,230,.68); font-size: clamp(5px, .5vw, 7px); line-height: 1; letter-spacing: .13em; }
.nft-vault-cover { position: absolute; inset: 0; z-index: 2; display: grid; place-content: center; gap: 13px; background: #201d1e; color: #fff1e6; text-align: center; transition: clip-path 700ms cubic-bezier(.16,1,.3,1), opacity 420ms ease; }
.nft-vault-cover::before { content: ""; position: absolute; inset: 10%; border: 2px solid var(--gallery-accent); border-radius: 50%; opacity: .92; }
.nft-vault-cover b, .nft-vault-cover small, .nft-vault-cover .vault-mark { position: relative; z-index: 1; }
.nft-vault-cover b { font-size: clamp(14px, 1.6vw, 22px); line-height: .95; letter-spacing: .055em; }
.nft-vault-cover .vault-mark { justify-self: center; width: clamp(84px, 10vw, 126px); aspect-ratio: 1; }
.nft-vault-cover small { font-size: 8px; letter-spacing: .15em; }
.nft-card.is-minted .nft-vault-cover { clip-path: circle(0% at 50% 50%); opacity: 0; pointer-events: none; }
.nft-species-face { transform: rotateY(180deg); color: #fff1e6; text-align: left; }
.nft-species-face::before { content: ""; position: absolute; top: 8%; right: 1%; width: 66%; aspect-ratio: 1; border-radius: 50%; background: var(--gallery-accent); opacity: .92; }
.species-topline { position: absolute; top: 5%; left: 5%; right: 5%; z-index: 3; display: flex; align-items: center; justify-content: space-between; }
.species-topline b { font-size: 11px; font-weight: 400; letter-spacing: .1em; }
.species-topline i { display: grid; width: 42px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: #fff1e6; color: #201d1e; font-size: 16px; font-style: normal; }
.species-prototype { position: absolute; top: 8%; right: -1%; z-index: 2; width: 88%; height: 51%; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(0,0,0,.24)); pointer-events: none; }
.species-copy { position: absolute; left: 6%; right: 6%; bottom: 10%; z-index: 3; display: grid; }
.species-copy strong { font-size: clamp(27px, 3.1vw, 43px); line-height: .9; letter-spacing: -.025em; }
.species-copy em { margin-top: 3px; color: var(--gallery-accent); font-size: 13px; font-style: italic; }
.species-copy small { margin-top: 15px; font-size: 10px; letter-spacing: .12em; }
.species-copy b { position: relative; margin-top: 4px; color: var(--gallery-accent); font-size: 18px; font-weight: 400; line-height: 1.05; letter-spacing: .015em; text-shadow: 0 2px 0 #201d1e; }
.species-copy > span { max-width: 43ch; margin-top: 8px; color: rgba(255,241,230,.78); font-size: 10px; line-height: 1.35; letter-spacing: .025em; }
.species-source { position: absolute; left: 6%; bottom: 4%; z-index: 3; color: rgba(255,241,230,.56); font-size: 9px; letter-spacing: .08em; }
.nft-card.is-current { z-index: 3; opacity: 1; transform: translate(-50%, -50%) rotate(0deg) scale(1); cursor: grab; }
.nft-card.is-previous { z-index: 2; opacity: 1; transform: translate(-145%, -45%) rotate(-8deg) scale(.56); }
.nft-card.is-next { z-index: 2; opacity: 1; transform: translate(45%, -45%) rotate(8deg) scale(.56); }
.nft-card.is-previous:hover { transform: translate(-144%, -45%) rotate(-5deg) scale(.59); box-shadow: 0 34px 62px rgba(32,29,30,.3); }
.nft-card.is-next:hover { transform: translate(44%, -45%) rotate(5deg) scale(.59); box-shadow: 0 34px 62px rgba(32,29,30,.3); }
.nft-card:focus-visible, .nft-back:focus-visible, .nft-direction:focus-visible, .nft-mint:focus-visible, .nft-pagination button:focus-visible { outline: 3px solid #fff1e6; outline-offset: 5px; }
.nft-player { position: absolute; left: 50%; bottom: 6.8%; z-index: 5; display: grid; grid-template-columns: 54px minmax(210px, 1fr) auto 54px; align-items: center; width: min(92vw, 660px); min-height: 82px; padding: 8px; border-radius: 999px; transform: translateX(-50%) translateY(18px); background: #201d1e; color: #fff1e6; box-shadow: 0 16px 38px rgba(32,29,30,.26); opacity: 0; transition: opacity 320ms ease 420ms, transform 580ms cubic-bezier(.16,1,.3,1) 380ms; }
body.gallery-open .nft-player { opacity: 1; transform: translateX(-50%); }
.nft-direction { display: grid; width: 46px; aspect-ratio: 1; place-items: center; border: 0; border-radius: 50%; background: transparent; color: #fff1e6; cursor: pointer; transition: background-color 160ms ease, transform 160ms ease; }
.nft-direction:hover { background: rgba(255,241,230,.12); transform: scale(1.08); }
.nft-direction svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.nft-meta { display: grid; align-content: center; min-width: 0; padding: 0 12px 0 2px; }
.nft-edition { color: var(--gallery-accent); font-size: 10px; font-weight: 900; letter-spacing: .1em; transition: color 300ms ease; }
.nft-name { margin-top: 3px; overflow: hidden; font-size: 17px; line-height: 1; letter-spacing: .015em; text-overflow: ellipsis; white-space: nowrap; }
.nft-meta small { display: flex; align-items: center; gap: 7px; margin-top: 4px; font-size: 9px; font-weight: 900; letter-spacing: .08em; opacity: .78; }
.nft-meta small i { width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.nft-mint { min-height: 48px; padding: 0 18px; border: 0; border-radius: 999px; background: var(--gallery-accent); color: #201d1e; font: 400 11px/1 "Shrikhand", Georgia, serif; letter-spacing: .04em; cursor: pointer; transition: background-color 300ms ease, transform 180ms cubic-bezier(.16,1,.3,1); }
.nft-mint:hover { transform: scale(1.04) rotate(-1deg); }
.nft-mint:active { transform: scale(.96); }
.nft-mint:disabled { opacity: .62; cursor: wait; }
.nft-pagination { position: absolute; left: 50%; bottom: .5%; z-index: 5; display: flex; gap: 0; transform: translateX(-50%); }
.nft-pagination button { position: relative; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.nft-pagination button::before { content: ""; position: absolute; top: 50%; left: 50%; width: 27px; height: 4px; border-radius: 999px; transform: translate(-50%, -50%) scaleX(1); background: rgba(255,241,230,.38); transition: transform 260ms cubic-bezier(.16,1,.3,1), background-color 260ms ease; }
.nft-pagination button.is-active::before { transform: translate(-50%, -50%) scaleX(1.55); background: #fff1e6; }
.gallery-note { position: absolute; right: 20px; bottom: 18px; z-index: 5; width: 360px; margin: 0; color: rgba(255,241,230,.82); font-size: 9px; line-height: 1.45; letter-spacing: .08em; text-align: right; pointer-events: none; }
.nft-status { position: absolute; right: 20px; bottom: 20px; z-index: 6; max-width: 260px; margin: 0; padding: 10px 15px; border-radius: 999px; background: #fff1e6; color: #201d1e; font-size: 9px; font-weight: 900; letter-spacing: .06em; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity 200ms ease, transform 300ms cubic-bezier(.16,1,.3,1); }
.nft-status.is-visible { opacity: 1; transform: none; }
.opening {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: grid;
  width: 100%;
  min-height: 100svh;
  place-items: center;
  background: #fdf4ee;
  transition: opacity 520ms cubic-bezier(.4,0,1,1), visibility 0s 520ms;
}
.ready .opening { visibility: hidden; opacity: 0; pointer-events: none; }
.seal-anchor {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.seal {
  width: clamp(150px, 42vw, 198px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #201d1e;
  transform-origin: 50% 56%;
  will-change: transform;
  animation: seal-sway 2900ms cubic-bezier(.45,.05,.55,.95) 460ms infinite;
}
.wildpals-mark {
  width: 100%;
  height: 100%;
  overflow: visible;
  transform-origin: 50% 55%;
  will-change: transform;
  animation: mark-turn 4300ms cubic-bezier(.45,.05,.55,.95) 220ms infinite;
}
.lamb-head { fill: #fde8df; }
.eye { fill: #201d1e; }
.muzzle { fill: none; stroke: #201d1e; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.loading-line {
  position: absolute;
  left: 50%;
  bottom: clamp(96px, 15svh, 132px);
  width: clamp(150px, 39vw, 188px);
  height: 2px;
  overflow: hidden;
  transform: translateX(-50%);
  background: rgba(32, 29, 30, .12);
}
.loading-line span {
  display: block;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transform-origin: left;
  background: #ef7357;
  animation: progress 3600ms cubic-bezier(.42,.02,.2,1) forwards;
}
@keyframes seal-sway {
  0%, 100% { transform: rotate(-3.2deg) translateX(-2px); }
  50% { transform: rotate(3.2deg) translateX(2px); }
}
@keyframes mark-turn {
  0%, 100% { transform: rotate(2deg) translateY(1px) scale(1); }
  50% { transform: rotate(-2deg) translateY(-2px) scale(1.025); }
}
@keyframes progress { 0% { transform: translateX(-100%); } 22% { transform: translateX(-72%); } 64% { transform: translateX(-36%); } 100% { transform: translateX(0); } }
@keyframes scene-breathe { from { transform: scale(1.014); } to { transform: scale(1.035); } }
@keyframes title-float { from { transform: translateX(-50%) rotate(-.35deg) translateY(0); } to { transform: translateX(-50%) rotate(.35deg) translateY(-5px); } }
@keyframes stamp-sway { from { transform: rotate(-5deg) translateY(0); } to { transform: rotate(7deg) translateY(-4px); } }
@keyframes sparkle { 0%, 100% { opacity: 0; transform: scale(.35) rotate(0); } 45%, 60% { opacity: .92; transform: scale(1) rotate(90deg); } }
.about-disclosure {
  max-width: 68ch;
  margin: 32px auto 0;
  padding-block-start: 25px;
  border-top: 1px solid rgba(32, 29, 30, .24);
}
.about-disclosure h3 {
  margin: 0 0 12px;
  font: 400 clamp(19px, 2vw, 26px)/1 "Shrikhand", Georgia, serif;
  letter-spacing: -.02em;
}
.about-disclosure p {
  margin: 0 0 12px;
  color: rgba(32, 29, 30, .82);
  font: 400 clamp(15px, 1.25vw, 17px)/1.58 Georgia, "Times New Roman", serif;
  overflow-wrap: anywhere;
}

@media (prefers-reduced-motion: reduce) {
  .seal, .wildpals-mark, .loading-line span { animation: none; }
  .loading-line span { transform: none; }
  .story-home, .story-art-wrap, .opening { transition: none; }
  .story-art, .story-title-wrap, .story-stamp, .sparkles i { animation: none !important; }
  .story-art-wrap, .story-art { transform: none; }
  .story-home.scene-focus .story-art-wrap { transform: none; }
  .story-home.scene-focus .story-title-wrap, .story-home.scene-focus .story-stamp { opacity: 1; transform: none; }
  .world-map, .world-art-wrap, .world-interface, .habitat-pin, .nft-gallery, .nft-orbit, .nft-archive-landscape, .nft-card, .nft-card-inner, .nft-player, .info-panel { transition: none; }
}
@media (max-width: 700px) {
  .info-nav { top: 16px; width: calc(100% - 36px); }
  .info-nav button, .info-nav > a:not(.info-brand) { font-size: 8px; }
  .info-brand span, .info-brand strong { font-size: 28px; }
  .story-reader, .about-reader { width: calc(100% - 36px); padding: 112px 0 48px; }
  .story-reader h2, .about-reader h2 { font-size: clamp(42px, 12vw, 58px); }
  .story-intro { margin: 25px 0 28px; font-size: 17px; }
  .story-copy { columns: 1; padding-top: 20px; font-size: 16px; line-height: 1.62; }
  .story-copy blockquote { margin-block: 4px 24px; font-size: 26px; }
  .about-manifesto { grid-template-columns: 1fr; gap: 22px; margin-top: 30px; padding-top: 22px; }
  .about-copy { font-size: 16px; }
  .about-copy p { margin-bottom: 19px; }
  .about-ledger { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .about-ledger div { margin: 0; padding-bottom: 12px; }
  .about-ledger dt { font-size: clamp(30px, 10vw, 42px); }
  .about-ledger dd { font-size: 7px; line-height: 1.35; }
  .about-note { margin-top: 24px; font-size: 10px; }
  .about-release-status { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; font-size: 9px; line-height: 1.3; }
  .about-commitment { width: 100%; justify-content: center; font-size: 9px; }
  .impact-mechanism { margin-top: 38px; padding: 28px 22px; }
  .impact-mechanism::after { right: -32%; bottom: -10%; width: 72vw; opacity: .32; }
  .impact-heading { grid-template-columns: 1fr; gap: 22px; }
  .impact-heading h3 { font-size: clamp(38px, 11vw, 50px); white-space: normal; }
  .impact-heading p { font-size: 15px; }
  .impact-flow { grid-template-columns: 1fr; margin-top: 34px; }
  .impact-flow li { min-height: 0; padding: 15px 0 17px 54px; }
  .impact-flow li::before { position: absolute; left: 0; margin: 0; }
  .impact-flow li:not(:last-child)::after { top: auto; right: auto; bottom: -7px; left: 17px; transform: rotate(135deg); }
  .impact-flow span { max-width: 28ch; font-size: 13px; }
  .impact-definition { font-size: 11px; }
  .token-purpose { grid-template-columns: 1fr; gap: 30px; margin-top: 52px; padding-bottom: 44px; }
  .token-statement h3 { font-size: clamp(40px, 12vw, 56px); }
  .token-copy > p { font-size: 16px; }
  .token-utility div { grid-template-columns: 94px 1fr; gap: 14px; }
  .token-utility dd { font-size: 14px; }
  .info-world { width: 100%; margin-top: 24px; }
  .story-art-wrap { inset: 0; width: 100%; height: 100%; }
  .story-art { object-position: 50% center; }
  .story-nav { top: 16px; width: calc(100% - 36px); }
  .story-nav > a:not(.story-brand) { font-size: 9px; }
  .story-brand span, .story-brand strong { font-size: 30px; }
  .story-title-wrap { top: 18%; }
  .story-title-wrap h1 { font-size: clamp(38px, 12vw, 58px); }
  .story-title-wrap p { font-size: 9px; }
  .story-stamp { top: auto; right: 20px; bottom: 15%; width: 80px; border-width: 2px; font-size: 6px; }
  .story-stamp b { font-size: 17px; }
  .story-actions { bottom: max(4.5%, env(safe-area-inset-bottom)); display: grid; width: min(82vw, 320px); gap: 6px; }
  .story-enter, .story-world-entry { width: 100%; min-height: 46px; padding-inline: 16px; font-size: 11px; white-space: nowrap; }
  .story-world-entry { min-height: 40px; font-size: 9px; }
  .world-art-wrap { inset: 0; width: 100%; height: 100%; }
  .world-art { object-position: 50% center; }
  .world-nav { top: 15px; width: calc(100% - 28px); }
  .world-back { width: 62px; font-size: 0; }
  .world-back span { margin: 0; font-size: 20px; }
  .world-brand span, .world-brand strong { font-size: 29px; }
  .world-edition { max-width: 62px; font-size: 8px; line-height: 1.25; text-align: right; }
  .world-heading { top: 14%; }
  .world-heading h2 { font-size: clamp(36px, 11vw, 48px); }
  .world-heading p { width: 240px; margin-inline: auto; font-size: 8px; }
  .habitat-pin { min-width: 116px; padding: 10px 12px 9px; }
  .habitat-pin strong { font-size: 9px; }
  .habitat-pin small { font-size: 7px; }
  .habitat-pin::after { height: 18px; }
  .habitat-pin--forest { top: 37%; left: 27%; }
  .habitat-pin--grassland { top: 41%; left: 73%; }
  .habitat-pin--ocean { top: 67%; left: 28%; }
  .habitat-pin--alpine { top: 55%; left: 74%; }
  .habitat-pin--wetland { top: 71%; left: 68%; }
  .world-selection-wrap { bottom: 2.5%; width: calc(100% - 28px); }
  .world-selection { min-width: 0; flex: 1; padding-inline: 14px; }
  .world-collection { min-width: 148px; padding-inline: 12px; font-size: 9px; }
  .nft-nav { top: 14px; width: calc(100% - 28px); }
  .nft-back { width: 62px; font-size: 0; }
  .nft-back svg { width: 22px; height: 22px; }
  .nft-brand span, .nft-brand strong { font-size: 29px; }
  .nft-habitat { max-width: 72px; font-size: 8px; line-height: 1.2; text-align: right; }
  .gallery-guide { top: 74px; width: calc(100% - 32px); min-width: 0; font-size: 8px; letter-spacing: .03em; }
  .gallery-guide span { padding: 0 7px; }
  .gallery-guide b { display: block; margin-bottom: 2px; color: #201d1e; font-size: 9px; letter-spacing: .06em; }
  .nft-orbit { top: 2%; width: 145vw; }
  .nft-archive-landscape { height: 36%; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 36%); mask-image: linear-gradient(to bottom, transparent 0%, #000 36%); }
  .nft-archive-landscape img { position: absolute; bottom: 0; left: 50%; width: 200%; max-width: none; height: auto; transform: translateX(-50%); object-fit: contain; }
  body.gallery-open .nft-archive-landscape { opacity: .82; }
  .nft-stage { inset: 65px 0 126px; }
  .nft-card { width: min(84vw, 380px); }
  .nft-edition-insignia { top: 4%; left: 4%; gap: 7px; }
  .nft-edition-insignia > img { width: 34px; }
  .nft-edition-insignia b { font-size: 8px; }
  .nft-edition-insignia small { font-size: 5px; }
  .species-topline b { font-size: 9px; }
  .species-topline i { width: 34px; font-size: 12px; }
  .species-prototype { top: 10%; right: -3%; width: 92%; height: 47%; }
  .species-copy { bottom: 11%; }
  .species-copy strong { font-size: 25px; }
  .species-copy em { font-size: 10px; }
  .species-copy small { margin-top: 9px; font-size: 8px; }
  .species-copy b { font-size: 12px; }
  .species-copy > span { margin-top: 5px; font-size: 10px; line-height: 1.25; }
  .species-source { bottom: 4%; font-size: 9px; }
  .nft-card.is-previous { transform: translate(-107%, -43%) rotate(-8deg) scale(.62); }
  .nft-card.is-next { transform: translate(7%, -43%) rotate(8deg) scale(.62); }
  .nft-card.is-previous:hover { transform: translate(-107%, -43%) rotate(-8deg) scale(.62); }
  .nft-card.is-next:hover { transform: translate(7%, -43%) rotate(8deg) scale(.62); }
  .nft-player { top: calc(50% + min(42vw, 190px) - 36px); bottom: auto; grid-template-columns: 42px minmax(0, 1fr) auto 42px; width: calc(100% - 24px); min-height: 86px; padding: 7px; border-radius: 999px; }
  .nft-meta { padding-inline: 4px; }
  .nft-name { display: -webkit-box; overflow: hidden; font-size: 13px; line-height: .95; text-overflow: clip; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .nft-mint { position: static; min-height: 42px; padding-inline: 13px; transform: none; font-size: 8px; white-space: nowrap; }
  .nft-mint:hover { transform: scale(1.03); }
  .nft-direction { width: 38px; }
  .nft-pagination { bottom: .2%; max-width: 100%; overflow-x: auto; scrollbar-width: none; }
  .nft-pagination::-webkit-scrollbar { display: none; }
  .gallery-note { right: 24px; bottom: 58px; left: 24px; width: auto; font-size: 8px; line-height: 1.45; text-align: center; }
  .nft-status { right: 12px; bottom: 52px; left: 12px; width: auto; max-width: none; transform: translateY(8px); text-align: center; white-space: normal; }
  .nft-status.is-visible { transform: none; }
}
@media (max-width: 700px) and (max-height: 700px) {
  .nft-stage { inset: 58px 0 70px; }
  .nft-card { width: min(78vw, 304px); }
  .nft-species-face::before { top: 7%; right: 3%; width: 52%; }
  .species-prototype { top: 7%; height: 36%; }
  .species-copy { top: 48%; bottom: auto; }
  .species-copy strong { font-size: 22px; }
  .species-copy small { margin-top: 5px; }
  .species-copy b { font-size: 11px; }
  .species-copy > span { display: block; margin-top: 4px; font-size: 9px; line-height: 1.2; }
  .species-source { bottom: 12%; font-size: 8px; }
  .nft-player { top: calc(50% + min(39vw, 152px) - 36px); bottom: auto; grid-template-columns: 38px minmax(0, 1fr) auto 38px; min-height: 80px; border-radius: 999px; }
  .nft-mint { position: static; min-height: 42px; padding-inline: 12px; transform: none; font-size: 8px; }
  .nft-mint:hover { transform: scale(1.03); }
  .nft-name { font-size: 12px; }
  .nft-pagination { display: none; }
  .gallery-guide, .gallery-note { display: none; }
  .nft-status { bottom: 1.2%; }
}
