@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("assets/fonts/HarmonyOSSansSC-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("assets/fonts/HarmonyOSSansSC-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("assets/fonts/HarmonyOSSansSC-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}

:root {
  --paper: #fffaf2;
  --paper-deep: #f8f0e4;
  --ink: #3f2105;
  --muted: #806347;
  --line: rgba(91, 50, 10, 0.16);
  --brown: #6a3906;
  --butter: #f7dda1;
  --mint: #dce9d0;
  --peach: #f4d1b8;
  --blush: #f4dedc;
  --green: #dce7a8;
  --pink: #f3d6e4;
  --lemon: #f7e9ab;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 9%, rgba(243, 214, 228, 0.5), transparent 22rem),
    radial-gradient(circle at 7% 32%, rgba(247, 221, 161, 0.42), transparent 25rem),
    var(--paper);
  font-family: "HarmonyOS Sans SC", "PingFang SC", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.shell {
  width: min(1240px, calc(100vw - 56px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 12px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 8px 20px;
  border: 1px solid rgba(91, 50, 10, 0.1);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.78);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.brand {
  display: block;
  flex: 0 0 auto;
  line-height: 0;
}

.brand img {
  width: 132px;
  height: 38px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  border-color: var(--brown);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 48px;
  min-height: calc(100svh - 82px);
  padding: 48px 0 72px;
}

.kicker,
.section-index {
  color: var(--brown);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.hero h1 {
  max-width: 10em;
  margin-top: 22px;
  font-size: clamp(3.25rem, 5.2vw, 5.6rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.hero-lead {
  max-width: 33rem;
  margin-top: 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--brown);
  font-size: 15px;
  font-weight: 700;
}

.text-link span {
  font-size: 20px;
  transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(5px);
}

.hero-art {
  position: relative;
  min-height: 590px;
  border: 1px solid var(--line);
  border-radius: 48% 48% 42% 42% / 42% 42% 52% 52%;
  background:
    radial-gradient(circle at 72% 23%, rgba(255, 255, 255, 0.92) 0 4px, transparent 5px),
    radial-gradient(circle at 23% 33%, rgba(255, 255, 255, 0.85) 0 7px, transparent 8px),
    linear-gradient(145deg, rgba(247, 221, 161, 0.62), rgba(243, 214, 228, 0.6));
  box-shadow: 0 30px 90px rgba(93, 50, 11, 0.12);
  isolation: isolate;
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 13% 10% 11%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255, 250, 242, 0.62);
  filter: blur(2px);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(106, 57, 6, 0.22);
  border-radius: 50%;
}

.orbit--one {
  inset: 19% 11% 18%;
  transform: rotate(-10deg);
}

.orbit--two {
  inset: 27% 18% 26%;
  transform: rotate(15deg);
}

.hero-character {
  position: absolute;
  z-index: 2;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(95, 54, 16, 0.12));
  animation: float 5.5s ease-in-out infinite;
}

.hero-character--jintao {
  left: 28%;
  bottom: 13%;
  width: 44%;
  height: 66%;
}

.hero-character--xiaodie {
  left: 3%;
  bottom: 12%;
  width: 43%;
  height: 35%;
  animation-delay: -1.8s;
}

.hero-character--taotao {
  right: 4%;
  bottom: 15%;
  width: 31%;
  height: 54%;
  animation-delay: -3.2s;
}

.hero-stamp {
  position: absolute;
  top: 8%;
  left: 9%;
  z-index: 3;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.hero-stamp span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.12em;
}

@keyframes float {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.story {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 36px;
  align-items: start;
  padding: 104px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.story-copy h2,
.section-head h2,
.contact h2 {
  max-width: 16em;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.story-copy p {
  max-width: 49rem;
  margin-top: 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.story-note {
  align-self: end;
  color: var(--brown);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

.characters,
.possibilities {
  padding: 120px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 48px;
}

.section-head h2 {
  margin-top: 18px;
}

.section-head > p {
  flex: 0 0 auto;
  padding-bottom: 8px;
  color: var(--muted);
  font-size: 14px;
}

.character-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.character-card {
  grid-column: span 3;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255, 252, 247, 0.72);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.character-card:nth-child(n + 5) {
  grid-column: span 4;
}

.character-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(90, 48, 10, 0.1);
}

.character-stage {
  position: relative;
  display: grid;
  place-items: center;
  height: 300px;
  padding: 38px 24px 24px;
}

.character-stage::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 10%;
  height: 9%;
  border-radius: 50%;
  background: rgba(106, 57, 6, 0.08);
  filter: blur(10px);
}

.character-stage img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 82%;
  max-height: 84%;
  object-fit: contain;
  object-position: center;
}

.character-stage--wide img {
  max-width: 96%;
  max-height: 76%;
}

.character-stage--tall img {
  max-width: 74%;
  max-height: 82%;
}

.character-no {
  position: absolute;
  top: 16px;
  left: 18px;
  z-index: 2;
  color: rgba(63, 33, 5, 0.58);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.character-card--butter { background: linear-gradient(155deg, var(--butter), #fffaf2 78%); }
.character-card--mint { background: linear-gradient(155deg, var(--mint), #fffaf2 78%); }
.character-card--peach { background: linear-gradient(155deg, var(--peach), #fffaf2 78%); }
.character-card--blush { background: linear-gradient(155deg, var(--blush), #fffaf2 78%); }
.character-card--green { background: linear-gradient(155deg, var(--green), #fffaf2 78%); }
.character-card--pink { background: linear-gradient(155deg, var(--pink), #fffaf2 78%); }
.character-card--lemon { background: linear-gradient(155deg, var(--lemon), #fffaf2 78%); }

.character-copy {
  padding: 20px 12px 18px;
}

.character-copy p {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.character-copy h3 {
  margin-top: 8px;
  font-size: 1.65rem;
  font-weight: 900;
}

.character-copy span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.possibilities {
  border-top: 1px solid var(--line);
}

.journal-preview {
  padding: 120px 0;
  border-top: 1px solid var(--line);
}

.journal-all-link {
  flex: 0 0 auto;
  margin-top: 0;
}

.journal-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 38px;
  background: rgba(255, 252, 247, 0.82);
  box-shadow: 0 24px 64px rgba(90, 48, 10, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.journal-card:hover,
.journal-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 30px 76px rgba(90, 48, 10, 0.14);
}

.journal-card-art {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 16%, rgba(255, 255, 255, 0.9) 0 5px, transparent 6px),
    linear-gradient(145deg, var(--butter), var(--pink));
  isolation: isolate;
}

.journal-card-art::before {
  content: "";
  position: absolute;
  inset: 18% 12%;
  z-index: -1;
  border: 1px solid rgba(106, 57, 6, 0.16);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.journal-card-art > span {
  position: absolute;
  top: 28px;
  left: 30px;
  z-index: 4;
  padding: 9px 13px;
  border: 1px solid rgba(106, 57, 6, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.82);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.journal-character {
  position: absolute;
  z-index: 2;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(95, 54, 16, 0.12));
}

.journal-character--xiaodie {
  left: 2%;
  bottom: 9%;
  width: 49%;
  height: 34%;
}

.journal-character--taotao {
  right: 2%;
  bottom: 12%;
  width: 33%;
  height: 56%;
}

.journal-character--jintao {
  left: 25%;
  bottom: 9%;
  width: 47%;
  height: 70%;
}

.journal-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 70px);
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.article-meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--paper-deep);
}

.journal-card-copy h2,
.journal-card-copy h3 {
  max-width: 16em;
  margin-top: 24px;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.journal-card-copy > p:not(.article-meta) {
  max-width: 40rem;
  margin-top: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.journal-card-copy > strong {
  margin-top: 34px;
  color: var(--brown);
  font-size: 14px;
}

.journal-card-copy > strong span {
  display: inline-block;
  margin-left: 8px;
  transition: transform 180ms ease;
}

.journal-card:hover .journal-card-copy > strong span,
.journal-card:focus-visible .journal-card-copy > strong span {
  transform: translateX(5px);
}

.possibility-list {
  border-top: 1px solid var(--line);
}

.possibility-list > div {
  display: grid;
  grid-template-columns: 80px minmax(180px, 0.8fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 112px;
  border-bottom: 1px solid var(--line);
}

.possibility-list span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.possibility-list h3 {
  font-size: 1.5rem;
}

.possibility-list p {
  color: var(--muted);
  font-size: 15px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 42px;
  padding: clamp(38px, 6vw, 76px);
  border-radius: 42px;
  color: #fffaf2;
  background:
    radial-gradient(circle at 82% 10%, rgba(247, 221, 161, 0.22), transparent 18rem),
    var(--brown);
}

.section-index--light {
  color: rgba(255, 250, 242, 0.64);
}

.contact h2 {
  margin-top: 20px;
}

.contact-details {
  display: grid;
  gap: 16px;
  padding-bottom: 8px;
}

.contact-details p {
  color: rgba(255, 250, 242, 0.64);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.wechat-contact {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.wechat-contact img {
  width: 132px;
  height: 132px;
  display: block;
  object-fit: contain;
  box-sizing: border-box;
  padding: 7px;
  border-radius: 18px;
  background: #fff;
}

.wechat-contact div {
  display: grid;
  gap: 9px;
}

.wechat-contact strong {
  font-size: clamp(1.3rem, 2vw, 1.85rem);
}

.wechat-contact div span {
  color: rgba(255, 250, 242, 0.72);
  font-size: 13px;
  line-height: 1.7;
}

.contact-details span {
  color: rgba(255, 250, 242, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0 38px;
  color: var(--muted);
  font-size: 12px;
}

.site-footer img {
  width: 104px;
  height: 34px;
  object-fit: contain;
}

.blog-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  padding: 90px 0 100px;
  border-bottom: 1px solid var(--line);
}

.blog-hero h1 {
  max-width: 10em;
  margin-top: 24px;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.blog-hero > p:last-child {
  max-width: 42rem;
  margin-top: 30px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.blog-list {
  padding: 94px 0 130px;
}

.blog-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.blog-list-head h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
}

.blog-list-head span {
  color: var(--muted);
  font-size: 13px;
}

.journal-card--listing .journal-card-copy h2 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.article {
  max-width: 1120px;
  padding-top: 42px;
  padding-bottom: 120px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
}

.breadcrumbs a {
  border-bottom: 1px solid transparent;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  border-color: var(--muted);
}

.article-header {
  max-width: 960px;
  padding: 72px 0 58px;
}

.article-header h1 {
  margin-top: 26px;
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.article-deck {
  max-width: 42rem;
  margin-top: 28px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.8;
}

.article-hero {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 42px;
  background:
    radial-gradient(circle at 82% 15%, rgba(255, 255, 255, 0.86) 0 5px, transparent 6px),
    linear-gradient(145deg, var(--butter), var(--pink));
  isolation: isolate;
}

.article-hero::before {
  content: "";
  position: absolute;
  inset: 16% 9% 12% 43%;
  z-index: -1;
  border: 1px solid rgba(106, 57, 6, 0.16);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.article-hero > div {
  position: absolute;
  top: 58px;
  left: 56px;
  z-index: 5;
  display: grid;
  max-width: 310px;
  gap: 12px;
}

.article-hero > div p {
  color: var(--brown);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.article-hero > div strong {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
}

.article-hero > div span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.article-hero > b {
  position: absolute;
  bottom: 42px;
  left: 56px;
  z-index: 5;
  padding: 11px 16px;
  border-radius: 999px;
  color: #fffaf2;
  background: var(--brown);
  font-size: 14px;
  letter-spacing: 0.1em;
}

.article-hero > img {
  position: absolute;
  z-index: 2;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(95, 54, 16, 0.13));
}

.article-hero-xiaodie {
  right: 33%;
  bottom: 9%;
  width: 32% !important;
  height: 28% !important;
}

.article-hero-taotao {
  right: 2%;
  bottom: 10%;
  width: 23% !important;
  height: 57% !important;
}

.article-hero-jintao {
  right: 15%;
  bottom: 8%;
  width: 32% !important;
  height: 74% !important;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: clamp(50px, 7vw, 90px);
  align-items: start;
  padding-top: 84px;
}

.article-body {
  min-width: 0;
  font-size: 17px;
  line-height: 1.95;
}

.article-body > * + * {
  margin-top: 24px;
}

.article-body h2 {
  margin-top: 70px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.article-body p,
.article-body li {
  color: #62472f;
}

.article-body strong {
  color: var(--ink);
}

.article-body ul {
  display: grid;
  gap: 12px;
  margin-bottom: 0;
  padding: 2px 0 2px 1.4em;
}

.event-card {
  position: sticky;
  top: 104px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 252, 247, 0.9);
  box-shadow: 0 22px 52px rgba(90, 48, 10, 0.08);
}

.event-card > p {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.event-card > h2 {
  margin-top: 10px;
  font-size: 1.75rem;
}

.event-card dl {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
}

.event-card dl > div {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.event-card dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.event-card dd {
  margin: 7px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.event-card dd strong {
  color: var(--brown);
  font-size: 1.35rem;
}

.event-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  padding: 14px 16px;
  border-radius: 14px;
  color: #fffaf2;
  background: var(--brown);
  font-size: 12px;
  font-weight: 700;
}

.event-card small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.article-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 100px;
  padding: 52px 0 20px;
  border-top: 1px solid var(--line);
}

.article-footer p {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.article-footer h2 {
  max-width: 16em;
  margin-top: 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.15;
}

.article-footer .text-link {
  flex: 0 0 auto;
  margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-character { animation: none; }
  * { transition-duration: 0.01ms !important; }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 62px;
  }

  .hero-copy {
    max-width: 48rem;
  }

  .hero-art {
    width: min(100%, 680px);
    min-height: 560px;
    margin-inline: auto;
  }

  .story {
    grid-template-columns: 120px 1fr;
  }

  .story-note {
    display: none;
  }

  .character-card,
  .character-card:nth-child(n + 5) {
    grid-column: span 6;
  }

  .journal-card {
    grid-template-columns: 1fr;
  }

  .journal-card-art {
    min-height: 470px;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .event-card {
    position: static;
    max-width: 520px;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100vw - 28px, 1240px);
  }

  .site-header {
    padding: 8px 0;
  }

  .header-inner {
    min-height: 52px;
    padding: 6px 14px;
  }

  .brand img {
    width: 112px;
    height: 34px;
  }

  .site-nav {
    gap: 15px;
    font-size: 12px;
  }

  .hero {
    gap: 30px;
    padding: 44px 0 56px;
  }

  .hero h1 {
    margin-top: 17px;
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.75;
  }

  .text-link {
    margin-top: 26px;
  }

  .hero-art {
    min-height: 390px;
    border-radius: 42% 42% 36% 36% / 38% 38% 46% 46%;
  }

  .hero-stamp {
    top: 7%;
    left: 8%;
    font-size: 11px;
  }

  .story {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 72px 0;
  }

  .story-copy h2,
  .section-head h2,
  .contact h2 {
    font-size: clamp(2rem, 9.5vw, 3rem);
  }

  .story-copy p {
    margin-top: 20px;
    font-size: 15px;
  }

  .characters,
  .possibilities,
  .journal-preview {
    padding: 76px 0;
  }

  .section-head {
    display: block;
    margin-bottom: 28px;
  }

  .section-head > p {
    margin-top: 14px;
  }

  .journal-all-link {
    margin-top: 20px;
  }

  .journal-card {
    min-height: 0;
    border-radius: 28px;
  }

  .journal-card-art {
    min-height: 330px;
  }

  .journal-card-copy {
    padding: 30px 24px 34px;
  }

  .journal-card-copy h2,
  .journal-card-copy h3 {
    margin-top: 18px;
    font-size: clamp(1.75rem, 8vw, 2.45rem);
  }

  .journal-card-copy > p:not(.article-meta) {
    margin-top: 16px;
    font-size: 14px;
  }

  .journal-card-copy > strong {
    margin-top: 24px;
  }

  .character-grid {
    gap: 14px;
  }

  .character-card,
  .character-card:nth-child(n + 5) {
    grid-column: 1 / -1;
    border-radius: 26px;
  }

  .character-stage {
    height: min(78vw, 350px);
  }

  .character-stage img {
    max-width: 78%;
    max-height: 86%;
  }

  .character-stage--wide img {
    max-width: 92%;
    max-height: 74%;
  }

  .character-stage--tall img {
    max-width: 68%;
    max-height: 84%;
  }

  .character-copy {
    padding: 18px 10px 16px;
  }

  .possibility-list > div {
    grid-template-columns: 38px 1fr;
    gap: 8px 16px;
    min-height: 116px;
    padding: 20px 0;
  }

  .possibility-list p {
    grid-column: 2;
  }

  .contact {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-bottom: 26px;
    padding: 34px 24px;
    border-radius: 28px;
  }

  .wechat-contact {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
  }

  .wechat-contact img {
    width: 112px;
    height: 112px;
    border-radius: 15px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-hero {
    min-height: 420px;
    padding: 62px 0 72px;
  }

  .blog-hero h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .blog-hero > p:last-child {
    margin-top: 24px;
    font-size: 15px;
  }

  .blog-list {
    padding: 66px 0 86px;
  }

  .article {
    padding-top: 24px;
    padding-bottom: 76px;
  }

  .article-header {
    padding: 46px 0 38px;
  }

  .article-header h1 {
    margin-top: 20px;
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .article-deck {
    margin-top: 22px;
    font-size: 16px;
  }

  .article-hero {
    min-height: 500px;
    border-radius: 28px;
  }

  .article-hero::before {
    inset: 42% 7% 10% 8%;
  }

  .article-hero > div {
    top: 32px;
    left: 28px;
    right: 28px;
  }

  .article-hero > div strong {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .article-hero > b {
    top: 196px;
    bottom: auto;
    left: 28px;
  }

  .article-hero-xiaodie {
    right: 41%;
    bottom: 7%;
    width: 46% !important;
    height: 24% !important;
  }

  .article-hero-taotao {
    right: 2%;
    bottom: 9%;
    width: 34% !important;
    height: 45% !important;
  }

  .article-hero-jintao {
    right: 18%;
    bottom: 6%;
    width: 47% !important;
    height: 57% !important;
  }

  .article-layout {
    gap: 58px;
    padding-top: 58px;
  }

  .article-body {
    font-size: 16px;
    line-height: 1.9;
  }

  .article-body h2 {
    margin-top: 56px;
  }

  .event-card {
    max-width: none;
    padding: 24px;
    border-radius: 24px;
  }

  .article-footer {
    display: block;
    margin-top: 72px;
    padding-top: 42px;
  }

  .article-footer .text-link {
    margin-top: 24px;
  }
}
