body.page-about > header > div,
body.page-moments > header > div {
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(255, 211, 153, 0.2), transparent 60%),
    radial-gradient(700px 380px at 90% 10%, rgba(120, 195, 255, 0.22), transparent 60%),
    linear-gradient(135deg, #0f1c22 0%, #1e3b4d 48%, #132c2e 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

body.page-about > header h1,
body.page-moments > header h1 {
  font-family: "STKaiti", "KaiTi", "Kaiti SC", "Noto Serif SC", serif;
  letter-spacing: 0.08em;
}

body.page-about > header h2,
body.page-moments > header h2 {
  color: rgba(255, 255, 255, 0.85);
}

body.page-events header .bg-black-45,
body.page-posts header .bg-black-45,
body.page-members header .bg-black-45,
body.page-moments header .bg-black-45 {
  background: linear-gradient(120deg, rgba(6, 12, 20, 0.7), rgba(10, 20, 34, 0.45), rgba(6, 12, 20, 0.75));
}

.parallax-hero {
  background-attachment: fixed;
}

@media (max-width: 960px) {
  .parallax-hero {
    background-attachment: scroll;
  }
}

html {
  scroll-behavior: smooth;
}

body.is-home header.parallax-hero {
  min-height: 100vh;
  position: relative;
}

body.is-home header.parallax-hero > div {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
}

body.is-home header.parallax-hero .tc-l {
  align-self: center;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

body.is-home header.parallax-hero nav {
  align-self: start;
}

.home-scroll {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 2.5rem auto 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  animation: home-bounce 2.2s ease-in-out infinite;
}

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

@media (min-width: 60em) {
  body.is-home header.parallax-hero .tc-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.single-nav {
  padding: 0.7rem 0;
  background: linear-gradient(120deg, #101920 0%, #1a2a35 45%, #0f2028 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.page-events header h1,
body.page-posts header h1,
body.page-members header h1,
body.page-moments header h1 {
  font-family: "STKaiti", "KaiTi", "Kaiti SC", "Noto Serif SC", serif;
  letter-spacing: 0.08em;
}

body.page-events header h2,
body.page-posts header h2,
body.page-members header h2,
body.page-moments header h2 {
  font-family: "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei UI", "PingFang SC", sans-serif;
  letter-spacing: 0.04em;
}

body.page-events header .tc-l,
body.page-posts header .tc-l,
body.page-members header .tc-l,
body.page-moments header .tc-l {
  padding-top: 2.4rem;
  padding-bottom: 2.6rem;
}

@media (min-width: 60em) {
  body.page-events header .tc-l,
  body.page-posts header .tc-l,
  body.page-members header .tc-l,
  body.page-moments header .tc-l {
    padding-top: 3.2rem;
    padding-bottom: 3.4rem;
  }
}

.moments-page {
  color: #151515;
  background:
    radial-gradient(1200px 520px at 10% -10%, rgba(255, 210, 173, 0.28), transparent 60%),
    radial-gradient(900px 520px at 90% 0%, rgba(164, 210, 255, 0.3), transparent 60%),
    linear-gradient(180deg, #fffaf4 0%, #ffffff 42%, #f4f8ff 100%);
  margin: -1.5rem -1.5rem 0;
  padding-bottom: 0;
}

.moments-body {
  padding: 1.6rem 1.5rem 2.5rem;
}

.moments-intro {
  max-width: 920px;
  margin: 0 auto 2rem;
  font-family: "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei UI", "PingFang SC", sans-serif;
  color: #4b4b4b;
  font-size: 1.08rem;
  line-height: 1.85;
}

.moments-year {
  max-width: 1100px;
  margin: 2rem auto;
  padding: 1.6rem 1.6rem 1.2rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.moments-year-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
  margin-bottom: 1.2rem;
}

.moments-year-title {
  font-family: "STKaiti", "KaiTi", "Kaiti SC", "Noto Serif SC", serif;
  font-size: 1.5rem;
  margin: 0;
}

.moments-year-count {
  font-family: "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei UI", "PingFang SC", sans-serif;
  font-size: 0.9rem;
  color: #b06a2a;
  background: rgba(255, 217, 189, 0.55);
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
}

.moments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.moments-card {
  display: block;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff4e8 0%, #ffffff 60%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 20px rgba(176, 106, 42, 0.12);
  text-decoration: none;
  color: #1b1b1b;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.moments-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 26px rgba(15, 23, 42, 0.18);
}

.moments-card-title {
  font-family: "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei UI", "PingFang SC", sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  margin-bottom: 0.35rem;
}

.moments-card-meta {
  font-family: "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei UI", "PingFang SC", sans-serif;
  font-size: 0.85rem;
  color: #6b6b6b;
}

@media (max-width: 720px) {
  .moments-page {
    margin: -1rem -1rem 0;
  }

  .moments-hero {
    padding: 2.2rem 1.2rem 1.5rem;
  }

  .moments-year {
    padding: 1.2rem 1.1rem 1rem;
  }

  .moments-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

body.page-moments main {
  padding-bottom: 0;
}

body.page-events .nested-copy-line-height,
body.page-posts .nested-copy-line-height {
  font-size: 1.08rem;
  line-height: 1.85;
}

body.page-events .list-card,
body.page-posts .list-card {
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.page-events .list-card:hover,
body.page-posts .list-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.12);
}

body.page-events .list-card-body,
body.page-posts .list-card-body {
  padding: 1.4rem 1.5rem;
}

body.page-events .list-card-meta,
body.page-posts .list-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #6a6a6a;
  letter-spacing: 0.06em;
  margin-bottom: 0.6rem;
}

body.page-events .list-card-title,
body.page-posts .list-card-title {
  margin: 0 0 0.6rem;
  font-size: 1.25rem;
}

body.page-events .list-card-tags,
body.page-posts .list-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

body.page-events .list-card-tag,
body.page-posts .list-card-tag {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  padding: 0.12rem 0.55rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: #3f3f3f;
}

body.page-events .list-card-link,
body.page-posts .list-card-link {
  color: #161616;
  text-decoration: none;
}

body.page-events .list-card-summary,
body.page-posts .list-card-summary {
  font-size: 1rem;
  line-height: 1.7;
  color: #4b4b4b;
}

.home-events {
  max-width: 1180px;
  margin: 0 auto 4rem;
  padding: 0 1.5rem 2rem;
}

.home-events-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 2rem 0 1.5rem;
}

.home-events-title {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  margin: 0;
}

.home-events-link {
  font-size: 0.95rem;
  text-decoration: none;
  color: #1d4f91;
}

.home-events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.4rem;
}

.home-event-card {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12);
}

.home-event-media {
  display: block;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
}

.home-event-body {
  padding: 1.2rem 1.3rem 1.4rem;
}

.home-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.85rem;
  color: #6b6b6b;
  letter-spacing: 0.06em;
  margin-bottom: 0.6rem;
}

.home-event-tags {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.home-event-tag {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: #3f3f3f;
}

.home-event-title {
  margin: 0 0 0.6rem;
  font-size: 1.18rem;
}

.home-event-title a {
  text-decoration: none;
  color: #1b1b1b;
}

.home-event-summary {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4b4b4b;
}

.home-posts {
  max-width: 1180px;
  margin: 0 auto 3.5rem;
  padding: 0 1.5rem;
}

.home-posts-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
}

.home-post-item {
  padding: 1.2rem 1.3rem;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
}

.home-post-meta {
  font-size: 0.85rem;
  color: #6b6b6b;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}

.home-post-title {
  margin: 0 0 0.5rem;
  font-size: 1.12rem;
}

.home-post-title a {
  text-decoration: none;
  color: #1b1b1b;
}

.home-post-summary {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4b4b4b;
}

.home-moments {
  max-width: 1180px;
  margin: 0 auto 2rem;
  padding: 0 1.5rem 2.5rem;
}

.home-moments-text {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: #4b4b4b;
}

body.is-home main {
  padding-bottom: 2rem;
}

@media (max-width: 720px) {
  nav.pv3 {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  nav .flex-l.center.items-center.justify-between {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }

  nav a.f3 {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
    margin: 0.15rem 0 0;
    padding-left: 0;
  }

  nav ul li {
    display: inline-flex;
    padding-right: 0 !important;
  }

  nav ul li a {
    font-size: 0.98rem;
  }

  body.is-home header.parallax-hero .tc-l {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }

  body.is-home header.parallax-hero h1 {
    font-size: 1.9rem;
  }

  body.is-home header.parallax-hero h2 {
    font-size: 1rem;
  }
}
