@import url("https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&family=Noto+Serif+SC:wght@500;700;900&family=Noto+Sans+SC:wght@400;500;700&display=swap");
:root {
  --ink: #2d2115;
  --paper: #fbf4e3;
  --paper2: #f3e6c9;
  --red: #a95722;
  --red2: #d88932;
  --gold: #d8a744;
  --aqua: #8d9965;
  --muted: #7d6c55;
  --line: rgba(126, 87, 34, 0.1);
  --fantasy-gradient: linear-gradient(
    135deg,
    #8c421f 0%,
    #c77727 40%,
    #efc96c 74%,
    #cf7c28 100%
  );
  --shadow: 0 28px 80px rgba(112, 72, 25, 0.2);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  background:
    radial-gradient(
      circle at 8% 22%,
      rgba(238, 193, 91, 0.23),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 32%,
      rgba(203, 106, 42, 0.15),
      transparent 30%
    ),
    radial-gradient(
      circle at 55% 75%,
      rgba(231, 174, 67, 0.16),
      transparent 32%
    ),
    linear-gradient(145deg, #fffaf0 0%, #f8efd9 48%, #fff4dc 100%);
  color: var(--ink);
  font-family: "Noto Sans SC", sans-serif;
  line-height: 1.65;
  overflow-x: clip;
}
.paper-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  z-index: 9;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}
.sun-disc {
  position: absolute;
  right: -160px;
  top: 120px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(244, 206, 107, 0.36),
    rgba(210, 124, 43, 0.24),
    rgba(255, 225, 146, 0.3)
  );
  filter: blur(10px);
  box-shadow: 0 30px 100px rgba(169, 100, 30, 0.2);
  pointer-events: none;
}
.topbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 5vw, 84px);
  background: rgba(255, 249, 236, 0.82);
  backdrop-filter: blur(22px) saturate(1.35);
  box-shadow: 0 8px 30px rgba(103, 68, 25, 0.07);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
}
.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: saturate(1.18);
}
.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand b {
  font-family: "Ma Shan Zheng", cursive;
  font-size: 24px;
  font-weight: 400;
}
.brand em {
  font-size: 10px;
  letter-spacing: 3px;
  font-style: normal;
  color: var(--red);
  margin-top: 5px;
}
.main-nav {
  display: flex;
  gap: 38px;
  margin-left: 10vw;
}
.main-nav a {
  position: relative;
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 8px 0;
}
.main-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--red);
  transition: 0.3s;
}
.main-nav a:hover,
.main-nav a.is-active {
  color: var(--red);
}
.main-nav a:hover:after,
.main-nav a.is-active:after {
  right: 0;
}
.top-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.online {
  font-size: 11px;
  color: var(--muted);
  white-space: nowrap;
}
.online i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4f9a68;
  box-shadow: 0 0 0 4px rgba(79, 154, 104, 0.15);
  margin-right: 7px;
}
.mini-entry {
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--fantasy-gradient);
  padding: 9px 17px;
  font-family: inherit;
  cursor: pointer;
  letter-spacing: 1px;
  transition: 0.25s;
}
.mini-entry span {
  font-size: 16px;
  margin-left: 8px;
}
.mini-entry:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(174, 99, 28, 0.26);
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 6px;
}
.menu-toggle i {
  display: block;
  width: 23px;
  height: 1px;
  background: var(--ink);
  margin: 5px;
}
.hero {
  min-height: 760px;
  position: relative;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  padding: 138px clamp(22px, 8vw, 140px) 90px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 76% 35%,
      rgba(241, 196, 85, 0.28),
      transparent 32%
    ),
    radial-gradient(
      circle at 18% 70%,
      rgba(205, 102, 42, 0.15),
      transparent 34%
    ),
    linear-gradient(
      125deg,
      rgba(255, 251, 241, 0.97),
      rgba(250, 237, 205, 0.94) 55%,
      rgba(255, 231, 186, 0.9)
    );
}
.hero:before {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -38%;
  width: 72%;
  height: 80%;
  background: radial-gradient(
    ellipse,
    rgba(219, 146, 43, 0.2),
    transparent 65%
  );
  transform: rotate(-14deg);
}
.hero-copy {
  max-width: 590px;
  position: relative;
  z-index: 2;
}
.eyebrow,
.section-kicker {
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--red);
  text-transform: uppercase;
}
.eyebrow span {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: var(--red);
  vertical-align: middle;
  margin-right: 10px;
}
.hero h1 {
  font-family: "Noto Serif SC", serif;
  font-size: clamp(52px, 6.5vw, 96px);
  line-height: 1.08;
  letter-spacing: -5px;
  margin: 23px 0 13px;
  font-weight: 900;
}
.hero h1 strong {
  color: var(--red);
  font-weight: 900;
}
.hero h1 strong,
.world-copy h2 i,
.section-heading-row h2 i,
.gallery-heading h2 i,
.entry-panel h2 i {
  background: var(--fantasy-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.hero-slogan {
  font-family: "Ma Shan Zheng", cursive;
  font-size: 28px;
  color: #564437;
  margin: 0 0 18px;
}
.hero-text {
  max-width: 460px;
  color: #6a5d4e;
  font-size: 14px;
  line-height: 2.05;
  margin-bottom: 28px;
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}
.seal-button {
  position: relative;
  border: 0;
  border-radius: 18px;
  background: var(--fantasy-gradient);
  color: #fff;
  min-width: 168px;
  padding: 15px 24px 13px;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(176, 101, 27, 0.28);
  transition: 0.25s;
  overflow: hidden;
}
.seal-button:before {
  content: none;
}
.seal-button span,
.seal-button small {
  display: block;
  position: relative;
}
.seal-button span {
  font-family: "Noto Serif SC", serif;
  font-size: 18px;
  letter-spacing: 4px;
}
.seal-button small {
  font-size: 10px;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-top: 3px;
}
.seal-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(176, 101, 27, 0.35);
}
.ghost-button {
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 24px rgba(77, 55, 120, 0.08);
}
.ghost-button span {
  margin-left: 7px;
  color: var(--red);
}
.hero-notes {
  display: flex;
  gap: 22px;
  color: #927e67;
  font-size: 11px;
  margin-top: 37px;
}
.hero-visual {
  position: relative;
  justify-self: end;
  width: min(510px, 100%);
}
.hero-frame {
  height: 610px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 0;
  border-radius: 34px;
  background: #2e2445;
  transform: rotate(1.2deg);
}
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(0.9) contrast(1.06);
}
.hero-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 10, 6, 0.25),
    transparent 35%,
    rgba(15, 8, 3, 0.72)
  );
}
.hero-caption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  color: #f7e7c5;
  font-size: 11px;
  letter-spacing: 1px;
}
.hero-caption b {
  font-weight: 400;
  color: #e6b36a;
}
.ink-stamp {
  position: absolute;
  right: -34px;
  top: 52px;
  background: var(--fantasy-gradient);
  color: #fbe9c5;
  width: 76px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Ma Shan Zheng", cursive;
  font-size: 30px;
  line-height: 1.05;
  writing-mode: vertical-rl;
  border-radius: 22px 8px 22px 8px;
  box-shadow: 0 14px 32px rgba(163, 91, 24, 0.3);
  transform: rotate(7deg);
}
.brush-note {
  position: absolute;
  left: -65px;
  bottom: 17px;
  font-family: "Ma Shan Zheng", cursive;
  font-size: 22px;
  color: var(--red);
  transform: rotate(-8deg);
}
.brush-note small {
  font:
    9px "Noto Sans SC",
    sans-serif;
  letter-spacing: 2px;
  color: #8a6b4b;
}
.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: 3px;
  color: #9c8a72;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.scroll-cue span {
  height: 34px;
  width: 1px;
  background: var(--red);
  display: block;
}
.section-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 130px 28px;
}
.world-section {
  padding-top: 150px;
}
.world-grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 120px;
  margin-top: 34px;
  align-items: center;
}
.world-copy h2,
.section-heading-row h2,
.gallery-heading h2,
.entry-panel h2 {
  font-family: "Noto Serif SC", serif;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.35;
  letter-spacing: -2px;
  margin: 0 0 26px;
}
.world-copy h2 i,
.section-heading-row h2 i,
.gallery-heading h2 i,
.entry-panel h2 i {
  font-style: normal;
  color: var(--red);
}
.world-copy > p {
  max-width: 480px;
  color: #746655;
  line-height: 2.1;
  font-size: 14px;
}
.world-stats {
  display: flex;
  gap: 50px;
  margin-top: 42px;
}
.world-stats div {
  display: flex;
  flex-direction: column;
}
.world-stats strong {
  font-family: "Noto Serif SC", serif;
  color: var(--red);
  font-size: 34px;
  line-height: 1;
}
.world-stats span {
  font-size: 11px;
  color: #96846d;
  margin-top: 9px;
  letter-spacing: 1px;
}
.world-card {
  background: linear-gradient(145deg, #2c2118, #644326 58%, #9b6b31);
  color: #f7efff;
  padding: 35px 38px 39px;
  min-height: 300px;
  border-radius: 30px;
  box-shadow: 0 25px 55px rgba(91, 57, 20, 0.22);
  position: relative;
}
.world-card:before {
  content: none;
}
.card-top {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 2px;
  color: #bb9b6f;
}
.card-seal {
  font-size: 43px;
  color: #d19a51;
  margin: 25px 0 11px;
}
.world-card h3 {
  font-family: "Noto Serif SC", serif;
  font-size: 24px;
  margin: 0 0 12px;
}
.world-card p {
  font-size: 13px;
  color: #baa98c;
  line-height: 2;
}
.world-card a {
  color: #dda960;
  text-decoration: none;
  font-size: 12px;
}
.world-card a span {
  margin-left: 9px;
}
.features-section {
  border-top: 0;
}
.section-heading-row,
.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.section-heading-row > p {
  color: #887561;
  font-size: 13px;
  margin-bottom: 10px;
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}
.feature-item {
  display: grid;
  grid-template-columns: 80px 1fr 30px;
  align-items: center;
  gap: 20px;
  padding: 26px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 16px 42px rgba(117, 75, 23, 0.1);
  backdrop-filter: blur(12px);
  transition: 0.25s;
}
.feature-item:hover {
  transform: translateY(-5px);
  color: var(--red);
  box-shadow: 0 22px 48px rgba(143, 85, 23, 0.18);
}
.feature-mark {
  font-family: "Noto Serif SC", serif;
  font-size: 24px;
  color: var(--red);
}
.feature-item h3 {
  font-family: "Noto Serif SC", serif;
  margin: 0 0 5px;
  font-size: 19px;
}
.feature-item p {
  margin: 0;
  color: #806f5e;
  font-size: 13px;
}
.feature-arrow {
  font-size: 19px;
  color: #a88d6c;
}
.gallery-section {
  border-top: 0;
  padding-bottom: 110px;
}
.gallery-controls {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  color: #8c7458;
  font-size: 11px;
  letter-spacing: 2px;
}
.gallery-controls button {
  width: 48px;
  height: 68px;
  border: 0;
  border-radius: 999px;
  background: rgba(250, 247, 255, 0.9);
  color: var(--red);
  font-size: 18px;
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 28px rgba(70, 43, 16, 0.22);
  transition: 0.2s;
}
.gallery-controls span {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  color: #f2dfbb;
  border-radius: 999px;
  background: rgba(54, 35, 18, 0.74);
  border: 0;
}
.gallery-controls button:hover {
  background: var(--fantasy-gradient);
  color: #fff;
}
.gallery-stage {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 28px;
  margin-top: 42px;
}
.gallery-main {

  height: 530px;
  background: #30241a;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.gallery-main::before {
  content: "";
  position: absolute;
  inset: -35px;
  background-image:
    linear-gradient(rgba(25, 17, 11, 0.46), rgba(25, 17, 11, 0.7)),
    var(--gallery-background);
  background-position: center;
  background-size: cover;
  filter: blur(22px);
  transform: scale(1.08);
}
.gallery-main img {
  position: relative;
  z-index: 1;
  width: 85%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 14px 18%;
  transition:
    opacity 0.3s,
    transform 0.5s;
}
.gallery-main.is-changing img {
  opacity: 0.1;
  transform: scale(1.03);
}
.gallery-overlay {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 34px;
  bottom: 30px;
  color: #fff1d4;
}
.gallery-overlay span {
  font-size: 11px;
  letter-spacing: 2px;
  color: #e7b365;
}
.gallery-overlay h3 {
  font-family: "Noto Serif SC", serif;
  font-size: 30px;
  margin: 8px 0 4px;
}
.gallery-overlay p {
  margin: 0;
  color: #d6c4a6;
  font-size: 13px;
}
.gallery-aside {
  border-left: 0;
  border-radius: 24px;
  padding: 34px 28px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 15px 38px rgba(111, 71, 24, 0.1);
}
.aside-quote {
  font-family: "Ma Shan Zheng", cursive;
  font-size: 30px;
  line-height: 1.5;
  color: var(--red);
}
.aside-line {
  width: 40px;
  height: 4px;
  border-radius: 999px;
  background: var(--fantasy-gradient);
  margin: 30px 0;
}
.gallery-aside p {
  font-size: 12px;
  color: #8a7965;
  line-height: 2;
}
.gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow: auto;
  padding: 18px 0 4px;
  scrollbar-width: thin;
  scrollbar-color: var(--red) transparent;
}
.gallery-thumb {
  flex: 0 0 55px;
  height: 72px;
  border: 0;
  border-radius: 12px;
  padding: 0;
  background: #cbb99a;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.55;
  transition: 0.25s;
}
.gallery-thumb.is-active {
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(165, 98, 28, 0.28);
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-section {
  padding-top: 30px;
  padding-bottom: 140px;
}
.entry-panel {
  background:
    radial-gradient(
      circle at 85% 25%,
      rgba(244, 204, 96, 0.42),
      transparent 28%
    ),
    linear-gradient(135deg, #71361f, #b65f24 48%, #e8b64e);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 75px;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 28px 70px rgba(145, 81, 22, 0.25);
}
.entry-panel:after {
  content: "大闹";
  position: absolute;
  right: 33px;
  bottom: -52px;
  font-family: "Ma Shan Zheng", cursive;
  font-size: 185px;
  line-height: 1;
  color: rgba(255, 222, 170, 0.1);
  pointer-events: none;
}
.entry-panel .section-kicker {
  color: #f1c37c;
}
.entry-panel h2 {
  margin-bottom: 12px;
}
.entry-panel h2 i {
  background: none;
  color: #fff2ce;
  -webkit-text-fill-color: #fff2ce;
}
.entry-panel p {
  color: #f1ceb0;
  font-size: 13px;
}
.seal-button-dark {
  background: rgba(53, 34, 19, 0.86);
  box-shadow: 0 16px 35px rgba(66, 37, 12, 0.3);
  z-index: 1;
}
.seal-button-dark:hover {
  background: #2c1d12;
}
.site-footer {
  background: linear-gradient(135deg, #241a12, #3e2a18 60%, #62401f);
  color: #d8c7a7;
  padding: 30px clamp(22px, 8vw, 140px) 26px;
  font-size: 11px;
}
.footer-main,
.footer-legal {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.footer-main a {
  color: #dbb06e;
  text-decoration: none;
}
.footer-brand {
  font-family: "Ma Shan Zheng", cursive;
  color: #f0d39a;
  font-size: 20px;
  margin-right: auto;
}
.footer-legal {
  margin-top: 15px;
  padding-top: 14px;
  border-top: 0;
  color: #aa9879;
  gap: 18px;
}
.footer-operator {
  margin-top: 8px;
  color: #958264;
}
.auth-overlay,
.agreement-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(40, 27, 15, 0.7);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  padding: 20px;
}
.auth-overlay.is-open,
.agreement-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.auth-panel,
.agreement-panel {
  width: min(440px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: linear-gradient(
    145deg,
    rgba(255, 252, 244, 0.98),
    rgba(248, 237, 210, 0.98)
  );
  padding: 42px 42px 35px;
  position: relative;
  border-radius: 28px;
  box-shadow: 0 25px 90px rgba(0, 0, 0, 0.35);
}
.auth-panel:before,
.agreement-panel:before {
  content: none;
}
.auth-close,
.agreement-close {
  position: absolute;
  right: 18px;
  top: 15px;
  border: 0;
  background: none;
  color: var(--red);
  font-size: 27px;
  cursor: pointer;
  z-index: 1;
}
.auth-kicker {
  color: var(--red);
  letter-spacing: 3px;
  font-size: 10px;
}
.auth-panel h2,
.agreement-panel h3 {
  font-family: "Noto Serif SC", serif;
  font-size: 30px;
  margin: 13px 0 5px;
}
.auth-lead {
  font-size: 12px;
  color: #8f7b64;
  margin: 0 0 25px;
}
.auth-field {
  display: block;
  margin: 15px 0;
}
.auth-field span {
  display: block;
  color: #85715e;
  font-size: 11px;
  margin-bottom: 5px;
}
.auth-field input {
  width: 100%;
  border: 0;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  padding: 12px 14px;
  box-shadow: inset 0 0 0 1px rgba(126, 82, 28, 0.12);
  font:
    15px "Noto Sans SC",
    sans-serif;
  outline: none;
  color: var(--ink);
}
.auth-field input:focus {
  box-shadow: inset 0 0 0 2px rgba(194, 119, 39, 0.52);
}
.auth-register-fields {
  display: none;
}
.auth-panel.is-register .auth-register-fields {
  display: block;
}
.auth-tip {
  display: none;
  color: var(--red);
  font-size: 12px;
  margin: 13px 0;
}
.auth-submit {
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: var(--fantasy-gradient);
  color: #fff;
  padding: 13px;
  cursor: pointer;
  font:
    15px "Noto Serif SC",
    serif;
  letter-spacing: 3px;
  margin-top: 10px;
}
.auth-submit:disabled {
  opacity: 0.6;
}
.auth-switch {
  display: block;
  margin: 15px auto 0;
  background: none;
  border: 0;
  color: var(--red);
  cursor: pointer;
  font-size: 12px;
}
.auth-agreement {
  font-size: 10px;
  color: #98836c;
  text-align: center;
  margin-top: 18px;
}
.auth-agreement a {
  color: var(--red);
}
.agreement-panel {
  width: min(680px, 100%);
}
.agreement-content {
  color: #6e5d4c;
  font-size: 13px;
  line-height: 2;
}
.agreement-content h4 {
  font-family: "Noto Serif SC", serif;
  color: var(--ink);
  font-size: 16px;
  margin: 22px 0 4px;
}
.agreement-content p {
  margin: 0 0 9px;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: rise 0.8s 0.1s forwards;
}
.reveal-delay {
  animation-delay: 0.25s;
}
@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 900px) {
  .main-nav {
    gap: 18px;
    margin-left: 0;
  }
  .online {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 125px;
  }
  .hero-copy {
    max-width: 600px;
  }
  .hero-visual {
    justify-self: center;
    margin-top: 65px;
    width: min(470px, 88vw);
  }
  .hero-frame {
    height: 560px;
  }
  .world-grid {
    gap: 45px;
  }
  .feature-list {
    grid-template-columns: 1fr;
  }
  .gallery-stage {
    grid-template-columns: 1fr;
  }
  .gallery-aside {
    border-left: 0;
    border-top: 0;
    padding: 22px 0 0;
    background: transparent;
    box-shadow: none;
  }
  .aside-line {
    margin: 17px 0;
  }
  .entry-panel {
    padding: 46px 35px;
  }
}
@media (max-width: 640px) {
  .topbar {
    height: 64px;
    padding: 0 18px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .brand b {
    font-size: 20px;
  }
  .brand em {
    font-size: 8px;
    letter-spacing: 2px;
  }
  .main-nav {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .mini-entry {
    padding: 7px 11px;
    font-size: 11px;
  }
  .hero {
    padding: 105px 22px 85px;
    min-height: 0;
  }
  .hero h1 {
    font-size: 57px;
    letter-spacing: -3px;
  }
  .hero-slogan {
    font-size: 24px;
  }
  .hero-text {
    font-size: 13px;
  }
  .hero-buttons {
    gap: 15px;
  }
  .hero-notes {
    display: block;
    line-height: 2.2;
  }
  .hero-notes span {
    display: block;
  }
  .hero-visual {
    justify-self: start;
    width: calc(100% + 44px);
    max-width: none;
    margin-left: -22px;
    margin-top: 50px;
  }
  .hero-frame {
    width: 90%;
        height: auto;
        aspect-ratio: 553 / 921;
        border: 0;
        transform: none;
        margin: auto;
  }
  .ink-stamp {
    right: -15px;
    top: 34px;
    transform: scale(0.8) rotate(7deg);
  }
  .brush-note {
    left: -6px;
    bottom: -40px;
  }
  .scroll-cue {
    display: none;
  }
  .section-shell {
    padding: 18px 22px;
  }
  .world-section {
    padding-top: 18px;
  }
  .world-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .world-stats {
    gap: 27px;
  }
  .section-heading-row,
  .gallery-heading {
    display: block;
  }
  .section-heading-row > p {
    margin-top: 15px;
  }
  .feature-list {
    margin-top: 30px;
  }
  .feature-item {
    grid-template-columns: 42px 1fr 20px;
    gap: 12px;
  }
  .feature-item h3 {
    font-size: 16px;
  }
  .feature-item p {
    font-size: 12px;
  }
  .gallery-heading h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .gallery-heading h2 i {
    display: block;
  }
  .gallery-main {
    width: calc(100% + 44px);
    height: auto;
    aspect-ratio: 390 / 844;
    margin-left: -22px;
    box-shadow: none;
    border-radius: 0;
  }
  .gallery-main img {
    padding: 0;
  }
  .gallery-controls button {
    width: 42px;
    height: 58px;
  }
  .gallery-controls span {
    top: 76px;
    right: 12px;
  }
  .gallery-overlay {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .gallery-overlay h3 {
    font-size: 23px;
  }
  .entry-panel {
    display: block;
    padding: 42px 28px;
  }
  .entry-panel .seal-button {
    margin-top: 25px;
  }
  .footer-main {
    gap: 12px;
  }
  .footer-brand {
    flex-basis: 100%;
    margin: 0;
  }
  .footer-legal {
    display: block;
    line-height: 2.1;
  }
  .footer-legal span {
    display: block;
  }
  .auth-panel,
  .agreement-panel {
    padding: 34px 24px 28px;
  }
  .sun-disc {
    width: 230px;
    height: 230px;
    right: 0;
    top: 70px;
    opacity: 0.72;
  }
}
