:root {
  --paper: #f7f4e9;
  --ink: #243f33;
  --muted: #70786c;
  --orange: #e66b3e;
  --lime: #dceca1;
  --line: #d9dccc;
  --coral: #c94f2a;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  overflow-x: clip;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}
img {
  max-width: 100%;
  display: block;
}
p {
  color: var(--muted);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.25;
}
h2 {
  font-size: clamp(30px, 3.1vw, 46px);
  letter-spacing: -1.5px;
  font-weight: 900;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.site-header {
  height: 104px;
  margin: auto;
  width: min(1376px, calc(100% - 80px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 1px;
}
.brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 2.5px;
  margin-top: 5px;
}
.brand-icon {
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--paper);
  height: 46px;
  width: 46px;
  font-family: serif;
  font-size: 31px;
  transform: rotate(-7deg);
  border-radius: 12px 12px 16px 4px;
}
.site-header nav {
  display: flex;
  gap: 38px;
  font-size: 14px;
  font-weight: 600;
}
.site-header nav a:hover,
.text-link:hover {
  color: var(--orange);
}
.button,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 17px 27px;
  background: var(--orange);
  border: 1px solid var(--ink);
  border-radius: 7px;
  color: #fff9e9;
  font-weight: 700;
  box-shadow: 3px 4px 0 var(--ink);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover,
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 4px 7px 0 var(--ink);
}
.button:active,
.btn-primary:active {
  transform: translateY(2px);
  box-shadow: 1px 1px 0 var(--ink);
}
.button.small {
  padding: 10px 21px;
  font-size: 14px;
  background: var(--ink);
  box-shadow: none;
}
.text-link {
  font-size: 14px;
  font-weight: 700;
}
.hero {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 40px;
  align-items: center;
  padding-block: 68px 94px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  margin-bottom: 23px;
}
.tiny-star {
  color: var(--orange);
  font-size: 22px;
  vertical-align: middle;
  margin-right: 7px;
}
.hero h1 {
  font-size: clamp(42px, 4.6vw, 68px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -3px;
  margin-bottom: 26px;
}
.headline-mark {
  color: var(--orange);
  position: relative;
  display: inline-block;
}
.headline-mark:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 3px;
  right: 0;
  height: 7px;
  border-top: 3px solid var(--orange);
  border-radius: 50%;
  transform: rotate(-4deg);
}
.hero-copy > p {
  font-size: 16px;
  line-height: 1.9;
}
.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 31px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 39px;
}
.hero-note > span {
  width: 40px;
  height: 40px;
  background: #ebe9dc;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
}
.hero-note strong {
  display: block;
  font-size: 12px;
}
.hero-note small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 3px;
}
.hero-visual {
  height: 470px;
  position: relative;
  transform: rotate(2deg);
  background: #fffdf4;
  border: 1px solid var(--ink);
  padding: 12px 12px 41px;
  border-radius: 130px 10px 12px 12px;
  box-shadow: 9px 12px 0 #e5e6d6;
}
.hero-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 55%;
  border-radius: 118px 4px 4px 4px;
}
.photo-label {
  position: absolute;
  left: 28px;
  top: 90px;
  font-size: 10px;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  color: white;
  z-index: 1;
}
.image-caption {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 12px;
  letter-spacing: 2px;
}
.round-stamp {
  position: absolute;
  right: -22px;
  top: -23px;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  background: var(--lime);
  border: 1px solid var(--ink);
  outline: 1px dashed var(--ink);
  outline-offset: -8px;
  text-align: center;
  padding-top: 22px;
  line-height: 1.6;
  font-size: 14px;
  transform: rotate(11deg);
}
.round-stamp span {
  display: block;
  font-size: 8px;
  letter-spacing: 1px;
  margin-top: 3px;
}
.hero-sticker {
  position: absolute;
  bottom: -34px;
  left: -47px;
  transform: rotate(-8deg);
  display: flex;
  align-items: flex-end;
}
.hero-sticker img {
  width: 126px;
  filter: drop-shadow(4px 4px 0 #fffdf4) drop-shadow(-3px -3px 0 #fffdf4);
}
.hero-sticker span {
  font-size: 12px;
  font-weight: 700;
  background: #fffdf4;
  border: 1px solid var(--ink);
  padding: 8px 14px;
  border-radius: 4px;
  transform: rotate(4deg);
  margin: 0 0 12px -14px;
}
.ticker {
  display: flex;
  justify-content: space-evenly;
  gap: 25px;
  white-space: nowrap;
  padding: 19px 28px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 700;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 2px;
}
.ticker b {
  color: var(--lime);
}
.section {
  padding-block: 90px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 36px;
  margin-bottom: 36px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading p {
  font-size: 14px;
  margin: 0 0 4px;
  line-height: 1.9;
}
.section-heading .eyebrow {
  margin-bottom: 15px;
}
.explore-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.map-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fffcf2;
}
.map-picture {
  position: relative;
  height: 235px;
  overflow: hidden;
}
.map-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.map-card:hover img {
  transform: scale(1.04);
}
.map-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background: var(--paper);
  padding: 5px 12px;
  font-size: 11px;
  border-radius: 4px;
}
.map-copy {
  padding: 26px 28px;
}
.map-copy > span {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--muted);
}
.map-copy h3 {
  font-size: 24px;
  margin: 8px 0 12px;
}
.map-copy p {
  margin: 0;
  font-size: 14px;
}
.heroes-section {
  padding: 75px 0 35px;
  background: #e7ecdd;
  border-block: 1px solid #d7ddcb;
}
.party-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}
.party-art {
  position: relative;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.party-orbit {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px dashed #a6b39a;
  border-radius: 50%;
  z-index: -1;
}
.art-word {
  position: absolute;
  top: 80px;
  font-size: 105px;
  color: #cdd9bf;
  letter-spacing: 10px;
  font-weight: 900;
  z-index: -1;
}
.party-art img {
  width: 250px;
  height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 15px 4px #263e321b);
  transition: transform 0.3s;
}
.party-art:hover img {
  transform: rotate(-4deg) translateY(-6px);
}
.portrait-caption {
  position: absolute;
  bottom: 5px;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 2px;
}
.class-tabs {
  display: flex;
  gap: 6px;
  border-bottom: 1px solid #bdc9b3;
  margin-bottom: 30px;
}
.class-tabs button {
  background: transparent;
  border: 0;
  padding: 12px 18px;
  color: var(--muted);
  font-size: 14px;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}
.class-tabs button[aria-selected="true"] {
  color: var(--ink);
  border-color: var(--ink);
  font-weight: 700;
}
.party-details h3 {
  font-size: 27px;
  margin: 15px 0;
}
.party-details p {
  font-size: 15px;
  min-height: 78px;
}
.party-details .eyebrow {
  font-size: 11px;
  color: #53624b;
}
.role-tags {
  display: flex;
  gap: 9px;
  margin-bottom: 26px;
}
.role-tags span {
  font-size: 12px;
  padding: 4px 14px;
  border: 1px solid #a9b79d;
  border-radius: 30px;
}
.camp-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 75px;
}
.camp-photo {
  position: relative;
  transform: rotate(-2deg);
  border: 1px solid var(--ink);
  padding: 11px 11px 43px;
  background: #fffcf2;
  border-radius: 8px;
  box-shadow: -8px 8px 0 #e4e4d4;
}
.camp-photo > img {
  height: 340px;
  object-fit: cover;
  width: 100%;
  border-radius: 3px;
}
.camp-photo > span {
  position: absolute;
  bottom: 11px;
  left: 25px;
  font-size: 12px;
  letter-spacing: 1px;
}
.camp-copy > p {
  font-size: 15px;
}
.camp-list > div {
  display: grid;
  grid-template-columns: 28px 90px 1fr;
  gap: 12px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 15px 0;
}
.camp-list > div > span {
  font-size: 11px;
  color: var(--orange);
}
.camp-list strong {
  font-size: 14px;
}
.camp-list small {
  font-size: 12px;
  color: var(--muted);
}
.join-band {
  display: flex;
  align-items: center;
  gap: 26px;
  background: var(--lime);
  padding: 28px 40px;
  border: 1px solid var(--ink);
  border-radius: 12px;
  margin-bottom: 75px;
}
.join-band img {
  width: 80px;
  height: 95px;
  object-fit: contain;
}
.join-band h2 {
  font-size: 28px;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.join-band .eyebrow {
  font-size: 10px;
  margin-bottom: 12px;
}
.join-band .button {
  margin-left: auto;
  white-space: nowrap;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 34px 48px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.site-footer > div {
  text-align: right;
  font-size: 11px;
  color: var(--muted);
}
.site-footer p {
  margin: 3px 0;
}
.site-footer > div > a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer .brand {
  font-size: 20px;
}
.site-footer .brand-icon {
  width: 35px;
  height: 35px;
  font-size: 24px;
}
/* 出发登记处 */
.start-page {
  background:
    radial-gradient(#243f3310 0.8px, transparent 0.8px) 0 0/12px 12px,
    var(--paper);
}
.boarding {
  padding: 54px 0 65px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 85px;
  align-items: center;
  min-height: 740px;
}
.boarding-scene {
  position: relative;
}
.boarding-scene .eyebrow {
  font-size: 11px;
}
.boarding-scene h1 {
  font-size: 64px;
  letter-spacing: -3px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.boarding-scene > p {
  font-size: 15px;
}
.boarding-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 70px 8px 8px 8px;
  margin-top: 30px;
  border: 1px solid var(--ink);
}
.boarding-ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 13px;
  padding: 18px 10px;
  border: 1px solid var(--ink);
  border-top: 0;
  background: #eeeedc;
  transform: rotate(-2deg);
  font-size: 10px;
}
.boarding-ticket b {
  font-size: 13px;
}
.registration {
  background: #fffdf5;
  border: 1px solid var(--ink);
  border-radius: 12px;
  box-shadow: 8px 10px 0 #e0e4d4;
  overflow: hidden;
  max-width: 475px;
  width: 100%;
  justify-self: end;
}
.registration-top {
  display: flex;
  justify-content: space-between;
  padding: 17px 30px;
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
  letter-spacing: 1px;
}
.form-container {
  display: none;
  padding: 32px 36px 15px;
}
.form-container.active {
  display: block;
}
.form-container .eyebrow {
  font-size: 10px;
  color: var(--muted);
}
.form-container h2 {
  font-size: 29px;
  letter-spacing: -1px;
  margin: 12px 0;
}
.form-intro {
  font-size: 14px;
  margin-bottom: 26px;
}
.field-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: 17px 0 8px;
}
.input-group {
  display: flex;
  align-items: center;
  position: relative;
  transition: transform 0.2s;
}
.input-group input {
  width: 100%;
  min-width: 0;
  height: 49px;
  border: 1px solid #cbd1c3;
  border-radius: 5px;
  background: #f8f8f0;
  padding: 0 58px 0 14px;
  color: var(--ink);
  font-size: 14px;
}
.input-group input:focus {
  background: #fff;
  outline: 2px solid var(--ink);
  outline-offset: 0;
}
.password-toggle {
  position: absolute;
  right: 11px;
  border: 0;
  background: none;
  color: var(--muted);
  font-size: 12px;
  padding: 5px;
}
.checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin: 20px 0 24px;
  color: var(--muted);
  cursor: pointer;
}
.checkbox-group input {
  width: 16px;
  height: 16px;
  accent-color: var(--ink);
  flex-shrink: 0;
}
.btn-primary {
  width: 100%;
  padding: 13px 20px;
  font-size: 15px;
}
.switch-text {
  text-align: center;
  font-size: 12px;
  margin: 24px 0 5px;
}
.link-button {
  border: 0;
  background: none;
  padding: 0;
  color: var(--ink);
  font-size: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.registration-bottom {
  border-top: 1px dashed var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 17px 15px;
  font-size: 11px;
  color: var(--muted);
  margin: 10px 28px 0;
}
.registration-bottom img {
  width: 27px;
  height: 27px;
}
.toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 15px);
  background: var(--ink);
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  z-index: 100001;
  width: max-content;
  max-width: 90%;
  box-shadow: 0 6px 20px #0002;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #17271de0;
  backdrop-filter: blur(7px);
  overflow: auto;
  padding: 35px 18px;
}
.modal-content {
  margin: auto;
  max-width: 690px;
  max-height: calc(100dvh - 70px);
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: var(--paper);
  border: 1px solid var(--ink);
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  border-bottom: 1px solid var(--line);
  gap: 15px;
}
.modal-header h2 {
  font-size: 19px;
  margin: 0;
  letter-spacing: 0;
}
.close-btn {
  background: var(--ink);
  color: var(--paper);
  border: 0;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 23px;
  flex-shrink: 0;
}
.modal-body {
  padding: 24px 28px;
  overflow: auto;
  font-size: 14px;
}
.modal-body h3 {
  margin-top: 24px;
}
.modal-footer {
  display: flex;
  padding: 20px 28px;
  gap: 16px;
  border-top: 1px solid var(--line);
}
.modal-footer .btn-primary {
  width: auto;
  flex: 1;
  justify-content: center;
}
.btn-secondary {
  border: 1px solid var(--line);
  background: #e4e9dc;
  padding: 10px 20px;
  border-radius: 6px;
  color: var(--ink);
}
@media (min-width: 1550px) {
  .hero {
    padding-block: 90px 105px;
  }
  .hero-visual {
    height: 515px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 24px;
  }
  .hero-visual {
    height: 410px;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero-actions {
    gap: 16px;
  }
  .button {
    padding: 14px 20px;
    gap: 20px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .round-stamp {
    right: -12px;
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
  .hero-sticker {
    left: -20px;
  }
  .party-layout {
    gap: 30px;
  }
  .camp-section {
    gap: 35px;
  }
  .camp-list > div {
    grid-template-columns: 20px 75px 1fr;
    gap: 8px;
  }
  .boarding {
    gap: 45px;
  }
  .boarding-ticket > span:first-child {
    display: none;
  }
  .form-container {
    padding-inline: 26px;
  }
  .join-band {
    padding: 25px;
  }
  .join-band h2 {
    font-size: 25px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 20px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 80px;
    width: calc(100% - 40px);
    gap: 14px;
  }
  .brand {
    font-size: 19px;
  }
  .brand-icon {
    width: 37px;
    height: 37px;
    font-size: 25px;
  }
  .brand small {
    font-size: 8px;
  }
  .site-header nav {
    gap: 15px;
    font-size: 12px;
  }
  .site-header nav a:last-child {
    display: none;
  }
  .button.small {
    padding: 8px 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 37px 60px;
    gap: 42px;
  }
  .hero h1 {
    font-size: 54px;
    letter-spacing: -2px;
  }
  .hero-copy .eyebrow {
    margin-bottom: 18px;
  }
  .hero-copy > p {
    font-size: 14px;
  }
  .hero-note {
    margin-top: 25px;
  }
  .hero-visual {
    height: 380px;
    margin: 0 10px;
  }
  .hero-actions {
    gap: 24px;
  }
  .hero-visual .hero-image {
    object-position: center;
  }
  .hero-sticker img {
    width: 105px;
  }
  .round-stamp {
    right: -17px;
    top: -22px;
  }
  .ticker {
    justify-content: flex-start;
    padding: 15px 20px;
    font-size: 12px;
    gap: 24px;
  }
  .section {
    padding-block: 55px;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading p {
    margin-top: 20px;
    font-size: 14px;
  }
  .section-heading h2 {
    font-size: 35px;
  }
  .explore-grid {
    gap: 20px;
  }
  .map-picture {
    height: 175px;
  }
  .map-copy {
    padding: 19px;
  }
  .map-copy h3 {
    font-size: 21px;
  }
  .map-copy p {
    font-size: 13px;
  }
  .map-tag {
    left: 10px;
    top: 10px;
    font-size: 10px;
  }
  .heroes-section {
    padding: 50px 0;
  }
  .party-layout {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .party-art {
    height: 310px;
    order: 2;
  }
  .party-art img {
    height: 240px;
  }
  .party-orbit {
    height: 250px;
    width: 250px;
  }
  .party-details p {
    min-height: 0;
  }
  .class-tabs button {
    flex: 1;
  }
  .camp-section {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .camp-photo > img {
    height: 280px;
  }
  .camp-copy h2 {
    font-size: 35px;
  }
  .camp-list > div {
    grid-template-columns: 24px 85px 1fr;
  }
  .join-band {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 45px;
    padding: 22px;
  }
  .join-band img {
    width: 55px;
    height: 70px;
  }
  .join-band h2 {
    font-size: 21px;
    letter-spacing: -0.5px;
  }
  .join-band .eyebrow {
    font-size: 8px;
  }
  .join-band .button {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
  .site-footer {
    padding: 28px 20px;
    display: block;
  }
  .site-footer > div {
    text-align: left;
    margin-top: 22px;
    font-size: 10px;
  }
  .boarding {
    grid-template-columns: 1fr;
    padding-block: 35px 50px;
    gap: 30px;
    min-height: 0;
  }
  .boarding-scene h1 {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .boarding-scene h1 br {
    display: none;
  }
  .boarding-scene > p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .boarding-scene .eyebrow {
    margin-bottom: 12px;
  }
  .boarding-image {
    height: 190px;
    margin-top: 20px;
    border-radius: 45px 6px 6px 6px;
  }
  .boarding-ticket {
    padding: 12px;
  }
  .registration {
    justify-self: center;
    max-width: 100%;
  }
  .form-container {
    padding: 27px 26px 15px;
  }
  .registration-top {
    padding-inline: 26px;
  }
  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 18px;
  }
  .modal-header h2 {
    font-size: 16px;
  }
  .modal-footer {
    gap: 10px;
  }
  .modal-footer .btn-primary {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .site-header nav {
    display: none;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-visual {
    height: 320px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    font-size: 14px;
  }
  .hero-note {
    margin-top: 25px;
  }
  .explore-grid {
    grid-template-columns: 1fr;
  }
  .map-picture {
    height: 190px;
  }
  .join-band h2 {
    font-size: 18px;
  }
  .join-band img {
    width: 42px;
  }
  .class-tabs button {
    padding-inline: 12px;
  }
  .camp-list small {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
/* 极窄屏幕保留标题的完整语义，并约束图鉴装饰字。 */
.party-art { overflow: hidden; }
@media (max-width: 450px) {
  .boarding-scene h1 { font-size: 32px; letter-spacing: -1px; }
}
