:root {
  --cream: #fbf8ee;
  --ink: #30342f;
  --muted: #62685b;
  --yellow: #ffcd64;
  --mint: #b9d8bd;
  --peach: #f3d6bd;
  --line: #cbd0c2;
  font-family:
    ui-rounded,
    'Avenir Next',
    system-ui,
    -apple-system,
    sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
a:focus-visible,
summary:focus-visible,
button:focus-visible {
  outline: 3px solid #32685b;
  outline-offset: 5px;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 800;
}
p {
  line-height: 1.65;
}
h1 {
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: 1.03;
  letter-spacing: -0.057em;
  max-width: 670px;
}
h2 {
  font-size: clamp(36px, 4.3vw, 60px);
  line-height: 1.07;
  letter-spacing: -0.05em;
}
h3 {
  font-size: 23px;
  letter-spacing: -0.025em;
  line-height: 1.25;
}
.wrap {
  width: min(1256px, calc(100% - 96px));
  margin-inline: auto;
}
.skip {
  position: absolute;
  top: -80px;
  left: 24px;
  background: var(--yellow);
  z-index: 20;
  padding: 14px;
}
.skip:focus {
  top: 10px;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 104px;
  border-bottom: 1px solid var(--line);
}
.brand img {
  width: 176px;
  height: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 650;
}
.nav-links > a:not(.button) {
  text-decoration: none;
  padding-block: 14px;
}
.nav-links > a:hover {
  text-decoration: underline;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 14px 25px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  text-decoration: none;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.25;
  transition:
    background 0.16s,
    transform 0.16s;
  white-space: normal;
  text-align: center;
}
.button:hover {
  background: #f7bc42;
  transform: translateY(-2px);
}
.button.secondary {
  background: transparent;
}
.button.secondary:hover {
  background: #e9eddf;
}
.button.small {
  min-height: 44px;
  padding: 11px 19px;
  font-size: 13px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 14px;
  font-weight: 650;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.13em;
  font-weight: 750;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.eyebrow:before {
  content: '';
  height: 7px;
  width: 7px;
  background: var(--ink);
  border-radius: 50%;
  flex-shrink: 0;
}
.lede {
  font-size: 18px;
  line-height: 1.65;
  color: #535b4c;
  max-width: 470px;
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 24px;
  align-items: center;
  padding-block: 62px 80px;
  min-height: 625px;
}
.hero h1 span {
  display: block;
}
.hero .lede {
  margin-top: 26px;
}
.actions {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.fine {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}
.hero .fine {
  margin-top: 15px;
}
.hero-art {
  position: relative;
  min-height: 440px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sun-disc {
  position: absolute;
  background: var(--yellow);
  width: 370px;
  height: 370px;
  border-radius: 50%;
  right: 24px;
  top: 22px;
}
.hero-cat {
  width: 360px;
  position: relative;
  z-index: 1;
  margin-left: 5px;
  margin-top: 8px;
  transform: rotate(-4deg);
}
.hero-note {
  position: absolute;
  z-index: 2;
  bottom: 8px;
  right: 0;
  width: 222px;
  background: var(--cream);
  border: 1.5px solid var(--ink);
  border-radius: 18px;
  padding: 18px 20px;
  transform: rotate(5deg);
}
.hero-note small {
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.hero-note p {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}
.hero-crown {
  position: absolute;
  z-index: 3;
  width: 112px;
  left: 0;
  bottom: 6px;
  transform: rotate(-13deg);
}
.hero-trail {
  position: absolute;
  width: 220px;
  height: 350px;
  left: -20px;
  top: 45px;
}
.section {
  padding-block: 98px;
}
.section-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 44px;
}
.section-top .lede {
  font-size: 16px;
  max-width: 350px;
}
.how {
  border-top: 1px solid var(--line);
  padding-block: 48px 72px;
}
.how-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 38px;
}
.how-heading h2 {
  font-size: 28px;
  letter-spacing: -0.035em;
}
.how-heading p {
  max-width: 450px;
  font-size: 14px;
  color: var(--muted);
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.step-number {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 19px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}
.steps h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.steps p {
  font-size: 14px;
  color: var(--muted);
  max-width: 305px;
}
.world {
  background: var(--mint);
  border-block: 1.5px solid var(--ink);
  overflow: hidden;
}
.world-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: center;
}
.world h2 {
  max-width: 360px;
}
.world .lede {
  margin-top: 24px;
  font-size: 16px;
}
.world-copy ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
.world-copy li {
  border-top: 1px solid #90ac93;
  padding: 14px 0;
  font-size: 14px;
}
.world-copy li span {
  display: inline-block;
  font-size: 11px;
  margin-right: 16px;
}
.map-figure {
  transform: rotate(2deg);
  position: relative;
}
.map-photo {
  border: 1.5px solid var(--ink);
  border-radius: 28px;
  overflow: hidden;
  background: #e9e5df;
}
.map-photo img {
  width: 100%;
}
.map-caption {
  padding: 15px 22px;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1.5px solid var(--ink);
  font-size: 12px;
}
.map-caption strong {
  font-size: 14px;
}
.map-figure figcaption {
  font-size: 11px;
  line-height: 1.5;
  margin: 13px 20px;
  color: #354636;
}
.collection .section-top h2 {
  max-width: 620px;
}
.item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 24px;
}
.item {
  min-width: 0;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.item-summary {
  list-style: none;
  cursor: pointer;
  position: relative;
}
.item-summary::-webkit-details-marker {
  display: none;
}
.item-art {
  background: #efeee2;
  border-radius: 22px;
  aspect-ratio: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
  transition: background 0.18s;
}
.item:nth-child(2) .item-art,
.item:nth-child(6) .item-art {
  background: #f5dfc5;
}
.item:nth-child(3) .item-art,
.item:nth-child(5) .item-art {
  background: #e0ebd8;
}
.item-art img {
  width: 64%;
  height: 90%;
  object-fit: contain;
  transition: transform 0.18s;
}
.item-summary:hover img {
  transform: rotate(-4deg) scale(1.03);
}
.item-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}
.item h3 {
  font-size: 21px;
}
.tag {
  font-size: 10px;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #afb5a5;
  border-radius: 20px;
  padding: 5px 9px;
  white-space: nowrap;
}
.item-hint {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  align-items: center;
  min-height: 25px;
}
.item-hint b {
  font-size: 21px;
  font-weight: 500;
}
.item[open] .item-hint b {
  transform: rotate(45deg);
}
.item-detail {
  font-size: 14px;
  padding: 16px 0 8px;
  color: #535b4c;
}
.item-detail p + p {
  margin-top: 9px;
}
.collection-foot {
  font-size: 12px;
  color: var(--muted);
  margin-top: 28px;
}
.camp {
  background: #f0d6bd;
  border-block: 1.5px solid var(--ink);
}
.camp-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end;
}
.camp-intro h2 {
  max-width: 470px;
}
.camp-intro .lede {
  font-size: 17px;
}
.camp-scene {
  position: relative;
  height: 430px;
  max-width: 950px;
  margin: 26px auto 0;
}
.camp-ground {
  position: absolute;
  left: 4%;
  right: 3%;
  height: 45%;
  bottom: 5%;
  background: #c2d0a6;
  border: 1px solid #7c8b67;
  border-radius: 50%;
  transform: rotate(-3deg);
}
.camp-tent {
  position: absolute;
  width: 45%;
  left: 7%;
  top: -3%;
}
.camp-blanket {
  position: absolute;
  width: 31%;
  left: 39%;
  bottom: 2%;
  transform: rotate(-5deg);
}
.camp-cat {
  position: absolute;
  width: 28%;
  left: 41%;
  bottom: 14%;
}
.camp-lantern {
  position: absolute;
  width: 18%;
  right: 7%;
  bottom: 14%;
}
.scene-label {
  position: absolute;
  font-size: 11px;
  letter-spacing: 0.06em;
  right: 1%;
  top: 20%;
  max-width: 126px;
  border-top: 1px solid #b49476;
  padding-top: 9px;
  transform: rotate(4deg);
  line-height: 1.5;
}
.scene-caption {
  text-align: center;
  font-size: 11px;
  color: #6a5949;
  margin: 5px 0 42px;
}
.camp-preferences {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 26px;
  border-top: 1px solid #c1a387;
}
.camp-preferences h3 {
  font-size: 20px;
  margin-bottom: 9px;
}
.camp-preferences p {
  font-size: 14px;
  color: #655441;
}
.camp-foot {
  margin-top: 30px;
  font-size: 14px;
}
.trust {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}
.trust h2 {
  max-width: 430px;
}
.trust .lede {
  font-size: 16px;
  margin-top: 24px;
}
.privacy-points {
  padding: 0;
  list-style: none;
  margin: 24px 0;
}
.privacy-points li {
  font-size: 14px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  cursor: pointer;
  min-height: 30px;
}
.faq details p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 15px;
}
.closing {
  background: var(--yellow);
  border: 1.5px solid var(--ink);
  border-radius: 32px;
  padding: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  margin-bottom: 78px;
}
.closing h2 {
  font-size: 43px;
  max-width: 600px;
}
.closing p {
  margin-top: 14px;
  font-size: 14px;
}
.closing .button {
  background: var(--cream);
  flex-shrink: 0;
}
.site-footer {
  padding-block: 0 30px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 27px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 13px;
}
.footer-links a {
  padding-block: 12px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  color: var(--muted);
  padding-top: 23px;
}
.legal {
  max-width: 780px;
  padding-block: 70px 95px;
  margin-inline: auto;
}
.legal h1 {
  font-size: 58px;
  max-width: none;
  margin-bottom: 23px;
}
.legal .intro {
  font-size: 19px;
  color: var(--muted);
  margin-bottom: 30px;
}
.legal h2 {
  font-size: 26px;
  letter-spacing: -0.025em;
  margin: 35px 0 14px;
  line-height: 1.3;
}
.legal h3 {
  font-size: 19px;
  margin: 25px 0 10px;
}
.legal p,
.legal li {
  font-size: 16px;
  line-height: 1.75;
}
.legal p + p {
  margin-top: 16px;
}
.legal li {
  margin-bottom: 10px;
}
.legal .notice {
  background: #fff0c9;
  border-left: 3px solid #98702b;
  padding: 20px;
  margin: 27px 0;
  font-size: 15px;
}
.legal .actions {
  margin-bottom: 30px;
}
.legal table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
.legal td,
.legal th {
  border-bottom: 1px solid var(--line);
  padding: 12px;
  text-align: left;
  vertical-align: top;
}
.legal .toc {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}
.error-cat {
  width: 210px;
  margin-top: 20px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 74px 90px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .nav-links {
    gap: 18px;
  }
  .hero {
    gap: 10px;
    min-height: 570px;
    padding-block: 45px 60px;
  }
  .hero-art {
    min-height: 390px;
  }
  .sun-disc {
    width: 300px;
    height: 300px;
    top: 45px;
    right: 8px;
  }
  .hero-cat {
    width: 300px;
  }
  .hero-trail {
    width: 155px;
    left: -5px;
  }
  .hero-note {
    width: 196px;
    bottom: 8px;
  }
  .hero-crown {
    width: 92px;
  }
  .hero .actions {
    gap: 10px;
  }
  .hero .button {
    font-size: 14px;
    padding-inline: 19px;
  }
  .world-inner {
    gap: 38px;
  }
  .section {
    padding-block: 75px;
  }
  .trust {
    gap: 46px;
  }
  .camp-scene {
    height: 350px;
  }
  .closing {
    padding: 40px;
  }
  .closing h2 {
    font-size: 36px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-nav {
    min-height: 82px;
    gap: 16px;
  }
  .brand img {
    width: 148px;
  }
  .nav-links {
    gap: 0;
  }
  .nav-links > a:not(.button) {
    display: none;
  }
  .nav-links .button {
    font-size: 12px;
    padding-inline: 15px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 39px 46px;
    gap: 28px;
  }
  .hero h1 {
    font-size: 46px;
    max-width: 520px;
  }
  .hero .lede {
    font-size: 16px;
    max-width: 410px;
    margin-top: 23px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 21px;
    letter-spacing: 0.1em;
  }
  .hero-art {
    min-height: 340px;
    max-width: 430px;
    width: 100%;
    margin: auto;
  }
  .sun-disc {
    width: 284px;
    height: 284px;
    right: 6%;
    top: 8px;
  }
  .hero-cat {
    width: 280px;
    margin-top: 0;
  }
  .hero-trail {
    height: 275px;
    top: 8px;
    left: 8px;
  }
  .hero-note {
    bottom: 2px;
    width: 187px;
    padding: 15px;
  }
  .hero-note p {
    font-size: 15px;
  }
  .hero-crown {
    width: 83px;
    left: 5%;
    bottom: 0;
  }
  .hero .actions {
    margin-top: 24px;
    gap: 12px;
  }
  .hero .fine {
    font-size: 11px;
    max-width: 320px;
  }
  .hero .button {
    min-height: 50px;
  }
  .how {
    padding-block: 34px 46px;
  }
  .how-heading {
    display: block;
    margin-bottom: 24px;
  }
  .how-heading h2 {
    font-size: 26px;
  }
  .how-heading p {
    margin-top: 15px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .steps li {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 0 16px;
  }
  .step-number {
    grid-row: 1/3;
    border: 0;
    margin: 0;
    padding: 6px 0;
  }
  .steps h3 {
    font-size: 21px;
  }
  .steps p {
    max-width: none;
  }
  .section {
    padding-block: 60px;
  }
  .world-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .world h2 {
    max-width: 340px;
  }
  .world-copy ul {
    margin-top: 22px;
  }
  .map-figure {
    transform: rotate(1deg);
  }
  .map-caption {
    padding: 12px 15px;
  }
  .map-caption strong {
    font-size: 12px;
  }
  .map-caption span {
    font-size: 10px;
  }
  .section-top {
    display: block;
    margin-bottom: 30px;
  }
  .section-top .lede {
    margin-top: 23px;
    max-width: 440px;
  }
  .item-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 14px;
  }
  .item-art {
    aspect-ratio: 1.08;
    border-radius: 16px;
    margin-bottom: 14px;
  }
  .item-art img {
    width: 88%;
  }
  .item-topline {
    display: block;
  }
  .item h3 {
    font-size: 18px;
    min-height: 44px;
  }
  .tag {
    display: inline-block;
    margin-top: 5px;
    font-size: 9px;
  }
  .item-hint {
    font-size: 10px;
    margin-top: 10px;
  }
  .item-detail {
    font-size: 13px;
  }
  .camp-intro {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .camp-intro .lede {
    font-size: 16px;
  }
  .camp-scene {
    height: 245px;
    margin-top: 20px;
    margin-inline: -16px;
  }
  .camp-ground {
    left: 2%;
    right: 2%;
    bottom: 9%;
  }
  .camp-tent {
    width: 57%;
    left: 0;
    top: 2%;
  }
  .camp-blanket {
    width: 38%;
    left: 34%;
    bottom: 9%;
  }
  .camp-cat {
    width: 35%;
    left: 34%;
    bottom: 21%;
  }
  .camp-lantern {
    width: 24%;
    right: 1%;
    bottom: 21%;
  }
  .scene-label {
    display: none;
  }
  .scene-caption {
    max-width: 280px;
    margin: 3px auto 30px;
  }
  .camp-preferences {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 24px;
  }
  .camp-preferences h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .camp-preferences p {
    font-size: 14px;
  }
  .trust {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .faq details {
    padding-block: 18px;
  }
  .closing {
    display: block;
    padding: 32px 25px;
    border-radius: 24px;
    margin-bottom: 49px;
  }
  .closing h2 {
    font-size: 36px;
  }
  .closing .button {
    margin-top: 25px;
  }
  .footer-top {
    display: block;
    padding-bottom: 18px;
  }
  .footer-links {
    margin-top: 18px;
    gap: 7px 24px;
  }
  .footer-bottom {
    display: block;
    line-height: 1.6;
  }
  .footer-bottom span {
    display: block;
    margin-top: 8px;
  }
  .legal {
    padding: 42px 0 65px;
  }
  .legal h1 {
    font-size: 43px;
  }
  .legal .intro {
    font-size: 17px;
  }
  .legal h2 {
    font-size: 25px;
  }
  .legal table {
    font-size: 12px;
  }
  .legal td,
  .legal th {
    padding: 9px 6px;
  }
  .legal p,
  .legal li {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
  .button:hover,
  .item-summary:hover img {
    transform: none;
  }
}
/* Fit props to their production artwork bounds, with the cat resting on the blanket. */
.camp-cat {
  bottom: 0;
}
.camp-lantern {
  width: 10%;
  right: 15%;
  bottom: 13%;
}
.scene-label {
  right: 0;
  top: 22%;
  max-width: 130px;
}
@media (max-width: 760px) {
  .camp-cat {
    bottom: 8%;
  }
  .camp-lantern {
    width: 14%;
    right: 7%;
    bottom: 17%;
  }
}

/* Paper layers: warm contact shadows preserve the illustrated palette. */
:root {
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}
.hero-art {
  isolation: isolate;
}
.hero-cat {
  filter: drop-shadow(3px 9px 4px rgb(86 72 43 / 12%));
}
.hero-crown {
  filter: drop-shadow(2px 7px 3px rgb(63 83 47 / 18%));
}
.hero-note {
  box-shadow:
    3px 5px 0 rgb(86 72 43 / 8%),
    7px 15px 22px rgb(86 72 43 / 10%);
}
.map-photo {
  box-shadow:
    5px 7px 0 rgb(58 83 53 / 12%),
    12px 20px 28px rgb(58 83 53 / 12%);
}
.item-art img {
  filter: drop-shadow(2px 7px 3px rgb(86 72 43 / 13%));
}
.camp-tent,
.camp-lantern {
  filter: drop-shadow(3px 5px 2px rgb(96 69 40 / 13%));
}
.nav-links > a:not(.button) {
  position: relative;
  text-decoration: none;
}
.nav-links > a:not(.button)::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 8px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
}
.nav-links > a[aria-current='page']::after,
.nav-links > a:focus-visible::after {
  transform: scaleX(1);
}
@media (prefers-reduced-motion: no-preference) {
  .button,
  .button span,
  .item-art img,
  .hero-note,
  .map-figure,
  .scene-label,
  .nav-links > a::after {
    transition: transform 200ms var(--ease-out);
  }
  .button {
    transition:
      transform 160ms var(--ease-out),
      background 160ms ease;
  }
  .button span {
    display: inline-block;
  }
  .button:active {
    transform: translateY(1px) scale(0.98);
  }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .nav-links > a:hover::after {
    transform: scaleX(1);
  }
  .button:hover span {
    transform: translate(2px, -2px);
  }
  .hero-art:hover .hero-note {
    transform: rotate(2deg);
  }
  .map-figure:hover {
    transform: rotate(0deg) translateY(-4px);
  }
  .item-summary:hover img {
    transform: translateY(-5px) rotate(-5deg) scale(1.04);
  }
  .camp-scene:hover .scene-label {
    transform: rotate(0deg) translateY(-3px);
  }
}
@media (hover: none), (pointer: coarse) {
  .button:hover,
  .item-summary:hover img {
    transform: none;
  }
}
