:root {
  --paper:#fafaf6;
  --ink:#273e32;
  --muted:#657066;
  --line:#dbe0d5;
  --green:#e7eddf;
  --accent:#b4552a;
  --serif:Georgia,'Songti TC',serif;
  font-family:'PingFang TC','Noto Sans TC',-apple-system,BlinkMacSystemFont,sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none;
  scroll-behavior:smooth
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
button,input {
  font:inherit
}
button,a {
  -webkit-tap-highlight-color:transparent
}
a {
  color:inherit;
  text-decoration:none
}
button {
  color:inherit;
  cursor:pointer
}
button:disabled {
  cursor:default;
  opacity:.5
}
button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible {
  outline:3px solid #ad542c;
  outline-offset:5px
}
button {
  touch-action:manipulation
}
img {
  max-width:100%;
  object-fit:cover
}
h1,h2,h3,p {
  margin:0
}
h2 {
  font-size:32px;
  line-height:1.4;
  font-weight:650
}
p {
  line-height:1.8
}
small {
  font-size:12px
}
[hidden] {
  display:none!important
}
.wrap {
  width:min(1120px,calc(100% - 80px));
  margin-inline:auto
}
section[id] {
  scroll-margin-top:28px
}
.site-header {
  height:112px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  gap:28px
}
.brand {
  display:flex;
  gap:12px;
  align-items:center;
  font-size:15px;
  font-weight:750;
  line-height:1.25
}
.brand small {
  display:block;
  font-size:11px;
  font-weight:500;
  margin-top:5px
}
.brand-mark {
  font-family:var(--serif);
  font-size:46px;
  line-height:1
}
.site-header nav {
  display:flex;
  gap:32px;
  font-size:13px
}
.site-header nav a:hover,.text-link:hover,.site-footer a:hover {
  color:var(--accent)
}
.header-note {
  font-size:12px;
  border-bottom:1px solid var(--line);
  padding-block:10px
}
.hero {
  padding-top:54px
}
.hero-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  padding-bottom:36px
}
.eyebrow {
  font-size:10px;
  font-weight:650;
  line-height:1.7;
  color:var(--muted)
}
.status-dot {
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#81905f;
  margin-right:8px
}
h1 {
  font-size:62px;
  line-height:1.3;
  font-weight:650;
  position:relative;
  margin-top:18px
}
.title-fun {
  color:var(--accent)
}
.title-star {
  font-size:38px;
  display:inline-block;
  vertical-align:top;
  margin:12px 0 0 14px;
  font-weight:400;
  color:#8f9e74
}
.hero-intro {
  padding-bottom:10px;
  min-width:240px
}
.hero-intro p {
  font-size:15px;
  line-height:1.9;
  color:var(--muted);
  margin-bottom:20px
}
.text-link {
  font-size:12px;
  display:inline-flex;
  align-items:center;
  gap:20px;
  min-height:44px
}
.jelly-exhibit {
  border-radius:12px;
  background:var(--green);
  border:1px solid #dfe5d7;
  overflow:hidden
}
.exhibit-top {
  padding:18px 28px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:12px;
  gap:12px
}
.exhibit-top small {
  font-size:9px;
  margin-left:13px;
  color:var(--muted)
}
.tiny-paw {
  color:var(--accent);
  margin-right:6px
}
.quiet-button {
  background:transparent;
  border:0;
  font-size:11px;
  min-height:44px;
  padding:0 10px;
  border-radius:5px
}
.quiet-button:hover {
  background:#ffffff80
}
.shelf-window {
  overflow-x:auto;
  scrollbar-width:thin;
  scrollbar-color:#a8b59b transparent;
  overscroll-behavior-x:contain
}
.shelf-track {
  position:relative;
  min-width:630px;
  margin:0 46px;
  padding-top:196px
}
.shelf-rail {
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  position:relative;
  padding-bottom:12px
}
.shelf-rail:before {
  content:'';
  position:absolute;
  top:79px;
  height:10px;
  left:-26px;
  right:-26px;
  background:#b4c19f;
  border-top:3px solid #c4cfb4;
  box-shadow:0 7px 10px #5469400b
}
.shelf-app {
  position:relative;
  border:0;
  background:transparent;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:0 4px;
  gap:18px;
  min-width:0
}
.icon-slot {
  width:72px;
  height:80px;
  display:grid;
  place-items:start center;
  position:relative
}
.icon-slot:before {
  content:'';
  position:absolute;
  inset:0 0 8px;
  border:1px dashed #8d9d7c;
  border-radius:16px;
  opacity:0
}
.shelf-app img {
  width:72px;
  height:72px;
  border-radius:16px;
  box-shadow:0 9px 10px #3443331b;
  transition:transform .25s,opacity .25s
}
.shelf-app:hover img {
  transform:translateY(-6px) rotate(-4deg)
}
.shelf-app[aria-pressed=true] img {
  opacity:.2;
  transform:scale(.82)
}
.shelf-app[aria-pressed=true] .icon-slot:before {
  opacity:1
}
.shelf-name {
  font-size:11px;
  line-height:1.4;
  max-width:130px;
  text-align:center;
  color:#53614b;
  min-height:30px
}
.shelf-app[aria-pressed=true] .shelf-name {
  color:#913f1b;
  font-weight:650
}
.cat-carrier {
  position:absolute;
  top:0;
  left:8.333%;
  width:216px;
  height:210px;
  transform:translateX(-50%);
  transition:left .8s cubic-bezier(.45,0,.2,1);
  z-index:2;
  pointer-events:none
}
.cat-button {
  position:absolute;
  inset:0;
  padding:0;
  background:none;
  border:0;
  pointer-events:auto;
  border-radius:90px;
  transform-origin:50% 90%;
  cursor:pointer
}
.cat-art {
  position:absolute;
  width:216px;
  height:216px;
  top:0;
  left:0;
  overflow:visible;
  filter:drop-shadow(0 4px 2px #7d712411)
}
.jelly-body {
  transform-origin:120px 212px;
  animation:breathe 4.6s ease-in-out infinite
}
.cat-tail {
  transform-origin:185px 180px;
  animation:tail 3s ease-in-out infinite
}
.cat-eyes {
  transform-origin:120px 106px;
  animation:blink 7s infinite
}
.held-icon {
  position:absolute;
  left:74px;
  top:132px;
  width:68px;
  height:68px;
  transform:rotate(-7deg);
  filter:drop-shadow(0 4px 3px #713d322b)
}
.held-icon img {
  display:block;
  width:100%;
  height:100%;
  border:2px solid #fff9;
  border-radius:14px;
  background:#e8ecd9
}
.held-icon img:not([src]) {
  visibility:hidden
}
.front-paw {
  position:absolute;
  top:158px;
  width:29px;
  height:34px;
  background:linear-gradient(130deg,#fff0b7,#ffc36b 48%,#e98b35);
  border:1px solid #edab59;
  border-radius:55%;
  box-shadow:inset 2px 2px 5px #fff9,0 2px 3px #a1552f20;
  z-index:2
}
.paw-left {
  left:59px;
  transform:rotate(-23deg)
}
.paw-right {
  right:58px;
  transform:rotate(23deg)
}
.cat-bubble {
  position:absolute;
  top:3px;
  left:50%;
  transform:translate(-50%,-100%);
  white-space:nowrap;
  font-size:11px;
  background:var(--paper);
  padding:7px 13px;
  border-radius:20px;
  z-index:3;
  color:#69432e;
  pointer-events:none
}
.cat-bubble:after {
  content:'';
  position:absolute;
  bottom:-4px;
  left:48%;
  width:8px;
  height:8px;
  background:var(--paper);
  transform:rotate(45deg)
}
.cat-carrier.is-moving .cat-button {
  animation:waddle .24s ease-in-out 3
}
.cat-carrier.is-lifting .held-icon {
  animation:lift .6s cubic-bezier(.2,.8,.3,1) both
}
.cat-button.is-petted {
  animation:squish .75s both
}
.pet-heart {
  position:absolute;
  right:20px;
  top:30px;
  font-size:40px;
  color:#ae562f;
  opacity:0;
  pointer-events:none
}
.is-petted .pet-heart {
  animation:heart .9s both
}
.shelf-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:7px 28px 15px;
  font-size:10px;
  color:#626e59
}
.shelf-arrows {
  display:flex;
  gap:6px
}
.round-button {
  width:44px;
  height:44px;
  border:1px solid #aebb9d;
  border-radius:50%;
  background:transparent;
  font-size:16px
}
.round-button:hover {
  background:#fff8
}
.selection-detail {
  display:grid;
  grid-template-columns:64px 1fr auto;
  align-items:center;
  gap:20px;
  min-height:150px;
  padding:24px 8px;
  border-bottom:1px solid var(--line)
}
.selection-index {
  align-self:start;
  padding-top:5px;
  font:13px var(--serif);
  color:var(--muted)
}
.selection-detail h2 {
  font-size:22px;
  margin:3px 0 6px
}
.selection-detail p {
  font-size:12px;
  color:var(--muted);
  max-width:640px
}
.pill-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  min-height:46px;
  padding:12px 22px;
  background:var(--ink);
  color:#fff;
  border:1px solid var(--ink);
  border-radius:30px;
  font-size:12px;
  white-space:nowrap
}
.pill-link:hover {
  background:#3d5745
}
.collection {
  padding-block:72px
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:32px
}
.section-heading h2 {
  margin-top:8px
}
.section-heading>p {
  font-size:12px;
  color:var(--muted)
}
.count-label {
  font-size:11px;
  font-weight:400;
  margin-left:18px;
  vertical-align:middle;
  color:var(--muted)
}
.collection-toolbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  border-bottom:1px solid var(--line);
  padding-bottom:20px
}
.filter-group {
  display:flex;
  gap:6px;
  flex-wrap:wrap
}
.filter-group button {
  border:0;
  background:transparent;
  padding:10px 15px;
  min-height:44px;
  font-size:12px;
  border-radius:24px
}
.filter-group button[aria-pressed=true] {
  background:var(--ink);
  color:white
}
.filter-group button:hover {
  box-shadow:inset 0 0 0 1px #91a48e
}
.search-field {
  display:flex;
  gap:10px;
  align-items:center;
  border-bottom:1px solid #aeb9a9;
  padding:4px 8px;
  color:var(--muted)
}
.search-field>span {
  font-size:24px
}
.search-field input {
  border:0;
  background:transparent;
  color:var(--ink);
  width:180px;
  padding:8px 0;
  min-height:40px;
  font-size:12px
}
.results-summary {
  font-size:11px;
  color:var(--muted);
  margin:20px 0 6px;
  min-height:20px
}
.app-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:30px
}
.app-card {
  display:flex;
  gap:16px;
  padding:27px 0;
  border-bottom:1px solid var(--line);
  align-items:flex-start;
  position:relative;
  min-width:0
}
.app-card>img {
  flex:0 0 64px;
  width:64px;
  height:64px;
  border-radius:14px;
  box-shadow:0 4px 12px #1932220c;
  transition:transform .2s
}
.app-card:hover>img {
  transform:translateY(-4px) rotate(-3deg)
}
.app-card>span:nth-child(2) {
  min-width:0
}
.app-card small {
  font-size:9px;
  color:var(--muted)
}
.app-card h3 {
  font-size:14px;
  line-height:1.5;
  margin:3px 0 5px;
  font-weight:600;
  overflow-wrap:anywhere
}
.app-card p {
  font-size:11px;
  line-height:1.7;
  color:var(--muted);
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden
}
.card-arrow {
  font-size:12px;
  margin-left:auto;
  padding-top:2px
}
.collection-bottom {
  display:flex;
  justify-content:center;
  gap:26px;
  align-items:center;
  margin-top:32px
}
.collection-bottom .pill-link {
  background:transparent;
  color:var(--ink)
}
.updates {
  border-block:1px solid var(--line);
  margin-top:46px;
  font-size:12px
}
.updates summary,.passport-fold>summary {
  padding:23px 0;
  cursor:pointer;
  font-size:13px
}
.updates summary>span,.passport-fold>summary>span {
  font-size:9px;
  color:var(--muted);
  float:right;
  padding-top:3px
}
.shipment-lane {
  padding:0 0 22px
}
.shipment-lane h3 {
  font-size:13px;
  margin:15px 0
}
.shipment-lane ul {
  list-style:none;
  padding:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 30px
}
.shipment-lane li {
  display:flex;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  padding:9px 0;
  gap:12px
}
.shipment-lane time {
  white-space:nowrap;
  color:var(--muted);
  font-size:10px
}
.shipment-lane a:hover {
  text-decoration:underline
}
.transit-band {
  background:#eef0e8;
  padding-block:64px
}
.destination-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:32px
}
.destination {
  display:block
}
.destination-art {
  display:flex;
  width:100%;
  height:166px;
  align-items:center;
  justify-content:center;
  position:relative;
  margin-bottom:22px;
  overflow:hidden;
  border-radius:6px
}
.destination small {
  font-size:9px;
  color:var(--muted)
}
.destination h3 {
  font-size:18px;
  font-weight:600;
  margin:8px 0
}
.destination p {
  font-size:12px;
  color:var(--muted)
}
.record-art {
  background:#d6ddcd
}
.record-art i {
  width:126px;
  height:126px;
  border-radius:50%;
  background:repeating-radial-gradient(circle,#334437 0px,#334437 2px,#495744 3px,#334437 4px);
  box-shadow:6px 10px 10px #324f2c20;
  position:relative;
  transition:transform .6s
}
.record-art i:before {
  content:'c.';
  position:absolute;
  inset:44px;
  background:#e8bc89;
  border-radius:50%;
  display:grid;
  place-items:center;
  font:24px Georgia;
  color:#514332
}
.destination:hover .record-art i {
  transform:rotate(35deg)
}
.game-art {
  background:#e7d8c8
}
.game-art:before {
  content:'';
  position:absolute;
  width:158px;
  height:87px;
  background:#eef1df;
  border:1px solid #bdc7ac;
  border-radius:36px 36px 40px 40px;
  box-shadow:5px 10px 0 #7a8b6326;
  transform:rotate(-9deg)
}
.game-art i {
  z-index:1;
  font-size:42px;
  font-style:normal;
  margin-right:35px;
  color:#5c7153
}
.game-art b {
  z-index:1;
  color:#b76c44;
  font-size:30px;
  transform:rotate(-25deg)
}
.letter-art {
  background:#dce1df
}
.letter-art i {
  background:#f9f8eb;
  border:1px solid #c7cdc3;
  width:144px;
  height:94px;
  display:grid;
  place-items:center;
  font-size:32px;
  color:#b7674e;
  font-style:normal;
  transform:rotate(8deg);
  box-shadow:5px 10px 0 #466f5820
}
.letter-art i:before,.letter-art i:after {
  content:'';
  position:absolute;
  top:0;
  width:80px;
  border-bottom:1px solid #d9d6c7;
  transform-origin:0 0
}
.letter-art i:before {
  left:0;
  transform:rotate(33deg)
}
.letter-art i:after {
  right:-12px;
  transform:rotate(147deg);
  transform-origin:36px 0
}
.other-orbits {
  display:flex;
  flex-wrap:wrap;
  gap:12px 28px;
  font-size:11px;
  margin-top:36px;
  padding-block:22px;
  border-block:1px solid #d0d7c7
}
.other-orbits a {
  min-height:28px;
  display:flex;
  align-items:center
}
.other-orbits a:hover {
  color:var(--accent)
}
.passport-fold {
  margin-top:12px
}
.interworld-passport {
  padding:20px 0
}
.interworld-passport__header {
  display:flex;
  justify-content:space-between;
  gap:20px
}
.interworld-passport__kicker {
  font-size:10px
}
.interworld-passport h3 {
  font-size:20px;
  margin:8px 0
}
.interworld-passport p {
  font-size:12px;
  color:var(--muted)
}
.interworld-passport__progress {
  min-width:90px
}
.interworld-passport__progress strong {
  font-size:24px;
  display:block
}
.interworld-passport__progress span {
  font-size:9px
}
.interworld-passport__stamps {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  list-style:none;
  gap:10px;
  padding:0;
  margin:24px 0
}
.interworld-passport__stamps li {
  padding:16px;
  border:1px dashed #abb69e;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center
}
.interworld-passport__stamps li[data-stamped=true] {
  border-style:solid;
  background:#fafbf4
}
.interworld-passport__stamps small {
  display:block;
  font-size:9px
}
.interworld-passport__stamps em {
  font-size:9px;
  font-style:normal
}
.interworld-passport__seal {
  font-size:24px;
  color:var(--accent)
}
.interworld-passport__footer {
  display:flex;
  justify-content:space-between;
  gap:20px
}
.interworld-passport__actions {
  display:flex;
  gap:20px;
  align-items:center;
  font-size:12px
}
.interworld-passport__actions button {
  min-height:44px;
  background:transparent;
  border:0;
  font-size:11px
}
.passport-section {
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:64px;
  padding-block:70px;
  border-bottom:1px solid var(--line);
  align-items:center
}
.passport-intro h2 {
  font-size:27px;
  margin:12px 0
}
.passport-intro p {
  font-size:13px;
  color:var(--muted)
}
.passport-intro .eyebrow {
  font-size:9px
}
.stamp-book {
  padding:28px;
  background:#f0eee3;
  border:1px solid #e3decd;
  border-radius:6px
}
.stamp-book-title {
  font-size:10px;
  display:flex;
  justify-content:space-between
}
.stamp-row {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:26px 0 20px
}
.stamp-row button {
  display:flex;
  flex-direction:column;
  align-items:center;
  background:transparent;
  border:0;
  padding:4px;
  gap:8px
}
.stamp-row button>span {
  display:grid;
  place-items:center;
  width:62px;
  height:62px;
  border:1px dashed #a8ad97;
  border-radius:50%;
  font:26px var(--serif);
  color:#7b846c;
  transform:rotate(-8deg)
}
.stamp-row button[aria-pressed=true]>span {
  border:3px double #a2603d;
  color:#a2603d;
  background:#fff7e5;
  transform:rotate(7deg)
}
.stamp-row strong {
  font-size:11px;
  font-weight:500
}
.stamp-row small {
  font-size:9px;
  color:#716b59
}
.stamp-book>p {
  font-size:10px;
  color:#716b59;
  text-align:center
}
.crew {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  padding-block:70px
}
.crew h2 {
  margin:14px 0
}
.crew p {
  font-size:13px;
  color:var(--muted)
}
.crew-links>a {
  display:flex;
  align-items:center;
  gap:20px;
  padding:22px 0;
  border-bottom:1px solid var(--line)
}
.crew-links>a>span:last-child {
  margin-left:auto
}
.crew-monogram {
  font:32px var(--serif);
  width:58px;
  height:58px;
  background:#e6e9df;
  display:grid;
  place-items:center;
  border-radius:50%
}
.crew-links strong {
  font:22px var(--serif);
  display:block
}
.crew-links small {
  display:block;
  font-size:10px;
  color:var(--muted);
  margin-top:7px
}
.crew-links>a:hover .crew-monogram {
  background:#ebd4bd
}
.site-footer {
  display:flex;
  gap:24px;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid var(--line);
  padding-block:32px;
  font-size:10px;
  color:var(--muted);
  flex-wrap:wrap
}
.site-footer>div {
  display:flex;
  flex-direction:column;
  gap:7px
}
.footer-brand {
  font-weight:700;
  font-size:12px;
  color:var(--ink)
}
.site-footer nav {
  display:flex;
  gap:22px
}
.site-footer details {
  font-size:9px
}
.site-footer summary {
  cursor:pointer;
  padding:12px 0
}
.skip-link {
  position:absolute;
  top:-100px;
  background:var(--ink);
  color:#fff;
  padding:15px;
  z-index:20
}
.skip-link:focus {
  top:10px
}
.empty-state {
  grid-column:1/-1;
  padding:40px;
  text-align:center;
  color:var(--muted);
  font-size:14px
}
.tour-paused .jelly-body,.tour-paused .cat-tail,.tour-paused .cat-eyes {
  animation-play-state:paused
}
@keyframes breathe {
  0%,100% {
    transform:scale(1,1)
  }
  50% {
    transform:scale(1.022,.977)
  }
}
@keyframes tail {
  50% {
    transform:rotate(8deg)
  }
}
@keyframes blink {
  0%,44%,48%,100% {
    transform:scaleY(1)
  }
  46% {
    transform:scaleY(.08)
  }
}
@keyframes waddle {
  0%,100% {
    transform:rotate(-3deg) translateY(0)
  }
  50% {
    transform:rotate(3deg) translateY(-6px)
  }
}
@keyframes lift {
  0% {
    transform:translateY(82px) scale(.95) rotate(0);
    opacity:0
  }
  20% {
    opacity:1
  }
  70% {
    transform:translateY(-10px) rotate(-10deg)
  }
  100% {
    transform:translateY(0) rotate(-7deg)
  }
}
@keyframes squish {
  0%,100% {
    transform:scale(1)
  }
  25% {
    transform:scale(1.15,.82)
  }
  50% {
    transform:scale(.92,1.1)
  }
  75% {
    transform:scale(1.05,.96)
  }
}
@keyframes heart {
  0% {
    opacity:0;
    transform:translateY(10px) scale(.5)
  }
  35% {
    opacity:1
  }
  100% {
    opacity:0;
    transform:translateY(-50px) scale(1.2)
  }
}
@media(min-width:1500px) {
  .hero-heading {
    padding-bottom:42px
  }
  .hero {
    padding-top:65px
  }
  .shelf-track {
    padding-top:215px
  }
  .cat-carrier {
    top:15px
  }
}
@media(max-width:1000px) {
  .wrap {
    width:calc(100% - 48px)
  }
  h1 {
    font-size:52px
  }
  .site-header nav {
    gap:22px
  }
  .header-note {
    display:none
  }
  .app-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .shelf-track {
    margin-inline:36px
  }
  .hero-intro {
    min-width:200px
  }
  .passport-section {
    gap:30px
  }
  .destination-grid {
    gap:20px
  }
  .crew {
    gap:32px
  }
  .interworld-passport__stamps {
    grid-template-columns:repeat(3,1fr)
  }
}
@media(max-width:640px) {
  .wrap {
    width:calc(100% - 36px)
  }
  .site-header {
    height:86px;
    gap:15px
  }
  .brand {
    font-size:11px;
    gap:7px
  }
  .brand small {
    font-size:9px
  }
  .brand-mark {
    font-size:34px
  }
  .site-header nav {
    gap:14px;
    font-size:10px
  }
  .site-header nav a:last-child {
    display:none
  }
  .hero {
    padding-top:32px
  }
  .hero-heading {
    gap:16px;
    align-items:flex-start;
    flex-direction:column;
    padding-bottom:25px
  }
  .eyebrow {
    font-size:8px
  }
  h1 {
    font-size:43px;
    margin-top:13px;
    line-height:1.27
  }
  .title-star {
    font-size:28px;
    margin-left:8px
  }
  .hero-intro {
    display:flex;
    justify-content:space-between;
    width:100%;
    gap:16px;
    align-items:center;
    padding:0
  }
  .hero-intro p {
    font-size:12px;
    line-height:1.7;
    margin:0
  }
  .hero-intro .text-link {
    font-size:10px;
    gap:8px
  }
  .exhibit-top {
    padding:10px 13px;
    font-size:10px
  }
  .exhibit-top small {
    display:none
  }
  .quiet-button {
    font-size:10px;
    padding:0 3px
  }
  .shelf-track {
    min-width:600px;
    margin-inline:38px;
    padding-top:195px
  }
  .cat-carrier {
    width:196px;
    top:8px
  }
  .cat-button {
    width:196px
  }
  .cat-art {
    width:196px;
    height:196px
  }
  .held-icon {
    left:67px;
    top:120px;
    width:62px;
    height:62px
  }
  .front-paw {
    top:144px;
    width:27px;
    height:31px
  }
  .paw-left {
    left:52px
  }
  .paw-right {
    right:50px
  }
  .shelf-name {
    font-size:10px
  }
  .shelf-bottom {
    padding:4px 12px 12px;
    font-size:9px;
    gap:6px
  }
  .shelf-bottom>span {
    max-width:190px;
    line-height:1.7
  }
  .shelf-arrows {
    gap:5px
  }
  .round-button {
    width:44px;
    height:44px
  }
  .selection-detail {
    grid-template-columns:1fr auto;
    gap:16px;
    padding:21px 0;
    min-height:148px
  }
  .selection-index {
    display:none
  }
  .selection-detail h2 {
    font-size:18px;
    line-height:1.5
  }
  .selection-detail p {
    font-size:11px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden
  }
  .selection-detail .pill-link {
    padding:12px 14px;
    gap:10px;
    font-size:10px
  }
  .selection-detail .eyebrow {
    font-size:9px
  }
  .collection {
    padding-block:46px
  }
  .section-heading {
    display:block;
    margin-bottom:23px
  }
  h2 {
    font-size:26px
  }
  .section-heading>p {
    margin-top:10px;
    font-size:11px
  }
  .count-label {
    font-size:10px;
    margin-left:10px
  }
  .collection-toolbar {
    flex-direction:column;
    gap:15px;
    align-items:stretch
  }
  .filter-group {
    gap:4px
  }
  .filter-group button {
    padding:10px 14px;
    font-size:11px
  }
  .search-field input {
    width:100%
  }
  .app-grid {
    grid-template-columns:1fr
  }
  .app-card {
    padding:22px 0;
    gap:18px
  }
  .app-card h3 {
    font-size:15px
  }
  .app-card p {
    font-size:12px
  }
  .app-card small {
    font-size:10px
  }
  .collection-bottom {
    flex-direction:column;
    gap:12px
  }
  .updates {
    margin-top:28px
  }
  .updates summary>span,.passport-fold>summary>span {
    display:block;
    float:none;
    margin-left:14px;
    font-size:9px
  }
  .shipment-lane ul {
    grid-template-columns:1fr
  }
  .transit-band {
    padding-block:44px
  }
  .destination-grid {
    grid-template-columns:1fr;
    gap:28px
  }
  .destination {
    display:grid;
    grid-template-columns:108px 1fr;
    column-gap:22px;
    align-content:center
  }
  .destination-art {
    grid-column:1;
    grid-row:1/4;
    margin:0;
    height:108px
  }
  .destination small {
    align-self:end
  }
  .destination h3 {
    font-size:16px;
    margin:7px 0
  }
  .destination p {
    font-size:11px
  }
  .record-art i {
    width:80px;
    height:80px
  }
  .record-art i:before {
    inset:27px;
    font-size:17px
  }
  .game-art:before {
    width:82px;
    height:54px;
    border-radius:24px
  }
  .game-art i {
    font-size:26px;
    margin-right:14px
  }
  .game-art b {
    font-size:18px
  }
  .letter-art i {
    width:77px;
    height:52px;
    font-size:22px
  }
  .letter-art i:before,.letter-art i:after {
    display:none
  }
  .other-orbits {
    gap:10px 20px;
    margin-top:27px
  }
  .passport-section {
    grid-template-columns:1fr;
    gap:25px;
    padding-block:42px
  }
  .passport-intro h2 {
    font-size:26px
  }
  .stamp-book {
    padding:22px 16px
  }
  .stamp-row {
    gap:6px
  }
  .stamp-row strong {
    font-size:10px
  }
  .interworld-passport__header,.interworld-passport__footer {
    flex-direction:column
  }
  .interworld-passport__stamps {
    grid-template-columns:repeat(2,1fr)
  }
  .crew {
    grid-template-columns:1fr;
    gap:20px;
    padding-block:42px
  }
  .crew p {
    font-size:12px
  }
  .site-footer {
    gap:24px;
    align-items:flex-start
  }
  .site-footer nav {
    font-size:10px;
    gap:16px
  }
  .site-footer details {
    width:100%
  }
  .cat-bubble {
    font-size:10px
  }
}
@media(prefers-reduced-motion:reduce) {
  :root {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
  .shelf-window {
    scroll-behavior:auto
  }
}
/* Keep the speech bubble inside the scroll viewport and bring the shelf into the first screen. */
.shelf-window {
  padding-top:18px
}
.cat-bubble {
  top:12px
}
@media(min-width:641px) {
  .site-header {
    height:90px
  }
  .hero {
    padding-top:34px
  }
  .hero-heading {
    padding-bottom:28px
  }
  h1 {
    font-size:56px;
    line-height:1.2;
    margin-top:12px
  }
  .exhibit-top {
    padding-block:10px
  }
  .shelf-bottom {
    padding-block:4px 12px
  }
}
@media(min-width:1500px) {
  .hero {
    padding-top:42px
  }
}
@media(max-width:360px) {
  .title-star {
    display:none
  }
  .hero-intro .text-link {
    gap:4px
  }
}

/* The collaborators live next to the shelf, before the collection. */
.crew-front { padding-block:40px; border-bottom:1px solid var(--line); gap:48px; align-items:center; }
.crew-front h2 { font-size:27px; margin:8px 0 10px; }
.crew-front .crew-links>a { padding:13px 0; }
.crew-front .crew-links>a:first-child { padding-top:0; }
.crew-front .crew-links>a:last-child { border-bottom:0; }
.crew-front .crew-monogram { width:48px; height:48px; font-size:28px; }
.effort-drop { position:absolute; top:48px; right:26px; font-size:33px; color:#688c90; opacity:0; pointer-events:none; }
.cat-carrier.is-struggling .cat-button { animation:heavy-heave .45s ease-in-out 3; }
.cat-carrier.is-struggling .held-icon { animation:heavy-icon 1.35s ease-in-out both; }
.cat-carrier.is-struggling .front-paw { margin-top:34px; }
.cat-carrier.is-struggling .effort-drop { animation:effort-sweat .65s ease-out 2; }
.cat-carrier.is-resting .cat-button { transform:translateY(20px) scale(1.13,.83); transition:transform .3s ease-out; }
.cat-carrier.is-resting .held-icon { transform:translateY(40px) rotate(11deg); }
.cat-carrier.is-resting .front-paw { margin-top:24px; }
.cat-carrier.is-resting .cat-eyes { transform:scaleY(.35); animation:none; }
.cat-carrier.is-struggling .jelly-body,.cat-carrier.is-resting .jelly-body { animation:none; }
@keyframes heavy-heave { 0%,100% { transform:translateY(0) scale(1.03,.97); } 50% { transform:translateY(-6px) scale(.97,1.05) rotate(-2deg); } }
@keyframes heavy-icon { 0%,35%,70%,100% { transform:translateY(62px) rotate(7deg); } 18%,53%,85% { transform:translateY(48px) rotate(-4deg); } }
@keyframes effort-sweat { 0% { opacity:0;transform:translateY(-5px); } 30% { opacity:1; } 100% { opacity:0;transform:translateY(20px); } }
@media(max-width:640px) {
  .site-header nav { gap:11px; }
  .site-header nav a:last-child { display:inline-flex; }
  .crew-front { gap:20px; padding-block:32px; }
  .crew-front h2 { font-size:24px; }
}
@media(prefers-reduced-motion:reduce) {
  .cat-carrier.is-resting .cat-button,.cat-carrier.is-resting .held-icon { transform:none; }
}

/* A tiny, reversible secret: the selected icon always keeps its working link. */
.cat-button { isolation:isolate; }
.cat-art { z-index:1; }
.held-icon { z-index:2; transition:transform .55s ease,opacity .4s; }
.front-paw { z-index:3; }
.pet-heart,.effort-drop { z-index:4; }
.sleep-eyes,.sleep-marks { display:none; }
.is-hiding .held-icon,.is-sleeping .held-icon { z-index:0; transform:translate(62px,-26px) rotate(19deg); }
.is-hiding .paw-left,.is-sleeping .paw-left { transform:translate(18px,12px) rotate(-35deg); }
.is-hiding .paw-right,.is-sleeping .paw-right { transform:translate(-17px,12px) rotate(35deg); }
.is-hiding .cat-tail { animation:tail .6s ease-in-out infinite; }
.is-sleeping .cat-eyes { display:none; }
.is-sleeping .sleep-eyes { display:block; }
.is-sleeping .cat-button { transform:translateY(9px) scale(1.04,.94); }
.sleep-marks { position:absolute; top:26px; right:8px; z-index:4; color:#687852; font:italic 18px Georgia,serif; }
.is-sleeping .sleep-marks { display:block; animation:sleepy-whisper 2s ease-in-out infinite; }
@keyframes sleepy-whisper { 50% { transform:translateY(-7px) rotate(8deg); opacity:.55; } }
@media(prefers-reduced-motion:reduce) {
 .held-icon { transition:none; }
 .sleep-marks,.is-hiding .cat-tail { animation:none!important; }
}
