.page-home {
  --home-deep: #1F1C18;
  --home-forest-deep: #24362B;
  --home-gold: #C6A15B;
  --home-gold-bright: #E0BC7F;
  --home-terra: #C87533;
  --home-cream: #F5F0E6;
  --home-oat: #EDE7DA;
  --home-ink: #2D2A26;
  --home-rock: #6A5E50;
  --home-sand: #D8CFC0;
  --home-forest: #4A5D4E;
  --home-radius-lg: 24px;
  --home-radius-md: 16px;
  --home-radius-pill: 999px;
  --home-shadow-card: 0 18px 40px -26px rgba(45, 42, 38, 0.35);
  background: var(--home-cream);
  color: var(--home-ink);
  font-family: 'Inter', 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  overflow-x: hidden;
}

.page-home .container {
  width: min(1120px, 100% - 48px);
  margin-inline: auto;
}

.page-home a {
  text-decoration: none;
  color: inherit;
}

.page-home img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .home-hero {
  position: relative;
  background: linear-gradient(108deg, #1F1C18 0%, #2E2A24 42%, #3A4C40 100%);
  color: var(--home-cream);
  padding: 96px 0 120px;
  overflow: hidden;
}

.page-home .home-hero__pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.35;
  transform: skewY(-4deg) scale(1.02);
  transform-origin: left center;
}

.page-home .home-hero__pattern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 1;
}

.page-home .home-hero__index {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-gold-bright);
  margin-bottom: 32px;
}

.page-home .home-hero__dash {
  color: var(--home-gold);
}

.page-home .home-hero__meta {
  color: rgba(245, 240, 230, 0.65);
  letter-spacing: 0.08em;
}

.page-home .home-hero__title {
  font-family: 'Playfair Display', 'Georgia', 'Songti SC', 'SimSun', serif;
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 24px;
  max-width: 860px;
  letter-spacing: 0.01em;
}

.page-home .home-hero__title-sub {
  display: block;
  font-size: clamp(1.1rem, 2.5vw, 1.75rem);
  font-weight: 500;
  color: var(--home-gold-bright);
  margin-top: 8px;
  letter-spacing: 0.06em;
}

.page-home .home-hero__lede {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(245, 240, 230, 0.8);
  max-width: 640px;
  margin: 0 0 40px;
}

.page-home .home-hero__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .home-hero__nav-link {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid rgba(230, 203, 153, 0.35);
  border-radius: var(--home-radius-pill);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--home-cream);
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.page-home .home-hero__nav-link:hover,
.page-home .home-hero__nav-link:focus-visible {
  background: rgba(230, 203, 153, 0.14);
  border-color: var(--home-gold-bright);
  transform: translateY(-2px);
  outline: none;
}

.page-home .home-hero__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: var(--home-cream);
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 70%);
  z-index: 2;
}

.page-home .home-toc {
  padding: 96px 0 72px;
}

.page-home .home-toc__heading {
  margin-bottom: 48px;
}

.page-home .home-toc__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .home-toc__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  background: var(--home-oat);
  border: 1px solid var(--home-sand);
  border-radius: var(--home-radius-lg);
  box-shadow: var(--home-shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  position: relative;
  overflow: hidden;
}

.page-home .home-toc__item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--toc-accent);
  opacity: 0.7;
}

.page-home .home-toc__item:hover,
.page-home .home-toc__item:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px -24px rgba(45, 42, 38, 0.45);
  background: rgba(255, 255, 255, 0.4);
  outline: none;
}

.page-home .home-toc__num {
  font-family: 'Playfair Display', 'Georgia', 'Songti SC', 'SimSun', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--toc-accent);
  line-height: 1;
  min-width: 44px;
}

.page-home .home-toc__label {
  font-family: 'Playfair Display', 'Georgia', 'Songti SC', 'SimSun', serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  min-width: 160px;
}

.page-home .home-toc__desc {
  flex: 1;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--home-rock);
}

.page-home .home-toc__arrow {
  font-size: 1.4rem;
  color: var(--home-rock);
  transition: transform 0.25s ease, color 0.25s ease;
}

.page-home .home-toc__item:hover .home-toc__arrow {
  transform: translateX(6px);
  color: var(--toc-accent);
}

.page-home .section {
  padding: 72px 0;
}

.page-home .home-login {
  background: linear-gradient(180deg, var(--home-cream) 0%, rgba(237, 231, 218, 0.4) 100%);
  padding: 48px 0 88px;
}

.page-home .home-login__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-home .home-login__visual {
  border-radius: var(--home-radius-lg);
  overflow: hidden;
  box-shadow: var(--home-shadow-card);
}

.page-home .home-login__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: var(--home-radius-lg);
  object-fit: cover;
  transition: transform 0.4s ease;
}

.page-home .home-login__visual:hover .home-login__img {
  transform: scale(1.02);
}

.page-home .home-login__content {
  padding: 24px 0;
}

.page-home .home-login__prose {
  margin-top: 24px;
  color: var(--home-rock);
  font-size: 0.95rem;
  line-height: 1.8;
}

.page-home .home-login__prose p {
  margin: 0 0 16px;
}

.page-home .home-login__list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.page-home .home-login__list li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid rgba(216, 207, 192, 0.5);
}

.page-home .home-login__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 12px;
  height: 2px;
  background: var(--home-gold);
}

.page-home .home-login__btn {
  width: 100%;
  justify-content: center;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  border-radius: var(--home-radius-pill);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.page-home .btn--primary {
  background: var(--home-terra);
  color: #fff;
}

.page-home .btn--primary:hover {
  background: #B34E1A;
  transform: translateY(-2px);
}

.page-home .btn--ghost-dark {
  border-color: rgba(216, 207, 192, 0.6);
  color: var(--home-ink);
}

.page-home .btn--ghost-dark:hover {
  border-color: var(--home-terra);
  color: var(--home-terra);
}

.page-home .home-services {
  background: var(--home-cream);
  padding: 40px 0 96px;
}

.page-home .home-services__heading {
  margin-bottom: 44px;
}

.page-home .home-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 28px;
}

.page-home .home-services__card {
  background: var(--home-oat);
  border-radius: var(--home-radius-lg);
  padding: 28px;
  border: 1px solid var(--home-sand);
  box-shadow: var(--home-shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .home-services__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px -24px rgba(45, 42, 38, 0.4);
}

.page-home .home-services__card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.page-home .home-services__card-num {
  font-family: 'Playfair Display', 'Georgia', 'Songti SC', 'SimSun', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: rgba(107, 126, 110, 0.35);
  line-height: 1;
}

.page-home .home-services__card--member .home-services__card-num {
  color: rgba(74, 93, 78, 0.35);
}

.page-home .home-services__card--download .home-services__card-num {
  color: rgba(200, 117, 51, 0.35);
}

.page-home .home-services__card-title {
  font-family: 'Playfair Display', 'Georgia', 'Songti SC', 'SimSun', serif;
  font-size: 1.45rem;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--home-ink);
}

.page-home .home-services__card-text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--home-rock);
  margin: 0 0 20px;
}

.page-home .home-services__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-forest);
  font-size: 0.88rem;
  font-weight: 600;
  transition: gap 0.25s ease;
}

.page-home .home-services__card-link:hover {
  gap: 14px;
  color: var(--home-terra);
}

.page-home .home-services__visual {
  border-radius: var(--home-radius-lg);
  overflow: hidden;
  box-shadow: 0 18px 40px -26px rgba(45, 42, 38, 0.35);
  margin-top: 8px;
}

.page-home .home-services__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.page-home .home-renewal {
  background: linear-gradient(112deg, #151C17 0%, #1F2E24 48%, #172119 100%);
  color: var(--home-cream);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.page-home .home-renewal::after {
  content: '04';
  position: absolute;
  right: 24px;
  bottom: -32px;
  font-family: 'Playfair Display', 'Georgia', 'Songti SC', 'SimSun', serif;
  font-size: 11rem;
  font-weight: 700;
  color: rgba(245, 240, 230, 0.05);
  line-height: 1;
  pointer-events: none;
}

.page-home .home-renewal__inner {
  position: relative;
  z-index: 1;
}

.page-home .home-renewal__rule {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--home-gold), transparent);
  margin-bottom: 48px;
}

.page-home .home-renewal__tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-gold-bright);
  margin-bottom: 20px;
}

.page-home .home-renewal__title {
  font-family: 'Playfair Display', 'Georgia', 'Songti SC', 'SimSun', serif;
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 24px;
  max-width: 560px;
}

.page-home .home-renewal__text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(245, 240, 230, 0.72);
  max-width: 620px;
  margin: 0;
}

.page-home .home-renewal__meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 40px 0 0;
}

.page-home .home-renewal__meta-item {
  border-left: 2px solid var(--home-gold);
  padding: 4px 0 4px 20px;
}

.page-home .home-renewal__meta-item dt {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 240, 230, 0.5);
  margin-bottom: 6px;
}

.page-home .home-renewal__meta-item dd {
  font-family: 'Playfair Display', 'Georgia', 'Songti SC', 'SimSun', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--home-cream);
  margin: 0;
}

.page-home .home-legacy {
  background: var(--home-cream);
  padding: 72px 0;
}

.page-home .home-legacy__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

.page-home .home-legacy__content {
  max-width: 640px;
}

.page-home .home-legacy__content .prose {
  margin-top: 24px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--home-rock);
}

.page-home .home-legacy__content .prose p {
  margin: 0 0 16px;
}

.page-home .home-legacy__btn {
  margin-top: 28px;
}

.page-home .home-legacy__aside {
  background: linear-gradient(140deg, #1F1C18 0%, #2E2A24 60%, #3A4C40 100%);
  border-radius: var(--home-radius-lg);
  padding: 36px 32px;
  color: var(--home-cream);
  position: relative;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-home .home-legacy__aside::after {
  content: '05';
  position: absolute;
  right: 8px;
  bottom: -16px;
  font-family: 'Playfair Display', 'Georgia', 'Songti SC', 'SimSun', serif;
  font-size: 7rem;
  font-weight: 700;
  color: rgba(230, 203, 153, 0.1);
  line-height: 1;
  pointer-events: none;
}

.page-home .home-legacy__aside-label {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-gold-bright);
  margin-bottom: 16px;
}

.page-home .home-legacy__aside-num {
  font-family: 'Playfair Display', 'Georgia', 'Songti SC', 'SimSun', serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--home-gold-bright);
  margin-bottom: 12px;
}

.page-home .home-legacy__aside-caption {
  font-size: 0.85rem;
  color: rgba(245, 240, 230, 0.65);
  margin-bottom: 24px;
  max-width: 220px;
  line-height: 1.6;
}

.page-home .home-legacy__aside-pill {
  display: inline-block;
  padding: 6px 16px;
  border-radius: var(--home-radius-pill);
  border: 1px solid rgba(230, 203, 153, 0.4);
  color: var(--home-gold-bright);
  font-size: 13px;
  letter-spacing: 0.04em;
  align-self: flex-start;
}

.page-home .home-updates {
  background: linear-gradient(180deg, var(--home-cream) 0%, rgba(237, 231, 218, 0.55) 100%);
  padding: 72px 0 96px;
}

.page-home .home-updates__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.page-home .home-updates__more {
  margin-bottom: 8px;
}

.page-home .home-updates__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.page-home .home-updates__list {
  display: grid;
  gap: 14px;
}

.page-home .home-updates__item {
  background: var(--home-oat);
  border: 1px solid var(--home-sand);
  border-radius: var(--home-radius-md);
  padding: 22px 26px;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  display: block;
}

.page-home .home-updates__item:hover,
.page-home .home-updates__item:focus-visible {
  background: #fff;
  border-color: var(--home-gold);
  transform: translateY(-2px);
  outline: none;
}

.page-home .home-updates__tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--home-terra);
  background: rgba(200, 117, 51, 0.1);
  padding: 4px 12px;
  border-radius: var(--home-radius-pill);
  margin-bottom: 10px;
}

.page-home .home-updates__item-title {
  display: block;
  font-family: 'Playfair Display', 'Georgia', 'Songti SC', 'SimSun', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--home-ink);
  margin-bottom: 6px;
}

.page-home .home-updates__item-desc {
  display: block;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--home-rock);
  margin-bottom: 10px;
}

.page-home .home-updates__item-more {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--home-forest);
  transition: color 0.25s ease;
}

.page-home .home-updates__item:hover .home-updates__item-more {
  color: var(--home-terra);
}

.page-home .home-updates__visual {
  border-radius: var(--home-radius-lg);
  overflow: hidden;
  box-shadow: var(--home-shadow-card);
}

.page-home .home-updates__img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.page-home .home-stats {
  background: var(--home-deep);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}

.page-home .home-stats::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--home-gold-bright), var(--home-gold) 60%, transparent);
}

.page-home .home-stats__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
}

.page-home .home-stats__item {
  text-align: left;
  padding: 8px 0 8px 24px;
  border-left: 1px solid rgba(230, 203, 153, 0.3);
}

.page-home .home-stats__num {
  display: block;
  font-family: 'Playfair Display', 'Georgia', 'Songti SC', 'SimSun', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--home-gold-bright);
  line-height: 1.2;
  margin-bottom: 6px;
}

.page-home .home-stats__label {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 240, 230, 0.6);
}

.page-home .home-notice {
  background: var(--home-oat);
  padding: 0;
}

.page-home .home-notice__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 0;
  flex-wrap: wrap;
}

.page-home .home-notice__icon {
  font-size: 1.5rem;
  color: var(--home-gold);
}

.page-home .home-notice__text {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--home-rock);
  margin: 0;
  min-width: 240px;
}

.page-home .home-notice__link {
  color: var(--home-terra);
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease;
}

.page-home .home-notice__link:hover {
  border-color: var(--home-terra);
}

.page-home .chapter {
  position: relative;
}

.page-home .chapter__index {
  display: block;
  font-family: 'Playfair Display', 'Georgia', 'Songti SC', 'SimSun', serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--home-gold);
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

.page-home .home-login .chapter__index,
.page-home .home-legacy .chapter__index,
.page-home .home-updates .chapter__index {
  -webkit-text-stroke: 1.5px rgba(107, 126, 110, 0.8);
}

.page-home .chapter__title {
  font-family: 'Playfair Display', 'Georgia', 'Songti SC', 'SimSun', serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 600;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
  color: var(--home-ink);
}

.page-home .chapter__lede {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--home-rock);
  max-width: 620px;
  margin: 0;
}

.page-home .home-toc__heading .chapter__lede {
  max-width: 560px;
}

.page-home .home-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  z-index: 100;
  background: transparent;
  pointer-events: none;
}

.page-home .home-progress__bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--home-gold), var(--home-gold-bright));
  transition: width 0.1s linear;
}

@media (min-width: 640px) {
  .page-home .home-toc__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .home-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .home-renewal__meta {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .home-stats__inner {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .home-hero__nav {
    max-width: 620px;
  }
}

@media (min-width: 900px) {
  .page-home .home-hero {
    padding: 120px 0 140px;
  }

  .page-home .home-hero__inner {
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-template-areas:
      "index title"
      "index lede"
      "index nav";
    column-gap: 48px;
  }

  .page-home .home-hero__index {
    grid-area: index;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 0;
    padding-top: 12px;
    border-left: 2px solid rgba(230, 203, 153, 0.5);
    padding-left: 20px;
  }

  .page-home .home-hero__dash {
    display: none;
  }

  .page-home .home-hero__title {
    grid-area: title;
  }

  .page-home .home-hero__lede {
    grid-area: lede;
  }

  .page-home .home-hero__nav {
    grid-area: nav;
  }

  .page-home .home-login__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }

  .page-home .home-services {
    padding: 56px 0 112px;
  }

  .page-home .home-services__heading {
    display: grid;
    grid-template-columns: 180px 1fr;
    column-gap: 48px;
    align-items: start;
  }

  .page-home .home-services__heading .chapter__lede {
    grid-column: 2;
  }

  .page-home .home-services__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .page-home .home-services__visual {
    margin-top: 24px;
  }

  .page-home .home-renewal__inner {
    display: grid;
    grid-template-columns: 1fr 340px;
    column-gap: 64px;
    align-items: center;
  }

  .page-home .home-renewal__rule {
    grid-column: 1 / -1;
    margin-bottom: 56px;
  }

  .page-home .home-renewal__meta {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0;
  }

  .page-home .home-renewal__meta-item {
    border-left: 2px solid var(--home-gold);
    padding: 8px 0 8px 24px;
  }

  .page-home .home-legacy__grid {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 64px;
    align-items: center;
  }

  .page-home .home-updates {
    padding: 96px 0 112px;
  }

  .page-home .home-updates__grid {
    grid-template-columns: 1.3fr 0.7fr;
    gap: 48px;
    align-items: stretch;
  }

  .page-home .home-updates__list {
    gap: 16px;
  }

  .page-home .home-updates__visual {
    min-height: 300px;
  }

  .page-home .home-stats {
    padding: 72px 0;
  }

  .page-home .home-stats__inner {
    gap: 40px;
  }

  .page-home .home-stats__item {
    padding-left: 32px;
  }

  .page-home .home-stats__num {
    font-size: 2.4rem;
  }

  .page-home .home-notice__inner {
    padding: 36px 0;
  }
}

@media (min-width: 1200px) {
  .page-home .home-toc__desc {
    font-size: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}

.page-home {
  --toc-accent: transparent;
}
